@sysvale/cuida 3.58.0 → 3.59.1

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.
@@ -18084,6 +18084,10 @@ const pp = {
18084
18084
  variant: {
18085
18085
  type: String,
18086
18086
  default: "gray"
18087
+ },
18088
+ overflowVisible: {
18089
+ type: Boolean,
18090
+ default: !1
18087
18091
  }
18088
18092
  },
18089
18093
  data() {
@@ -18097,6 +18101,9 @@ const pp = {
18097
18101
  },
18098
18102
  borderRadiusResolver() {
18099
18103
  return this.rounder(this.width, 12);
18104
+ },
18105
+ overflowResolver() {
18106
+ return this.overflowVisible ? "visible" : "hidden";
18100
18107
  }
18101
18108
  },
18102
18109
  mounted() {
@@ -18110,8 +18117,9 @@ const pp = {
18110
18117
  }
18111
18118
  }, I3 = () => {
18112
18119
  tn((t) => ({
18113
- "4b1a623b": t.widthResolver,
18114
- "5e38bcd5": t.borderRadiusResolver
18120
+ "3cc84934": t.widthResolver,
18121
+ f4c0a56c: t.borderRadiusResolver,
18122
+ ddd6d724: t.overflowResolver
18115
18123
  }));
18116
18124
  }, P3 = pp.setup;
18117
18125
  pp.setup = P3 ? (t, e) => (I3(), P3(t, e)) : I3;
@@ -18144,7 +18152,7 @@ function gR(t, e, n, i, s, r) {
18144
18152
  }, 8, ["clickable", "onClick"])
18145
18153
  ], 2);
18146
18154
  }
18147
- const lu = /* @__PURE__ */ fe(pR, [["render", gR], ["__scopeId", "data-v-0c52825f"]]);
18155
+ const lu = /* @__PURE__ */ fe(pR, [["render", gR], ["__scopeId", "data-v-cd972b12"]]);
18148
18156
  const mR = {
18149
18157
  directives: {
18150
18158
  "on-click-outside": mr.directive
@@ -33082,7 +33090,8 @@ const $o = 0, Io = 1, xd = (t) => t === void 0 ? {} : JSON.parse(JSON.stringify(
33082
33090
  },
33083
33091
  options: {
33084
33092
  type: Array,
33085
- required: !0
33093
+ required: !0,
33094
+ default: () => []
33086
33095
  },
33087
33096
  optionsField: {
33088
33097
  type: String,
@@ -33245,9 +33254,9 @@ const $o = 0, Io = 1, xd = (t) => t === void 0 ? {} : JSON.parse(JSON.stringify(
33245
33254
  }
33246
33255
  }, c_ = () => {
33247
33256
  tn((t) => ({
33248
- "087d506c": t.inputBackgroundColor,
33249
- ede471e2: t.resolveMultiselectHeight,
33250
- "4bbad726": t.resolveMultiselectTop
33257
+ c756d324: t.inputBackgroundColor,
33258
+ "1ad913b3": t.resolveMultiselectHeight,
33259
+ "4bf72a49": t.resolveMultiselectTop
33251
33260
  }));
33252
33261
  }, u_ = Gp.setup;
33253
33262
  Gp.setup = u_ ? (t, e) => (c_(), u_(t, e)) : c_;