Skip to content

Commit

Permalink
Release 0.0.2-TR6
Browse files Browse the repository at this point in the history
  • Loading branch information
hudson-onto committed Jan 18, 2023
1 parent 38705d5 commit 9d3ca40
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2,622 deletions.
2 changes: 1 addition & 1 deletion ontotext-yasgui-web-component/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ontotext-yasgui-web-component/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ontotext-yasgui-web-component",
"version": "0.0.2-TR5",
"version": "0.0.2-TR6",
"description": "Ontotext customized yasgui",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ yasgui can be tweaked using the values from the configuration.

## Properties

| Property | Attribute | Description | Type | Default |
| ------------------ | ---------- | ------------------------------------------------------------- | ----------------------------- | ----------- |
| `config` | -- | An input object property containing the yasgui configuration. | `ExternalYasguiConfiguration` | `undefined` |
| `language` | `language` | An input property containing the chosen translation language. | `string` | `undefined` |
| `savedQueryConfig` | -- | | `SavedQueryConfig` | `undefined` |
| Property | Attribute | Description | Type | Default |
| ------------------ | ---------- | ----------------------------------------------------------------- | ----------------------------- | ----------- |
| `config` | -- | An input object property containing the yasgui configuration. | `ExternalYasguiConfiguration` | `undefined` |
| `language` | `language` | An input property containing the chosen translation language. | `string` | `undefined` |
| `savedQueryConfig` | -- | A configuration model related with all the saved queries actions. | `SavedQueryConfig` | `undefined` |


## Events
Expand Down
Loading

0 comments on commit 9d3ca40

Please sign in to comment.