@qikdev/vue-ui 0.2.212 → 0.2.213
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 -6
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- 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.213";
|
|
5
5
|
class Pt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Jo extends Pt {
|
|
@@ -11926,7 +11926,7 @@ const Ab = {
|
|
|
11926
11926
|
e.$sdk.browse(n, t).then(function(r) {
|
|
11927
11927
|
e.model = r[0];
|
|
11928
11928
|
}).catch(function(r) {
|
|
11929
|
-
|
|
11929
|
+
r && e.$sdk.error(r);
|
|
11930
11930
|
});
|
|
11931
11931
|
},
|
|
11932
11932
|
async create() {
|
|
@@ -11980,7 +11980,7 @@ const Ab = {
|
|
|
11980
11980
|
e.$sdk.browse(n, t).then(function(r) {
|
|
11981
11981
|
e.model = e.multiValue ? r : r[0];
|
|
11982
11982
|
}).catch(function(r) {
|
|
11983
|
-
|
|
11983
|
+
r && e.$sdk.error(r);
|
|
11984
11984
|
});
|
|
11985
11985
|
},
|
|
11986
11986
|
cleanInput(e) {
|
|
@@ -12180,7 +12180,7 @@ function $b(e, t, n, r, s, i) {
|
|
|
12180
12180
|
})) : _("", !0)
|
|
12181
12181
|
], 64);
|
|
12182
12182
|
}
|
|
12183
|
-
const oo = /* @__PURE__ */ C(Ab, [["render", $b], ["__scopeId", "data-v-
|
|
12183
|
+
const oo = /* @__PURE__ */ C(Ab, [["render", $b], ["__scopeId", "data-v-5760a43b"]]);
|
|
12184
12184
|
function Nb(e) {
|
|
12185
12185
|
return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
|
|
12186
12186
|
}
|
|
@@ -24245,7 +24245,9 @@ const NA = {
|
|
|
24245
24245
|
},
|
|
24246
24246
|
mixins: [cn],
|
|
24247
24247
|
async created() {
|
|
24248
|
-
var e = this, t = await e.$sdk.content.glossary({ hash: !0 })
|
|
24248
|
+
var e = this, t = await e.$sdk.content.glossary({ hash: !0 }).catch(function(r) {
|
|
24249
|
+
return {};
|
|
24250
|
+
});
|
|
24249
24251
|
e.loading = !1;
|
|
24250
24252
|
var n = t[e.type];
|
|
24251
24253
|
if (!n) {
|
|
@@ -24465,7 +24467,7 @@ function jA(e, t, n, r, s, i) {
|
|
|
24465
24467
|
_: 1
|
|
24466
24468
|
});
|
|
24467
24469
|
}
|
|
24468
|
-
const RA = /* @__PURE__ */ C(NA, [["render", jA], ["__scopeId", "data-v-
|
|
24470
|
+
const RA = /* @__PURE__ */ C(NA, [["render", jA], ["__scopeId", "data-v-651362cd"]]);
|
|
24469
24471
|
const BA = {
|
|
24470
24472
|
components: {
|
|
24471
24473
|
ScopeSelect: e1
|