@qikdev/vue-ui 0.2.133 → 0.2.134
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 +7 -3
- 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 Zt, toRefs as ba, onMounted as ka, onBeforeUnmount as zo, watch as Ci, computed as di, openBlock as o, createElementBlock as d, renderSlot as B, createCommentVNode as _, useSlots as Ho, reactive as Sr, provide as $r, resolveComponent as y, normalizeClass as U, Fragment as w, unref as Bn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as v, withDirectives as K, vShow as ci, createElementVNode as x, withModifiers as W, createTextVNode as S, h as fi, resolveDynamicComponent as Ot, mergeProps as Ei, toHandlers as xa, vModelSelect as Tt, pushScopeId as tt, popScopeId as nt, normalizeStyle as ut, Teleport as qo, vModelText as se, withKeys as ge, TransitionGroup as Go, nextTick as wa, vModelDynamic as zn } from "vue";
|
|
3
3
|
import { EventDispatcher as Wo } from "@qikdev/sdk";
|
|
4
|
-
const Ko = "0.2.
|
|
4
|
+
const Ko = "0.2.134";
|
|
5
5
|
class Lt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Yo extends Lt {
|
|
@@ -16456,6 +16456,9 @@ const Zx = {
|
|
|
16456
16456
|
}
|
|
16457
16457
|
},
|
|
16458
16458
|
computed: {
|
|
16459
|
+
size() {
|
|
16460
|
+
return this.field.size;
|
|
16461
|
+
},
|
|
16459
16462
|
selectionHash() {
|
|
16460
16463
|
const e = this;
|
|
16461
16464
|
var t = {};
|
|
@@ -16492,6 +16495,7 @@ function tw(e, t, n, i, s, r) {
|
|
|
16492
16495
|
(o(!0), d(w, null, $(e.selectableOptions, (f) => (o(), k(u, { option: f }, {
|
|
16493
16496
|
default: h(({ plainValue: c }) => [
|
|
16494
16497
|
m(l, {
|
|
16498
|
+
size: r.size,
|
|
16495
16499
|
class: U({ active: r.selectionHash[String(c)] }),
|
|
16496
16500
|
onClick: (p) => r.toggle(c)
|
|
16497
16501
|
}, {
|
|
@@ -16503,14 +16507,14 @@ function tw(e, t, n, i, s, r) {
|
|
|
16503
16507
|
})
|
|
16504
16508
|
]),
|
|
16505
16509
|
_: 2
|
|
16506
|
-
}, 1032, ["class", "onClick"])
|
|
16510
|
+
}, 1032, ["size", "class", "onClick"])
|
|
16507
16511
|
]),
|
|
16508
16512
|
_: 2
|
|
16509
16513
|
}, 1032, ["option"]))), 256))
|
|
16510
16514
|
])
|
|
16511
16515
|
], 64);
|
|
16512
16516
|
}
|
|
16513
|
-
const nw = /* @__PURE__ */ V(Zx, [["render", tw], ["__scopeId", "data-v-
|
|
16517
|
+
const nw = /* @__PURE__ */ V(Zx, [["render", tw], ["__scopeId", "data-v-7ec6958f"]]);
|
|
16514
16518
|
const rw = {
|
|
16515
16519
|
props: {
|
|
16516
16520
|
modelValue: {
|