@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.
- package/layout/schema/layout-common.xsd +6 -6
- package/layout/schema/layout-web.xsd +2 -2
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
<complexType>
|
|
700
700
|
<complexContent>
|
|
701
701
|
<extension base="tns:Component">
|
|
702
|
-
<attribute name="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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
package/version.d.ts
CHANGED
package/version.js
CHANGED