@vertigis/viewer-spec 56.27.1 → 56.28.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 +16 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -703,6 +703,22 @@
|
|
|
703
703
|
</restriction>
|
|
704
704
|
</simpleType>
|
|
705
705
|
</attribute>
|
|
706
|
+
<attribute name="toolbar-style">
|
|
707
|
+
<annotation>
|
|
708
|
+
<documentation xml:lang="en">
|
|
709
|
+
The visual style of the toolbar. If the toolbar
|
|
710
|
+
is not in a map slot, or nested in rows/columns
|
|
711
|
+
within a map slot, then the toolbar will appear
|
|
712
|
+
with square styling.
|
|
713
|
+
</documentation>
|
|
714
|
+
</annotation>
|
|
715
|
+
<simpleType>
|
|
716
|
+
<restriction base="string">
|
|
717
|
+
<enumeration value="round" />
|
|
718
|
+
<enumeration value="square" />
|
|
719
|
+
</restriction>
|
|
720
|
+
</simpleType>
|
|
721
|
+
</attribute>
|
|
706
722
|
<attribute name="show-titles" type="boolean" default="true">
|
|
707
723
|
<annotation>
|
|
708
724
|
<documentation xml:lang="en">
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED