@abi-software/mapintegratedvuer 1.5.1-beta-0 → 1.5.1-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-CtW4Ieno.js → ContentMixin-BY38ulup.js} +1 -1
- package/dist/{Flatmap-AVl79PfQ.js → Flatmap-CNM_fFlI.js} +3 -3
- package/dist/{Iframe-B4hJxJiU.js → Iframe-DZ6M7hQI.js} +2 -2
- package/dist/{MultiFlatmap-Cp6xyCht.js → MultiFlatmap-CBK8LiIH.js} +3 -3
- package/dist/{plotvuer-X4h-Lj3L.js → Plot-DkniCAAe.js} +2735 -2717
- package/dist/{Scaffold-Dx0wwrEF.js → Scaffold-CTRABCFo.js} +2 -2
- package/dist/Simulation-vS_R9P47.js +22 -0
- package/dist/{index-CKwM6jIi.js → index-DBVNcOgU.js} +9119 -9117
- package/dist/mapintegratedvuer.js +1 -1
- package/dist/mapintegratedvuer.umd.cjs +670 -777
- package/dist/{style-DKqa0xV3.js → style-C32DKsFv.js} +1 -1
- package/package.json +2 -2
- package/vite.bundle-build.js +2 -1
- package/dist/Plot-DWYAg4FX.js +0 -24
- package/dist/Simulation-DZs6ypAw.js +0 -43882
@@ -1,5 +1,5 @@
|
|
1
|
-
import { M as nw, w as ow, h as aw, P as sw, D as lw, _ as cw, L as uw, E as qu } from "./index-
|
2
|
-
import { C as hw } from "./ContentMixin-
|
1
|
+
import { M as nw, w as ow, h as aw, P as sw, D as lw, _ as cw, L as uw, E as qu } from "./index-DBVNcOgU.js";
|
2
|
+
import { C as hw } from "./ContentMixin-BY38ulup.js";
|
3
3
|
import { ref as Ae, defineComponent as Ie, computed as ce, openBlock as fe, createElementBlock as Ce, mergeProps as Ii, unref as U, renderSlot as qe, useAttrs as dw, useSlots as su, shallowRef as Pr, watch as Xe, nextTick as _t, onMounted as cr, toRef as Fr, createCommentVNode as Ue, Fragment as Ft, normalizeClass as Re, createElementVNode as Ne, createBlock as je, withCtx as de, resolveDynamicComponent as Zr, withModifiers as mr, createVNode as ae, toDisplayString as yt, normalizeStyle as Bt, provide as xr, reactive as oi, onUpdated as op, inject as ht, onBeforeUnmount as _i, withDirectives as Nt, cloneVNode as pw, Text as c0, Comment as fw, Teleport as mw, Transition as ul, vShow as dr, readonly as u0, onDeactivated as gw, toHandlers as vw, withKeys as gi, createTextVNode as ot, toRefs as Hn, getCurrentInstance as ir, h as ya, renderList as $r, onUnmounted as h0, markRaw as Rr, watchEffect as d0, warn as yw, onBeforeMount as bw, toRaw as ap, getCurrentScope as p0, onScopeDispose as f0, isRef as Co, isVNode as td, resolveComponent as Cr, resolveDirective as xw, toHandlerKey as ww, vModelText as _w, createApp as Mw, hasInjectionContext as Sw, effectScope as Tw, isReactive as sp, pushScopeId as m0, popScopeId as g0 } from "vue";
|
4
4
|
const Qi = (r, e, { checkForDefaultPrevented: t = !0 } = {}) => (i) => {
|
5
5
|
const n = r == null ? void 0 : r(i);
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { C as i } from "./ContentMixin-BY38ulup.js";
|
2
|
+
import { SimulationVuer as t } from "@abi-software/simulationvuer";
|
3
|
+
import { resolveComponent as e, openBlock as r, createBlock as a } from "vue";
|
4
|
+
import { _ as m } from "./index-DBVNcOgU.js";
|
5
|
+
const c = {
|
6
|
+
name: "Simulation",
|
7
|
+
mixins: [i],
|
8
|
+
components: {
|
9
|
+
SimulationVuer: t
|
10
|
+
}
|
11
|
+
};
|
12
|
+
function p(o, s, u, l, f, _) {
|
13
|
+
const n = e("SimulationVuer");
|
14
|
+
return r(), a(n, {
|
15
|
+
apiLocation: o.apiLocation,
|
16
|
+
id: o.entry.discoverId
|
17
|
+
}, null, 8, ["apiLocation", "id"]);
|
18
|
+
}
|
19
|
+
const C = /* @__PURE__ */ m(c, [["render", p]]);
|
20
|
+
export {
|
21
|
+
C as default
|
22
|
+
};
|