@anguless/angulux 22.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -0
- package/NOTICE +40 -0
- package/fesm2022/anguless-angulux-api.mjs +843 -0
- package/fesm2022/anguless-angulux-api.mjs.map +1 -0
- package/fesm2022/anguless-angulux-autofocus.mjs +83 -0
- package/fesm2022/anguless-angulux-autofocus.mjs.map +1 -0
- package/fesm2022/anguless-angulux-avatar.mjs +212 -0
- package/fesm2022/anguless-angulux-avatar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-avatargroup.mjs +104 -0
- package/fesm2022/anguless-angulux-avatargroup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-badge.mjs +423 -0
- package/fesm2022/anguless-angulux-badge.mjs.map +1 -0
- package/fesm2022/anguless-angulux-base.mjs +124 -0
- package/fesm2022/anguless-angulux-base.mjs.map +1 -0
- package/fesm2022/anguless-angulux-basecomponent.mjs +443 -0
- package/fesm2022/anguless-angulux-basecomponent.mjs.map +1 -0
- package/fesm2022/anguless-angulux-baseeditableholder.mjs +70 -0
- package/fesm2022/anguless-angulux-baseeditableholder.mjs.map +1 -0
- package/fesm2022/anguless-angulux-baseinput.mjs +95 -0
- package/fesm2022/anguless-angulux-baseinput.mjs.map +1 -0
- package/fesm2022/anguless-angulux-basemodelholder.mjs +27 -0
- package/fesm2022/anguless-angulux-basemodelholder.mjs.map +1 -0
- package/fesm2022/anguless-angulux-bind.mjs +99 -0
- package/fesm2022/anguless-angulux-bind.mjs.map +1 -0
- package/fesm2022/anguless-angulux-button.mjs +1039 -0
- package/fesm2022/anguless-angulux-button.mjs.map +1 -0
- package/fesm2022/anguless-angulux-card.mjs +311 -0
- package/fesm2022/anguless-angulux-card.mjs.map +1 -0
- package/fesm2022/anguless-angulux-chart.mjs +268 -0
- package/fesm2022/anguless-angulux-chart.mjs.map +1 -0
- package/fesm2022/anguless-angulux-checkbox.mjs +469 -0
- package/fesm2022/anguless-angulux-checkbox.mjs.map +1 -0
- package/fesm2022/anguless-angulux-chip.mjs +376 -0
- package/fesm2022/anguless-angulux-chip.mjs.map +1 -0
- package/fesm2022/anguless-angulux-colorpicker.mjs +807 -0
- package/fesm2022/anguless-angulux-colorpicker.mjs.map +1 -0
- package/fesm2022/anguless-angulux-config.mjs +309 -0
- package/fesm2022/anguless-angulux-config.mjs.map +1 -0
- package/fesm2022/anguless-angulux-confirmdialog.mjs +858 -0
- package/fesm2022/anguless-angulux-confirmdialog.mjs.map +1 -0
- package/fesm2022/anguless-angulux-datepicker.mjs +4441 -0
- package/fesm2022/anguless-angulux-datepicker.mjs.map +1 -0
- package/fesm2022/anguless-angulux-dialog.mjs +1420 -0
- package/fesm2022/anguless-angulux-dialog.mjs.map +1 -0
- package/fesm2022/anguless-angulux-divider.mjs +160 -0
- package/fesm2022/anguless-angulux-divider.mjs.map +1 -0
- package/fesm2022/anguless-angulux-dom.mjs +778 -0
- package/fesm2022/anguless-angulux-dom.mjs.map +1 -0
- package/fesm2022/anguless-angulux-drawer.mjs +782 -0
- package/fesm2022/anguless-angulux-drawer.mjs.map +1 -0
- package/fesm2022/anguless-angulux-fileupload.mjs +1580 -0
- package/fesm2022/anguless-angulux-fileupload.mjs.map +1 -0
- package/fesm2022/anguless-angulux-fluid.mjs +87 -0
- package/fesm2022/anguless-angulux-fluid.mjs.map +1 -0
- package/fesm2022/anguless-angulux-focustrap.mjs +108 -0
- package/fesm2022/anguless-angulux-focustrap.mjs.map +1 -0
- package/fesm2022/anguless-angulux-iconfield.mjs +112 -0
- package/fesm2022/anguless-angulux-iconfield.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angledoubledown.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-angledoubledown.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angledoubleleft.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-angledoubleleft.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angledoubleright.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-angledoubleright.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angledoubleup.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-angledoubleup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angledown.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-angledown.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angleleft.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-angleleft.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angleright.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-angleright.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-angleup.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-angleup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-arrowdown.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-arrowdown.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-arrowdownleft.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-arrowdownleft.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-arrowdownright.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-arrowdownright.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-arrowleft.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-arrowleft.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-arrowright.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-arrowright.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-arrowup.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-arrowup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-ban.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-ban.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-bars.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-bars.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-baseicon.mjs +101 -0
- package/fesm2022/anguless-angulux-icons-baseicon.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-blank.mjs +24 -0
- package/fesm2022/anguless-angulux-icons-blank.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-calendar.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-calendar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-caretleft.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-caretleft.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-caretright.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-caretright.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-check.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-check.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-chevrondown.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-chevrondown.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-chevronleft.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-chevronleft.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-chevronright.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-chevronright.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-chevronup.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-chevronup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-exclamationtriangle.mjs +69 -0
- package/fesm2022/anguless-angulux-icons-exclamationtriangle.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-eye.mjs +38 -0
- package/fesm2022/anguless-angulux-icons-eye.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-eyeslash.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-eyeslash.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-filter.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-filter.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-filterfill.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-filterfill.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-filterslash.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-filterslash.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-home.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-home.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-infocircle.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-infocircle.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-minus.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-minus.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-pencil.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-pencil.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-plus.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-plus.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-refresh.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-refresh.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-search.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-search.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-searchminus.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-searchminus.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-searchplus.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-searchplus.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-sortalt.mjs +65 -0
- package/fesm2022/anguless-angulux-icons-sortalt.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-sortamountdown.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-sortamountdown.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-sortamountupalt.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-sortamountupalt.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-spinner.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-spinner.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-star.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-star.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-starfill.mjs +53 -0
- package/fesm2022/anguless-angulux-icons-starfill.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-thlarge.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-thlarge.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-times.mjs +34 -0
- package/fesm2022/anguless-angulux-icons-times.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-timescircle.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-timescircle.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-trash.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-trash.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-undo.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-undo.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-upload.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-upload.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-windowmaximize.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-windowmaximize.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons-windowminimize.mjs +57 -0
- package/fesm2022/anguless-angulux-icons-windowminimize.mjs.map +1 -0
- package/fesm2022/anguless-angulux-icons.mjs +63 -0
- package/fesm2022/anguless-angulux-icons.mjs.map +1 -0
- package/fesm2022/anguless-angulux-inputicon.mjs +84 -0
- package/fesm2022/anguless-angulux-inputicon.mjs.map +1 -0
- package/fesm2022/anguless-angulux-inputnumber.mjs +1673 -0
- package/fesm2022/anguless-angulux-inputnumber.mjs.map +1 -0
- package/fesm2022/anguless-angulux-inputtext.mjs +199 -0
- package/fesm2022/anguless-angulux-inputtext.mjs.map +1 -0
- package/fesm2022/anguless-angulux-menu.mjs +1160 -0
- package/fesm2022/anguless-angulux-menu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-message.mjs +409 -0
- package/fesm2022/anguless-angulux-message.mjs.map +1 -0
- package/fesm2022/anguless-angulux-motion.mjs +721 -0
- package/fesm2022/anguless-angulux-motion.mjs.map +1 -0
- package/fesm2022/anguless-angulux-multiselect.mjs +2712 -0
- package/fesm2022/anguless-angulux-multiselect.mjs.map +1 -0
- package/fesm2022/anguless-angulux-overlay.mjs +886 -0
- package/fesm2022/anguless-angulux-overlay.mjs.map +1 -0
- package/fesm2022/anguless-angulux-paginator.mjs +823 -0
- package/fesm2022/anguless-angulux-paginator.mjs.map +1 -0
- package/fesm2022/anguless-angulux-password.mjs +1181 -0
- package/fesm2022/anguless-angulux-password.mjs.map +1 -0
- package/fesm2022/anguless-angulux-popover.mjs +532 -0
- package/fesm2022/anguless-angulux-popover.mjs.map +1 -0
- package/fesm2022/anguless-angulux-progressbar.mjs +214 -0
- package/fesm2022/anguless-angulux-progressbar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-progressspinner.mjs +146 -0
- package/fesm2022/anguless-angulux-progressspinner.mjs.map +1 -0
- package/fesm2022/anguless-angulux-radiobutton.mjs +381 -0
- package/fesm2022/anguless-angulux-radiobutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-ripple.mjs +194 -0
- package/fesm2022/anguless-angulux-ripple.mjs.map +1 -0
- package/fesm2022/anguless-angulux-scroller.mjs +1325 -0
- package/fesm2022/anguless-angulux-scroller.mjs.map +1 -0
- package/fesm2022/anguless-angulux-select.mjs +2408 -0
- package/fesm2022/anguless-angulux-select.mjs.map +1 -0
- package/fesm2022/anguless-angulux-selectbutton.mjs +434 -0
- package/fesm2022/anguless-angulux-selectbutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-skeleton.mjs +168 -0
- package/fesm2022/anguless-angulux-skeleton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-splitbutton.mjs +643 -0
- package/fesm2022/anguless-angulux-splitbutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-table.mjs +7815 -0
- package/fesm2022/anguless-angulux-table.mjs.map +1 -0
- package/fesm2022/anguless-angulux-tabs.mjs +921 -0
- package/fesm2022/anguless-angulux-tabs.mjs.map +1 -0
- package/fesm2022/anguless-angulux-tag.mjs +196 -0
- package/fesm2022/anguless-angulux-tag.mjs.map +1 -0
- package/fesm2022/anguless-angulux-textarea.mjs +227 -0
- package/fesm2022/anguless-angulux-textarea.mjs.map +1 -0
- package/fesm2022/anguless-angulux-tieredmenu.mjs +1635 -0
- package/fesm2022/anguless-angulux-tieredmenu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-timeline.mjs +248 -0
- package/fesm2022/anguless-angulux-timeline.mjs.map +1 -0
- package/fesm2022/anguless-angulux-toast.mjs +788 -0
- package/fesm2022/anguless-angulux-toast.mjs.map +1 -0
- package/fesm2022/anguless-angulux-togglebutton.mjs +391 -0
- package/fesm2022/anguless-angulux-togglebutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-toggleswitch.mjs +345 -0
- package/fesm2022/anguless-angulux-toggleswitch.mjs.map +1 -0
- package/fesm2022/anguless-angulux-tooltip.mjs +845 -0
- package/fesm2022/anguless-angulux-tooltip.mjs.map +1 -0
- package/fesm2022/anguless-angulux-treetable.mjs +5167 -0
- package/fesm2022/anguless-angulux-treetable.mjs.map +1 -0
- package/fesm2022/anguless-angulux-ts-helpers.mjs +4 -0
- package/fesm2022/anguless-angulux-ts-helpers.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-accordion.mjs +4 -0
- package/fesm2022/anguless-angulux-types-accordion.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-autocomplete.mjs +4 -0
- package/fesm2022/anguless-angulux-types-autocomplete.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-avatar.mjs +4 -0
- package/fesm2022/anguless-angulux-types-avatar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-avatargroup.mjs +4 -0
- package/fesm2022/anguless-angulux-types-avatargroup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-badge.mjs +4 -0
- package/fesm2022/anguless-angulux-types-badge.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-blockui.mjs +4 -0
- package/fesm2022/anguless-angulux-types-blockui.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-breadcrumb.mjs +4 -0
- package/fesm2022/anguless-angulux-types-breadcrumb.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-button.mjs +4 -0
- package/fesm2022/anguless-angulux-types-button.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-card.mjs +4 -0
- package/fesm2022/anguless-angulux-types-card.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-carousel.mjs +4 -0
- package/fesm2022/anguless-angulux-types-carousel.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-cascadeselect.mjs +4 -0
- package/fesm2022/anguless-angulux-types-cascadeselect.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-chart.mjs +4 -0
- package/fesm2022/anguless-angulux-types-chart.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-checkbox.mjs +4 -0
- package/fesm2022/anguless-angulux-types-checkbox.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-chip.mjs +4 -0
- package/fesm2022/anguless-angulux-types-chip.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-colorpicker.mjs +4 -0
- package/fesm2022/anguless-angulux-types-colorpicker.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-confirmdialog.mjs +4 -0
- package/fesm2022/anguless-angulux-types-confirmdialog.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-confirmpopup.mjs +4 -0
- package/fesm2022/anguless-angulux-types-confirmpopup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-contextmenu.mjs +4 -0
- package/fesm2022/anguless-angulux-types-contextmenu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-dataview.mjs +4 -0
- package/fesm2022/anguless-angulux-types-dataview.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-datepicker.mjs +4 -0
- package/fesm2022/anguless-angulux-types-datepicker.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-dialog.mjs +4 -0
- package/fesm2022/anguless-angulux-types-dialog.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-divider.mjs +4 -0
- package/fesm2022/anguless-angulux-types-divider.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-dock.mjs +4 -0
- package/fesm2022/anguless-angulux-types-dock.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-drawer.mjs +4 -0
- package/fesm2022/anguless-angulux-types-drawer.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-editor.mjs +4 -0
- package/fesm2022/anguless-angulux-types-editor.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-fieldset.mjs +4 -0
- package/fesm2022/anguless-angulux-types-fieldset.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-fileupload.mjs +4 -0
- package/fesm2022/anguless-angulux-types-fileupload.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-floatlabel.mjs +4 -0
- package/fesm2022/anguless-angulux-types-floatlabel.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-fluid.mjs +4 -0
- package/fesm2022/anguless-angulux-types-fluid.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-galleria.mjs +4 -0
- package/fesm2022/anguless-angulux-types-galleria.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-iconfield.mjs +4 -0
- package/fesm2022/anguless-angulux-types-iconfield.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-iftalabel.mjs +4 -0
- package/fesm2022/anguless-angulux-types-iftalabel.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-image.mjs +4 -0
- package/fesm2022/anguless-angulux-types-image.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-imagecompare.mjs +4 -0
- package/fesm2022/anguless-angulux-types-imagecompare.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inplace.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inplace.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputgroup.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputgroup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputgroupaddon.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputgroupaddon.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputicon.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputicon.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputmask.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputmask.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputnumber.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputnumber.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputotp.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputotp.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-inputtext.mjs +4 -0
- package/fesm2022/anguless-angulux-types-inputtext.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-knob.mjs +4 -0
- package/fesm2022/anguless-angulux-types-knob.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-listbox.mjs +4 -0
- package/fesm2022/anguless-angulux-types-listbox.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-megamenu.mjs +4 -0
- package/fesm2022/anguless-angulux-types-megamenu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-menu.mjs +4 -0
- package/fesm2022/anguless-angulux-types-menu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-menubar.mjs +4 -0
- package/fesm2022/anguless-angulux-types-menubar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-message.mjs +4 -0
- package/fesm2022/anguless-angulux-types-message.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-metergroup.mjs +4 -0
- package/fesm2022/anguless-angulux-types-metergroup.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-motion.mjs +4 -0
- package/fesm2022/anguless-angulux-types-motion.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-multiselect.mjs +4 -0
- package/fesm2022/anguless-angulux-types-multiselect.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-orderlist.mjs +4 -0
- package/fesm2022/anguless-angulux-types-orderlist.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-organizationchart.mjs +4 -0
- package/fesm2022/anguless-angulux-types-organizationchart.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-overlay.mjs +4 -0
- package/fesm2022/anguless-angulux-types-overlay.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-overlaybadge.mjs +4 -0
- package/fesm2022/anguless-angulux-types-overlaybadge.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-paginator.mjs +4 -0
- package/fesm2022/anguless-angulux-types-paginator.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-panel.mjs +4 -0
- package/fesm2022/anguless-angulux-types-panel.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-panelmenu.mjs +4 -0
- package/fesm2022/anguless-angulux-types-panelmenu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-password.mjs +4 -0
- package/fesm2022/anguless-angulux-types-password.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-picklist.mjs +4 -0
- package/fesm2022/anguless-angulux-types-picklist.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-popover.mjs +4 -0
- package/fesm2022/anguless-angulux-types-popover.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-progressbar.mjs +4 -0
- package/fesm2022/anguless-angulux-types-progressbar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-progressspinner.mjs +4 -0
- package/fesm2022/anguless-angulux-types-progressspinner.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-radiobutton.mjs +4 -0
- package/fesm2022/anguless-angulux-types-radiobutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-rating.mjs +4 -0
- package/fesm2022/anguless-angulux-types-rating.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-scroller.mjs +4 -0
- package/fesm2022/anguless-angulux-types-scroller.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-scrollpanel.mjs +4 -0
- package/fesm2022/anguless-angulux-types-scrollpanel.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-scrolltop.mjs +4 -0
- package/fesm2022/anguless-angulux-types-scrolltop.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-select.mjs +4 -0
- package/fesm2022/anguless-angulux-types-select.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-selectbutton.mjs +4 -0
- package/fesm2022/anguless-angulux-types-selectbutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-skeleton.mjs +4 -0
- package/fesm2022/anguless-angulux-types-skeleton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-slider.mjs +4 -0
- package/fesm2022/anguless-angulux-types-slider.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-speeddial.mjs +4 -0
- package/fesm2022/anguless-angulux-types-speeddial.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-splitbutton.mjs +4 -0
- package/fesm2022/anguless-angulux-types-splitbutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-splitter.mjs +4 -0
- package/fesm2022/anguless-angulux-types-splitter.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-stepper.mjs +4 -0
- package/fesm2022/anguless-angulux-types-stepper.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-table.mjs +4 -0
- package/fesm2022/anguless-angulux-types-table.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-tabs.mjs +4 -0
- package/fesm2022/anguless-angulux-types-tabs.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-tag.mjs +4 -0
- package/fesm2022/anguless-angulux-types-tag.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-terminal.mjs +4 -0
- package/fesm2022/anguless-angulux-types-terminal.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-textarea.mjs +4 -0
- package/fesm2022/anguless-angulux-types-textarea.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-tieredmenu.mjs +4 -0
- package/fesm2022/anguless-angulux-types-tieredmenu.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-timeline.mjs +4 -0
- package/fesm2022/anguless-angulux-types-timeline.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-toast.mjs +4 -0
- package/fesm2022/anguless-angulux-types-toast.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-togglebutton.mjs +4 -0
- package/fesm2022/anguless-angulux-types-togglebutton.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-toggleswitch.mjs +4 -0
- package/fesm2022/anguless-angulux-types-toggleswitch.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-toolbar.mjs +4 -0
- package/fesm2022/anguless-angulux-types-toolbar.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-tooltip.mjs +4 -0
- package/fesm2022/anguless-angulux-types-tooltip.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-tree.mjs +4 -0
- package/fesm2022/anguless-angulux-types-tree.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-treeselect.mjs +4 -0
- package/fesm2022/anguless-angulux-types-treeselect.mjs.map +1 -0
- package/fesm2022/anguless-angulux-types-treetable.mjs +4 -0
- package/fesm2022/anguless-angulux-types-treetable.mjs.map +1 -0
- package/fesm2022/anguless-angulux-usestyle.mjs +54 -0
- package/fesm2022/anguless-angulux-usestyle.mjs.map +1 -0
- package/fesm2022/anguless-angulux-utils.mjs +332 -0
- package/fesm2022/anguless-angulux-utils.mjs.map +1 -0
- package/fesm2022/anguless-angulux.mjs +6 -0
- package/fesm2022/anguless-angulux.mjs.map +1 -0
- package/package.json +904 -0
- package/types/anguless-angulux-api.d.ts +1976 -0
- package/types/anguless-angulux-autofocus.d.ts +31 -0
- package/types/anguless-angulux-avatar.d.ts +138 -0
- package/types/anguless-angulux-avatargroup.d.ts +64 -0
- package/types/anguless-angulux-badge.d.ts +182 -0
- package/types/anguless-angulux-base.d.ts +58 -0
- package/types/anguless-angulux-basecomponent.d.ts +175 -0
- package/types/anguless-angulux-baseeditableholder.d.ts +45 -0
- package/types/anguless-angulux-baseinput.d.ts +73 -0
- package/types/anguless-angulux-basemodelholder.d.ts +12 -0
- package/types/anguless-angulux-bind.d.ts +38 -0
- package/types/anguless-angulux-button.d.ts +489 -0
- package/types/anguless-angulux-card.d.ts +155 -0
- package/types/anguless-angulux-chart.d.ts +133 -0
- package/types/anguless-angulux-checkbox.d.ts +229 -0
- package/types/anguless-angulux-chip.d.ts +165 -0
- package/types/anguless-angulux-colorpicker.d.ts +315 -0
- package/types/anguless-angulux-config.d.ts +268 -0
- package/types/anguless-angulux-confirmdialog.d.ts +358 -0
- package/types/anguless-angulux-datepicker.d.ts +1015 -0
- package/types/anguless-angulux-dialog.d.ts +553 -0
- package/types/anguless-angulux-divider.d.ts +120 -0
- package/types/anguless-angulux-dom.d.ts +109 -0
- package/types/anguless-angulux-drawer.d.ts +301 -0
- package/types/anguless-angulux-fileupload.d.ts +560 -0
- package/types/anguless-angulux-fluid.d.ts +52 -0
- package/types/anguless-angulux-focustrap.d.ts +36 -0
- package/types/anguless-angulux-iconfield.d.ts +71 -0
- package/types/anguless-angulux-icons-angledoubledown.d.ts +9 -0
- package/types/anguless-angulux-icons-angledoubleleft.d.ts +9 -0
- package/types/anguless-angulux-icons-angledoubleright.d.ts +9 -0
- package/types/anguless-angulux-icons-angledoubleup.d.ts +9 -0
- package/types/anguless-angulux-icons-angledown.d.ts +9 -0
- package/types/anguless-angulux-icons-angleleft.d.ts +9 -0
- package/types/anguless-angulux-icons-angleright.d.ts +9 -0
- package/types/anguless-angulux-icons-angleup.d.ts +9 -0
- package/types/anguless-angulux-icons-arrowdown.d.ts +11 -0
- package/types/anguless-angulux-icons-arrowdownleft.d.ts +9 -0
- package/types/anguless-angulux-icons-arrowdownright.d.ts +9 -0
- package/types/anguless-angulux-icons-arrowleft.d.ts +11 -0
- package/types/anguless-angulux-icons-arrowright.d.ts +9 -0
- package/types/anguless-angulux-icons-arrowup.d.ts +11 -0
- package/types/anguless-angulux-icons-ban.d.ts +11 -0
- package/types/anguless-angulux-icons-bars.d.ts +9 -0
- package/types/anguless-angulux-icons-baseicon.d.ts +31 -0
- package/types/anguless-angulux-icons-blank.d.ts +9 -0
- package/types/anguless-angulux-icons-calendar.d.ts +9 -0
- package/types/anguless-angulux-icons-caretleft.d.ts +9 -0
- package/types/anguless-angulux-icons-caretright.d.ts +9 -0
- package/types/anguless-angulux-icons-check.d.ts +9 -0
- package/types/anguless-angulux-icons-chevrondown.d.ts +9 -0
- package/types/anguless-angulux-icons-chevronleft.d.ts +9 -0
- package/types/anguless-angulux-icons-chevronright.d.ts +9 -0
- package/types/anguless-angulux-icons-chevronup.d.ts +9 -0
- package/types/anguless-angulux-icons-exclamationtriangle.d.ts +11 -0
- package/types/anguless-angulux-icons-eye.d.ts +9 -0
- package/types/anguless-angulux-icons-eyeslash.d.ts +11 -0
- package/types/anguless-angulux-icons-filter.d.ts +11 -0
- package/types/anguless-angulux-icons-filterfill.d.ts +9 -0
- package/types/anguless-angulux-icons-filterslash.d.ts +11 -0
- package/types/anguless-angulux-icons-home.d.ts +11 -0
- package/types/anguless-angulux-icons-infocircle.d.ts +11 -0
- package/types/anguless-angulux-icons-minus.d.ts +9 -0
- package/types/anguless-angulux-icons-pencil.d.ts +11 -0
- package/types/anguless-angulux-icons-plus.d.ts +11 -0
- package/types/anguless-angulux-icons-refresh.d.ts +11 -0
- package/types/anguless-angulux-icons-search.d.ts +11 -0
- package/types/anguless-angulux-icons-searchminus.d.ts +11 -0
- package/types/anguless-angulux-icons-searchplus.d.ts +11 -0
- package/types/anguless-angulux-icons-sortalt.d.ts +11 -0
- package/types/anguless-angulux-icons-sortamountdown.d.ts +11 -0
- package/types/anguless-angulux-icons-sortamountupalt.d.ts +11 -0
- package/types/anguless-angulux-icons-spinner.d.ts +11 -0
- package/types/anguless-angulux-icons-star.d.ts +11 -0
- package/types/anguless-angulux-icons-starfill.d.ts +11 -0
- package/types/anguless-angulux-icons-thlarge.d.ts +11 -0
- package/types/anguless-angulux-icons-times.d.ts +9 -0
- package/types/anguless-angulux-icons-timescircle.d.ts +11 -0
- package/types/anguless-angulux-icons-trash.d.ts +11 -0
- package/types/anguless-angulux-icons-undo.d.ts +11 -0
- package/types/anguless-angulux-icons-upload.d.ts +11 -0
- package/types/anguless-angulux-icons-windowmaximize.d.ts +11 -0
- package/types/anguless-angulux-icons-windowminimize.d.ts +11 -0
- package/types/anguless-angulux-icons.d.ts +53 -0
- package/types/anguless-angulux-inputicon.d.ts +44 -0
- package/types/anguless-angulux-inputnumber.d.ts +434 -0
- package/types/anguless-angulux-inputtext.d.ts +115 -0
- package/types/anguless-angulux-menu.d.ts +362 -0
- package/types/anguless-angulux-message.d.ts +211 -0
- package/types/anguless-angulux-motion.d.ts +398 -0
- package/types/anguless-angulux-multiselect.d.ts +902 -0
- package/types/anguless-angulux-overlay.d.ts +355 -0
- package/types/anguless-angulux-paginator.d.ts +361 -0
- package/types/anguless-angulux-password.d.ts +492 -0
- package/types/anguless-angulux-popover.d.ts +202 -0
- package/types/anguless-angulux-progressbar.d.ts +122 -0
- package/types/anguless-angulux-progressspinner.d.ts +90 -0
- package/types/anguless-angulux-radiobutton.d.ts +191 -0
- package/types/anguless-angulux-ripple.d.ts +61 -0
- package/types/anguless-angulux-scroller.d.ts +450 -0
- package/types/anguless-angulux-select.d.ts +790 -0
- package/types/anguless-angulux-selectbutton.d.ts +184 -0
- package/types/anguless-angulux-skeleton.d.ts +102 -0
- package/types/anguless-angulux-splitbutton.d.ts +292 -0
- package/types/anguless-angulux-table.d.ts +2087 -0
- package/types/anguless-angulux-tabs.d.ts +358 -0
- package/types/anguless-angulux-tag.d.ts +113 -0
- package/types/anguless-angulux-textarea.d.ts +125 -0
- package/types/anguless-angulux-tieredmenu.d.ts +430 -0
- package/types/anguless-angulux-timeline.d.ts +139 -0
- package/types/anguless-angulux-toast.d.ts +301 -0
- package/types/anguless-angulux-togglebutton.d.ts +203 -0
- package/types/anguless-angulux-toggleswitch.d.ts +166 -0
- package/types/anguless-angulux-tooltip.d.ts +284 -0
- package/types/anguless-angulux-treetable.d.ts +1276 -0
- package/types/anguless-angulux-ts-helpers.d.ts +6 -0
- package/types/anguless-angulux-types-accordion.d.ts +97 -0
- package/types/anguless-angulux-types-autocomplete.d.ts +312 -0
- package/types/anguless-angulux-types-avatar.d.ts +40 -0
- package/types/anguless-angulux-types-avatargroup.d.ts +28 -0
- package/types/anguless-angulux-types-badge.d.ts +26 -0
- package/types/anguless-angulux-types-blockui.d.ts +39 -0
- package/types/anguless-angulux-types-breadcrumb.d.ts +96 -0
- package/types/anguless-angulux-types-button.d.ts +124 -0
- package/types/anguless-angulux-types-card.d.ts +75 -0
- package/types/anguless-angulux-types-carousel.d.ts +143 -0
- package/types/anguless-angulux-types-cascadeselect.d.ts +215 -0
- package/types/anguless-angulux-types-chart.d.ts +32 -0
- package/types/anguless-angulux-types-checkbox.d.ts +81 -0
- package/types/anguless-angulux-types-chip.d.ts +71 -0
- package/types/anguless-angulux-types-colorpicker.d.ts +78 -0
- package/types/anguless-angulux-types-confirmdialog.d.ts +147 -0
- package/types/anguless-angulux-types-confirmpopup.d.ts +105 -0
- package/types/anguless-angulux-types-contextmenu.d.ts +102 -0
- package/types/anguless-angulux-types-dataview.d.ts +253 -0
- package/types/anguless-angulux-types-datepicker.d.ts +521 -0
- package/types/anguless-angulux-types-dialog.d.ts +107 -0
- package/types/anguless-angulux-types-divider.d.ts +28 -0
- package/types/anguless-angulux-types-dock.d.ts +70 -0
- package/types/anguless-angulux-types-drawer.d.ts +82 -0
- package/types/anguless-angulux-types-editor.d.ts +210 -0
- package/types/anguless-angulux-types-fieldset.d.ts +101 -0
- package/types/anguless-angulux-types-fileupload.d.ts +360 -0
- package/types/anguless-angulux-types-floatlabel.d.ts +26 -0
- package/types/anguless-angulux-types-fluid.d.ts +28 -0
- package/types/anguless-angulux-types-galleria.d.ts +250 -0
- package/types/anguless-angulux-types-iconfield.d.ts +26 -0
- package/types/anguless-angulux-types-iftalabel.d.ts +26 -0
- package/types/anguless-angulux-types-image.d.ts +144 -0
- package/types/anguless-angulux-types-imagecompare.d.ts +43 -0
- package/types/anguless-angulux-types-inplace.d.ts +72 -0
- package/types/anguless-angulux-types-inputgroup.d.ts +28 -0
- package/types/anguless-angulux-types-inputgroupaddon.d.ts +28 -0
- package/types/anguless-angulux-types-inputicon.d.ts +26 -0
- package/types/anguless-angulux-types-inputmask.d.ts +56 -0
- package/types/anguless-angulux-types-inputnumber.d.ts +95 -0
- package/types/anguless-angulux-types-inputotp.d.ts +101 -0
- package/types/anguless-angulux-types-inputtext.d.ts +24 -0
- package/types/anguless-angulux-types-knob.d.ts +40 -0
- package/types/anguless-angulux-types-listbox.d.ts +359 -0
- package/types/anguless-angulux-types-megamenu.d.ts +138 -0
- package/types/anguless-angulux-types-menu.d.ts +114 -0
- package/types/anguless-angulux-types-menubar.d.ts +124 -0
- package/types/anguless-angulux-types-message.d.ts +87 -0
- package/types/anguless-angulux-types-metergroup.d.ts +176 -0
- package/types/anguless-angulux-types-motion.d.ts +26 -0
- package/types/anguless-angulux-types-multiselect.d.ts +414 -0
- package/types/anguless-angulux-types-orderlist.d.ts +173 -0
- package/types/anguless-angulux-types-organizationchart.d.ts +138 -0
- package/types/anguless-angulux-types-overlay.d.ts +60 -0
- package/types/anguless-angulux-types-overlaybadge.d.ts +34 -0
- package/types/anguless-angulux-types-paginator.d.ts +167 -0
- package/types/anguless-angulux-types-panel.d.ts +129 -0
- package/types/anguless-angulux-types-panelmenu.d.ts +131 -0
- package/types/anguless-angulux-types-password.d.ts +120 -0
- package/types/anguless-angulux-types-picklist.d.ts +348 -0
- package/types/anguless-angulux-types-popover.d.ts +59 -0
- package/types/anguless-angulux-types-progressbar.d.ts +58 -0
- package/types/anguless-angulux-types-progressspinner.d.ts +36 -0
- package/types/anguless-angulux-types-radiobutton.d.ts +51 -0
- package/types/anguless-angulux-types-rating.d.ts +94 -0
- package/types/anguless-angulux-types-scroller.d.ts +231 -0
- package/types/anguless-angulux-types-scrollpanel.d.ts +51 -0
- package/types/anguless-angulux-types-scrolltop.d.ts +61 -0
- package/types/anguless-angulux-types-select.d.ts +319 -0
- package/types/anguless-angulux-types-selectbutton.d.ts +92 -0
- package/types/anguless-angulux-types-skeleton.d.ts +28 -0
- package/types/anguless-angulux-types-slider.d.ts +78 -0
- package/types/anguless-angulux-types-speeddial.d.ts +100 -0
- package/types/anguless-angulux-types-splitbutton.d.ts +70 -0
- package/types/anguless-angulux-types-splitter.d.ts +70 -0
- package/types/anguless-angulux-types-stepper.d.ts +162 -0
- package/types/anguless-angulux-types-table.d.ts +893 -0
- package/types/anguless-angulux-types-tabs.d.ts +119 -0
- package/types/anguless-angulux-types-tag.d.ts +47 -0
- package/types/anguless-angulux-types-terminal.d.ts +60 -0
- package/types/anguless-angulux-types-textarea.d.ts +28 -0
- package/types/anguless-angulux-types-tieredmenu.d.ts +95 -0
- package/types/anguless-angulux-types-timeline.d.ts +85 -0
- package/types/anguless-angulux-types-toast.d.ts +131 -0
- package/types/anguless-angulux-types-togglebutton.d.ts +86 -0
- package/types/anguless-angulux-types-toggleswitch.d.ts +73 -0
- package/types/anguless-angulux-types-toolbar.d.ts +55 -0
- package/types/anguless-angulux-types-tooltip.d.ts +32 -0
- package/types/anguless-angulux-types-tree.d.ts +342 -0
- package/types/anguless-angulux-types-treeselect.d.ts +251 -0
- package/types/anguless-angulux-types-treetable.d.ts +629 -0
- package/types/anguless-angulux-usestyle.d.ts +15 -0
- package/types/anguless-angulux-utils.d.ts +43 -0
- package/types/anguless-angulux.d.ts +2 -0
|
@@ -0,0 +1,823 @@
|
|
|
1
|
+
export * from '@anguless/angulux/types/paginator';
|
|
2
|
+
import * as i2 from '@angular/common';
|
|
3
|
+
import { CommonModule } from '@angular/common';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
import { Injectable, InjectionToken, inject, input, EventEmitter, computed, booleanAttribute, numberAttribute, HostBinding, ContentChildren, ContentChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
6
|
+
import * as i3 from '@angular/forms';
|
|
7
|
+
import { FormsModule } from '@angular/forms';
|
|
8
|
+
import * as i4 from '@anguless/angulux/api';
|
|
9
|
+
import { SharedModule, AglTemplate } from '@anguless/angulux/api';
|
|
10
|
+
import { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';
|
|
11
|
+
import * as i1 from '@anguless/angulux/bind';
|
|
12
|
+
import { Bind } from '@anguless/angulux/bind';
|
|
13
|
+
import { Select } from '@anguless/angulux/select';
|
|
14
|
+
import { AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleLeftIcon, AngleRightIcon } from '@anguless/angulux/icons';
|
|
15
|
+
import { InputNumber } from '@anguless/angulux/inputnumber';
|
|
16
|
+
import { Ripple } from '@anguless/angulux/ripple';
|
|
17
|
+
import { style } from '@anguless/angulux-styles/paginator';
|
|
18
|
+
import { BaseStyle } from '@anguless/angulux/base';
|
|
19
|
+
|
|
20
|
+
const classes = {
|
|
21
|
+
paginator: ({ instance }) => ['p-paginator p-component'],
|
|
22
|
+
content: 'p-paginator-content',
|
|
23
|
+
contentStart: 'p-paginator-content-start',
|
|
24
|
+
contentEnd: 'p-paginator-content-end',
|
|
25
|
+
first: ({ instance }) => [
|
|
26
|
+
'p-paginator-first',
|
|
27
|
+
{
|
|
28
|
+
'p-disabled': instance.isFirstPage() || instance.empty()
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
firstIcon: 'p-paginator-first-icon',
|
|
32
|
+
prev: ({ instance }) => [
|
|
33
|
+
'p-paginator-prev',
|
|
34
|
+
{
|
|
35
|
+
'p-disabled': instance.isFirstPage() || instance.empty()
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
prevIcon: 'p-paginator-prev-icon',
|
|
39
|
+
next: ({ instance }) => [
|
|
40
|
+
'p-paginator-next',
|
|
41
|
+
{
|
|
42
|
+
'p-disabled': instance.isLastPage() || instance.empty()
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
nextIcon: 'p-paginator-next-icon',
|
|
46
|
+
last: ({ instance }) => [
|
|
47
|
+
'p-paginator-last',
|
|
48
|
+
{
|
|
49
|
+
'p-disabled': instance.isLastPage() || instance.empty()
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
lastIcon: 'p-paginator-last-icon',
|
|
53
|
+
pages: 'p-paginator-pages',
|
|
54
|
+
page: ({ instance, pageLink }) => [
|
|
55
|
+
'p-paginator-page',
|
|
56
|
+
{
|
|
57
|
+
'p-paginator-page-selected': pageLink - 1 == instance.getPage()
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
current: 'p-paginator-current',
|
|
61
|
+
pcRowPerPageDropdown: 'p-paginator-rpp-dropdown',
|
|
62
|
+
pcJumpToPageDropdown: 'p-paginator-jtp-dropdown',
|
|
63
|
+
pcJumpToPageInput: 'p-paginator-jtp-input'
|
|
64
|
+
};
|
|
65
|
+
class PaginatorStyle extends BaseStyle {
|
|
66
|
+
name = 'paginator';
|
|
67
|
+
style = style;
|
|
68
|
+
classes = classes;
|
|
69
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PaginatorStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
70
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PaginatorStyle });
|
|
71
|
+
}
|
|
72
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PaginatorStyle, decorators: [{
|
|
73
|
+
type: Injectable
|
|
74
|
+
}] });
|
|
75
|
+
/**
|
|
76
|
+
*
|
|
77
|
+
* Paginator is a generic component to display content in paged format.
|
|
78
|
+
*
|
|
79
|
+
* @module paginatorstyle
|
|
80
|
+
*
|
|
81
|
+
*/
|
|
82
|
+
var PaginatorClasses;
|
|
83
|
+
(function (PaginatorClasses) {
|
|
84
|
+
/**
|
|
85
|
+
* Class name of the paginator element
|
|
86
|
+
*/
|
|
87
|
+
PaginatorClasses["paginator"] = "p-paginator";
|
|
88
|
+
/**
|
|
89
|
+
* Class name of the content start element
|
|
90
|
+
*/
|
|
91
|
+
PaginatorClasses["contentStart"] = "p-paginator-content-start";
|
|
92
|
+
/**
|
|
93
|
+
* Class name of the content end element
|
|
94
|
+
*/
|
|
95
|
+
PaginatorClasses["contentEnd"] = "p-paginator-content-end";
|
|
96
|
+
/**
|
|
97
|
+
* Class name of the first element
|
|
98
|
+
*/
|
|
99
|
+
PaginatorClasses["first"] = "p-paginator-first";
|
|
100
|
+
/**
|
|
101
|
+
* Class name of the first icon element
|
|
102
|
+
*/
|
|
103
|
+
PaginatorClasses["firstIcon"] = "p-paginator-first-icon";
|
|
104
|
+
/**
|
|
105
|
+
* Class name of the prev element
|
|
106
|
+
*/
|
|
107
|
+
PaginatorClasses["prev"] = "p-paginator-prev";
|
|
108
|
+
/**
|
|
109
|
+
* Class name of the prev icon element
|
|
110
|
+
*/
|
|
111
|
+
PaginatorClasses["prevIcon"] = "p-paginator-prev-icon";
|
|
112
|
+
/**
|
|
113
|
+
* Class name of the next element
|
|
114
|
+
*/
|
|
115
|
+
PaginatorClasses["next"] = "p-paginator-next";
|
|
116
|
+
/**
|
|
117
|
+
* Class name of the next icon element
|
|
118
|
+
*/
|
|
119
|
+
PaginatorClasses["nextIcon"] = "p-paginator-next-icon";
|
|
120
|
+
/**
|
|
121
|
+
* Class name of the last element
|
|
122
|
+
*/
|
|
123
|
+
PaginatorClasses["last"] = "p-paginator-last";
|
|
124
|
+
/**
|
|
125
|
+
* Class name of the last icon element
|
|
126
|
+
*/
|
|
127
|
+
PaginatorClasses["lastIcon"] = "p-paginator-last-icon";
|
|
128
|
+
/**
|
|
129
|
+
* Class name of the pages element
|
|
130
|
+
*/
|
|
131
|
+
PaginatorClasses["pages"] = "p-paginator-pages";
|
|
132
|
+
/**
|
|
133
|
+
* Class name of the page element
|
|
134
|
+
*/
|
|
135
|
+
PaginatorClasses["page"] = "p-paginator-page";
|
|
136
|
+
/**
|
|
137
|
+
* Class name of the current element
|
|
138
|
+
*/
|
|
139
|
+
PaginatorClasses["current"] = "p-paginator-current";
|
|
140
|
+
/**
|
|
141
|
+
* Class name of the row per page dropdown element
|
|
142
|
+
*/
|
|
143
|
+
PaginatorClasses["pcRowPerPageDropdown"] = "p-paginator-rpp-dropdown";
|
|
144
|
+
/**
|
|
145
|
+
* Class name of the jump to page dropdown element
|
|
146
|
+
*/
|
|
147
|
+
PaginatorClasses["pcJumpToPageDropdown"] = "p-paginator-jtp-dropdown";
|
|
148
|
+
/**
|
|
149
|
+
* Class name of the jump to page input element
|
|
150
|
+
*/
|
|
151
|
+
PaginatorClasses["pcJumpToPageInput"] = "p-paginator-jtp-input";
|
|
152
|
+
})(PaginatorClasses || (PaginatorClasses = {}));
|
|
153
|
+
|
|
154
|
+
const PAGINATOR_INSTANCE = new InjectionToken('PAGINATOR_INSTANCE');
|
|
155
|
+
/**
|
|
156
|
+
* Paginator is a generic component to display content in paged format.
|
|
157
|
+
* @group Components
|
|
158
|
+
*/
|
|
159
|
+
class Paginator extends BaseComponent {
|
|
160
|
+
componentName = 'Paginator';
|
|
161
|
+
bindDirectiveInstance = inject(Bind, { self: true });
|
|
162
|
+
$pcPaginator = inject(PAGINATOR_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;
|
|
163
|
+
onAfterViewChecked() {
|
|
164
|
+
this.bindDirectiveInstance.setAttrs(this.ptms(['host', 'root']));
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* Number of page links to display.
|
|
168
|
+
* @group Props
|
|
169
|
+
*/
|
|
170
|
+
pageLinkSize = 5;
|
|
171
|
+
/**
|
|
172
|
+
* Style class of the component.
|
|
173
|
+
* @deprecated since v20.0.0, use `class` instead.
|
|
174
|
+
* @group Props
|
|
175
|
+
*/
|
|
176
|
+
styleClass;
|
|
177
|
+
/**
|
|
178
|
+
* Whether to show it even there is only one page.
|
|
179
|
+
* @group Props
|
|
180
|
+
*/
|
|
181
|
+
alwaysShow = true;
|
|
182
|
+
/**
|
|
183
|
+
* Target element to attach the dropdown overlay, valid values are "body" or a local ng-template variable of another element (note: use binding with brackets for template variables, e.g. [appendTo]="mydiv" for a div element having #mydiv as variable name).
|
|
184
|
+
* @deprecated since v20.0.0. Use `appendTo` instead.
|
|
185
|
+
* @group Props
|
|
186
|
+
*/
|
|
187
|
+
dropdownAppendTo;
|
|
188
|
+
/**
|
|
189
|
+
* Template instance to inject into the left side of the paginator.
|
|
190
|
+
* @param {PaginatorTemplateContext} context - Paginator template context.
|
|
191
|
+
* @see {@link PaginatorTemplateContext}
|
|
192
|
+
* @group Props
|
|
193
|
+
*/
|
|
194
|
+
templateLeft;
|
|
195
|
+
/**
|
|
196
|
+
* Template instance to inject into the right side of the paginator.
|
|
197
|
+
* @param {PaginatorTemplateContext} context - Paginator template context.
|
|
198
|
+
* @see {@link PaginatorTemplateContext}
|
|
199
|
+
* @group Props
|
|
200
|
+
*/
|
|
201
|
+
templateRight;
|
|
202
|
+
/**
|
|
203
|
+
* Dropdown height of the viewport in pixels, a scrollbar is defined if height of list exceeds this value.
|
|
204
|
+
* @group Props
|
|
205
|
+
*/
|
|
206
|
+
dropdownScrollHeight = '200px';
|
|
207
|
+
/**
|
|
208
|
+
* Template of the current page report element. Available placeholders are {currentPage},{totalPages},{rows},{first},{last} and {totalRecords}
|
|
209
|
+
* @group Props
|
|
210
|
+
*/
|
|
211
|
+
currentPageReportTemplate = '{currentPage} of {totalPages}';
|
|
212
|
+
/**
|
|
213
|
+
* Whether to display current page report.
|
|
214
|
+
* @group Props
|
|
215
|
+
*/
|
|
216
|
+
showCurrentPageReport;
|
|
217
|
+
/**
|
|
218
|
+
* When enabled, icons are displayed on paginator to go first and last page.
|
|
219
|
+
* @group Props
|
|
220
|
+
*/
|
|
221
|
+
showFirstLastIcon = true;
|
|
222
|
+
/**
|
|
223
|
+
* Number of total records.
|
|
224
|
+
* @group Props
|
|
225
|
+
*/
|
|
226
|
+
totalRecords = 0;
|
|
227
|
+
/**
|
|
228
|
+
* Data count to display per page.
|
|
229
|
+
* @group Props
|
|
230
|
+
*/
|
|
231
|
+
rows = 0;
|
|
232
|
+
/**
|
|
233
|
+
* Array of integer/object values to display inside rows per page dropdown. A object that have 'showAll' key can be added to it to show all data. Exp; [10,20,30,{showAll:'All'}]
|
|
234
|
+
* @group Props
|
|
235
|
+
*/
|
|
236
|
+
rowsPerPageOptions;
|
|
237
|
+
/**
|
|
238
|
+
* Whether to display a dropdown to navigate to any page.
|
|
239
|
+
* @group Props
|
|
240
|
+
*/
|
|
241
|
+
showJumpToPageDropdown;
|
|
242
|
+
/**
|
|
243
|
+
* Whether to display a input to navigate to any page.
|
|
244
|
+
* @group Props
|
|
245
|
+
*/
|
|
246
|
+
showJumpToPageInput;
|
|
247
|
+
/**
|
|
248
|
+
* Template instance to inject into the jump to page dropdown item inside in the paginator.
|
|
249
|
+
* @param {PaginatorDropdownItemTemplateContext} context - dropdown item context.
|
|
250
|
+
* @see {@link PaginatorDropdownItemTemplateContext}
|
|
251
|
+
* @group Props
|
|
252
|
+
*/
|
|
253
|
+
jumpToPageItemTemplate;
|
|
254
|
+
/**
|
|
255
|
+
* Whether to show page links.
|
|
256
|
+
* @group Props
|
|
257
|
+
*/
|
|
258
|
+
showPageLinks = true;
|
|
259
|
+
/**
|
|
260
|
+
* Locale to be used in formatting.
|
|
261
|
+
* @group Props
|
|
262
|
+
*/
|
|
263
|
+
locale;
|
|
264
|
+
/**
|
|
265
|
+
* Template instance to inject into the rows per page dropdown item inside in the paginator.
|
|
266
|
+
* @param {PaginatorDropdownItemTemplateContext} context - dropdown item context.
|
|
267
|
+
* @see {@link PaginatorDropdownItemTemplateContext}
|
|
268
|
+
* @group Props
|
|
269
|
+
*/
|
|
270
|
+
dropdownItemTemplate;
|
|
271
|
+
/**
|
|
272
|
+
* Zero-relative number of the first row to be displayed.
|
|
273
|
+
* @group Props
|
|
274
|
+
*/
|
|
275
|
+
get first() {
|
|
276
|
+
return this._first;
|
|
277
|
+
}
|
|
278
|
+
set first(val) {
|
|
279
|
+
this._first = val;
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Target element to attach the overlay, valid values are "body" or a local ng-template variable of another element (note: use binding with brackets for template variables, e.g. [appendTo]="mydiv" for a div element having #mydiv as variable name).
|
|
283
|
+
* @defaultValue 'self'
|
|
284
|
+
* @group Props
|
|
285
|
+
*/
|
|
286
|
+
appendTo = input(undefined, /* @ts-ignore */
|
|
287
|
+
...(ngDevMode ? [{ debugName: "appendTo" }] : /* istanbul ignore next */ []));
|
|
288
|
+
/**
|
|
289
|
+
* Callback to invoke when page changes, the event object contains information about the new state.
|
|
290
|
+
* @param {PaginatorState} event - Paginator state.
|
|
291
|
+
* @group Emits
|
|
292
|
+
*/
|
|
293
|
+
onPageChange = new EventEmitter();
|
|
294
|
+
/**
|
|
295
|
+
* Template for the dropdown icon.
|
|
296
|
+
* @group Templates
|
|
297
|
+
*/
|
|
298
|
+
dropdownIconTemplate;
|
|
299
|
+
/**
|
|
300
|
+
* Template for the first page link icon.
|
|
301
|
+
* @group Templates
|
|
302
|
+
*/
|
|
303
|
+
firstPageLinkIconTemplate;
|
|
304
|
+
/**
|
|
305
|
+
* Template for the previous page link icon.
|
|
306
|
+
* @group Templates
|
|
307
|
+
*/
|
|
308
|
+
previousPageLinkIconTemplate;
|
|
309
|
+
/**
|
|
310
|
+
* Template for the last page link icon.
|
|
311
|
+
* @group Templates
|
|
312
|
+
*/
|
|
313
|
+
lastPageLinkIconTemplate;
|
|
314
|
+
/**
|
|
315
|
+
* Template for the next page link icon.
|
|
316
|
+
* @group Templates
|
|
317
|
+
*/
|
|
318
|
+
nextPageLinkIconTemplate;
|
|
319
|
+
templates;
|
|
320
|
+
_dropdownIconTemplate;
|
|
321
|
+
_firstPageLinkIconTemplate;
|
|
322
|
+
_previousPageLinkIconTemplate;
|
|
323
|
+
_lastPageLinkIconTemplate;
|
|
324
|
+
_nextPageLinkIconTemplate;
|
|
325
|
+
pageLinks;
|
|
326
|
+
pageItems;
|
|
327
|
+
rowsPerPageItems;
|
|
328
|
+
paginatorState;
|
|
329
|
+
_first = 0;
|
|
330
|
+
_page = 0;
|
|
331
|
+
_componentStyle = inject(PaginatorStyle);
|
|
332
|
+
$appendTo = computed(() => this.appendTo() || this.config.overlayAppendTo(), /* @ts-ignore */
|
|
333
|
+
...(ngDevMode ? [{ debugName: "$appendTo" }] : /* istanbul ignore next */ []));
|
|
334
|
+
get display() {
|
|
335
|
+
return this.alwaysShow || (this.pageLinks && this.pageLinks.length > 1) ? null : 'none';
|
|
336
|
+
}
|
|
337
|
+
constructor() {
|
|
338
|
+
super();
|
|
339
|
+
}
|
|
340
|
+
onInit() {
|
|
341
|
+
this.updatePaginatorState();
|
|
342
|
+
}
|
|
343
|
+
onAfterContentInit() {
|
|
344
|
+
this.templates.forEach((item) => {
|
|
345
|
+
switch (item.getType()) {
|
|
346
|
+
case 'dropdownicon':
|
|
347
|
+
this._dropdownIconTemplate = item.template;
|
|
348
|
+
break;
|
|
349
|
+
case 'firstpagelinkicon':
|
|
350
|
+
this._firstPageLinkIconTemplate = item.template;
|
|
351
|
+
break;
|
|
352
|
+
case 'previouspagelinkicon':
|
|
353
|
+
this._previousPageLinkIconTemplate = item.template;
|
|
354
|
+
break;
|
|
355
|
+
case 'lastpagelinkicon':
|
|
356
|
+
this._lastPageLinkIconTemplate = item.template;
|
|
357
|
+
break;
|
|
358
|
+
case 'nextpagelinkicon':
|
|
359
|
+
this._nextPageLinkIconTemplate = item.template;
|
|
360
|
+
break;
|
|
361
|
+
}
|
|
362
|
+
});
|
|
363
|
+
}
|
|
364
|
+
getAriaLabel(labelType) {
|
|
365
|
+
return this.config.translation.aria ? this.config.translation.aria[labelType] : undefined;
|
|
366
|
+
}
|
|
367
|
+
getPageAriaLabel(value) {
|
|
368
|
+
return this.config.translation.aria ? this.config.translation.aria.pageLabel?.replace(/{page}/g, `${value}`) : undefined;
|
|
369
|
+
}
|
|
370
|
+
getLocalization(digit) {
|
|
371
|
+
const numerals = [...new Intl.NumberFormat(this.locale, { useGrouping: false }).format(9876543210)].reverse();
|
|
372
|
+
const index = new Map(numerals.map((d, i) => [i, d]));
|
|
373
|
+
if (digit > 9) {
|
|
374
|
+
const numbers = String(digit).split('');
|
|
375
|
+
return numbers.map((number) => index.get(Number(number))).join('');
|
|
376
|
+
}
|
|
377
|
+
else {
|
|
378
|
+
return index.get(digit);
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
onChanges(simpleChange) {
|
|
382
|
+
if (simpleChange.totalRecords) {
|
|
383
|
+
this.updatePageLinks();
|
|
384
|
+
this.updatePaginatorState();
|
|
385
|
+
this.updateFirst();
|
|
386
|
+
this.updateRowsPerPageOptions();
|
|
387
|
+
}
|
|
388
|
+
if (simpleChange.first) {
|
|
389
|
+
this._first = simpleChange.first.currentValue;
|
|
390
|
+
this.updatePageLinks();
|
|
391
|
+
this.updatePaginatorState();
|
|
392
|
+
}
|
|
393
|
+
if (simpleChange.rows) {
|
|
394
|
+
this.updatePageLinks();
|
|
395
|
+
this.updatePaginatorState();
|
|
396
|
+
}
|
|
397
|
+
if (simpleChange.rowsPerPageOptions) {
|
|
398
|
+
this.updateRowsPerPageOptions();
|
|
399
|
+
}
|
|
400
|
+
if (simpleChange.pageLinkSize) {
|
|
401
|
+
this.updatePageLinks();
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
updateRowsPerPageOptions() {
|
|
405
|
+
if (this.rowsPerPageOptions) {
|
|
406
|
+
this.rowsPerPageItems = [];
|
|
407
|
+
let showAllItem = null;
|
|
408
|
+
for (let opt of this.rowsPerPageOptions) {
|
|
409
|
+
if (typeof opt == 'object' && opt['showAll']) {
|
|
410
|
+
showAllItem = { label: opt['showAll'], value: this.totalRecords };
|
|
411
|
+
}
|
|
412
|
+
else {
|
|
413
|
+
this.rowsPerPageItems.push({ label: String(this.getLocalization(opt)), value: opt });
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
if (showAllItem) {
|
|
417
|
+
this.rowsPerPageItems.push(showAllItem);
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
isFirstPage() {
|
|
422
|
+
return this.getPage() === 0;
|
|
423
|
+
}
|
|
424
|
+
isLastPage() {
|
|
425
|
+
return this.getPage() === this.getPageCount() - 1;
|
|
426
|
+
}
|
|
427
|
+
getPageCount() {
|
|
428
|
+
return Math.ceil(this.totalRecords / this.rows);
|
|
429
|
+
}
|
|
430
|
+
calculatePageLinkBoundaries() {
|
|
431
|
+
let numberOfPages = this.getPageCount(), visiblePages = Math.min(this.pageLinkSize, numberOfPages);
|
|
432
|
+
//calculate range, keep current in middle if necessary
|
|
433
|
+
let start = Math.max(0, Math.ceil(this.getPage() - visiblePages / 2)), end = Math.min(numberOfPages - 1, start + visiblePages - 1);
|
|
434
|
+
//check when approaching to last page
|
|
435
|
+
var delta = this.pageLinkSize - (end - start + 1);
|
|
436
|
+
start = Math.max(0, start - delta);
|
|
437
|
+
return [start, end];
|
|
438
|
+
}
|
|
439
|
+
updatePageLinks() {
|
|
440
|
+
this.pageLinks = [];
|
|
441
|
+
let boundaries = this.calculatePageLinkBoundaries(), start = boundaries[0], end = boundaries[1];
|
|
442
|
+
for (let i = start; i <= end; i++) {
|
|
443
|
+
this.pageLinks.push(i + 1);
|
|
444
|
+
}
|
|
445
|
+
if (this.showJumpToPageDropdown) {
|
|
446
|
+
this.pageItems = [];
|
|
447
|
+
for (let i = 0; i < this.getPageCount(); i++) {
|
|
448
|
+
this.pageItems.push({ label: String(i + 1), value: i });
|
|
449
|
+
}
|
|
450
|
+
}
|
|
451
|
+
}
|
|
452
|
+
changePage(p) {
|
|
453
|
+
var pc = this.getPageCount();
|
|
454
|
+
if (p >= 0 && p < pc) {
|
|
455
|
+
this._first = this.rows * p;
|
|
456
|
+
var state = {
|
|
457
|
+
page: p,
|
|
458
|
+
first: this.first,
|
|
459
|
+
rows: this.rows,
|
|
460
|
+
pageCount: pc
|
|
461
|
+
};
|
|
462
|
+
this.updatePageLinks();
|
|
463
|
+
this.onPageChange.emit(state);
|
|
464
|
+
this.updatePaginatorState();
|
|
465
|
+
}
|
|
466
|
+
}
|
|
467
|
+
updateFirst() {
|
|
468
|
+
const page = this.getPage();
|
|
469
|
+
if (page > 0 && this.totalRecords && this.first >= this.totalRecords) {
|
|
470
|
+
Promise.resolve(null).then(() => this.changePage(page - 1));
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
getPage() {
|
|
474
|
+
return Math.floor(this.first / this.rows);
|
|
475
|
+
}
|
|
476
|
+
changePageToFirst(event) {
|
|
477
|
+
if (!this.isFirstPage()) {
|
|
478
|
+
this.changePage(0);
|
|
479
|
+
}
|
|
480
|
+
event.preventDefault();
|
|
481
|
+
}
|
|
482
|
+
changePageToPrev(event) {
|
|
483
|
+
this.changePage(this.getPage() - 1);
|
|
484
|
+
event.preventDefault();
|
|
485
|
+
}
|
|
486
|
+
changePageToNext(event) {
|
|
487
|
+
this.changePage(this.getPage() + 1);
|
|
488
|
+
event.preventDefault();
|
|
489
|
+
}
|
|
490
|
+
changePageToLast(event) {
|
|
491
|
+
if (!this.isLastPage()) {
|
|
492
|
+
this.changePage(this.getPageCount() - 1);
|
|
493
|
+
}
|
|
494
|
+
event.preventDefault();
|
|
495
|
+
}
|
|
496
|
+
onPageLinkClick(event, page) {
|
|
497
|
+
this.changePage(page);
|
|
498
|
+
event.preventDefault();
|
|
499
|
+
}
|
|
500
|
+
onRppChange(event) {
|
|
501
|
+
this.changePage(this.getPage());
|
|
502
|
+
}
|
|
503
|
+
onPageDropdownChange(event) {
|
|
504
|
+
this.changePage(event.value);
|
|
505
|
+
}
|
|
506
|
+
updatePaginatorState() {
|
|
507
|
+
this.paginatorState = {
|
|
508
|
+
page: this.getPage(),
|
|
509
|
+
pageCount: this.getPageCount(),
|
|
510
|
+
rows: this.rows,
|
|
511
|
+
first: this.first,
|
|
512
|
+
totalRecords: this.totalRecords
|
|
513
|
+
};
|
|
514
|
+
}
|
|
515
|
+
empty() {
|
|
516
|
+
return this.getPageCount() === 0;
|
|
517
|
+
}
|
|
518
|
+
currentPage() {
|
|
519
|
+
return this.getPageCount() > 0 ? this.getPage() + 1 : 0;
|
|
520
|
+
}
|
|
521
|
+
get currentPageReport() {
|
|
522
|
+
return this.currentPageReportTemplate
|
|
523
|
+
.replace('{currentPage}', String(this.currentPage()))
|
|
524
|
+
.replace('{totalPages}', String(this.getPageCount()))
|
|
525
|
+
.replace('{first}', String(this.totalRecords > 0 ? this._first + 1 : 0))
|
|
526
|
+
.replace('{last}', String(Math.min(this._first + this.rows, this.totalRecords)))
|
|
527
|
+
.replace('{rows}', String(this.rows))
|
|
528
|
+
.replace('{totalRecords}', String(this.totalRecords));
|
|
529
|
+
}
|
|
530
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Paginator, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
531
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "22.0.8", type: Paginator, isStandalone: true, selector: "agl-paginator", inputs: { pageLinkSize: { classPropertyName: "pageLinkSize", publicName: "pageLinkSize", isSignal: false, isRequired: false, transformFunction: numberAttribute }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: false, isRequired: false, transformFunction: null }, alwaysShow: { classPropertyName: "alwaysShow", publicName: "alwaysShow", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, dropdownAppendTo: { classPropertyName: "dropdownAppendTo", publicName: "dropdownAppendTo", isSignal: false, isRequired: false, transformFunction: null }, templateLeft: { classPropertyName: "templateLeft", publicName: "templateLeft", isSignal: false, isRequired: false, transformFunction: null }, templateRight: { classPropertyName: "templateRight", publicName: "templateRight", isSignal: false, isRequired: false, transformFunction: null }, dropdownScrollHeight: { classPropertyName: "dropdownScrollHeight", publicName: "dropdownScrollHeight", isSignal: false, isRequired: false, transformFunction: null }, currentPageReportTemplate: { classPropertyName: "currentPageReportTemplate", publicName: "currentPageReportTemplate", isSignal: false, isRequired: false, transformFunction: null }, showCurrentPageReport: { classPropertyName: "showCurrentPageReport", publicName: "showCurrentPageReport", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, showFirstLastIcon: { classPropertyName: "showFirstLastIcon", publicName: "showFirstLastIcon", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, totalRecords: { classPropertyName: "totalRecords", publicName: "totalRecords", isSignal: false, isRequired: false, transformFunction: numberAttribute }, rows: { classPropertyName: "rows", publicName: "rows", isSignal: false, isRequired: false, transformFunction: numberAttribute }, rowsPerPageOptions: { classPropertyName: "rowsPerPageOptions", publicName: "rowsPerPageOptions", isSignal: false, isRequired: false, transformFunction: null }, showJumpToPageDropdown: { classPropertyName: "showJumpToPageDropdown", publicName: "showJumpToPageDropdown", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, showJumpToPageInput: { classPropertyName: "showJumpToPageInput", publicName: "showJumpToPageInput", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, jumpToPageItemTemplate: { classPropertyName: "jumpToPageItemTemplate", publicName: "jumpToPageItemTemplate", isSignal: false, isRequired: false, transformFunction: null }, showPageLinks: { classPropertyName: "showPageLinks", publicName: "showPageLinks", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, locale: { classPropertyName: "locale", publicName: "locale", isSignal: false, isRequired: false, transformFunction: null }, dropdownItemTemplate: { classPropertyName: "dropdownItemTemplate", publicName: "dropdownItemTemplate", isSignal: false, isRequired: false, transformFunction: null }, first: { classPropertyName: "first", publicName: "first", isSignal: false, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null } }, outputs: { onPageChange: "onPageChange" }, host: { properties: { "class": "cn(cx('paginator'), styleClass)", "style.display": "this.display" } }, providers: [PaginatorStyle, { provide: PAGINATOR_INSTANCE, useExisting: Paginator }, { provide: PARENT_INSTANCE, useExisting: Paginator }], queries: [{ propertyName: "dropdownIconTemplate", first: true, predicate: ["dropdownicon"] }, { propertyName: "firstPageLinkIconTemplate", first: true, predicate: ["firstpagelinkicon"] }, { propertyName: "previousPageLinkIconTemplate", first: true, predicate: ["previouspagelinkicon"] }, { propertyName: "lastPageLinkIconTemplate", first: true, predicate: ["lastpagelinkicon"] }, { propertyName: "nextPageLinkIconTemplate", first: true, predicate: ["nextpagelinkicon"] }, { propertyName: "templates", predicate: AglTemplate }], usesInheritance: true, hostDirectives: [{ directive: i1.Bind }], ngImport: i0, template: `
|
|
532
|
+
<div [aglBind]="ptm('contentStart')" [class]="cx('contentStart')" *ngIf="templateLeft">
|
|
533
|
+
<ng-container *ngTemplateOutlet="templateLeft; context: { $implicit: paginatorState }"></ng-container>
|
|
534
|
+
</div>
|
|
535
|
+
<span [aglBind]="ptm('current')" [class]="cx('current')" *ngIf="showCurrentPageReport">{{ currentPageReport }}</span>
|
|
536
|
+
<button [aglBind]="ptm('first')" *ngIf="showFirstLastIcon" type="button" (click)="changePageToFirst($event)" aglRipple [class]="cx('first')" [attr.aria-label]="getAriaLabel('firstPageLabel')">
|
|
537
|
+
<svg [aglBind]="ptm('firstIcon')" data-p-icon="angle-double-left" *ngIf="!firstPageLinkIconTemplate && !_firstPageLinkIconTemplate" [class]="cx('firstIcon')" />
|
|
538
|
+
<span [class]="cx('firstIcon')" *ngIf="firstPageLinkIconTemplate || _firstPageLinkIconTemplate">
|
|
539
|
+
<ng-template *ngTemplateOutlet="firstPageLinkIconTemplate || _firstPageLinkIconTemplate"></ng-template>
|
|
540
|
+
</span>
|
|
541
|
+
</button>
|
|
542
|
+
<button [aglBind]="ptm('prev')" type="button" [disabled]="isFirstPage() || empty()" (click)="changePageToPrev($event)" aglRipple [class]="cx('prev')" [attr.aria-label]="getAriaLabel('prevPageLabel')">
|
|
543
|
+
<svg [aglBind]="ptm('prevIcon')" data-p-icon="angle-left" *ngIf="!previousPageLinkIconTemplate && !_previousPageLinkIconTemplate" [class]="cx('prevIcon')" />
|
|
544
|
+
<span [class]="cx('prevIcon')" *ngIf="previousPageLinkIconTemplate || _previousPageLinkIconTemplate">
|
|
545
|
+
<ng-template *ngTemplateOutlet="previousPageLinkIconTemplate || _previousPageLinkIconTemplate"></ng-template>
|
|
546
|
+
</span>
|
|
547
|
+
</button>
|
|
548
|
+
<span [aglBind]="ptm('pages')" [class]="cx('pages')" *ngIf="showPageLinks">
|
|
549
|
+
<button
|
|
550
|
+
[aglBind]="ptm('page')"
|
|
551
|
+
type="button"
|
|
552
|
+
*ngFor="let pageLink of pageLinks"
|
|
553
|
+
[class]="cx('page', { pageLink })"
|
|
554
|
+
[attr.aria-label]="getPageAriaLabel(pageLink)"
|
|
555
|
+
[attr.aria-current]="pageLink - 1 == getPage() ? 'page' : undefined"
|
|
556
|
+
(click)="onPageLinkClick($event, pageLink - 1)"
|
|
557
|
+
aglRipple
|
|
558
|
+
>
|
|
559
|
+
{{ getLocalization(pageLink) }}
|
|
560
|
+
</button>
|
|
561
|
+
</span>
|
|
562
|
+
<agl-select
|
|
563
|
+
[options]="pageItems"
|
|
564
|
+
[ngModel]="getPage()"
|
|
565
|
+
*ngIf="showJumpToPageDropdown"
|
|
566
|
+
[disabled]="empty()"
|
|
567
|
+
[attr.aria-label]="getAriaLabel('jumpToPageDropdownLabel')"
|
|
568
|
+
[styleClass]="cx('pcJumpToPageDropdown')"
|
|
569
|
+
(onChange)="onPageDropdownChange($event)"
|
|
570
|
+
[appendTo]="dropdownAppendTo || $appendTo()"
|
|
571
|
+
[scrollHeight]="dropdownScrollHeight"
|
|
572
|
+
[pt]="ptm('pcJumpToPageDropdown')"
|
|
573
|
+
[unstyled]="unstyled()"
|
|
574
|
+
>
|
|
575
|
+
<ng-template aglTemplate="selectedItem">{{ currentPageReport }}</ng-template>
|
|
576
|
+
<ng-container *ngIf="jumpToPageItemTemplate">
|
|
577
|
+
<ng-template let-item aglTemplate="item">
|
|
578
|
+
<ng-container *ngTemplateOutlet="jumpToPageItemTemplate; context: { $implicit: item }"></ng-container>
|
|
579
|
+
</ng-template>
|
|
580
|
+
</ng-container>
|
|
581
|
+
<ng-template aglTemplate="dropdownicon" *ngIf="dropdownIconTemplate || _dropdownIconTemplate">
|
|
582
|
+
<ng-container *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate"></ng-container>
|
|
583
|
+
</ng-template>
|
|
584
|
+
</agl-select>
|
|
585
|
+
<button [aglBind]="ptm('next')" type="button" [disabled]="isLastPage() || empty()" (click)="changePageToNext($event)" aglRipple [class]="cx('next')" [attr.aria-label]="getAriaLabel('nextPageLabel')">
|
|
586
|
+
<svg [aglBind]="ptm('nextIcon')" data-p-icon="angle-right" *ngIf="!nextPageLinkIconTemplate && !_nextPageLinkIconTemplate" [class]="cx('nextIcon')" />
|
|
587
|
+
<span [class]="cx('nextIcon')" *ngIf="nextPageLinkIconTemplate || _nextPageLinkIconTemplate">
|
|
588
|
+
<ng-template *ngTemplateOutlet="nextPageLinkIconTemplate || _nextPageLinkIconTemplate"></ng-template>
|
|
589
|
+
</span>
|
|
590
|
+
</button>
|
|
591
|
+
<button [aglBind]="ptm('last')" *ngIf="showFirstLastIcon" type="button" [disabled]="isLastPage() || empty()" (click)="changePageToLast($event)" aglRipple [class]="cx('last')" [attr.aria-label]="getAriaLabel('lastPageLabel')">
|
|
592
|
+
<svg [aglBind]="ptm('lastIcon')" data-p-icon="angle-double-right" *ngIf="!lastPageLinkIconTemplate && !_lastPageLinkIconTemplate" [class]="cx('lastIcon')" />
|
|
593
|
+
<span [class]="cx('lastIcon')" *ngIf="lastPageLinkIconTemplate || _lastPageLinkIconTemplate">
|
|
594
|
+
<ng-template *ngTemplateOutlet="lastPageLinkIconTemplate || _lastPageLinkIconTemplate"></ng-template>
|
|
595
|
+
</span>
|
|
596
|
+
</button>
|
|
597
|
+
<agl-inputnumber [pt]="ptm('pcJumpToPageInput')" *ngIf="showJumpToPageInput" [ngModel]="currentPage()" [class]="cx('pcJumpToPageInput')" [disabled]="empty()" (ngModelChange)="changePage($event - 1)" [unstyled]="unstyled()"></agl-inputnumber>
|
|
598
|
+
<agl-select
|
|
599
|
+
[options]="rowsPerPageItems"
|
|
600
|
+
[(ngModel)]="rows"
|
|
601
|
+
*ngIf="rowsPerPageOptions"
|
|
602
|
+
[styleClass]="cx('pcRowPerPageDropdown')"
|
|
603
|
+
[disabled]="empty()"
|
|
604
|
+
(onChange)="onRppChange($event)"
|
|
605
|
+
[appendTo]="dropdownAppendTo || $appendTo()"
|
|
606
|
+
[scrollHeight]="dropdownScrollHeight"
|
|
607
|
+
[ariaLabel]="getAriaLabel('rowsPerPageLabel')"
|
|
608
|
+
[pt]="ptm('pcRowPerPageDropdown')"
|
|
609
|
+
[unstyled]="unstyled()"
|
|
610
|
+
>
|
|
611
|
+
<ng-container *ngIf="dropdownItemTemplate">
|
|
612
|
+
<ng-template let-item aglTemplate="item">
|
|
613
|
+
<ng-container *ngTemplateOutlet="dropdownItemTemplate; context: { $implicit: item }"></ng-container>
|
|
614
|
+
</ng-template>
|
|
615
|
+
</ng-container>
|
|
616
|
+
<ng-template aglTemplate="dropdownicon" *ngIf="dropdownIconTemplate || _dropdownIconTemplate">
|
|
617
|
+
<ng-container *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate"></ng-container>
|
|
618
|
+
</ng-template>
|
|
619
|
+
</agl-select>
|
|
620
|
+
<div [aglBind]="ptm('contentEnd')" [class]="cx('contentEnd')" *ngIf="templateRight">
|
|
621
|
+
<ng-container *ngTemplateOutlet="templateRight; context: { $implicit: paginatorState }"></ng-container>
|
|
622
|
+
</div>
|
|
623
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: Select, selector: "agl-select", inputs: ["id", "scrollHeight", "filter", "panelStyle", "styleClass", "panelStyleClass", "readonly", "editable", "tabindex", "placeholder", "loadingIcon", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "checkmark", "dropdownIcon", "loading", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "filterValue", "options", "appendTo", "motionOptions"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "component", type: InputNumber, selector: "agl-inputNumber, agl-inputnumber, agl-input-number", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "placeholder", "tabindex", "title", "ariaLabelledBy", "ariaDescribedBy", "ariaLabel", "ariaRequired", "autocomplete", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "autofocus"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: Ripple, selector: "[aglRipple]" }, { kind: "component", type: AngleDoubleLeftIcon, selector: "[data-p-icon=\"angle-double-left\"]" }, { kind: "component", type: AngleDoubleRightIcon, selector: "[data-p-icon=\"angle-double-right\"]" }, { kind: "component", type: AngleLeftIcon, selector: "[data-p-icon=\"angle-left\"]" }, { kind: "component", type: AngleRightIcon, selector: "[data-p-icon=\"angle-right\"]" }, { kind: "ngmodule", type: SharedModule }, { kind: "directive", type: i4.AglTemplate, selector: "[aglTemplate]", inputs: ["type", "aglTemplate"] }, { kind: "directive", type: Bind, selector: "[aglBind]", inputs: ["aglBind"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
624
|
+
}
|
|
625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Paginator, decorators: [{
|
|
626
|
+
type: Component,
|
|
627
|
+
args: [{
|
|
628
|
+
selector: 'agl-paginator',
|
|
629
|
+
standalone: true,
|
|
630
|
+
imports: [CommonModule, Select, InputNumber, FormsModule, Ripple, AngleDoubleLeftIcon, AngleDoubleRightIcon, AngleLeftIcon, AngleRightIcon, SharedModule, Bind],
|
|
631
|
+
template: `
|
|
632
|
+
<div [aglBind]="ptm('contentStart')" [class]="cx('contentStart')" *ngIf="templateLeft">
|
|
633
|
+
<ng-container *ngTemplateOutlet="templateLeft; context: { $implicit: paginatorState }"></ng-container>
|
|
634
|
+
</div>
|
|
635
|
+
<span [aglBind]="ptm('current')" [class]="cx('current')" *ngIf="showCurrentPageReport">{{ currentPageReport }}</span>
|
|
636
|
+
<button [aglBind]="ptm('first')" *ngIf="showFirstLastIcon" type="button" (click)="changePageToFirst($event)" aglRipple [class]="cx('first')" [attr.aria-label]="getAriaLabel('firstPageLabel')">
|
|
637
|
+
<svg [aglBind]="ptm('firstIcon')" data-p-icon="angle-double-left" *ngIf="!firstPageLinkIconTemplate && !_firstPageLinkIconTemplate" [class]="cx('firstIcon')" />
|
|
638
|
+
<span [class]="cx('firstIcon')" *ngIf="firstPageLinkIconTemplate || _firstPageLinkIconTemplate">
|
|
639
|
+
<ng-template *ngTemplateOutlet="firstPageLinkIconTemplate || _firstPageLinkIconTemplate"></ng-template>
|
|
640
|
+
</span>
|
|
641
|
+
</button>
|
|
642
|
+
<button [aglBind]="ptm('prev')" type="button" [disabled]="isFirstPage() || empty()" (click)="changePageToPrev($event)" aglRipple [class]="cx('prev')" [attr.aria-label]="getAriaLabel('prevPageLabel')">
|
|
643
|
+
<svg [aglBind]="ptm('prevIcon')" data-p-icon="angle-left" *ngIf="!previousPageLinkIconTemplate && !_previousPageLinkIconTemplate" [class]="cx('prevIcon')" />
|
|
644
|
+
<span [class]="cx('prevIcon')" *ngIf="previousPageLinkIconTemplate || _previousPageLinkIconTemplate">
|
|
645
|
+
<ng-template *ngTemplateOutlet="previousPageLinkIconTemplate || _previousPageLinkIconTemplate"></ng-template>
|
|
646
|
+
</span>
|
|
647
|
+
</button>
|
|
648
|
+
<span [aglBind]="ptm('pages')" [class]="cx('pages')" *ngIf="showPageLinks">
|
|
649
|
+
<button
|
|
650
|
+
[aglBind]="ptm('page')"
|
|
651
|
+
type="button"
|
|
652
|
+
*ngFor="let pageLink of pageLinks"
|
|
653
|
+
[class]="cx('page', { pageLink })"
|
|
654
|
+
[attr.aria-label]="getPageAriaLabel(pageLink)"
|
|
655
|
+
[attr.aria-current]="pageLink - 1 == getPage() ? 'page' : undefined"
|
|
656
|
+
(click)="onPageLinkClick($event, pageLink - 1)"
|
|
657
|
+
aglRipple
|
|
658
|
+
>
|
|
659
|
+
{{ getLocalization(pageLink) }}
|
|
660
|
+
</button>
|
|
661
|
+
</span>
|
|
662
|
+
<agl-select
|
|
663
|
+
[options]="pageItems"
|
|
664
|
+
[ngModel]="getPage()"
|
|
665
|
+
*ngIf="showJumpToPageDropdown"
|
|
666
|
+
[disabled]="empty()"
|
|
667
|
+
[attr.aria-label]="getAriaLabel('jumpToPageDropdownLabel')"
|
|
668
|
+
[styleClass]="cx('pcJumpToPageDropdown')"
|
|
669
|
+
(onChange)="onPageDropdownChange($event)"
|
|
670
|
+
[appendTo]="dropdownAppendTo || $appendTo()"
|
|
671
|
+
[scrollHeight]="dropdownScrollHeight"
|
|
672
|
+
[pt]="ptm('pcJumpToPageDropdown')"
|
|
673
|
+
[unstyled]="unstyled()"
|
|
674
|
+
>
|
|
675
|
+
<ng-template aglTemplate="selectedItem">{{ currentPageReport }}</ng-template>
|
|
676
|
+
<ng-container *ngIf="jumpToPageItemTemplate">
|
|
677
|
+
<ng-template let-item aglTemplate="item">
|
|
678
|
+
<ng-container *ngTemplateOutlet="jumpToPageItemTemplate; context: { $implicit: item }"></ng-container>
|
|
679
|
+
</ng-template>
|
|
680
|
+
</ng-container>
|
|
681
|
+
<ng-template aglTemplate="dropdownicon" *ngIf="dropdownIconTemplate || _dropdownIconTemplate">
|
|
682
|
+
<ng-container *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate"></ng-container>
|
|
683
|
+
</ng-template>
|
|
684
|
+
</agl-select>
|
|
685
|
+
<button [aglBind]="ptm('next')" type="button" [disabled]="isLastPage() || empty()" (click)="changePageToNext($event)" aglRipple [class]="cx('next')" [attr.aria-label]="getAriaLabel('nextPageLabel')">
|
|
686
|
+
<svg [aglBind]="ptm('nextIcon')" data-p-icon="angle-right" *ngIf="!nextPageLinkIconTemplate && !_nextPageLinkIconTemplate" [class]="cx('nextIcon')" />
|
|
687
|
+
<span [class]="cx('nextIcon')" *ngIf="nextPageLinkIconTemplate || _nextPageLinkIconTemplate">
|
|
688
|
+
<ng-template *ngTemplateOutlet="nextPageLinkIconTemplate || _nextPageLinkIconTemplate"></ng-template>
|
|
689
|
+
</span>
|
|
690
|
+
</button>
|
|
691
|
+
<button [aglBind]="ptm('last')" *ngIf="showFirstLastIcon" type="button" [disabled]="isLastPage() || empty()" (click)="changePageToLast($event)" aglRipple [class]="cx('last')" [attr.aria-label]="getAriaLabel('lastPageLabel')">
|
|
692
|
+
<svg [aglBind]="ptm('lastIcon')" data-p-icon="angle-double-right" *ngIf="!lastPageLinkIconTemplate && !_lastPageLinkIconTemplate" [class]="cx('lastIcon')" />
|
|
693
|
+
<span [class]="cx('lastIcon')" *ngIf="lastPageLinkIconTemplate || _lastPageLinkIconTemplate">
|
|
694
|
+
<ng-template *ngTemplateOutlet="lastPageLinkIconTemplate || _lastPageLinkIconTemplate"></ng-template>
|
|
695
|
+
</span>
|
|
696
|
+
</button>
|
|
697
|
+
<agl-inputnumber [pt]="ptm('pcJumpToPageInput')" *ngIf="showJumpToPageInput" [ngModel]="currentPage()" [class]="cx('pcJumpToPageInput')" [disabled]="empty()" (ngModelChange)="changePage($event - 1)" [unstyled]="unstyled()"></agl-inputnumber>
|
|
698
|
+
<agl-select
|
|
699
|
+
[options]="rowsPerPageItems"
|
|
700
|
+
[(ngModel)]="rows"
|
|
701
|
+
*ngIf="rowsPerPageOptions"
|
|
702
|
+
[styleClass]="cx('pcRowPerPageDropdown')"
|
|
703
|
+
[disabled]="empty()"
|
|
704
|
+
(onChange)="onRppChange($event)"
|
|
705
|
+
[appendTo]="dropdownAppendTo || $appendTo()"
|
|
706
|
+
[scrollHeight]="dropdownScrollHeight"
|
|
707
|
+
[ariaLabel]="getAriaLabel('rowsPerPageLabel')"
|
|
708
|
+
[pt]="ptm('pcRowPerPageDropdown')"
|
|
709
|
+
[unstyled]="unstyled()"
|
|
710
|
+
>
|
|
711
|
+
<ng-container *ngIf="dropdownItemTemplate">
|
|
712
|
+
<ng-template let-item aglTemplate="item">
|
|
713
|
+
<ng-container *ngTemplateOutlet="dropdownItemTemplate; context: { $implicit: item }"></ng-container>
|
|
714
|
+
</ng-template>
|
|
715
|
+
</ng-container>
|
|
716
|
+
<ng-template aglTemplate="dropdownicon" *ngIf="dropdownIconTemplate || _dropdownIconTemplate">
|
|
717
|
+
<ng-container *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate"></ng-container>
|
|
718
|
+
</ng-template>
|
|
719
|
+
</agl-select>
|
|
720
|
+
<div [aglBind]="ptm('contentEnd')" [class]="cx('contentEnd')" *ngIf="templateRight">
|
|
721
|
+
<ng-container *ngTemplateOutlet="templateRight; context: { $implicit: paginatorState }"></ng-container>
|
|
722
|
+
</div>
|
|
723
|
+
`,
|
|
724
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
725
|
+
encapsulation: ViewEncapsulation.None,
|
|
726
|
+
providers: [PaginatorStyle, { provide: PAGINATOR_INSTANCE, useExisting: Paginator }, { provide: PARENT_INSTANCE, useExisting: Paginator }],
|
|
727
|
+
host: {
|
|
728
|
+
'[class]': "cn(cx('paginator'), styleClass)"
|
|
729
|
+
},
|
|
730
|
+
hostDirectives: [Bind]
|
|
731
|
+
}]
|
|
732
|
+
}], ctorParameters: () => [], propDecorators: { pageLinkSize: [{
|
|
733
|
+
type: Input,
|
|
734
|
+
args: [{ transform: numberAttribute }]
|
|
735
|
+
}], styleClass: [{
|
|
736
|
+
type: Input
|
|
737
|
+
}], alwaysShow: [{
|
|
738
|
+
type: Input,
|
|
739
|
+
args: [{ transform: booleanAttribute }]
|
|
740
|
+
}], dropdownAppendTo: [{
|
|
741
|
+
type: Input
|
|
742
|
+
}], templateLeft: [{
|
|
743
|
+
type: Input
|
|
744
|
+
}], templateRight: [{
|
|
745
|
+
type: Input
|
|
746
|
+
}], dropdownScrollHeight: [{
|
|
747
|
+
type: Input
|
|
748
|
+
}], currentPageReportTemplate: [{
|
|
749
|
+
type: Input
|
|
750
|
+
}], showCurrentPageReport: [{
|
|
751
|
+
type: Input,
|
|
752
|
+
args: [{ transform: booleanAttribute }]
|
|
753
|
+
}], showFirstLastIcon: [{
|
|
754
|
+
type: Input,
|
|
755
|
+
args: [{ transform: booleanAttribute }]
|
|
756
|
+
}], totalRecords: [{
|
|
757
|
+
type: Input,
|
|
758
|
+
args: [{ transform: numberAttribute }]
|
|
759
|
+
}], rows: [{
|
|
760
|
+
type: Input,
|
|
761
|
+
args: [{ transform: numberAttribute }]
|
|
762
|
+
}], rowsPerPageOptions: [{
|
|
763
|
+
type: Input
|
|
764
|
+
}], showJumpToPageDropdown: [{
|
|
765
|
+
type: Input,
|
|
766
|
+
args: [{ transform: booleanAttribute }]
|
|
767
|
+
}], showJumpToPageInput: [{
|
|
768
|
+
type: Input,
|
|
769
|
+
args: [{ transform: booleanAttribute }]
|
|
770
|
+
}], jumpToPageItemTemplate: [{
|
|
771
|
+
type: Input
|
|
772
|
+
}], showPageLinks: [{
|
|
773
|
+
type: Input,
|
|
774
|
+
args: [{ transform: booleanAttribute }]
|
|
775
|
+
}], locale: [{
|
|
776
|
+
type: Input
|
|
777
|
+
}], dropdownItemTemplate: [{
|
|
778
|
+
type: Input
|
|
779
|
+
}], first: [{
|
|
780
|
+
type: Input
|
|
781
|
+
}], appendTo: [{ type: i0.Input, args: [{ isSignal: true, alias: "appendTo", required: false }] }], onPageChange: [{
|
|
782
|
+
type: Output
|
|
783
|
+
}], dropdownIconTemplate: [{
|
|
784
|
+
type: ContentChild,
|
|
785
|
+
args: ['dropdownicon', { descendants: false }]
|
|
786
|
+
}], firstPageLinkIconTemplate: [{
|
|
787
|
+
type: ContentChild,
|
|
788
|
+
args: ['firstpagelinkicon', { descendants: false }]
|
|
789
|
+
}], previousPageLinkIconTemplate: [{
|
|
790
|
+
type: ContentChild,
|
|
791
|
+
args: ['previouspagelinkicon', { descendants: false }]
|
|
792
|
+
}], lastPageLinkIconTemplate: [{
|
|
793
|
+
type: ContentChild,
|
|
794
|
+
args: ['lastpagelinkicon', { descendants: false }]
|
|
795
|
+
}], nextPageLinkIconTemplate: [{
|
|
796
|
+
type: ContentChild,
|
|
797
|
+
args: ['nextpagelinkicon', { descendants: false }]
|
|
798
|
+
}], templates: [{
|
|
799
|
+
type: ContentChildren,
|
|
800
|
+
args: [AglTemplate]
|
|
801
|
+
}], display: [{
|
|
802
|
+
type: HostBinding,
|
|
803
|
+
args: ['style.display']
|
|
804
|
+
}] } });
|
|
805
|
+
class PaginatorModule {
|
|
806
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PaginatorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
807
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: PaginatorModule, imports: [Paginator, SharedModule], exports: [Paginator, SharedModule] });
|
|
808
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PaginatorModule, imports: [Paginator, SharedModule, SharedModule] });
|
|
809
|
+
}
|
|
810
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: PaginatorModule, decorators: [{
|
|
811
|
+
type: NgModule,
|
|
812
|
+
args: [{
|
|
813
|
+
imports: [Paginator, SharedModule],
|
|
814
|
+
exports: [Paginator, SharedModule]
|
|
815
|
+
}]
|
|
816
|
+
}] });
|
|
817
|
+
|
|
818
|
+
/**
|
|
819
|
+
* Generated bundle index. Do not edit.
|
|
820
|
+
*/
|
|
821
|
+
|
|
822
|
+
export { Paginator, PaginatorClasses, PaginatorModule, PaginatorStyle };
|
|
823
|
+
//# sourceMappingURL=anguless-angulux-paginator.mjs.map
|