@qikdev/vue-ui 0.2.132 → 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 +10 -6
- 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 {
|
|
@@ -8300,7 +8300,7 @@ const fg = {
|
|
|
8300
8300
|
params() {
|
|
8301
8301
|
var t, n, i, s;
|
|
8302
8302
|
var e = {};
|
|
8303
|
-
if (e.access_token = this.$sdk.auth.getCurrentToken(), e.cb = this.cacheBuster, this.manualWidth && (e.w = this.manualWidth ? this.manualWidth :
|
|
8303
|
+
if (e.access_token = this.$sdk.auth.getCurrentToken(), e.cb = this.cacheBuster, this.manualWidth && (e.w = this.manualWidth ? this.manualWidth : void 0), this.manualHeight && (e.h = this.manualHeight ? this.manualHeight : void 0), this.upscale && (e.u = !0), this.auto && !e.w && !e.h) {
|
|
8304
8304
|
const r = (s = (i = (n = (t = this.$sdk.app) == null ? void 0 : t.device) == null ? void 0 : n.image) == null ? void 0 : i.auto) == null ? void 0 : s.med;
|
|
8305
8305
|
r && (e.w = r, e.u = !1);
|
|
8306
8306
|
}
|
|
@@ -8330,7 +8330,7 @@ const fg = {
|
|
|
8330
8330
|
if (this.manualHeight && this.manualWidth)
|
|
8331
8331
|
return this.manualHeight;
|
|
8332
8332
|
if (this.modelWidth && this.modelHeight)
|
|
8333
|
-
return this.
|
|
8333
|
+
return this.modelHeight;
|
|
8334
8334
|
},
|
|
8335
8335
|
style() {
|
|
8336
8336
|
var n, i, s;
|
|
@@ -8360,7 +8360,7 @@ function pg(e, t, n, i, s, r) {
|
|
|
8360
8360
|
}, null, 12, hg))
|
|
8361
8361
|
], 6);
|
|
8362
8362
|
}
|
|
8363
|
-
const yg = /* @__PURE__ */ V(fg, [["render", pg], ["__scopeId", "data-v-
|
|
8363
|
+
const yg = /* @__PURE__ */ V(fg, [["render", pg], ["__scopeId", "data-v-c436b32c"]]);
|
|
8364
8364
|
const _g = {
|
|
8365
8365
|
props: {
|
|
8366
8366
|
item: {
|
|
@@ -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: {
|