@comercti/web-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.
package/comerc-style-guide.es.js
CHANGED
|
@@ -4118,7 +4118,7 @@ const Ln = ["onClick"], Pn = {
|
|
|
4118
4118
|
), W(Y, () => {
|
|
4119
4119
|
Y.isHome && a();
|
|
4120
4120
|
}), (j, C) => (s(), d("div", {
|
|
4121
|
-
class: w(["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(o), "z-0": e(b), "z-10": !e(b) && e(o) }]),
|
|
4121
|
+
class: w(["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(o), "z-0": e(b), "z-10": !e(b) && e(o) }]),
|
|
4122
4122
|
onMouseenter: C[5] || (C[5] = //@ts-ignore
|
|
4123
4123
|
(...H) => e(p) && e(p)(...H)),
|
|
4124
4124
|
onMouseleave: C[6] || (C[6] = //@ts-ignore
|
|
@@ -4322,7 +4322,8 @@ const Ln = ["onClick"], Pn = {
|
|
|
4322
4322
|
itemsMenu: { default: () => [] },
|
|
4323
4323
|
itemsModules: {},
|
|
4324
4324
|
name: {},
|
|
4325
|
-
email: {}
|
|
4325
|
+
email: {},
|
|
4326
|
+
itemsSearch: { default: () => [] }
|
|
4326
4327
|
},
|
|
4327
4328
|
emits: ["backToHome", "redirect", "logout"],
|
|
4328
4329
|
setup(t, { emit: r }) {
|
|
@@ -4449,8 +4450,8 @@ const Ln = ["onClick"], Pn = {
|
|
|
4449
4450
|
e(a) ? (s(), q(Je, {
|
|
4450
4451
|
key: 1,
|
|
4451
4452
|
placeholder: "Pesquisar",
|
|
4452
|
-
items: e(G)(e(p)),
|
|
4453
|
-
"onUpdate:modelValue": M[2] || (M[2] = (A) => e(S)(e(p), String(A))),
|
|
4453
|
+
items: e(G)(v.itemsSearch.length > 0 ? v.itemsSearch : e(p)),
|
|
4454
|
+
"onUpdate:modelValue": M[2] || (M[2] = (A) => e(S)(v.itemsSearch.length > 0 ? v.itemsSearch : e(p), String(A))),
|
|
4454
4455
|
onFilterList: M[3] || (M[3] = (A) => e(S)(e(p), String(A))),
|
|
4455
4456
|
onClearFilter: M[4] || (M[4] = (A) => e(L)(e(p)))
|
|
4456
4457
|
}, null, 8, ["items"])) : (s(), q(T, {
|