@solfacil/girassol 0.34.1 → 0.34.2
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
|
@@ -3175,7 +3175,7 @@ const Nm = ["id", "data-testid", "aria-labelledby"], jm = ["id", "data-testid"],
|
|
|
3175
3175
|
return c.value === w;
|
|
3176
3176
|
}
|
|
3177
3177
|
function p(w) {
|
|
3178
|
-
c.value = w.value, t("change", w.value)
|
|
3178
|
+
c.value = w.value, t("change", w.value);
|
|
3179
3179
|
}
|
|
3180
3180
|
function L() {
|
|
3181
3181
|
i.value = o.value ? i.value + n.showMaxItemsStep : i.value - n.showMaxItemsStep;
|