@vertigis/viewer-spec 42.16.0 → 42.17.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.
@@ -56,6 +56,13 @@ export interface OpenUrlArgs {
56
56
  * the command was executed in context.
57
57
  */
58
58
  context?: unknown;
59
+ /**
60
+ * The locale to use for number token substitution. Accepts a valid locale
61
+ * code (example: "en", "fr" or "de-AT"), or "device" or "invariant" which
62
+ * will use the device's current culture or the invariant culture, respectively.
63
+ * Default is invariant culture.
64
+ */
65
+ numberFormatterLocale?: string;
59
66
  }
60
67
  export declare class SystemCommands extends CommandRegistry {
61
68
  /**
@@ -1678,6 +1678,10 @@
1678
1678
  "context": {
1679
1679
  "description": "An object containing arguments that this command was originally executed with. This property is populated automatically when using a bound action. The URL will be the configured value, and the context is automatically populated as the argument that was passed into the execute method when the command was executed in context."
1680
1680
  },
1681
+ "numberFormatterLocale": {
1682
+ "description": "The locale to use for number token substitution. Accepts a valid locale code (example: \"en\", \"fr\" or \"de-AT\"), or \"device\" or \"invariant\" which will use the device's current culture or the invariant culture, respectively. Default is invariant culture.",
1683
+ "type": "string"
1684
+ },
1681
1685
  "url": {
1682
1686
  "description": "The URL to open.",
1683
1687
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "42.16.0",
3
+ "version": "42.17.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 = "42.16.0";
4
+ export declare const version = "42.17.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 = "42.16.0";
4
+ export const version = "42.17.0";