@qikdev/vue-ui 0.1.87 → 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 +8 -5
- 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: {
|
|
@@ -18945,7 +18948,7 @@ const _sfc_main$9 = {
|
|
|
18945
18948
|
};
|
|
18946
18949
|
}
|
|
18947
18950
|
};
|
|
18948
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
18951
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-1a77f116"), n2 = n2(), popScopeId(), n2);
|
|
18949
18952
|
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18950
18953
|
const _hoisted_2$6 = { key: 0 };
|
|
18951
18954
|
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
@@ -19133,7 +19136,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19133
19136
|
_: 3
|
|
19134
19137
|
})) : createCommentVNode("", true);
|
|
19135
19138
|
}
|
|
19136
|
-
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"]]);
|
|
19137
19140
|
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19138
19141
|
const _sfc_main$8 = {
|
|
19139
19142
|
props: {
|
|
@@ -19898,7 +19901,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19898
19901
|
default: withCtx(() => [
|
|
19899
19902
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
19900
19903
|
default: withCtx(() => [
|
|
19901
|
-
|
|
19904
|
+
createElementVNode("h3", null, "Select " + toDisplayString($options.maximum == 1 ? $options.title : $options.plural), 1)
|
|
19902
19905
|
]),
|
|
19903
19906
|
_: 1
|
|
19904
19907
|
}),
|
|
@@ -19957,7 +19960,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19957
19960
|
_: 1
|
|
19958
19961
|
});
|
|
19959
19962
|
}
|
|
19960
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
19963
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-7a6efddc"]]);
|
|
19961
19964
|
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19962
19965
|
const _sfc_main = {
|
|
19963
19966
|
components: {
|