@qikdev/vue-ui 0.2.88 → 0.2.90
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 +3 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2 -2
- 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 ki, ref as Kt, toRefs as oa, onMounted as ua, onBeforeUnmount as So, watch as xi, computed as ai, openBlock as o, createElementBlock as d, renderSlot as q, createCommentVNode as _, useSlots as Oo, reactive as kr, provide as Fr, resolveComponent as y, normalizeClass as P, Fragment as S, unref as jn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as b, withModifiers as W, createTextVNode as O, createElementVNode as w, h as li, resolveDynamicComponent as xt, mergeProps as wi, toHandlers as da, withDirectives as K, vModelSelect as wt, pushScopeId as st, popScopeId as at, normalizeStyle as St, Teleport as To, vModelText as pe, withKeys as ge, TransitionGroup as Eo, nextTick as ca, vModelDynamic as Rn, vShow as qi } from "vue";
|
|
3
3
|
import { EventDispatcher as Co } from "@qikdev/sdk";
|
|
4
|
-
const Vo = "0.2.
|
|
4
|
+
const Vo = "0.2.90", lr = {
|
|
5
5
|
STRIPE_NOT_LOADED: "Stripe v3 library is not loaded",
|
|
6
6
|
INSTANCE_NOT_DEFINED: "Instance object is not defined. Make sure you initialized Stripe before creating elements",
|
|
7
7
|
ELEMENTS_NOT_DEFINED: "Elements object is not defined. You can't create stripe element without it",
|
|
@@ -18803,7 +18803,7 @@ const tT = {
|
|
|
18803
18803
|
},
|
|
18804
18804
|
watch: {
|
|
18805
18805
|
modelValue(e, t) {
|
|
18806
|
-
this.value = e;
|
|
18806
|
+
console.log("Model value changed", e, t), this.value = e;
|
|
18807
18807
|
}
|
|
18808
18808
|
},
|
|
18809
18809
|
computed: {
|
|
@@ -18846,7 +18846,7 @@ function iT(e, t, n, i, s, r) {
|
|
|
18846
18846
|
])
|
|
18847
18847
|
]);
|
|
18848
18848
|
}
|
|
18849
|
-
const po = /* @__PURE__ */ E(tT, [["render", iT], ["__scopeId", "data-v-
|
|
18849
|
+
const po = /* @__PURE__ */ E(tT, [["render", iT], ["__scopeId", "data-v-41858ddc"]]), sT = {
|
|
18850
18850
|
props: {
|
|
18851
18851
|
field: {
|
|
18852
18852
|
type: Object,
|