@qikdev/vue-ui 0.2.38 → 0.2.39
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 +1 -1
- 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, 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.
|
|
35
|
+
const version$1 = "0.2.39";
|
|
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-
|
|
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: {
|