@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 @@
|
|
|
1
|
+
{"version":3,"file":"anguless-angulux-skeleton.mjs","sources":["../../src/skeleton/style/skeletonstyle.ts","../../src/skeleton/skeleton.ts","../../src/skeleton/anguless-angulux-skeleton.ts"],"sourcesContent":["import { Injectable } from '@angular/core';\nimport { style } from '@anguless/angulux-styles/skeleton';\nimport { BaseStyle } from '@anguless/angulux/base';\n\nconst inlineStyles = {\n root: { position: 'relative' }\n};\n\nconst classes = {\n root: ({ instance }) => [\n 'p-skeleton p-component',\n {\n 'p-skeleton-circle': instance.shape === 'circle',\n 'p-skeleton-animation-none': instance.animation === 'none'\n }\n ]\n};\n\n@Injectable()\nexport class SkeletonStyle extends BaseStyle {\n name = 'skeleton';\n\n style = style;\n\n classes = classes;\n\n inlineStyles = inlineStyles;\n}\n\n/**\n *\n * Skeleton is a placeholder to display instead of the actual content.\n *\n * @module skeletonstyle\n *\n */\nexport enum SkeletonClasses {\n /**\n * Class name of the root element\n */\n root = 'p-skeleton'\n}\n\nexport interface SkeletonStyle extends BaseStyle {}\n","import { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, inject, InjectionToken, Input, NgModule, ViewEncapsulation } from '@angular/core';\nimport { SharedModule } from '@anguless/angulux/api';\nimport { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';\nimport { Bind } from '@anguless/angulux/bind';\nimport { SkeletonPassThrough } from '@anguless/angulux/types/skeleton';\nimport { SkeletonStyle } from './style/skeletonstyle';\n\nconst SKELETON_INSTANCE = new InjectionToken<Skeleton>('SKELETON_INSTANCE');\n\n/**\n * Skeleton is a placeholder to display instead of the actual content.\n * @group Components\n */\n@Component({\n selector: 'agl-skeleton',\n standalone: true,\n imports: [CommonModule, SharedModule],\n template: ``,\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n providers: [SkeletonStyle, { provide: SKELETON_INSTANCE, useExisting: Skeleton }, { provide: PARENT_INSTANCE, useExisting: Skeleton }],\n host: {\n '[attr.aria-hidden]': 'true',\n '[class]': \"cn(cx('root'), styleClass)\",\n '[style]': 'containerStyle',\n '[attr.data-p]': 'dataP'\n },\n hostDirectives: [Bind]\n})\nexport class Skeleton extends BaseComponent<SkeletonPassThrough> {\n componentName = 'Skeleton';\n $pcSkeleton: Skeleton | undefined = inject(SKELETON_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;\n\n bindDirectiveInstance = inject(Bind, { self: true });\n\n onAfterViewChecked(): void {\n this.bindDirectiveInstance.setAttrs(this.ptms(['host', 'root']));\n }\n\n /**\n * Class of the element.\n * @deprecated since v20.0.0, use `class` instead.\n * @group Props\n */\n @Input() styleClass: string | undefined;\n /**\n * Shape of the element.\n * @group Props\n */\n @Input() shape: string = 'rectangle';\n /**\n * Type of the animation.\n * @gruop Props\n */\n @Input() animation: string = 'wave';\n /**\n * Border radius of the element, defaults to value from theme.\n * @group Props\n */\n @Input() borderRadius: string | undefined;\n /**\n * Size of the skeleton.\n * @group Props\n */\n @Input() size: string | undefined;\n /**\n * Width of the element.\n * @group Props\n */\n @Input() width: string = '100%';\n /**\n * Height of the element.\n * @group Props\n */\n @Input() height: string = '1rem';\n\n _componentStyle = inject(SkeletonStyle);\n\n get containerStyle() {\n const inlineStyles = this._componentStyle?.inlineStyles['root'];\n let style;\n if (!this.$unstyled()) {\n if (this.size) style = { ...inlineStyles, width: this.size, height: this.size, borderRadius: this.borderRadius };\n else style = { ...inlineStyles, width: this.width, height: this.height, borderRadius: this.borderRadius };\n }\n\n return style;\n }\n\n get dataP() {\n return this.cn({\n [this.shape]: this.shape\n });\n }\n}\n\n@NgModule({\n imports: [Skeleton, SharedModule],\n exports: [Skeleton, SharedModule]\n})\nexport class SkeletonModule {}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,643 @@
|
|
|
1
|
+
export * from '@anguless/angulux/types/splitbutton';
|
|
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, signal, booleanAttribute, numberAttribute, ContentChildren, ContentChild, ViewChild, Output, Input, ViewEncapsulation, ChangeDetectionStrategy, Component, NgModule } from '@angular/core';
|
|
6
|
+
import { uuid } from '@anguless/angulux-utils';
|
|
7
|
+
import { SharedModule, AglTemplate } from '@anguless/angulux/api';
|
|
8
|
+
import { AutoFocus } from '@anguless/angulux/autofocus';
|
|
9
|
+
import { BaseComponent, PARENT_INSTANCE } from '@anguless/angulux/basecomponent';
|
|
10
|
+
import * as i1 from '@anguless/angulux/bind';
|
|
11
|
+
import { Bind } from '@anguless/angulux/bind';
|
|
12
|
+
import { ButtonDirective } from '@anguless/angulux/button';
|
|
13
|
+
import { ChevronDownIcon } from '@anguless/angulux/icons';
|
|
14
|
+
import { Ripple } from '@anguless/angulux/ripple';
|
|
15
|
+
import { TieredMenu } from '@anguless/angulux/tieredmenu';
|
|
16
|
+
import * as i3 from '@anguless/angulux/tooltip';
|
|
17
|
+
import { TooltipModule } from '@anguless/angulux/tooltip';
|
|
18
|
+
import { style } from '@anguless/angulux-styles/splitbutton';
|
|
19
|
+
import { BaseStyle } from '@anguless/angulux/base';
|
|
20
|
+
|
|
21
|
+
const classes = {
|
|
22
|
+
root: ({ instance }) => [
|
|
23
|
+
'p-splitbutton p-component',
|
|
24
|
+
{
|
|
25
|
+
'p-splitbutton-raised': instance.raised,
|
|
26
|
+
'p-splitbutton-rounded': instance.rounded,
|
|
27
|
+
'p-splitbutton-outlined': instance.outlined,
|
|
28
|
+
'p-splitbutton-text': instance.text,
|
|
29
|
+
[`p-splitbutton-${instance.size === 'small' ? 'sm' : 'lg'}`]: instance.size
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
pcButton: 'p-splitbutton-button',
|
|
33
|
+
pcDropdown: 'p-splitbutton-dropdown p-button-icon-only'
|
|
34
|
+
};
|
|
35
|
+
class SplitButtonStyle extends BaseStyle {
|
|
36
|
+
name = 'splitbutton';
|
|
37
|
+
style = style;
|
|
38
|
+
classes = classes;
|
|
39
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
|
40
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonStyle });
|
|
41
|
+
}
|
|
42
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonStyle, decorators: [{
|
|
43
|
+
type: Injectable
|
|
44
|
+
}] });
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* SplitButton groups a set of commands in an overlay with a default command.
|
|
48
|
+
*
|
|
49
|
+
* @module splitbuttonstyle
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
var SplitButtonClasses;
|
|
53
|
+
(function (SplitButtonClasses) {
|
|
54
|
+
/**
|
|
55
|
+
* Class name of the root element
|
|
56
|
+
*/
|
|
57
|
+
SplitButtonClasses["root"] = "p-splitbutton";
|
|
58
|
+
/**
|
|
59
|
+
* Class name of the button element
|
|
60
|
+
*/
|
|
61
|
+
SplitButtonClasses["pcButton"] = "p-splitbutton-button";
|
|
62
|
+
/**
|
|
63
|
+
* Class name of the dropdown element
|
|
64
|
+
*/
|
|
65
|
+
SplitButtonClasses["pcDropdown"] = "p-splitbutton-dropdown";
|
|
66
|
+
})(SplitButtonClasses || (SplitButtonClasses = {}));
|
|
67
|
+
|
|
68
|
+
const SPLITBUTTON_INSTANCE = new InjectionToken('SPLITBUTTON_INSTANCE');
|
|
69
|
+
/**
|
|
70
|
+
* SplitButton groups a set of commands in an overlay with a default command.
|
|
71
|
+
* @group Components
|
|
72
|
+
*/
|
|
73
|
+
class SplitButton extends BaseComponent {
|
|
74
|
+
componentName = 'SplitButton';
|
|
75
|
+
$pcSplitButton = inject(SPLITBUTTON_INSTANCE, { optional: true, skipSelf: true }) ?? undefined;
|
|
76
|
+
bindDirectiveInstance = inject(Bind, { self: true });
|
|
77
|
+
onAfterViewChecked() {
|
|
78
|
+
this.bindDirectiveInstance.setAttrs(this.ptms(['host', 'root']));
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* MenuModel instance to define the overlay items.
|
|
82
|
+
* @group Props
|
|
83
|
+
*/
|
|
84
|
+
model;
|
|
85
|
+
/**
|
|
86
|
+
* Defines the style of the button.
|
|
87
|
+
* @group Props
|
|
88
|
+
*/
|
|
89
|
+
severity;
|
|
90
|
+
/**
|
|
91
|
+
* Add a shadow to indicate elevation.
|
|
92
|
+
* @group Props
|
|
93
|
+
*/
|
|
94
|
+
raised = false;
|
|
95
|
+
/**
|
|
96
|
+
* Add a circular border radius to the button.
|
|
97
|
+
* @group Props
|
|
98
|
+
*/
|
|
99
|
+
rounded = false;
|
|
100
|
+
/**
|
|
101
|
+
* Add a textual class to the button without a background initially.
|
|
102
|
+
* @group Props
|
|
103
|
+
*/
|
|
104
|
+
text = false;
|
|
105
|
+
/**
|
|
106
|
+
* Add a border class without a background initially.
|
|
107
|
+
* @group Props
|
|
108
|
+
*/
|
|
109
|
+
outlined = false;
|
|
110
|
+
/**
|
|
111
|
+
* Defines the size of the button.
|
|
112
|
+
* @group Props
|
|
113
|
+
*/
|
|
114
|
+
size = null;
|
|
115
|
+
/**
|
|
116
|
+
* Add a plain textual class to the button without a background initially.
|
|
117
|
+
* @group Props
|
|
118
|
+
*/
|
|
119
|
+
plain = false;
|
|
120
|
+
/**
|
|
121
|
+
* Name of the icon.
|
|
122
|
+
* @group Props
|
|
123
|
+
*/
|
|
124
|
+
icon;
|
|
125
|
+
/**
|
|
126
|
+
* Position of the icon.
|
|
127
|
+
* @group Props
|
|
128
|
+
*/
|
|
129
|
+
iconPos = 'left';
|
|
130
|
+
/**
|
|
131
|
+
* Text of the button.
|
|
132
|
+
* @group Props
|
|
133
|
+
*/
|
|
134
|
+
label;
|
|
135
|
+
/**
|
|
136
|
+
* Tooltip for the main button.
|
|
137
|
+
* @group Props
|
|
138
|
+
*/
|
|
139
|
+
tooltip;
|
|
140
|
+
/**
|
|
141
|
+
* Tooltip options for the main button.
|
|
142
|
+
* @group Props
|
|
143
|
+
*/
|
|
144
|
+
tooltipOptions;
|
|
145
|
+
/**
|
|
146
|
+
* Class of the element.
|
|
147
|
+
* @deprecated since v20.0.0, use `class` instead.
|
|
148
|
+
* @group Props
|
|
149
|
+
*/
|
|
150
|
+
styleClass;
|
|
151
|
+
/**
|
|
152
|
+
* Inline style of the overlay menu.
|
|
153
|
+
* @group Props
|
|
154
|
+
*/
|
|
155
|
+
menuStyle;
|
|
156
|
+
/**
|
|
157
|
+
* Style class of the overlay menu.
|
|
158
|
+
* @group Props
|
|
159
|
+
*/
|
|
160
|
+
menuStyleClass;
|
|
161
|
+
/**
|
|
162
|
+
* Name of the dropdown icon.
|
|
163
|
+
* @group Props
|
|
164
|
+
*/
|
|
165
|
+
dropdownIcon;
|
|
166
|
+
/**
|
|
167
|
+
* 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).
|
|
168
|
+
* @defaultValue 'body'
|
|
169
|
+
* @group Props
|
|
170
|
+
*/
|
|
171
|
+
appendTo = input('body', /* @ts-ignore */
|
|
172
|
+
...(ngDevMode ? [{ debugName: "appendTo" }] : /* istanbul ignore next */ []));
|
|
173
|
+
/**
|
|
174
|
+
* Indicates the direction of the element.
|
|
175
|
+
* @group Props
|
|
176
|
+
*/
|
|
177
|
+
dir;
|
|
178
|
+
/**
|
|
179
|
+
* Defines a string that labels the expand button for accessibility.
|
|
180
|
+
* @group Props
|
|
181
|
+
*/
|
|
182
|
+
expandAriaLabel;
|
|
183
|
+
/**
|
|
184
|
+
* Transition options of the show animation.
|
|
185
|
+
* @group Props
|
|
186
|
+
* @deprecated since v21.0.0. Use `motionOptions` instead.
|
|
187
|
+
*/
|
|
188
|
+
showTransitionOptions = '.12s cubic-bezier(0, 0, 0.2, 1)';
|
|
189
|
+
/**
|
|
190
|
+
* Transition options of the hide animation.
|
|
191
|
+
* @group Props
|
|
192
|
+
* @deprecated since v21.0.0. Use `motionOptions` instead.
|
|
193
|
+
*/
|
|
194
|
+
hideTransitionOptions = '.1s linear';
|
|
195
|
+
/**
|
|
196
|
+
* The motion options.
|
|
197
|
+
* @group Props
|
|
198
|
+
*/
|
|
199
|
+
motionOptions = input(undefined, /* @ts-ignore */
|
|
200
|
+
...(ngDevMode ? [{ debugName: "motionOptions" }] : /* istanbul ignore next */ []));
|
|
201
|
+
computedMotionOptions = computed(() => {
|
|
202
|
+
return {
|
|
203
|
+
...this.ptm('motion'),
|
|
204
|
+
...this.motionOptions()
|
|
205
|
+
};
|
|
206
|
+
}, /* @ts-ignore */
|
|
207
|
+
...(ngDevMode ? [{ debugName: "computedMotionOptions" }] : /* istanbul ignore next */ []));
|
|
208
|
+
/**
|
|
209
|
+
* Button Props
|
|
210
|
+
*/
|
|
211
|
+
buttonProps;
|
|
212
|
+
/**
|
|
213
|
+
* Menu Button Props
|
|
214
|
+
*/
|
|
215
|
+
menuButtonProps;
|
|
216
|
+
/**
|
|
217
|
+
* When present, it specifies that the component should automatically get focus on load.
|
|
218
|
+
* @group Props
|
|
219
|
+
*/
|
|
220
|
+
autofocus;
|
|
221
|
+
/**
|
|
222
|
+
* When present, it specifies that the element should be disabled.
|
|
223
|
+
* @group Props
|
|
224
|
+
*/
|
|
225
|
+
set disabled(v) {
|
|
226
|
+
this._disabled = v ?? false;
|
|
227
|
+
this.buttonDisabled = v ?? false;
|
|
228
|
+
this.menuButtonDisabled = v ?? false;
|
|
229
|
+
}
|
|
230
|
+
get disabled() {
|
|
231
|
+
return this._disabled;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Index of the element in tabbing order.
|
|
235
|
+
* @group Props
|
|
236
|
+
*/
|
|
237
|
+
tabindex;
|
|
238
|
+
/**
|
|
239
|
+
* When present, it specifies that the menu button element should be disabled.
|
|
240
|
+
* @group Props
|
|
241
|
+
*/
|
|
242
|
+
menuButtonDisabled = false;
|
|
243
|
+
/**
|
|
244
|
+
* When present, it specifies that the button element should be disabled.
|
|
245
|
+
* @group Props
|
|
246
|
+
*/
|
|
247
|
+
buttonDisabled = false;
|
|
248
|
+
/**
|
|
249
|
+
* Callback to invoke when default command button is clicked.
|
|
250
|
+
* @param {MouseEvent} event - Mouse event.
|
|
251
|
+
* @group Emits
|
|
252
|
+
*/
|
|
253
|
+
onClick = new EventEmitter();
|
|
254
|
+
/**
|
|
255
|
+
* Callback to invoke when overlay menu is hidden.
|
|
256
|
+
* @group Emits
|
|
257
|
+
*/
|
|
258
|
+
onMenuHide = new EventEmitter();
|
|
259
|
+
/**
|
|
260
|
+
* Callback to invoke when overlay menu is shown.
|
|
261
|
+
* @group Emits
|
|
262
|
+
*/
|
|
263
|
+
onMenuShow = new EventEmitter();
|
|
264
|
+
/**
|
|
265
|
+
* Callback to invoke when dropdown button is clicked.
|
|
266
|
+
* @param {MouseEvent} event - Mouse event.
|
|
267
|
+
* @group Emits
|
|
268
|
+
*/
|
|
269
|
+
onDropdownClick = new EventEmitter();
|
|
270
|
+
buttonViewChild;
|
|
271
|
+
menu;
|
|
272
|
+
/**
|
|
273
|
+
* Custom content template.
|
|
274
|
+
* @group Templates
|
|
275
|
+
*/
|
|
276
|
+
contentTemplate;
|
|
277
|
+
/**
|
|
278
|
+
* Custom dropdown icon template.
|
|
279
|
+
* @group Templates
|
|
280
|
+
**/
|
|
281
|
+
dropdownIconTemplate;
|
|
282
|
+
templates;
|
|
283
|
+
ariaId;
|
|
284
|
+
isExpanded = signal(false, /* @ts-ignore */
|
|
285
|
+
...(ngDevMode ? [{ debugName: "isExpanded" }] : /* istanbul ignore next */ []));
|
|
286
|
+
_disabled;
|
|
287
|
+
_componentStyle = inject(SplitButtonStyle);
|
|
288
|
+
_contentTemplate;
|
|
289
|
+
_dropdownIconTemplate;
|
|
290
|
+
$appendTo = computed(() => this.appendTo() || this.config.overlayAppendTo(), /* @ts-ignore */
|
|
291
|
+
...(ngDevMode ? [{ debugName: "$appendTo" }] : /* istanbul ignore next */ []));
|
|
292
|
+
onInit() {
|
|
293
|
+
this.ariaId = uuid('pn_id_');
|
|
294
|
+
}
|
|
295
|
+
onAfterContentInit() {
|
|
296
|
+
this.templates?.forEach((item) => {
|
|
297
|
+
switch (item.getType()) {
|
|
298
|
+
case 'content':
|
|
299
|
+
this._contentTemplate = item.template;
|
|
300
|
+
break;
|
|
301
|
+
case 'dropdownicon':
|
|
302
|
+
this._dropdownIconTemplate = item.template;
|
|
303
|
+
break;
|
|
304
|
+
default:
|
|
305
|
+
this._contentTemplate = item.template;
|
|
306
|
+
break;
|
|
307
|
+
}
|
|
308
|
+
});
|
|
309
|
+
}
|
|
310
|
+
onDefaultButtonClick(event) {
|
|
311
|
+
this.onClick?.emit(event);
|
|
312
|
+
this.menu?.hide();
|
|
313
|
+
}
|
|
314
|
+
onDropdownButtonClick(event) {
|
|
315
|
+
this.onDropdownClick.emit(event);
|
|
316
|
+
this.menu?.toggle({ currentTarget: this.el?.nativeElement, relativeAlign: this.$appendTo() == 'self' });
|
|
317
|
+
}
|
|
318
|
+
onDropdownButtonKeydown(event) {
|
|
319
|
+
if (event.code === 'ArrowDown' || event.code === 'ArrowUp') {
|
|
320
|
+
this.onDropdownButtonClick();
|
|
321
|
+
event.preventDefault();
|
|
322
|
+
}
|
|
323
|
+
}
|
|
324
|
+
onHide() {
|
|
325
|
+
this.isExpanded.set(false);
|
|
326
|
+
this.onMenuHide.emit();
|
|
327
|
+
}
|
|
328
|
+
onShow() {
|
|
329
|
+
this.isExpanded.set(true);
|
|
330
|
+
this.onMenuShow.emit();
|
|
331
|
+
}
|
|
332
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButton, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
333
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.1.0", version: "22.0.8", type: SplitButton, isStandalone: true, selector: "agl-splitbutton, agl-splitButton, agl-split-button", inputs: { model: { classPropertyName: "model", publicName: "model", isSignal: false, isRequired: false, transformFunction: null }, severity: { classPropertyName: "severity", publicName: "severity", isSignal: false, isRequired: false, transformFunction: null }, raised: { classPropertyName: "raised", publicName: "raised", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, rounded: { classPropertyName: "rounded", publicName: "rounded", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, text: { classPropertyName: "text", publicName: "text", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, outlined: { classPropertyName: "outlined", publicName: "outlined", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, size: { classPropertyName: "size", publicName: "size", isSignal: false, isRequired: false, transformFunction: null }, plain: { classPropertyName: "plain", publicName: "plain", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, icon: { classPropertyName: "icon", publicName: "icon", isSignal: false, isRequired: false, transformFunction: null }, iconPos: { classPropertyName: "iconPos", publicName: "iconPos", isSignal: false, isRequired: false, transformFunction: null }, label: { classPropertyName: "label", publicName: "label", isSignal: false, isRequired: false, transformFunction: null }, tooltip: { classPropertyName: "tooltip", publicName: "tooltip", isSignal: false, isRequired: false, transformFunction: null }, tooltipOptions: { classPropertyName: "tooltipOptions", publicName: "tooltipOptions", isSignal: false, isRequired: false, transformFunction: null }, styleClass: { classPropertyName: "styleClass", publicName: "styleClass", isSignal: false, isRequired: false, transformFunction: null }, menuStyle: { classPropertyName: "menuStyle", publicName: "menuStyle", isSignal: false, isRequired: false, transformFunction: null }, menuStyleClass: { classPropertyName: "menuStyleClass", publicName: "menuStyleClass", isSignal: false, isRequired: false, transformFunction: null }, dropdownIcon: { classPropertyName: "dropdownIcon", publicName: "dropdownIcon", isSignal: false, isRequired: false, transformFunction: null }, appendTo: { classPropertyName: "appendTo", publicName: "appendTo", isSignal: true, isRequired: false, transformFunction: null }, dir: { classPropertyName: "dir", publicName: "dir", isSignal: false, isRequired: false, transformFunction: null }, expandAriaLabel: { classPropertyName: "expandAriaLabel", publicName: "expandAriaLabel", isSignal: false, isRequired: false, transformFunction: null }, showTransitionOptions: { classPropertyName: "showTransitionOptions", publicName: "showTransitionOptions", isSignal: false, isRequired: false, transformFunction: null }, hideTransitionOptions: { classPropertyName: "hideTransitionOptions", publicName: "hideTransitionOptions", isSignal: false, isRequired: false, transformFunction: null }, motionOptions: { classPropertyName: "motionOptions", publicName: "motionOptions", isSignal: true, isRequired: false, transformFunction: null }, buttonProps: { classPropertyName: "buttonProps", publicName: "buttonProps", isSignal: false, isRequired: false, transformFunction: null }, menuButtonProps: { classPropertyName: "menuButtonProps", publicName: "menuButtonProps", isSignal: false, isRequired: false, transformFunction: null }, autofocus: { classPropertyName: "autofocus", publicName: "autofocus", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, disabled: { classPropertyName: "disabled", publicName: "disabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, tabindex: { classPropertyName: "tabindex", publicName: "tabindex", isSignal: false, isRequired: false, transformFunction: numberAttribute }, menuButtonDisabled: { classPropertyName: "menuButtonDisabled", publicName: "menuButtonDisabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute }, buttonDisabled: { classPropertyName: "buttonDisabled", publicName: "buttonDisabled", isSignal: false, isRequired: false, transformFunction: booleanAttribute } }, outputs: { onClick: "onClick", onMenuHide: "onMenuHide", onMenuShow: "onMenuShow", onDropdownClick: "onDropdownClick" }, host: { properties: { "class": "cn(cx('root'), styleClass)", "attr.data-p-severity": "severity" } }, providers: [SplitButtonStyle, { provide: SPLITBUTTON_INSTANCE, useExisting: SplitButton }, { provide: PARENT_INSTANCE, useExisting: SplitButton }], queries: [{ propertyName: "contentTemplate", first: true, predicate: ["content"] }, { propertyName: "dropdownIconTemplate", first: true, predicate: ["dropdownicon"] }, { propertyName: "templates", predicate: AglTemplate }], viewQueries: [{ propertyName: "buttonViewChild", first: true, predicate: ["defaultbtn"], descendants: true }, { propertyName: "menu", first: true, predicate: ["menu"], descendants: true }], usesInheritance: true, hostDirectives: [{ directive: i1.Bind }], ngImport: i0, template: `
|
|
334
|
+
<ng-container *ngIf="contentTemplate || _contentTemplate; else defaultButton">
|
|
335
|
+
<button
|
|
336
|
+
[class]="cx('pcButton')"
|
|
337
|
+
type="button"
|
|
338
|
+
aglButton
|
|
339
|
+
aglRipple
|
|
340
|
+
[severity]="severity"
|
|
341
|
+
[text]="text"
|
|
342
|
+
[outlined]="outlined"
|
|
343
|
+
[size]="size"
|
|
344
|
+
[icon]="icon"
|
|
345
|
+
[iconPos]="iconPos"
|
|
346
|
+
(click)="onDefaultButtonClick($event)"
|
|
347
|
+
[disabled]="disabled"
|
|
348
|
+
[attr.tabindex]="tabindex"
|
|
349
|
+
[attr.aria-label]="buttonProps?.['ariaLabel'] || label"
|
|
350
|
+
[aglAutoFocus]="autofocus"
|
|
351
|
+
[aglTooltip]="tooltip"
|
|
352
|
+
[pTooltipUnstyled]="unstyled()"
|
|
353
|
+
[tooltipOptions]="tooltipOptions"
|
|
354
|
+
[pt]="ptm('pcButton')"
|
|
355
|
+
[unstyled]="unstyled()"
|
|
356
|
+
>
|
|
357
|
+
<ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate"></ng-container>
|
|
358
|
+
</button>
|
|
359
|
+
</ng-container>
|
|
360
|
+
<ng-template #defaultButton>
|
|
361
|
+
<button
|
|
362
|
+
#defaultbtn
|
|
363
|
+
[class]="cx('pcButton')"
|
|
364
|
+
type="button"
|
|
365
|
+
aglButton
|
|
366
|
+
aglRipple
|
|
367
|
+
[severity]="severity"
|
|
368
|
+
[text]="text"
|
|
369
|
+
[outlined]="outlined"
|
|
370
|
+
[size]="size"
|
|
371
|
+
[icon]="icon"
|
|
372
|
+
[iconPos]="iconPos"
|
|
373
|
+
[label]="label"
|
|
374
|
+
(click)="onDefaultButtonClick($event)"
|
|
375
|
+
[disabled]="buttonDisabled"
|
|
376
|
+
[attr.tabindex]="tabindex"
|
|
377
|
+
[attr.aria-label]="buttonProps?.['ariaLabel']"
|
|
378
|
+
[aglAutoFocus]="autofocus"
|
|
379
|
+
[aglTooltip]="tooltip"
|
|
380
|
+
[pTooltipUnstyled]="unstyled()"
|
|
381
|
+
[tooltipOptions]="tooltipOptions"
|
|
382
|
+
[pt]="ptm('pcButton')"
|
|
383
|
+
[unstyled]="unstyled()"
|
|
384
|
+
></button>
|
|
385
|
+
</ng-template>
|
|
386
|
+
<button
|
|
387
|
+
type="button"
|
|
388
|
+
aglButton
|
|
389
|
+
aglRipple
|
|
390
|
+
[size]="size"
|
|
391
|
+
[severity]="severity"
|
|
392
|
+
[text]="text"
|
|
393
|
+
[outlined]="outlined"
|
|
394
|
+
[class]="cx('pcDropdown')"
|
|
395
|
+
(click)="onDropdownButtonClick($event)"
|
|
396
|
+
(keydown)="onDropdownButtonKeydown($event)"
|
|
397
|
+
[disabled]="menuButtonDisabled"
|
|
398
|
+
[attr.aria-label]="menuButtonProps?.['ariaLabel'] || expandAriaLabel"
|
|
399
|
+
[attr.aria-haspopup]="menuButtonProps?.['ariaHasPopup'] || true"
|
|
400
|
+
[attr.aria-expanded]="menuButtonProps?.['ariaExpanded'] || isExpanded()"
|
|
401
|
+
[attr.aria-controls]="menuButtonProps?.['ariaControls'] || ariaId"
|
|
402
|
+
[pt]="ptm('pcDropdown')"
|
|
403
|
+
[unstyled]="unstyled()"
|
|
404
|
+
>
|
|
405
|
+
<span *ngIf="dropdownIcon" [class]="dropdownIcon"></span>
|
|
406
|
+
<ng-container *ngIf="!dropdownIcon">
|
|
407
|
+
<svg data-p-icon="chevron-down" *ngIf="!dropdownIconTemplate && !_dropdownIconTemplate" />
|
|
408
|
+
<ng-template *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate"></ng-template>
|
|
409
|
+
</ng-container>
|
|
410
|
+
</button>
|
|
411
|
+
<agl-tieredmenu
|
|
412
|
+
[id]="ariaId"
|
|
413
|
+
#menu
|
|
414
|
+
[popup]="true"
|
|
415
|
+
[model]="model"
|
|
416
|
+
[style]="menuStyle"
|
|
417
|
+
[styleClass]="menuStyleClass"
|
|
418
|
+
[appendTo]="$appendTo()"
|
|
419
|
+
[motionOptions]="computedMotionOptions()"
|
|
420
|
+
(onHide)="onHide()"
|
|
421
|
+
(onShow)="onShow()"
|
|
422
|
+
[pt]="ptm('pcMenu')"
|
|
423
|
+
[unstyled]="unstyled()"
|
|
424
|
+
></agl-tieredmenu>
|
|
425
|
+
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: ButtonDirective, selector: "[aglButton]", inputs: ["ptButtonDirective", "pButtonPT", "pButtonUnstyled", "hostName", "text", "plain", "raised", "size", "outlined", "rounded", "iconPos", "loadingIcon", "fluid", "label", "icon", "loading", "buttonProps", "severity"] }, { kind: "component", type: TieredMenu, selector: "agl-tieredMenu, agl-tieredmenu, agl-tiered-menu", inputs: ["model", "popup", "style", "styleClass", "breakpoint", "autoZIndex", "baseZIndex", "autoDisplay", "showTransitionOptions", "hideTransitionOptions", "id", "ariaLabel", "ariaLabelledBy", "disabled", "tabindex", "appendTo", "motionOptions"], outputs: ["onShow", "onHide"] }, { kind: "directive", type: AutoFocus, selector: "[aglAutoFocus]", inputs: ["aglAutoFocus"] }, { kind: "component", type: ChevronDownIcon, selector: "[data-p-icon=\"chevron-down\"]" }, { kind: "directive", type: Ripple, selector: "[aglRipple]" }, { kind: "ngmodule", type: TooltipModule }, { kind: "directive", type: i3.Tooltip, selector: "[aglTooltip]", inputs: ["tooltipPosition", "tooltipEvent", "positionStyle", "tooltipStyleClass", "tooltipZIndex", "escape", "showDelay", "hideDelay", "life", "positionTop", "positionLeft", "autoHide", "fitContent", "hideOnEscape", "showOnEllipsis", "aglTooltip", "tooltipDisabled", "tooltipOptions", "appendTo", "ptTooltip", "pTooltipPT", "pTooltipUnstyled"] }, { kind: "ngmodule", type: SharedModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
|
426
|
+
}
|
|
427
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButton, decorators: [{
|
|
428
|
+
type: Component,
|
|
429
|
+
args: [{
|
|
430
|
+
selector: 'agl-splitbutton, agl-splitButton, agl-split-button',
|
|
431
|
+
standalone: true,
|
|
432
|
+
imports: [CommonModule, ButtonDirective, TieredMenu, AutoFocus, ChevronDownIcon, Ripple, TooltipModule, SharedModule],
|
|
433
|
+
template: `
|
|
434
|
+
<ng-container *ngIf="contentTemplate || _contentTemplate; else defaultButton">
|
|
435
|
+
<button
|
|
436
|
+
[class]="cx('pcButton')"
|
|
437
|
+
type="button"
|
|
438
|
+
aglButton
|
|
439
|
+
aglRipple
|
|
440
|
+
[severity]="severity"
|
|
441
|
+
[text]="text"
|
|
442
|
+
[outlined]="outlined"
|
|
443
|
+
[size]="size"
|
|
444
|
+
[icon]="icon"
|
|
445
|
+
[iconPos]="iconPos"
|
|
446
|
+
(click)="onDefaultButtonClick($event)"
|
|
447
|
+
[disabled]="disabled"
|
|
448
|
+
[attr.tabindex]="tabindex"
|
|
449
|
+
[attr.aria-label]="buttonProps?.['ariaLabel'] || label"
|
|
450
|
+
[aglAutoFocus]="autofocus"
|
|
451
|
+
[aglTooltip]="tooltip"
|
|
452
|
+
[pTooltipUnstyled]="unstyled()"
|
|
453
|
+
[tooltipOptions]="tooltipOptions"
|
|
454
|
+
[pt]="ptm('pcButton')"
|
|
455
|
+
[unstyled]="unstyled()"
|
|
456
|
+
>
|
|
457
|
+
<ng-container *ngTemplateOutlet="contentTemplate || _contentTemplate"></ng-container>
|
|
458
|
+
</button>
|
|
459
|
+
</ng-container>
|
|
460
|
+
<ng-template #defaultButton>
|
|
461
|
+
<button
|
|
462
|
+
#defaultbtn
|
|
463
|
+
[class]="cx('pcButton')"
|
|
464
|
+
type="button"
|
|
465
|
+
aglButton
|
|
466
|
+
aglRipple
|
|
467
|
+
[severity]="severity"
|
|
468
|
+
[text]="text"
|
|
469
|
+
[outlined]="outlined"
|
|
470
|
+
[size]="size"
|
|
471
|
+
[icon]="icon"
|
|
472
|
+
[iconPos]="iconPos"
|
|
473
|
+
[label]="label"
|
|
474
|
+
(click)="onDefaultButtonClick($event)"
|
|
475
|
+
[disabled]="buttonDisabled"
|
|
476
|
+
[attr.tabindex]="tabindex"
|
|
477
|
+
[attr.aria-label]="buttonProps?.['ariaLabel']"
|
|
478
|
+
[aglAutoFocus]="autofocus"
|
|
479
|
+
[aglTooltip]="tooltip"
|
|
480
|
+
[pTooltipUnstyled]="unstyled()"
|
|
481
|
+
[tooltipOptions]="tooltipOptions"
|
|
482
|
+
[pt]="ptm('pcButton')"
|
|
483
|
+
[unstyled]="unstyled()"
|
|
484
|
+
></button>
|
|
485
|
+
</ng-template>
|
|
486
|
+
<button
|
|
487
|
+
type="button"
|
|
488
|
+
aglButton
|
|
489
|
+
aglRipple
|
|
490
|
+
[size]="size"
|
|
491
|
+
[severity]="severity"
|
|
492
|
+
[text]="text"
|
|
493
|
+
[outlined]="outlined"
|
|
494
|
+
[class]="cx('pcDropdown')"
|
|
495
|
+
(click)="onDropdownButtonClick($event)"
|
|
496
|
+
(keydown)="onDropdownButtonKeydown($event)"
|
|
497
|
+
[disabled]="menuButtonDisabled"
|
|
498
|
+
[attr.aria-label]="menuButtonProps?.['ariaLabel'] || expandAriaLabel"
|
|
499
|
+
[attr.aria-haspopup]="menuButtonProps?.['ariaHasPopup'] || true"
|
|
500
|
+
[attr.aria-expanded]="menuButtonProps?.['ariaExpanded'] || isExpanded()"
|
|
501
|
+
[attr.aria-controls]="menuButtonProps?.['ariaControls'] || ariaId"
|
|
502
|
+
[pt]="ptm('pcDropdown')"
|
|
503
|
+
[unstyled]="unstyled()"
|
|
504
|
+
>
|
|
505
|
+
<span *ngIf="dropdownIcon" [class]="dropdownIcon"></span>
|
|
506
|
+
<ng-container *ngIf="!dropdownIcon">
|
|
507
|
+
<svg data-p-icon="chevron-down" *ngIf="!dropdownIconTemplate && !_dropdownIconTemplate" />
|
|
508
|
+
<ng-template *ngTemplateOutlet="dropdownIconTemplate || _dropdownIconTemplate"></ng-template>
|
|
509
|
+
</ng-container>
|
|
510
|
+
</button>
|
|
511
|
+
<agl-tieredmenu
|
|
512
|
+
[id]="ariaId"
|
|
513
|
+
#menu
|
|
514
|
+
[popup]="true"
|
|
515
|
+
[model]="model"
|
|
516
|
+
[style]="menuStyle"
|
|
517
|
+
[styleClass]="menuStyleClass"
|
|
518
|
+
[appendTo]="$appendTo()"
|
|
519
|
+
[motionOptions]="computedMotionOptions()"
|
|
520
|
+
(onHide)="onHide()"
|
|
521
|
+
(onShow)="onShow()"
|
|
522
|
+
[pt]="ptm('pcMenu')"
|
|
523
|
+
[unstyled]="unstyled()"
|
|
524
|
+
></agl-tieredmenu>
|
|
525
|
+
`,
|
|
526
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
527
|
+
providers: [SplitButtonStyle, { provide: SPLITBUTTON_INSTANCE, useExisting: SplitButton }, { provide: PARENT_INSTANCE, useExisting: SplitButton }],
|
|
528
|
+
encapsulation: ViewEncapsulation.None,
|
|
529
|
+
host: {
|
|
530
|
+
'[class]': "cn(cx('root'), styleClass)",
|
|
531
|
+
'[attr.data-p-severity]': 'severity'
|
|
532
|
+
},
|
|
533
|
+
hostDirectives: [Bind]
|
|
534
|
+
}]
|
|
535
|
+
}], propDecorators: { model: [{
|
|
536
|
+
type: Input
|
|
537
|
+
}], severity: [{
|
|
538
|
+
type: Input
|
|
539
|
+
}], raised: [{
|
|
540
|
+
type: Input,
|
|
541
|
+
args: [{ transform: booleanAttribute }]
|
|
542
|
+
}], rounded: [{
|
|
543
|
+
type: Input,
|
|
544
|
+
args: [{ transform: booleanAttribute }]
|
|
545
|
+
}], text: [{
|
|
546
|
+
type: Input,
|
|
547
|
+
args: [{ transform: booleanAttribute }]
|
|
548
|
+
}], outlined: [{
|
|
549
|
+
type: Input,
|
|
550
|
+
args: [{ transform: booleanAttribute }]
|
|
551
|
+
}], size: [{
|
|
552
|
+
type: Input
|
|
553
|
+
}], plain: [{
|
|
554
|
+
type: Input,
|
|
555
|
+
args: [{ transform: booleanAttribute }]
|
|
556
|
+
}], icon: [{
|
|
557
|
+
type: Input
|
|
558
|
+
}], iconPos: [{
|
|
559
|
+
type: Input
|
|
560
|
+
}], label: [{
|
|
561
|
+
type: Input
|
|
562
|
+
}], tooltip: [{
|
|
563
|
+
type: Input
|
|
564
|
+
}], tooltipOptions: [{
|
|
565
|
+
type: Input
|
|
566
|
+
}], styleClass: [{
|
|
567
|
+
type: Input
|
|
568
|
+
}], menuStyle: [{
|
|
569
|
+
type: Input
|
|
570
|
+
}], menuStyleClass: [{
|
|
571
|
+
type: Input
|
|
572
|
+
}], dropdownIcon: [{
|
|
573
|
+
type: Input
|
|
574
|
+
}], appendTo: [{ type: i0.Input, args: [{ isSignal: true, alias: "appendTo", required: false }] }], dir: [{
|
|
575
|
+
type: Input
|
|
576
|
+
}], expandAriaLabel: [{
|
|
577
|
+
type: Input
|
|
578
|
+
}], showTransitionOptions: [{
|
|
579
|
+
type: Input
|
|
580
|
+
}], hideTransitionOptions: [{
|
|
581
|
+
type: Input
|
|
582
|
+
}], motionOptions: [{ type: i0.Input, args: [{ isSignal: true, alias: "motionOptions", required: false }] }], buttonProps: [{
|
|
583
|
+
type: Input
|
|
584
|
+
}], menuButtonProps: [{
|
|
585
|
+
type: Input
|
|
586
|
+
}], autofocus: [{
|
|
587
|
+
type: Input,
|
|
588
|
+
args: [{ transform: booleanAttribute }]
|
|
589
|
+
}], disabled: [{
|
|
590
|
+
type: Input,
|
|
591
|
+
args: [{ transform: booleanAttribute }]
|
|
592
|
+
}], tabindex: [{
|
|
593
|
+
type: Input,
|
|
594
|
+
args: [{ transform: numberAttribute }]
|
|
595
|
+
}], menuButtonDisabled: [{
|
|
596
|
+
type: Input,
|
|
597
|
+
args: [{ transform: booleanAttribute }]
|
|
598
|
+
}], buttonDisabled: [{
|
|
599
|
+
type: Input,
|
|
600
|
+
args: [{ transform: booleanAttribute }]
|
|
601
|
+
}], onClick: [{
|
|
602
|
+
type: Output
|
|
603
|
+
}], onMenuHide: [{
|
|
604
|
+
type: Output
|
|
605
|
+
}], onMenuShow: [{
|
|
606
|
+
type: Output
|
|
607
|
+
}], onDropdownClick: [{
|
|
608
|
+
type: Output
|
|
609
|
+
}], buttonViewChild: [{
|
|
610
|
+
type: ViewChild,
|
|
611
|
+
args: ['defaultbtn']
|
|
612
|
+
}], menu: [{
|
|
613
|
+
type: ViewChild,
|
|
614
|
+
args: ['menu']
|
|
615
|
+
}], contentTemplate: [{
|
|
616
|
+
type: ContentChild,
|
|
617
|
+
args: ['content', { descendants: false }]
|
|
618
|
+
}], dropdownIconTemplate: [{
|
|
619
|
+
type: ContentChild,
|
|
620
|
+
args: ['dropdownicon', { descendants: false }]
|
|
621
|
+
}], templates: [{
|
|
622
|
+
type: ContentChildren,
|
|
623
|
+
args: [AglTemplate]
|
|
624
|
+
}] } });
|
|
625
|
+
class SplitButtonModule {
|
|
626
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
627
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonModule, imports: [SplitButton, SharedModule], exports: [SplitButton, SharedModule] });
|
|
628
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonModule, imports: [SplitButton, SharedModule, SharedModule] });
|
|
629
|
+
}
|
|
630
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.0.8", ngImport: i0, type: SplitButtonModule, decorators: [{
|
|
631
|
+
type: NgModule,
|
|
632
|
+
args: [{
|
|
633
|
+
imports: [SplitButton, SharedModule],
|
|
634
|
+
exports: [SplitButton, SharedModule]
|
|
635
|
+
}]
|
|
636
|
+
}] });
|
|
637
|
+
|
|
638
|
+
/**
|
|
639
|
+
* Generated bundle index. Do not edit.
|
|
640
|
+
*/
|
|
641
|
+
|
|
642
|
+
export { SplitButton, SplitButtonClasses, SplitButtonModule, SplitButtonStyle };
|
|
643
|
+
//# sourceMappingURL=anguless-angulux-splitbutton.mjs.map
|