@qikdev/vue-ui 0.2.178 → 0.2.179
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/lib.es.js +3 -2
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2 -2
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './style.css';
|
|
2
2
|
import { defineComponent as Vi, ref as Jt, toRefs as xa, onMounted as wa, onBeforeUnmount as Ho, watch as Ei, computed as fi, openBlock as o, createElementBlock as d, renderSlot as H, createCommentVNode as _, normalizeClass as L, useSlots as qo, reactive as Tr, provide as Lr, resolveComponent as y, Fragment as S, unref as zn, createBlock as k, withCtx as h, createVNode as m, renderList as F, toDisplayString as v, withDirectives as K, vShow as dr, createElementVNode as x, withModifiers as z, createTextVNode as T, h as mi, mergeProps as Or, toHandlers as Ai, normalizeStyle as He, resolveDynamicComponent as ft, vModelSelect as Tt, pushScopeId as qe, popScopeId as We, Teleport as Wo, vModelText as se, withKeys as ge, TransitionGroup as Go, nextTick as Sa, vModelDynamic as Hn } from "vue";
|
|
3
3
|
import { EventDispatcher as Ko } from "@qikdev/sdk";
|
|
4
|
-
const Yo = "0.2.
|
|
4
|
+
const Yo = "0.2.179";
|
|
5
5
|
class Pt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Zo extends Pt {
|
|
@@ -11798,6 +11798,7 @@ const M1 = {
|
|
|
11798
11798
|
if (!((i = e.$sdk.global) != null && i.create))
|
|
11799
11799
|
return;
|
|
11800
11800
|
let t = e.field.createModel;
|
|
11801
|
+
console.log("CREATE", e.field, t);
|
|
11801
11802
|
const n = await e.$sdk.global.create(e.field.referenceType, { model: t, preselected: !!t });
|
|
11802
11803
|
e.multiValue ? (e.model || (e.model = []), e.model.push(n)) : e.model = n;
|
|
11803
11804
|
},
|
|
@@ -12042,7 +12043,7 @@ function N1(e, t, n, i, s, r) {
|
|
|
12042
12043
|
})) : _("", !0)
|
|
12043
12044
|
], 64);
|
|
12044
12045
|
}
|
|
12045
|
-
const oo = /* @__PURE__ */ C(M1, [["render", N1], ["__scopeId", "data-v-
|
|
12046
|
+
const oo = /* @__PURE__ */ C(M1, [["render", N1], ["__scopeId", "data-v-d8ae7b4a"]]);
|
|
12046
12047
|
function L1(e) {
|
|
12047
12048
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
12048
12049
|
}
|