@qikdev/vue-ui 0.2.104 → 0.2.106
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 +13 -5
- 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 Si, ref as Yt, toRefs as ma, onMounted as ha, onBeforeUnmount as Ao, watch as Oi, computed as ui, openBlock as o, createElementBlock as d, renderSlot as G, createCommentVNode as _, useSlots as Mo, reactive as wr, provide as $r, resolveComponent as y, normalizeClass as P, Fragment as S, unref as Rn, createBlock as k, withCtx as m, createVNode as h, renderList as $, toDisplayString as b, createElementVNode as x, withModifiers as q, createTextVNode as O, h as di, resolveDynamicComponent as St, mergeProps as Ti, toHandlers as pa, withDirectives as K, vModelSelect as Ot, pushScopeId as lt, popScopeId as ot, normalizeStyle as ct, Teleport as Io, vModelText as se, withKeys as ge, TransitionGroup as Do, nextTick as ya, vModelDynamic as Bn, vShow as Zi } from "vue";
|
|
3
3
|
import { EventDispatcher as Fo } from "@qikdev/sdk";
|
|
4
|
-
const $o = "0.2.
|
|
4
|
+
const $o = "0.2.106";
|
|
5
5
|
class $t extends Error {
|
|
6
6
|
}
|
|
7
7
|
class No extends $t {
|
|
@@ -7914,6 +7914,10 @@ const K_ = {
|
|
|
7914
7914
|
isolate: {
|
|
7915
7915
|
type: Boolean,
|
|
7916
7916
|
default: !0
|
|
7917
|
+
},
|
|
7918
|
+
displayCaret: {
|
|
7919
|
+
type: Boolean,
|
|
7920
|
+
default: !0
|
|
7917
7921
|
}
|
|
7918
7922
|
},
|
|
7919
7923
|
mounted() {
|
|
@@ -8047,7 +8051,10 @@ function Y_(e, t, n, i, s, r) {
|
|
|
8047
8051
|
]),
|
|
8048
8052
|
_: 2
|
|
8049
8053
|
}, 1024),
|
|
8050
|
-
|
|
8054
|
+
n.displayCaret ? (o(), k(a, {
|
|
8055
|
+
key: 0,
|
|
8056
|
+
shrink: ""
|
|
8057
|
+
}, {
|
|
8051
8058
|
default: m(() => [
|
|
8052
8059
|
h(l, {
|
|
8053
8060
|
class: "caret",
|
|
@@ -8055,7 +8062,7 @@ function Y_(e, t, n, i, s, r) {
|
|
|
8055
8062
|
})
|
|
8056
8063
|
]),
|
|
8057
8064
|
_: 1
|
|
8058
|
-
})
|
|
8065
|
+
})) : _("", !0)
|
|
8059
8066
|
]),
|
|
8060
8067
|
_: 2
|
|
8061
8068
|
}, 1024)
|
|
@@ -8087,14 +8094,15 @@ function Y_(e, t, n, i, s, r) {
|
|
|
8087
8094
|
key: 2,
|
|
8088
8095
|
expandOn: n.expandOn,
|
|
8089
8096
|
items: p.items,
|
|
8097
|
+
displayCaret: n.displayCaret,
|
|
8090
8098
|
isolate: n.isolate,
|
|
8091
8099
|
depth: r.actualDepth - 1
|
|
8092
|
-
}, null, 8, ["expandOn", "items", "isolate", "depth"])) : _("", !0)
|
|
8100
|
+
}, null, 8, ["expandOn", "items", "displayCaret", "isolate", "depth"])) : _("", !0)
|
|
8093
8101
|
], 2);
|
|
8094
8102
|
}), 256))
|
|
8095
8103
|
]);
|
|
8096
8104
|
}
|
|
8097
|
-
const Z_ = /* @__PURE__ */ V(K_, [["render", Y_], ["__scopeId", "data-v-
|
|
8105
|
+
const Z_ = /* @__PURE__ */ V(K_, [["render", Y_], ["__scopeId", "data-v-0c67e95e"]]);
|
|
8098
8106
|
const J_ = {
|
|
8099
8107
|
props: {
|
|
8100
8108
|
item: {
|