@vertigis/viewer-spec 50.8.0 → 50.8.1

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.
@@ -699,7 +699,7 @@
699
699
  <complexType>
700
700
  <complexContent>
701
701
  <extension base="tns:Component">
702
- <attribute name="actionButtonSize" default="medium">
702
+ <attribute name="action-button-size" default="medium">
703
703
  <annotation>
704
704
  <documentation xml:lang="en">
705
705
  The desired size for the action buttons. Web
@@ -714,7 +714,7 @@
714
714
  </restriction>
715
715
  </simpleType>
716
716
  </attribute>
717
- <attribute name="relatedRecordDisplay" default="preview">
717
+ <attribute name="related-record-display" default="preview">
718
718
  <annotation>
719
719
  <documentation xml:lang="en">
720
720
  The style in which related records are
@@ -728,7 +728,7 @@
728
728
  </restriction>
729
729
  </simpleType>
730
730
  </attribute>
731
- <attribute name="showActionIcons" type="boolean" default="true">
731
+ <attribute name="show-action-icons" type="boolean" default="true">
732
732
  <annotation>
733
733
  <documentation xml:lang="en">
734
734
  Whether or not the icon should be displayed in
@@ -738,7 +738,7 @@
738
738
  </documentation>
739
739
  </annotation>
740
740
  </attribute>
741
- <attribute name="showActionTitles" type="boolean" default="false">
741
+ <attribute name="show-action-titles" type="boolean" default="false">
742
742
  <annotation>
743
743
  <documentation xml:lang="en">
744
744
  Whether or not the title should be displayed in
@@ -748,7 +748,7 @@
748
748
  </documentation>
749
749
  </annotation>
750
750
  </attribute>
751
- <attribute name="showStarControls" type="boolean" default="false">
751
+ <attribute name="show-star-controls" type="boolean" default="false">
752
752
  <annotation>
753
753
  <documentation xml:lang="en">
754
754
  Whether or not the starred feature icons and
@@ -918,7 +918,7 @@
918
918
  <complexType>
919
919
  <complexContent>
920
920
  <extension base="tns:Component">
921
- <attribute name="showStarControls" type="boolean" default="false">
921
+ <attribute name="show-star-controls" type="boolean" default="false">
922
922
  <annotation>
923
923
  <documentation xml:lang="en">
924
924
  Whether or not the starred feature icons and
@@ -45,7 +45,7 @@
45
45
  <complexType>
46
46
  <complexContent>
47
47
  <extension base="base:Component">
48
- <attribute name="showStarControls" type="boolean" default="false">
48
+ <attribute name="show-star-controls" type="boolean" default="false">
49
49
  <annotation>
50
50
  <documentation xml:lang="en">
51
51
  Whether or not the starred feature icons and
@@ -208,7 +208,7 @@
208
208
  <complexType>
209
209
  <complexContent>
210
210
  <extension base="base:Component">
211
- <attribute name="showStarControls" type="boolean" default="false">
211
+ <attribute name="show-star-controls" type="boolean" default="false">
212
212
  <annotation>
213
213
  <documentation xml:lang="en">
214
214
  Whether or not the starred feature icons and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "50.8.0",
3
+ "version": "50.8.1",
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 = "50.8.0";
4
+ export declare const version = "50.8.1";
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 = "50.8.0";
4
+ export const version = "50.8.1";