@solfacil/girassol 0.58.0 → 0.59.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.
- package/dist/girassol.es.js +1 -1
- package/dist/girassol.umd.js +1 -1
- package/package.json +1 -1
package/dist/girassol.es.js
CHANGED
|
@@ -5836,7 +5836,7 @@ 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:
|
|
5839
|
+
"onListitem:click": (X) => n("listitem:click", { ...T, index: $, event: X }),
|
|
5840
5840
|
"onListitem:contextmenu": (X) => n("listitem:contextmenu", X, { ...T, index: $ })
|
|
5841
5841
|
}, rt({
|
|
5842
5842
|
selectable: Y(({ data: X, label: C }) => {
|