@vertigis/viewer-spec 48.5.0 → 48.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.
|
@@ -111,6 +111,10 @@ export interface EditOptions {
|
|
|
111
111
|
* Whether to allow editing of feature attributes.
|
|
112
112
|
*/
|
|
113
113
|
editAttributes?: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* Whether to allow editing of feature attachments.
|
|
116
|
+
*/
|
|
117
|
+
editAttachments?: boolean;
|
|
114
118
|
/**
|
|
115
119
|
* Options for the geometry editing session.
|
|
116
120
|
*/
|
|
@@ -173,10 +177,6 @@ export interface DisplayUpdateFeatureArgs extends EditCommandArgs, HasGeometry,
|
|
|
173
177
|
* A collection of attributes to automatically apply to the updated feature.
|
|
174
178
|
*/
|
|
175
179
|
featureAttributes?: Record<string, unknown>;
|
|
176
|
-
/**
|
|
177
|
-
* Whether to allow editing of feature attachments. Web only.
|
|
178
|
-
*/
|
|
179
|
-
editAttachments?: boolean;
|
|
180
180
|
}
|
|
181
181
|
/**
|
|
182
182
|
* Arguments for the "edit.add-features", "edit.update-features" and
|
|
@@ -801,6 +801,10 @@
|
|
|
801
801
|
"additionalProperties": false,
|
|
802
802
|
"description": "Arguments for the \"edit.display-add-features\" command. Web only.",
|
|
803
803
|
"properties": {
|
|
804
|
+
"editAttachments": {
|
|
805
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
806
|
+
"type": "boolean"
|
|
807
|
+
},
|
|
804
808
|
"editAttributes": {
|
|
805
809
|
"description": "Whether to allow editing of feature attributes.",
|
|
806
810
|
"type": "boolean"
|
|
@@ -909,7 +913,7 @@
|
|
|
909
913
|
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
910
914
|
},
|
|
911
915
|
"editAttachments": {
|
|
912
|
-
"description": "Whether to allow editing of feature attachments.
|
|
916
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
913
917
|
"type": "boolean"
|
|
914
918
|
},
|
|
915
919
|
"editAttributes": {
|
|
@@ -958,6 +958,10 @@
|
|
|
958
958
|
"additionalProperties": false,
|
|
959
959
|
"description": "Arguments for the \"edit.display-add-features\" command. Web only.",
|
|
960
960
|
"properties": {
|
|
961
|
+
"editAttachments": {
|
|
962
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
963
|
+
"type": "boolean"
|
|
964
|
+
},
|
|
961
965
|
"editAttributes": {
|
|
962
966
|
"description": "Whether to allow editing of feature attributes.",
|
|
963
967
|
"type": "boolean"
|
|
@@ -1136,7 +1140,7 @@
|
|
|
1136
1140
|
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
1137
1141
|
},
|
|
1138
1142
|
"editAttachments": {
|
|
1139
|
-
"description": "Whether to allow editing of feature attachments.
|
|
1143
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
1140
1144
|
"type": "boolean"
|
|
1141
1145
|
},
|
|
1142
1146
|
"editAttributes": {
|
|
@@ -1378,6 +1378,10 @@
|
|
|
1378
1378
|
"additionalProperties": false,
|
|
1379
1379
|
"description": "Arguments for the \"edit.display-add-features\" command. Web only.",
|
|
1380
1380
|
"properties": {
|
|
1381
|
+
"editAttachments": {
|
|
1382
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
1383
|
+
"type": "boolean"
|
|
1384
|
+
},
|
|
1381
1385
|
"editAttributes": {
|
|
1382
1386
|
"description": "Whether to allow editing of feature attributes.",
|
|
1383
1387
|
"type": "boolean"
|
|
@@ -1486,7 +1490,7 @@
|
|
|
1486
1490
|
"description": "Optional layout XML attributes to be used for the transient UI container."
|
|
1487
1491
|
},
|
|
1488
1492
|
"editAttachments": {
|
|
1489
|
-
"description": "Whether to allow editing of feature attachments.
|
|
1493
|
+
"description": "Whether to allow editing of feature attachments.",
|
|
1490
1494
|
"type": "boolean"
|
|
1491
1495
|
},
|
|
1492
1496
|
"editAttributes": {
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED