@sysvale/cuida 3.121.0 → 3.122.0

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.
@@ -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: {