@qikdev/vue-ui 0.2.242 → 0.2.243
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 -2
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +1 -1
- 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 Mr, ref as en, toRefs as Il, onMounted as Ml, onBeforeUnmount as eu, watch as $r, computed as _r, openBlock as a, createElementBlock as d, renderSlot as G, createCommentVNode as _, normalizeClass as A, useSlots as tu, reactive as Ut, provide as Bi, resolveComponent as y, Fragment as S, unref as Gn, createBlock as k, withCtx as h, createVNode as f, renderList as M, toDisplayString as b, withDirectives as W, vShow as pi, createElementVNode as x, withModifiers as q, createTextVNode as V, h as gr, mergeProps as Di, toHandlers as Ar, normalizeStyle as He, resolveDynamicComponent as Ct, vModelSelect as mt, pushScopeId as Ze, popScopeId as Je, Teleport as $l, vModelText as oe, withKeys as ye, TransitionGroup as nu, nextTick as Al, vModelDynamic as Yn } from "vue";
|
|
3
3
|
import { EventDispatcher as Ll } from "@qikdev/sdk";
|
|
4
|
-
const iu = "0.2.
|
|
4
|
+
const iu = "0.2.243";
|
|
5
5
|
class Rt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class ru extends Rt {
|
|
@@ -7334,7 +7334,18 @@ const ee = {
|
|
|
7334
7334
|
}
|
|
7335
7335
|
if (e.asyncOptionsAreLoading = !0, e.asyncOptionsURL) {
|
|
7336
7336
|
const { data: t } = await e.$sdk.api.get(e.asyncOptionsURL);
|
|
7337
|
-
e.dynamicOptions = t
|
|
7337
|
+
e.dynamicOptions = (t || []).map(function(n) {
|
|
7338
|
+
const r = String(
|
|
7339
|
+
(n == null ? void 0 : n.title) || (n == null ? void 0 : n.name) || (n == null ? void 0 : n.label) || n
|
|
7340
|
+
), s = String(
|
|
7341
|
+
(n == null ? void 0 : n.value) || (n == null ? void 0 : n.title) || (n == null ? void 0 : n.name) || (n == null ? void 0 : n.label) || n
|
|
7342
|
+
), i = e.$sdk.utils.id((n == null ? void 0 : n._id) || n);
|
|
7343
|
+
return {
|
|
7344
|
+
title: r,
|
|
7345
|
+
value: s,
|
|
7346
|
+
_id: i
|
|
7347
|
+
};
|
|
7348
|
+
});
|
|
7338
7349
|
} else if (e.user) {
|
|
7339
7350
|
const t = e.field.referenceType, n = {
|
|
7340
7351
|
filter: e.field.lockFilter,
|