@vertigis/viewer-spec 58.8.0 → 58.8.1
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.
|
@@ -430,7 +430,7 @@ export declare class UIOperations extends OperationRegistry {
|
|
|
430
430
|
*
|
|
431
431
|
* @webOnly
|
|
432
432
|
*/
|
|
433
|
-
get getComponentIds(): Operation<ItemRef, string>;
|
|
433
|
+
get getComponentIds(): Operation<ItemRef, string[]>;
|
|
434
434
|
/**
|
|
435
435
|
* Gets the current locale code for the application. (example: "en", "fr" or
|
|
436
436
|
* "de-AT"). Web only.
|
|
@@ -22659,7 +22659,10 @@
|
|
|
22659
22659
|
"type": "string"
|
|
22660
22660
|
},
|
|
22661
22661
|
"ui.get-component-ids:output": {
|
|
22662
|
-
"
|
|
22662
|
+
"items": {
|
|
22663
|
+
"type": "string"
|
|
22664
|
+
},
|
|
22665
|
+
"type": "array"
|
|
22663
22666
|
},
|
|
22664
22667
|
"ui.get-component-state": {
|
|
22665
22668
|
"description": "Gets the state of a component. Web only.",
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED