@vertigis/viewer-spec 56.27.0 → 56.28.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.
@@ -703,6 +703,22 @@
703
703
  </restriction>
704
704
  </simpleType>
705
705
  </attribute>
706
+ <attribute name="toolbar-style">
707
+ <annotation>
708
+ <documentation xml:lang="en">
709
+ The visual style of the toolbar. If the toolbar
710
+ is not in a map slot, or nested in rows/columns
711
+ within a map slot, then the toolbar will appear
712
+ with square styling.
713
+ </documentation>
714
+ </annotation>
715
+ <simpleType>
716
+ <restriction base="string">
717
+ <enumeration value="round" />
718
+ <enumeration value="square" />
719
+ </restriction>
720
+ </simpleType>
721
+ </attribute>
706
722
  <attribute name="show-titles" type="boolean" default="true">
707
723
  <annotation>
708
724
  <documentation xml:lang="en">
@@ -14,7 +14,7 @@ export declare class DebugConsoleOperations extends OperationRegistry {
14
14
  * @deprecated
15
15
  * @mobileOnly
16
16
  */
17
- get display(): Operation<void>;
17
+ get display(): Operation<void, void>;
18
18
  /**
19
19
  * Closes the Debug Console. Deprecated; use log-viewer.close instead.
20
20
  * Mobile only.
@@ -22,5 +22,5 @@ export declare class DebugConsoleOperations extends OperationRegistry {
22
22
  * @deprecated
23
23
  * @mobileOnly
24
24
  */
25
- get close(): Operation<void>;
25
+ get close(): Operation<void, void>;
26
26
  }
@@ -341,7 +341,7 @@ export declare class GeolocationOperations extends OperationRegistry {
341
341
  *
342
342
  * @mobileOnly
343
343
  */
344
- get getActiveSource(): Operation<GnssDeviceConnectionInfo>;
344
+ get getActiveSource(): Operation<GnssDeviceConnectionInfo, void>;
345
345
  /**
346
346
  * Gets the list of currently available geolocation sources. Includes
347
347
  * integrated receivers, GNSS devices, and emulators. Mobile only.
@@ -7,11 +7,11 @@ export declare class LogViewerOperations extends OperationRegistry {
7
7
  *
8
8
  * @mobileOnly
9
9
  */
10
- get display(): Operation<void>;
10
+ get display(): Operation<void, void>;
11
11
  /**
12
12
  * Closes the Log Viewer. Mobile only.
13
13
  *
14
14
  * @mobileOnly
15
15
  */
16
- get close(): Operation<void>;
16
+ get close(): Operation<void, void>;
17
17
  }
@@ -4759,18 +4759,12 @@
4759
4759
  "debug-console.close"
4760
4760
  ]
4761
4761
  },
4762
- "debug-console.close:output": {
4763
- "type": "undefined"
4764
- },
4765
4762
  "debug-console.display": {
4766
4763
  "description": "Displays the Debug Console. Deprecated; use log-viewer.display instead. Mobile only.",
4767
4764
  "enum": [
4768
4765
  "debug-console.display"
4769
4766
  ]
4770
4767
  },
