@qikdev/vue-ui 0.2.207 → 0.2.208
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 +8 -7
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- 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 Cr, ref as Jt, toRefs as wl, onMounted as Sl, onBeforeUnmount as qo, watch as Er, computed as fr, openBlock as o, createElementBlock as d, renderSlot as H, createCommentVNode as _, normalizeClass as N, useSlots as Go, reactive as Ti, provide as Li, 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 di, createElementVNode as x, withModifiers as B, createTextVNode as T, h as mr, mergeProps as Oi, toHandlers as Ar, normalizeStyle as He, resolveDynamicComponent as ft, vModelSelect as Ot, pushScopeId as Ye, popScopeId as Ze, Teleport as Wo, vModelText as se, withKeys as _e, TransitionGroup as Ko, nextTick as Tl, vModelDynamic as Hn } from "vue";
|
|
3
3
|
import { EventDispatcher as Yo } from "@qikdev/sdk";
|
|
4
|
-
const Zo = "0.2.
|
|
4
|
+
const Zo = "0.2.208";
|
|
5
5
|
class Pt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Jo extends Pt {
|
|
@@ -8438,15 +8438,16 @@ const Cg = {
|
|
|
8438
8438
|
return isNaN(e) || !parseInt(e) ? 0 : Math.max(e, 0);
|
|
8439
8439
|
},
|
|
8440
8440
|
filteredItems() {
|
|
8441
|
-
|
|
8442
|
-
|
|
8441
|
+
const e = this;
|
|
8442
|
+
let t = e.tree.filter(function(n) {
|
|
8443
|
+
return !(n.advancedOptions && e.$sdk.utils.checkContextVisibility && !e.$sdk.utils.checkContextVisibility(n.contextVisibility) || n.disabled);
|
|
8443
8444
|
});
|
|
8444
|
-
return this.actualDepth === 1 && (
|
|
8445
|
+
return this.actualDepth === 1 && (t = t.map(function(n) {
|
|
8445
8446
|
return {
|
|
8446
|
-
...
|
|
8447
|
+
...n,
|
|
8447
8448
|
items: []
|
|
8448
8449
|
};
|
|
8449
|
-
})),
|
|
8450
|
+
})), t;
|
|
8450
8451
|
}
|
|
8451
8452
|
// expandedItem: {
|
|
8452
8453
|
// get() {
|
|
@@ -8624,7 +8625,7 @@ function Eg(e, t, n, r, s, i) {
|
|
|
8624
8625
|
}), 128))
|
|
8625
8626
|
]);
|
|
8626
8627
|
}
|
|
8627
|
-
const Ag = /* @__PURE__ */ V(Cg, [["render", Eg], ["__scopeId", "data-v-
|
|
8628
|
+
const Ag = /* @__PURE__ */ V(Cg, [["render", Eg], ["__scopeId", "data-v-cbfd31c1"]]);
|
|
8628
8629
|
const Mg = {
|
|
8629
8630
|
props: {
|
|
8630
8631
|
item: {
|