@vertigis/viewer-spec 56.2.0 → 56.4.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.
- package/app-config/common/BrandingColors.d.ts +10 -6
- package/messaging/registry/tasks.d.ts +5 -0
- package/messaging/schema/common-action.schema.json +7 -0
- package/messaging/schema/mobile-action.schema.json +7 -0
- package/messaging/schema/web-action.schema.json +14 -0
- package/package.json +2 -2
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -17,6 +17,9 @@ export interface BrandingColors {
|
|
|
17
17
|
alertAmberForegroundHover: ColorConfig;
|
|
18
18
|
alertAmberIcon: ColorConfig;
|
|
19
19
|
alertAmberIconHover: ColorConfig;
|
|
20
|
+
alertBackgroundDisabled: ColorConfig;
|
|
21
|
+
alertBorderDisabled: ColorConfig;
|
|
22
|
+
alertForegroundDisabled: ColorConfig;
|
|
20
23
|
alertGrayBackground: ColorConfig;
|
|
21
24
|
alertGrayBackgroundHover: ColorConfig;
|
|
22
25
|
alertGrayBorder: ColorConfig;
|
|
@@ -33,6 +36,7 @@ export interface BrandingColors {
|
|
|
33
36
|
alertGreenForegroundHover: ColorConfig;
|
|
34
37
|
alertGreenIcon: ColorConfig;
|
|
35
38
|
alertGreenIconHover: ColorConfig;
|
|
39
|
+
alertIconDisabled: ColorConfig;
|
|
36
40
|
alertRedBackground: ColorConfig;
|
|
37
41
|
alertRedBackgroundHover: ColorConfig;
|
|
38
42
|
alertRedBorder: ColorConfig;
|
|
@@ -41,10 +45,6 @@ export interface BrandingColors {
|
|
|
41
45
|
alertRedForegroundHover: ColorConfig;
|
|
42
46
|
alertRedIcon: ColorConfig;
|
|
43
47
|
alertRedIconHover: ColorConfig;
|
|
44
|
-
alertBackgroundDisabled: ColorConfig;
|
|
45
|
-
alertBorderDisabled: ColorConfig;
|
|
46
|
-
alertForegroundDisabled: ColorConfig;
|
|
47
|
-
alertIconDisabled: ColorConfig;
|
|
48
48
|
buttonBackground: ColorConfig;
|
|
49
49
|
buttonBackgroundDisabled: ColorConfig;
|
|
50
50
|
buttonBackgroundHover: ColorConfig;
|
|
@@ -71,13 +71,17 @@ 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;
|
|
78
|
+
inlineTableBorder: ColorConfig;
|
|
74
79
|
inlineTableHeaderBackground: ColorConfig;
|
|
75
80
|
inlineTableRowBackground: ColorConfig;
|
|
76
|
-
inlineTableBorder: ColorConfig;
|
|
77
81
|
inputBorder: ColorConfig;
|
|
78
82
|
inputBorderDisabled: ColorConfig;
|
|
79
|
-
itemSelectedBackground: ColorConfig;
|
|
80
83
|
itemHoverBackground: ColorConfig;
|
|
84
|
+
itemSelectedBackground: ColorConfig;
|
|
81
85
|
none: ColorConfig;
|
|
82
86
|
panelBorder: ColorConfig;
|
|
83
87
|
primaryAccent: ColorConfig;
|
|
@@ -87,6 +87,11 @@ export interface IdentifyArgs {
|
|
|
87
87
|
* VertiGIS Studio Mobile.
|
|
88
88
|
*/
|
|
89
89
|
returnGeometry?: boolean;
|
|
90
|
+
/**
|
|
91
|
+
* List of fields that should be returned that overrides the default out
|
|
92
|
+
* fields. Not supported in VertiGIS Studio Mobile.
|
|
93
|
+
*/
|
|
94
|
+
outFields?: string[];
|
|
90
95
|
/**
|
|
91
96
|
* The spatial reference for the returned geometry. Not supported in
|
|
92
97
|
* VertiGIS Studio Mobile.
|
|
@@ -2051,6 +2051,13 @@
|
|
|
2051
2051
|
"description": "The maximum number of results to return per source. Not supported in VertiGIS Studio Mobile.",
|
|
2052
2052
|
"type": "number"
|
|
2053
2053
|
},
|
|
2054
|
+
"outFields": {
|
|
2055
|
+
"description": "List of fields that should be returned that overrides the default out fields. Not supported in VertiGIS Studio Mobile.",
|
|
2056
|
+
"items": {
|
|
2057
|
+
"type": "string"
|
|
2058
|
+
},
|
|
2059
|
+
"type": "array"
|
|
2060
|
+
},
|
|
2054
2061
|
"outSpatialReference": {
|
|
2055
2062
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
2056
2063
|
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
|
@@ -2564,6 +2564,13 @@
|
|
|
2564
2564
|
"description": "The maximum number of results to return per source. Not supported in VertiGIS Studio Mobile.",
|
|
2565
2565
|
"type": "number"
|
|
2566
2566
|
},
|
|
2567
|
+
"outFields": {
|
|
2568
|
+
"description": "List of fields that should be returned that overrides the default out fields. Not supported in VertiGIS Studio Mobile.",
|
|
2569
|
+
"items": {
|
|
2570
|
+
"type": "string"
|
|
2571
|
+
},
|
|
2572
|
+
"type": "array"
|
|
2573
|
+
},
|
|
2567
2574
|
"outSpatialReference": {
|
|
2568
2575
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
2569
2576
|
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
|
@@ -718,6 +718,13 @@
|
|
|
718
718
|
"$ref": "__type",
|
|
719
719
|
"description": "An optional callback that will be invoked with additional information about the tasks's result for each source."
|
|
720
720
|
},
|
|
721
|
+
"outFields": {
|
|
722
|
+
"description": "List of fields that should be returned that overrides the default out fields.",
|
|
723
|
+
"items": {
|
|
724
|
+
"type": "string"
|
|
725
|
+
},
|
|
726
|
+
"type": "array"
|
|
727
|
+
},
|
|
721
728
|
"outSpatialReference": {
|
|
722
729
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
723
730
|
"description": "The spatial reference for the returned geometry."
|
|
@@ -3998,6 +4005,13 @@
|
|
|
3998
4005
|
"description": "The maximum number of results to return per source. Not supported in VertiGIS Studio Mobile.",
|
|
3999
4006
|
"type": "number"
|
|
4000
4007
|
},
|
|
4008
|
+
"outFields": {
|
|
4009
|
+
"description": "List of fields that should be returned that overrides the default out fields. Not supported in VertiGIS Studio Mobile.",
|
|
4010
|
+
"items": {
|
|
4011
|
+
"type": "string"
|
|
4012
|
+
},
|
|
4013
|
+
"type": "array"
|
|
4014
|
+
},
|
|
4001
4015
|
"outSpatialReference": {
|
|
4002
4016
|
"$ref": "#/definitions/esri.SpatialReference",
|
|
4003
4017
|
"description": "The spatial reference for the returned geometry. Not supported in VertiGIS Studio Mobile."
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "56.
|
|
3
|
+
"version": "56.4.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@arcgis/core": "*",
|
|
46
|
-
"@vertigis/arcgis-extensions": ">= 41.
|
|
46
|
+
"@vertigis/arcgis-extensions": ">= 41.2.0 < 42.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@prettier/plugin-xml": "2.2.0",
|
package/version.d.ts
CHANGED
package/version.js
CHANGED