sit-onyx 1.6.0-dev-20251219084348 → 1.6.0-dev-20251222081741

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/index.js CHANGED
@@ -6503,7 +6503,6 @@ const Mc = (n, t) => {
6503
6503
  options: c.value,
6504
6504
  disabled: e.disabled,
6505
6505
  "hide-label": "",
6506
- "with-search": "",
6507
6506
  label: l(a)("itemsPerPage.label"),
6508
6507
  "list-label": l(a)("itemsPerPage.select.listLabel"),
6509
6508
  class: "onyx-items-per-page__select",
@@ -6889,6 +6888,7 @@ const Mc = (n, t) => {
6889
6888
  ],
6890
6889
  bottomLeft: () => !o.value() || !n.itemsPerPage?.length ? [] : !i.value && !p.value ? [] : [
6891
6890
  fe(eu, {
6891
+ class: "onyx-data-grid__items-per-page",
6892
6892
  modelValue: e.value.pageSize,
6893
6893
  options: n.itemsPerPage,
6894
6894
  disabled: s.value,