@vertigis/viewer-spec 56.23.0 → 56.24.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 +20 -7
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -703,7 +703,7 @@
|
|
|
703
703
|
</restriction>
|
|
704
704
|
</simpleType>
|
|
705
705
|
</attribute>
|
|
706
|
-
<attribute name="
|
|
706
|
+
<attribute name="show-titles" type="boolean" default="true">
|
|
707
707
|
<annotation>
|
|
708
708
|
<documentation xml:lang="en">
|
|
709
709
|
Whether to display the titles on buttons. You
|
|
@@ -712,17 +712,30 @@
|
|
|
712
712
|
</documentation>
|
|
713
713
|
</annotation>
|
|
714
714
|
</attribute>
|
|
715
|
-
<attribute name="
|
|
715
|
+
<attribute name="show-icons" type="boolean" default="true">
|
|
716
716
|
<annotation>
|
|
717
717
|
<documentation xml:lang="en">
|
|
718
|
-
Whether to display the
|
|
719
|
-
|
|
720
|
-
in the tooltip instead for desktop users. No
|
|
721
|
-
effect unless the orientation is "vertical" and
|
|
722
|
-
titles are also shown.
|
|
718
|
+
Whether to display the icons on buttons. You may wish to hide the
|
|
719
|
+
icons in order to show just titles.
|
|
723
720
|
</documentation>
|
|
724
721
|
</annotation>
|
|
725
722
|
</attribute>
|
|
723
|
+
<attribute name="icon-position">
|
|
724
|
+
<annotation>
|
|
725
|
+
<documentation xml:lang="en">
|
|
726
|
+
The position of the icon on each button relative to its
|
|
727
|
+
corresponding title.
|
|
728
|
+
</documentation>
|
|
729
|
+
</annotation>
|
|
730
|
+
<simpleType>
|
|
731
|
+
<restriction base="string">
|
|
732
|
+
<enumeration value="top" />
|
|
733
|
+
<enumeration value="bottom" />
|
|
734
|
+
<enumeration value="start" />
|
|
735
|
+
<enumeration value="end" />
|
|
736
|
+
</restriction>
|
|
737
|
+
</simpleType>
|
|
738
|
+
</attribute>
|
|
726
739
|
</extension>
|
|
727
740
|
</complexContent>
|
|
728
741
|
</complexType>
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED