globuswebcomponents 1.9.0 → 1.9.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/cjs/gb-avatar-label-group_2.cjs.entry.js +1 -1
- package/dist/cjs/gb-avatar_20.cjs.entry.js +142 -476
- package/dist/cjs/gb-avatar_20.cjs.entry.js.map +1 -1
- package/dist/cjs/gb-collapse-button_4.cjs.entry.js +1 -1
- package/dist/cjs/gb-export-dropdown-item_3.cjs.entry.js +3 -3
- package/dist/cjs/gb-export-dropdown_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-type-icon_2.cjs.entry.js +2 -2
- package/dist/cjs/gb-file-upload-item-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-file-upload.cjs.entry.js +12 -12
- package/dist/cjs/gb-header-icon.cjs.entry.js +4 -4
- package/dist/cjs/gb-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-help-dropdown.cjs.entry.js +1 -1
- package/dist/cjs/gb-horizontal-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-icon-button-base.cjs.entry.js +1 -1
- package/dist/cjs/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js +391 -0
- package/dist/cjs/gb-input-dropdown_3.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-mega-input-field-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-notification-content.cjs.entry.js +1 -1
- package/dist/cjs/gb-notification-pane.cjs.entry.js +3 -3
- package/dist/cjs/gb-pagination-dot-group.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination-dot-indicator.cjs.entry.js +1 -1
- package/dist/cjs/gb-pagination.cjs.entry.js +96 -0
- package/dist/cjs/gb-pagination.cjs.entry.js.map +1 -0
- package/dist/cjs/gb-pagination.entry.cjs.js.map +1 -0
- package/dist/cjs/gb-progress-circle.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-card.cjs.entry.js +1 -1
- package/dist/cjs/gb-quick-action-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-scrollbar.cjs.entry.js +1 -1
- package/dist/cjs/gb-sidebar.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider-control-handle.cjs.entry.js +1 -1
- package/dist/cjs/gb-slider.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-icons-centered.cjs.entry.js +1 -1
- package/dist/cjs/gb-stepper-horizontal-line-with-text.cjs.entry.js +1 -1
- package/dist/cjs/gb-tab-button-base.cjs.entry.js +3 -3
- package/dist/cjs/gb-table-cell.cjs.entry.js +1 -1
- package/dist/cjs/gb-table-header.cjs.entry.js +1 -1
- package/dist/cjs/gb-textarea-input-field.cjs.entry.js +4 -4
- package/dist/cjs/gb-toast-button.cjs.entry.js +1 -1
- package/dist/cjs/gb-toast.cjs.entry.js +1 -1
- package/dist/cjs/gb-toggle-base.cjs.entry.js +2 -2
- package/dist/cjs/gb-toggle.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compact.cjs.entry.js +1 -1
- package/dist/cjs/gb-token-field-compressed.cjs.entry.js +2 -2
- package/dist/cjs/gb-top-bar-item.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar-sidemenu.cjs.entry.js +1 -1
- package/dist/cjs/gb-top-bar.cjs.entry.js +1 -1
- package/dist/cjs/gb-vertical-tabs.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-editor-icon.cjs.entry.js +1 -1
- package/dist/cjs/gb-wysiwyg-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/globuscomponents.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/reusableModels-_LRAKnsh.js.map +1 -1
- package/dist/cjs/test-input-tag.cjs.entry.js +2 -2
- package/dist/collection/assets/Illustration2.svg +34 -0
- package/dist/collection/assets/Illustration3.svg +45 -0
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/gb-empty-state/gb-empty-state.css +2715 -0
- package/dist/collection/components/gb-empty-state/gb-empty-state.js +181 -0
- package/dist/collection/components/gb-empty-state/gb-empty-state.js.map +1 -0
- package/dist/collection/components/gb-export-dropdown/gb-export-dropdown.js +1 -1
- package/dist/collection/components/gb-export-dropdown-item/gb-export-dropdown-item.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown/gb-export-sub-dropdown.js +1 -1
- package/dist/collection/components/gb-export-sub-dropdown-item/gb-export-sub-dropdown-item.js +1 -1
- package/dist/collection/components/gb-featured-icon/gb-featured-icon.js +1 -1
- package/dist/collection/components/gb-file-type-icon/gb-file-type-icon.js +1 -1
- package/dist/collection/components/gb-file-upload/gb-file-upload.js +12 -12
- package/dist/collection/components/gb-file-upload-item-base/gb-file-upload-item-base.js +1 -1
- package/dist/collection/components/gb-filter-button/gb-filter-button.js +1 -1
- package/dist/collection/components/gb-header/gb-header.js +1 -1
- package/dist/collection/components/gb-header-icon/gb-header-icon.js +4 -4
- package/dist/collection/components/gb-help-dropdown/gb-help-dropdown.js +1 -1
- package/dist/collection/components/gb-help-tooltip/gb-help-tooltip.js +1 -1
- package/dist/collection/components/gb-horizontal-tabs/gb-horizontal-tabs.js +1 -1
- package/dist/collection/components/gb-icon-button-base/gb-icon-button-base.js +1 -1
- package/dist/collection/components/gb-input-dropdown/gb-input-dropdown.js +3 -3
- package/dist/collection/components/gb-input-dropdown-menu-item/gb-input-dropdown-menu-item.js +2 -2
- package/dist/collection/components/gb-input-field/gb-input-field.js +12 -12
- package/dist/collection/components/gb-mega-input-field-base/gb-mega-input-field-base.js +2 -2
- package/dist/collection/components/gb-notification-content/gb-notification-content.js +1 -1
- package/dist/collection/components/gb-notification-pane/gb-notification-pane.js +3 -3
- package/dist/collection/components/gb-pagination/gb-pagination.js +9 -9
- package/dist/collection/components/gb-pagination/gb-pagination.js.map +1 -1
- package/dist/collection/components/gb-pagination-button-group-base/gb-pagination-button-group-base.js +1 -1
- package/dist/collection/components/gb-pagination-dot-group/gb-pagination-dot-group.js +1 -1
- package/dist/collection/components/gb-pagination-dot-indicator/gb-pagination-dot-indicator.js +1 -1
- package/dist/collection/components/gb-pagination-number-base/gb-pagination-number-base.js +1 -1
- package/dist/collection/components/gb-password-button/gb-password-button.js +1 -1
- package/dist/collection/components/gb-progress-bar/gb-progress-bar.js +1 -1
- package/dist/collection/components/gb-progress-circle/gb-progress-circle.js +1 -1
- package/dist/collection/components/gb-quick-action-card/gb-quick-action-card.js +1 -1
- package/dist/collection/components/gb-quick-action-icon/gb-quick-action-icon.js +1 -1
- package/dist/collection/components/gb-scrollbar/gb-scrollbar.js +1 -1
- package/dist/collection/components/gb-sidebar/gb-sidebar.js +1 -1
- package/dist/collection/components/gb-simple-side-bar-item/gb-simple-side-bar-item.js +1 -1
- package/dist/collection/components/gb-slider/gb-slider.js +1 -1
- package/dist/collection/components/gb-slider-control-handle/gb-slider-control-handle.js +1 -1
- package/dist/collection/components/gb-status-indicator/gb-status-indicator.js +1 -1
- package/dist/collection/components/gb-step-base/gb-step-base.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-icons-centered/gb-stepper-horizontal-icons-centered.js +1 -1
- package/dist/collection/components/gb-stepper-horizontal-line-with-text/gb-stepper-horizontal-line-with-text.js +1 -1
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js +26 -814
- package/dist/collection/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.js.map +1 -1
- package/dist/collection/components/gb-tab-button-base/gb-tab-button-base.js +3 -3
- package/dist/collection/components/gb-table-cell/gb-table-cell.js +1 -1
- package/dist/collection/components/gb-table-header/gb-table-header.js +1 -1
- package/dist/collection/components/gb-tag/gb-tag.js +1 -1
- package/dist/collection/components/gb-tag-checkbox/gb-tag-checkbox.js +1 -1
- package/dist/collection/components/gb-tag-close/gb-tag-close.js +1 -1
- package/dist/collection/components/gb-tag-count/gb-tag-count.js +1 -1
- package/dist/collection/components/gb-textarea-input-field/gb-textarea-input-field.js +4 -4
- package/dist/collection/components/gb-theme-tab/gb-theme-tab.js +1 -1
- package/dist/collection/components/gb-toast/gb-toast.js +1 -1
- package/dist/collection/components/gb-toast-button/gb-toast-button.js +1 -1
- package/dist/collection/components/gb-toggle/gb-toggle.js +1 -1
- package/dist/collection/components/gb-toggle-base/gb-toggle-base.js +2 -2
- package/dist/collection/components/gb-token-field-compact/gb-token-field-compact.js +1 -1
- package/dist/collection/components/gb-token-field-compressed/gb-token-field-compressed.js +2 -2
- package/dist/collection/components/gb-tooltip/gb-tooltip.js +1 -1
- package/dist/collection/components/gb-top-bar/gb-top-bar.js +1 -1
- package/dist/collection/components/gb-top-bar-item/gb-top-bar-item.js +1 -1
- package/dist/collection/components/gb-top-bar-sidemenu/gb-top-bar-sidemenu.js +1 -1
- package/dist/collection/components/gb-vertical-tabs/gb-vertical-tabs.js +1 -1
- package/dist/collection/components/gb-wysiwyg-editor-icon/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/collection/components/gb-wysiwyg-tooltip/gb-wysiwyg-tooltip.js +1 -1
- package/dist/collection/components/test-input-tag/test-input-tag.js +2 -2
- package/dist/collection/models/reusableModels.js.map +1 -1
- package/dist/components/gb-avatar-add-button.js +1 -1
- package/dist/components/gb-avatar-dropdown.js +7 -7
- package/dist/components/gb-avatar-group.js +4 -4
- package/dist/components/gb-avatar-label-group.js +1 -1
- package/dist/components/gb-avatar-profile-photo.js +2 -2
- package/dist/components/gb-avatar.js +1 -1
- package/dist/components/gb-badge.js +1 -1
- package/dist/components/gb-checkbox-group-item.js +1 -1
- package/dist/components/gb-checkbox-group.js +3 -3
- package/dist/components/gb-collapse-button.js +1 -1
- package/dist/components/gb-complex-primary-side-bar-item.js +1 -1
- package/dist/components/gb-complex-secondary-side-bar-item.js +1 -1
- package/dist/components/gb-detail-cell.js +5 -5
- package/dist/components/gb-empty-state.d.ts +11 -0
- package/dist/components/gb-empty-state.js +79 -0
- package/dist/components/gb-empty-state.js.map +1 -0
- package/dist/components/gb-export-dropdown-item.js +1 -1
- package/dist/components/gb-export-dropdown.js +1 -1
- package/dist/components/gb-export-sub-dropdown-item.js +1 -1
- package/dist/components/gb-export-sub-dropdown.js +1 -1
- package/dist/components/gb-featured-icon.js +1 -1
- package/dist/components/gb-file-type-icon.js +1 -1
- package/dist/components/gb-file-upload-item-base.js +1 -1
- package/dist/components/gb-file-upload.js +16 -16
- package/dist/components/gb-filter-button.js +1 -1
- package/dist/components/gb-header-icon.js +1 -1
- package/dist/components/gb-header.js +4 -4
- package/dist/components/gb-help-dropdown.js +1 -1
- package/dist/components/gb-help-tooltip.js +1 -1
- package/dist/components/gb-horizontal-tabs.js +5 -5
- package/dist/components/gb-icon-button-base.js +1 -1
- package/dist/components/gb-input-dropdown-menu-item.js +1 -1
- package/dist/components/gb-input-dropdown.js +1 -1
- package/dist/components/gb-input-field.js +1 -1
- package/dist/components/gb-mega-input-field-base.js +1 -1
- package/dist/components/gb-notification-content.js +1 -1
- package/dist/components/gb-notification-pane.js +4 -4
- package/dist/components/gb-pagination-button-group-base.js +1 -1
- package/dist/components/gb-pagination-dot-group.js +1 -1
- package/dist/components/gb-pagination-dot-indicator.js +1 -1
- package/dist/components/gb-pagination-number-base.js +1 -1
- package/dist/components/gb-pagination.js +23 -23
- package/dist/components/gb-pagination.js.map +1 -1
- package/dist/components/gb-password-button.js +1 -1
- package/dist/components/gb-progress-bar.js +1 -1
- package/dist/components/gb-progress-circle.js +1 -1
- package/dist/components/gb-quick-action-card.js +1 -1
- package/dist/components/gb-quick-action-icon.js +1 -1
- package/dist/components/gb-scrollbar.js +1 -1
- package/dist/components/gb-sidebar.js +9 -9
- package/dist/components/gb-simple-side-bar-item.js +1 -1
- package/dist/components/gb-slider-control-handle.js +1 -1
- package/dist/components/gb-slider.js +3 -3
- package/dist/components/gb-status-indicator.js +1 -1
- package/dist/components/gb-step-base.js +1 -1
- package/dist/components/gb-stepper-horizontal-icons-centered.js +3 -3
- package/dist/components/gb-stepper-horizontal-line-with-text.js +3 -3
- package/dist/components/gb-stepper-vertical-icons-with-text.js +22 -117
- package/dist/components/gb-stepper-vertical-icons-with-text.js.map +1 -1
- package/dist/components/gb-tab-button-base.js +1 -1
- package/dist/components/gb-table-cell.js +1 -1
- package/dist/components/gb-table-header.js +18 -18
- package/dist/components/gb-tag-checkbox.js +1 -1
- package/dist/components/gb-tag-close.js +1 -1
- package/dist/components/gb-tag-count.js +1 -1
- package/dist/components/gb-tag.js +1 -1
- package/dist/components/gb-textarea-input-field.js +11 -11
- package/dist/components/gb-theme-tab.js +1 -1
- package/dist/components/gb-toast-button.js +1 -1
- package/dist/components/gb-toast.js +2 -2
- package/dist/components/gb-toggle-base.js +1 -1
- package/dist/components/gb-toggle.js +2 -2
- package/dist/components/gb-token-field-compact.js +2 -2
- package/dist/components/gb-token-field-compressed.js +3 -3
- package/dist/components/gb-tooltip.js +1 -1
- package/dist/components/gb-top-bar-item.js +1 -1
- package/dist/components/gb-top-bar-sidemenu.js +6 -6
- package/dist/components/gb-top-bar.js +3 -3
- package/dist/components/gb-vertical-tabs.js +1 -1
- package/dist/components/gb-wysiwyg-editor-icon.js +1 -1
- package/dist/components/gb-wysiwyg-tooltip.js +2 -2
- package/dist/components/{p-Ojetq1e-.js → p-B5OTx5lN.js} +3 -3
- package/dist/components/{p-Ojetq1e-.js.map → p-B5OTx5lN.js.map} +1 -1
- package/dist/components/{p-Cu8UdTdC.js → p-BA-QUue9.js} +24 -24
- package/dist/components/{p-Cu8UdTdC.js.map → p-BA-QUue9.js.map} +1 -1
- package/dist/components/{p-rgAdQepP.js → p-BErGETuo.js} +6 -6
- package/dist/components/{p-rgAdQepP.js.map → p-BErGETuo.js.map} +1 -1
- package/dist/components/{p-BjChGGmi.js → p-BUTqRUeS.js} +4 -4
- package/dist/components/{p-BjChGGmi.js.map → p-BUTqRUeS.js.map} +1 -1
- package/dist/components/{p-B3hMEJtE.js → p-BV08fIq9.js} +4 -4
- package/dist/components/{p-B3hMEJtE.js.map → p-BV08fIq9.js.map} +1 -1
- package/dist/components/{p-C_9NKqcz.js → p-Bb6DZwkT.js} +3 -3
- package/dist/components/{p-C_9NKqcz.js.map → p-Bb6DZwkT.js.map} +1 -1
- package/dist/components/{p-B1Gpz2Hg.js → p-BnuyRYKO.js} +8 -8
- package/dist/components/{p-B1Gpz2Hg.js.map → p-BnuyRYKO.js.map} +1 -1
- package/dist/components/{p-aOOa0jjW.js → p-BoroGYho.js} +3 -3
- package/dist/components/{p-aOOa0jjW.js.map → p-BoroGYho.js.map} +1 -1
- package/dist/components/{p-58UiDivr.js → p-BrYyk7ia.js} +3 -3
- package/dist/components/{p-58UiDivr.js.map → p-BrYyk7ia.js.map} +1 -1
- package/dist/components/{p-DsOYSSWx.js → p-BuACBwBa.js} +6 -6
- package/dist/components/{p-DsOYSSWx.js.map → p-BuACBwBa.js.map} +1 -1
- package/dist/components/{p-C_B54e6d.js → p-Bv7er-mf.js} +3 -3
- package/dist/components/{p-C_B54e6d.js.map → p-Bv7er-mf.js.map} +1 -1
- package/dist/components/{p-BsSEJMYm.js → p-BzZZMQQ7.js} +6 -6
- package/dist/components/{p-BsSEJMYm.js.map → p-BzZZMQQ7.js.map} +1 -1
- package/dist/components/{p-DzM2JdvP.js → p-C0eGaqog.js} +3 -3
- package/dist/components/{p-DzM2JdvP.js.map → p-C0eGaqog.js.map} +1 -1
- package/dist/components/{p-zwb0BIVh.js → p-C2RLPamg.js} +4 -4
- package/dist/components/{p-zwb0BIVh.js.map → p-C2RLPamg.js.map} +1 -1
- package/dist/components/{p-C2mSJNvy.js → p-C7KkOpHK.js} +4 -4
- package/dist/components/{p-C2mSJNvy.js.map → p-C7KkOpHK.js.map} +1 -1
- package/dist/components/{p-C5jd6KvY.js → p-CGArB7Dl.js} +3 -3
- package/dist/components/{p-C5jd6KvY.js.map → p-CGArB7Dl.js.map} +1 -1
- package/dist/components/{p-EopuEZPq.js → p-CH1hYv1q.js} +3 -3
- package/dist/components/{p-EopuEZPq.js.map → p-CH1hYv1q.js.map} +1 -1
- package/dist/components/{p-hFwZL-B0.js → p-CRG5nvry.js} +6 -6
- package/dist/components/{p-hFwZL-B0.js.map → p-CRG5nvry.js.map} +1 -1
- package/dist/components/{p-5ME1JTfb.js → p-CSLTGZjM.js} +4 -4
- package/dist/components/{p-5ME1JTfb.js.map → p-CSLTGZjM.js.map} +1 -1
- package/dist/components/{p-9fm4GEEL.js → p-CVNPQFHp.js} +4 -4
- package/dist/components/{p-9fm4GEEL.js.map → p-CVNPQFHp.js.map} +1 -1
- package/dist/components/{p-BJcj_w4X.js → p-C_Tapp1O.js} +4 -4
- package/dist/components/{p-BJcj_w4X.js.map → p-C_Tapp1O.js.map} +1 -1
- package/dist/components/{p-BQya-qi4.js → p-CbKSy-VL.js} +7 -7
- package/dist/components/{p-BQya-qi4.js.map → p-CbKSy-VL.js.map} +1 -1
- package/dist/components/{p-siavcGxZ.js → p-CdHYLeQL.js} +4 -4
- package/dist/components/{p-siavcGxZ.js.map → p-CdHYLeQL.js.map} +1 -1
- package/dist/components/{p-CQHYa5En.js → p-CeQ_Rsq1.js} +5 -5
- package/dist/components/{p-CQHYa5En.js.map → p-CeQ_Rsq1.js.map} +1 -1
- package/dist/components/{p-BHyyCkJC.js → p-Ckvl-ljn.js} +6 -6
- package/dist/components/{p-BHyyCkJC.js.map → p-Ckvl-ljn.js.map} +1 -1
- package/dist/components/{p-CfIZrAdJ.js → p-D3yFmIT2.js} +3 -3
- package/dist/components/{p-CfIZrAdJ.js.map → p-D3yFmIT2.js.map} +1 -1
- package/dist/components/{p-DmcrLQ86.js → p-D9oGYaxi.js} +7 -7
- package/dist/components/{p-DmcrLQ86.js.map → p-D9oGYaxi.js.map} +1 -1
- package/dist/components/{p-BA4DuEdW.js → p-DFrgWCgh.js} +4 -4
- package/dist/components/{p-BA4DuEdW.js.map → p-DFrgWCgh.js.map} +1 -1
- package/dist/components/{p-BXXRUyNx.js → p-DV74m5Co.js} +8 -8
- package/dist/components/{p-BXXRUyNx.js.map → p-DV74m5Co.js.map} +1 -1
- package/dist/components/{p-B6gScQp0.js → p-DWO5i1Se.js} +3 -3
- package/dist/components/{p-B6gScQp0.js.map → p-DWO5i1Se.js.map} +1 -1
- package/dist/components/{p-DbioORza.js → p-DWX-AAX8.js} +3 -3
- package/dist/components/{p-DbioORza.js.map → p-DWX-AAX8.js.map} +1 -1
- package/dist/components/{p-D7G3AQr_.js → p-DYHvA9s4.js} +3 -3
- package/dist/components/{p-D7G3AQr_.js.map → p-DYHvA9s4.js.map} +1 -1
- package/dist/components/{p-Clu7XYjR.js → p-DcbuYddf.js} +3 -3
- package/dist/components/{p-Clu7XYjR.js.map → p-DcbuYddf.js.map} +1 -1
- package/dist/components/{p-Cy2MNqqE.js → p-DeBriAnB.js} +3 -3
- package/dist/components/{p-Cy2MNqqE.js.map → p-DeBriAnB.js.map} +1 -1
- package/dist/components/{p-DwL0dy3A.js → p-DqahRJXl.js} +3 -3
- package/dist/components/{p-DwL0dy3A.js.map → p-DqahRJXl.js.map} +1 -1
- package/dist/components/{p-Dl5eyCH0.js → p-DusEwCgj.js} +3 -3
- package/dist/components/{p-Dl5eyCH0.js.map → p-DusEwCgj.js.map} +1 -1
- package/dist/components/{p-BhJTClCR.js → p-Dx2gmcFF.js} +4 -4
- package/dist/components/{p-BhJTClCR.js.map → p-Dx2gmcFF.js.map} +1 -1
- package/dist/components/{p-y5SGEyvZ.js → p-Dx4lHnka.js} +3 -3
- package/dist/components/{p-y5SGEyvZ.js.map → p-Dx4lHnka.js.map} +1 -1
- package/dist/components/{p-COj-hm3v.js → p-FuGWRoer.js} +4 -4
- package/dist/components/{p-COj-hm3v.js.map → p-FuGWRoer.js.map} +1 -1
- package/dist/components/{p-CAEiCMBr.js → p-MVShD5fJ.js} +16 -16
- package/dist/components/{p-CAEiCMBr.js.map → p-MVShD5fJ.js.map} +1 -1
- package/dist/components/{p-D26EgCl4.js → p-Mu5E0ief.js} +4 -4
- package/dist/components/{p-D26EgCl4.js.map → p-Mu5E0ief.js.map} +1 -1
- package/dist/components/{p-CrPI1oek.js → p-XLYPaRCU.js} +3 -3
- package/dist/components/{p-CrPI1oek.js.map → p-XLYPaRCU.js.map} +1 -1
- package/dist/components/p-cHn6O-Kf.js.map +1 -1
- package/dist/components/{p-DSW9AXlQ.js → p-s5rCN-h6.js} +3 -3
- package/dist/components/{p-DSW9AXlQ.js.map → p-s5rCN-h6.js.map} +1 -1
- package/dist/components/{p-ZXPuz8st.js → p-vtXEng2T.js} +3 -3
- package/dist/components/{p-ZXPuz8st.js.map → p-vtXEng2T.js.map} +1 -1
- package/dist/components/test-input-tag.js +9 -9
- package/dist/docs.json +237 -973
- package/dist/esm/gb-avatar-label-group_2.entry.js +1 -1
- package/dist/esm/gb-avatar_20.entry.js +139 -473
- package/dist/esm/gb-avatar_20.entry.js.map +1 -1
- package/dist/esm/gb-collapse-button_4.entry.js +1 -1
- package/dist/esm/gb-export-dropdown-item_3.entry.js +3 -3
- package/dist/esm/gb-export-dropdown_2.entry.js +2 -2
- package/dist/esm/gb-file-type-icon_2.entry.js +2 -2
- package/dist/esm/gb-file-upload-item-base.entry.js +1 -1
- package/dist/esm/gb-file-upload.entry.js +12 -12
- package/dist/esm/gb-header-icon.entry.js +4 -4
- package/dist/esm/gb-header.entry.js +1 -1
- package/dist/esm/gb-help-dropdown.entry.js +1 -1
- package/dist/esm/gb-horizontal-tabs.entry.js +1 -1
- package/dist/esm/gb-icon-button-base.entry.js +1 -1
- package/dist/esm/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.js.map +1 -0
- package/dist/esm/gb-input-dropdown_3.entry.js +387 -0
- package/dist/esm/gb-input-dropdown_3.entry.js.map +1 -0
- package/dist/esm/gb-mega-input-field-base.entry.js +2 -2
- package/dist/esm/gb-notification-content.entry.js +1 -1
- package/dist/esm/gb-notification-pane.entry.js +3 -3
- package/dist/esm/gb-pagination-dot-group.entry.js +1 -1
- package/dist/esm/gb-pagination-dot-indicator.entry.js +1 -1
- package/dist/esm/gb-pagination.entry.js +94 -0
- package/dist/esm/gb-pagination.entry.js.map +1 -0
- package/dist/esm/gb-progress-circle.entry.js +1 -1
- package/dist/esm/gb-quick-action-card.entry.js +1 -1
- package/dist/esm/gb-quick-action-icon.entry.js +1 -1
- package/dist/esm/gb-scrollbar.entry.js +1 -1
- package/dist/esm/gb-sidebar.entry.js +1 -1
- package/dist/esm/gb-slider-control-handle.entry.js +1 -1
- package/dist/esm/gb-slider.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-icons-centered.entry.js +1 -1
- package/dist/esm/gb-stepper-horizontal-line-with-text.entry.js +1 -1
- package/dist/esm/gb-tab-button-base.entry.js +3 -3
- package/dist/esm/gb-table-cell.entry.js +1 -1
- package/dist/esm/gb-table-header.entry.js +1 -1
- package/dist/esm/gb-textarea-input-field.entry.js +4 -4
- package/dist/esm/gb-toast-button.entry.js +1 -1
- package/dist/esm/gb-toast.entry.js +1 -1
- package/dist/esm/gb-toggle-base.entry.js +2 -2
- package/dist/esm/gb-toggle.entry.js +1 -1
- package/dist/esm/gb-token-field-compact.entry.js +1 -1
- package/dist/esm/gb-token-field-compressed.entry.js +2 -2
- package/dist/esm/gb-top-bar-item.entry.js +1 -1
- package/dist/esm/gb-top-bar-sidemenu.entry.js +1 -1
- package/dist/esm/gb-top-bar.entry.js +1 -1
- package/dist/esm/gb-vertical-tabs.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-editor-icon.entry.js +1 -1
- package/dist/esm/gb-wysiwyg-tooltip.entry.js +1 -1
- package/dist/esm/globuscomponents.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/reusableModels-cHn6O-Kf.js.map +1 -1
- package/dist/esm/test-input-tag.entry.js +2 -2
- package/dist/globuscomponents/assets/Illustration2.svg +34 -0
- package/dist/globuscomponents/assets/Illustration3.svg +45 -0
- package/dist/globuscomponents/gb-input-dropdown.gb-pagination-button-group-base.gb-pagination-number-base.entry.esm.js.map +1 -0
- package/dist/globuscomponents/gb-pagination.entry.esm.js.map +1 -0
- package/dist/globuscomponents/globuscomponents.esm.js +1 -1
- package/dist/globuscomponents/{p-45a97699.entry.js → p-0032a0eb.entry.js} +2 -2
- package/dist/globuscomponents/{p-dd60fb1f.entry.js → p-02088466.entry.js} +2 -2
- package/dist/globuscomponents/{p-e856eaff.entry.js → p-02c897ed.entry.js} +2 -2
- package/dist/globuscomponents/{p-e37fce34.entry.js → p-120a40ff.entry.js} +2 -2
- package/dist/globuscomponents/{p-ab768c04.entry.js → p-146958c2.entry.js} +2 -2
- package/dist/globuscomponents/p-1aaddbad.entry.js +2 -0
- package/dist/globuscomponents/p-1aaddbad.entry.js.map +1 -0
- package/dist/globuscomponents/{p-3e868e97.entry.js → p-1e8100d7.entry.js} +2 -2
- package/dist/globuscomponents/{p-9b010005.entry.js → p-2627c42d.entry.js} +2 -2
- package/dist/globuscomponents/{p-b8b92a06.entry.js → p-27f7db8f.entry.js} +2 -2
- package/dist/globuscomponents/{p-4bcd33fa.entry.js → p-2a21eb7b.entry.js} +2 -2
- package/dist/globuscomponents/{p-a7038f90.entry.js → p-2df35014.entry.js} +2 -2
- package/dist/globuscomponents/{p-a89edc56.entry.js → p-34b42b72.entry.js} +2 -2
- package/dist/globuscomponents/{p-aea695a6.entry.js → p-3762f17f.entry.js} +2 -2
- package/dist/globuscomponents/{p-4b919893.entry.js → p-3ac302ce.entry.js} +2 -2
- package/dist/globuscomponents/{p-68354e91.entry.js → p-5c40b98a.entry.js} +2 -2
- package/dist/globuscomponents/{p-0616b374.entry.js → p-5e541142.entry.js} +2 -2
- package/dist/globuscomponents/{p-d3203d6f.entry.js → p-705b5c14.entry.js} +2 -2
- package/dist/globuscomponents/{p-2f92fe3f.entry.js → p-769c122f.entry.js} +2 -2
- package/dist/globuscomponents/p-77853834.entry.js +2 -0
- package/dist/globuscomponents/{p-69b133eb.entry.js → p-77d56d49.entry.js} +2 -2
- package/dist/globuscomponents/{p-f0936ffa.entry.js → p-7934a554.entry.js} +2 -2
- package/dist/globuscomponents/p-7ae38385.entry.js +2 -0
- package/dist/globuscomponents/p-7ae38385.entry.js.map +1 -0
- package/dist/globuscomponents/{p-03728680.entry.js → p-7d1fc7af.entry.js} +2 -2
- package/dist/globuscomponents/{p-9022b49e.entry.js → p-844c182c.entry.js} +2 -2
- package/dist/globuscomponents/{p-208aa9b7.entry.js → p-8aafa688.entry.js} +2 -2
- package/dist/globuscomponents/{p-d2c362ef.entry.js → p-8ea379ce.entry.js} +2 -2
- package/dist/globuscomponents/{p-9d0e5f0d.entry.js → p-8ecbae72.entry.js} +2 -2
- package/dist/globuscomponents/{p-6d274070.entry.js → p-8f15525a.entry.js} +2 -2
- package/dist/globuscomponents/{p-b3cddf74.entry.js → p-9cb18747.entry.js} +2 -2
- package/dist/globuscomponents/{p-5da11132.entry.js → p-a30bbf32.entry.js} +2 -2
- package/dist/globuscomponents/p-a335c974.entry.js +2 -0
- package/dist/globuscomponents/{p-b941dab9.entry.js.map → p-a335c974.entry.js.map} +1 -1
- package/dist/globuscomponents/{p-f5b964fb.entry.js → p-a390c2b3.entry.js} +2 -2
- package/dist/globuscomponents/{p-47c82835.entry.js → p-acd3e297.entry.js} +2 -2
- package/dist/globuscomponents/{p-525f582b.entry.js → p-b14a2747.entry.js} +2 -2
- package/dist/globuscomponents/{p-4bec8593.entry.js → p-b7c64337.entry.js} +2 -2
- package/dist/globuscomponents/{p-030d477b.entry.js → p-bad5afbe.entry.js} +2 -2
- package/dist/globuscomponents/{p-83f40a99.entry.js → p-bd3f0ff0.entry.js} +2 -2
- package/dist/globuscomponents/{p-52e6d32e.entry.js → p-c7c7ce12.entry.js} +2 -2
- package/dist/globuscomponents/p-cHn6O-Kf.js.map +1 -1
- package/dist/globuscomponents/{p-b7b6192a.entry.js → p-d7328c40.entry.js} +2 -2
- package/dist/globuscomponents/{p-409bfa1f.entry.js → p-d96a836a.entry.js} +2 -2
- package/dist/globuscomponents/p-d9f9ff6c.entry.js +2 -0
- package/dist/globuscomponents/p-db51404e.entry.js +2 -0
- package/dist/globuscomponents/p-db51404e.entry.js.map +1 -0
- package/dist/globuscomponents/{p-479cf307.entry.js → p-dc549111.entry.js} +2 -2
- package/dist/globuscomponents/{p-5f2a5190.entry.js → p-e91aa93b.entry.js} +2 -2
- package/dist/globuscomponents/{p-3e9ea422.entry.js → p-f3018a7e.entry.js} +2 -2
- package/dist/globuscomponents/{p-f716d74e.entry.js → p-f46743c7.entry.js} +2 -2
- package/dist/types/components/gb-empty-state/gb-empty-state.d.ts +16 -0
- package/dist/types/components/gb-stepper-vertical-icons-with-text/gb-stepper-vertical-icons-with-text.d.ts +3 -35
- package/dist/types/components.d.ts +43 -70
- package/dist/types/models/reusableModels.d.ts +6 -0
- package/package.json +1 -1
- package/dist/cjs/gb-featured-icon.gb-step-base.entry.cjs.js.map +0 -1
- package/dist/cjs/gb-featured-icon_2.cjs.entry.js +0 -70
- package/dist/cjs/gb-featured-icon_2.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js +0 -102
- package/dist/cjs/gb-stepper-vertical-icons-with-text.cjs.entry.js.map +0 -1
- package/dist/cjs/gb-stepper-vertical-icons-with-text.entry.cjs.js.map +0 -1
- package/dist/esm/gb-featured-icon.gb-step-base.entry.js.map +0 -1
- package/dist/esm/gb-featured-icon_2.entry.js +0 -67
- package/dist/esm/gb-featured-icon_2.entry.js.map +0 -1
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js +0 -100
- package/dist/esm/gb-stepper-vertical-icons-with-text.entry.js.map +0 -1
- package/dist/globuscomponents/gb-featured-icon.gb-step-base.entry.esm.js.map +0 -1
- package/dist/globuscomponents/gb-stepper-vertical-icons-with-text.entry.esm.js.map +0 -1
- package/dist/globuscomponents/p-2dcd0634.entry.js +0 -2
- package/dist/globuscomponents/p-400f316d.entry.js +0 -2
- package/dist/globuscomponents/p-400f316d.entry.js.map +0 -1
- package/dist/globuscomponents/p-52e14bdf.entry.js +0 -2
- package/dist/globuscomponents/p-52e14bdf.entry.js.map +0 -1
- package/dist/globuscomponents/p-b3a2b871.entry.js +0 -2
- package/dist/globuscomponents/p-b3a2b871.entry.js.map +0 -1
- package/dist/globuscomponents/p-b941dab9.entry.js +0 -2
- package/dist/globuscomponents/p-d2fda02a.entry.js +0 -2
- /package/dist/globuscomponents/{p-45a97699.entry.js.map → p-0032a0eb.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-dd60fb1f.entry.js.map → p-02088466.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e856eaff.entry.js.map → p-02c897ed.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-e37fce34.entry.js.map → p-120a40ff.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-ab768c04.entry.js.map → p-146958c2.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e868e97.entry.js.map → p-1e8100d7.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9b010005.entry.js.map → p-2627c42d.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b8b92a06.entry.js.map → p-27f7db8f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4bcd33fa.entry.js.map → p-2a21eb7b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a7038f90.entry.js.map → p-2df35014.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-a89edc56.entry.js.map → p-34b42b72.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-aea695a6.entry.js.map → p-3762f17f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4b919893.entry.js.map → p-3ac302ce.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-68354e91.entry.js.map → p-5c40b98a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-0616b374.entry.js.map → p-5e541142.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d3203d6f.entry.js.map → p-705b5c14.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2f92fe3f.entry.js.map → p-769c122f.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-2dcd0634.entry.js.map → p-77853834.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-69b133eb.entry.js.map → p-77d56d49.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f0936ffa.entry.js.map → p-7934a554.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-03728680.entry.js.map → p-7d1fc7af.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9022b49e.entry.js.map → p-844c182c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-208aa9b7.entry.js.map → p-8aafa688.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d2c362ef.entry.js.map → p-8ea379ce.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-9d0e5f0d.entry.js.map → p-8ecbae72.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-6d274070.entry.js.map → p-8f15525a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b3cddf74.entry.js.map → p-9cb18747.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5da11132.entry.js.map → p-a30bbf32.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f5b964fb.entry.js.map → p-a390c2b3.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-47c82835.entry.js.map → p-acd3e297.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-525f582b.entry.js.map → p-b14a2747.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-4bec8593.entry.js.map → p-b7c64337.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-030d477b.entry.js.map → p-bad5afbe.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-83f40a99.entry.js.map → p-bd3f0ff0.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-52e6d32e.entry.js.map → p-c7c7ce12.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-b7b6192a.entry.js.map → p-d7328c40.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-409bfa1f.entry.js.map → p-d96a836a.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-d2fda02a.entry.js.map → p-d9f9ff6c.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-479cf307.entry.js.map → p-dc549111.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-5f2a5190.entry.js.map → p-e91aa93b.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-3e9ea422.entry.js.map → p-f3018a7e.entry.js.map} +0 -0
- /package/dist/globuscomponents/{p-f716d74e.entry.js.map → p-f46743c7.entry.js.map} +0 -0
|
@@ -15,8 +15,8 @@ export class GbPagination {
|
|
|
15
15
|
this.breakpoint = this.width < 730 ? 'mobile' : 'desktop';
|
|
16
16
|
}
|
|
17
17
|
onPreviousButtonClicked() {
|
|
18
|
-
if (this.
|
|
19
|
-
if (this.currentPage === this.
|
|
18
|
+
if (this.internalTotalPages > 1) {
|
|
19
|
+
if (this.currentPage === this.internalTotalPages || this.currentPage > 1) {
|
|
20
20
|
this.currentPage = this.currentPage - 1;
|
|
21
21
|
console.log(this.currentPage);
|
|
22
22
|
}
|
|
@@ -24,8 +24,8 @@ export class GbPagination {
|
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
26
|
onNextButtonClicked() {
|
|
27
|
-
if (this.
|
|
28
|
-
if (this.currentPage === 1 || this.currentPage <= this.
|
|
27
|
+
if (this.internalTotalPages > 1) {
|
|
28
|
+
if (this.currentPage === 1 || this.currentPage <= this.internalTotalPages - 1) {
|
|
29
29
|
this.currentPage = this.currentPage + 1;
|
|
30
30
|
console.log(this.currentPage);
|
|
31
31
|
}
|
|
@@ -59,12 +59,12 @@ export class GbPagination {
|
|
|
59
59
|
}
|
|
60
60
|
componentWillRender() {
|
|
61
61
|
this.internalTotalPages = this.totalPages;
|
|
62
|
+
// setTimeout(() => {this.totalPages = 5}, 2000)
|
|
62
63
|
}
|
|
63
64
|
onTotalPagesChange(newValue, oldValue) {
|
|
64
65
|
console.log('totalPages changed from', oldValue, 'to', newValue);
|
|
65
66
|
this.internalTotalPages = newValue;
|
|
66
67
|
this.generatePages();
|
|
67
|
-
// console.log(this.internalTotalPages);
|
|
68
68
|
}
|
|
69
69
|
handlePageSizeSelect(item) {
|
|
70
70
|
this.selectedPageSize = item.detail;
|
|
@@ -75,10 +75,10 @@ export class GbPagination {
|
|
|
75
75
|
this.pageItemSelected.emit({ pageSize: this.selectedPageSize, pageNumber: this.currentPage });
|
|
76
76
|
}
|
|
77
77
|
render() {
|
|
78
|
-
return (h("div", { key: '
|
|
79
|
-
this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page))))
|
|
80
|
-
this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))))), this.
|
|
81
|
-
this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '3d9a2a6ea63d554d5b3231adb130aa4574c7a9bd', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: 'a448cd904e230f88be83f7807d789cbf0e9a1c1d', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '64d511855092718b21820193f0811a4851b881e5', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: 'a805fddfaa8dab1f730b18d994713fdb1b496019', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'b5bbc038d5f895e6ae3579b3d4b3bdcdbcccfe86', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: 'b3b742612b9ff06b3cace31abe2781cec84b26cd', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '74357295c4b59fa2af5cfc9439e8ffb76d9d05e4', shape: this.shape, state: "default" }, h("p", { key: 'fafb8a76d16fde6d62ad676622deabaf7cd24918', slot: "page_number" }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'd478e04d6dcc92f8948203c264aa930e8f5ca96b', shape: this.shape, state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 2) }, h("p", { key: 'd4e8bf25babd001e246ec0ae9a159060bd54ed25', slot: "page_number" }, this.totalPages - 2)), h("gb-pagination-number-base", { key: '084239f80a5ba6bc788d915685df5f8cd5f7567e', shape: this.shape, state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages - 1) }, h("p", { key: '3d2d5be90e631dfb45ed92980ef96a2de6450f0c', slot: "page_number" }, this.totalPages - 1)), h("gb-pagination-number-base", { key: '8b9c77ff995ca2aa93a6d879456151aa328e9175', shape: this.shape, state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.totalPages) }, h("p", { key: '0700ccea7ec6d50763ec9744eea1236a2c787369', slot: "page_number" }, this.totalPages))))), h("div", { key: '1dd73b258579d585c9177149c89fe4604a4deee8', class: "pagination_btns" }, h("gb-button", { key: '7c767c78821c8710ac34b7f1dcae2dbe2789b97c', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: '53d1dddadde6b1ad45fa2b60c889053d22144405', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'c3ab689dceacef7bc3a32b01e449943d1885fb78', class: "pagination_entries" }, h("div", { key: 'cf9e0b70ebc97cab146b22767cca304c70c4d5a1', class: "entries_text" }, h("p", { key: 'e9acacdb97c0dc442d06aa306614a1f3ac074264', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '63f9cd83e396bc5bd22a62e95e41e1e1a784e77f', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '070f0d8629179edb6c78e15e37754acca68d46da', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: 'c594d48ff555ffb187a3b3c915b1c1a0984e266c', class: "page_number_text" }, h("p", { key: '673cbde3f9fe43f05adcbef82105deea81a6d948', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: '1b346cba5787fb9ad457c8a70546e4e5056b4b1e', class: "pagination_btns" }, h("gb-button", { key: '50c481bb1714a4f74976bc0ee95050989136cc73', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'b79a9ed4badd061b3d783a1a9cd2263077f3b633' }, "Previous")), h("gb-button", { key: '9e8c00a4ec002fbcf9ec8af0996ef7f66ea11aa2', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'ea9873932046c84c6371a0fa619e44cad8d69c9b' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '2981ae48a1924478bf7544ba8dd5251d83e7d1e1', class: "pagination_btns" }, h("gb-button", { key: '5b409624e3f62b5cdc6b336afe14403ae7e3e0bb', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '8f967a8dfe1fddb0b15170f73f90c96c677cf11f' }, "Previous")), h("gb-button", { key: '57e99105e29b1066de9be327d82e81bb6fc0fc01', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '87c902583311f3d6b02f4f68dfb65cb52efe8942' }, "Next"))), h("div", { key: '25c1f55662449d47608fdc2d51b126aff03839eb', class: "page_number_text" }, h("p", { key: '389b0b93839d2ad7cb55ef41ba4091966278941a', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("div", { key: '0aebfeeab7c84c680fec43d8f22cbe18336a7a28', class: "pagination_entries" }, h("div", { key: 'c76ffd63e9ea8a097dc0f8a982a66ea572b61823', class: "entries_text" }, h("p", { key: 'e795a079fde12c6a33df4ccd15a8a149d31dd78a', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '36540c6aff0c10c9151e665f3eebf0c363a305b2', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'eb3c66fa5802c6e0cc474fe015943eab2a9de709', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '67ec1bcc166f500e3eff748d10d1af1bdfa43359', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '8ec71bf916394ab0690cb125394ba67ae45ab4ec' }, "Previous")), h("div", { key: '1dac8e7b8e3ec1fa57d1a937e5a597b21807b70e', class: "page_number_text" }, h("p", { key: '726669a16f726874100717a7c0f5f9cf4cbfbdb8', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '44f52ac2acff092118dd73e74cc0ff71f52e079e', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'a2f9d255c96035c9ccf1be1f2dae7611a4213ea1' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'd19f3832640f55b9b13ef375ad10612725c1f103', class: "pagination_entries" }, h("div", { key: '0e10f5c97a874c7f5d194610610db127ad231d9c', class: "entries_text" }, h("p", { key: '9ccb162e3c94972350f530a5253f16a6b8457c70', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '928bcdf9fcf0dbb26bf504ea88f43da80d27bfea', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '6cb6fe9c8519bf4c263ca840cfb914bc04e54395', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '2fce82a20d15e15d302886fac10d56318ef42b65', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '635e8caf21b9d9ffc2363c79922b33cc0c4c1084', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '7370c3a067f1983a65555e70bcc39f8be26c6491' }, "Previous")), this.totalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.totalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '475fb6e8eed032e3e517f255c90a323988d7609a', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '293907b69d068d36128ac3a936791f693a364b4b' }, "1")), h("gb-pagination-button-group-base", { key: '7bdf618d174c49df429cb1de1ec600e7eddc7b46', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '312b77e8498a51f62d04f06bf7cc067b0d0c9b16' }, "2")), h("gb-pagination-button-group-base", { key: '55e67329e36755e34fec4ede0e40b0b4c1aac680', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'a471507eacf58804dd1c6a3544d8c5af3508a807' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'f5fb053aad4733389124e277aac007370a600318', icon: "false" }, h("p", { key: '3db2cc57736f9b441450da06cee8d9ac2dc3030d' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '3f5de210a07d3a416f8184456dd442a7d674c36e', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '6e2533f46cc0841d1a87bc5d98c7ddced4a27c67' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'b64b3ca712b00c5273e816961c93aec9215fa1a9', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '06235a40a420bdabfcf3adad53a119c791453d7b' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '4d88791dd3ec4609268e8b00ee7fb524acbb630d', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '59d6711a231378a1d7f731a4d5138542523cfa46' }, this.totalPages)))), h("gb-pagination-button-group-base", { key: '9f14b62ea33684a7d302ce3eb9446646bd63ded6', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '52ee540ea22e99a07722f54f3846a088af1cb7d9' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '63c71b8caba5660ddb3f3bf38ccacba847c828b5', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '0d6fb9788a05ae355891f732a3e679935b186749', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '50a5758e4552b82eced1707be8a3a08b011fc314' }, "Previous")), this.totalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.totalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '720625e41981a93968e5f0f5e627211e144bf257', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '9585ed74ed0e70b3fb406c3d6c36a12b6602ac3c' }, "1")), h("gb-pagination-button-group-base", { key: 'a99d3cd84b7a5b342af088b499e19277643f3ad1', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '05256259f13d0cd895e5895b4e35c773f150dd39' }, "2")), h("gb-pagination-button-group-base", { key: 'de689626d8579fff56ada8dcc786f6d156b9325f', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '4a87ee7ddf28d5e10061e323974a66ca6ea9186d' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ee56e17cacffde6cc1daada2b0ac5b8dba955afd', icon: "false" }, h("p", { key: '55f333a5307b6b02c083a4b4df6e20deacf630c6' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'b12268773f2d20eb8cdca45e5acd8044bba12366', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'c370975a2525c1bf9ee5639f33122a9af74a2922' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'cd21543f1ecae68abb14f79d0a61627ef21a2ca6', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '73e8f6b2f71a7bd7ca8180ddc816cfff6a47f3d3' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'c359a24da6fb338ce00d2635f87e9489080dcd69', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '64ecb807a94843cbde88febf8c19d7deee7867a2' }, this.totalPages)))), h("gb-pagination-button-group-base", { key: '27dfb0197791443e26e5dbd4ade0e85a519951fd', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '6c3c55bacbdde72516d4aa695cab127ef77c0d8a' }, "Next"))), h("div", { key: '03d9ad645a36f1d79e1d693069e636f6d9297f6d', class: "pagination_entries" }, h("div", { key: '168f6dc106c75cb25054622f8531e10f85dbb68c', class: "entries_text" }, h("p", { key: '7141d9a1c05731013ff2a7ec583d5839e3a30064', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: 'c1d5e83509abd974c85571a84a46f82736caf714', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '9db04d4fcaab202c209e71536b118ca52e08c134', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'a42a7cf8a68da9d492d7703c40ead23c98db05bd', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '675a7fbf70fa4b271cbea769895af771929df9d9', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '3a9af32f79ea121d588c06fa7351b0332ae7fbd4' }, "Previous")), this.totalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.totalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'f9ec4ea2cd885be96bef415ea14c86a28e3a6c5b', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '8e9a9f3efd16666a9989bfeffee2c2afbf8efb91' }, "1")), h("gb-pagination-button-group-base", { key: '7ec5b84cf3f30a6f1295fcd0148e867f1cf9a721', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '53c1070c3a93ce2df23928eed1708b4396a8f899' }, "2")), h("gb-pagination-button-group-base", { key: '5ae57556e66784f45378744d12e557b9a68f679f', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '96fe04fbe93ffc577ab2c224321f255ea29e6402' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '95ebd260cb3a0e7a614976e763563b49fecb2b95', icon: "false" }, h("p", { key: 'e0a84f0de647463db519094f21e4e68d4382146b' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '2af48c5612ec4562200b08d42596b1413b4570be', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'eb6d1e90346444371eacbbe1a5b2f9fd1e67db73' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '69d41f95cdc4b864cd0f8dc16cdf061f7e7d461a', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '091ceaf3ff3f015054a83094c0eb57041d87cec8' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'c244d740fc365edb50c644afdbede4ff953fe5b4', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '8cbae6cf0f6ccb3b6caf6ac434fe9ef1b462ffd4' }, this.totalPages)))), h("gb-pagination-button-group-base", { key: 'ed057df532927c5b8009c6616442da8275476f44', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'edfd456a0abc7b9c7b90f0f87a1676a345152491' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'cb6be7c73a8c494b62334db9afe41f85eeb36e92', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '8231f912b6c4f4b4b326aa69a24a7fb56f6060f4', class: "page_number_text" }, h("p", { key: '5bc2f61543387c43c7f3b343ba85cc6ca7e129b5', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '6f05465421342a2059156d02180138bcc1e6a648', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '663d5f0168e5556b0746c0b90776325453a555e7', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'bf80ec323a954187b09df864b1dfaf8874d05a4e', class: "page_number_text" }, h("p", { key: 'c171db6debf770d81a859cadb3ac6dacc7b73ab3', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '9f21d5fab5db7e87c1bcc0a0c987ec4b7a796055', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '6aa5f8030daa8aa08ba0709771b992ad7423ee75', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'c5ec8af554f5c50d7f13cbc7bb6aae97a6328161', class: "page_number_text" }, h("p", { key: '2aa4a42b7e2275679838f2d08efda898ba5fac9a', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: 'ec8d1409870786587e0776c24ddc463d4b4d9594', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '6b8ad23acfc4b861f3f9cf75ad19df1250fa0fb1', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'f9012a270418b2347846f26c7aac81d39d809c0a', class: "page_number_text" }, h("p", { key: 'd3045425320a7ef4fede2d3812b6e78ad1197c45', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '36cad310e96add08c48a1fc6cef7cc2fc9ebc20e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'd74be8460e76f0dcc75226cbfe166bb6e2c86197', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '013c1752a748f983cce6005732779bacdb24baa2', class: "page_number_text" }, h("p", { key: 'bb30a1c46cebe0714ec2a2ff8542b4cdbd212896', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '10890055e3395c1427af911977c2c97a54681e15', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'b8d7a469b2448a0da69d8a70fb82062edb49955d', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '49186a1c823e7353d505c72c99015b3dc115de2d', class: "page_number_text" }, h("p", { key: '31fe15935661218975e87822884576217c7e9cdc', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.totalPages)), h("gb-button", { key: '94f1597dc6080d398eadf0a59e38eb0b5c23cbee', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (h("div", { key: 'b75920209079b2e6baf1d1c9ba6fe12b9b4b1434', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'c65f895771db627eba4755db97ec3b34007fc362', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.totalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.totalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '276ac1643043251f5db4764985649a95e57d3fe6', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '7b5fe1a8430e626a6ee4ead66a93294961fafdc1' }, "1")), h("gb-pagination-button-group-base", { key: 'f40f75dd63d9e8a576883b6777cc84c60bd8147a', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'f7339dccb72bdd95e879d9b46c6be85e483011f3' }, "2")), h("gb-pagination-button-group-base", { key: '9406820ceaad7b3fe8f17e336f2c012615e60a4c', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'e23a96ca314f6fbae69f665187b9f5ce3c23ae30' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '520ac023165b35b6dd02cfc7014669911c48fcdb', icon: "false" }, h("p", { key: '0b51891344f7fe83dad730e21a1302d6c1bbc776' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '855c8568e09e7e79a65bef1541439b2e3c6ba5db', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'e99e6fd202b749d0dcf56374ceb33848657c777f' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '38a4c9fd16ae2ed0d76f1eaa57b5a213093a3d1e', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '736c4a6e7929c7f4e6abdad0e764e2658318a836' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '265a17c2d103584396c043c4e27cd79b09ec897f', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'e7c91066abff6c641a4967d1aeea5c166cf4c68f' }, this.totalPages)))), h("gb-pagination-button-group-base", { key: '62d6ecfa92ba70ff3a313845b764db743d3aa758', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (h("div", { key: 'bd44f87d800587ff3293e1292e73f4d888c5062b', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '597455312bffa16ee778b91a07154b086163bb1a', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.totalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.totalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'dde6e17f02b2a8df1427505a569085d47120be9a', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'aa20cb8714db2bcfc7b7ff67c509fb53c27d0152' }, "1")), h("gb-pagination-button-group-base", { key: 'ff5ffc1d829258a2c469823ae9b9178529d272ef', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '6cce48b0ba98e9232946beac65f53a4fa551b6b9' }, "2")), h("gb-pagination-button-group-base", { key: '51e9ce431d3352111fd869287940f8f5587de997', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '664e2bc2de987ee048b6c8801d9d89983d89ed7f' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '140e65ef489636a858792f19465cfc39bd55a93d', icon: "false" }, h("p", { key: '5690850b3687d18d722f866df40ce8c0d43f4ab4' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'b026a9212718b88120ae836fd459b864e1c8dd8f', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: '373dfe5844d6bc00d0d68a8148b0dcc1a59f16b9' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: '3a3465426cdc6f3079df3ea8e9464033909b0abf', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '3c3d7977290a3126950f1e576034618cac9674af' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: 'b65e475658456b83dcf473ff6de81601028dd780', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: '437ccaf5ae3aac05c0361b067d0a78a26de5ed9c' }, this.totalPages)))), h("gb-pagination-button-group-base", { key: '226c8eaf25d4d92391853b0dbacea97e47a5928e', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '3f6e3e295068f35b5c5f51de27436b1c7e286780', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'cd70aa077005ca9beecf655175b29ff1f8fef911', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.totalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.totalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '984257c1ac58cbcefa136dddd7a6940f913da1ee', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '055ab7dd3f960444dd28d77c67e357dbe7640726' }, "1")), h("gb-pagination-button-group-base", { key: '5287a9f69a8028ed7385f92afd5c8190f80a9807', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'c20c6c1d3d8b81865a69f1e141a43886591b9701' }, "2")), h("gb-pagination-button-group-base", { key: 'db33637e7af817220cdadf55945ea57413a1d3dd', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '94264304c87e6dfc6b02f51fabffb9d097750538' }, "3")), this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.totalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '7b2801e0e8cda2aaeac2d70cfa113ffd518e6f6a', icon: "false" }, h("p", { key: '7eb98c589638f9cb9ee9a3dbb469842b9ded5085' }, "...")), this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.totalPages / 2 && this.currentPage < this.totalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'ab21b8edd41090857bf9ebad8c3d9741b7fdef6e', icon: "false", state: this.currentPage === this.totalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 2) }, h("p", { key: 'e366c3b9bb629253c60fe5e45673f9335fa3695a' }, this.totalPages - 2)), h("gb-pagination-button-group-base", { key: 'df6ff3f109e0014f92856a00b08dca41c60f8f75', icon: "false", state: this.currentPage === this.totalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages - 1) }, h("p", { key: '47fffdf76dfda2afa9a83038eaec05ff59a81785' }, this.totalPages - 1)), h("gb-pagination-button-group-base", { key: '2b4b0a527aec3dd1c593c3a8a456da2d5cfa12fd', icon: "false", state: this.currentPage === this.totalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.totalPages) }, h("p", { key: 'ce8365f15406fd976fb7ab54db4b1a28ecbfaa1f' }, this.totalPages)))), h("gb-pagination-button-group-base", { key: '326c26da00a4ff09ac2ecf322a63977b9ac688bf', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
|
|
78
|
+
return (h("div", { key: '9c91d57b40bfd736b9316fa4a5c4c5a69d0a1710', class: `pagination_div ${this.type} ${this.breakpoint}` }, this.type === 'page_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '4365b58de06837e1b3729f51a1bff9acdb5e8693', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '77fc2da8ad9ef2b10544dc4f4133521724e522e2' }, "Previous")), h("div", { key: '29e46bb5703f1ae69b16f448c8b062bf482e4e77', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
|
|
79
|
+
this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '3d4099a299942df5d872c02e6846d884a90f938c', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '5a440dbaa0ee7fb27a2af224347a36118bc94088', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '856900b4cb2d6142eb41dc859496d9714a26ad9b', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: 'e75c8ba4a6b4caa99379660875e480cc94b67cab', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '72ec6809757fd233c95d382f1979a2cd994d6abd', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '513a866b66aab48e240f9922786bbf4aec2dfb63', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'd4df7df818a3449e8bfb47a5b641658fe5bbc912', shape: this.shape }, h("p", { key: 'a01b7b62b76cb26753f77b8f5ead9eefb3b5b920', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'b7cc1c9143ff4b992922cf33b16092c20bacc381', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '759a4ebff3f6438740300874e1f5a59022902071', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '9bdfb743cf63c26306d523e95e3a650c54b09ee6', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: '49747398c702632ab1a761d2aa3e4020e76154c7', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '9ecf4d9ac3e00b59455b4d5895650bfb8ce2de6b', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: 'ce6dba352367c9cad929ae17acc719fd02c87657', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: '10cb073151a36f56c7b3f76d9e7a481c55a46bc4', size: "sm", hierarchy: "tertiary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, h("p", { key: '865d585ac62d2f0a0a51f564b2f94d8a3d9edbb7' }, "Next")))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: 'e33c08c6a1fc21cc4e56185a2911f5093ec5a153', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '38f6b67755ba8c6ac2e1227c7f5a305223a01d6b' }, "Previous")), h("div", { key: 'f0669367c0f1b6500fb0e72b1773b639cec4411d', class: "pagination_numbers" }, this.internalTotalPages <= 5 && (h(Fragment, null, this.internalTotalPages <= 5 &&
|
|
80
|
+
this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: '3824f2a986f8054fe5e96ad8b5fa808f02842d4c', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '980f0dab8c6f4d3eea5edcb17827eb53951b851e', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: '4c039b606f7756853c7de44646430c818332b0aa', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '8d913b293610cb6d9ec1b1691321223e47eab5f2', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: 'd27c8621f15c0adf69330ab34d9e4ef67185b01b', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: 'e0c8128619384d211ed41315adb0738d7b63181f', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '5fd1bfdb549050b607acaf791d0bea67c97343b8', shape: this.shape }, h("p", { key: 'adebbb286bd0ea65f9a2fb5f8fd30d8bb6a7d858', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'ec4610b1fbb803fded4f6579819b4ac9f31af8b8', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '8b4e82ee4362ddddf470aa1a6a8da7e6333003d2', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '7336584e2c3b7398d94a9c150b88319b42e18c07', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'c76df4829364d4fdc83bbe85e111e0738bb13864', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '5620fa87428e40e0227e48c0d450dc62c53ef1a1', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '7697fdac5cb692d73b97a20aa5391c47433b441f', slot: "page_number" }, this.internalTotalPages))))), h("gb-button", { key: 'f16d5e34a32dcd728d3ec77997cf8763f4f2c527', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", "icon-trailing": true, "icon-trailing-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }, h("p", { key: '1874265e35656c9d1dba95b9310a06d07106fcd0' }, "Next")))), this.type === 'card_default' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'a37b9fbc9dc6bb6afa2934fb819cf139034d7620', class: "pagination_entries" }, h("div", { key: '8017f9006b5a715b9ce42f0bb7982999d19fda82', class: "entries_text" }, h("p", { key: '8e1440b26f2068912756829148ccdbb81ba36d66', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '660a93f06f7f30c3462362d0efa2a8ef0347e912', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '8f4855d5700451914e99b14e72132bc88c0f89e8', type: "default", state: "default", size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-help-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: '1da6bc13f9f77fea91755b8d47631229a17fbf7d', class: "pagination_numbers" }, this.internalTotalPages <= 5 &&
|
|
81
|
+
this.pages.map(page => (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage === page ? 'active' : 'default', onClick: () => this.setCurrentPage(page) }, h("p", { slot: "page_number" }, page)))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-number-base", { key: 'ce6a77c68fe013723753d5b8694361d97b537813', shape: this.shape, state: this.currentPage === 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(1) }, h("p", { key: '78b8abd8bf50b819733958cc214046d31cda941d', slot: "page_number" }, "1")), h("gb-pagination-number-base", { key: 'f9a4613d67940a4807a7ab6b36acc8d027e9b3b0', shape: this.shape, state: this.currentPage === 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(2) }, h("p", { key: '42b597536f193362372cfe7ef4ccaff00877b46a', slot: "page_number" }, "2")), h("gb-pagination-number-base", { key: '50b86d279f0198d753f5dd123cbedf0e0d7dcdc0', shape: this.shape, state: this.currentPage === 3 ? 'active' : 'default', onClick: () => this.setCurrentPage(3) }, h("p", { key: '8cc3867e071b359a77e3945d195ff5a112836505', slot: "page_number" }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: '92dbc2f63858c0e550fa837ed861a0a30a53e0d7', shape: this.shape, state: "default" }, h("p", { key: '57397c639912f16c445db2cb5d9dd9cea82bfbd4', slot: "page_number" }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-number-base", { shape: this.shape, state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", { slot: "page_number" }, this.currentPage))) : null, h("gb-pagination-number-base", { key: 'c1af1216e251c0b2ab4c5e3576e680de3a821ba4', shape: this.shape, state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 2) }, h("p", { key: '4a99223148c1d014fe0dab26cddcf696832ab26a', slot: "page_number" }, this.internalTotalPages - 2)), h("gb-pagination-number-base", { key: '6da629210d5a0997f9747c642c8e45630b026f44', shape: this.shape, state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages - 1) }, h("p", { key: 'c0cf5a1da11cf3bcf71518ff7fe6ded6f1931128', slot: "page_number" }, this.internalTotalPages - 1)), h("gb-pagination-number-base", { key: '845e3e66067133e0fa601e3698d3658758cada33', shape: this.shape, state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => this.setCurrentPage(this.internalTotalPages) }, h("p", { key: '08d34d8a9aeea020941b170cfa6c8fe5bdbe8463', slot: "page_number" }, this.internalTotalPages))))), h("div", { key: '13e4aff336f47402b227c6ad4546ba4c52fdeb1a', class: "pagination_btns" }, h("gb-button", { key: '51300a6c794e6b7e0296903467dee09839797448', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("gb-button", { key: 'b5c90cf80284fbee0aecf48bf606f68034ef00eb', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '69b3b300df82d5c30cec965bc65179c47a903570', class: "pagination_entries" }, h("div", { key: 'f0fd7f9ce67eb94184dc8ed3ad33ef96faa770b5', class: "entries_text" }, h("p", { key: 'bab3ea6dbd0783303f2db80cb55d843075277edc', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '60f1b4f7e06e689385d32ec97f00654f3ddb9a17', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '037b80fe568ca658d957ae8f4fe6a67358a576ae', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: 'be1d570f6f527dc2e5e1158e67f370e1b595c0cd', class: "page_number_text" }, h("p", { key: '29f68bbc2a6e8408d1044d4c7ec2281501c930bb', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: 'f53de0c4f739341de5d69fc8234848432d7c84ac', class: "pagination_btns" }, h("gb-button", { key: 'fb425cde6c4bb726b495d5782d8ae6e276bf4e47', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '2dbf62bf11780316d449003b8cb9893aa9ca250b' }, "Previous")), h("gb-button", { key: 'f9d18eabca6945751ec86b0bbceef7ebf545a962', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '5bc004f0e2b7fffb0713c155bb4401fd8c868247' }, "Next"))))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '50446e7f13bbbc392341d179e76e2e323920d80a', class: "pagination_btns" }, h("gb-button", { key: 'c3c0c198ee49155a1ebdc3d8754a3a31654b84eb', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '92ef9f731df70425b0ae73b46eec40e48a714652' }, "Previous")), h("gb-button", { key: 'e9e8e010f60ca44ca281a69962503fc7c79fc399', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '691d84ed1e2422af805fd90db5db8bfc3299e97a' }, "Next"))), h("div", { key: '4fdbaff4aaf31785da29d3522b98e8fff24985fa', class: "page_number_text" }, h("p", { key: '3b52bd7f80ba840a851e38abbe1ead3c20238e9e', class: "text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("div", { key: '9fee0a72460a96270c3484aef292a1c0a4eaf8cb', class: "pagination_entries" }, h("div", { key: '2170f487da767743cb593bcb57a12822c04a6782', class: "entries_text" }, h("p", { key: 'ccd2b7d821adf8bcb20666cb581504c09143646c', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '96dc618c89f3813fa0752904b5cfd1c1573619ea', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '599d02e0fe406cdb99df95f274a6cf60a62f0bef', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("gb-button", { key: '652a2da73e4ac3cd2b8dbfa74246e77f3725bf8b', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'a843c3724c8a5697738d9c02d90e7dea188999a7' }, "Previous")), h("div", { key: 'd97b915d77616a928aba2c50a1f089ce751fdaf8', class: "page_number_text" }, h("p", { key: '9a708efd8e50762fe59e19bf5b212f56ca69e032', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '0f4bb92e1635de5299a30621b827b97feb3a2407', size: "sm", hierarchy: "secondary_gray", icon: "default", state: "default", onClick: () => this.onNextButtonClicked() }, h("p", { key: '2bbd7922a980a77988ccc70dc317997b280fca9b' }, "Next")))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'e1d982a4d8e6e75c5b569dad345bebbe6aba19e3', class: "pagination_entries" }, h("div", { key: '7fbef55fb8d684bf1dfefa3e551bdfce8d1f8735', class: "entries_text" }, h("p", { key: 'd6c9c0341950b60d6aa14fa76b73c3f832ba2a3d', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '47b367e18d57c361d58fff36e99ce82961b9b3a8', class: `entries_dropdown` }, h("gb-input-dropdown", { key: '0a71cb7f4d722707f1010d3d15a0d154276377de', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))), h("div", { key: 'a75564968d9b419477056da7ff758b31d3f9a4fd', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'e3244ef59a31da799786d11ad14b1fbbd9637110', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '0a75d0f6081cf5ec7018bb46fcd893e2ce9b4f9e' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '5ca906d3d494225a3b8c065bc508cc8d8737fb25', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '5cb33417369b0f88fb77c277bf80e1a1c0d9f6f5' }, "1")), h("gb-pagination-button-group-base", { key: 'b829d0bedae28e70ed6f4f750081cb872051b622', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '8f587cafaf2c1ab988e5ba658bc2595a8883da15' }, "2")), h("gb-pagination-button-group-base", { key: 'e15975697bb2284e40a8d3dc394130160f7ed5f7', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '70ae341f1eb3be3202d06cc7d9f1f91f96957689' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '90e536df505b6f1ae27dea0deeddcd5c68240146', icon: "false" }, h("p", { key: '256473da9911c446897dc347216c9ac82623be66' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '36fc689e04b575022480380b3c555d5ab30db7e2', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '512d2ec1cffac7377daa0fec013defe618dcfecc' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '484697cc220d22e78fa2572f613a7aa9ad723efc', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '8791d2d9a8d79aba27f91ff537f7d81ad652726c' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'ec5444c46cb68189fa0ff13715794fb9543abd35', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '51a100f22e7a889776e569cc29a6d33e7003a3a0' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '60802d6ca8ca027f761bd0bf775d5b186493e70f', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'ffa335dea70654421e212bc889cc45f9a51439f8' }, "Next"))))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: 'bd6e12963a9b60ac4bba3874592e242f389a3568', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '8238fe2b02dee8bc84b3238f21ba443cc69aad92', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: 'f432d6c963807a0c95b8bf3f0aae60ded1ea3daa' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '69e196eb9fd244b562e362b676217e605ab319fb', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '0dfd117be16a47a22535de6e89c1a3bfb29ce3ac' }, "1")), h("gb-pagination-button-group-base", { key: '8056ceecdb22555937f9ff73b5431dd23f432ce2', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'a9a873617dc1fe8248fe00dee08c4425b222013a' }, "2")), h("gb-pagination-button-group-base", { key: '76ebf9353ca562850b2e057b5ef16c08419c7f99', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'ab04b2f5d4d73e0a020360b004576f1f518ba329' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '249ce1965f937cf2d477cc00dc2cef4594622adb', icon: "false" }, h("p", { key: 'c3c9e9a26ce5c58bfa7264984f4655aa45911c63' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'a2416c47ddce253a6e500a2786133683e1fb4234', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'bfb05ef8a5599a29746463f64caf43e45386c9c2' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '12eb783e02d982c02221511c509c18b1ffbaaa44', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'b43c3d34051ab41a60dd29563cc9a762e098f672' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'e1ec96cf2f93cfb9d4e5ddd2db836cd2c9df5df6', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '05035b9a622fb10716b4ba02a5f5e554cd527534' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '83388aeee48b0bef510423163acfbd0c9a13dc30', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: 'b46cbe64e806236b1dc9def7f5ae38faae4e46a6' }, "Next"))), h("div", { key: '9601c86d7882bc8e6d6aacfd10afb51993fc6d54', class: "pagination_entries" }, h("div", { key: '17488f2b1773365fb2f312d7ace3b4c10912261e', class: "entries_text" }, h("p", { key: 'cab01675085d926b23319449b35d57240bf6f18b', class: `text-sm-medium`, style: { color: 'var(--color-text, #4B5565)' } }, "Entries")), h("div", { key: '4dd505957956259c3b017c1ae0220069849c64d3', class: `entries_dropdown` }, h("gb-input-dropdown", { key: 'a34d42001b73c5c0b8c858d00c03e5a8b8372efd', type: "default", state: 'default', size: "sm", "show-label": false, "show-hint-text": false, "show-supporting-text": false, "show-hep-icon": false, items: this.entries, "menu-position": "top", onDropdownItemSelected: this.handlePageSizeSelect.bind(this), value: this.defaultSelected }))))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'desktop' && (h(Fragment, null, h("div", { key: '5b0e324e1a24880a048578722da57d8f6e16817b', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '288e20ba036dcaf6ed19130ec862ec3eeb5dbf86', icon: "leading", onClick: () => this.onPreviousButtonClicked() }, h("p", { key: '38a2a73c8c7e56f5d912a4a847b8cd7d2e8f2850' }, "Previous")), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '9a65f0c7b7c52ac17c8308c7f891fbbc1495f4de', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '8fae2670321eba8e684ecd8ef831f2b8bf7051e3' }, "1")), h("gb-pagination-button-group-base", { key: 'ac4bddda05121ded1558a4e3728d41a1c9c4afcc', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'd7db591eb1f8890bbb07c76920fa34c98666bf39' }, "2")), h("gb-pagination-button-group-base", { key: '2f1b13d25d7fdfb7de262442deaf2d580a9b875c', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '39e73d1ed3c759bdc67f6fc50f6e38c41a3cc3e1' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '1fa355003f0928fd4537f8d87b2d28fe9fd85fdc', icon: "false" }, h("p", { key: '04a489c251a519c4848049b4e1a30de3d491fae8' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '6b65c1c7988d22033da8d7d482b5ca96be4c3e46', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: 'f6a7544633e4d9a1ecd8947257c6e525ec46e98d' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '8e7985b57b83314758b6a089f3de6c2c8044add5', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'ee66bfb333280764e10aa5d6d5bb87cc11f4dfe1' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '28d5a71b7048b29310f95477d9922a2c7fce5e4b', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'd7e2347c9d228cfc726e4b9e46f404961478ef38' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'e19b8b8315da541da96a964545a8d5f401f9eb4e', icon: "trailing", onClick: () => this.onNextButtonClicked() }, h("p", { key: '285aa92e2805dca523e4938b8bbb7b979b3d9bd0' }, "Next"))))), this.type === 'page_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'c00fd0e78e5b0083f3e8348f8d029d7d9d318d0e', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '1d0aba38e91414fc6fd426d574476e2aa469fc72', class: "page_number_text" }, h("p", { key: '7b022fc21fbaff8be85d07380482f334f3a32d72', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'ae8fe56602aefc22264befdc0fa25092c3499548', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'page_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '86a1bad454bb37b784c3026a747abb10396a0c19', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '05e98491d39edcad9c5e98c02d0629bcf9070ebc', class: "page_number_text" }, h("p", { key: '3bd38ee51a84416c46bc5f93b7eaf830cdb9acab', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '600fda4f73a4f6512d8d13970bce02d1100c1b28', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_default' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'f975c10eb86cab2144e2554e9e7c33e678ea70d3', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '5fb4e7d50eb5ceb5fa660ed7e0d01b70fabbd293', class: "page_number_text" }, h("p", { key: '0165ce8f215564c1495b018fbbc364138aa93647', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'fa6dd5c291b8dd1ace98b7e60227bdbaa1deed08', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_right_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '29582bb4e6f66abb1bf98a1d641afe6b8cc42609', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'd8b30b7add21e34d205eda19c8468d26eb717d27', class: "page_number_text" }, h("p", { key: '4122123646c55923b82cd18ffdefb9d36e0609a6', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '979f5bc9198506bd802d59b73ee1925c7036cf0a', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_left_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: 'e906f2c1110db214ce60994d299bb6f39a5e0ff4', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: '0df19aa0ef7341204bea248bb9a03bd4882de37f', class: "page_number_text" }, h("p", { key: 'a40f075111fa01dc24b8f365ecfeda4fff74f1b7', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: 'f02a2d04e0cae09322e314a5660d4321d1454dcb', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_minimal_center_aligned' && this.breakpoint === 'mobile' && (h(Fragment, null, h("gb-button", { key: '1a0824988a1e12b94cc35d15b6674ed032df38fe', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), h("div", { key: 'e066537564b491c4383a7698d8e7f28928db7626', class: "page_number_text" }, h("p", { key: '167d4002c6784605a52ea08b1ade41413b8b55f6', class: "page_numbers text-sm-medium" }, "Page ", this.currentPage, " of ", this.internalTotalPages)), h("gb-button", { key: '3093a33da4afaddc4b9ff8b091f95720ca630677', size: "sm", hierarchy: "secondary_gray", icon: "only", state: "default", "icon-leading": true, "icon-leading-swap": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_right_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '097583023deab350ece8b30dcaaa29f5370199e3', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'e17a5fdf92bb13bcfbd29dfe3d05d1ef6b7ec0bb', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '52e5f2e8d79de419dfb6d69236296279083f7eb3', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'cc6ec4c50aa16fc77d1334a03960ef70694c18af' }, "1")), h("gb-pagination-button-group-base", { key: '2ed95c7fdf80f0ef443f5ffd033e870f47a3b73e', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: '6fd68a9dec23ec05c9f5568aebed7d9270ef60f1' }, "2")), h("gb-pagination-button-group-base", { key: '3261f9c92a48ab84a0235ca3e663cbb0f58b9d01', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '59d7cdbdeb3c794de6e7e87818ea78ac428ada32' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '0a4459ff21bd02a082fcecf9b8449dac3b3c5e3d', icon: "false" }, h("p", { key: '3dab98fd324eedf4ceea94f55ab397a0b54b85fe' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '101c36718e3088535b2630c56e6dd9ac7ca8d7a7', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '65b8bd9d78dde5c9b8c64d4c5914ae45cc2c77a2' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: 'ab4b16d1b0080ea21b7c06c828c2a127d2cef88e', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '65acb5fa779c5cc6e665d5ef71b8291613409b10' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'f6381f554e003a2f5898e6a9ccf02a2a689892c5', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'c45196ea7a53392fb13170970bb344226e868b39' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '19f4e9d2dccc4dcfd3a725a03b03198d0063a27a', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_left_aligned' && this.breakpoint === 'mobile' && (h("div", { key: '108616fb9e25677b1cff36d7253aec120bc8a6a8', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: 'a2b39d308fe32493ab577bbe036cca164f3c0e68', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: '3c74ba4a485b0342546caea735e778e2c0689b9c', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: '6c1b02ea0fb20da62de54cde0f18d2a86cf6167e' }, "1")), h("gb-pagination-button-group-base", { key: 'e018662f0e57be2ff4cb47fa37517d44c8cf4320', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'b4b0ff54df11a292899521a6e56fc223a67adea3' }, "2")), h("gb-pagination-button-group-base", { key: '240d7e4005ab66e42a519f2cafd84fdc6f6925f9', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: 'c9bdf750c43db316fe4e8393f6f53d706be00b43' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: 'cdc9bd2c3ba34162dad2930a32ae97f952a7fa6d', icon: "false" }, h("p", { key: 'e3bc7585756073aee13ae54585024d5b3d0c0ca1' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '1dc8fe476a4c69aaf7eb4c6b725be08403ca2346', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '8d82a02aefc91d2760982ffc3ff208d1f2341aed' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '33fe385a51f3d64ede3b1902c4260b06a6c2f54e', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: 'a42f82bacad56e91c988ff153c25ce61baa46d1f' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: '358c9f21a7a659ecc9bdc48e6bba9215273cc1ae', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: 'c5463e58d543684641dd72ae04bfdd1302dc594f' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: '07358044a746e169b16cf04c1666023df3e6383d', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() }))), this.type === 'card_button_group_center_aligned' && this.breakpoint === 'mobile' && (h("div", { key: 'edf8a48cb87043de824714d295da2ef7f8f223f8', class: "pagination_button_group" }, h("gb-pagination-button-group-base", { key: '9a20999b1850a7e361e2501f3bb4ed36d95e08a2', icon: "only", "icon-src": "assets/arrow-left-02.svg", onClick: () => this.onPreviousButtonClicked() }), this.internalTotalPages <= 5 && (h(Fragment, null, this.pages.map(page => (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage === page ? 'active' : 'default', onClick: () => (this.currentPage = page) }, h("p", null, page)))))), this.internalTotalPages >= 6 && (h(Fragment, null, h("gb-pagination-button-group-base", { key: 'a1efe9a696179c6e7d77b12e2378165aba7336ce', icon: "false", state: this.currentPage === 1 ? 'active' : 'default', onClick: () => (this.currentPage = 1) }, h("p", { key: 'b4bee6b397db338dc1827f042f8202be2a5cbdfc' }, "1")), h("gb-pagination-button-group-base", { key: '80970412249c0ffbff9062aea0e5a15ae03c11c0', icon: "false", state: this.currentPage === 2 ? 'active' : 'default', onClick: () => (this.currentPage = 2) }, h("p", { key: 'e845570b41cdce6295ceaf550fee39547c19a6b6' }, "2")), h("gb-pagination-button-group-base", { key: 'bfd7bf656ce1fc00936e468a4c3f500ef7b3fd69', icon: "false", state: this.currentPage === 3 ? 'active' : 'default', onClick: () => (this.currentPage = 3) }, h("p", { key: '4071200d19ed2dd7e0ceb176c040975671ab5238' }, "3")), this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > 3 && this.currentPage <= this.internalTotalPages / 2 ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '524d65e59152bf674a23915e570b9cae254ed07e', icon: "false" }, h("p", { key: '2f3f94f4b3350248863634b9834e72d868646bf8' }, "...")), this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages - 2 ? (h("gb-pagination-button-group-base", { icon: "false", state: this.currentPage > this.internalTotalPages / 2 && this.currentPage < this.internalTotalPages ? 'active' : 'default' }, h("p", null, this.currentPage))) : null, h("gb-pagination-button-group-base", { key: '5a31529c67b48368bf9a6ce3e4b90fe519170f66', icon: "false", state: this.currentPage === this.internalTotalPages - 2 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 2) }, h("p", { key: '6ab71e0c872678989e19b0e42e59f057137799ed' }, this.internalTotalPages - 2)), h("gb-pagination-button-group-base", { key: '56c2ad2304d2f1a4683ac63f1bf80c22530c219c', icon: "false", state: this.currentPage === this.internalTotalPages - 1 ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages - 1) }, h("p", { key: '33d43bbdb585967e9a2233da3b26a0114131bdc8' }, this.internalTotalPages - 1)), h("gb-pagination-button-group-base", { key: 'de8b8da053eed8541910f55bc481ed4c3bbd9b66', icon: "false", state: this.currentPage === this.internalTotalPages ? 'active' : 'default', onClick: () => (this.currentPage = this.internalTotalPages) }, h("p", { key: '6c18be76b41ea293302fac354f21930fdf369bef' }, this.internalTotalPages)))), h("gb-pagination-button-group-base", { key: 'd92a3b91e748587a4f55a6ff75705e99ea43bfe6', icon: "only", "icon-src": "assets/arrow-right-02.svg", onClick: () => this.onNextButtonClicked() })))));
|
|
82
82
|
}
|
|
83
83
|
static get is() { return "gb-pagination"; }
|
|
84
84
|
static get encapsulation() { return "shadow"; }
|