@qikdev/vue-ui 0.2.393 → 0.2.394
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 +15 -18
- 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/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -4,7 +4,7 @@ var Lh = (e, t, n) => t in e ? $h(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
4
4
|
var re = (e, t, n) => Lh(e, typeof t != "symbol" ? t + "" : t, n);
|
|
5
5
|
import { defineComponent as Fo, ref as bt, toRefs as of, onMounted as Ao, onBeforeUnmount as Ph, watch as ci, computed as In, createElementBlock as h, openBlock as u, createCommentVNode as _, renderSlot as H, normalizeClass as L, useSlots as Rh, reactive as fn, provide as Ci, resolveComponent as y, createVNode as c, Fragment as D, createBlock as k, unref as _t, withCtx as f, renderList as N, toDisplayString as b, createTextVNode as O, withDirectives as X, vShow as dr, withModifiers as z, createElementVNode as w, h as uo, mergeProps as mt, toHandlers as wt, normalizeStyle as Ge, resolveDirective as lf, resolveDynamicComponent as Vt, vModelSelect as Et, pushScopeId as je, popScopeId as qe, getCurrentScope as Uh, onScopeDispose as jh, getCurrentInstance as qh, Teleport as uf, Transition as Bh, withKeys as Ee, vModelText as be, TransitionGroup as zh, nextTick as df, vModelDynamic as Tr, normalizeProps as Wh } from "vue";
|
|
6
6
|
import { EventDispatcher as cf } from "@qikdev/sdk";
|
|
7
|
-
const Hh = "0.2.
|
|
7
|
+
const Hh = "0.2.394";
|
|
8
8
|
class pn extends Error {
|
|
9
9
|
}
|
|
10
10
|
class Gh extends pn {
|
|
@@ -28575,7 +28575,7 @@ const qF = /* @__PURE__ */ M(FF, [["render", jF], ["__scopeId", "data-v-8801d1a0
|
|
|
28575
28575
|
includeLayout: !0,
|
|
28576
28576
|
original: !0
|
|
28577
28577
|
}), t = t.map(function(n) {
|
|
28578
|
-
if (!n.path.startsWith("meta")
|
|
28578
|
+
if (!n.path.startsWith("meta")) {
|
|
28579
28579
|
switch (n.selectTitle = n.titles.filter(Boolean).join(" › "), n.path) {
|
|
28580
28580
|
case "dob":
|
|
28581
28581
|
return [
|
|
@@ -28604,26 +28604,23 @@ const qF = /* @__PURE__ */ M(FF, [["render", jF], ["__scopeId", "data-v-8801d1a0
|
|
|
28604
28604
|
style: {
|
|
28605
28605
|
marginLeft: `${(n.trail.length * 1 - 1) * 2}em`
|
|
28606
28606
|
}
|
|
28607
|
-
},
|
|
28608
|
-
{
|
|
28609
|
-
...n,
|
|
28610
|
-
selectTitle: "Date of birth › Day+Month+Year",
|
|
28611
|
-
key: "dob",
|
|
28612
|
-
path: "dob:fields",
|
|
28613
|
-
style: {
|
|
28614
|
-
marginLeft: `${(n.trail.length * 1 - 1) * 2}em`
|
|
28615
|
-
}
|
|
28616
28607
|
}
|
|
28608
|
+
// {
|
|
28609
|
+
// ...field,
|
|
28610
|
+
// selectTitle: "Date of birth › Day+Month+Year",
|
|
28611
|
+
// key: "dob",
|
|
28612
|
+
// path: "dob:fields",
|
|
28613
|
+
// style: {
|
|
28614
|
+
// marginLeft: `${(field.trail.length * 1 - 1) * 2}em`,
|
|
28615
|
+
// },
|
|
28616
|
+
// },
|
|
28617
28617
|
];
|
|
28618
28618
|
case "dobDay":
|
|
28619
|
-
|
|
28620
|
-
break;
|
|
28619
|
+
return;
|
|
28621
28620
|
case "dobMonth":
|
|
28622
|
-
|
|
28623
|
-
break;
|
|
28621
|
+
return;
|
|
28624
28622
|
case "dobYear":
|
|
28625
|
-
|
|
28626
|
-
break;
|
|
28623
|
+
return;
|
|
28627
28624
|
case "data":
|
|
28628
28625
|
n.selectTitle = "All Custom Fields";
|
|
28629
28626
|
break;
|
|
@@ -28769,7 +28766,7 @@ function YF(e, t, n, i, s, r) {
|
|
|
28769
28766
|
})
|
|
28770
28767
|
]);
|
|
28771
28768
|
}
|
|
28772
|
-
const JF = /* @__PURE__ */ M(BF, [["render", YF], ["__scopeId", "data-v-
|
|
28769
|
+
const JF = /* @__PURE__ */ M(BF, [["render", YF], ["__scopeId", "data-v-73221a58"]]), KF = {
|
|
28773
28770
|
props: {
|
|
28774
28771
|
modelValue: {
|
|
28775
28772
|
type: Object
|