@vertigis/viewer-spec 53.7.0 → 53.8.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-web.xsd +31 -0
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -344,6 +344,37 @@
|
|
|
344
344
|
</restriction>
|
|
345
345
|
</simpleType>
|
|
346
346
|
</attribute>
|
|
347
|
+
<attribute name="icon-position">
|
|
348
|
+
<annotation>
|
|
349
|
+
<documentation xml:lang="en">
|
|
350
|
+
The position of the icon within the component relative to its
|
|
351
|
+
text. Valid values include "top", "bottom", "start", and "end".
|
|
352
|
+
The default value is "start".
|
|
353
|
+
</documentation>
|
|
354
|
+
</annotation>
|
|
355
|
+
<simpleType>
|
|
356
|
+
<restriction base="string">
|
|
357
|
+
<enumeration value="top" />
|
|
358
|
+
<enumeration value="bottom" />
|
|
359
|
+
<enumeration value="start" />
|
|
360
|
+
<enumeration value="end" />
|
|
361
|
+
</restriction>
|
|
362
|
+
</simpleType>
|
|
363
|
+
</attribute>
|
|
364
|
+
<attribute name="show-title" type="boolean" default="true">
|
|
365
|
+
<annotation>
|
|
366
|
+
<documentation xml:lang="en">
|
|
367
|
+
Indicates if the title should be displayed.
|
|
368
|
+
</documentation>
|
|
369
|
+
</annotation>
|
|
370
|
+
</attribute>
|
|
371
|
+
<attribute name="show-icon" type="boolean" default="false">
|
|
372
|
+
<annotation>
|
|
373
|
+
<documentation xml:lang="en">
|
|
374
|
+
Indicates if the icon should be displayed.
|
|
375
|
+
</documentation>
|
|
376
|
+
</annotation>
|
|
377
|
+
</attribute>
|
|
347
378
|
</extension>
|
|
348
379
|
</complexContent>
|
|
349
380
|
</complexType>
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED