@vertigis/viewer-spec 51.2.0 → 51.3.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 +9 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -567,7 +567,15 @@
|
|
|
567
567
|
</annotation>
|
|
568
568
|
<complexType>
|
|
569
569
|
<complexContent mixed="true">
|
|
570
|
-
<extension base="tns:Component"
|
|
570
|
+
<extension base="tns:Component">
|
|
571
|
+
<attribute name="showBackground" type="boolean" default="true">
|
|
572
|
+
<annotation>
|
|
573
|
+
<documentation xml:lang="en">
|
|
574
|
+
Whether or not the text background should be displayed. Mobile only. Defaults to true.
|
|
575
|
+
</documentation>
|
|
576
|
+
</annotation>
|
|
577
|
+
</attribute>
|
|
578
|
+
</extension>
|
|
571
579
|
</complexContent>
|
|
572
580
|
</complexType>
|
|
573
581
|
</element>
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED