@vcmap/ui 6.1.10 → 6.1.11
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/config/base.config.json +24 -14
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-96fbb6c6.js → core-ef0402b3.js} +1892 -1892
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/{ui-4b036a26.css → ui-ca9177db.css} +1 -1
- package/dist/assets/{ui-4b036a26.js → ui-ca9177db.js} +743 -743
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-c23959eb.js → vuetify-a44b4dc4.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/package.json +1 -1
- package/plugins/package.json +2 -1
- package/src/application/VcsMobileMenuList.vue +2 -2
- /package/dist/assets/{cesium-5bb6c9cc.js → cesium-74e49dfb.js} +0 -0
- /package/dist/assets/{ol-bdb109a6.js → ol-042b184c.js} +0 -0
- /package/dist/assets/{vue-311cece7.js → vue-3ce0d430.js} +0 -0
- /package/dist/assets/{vuetify-c23959eb.css → vuetify-a44b4dc4.css} +0 -0
package/dist/assets/ui.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./ui-
|
1
|
+
export * from "./ui-ca9177db.js";
|
package/dist/assets/vue.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./vue-
|
1
|
+
export * from "./vue-3ce0d430.js";
|
@@ -10,7 +10,7 @@ function loadCss(href) {
|
|
10
10
|
elem.onerror = reject;
|
11
11
|
document.head.appendChild(elem);
|
12
12
|
});
|
13
|
-
} await loadCss('./assets/vuetify-
|
13
|
+
} await loadCss('./assets/vuetify-a44b4dc4.css');import { watch as Q, onScopeDispose as Ze, effectScope as Zl, shallowRef as K, Fragment as ie, reactive as it, computed as b, watchEffect as Fe, toRefs as Yt, capitalize as Nn, isVNode as Rc, Comment as Nc, unref as ot, warn as ja, getCurrentInstance as Hc, ref as j, provide as De, inject as ye, defineComponent as zc, camelize as Ir, h as Gt, toRaw as Be, createVNode as r, mergeProps as O, onBeforeUnmount as Qe, readonly as Ql, onDeactivated as _r, onActivated as Wc, onMounted as Ye, nextTick as we, TransitionGroup as Jl, Transition as jt, isRef as Tn, toRef as $, onBeforeMount as ra, withDirectives as $e, resolveDirective as gt, vShow as Ct, onUpdated as jc, Text as Uc, resolveDynamicComponent as Yc, markRaw as Gc, Teleport as Kc, cloneVNode as qc, createTextVNode as Tt, onUnmounted as Tr, onBeforeUpdate as Xc, withModifiers as Tl, toDisplayString as Zc, vModelText as Qc, resolveComponent as Jc, render as Ar } from "./vue-3ce0d430.js";
|
14
14
|
function rt(e, n) {
|
15
15
|
let t;
|
16
16
|
function a() {
|
package/dist/assets/vuetify.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./vuetify-
|
1
|
+
export * from "./vuetify-a44b4dc4.js";
|
package/package.json
CHANGED
package/plugins/package.json
CHANGED
@@ -28,7 +28,8 @@
|
|
28
28
|
"@vcmap/pointcloud-settings": "^1.0.0",
|
29
29
|
"@vcmap/gamepad": "^1.0.0",
|
30
30
|
"@vcmap/sensorthings": "^1.0.0",
|
31
|
-
"@vcmap/cesium-inspector": "^2.0.0"
|
31
|
+
"@vcmap/cesium-inspector": "^2.0.0",
|
32
|
+
"@vcmap/event-control": "^1.0.1"
|
32
33
|
},
|
33
34
|
"optionalDependencies": {
|
34
35
|
"@vcmap/planning": "^6.0.0"
|
@@ -25,13 +25,13 @@
|
|
25
25
|
[...app.plugins].map((p) => p.name),
|
26
26
|
)?.slice(2);
|
27
27
|
|
28
|
-
const toolboxToggleAction = app.navbarManager.get(toolboxComponentId)
|
28
|
+
const toolboxToggleAction = app.navbarManager.get(toolboxComponentId)?.action;
|
29
29
|
|
30
30
|
const toolboxOverflowActions = getActionsByLocation(
|
31
31
|
mobileButtonComponents,
|
32
32
|
ButtonLocation.TOOL,
|
33
33
|
[...app.plugins].map((p) => p.name),
|
34
|
-
)?.filter((action) => action.name !== toolboxToggleAction
|
34
|
+
)?.filter((action) => action.name !== toolboxToggleAction?.name);
|
35
35
|
|
36
36
|
const mobileMenuActions = [
|
37
37
|
...getActionsByLocation(
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|