@qikdev/vue-ui 0.2.217 → 0.2.218
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 +4 -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/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 Ol, onMounted as Tl, onBeforeUnmount as Ga, watch as Er, computed as fr, openBlock as a, createElementBlock as d, renderSlot as G, createCommentVNode as _, normalizeClass as A, useSlots as Ya, reactive as Vi, provide as Li, resolveComponent as y, Fragment as S, unref as zn, createBlock as b, withCtx as m, createVNode as c, renderList as $, toDisplayString as v, withDirectives as Y, vShow as di, createElementVNode as x, withModifiers as H, createTextVNode as V, h as mr, mergeProps as Oi, toHandlers as Dr, normalizeStyle as qe, resolveDynamicComponent as Tt, vModelSelect as ft, pushScopeId as Ke, popScopeId as Je, Teleport as Za, vModelText as ae, withKeys as ge, TransitionGroup as Ka, nextTick as Cl, vModelDynamic as Hn } from "vue";
|
|
3
3
|
import { EventDispatcher as Ja } from "@qikdev/sdk";
|
|
4
|
-
const Xa = "0.2.
|
|
4
|
+
const Xa = "0.2.218";
|
|
5
5
|
class Ut extends Error {
|
|
6
6
|
}
|
|
7
7
|
class Qa extends Ut {
|
|
@@ -5839,7 +5839,7 @@ function oy(e, t, n, r, s, i) {
|
|
|
5839
5839
|
}, 8, ["color", "size", "loading", "onClick"])) : _("", !0)
|
|
5840
5840
|
]);
|
|
5841
5841
|
}
|
|
5842
|
-
const ay = /* @__PURE__ */ O(sy, [["render", oy], ["__scopeId", "data-v-
|
|
5842
|
+
const ay = /* @__PURE__ */ O(sy, [["render", oy], ["__scopeId", "data-v-8a05dedf"]]);
|
|
5843
5843
|
const uy = {
|
|
5844
5844
|
mixins: [Me],
|
|
5845
5845
|
methods: {
|
|
@@ -7119,11 +7119,11 @@ const ee = {
|
|
|
7119
7119
|
asyncOptionsURL() {
|
|
7120
7120
|
const e = this;
|
|
7121
7121
|
if (e.field.asyncOptions)
|
|
7122
|
-
return e.field.asyncOptions;
|
|
7122
|
+
return console.log("ASYNC OPTIONS URL IS", e.field.asyncOptions), e.field.asyncOptions;
|
|
7123
7123
|
},
|
|
7124
7124
|
hasAsyncOptions() {
|
|
7125
7125
|
var e;
|
|
7126
|
-
if (this.
|
|
7126
|
+
if (this.asyncOptionsURL)
|
|
7127
7127
|
return !0;
|
|
7128
7128
|
if (this.field.type === "reference") {
|
|
7129
7129
|
if ((e = this.field.allowedReferences) != null && e.length)
|