@comercti/react-components-hmg 0.10.16 → 0.10.17

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.
@@ -4857,7 +4857,8 @@ const gs = /* @__PURE__ */ U({
4857
4857
  itemsMenu: { default: () => [] },
4858
4858
  itemsModules: {},
4859
4859
  name: {},
4860
- email: {}
4860
+ email: {},
4861
+ itemsSearch: { default: () => [] }
4861
4862
  },
4862
4863
  emits: ["backToHome", "redirect", "logout"],
4863
4864
  setup(t, { emit: o }) {
@@ -4984,8 +4985,8 @@ const gs = /* @__PURE__ */ U({
4984
4985
  e(a) ? (s(), X(Qe, {
4985
4986
  key: 1,
4986
4987
  placeholder: "Pesquisar",
4987
- items: e(L)(e(p)),
4988
- "onUpdate:modelValue": M[2] || (M[2] = (_) => e(T)(e(p), String(_))),
4988
+ items: e(L)(k.itemsSearch.length > 0 ? k.itemsSearch : e(p)),
4989
+ "onUpdate:modelValue": M[2] || (M[2] = (_) => e(T)(k.itemsSearch.length > 0 ? k.itemsSearch : e(p), String(_))),
4989
4990
  onFilterList: M[3] || (M[3] = (_) => e(T)(e(p), String(_))),
4990
4991
  onClearFilter: M[4] || (M[4] = (_) => e(E)(e(p)))
4991
4992
  }, null, 8, ["items"])) : (s(), X(N, {
@@ -5171,7 +5172,7 @@ const gs = /* @__PURE__ */ U({
5171
5172
  ), W($, () => {
5172
5173
  $.isHome && a();
5173
5174
  }), (A, x) => (s(), d("div", {
5174
- class: b(["sm:hidden pt-[25px] relative h-full overflow-auto scrollbar-hide transition-all duration-300 ease-in-out bg-white dark:bg-ce_black border-gray-200 rounded-tr-lg rounded-br-lg border-r-[1px]", { "w-[310px]": e(n), "z-0": e(h), "z-10": !e(h) && e(n) }]),
5175
+ class: b(["sm:hidden pt-[25px] relative h-full overflow-auto scrollbar-hide transition-all duration-300 ease-in-out bg-white dark:bg-ce_black border-gray-200 rounded-tr-lg rounded-br-lg border-r-[1px] dark:border-b", { "w-[310px]": e(n), "z-0": e(h), "z-10": !e(h) && e(n) }]),
5175
5176
  onMouseenter: x[5] || (x[5] = //@ts-ignore
5176
5177
  (...F) => e(p) && e(p)(...F)),
5177
5178
  onMouseleave: x[6] || (x[6] = //@ts-ignore