@qikdev/vue-ui 0.2.38 → 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.38";
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;
@@ -6981,16 +6981,16 @@ const _sfc_main$T = {
6981
6981
  type: String
6982
6982
  },
6983
6983
  width: {
6984
- type: Number
6984
+ type: [Number, String]
6985
6985
  },
6986
6986
  height: {
6987
- type: Number
6987
+ type: [Number, String]
6988
6988
  },
6989
6989
  inline: {
6990
6990
  type: Boolean
6991
6991
  },
6992
6992
  quality: {
6993
- type: Number
6993
+ type: [Number, String]
6994
6994
  },
6995
6995
  contain: {
6996
6996
  type: Boolean,
@@ -7171,7 +7171,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
7171
7171
  }, null, 12, _hoisted_2$E))
7172
7172
  ], 6);
7173
7173
  }
7174
- var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-9cabfde6"]]);
7174
+ var UXImage = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__scopeId", "data-v-1fa4f40e"]]);
7175
7175
  var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
7176
7176
  const _sfc_main$S = {
7177
7177
  props: {
@@ -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: {