@vcmap/ui 6.1.4 → 6.1.5
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/build/build.js +18 -3
- package/dist/.htaccess +1 -1
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-413b148f.js → core-865657d3.js} +2076 -2065
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/start.js +3 -0
- package/dist/assets/{ui-005255f5.css → ui-1641b3cc.css} +1 -1
- package/dist/assets/{ui-005255f5.js → ui-1641b3cc.js} +742 -743
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-a662f5cc.js → vuetify-42302ee6.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/dist/index.html +1 -5
- package/package.json +2 -2
- package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +2 -2
- package/src/contentTree/wmsGroupContentTreeItem.js +1 -0
- package/src/navigation/MapNavigation.vue +3 -4
- package/src/navigation/MapNavigation.vue.d.ts +1 -1
- package/src/vuePlugins/vuetify.js +1 -0
- /package/dist/assets/{cesium-b1e1b462.js → cesium-0a40465b.js} +0 -0
- /package/dist/assets/{ol-b61e7f7b.js → ol-0f71b1f1.js} +0 -0
- /package/dist/assets/{vue-9b8dc9d0.js → vue-4c430de5.js} +0 -0
- /package/dist/assets/{vuetify-a662f5cc.css → vuetify-42302ee6.css} +0 -0
package/dist/assets/ui.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./ui-
|
1
|
+
export * from "./ui-1641b3cc.js";
|
package/dist/assets/vue.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./vue-
|
1
|
+
export * from "./vue-4c430de5.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-42302ee6.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-4c430de5.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-42302ee6.js";
|
package/dist/index.html
CHANGED
@@ -103,10 +103,6 @@
|
|
103
103
|
<div id="loading-content"></div>
|
104
104
|
</div>
|
105
105
|
</div>
|
106
|
-
<script type="module">
|
107
|
-
import { initAppFromAppConfig } from './assets/ui.js';
|
108
|
-
|
109
|
-
initAppFromAppConfig('#app', 'app.config.json');
|
110
|
-
</script>
|
106
|
+
<script src="./assets/start.js" type="module"></script>
|
111
107
|
</body>
|
112
108
|
</html>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vcmap/ui",
|
3
|
-
"version": "6.1.
|
3
|
+
"version": "6.1.5",
|
4
4
|
"author": "Virtual City Systems",
|
5
5
|
"license": "MIT",
|
6
6
|
"scripts": {
|
@@ -57,7 +57,7 @@
|
|
57
57
|
},
|
58
58
|
"peerDependencies": {
|
59
59
|
"@vcmap-cesium/engine": "^11.0.2",
|
60
|
-
"@vcmap/core": "^6.1.
|
60
|
+
"@vcmap/core": "^6.1.5",
|
61
61
|
"ol": "^10.4.0",
|
62
62
|
"vue": "~3.4.38",
|
63
63
|
"vuetify": "^3.7.14"
|
@@ -474,7 +474,7 @@
|
|
474
474
|
</VcsFormSection>
|
475
475
|
</template>
|
476
476
|
<script>
|
477
|
-
import { computed } from 'vue';
|
477
|
+
import { computed, toRaw } from 'vue';
|
478
478
|
import { VContainer, VRow, VCol, VDivider } from 'vuetify/components';
|
479
479
|
import { VectorProperties } from '@vcmap/core';
|
480
480
|
import {
|
@@ -744,7 +744,7 @@
|
|
744
744
|
title: 'components.style.reset',
|
745
745
|
icon: '$vcsReturn',
|
746
746
|
callback: () => {
|
747
|
-
localValue.value = props.valueDefault;
|
747
|
+
localValue.value = structuredClone(toRaw(props.valueDefault));
|
748
748
|
},
|
749
749
|
},
|
750
750
|
]
|
@@ -537,6 +537,7 @@ class WMSGroupContentTreeItem extends VcsObjectContentTreeItem {
|
|
537
537
|
});
|
538
538
|
childItems.forEach((childItem) => {
|
539
539
|
this._app.contentTree.add(childItem);
|
540
|
+
childItem.disabled = this.disabled;
|
540
541
|
this._listeners.push(
|
541
542
|
childItem.clickedEvent.addEventListener(() => {
|
542
543
|
this._handleChildClickedEvent(childItem);
|
@@ -347,10 +347,9 @@
|
|
347
347
|
const { action: locatorAction, destroy: destroyLocator } =
|
348
348
|
createLocatorAction(app);
|
349
349
|
|
350
|
-
const showLocatorButton =
|
351
|
-
|
352
|
-
|
353
|
-
}
|
350
|
+
const showLocatorButton = computed(() => {
|
351
|
+
return app.uiConfig.config.showLocator ?? true;
|
352
|
+
});
|
354
353
|
|
355
354
|
const overviewMapListeners = [
|
356
355
|
app.overviewMap.map.layerCollection.added.addEventListener(() => {
|
@@ -78,7 +78,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
78
78
|
disabled?: boolean | undefined;
|
79
79
|
};
|
80
80
|
showOverviewButton: import("vue").Ref<boolean>;
|
81
|
-
showLocatorButton: import("vue").
|
81
|
+
showLocatorButton: import("vue").ComputedRef<boolean>;
|
82
82
|
hideRotationButton: import("vue").ComputedRef<boolean | undefined>;
|
83
83
|
homeAction: any;
|
84
84
|
rotationAction: any;
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|