@qikdev/vue-ui 0.2.228 → 0.2.229
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 +12 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +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 Fr, ref as en, toRefs as Dl, onMounted as Fl, onBeforeUnmount as Xa, watch as Ir, computed as pr, openBlock as a, createElementBlock as d, renderSlot as G, createCommentVNode as _, normalizeClass as A, useSlots as Qa, reactive as Ut, provide as ji, resolveComponent as y, Fragment as S, unref as Wn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as b, withDirectives as W, vShow as hi, createElementVNode as x, withModifiers as H, createTextVNode as O, h as yr, mergeProps as Ei, toHandlers as Mr, normalizeStyle as qe, resolveDynamicComponent as Ct, vModelSelect as mt, pushScopeId as Ke, popScopeId as Je, Teleport as eu, vModelText as oe, withKeys as ye, TransitionGroup as tu, nextTick as Il, vModelDynamic as Gn } from "vue";
|
|
3
3
|
import { EventDispatcher as Ml } from "@qikdev/sdk";
|
|
4
|
-
const nu = "0.2.
|
|
4
|
+
const nu = "0.2.229";
|
|
5
5
|
class Rt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class iu extends Rt {
|
|
@@ -25260,7 +25260,7 @@ const CF = /* @__PURE__ */ T(xF, [["render", VF], ["__scopeId", "data-v-e1cac3f3
|
|
|
25260
25260
|
}
|
|
25261
25261
|
}
|
|
25262
25262
|
};
|
|
25263
|
-
return new Ml().bootstrap(f),
|
|
25263
|
+
return new Ml().bootstrap(f), n.queue.unshift(f), f;
|
|
25264
25264
|
},
|
|
25265
25265
|
cancelFile(e) {
|
|
25266
25266
|
e.state == ot && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = At, e.dispatch(DF));
|
|
@@ -25382,7 +25382,16 @@ function UF(e, t, n, r, s, i) {
|
|
|
25382
25382
|
accept: n.accept,
|
|
25383
25383
|
ref: "immediateFile",
|
|
25384
25384
|
type: "file"
|
|
25385
|
-
}, null, 8, NF)
|
|
25385
|
+
}, null, 8, NF),
|
|
25386
|
+
G(e.$slots, "default", {
|
|
25387
|
+
queue: s.queue,
|
|
25388
|
+
items: e.items,
|
|
25389
|
+
uploading: i.uploading,
|
|
25390
|
+
bytesLoaded: i.bytesLoaded,
|
|
25391
|
+
bytesTotal: i.bytesTotal,
|
|
25392
|
+
percent: i.percent,
|
|
25393
|
+
state: s.state
|
|
25394
|
+
})
|
|
25386
25395
|
]);
|
|
25387
25396
|
}
|
|
25388
25397
|
const qF = /* @__PURE__ */ T($F, [["render", UF]]);
|