@vertigis/viewer-spec 49.5.0 → 49.6.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.
@@ -314,7 +314,19 @@
314
314
  </annotation>
315
315
  <complexType>
316
316
  <complexContent>
317
- <extension base="tns:RootComponent" />
317
+ <extension base="tns:RootComponent">
318
+ <attribute name="allow-close" type="boolean" default="true">
319
+ <annotation>
320
+ <documentation xml:lang="en">
321
+ Whether or not the dialog provides a built-in way for users to
322
+ dismiss the dialog (e.g. a close button, hitting "Esc", clicking
323
+ outside the dialog, etc.). If "false", the dialog will need to be
324
+ explicitly deactivated via some other means. The default
325
+ is "true". Web only.
326
+ </documentation>
327
+ </annotation>
328
+ </attribute>
329
+ </extension>
318
330
  </complexContent>
319
331
  </complexType>
320
332
  </element>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "49.5.0",
3
+ "version": "49.6.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 Geocortex Viewer Specification.
3
3
  */
4
- export declare const version = "49.5.0";
4
+ export declare const version = "49.6.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the Geocortex Viewer Specification.
3
3
  */
4
- export const version = "49.5.0";
4
+ export const version = "49.6.0";