@qikdev/vue-ui 0.2.373 → 0.2.374
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 +5 -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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import './vue-ui.css';
|
|
2
2
|
import { defineComponent as Ha, ref as mt, toRefs as Gd, onMounted as Ga, onBeforeUnmount as am, watch as Pr, computed as hn, createElementBlock as h, openBlock as o, createCommentVNode as v, renderSlot as W, normalizeClass as R, useSlots as lm, reactive as Xt, provide as Yr, resolveComponent as y, createVNode as c, Fragment as C, createBlock as b, unref as ct, withCtx as m, renderList as L, toDisplayString as k, createTextVNode as O, withDirectives as Z, vShow as Hn, withModifiers as G, createElementVNode as x, h as Ca, mergeProps as at, toHandlers as pt, normalizeStyle as Pe, resolveDirective as Jd, resolveDynamicComponent as xt, vModelSelect as bt, pushScopeId as We, popScopeId as He, getCurrentScope as om, onScopeDispose as um, getCurrentInstance as dm, Teleport as Kd, Transition as cm, vModelText as ce, withKeys as Se, TransitionGroup as fm, nextTick as Zd, vModelDynamic as sr, normalizeProps as mm } from "vue";
|
|
3
3
|
import { EventDispatcher as Yd } from "@qikdev/sdk";
|
|
4
|
-
const hm = "0.2.
|
|
4
|
+
const hm = "0.2.374";
|
|
5
5
|
class en extends Error {
|
|
6
6
|
}
|
|
7
7
|
class pm extends en {
|
|
@@ -28132,7 +28132,7 @@ function xE(e, t, n, i, s, r) {
|
|
|
28132
28132
|
W(e.$slots, "below", { model: r.formModel }, void 0, !0)
|
|
28133
28133
|
], 2);
|
|
28134
28134
|
}
|
|
28135
|
-
const Kf = /* @__PURE__ */ E(wE, [["render", xE], ["__scopeId", "data-v-
|
|
28135
|
+
const Kf = /* @__PURE__ */ E(wE, [["render", xE], ["__scopeId", "data-v-f2cd3942"]]), ma = "form.ready", SE = "form.processing", Ed = "form.complete", Md = "form.error", TE = "form.intent", OE = {
|
|
28136
28136
|
emits: ["reset", "processing", "intent", "success", "error"],
|
|
28137
28137
|
methods: {
|
|
28138
28138
|
multiFormStateUpdated(e, t) {
|
|
@@ -28386,7 +28386,7 @@ const Kf = /* @__PURE__ */ E(wE, [["render", xE], ["__scopeId", "data-v-60880e7d
|
|
|
28386
28386
|
computed: {
|
|
28387
28387
|
invalidFields() {
|
|
28388
28388
|
var e;
|
|
28389
|
-
return this.showBlockers ? this.buttonDisabled ? ((e = this.formState) == null ? void 0 : e.invalidFields) || [] : []
|
|
28389
|
+
return !this.showBlockers || !this.submitAttempted ? [] : this.buttonDisabled ? ((e = this.formState) == null ? void 0 : e.invalidFields) || [] : [];
|
|
28390
28390
|
},
|
|
28391
28391
|
canAdvance() {
|
|
28392
28392
|
var e;
|
|
@@ -28519,7 +28519,7 @@ const Kf = /* @__PURE__ */ E(wE, [["render", xE], ["__scopeId", "data-v-60880e7d
|
|
|
28519
28519
|
return this.form.fields || [];
|
|
28520
28520
|
}
|
|
28521
28521
|
}
|
|
28522
|
-
}, Zf = (e) => (We("data-v-
|
|
28522
|
+
}, Zf = (e) => (We("data-v-558310f6"), e = e(), He(), e), CE = /* @__PURE__ */ Zf(() => /* @__PURE__ */ x("h3", null, "An error occurred", -1)), VE = { key: 0 }, DE = { key: 1 }, EE = { key: 2 }, ME = { class: "intent-submit" }, IE = {
|
|
28523
28523
|
key: 0,
|
|
28524
28524
|
class: "multistep-form"
|
|
28525
28525
|
}, FE = { class: "multistep-form-sections" }, AE = { class: "multistep-fields" }, LE = { class: "multistep-controls" }, $E = ["tooltip"], NE = ["tooltip"], RE = { class: "multistep-progress" }, UE = {
|
|
@@ -28748,7 +28748,7 @@ function jE(e, t, n, i, s, r) {
|
|
|
28748
28748
|
], 64))
|
|
28749
28749
|
], 2);
|
|
28750
28750
|
}
|
|
28751
|
-
const BE = /* @__PURE__ */ E(OE, [["render", jE], ["__scopeId", "data-v-
|
|
28751
|
+
const BE = /* @__PURE__ */ E(OE, [["render", jE], ["__scopeId", "data-v-558310f6"]]);
|
|
28752
28752
|
function zE(e) {
|
|
28753
28753
|
const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g, n = [];
|
|
28754
28754
|
let i;
|