@qikdev/vue-ui 0.2.397 → 0.2.399
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 -5
- 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/vue-ui.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -4,7 +4,7 @@ var Lh = (e, t, n) => t in e ? $h(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
4
4
|
var re = (e, t, n) => Lh(e, typeof t != "symbol" ? t + "" : t, n);
|
|
5
5
|
import { reactive as Gt, defineComponent as Fo, ref as bt, toRefs as of, onMounted as Ao, onBeforeUnmount as Ph, watch as ci, computed as In, createElementBlock as h, openBlock as u, createCommentVNode as _, renderSlot as H, normalizeClass as L, useSlots as Rh, provide as Ci, resolveComponent as y, createVNode as c, Fragment as D, createBlock as k, unref as _t, withCtx as m, renderList as N, toDisplayString as b, createTextVNode as O, withDirectives as X, vShow as dr, withModifiers as z, createElementVNode as x, h as uo, mergeProps as mt, toHandlers as wt, normalizeStyle as Ge, resolveDirective as lf, resolveDynamicComponent as Vt, vModelSelect as Et, pushScopeId as je, popScopeId as qe, getCurrentScope as Uh, onScopeDispose as jh, getCurrentInstance as qh, Teleport as uf, Transition as Bh, withKeys as Ee, vModelText as be, TransitionGroup as zh, nextTick as df, vModelDynamic as Tr, normalizeProps as Wh } from "vue";
|
|
6
6
|
import { EventDispatcher as cf } from "@qikdev/sdk";
|
|
7
|
-
const Hh = "0.2.
|
|
7
|
+
const Hh = "0.2.399";
|
|
8
8
|
class pn extends Error {
|
|
9
9
|
}
|
|
10
10
|
class Gh extends pn {
|
|
@@ -31046,13 +31046,15 @@ const Sh = /* @__PURE__ */ M(gA, [["render", _A], ["__scopeId", "data-v-f2cd3942
|
|
|
31046
31046
|
return this.$sdk.utils.id(this.form);
|
|
31047
31047
|
},
|
|
31048
31048
|
paymentConfiguration() {
|
|
31049
|
-
|
|
31049
|
+
var e;
|
|
31050
|
+
return ((e = this.form) == null ? void 0 : e.paymentConfiguration) || {};
|
|
31050
31051
|
},
|
|
31051
31052
|
fields() {
|
|
31052
|
-
|
|
31053
|
+
var e;
|
|
31054
|
+
return ((e = this.form) == null ? void 0 : e.fields) || [];
|
|
31053
31055
|
}
|
|
31054
31056
|
}
|
|
31055
|
-
}, Oh = (e) => (je("data-v-
|
|
31057
|
+
}, Oh = (e) => (je("data-v-495d5e95"), e = e(), qe(), e), wA = /* @__PURE__ */ Oh(() => /* @__PURE__ */ x("h3", null, "An error occurred", -1)), xA = { key: 0 }, TA = { key: 1 }, SA = { key: 2 }, OA = { class: "intent-submit" }, DA = {
|
|
31056
31058
|
key: 0,
|
|
31057
31059
|
class: "multistep-form"
|
|
31058
31060
|
}, EA = { class: "multistep-form-sections" }, CA = { class: "multistep-fields" }, MA = { class: "multistep-controls" }, VA = ["tooltip"], IA = ["tooltip"], FA = { class: "multistep-progress" }, AA = {
|
|
@@ -31281,7 +31283,7 @@ function LA(e, t, n, i, s, r) {
|
|
|
31281
31283
|
], 64))
|
|
31282
31284
|
], 2);
|
|
31283
31285
|
}
|
|
31284
|
-
const PA = /* @__PURE__ */ M(kA, [["render", LA], ["__scopeId", "data-v-
|
|
31286
|
+
const PA = /* @__PURE__ */ M(kA, [["render", LA], ["__scopeId", "data-v-495d5e95"]]), RA = "init", zc = "ready", UA = "processing", jA = "success", qA = "error", BA = {
|
|
31285
31287
|
name: "PaymentMethodForm",
|
|
31286
31288
|
components: {
|
|
31287
31289
|
StripeElements: cm,
|