@vertigis/viewer-spec 56.27.1 → 56.29.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 +24 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -38,6 +38,14 @@
|
|
|
38
38
|
<choice>
|
|
39
39
|
<element ref="tns:component" minOccurs="0" maxOccurs="unbounded" />
|
|
40
40
|
</choice>
|
|
41
|
+
<attribute name="gap" type="string">
|
|
42
|
+
<annotation>
|
|
43
|
+
<documentation xml:lang="en">
|
|
44
|
+
The gaps (gutters) between child components, in em
|
|
45
|
+
units. Web only.
|
|
46
|
+
</documentation>
|
|
47
|
+
</annotation>
|
|
48
|
+
</attribute>
|
|
41
49
|
</extension>
|
|
42
50
|
</complexContent>
|
|
43
51
|
</complexType>
|
|
@@ -703,6 +711,22 @@
|
|
|
703
711
|
</restriction>
|
|
704
712
|
</simpleType>
|
|
705
713
|
</attribute>
|
|
714
|
+
<attribute name="toolbar-style">
|
|
715
|
+
<annotation>
|
|
716
|
+
<documentation xml:lang="en">
|
|
717
|
+
The visual style of the toolbar. If the toolbar
|
|
718
|
+
is not in a map slot, or nested in rows/columns
|
|
719
|
+
within a map slot, then the toolbar will appear
|
|
720
|
+
with square styling.
|
|
721
|
+
</documentation>
|
|
722
|
+
</annotation>
|
|
723
|
+
<simpleType>
|
|
724
|
+
<restriction base="string">
|
|
725
|
+
<enumeration value="round" />
|
|
726
|
+
<enumeration value="square" />
|
|
727
|
+
</restriction>
|
|
728
|
+
</simpleType>
|
|
729
|
+
</attribute>
|
|
706
730
|
<attribute name="show-titles" type="boolean" default="true">
|
|
707
731
|
<annotation>
|
|
708
732
|
<documentation xml:lang="en">
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED