@qikdev/vue-ui 0.1.87 → 0.1.88
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 -5
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +2 -2
- 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.88";
|
|
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;
|
|
@@ -18905,6 +18905,7 @@ const _sfc_main$9 = {
|
|
|
18905
18905
|
cancelInflight = null;
|
|
18906
18906
|
self2.loading = false;
|
|
18907
18907
|
self2.loadKey++;
|
|
18908
|
+
self2.$emit("loaded");
|
|
18908
18909
|
});
|
|
18909
18910
|
promise.catch(function(err) {
|
|
18910
18911
|
cancelInflight = null;
|
|
@@ -18945,7 +18946,7 @@ const _sfc_main$9 = {
|
|
|
18945
18946
|
};
|
|
18946
18947
|
}
|
|
18947
18948
|
};
|
|
18948
|
-
const _withScopeId$1 = (n2) => (pushScopeId("data-v-
|
|
18949
|
+
const _withScopeId$1 = (n2) => (pushScopeId("data-v-7783955b"), n2 = n2(), popScopeId(), n2);
|
|
18949
18950
|
const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
18950
18951
|
const _hoisted_2$6 = { key: 0 };
|
|
18951
18952
|
const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
|
|
@@ -19133,7 +19134,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19133
19134
|
_: 3
|
|
19134
19135
|
})) : createCommentVNode("", true);
|
|
19135
19136
|
}
|
|
19136
|
-
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-
|
|
19137
|
+
var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-7783955b"]]);
|
|
19137
19138
|
var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19138
19139
|
const _sfc_main$8 = {
|
|
19139
19140
|
props: {
|
|
@@ -19898,7 +19899,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19898
19899
|
default: withCtx(() => [
|
|
19899
19900
|
createVNode(_component_flex_cell, { shrink: "" }, {
|
|
19900
19901
|
default: withCtx(() => [
|
|
19901
|
-
|
|
19902
|
+
createElementVNode("h3", null, "Select " + toDisplayString($options.maximum == 1 ? $options.title : $options.plural), 1)
|
|
19902
19903
|
]),
|
|
19903
19904
|
_: 1
|
|
19904
19905
|
}),
|
|
@@ -19957,7 +19958,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
19957
19958
|
_: 1
|
|
19958
19959
|
});
|
|
19959
19960
|
}
|
|
19960
|
-
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
19961
|
+
var UxContentModal = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-7a6efddc"]]);
|
|
19961
19962
|
var ScopeModal_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
19962
19963
|
const _sfc_main = {
|
|
19963
19964
|
components: {
|