@qikdev/vue-ui 0.2.40 → 0.2.41
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 -4
- 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, 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.41";
|
|
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;
|
|
@@ -158,7 +158,11 @@ const _sfc_main$1f = {
|
|
|
158
158
|
tabs() {
|
|
159
159
|
const self2 = this;
|
|
160
160
|
const slotChildren = self2.$slots.default().map(function(child) {
|
|
161
|
-
|
|
161
|
+
var _a;
|
|
162
|
+
if (!child.props) {
|
|
163
|
+
return;
|
|
164
|
+
}
|
|
165
|
+
if (((_a = child.props) == null ? void 0 : _a.enabled) === false) {
|
|
162
166
|
return;
|
|
163
167
|
}
|
|
164
168
|
return child;
|
|
@@ -250,7 +254,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
250
254
|
], 64))
|
|
251
255
|
], 2);
|
|
252
256
|
}
|
|
253
|
-
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-
|
|
257
|
+
var UXTabset = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__scopeId", "data-v-621f2a2f"]]);
|
|
254
258
|
const _sfc_main$1e = {
|
|
255
259
|
props: {
|
|
256
260
|
heading: {
|
|
@@ -18619,7 +18623,7 @@ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
18619
18623
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$b, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
18620
18624
|
], 34)) : createCommentVNode("", true);
|
|
18621
18625
|
}
|
|
18622
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-
|
|
18626
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__scopeId", "data-v-791755b4"]]);
|
|
18623
18627
|
function arrayReduce$1(array, iteratee, accumulator, initAccum) {
|
|
18624
18628
|
var index2 = -1, length = array == null ? 0 : array.length;
|
|
18625
18629
|
if (initAccum && length) {
|