@vertigis/viewer-spec 56.30.0 → 56.31.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.
@@ -81,6 +81,17 @@
81
81
  </documentation>
82
82
  </annotation>
83
83
  </attribute>
84
+ <attribute name="show-autocomplete" type="boolean" default="true">
85
+ <annotation>
86
+ <documentation xml:lang="en">
87
+ Whether or not to show autocompletes to assist
88
+ in the entry of values for string fields. This
89
+ feature can impact performance if datasets are
90
+ extremely large or not indexed on these fields.
91
+ The default is true.
92
+ </documentation>
93
+ </annotation>
94
+ </attribute>
84
95
  </extension>
85
96
  </complexContent>
86
97
  </complexType>
@@ -245,6 +256,17 @@
245
256
  </documentation>
246
257
  </annotation>
247
258
  </attribute>
259
+ <attribute name="show-autocomplete" type="boolean" default="true">
260
+ <annotation>
261
+ <documentation xml:lang="en">
262
+ Whether or not to show autocompletes to assist
263
+ in the entry of values for string fields. This
264
+ feature can impact performance if datasets are
265
+ extremely large or not indexed on these fields.
266
+ The default is true.
267
+ </documentation>
268
+ </annotation>
269
+ </attribute>
248
270
  </extension>
249
271
  </complexContent>
250
272
  </complexType>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.30.0",
3
+ "version": "56.31.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 VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "56.30.0";
4
+ export declare const version = "56.31.0";
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 = "56.30.0";
4
+ export const version = "56.31.0";