@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,782 @@
|
|
|
1
|
+
export * from '@anguless/angulux/types/drawer';
|
|
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, computed, EventEmitter, booleanAttribute, numberAttribute, ContentChildren, ContentChild, ViewChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
6
|
+
import { setAttribute, addClass, removeClass, appendChild } from '@anguless/angulux-utils';
|
|
7
|
+
import { SharedModule, AglTemplate } from '@anguless/angulux/api';
|
|
8
|
+
import { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';
|
|
9
|
+
import * as i1 from '@anguless/angulux/bind';
|
|
10
|
+
import { Bind } from '@anguless/angulux/bind';
|
|
11
|
+
import { Button } from '@anguless/angulux/button';
|
|
12
|
+
import { blockBodyScroll, unblockBodyScroll } from '@anguless/angulux/dom';
|
|
13
|
+
import * as i3 from '@anguless/angulux/focustrap';
|
|
14
|
+
import { FocusTrapModule } from '@anguless/angulux/focustrap';
|
|
15
|
+
import { TimesIcon } from '@anguless/angulux/icons';
|
|
16
|
+
import * as i4 from '@anguless/angulux/motion';
|
|
17
|
+
import { MotionModule } from '@anguless/angulux/motion';
|
|
18
|
+
import { ZIndexUtils } from '@anguless/angulux/utils';
|
|
19
|
+
import { style as style$1 } from '@anguless/angulux-styles/drawer';
|
|
20
|
+
import { BaseStyle } from '@anguless/angulux/base';
|
|
21
|
+
|
|
22
|
+
const style = /*css*/ `
|
|
23
|
+
${style$1}
|
|
24
|
+
|
|
25
|
+
/** For AnguluxConfig **/
|
|
26
|
+
.p-drawer {
|
|
27
|
+
position: fixed;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.p-drawer-left {
|
|
31
|
+
top: 0;
|
|
32
|
+
left: 0;
|
|
33
|
+
width: 20rem;
|
|
34
|
+
height: 100%;
|
|
35
|
+
border-inline-end-width: 1px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.p-drawer-right {
|
|
39
|
+
top: 0;
|
|
40
|
+
right: 0;
|
|
41
|
+
width: 20rem;
|
|
42
|
+
height: 100%;
|
|
43
|
+
border-inline-start-width: 1px;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.p-drawer-top {
|
|
47
|
+
top: 0;
|
|
48
|
+
left: 0;
|
|
49
|
+
width: 100%;
|
|
50
|
+
height: 10rem;
|
|
51
|
+
border-block-end-width: 1px;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.p-drawer-bottom {
|
|
55
|
+
bottom: 0;
|
|
56
|
+
left: 0;
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 10rem;
|
|
59
|
+
border-block-start-width: 1px;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.p-drawer-full {
|
|
63
|
+
width: 100%;
|
|
64
|
+
height: 100%;
|
|
65
|
+
top: 0;
|
|
66
|
+
left: 0;
|
|
67
|
+
-webkit-transition: none;
|
|
68
|
+
transition: none;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
/* Animations */
|
|
72
|
+
.p-drawer-enter-left {
|
|
73
|
+
animation: p-animate-drawer-enter-left 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.p-drawer-leave-left {
|
|
77
|
+
animation: p-animate-drawer-leave-left 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.p-drawer-enter-right {
|
|
81
|
+
animation: p-animate-drawer-enter-right 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.p-drawer-leave-right {
|
|
85
|
+
animation: p-animate-drawer-leave-right 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.p-drawer-enter-top {
|
|
89
|
+
animation: p-animate-drawer-enter-top 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.p-drawer-leave-top {
|
|
93
|
+
animation: p-animate-drawer-leave-top 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.p-drawer-enter-bottom {
|
|
97
|
+
animation: p-animate-drawer-enter-bottom 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.p-drawer-leave-bottom {
|
|
101
|
+
animation: p-animate-drawer-leave-bottom 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.p-drawer-enter-full {
|
|
105
|
+
animation: p-animate-drawer-enter-full 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.p-drawer-leave-full {
|
|
109
|
+
animation: p-animate-drawer-leave-full 0.5s cubic-bezier(0.32, 0.72, 0, 1);
|
|
110
|
+
}
|
|
111
|
+
`;
|
|
112
|
+
const classes = {
|
|
113
|
+
mask: ({ instance }) => ['p-drawer-mask', { [`p-overlay-mask p-overlay-mask-enter-active`]: instance.modal }, { 'p-drawer-full': instance.fullScreen() }],
|
|
114
|
+
root: ({ instance }) => [
|
|
115
|
+
'p-drawer p-component',
|
|
116
|
+
{
|
|
117
|
+
'p-drawer-full': instance.fullScreen(),
|
|
118
|
+
'p-drawer-open': instance.visible
|
|
119
|
+
},
|
|
120
|
+
`p-drawer-${instance.position()}`
|
|
121
|
+
],
|
|
122
|
+
header: 'p-drawer-header',
|
|
123
|
+
title: 'p-drawer-title',
|
|
124
|
+
pcCloseButton: 'p-drawer-close-button',
|
|
125
|
+
content: 'p-drawer-content',
|
|
126
|
+
footer: 'p-drawer-footer'
|
|
127
|
+
};
|
|
128
|
+
class DrawerStyle extends BaseStyle {
|
|
129
|
+
name = 'drawer';
|
|
130
|
+
style = style;
|
|
131
|
+
classes = classes;
|
|
132
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DrawerStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
133
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DrawerStyle });
|
|
134
|
+
}
|
|
135
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DrawerStyle, decorators: [{
|
|
136
|
+
type: Injectable
|
|
137
|
+
}] });
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
* Drawer is a panel component displayed as an overlay at the edges of the screen.
|
|
141
|
+
*
|
|
142
|
+
* @module drawerstyle
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
var DrawerClasses;
|
|
146
|
+
(function (DrawerClasses) {
|
|
147
|
+
/**
|
|
148
|
+
* Class name of the mask element
|
|
149
|
+
*/
|
|
150
|
+
DrawerClasses["mask"] = "p-drawer-mask";
|
|
151
|
+
/**
|
|
152
|
+
* Class name of the root element
|
|
153
|
+
*/
|
|
154
|
+
DrawerClasses["root"] = "p-drawer";
|
|
155
|
+
/**
|
|
156
|
+
* Class name of the header element
|
|
157
|
+
*/
|
|
158
|
+
DrawerClasses["header"] = "p-drawer-header";
|
|
159
|
+
/**
|
|
160
|
+
* Class name of the title element
|
|
161
|
+
*/
|
|
162
|
+
DrawerClasses["title"] = "p-drawer-title";
|
|
163
|
+
/**
|
|
164
|
+
* Class name of the close button element
|
|
165
|
+
*/
|
|
166
|
+
DrawerClasses["pcCloseButton"] = "p-drawer-close-button";
|
|
167
|
+
/**
|
|
168
|
+
* Class name of the content element
|
|
169
|
+
*/
|
|
170
|
+
DrawerClasses["content"] = "p-drawer-content";
|
|
171
|
+
})(DrawerClasses || (DrawerClasses = {}));
|
|
172
|
+
|
|
173
|
+
const DRAWER_INSTANCE = new InjectionToken('DRAWER_INSTANCE');
|
|
174
|
+
/**
|
|
175
|
+
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
|
|
176
|
+
* @group Components
|
|
177
|
+
*/
|
|
178
|
+
class Drawer extends BaseComponent {
|
|
179
|
+
componentName = 'Drawer';
|
|
180
|
+
$pcDrawer = inject(DRAWER_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;
|
|
181
|
+
bindDirectiveInstance = inject(Bind, { self: true });
|
|
182
|
+
onAfterViewChecked() {
|
|
183
|
+
this.bindDirectiveInstance.setAttrs(this.ptm('host'));
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* 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).
|
|
187
|
+
* @defaultValue 'self'
|
|
188
|
+
* @group Props
|
|
189
|
+
*/
|
|
190
|
+
appendTo = input(undefined, /* @ts-ignore */
|
|
191
|
+
...(ngDevMode ? [{ debugName: "appendTo" }] : /* istanbul ignore next */ []));
|
|
192
|
+
/**
|
|
193
|
+
* The motion options.
|
|
194
|
+
* @group Props
|
|
195
|
+
*/
|
|
196
|
+
motionOptions = input(undefined, /* @ts-ignore */
|
|
197
|
+
...(ngDevMode ? [{ debugName: "motionOptions" }] : /* istanbul ignore next */ []));
|
|
198
|
+
computedMotionOptions = computed(() => {
|
|
199
|
+
return {
|
|
200
|
+
...this.ptm('motion'),
|
|
201
|
+
...this.motionOptions()
|
|
202
|
+
};
|
|
203
|
+
}, /* @ts-ignore */
|
|
204
|
+
...(ngDevMode ? [{ debugName: "computedMotionOptions" }] : /* istanbul ignore next */ []));
|
|
205
|
+
/**
|
|
206
|
+
* Whether to block scrolling of the document when drawer is active.
|
|
207
|
+
* @group Props
|
|
208
|
+
*/
|
|
209
|
+
blockScroll = false;
|
|
210
|
+
/**
|
|
211
|
+
* Inline style of the component.
|
|
212
|
+
* @group Props
|
|
213
|
+
*/
|
|
214
|
+
style;
|
|
215
|
+
/**
|
|
216
|
+
* Style class of the component.
|
|
217
|
+
* @group Props
|
|
218
|
+
*/
|
|
219
|
+
styleClass;
|
|
220
|
+
/**
|
|
221
|
+
* Aria label of the close icon.
|
|
222
|
+
* @group Props
|
|
223
|
+
*/
|
|
224
|
+
ariaCloseLabel;
|
|
225
|
+
/**
|
|
226
|
+
* Whether to automatically manage layering.
|
|
227
|
+
* @group Props
|
|
228
|
+
*/
|
|
229
|
+
autoZIndex = true;
|
|
230
|
+
/**
|
|
231
|
+
* Base zIndex value to use in layering.
|
|
232
|
+
* @group Props
|
|
233
|
+
*/
|
|
234
|
+
baseZIndex = 0;
|
|
235
|
+
/**
|
|
236
|
+
* Whether an overlay mask is displayed behind the drawer.
|
|
237
|
+
* @group Props
|
|
238
|
+
*/
|
|
239
|
+
modal = true;
|
|
240
|
+
/**
|
|
241
|
+
* Used to pass all properties of the ButtonProps to the Button component.
|
|
242
|
+
* @group Props
|
|
243
|
+
*/
|
|
244
|
+
closeButtonProps = { severity: 'secondary', text: true, rounded: true };
|
|
245
|
+
/**
|
|
246
|
+
* Whether to dismiss drawer on click of the mask.
|
|
247
|
+
* @group Props
|
|
248
|
+
*/
|
|
249
|
+
dismissible = true;
|
|
250
|
+
/**
|
|
251
|
+
* Whether to display the close icon.
|
|
252
|
+
* @group Props
|
|
253
|
+
* @deprecated use 'closable' instead.
|
|
254
|
+
*/
|
|
255
|
+
showCloseIcon = true;
|
|
256
|
+
/**
|
|
257
|
+
* Specifies if pressing escape key should hide the drawer.
|
|
258
|
+
* @group Props
|
|
259
|
+
*/
|
|
260
|
+
closeOnEscape = true;
|
|
261
|
+
/**
|
|
262
|
+
* Transition options of the animation.
|
|
263
|
+
* @group Props
|
|
264
|
+
* @deprecated since v21.0.0. Use `motionOptions` instead.
|
|
265
|
+
*/
|
|
266
|
+
transitionOptions = '150ms cubic-bezier(0, 0, 0.2, 1)';
|
|
267
|
+
/**
|
|
268
|
+
* The visible property is an input that determines the visibility of the component.
|
|
269
|
+
* @defaultValue false
|
|
270
|
+
* @group Props
|
|
271
|
+
*/
|
|
272
|
+
get visible() {
|
|
273
|
+
return this._visible ?? false;
|
|
274
|
+
}
|
|
275
|
+
set visible(value) {
|
|
276
|
+
this._visible = value;
|
|
277
|
+
if (this._visible && !this.modalVisible) {
|
|
278
|
+
this.modalVisible = true;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Specifies the position of the drawer, valid values are "left", "right", "bottom" and "top".
|
|
283
|
+
* @defaultValue 'left'
|
|
284
|
+
* @group Props
|
|
285
|
+
*/
|
|
286
|
+
position = input('left', /* @ts-ignore */
|
|
287
|
+
...(ngDevMode ? [{ debugName: "position" }] : /* istanbul ignore next */ []));
|
|
288
|
+
/**
|
|
289
|
+
* Adds a close icon to the header to hide the dialog.
|
|
290
|
+
* @defaultValue false
|
|
291
|
+
* @group Props
|
|
292
|
+
*/
|
|
293
|
+
fullScreen = input(false, /* @ts-ignore */
|
|
294
|
+
...(ngDevMode ? [{ debugName: "fullScreen" }] : /* istanbul ignore next */ []));
|
|
295
|
+
$enterAnimation = computed(() => (this.fullScreen() ? 'p-drawer-enter-full' : `p-drawer-enter-${this.position()}`), /* @ts-ignore */
|
|
296
|
+
...(ngDevMode ? [{ debugName: "$enterAnimation" }] : /* istanbul ignore next */ []));
|
|
297
|
+
$leaveAnimation = computed(() => (this.fullScreen() ? 'p-drawer-leave-full' : `p-drawer-leave-${this.position()}`), /* @ts-ignore */
|
|
298
|
+
...(ngDevMode ? [{ debugName: "$leaveAnimation" }] : /* istanbul ignore next */ []));
|
|
299
|
+
/**
|
|
300
|
+
* Title content of the dialog.
|
|
301
|
+
* @group Props
|
|
302
|
+
*/
|
|
303
|
+
header;
|
|
304
|
+
/**
|
|
305
|
+
* Style of the mask.
|
|
306
|
+
* @group Props
|
|
307
|
+
*/
|
|
308
|
+
maskStyle;
|
|
309
|
+
/**
|
|
310
|
+
* Whether to display close button.
|
|
311
|
+
* @group Props
|
|
312
|
+
* @defaultValue true
|
|
313
|
+
*/
|
|
314
|
+
closable = true;
|
|
315
|
+
/**
|
|
316
|
+
* Callback to invoke when dialog is shown.
|
|
317
|
+
* @group Emits
|
|
318
|
+
*/
|
|
319
|
+
onShow = new EventEmitter();
|
|
320
|
+
/**
|
|
321
|
+
* Callback to invoke when dialog is hidden.
|
|
322
|
+
* @group Emits
|
|
323
|
+
*/
|
|
324
|
+
onHide = new EventEmitter();
|
|
325
|
+
/**
|
|
326
|
+
* Callback to invoke when dialog visibility is changed.
|
|
327
|
+
* @param {boolean} value - Visible value.
|
|
328
|
+
* @group Emits
|
|
329
|
+
*/
|
|
330
|
+
visibleChange = new EventEmitter();
|
|
331
|
+
containerViewChild;
|
|
332
|
+
closeButtonViewChild;
|
|
333
|
+
initialized;
|
|
334
|
+
_visible;
|
|
335
|
+
_position = 'left';
|
|
336
|
+
_fullScreen = false;
|
|
337
|
+
modalVisible = false;
|
|
338
|
+
container;
|
|
339
|
+
mask;
|
|
340
|
+
maskClickListener;
|
|
341
|
+
documentEscapeListener;
|
|
342
|
+
animationEndListener;
|
|
343
|
+
_componentStyle = inject(DrawerStyle);
|
|
344
|
+
onAfterViewInit() {
|
|
345
|
+
this.initialized = true;
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Custom header template.
|
|
349
|
+
* @group Templates
|
|
350
|
+
*/
|
|
351
|
+
headerTemplate;
|
|
352
|
+
/**
|
|
353
|
+
* Custom footer template.
|
|
354
|
+
* @group Templates
|
|
355
|
+
*/
|
|
356
|
+
footerTemplate;
|
|
357
|
+
/**
|
|
358
|
+
* Custom content template.
|
|
359
|
+
* @group Templates
|
|
360
|
+
*/
|
|
361
|
+
contentTemplate;
|
|
362
|
+
/**
|
|
363
|
+
* Custom close icon template.
|
|
364
|
+
* @group Templates
|
|
365
|
+
*/
|
|
366
|
+
closeIconTemplate;
|
|
367
|
+
/**
|
|
368
|
+
* Custom headless template to replace the entire drawer content.
|
|
369
|
+
* @group Templates
|
|
370
|
+
*/
|
|
371
|
+
headlessTemplate;
|
|
372
|
+
$appendTo = computed(() => this.appendTo() || this.config.overlayAppendTo(), /* @ts-ignore */
|
|
373
|
+
...(ngDevMode ? [{ debugName: "$appendTo" }] : /* istanbul ignore next */ []));
|
|
374
|
+
_headerTemplate;
|
|
375
|
+
_footerTemplate;
|
|
376
|
+
_contentTemplate;
|
|
377
|
+
_closeIconTemplate;
|
|
378
|
+
_headlessTemplate;
|
|
379
|
+
templates;
|
|
380
|
+
onAfterContentInit() {
|
|
381
|
+
this.templates?.forEach((item) => {
|
|
382
|
+
switch (item.getType()) {
|
|
383
|
+
case 'content':
|
|
384
|
+
this._contentTemplate = item.template;
|
|
385
|
+
break;
|
|
386
|
+
case 'header':
|
|
387
|
+
this._headerTemplate = item.template;
|
|
388
|
+
break;
|
|
389
|
+
case 'footer':
|
|
390
|
+
this._footerTemplate = item.template;
|
|
391
|
+
break;
|
|
392
|
+
case 'closeicon':
|
|
393
|
+
this._closeIconTemplate = item.template;
|
|
394
|
+
break;
|
|
395
|
+
case 'headless':
|
|
396
|
+
this._headlessTemplate = item.template;
|
|
397
|
+
break;
|
|
398
|
+
default:
|
|
399
|
+
this._contentTemplate = item.template;
|
|
400
|
+
break;
|
|
401
|
+
}
|
|
402
|
+
});
|
|
403
|
+
}
|
|
404
|
+
onKeyDown(event) {
|
|
405
|
+
if (event.code === 'Escape') {
|
|
406
|
+
this.hide(false);
|
|
407
|
+
}
|
|
408
|
+
}
|
|
409
|
+
show() {
|
|
410
|
+
this.container?.setAttribute(this.$attrSelector, '');
|
|
411
|
+
if (this.autoZIndex) {
|
|
412
|
+
ZIndexUtils.set('modal', this.container, this.baseZIndex || this.config.zIndex.modal);
|
|
413
|
+
}
|
|
414
|
+
if (this.modal) {
|
|
415
|
+
this.enableModality();
|
|
416
|
+
}
|
|
417
|
+
this.onShow.emit({});
|
|
418
|
+
this.visibleChange.emit(true);
|
|
419
|
+
}
|
|
420
|
+
hide(emit = true) {
|
|
421
|
+
if (emit) {
|
|
422
|
+
this.onHide.emit({});
|
|
423
|
+
}
|
|
424
|
+
if (this.modal) {
|
|
425
|
+
this.disableModality();
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
close(event) {
|
|
429
|
+
this.hide();
|
|
430
|
+
this.visibleChange.emit(false);
|
|
431
|
+
this.cd.markForCheck();
|
|
432
|
+
event.preventDefault();
|
|
433
|
+
}
|
|
434
|
+
enableModality() {
|
|
435
|
+
const activeDrawers = this.document.querySelectorAll('[data-p-open="true"]');
|
|
436
|
+
const activeDrawersLength = activeDrawers.length;
|
|
437
|
+
const zIndex = activeDrawersLength == 1 ? String(parseInt(this.container.style.zIndex) - 1) : String(parseInt(activeDrawers[activeDrawersLength - 1].style.zIndex) - 1);
|
|
438
|
+
if (!this.mask) {
|
|
439
|
+
this.mask = this.renderer.createElement('div');
|
|
440
|
+
if (this.mask) {
|
|
441
|
+
const style = `z-index: ${zIndex};${this.getMaskStyle()}`;
|
|
442
|
+
setAttribute(this.mask, 'style', style);
|
|
443
|
+
setAttribute(this.mask, 'data-p', this.dataP);
|
|
444
|
+
addClass(this.mask, this.cx('mask'));
|
|
445
|
+
}
|
|
446
|
+
if (this.dismissible) {
|
|
447
|
+
this.maskClickListener = this.renderer.listen(this.mask, 'click', (event) => {
|
|
448
|
+
if (this.dismissible) {
|
|
449
|
+
this.close(event);
|
|
450
|
+
}
|
|
451
|
+
});
|
|
452
|
+
}
|
|
453
|
+
this.renderer.appendChild(this.document.body, this.mask);
|
|
454
|
+
if (this.blockScroll) {
|
|
455
|
+
blockBodyScroll();
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
getMaskStyle() {
|
|
460
|
+
return this.maskStyle
|
|
461
|
+
? Object.entries(this.maskStyle)
|
|
462
|
+
.map(([key, value]) => `${key}: ${value}`)
|
|
463
|
+
.join('; ')
|
|
464
|
+
: '';
|
|
465
|
+
}
|
|
466
|
+
disableModality() {
|
|
467
|
+
if (this.mask) {
|
|
468
|
+
!this.$unstyled() && removeClass(this.mask, 'p-overlay-mask-enter-active');
|
|
469
|
+
!this.$unstyled() && addClass(this.mask, 'p-overlay-mask-leave-active');
|
|
470
|
+
this.animationEndListener = this.renderer.listen(this.mask, 'animationend', this.destroyModal.bind(this));
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
destroyModal() {
|
|
474
|
+
this.unbindMaskClickListener();
|
|
475
|
+
if (this.mask) {
|
|
476
|
+
this.renderer.removeChild(this.document.body, this.mask);
|
|
477
|
+
}
|
|
478
|
+
if (this.blockScroll) {
|
|
479
|
+
unblockBodyScroll();
|
|
480
|
+
}
|
|
481
|
+
this.unbindAnimationEndListener();
|
|
482
|
+
this.mask = null;
|
|
483
|
+
}
|
|
484
|
+
onBeforeEnter(event) {
|
|
485
|
+
this.container = event.element;
|
|
486
|
+
this.appendContainer();
|
|
487
|
+
this.show();
|
|
488
|
+
if (this.closeOnEscape) {
|
|
489
|
+
this.bindDocumentEscapeListener();
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
onAfterLeave() {
|
|
493
|
+
this.hide(false);
|
|
494
|
+
ZIndexUtils.clear(this.container);
|
|
495
|
+
this.unbindGlobalListeners();
|
|
496
|
+
this.modalVisible = false;
|
|
497
|
+
this.container = null;
|
|
498
|
+
}
|
|
499
|
+
appendContainer() {
|
|
500
|
+
if (this.$appendTo() && this.$appendTo() !== 'self') {
|
|
501
|
+
if (this.$appendTo() === 'body') {
|
|
502
|
+
appendChild(this.document.body, this.container);
|
|
503
|
+
}
|
|
504
|
+
else {
|
|
505
|
+
appendChild(this.$appendTo(), this.container);
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
}
|
|
509
|
+
bindDocumentEscapeListener() {
|
|
510
|
+
const documentTarget = this.el ? this.el.nativeElement.ownerDocument : this.document;
|
|
511
|
+
this.documentEscapeListener = this.renderer.listen(documentTarget, 'keydown', (event) => {
|
|
512
|
+
if (event.which == 27) {
|
|
513
|
+
if (parseInt(this.container?.style.zIndex) === ZIndexUtils.get(this.container)) {
|
|
514
|
+
this.close(event);
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
});
|
|
518
|
+
}
|
|
519
|
+
unbindDocumentEscapeListener() {
|
|
520
|
+
if (this.documentEscapeListener) {
|
|
521
|
+
this.documentEscapeListener();
|
|
522
|
+
this.documentEscapeListener = null;
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
unbindMaskClickListener() {
|
|
526
|
+
if (this.maskClickListener) {
|
|
527
|
+
this.maskClickListener();
|
|
528
|
+
this.maskClickListener = null;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
unbindGlobalListeners() {
|
|
532
|
+
this.unbindMaskClickListener();
|
|
533
|
+
this.unbindDocumentEscapeListener();
|
|
534
|
+
}
|
|
535
|
+
unbindAnimationEndListener() {
|
|
536
|
+
if (this.animationEndListener && this.mask) {
|
|
537
|
+
this.animationEndListener();
|
|
538
|
+
this.animationEndListener = null;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
onDestroy() {
|
|
542
|
+
this.initialized = false;
|
|
543
|
+
if (this.visible && this.modal) {
|
|
544
|
+
this.destroyModal();
|
|
545
|
+
}
|
|
546
|
+
if (this.$appendTo() && this.container) {
|
|
547
|
+
this.renderer.appendChild(this.el.nativeElement, this.container);
|
|
548
|
+
}
|
|
549
|
+
if (this.container && this.autoZIndex) {
|
|
550
|
+
ZIndexUtils.clear(this.container);
|
|
551
|
+
}
|
|
552
|
+
this.container = null;
|
|
553
|
+
this.unbindGlobalListeners();
|
|
554
|
+
this.unbindAnimationEndListener();
|
|
555
|
+
}
|
|
556
|
+
get dataP() {
|
|
557
|
+
return this.cn({
|
|
558
|
+
'full-screen': this.position() === 'full',
|
|
559
|
+
[this.position()]: this.position(),
|
|
560
|
+
open: this.visible,
|
|
561
|
+
modal: this.modal
|
|
562
|
+
});
|
|
563
|
+
}
|
|
564
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Drawer, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
565
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "22.0.8", type: Drawer, isStandalone: true, selector: "agl-drawer", inputs: { appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, motionOptions: { classPropertyName: "motionOptions", publicName: "motionOptions", isSignal: true, isRequired: false, transformFunction: null }, blockScroll: { classPropertyName: "blockScroll", publicName: "blockScroll", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, style: { classPropertyName: "style", publicName: "style", isSignal: false, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: false, isRequired: false, transformFunction: null }, ariaCloseLabel: { classPropertyName: "ariaCloseLabel", publicName: "ariaCloseLabel", isSignal: false, isRequired: false, transformFunction: null }, autoZIndex: { classPropertyName: "autoZIndex", publicName: "autoZIndex", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, baseZIndex: { classPropertyName: "baseZIndex", publicName: "baseZIndex", isSignal: false, isRequired: false, transformFunction: numberAttribute }, modal: { classPropertyName: "modal", publicName: "modal", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, closeButtonProps: { classPropertyName: "closeButtonProps", publicName: "closeButtonProps", isSignal: false, isRequired: false, transformFunction: null }, dismissible: { classPropertyName: "dismissible", publicName: "dismissible", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, showCloseIcon: { classPropertyName: "showCloseIcon", publicName: "showCloseIcon", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, closeOnEscape: { classPropertyName: "closeOnEscape", publicName: "closeOnEscape", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, transitionOptions: { classPropertyName: "transitionOptions", publicName: "transitionOptions", isSignal: false, isRequired: false, transformFunction: null }, visible: { classPropertyName: "visible", publicName: "visible", isSignal: false, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "position", isSignal: true, isRequired: false, transformFunction: null }, fullScreen: { classPropertyName: "fullScreen", publicName: "fullScreen", isSignal: true, isRequired: false, transformFunction: null }, header: { classPropertyName: "header", publicName: "header", isSignal: false, isRequired: false, transformFunction: null }, maskStyle: { classPropertyName: "maskStyle", publicName: "maskStyle", isSignal: false, isRequired: false, transformFunction: null }, closable: { classPropertyName: "closable", publicName: "closable", isSignal: false, isRequired: false, transformFunction: booleanAttribute } }, outputs: { onShow: "onShow", onHide: "onHide", visibleChange: "visibleChange" }, providers: [DrawerStyle, { provide: DRAWER_INSTANCE, useExisting: Drawer }, { provide: PARENT_INSTANCE, useExisting: Drawer }], queries: [{ propertyName: "headerTemplate", first: true, predicate: ["header"] }, { propertyName: "footerTemplate", first: true, predicate: ["footer"] }, { propertyName: "contentTemplate", first: true, predicate: ["content"] }, { propertyName: "closeIconTemplate", first: true, predicate: ["closeicon"] }, { propertyName: "headlessTemplate", first: true, predicate: ["headless"] }, { propertyName: "templates", predicate: AglTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "closeButtonViewChild", first: true, predicate: ["closeButton"], descendants: true }], usesInheritance: true, hostDirectives: [{ directive: i1.Bind }], ngImport: i0, template: `
|
|
566
|
+
@if (modalVisible) {
|
|
567
|
+
<div
|
|
568
|
+
#container
|
|
569
|
+
[aglBind]="ptm('root')"
|
|
570
|
+
[aglMotion]="visible"
|
|
571
|
+
[aglMotionAppear]="true"
|
|
572
|
+
[aglMotionEnterActiveClass]="$enterAnimation()"
|
|
573
|
+
[aglMotionLeaveActiveClass]="$leaveAnimation()"
|
|
574
|
+
[aglMotionOptions]="computedMotionOptions()"
|
|
575
|
+
(aglMotionOnBeforeEnter)="onBeforeEnter($event)"
|
|
576
|
+
(aglMotionOnAfterLeave)="onAfterLeave($event)"
|
|
577
|
+
[class]="cn(cx('root'), styleClass)"
|
|
578
|
+
[style]="style"
|
|
579
|
+
role="complementary"
|
|
580
|
+
(keydown)="onKeyDown($event)"
|
|
581
|
+
aglFocusTrap
|
|
582
|
+
[attr.data-p]="dataP"
|
|
583
|
+
[attr.data-p-open]="visible"
|
|
584
|
+
>
|
|
585
|
+
@if (headlessTemplate || _headlessTemplate) {
|
|
586
|
+
<ng-container *ngTemplateOutlet="headlessTemplate || _headlessTemplate"></ng-container>
|
|
587
|
+
} @else {
|
|
588
|
+
<div [aglBind]="ptm('header')" [ngClass]="cx('header')" [attr.data-pc-section]="'header'">
|
|
589
|
+
<ng-container *ngTemplateOutlet="headerTemplate || _headerTemplate"></ng-container>
|
|
590
|
+
<div *ngIf="header" [aglBind]="ptm('title')" [class]="cx('title')">{{ header }}</div>
|
|
591
|
+
<agl-button
|
|
592
|
+
*ngIf="showCloseIcon && closable"
|
|
593
|
+
[pt]="ptm('pcCloseButton')"
|
|
594
|
+
[ngClass]="cx('pcCloseButton')"
|
|
595
|
+
(onClick)="close($event)"
|
|
596
|
+
(keydown.enter)="close($event)"
|
|
597
|
+
[buttonProps]="closeButtonProps"
|
|
598
|
+
[ariaLabel]="ariaCloseLabel"
|
|
599
|
+
[attr.data-pc-group-section]="'iconcontainer'"
|
|
600
|
+
[unstyled]="unstyled()"
|
|
601
|
+
>
|
|
602
|
+
<ng-template #icon>
|
|
603
|
+
<svg data-p-icon="times" *ngIf="!closeIconTemplate && !_closeIconTemplate" [attr.data-pc-section]="'closeicon'" />
|
|
604
|
+
<ng-template *ngTemplateOutlet="closeIconTemplate || _closeIconTemplate"></ng-template>
|
|
605
|
+
</ng-template>
|
|
606
|
+
</agl-button>
|
|
607
|
+
</div>
|
|
608
|
+
|
|
609
|
+
<div [aglBind]="ptm('content')" [ngClass]="cx('content')" [attr.data-pc-section]="'content'">
|
|
610
|
+
<ng-content></ng-content>
|
|
611
|
+
<ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate"></ng-container>
|
|
612
|
+
</div>
|
|
613
|
+
|
|
614
|
+
<ng-container *ngIf="footerTemplate || _footerTemplate">
|
|
615
|
+
<div [aglBind]="ptm('footer')" [ngClass]="cx('footer')" [attr.data-pc-section]="'footer'">
|
|
616
|
+
<ng-container *ngTemplateOutlet="footerTemplate || _footerTemplate"></ng-container>
|
|
617
|
+
</div>
|
|
618
|
+
</ng-container>
|
|
619
|
+
}
|
|
620
|
+
</div>
|
|
621
|
+
}
|
|
622
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { 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: Button, selector: "agl-button", inputs: ["hostName", "type", "badge", "disabled", "raised", "rounded", "text", "plain", "outlined", "link", "tabindex", "size", "variant", "style", "styleClass", "badgeClass", "badgeSeverity", "ariaLabel", "autofocus", "iconPos", "icon", "label", "loading", "loadingIcon", "severity", "buttonProps", "fluid"], outputs: ["onClick", "onFocus", "onBlur"] }, { kind: "component", type: TimesIcon, selector: "[data-p-icon=\"times\"]" }, { kind: "ngmodule", type: SharedModule }, { kind: "directive", type: Bind, selector: "[aglBind]", inputs: ["aglBind"] }, { kind: "ngmodule", type: FocusTrapModule }, { kind: "directive", type: i3.FocusTrap, selector: "[aglFocusTrap]", inputs: ["aglFocusTrapDisabled"] }, { kind: "ngmodule", type: MotionModule }, { kind: "directive", type: i4.MotionDirective, selector: "[aglMotion]", inputs: ["aglMotion", "aglMotionName", "aglMotionType", "aglMotionSafe", "aglMotionDisabled", "aglMotionAppear", "aglMotionEnter", "aglMotionLeave", "aglMotionDuration", "aglMotionHideStrategy", "aglMotionEnterFromClass", "aglMotionEnterToClass", "aglMotionEnterActiveClass", "aglMotionLeaveFromClass", "aglMotionLeaveToClass", "aglMotionLeaveActiveClass", "aglMotionOptions"], outputs: ["aglMotionOnBeforeEnter", "aglMotionOnEnter", "aglMotionOnAfterEnter", "aglMotionOnEnterCancelled", "aglMotionOnBeforeLeave", "aglMotionOnLeave", "aglMotionOnAfterLeave", "aglMotionOnLeaveCancelled"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
623
|
+
}
|
|
624
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: Drawer, decorators: [{
|
|
625
|
+
type: Component,
|
|
626
|
+
args: [{
|
|
627
|
+
selector: 'agl-drawer',
|
|
628
|
+
standalone: true,
|
|
629
|
+
imports: [CommonModule, Button, TimesIcon, SharedModule, Bind, FocusTrapModule, MotionModule],
|
|
630
|
+
providers: [DrawerStyle, { provide: DRAWER_INSTANCE, useExisting: Drawer }, { provide: PARENT_INSTANCE, useExisting: Drawer }],
|
|
631
|
+
hostDirectives: [Bind],
|
|
632
|
+
template: `
|
|
633
|
+
@if (modalVisible) {
|
|
634
|
+
<div
|
|
635
|
+
#container
|
|
636
|
+
[aglBind]="ptm('root')"
|
|
637
|
+
[aglMotion]="visible"
|
|
638
|
+
[aglMotionAppear]="true"
|
|
639
|
+
[aglMotionEnterActiveClass]="$enterAnimation()"
|
|
640
|
+
[aglMotionLeaveActiveClass]="$leaveAnimation()"
|
|
641
|
+
[aglMotionOptions]="computedMotionOptions()"
|
|
642
|
+
(aglMotionOnBeforeEnter)="onBeforeEnter($event)"
|
|
643
|
+
(aglMotionOnAfterLeave)="onAfterLeave($event)"
|
|
644
|
+
[class]="cn(cx('root'), styleClass)"
|
|
645
|
+
[style]="style"
|
|
646
|
+
role="complementary"
|
|
647
|
+
(keydown)="onKeyDown($event)"
|
|
648
|
+
aglFocusTrap
|
|
649
|
+
[attr.data-p]="dataP"
|
|
650
|
+
[attr.data-p-open]="visible"
|
|
651
|
+
>
|
|
652
|
+
@if (headlessTemplate || _headlessTemplate) {
|
|
653
|
+
<ng-container *ngTemplateOutlet="headlessTemplate || _headlessTemplate"></ng-container>
|
|
654
|
+
} @else {
|
|
655
|
+
<div [aglBind]="ptm('header')" [ngClass]="cx('header')" [attr.data-pc-section]="'header'">
|
|
656
|
+
<ng-container *ngTemplateOutlet="headerTemplate || _headerTemplate"></ng-container>
|
|
657
|
+
<div *ngIf="header" [aglBind]="ptm('title')" [class]="cx('title')">{{ header }}</div>
|
|
658
|
+
<agl-button
|
|
659
|
+
*ngIf="showCloseIcon && closable"
|
|
660
|
+
[pt]="ptm('pcCloseButton')"
|
|
661
|
+
[ngClass]="cx('pcCloseButton')"
|
|
662
|
+
(onClick)="close($event)"
|
|
663
|
+
(keydown.enter)="close($event)"
|
|
664
|
+
[buttonProps]="closeButtonProps"
|
|
665
|
+
[ariaLabel]="ariaCloseLabel"
|
|
666
|
+
[attr.data-pc-group-section]="'iconcontainer'"
|
|
667
|
+
[unstyled]="unstyled()"
|
|
668
|
+
>
|
|
669
|
+
<ng-template #icon>
|
|
670
|
+
<svg data-p-icon="times" *ngIf="!closeIconTemplate && !_closeIconTemplate" [attr.data-pc-section]="'closeicon'" />
|
|
671
|
+
<ng-template *ngTemplateOutlet="closeIconTemplate || _closeIconTemplate"></ng-template>
|
|
672
|
+
</ng-template>
|
|
673
|
+
</agl-button>
|
|
674
|
+
</div>
|
|
675
|
+
|
|
676
|
+
<div [aglBind]="ptm('content')" [ngClass]="cx('content')" [attr.data-pc-section]="'content'">
|
|
677
|
+
<ng-content></ng-content>
|
|
678
|
+
<ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate"></ng-container>
|
|
679
|
+
</div>
|
|
680
|
+
|
|
681
|
+
<ng-container *ngIf="footerTemplate || _footerTemplate">
|
|
682
|
+
<div [aglBind]="ptm('footer')" [ngClass]="cx('footer')" [attr.data-pc-section]="'footer'">
|
|
683
|
+
<ng-container *ngTemplateOutlet="footerTemplate || _footerTemplate"></ng-container>
|
|
684
|
+
</div>
|
|
685
|
+
</ng-container>
|
|
686
|
+
}
|
|
687
|
+
</div>
|
|
688
|
+
}
|
|
689
|
+
`,
|
|
690
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
691
|
+
encapsulation: ViewEncapsulation.None
|
|
692
|
+
}]
|
|
693
|
+
}], propDecorators: { appendTo: [{ type: i0.Input, args: [{ isSignal: true, alias: "appendTo", required: false }] }], motionOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "motionOptions", required: false }] }], blockScroll: [{
|
|
694
|
+
type: Input,
|
|
695
|
+
args: [{ transform: booleanAttribute }]
|
|
696
|
+
}], style: [{
|
|
697
|
+
type: Input
|
|
698
|
+
}], styleClass: [{
|
|
699
|
+
type: Input
|
|
700
|
+
}], ariaCloseLabel: [{
|
|
701
|
+
type: Input
|
|
702
|
+
}], autoZIndex: [{
|
|
703
|
+
type: Input,
|
|
704
|
+
args: [{ transform: booleanAttribute }]
|
|
705
|
+
}], baseZIndex: [{
|
|
706
|
+
type: Input,
|
|
707
|
+
args: [{ transform: numberAttribute }]
|
|
708
|
+
}], modal: [{
|
|
709
|
+
type: Input,
|
|
710
|
+
args: [{ transform: booleanAttribute }]
|
|
711
|
+
}], closeButtonProps: [{
|
|
712
|
+
type: Input
|
|
713
|
+
}], dismissible: [{
|
|
714
|
+
type: Input,
|
|
715
|
+
args: [{ transform: booleanAttribute }]
|
|
716
|
+
}], showCloseIcon: [{
|
|
717
|
+
type: Input,
|
|
718
|
+
args: [{ transform: booleanAttribute }]
|
|
719
|
+
}], closeOnEscape: [{
|
|
720
|
+
type: Input,
|
|
721
|
+
args: [{ transform: booleanAttribute }]
|
|
722
|
+
}], transitionOptions: [{
|
|
723
|
+
type: Input
|
|
724
|
+
}], visible: [{
|
|
725
|
+
type: Input
|
|
726
|
+
}], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: false }] }], fullScreen: [{ type: i0.Input, args: [{ isSignal: true, alias: "fullScreen", required: false }] }], header: [{
|
|
727
|
+
type: Input
|
|
728
|
+
}], maskStyle: [{
|
|
729
|
+
type: Input
|
|
730
|
+
}], closable: [{
|
|
731
|
+
type: Input,
|
|
732
|
+
args: [{ transform: booleanAttribute }]
|
|
733
|
+
}], onShow: [{
|
|
734
|
+
type: Output
|
|
735
|
+
}], onHide: [{
|
|
736
|
+
type: Output
|
|
737
|
+
}], visibleChange: [{
|
|
738
|
+
type: Output
|
|
739
|
+
}], containerViewChild: [{
|
|
740
|
+
type: ViewChild,
|
|
741
|
+
args: ['container']
|
|
742
|
+
}], closeButtonViewChild: [{
|
|
743
|
+
type: ViewChild,
|
|
744
|
+
args: ['closeButton']
|
|
745
|
+
}], headerTemplate: [{
|
|
746
|
+
type: ContentChild,
|
|
747
|
+
args: ['header', { descendants: false }]
|
|
748
|
+
}], footerTemplate: [{
|
|
749
|
+
type: ContentChild,
|
|
750
|
+
args: ['footer', { descendants: false }]
|
|
751
|
+
}], contentTemplate: [{
|
|
752
|
+
type: ContentChild,
|
|
753
|
+
args: ['content', { descendants: false }]
|
|
754
|
+
}], closeIconTemplate: [{
|
|
755
|
+
type: ContentChild,
|
|
756
|
+
args: ['closeicon', { descendants: false }]
|
|
757
|
+
}], headlessTemplate: [{
|
|
758
|
+
type: ContentChild,
|
|
759
|
+
args: ['headless', { descendants: false }]
|
|
760
|
+
}], templates: [{
|
|
761
|
+
type: ContentChildren,
|
|
762
|
+
args: [AglTemplate]
|
|
763
|
+
}] } });
|
|
764
|
+
class DrawerModule {
|
|
765
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DrawerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
766
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: DrawerModule, imports: [Drawer, SharedModule], exports: [Drawer, SharedModule] });
|
|
767
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DrawerModule, imports: [Drawer, SharedModule, SharedModule] });
|
|
768
|
+
}
|
|
769
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: DrawerModule, decorators: [{
|
|
770
|
+
type: NgModule,
|
|
771
|
+
args: [{
|
|
772
|
+
imports: [Drawer, SharedModule],
|
|
773
|
+
exports: [Drawer, SharedModule]
|
|
774
|
+
}]
|
|
775
|
+
}] });
|
|
776
|
+
|
|
777
|
+
/**
|
|
778
|
+
* Generated bundle index. Do not edit.
|
|
779
|
+
*/
|
|
780
|
+
|
|
781
|
+
export { Drawer, DrawerClasses, DrawerModule, DrawerStyle };
|
|
782
|
+
//# sourceMappingURL=anguless-angulux-drawer.mjs.map
|