@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.
- package/layout/schema/layout-web.xsd +22 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
package/version.d.ts
CHANGED
package/version.js
CHANGED