sit-onyx 1.6.0-dev-20251219084348 → 1.6.0-dev-20251219140026
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.
|
@@ -8739,7 +8739,6 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
8739
8739
|
options: $setup.selectOptions,
|
|
8740
8740
|
disabled: $setup.props.disabled,
|
|
8741
8741
|
"hide-label": "",
|
|
8742
|
-
"with-search": "",
|
|
8743
8742
|
label: $setup.t("itemsPerPage.label"),
|
|
8744
8743
|
"list-label": $setup.t("itemsPerPage.select.listLabel"),
|
|
8745
8744
|
class: "onyx-items-per-page__select",
|
|
@@ -9272,6 +9271,7 @@ const usePagination = (options = {}) => createFeature((ctx) => {
|
|
|
9272
9271
|
if (!shouldShowPagination.value && !skeleton.value) return [];
|
|
9273
9272
|
return [
|
|
9274
9273
|
h(OnyxItemsPerPage, {
|
|
9274
|
+
class: "onyx-data-grid__items-per-page",
|
|
9275
9275
|
modelValue: state.value.pageSize,
|
|
9276
9276
|
options: options.itemsPerPage,
|
|
9277
9277
|
disabled: isDisabled.value,
|