4771
- "debug-console.display:output": {
4772
- "type": "undefined"
4773
- },
4774
4768
  "drawing.create-graphics": {
4775
4769
  "description": "Creates graphics. In Web, creates graphics out of GeometryLike or CreateGraphicsArgs, with the current symbols that are set on the DrawManager. In Mobile, creates graphics from the given CreateGraphicsArgs or CreateGraphicsArgs[] (or some GeometryLike args). Any provided symbol parameter is used, otherwise a default symbol is used.",
4776
4770
  "enum": [
@@ -14540,9 +14534,6 @@
14540
14534
  "geolocation.get-active-source:input": {
14541
14535
  "$ref": "#/definitions/GnssDeviceConnectionInfo"
14542
14536
  },
14543
- "geolocation.get-active-source:output": {
14544
- "type": "undefined"
14545
- },
14546
14537
  "geolocation.get-all-sources": {
14547
14538
  "description": "Gets the list of currently available geolocation sources. Includes integrated receivers, GNSS devices, and emulators. Mobile only.",
14548
14539
  "enum": [
@@ -14859,18 +14850,12 @@
14859
14850
  "log-viewer.close"
14860
14851
  ]
14861
14852
  },
14862
- "log-viewer.close:output": {
14863
- "type": "undefined"
14864
- },
14865
14853
  "log-viewer.display": {
14866
14854
  "description": "Displays the Log Viewer. Mobile only.",
14867
14855
  "enum": [
14868
14856
  "log-viewer.display"
14869
14857
  ]
14870
14858
  },
14871
- "log-viewer.display:output": {
14872
- "type": "undefined"
14873
- },
14874
14859
  "map.add-markup": {
14875
14860
  "description": "Adds markup to the map(s).",
14876
14861
  "enum": [
@@ -16705,6 +16690,22 @@
16705
16690
  ],
16706
16691
  "type": "object"
16707
16692
  },
16693
+ {
16694
+ "additionalProperties": false,
16695
+ "properties": {
16696
+ "arguments": {
16697
+ "$ref": "#/definitions/geolocation.get-active-source:input"
16698
+ },
16699
+ "name": {
16700
+ "$ref": "#/definitions/geolocation.get-active-source"
16701
+ }
16702
+ },
16703
+ "required": [
16704
+ "name",
16705
+ "arguments"
16706
+ ],
16707
+ "type": "object"
16708
+ },
16708
16709
  {
16709
16710
  "additionalProperties": false,
16710
16711
  "properties": {
@@ -18268,6 +18269,12 @@
18268
18269
  {
18269
18270
  "$ref": "#/definitions/basemap.set"
18270
18271
  },
18272
+ {
18273
+ "$ref": "#/definitions/debug-console.close"
18274
+ },
18275
+ {
18276
+ "$ref": "#/definitions/debug-console.display"
18277
+ },
18271
18278
  {
18272
18279
  "$ref": "#/definitions/drawing.draw"
18273
18280
  },
@@ -18328,6 +18335,9 @@
18328
18335
  {
18329
18336
  "$ref": "#/definitions/geolocation.display-location"
18330
18337
  },
18338
+ {
18339
+ "$ref": "#/definitions/geolocation.get-active-source"
18340
+ },
18331
18341
  {
18332
18342
  "$ref": "#/definitions/geolocation.set-location-symbol"
18333
18343
  },
@@ -18382,6 +18392,12 @@
18382
18392
  {
18383
18393
  "$ref": "#/definitions/layer-presets.apply"
18384
18394
  },
18395
+ {
18396
+ "$ref": "#/definitions/log-viewer.close"
18397
+ },
18398
+ {
18399
+ "$ref": "#/definitions/log-viewer.display"
18400
+ },
18385
18401
  {
18386
18402
  "$ref": "#/definitions/map.add-markup"
18387
18403
  },
@@ -18826,22 +18842,6 @@
18826
18842
  ],
18827
18843
  "type": "object"
18828
18844
  },
18829
- {
18830
- "additionalProperties": false,
18831
- "properties": {
18832
- "arguments": {
18833
- "$ref": "#/definitions/geolocation.get-active-source:input"
18834
- },
18835
- "name": {
18836
- "$ref": "#/definitions/geolocation.get-active-source"
18837
- }
18838
- },
18839
- "required": [
18840
- "name",
18841
- "arguments"
18842
- ],
18843
- "type": "object"
18844
- },
18845
18845
  {
18846
18846
  "additionalProperties": false,
18847
18847
  "properties": {
@@ -19465,12 +19465,6 @@
19465
19465
  {
19466
19466
  "$ref": "#/definitions/basemap.get-current"
19467
19467
  },
19468
- {
19469
- "$ref": "#/definitions/debug-console.close"
19470
- },
19471
- {
19472
- "$ref": "#/definitions/debug-console.display"
19473
- },
19474
19468
  {
19475
19469
  "$ref": "#/definitions/drawing.create-graphics"
19476
19470
  },
@@ -19492,9 +19486,6 @@
19492
19486
  {
19493
19487
  "$ref": "#/definitions/geocode.suggest"
19494
19488
  },
19495
- {
19496
- "$ref": "#/definitions/geolocation.get-active-source"
19497
- },
19498
19489
  {
19499
19490
  "$ref": "#/definitions/geolocation.get-all-sources"
19500
19491
  },
@@ -19522,12 +19513,6 @@
19522
19513
  {
19523
19514
  "$ref": "#/definitions/geometry.remove-point"
19524
19515
  },
19525
- {
19526
- "$ref": "#/definitions/log-viewer.close"
19527
- },
19528
- {
19529
- "$ref": "#/definitions/log-viewer.display"
19530
- },
19531
19516
  {
19532
19517
  "$ref": "#/definitions/map.export-image"
19533
19518
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.27.0",
3
+ "version": "56.28.0",
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 = "56.27.0";
4
+ export declare const version = "56.28.0";
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 = "56.27.0";
4
+ export const version = "56.28.0";