@vertigis/viewer-spec 53.9.0 → 53.10.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.
@@ -9,4 +9,11 @@ export interface FeatureDetailsModelProperties extends FeatureInfoModelPropertie
9
9
  * is only serialized into saved projects. Web only.
10
10
  */
11
11
  results?: FeatureListProperties;
12
+ /**
13
+ * Whether or not the attributes from all one-to-one related records in a
14
+ * feature will display as if they part of the feature. All one-to-one
15
+ * related records will also not display in the Related Records section
16
+ * while this is enabled. Defaults to true. Web only.
17
+ */
18
+ enableOneToOneAttributeDisplay?: boolean;
12
19
  }
@@ -78,6 +78,12 @@ export interface ResultsModelProperties extends CommonResultsModelProperties, Co
78
78
  * only serialized into saved projects. Web only.
79
79
  */
80
80
  results?: FeatureListProperties;
81
+ /**
82
+ * Whether or not the attributes from all one-to-one related records in a
83
+ * feature will display as if they part of the feature. Defaults to false.
84
+ * Web only.
85
+ */
86
+ enableOneToOneAttributeDisplay?: boolean;
81
87
  }
82
88
  /**
83
89
  * Specifies whether a results list component should display results grouped by
@@ -3086,6 +3086,10 @@
3086
3086
  "description": "The header row contains column names.",
3087
3087
  "type": "boolean"
3088
3088
  },
3089
+ "locale": {
3090
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
3091
+ "type": "string"
3092
+ },
3089
3093
  "numberFormat": {
3090
3094
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
3091
3095
  "type": "string"
@@ -4123,6 +4123,10 @@
4123
4123
  "description": "The header row contains column names.",
4124
4124
  "type": "boolean"
4125
4125
  },
4126
+ "locale": {
4127
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
4128
+ "type": "string"
4129
+ },
4126
4130
  "numberFormat": {
4127
4131
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
4128
4132
  "type": "string"
@@ -2902,6 +2902,10 @@
2902
2902
  "description": "Whether to include a header row with field names. Default is true.",
2903
2903
  "type": "boolean"
2904
2904
  },
2905
+ "locale": {
2906
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
2907
+ "type": "string"
2908
+ },
2905
2909
  "numberFormat": {
2906
2910
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
2907
2911
  "type": "string"
@@ -3023,6 +3027,10 @@
3023
3027
  "description": "Indicates if a primary key should be generated if not found, defaults to true.",
3024
3028
  "type": "boolean"
3025
3029
  },
3030
+ "locale": {
3031
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
3032
+ "type": "string"
3033
+ },
3026
3034
  "numberFormat": {
3027
3035
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
3028
3036
  "type": "string"
@@ -3091,6 +3099,10 @@
3091
3099
  "description": "Whether to include a header row with field names. Default is true.",
3092
3100
  "type": "boolean"
3093
3101
  },
3102
+ "locale": {
3103
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
3104
+ "type": "string"
3105
+ },
3094
3106
  "numberFormat": {
3095
3107
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
3096
3108
  "type": "string"
@@ -6676,6 +6688,10 @@
6676
6688
  "description": "Whether to include a header row with field names. Default is true.",
6677
6689
  "type": "boolean"
6678
6690
  },
6691
+ "locale": {
6692
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
6693
+ "type": "string"
6694
+ },
6679
6695
  "numberFormat": {
6680
6696
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
6681
6697
  "type": "string"
@@ -6729,6 +6745,10 @@
6729
6745
  "description": "Indicates if a primary key should be generated if not found, defaults to true.",
6730
6746
  "type": "boolean"
6731
6747
  },
6748
+ "locale": {
6749
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
6750
+ "type": "string"
6751
+ },
6732
6752
  "numberFormat": {
6733
6753
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
6734
6754
  "type": "string"
@@ -6789,6 +6809,10 @@
6789
6809
  "description": "Whether to include a header row with field names. Default is true.",
6790
6810
  "type": "boolean"
6791
6811
  },
6812
+ "locale": {
6813
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
6814
+ "type": "string"
6815
+ },
6792
6816
  "numberFormat": {
6793
6817
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
6794
6818
  "type": "string"
@@ -7163,6 +7187,10 @@
7163
7187
  "description": "The header row contains column names.",
7164
7188
  "type": "boolean"
7165
7189
  },
7190
+ "locale": {
7191
+ "description": "The locale to use for formatting values. Accepts a valid locale code (example: \"inv\", \"fr\" or \"de-AT\"). Default is \"inv\" or invariant culture.",
7192
+ "type": "string"
7193
+ },
7166
7194
  "numberFormat": {
7167
7195
  "description": "The format for numbers. The default is NumberFormat.ROUND_TRIP.",
7168
7196
  "type": "string"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "53.9.0",
3
+ "version": "53.10.1",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -33,10 +33,17 @@
33
33
  "type": "git",
34
34
  "url": "https://dev.azure.com/vertigis/Studio/_git/viewer-spec"
35
35
  },
36
- "author": "VertiGIS Ltd.",
36
+ "author": "VertiGIS North America Ltd.",
37
+ "keywords": [
38
+ "VertiGIS",
39
+ "schema",
40
+ "app-config",
41
+ "layout",
42
+ "viewerframework"
43
+ ],
37
44
  "peerDependencies": {
38
45
  "@arcgis/core": "*",
39
- "@vertigis/arcgis-extensions": ">= 40.2.0 < 41.0.0"
46
+ "@vertigis/arcgis-extensions": ">= 40.4.0 < 41.0.0"
40
47
  },
41
48
  "devDependencies": {
42
49
  "@prettier/plugin-xml": "2.2.0",
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 = "53.9.0";
4
+ export declare const version = "53.10.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 = "53.9.0";
4
+ export const version = "53.10.1";