@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
- "type": "string"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "58.8.0",
3
+ "version": "58.8.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "58.8.0";
4
+ export declare const version = "58.8.1";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "58.8.0";
4
+ export const version = "58.8.1";