@vertigis/viewer-spec 50.8.0 → 50.8.2
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/schema/web-app-config.schema.json +1 -1
- package/app-config/web/SnappingProperties.d.ts +4 -3
- package/layout/schema/layout-common.xsd +6 -6
- package/layout/schema/layout-web.xsd +2 -2
- package/messaging/schema/common-action.schema.json +2 -5
- package/messaging/schema/mobile-action.schema.json +2 -5
- package/messaging/schema/web-action.schema.json +2 -5
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -52,9 +52,10 @@ export interface SnappingSourceMapping {
|
|
|
52
52
|
*/
|
|
53
53
|
guideColor?: Color;
|
|
54
54
|
/**
|
|
55
|
-
* The snapping source.
|
|
55
|
+
* The snapping source. If omitted the configuration will be applied to all
|
|
56
|
+
* existing sources.
|
|
56
57
|
*/
|
|
57
|
-
source
|
|
58
|
+
source?: LayerExtension | SublayerExtension;
|
|
58
59
|
}
|
|
59
60
|
/**
|
|
60
61
|
* Global configuration for snapping.
|
|
@@ -77,7 +78,7 @@ export interface SnappingProperties {
|
|
|
77
78
|
maxSearchRadius?: number;
|
|
78
79
|
/**
|
|
79
80
|
* Indicates the maximum number of snapping guides to be displayed at any
|
|
80
|
-
* time. Defaults to
|
|
81
|
+
* time. Defaults to 4.
|
|
81
82
|
*/
|
|
82
83
|
maxSnappingGuides?: number;
|
|
83
84
|
/**
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
<complexType>
|
|
700
700
|
<complexContent>
|
|
701
701
|
<extension base="tns:Component">
|
|
702
|
-
<attribute name="
|
|
702
|
+
<attribute name="action-button-size" default="medium">
|
|
703
703
|
<annotation>
|
|
704
704
|
<documentation xml:lang="en">
|
|
705
705
|
The desired size for the action buttons. Web
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
</restriction>
|
|
715
715
|
</simpleType>
|
|
716
716
|
</attribute>
|
|
717
|
-
<attribute name="
|
|
717
|
+
<attribute name="related-record-display" default="preview">
|
|
718
718
|
<annotation>
|
|
719
719
|
<documentation xml:lang="en">
|
|
720
720
|
The style in which related records are
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
</restriction>
|
|
729
729
|
</simpleType>
|
|
730
730
|
</attribute>
|
|
731
|
-
<attribute name="
|
|
731
|
+
<attribute name="show-action-icons" type="boolean" default="true">
|
|
732
732
|
<annotation>
|
|
733
733
|
<documentation xml:lang="en">
|
|
734
734
|
Whether or not the icon should be displayed in
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
</documentation>
|
|
739
739
|
</annotation>
|
|
740
740
|
</attribute>
|
|
741
|
-
<attribute name="
|
|
741
|
+
<attribute name="show-action-titles" type="boolean" default="false">
|
|
742
742
|
<annotation>
|
|
743
743
|
<documentation xml:lang="en">
|
|
744
744
|
Whether or not the title should be displayed in
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
</documentation>
|
|
749
749
|
</annotation>
|
|
750
750
|
</attribute>
|
|
751
|
-
<attribute name="
|
|
751
|
+
<attribute name="show-star-controls" type="boolean" default="false">
|
|
752
752
|
<annotation>
|
|
753
753
|
<documentation xml:lang="en">
|
|
754
754
|
Whether or not the starred feature icons and
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
<complexType>
|
|
919
919
|
<complexContent>
|
|
920
920
|
<extension base="tns:Component">
|
|
921
|
-
<attribute name="
|
|
921
|
+
<attribute name="show-star-controls" type="boolean" default="false">
|
|
922
922
|
<annotation>
|
|
923
923
|
<documentation xml:lang="en">
|
|
924
924
|
Whether or not the starred feature icons and
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
<complexType>
|
|
46
46
|
<complexContent>
|
|
47
47
|
<extension base="base:Component">
|
|
48
|
-
<attribute name="
|
|
48
|
+
<attribute name="show-star-controls" type="boolean" default="false">
|
|
49
49
|
<annotation>
|
|
50
50
|
<documentation xml:lang="en">
|
|
51
51
|
Whether or not the starred feature icons and
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
<complexType>
|
|
209
209
|
<complexContent>
|
|
210
210
|
<extension base="base:Component">
|
|
211
|
-
<attribute name="
|
|
211
|
+
<attribute name="show-star-controls" type="boolean" default="false">
|
|
212
212
|
<annotation>
|
|
213
213
|
<documentation xml:lang="en">
|
|
214
214
|
Whether or not the starred feature icons and
|
|
@@ -2428,7 +2428,7 @@
|
|
|
2428
2428
|
"type": "number"
|
|
2429
2429
|
},
|
|
2430
2430
|
"maxSnappingGuides": {
|
|
2431
|
-
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to
|
|
2431
|
+
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to 4.",
|
|
2432
2432
|
"type": "number"
|
|
2433
2433
|
},
|
|
2434
2434
|
"respectLayerVisibility": {
|
|
@@ -2486,12 +2486,9 @@
|
|
|
2486
2486
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
2487
2487
|
}
|
|
2488
2488
|
],
|
|
2489
|
-
"description": "The snapping source."
|
|
2489
|
+
"description": "The snapping source. If omitted the configuration will be applied to all existing sources."
|
|
2490
2490
|
}
|
|
2491
2491
|
},
|
|
2492
|
-
"required": [
|
|
2493
|
-
"source"
|
|
2494
|
-
],
|
|
2495
2492
|
"type": "object"
|
|
2496
2493
|
},
|
|
2497
2494
|
"StopGeometryEditArgs": {
|
|
@@ -3290,7 +3290,7 @@
|
|
|
3290
3290
|
"type": "number"
|
|
3291
3291
|
},
|
|
3292
3292
|
"maxSnappingGuides": {
|
|
3293
|
-
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to
|
|
3293
|
+
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to 4.",
|
|
3294
3294
|
"type": "number"
|
|
3295
3295
|
},
|
|
3296
3296
|
"respectLayerVisibility": {
|
|
@@ -3348,12 +3348,9 @@
|
|
|
3348
3348
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
3349
3349
|
}
|
|
3350
3350
|
],
|
|
3351
|
-
"description": "The snapping source."
|
|
3351
|
+
"description": "The snapping source. If omitted the configuration will be applied to all existing sources."
|
|
3352
3352
|
}
|
|
3353
3353
|
},
|
|
3354
|
-
"required": [
|
|
3355
|
-
"source"
|
|
3356
|
-
],
|
|
3357
3354
|
"type": "object"
|
|
3358
3355
|
},
|
|
3359
3356
|
"StartSketchArgs": {
|
|
@@ -4909,7 +4909,7 @@
|
|
|
4909
4909
|
"type": "number"
|
|
4910
4910
|
},
|
|
4911
4911
|
"maxSnappingGuides": {
|
|
4912
|
-
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to
|
|
4912
|
+
"description": "Indicates the maximum number of snapping guides to be displayed at any time. Defaults to 4.",
|
|
4913
4913
|
"type": "number"
|
|
4914
4914
|
},
|
|
4915
4915
|
"respectLayerVisibility": {
|
|
@@ -4967,12 +4967,9 @@
|
|
|
4967
4967
|
"$ref": "@vertigis.arcgis-extensions.mapping._SublayerExtension.SublayerExtension"
|
|
4968
4968
|
}
|
|
4969
4969
|
],
|
|
4970
|
-
"description": "The snapping source."
|
|
4970
|
+
"description": "The snapping source. If omitted the configuration will be applied to all existing sources."
|
|
4971
4971
|
}
|
|
4972
4972
|
},
|
|
4973
|
-
"required": [
|
|
4974
|
-
"source"
|
|
4975
|
-
],
|
|
4976
4973
|
"type": "object"
|
|
4977
4974
|
},
|
|
4978
4975
|
"StopGeometryEditArgs": {
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED