@vertigis/viewer-spec 48.10.0 → 48.11.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.
@@ -694,7 +694,6 @@ export declare class MapCommands extends CommandRegistry {
694
694
  /**
695
695
  * Clears all markup from the map(s).
696
696
  *
697
- * @webOnly
698
697
  */
699
698
  get clearMarkup(): Command<Maps | void>;
700
699
  /**
@@ -11328,6 +11328,31 @@
11328
11328
  }
11329
11329
  ]
11330
11330
  },
11331
+ "map.clear-markup": {
11332
+ "description": "Clears all markup from the map(s).",
11333
+ "enum": [
11334
+ "map.clear-markup"
11335
+ ]
11336
+ },
11337
+ "map.clear-markup:input": {
11338
+ "anyOf": [
11339
+ {
11340
+ "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
11341
+ },
11342
+ {
11343
+ "$ref": "#/definitions/HasMaps"
11344
+ },
11345
+ {
11346
+ "items": {
11347
+ "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
11348
+ },
11349
+ "type": "array"
11350
+ },
11351
+ {
11352
+ "type": "null"
11353
+ }
11354
+ ]
11355
+ },
11331
11356
  "map.get-spatial-reference": {
11332
11357
  "description": "If a map extension ID is specified, returns the spatial reference for that map. If no map extension ID is specified, returns the spatial reference of the first available map.",
11333
11358
  "enum": [
@@ -12314,6 +12339,22 @@
12314
12339
  ],
12315
12340
  "type": "object"
12316
12341
  },
12342
+ {
12343
+ "additionalProperties": false,
12344
+ "properties": {
12345
+ "arguments": {
12346
+ "$ref": "#/definitions/map.clear-markup:input"
12347
+ },
12348
+ "name": {
12349
+ "$ref": "#/definitions/map.clear-markup"
12350
+ }
12351
+ },
12352
+ "required": [
12353
+ "name",
12354
+ "arguments"
12355
+ ],
12356
+ "type": "object"
12357
+ },
12317
12358
  {
12318
12359
  "additionalProperties": false,
12319
12360
  "properties": {
@@ -12827,6 +12868,9 @@
12827
12868
  {
12828
12869
  "$ref": "#/definitions/map.add-markup"
12829
12870
  },
12871
+ {
12872
+ "$ref": "#/definitions/map.clear-markup"
12873
+ },
12830
12874
  {
12831
12875
  "$ref": "#/definitions/map.pan-to-features"
12832
12876
  },
@@ -12488,6 +12488,31 @@
12488
12488
  }
12489
12489
  ]
12490
12490
  },
12491
+ "map.clear-markup": {
12492
+ "description": "Clears all markup from the map(s).",
12493
+ "enum": [
12494
+ "map.clear-markup"
12495
+ ]
12496
+ },
12497
+ "map.clear-markup:input": {
12498
+ "anyOf": [
12499
+ {
12500
+ "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
12501
+ },
12502
+ {
12503
+ "$ref": "#/definitions/HasMaps"
12504
+ },
12505
+ {
12506
+ "items": {
12507
+ "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
12508
+ },
12509
+ "type": "array"
12510
+ },
12511
+ {
12512
+ "type": "null"
12513
+ }
12514
+ ]
12515
+ },
12491
12516
  "map.disable-map-click": {
12492
12517
  "description": "Disables the click event handler on the map, so that if the user clicks on the map, the configured handler will not be invoked.",
12493
12518
  "enum": [
@@ -14475,6 +14500,22 @@
14475
14500
  ],
14476
14501
  "type": "object"
14477
14502
  },
14503
+ {
14504
+ "additionalProperties": false,
14505
+ "properties": {
14506
+ "arguments": {
14507
+ "$ref": "#/definitions/map.clear-markup:input"
14508
+ },
14509
+ "name": {
14510
+ "$ref": "#/definitions/map.clear-markup"
14511
+ }
14512
+ },
14513
+ "required": [
14514
+ "name",
14515
+ "arguments"
14516
+ ],
14517
+ "type": "object"
14518
+ },
14478
14519
  {
14479
14520
  "additionalProperties": false,
14480
14521
  "properties": {
@@ -15735,6 +15776,9 @@
15735
15776
  {
15736
15777
  "$ref": "#/definitions/map.add-markup"
15737
15778
  },
15779
+ {
15780
+ "$ref": "#/definitions/map.clear-markup"
15781
+ },
15738
15782
  {
15739
15783
  "$ref": "#/definitions/map.disable-map-click"
15740
15784
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "48.10.0",
3
+ "version": "48.11.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 Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "48.10.0";
4
+ export declare const version = "48.11.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "48.10.0";
4
+ export const version = "48.11.0";