@qikdev/vue-ui 0.2.9 → 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 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.9";
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;
@@ -5474,7 +5474,7 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
5474
5474
  ], 512)
5475
5475
  ]);
5476
5476
  }
5477
- var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-2b235040"]]);
5477
+ var NativeTable = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__scopeId", "data-v-2df96240"]]);
5478
5478
  var spinner_vue_vue_type_style_index_0_scoped_true_lang = "";
5479
5479
  const _sfc_main$Z = {
5480
5480
  props: {
@@ -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-fe4ffb7c"]]);
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: {
@@ -19058,7 +19064,7 @@ const _sfc_main$9 = {
19058
19064
  };
19059
19065
  }
19060
19066
  };
19061
- const _withScopeId$1 = (n2) => (pushScopeId("data-v-cc04f516"), n2 = n2(), popScopeId(), n2);
19067
+ const _withScopeId$1 = (n2) => (pushScopeId("data-v-044b04e3"), n2 = n2(), popScopeId(), n2);
19062
19068
  const _hoisted_1$7 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
19063
19069
  const _hoisted_2$6 = { key: 0 };
19064
19070
  const _hoisted_3$5 = /* @__PURE__ */ _withScopeId$1(() => /* @__PURE__ */ createElementVNode("p", null, null, -1));
@@ -19188,6 +19194,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
19188
19194
  class: "filter-column"
19189
19195
  }, {
19190
19196
  default: withCtx(() => [
19197
+ renderSlot(_ctx.$slots, "abovefilter", {}, void 0, true),
19191
19198
  createVNode(_component_flex_body, null, {
19192
19199
  default: withCtx(() => [
19193
19200
  createVNode(_component_search, {
@@ -19213,15 +19220,16 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
19213
19220
  }, null, 8, ["definition", "modelValue"])
19214
19221
  ]),
19215
19222
  _: 1
19216
- })
19223
+ }),
19224
+ renderSlot(_ctx.$slots, "belowfilter", {}, void 0, true)
19217
19225
  ]),
19218
- _: 1
19226
+ _: 3
19219
19227
  })) : createCommentVNode("", true)
19220
19228
  ]),
19221
- _: 1
19229
+ _: 3
19222
19230
  })
19223
19231
  ]),
19224
- _: 1
19232
+ _: 3
19225
19233
  }, 8, ["class"]),
19226
19234
  createVNode(_component_flex_footer, null, {
19227
19235
  default: withCtx(() => [
@@ -19246,7 +19254,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
19246
19254
  _: 3
19247
19255
  })) : createCommentVNode("", true);
19248
19256
  }
19249
- var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-cc04f516"]]);
19257
+ var ContentBrowser = /* @__PURE__ */ _export_sfc(_sfc_main$9, [["render", _sfc_render$9], ["__scopeId", "data-v-044b04e3"]]);
19250
19258
  var ScopeItem_vue_vue_type_style_index_0_scoped_true_lang = "";
19251
19259
  const _sfc_main$8 = {
19252
19260
  props: {