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