@vertigis/viewer-spec 56.31.0 → 56.32.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.
@@ -483,14 +483,14 @@
483
483
  </documentation>
484
484
  </annotation>
485
485
  </attribute>
486
- <attribute name="showIcon" type="boolean" default="true">
486
+ <attribute name="show-icon" type="boolean" default="true">
487
487
  <annotation>
488
488
  <documentation xml:lang="en">
489
489
  Whether or not the icon should be displayed.
490
490
  </documentation>
491
491
  </annotation>
492
492
  </attribute>
493
- <attribute name="showTitle" type="boolean" default="false">
493
+ <attribute name="show-title" type="boolean" default="false">
494
494
  <annotation>
495
495
  <documentation xml:lang="en">
496
496
  Whether or not the title should be displayed.
@@ -596,8 +596,8 @@
596
596
  <attribute name="show-close-button" type="boolean" default="true">
597
597
  <annotation>
598
598
  <documentation xml:lang="en">
599
- Whether to show a button that closes the Panel. Not supported in
600
- Mobile.
599
+ Whether to show a button that closes the Panel.
600
+ Not supported in Mobile.
601
601
  </documentation>
602
602
  </annotation>
603
603
  </attribute>
@@ -635,6 +635,14 @@
635
635
  </documentation>
636
636
  </annotation>
637
637
  </attribute>
638
+ <attribute name="show-title" type="boolean" default="false">
639
+ <annotation>
640
+ <documentation xml:lang="en">
641
+ Whether or not the title should be displayed.
642
+ Not supported in Mobile.
643
+ </documentation>
644
+ </annotation>
645
+ </attribute>
638
646
  <attribute name="visual-state">
639
647
  <annotation>
640
648
  <documentation xml:lang="en">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "56.31.0",
3
+ "version": "56.32.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 = "56.31.0";
4
+ export declare const version = "56.32.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 = "56.31.0";
4
+ export const version = "56.32.0";