@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.27.1",
3
+ "version": "56.29.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.27.1";
4
+ export declare const version = "56.29.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.27.1";
4
+ export const version = "56.29.0";