@vertigis/viewer-spec 56.5.0 → 56.6.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.
@@ -71,6 +71,10 @@ export interface BrandingColors {
71
71
  emphasizedButtonIcon: ColorConfig;
72
72
  emphasizedButtonIconDisabled: ColorConfig;
73
73
  emphasizedButtonIconHover: ColorConfig;
74
+ errorHelperTextBackground: ColorConfig;
75
+ errorHelperTextForeground: ColorConfig;
76
+ errorIconBackground: ColorConfig;
77
+ errorIconForeground: ColorConfig;
74
78
  inlineTableBorder: ColorConfig;
75
79
  inlineTableHeaderBackground: ColorConfig;
76
80
  inlineTableRowBackground: ColorConfig;
@@ -459,19 +459,24 @@ export declare class OfflineOperations extends OperationRegistry {
459
459
  /**
460
460
  * Activates the specified offline area, replacing the map on the MapView
461
461
  * with the offline map associated with the specified offline area. Mobile
462
- * only.
462
+ * only. Note that exceptions during activation will be set in the result
463
+ * rather than thrown.
463
464
  *
464
465
  * @mobileOnly
465
466
  */
466
467
  get activateArea(): Operation<OfflineCommandArgs, OfflineOperationResult>;
467
468
  /**
468
- * Downloads the data for the specified offline area. Mobile only.
469
+ * Downloads the data for the specified offline area. Mobile only. Note that
470
+ * exceptions during the download process will be set in the result rather
471
+ * than thrown.
469
472
  *
470
473
  * @mobileOnly
471
474
  */
472
475
  get downloadArea(): Operation<OfflineCommandArgs, OfflineOperationResult>;
473
476
  /**
474
- * Switches from an offline map to the online map. Mobile only.
477
+ * Switches from an offline map to the online map. Mobile only. Note that
478
+ * exceptions while switching to the online map will be set in the result
479
+ * rather than thrown.
475
480
  *
476
481
  * @mobileOnly
477
482
  */
@@ -485,14 +490,16 @@ export declare class OfflineOperations extends OperationRegistry {
485
490
  get checkForActiveArea(): Operation<MapExtension, boolean>;
486
491
  /**
487
492
  * Pushes any edits to the server that have been done in the indicated
488
- * offline map. Mobile only.
493
+ * offline map. Mobile only. Note that errors during the upload process will
494
+ * be set in the result rather than thrown.
489
495
  *
490
496
  * @mobileOnly
491
497
  */
492
498
  get submitEdits(): Operation<OfflineCommandArgs, OfflineOperationResult>;
493
499
  /**
494
500
  * Pulls down any new map changes from the server to the indicated offline
495
- * map. Mobile only.
501
+ * map. Mobile only. Note that errors during the update process will be set
502
+ * in the result rather than thrown.
496
503
  *
497
504
  * @mobileOnly
498
505
  */
@@ -15308,7 +15308,7 @@
15308
15308
  "type": "boolean"
15309
15309
  },
15310
15310
  "offline.activate-area": {
15311
- "description": "Activates the specified offline area, replacing the map on the MapView with the offline map associated with the specified offline area. Mobile only.",
15311
+ "description": "Activates the specified offline area, replacing the map on the MapView with the offline map associated with the specified offline area. Mobile only. Note that exceptions during activation will be set in the result rather than thrown.",
15312
15312
  "enum": [
15313
15313
  "offline.activate-area"
15314
15314
  ]
@@ -15377,7 +15377,7 @@
15377
15377
  "$ref": "@vertigis.arcgis-extensions.mapping.MapExtension.MapExtension"
15378
15378
  },
15379
15379
  "offline.download-area": {
15380
- "description": "Downloads the data for the specified offline area. Mobile only.",
15380
+ "description": "Downloads the data for the specified offline area. Mobile only. Note that exceptions during the download process will be set in the result rather than thrown.",
15381
15381
  "enum": [
15382
15382
  "offline.download-area"
15383
15383
  ]
@@ -15419,7 +15419,7 @@
15419
15419
  "type": "array"
15420
15420
  },
15421
15421
  "offline.go-online": {
15422
- "description": "Switches from an offline map to the online map. Mobile only.",
15422
+ "description": "Switches from an offline map to the online map. Mobile only. Note that exceptions while switching to the online map will be set in the result rather than thrown.",
15423
15423
  "enum": [
15424
15424
  "offline.go-online"
15425
15425
  ]
@@ -15431,7 +15431,7 @@
15431
15431
  "$ref": "#/definitions/OfflineOperationResult"
15432
15432
  },
15433
15433
  "offline.submit-edits": {
15434
- "description": "Pushes any edits to the server that have been done in the indicated offline map. Mobile only.",
15434
+ "description": "Pushes any edits to the server that have been done in the indicated offline map. Mobile only. Note that errors during the upload process will be set in the result rather than thrown.",
15435
15435
  "enum": [
15436
15436
  "offline.submit-edits"
15437
15437
  ]
@@ -15443,7 +15443,7 @@
15443
15443
  "$ref": "#/definitions/OfflineOperationResult"
15444
15444
  },
15445
15445
  "offline.update-area": {
15446
- "description": "Pulls down any new map changes from the server to the indicated offline map. Mobile only.",
15446
+ "description": "Pulls down any new map changes from the server to the indicated offline map. Mobile only. Note that errors during the update process will be set in the result rather than thrown.",
15447
15447
  "enum": [
15448
15448
  "offline.update-area"
15449
15449
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.5.0",
3
+ "version": "56.6.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.5.0";
4
+ export declare const version = "56.6.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.5.0";
4
+ export const version = "56.6.0";