@sysvale/cuida 3.121.0 → 3.122.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.
@@ -2706,7 +2706,7 @@ const Cc = {
2706
2706
  }
2707
2707
  }, uv = () => {
2708
2708
  ot((e) => ({
2709
- "6cfa7e04": e.widthResolver
2709
+ c7f6e5d6: e.widthResolver
2710
2710
  }));
2711
2711
  }, cv = dp.setup;
2712
2712
  dp.setup = cv ? (e, t) => (uv(), cv(e, t)) : uv;
@@ -2729,7 +2729,7 @@ function WT(e, t, n, i, s, a) {
2729
2729
  [o, a.tooltipDisabled]
2730
2730
  ]);
2731
2731
  }
2732
- const oi = /* @__PURE__ */ fe(dp, [["render", WT], ["__scopeId", "data-v-bc7814e8"]]), YT = {
2732
+ const oi = /* @__PURE__ */ fe(dp, [["render", WT], ["__scopeId", "data-v-3f8198b8"]]), YT = {
2733
2733
  components: {
2734
2734
  CdsIcon: Be,
2735
2735
  CdsButton: oi
@@ -29132,6 +29132,14 @@ const a7 = /* @__PURE__ */ fe(gY, [["render", _Y], ["__scopeId", "data-v-7f26ca9
29132
29132
  emptyDescription: {
29133
29133
  type: String,
29134
29134
  default: "Certifique-se de ajustar os filtros para encontrar resultados."
29135
+ },
29136
+ /**
29137
+ * Tempo de atraso entre a digitação e a emissão do evento de busca (em ms).
29138
+ */
29139
+ searchInputDelay: {
29140
+ type: Number,
29141
+ default: 500,
29142
+ validator: (e) => e >= 0
29135
29143
  }
29136
29144
  },
29137
29145
  emits: ["update-fields-list", "customize-click", "search"],
@@ -29152,7 +29160,7 @@ const a7 = /* @__PURE__ */ fe(gY, [["render", _Y], ["__scopeId", "data-v-7f26ca9
29152
29160
  function w(x) {
29153
29161
  clearTimeout(u.value), u.value = setTimeout(() => {
29154
29162
  a("search", x);
29155
- }, 500);
29163
+ }, s.searchInputDelay);
29156
29164
  }
29157
29165
  return (x, S) => (v(), k("div", null, [
29158
29166
  M("div", wY, [
@@ -29259,7 +29267,7 @@ const a7 = /* @__PURE__ */ fe(gY, [["render", _Y], ["__scopeId", "data-v-7f26ca9
29259
29267
  }, null, 8, ["modelValue", "custom-fields-list", "selection-variant", "loading-custom-fields", "min-fields", "max-fields"])
29260
29268
  ]));
29261
29269
  }
29262
- }, AY = /* @__PURE__ */ fe(TY, [["__scopeId", "data-v-d8b8fd66"]]), IY = {
29270
+ }, AY = /* @__PURE__ */ fe(TY, [["__scopeId", "data-v-11907a79"]]), IY = {
29263
29271
  __name: "Grid",
29264
29272
  props: {
29265
29273
  cols: {