@vertigis/viewer-spec 56.30.0 → 56.32.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-common.xsd +12 -4
- package/layout/schema/layout-web.xsd +22 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -483,14 +483,14 @@
|
|
|
483
483
|
</documentation>
|
|
484
484
|
</annotation>
|
|
485
485
|
</attribute>
|
|
486
|
-
<attribute name="
|
|
486
|
+
<attribute name="show-icon" type="boolean" default="true">
|
|
487
487
|
<annotation>
|
|
488
488
|
<documentation xml:lang="en">
|
|
489
489
|
Whether or not the icon should be displayed.
|
|
490
490
|
</documentation>
|
|
491
491
|
</annotation>
|
|
492
492
|
</attribute>
|
|
493
|
-
<attribute name="
|
|
493
|
+
<attribute name="show-title" type="boolean" default="false">
|
|
494
494
|
<annotation>
|
|
495
495
|
<documentation xml:lang="en">
|
|
496
496
|
Whether or not the title should be displayed.
|
|
@@ -596,8 +596,8 @@
|
|
|
596
596
|
<attribute name="show-close-button" type="boolean" default="true">
|
|
597
597
|
<annotation>
|
|
598
598
|
<documentation xml:lang="en">
|
|
599
|
-
Whether to show a button that closes the Panel.
|
|
600
|
-
|
|
599
|
+
Whether to show a button that closes the Panel.
|
|
600
|
+
Not supported in Mobile.
|
|
601
601
|
</documentation>
|
|
602
602
|
</annotation>
|
|
603
603
|
</attribute>
|
|
@@ -635,6 +635,14 @@
|
|
|
635
635
|
</documentation>
|
|
636
636
|
</annotation>
|
|
637
637
|
</attribute>
|
|
638
|
+
<attribute name="show-title" type="boolean" default="false">
|
|
639
|
+
<annotation>
|
|
640
|
+
<documentation xml:lang="en">
|
|
641
|
+
Whether or not the title should be displayed.
|
|
642
|
+
Not supported in Mobile.
|
|
643
|
+
</documentation>
|
|
644
|
+
</annotation>
|
|
645
|
+
</attribute>
|
|
638
646
|
<attribute name="visual-state">
|
|
639
647
|
<annotation>
|
|
640
648
|
<documentation xml:lang="en">
|
|
@@ -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