@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,492 @@
|
|
|
1
|
+
import { PasswordPassThrough, PasswordIconTemplateContext } from '@anguless/angulux/types/password';
|
|
2
|
+
export * from '@anguless/angulux/types/password';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { PipeTransform, EventEmitter, ElementRef, TemplateRef, QueryList, NgZone } from '@angular/core';
|
|
5
|
+
import { MotionOptions } from '@anguless/angulux-motion';
|
|
6
|
+
import * as i2 from '@anguless/angulux/api';
|
|
7
|
+
import { OverlayOptions, AglTemplate, OverlayService } from '@anguless/angulux/api';
|
|
8
|
+
import { BaseEditableHolder } from '@anguless/angulux/baseeditableholder';
|
|
9
|
+
import { BaseInput } from '@anguless/angulux/baseinput';
|
|
10
|
+
import * as i1 from '@anguless/angulux/bind';
|
|
11
|
+
import { Bind } from '@anguless/angulux/bind';
|
|
12
|
+
import { ConnectedOverlayScrollHandler } from '@anguless/angulux/dom';
|
|
13
|
+
import { Fluid } from '@anguless/angulux/fluid';
|
|
14
|
+
import { Overlay } from '@anguless/angulux/overlay';
|
|
15
|
+
import { Nullable, VoidListener } from '@anguless/angulux/ts-helpers';
|
|
16
|
+
import { Subscription } from 'rxjs';
|
|
17
|
+
import { BaseStyle } from '@anguless/angulux/base';
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
*
|
|
21
|
+
* Password displays strength indicator for password fields.
|
|
22
|
+
*
|
|
23
|
+
* @module passwordstyle
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
declare enum PasswordClasses {
|
|
27
|
+
/**
|
|
28
|
+
* Class name of the root element
|
|
29
|
+
*/
|
|
30
|
+
root = "p-password",
|
|
31
|
+
/**
|
|
32
|
+
* Class name of the pt input element
|
|
33
|
+
*/
|
|
34
|
+
pcInputText = "p-password-input",
|
|
35
|
+
/**
|
|
36
|
+
* Class name of the mask icon element
|
|
37
|
+
*/
|
|
38
|
+
maskIcon = "p-password-mask-icon",
|
|
39
|
+
/**
|
|
40
|
+
* Class name of the unmask icon element
|
|
41
|
+
*/
|
|
42
|
+
unmaskIcon = "p-password-unmask-icon",
|
|
43
|
+
/**
|
|
44
|
+
* Class name of the overlay element
|
|
45
|
+
*/
|
|
46
|
+
overlay = "p-password-overlay",
|
|
47
|
+
/**
|
|
48
|
+
* Class name of the meter element
|
|
49
|
+
*/
|
|
50
|
+
meter = "p-password-meter",
|
|
51
|
+
/**
|
|
52
|
+
* Class name of the meter label element
|
|
53
|
+
*/
|
|
54
|
+
meterLabel = "p-password-meter-label",
|
|
55
|
+
/**
|
|
56
|
+
* Class name of the meter text element
|
|
57
|
+
*/
|
|
58
|
+
meterText = "p-password-meter-text",
|
|
59
|
+
/**
|
|
60
|
+
* Class name of the clear icon
|
|
61
|
+
*/
|
|
62
|
+
clearIcon = "p-password-clear-icon"
|
|
63
|
+
}
|
|
64
|
+
declare class PasswordStyle extends BaseStyle {
|
|
65
|
+
name: string;
|
|
66
|
+
style: string;
|
|
67
|
+
classes: {
|
|
68
|
+
root: ({ instance }: {
|
|
69
|
+
instance: any;
|
|
70
|
+
}) => (string | {
|
|
71
|
+
'p-inputwrapper-filled': any;
|
|
72
|
+
'p-variant-filled': boolean;
|
|
73
|
+
'p-inputwrapper-focus': any;
|
|
74
|
+
'p-password-fluid': any;
|
|
75
|
+
})[];
|
|
76
|
+
rootDirective: ({ instance }: {
|
|
77
|
+
instance: any;
|
|
78
|
+
}) => (string | {
|
|
79
|
+
'p-inputwrapper-filled': any;
|
|
80
|
+
'p-variant-filled': boolean;
|
|
81
|
+
'p-password-fluid-directive': any;
|
|
82
|
+
})[];
|
|
83
|
+
pcInputText: string;
|
|
84
|
+
maskIcon: string;
|
|
85
|
+
unmaskIcon: string;
|
|
86
|
+
overlay: string;
|
|
87
|
+
content: string;
|
|
88
|
+
meter: string;
|
|
89
|
+
meterLabel: ({ instance }: {
|
|
90
|
+
instance: any;
|
|
91
|
+
}) => string;
|
|
92
|
+
meterText: string;
|
|
93
|
+
clearIcon: string;
|
|
94
|
+
};
|
|
95
|
+
inlineStyles: {
|
|
96
|
+
root: ({ instance }: {
|
|
97
|
+
instance: any;
|
|
98
|
+
}) => {
|
|
99
|
+
position: string | undefined;
|
|
100
|
+
};
|
|
101
|
+
overlay: {
|
|
102
|
+
position: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordStyle, never>;
|
|
106
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PasswordStyle>;
|
|
107
|
+
}
|
|
108
|
+
interface PasswordStyle extends BaseStyle {
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
type Meter = {
|
|
112
|
+
strength: string;
|
|
113
|
+
width: string;
|
|
114
|
+
};
|
|
115
|
+
/**
|
|
116
|
+
* Password directive.
|
|
117
|
+
* @group Components
|
|
118
|
+
*/
|
|
119
|
+
declare class PasswordDirective extends BaseEditableHolder {
|
|
120
|
+
zone: NgZone;
|
|
121
|
+
bindDirectiveInstance: Bind;
|
|
122
|
+
$pcPasswordDirective: PasswordDirective | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* Used to pass attributes to DOM elements inside the Password component.
|
|
125
|
+
* @defaultValue undefined
|
|
126
|
+
* @group Props
|
|
127
|
+
*/
|
|
128
|
+
pPasswordPT: i0.InputSignal<PasswordPassThrough>;
|
|
129
|
+
/**
|
|
130
|
+
* Indicates whether the component should be rendered without styles.
|
|
131
|
+
* @defaultValue undefined
|
|
132
|
+
* @group Props
|
|
133
|
+
*/
|
|
134
|
+
pPasswordUnstyled: i0.InputSignal<boolean | undefined>;
|
|
135
|
+
onAfterViewChecked(): void;
|
|
136
|
+
/**
|
|
137
|
+
* Text to prompt password entry. Defaults to AnguluxConfig I18N API configuration.
|
|
138
|
+
* @group Props
|
|
139
|
+
*/
|
|
140
|
+
promptLabel: string;
|
|
141
|
+
/**
|
|
142
|
+
* Text for a weak password. Defaults to AnguluxConfig I18N API configuration.
|
|
143
|
+
* @group Props
|
|
144
|
+
*/
|
|
145
|
+
weakLabel: string;
|
|
146
|
+
/**
|
|
147
|
+
* Text for a medium password. Defaults to AnguluxConfig I18N API configuration.
|
|
148
|
+
* @group Props
|
|
149
|
+
*/
|
|
150
|
+
mediumLabel: string;
|
|
151
|
+
/**
|
|
152
|
+
* Text for a strong password. Defaults to AnguluxConfig I18N API configuration.
|
|
153
|
+
* @group Props
|
|
154
|
+
*/
|
|
155
|
+
strongLabel: string;
|
|
156
|
+
/**
|
|
157
|
+
* Whether to show the strength indicator or not.
|
|
158
|
+
* @group Props
|
|
159
|
+
*/
|
|
160
|
+
feedback: boolean;
|
|
161
|
+
/**
|
|
162
|
+
* Sets the visibility of the password field.
|
|
163
|
+
* @defaultValue false
|
|
164
|
+
* @type boolean
|
|
165
|
+
* @group Props
|
|
166
|
+
*/
|
|
167
|
+
set showPassword(show: boolean);
|
|
168
|
+
/**
|
|
169
|
+
* Specifies the input variant of the component.
|
|
170
|
+
* @defaultValue 'outlined'
|
|
171
|
+
* @group Props
|
|
172
|
+
*/
|
|
173
|
+
variant: i0.InputSignal<"filled" | "outlined" | undefined>;
|
|
174
|
+
/**
|
|
175
|
+
* Spans 100% width of the container when enabled.
|
|
176
|
+
* @defaultValue false
|
|
177
|
+
* @group Props
|
|
178
|
+
*/
|
|
179
|
+
fluid: i0.InputSignalWithTransform<boolean | undefined, unknown>;
|
|
180
|
+
/**
|
|
181
|
+
* Specifies the size of the component.
|
|
182
|
+
* @defaultValue undefined
|
|
183
|
+
* @group Props
|
|
184
|
+
*/
|
|
185
|
+
size: i0.InputSignal<"large" | "small" | undefined>;
|
|
186
|
+
pcFluid: Fluid | null;
|
|
187
|
+
$variant: i0.Signal<"filled" | "outlined" | null>;
|
|
188
|
+
get hasFluid(): boolean;
|
|
189
|
+
panel: Nullable<HTMLDivElement>;
|
|
190
|
+
meter: Nullable<HTMLDivElement>;
|
|
191
|
+
info: Nullable<HTMLDivElement>;
|
|
192
|
+
filled: Nullable<boolean>;
|
|
193
|
+
content: Nullable<HTMLDivElement>;
|
|
194
|
+
label: Nullable<HTMLLabelElement>;
|
|
195
|
+
scrollHandler: Nullable<ConnectedOverlayScrollHandler>;
|
|
196
|
+
documentResizeListener: VoidListener;
|
|
197
|
+
_componentStyle: PasswordStyle;
|
|
198
|
+
constructor(zone: NgZone);
|
|
199
|
+
onInput(e: Event): void;
|
|
200
|
+
createPanel(): void;
|
|
201
|
+
showOverlay(): void;
|
|
202
|
+
hideOverlay(): void;
|
|
203
|
+
onFocus(): void;
|
|
204
|
+
onBlur(): void;
|
|
205
|
+
labelSignal: i0.WritableSignal<string>;
|
|
206
|
+
onKeyup(e: Event): void;
|
|
207
|
+
updateMeter(): void;
|
|
208
|
+
getWidth(label: string): "" | "33.33%" | "66.66%" | "100%";
|
|
209
|
+
strengthClass(label: any): string;
|
|
210
|
+
testStrength(str: string): number;
|
|
211
|
+
normalize(x: number, y: number): number;
|
|
212
|
+
bindScrollListener(): void;
|
|
213
|
+
unbindScrollListener(): void;
|
|
214
|
+
bindDocumentResizeListener(): void;
|
|
215
|
+
unbindDocumentResizeListener(): void;
|
|
216
|
+
onWindowResize(): void;
|
|
217
|
+
onDestroy(): void;
|
|
218
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordDirective, never>;
|
|
219
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PasswordDirective, "[aglPassword]", never, { "pPasswordPT": { "alias": "pPasswordPT"; "required": false; "isSignal": true; }; "pPasswordUnstyled": { "alias": "pPasswordUnstyled"; "required": false; "isSignal": true; }; "promptLabel": { "alias": "promptLabel"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "showPassword": { "alias": "showPassword"; "required": false; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "fluid": { "alias": "fluid"; "required": false; "isSignal": true; }; "size": { "alias": "aglSize"; "required": false; "isSignal": true; }; }, {}, never, never, true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>;
|
|
220
|
+
static ngAcceptInputType_feedback: unknown;
|
|
221
|
+
}
|
|
222
|
+
type Mapper<T, G> = (item: T, ...args: any[]) => G;
|
|
223
|
+
declare class MapperPipe implements PipeTransform {
|
|
224
|
+
transform<T, G>(value: T, mapper: Mapper<T, G>, ...args: unknown[]): G;
|
|
225
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapperPipe, never>;
|
|
226
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MapperPipe, "mapper", true>;
|
|
227
|
+
}
|
|
228
|
+
declare const Password_VALUE_ACCESSOR: any;
|
|
229
|
+
/**
|
|
230
|
+
* Password displays strength indicator for password fields.
|
|
231
|
+
* @group Components
|
|
232
|
+
*/
|
|
233
|
+
declare class Password extends BaseInput<PasswordPassThrough> {
|
|
234
|
+
componentName: string;
|
|
235
|
+
bindDirectiveInstance: Bind;
|
|
236
|
+
$pcPassword: Password | undefined;
|
|
237
|
+
onAfterViewChecked(): void;
|
|
238
|
+
/**
|
|
239
|
+
* Defines a string that labels the input for accessibility.
|
|
240
|
+
* @group Props
|
|
241
|
+
*/
|
|
242
|
+
ariaLabel: string | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* Specifies one or more IDs in the DOM that labels the input field.
|
|
245
|
+
* @group Props
|
|
246
|
+
*/
|
|
247
|
+
ariaLabelledBy: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Label of the input for accessibility.
|
|
250
|
+
* @group Props
|
|
251
|
+
*/
|
|
252
|
+
label: string | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* Text to prompt password entry. Defaults to AnguluxConfig I18N API configuration.
|
|
255
|
+
* @group Props
|
|
256
|
+
*/
|
|
257
|
+
promptLabel: string | undefined;
|
|
258
|
+
/**
|
|
259
|
+
* Regex value for medium regex.
|
|
260
|
+
* @group Props
|
|
261
|
+
*/
|
|
262
|
+
mediumRegex: string;
|
|
263
|
+
/**
|
|
264
|
+
* Regex value for strong regex.
|
|
265
|
+
* @group Props
|
|
266
|
+
*/
|
|
267
|
+
strongRegex: string;
|
|
268
|
+
/**
|
|
269
|
+
* Text for a weak password. Defaults to AnguluxConfig I18N API configuration.
|
|
270
|
+
* @group Props
|
|
271
|
+
*/
|
|
272
|
+
weakLabel: string | undefined;
|
|
273
|
+
/**
|
|
274
|
+
* Text for a medium password. Defaults to AnguluxConfig I18N API configuration.
|
|
275
|
+
* @group Props
|
|
276
|
+
*/
|
|
277
|
+
mediumLabel: string | undefined;
|
|
278
|
+
/**
|
|
279
|
+
* specifies the maximum number of characters allowed in the input element.
|
|
280
|
+
* @deprecated since v20.0.0, use maxlength instead.
|
|
281
|
+
* @group Props
|
|
282
|
+
*/
|
|
283
|
+
maxLength: number | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* Text for a strong password. Defaults to AnguluxConfig I18N API configuration.
|
|
286
|
+
* @group Props
|
|
287
|
+
*/
|
|
288
|
+
strongLabel: string | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* Identifier of the accessible input element.
|
|
291
|
+
* @group Props
|
|
292
|
+
*/
|
|
293
|
+
inputId: string | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* Whether to show the strength indicator or not.
|
|
296
|
+
* @group Props
|
|
297
|
+
*/
|
|
298
|
+
feedback: boolean;
|
|
299
|
+
/**
|
|
300
|
+
* Whether to show an icon to display the password as plain text.
|
|
301
|
+
* @group Props
|
|
302
|
+
*/
|
|
303
|
+
toggleMask: boolean | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* Style class of the input field.
|
|
306
|
+
* @group Props
|
|
307
|
+
*/
|
|
308
|
+
inputStyleClass: string | undefined;
|
|
309
|
+
/**
|
|
310
|
+
* Style class of the element.
|
|
311
|
+
* @deprecated since v20.0.0, use `class` instead.
|
|
312
|
+
* @group Props
|
|
313
|
+
*/
|
|
314
|
+
styleClass: string | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* Inline style of the input field.
|
|
317
|
+
* @group Props
|
|
318
|
+
*/
|
|
319
|
+
inputStyle: {
|
|
320
|
+
[klass: string]: any;
|
|
321
|
+
} | null | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* Transition options of the show animation.
|
|
324
|
+
* @group Props
|
|
325
|
+
* @deprecated since v21.0.0, use `motionOptions` instead.
|
|
326
|
+
*/
|
|
327
|
+
showTransitionOptions: string;
|
|
328
|
+
/**
|
|
329
|
+
* Transition options of the hide animation.
|
|
330
|
+
* @group Props
|
|
331
|
+
* @deprecated since v21.0.0, use `motionOptions` instead.
|
|
332
|
+
*/
|
|
333
|
+
hideTransitionOptions: string;
|
|
334
|
+
/**
|
|
335
|
+
* Specify automated assistance in filling out password by browser.
|
|
336
|
+
* @group Props
|
|
337
|
+
*/
|
|
338
|
+
autocomplete: string | undefined;
|
|
339
|
+
/**
|
|
340
|
+
* Advisory information to display on input.
|
|
341
|
+
* @group Props
|
|
342
|
+
*/
|
|
343
|
+
placeholder: string | undefined;
|
|
344
|
+
/**
|
|
345
|
+
* When enabled, a clear icon is displayed to clear the value.
|
|
346
|
+
* @group Props
|
|
347
|
+
*/
|
|
348
|
+
showClear: boolean;
|
|
349
|
+
/**
|
|
350
|
+
* When present, it specifies that the component should automatically get focus on load.
|
|
351
|
+
* @group Props
|
|
352
|
+
*/
|
|
353
|
+
autofocus: boolean | undefined;
|
|
354
|
+
/**
|
|
355
|
+
* Index of the element in tabbing order.
|
|
356
|
+
* @group Props
|
|
357
|
+
*/
|
|
358
|
+
tabindex?: number;
|
|
359
|
+
/**
|
|
360
|
+
* 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).
|
|
361
|
+
* @defaultValue 'self'
|
|
362
|
+
* @group Props
|
|
363
|
+
*/
|
|
364
|
+
appendTo: i0.InputSignal<any>;
|
|
365
|
+
/**
|
|
366
|
+
* The motion options.
|
|
367
|
+
* @group Props
|
|
368
|
+
*/
|
|
369
|
+
motionOptions: i0.InputSignal<MotionOptions | undefined>;
|
|
370
|
+
/**
|
|
371
|
+
* Whether to use overlay API feature. The properties of overlay API can be used like an object in it.
|
|
372
|
+
* @group Props
|
|
373
|
+
*/
|
|
374
|
+
overlayOptions: OverlayOptions | undefined;
|
|
375
|
+
/**
|
|
376
|
+
* Callback to invoke when the component receives focus.
|
|
377
|
+
* @param {Event} event - Browser event.
|
|
378
|
+
* @group Emits
|
|
379
|
+
*/
|
|
380
|
+
onFocus: EventEmitter<Event>;
|
|
381
|
+
/**
|
|
382
|
+
* Callback to invoke when the component loses focus.
|
|
383
|
+
* @param {Event} event - Browser event.
|
|
384
|
+
* @group Emits
|
|
385
|
+
*/
|
|
386
|
+
onBlur: EventEmitter<Event>;
|
|
387
|
+
/**
|
|
388
|
+
* Callback to invoke when clear button is clicked.
|
|
389
|
+
* @group Emits
|
|
390
|
+
*/
|
|
391
|
+
onClear: EventEmitter<any>;
|
|
392
|
+
overlayViewChild: Overlay;
|
|
393
|
+
input: ElementRef;
|
|
394
|
+
/**
|
|
395
|
+
* Custom template of content.
|
|
396
|
+
* @group Templates
|
|
397
|
+
*/
|
|
398
|
+
contentTemplate: Nullable<TemplateRef<void>>;
|
|
399
|
+
/**
|
|
400
|
+
* Custom template of footer.
|
|
401
|
+
* @group Templates
|
|
402
|
+
*/
|
|
403
|
+
footerTemplate: Nullable<TemplateRef<void>>;
|
|
404
|
+
/**
|
|
405
|
+
* Custom template of header.
|
|
406
|
+
* @group Templates
|
|
407
|
+
*/
|
|
408
|
+
headerTemplate: Nullable<TemplateRef<void>>;
|
|
409
|
+
/**
|
|
410
|
+
* Custom template of clear icon.
|
|
411
|
+
* @group Templates
|
|
412
|
+
*/
|
|
413
|
+
clearIconTemplate: Nullable<TemplateRef<void>>;
|
|
414
|
+
/**
|
|
415
|
+
* Custom template of hide icon.
|
|
416
|
+
* @param {PasswordIconTemplateContext} context - icon context.
|
|
417
|
+
* @see {@link PasswordIconTemplateContext}
|
|
418
|
+
* @group Templates
|
|
419
|
+
*/
|
|
420
|
+
hideIconTemplate: Nullable<TemplateRef<PasswordIconTemplateContext>>;
|
|
421
|
+
/**
|
|
422
|
+
* Custom template of show icon.
|
|
423
|
+
* @param {PasswordIconTemplateContext} context - icon context.
|
|
424
|
+
* @see {@link PasswordIconTemplateContext}
|
|
425
|
+
* @group Templates
|
|
426
|
+
*/
|
|
427
|
+
showIconTemplate: Nullable<TemplateRef<PasswordIconTemplateContext>>;
|
|
428
|
+
templates: QueryList<AglTemplate>;
|
|
429
|
+
$appendTo: i0.Signal<any>;
|
|
430
|
+
_contentTemplate: TemplateRef<void> | undefined;
|
|
431
|
+
_footerTemplate: TemplateRef<void> | undefined;
|
|
432
|
+
_headerTemplate: TemplateRef<void> | undefined;
|
|
433
|
+
_clearIconTemplate: TemplateRef<void> | undefined;
|
|
434
|
+
_hideIconTemplate: TemplateRef<PasswordIconTemplateContext> | undefined;
|
|
435
|
+
_showIconTemplate: TemplateRef<PasswordIconTemplateContext> | undefined;
|
|
436
|
+
overlayVisible: boolean;
|
|
437
|
+
meter: Nullable<Meter>;
|
|
438
|
+
infoText: Nullable<string>;
|
|
439
|
+
focused: boolean;
|
|
440
|
+
unmasked: boolean;
|
|
441
|
+
mediumCheckRegExp: RegExp;
|
|
442
|
+
strongCheckRegExp: RegExp;
|
|
443
|
+
resizeListener: VoidListener;
|
|
444
|
+
scrollHandler: Nullable<ConnectedOverlayScrollHandler>;
|
|
445
|
+
value: Nullable<string>;
|
|
446
|
+
translationSubscription: Nullable<Subscription>;
|
|
447
|
+
_componentStyle: PasswordStyle;
|
|
448
|
+
overlayService: OverlayService;
|
|
449
|
+
onInit(): void;
|
|
450
|
+
onAfterContentInit(): void;
|
|
451
|
+
onInput(event: Event): void;
|
|
452
|
+
onInputFocus(event: Event): void;
|
|
453
|
+
onInputBlur(event: Event): void;
|
|
454
|
+
onKeyUp(event: KeyboardEvent): void;
|
|
455
|
+
updateUI(value: string): void;
|
|
456
|
+
onMaskToggle(): void;
|
|
457
|
+
onOverlayClick(event: Event): void;
|
|
458
|
+
testStrength(str: string): number;
|
|
459
|
+
promptText(): any;
|
|
460
|
+
weakText(): any;
|
|
461
|
+
mediumText(): any;
|
|
462
|
+
strongText(): any;
|
|
463
|
+
inputType(unmasked: boolean): "password" | "text";
|
|
464
|
+
getTranslation(option: string): any;
|
|
465
|
+
clear(): void;
|
|
466
|
+
/**
|
|
467
|
+
* @override
|
|
468
|
+
*
|
|
469
|
+
* @see {@link BaseEditableHolder.writeControlValue}
|
|
470
|
+
* Writes the value to the control.
|
|
471
|
+
*/
|
|
472
|
+
writeControlValue(value: any, setModelValue: (value: any) => void): void;
|
|
473
|
+
onDestroy(): void;
|
|
474
|
+
get containerDataP(): string | undefined;
|
|
475
|
+
get meterDataP(): string | undefined;
|
|
476
|
+
get overlayDataP(): string | undefined;
|
|
477
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Password, never>;
|
|
478
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Password, "agl-password", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "label": { "alias": "label"; "required": false; }; "promptLabel": { "alias": "promptLabel"; "required": false; }; "mediumRegex": { "alias": "mediumRegex"; "required": false; }; "strongRegex": { "alias": "strongRegex"; "required": false; }; "weakLabel": { "alias": "weakLabel"; "required": false; }; "mediumLabel": { "alias": "mediumLabel"; "required": false; }; "maxLength": { "alias": "maxLength"; "required": false; }; "strongLabel": { "alias": "strongLabel"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; "feedback": { "alias": "feedback"; "required": false; }; "toggleMask": { "alias": "toggleMask"; "required": false; }; "inputStyleClass": { "alias": "inputStyleClass"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "inputStyle": { "alias": "inputStyle"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "showClear": { "alias": "showClear"; "required": false; }; "autofocus": { "alias": "autofocus"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "motionOptions": { "alias": "motionOptions"; "required": false; "isSignal": true; }; "overlayOptions": { "alias": "overlayOptions"; "required": false; }; }, { "onFocus": "onFocus"; "onBlur": "onBlur"; "onClear": "onClear"; }, ["contentTemplate", "footerTemplate", "headerTemplate", "clearIconTemplate", "hideIconTemplate", "showIconTemplate", "templates"], never, true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>;
|
|
479
|
+
static ngAcceptInputType_maxLength: unknown;
|
|
480
|
+
static ngAcceptInputType_feedback: unknown;
|
|
481
|
+
static ngAcceptInputType_toggleMask: unknown;
|
|
482
|
+
static ngAcceptInputType_showClear: unknown;
|
|
483
|
+
static ngAcceptInputType_autofocus: unknown;
|
|
484
|
+
static ngAcceptInputType_tabindex: unknown;
|
|
485
|
+
}
|
|
486
|
+
declare class PasswordModule {
|
|
487
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordModule, never>;
|
|
488
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PasswordModule, never, [typeof Password, typeof PasswordDirective, typeof i2.SharedModule, typeof i1.BindModule], [typeof PasswordDirective, typeof Password, typeof i2.SharedModule, typeof i1.BindModule]>;
|
|
489
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PasswordModule>;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export { MapperPipe, Password, PasswordClasses, PasswordDirective, PasswordModule, PasswordStyle, Password_VALUE_ACCESSOR };
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
import { PopoverPassThrough, PopoverContentTemplateContext } from '@anguless/angulux/types/popover';
|
|
2
|
+
export * from '@anguless/angulux/types/popover';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
import { EventEmitter, TemplateRef, QueryList, NgZone } from '@angular/core';
|
|
5
|
+
import { MotionOptions, MotionEvent } from '@anguless/angulux-motion';
|
|
6
|
+
import * as i2 from '@anguless/angulux/api';
|
|
7
|
+
import { AglTemplate, OverlayService } from '@anguless/angulux/api';
|
|
8
|
+
import { BaseComponent } from '@anguless/angulux/basecomponent';
|
|
9
|
+
import * as i1 from '@anguless/angulux/bind';
|
|
10
|
+
import { Bind } from '@anguless/angulux/bind';
|
|
11
|
+
import { ConnectedOverlayScrollHandler } from '@anguless/angulux/dom';
|
|
12
|
+
import { Nullable, VoidListener } from '@anguless/angulux/ts-helpers';
|
|
13
|
+
import { Subscription } from 'rxjs';
|
|
14
|
+
import * as _anguless_angulux_styled from '@anguless/angulux-styled';
|
|
15
|
+
import { BaseStyle } from '@anguless/angulux/base';
|
|
16
|
+
|
|
17
|
+
declare class PopoverStyle extends BaseStyle {
|
|
18
|
+
name: string;
|
|
19
|
+
style: _anguless_angulux_styled.StyleType;
|
|
20
|
+
classes: {
|
|
21
|
+
root: string;
|
|
22
|
+
content: string;
|
|
23
|
+
};
|
|
24
|
+
inlineStyles: {
|
|
25
|
+
root: () => {
|
|
26
|
+
position: string;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverStyle, never>;
|
|
30
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PopoverStyle>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
/**
|
|
34
|
+
* Popover is a container component that can overlay other components on page.
|
|
35
|
+
* @group Components
|
|
36
|
+
*/
|
|
37
|
+
declare class Popover extends BaseComponent<PopoverPassThrough> {
|
|
38
|
+
componentName: string;
|
|
39
|
+
$pcPopover: Popover | undefined;
|
|
40
|
+
bindDirectiveInstance: Bind;
|
|
41
|
+
onAfterViewChecked(): void;
|
|
42
|
+
/**
|
|
43
|
+
* Defines a string that labels the input for accessibility.
|
|
44
|
+
* @group Props
|
|
45
|
+
*/
|
|
46
|
+
ariaLabel: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
|
|
49
|
+
* @group Props
|
|
50
|
+
*/
|
|
51
|
+
ariaLabelledBy: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* Enables to hide the overlay when outside is clicked.
|
|
54
|
+
* @group Props
|
|
55
|
+
*/
|
|
56
|
+
dismissable: boolean;
|
|
57
|
+
/**
|
|
58
|
+
* Inline style of the component.
|
|
59
|
+
* @group Props
|
|
60
|
+
*/
|
|
61
|
+
style: {
|
|
62
|
+
[klass: string]: any;
|
|
63
|
+
} | null | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Style class of the component.
|
|
66
|
+
* @group Props
|
|
67
|
+
*/
|
|
68
|
+
styleClass: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* 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).
|
|
71
|
+
* @defaultValue 'self'
|
|
72
|
+
* @group Props
|
|
73
|
+
*/
|
|
74
|
+
appendTo: i0.InputSignal<any>;
|
|
75
|
+
/**
|
|
76
|
+
* Whether to automatically manage layering.
|
|
77
|
+
* @group Props
|
|
78
|
+
*/
|
|
79
|
+
autoZIndex: boolean;
|
|
80
|
+
/**
|
|
81
|
+
* Aria label of the close icon.
|
|
82
|
+
* @group Props
|
|
83
|
+
*/
|
|
84
|
+
ariaCloseLabel: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Base zIndex value to use in layering.
|
|
87
|
+
* @group Props
|
|
88
|
+
*/
|
|
89
|
+
baseZIndex: number;
|
|
90
|
+
/**
|
|
91
|
+
* When enabled, first button receives focus on show.
|
|
92
|
+
* @group Props
|
|
93
|
+
*/
|
|
94
|
+
focusOnShow: boolean;
|
|
95
|
+
/**
|
|
96
|
+
* Transition options of the show animation.
|
|
97
|
+
* @group Props
|
|
98
|
+
* @deprecated since v21.0.0. Use `motionOptions` instead.
|
|
99
|
+
*/
|
|
100
|
+
showTransitionOptions: string;
|
|
101
|
+
/**
|
|
102
|
+
* Transition options of the hide animation.
|
|
103
|
+
* @group Props
|
|
104
|
+
* @deprecated since v21.0.0. Use `motionOptions` instead.
|
|
105
|
+
*/
|
|
106
|
+
hideTransitionOptions: string;
|
|
107
|
+
/**
|
|
108
|
+
* The motion options.
|
|
109
|
+
* @group Props
|
|
110
|
+
*/
|
|
111
|
+
motionOptions: i0.InputSignal<MotionOptions | undefined>;
|
|
112
|
+
computedMotionOptions: i0.Signal<MotionOptions>;
|
|
113
|
+
/**
|
|
114
|
+
* Callback to invoke when an overlay becomes visible.
|
|
115
|
+
* @group Emits
|
|
116
|
+
*/
|
|
117
|
+
onShow: EventEmitter<any>;
|
|
118
|
+
/**
|
|
119
|
+
* Callback to invoke when an overlay gets hidden.
|
|
120
|
+
* @group Emits
|
|
121
|
+
*/
|
|
122
|
+
onHide: EventEmitter<any>;
|
|
123
|
+
$appendTo: i0.Signal<any>;
|
|
124
|
+
container: Nullable<HTMLDivElement>;
|
|
125
|
+
overlayVisible: boolean;
|
|
126
|
+
render: boolean;
|
|
127
|
+
selfClick: boolean;
|
|
128
|
+
documentClickListener: VoidListener;
|
|
129
|
+
target: any;
|
|
130
|
+
willHide: Nullable<boolean>;
|
|
131
|
+
scrollHandler: Nullable<ConnectedOverlayScrollHandler>;
|
|
132
|
+
documentResizeListener: VoidListener;
|
|
133
|
+
/**
|
|
134
|
+
* Custom content template.
|
|
135
|
+
* @param {PopoverContentTemplateContext} context - content context.
|
|
136
|
+
* @see {@link PopoverContentTemplateContext}
|
|
137
|
+
* @group Templates
|
|
138
|
+
*/
|
|
139
|
+
contentTemplate: Nullable<TemplateRef<PopoverContentTemplateContext>>;
|
|
140
|
+
templates: QueryList<AglTemplate>;
|
|
141
|
+
_contentTemplate: TemplateRef<PopoverContentTemplateContext> | undefined;
|
|
142
|
+
destroyCallback: Nullable<Function>;
|
|
143
|
+
overlayEventListener: Nullable<(event?: any) => void>;
|
|
144
|
+
overlaySubscription: Subscription | undefined;
|
|
145
|
+
_componentStyle: PopoverStyle;
|
|
146
|
+
zone: NgZone;
|
|
147
|
+
overlayService: OverlayService;
|
|
148
|
+
onAfterContentInit(): void;
|
|
149
|
+
bindDocumentClickListener(): void;
|
|
150
|
+
unbindDocumentClickListener(): void;
|
|
151
|
+
/**
|
|
152
|
+
* Toggles the visibility of the panel.
|
|
153
|
+
* @param {Event} event - Browser event
|
|
154
|
+
* @param {Target} target - Target element.
|
|
155
|
+
* @group Method
|
|
156
|
+
*/
|
|
157
|
+
toggle(event: any, target?: any): void;
|
|
158
|
+
/**
|
|
159
|
+
* Displays the panel.
|
|
160
|
+
* @param {Event} event - Browser event
|
|
161
|
+
* @param {Target} target - Target element.
|
|
162
|
+
* @group Method
|
|
163
|
+
*/
|
|
164
|
+
show(event: any, target?: any): void;
|
|
165
|
+
onOverlayClick(event: MouseEvent): void;
|
|
166
|
+
onContentClick(event: MouseEvent): void;
|
|
167
|
+
hasTargetChanged(event: any, target: any): boolean;
|
|
168
|
+
appendOverlay(): void;
|
|
169
|
+
restoreAppend(): void;
|
|
170
|
+
setZIndex(): void;
|
|
171
|
+
align(): void;
|
|
172
|
+
onAnimationStart(event: MotionEvent): void;
|
|
173
|
+
onAnimationEnd(): void;
|
|
174
|
+
focus(): void;
|
|
175
|
+
/**
|
|
176
|
+
* Hides the panel.
|
|
177
|
+
* @group Method
|
|
178
|
+
*/
|
|
179
|
+
hide(): void;
|
|
180
|
+
onCloseClick(event: MouseEvent): void;
|
|
181
|
+
onEscapeKeydown(_event: KeyboardEvent): void;
|
|
182
|
+
onWindowResize(): void;
|
|
183
|
+
bindDocumentResizeListener(): void;
|
|
184
|
+
unbindDocumentResizeListener(): void;
|
|
185
|
+
bindScrollListener(): void;
|
|
186
|
+
unbindScrollListener(): void;
|
|
187
|
+
onContainerDestroy(): void;
|
|
188
|
+
onDestroy(): void;
|
|
189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Popover, never>;
|
|
190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Popover, "agl-popover", never, { "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "dismissable": { "alias": "dismissable"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; "isSignal": true; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "ariaCloseLabel": { "alias": "ariaCloseLabel"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "focusOnShow": { "alias": "focusOnShow"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; "motionOptions": { "alias": "motionOptions"; "required": false; "isSignal": true; }; }, { "onShow": "onShow"; "onHide": "onHide"; }, ["contentTemplate", "templates"], ["*"], true, [{ directive: typeof i1.Bind; inputs: {}; outputs: {}; }]>;
|
|
191
|
+
static ngAcceptInputType_dismissable: unknown;
|
|
192
|
+
static ngAcceptInputType_autoZIndex: unknown;
|
|
193
|
+
static ngAcceptInputType_baseZIndex: unknown;
|
|
194
|
+
static ngAcceptInputType_focusOnShow: unknown;
|
|
195
|
+
}
|
|
196
|
+
declare class PopoverModule {
|
|
197
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
|
|
198
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, never, [typeof Popover, typeof i2.SharedModule], [typeof Popover, typeof i2.SharedModule]>;
|
|
199
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export { Popover, PopoverModule, PopoverStyle };
|