@vertigis/viewer-spec 48.7.0 → 48.7.1
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/messaging/registry/panel.d.ts +2 -4
- package/package.json +2 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -82,15 +82,13 @@ export declare class PanelCommands extends CommandRegistry {
|
|
|
82
82
|
*/
|
|
83
83
|
get snapHostPanel(): Command<SnapHostPanelArgs>;
|
|
84
84
|
/**
|
|
85
|
-
* Closes the popout window for a panel and restores the original
|
|
86
|
-
* layout.
|
|
85
|
+
* Closes the popout window for a panel and restores the original layout.
|
|
87
86
|
*
|
|
88
87
|
* @webOnly
|
|
89
88
|
*/
|
|
90
89
|
get popIn(): Command<Model["id"] | Model>;
|
|
91
90
|
/**
|
|
92
|
-
* Removes a panel from the main layout and opens it in a new popout
|
|
93
|
-
* window.
|
|
91
|
+
* Removes a panel from the main layout and opens it in a new popout window.
|
|
94
92
|
*
|
|
95
93
|
* @webOnly
|
|
96
94
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/viewer-spec",
|
|
3
|
-
"version": "48.7.
|
|
3
|
+
"version": "48.7.1",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"description": "VertiGIS Viewer Specification",
|
|
6
6
|
"type": "module",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
16
|
"app-schema": "npm run -s prepare && node build/js/appConfigSchema.js",
|
|
17
|
+
"audit": "npx audit-ci@^6 --config ./audit-ci.jsonc",
|
|
17
18
|
"build": "npm run -s delete-js-folders && npm run update-version && tsc -d -p src && npm run minify && npm run -s lint && npm run -s build-schema",
|
|
18
19
|
"build-debug": "npm run -s delete-js-folders && npm run update-version && tsc -d --sourceMap true -p src && npm run -s lint && npm run build-schema",
|
|
19
20
|
"build-schema": "node build/js/appConfigSchema.js && node build/js/messageSchema.js",
|
package/version.d.ts
CHANGED
package/version.js
CHANGED