@qikdev/vue-ui 0.2.39 → 0.2.40

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 CHANGED
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
32
32
  };
33
33
  import { openBlock, createElementBlock, renderSlot, resolveComponent, normalizeClass, Fragment, createVNode, withCtx, renderList, toDisplayString, withDirectives, createBlock, resolveDynamicComponent, vShow, withModifiers, createTextVNode, createCommentVNode, createElementVNode, mergeProps, toHandlers, vModelSelect, pushScopeId, popScopeId, normalizeStyle, Teleport, vModelText, withKeys, TransitionGroup, defineComponent, h, nextTick, vModelDynamic, reactive, watch } from "vue";
34
34
  import { EventDispatcher } from "@qikdev/sdk";
35
- const version$1 = "0.2.39";
35
+ const version$1 = "0.2.40";
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;
@@ -19246,6 +19246,12 @@ const _sfc_main$c = {
19246
19246
  };
19247
19247
  },
19248
19248
  props: {
19249
+ submitText: {
19250
+ type: String,
19251
+ default() {
19252
+ return "Submit";
19253
+ }
19254
+ },
19249
19255
  modelValue: {
19250
19256
  type: Object,
19251
19257
  default() {
@@ -19300,7 +19306,7 @@ const _sfc_main$c = {
19300
19306
  }
19301
19307
  }
19302
19308
  };
19303
- const _withScopeId$2 = (n2) => (pushScopeId("data-v-670d0b78"), n2 = n2(), popScopeId(), n2);
19309
+ const _withScopeId$2 = (n2) => (pushScopeId("data-v-e1425590"), n2 = n2(), popScopeId(), n2);
19304
19310
  const _hoisted_1$a = { class: "ux-submission-form" };
19305
19311
  const _hoisted_2$8 = /* @__PURE__ */ _withScopeId$2(() => /* @__PURE__ */ createElementVNode("h3", null, "An error occurred", -1));
19306
19312
  const _hoisted_3$5 = { key: 0 };
@@ -19364,7 +19370,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
19364
19370
  loading: $data.state === "form.processing"
19365
19371
  }, {
19366
19372
  default: withCtx(() => [
19367
- createTextVNode(" Submit ")
19373
+ createTextVNode(toDisplayString($props.submitText), 1)
19368
19374
  ]),
19369
19375
  _: 1
19370
19376
  }, 8, ["disabled", "onClick", "loading"])
@@ -19372,7 +19378,7 @@ function _sfc_render$c(_ctx, _cache, $props, $setup, $data, $options) {
19372
19378
  ], 64))
19373
19379
  ]);
19374
19380
  }
19375
- var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-670d0b78"]]);
19381
+ var UXSubmissionForm = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_render$c], ["__scopeId", "data-v-e1425590"]]);
19376
19382
  var search_vue_vue_type_style_index_0_scoped_true_lang = "";
19377
19383
  const _sfc_main$b = {
19378
19384
  props: {