@vertigis/viewer-spec 56.9.1 → 56.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -496,9 +496,6 @@ export declare class UIEvents extends EventRegistry {
|
|
|
496
496
|
get reordered(): Event<ComponentId>;
|
|
497
497
|
/**
|
|
498
498
|
* Raised when the app's theme is changed. The argument is the theme id.
|
|
499
|
-
* Mobile only.
|
|
500
|
-
*
|
|
501
|
-
* @mobileOnly
|
|
502
499
|
*/
|
|
503
500
|
get themeChanged(): Event<string>;
|
|
504
501
|
/**
|
|
@@ -9850,6 +9850,15 @@
|
|
|
9850
9850
|
"ui.deactivated:input": {
|
|
9851
9851
|
"type": "string"
|
|
9852
9852
|
},
|
|
9853
|
+
"ui.theme-changed": {
|
|
9854
|
+
"description": "Raised when the app's theme is changed. The argument is the theme id.",
|
|
9855
|
+
"enum": [
|
|
9856
|
+
"ui.theme-changed"
|
|
9857
|
+
]
|
|
9858
|
+
},
|
|
9859
|
+
"ui.theme-changed:input": {
|
|
9860
|
+
"type": "string"
|
|
9861
|
+
},
|
|
9853
9862
|
"viewer-spec.Event": {
|
|
9854
9863
|
"anyOf": [
|
|
9855
9864
|
{
|
|
@@ -9924,6 +9933,9 @@
|
|
|
9924
9933
|
{
|
|
9925
9934
|
"$ref": "#/definitions/ui.deactivated"
|
|
9926
9935
|
},
|
|
9936
|
+
{
|
|
9937
|
+
"$ref": "#/definitions/ui.theme-changed"
|
|
9938
|
+
},
|
|
9927
9939
|
{
|
|
9928
9940
|
"$ref": "#/definitions/workflow.workflow-error"
|
|
9929
9941
|
},
|
|
@@ -11923,7 +11923,7 @@
|
|
|
11923
11923
|
"type": "string"
|
|
11924
11924
|
},
|
|
11925
11925
|
"ui.theme-changed": {
|
|
11926
|
-
"description": "Raised when the app's theme is changed. The argument is the theme id.
|
|
11926
|
+
"description": "Raised when the app's theme is changed. The argument is the theme id.",
|
|
11927
11927
|
"enum": [
|
|
11928
11928
|
"ui.theme-changed"
|
|
11929
11929
|
]
|
|
@@ -11081,6 +11081,15 @@
|
|
|
11081
11081
|
"ui.reordered:input": {
|
|
11082
11082
|
"type": "string"
|
|
11083
11083
|
},
|
|
11084
|
+
"ui.theme-changed": {
|
|
11085
|
+
"description": "Raised when the app's theme is changed. The argument is the theme id.",
|
|
11086
|
+
"enum": [
|
|
11087
|
+
"ui.theme-changed"
|
|
11088
|
+
]
|
|
11089
|
+
},
|
|
11090
|
+
"ui.theme-changed:input": {
|
|
11091
|
+
"type": "string"
|
|
11092
|
+
},
|
|
11084
11093
|
"ui.visual-state-changed": {
|
|
11085
11094
|
"description": "Raised when a component's visual state is changed. Web only.",
|
|
11086
11095
|
"enum": [
|
|
@@ -11242,6 +11251,9 @@
|
|
|
11242
11251
|
{
|
|
11243
11252
|
"$ref": "#/definitions/ui.reordered"
|
|
11244
11253
|
},
|
|
11254
|
+
{
|
|
11255
|
+
"$ref": "#/definitions/ui.theme-changed"
|
|
11256
|
+
},
|
|
11245
11257
|
{
|
|
11246
11258
|
"$ref": "#/definitions/ui.visual-state-changed"
|
|
11247
11259
|
},
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED