@qikdev/vue-ui 0.2.82 → 0.2.83
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 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- 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.83", 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",
|
|
@@ -7952,6 +7952,7 @@ const P_ = {
|
|
|
7952
7952
|
data() {
|
|
7953
7953
|
return {
|
|
7954
7954
|
model: this.item,
|
|
7955
|
+
retries: 0,
|
|
7955
7956
|
cacheBuster: 0
|
|
7956
7957
|
};
|
|
7957
7958
|
},
|
|
@@ -7968,7 +7969,7 @@ const P_ = {
|
|
|
7968
7969
|
},
|
|
7969
7970
|
methods: {
|
|
7970
7971
|
imageLoadError: en(function(e) {
|
|
7971
|
-
this.cacheBuster
|
|
7972
|
+
this.retries < 3 && (this.cacheBuster++, this.retries++);
|
|
7972
7973
|
}, 100)
|
|
7973
7974
|
},
|
|
7974
7975
|
computed: {
|
|
@@ -8062,7 +8063,7 @@ function R_(e, t, n, i, s, r) {
|
|
|
8062
8063
|
}, null, 12, j_))
|
|
8063
8064
|
], 6);
|
|
8064
8065
|
}
|
|
8065
|
-
const B_ = /* @__PURE__ */ E(P_, [["render", R_], ["__scopeId", "data-v-
|
|
8066
|
+
const B_ = /* @__PURE__ */ E(P_, [["render", R_], ["__scopeId", "data-v-b735248b"]]);
|
|
8066
8067
|
const z_ = {
|
|
8067
8068
|
props: {
|
|
8068
8069
|
item: {
|