@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.
@@ -703,7 +703,7 @@
703
703
  </restriction>
704
704
  </simpleType>
705
705
  </attribute>
706
- <attribute name="showTitles" type="boolean" default="true">
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="showDescriptions" type="boolean" default="true">
715
+ <attribute name="show-icons" type="boolean" default="true">
716
716
  <annotation>
717
717
  <documentation xml:lang="en">
718
- Whether to display the descriptions inline in
719
- buttons. If turned off, the description will be
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.23.0",
3
+ "version": "56.24.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "56.23.0";
4
+ export declare const version = "56.24.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "56.23.0";
4
+ export const version = "56.24.0";