@qikdev/vue-ui 0.2.3 → 0.2.5
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 -6
- 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/style.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
import { openBlock, createElementBlock, renderSlot, resolveComponent, createBlock, withCtx, createVNode, Fragment, renderList, normalizeClass, toDisplayString, withDirectives, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, vModelSelect, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, vModelCheckbox, reactive, watch } from "vue";
|
|
34
34
|
import { EventDispatcher } from "@qikdev/sdk";
|
|
35
|
-
const version$1 = "0.2.
|
|
35
|
+
const version$1 = "0.2.5";
|
|
36
36
|
var flexColumn_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
37
37
|
var _export_sfc = (sfc, props2) => {
|
|
38
38
|
const target = sfc.__vccOpts || sfc;
|
|
@@ -17325,14 +17325,14 @@ const _sfc_main$f = {
|
|
|
17325
17325
|
}
|
|
17326
17326
|
}
|
|
17327
17327
|
};
|
|
17328
|
-
const _withScopeId$2 = (n2) => (pushScopeId("data-v-
|
|
17328
|
+
const _withScopeId$2 = (n2) => (pushScopeId("data-v-670d0b78"), n2 = n2(), popScopeId(), n2);
|
|
17329
17329
|
const _hoisted_1$b = { class: "ux-submission-form" };
|
|
17330
17330
|
const _hoisted_2$9 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
|
|
17331
17331
|
const _hoisted_3$7 = { key: 0 };
|
|
17332
17332
|
const _hoisted_4$7 = { key: 1 };
|
|
17333
17333
|
const _hoisted_5$2 = { key: 2 };
|
|
17334
17334
|
const _hoisted_6$2 = /* @__PURE__ */ createTextVNode(" Try again ");
|
|
17335
|
-
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode("
|
|
17335
|
+
const _hoisted_7$2 = /* @__PURE__ */ createTextVNode(" Thank you ");
|
|
17336
17336
|
const _hoisted_8$1 = /* @__PURE__ */ createTextVNode(" Back to form ");
|
|
17337
17337
|
const _hoisted_9$1 = ["tooltip"];
|
|
17338
17338
|
const _hoisted_10$1 = /* @__PURE__ */ createTextVNode(" Submit ");
|
|
@@ -17365,7 +17365,10 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17365
17365
|
]),
|
|
17366
17366
|
_: 1
|
|
17367
17367
|
}, 8, ["onClick"])
|
|
17368
|
-
], 64)) : $data.state === "form.complete" ? (
|
|
17368
|
+
], 64)) : $data.state === "form.complete" ? renderSlot(_ctx.$slots, "default", {
|
|
17369
|
+
key: 1,
|
|
17370
|
+
reset: $options.reset
|
|
17371
|
+
}, () => [
|
|
17369
17372
|
_hoisted_7$2,
|
|
17370
17373
|
createVNode(_component_ux_button, { onClick: $options.reset }, {
|
|
17371
17374
|
default: withCtx(() => [
|
|
@@ -17373,7 +17376,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17373
17376
|
]),
|
|
17374
17377
|
_: 1
|
|
17375
17378
|
}, 8, ["onClick"])
|
|
17376
|
-
],
|
|
17379
|
+
], true) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [
|
|
17377
17380
|
createVNode(_component_ux_form, {
|
|
17378
17381
|
submission: "",
|
|
17379
17382
|
ref: "form",
|
|
@@ -17398,7 +17401,7 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
17398
17401
|
], 64))
|
|
17399
17402
|
]);
|
|
17400
17403
|
}
|
|
17401
|
-
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-
|
|
17404
|
+
var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__scopeId", "data-v-670d0b78"]]);
|
|
17402
17405
|
var search_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
17403
17406
|
const _sfc_main$e = {
|
|
17404
17407
|
props: {
|