@qikdev/vue-ui 0.2.86 → 0.2.88
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 +7 -4
- 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 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.88", 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",
|
|
@@ -7965,10 +7965,12 @@ const P_ = {
|
|
|
7965
7965
|
this.$sdk.auth.ensureValidToken();
|
|
7966
7966
|
},
|
|
7967
7967
|
mounted() {
|
|
7968
|
-
this.$refs.img
|
|
7968
|
+
const e = this.$refs.img;
|
|
7969
|
+
e && e.addEventListener("error", this.imageLoadError);
|
|
7969
7970
|
},
|
|
7970
7971
|
beforeUnmount() {
|
|
7971
|
-
this.$refs.img
|
|
7972
|
+
const e = this.$refs.img;
|
|
7973
|
+
e && e.removeEventListener("error", this.imageLoadError);
|
|
7972
7974
|
},
|
|
7973
7975
|
methods: {
|
|
7974
7976
|
imageLoadError: en(function(e) {
|
|
@@ -8066,7 +8068,7 @@ function R_(e, t, n, i, s, r) {
|
|
|
8066
8068
|
}, null, 12, j_))
|
|
8067
8069
|
], 6);
|
|
8068
8070
|
}
|
|
8069
|
-
const B_ = /* @__PURE__ */ E(P_, [["render", R_], ["__scopeId", "data-v-
|
|
8071
|
+
const B_ = /* @__PURE__ */ E(P_, [["render", R_], ["__scopeId", "data-v-258037a0"]]);
|
|
8070
8072
|
const z_ = {
|
|
8071
8073
|
props: {
|
|
8072
8074
|
item: {
|
|
@@ -21404,6 +21406,7 @@ export {
|
|
|
21404
21406
|
du as FlexRow,
|
|
21405
21407
|
hu as FlexSpacer,
|
|
21406
21408
|
l_ as Info,
|
|
21409
|
+
Sl as Item,
|
|
21407
21410
|
Ln as ModalMixin,
|
|
21408
21411
|
Lt as NativeSelect,
|
|
21409
21412
|
IE as Pager,
|