@qikdev/vue-ui 0.2.83 → 0.2.84
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 +9 -3
- 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 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 Ft, mergeProps as wi, toHandlers as da, withDirectives as K, vModelSelect as xt, pushScopeId as st, popScopeId as at, normalizeStyle as wt, 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.84", 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",
|
|
@@ -7961,6 +7961,9 @@ const P_ = {
|
|
|
7961
7961
|
this.model = e;
|
|
7962
7962
|
}
|
|
7963
7963
|
},
|
|
7964
|
+
beforeMount() {
|
|
7965
|
+
this.$sdk.auth.ensureValidToken();
|
|
7966
|
+
},
|
|
7964
7967
|
mounted() {
|
|
7965
7968
|
this.$refs.img.addEventListener("error", this.imageLoadError);
|
|
7966
7969
|
},
|
|
@@ -8063,7 +8066,7 @@ function R_(e, t, n, i, s, r) {
|
|
|
8063
8066
|
}, null, 12, j_))
|
|
8064
8067
|
], 6);
|
|
8065
8068
|
}
|
|
8066
|
-
const B_ = /* @__PURE__ */ E(P_, [["render", R_], ["__scopeId", "data-v-
|
|
8069
|
+
const B_ = /* @__PURE__ */ E(P_, [["render", R_], ["__scopeId", "data-v-1e45450d"]]);
|
|
8067
8070
|
const z_ = {
|
|
8068
8071
|
props: {
|
|
8069
8072
|
item: {
|
|
@@ -8085,6 +8088,9 @@ const z_ = {
|
|
|
8085
8088
|
model: this.item
|
|
8086
8089
|
};
|
|
8087
8090
|
},
|
|
8091
|
+
beforeMount() {
|
|
8092
|
+
this.$sdk.auth.ensureValidToken();
|
|
8093
|
+
},
|
|
8088
8094
|
computed: {
|
|
8089
8095
|
mediaType() {
|
|
8090
8096
|
var e;
|
|
@@ -8195,7 +8201,7 @@ function W_(e, t, n, i, s, r) {
|
|
|
8195
8201
|
])
|
|
8196
8202
|
], 6);
|
|
8197
8203
|
}
|
|
8198
|
-
const K_ = /* @__PURE__ */ E(z_, [["render", W_], ["__scopeId", "data-v-
|
|
8204
|
+
const K_ = /* @__PURE__ */ E(z_, [["render", W_], ["__scopeId", "data-v-e032a513"]]);
|
|
8199
8205
|
const Z_ = {
|
|
8200
8206
|
props: {
|
|
8201
8207
|
value: {
|