@qikdev/vue-ui 0.2.161 → 0.2.162

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
@@ -1,7 +1,7 @@
1
1
  import './style.css';
2
2
  import { defineComponent as Vi, ref as Zt, toRefs as ka, onMounted as xa, onBeforeUnmount as Ho, watch as Ci, computed as ci, openBlock as o, createElementBlock as d, renderSlot as z, createCommentVNode as _, normalizeClass as L, useSlots as qo, reactive as Tr, provide as Nr, resolveComponent as y, Fragment as S, unref as Bn, createBlock as k, withCtx as h, createVNode as f, renderList as F, toDisplayString as b, withDirectives as K, vShow as ur, createElementVNode as x, withModifiers as B, createTextVNode as T, h as fi, normalizeStyle as Be, resolveDynamicComponent as ft, mergeProps as Ei, toHandlers as wa, vModelSelect as Tt, pushScopeId as tt, popScopeId as nt, Teleport as Go, vModelText as se, withKeys as ge, TransitionGroup as Wo, nextTick as Sa, vModelDynamic as zn } from "vue";
3
3
  import { EventDispatcher as Ko } from "@qikdev/sdk";
4
- const Yo = "0.2.161";
4
+ const Yo = "0.2.162";
5
5
  class Lt extends Error {
6
6
  }
7
7
  class Zo extends Lt {
@@ -14170,7 +14170,15 @@ const uk = {
14170
14170
  },
14171
14171
  "model.key": {
14172
14172
  handler(e, t) {
14173
- if (!t && e && this.field)
14173
+ if (!t && e && this.field) {
14174
+ switch (e) {
14175
+ case "_dob":
14176
+ this.model.comparator = "anniversarybetween";
14177
+ return;
14178
+ case "_age":
14179
+ this.model.comparator = "between";
14180
+ return;
14181
+ }
14174
14182
  switch (this.field.type) {
14175
14183
  case "date":
14176
14184
  this.model.comparator = "datebetween";
@@ -14185,6 +14193,7 @@ const uk = {
14185
14193
  this.model.comparator = "in";
14186
14194
  break;
14187
14195
  }
14196
+ }
14188
14197
  }
14189
14198
  }
14190
14199
  },
@@ -14703,6 +14712,12 @@ function Sk(e) {
14703
14712
  maximum: 1,
14704
14713
  key: "_age",
14705
14714
  type: "integer"
14715
+ }), t.push({
14716
+ title: "Date of birth",
14717
+ minimum: 1,
14718
+ maximum: 1,
14719
+ key: "_dob",
14720
+ type: "date"
14706
14721
  }), t;
14707
14722
  }
14708
14723
  function Tk(e, t) {
@@ -22397,6 +22412,12 @@ const EE = {
22397
22412
  minimum: 1,
22398
22413
  maximum: 1,
22399
22414
  type: "integer"
22415
+ }), i.push({
22416
+ title: "Date of birth",
22417
+ key: "_dob",
22418
+ minimum: 1,
22419
+ maximum: 1,
22420
+ type: "date"
22400
22421
  }), m.length) {
22401
22422
  var l = {
22402
22423
  title: "",
@@ -22655,7 +22676,7 @@ const EE = {
22655
22676
  actualOptions: this.options
22656
22677
  };
22657
22678
  }
22658
- }, Lo = (e) => (tt("data-v-422cc4e9"), e = e(), nt(), e), AE = { class: "footer" }, ME = /* @__PURE__ */ Lo(() => /* @__PURE__ */ x("p", null, null, -1)), IE = { key: 0 }, DE = /* @__PURE__ */ Lo(() => /* @__PURE__ */ x("p", null, null, -1));
22679
+ }, Lo = (e) => (tt("data-v-39223d8f"), e = e(), nt(), e), AE = { class: "footer" }, ME = /* @__PURE__ */ Lo(() => /* @__PURE__ */ x("p", null, null, -1)), IE = { key: 0 }, DE = /* @__PURE__ */ Lo(() => /* @__PURE__ */ x("p", null, null, -1));
22659
22680
  function FE(e, t, n, i, s, r) {
22660
22681
  const a = y("ux-icon"), l = y("ux-panel-body"), u = y("ux-panel"), m = y("flex-column"), c = y("ux-button"), p = y("ux-list-item"), g = y("ux-list"), v = y("ux-menu"), w = y("native-table"), O = y("pager"), A = y("flex-footer"), H = y("flex-row"), Q = y("search"), re = y("ux-field"), oe = y("filter-builder"), ue = y("flex-body"), q = y("spinner");
22661
22682
  return r.actualDefinition ? (o(), k(m, {
@@ -22876,7 +22897,7 @@ function FE(e, t, n, i, s, r) {
22876
22897
  _: 3
22877
22898
  })) : _("", !0);
22878
22899
  }
22879
- const $E = /* @__PURE__ */ V(EE, [["render", FE], ["__scopeId", "data-v-422cc4e9"]]);
22900
+ const $E = /* @__PURE__ */ V(EE, [["render", FE], ["__scopeId", "data-v-39223d8f"]]);
22880
22901
  const NE = {
22881
22902
  props: {
22882
22903
  modal: {