primeng 19.1.3 → 20.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +255 -3
- package/animateonscroll/index.d.ts +69 -3
- package/api/index.d.ts +1818 -3
- package/autocomplete/index.d.ts +922 -3
- package/autofocus/index.d.ts +29 -3
- package/avatar/index.d.ts +113 -3
- package/avatargroup/index.d.ts +58 -3
- package/badge/index.d.ts +154 -3
- package/base/index.d.ts +63 -5
- package/basecomponent/index.d.ts +54 -5
- package/baseeditableholder/index.d.ts +36 -0
- package/baseinput/index.d.ts +73 -0
- package/blockui/index.d.ts +112 -3
- package/breadcrumb/index.d.ts +177 -3
- package/button/index.d.ts +479 -3
- package/buttongroup/index.d.ts +41 -3
- package/card/index.d.ts +152 -3
- package/carousel/index.d.ts +441 -3
- package/cascadeselect/index.d.ts +725 -3
- package/chart/index.d.ts +125 -3
- package/checkbox/index.d.ts +244 -3
- package/chip/index.d.ts +163 -3
- package/colorpicker/index.d.ts +326 -3
- package/config/index.d.ts +89 -5
- package/confirmdialog/index.d.ts +356 -3
- package/confirmpopup/index.d.ts +216 -3
- package/contextmenu/index.d.ts +354 -3
- package/dataview/index.d.ts +537 -3
- package/datepicker/index.d.ts +1188 -3
- package/dialog/index.d.ts +528 -3
- package/divider/index.d.ts +112 -3
- package/dock/index.d.ts +199 -3
- package/dom/index.d.ts +107 -3
- package/dragdrop/index.d.ts +119 -3
- package/drawer/index.d.ts +307 -3
- package/dynamicdialog/index.d.ts +542 -3
- package/editor/index.d.ts +224 -3
- package/fesm2022/primeng-accordion.mjs +83 -737
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animateonscroll.mjs +10 -10
- package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +31 -31
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +562 -915
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +9 -18
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +25 -123
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-avatargroup.mjs +10 -10
- package/fesm2022/primeng-avatargroup.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +45 -154
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-base.mjs +9 -9
- package/fesm2022/primeng-base.mjs.map +1 -1
- package/fesm2022/primeng-basecomponent.mjs +20 -27
- package/fesm2022/primeng-basecomponent.mjs.map +1 -1
- package/fesm2022/primeng-baseeditableholder.mjs +49 -0
- package/fesm2022/primeng-baseeditableholder.mjs.map +1 -0
- package/fesm2022/primeng-baseinput.mjs +85 -0
- package/fesm2022/primeng-baseinput.mjs.map +1 -0
- package/fesm2022/primeng-blockui.mjs +47 -73
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +137 -213
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +71 -748
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +39 -96
- package/fesm2022/primeng-buttongroup.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +63 -84
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +162 -339
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +144 -451
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +59 -58
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +106 -276
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +27 -94
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +128 -315
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-config.mjs +14 -7
- package/fesm2022/primeng-config.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +22 -42
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +51 -160
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +84 -267
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +211 -253
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-datepicker.mjs +861 -1445
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +84 -337
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +34 -139
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +195 -315
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-dom.mjs +11 -1
- package/fesm2022/primeng-dom.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +10 -10
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-drawer.mjs +102 -258
- package/fesm2022/primeng-drawer.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +16 -16
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +113 -1075
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +44 -143
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +310 -286
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +23 -109
- package/fesm2022/primeng-floatlabel.mjs.map +1 -1
- package/fesm2022/primeng-fluid.mjs +13 -17
- package/fesm2022/primeng-fluid.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +7 -7
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +119 -674
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +22 -66
- package/fesm2022/primeng-iconfield.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubledown.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleright.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleup.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledown.mjs.map +1 -1
- package/fesm2022/primeng-icons-angleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angleleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-angleright.mjs +3 -3
- package/fesm2022/primeng-icons-angleright.mjs.map +1 -1
- package/fesm2022/primeng-icons-angleup.mjs +3 -3
- package/fesm2022/primeng-icons-angleup.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowright.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowup.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
- package/fesm2022/primeng-icons-ban.mjs +3 -3
- package/fesm2022/primeng-icons-ban.mjs.map +1 -1
- package/fesm2022/primeng-icons-bars.mjs +3 -3
- package/fesm2022/primeng-icons-bars.mjs.map +1 -1
- package/fesm2022/primeng-icons-baseicon.mjs +6 -6
- package/fesm2022/primeng-icons-baseicon.mjs.map +1 -1
- package/fesm2022/primeng-icons-blank.mjs +3 -3
- package/fesm2022/primeng-icons-blank.mjs.map +1 -1
- package/fesm2022/primeng-icons-calendar.mjs +3 -3
- package/fesm2022/primeng-icons-calendar.mjs.map +1 -1
- package/fesm2022/primeng-icons-caretleft.mjs +3 -3
- package/fesm2022/primeng-icons-caretleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-caretright.mjs +3 -3
- package/fesm2022/primeng-icons-caretright.mjs.map +1 -1
- package/fesm2022/primeng-icons-check.mjs +3 -3
- package/fesm2022/primeng-icons-check.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
- package/fesm2022/primeng-icons-chevrondown.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
- package/fesm2022/primeng-icons-chevronleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevronright.mjs +3 -3
- package/fesm2022/primeng-icons-chevronright.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevronup.mjs +3 -3
- package/fesm2022/primeng-icons-chevronup.mjs.map +1 -1
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
- package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eye.mjs.map +1 -1
- package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-filter.mjs +3 -3
- package/fesm2022/primeng-icons-filter.mjs.map +1 -1
- package/fesm2022/primeng-icons-filterfill.mjs +37 -0
- package/fesm2022/primeng-icons-filterfill.mjs.map +1 -0
- package/fesm2022/primeng-icons-filterslash.mjs +3 -3
- package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-home.mjs +3 -3
- package/fesm2022/primeng-icons-home.mjs.map +1 -1
- package/fesm2022/primeng-icons-infocircle.mjs +3 -3
- package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-minus.mjs.map +1 -1
- package/fesm2022/primeng-icons-pencil.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
- package/fesm2022/primeng-icons-plus.mjs +3 -3
- package/fesm2022/primeng-icons-plus.mjs.map +1 -1
- package/fesm2022/primeng-icons-refresh.mjs +3 -3
- package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
- package/fesm2022/primeng-icons-search.mjs +3 -3
- package/fesm2022/primeng-icons-search.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchminus.mjs +3 -3
- package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchplus.mjs +3 -3
- package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-spinner.mjs +3 -3
- package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
- package/fesm2022/primeng-icons-star.mjs +3 -3
- package/fesm2022/primeng-icons-star.mjs.map +1 -1
- package/fesm2022/primeng-icons-starfill.mjs +3 -3
- package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
- package/fesm2022/primeng-icons-thlarge.mjs +3 -3
- package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-times.mjs.map +1 -1
- package/fesm2022/primeng-icons-timescircle.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-trash.mjs +3 -3
- package/fesm2022/primeng-icons-trash.mjs.map +1 -1
- package/fesm2022/primeng-icons-undo.mjs +3 -3
- package/fesm2022/primeng-icons-undo.mjs.map +1 -1
- package/fesm2022/primeng-icons-upload.mjs +3 -3
- package/fesm2022/primeng-icons-upload.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
- package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
- package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
- package/fesm2022/primeng-iftalabel.mjs +19 -78
- package/fesm2022/primeng-iftalabel.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +153 -284
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-imagecompare.mjs +14 -99
- package/fesm2022/primeng-imagecompare.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +56 -86
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputgroup.mjs +48 -130
- package/fesm2022/primeng-inputgroup.mjs.map +1 -1
- package/fesm2022/primeng-inputgroupaddon.mjs +10 -10
- package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
- package/fesm2022/primeng-inputicon.mjs +13 -19
- package/fesm2022/primeng-inputicon.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +93 -142
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +152 -438
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +58 -87
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +52 -136
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +7 -7
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +93 -152
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +518 -625
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +174 -587
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +171 -296
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +386 -694
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +32 -336
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +106 -212
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +247 -696
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +156 -417
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +66 -198
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +25 -30
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaybadge.mjs +11 -11
- package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +199 -338
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +182 -269
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +291 -450
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +260 -389
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +44 -272
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-popover.mjs +15 -17
- package/fesm2022/primeng-popover.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +36 -186
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +30 -104
- package/fesm2022/primeng-progressspinner.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +101 -307
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +115 -196
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +27 -36
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +41 -51
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +97 -165
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +27 -68
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-select.mjs +152 -587
- package/fesm2022/primeng-select.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +52 -87
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +27 -83
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +229 -353
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +43 -142
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +172 -241
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +92 -243
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +257 -252
- package/fesm2022/primeng-stepper.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +40 -162
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +15 -43
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +804 -1266
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabs.mjs +213 -196
- package/fesm2022/primeng-tabs.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +29 -109
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +53 -89
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-textarea.mjs +53 -150
- package/fesm2022/primeng-textarea.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +75 -230
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +28 -202
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +88 -350
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +71 -202
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toggleswitch.mjs +108 -220
- package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +42 -65
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +50 -89
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +286 -501
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +351 -562
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +619 -483
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-usestyle.mjs +3 -3
- package/fesm2022/primeng-usestyle.mjs.map +1 -1
- package/fesm2022/primeng-utils.mjs.map +1 -1
- package/fieldset/index.d.ts +215 -3
- package/fileupload/index.d.ts +784 -3
- package/floatlabel/index.d.ts +57 -3
- package/fluid/index.d.ts +46 -3
- package/focustrap/index.d.ts +34 -3
- package/galleria/index.d.ts +708 -3
- package/iconfield/index.d.ts +62 -3
- package/icons/angledoubledown/index.d.ts +9 -5
- package/icons/angledoubleleft/index.d.ts +9 -5
- package/icons/angledoubleright/index.d.ts +9 -5
- package/icons/angledoubleup/index.d.ts +9 -5
- package/icons/angledown/index.d.ts +9 -5
- package/icons/angleleft/index.d.ts +9 -5
- package/icons/angleright/index.d.ts +9 -5
- package/icons/angleup/index.d.ts +9 -5
- package/icons/arrowdown/index.d.ts +12 -5
- package/icons/arrowdownleft/index.d.ts +9 -5
- package/icons/arrowdownright/index.d.ts +9 -5
- package/icons/arrowleft/index.d.ts +11 -5
- package/icons/arrowright/index.d.ts +9 -5
- package/icons/arrowup/index.d.ts +11 -5
- package/icons/ban/index.d.ts +11 -5
- package/icons/bars/index.d.ts +9 -5
- package/icons/baseicon/index.d.ts +38 -3
- package/icons/blank/index.d.ts +9 -5
- package/icons/calendar/index.d.ts +9 -5
- package/icons/caretleft/index.d.ts +9 -5
- package/icons/caretright/index.d.ts +9 -5
- package/icons/check/index.d.ts +9 -5
- package/icons/chevrondown/index.d.ts +9 -5
- package/icons/chevronleft/index.d.ts +9 -5
- package/icons/chevronright/index.d.ts +9 -5
- package/icons/chevronup/index.d.ts +9 -5
- package/icons/exclamationtriangle/index.d.ts +12 -5
- package/icons/eye/index.d.ts +9 -5
- package/icons/eyeslash/index.d.ts +11 -5
- package/icons/filter/index.d.ts +11 -5
- package/icons/filterfill/index.d.ts +9 -0
- package/icons/filterslash/index.d.ts +11 -5
- package/icons/home/index.d.ts +11 -5
- package/icons/index.d.ts +53 -5
- package/icons/infocircle/index.d.ts +11 -5
- package/icons/minus/index.d.ts +9 -5
- package/icons/pencil/index.d.ts +11 -5
- package/icons/plus/index.d.ts +11 -5
- package/icons/refresh/index.d.ts +11 -5
- package/icons/search/index.d.ts +11 -5
- package/icons/searchminus/index.d.ts +11 -5
- package/icons/searchplus/index.d.ts +11 -5
- package/icons/sortalt/index.d.ts +11 -5
- package/icons/sortamountdown/index.d.ts +11 -5
- package/icons/sortamountupalt/index.d.ts +11 -5
- package/icons/spinner/index.d.ts +11 -5
- package/icons/star/index.d.ts +11 -5
- package/icons/starfill/index.d.ts +11 -5
- package/icons/thlarge/index.d.ts +11 -5
- package/icons/times/index.d.ts +9 -5
- package/icons/timescircle/index.d.ts +11 -5
- package/icons/trash/index.d.ts +11 -5
- package/icons/undo/index.d.ts +11 -5
- package/icons/upload/index.d.ts +11 -5
- package/icons/windowmaximize/index.d.ts +11 -5
- package/icons/windowminimize/index.d.ts +11 -5
- package/iftalabel/index.d.ts +48 -3
- package/image/index.d.ts +374 -3
- package/imagecompare/index.d.ts +91 -3
- package/index.d.ts +2 -5
- package/inplace/index.d.ts +180 -3
- package/inputgroup/index.d.ts +56 -3
- package/inputgroupaddon/index.d.ts +43 -3
- package/inputicon/index.d.ts +34 -3
- package/inputmask/index.d.ts +281 -3
- package/inputnumber/index.d.ts +463 -3
- package/inputotp/index.d.ts +205 -3
- package/inputtext/index.d.ts +81 -3
- package/keyfilter/index.d.ts +64 -3
- package/knob/index.d.ts +202 -3
- package/listbox/index.d.ts +801 -3
- package/megamenu/index.d.ts +406 -3
- package/menu/index.d.ts +338 -3
- package/menubar/index.d.ts +418 -3
- package/message/index.d.ts +193 -3
- package/metergroup/index.d.ts +289 -3
- package/multiselect/index.d.ts +1057 -3
- package/orderlist/index.d.ts +462 -3
- package/organizationchart/index.d.ts +283 -3
- package/overlay/index.d.ts +255 -3
- package/overlaybadge/index.d.ts +73 -3
- package/package.json +211 -242
- package/paginator/index.d.ts +391 -3
- package/panel/index.d.ts +264 -3
- package/panelmenu/index.d.ts +378 -3
- package/password/index.d.ts +432 -3
- package/picklist/index.d.ts +894 -3
- package/popover/index.d.ts +176 -3
- package/progressbar/index.d.ts +110 -3
- package/progressspinner/index.d.ts +83 -3
- package/radiobutton/index.d.ts +197 -3
- package/rating/index.d.ts +215 -3
- package/ripple/index.d.ts +62 -3
- package/scroller/index.d.ts +610 -3
- package/scrollpanel/index.d.ts +159 -3
- package/scrolltop/index.d.ts +156 -3
- package/select/index.d.ts +920 -3
- package/selectbutton/index.d.ts +218 -3
- package/skeleton/index.d.ts +94 -3
- package/slider/index.d.ts +252 -3
- package/speeddial/index.d.ts +452 -3
- package/splitbutton/index.d.ts +304 -3
- package/splitter/index.d.ts +237 -3
- package/stepper/index.d.ts +291 -3
- package/steps/index.d.ts +150 -3
- package/styleclass/index.d.ts +94 -3
- package/table/index.d.ts +2919 -3
- package/tabs/index.d.ts +323 -3
- package/tag/index.d.ts +112 -3
- package/terminal/index.d.ts +132 -3
- package/textarea/index.d.ts +102 -3
- package/tieredmenu/index.d.ts +424 -3
- package/timeline/index.d.ts +168 -3
- package/toast/index.d.ts +318 -3
- package/togglebutton/index.d.ts +240 -3
- package/toggleswitch/index.d.ts +184 -3
- package/toolbar/index.d.ts +116 -3
- package/tooltip/index.d.ts +245 -3
- package/tree/index.d.ts +845 -3
- package/treeselect/index.d.ts +646 -3
- package/treetable/index.d.ts +1727 -3
- package/ts-helpers/index.d.ts +6 -5
- package/usestyle/index.d.ts +15 -5
- package/utils/index.d.ts +43 -5
- package/accordion/accordion.d.ts +0 -368
- package/accordion/public_api.d.ts +0 -2
- package/accordion/style/accordionstyle.d.ts +0 -50
- package/animateonscroll/animateonscroll.d.ts +0 -69
- package/animateonscroll/public_api.d.ts +0 -1
- package/api/blockableui.d.ts +0 -10
- package/api/confirmaeventtype.d.ts +0 -8
- package/api/confirmation.d.ts +0 -96
- package/api/confirmationservice.d.ts +0 -30
- package/api/contextmenuservice.d.ts +0 -11
- package/api/filtermatchmode.d.ts +0 -22
- package/api/filtermetadata.d.ts +0 -18
- package/api/filteroperator.d.ts +0 -4
- package/api/filterservice.d.ts +0 -10
- package/api/lazyloadevent.d.ts +0 -47
- package/api/lazyloadmeta.d.ts +0 -19
- package/api/megamenuitem.d.ts +0 -130
- package/api/menuitem.d.ts +0 -176
- package/api/messageservice.d.ts +0 -32
- package/api/overlayoptions.d.ts +0 -188
- package/api/overlayservice.d.ts +0 -8
- package/api/primeicons.d.ts +0 -313
- package/api/public_api.d.ts +0 -32
- package/api/scrolleroptions.d.ts +0 -126
- package/api/selectitem.d.ts +0 -12
- package/api/selectitemgroup.d.ts +0 -10
- package/api/shared.d.ts +0 -25
- package/api/sortevent.d.ts +0 -12
- package/api/sortmeta.d.ts +0 -8
- package/api/tablestate.d.ts +0 -60
- package/api/toastmessage.d.ts +0 -20
- package/api/tooltipoptions.d.ts +0 -69
- package/api/translation.d.ts +0 -137
- package/api/translationkeys.d.ts +0 -50
- package/api/treedragdropservice.d.ts +0 -12
- package/api/treenode.d.ts +0 -82
- package/api/treenodedragevent.d.ts +0 -27
- package/api/treetablenode.d.ts +0 -36
- package/autocomplete/autocomplete.d.ts +0 -688
- package/autocomplete/autocomplete.interface.d.ts +0 -181
- package/autocomplete/public_api.d.ts +0 -3
- package/autocomplete/style/autocompletestyle.d.ts +0 -131
- package/autofocus/autofocus.d.ts +0 -35
- package/autofocus/public_api.d.ts +0 -1
- package/avatar/avatar.d.ts +0 -74
- package/avatar/public_api.d.ts +0 -2
- package/avatar/style/avatarstyle.d.ts +0 -47
- package/avatargroup/avatargroup.d.ts +0 -34
- package/avatargroup/public_api.d.ts +0 -2
- package/avatargroup/style/avatargroupstyle.d.ts +0 -24
- package/badge/badge.d.ts +0 -123
- package/badge/public_api.d.ts +0 -2
- package/badge/style/badgestyle.d.ts +0 -45
- package/base/base.d.ts +0 -9
- package/base/public_api.d.ts +0 -2
- package/base/style/basestyle.d.ts +0 -51
- package/basecomponent/basecomponent.d.ts +0 -43
- package/basecomponent/public_api.d.ts +0 -2
- package/basecomponent/style/basecomponentstyle.d.ts +0 -7
- package/blockui/blockui.d.ts +0 -67
- package/blockui/blockui.interface.d.ts +0 -11
- package/blockui/public_api.d.ts +0 -3
- package/blockui/style/blockuistyle.d.ts +0 -30
- package/breadcrumb/breadcrumb.d.ts +0 -72
- package/breadcrumb/breadcrumb.interface.d.ts +0 -38
- package/breadcrumb/public_api.d.ts +0 -3
- package/breadcrumb/style/breadcrumbstyle.d.ts +0 -69
- package/button/button.d.ts +0 -372
- package/button/button.interface.d.ts +0 -60
- package/button/public_api.d.ts +0 -3
- package/button/style/buttonstyle.d.ts +0 -66
- package/buttongroup/buttongroup.d.ts +0 -13
- package/buttongroup/public_api.d.ts +0 -2
- package/buttongroup/style/buttongroupstyle.d.ts +0 -30
- package/calendar/calendar.d.ts +0 -792
- package/calendar/calendar.interface.d.ts +0 -204
- package/calendar/index.d.ts +0 -5
- package/calendar/public_api.d.ts +0 -3
- package/calendar/style/calendarstyle.d.ts +0 -100
- package/card/card.d.ts +0 -60
- package/card/card.interface.d.ts +0 -27
- package/card/public_api.d.ts +0 -3
- package/card/style/cardstyle.d.ts +0 -65
- package/carousel/carousel.d.ts +0 -254
- package/carousel/carousel.interface.d.ts +0 -63
- package/carousel/public_api.d.ts +0 -3
- package/carousel/style/carouselstyle.d.ts +0 -129
- package/cascadeselect/cascadeselect.d.ts +0 -526
- package/cascadeselect/cascadeselect.interface.d.ts +0 -115
- package/cascadeselect/public_api.d.ts +0 -3
- package/cascadeselect/style/cascadeselectstyle.d.ts +0 -130
- package/chart/chart.d.ts +0 -87
- package/chart/public_api.d.ts +0 -2
- package/chart/style/chartstyle.d.ts +0 -32
- package/checkbox/checkbox.d.ts +0 -196
- package/checkbox/checkbox.interface.d.ts +0 -26
- package/checkbox/public_api.d.ts +0 -3
- package/checkbox/style/checkboxstyle.d.ts +0 -53
- package/chip/chip.d.ts +0 -94
- package/chip/chip.interface.d.ts +0 -27
- package/chip/public_api.d.ts +0 -3
- package/chip/style/chipstyle.d.ts +0 -50
- package/chips/chips.d.ts +0 -237
- package/chips/chips.interface.d.ts +0 -66
- package/chips/index.d.ts +0 -5
- package/chips/public_api.d.ts +0 -2
- package/chips/style/chipsstyle.d.ts +0 -69
- package/colorpicker/colorpicker.d.ts +0 -243
- package/colorpicker/colorpicker.interface.d.ts +0 -15
- package/colorpicker/public_api.d.ts +0 -3
- package/colorpicker/style/colorpickerstyle.d.ts +0 -75
- package/config/primeng.d.ts +0 -45
- package/config/provideprimeng.d.ts +0 -4
- package/config/public_api.d.ts +0 -3
- package/config/themeprovider.d.ts +0 -28
- package/confirmdialog/confirmdialog.d.ts +0 -268
- package/confirmdialog/confirmdialog.interface.d.ts +0 -39
- package/confirmdialog/public_api.d.ts +0 -3
- package/confirmdialog/style/confirmdialogstyle.d.ts +0 -50
- package/confirmpopup/confirmpopup.d.ts +0 -126
- package/confirmpopup/confirmpopup.interface.d.ts +0 -27
- package/confirmpopup/public_api.d.ts +0 -3
- package/confirmpopup/style/confirmpopupstyle.d.ts +0 -60
- package/contextmenu/contextmenu.d.ts +0 -267
- package/contextmenu/public_api.d.ts +0 -2
- package/contextmenu/style/contextmenustyle.d.ts +0 -83
- package/dataview/dataview.d.ts +0 -294
- package/dataview/dataview.interface.d.ts +0 -173
- package/dataview/public_api.d.ts +0 -3
- package/dataview/style/dataviewstyle.d.ts +0 -62
- package/datepicker/datepicker.d.ts +0 -802
- package/datepicker/datepicker.interface.d.ts +0 -204
- package/datepicker/public_api.d.ts +0 -3
- package/datepicker/style/datepickerstyle.d.ts +0 -266
- package/defer/defer.d.ts +0 -34
- package/defer/index.d.ts +0 -5
- package/defer/public_api.d.ts +0 -1
- package/dialog/dialog.d.ts +0 -424
- package/dialog/dialog.interface.d.ts +0 -31
- package/dialog/public_api.d.ts +0 -3
- package/dialog/style/dialogstyle.d.ts +0 -102
- package/divider/divider.d.ts +0 -45
- package/divider/public_api.d.ts +0 -2
- package/divider/style/dividerstyle.d.ts +0 -75
- package/dock/dock.d.ts +0 -110
- package/dock/dock.interface.d.ts +0 -19
- package/dock/public_api.d.ts +0 -3
- package/dock/style/dockstyle.d.ts +0 -72
- package/dom/connectedoverlayscrollhandler.d.ts +0 -9
- package/dom/domhandler.d.ts +0 -95
- package/dom/public_api.d.ts +0 -2
- package/dragdrop/dragdrop.d.ts +0 -118
- package/dragdrop/public_api.d.ts +0 -1
- package/drawer/drawer.d.ts +0 -212
- package/drawer/drawer.interface.d.ts +0 -27
- package/drawer/public_api.d.ts +0 -3
- package/drawer/style/drawerstyle.d.ts +0 -83
- package/dropdown/dropdown.d.ts +0 -649
- package/dropdown/dropdown.interface.d.ts +0 -154
- package/dropdown/index.d.ts +0 -5
- package/dropdown/public_api.d.ts +0 -3
- package/dropdown/style/dropdownstyle.d.ts +0 -72
- package/dynamicdialog/dialogservice.d.ts +0 -35
- package/dynamicdialog/dynamicdialog-config.d.ts +0 -221
- package/dynamicdialog/dynamicdialog-injector.d.ts +0 -7
- package/dynamicdialog/dynamicdialog-ref.d.ts +0 -101
- package/dynamicdialog/dynamicdialog.d.ts +0 -120
- package/dynamicdialog/dynamicdialogcontent.d.ts +0 -8
- package/dynamicdialog/public_api.d.ts +0 -7
- package/dynamicdialog/style/dynamicdialogstyle.d.ts +0 -56
- package/editor/editor.d.ts +0 -116
- package/editor/editor.interface.d.ts +0 -64
- package/editor/public_api.d.ts +0 -3
- package/editor/style/editorstyle.d.ts +0 -40
- package/fesm2022/primeng-calendar.mjs +0 -4647
- package/fesm2022/primeng-calendar.mjs.map +0 -1
- package/fesm2022/primeng-chips.mjs +0 -930
- package/fesm2022/primeng-chips.mjs.map +0 -1
- package/fesm2022/primeng-defer.mjs +0 -101
- package/fesm2022/primeng-defer.mjs.map +0 -1
- package/fesm2022/primeng-dropdown.mjs +0 -2429
- package/fesm2022/primeng-dropdown.mjs.map +0 -1
- package/fesm2022/primeng-inputswitch.mjs +0 -370
- package/fesm2022/primeng-inputswitch.mjs.map +0 -1
- package/fesm2022/primeng-inputtextarea.mjs +0 -262
- package/fesm2022/primeng-inputtextarea.mjs.map +0 -1
- package/fesm2022/primeng-messages.mjs +0 -655
- package/fesm2022/primeng-messages.mjs.map +0 -1
- package/fesm2022/primeng-overlaypanel.mjs +0 -657
- package/fesm2022/primeng-overlaypanel.mjs.map +0 -1
- package/fesm2022/primeng-sidebar.mjs +0 -690
- package/fesm2022/primeng-sidebar.mjs.map +0 -1
- package/fesm2022/primeng-tabmenu.mjs +0 -807
- package/fesm2022/primeng-tabmenu.mjs.map +0 -1
- package/fesm2022/primeng-tabview.mjs +0 -1184
- package/fesm2022/primeng-tabview.mjs.map +0 -1
- package/fieldset/fieldset.d.ts +0 -110
- package/fieldset/fieldset.interface.d.ts +0 -46
- package/fieldset/public_api.d.ts +0 -3
- package/fieldset/style/fieldsetstyle.d.ts +0 -60
- package/fileupload/fileupload.d.ts +0 -428
- package/fileupload/fileupload.interface.d.ts +0 -235
- package/fileupload/public_api.d.ts +0 -3
- package/fileupload/style/fileuploadstyle.d.ts +0 -102
- package/floatlabel/floatlabel.d.ts +0 -23
- package/floatlabel/public_api.d.ts +0 -2
- package/floatlabel/style/floatlabelstyle.d.ts +0 -37
- package/fluid/fluid.d.ts +0 -17
- package/fluid/public_api.d.ts +0 -2
- package/fluid/style/fluidstyle.d.ts +0 -30
- package/focustrap/focustrap.d.ts +0 -33
- package/focustrap/public_api.d.ts +0 -1
- package/galleria/galleria.d.ts +0 -417
- package/galleria/galleria.interface.d.ts +0 -97
- package/galleria/public_api.d.ts +0 -3
- package/galleria/style/galleriastyle.d.ts +0 -197
- package/iconfield/iconfield.d.ts +0 -28
- package/iconfield/public_api.d.ts +0 -2
- package/iconfield/style/iconfieldstyle.d.ts +0 -30
- package/icons/angledoubledown/angledoubledown.d.ts +0 -6
- package/icons/angledoubledown/public_api.d.ts +0 -1
- package/icons/angledoubleleft/angledoubleleft.d.ts +0 -6
- package/icons/angledoubleleft/public_api.d.ts +0 -1
- package/icons/angledoubleright/angledoubleright.d.ts +0 -6
- package/icons/angledoubleright/public_api.d.ts +0 -1
- package/icons/angledoubleup/angledoubleup.d.ts +0 -6
- package/icons/angledoubleup/public_api.d.ts +0 -1
- package/icons/angledown/angledown.d.ts +0 -6
- package/icons/angledown/public_api.d.ts +0 -1
- package/icons/angleleft/angleleft.d.ts +0 -6
- package/icons/angleleft/public_api.d.ts +0 -1
- package/icons/angleright/angleright.d.ts +0 -6
- package/icons/angleright/public_api.d.ts +0 -1
- package/icons/angleup/angleup.d.ts +0 -6
- package/icons/angleup/public_api.d.ts +0 -1
- package/icons/arrowdown/arrowdown.d.ts +0 -9
- package/icons/arrowdown/public_api.d.ts +0 -1
- package/icons/arrowdownleft/arrowdownleft.d.ts +0 -6
- package/icons/arrowdownleft/public_api.d.ts +0 -1
- package/icons/arrowdownright/arrowdownright.d.ts +0 -6
- package/icons/arrowdownright/public_api.d.ts +0 -1
- package/icons/arrowleft/arrowleft.d.ts +0 -8
- package/icons/arrowleft/public_api.d.ts +0 -1
- package/icons/arrowright/arrowright.d.ts +0 -6
- package/icons/arrowright/public_api.d.ts +0 -1
- package/icons/arrowup/arrowup.d.ts +0 -8
- package/icons/arrowup/public_api.d.ts +0 -1
- package/icons/ban/ban.d.ts +0 -8
- package/icons/ban/public_api.d.ts +0 -1
- package/icons/bars/bars.d.ts +0 -6
- package/icons/bars/public_api.d.ts +0 -1
- package/icons/baseicon/baseicon.d.ts +0 -17
- package/icons/baseicon/public_api.d.ts +0 -2
- package/icons/baseicon/style/baseiconstyle.d.ts +0 -20
- package/icons/blank/blank.d.ts +0 -6
- package/icons/blank/public_api.d.ts +0 -1
- package/icons/calendar/calendar.d.ts +0 -6
- package/icons/calendar/public_api.d.ts +0 -1
- package/icons/caretleft/caretleft.d.ts +0 -6
- package/icons/caretleft/public_api.d.ts +0 -1
- package/icons/caretright/caretright.d.ts +0 -6
- package/icons/caretright/public_api.d.ts +0 -1
- package/icons/check/check.d.ts +0 -6
- package/icons/check/public_api.d.ts +0 -1
- package/icons/chevrondown/chevrondown.d.ts +0 -6
- package/icons/chevrondown/public_api.d.ts +0 -1
- package/icons/chevronleft/chevronleft.d.ts +0 -6
- package/icons/chevronleft/public_api.d.ts +0 -1
- package/icons/chevronright/chevronright.d.ts +0 -6
- package/icons/chevronright/public_api.d.ts +0 -1
- package/icons/chevronup/chevronup.d.ts +0 -6
- package/icons/chevronup/public_api.d.ts +0 -1
- package/icons/exclamationtriangle/exclamationtriangle.d.ts +0 -9
- package/icons/exclamationtriangle/public_api.d.ts +0 -1
- package/icons/eye/eye.d.ts +0 -6
- package/icons/eye/public_api.d.ts +0 -1
- package/icons/eyeslash/eyeslash.d.ts +0 -8
- package/icons/eyeslash/public_api.d.ts +0 -1
- package/icons/filter/filter.d.ts +0 -8
- package/icons/filter/public_api.d.ts +0 -1
- package/icons/filterslash/filterslash.d.ts +0 -8
- package/icons/filterslash/public_api.d.ts +0 -1
- package/icons/home/home.d.ts +0 -8
- package/icons/home/public_api.d.ts +0 -1
- package/icons/infocircle/infocircle.d.ts +0 -8
- package/icons/infocircle/public_api.d.ts +0 -1
- package/icons/minus/minus.d.ts +0 -6
- package/icons/minus/public_api.d.ts +0 -1
- package/icons/pencil/pencil.d.ts +0 -8
- package/icons/pencil/public_api.d.ts +0 -1
- package/icons/plus/plus.d.ts +0 -8
- package/icons/plus/public_api.d.ts +0 -1
- package/icons/public_api.d.ts +0 -57
- package/icons/refresh/public_api.d.ts +0 -1
- package/icons/refresh/refresh.d.ts +0 -8
- package/icons/search/public_api.d.ts +0 -1
- package/icons/search/search.d.ts +0 -8
- package/icons/searchminus/public_api.d.ts +0 -1
- package/icons/searchminus/searchminus.d.ts +0 -8
- package/icons/searchplus/public_api.d.ts +0 -1
- package/icons/searchplus/searchplus.d.ts +0 -8
- package/icons/sortalt/public_api.d.ts +0 -1
- package/icons/sortalt/sortalt.d.ts +0 -8
- package/icons/sortamountdown/public_api.d.ts +0 -1
- package/icons/sortamountdown/sortamountdown.d.ts +0 -8
- package/icons/sortamountupalt/public_api.d.ts +0 -1
- package/icons/sortamountupalt/sortamountupalt.d.ts +0 -8
- package/icons/spinner/public_api.d.ts +0 -1
- package/icons/spinner/spinner.d.ts +0 -8
- package/icons/star/public_api.d.ts +0 -1
- package/icons/star/star.d.ts +0 -8
- package/icons/starfill/public_api.d.ts +0 -1
- package/icons/starfill/starfill.d.ts +0 -8
- package/icons/thlarge/public_api.d.ts +0 -1
- package/icons/thlarge/thlarge.d.ts +0 -8
- package/icons/times/public_api.d.ts +0 -1
- package/icons/times/times.d.ts +0 -6
- package/icons/timescircle/public_api.d.ts +0 -1
- package/icons/timescircle/timescircle.d.ts +0 -8
- package/icons/trash/public_api.d.ts +0 -1
- package/icons/trash/trash.d.ts +0 -8
- package/icons/undo/public_api.d.ts +0 -1
- package/icons/undo/undo.d.ts +0 -8
- package/icons/upload/public_api.d.ts +0 -1
- package/icons/upload/upload.d.ts +0 -8
- package/icons/windowmaximize/public_api.d.ts +0 -1
- package/icons/windowmaximize/windowmaximize.d.ts +0 -8
- package/icons/windowminimize/public_api.d.ts +0 -1
- package/icons/windowminimize/windowminimize.d.ts +0 -8
- package/iftalabel/iftalabel.d.ts +0 -20
- package/iftalabel/public_api.d.ts +0 -2
- package/iftalabel/style/iftalabelstyle.d.ts +0 -30
- package/image/image.d.ts +0 -227
- package/image/image.interface.d.ts +0 -63
- package/image/public_api.d.ts +0 -3
- package/image/style/imagestyle.d.ts +0 -92
- package/imagecompare/imagecompare.d.ts +0 -57
- package/imagecompare/public_api.d.ts +0 -2
- package/imagecompare/style/imagecomparestyle.d.ts +0 -35
- package/inplace/inplace.d.ts +0 -122
- package/inplace/inplace.interface.d.ts +0 -19
- package/inplace/public_api.d.ts +0 -3
- package/inplace/style/inplacestyle.d.ts +0 -44
- package/inputgroup/inputgroup.d.ts +0 -30
- package/inputgroup/public_api.d.ts +0 -2
- package/inputgroup/style/inputgroupstyle.d.ts +0 -34
- package/inputgroupaddon/inputgroupaddon.d.ts +0 -33
- package/inputgroupaddon/public_api.d.ts +0 -2
- package/inputgroupaddon/style/inputgroupaddonstyle.d.ts +0 -10
- package/inputicon/inputicon.d.ts +0 -24
- package/inputicon/public_api.d.ts +0 -2
- package/inputicon/style/inputiconstyle.d.ts +0 -10
- package/inputmask/inputmask.d.ts +0 -270
- package/inputmask/inputmask.interface.d.ts +0 -19
- package/inputmask/public_api.d.ts +0 -3
- package/inputmask/style/inputmaskstyle.d.ts +0 -35
- package/inputnumber/inputnumber.d.ts +0 -440
- package/inputnumber/inputnumber.interface.d.ts +0 -38
- package/inputnumber/public_api.d.ts +0 -3
- package/inputnumber/style/inputnumberstyle.d.ts +0 -70
- package/inputotp/inputotp.d.ts +0 -176
- package/inputotp/public_api.d.ts +0 -2
- package/inputotp/style/inputotpstyle.d.ts +0 -35
- package/inputswitch/index.d.ts +0 -5
- package/inputswitch/inputswitch.d.ts +0 -106
- package/inputswitch/inputswitch.interface.d.ts +0 -15
- package/inputswitch/public_api.d.ts +0 -3
- package/inputswitch/style/inputswitchstyle.d.ts +0 -27
- package/inputtext/inputtext.d.ts +0 -44
- package/inputtext/public_api.d.ts +0 -2
- package/inputtext/style/inputtextstyle.d.ts +0 -40
- package/inputtextarea/index.d.ts +0 -5
- package/inputtextarea/inputtextarea.d.ts +0 -59
- package/inputtextarea/public_api.d.ts +0 -2
- package/inputtextarea/style/textareastyle.d.ts +0 -39
- package/keyfilter/keyfilter.d.ts +0 -57
- package/keyfilter/keyfilter.interface.d.ts +0 -5
- package/keyfilter/public_api.d.ts +0 -2
- package/knob/knob.d.ts +0 -176
- package/knob/public_api.d.ts +0 -2
- package/knob/style/knobstyle.d.ts +0 -49
- package/listbox/listbox.d.ts +0 -556
- package/listbox/listbox.interface.d.ts +0 -167
- package/listbox/public_api.d.ts +0 -3
- package/listbox/style/listboxstyle.d.ts +0 -91
- package/megamenu/megamenu.d.ts +0 -250
- package/megamenu/megamenu.interface.d.ts +0 -31
- package/megamenu/public_api.d.ts +0 -3
- package/megamenu/style/megamenustyle.d.ts +0 -132
- package/menu/menu.d.ts +0 -239
- package/menu/public_api.d.ts +0 -2
- package/menu/style/menustyle.d.ts +0 -89
- package/menubar/menubar.d.ts +0 -275
- package/menubar/menubar.interface.d.ts +0 -40
- package/menubar/public_api.d.ts +0 -3
- package/menubar/style/menubarstyle.d.ts +0 -102
- package/message/message.d.ts +0 -134
- package/message/public_api.d.ts +0 -2
- package/message/style/messagestyle.d.ts +0 -59
- package/messages/index.d.ts +0 -5
- package/messages/messages.d.ts +0 -110
- package/messages/messages.interface.d.ts +0 -11
- package/messages/public_api.d.ts +0 -3
- package/messages/style/messagesstyle.d.ts +0 -23
- package/metergroup/metergroup.d.ts +0 -107
- package/metergroup/metergroup.interface.d.ts +0 -122
- package/metergroup/public_api.d.ts +0 -3
- package/metergroup/style/metergroupstyle.d.ts +0 -75
- package/multiselect/multiselect.d.ts +0 -750
- package/multiselect/multiselect.interface.d.ts +0 -247
- package/multiselect/public_api.d.ts +0 -3
- package/multiselect/style/multiselectstyle.d.ts +0 -153
- package/orderlist/orderlist.d.ts +0 -346
- package/orderlist/orderlist.interface.d.ts +0 -110
- package/orderlist/public_api.d.ts +0 -3
- package/orderlist/style/orderliststyle.d.ts +0 -35
- package/organizationchart/organizationchart.d.ts +0 -136
- package/organizationchart/organizationchart.interface.d.ts +0 -59
- package/organizationchart/public_api.d.ts +0 -3
- package/organizationchart/style/organizationchartstyle.d.ts +0 -89
- package/overlay/overlay.d.ts +0 -245
- package/overlay/public_api.d.ts +0 -2
- package/overlay/style/overlaystyle.d.ts +0 -10
- package/overlaybadge/overlaybadge.d.ts +0 -60
- package/overlaybadge/public_api.d.ts +0 -2
- package/overlaybadge/style/overlaybadgestyle.d.ts +0 -13
- package/overlaypanel/index.d.ts +0 -5
- package/overlaypanel/overlaypanel.d.ts +0 -170
- package/overlaypanel/public_api.d.ts +0 -2
- package/overlaypanel/style/popoverstyle.d.ts +0 -35
- package/paginator/paginator.d.ts +0 -223
- package/paginator/paginator.interface.d.ts +0 -37
- package/paginator/public_api.d.ts +0 -3
- package/paginator/style/paginatorstyle.d.ts +0 -138
- package/panel/panel.d.ts +0 -204
- package/panel/public_api.d.ts +0 -2
- package/panel/style/panelstyle.d.ts +0 -67
- package/panelmenu/panelmenu.d.ts +0 -226
- package/panelmenu/panelmenu.interface.d.ts +0 -23
- package/panelmenu/public_api.d.ts +0 -3
- package/panelmenu/style/panelmenustyle.d.ts +0 -124
- package/password/password.d.ts +0 -372
- package/password/public_api.d.ts +0 -2
- package/password/style/passwordstyle.d.ts +0 -83
- package/picklist/picklist.d.ts +0 -616
- package/picklist/picklist.interface.d.ts +0 -242
- package/picklist/public_api.d.ts +0 -3
- package/picklist/style/pickliststyle.d.ts +0 -55
- package/popover/popover.d.ts +0 -162
- package/popover/public_api.d.ts +0 -2
- package/popover/style/popoverstyle.d.ts +0 -14
- package/progressbar/progressbar.d.ts +0 -72
- package/progressbar/public_api.d.ts +0 -2
- package/progressbar/style/progressbarstyle.d.ts +0 -45
- package/progressspinner/progressspinner.d.ts +0 -50
- package/progressspinner/public_api.d.ts +0 -2
- package/progressspinner/style/progressspinnerstyle.d.ts +0 -40
- package/public_api.d.ts +0 -2
- package/radiobutton/public_api.d.ts +0 -3
- package/radiobutton/radiobutton.d.ts +0 -151
- package/radiobutton/radiobutton.interface.d.ts +0 -15
- package/radiobutton/style/radiobuttonstyle.d.ts +0 -53
- package/rating/public_api.d.ts +0 -3
- package/rating/rating.d.ts +0 -137
- package/rating/rating.interface.d.ts +0 -34
- package/rating/style/ratingstyle.d.ts +0 -57
- package/ripple/public_api.d.ts +0 -2
- package/ripple/ripple.d.ts +0 -32
- package/ripple/style/ripplestyle.d.ts +0 -30
- package/scroller/public_api.d.ts +0 -3
- package/scroller/scroller.d.ts +0 -373
- package/scroller/scroller.interface.d.ts +0 -177
- package/scroller/style/scrollerstyle.d.ts +0 -43
- package/scrollpanel/public_api.d.ts +0 -3
- package/scrollpanel/scrollpanel.d.ts +0 -106
- package/scrollpanel/scrollpanel.interface.d.ts +0 -11
- package/scrollpanel/style/scrollpanelstyle.d.ts +0 -50
- package/scrolltop/public_api.d.ts +0 -3
- package/scrolltop/scrolltop.d.ts +0 -100
- package/scrolltop/scrolltop.interface.d.ts +0 -18
- package/scrolltop/style/scrolltopstyle.d.ts +0 -39
- package/select/public_api.d.ts +0 -3
- package/select/select.d.ts +0 -749
- package/select/select.interface.d.ts +0 -154
- package/select/style/selectstyle.d.ts +0 -143
- package/selectbutton/public_api.d.ts +0 -3
- package/selectbutton/selectbutton.d.ts +0 -145
- package/selectbutton/selectbutton.interface.d.ts +0 -45
- package/selectbutton/style/selectbuttonstyle.d.ts +0 -34
- package/sidebar/index.d.ts +0 -5
- package/sidebar/public_api.d.ts +0 -3
- package/sidebar/sidebar.d.ts +0 -189
- package/sidebar/sidebar.interface.d.ts +0 -27
- package/sidebar/style/drawerstyle.d.ts +0 -46
- package/skeleton/public_api.d.ts +0 -2
- package/skeleton/skeleton.d.ts +0 -66
- package/skeleton/style/skeletonstyle.d.ts +0 -40
- package/slider/public_api.d.ts +0 -3
- package/slider/slider.d.ts +0 -170
- package/slider/slider.interface.d.ts +0 -38
- package/slider/style/sliderstyle.d.ts +0 -54
- package/speeddial/public_api.d.ts +0 -3
- package/speeddial/speeddial.d.ts +0 -322
- package/speeddial/speeddial.interface.d.ts +0 -44
- package/speeddial/style/speeddialstyle.d.ts +0 -89
- package/splitbutton/public_api.d.ts +0 -3
- package/splitbutton/splitbutton.d.ts +0 -243
- package/splitbutton/splitbutton.interface.d.ts +0 -30
- package/splitbutton/style/splitbuttonstyle.d.ts +0 -46
- package/splitter/public_api.d.ts +0 -3
- package/splitter/splitter.d.ts +0 -166
- package/splitter/splitter.interface.d.ts +0 -34
- package/splitter/style/splitterstyle.d.ts +0 -42
- package/stepper/public_api.d.ts +0 -2
- package/stepper/stepper.d.ts +0 -175
- package/stepper/style/stepperstyle.d.ts +0 -39
- package/steps/public_api.d.ts +0 -2
- package/steps/steps.d.ts +0 -84
- package/steps/style/stepsstyle.d.ts +0 -66
- package/styleclass/public_api.d.ts +0 -1
- package/styleclass/styleclass.d.ts +0 -107
- package/table/columnfilter.interface.d.ts +0 -247
- package/table/public_api.d.ts +0 -4
- package/table/style/tablestyle.d.ts +0 -327
- package/table/table.d.ts +0 -1662
- package/table/table.interface.d.ts +0 -671
- package/tabmenu/index.d.ts +0 -5
- package/tabmenu/public_api.d.ts +0 -3
- package/tabmenu/style/tabmenustyle.d.ts +0 -51
- package/tabmenu/tabmenu.d.ts +0 -136
- package/tabmenu/tabmenu.interface.d.ts +0 -32
- package/tabs/public_api.d.ts +0 -6
- package/tabs/style/tabsstyle.d.ts +0 -66
- package/tabs/tab.d.ts +0 -54
- package/tabs/tablist.d.ts +0 -53
- package/tabs/tabpanel.d.ts +0 -20
- package/tabs/tabpanels.d.ts +0 -10
- package/tabs/tabs.d.ts +0 -64
- package/tabview/index.d.ts +0 -5
- package/tabview/public_api.d.ts +0 -3
- package/tabview/style/tabsstyle.d.ts +0 -66
- package/tabview/tabview.d.ts +0 -278
- package/tabview/tabview.interface.d.ts +0 -49
- package/tag/public_api.d.ts +0 -3
- package/tag/style/tagstyle.d.ts +0 -50
- package/tag/tag.d.ts +0 -64
- package/tag/tag.interface.d.ts +0 -11
- package/terminal/public_api.d.ts +0 -3
- package/terminal/style/terminalstyle.d.ts +0 -70
- package/terminal/terminal.d.ts +0 -56
- package/terminal/terminalservice.d.ts +0 -11
- package/textarea/public_api.d.ts +0 -2
- package/textarea/style/textareastyle.d.ts +0 -39
- package/textarea/textarea.d.ts +0 -64
- package/tieredmenu/public_api.d.ts +0 -3
- package/tieredmenu/style/tieredmenustyle.d.ts +0 -97
- package/tieredmenu/tieredmenu.d.ts +0 -292
- package/tieredmenu/tieredmenu.interface.d.ts +0 -27
- package/timeline/public_api.d.ts +0 -3
- package/timeline/style/timelinestyle.d.ts +0 -62
- package/timeline/timeline.d.ts +0 -70
- package/timeline/timeline.interface.d.ts +0 -43
- package/toast/public_api.d.ts +0 -3
- package/toast/style/toaststyle.d.ts +0 -106
- package/toast/toast.d.ts +0 -172
- package/toast/toast.interface.d.ts +0 -52
- package/togglebutton/public_api.d.ts +0 -3
- package/togglebutton/style/togglebuttonstyle.d.ts +0 -49
- package/togglebutton/togglebutton.d.ts +0 -137
- package/togglebutton/togglebutton.interface.d.ts +0 -51
- package/toggleswitch/public_api.d.ts +0 -3
- package/toggleswitch/style/toggleswitchstyle.d.ts +0 -53
- package/toggleswitch/toggleswitch.d.ts +0 -129
- package/toggleswitch/toggleswitch.interface.d.ts +0 -15
- package/toolbar/public_api.d.ts +0 -3
- package/toolbar/style/toolbarstyle.d.ts +0 -45
- package/toolbar/toolbar.d.ts +0 -58
- package/toolbar/toolbar.interface.d.ts +0 -19
- package/tooltip/public_api.d.ts +0 -2
- package/tooltip/style/tooltipstyle.d.ts +0 -40
- package/tooltip/tooltip.d.ts +0 -203
- package/tree/public_api.d.ts +0 -3
- package/tree/style/treestyle.d.ts +0 -116
- package/tree/tree.d.ts +0 -541
- package/tree/tree.interface.d.ts +0 -200
- package/treeselect/public_api.d.ts +0 -3
- package/treeselect/style/treeselectstyle.d.ts +0 -104
- package/treeselect/treeselect.d.ts +0 -482
- package/treeselect/treeselect.interface.d.ts +0 -108
- package/treetable/public_api.d.ts +0 -3
- package/treetable/style/treetablestyle.d.ts +0 -194
- package/treetable/treetable.d.ts +0 -1006
- package/treetable/treetable.interface.d.ts +0 -472
- package/ts-helpers/public_api.d.ts +0 -1
- package/ts-helpers/ts-helpers.d.ts +0 -4
- package/usestyle/public_api.d.ts +0 -1
- package/usestyle/usestyle.d.ts +0 -12
- package/utils/inpututils.d.ts +0 -2
- package/utils/objectutils.d.ts +0 -27
- package/utils/public_api.d.ts +0 -5
- package/utils/uniquecomponentid.d.ts +0 -2
- package/utils/zindexutils.d.ts +0 -9
package/api/overlayoptions.d.ts
DELETED
@@ -1,188 +0,0 @@
|
|
1
|
-
import { AnimationEvent } from '@angular/animations';
|
2
|
-
/**
|
3
|
-
* Represents the type of overlay mode, which can be 'modal', 'overlay', or undefined.
|
4
|
-
* @group Types
|
5
|
-
*/
|
6
|
-
export type OverlayModeType = 'modal' | 'overlay' | undefined;
|
7
|
-
/**
|
8
|
-
* Represents the type of direction for a responsive overlay, which can be one of the specified values or undefined.
|
9
|
-
* @group Types
|
10
|
-
*/
|
11
|
-
export type ResponsiveOverlayDirectionType = 'center' | 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end' | undefined;
|
12
|
-
/**
|
13
|
-
* Represents the options for an overlay listener.
|
14
|
-
* @group Interface
|
15
|
-
*/
|
16
|
-
export interface OverlayListenerOptions {
|
17
|
-
/**
|
18
|
-
* The type of listener, which can be 'scroll', 'outside', 'resize', or undefined.
|
19
|
-
*/
|
20
|
-
type?: 'scroll' | 'outside' | 'resize' | undefined;
|
21
|
-
/**
|
22
|
-
* The mode of the overlay listener.
|
23
|
-
*/
|
24
|
-
mode?: OverlayModeType;
|
25
|
-
/**
|
26
|
-
* Indicates whether the overlay listener is valid.
|
27
|
-
*/
|
28
|
-
valid?: boolean;
|
29
|
-
}
|
30
|
-
/**
|
31
|
-
* Represents the options for a responsive overlay.
|
32
|
-
* @group Events
|
33
|
-
*/
|
34
|
-
export interface ResponsiveOverlayOptions {
|
35
|
-
/**
|
36
|
-
* The inline style for the responsive overlay.
|
37
|
-
*/
|
38
|
-
style?: any;
|
39
|
-
/**
|
40
|
-
* The CSS class for the responsive overlay.
|
41
|
-
*/
|
42
|
-
styleClass?: string;
|
43
|
-
/**
|
44
|
-
* The inline style for the content of the responsive overlay.
|
45
|
-
*/
|
46
|
-
contentStyle?: any;
|
47
|
-
/**
|
48
|
-
* The CSS class for the content of the responsive overlay.
|
49
|
-
*/
|
50
|
-
contentStyleClass?: string;
|
51
|
-
/**
|
52
|
-
* The breakpoint for the responsive overlay.
|
53
|
-
*/
|
54
|
-
breakpoint?: string;
|
55
|
-
/**
|
56
|
-
* The media query for the responsive overlay.
|
57
|
-
*/
|
58
|
-
media?: string;
|
59
|
-
/**
|
60
|
-
* The direction for the responsive overlay.
|
61
|
-
*/
|
62
|
-
direction?: ResponsiveOverlayDirectionType;
|
63
|
-
}
|
64
|
-
/**
|
65
|
-
* Represents an event that occurs when an overlay is shown.
|
66
|
-
* @group Events
|
67
|
-
*/
|
68
|
-
export interface OverlayOnShowEvent {
|
69
|
-
/**
|
70
|
-
* The overlay element.
|
71
|
-
*/
|
72
|
-
overlay?: HTMLElement | undefined;
|
73
|
-
/**
|
74
|
-
* The target element.
|
75
|
-
*/
|
76
|
-
target?: HTMLElement | undefined;
|
77
|
-
/**
|
78
|
-
* The mode of the overlay.
|
79
|
-
*/
|
80
|
-
mode?: OverlayModeType;
|
81
|
-
}
|
82
|
-
/**
|
83
|
-
* Represents an event that occurs before an overlay is shown.
|
84
|
-
* @extends {OverlayOnShowEvent}
|
85
|
-
* @group Events
|
86
|
-
*/
|
87
|
-
export interface OverlayOnBeforeShowEvent extends OverlayOnShowEvent {
|
88
|
-
}
|
89
|
-
/**
|
90
|
-
* Represents an event that occurs before an overlay is hidden.
|
91
|
-
* @extends {OverlayOnBeforeShowEvent}
|
92
|
-
* @group Events
|
93
|
-
*/
|
94
|
-
export interface OverlayOnBeforeHideEvent extends OverlayOnBeforeShowEvent {
|
95
|
-
}
|
96
|
-
/**
|
97
|
-
* Represents an event that occurs when an overlay is hidden.
|
98
|
-
* @extends {OverlayOnShowEvent}
|
99
|
-
* @group Events
|
100
|
-
*/
|
101
|
-
export interface OverlayOnHideEvent extends OverlayOnShowEvent {
|
102
|
-
}
|
103
|
-
/**
|
104
|
-
* Represents the options for an overlay.
|
105
|
-
* @group Interface
|
106
|
-
*/
|
107
|
-
export interface OverlayOptions {
|
108
|
-
/**
|
109
|
-
* The mode of the overlay.
|
110
|
-
*/
|
111
|
-
mode?: OverlayModeType;
|
112
|
-
/**
|
113
|
-
* The inline style for the overlay.
|
114
|
-
*/
|
115
|
-
style?: any;
|
116
|
-
/**
|
117
|
-
* The CSS class for the overlay.
|
118
|
-
*/
|
119
|
-
styleClass?: string;
|
120
|
-
/**
|
121
|
-
* The inline style for the content of the overlay.
|
122
|
-
*/
|
123
|
-
contentStyle?: any;
|
124
|
-
/**
|
125
|
-
* The CSS class for the content of the overlay.
|
126
|
-
*/
|
127
|
-
contentStyleClass?: string;
|
128
|
-
/**
|
129
|
-
* The target element.
|
130
|
-
*/
|
131
|
-
target?: any;
|
132
|
-
/**
|
133
|
-
* The element or location where the overlay should be appended.
|
134
|
-
*/
|
135
|
-
appendTo?: 'body' | HTMLElement | undefined;
|
136
|
-
/**
|
137
|
-
* Indicates whether the overlay should have an auto-generated z-index.
|
138
|
-
*/
|
139
|
-
autoZIndex?: boolean;
|
140
|
-
/**
|
141
|
-
* The base z-index value for the overlay.
|
142
|
-
*/
|
143
|
-
baseZIndex?: number;
|
144
|
-
/**
|
145
|
-
* The transition options for showing the overlay.
|
146
|
-
*/
|
147
|
-
showTransitionOptions?: string;
|
148
|
-
/**
|
149
|
-
* The transition options for hiding the overlay.
|
150
|
-
*/
|
151
|
-
hideTransitionOptions?: string;
|
152
|
-
/**
|
153
|
-
* Indicates whether the overlay should be hidden when the escape key is pressed.
|
154
|
-
*/
|
155
|
-
hideOnEscape?: boolean;
|
156
|
-
/**
|
157
|
-
* A listener function for handling events related to the overlay.
|
158
|
-
*/
|
159
|
-
listener?: (event: Event, options?: OverlayListenerOptions) => boolean | void;
|
160
|
-
/**
|
161
|
-
* The options for a responsive overlay.
|
162
|
-
*/
|
163
|
-
responsive?: ResponsiveOverlayOptions | undefined;
|
164
|
-
/**
|
165
|
-
* A callback function that is invoked before the overlay is shown.
|
166
|
-
*/
|
167
|
-
onBeforeShow?: (event?: OverlayOnBeforeShowEvent) => void;
|
168
|
-
/**
|
169
|
-
* A callback function that is invoked when the overlay is shown.
|
170
|
-
*/
|
171
|
-
onShow?: (event?: OverlayOnShowEvent) => void;
|
172
|
-
/**
|
173
|
-
* A callback function that is invoked before the overlay is hidden.
|
174
|
-
*/
|
175
|
-
onBeforeHide?: (event?: OverlayOnBeforeHideEvent) => void;
|
176
|
-
/**
|
177
|
-
* A callback function that is invoked when the overlay is hidden.
|
178
|
-
*/
|
179
|
-
onHide?: (event?: OverlayOnHideEvent) => void;
|
180
|
-
/**
|
181
|
-
* A callback function that is invoked when the overlay's animation starts.
|
182
|
-
*/
|
183
|
-
onAnimationStart?: (event?: AnimationEvent) => void;
|
184
|
-
/**
|
185
|
-
* A callback function that is invoked when the overlay's animation is done.
|
186
|
-
*/
|
187
|
-
onAnimationDone?: (event?: AnimationEvent) => void;
|
188
|
-
}
|
package/api/overlayservice.d.ts
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
import * as i0 from "@angular/core";
|
2
|
-
export declare class OverlayService {
|
3
|
-
private clickSource;
|
4
|
-
clickObservable: import("rxjs").Observable<any>;
|
5
|
-
add(event: any): void;
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
|
8
|
-
}
|
package/api/primeicons.d.ts
DELETED
@@ -1,313 +0,0 @@
|
|
1
|
-
export declare class PrimeIcons {
|
2
|
-
static readonly ADDRESS_BOOK = "pi pi-address-book";
|
3
|
-
static readonly ALIGN_CENTER = "pi pi-align-center";
|
4
|
-
static readonly ALIGN_JUSTIFY = "pi pi-align-justify";
|
5
|
-
static readonly ALIGN_LEFT = "pi pi-align-left";
|
6
|
-
static readonly ALIGN_RIGHT = "pi pi-align-right";
|
7
|
-
static readonly AMAZON = "pi pi-amazon";
|
8
|
-
static readonly ANDROID = "pi pi-android";
|
9
|
-
static readonly ANGLE_DOUBLE_DOWN = "pi pi-angle-double-down";
|
10
|
-
static readonly ANGLE_DOUBLE_LEFT = "pi pi-angle-double-left";
|
11
|
-
static readonly ANGLE_DOUBLE_RIGHT = "pi pi-angle-double-right";
|
12
|
-
static readonly ANGLE_DOUBLE_UP = "pi pi-angle-double-up";
|
13
|
-
static readonly ANGLE_DOWN = "pi pi-angle-down";
|
14
|
-
static readonly ANGLE_LEFT = "pi pi-angle-left";
|
15
|
-
static readonly ANGLE_RIGHT = "pi pi-angle-right";
|
16
|
-
static readonly ANGLE_UP = "pi pi-angle-up";
|
17
|
-
static readonly APPLE = "pi pi-apple";
|
18
|
-
static readonly ARROWS_ALT = "pi pi-arrows-alt";
|
19
|
-
static readonly ARROW_CIRCLE_DOWN = "pi pi-arrow-circle-down";
|
20
|
-
static readonly ARROW_CIRCLE_LEFT = "pi pi-arrow-circle-left";
|
21
|
-
static readonly ARROW_CIRCLE_RIGHT = "pi pi-arrow-circle-right";
|
22
|
-
static readonly ARROW_CIRCLE_UP = "pi pi-arrow-circle-up";
|
23
|
-
static readonly ARROW_DOWN = "pi pi-arrow-down";
|
24
|
-
static readonly ARROW_DOWN_LEFT = "pi pi-arrow-down-left";
|
25
|
-
static readonly ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER = "pi pi-arrow-down-left-and-arrow-up-right-to-center";
|
26
|
-
static readonly ARROW_DOWN_RIGHT = "pi pi-arrow-down-right";
|
27
|
-
static readonly ARROW_LEFT = "pi pi-arrow-left";
|
28
|
-
static readonly ARROW_RIGHT_ARROW_LEFT = "pi pi-arrow-right-arrow-left";
|
29
|
-
static readonly ARROW_RIGHT = "pi pi-arrow-right";
|
30
|
-
static readonly ARROW_UP = "pi pi-arrow-up";
|
31
|
-
static readonly ARROW_UP_LEFT = "pi pi-arrow-up-left";
|
32
|
-
static readonly ARROW_UP_RIGHT = "pi pi-arrow-up-right";
|
33
|
-
static readonly ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER = "pi pi-arrow-up-right-and-arrow-down-left-from-center";
|
34
|
-
static readonly ARROWS_H = "pi pi-arrows-h";
|
35
|
-
static readonly ARROWS_V = "pi pi-arrows-v";
|
36
|
-
static readonly ASTERISK = "pi pi-asterisk";
|
37
|
-
static readonly AT = "pi pi-at";
|
38
|
-
static readonly BACKWARD = "pi pi-backward";
|
39
|
-
static readonly BAN = "pi pi-ban";
|
40
|
-
static readonly BARCODE = "pi pi-barcode";
|
41
|
-
static readonly BARS = "pi pi-bars";
|
42
|
-
static readonly BELL = "pi pi-bell";
|
43
|
-
static readonly BELL_SLASH = "pi pi-bell-slash";
|
44
|
-
static readonly BITCOIN = "pi pi-bitcoin";
|
45
|
-
static readonly BOLT = "pi pi-bolt";
|
46
|
-
static readonly BOOK = "pi pi-book";
|
47
|
-
static readonly BOOKMARK = "pi pi-bookmark";
|
48
|
-
static readonly BOOKMARK_FILL = "pi pi-bookmark-fill";
|
49
|
-
static readonly BOX = "pi pi-box";
|
50
|
-
static readonly BRIEFCASE = "pi pi-briefcase";
|
51
|
-
static readonly BUILDING = "pi pi-building";
|
52
|
-
static readonly BUILDING_COLUMNS = "pi pi-building-columns";
|
53
|
-
static readonly BULLSEYE = "pi pi-bullseye";
|
54
|
-
static readonly CALCULATOR = "pi pi-calculator";
|
55
|
-
static readonly CALENDAR = "pi pi-calendar";
|
56
|
-
static readonly CALENDAR_CLOCK = "pi pi-calendar-clock";
|
57
|
-
static readonly CALENDAR_MINUS = "pi pi-calendar-minus";
|
58
|
-
static readonly CALENDAR_PLUS = "pi pi-calendar-plus";
|
59
|
-
static readonly CALENDAR_TIMES = "pi pi-calendar-times";
|
60
|
-
static readonly CAMERA = "pi pi-camera";
|
61
|
-
static readonly CAR = "pi pi-car";
|
62
|
-
static readonly CARET_DOWN = "pi pi-caret-down";
|
63
|
-
static readonly CARET_LEFT = "pi pi-caret-left";
|
64
|
-
static readonly CARET_RIGHT = "pi pi-caret-right";
|
65
|
-
static readonly CARET_UP = "pi pi-caret-up";
|
66
|
-
static readonly CART_ARROW_DOWN = "pi pi-cart-arrow-down";
|
67
|
-
static readonly CART_MINUS = "pi pi-cart-minus";
|
68
|
-
static readonly CART_PLUS = "pi pi-cart-plus";
|
69
|
-
static readonly CHART_BAR = "pi pi-chart-bar";
|
70
|
-
static readonly CHART_LINE = "pi pi-chart-line";
|
71
|
-
static readonly CHART_PIE = "pi pi-chart-pie";
|
72
|
-
static readonly CHART_SCATTER = "pi pi-chart-scatter";
|
73
|
-
static readonly CHECK = "pi pi-check";
|
74
|
-
static readonly CHECK_CIRCLE = "pi pi-check-circle";
|
75
|
-
static readonly CHECK_SQUARE = "pi pi-check-square";
|
76
|
-
static readonly CHEVRON_CIRCLE_DOWN = "pi pi-chevron-circle-down";
|
77
|
-
static readonly CHEVRON_CIRCLE_LEFT = "pi pi-chevron-circle-left";
|
78
|
-
static readonly CHEVRON_CIRCLE_RIGHT = "pi pi-chevron-circle-right";
|
79
|
-
static readonly CHEVRON_CIRCLE_UP = "pi pi-chevron-circle-up";
|
80
|
-
static readonly CHEVRON_DOWN = "pi pi-chevron-down";
|
81
|
-
static readonly CHEVRON_LEFT = "pi pi-chevron-left";
|
82
|
-
static readonly CHEVRON_RIGHT = "pi pi-chevron-right";
|
83
|
-
static readonly CHEVRON_UP = "pi pi-chevron-up";
|
84
|
-
static readonly CIRCLE = "pi pi-circle";
|
85
|
-
static readonly CIRCLE_FILL = "pi pi-circle-fill";
|
86
|
-
static readonly CLIPBOARD = "pi pi-clipboard";
|
87
|
-
static readonly CLOCK = "pi pi-clock";
|
88
|
-
static readonly CLONE = "pi pi-clone";
|
89
|
-
static readonly CLOUD = "pi pi-cloud";
|
90
|
-
static readonly CLOUD_DOWNLOAD = "pi pi-cloud-download";
|
91
|
-
static readonly CLOUD_UPLOAD = "pi pi-cloud-upload";
|
92
|
-
static readonly CODE = "pi pi-code";
|
93
|
-
static readonly COG = "pi pi-cog";
|
94
|
-
static readonly COMMENT = "pi pi-comment";
|
95
|
-
static readonly COMMENTS = "pi pi-comments";
|
96
|
-
static readonly COMPASS = "pi pi-compass";
|
97
|
-
static readonly COPY = "pi pi-copy";
|
98
|
-
static readonly CREDIT_CARD = "pi pi-credit-card";
|
99
|
-
static readonly CROWN = "pi pi-crown";
|
100
|
-
static readonly DATABASE = "pi pi-database";
|
101
|
-
static readonly DESKTOP = "pi pi-desktop";
|
102
|
-
static readonly DELETE_LEFT = "pi pi-delete-left";
|
103
|
-
static readonly DIRECTIONS = "pi pi-directions";
|
104
|
-
static readonly DIRECTIONS_ALT = "pi pi-directions-alt";
|
105
|
-
static readonly DISCORD = "pi pi-discord";
|
106
|
-
static readonly DOLLAR = "pi pi-dollar";
|
107
|
-
static readonly DOWNLOAD = "pi pi-download";
|
108
|
-
static readonly EJECT = "pi pi-eject";
|
109
|
-
static readonly ELLIPSIS_H = "pi pi-ellipsis-h";
|
110
|
-
static readonly ELLIPSIS_V = "pi pi-ellipsis-v";
|
111
|
-
static readonly ENVELOPE = "pi pi-envelope";
|
112
|
-
static readonly EQUALS = "pi pi-equals";
|
113
|
-
static readonly ERASER = "pi pi-eraser";
|
114
|
-
static readonly ETHEREUM = "pi pi-ethereum";
|
115
|
-
static readonly EURO = "pi pi-euro";
|
116
|
-
static readonly EXCLAMATION_CIRCLE = "pi pi-exclamation-circle";
|
117
|
-
static readonly EXCLAMATION_TRIANGLE = "pi pi-exclamation-triangle";
|
118
|
-
static readonly EXPAND = "pi pi-expand";
|
119
|
-
static readonly EXTERNAL_LINK = "pi pi-external-link";
|
120
|
-
static readonly EYE = "pi pi-eye";
|
121
|
-
static readonly EYE_SLASH = "pi pi-eye-slash";
|
122
|
-
static readonly FACE_SMILE = "pi pi-face-smile";
|
123
|
-
static readonly FACEBOOK = "pi pi-facebook";
|
124
|
-
static readonly FAST_BACKWARD = "pi pi-fast-backward";
|
125
|
-
static readonly FAST_FORWARD = "pi pi-fast-forward";
|
126
|
-
static readonly FILE = "pi pi-file";
|
127
|
-
static readonly FILE_ARROW_UP = "pi pi-file-arrow-up";
|
128
|
-
static readonly FILE_CHECK = "pi pi-file-check";
|
129
|
-
static readonly FILE_EDIT = "pi pi-file-edit";
|
130
|
-
static readonly FILE_IMPORT = "pi pi-file-import";
|
131
|
-
static readonly FILE_PDF = "pi pi-file-pdf";
|
132
|
-
static readonly FILE_PLUS = "pi pi-file-plus";
|
133
|
-
static readonly FILE_EXCEL = "pi pi-file-excel";
|
134
|
-
static readonly FILE_EXPORT = "pi pi-file-export";
|
135
|
-
static readonly FILE_WORD = "pi pi-file-word";
|
136
|
-
static readonly FILTER = "pi pi-filter";
|
137
|
-
static readonly FILTER_FILL = "pi pi-filter-fill";
|
138
|
-
static readonly FILTER_SLASH = "pi pi-filter-slash";
|
139
|
-
static readonly FLAG = "pi pi-flag";
|
140
|
-
static readonly FLAG_FILL = "pi pi-flag-fill";
|
141
|
-
static readonly FOLDER = "pi pi-folder";
|
142
|
-
static readonly FOLDER_OPEN = "pi pi-folder-open";
|
143
|
-
static readonly FOLDER_PLUS = "pi pi-folder-plus";
|
144
|
-
static readonly FORWARD = "pi pi-forward";
|
145
|
-
static readonly GAUGE = "pi pi-gauge";
|
146
|
-
static readonly GIFT = "pi pi-gift";
|
147
|
-
static readonly GITHUB = "pi pi-github";
|
148
|
-
static readonly GLOBE = "pi pi-globe";
|
149
|
-
static readonly GOOGLE = "pi pi-google";
|
150
|
-
static readonly GRADUATION_CAP = "pi pi-graduation-cap";
|
151
|
-
static readonly HAMMER = "pi pi-hammer";
|
152
|
-
static readonly HASHTAG = "pi pi-hashtag";
|
153
|
-
static readonly HEADPHONES = "pi pi-headphones";
|
154
|
-
static readonly HEART = "pi pi-heart";
|
155
|
-
static readonly HEART_FILL = "pi pi-heart-fill";
|
156
|
-
static readonly HISTORY = "pi pi-history";
|
157
|
-
static readonly HOME = "pi pi-home";
|
158
|
-
static readonly HOURGLASS = "pi pi-hourglass";
|
159
|
-
static readonly ID_CARD = "pi pi-id-card";
|
160
|
-
static readonly IMAGE = "pi pi-image";
|
161
|
-
static readonly IMAGES = "pi pi-images";
|
162
|
-
static readonly INBOX = "pi pi-inbox";
|
163
|
-
static readonly INDIAN_RUPEE = "pi pi-indian-rupee";
|
164
|
-
static readonly INFO = "pi pi-info";
|
165
|
-
static readonly INFO_CIRCLE = "pi pi-info-circle";
|
166
|
-
static readonly INSTAGRAM = "pi pi-instagram";
|
167
|
-
static readonly KEY = "pi pi-key";
|
168
|
-
static readonly LANGUAGE = "pi pi-language";
|
169
|
-
static readonly LIGHTBULB = "pi pi-lightbulb";
|
170
|
-
static readonly LINK = "pi pi-link";
|
171
|
-
static readonly LINKEDIN = "pi pi-linkedin";
|
172
|
-
static readonly LIST = "pi pi-list";
|
173
|
-
static readonly LIST_CHECK = "pi pi-list-check";
|
174
|
-
static readonly LOCK = "pi pi-lock";
|
175
|
-
static readonly LOCK_OPEN = "pi pi-lock-open";
|
176
|
-
static readonly MAP = "pi pi-map";
|
177
|
-
static readonly MAP_MARKER = "pi pi-map-marker";
|
178
|
-
static readonly MARS = "pi pi-mars";
|
179
|
-
static readonly MEGAPHONE = "pi pi-megaphone";
|
180
|
-
static readonly MICROCHIP = "pi pi-microchip";
|
181
|
-
static readonly MICROCHIP_AI = "pi pi-microchip-ai";
|
182
|
-
static readonly MICROPHONE = "pi pi-microphone";
|
183
|
-
static readonly MICROSOFT = "pi pi-microsoft";
|
184
|
-
static readonly MINUS = "pi pi-minus";
|
185
|
-
static readonly MINUS_CIRCLE = "pi pi-minus-circle";
|
186
|
-
static readonly MOBILE = "pi pi-mobile";
|
187
|
-
static readonly MONEY_BILL = "pi pi-money-bill";
|
188
|
-
static readonly MOON = "pi pi-moon";
|
189
|
-
static readonly OBJECTS_COLUMN = "pi pi-objects-column";
|
190
|
-
static readonly PALETTE = "pi pi-palette";
|
191
|
-
static readonly PAPERCLIP = "pi pi-paperclip";
|
192
|
-
static readonly PAUSE = "pi pi-pause";
|
193
|
-
static readonly PAUSE_CIRCLE = "pi pi-pause-circle";
|
194
|
-
static readonly PAYPAL = "pi pi-paypal";
|
195
|
-
static readonly PEN_TO_SQUARE = "pi pi-pen-to-square";
|
196
|
-
static readonly PENCIL = "pi pi-pencil";
|
197
|
-
static readonly PERCENTAGE = "pi pi-percentage";
|
198
|
-
static readonly PHONE = "pi pi-phone";
|
199
|
-
static readonly PINTEREST = "pi pi-pinterest";
|
200
|
-
static readonly PLAY = "pi pi-play";
|
201
|
-
static readonly PLAY_CIRCLE = "pi pi-play-circle";
|
202
|
-
static readonly PLUS = "pi pi-plus";
|
203
|
-
static readonly PLUS_CIRCLE = "pi pi-plus-circle";
|
204
|
-
static readonly POUND = "pi pi-pound";
|
205
|
-
static readonly POWER_OFF = "pi pi-power-off";
|
206
|
-
static readonly PRIME = "pi pi-prime";
|
207
|
-
static readonly PRINT = "pi pi-print";
|
208
|
-
static readonly QRCODE = "pi pi-qrcode";
|
209
|
-
static readonly QUESTION = "pi pi-question";
|
210
|
-
static readonly QUESTION_CIRCLE = "pi pi-question-circle";
|
211
|
-
static readonly RECEIPT = "pi pi-receipt";
|
212
|
-
static readonly REDDIT = "pi pi-reddit";
|
213
|
-
static readonly REFRESH = "pi pi-refresh";
|
214
|
-
static readonly REPLAY = "pi pi-replay";
|
215
|
-
static readonly REPLY = "pi pi-reply";
|
216
|
-
static readonly SAVE = "pi pi-save";
|
217
|
-
static readonly SEARCH = "pi pi-search";
|
218
|
-
static readonly SEARCH_MINUS = "pi pi-search-minus";
|
219
|
-
static readonly SEARCH_PLUS = "pi pi-search-plus";
|
220
|
-
static readonly SEND = "pi pi-send";
|
221
|
-
static readonly SERVER = "pi pi-server";
|
222
|
-
static readonly SHARE_ALT = "pi pi-share-alt";
|
223
|
-
static readonly SHIELD = "pi pi-shield";
|
224
|
-
static readonly SHOP = "pi pi-shop";
|
225
|
-
static readonly SHOPPING_BAG = "pi pi-shopping-bag";
|
226
|
-
static readonly SHOPPING_CART = "pi pi-shopping-cart";
|
227
|
-
static readonly SIGN_IN = "pi pi-sign-in";
|
228
|
-
static readonly SIGN_OUT = "pi pi-sign-out";
|
229
|
-
static readonly SITEMAP = "pi pi-sitemap";
|
230
|
-
static readonly SLACK = "pi pi-slack";
|
231
|
-
static readonly SLIDERS_H = "pi pi-sliders-h";
|
232
|
-
static readonly SLIDERS_V = "pi pi-sliders-v";
|
233
|
-
static readonly SORT = "pi pi-sort";
|
234
|
-
static readonly SORT_ALPHA_DOWN = "pi pi-sort-alpha-down";
|
235
|
-
static readonly SORT_ALPHA_DOWN_ALT = "pi pi-sort-alpha-down-alt";
|
236
|
-
static readonly SORT_ALPHA_UP = "pi pi-sort-alpha-up";
|
237
|
-
static readonly SORT_ALPHA_UP_ALT = "pi pi-sort-alpha-up-alt";
|
238
|
-
static readonly SORT_ALT = "pi pi-sort-alt";
|
239
|
-
static readonly SORT_ALT_SLASH = "pi pi-sort-alt-slash";
|
240
|
-
static readonly SORT_AMOUNT_DOWN = "pi pi-sort-amount-down";
|
241
|
-
static readonly SORT_AMOUNT_DOWN_ALT = "pi pi-sort-amount-down-alt";
|
242
|
-
static readonly SORT_AMOUNT_UP = "pi pi-sort-amount-up";
|
243
|
-
static readonly SORT_AMOUNT_UP_ALT = "pi pi-sort-amount-up-alt";
|
244
|
-
static readonly SORT_DOWN = "pi pi-sort-down";
|
245
|
-
static readonly SORT_DOWN_FILL = "pi pi-sort-down-fill";
|
246
|
-
static readonly SORT_NUMERIC_DOWN = "pi pi-sort-numeric-down";
|
247
|
-
static readonly SORT_NUMERIC_DOWN_ALT = "pi pi-sort-numeric-down-alt";
|
248
|
-
static readonly SORT_NUMERIC_UP = "pi pi-sort-numeric-up";
|
249
|
-
static readonly SORT_NUMERIC_UP_ALT = "pi pi-sort-numeric-up-alt";
|
250
|
-
static readonly SORT_UP = "pi pi-sort-up";
|
251
|
-
static readonly SORT_UP_FILL = "pi pi-sort-up-fill";
|
252
|
-
static readonly SPARKLES = "pi pi-sparkles";
|
253
|
-
static readonly SPINNER = "pi pi-spinner";
|
254
|
-
static readonly SPINNER_DOTTED = "pi pi-spinner-dotted";
|
255
|
-
static readonly STAR = "pi pi-star";
|
256
|
-
static readonly STAR_FILL = "pi pi-star-fill";
|
257
|
-
static readonly STAR_HALF = "pi pi-star-half";
|
258
|
-
static readonly STAR_HALF_FILL = "pi pi-star-half-fill";
|
259
|
-
static readonly STEP_BACKWARD = "pi pi-step-backward";
|
260
|
-
static readonly STEP_BACKWARD_ALT = "pi pi-step-backward-alt";
|
261
|
-
static readonly STEP_FORWARD = "pi pi-step-forward";
|
262
|
-
static readonly STEP_FORWARD_ALT = "pi pi-step-forward-alt";
|
263
|
-
static readonly STOP = "pi pi-stop";
|
264
|
-
static readonly STOP_CIRCLE = "pi pi-stop-circle";
|
265
|
-
static readonly STOPWATCH = "pi pi-stopwatch";
|
266
|
-
static readonly SUN = "pi pi-sun";
|
267
|
-
static readonly SYNC = "pi pi-sync";
|
268
|
-
static readonly TABLE = "pi pi-table";
|
269
|
-
static readonly TABLET = "pi pi-tablet";
|
270
|
-
static readonly TAG = "pi pi-tag";
|
271
|
-
static readonly TAGS = "pi pi-tags";
|
272
|
-
static readonly TELEGRAM = "pi pi-telegram";
|
273
|
-
static readonly TH_LARGE = "pi pi-th-large";
|
274
|
-
static readonly THUMBS_DOWN = "pi pi-thumbs-down";
|
275
|
-
static readonly THUMBS_DOWN_FILL = "pi pi-thumbs-down-fill";
|
276
|
-
static readonly THUMBS_UP = "pi pi-thumbs-up";
|
277
|
-
static readonly THUMBS_UP_FILL = "pi pi-thumbs-up-fill";
|
278
|
-
static readonly THUMBTACK = "pi pi-thumbtack";
|
279
|
-
static readonly TICKET = "pi pi-ticket";
|
280
|
-
static readonly TIKTOK = "pi pi-tiktok";
|
281
|
-
static readonly TIMES = "pi pi-times";
|
282
|
-
static readonly TIMES_CIRCLE = "pi pi-times-circle";
|
283
|
-
static readonly TRASH = "pi pi-trash";
|
284
|
-
static readonly TROPHY = "pi pi-trophy";
|
285
|
-
static readonly TRUCK = "pi pi-truck";
|
286
|
-
static readonly TURKISH_LIRA = "pi pi-turkish-lira";
|
287
|
-
static readonly TWITCH = "pi pi-twitch";
|
288
|
-
static readonly TWITTER = "pi pi-twitter";
|
289
|
-
static readonly UNDO = "pi pi-undo";
|
290
|
-
static readonly UNLOCK = "pi pi-unlock";
|
291
|
-
static readonly UPLOAD = "pi pi-upload";
|
292
|
-
static readonly USER = "pi pi-user";
|
293
|
-
static readonly USER_EDIT = "pi pi-user-edit";
|
294
|
-
static readonly USER_MINUS = "pi pi-user-minus";
|
295
|
-
static readonly USER_PLUS = "pi pi-user-plus";
|
296
|
-
static readonly USERS = "pi pi-users";
|
297
|
-
static readonly VENUS = "pi pi-venus";
|
298
|
-
static readonly VERIFIED = "pi pi-verified";
|
299
|
-
static readonly VIDEO = "pi pi-video";
|
300
|
-
static readonly VIMEO = "pi pi-vimeo";
|
301
|
-
static readonly VOLUME_DOWN = "pi pi-volume-down";
|
302
|
-
static readonly VOLUME_OFF = "pi pi-volume-off";
|
303
|
-
static readonly VOLUME_UP = "pi pi-volume-up";
|
304
|
-
static readonly WALLET = "pi pi-wallet";
|
305
|
-
static readonly WAREHOUSE = "pi pi-warehouse";
|
306
|
-
static readonly WAVE_PULSE = "pi pi-wave-pulse";
|
307
|
-
static readonly WHATSAPP = "pi pi-whatsapp";
|
308
|
-
static readonly WIFI = "pi pi-wifi";
|
309
|
-
static readonly WINDOW_MAXIMIZE = "pi pi-window-maximize";
|
310
|
-
static readonly WINDOW_MINIMIZE = "pi pi-window-minimize";
|
311
|
-
static readonly WRENCH = "pi pi-wrench";
|
312
|
-
static readonly YOUTUBE = "pi pi-youtube";
|
313
|
-
}
|
package/api/public_api.d.ts
DELETED
@@ -1,32 +0,0 @@
|
|
1
|
-
export * from './blockableui';
|
2
|
-
export * from './confirmaeventtype';
|
3
|
-
export * from './confirmation';
|
4
|
-
export * from './confirmationservice';
|
5
|
-
export * from './contextmenuservice';
|
6
|
-
export * from './filtermatchmode';
|
7
|
-
export * from './filtermetadata';
|
8
|
-
export * from './filteroperator';
|
9
|
-
export * from './filterservice';
|
10
|
-
export * from './lazyloadevent';
|
11
|
-
export * from './lazyloadmeta';
|
12
|
-
export * from './megamenuitem';
|
13
|
-
export * from './menuitem';
|
14
|
-
export * from './messageservice';
|
15
|
-
export * from './overlayoptions';
|
16
|
-
export * from './overlayservice';
|
17
|
-
export * from './primeicons';
|
18
|
-
export * from './scrolleroptions';
|
19
|
-
export * from './selectitem';
|
20
|
-
export * from './selectitemgroup';
|
21
|
-
export * from './shared';
|
22
|
-
export * from './sortevent';
|
23
|
-
export * from './sortmeta';
|
24
|
-
export * from './tablestate';
|
25
|
-
export * from './toastmessage';
|
26
|
-
export * from './tooltipoptions';
|
27
|
-
export * from './translation';
|
28
|
-
export * from './translationkeys';
|
29
|
-
export * from './treedragdropservice';
|
30
|
-
export * from './treenode';
|
31
|
-
export * from './treenodedragevent';
|
32
|
-
export * from './treetablenode';
|
package/api/scrolleroptions.d.ts
DELETED
@@ -1,126 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* Options for the scroller.
|
3
|
-
* @group Interface
|
4
|
-
*/
|
5
|
-
export interface ScrollerOptions {
|
6
|
-
/**
|
7
|
-
* Unique identifier of the element.
|
8
|
-
*/
|
9
|
-
id?: string | undefined;
|
10
|
-
/**
|
11
|
-
* Inline style of the component.
|
12
|
-
*/
|
13
|
-
style?: {
|
14
|
-
[klass: string]: any;
|
15
|
-
} | null | undefined;
|
16
|
-
/**
|
17
|
-
* Style class of the element.
|
18
|
-
*/
|
19
|
-
styleClass?: string | undefined;
|
20
|
-
/**
|
21
|
-
* Inline style of the content.
|
22
|
-
*/
|
23
|
-
contentStyle?: {
|
24
|
-
[klass: string]: any;
|
25
|
-
} | null | undefined;
|
26
|
-
/**
|
27
|
-
* Style class of the content.
|
28
|
-
*/
|
29
|
-
contentStyleClass?: string | undefined;
|
30
|
-
/**
|
31
|
-
* Index of the element in tabbing order.
|
32
|
-
*/
|
33
|
-
tabindex?: number | undefined;
|
34
|
-
/**
|
35
|
-
* An array of objects to display.
|
36
|
-
*/
|
37
|
-
items?: any[];
|
38
|
-
/**
|
39
|
-
* The height/width of item according to orientation.
|
40
|
-
*/
|
41
|
-
itemSize?: any;
|
42
|
-
/**
|
43
|
-
* Height of the scroll viewport.
|
44
|
-
*/
|
45
|
-
scrollHeight?: string | undefined;
|
46
|
-
/**
|
47
|
-
* Width of the scroll viewport.
|
48
|
-
*/
|
49
|
-
scrollWidth?: string | undefined;
|
50
|
-
/**
|
51
|
-
* The orientation of scrollbar.
|
52
|
-
*/
|
53
|
-
orientation?: 'vertical' | 'horizontal' | 'both';
|
54
|
-
/**
|
55
|
-
* Used to specify how many items to load in each load method in lazy mode.
|
56
|
-
*/
|
57
|
-
step?: number | undefined;
|
58
|
-
/**
|
59
|
-
* Delay in scroll before new data is loaded.
|
60
|
-
*/
|
61
|
-
delay?: number | undefined;
|
62
|
-
/**
|
63
|
-
* Delay after window's resize finishes.
|
64
|
-
*/
|
65
|
-
resizeDelay?: number | undefined;
|
66
|
-
/**
|
67
|
-
* Used to append each loaded item to top without removing any items from the DOM. Using very large data may cause the browser to crash.
|
68
|
-
*/
|
69
|
-
appendOnly?: boolean;
|
70
|
-
/**
|
71
|
-
* Specifies whether the scroller should be displayed inline or not.
|
72
|
-
*/
|
73
|
-
inline?: boolean;
|
74
|
-
/**
|
75
|
-
* Defines if data is loaded and interacted with in lazy manner.
|
76
|
-
*/
|
77
|
-
lazy?: boolean;
|
78
|
-
/**
|
79
|
-
* If disabled, the scroller feature is eliminated and the content is displayed directly.
|
80
|
-
*/
|
81
|
-
disabled?: boolean;
|
82
|
-
/**
|
83
|
-
* Used to implement a custom loader instead of using the loader feature in the scroller.
|
84
|
-
*/
|
85
|
-
loaderDisabled?: boolean;
|
86
|
-
/**
|
87
|
-
* Columns to display.
|
88
|
-
*/
|
89
|
-
columns?: any[] | undefined;
|
90
|
-
/**
|
91
|
-
* Used to implement a custom spacer instead of using the spacer feature in the scroller.
|
92
|
-
*/
|
93
|
-
showSpacer?: boolean;
|
94
|
-
/**
|
95
|
-
* Defines whether to show loader.
|
96
|
-
*/
|
97
|
-
showLoader?: boolean;
|
98
|
-
/**
|
99
|
-
* Determines how many additional elements to add to the DOM outside of the view. According to the scrolls made up and down, extra items are added in a certain algorithm in the form of multiples of this number. Default value is half the number of items shown in the view.
|
100
|
-
*/
|
101
|
-
numToleratedItems?: any;
|
102
|
-
/**
|
103
|
-
* Defines whether the data is loaded.
|
104
|
-
*/
|
105
|
-
loading?: boolean;
|
106
|
-
/**
|
107
|
-
* Defines whether to dynamically change the height or width of scrollable container.
|
108
|
-
*/
|
109
|
-
autoSize?: boolean;
|
110
|
-
/**
|
111
|
-
* Function to optimize the dom operations by delegating to ngForTrackBy, default algoritm checks for object identity.
|
112
|
-
*/
|
113
|
-
trackBy?: Function;
|
114
|
-
/**
|
115
|
-
* Callback to invoke in lazy mode to load new data.
|
116
|
-
*/
|
117
|
-
onLazyLoad?: Function | undefined;
|
118
|
-
/**
|
119
|
-
* Callback to invoke when scroll position changes.
|
120
|
-
*/
|
121
|
-
onScroll?: Function | undefined;
|
122
|
-
/**
|
123
|
-
* Callback to invoke when scroll position and item's range in view changes.
|
124
|
-
*/
|
125
|
-
onScrollIndexChange?: Function | undefined;
|
126
|
-
}
|