@abi-software/mapintegratedvuer 1.6.4-beta.0 → 1.6.4-beta.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/dist/{ContentMixin-ONv_Sw06.js → ContentMixin-Dens0cuG.js} +1 -1
- package/dist/{Flatmap-DUQKg-6a.js → Flatmap-DAkYnCgG.js} +3 -3
- package/dist/{Iframe-BSj1859P.js → Iframe-BbEikgPo.js} +2 -2
- package/dist/{MultiFlatmap-eeWlw7lD.js → MultiFlatmap-CxIszJ7Z.js} +3 -3
- package/dist/{Plot-DKju1R3N.js → Plot-B9oatH85.js} +6 -6
- package/dist/{Scaffold-BVZ03I2A.js → Scaffold-BsXZAy90.js} +2 -2
- package/dist/Simulation-D-Wc4Wea.js +22 -0
- package/dist/{index-C5HdWlzX.js → index-D0k_j3P6.js} +1 -1
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +599 -1069
- package/dist/{style-CMKavN8A.js → style-DVMJFn9W.js} +1 -1
- package/package.json +1 -1
- package/vite.bundle-build.js +3 -1
- package/dist/Simulation-DMlUdb05.js +0 -10849
- package/dist/plotvuer-DSwGHaaa.js +0 -48060
@@ -1,5 +1,5 @@
|
|
1
1
|
import { mapStores as fet } from "pinia";
|
2
|
-
import { u as Qet, w as met, h as get, Z as yet, X as vet, Y as _et } from "./index-
|
2
|
+
import { u as Qet, w as met, h as get, Z as yet, X as vet, Y as _et } from "./index-D0k_j3P6.js";
|
3
3
|
import { ref as ke, defineComponent as mr, computed as Kt, openBlock as le, createElementBlock as tr, mergeProps as rl, unref as yt, renderSlot as kr, watch as on, nextTick as i1, provide as G1, reactive as c3, onActivated as bet, onMounted as Z1, onUpdated as Let, normalizeClass as Be, createElementVNode as je, normalizeStyle as E1, createBlock as Pr, resolveDynamicComponent as Ss, withCtx as ge, createCommentVNode as Br, inject as ln, onBeforeUnmount as Rs, withDirectives as Ti, cloneVNode as xet, Fragment as Mo, Text as qj, Comment as wet, createVNode as Fe, toRef as X2, Transition as ud, vShow as zo, readonly as Xj, onDeactivated as Met, toDisplayString as yi, useSlots as pg, isRef as g2, withModifiers as m1, vModelCheckbox as PQ, createTextVNode as An, toRefs as s0, vModelRadio as Kj, h as b7, createSlots as Yj, getCurrentInstance as $1, markRaw as wo, shallowRef as kQ, warn as Eet, watchEffect as Jj, onBeforeMount as Het, onUnmounted as Aet, toRaw as Vh, getCurrentScope as tz, onScopeDispose as KE, Teleport as Cet, resolveComponent as ws, resolveDirective as Oet, toHandlerKey as Pet, renderList as T4, withKeys as lu, vModelText as ket, createApp as Vet, hasInjectionContext as Iet, effectScope as Ret, isReactive as YE, pushScopeId as JE, popScopeId as tS, createStaticVNode as Net } from "vue";
|
4
4
|
const Det = function(t) {
|
5
5
|
return t ? [...new Set(t.map((e) => JSON.stringify(e)))].map(
|
package/package.json
CHANGED
package/vite.bundle-build.js
CHANGED
@@ -12,11 +12,13 @@ export default defineConfig((configEnv) => {
|
|
12
12
|
fileName: "mapintegratedvuer",
|
13
13
|
},
|
14
14
|
rollupOptions: {
|
15
|
-
external: ["vue", "pinia"],
|
15
|
+
external: ["vue", "pinia", "@abi-software/plotvuer", "@abi-software/simulationvuer"],
|
16
16
|
output: {
|
17
17
|
globals: {
|
18
18
|
vue: "Vue",
|
19
19
|
pinia: "pinia",
|
20
|
+
"@abi-software/simulationvuer": "simulationvuer",
|
21
|
+
"@abi-software/plotvuer": "plotvuer",
|
20
22
|
},
|
21
23
|
},
|
22
24
|
},
|