@qikdev/vue-ui 0.2.192 → 0.2.194
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 +2 -4
- 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 Vr, ref as Jt, toRefs as xa, onMounted as wa, onBeforeUnmount as qo, watch as Er, computed as fr, openBlock as o, createElementBlock as d, renderSlot as q, createCommentVNode as _, normalizeClass as L, useSlots as Wo, 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 Y, vShow as di, createElementVNode as x, withModifiers as z, createTextVNode as T, h as mr, mergeProps as Oi, toHandlers as Ar, normalizeStyle as He, resolveDynamicComponent as ft, vModelSelect as Tt, pushScopeId as qe, popScopeId as We, Teleport as Go, vModelText as ae, withKeys as ge, TransitionGroup as Ko, nextTick as Sa, vModelDynamic as Hn } from "vue";
|
|
3
3
|
import { EventDispatcher as Yo } from "@qikdev/sdk";
|
|
4
|
-
const Zo = "0.2.
|
|
4
|
+
const Zo = "0.2.194";
|
|
5
5
|
class Pt extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Jo extends Pt {
|
|
@@ -7125,8 +7125,6 @@ const ie = {
|
|
|
7125
7125
|
},
|
|
7126
7126
|
options() {
|
|
7127
7127
|
var e = this;
|
|
7128
|
-
if (e.hasAsyncOptions)
|
|
7129
|
-
return e.dynamicOptions;
|
|
7130
7128
|
if (e.field.type === "reference") {
|
|
7131
7129
|
const t = (e.field.allowedReferences || []).filter(Boolean);
|
|
7132
7130
|
if (t.length)
|
|
@@ -7138,7 +7136,7 @@ const ie = {
|
|
|
7138
7136
|
};
|
|
7139
7137
|
});
|
|
7140
7138
|
}
|
|
7141
|
-
return (e.field.options || []).reduce(function(t, n) {
|
|
7139
|
+
return e.hasAsyncOptions ? e.dynamicOptions : (e.field.options || []).reduce(function(t, n) {
|
|
7142
7140
|
if (!n)
|
|
7143
7141
|
return t;
|
|
7144
7142
|
const r = e.getValue(n);
|