@qikdev/vue-ui 0.2.37 → 0.2.38
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 +3 -3
- 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.38";
|
|
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;
|
|
@@ -6975,7 +6975,7 @@ var image_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
|
6975
6975
|
const _sfc_main$T = {
|
|
6976
6976
|
props: {
|
|
6977
6977
|
item: {
|
|
6978
|
-
type: Object
|
|
6978
|
+
type: [Object, String]
|
|
6979
6979
|
},
|
|
6980
6980
|
alt: {
|
|
6981
6981
|
type: String
|
|
@@ -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-9cabfde6"]]);
|
|
7175
7175
|
var progressbar_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
7176
7176
|
const _sfc_main$S = {
|
|
7177
7177
|
props: {
|