@qikdev/vue-ui 0.2.10 → 0.2.11
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 -2
- 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.2.
|
|
35
|
+
const version$1 = "0.2.11";
|
|
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;
|
|
@@ -16608,6 +16608,9 @@ const _sfc_main$h = {
|
|
|
16608
16608
|
asObject() {
|
|
16609
16609
|
return this.widget === "form" || this.isGroup && this.actualField.asObject;
|
|
16610
16610
|
},
|
|
16611
|
+
visualHide() {
|
|
16612
|
+
return this.actualField.visualHide;
|
|
16613
|
+
},
|
|
16611
16614
|
layoutGroup() {
|
|
16612
16615
|
return this.isGroup && !this.actualField.asObject;
|
|
16613
16616
|
},
|
|
@@ -16654,6 +16657,9 @@ const _sfc_main$h = {
|
|
|
16654
16657
|
if (this.error) {
|
|
16655
16658
|
array.push("ux-field-error");
|
|
16656
16659
|
}
|
|
16660
|
+
if (this.visualHide) {
|
|
16661
|
+
array.push("ux-field-hide");
|
|
16662
|
+
}
|
|
16657
16663
|
return array;
|
|
16658
16664
|
},
|
|
16659
16665
|
widget() {
|
|
@@ -16958,7 +16964,7 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
16958
16964
|
$options.error && $data.validateResults.message ? (openBlock(), createElementBlock("div", _hoisted_1$c, toDisplayString($data.validateResults.message), 1)) : createCommentVNode("", true)
|
|
16959
16965
|
], 34)) : createCommentVNode("", true);
|
|
16960
16966
|
}
|
|
16961
|
-
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-
|
|
16967
|
+
var UXFormField = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__scopeId", "data-v-86ad7a7a"]]);
|
|
16962
16968
|
var form_vue_vue_type_style_index_0_scoped_true_lang = "";
|
|
16963
16969
|
const _sfc_main$g = {
|
|
16964
16970
|
props: {
|