@qikdev/vue-ui 0.1.89 → 0.1.90
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 +6 -4
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- 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.1.
|
|
35
|
+
const version$1 = "0.1.90";
|
|
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;
|
|
@@ -18550,6 +18550,9 @@ const _sfc_main$9 = {
|
|
|
18550
18550
|
},
|
|
18551
18551
|
selectedItems(items) {
|
|
18552
18552
|
this.$emit("update:modelValue", items);
|
|
18553
|
+
},
|
|
18554
|
+
loadKey() {
|
|
18555
|
+
this.$emit("loaded");
|
|
18553
18556
|
}
|
|
18554
18557
|
},
|
|
18555
18558
|
computed: {
|
|
@@ -18905,7 +18908,6 @@ const _sfc_main$9 = {
|
|
|
18905
18908
|
cancelInflight = null;
|
|
18906
18909
|
self2.loading = false;
|
|
18907
18910
|
self2.loadKey++;
|
|
18908
|
-
self2.$emit("loaded");
|
|
18909
18911
|
});
|
|
18910
18912
|
promise.catch(function(err) {
|
|
18911
18913
|
cancelInflight = null;
|
|
@@ -18946,7 +18948,7 @@ const _sfc_main$9 = {
|
|
|
18946
18948
|
};
|
|
18947
18949
|
}
|
|
18948
18950
|
};
|
|
18949
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
18951
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-1a77f116"), n2 = n2(), popScopeId(), n2);
|
|
18950
18952
|
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18951
18953
|
const _hoisted_2$6 = { key: 0 };
|
|
18952
18954
|
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
@@ -19134,7 +19136,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19134
19136
|
_: 3
|
|
19135
19137
|
})) : createCommentVNode("", true);
|
|
19136
19138
|
}
|
|
19137
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-
|
|
19139
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-1a77f116"]]);
|
|
19138
19140
|
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19139
19141
|
const _sfc_main$8 = {
|
|
19140
19142
|
props: {
|