@solfacil/girassol 0.59.0 → 0.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.
package/dist/girassol.es.js
CHANGED
|
@@ -5588,10 +5588,10 @@ const qy = ["id", "data-testid"], Ky = {
|
|
|
5588
5588
|
"data-testid": `listitem-${e.id}-${e.itemIndex}`,
|
|
5589
5589
|
class: ee(["list-item", { "-selected": e.isSelected }]),
|
|
5590
5590
|
tabindex: "-1",
|
|
5591
|
-
onClick: f[3] || (f[3] = Ge((y) => t("listitem:click"), ["self"])),
|
|
5591
|
+
onClick: f[3] || (f[3] = Ge((y) => t("listitem:click", y), ["self"])),
|
|
5592
5592
|
onKeyup: [
|
|
5593
|
-
f[4] || (f[4] = he(Ge((y) => t("listitem:click"), ["self"]), ["enter"])),
|
|
5594
|
-
f[5] || (f[5] = he(Ge((y) => t("listitem:click"), ["self"]), ["space"]))
|
|
5593
|
+
f[4] || (f[4] = he(Ge((y) => t("listitem:click", y), ["self"]), ["enter"])),
|
|
5594
|
+
f[5] || (f[5] = he(Ge((y) => t("listitem:click", y), ["self"]), ["space"]))
|
|
5595
5595
|
],
|
|
5596
5596
|
onContextmenu: f[6] || (f[6] = (y) => t("listitem:contextmenu", y))
|
|
5597
5597
|
}, [
|
|
@@ -5836,8 +5836,8 @@ const Uc = { name: "material-symbols-more-vert", render: lh }, sh = ["id", "data
|
|
|
5836
5836
|
"render-header": m,
|
|
5837
5837
|
"is-highlight": p,
|
|
5838
5838
|
"set-fixed-column-size": v,
|
|
5839
|
-
"onListitem:click": (X) => n("listitem:click", { ...T, index:
|
|
5840
|
-
"onListitem:contextmenu": (X) => n("listitem:contextmenu",
|
|
5839
|
+
"onListitem:click": (X) => n("listitem:click", { ...T, index: $ }, X),
|
|
5840
|
+
"onListitem:contextmenu": (X) => n("listitem:contextmenu", { ...T, index: $ }, X)
|
|
5841
5841
|
}, rt({
|
|
5842
5842
|
selectable: Y(({ data: X, label: C }) => {
|
|
5843
5843
|
var oe, de, E, P, me, ve;
|