primeng 19.1.3 → 20.0.0-rc.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 +85 -748
- 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 +48 -138
- 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 -262
- 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 +259 -261
- 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 +179 -210
- 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/index.d.ts
CHANGED
@@ -1,5 +1,1820 @@
|
|
1
|
+
import * as i0 from '@angular/core';
|
2
|
+
import { EventEmitter, ElementRef, TemplateRef } from '@angular/core';
|
3
|
+
import * as rxjs from 'rxjs';
|
4
|
+
import { Nullable } from 'primeng/ts-helpers';
|
5
|
+
import { QueryParamsHandling } from '@angular/router';
|
6
|
+
import { AnimationEvent } from '@angular/animations';
|
7
|
+
import * as i1 from '@angular/common';
|
8
|
+
|
1
9
|
/**
|
2
|
-
*
|
10
|
+
* Represents a blockable user interface element.
|
3
11
|
*/
|
4
|
-
|
5
|
-
|
12
|
+
interface BlockableUI {
|
13
|
+
/**
|
14
|
+
* Retrieves the blockable element associated with the UI.
|
15
|
+
* @returns The HTML element that can be blocked.
|
16
|
+
*/
|
17
|
+
getBlockableElement(): HTMLElement;
|
18
|
+
}
|
19
|
+
|
20
|
+
/**
|
21
|
+
* Type of the confirm event.
|
22
|
+
*/
|
23
|
+
declare enum ConfirmEventType {
|
24
|
+
ACCEPT = 0,
|
25
|
+
REJECT = 1,
|
26
|
+
CANCEL = 2
|
27
|
+
}
|
28
|
+
|
29
|
+
/**
|
30
|
+
* Represents a confirmation dialog configuration.
|
31
|
+
* @group Interface
|
32
|
+
*/
|
33
|
+
interface Confirmation {
|
34
|
+
/**
|
35
|
+
* The message to be displayed in the confirmation dialog.
|
36
|
+
*/
|
37
|
+
message?: string;
|
38
|
+
/**
|
39
|
+
* A unique key to identify the confirmation dialog.
|
40
|
+
*/
|
41
|
+
key?: string;
|
42
|
+
/**
|
43
|
+
* The name of the icon to be displayed in the confirmation dialog.
|
44
|
+
*/
|
45
|
+
icon?: string;
|
46
|
+
/**
|
47
|
+
* The header text of the confirmation dialog.
|
48
|
+
*/
|
49
|
+
header?: string;
|
50
|
+
/**
|
51
|
+
* The callback function to be executed when the accept button is clicked.
|
52
|
+
*/
|
53
|
+
accept?: Function;
|
54
|
+
/**
|
55
|
+
* The callback function to be executed when the reject button is clicked.
|
56
|
+
*/
|
57
|
+
reject?: Function;
|
58
|
+
/**
|
59
|
+
* The label text for the accept button.
|
60
|
+
*/
|
61
|
+
acceptLabel?: string;
|
62
|
+
/**
|
63
|
+
* The label text for the reject button.
|
64
|
+
*/
|
65
|
+
rejectLabel?: string;
|
66
|
+
/**
|
67
|
+
* The name of the icon to be displayed on the accept button.
|
68
|
+
*/
|
69
|
+
acceptIcon?: string;
|
70
|
+
/**
|
71
|
+
* The name of the icon to be displayed on the reject button.
|
72
|
+
*/
|
73
|
+
rejectIcon?: string;
|
74
|
+
/**
|
75
|
+
* Specifies whether the accept button should be visible.
|
76
|
+
*/
|
77
|
+
acceptVisible?: boolean;
|
78
|
+
/**
|
79
|
+
* Specifies whether the reject button should be visible.
|
80
|
+
*/
|
81
|
+
rejectVisible?: boolean;
|
82
|
+
/**
|
83
|
+
* Specifies whether to block scrolling on the page when the confirmation dialog is displayed.
|
84
|
+
*/
|
85
|
+
blockScroll?: boolean;
|
86
|
+
/**
|
87
|
+
* Specifies whether the confirmation dialog should be closed when the escape key is pressed.
|
88
|
+
*/
|
89
|
+
closeOnEscape?: boolean;
|
90
|
+
/**
|
91
|
+
* Specifies whether clicking outside the confirmation dialog should dismiss it.
|
92
|
+
*/
|
93
|
+
dismissableMask?: boolean;
|
94
|
+
/**
|
95
|
+
* The ID or class name of the element to receive focus by default when the confirmation dialog is opened.
|
96
|
+
*/
|
97
|
+
defaultFocus?: string;
|
98
|
+
/**
|
99
|
+
* The CSS class name to be applied to the accept button.
|
100
|
+
*/
|
101
|
+
acceptButtonStyleClass?: string;
|
102
|
+
/**
|
103
|
+
* The CSS class name to be applied to the reject button.
|
104
|
+
*/
|
105
|
+
rejectButtonStyleClass?: string;
|
106
|
+
/**
|
107
|
+
* The target event where the confirmation dialog is triggered from.
|
108
|
+
*/
|
109
|
+
target?: EventTarget;
|
110
|
+
/**
|
111
|
+
* An event emitter for the accept event.
|
112
|
+
*/
|
113
|
+
acceptEvent?: EventEmitter<any>;
|
114
|
+
/**
|
115
|
+
* An event emitter for the reject event.
|
116
|
+
*/
|
117
|
+
rejectEvent?: EventEmitter<any>;
|
118
|
+
acceptButtonProps?: any;
|
119
|
+
rejectButtonProps?: any;
|
120
|
+
closeButtonProps?: any;
|
121
|
+
closable?: boolean;
|
122
|
+
position?: string;
|
123
|
+
}
|
124
|
+
|
125
|
+
/**
|
126
|
+
* Methods used in confirmation service.
|
127
|
+
* @group Service
|
128
|
+
*/
|
129
|
+
declare class ConfirmationService {
|
130
|
+
private requireConfirmationSource;
|
131
|
+
private acceptConfirmationSource;
|
132
|
+
requireConfirmation$: rxjs.Observable<Confirmation>;
|
133
|
+
accept: rxjs.Observable<Confirmation>;
|
134
|
+
/**
|
135
|
+
* Callback to invoke on confirm.
|
136
|
+
* @param {Confirmation} confirmation - Represents a confirmation dialog configuration.
|
137
|
+
* @group Method
|
138
|
+
*/
|
139
|
+
confirm(confirmation: Confirmation): this;
|
140
|
+
/**
|
141
|
+
* Closes the dialog.
|
142
|
+
* @group Method
|
143
|
+
*/
|
144
|
+
close(): this;
|
145
|
+
/**
|
146
|
+
* Accepts the dialog.
|
147
|
+
* @group Method
|
148
|
+
*/
|
149
|
+
onAccept(): void;
|
150
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfirmationService, never>;
|
151
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ConfirmationService>;
|
152
|
+
}
|
153
|
+
|
154
|
+
declare class ContextMenuService {
|
155
|
+
private activeItemKeyChange;
|
156
|
+
activeItemKeyChange$: rxjs.Observable<string>;
|
157
|
+
activeItemKey: Nullable<string>;
|
158
|
+
changeKey(key: string): void;
|
159
|
+
reset(): void;
|
160
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuService, never>;
|
161
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ContextMenuService>;
|
162
|
+
}
|
163
|
+
|
164
|
+
declare class FilterMatchMode {
|
165
|
+
static readonly STARTS_WITH = "startsWith";
|
166
|
+
static readonly CONTAINS = "contains";
|
167
|
+
static readonly NOT_CONTAINS = "notContains";
|
168
|
+
static readonly ENDS_WITH = "endsWith";
|
169
|
+
static readonly EQUALS = "equals";
|
170
|
+
static readonly NOT_EQUALS = "notEquals";
|
171
|
+
static readonly IN = "in";
|
172
|
+
static readonly LESS_THAN = "lt";
|
173
|
+
static readonly LESS_THAN_OR_EQUAL_TO = "lte";
|
174
|
+
static readonly GREATER_THAN = "gt";
|
175
|
+
static readonly GREATER_THAN_OR_EQUAL_TO = "gte";
|
176
|
+
static readonly BETWEEN = "between";
|
177
|
+
static readonly IS = "is";
|
178
|
+
static readonly IS_NOT = "isNot";
|
179
|
+
static readonly BEFORE = "before";
|
180
|
+
static readonly AFTER = "after";
|
181
|
+
static readonly DATE_IS = "dateIs";
|
182
|
+
static readonly DATE_IS_NOT = "dateIsNot";
|
183
|
+
static readonly DATE_BEFORE = "dateBefore";
|
184
|
+
static readonly DATE_AFTER = "dateAfter";
|
185
|
+
}
|
186
|
+
|
187
|
+
/**
|
188
|
+
* Represents metadata for filtering a data set.
|
189
|
+
* @group Interface
|
190
|
+
*/
|
191
|
+
interface FilterMetadata {
|
192
|
+
/**
|
193
|
+
* The value used for filtering.
|
194
|
+
*/
|
195
|
+
value?: any;
|
196
|
+
/**
|
197
|
+
* The match mode for filtering.
|
198
|
+
*/
|
199
|
+
matchMode?: string;
|
200
|
+
/**
|
201
|
+
* The operator for filtering.
|
202
|
+
*/
|
203
|
+
operator?: string;
|
204
|
+
}
|
205
|
+
|
206
|
+
declare class FilterOperator {
|
207
|
+
static readonly AND = "and";
|
208
|
+
static readonly OR = "or";
|
209
|
+
}
|
210
|
+
|
211
|
+
declare class FilterService {
|
212
|
+
filter(value: any[], fields: any[], filterValue: any, filterMatchMode: string, filterLocale?: string): any[];
|
213
|
+
filters: {
|
214
|
+
[rule: string]: Function;
|
215
|
+
};
|
216
|
+
register(rule: string, fn: Function): void;
|
217
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterService, never>;
|
218
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<FilterService>;
|
219
|
+
}
|
220
|
+
|
221
|
+
/**
|
222
|
+
* Represents metadata for sorting.
|
223
|
+
* @group Interface
|
224
|
+
*/
|
225
|
+
interface SortMeta {
|
226
|
+
field: string;
|
227
|
+
order: number;
|
228
|
+
}
|
229
|
+
|
230
|
+
/**
|
231
|
+
* Represents an event object for lazy loading data.
|
232
|
+
* @group Interface
|
233
|
+
*/
|
234
|
+
interface LazyLoadEvent {
|
235
|
+
/**
|
236
|
+
* The index of the first record to be loaded.
|
237
|
+
*/
|
238
|
+
first?: number;
|
239
|
+
/**
|
240
|
+
* The index of the last record to be loaded.
|
241
|
+
*/
|
242
|
+
last?: number;
|
243
|
+
/**
|
244
|
+
* The number of rows to load.
|
245
|
+
*/
|
246
|
+
rows?: number;
|
247
|
+
/**
|
248
|
+
* The field to be used for sorting.
|
249
|
+
*/
|
250
|
+
sortField?: string;
|
251
|
+
/**
|
252
|
+
* The sort order for the field.
|
253
|
+
*/
|
254
|
+
sortOrder?: number;
|
255
|
+
/**
|
256
|
+
* An array of sort metadata objects for multiple column sorting.
|
257
|
+
*/
|
258
|
+
multiSortMeta?: SortMeta[];
|
259
|
+
/**
|
260
|
+
* An object containing filter metadata for filtering the data.
|
261
|
+
* The keys represent the field names, and the values represent the corresponding filter metadata.
|
262
|
+
*/
|
263
|
+
filters?: {
|
264
|
+
[s: string]: FilterMetadata;
|
265
|
+
};
|
266
|
+
/**
|
267
|
+
* The global filter value for filtering across all columns.
|
268
|
+
*/
|
269
|
+
globalFilter?: any;
|
270
|
+
/**
|
271
|
+
* A function that can be called to force an update in the lazy loaded data.
|
272
|
+
*/
|
273
|
+
forceUpdate?: () => void;
|
274
|
+
}
|
275
|
+
|
276
|
+
/**
|
277
|
+
* Meta data for lazy load event.
|
278
|
+
* @group Interface
|
279
|
+
*/
|
280
|
+
interface LazyLoadMeta {
|
281
|
+
first?: number | undefined | null;
|
282
|
+
rows?: number | undefined | null;
|
283
|
+
sortField?: string | string[] | null | undefined;
|
284
|
+
sortOrder?: number | undefined | null;
|
285
|
+
filters?: {
|
286
|
+
[s: string]: FilterMetadata | FilterMetadata[] | undefined;
|
287
|
+
};
|
288
|
+
globalFilter?: string | string[] | undefined | null;
|
289
|
+
multiSortMeta?: SortMeta[] | undefined | null;
|
290
|
+
forceUpdate?: Function;
|
291
|
+
last?: number | undefined | null;
|
292
|
+
}
|
293
|
+
|
294
|
+
/**
|
295
|
+
* Defines options of Tooltip.
|
296
|
+
* @group Interface
|
297
|
+
*/
|
298
|
+
interface TooltipOptions {
|
299
|
+
/**
|
300
|
+
* Label of tooltip.
|
301
|
+
*/
|
302
|
+
tooltipLabel?: string;
|
303
|
+
/**
|
304
|
+
* Position of tooltip.
|
305
|
+
*/
|
306
|
+
tooltipPosition?: 'right' | 'left' | 'top' | 'bottom';
|
307
|
+
/**
|
308
|
+
* Event to show the tooltip.
|
309
|
+
*/
|
310
|
+
tooltipEvent?: 'hover' | 'focus';
|
311
|
+
/**
|
312
|
+
* 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).
|
313
|
+
* @defaultValue body
|
314
|
+
*/
|
315
|
+
appendTo?: HTMLElement | ElementRef | TemplateRef<any> | string | null | undefined | any;
|
316
|
+
/**
|
317
|
+
* Type of CSS position.
|
318
|
+
*/
|
319
|
+
positionStyle?: string;
|
320
|
+
/**
|
321
|
+
* Style class of the tooltip.
|
322
|
+
*/
|
323
|
+
tooltipStyleClass?: string;
|
324
|
+
/**
|
325
|
+
* Whether the z-index should be managed automatically to always go on top or have a fixed value.
|
326
|
+
* @defaultValue auto
|
327
|
+
*/
|
328
|
+
tooltipZIndex?: string;
|
329
|
+
/**
|
330
|
+
* By default the tooltip contents are rendered as text. Set to false to support html tags in the content.
|
331
|
+
*/
|
332
|
+
escape?: boolean;
|
333
|
+
/**
|
334
|
+
* When present, it specifies that the component should be disabled.
|
335
|
+
*/
|
336
|
+
disabled?: boolean;
|
337
|
+
/**
|
338
|
+
* Specifies the additional vertical offset of the tooltip from its default position.
|
339
|
+
*/
|
340
|
+
positionTop?: number;
|
341
|
+
/**
|
342
|
+
* Specifies the additional horizontal offset of the tooltip from its default position.
|
343
|
+
*/
|
344
|
+
positionLeft?: number;
|
345
|
+
/**
|
346
|
+
* Delay to show the tooltip in milliseconds.
|
347
|
+
*/
|
348
|
+
showDelay?: number;
|
349
|
+
/**
|
350
|
+
* Delay to hide the tooltip in milliseconds.
|
351
|
+
*/
|
352
|
+
hideDelay?: number;
|
353
|
+
/**
|
354
|
+
* Time to wait in milliseconds to hide the tooltip even it is active.
|
355
|
+
*/
|
356
|
+
life?: number;
|
357
|
+
/**
|
358
|
+
* When present, it adds a custom id to the tooltip.
|
359
|
+
*/
|
360
|
+
id?: string;
|
361
|
+
}
|
362
|
+
|
363
|
+
/**
|
364
|
+
* MenuItem provides the following properties. Note that not all of them may be utilized by the tabmenu component.
|
365
|
+
* @group Interface
|
366
|
+
*/
|
367
|
+
interface MenuItem {
|
368
|
+
/**
|
369
|
+
* Text of the item.
|
370
|
+
*/
|
371
|
+
label?: string;
|
372
|
+
/**
|
373
|
+
* Icon of the item.
|
374
|
+
*/
|
375
|
+
icon?: string;
|
376
|
+
/**
|
377
|
+
* Callback to execute when item is clicked.
|
378
|
+
*/
|
379
|
+
command?(event: MenuItemCommandEvent): void;
|
380
|
+
/**
|
381
|
+
* External link to navigate when item is clicked.
|
382
|
+
*/
|
383
|
+
url?: string;
|
384
|
+
/**
|
385
|
+
* An array of children menuitems.
|
386
|
+
*/
|
387
|
+
items?: MenuItem[];
|
388
|
+
/**
|
389
|
+
* Visibility of submenu.
|
390
|
+
*/
|
391
|
+
expanded?: boolean;
|
392
|
+
/**
|
393
|
+
* When set as true, disables the menuitem.
|
394
|
+
*/
|
395
|
+
disabled?: boolean;
|
396
|
+
/**
|
397
|
+
* Whether the dom element of menuitem is created or not.
|
398
|
+
*/
|
399
|
+
visible?: boolean;
|
400
|
+
/**
|
401
|
+
* Specifies where to open the linked document.
|
402
|
+
*/
|
403
|
+
target?: string;
|
404
|
+
/**
|
405
|
+
* Whether to escape the label or not. Set to false to display html content.
|
406
|
+
*/
|
407
|
+
escape?: boolean;
|
408
|
+
/**
|
409
|
+
* Configuration for active router link.
|
410
|
+
*/
|
411
|
+
routerLinkActiveOptions?: any;
|
412
|
+
/**
|
413
|
+
* Defines the item as a separator.
|
414
|
+
*/
|
415
|
+
separator?: boolean;
|
416
|
+
/**
|
417
|
+
* Value of the badge.
|
418
|
+
*/
|
419
|
+
badge?: string;
|
420
|
+
/**
|
421
|
+
* Tooltip of the item.
|
422
|
+
*/
|
423
|
+
tooltip?: string;
|
424
|
+
/**
|
425
|
+
* Position of the tooltip item.
|
426
|
+
*/
|
427
|
+
tooltipPosition?: string;
|
428
|
+
/**
|
429
|
+
* Style class of the badge.
|
430
|
+
*/
|
431
|
+
badgeStyleClass?: string;
|
432
|
+
/**
|
433
|
+
* Inline style of the menuitem.
|
434
|
+
*/
|
435
|
+
style?: {
|
436
|
+
[klass: string]: any;
|
437
|
+
} | null | undefined;
|
438
|
+
/**
|
439
|
+
* Style class of the menuitem.
|
440
|
+
*/
|
441
|
+
styleClass?: string;
|
442
|
+
/**
|
443
|
+
* Tooltip text of the item.
|
444
|
+
*/
|
445
|
+
title?: string;
|
446
|
+
/**
|
447
|
+
* Identifier of the element.
|
448
|
+
*/
|
449
|
+
id?: string;
|
450
|
+
/**
|
451
|
+
* Value of HTML data-* attribute.
|
452
|
+
*/
|
453
|
+
automationId?: any;
|
454
|
+
/**
|
455
|
+
* Specifies tab order of the item.
|
456
|
+
*/
|
457
|
+
tabindex?: string;
|
458
|
+
/**
|
459
|
+
* RouterLink definition for internal navigation.
|
460
|
+
*/
|
461
|
+
routerLink?: any;
|
462
|
+
/**
|
463
|
+
* Query parameters for internal navigation via routerLink.
|
464
|
+
*/
|
465
|
+
queryParams?: {
|
466
|
+
[k: string]: any;
|
467
|
+
};
|
468
|
+
/**
|
469
|
+
* Sets the hash fragment for the URL.
|
470
|
+
*/
|
471
|
+
fragment?: string;
|
472
|
+
/**
|
473
|
+
* How to handle query parameters in the router link for the next navigation. One of:
|
474
|
+
merge : Merge new with current parameters.
|
475
|
+
preserve : Preserve current parameters.k.
|
476
|
+
*/
|
477
|
+
queryParamsHandling?: QueryParamsHandling;
|
478
|
+
/**
|
479
|
+
* When true, preserves the URL fragment for the next navigation.
|
480
|
+
*/
|
481
|
+
preserveFragment?: boolean;
|
482
|
+
/**
|
483
|
+
* When true, navigates without pushing a new state into history.
|
484
|
+
*/
|
485
|
+
skipLocationChange?: boolean;
|
486
|
+
/**
|
487
|
+
* When true, navigates while replacing the current state in history.
|
488
|
+
*/
|
489
|
+
replaceUrl?: boolean;
|
490
|
+
/**
|
491
|
+
* Inline style of the item's icon.
|
492
|
+
*/
|
493
|
+
iconStyle?: {
|
494
|
+
[klass: string]: any;
|
495
|
+
} | null | undefined;
|
496
|
+
/**
|
497
|
+
* Class of the item's icon.
|
498
|
+
*/
|
499
|
+
iconClass?: string;
|
500
|
+
/**
|
501
|
+
* Developer-defined state that can be passed to any navigation.
|
502
|
+
* @see {MenuItemState}
|
503
|
+
*/
|
504
|
+
state?: {
|
505
|
+
[k: string]: any;
|
506
|
+
};
|
507
|
+
/**
|
508
|
+
* Options of the item's tooltip.
|
509
|
+
* @see {TooltipOptions}
|
510
|
+
*/
|
511
|
+
tooltipOptions?: TooltipOptions;
|
512
|
+
/**
|
513
|
+
* Optional
|
514
|
+
*/
|
515
|
+
[key: string]: any;
|
516
|
+
}
|
517
|
+
/**
|
518
|
+
* Custom command event
|
519
|
+
* @see {@link MenuItem.command}
|
520
|
+
* @group Events
|
521
|
+
*/
|
522
|
+
interface MenuItemCommandEvent {
|
523
|
+
/**
|
524
|
+
* Browser event.
|
525
|
+
*/
|
526
|
+
originalEvent?: Event;
|
527
|
+
/**
|
528
|
+
* Selected menu item.
|
529
|
+
*/
|
530
|
+
item?: MenuItem | MegaMenuItem;
|
531
|
+
/**
|
532
|
+
* Index of the selected item.
|
533
|
+
*/
|
534
|
+
index?: number;
|
535
|
+
}
|
536
|
+
|
537
|
+
/**
|
538
|
+
* MegaMenuItem API provides the following properties.
|
539
|
+
* @group Interface
|
540
|
+
*/
|
541
|
+
interface MegaMenuItem {
|
542
|
+
/**
|
543
|
+
* Text of the item.
|
544
|
+
*/
|
545
|
+
label?: string;
|
546
|
+
/**
|
547
|
+
* Icon of the item.
|
548
|
+
*/
|
549
|
+
icon?: string;
|
550
|
+
/**
|
551
|
+
* Callback to execute when item is clicked.
|
552
|
+
*/
|
553
|
+
command?: (event?: any) => void;
|
554
|
+
/**
|
555
|
+
* External link to navigate when item is clicked.
|
556
|
+
*/
|
557
|
+
url?: string;
|
558
|
+
/**
|
559
|
+
* An array of children menuitems.
|
560
|
+
*/
|
561
|
+
items?: MenuItem[][];
|
562
|
+
/**
|
563
|
+
* Specifies whether the mega menu item is expanded.
|
564
|
+
*/
|
565
|
+
expanded?: boolean;
|
566
|
+
/**
|
567
|
+
* When set as true, disables the menuitem.
|
568
|
+
*/
|
569
|
+
disabled?: boolean;
|
570
|
+
/**
|
571
|
+
* Whether the dom element of menuitem is created or not.
|
572
|
+
*/
|
573
|
+
visible?: boolean;
|
574
|
+
/**
|
575
|
+
* Specifies where to open the linked document.
|
576
|
+
*/
|
577
|
+
target?: string;
|
578
|
+
/**
|
579
|
+
* Configuration for active router link.
|
580
|
+
*/
|
581
|
+
routerLinkActiveOptions?: any;
|
582
|
+
/**
|
583
|
+
* Defines the item as a separator.
|
584
|
+
*/
|
585
|
+
separator?: boolean;
|
586
|
+
/**
|
587
|
+
* Value of the badge.
|
588
|
+
*/
|
589
|
+
badge?: string;
|
590
|
+
/**
|
591
|
+
* Style class of the badge.
|
592
|
+
*/
|
593
|
+
badgeStyleClass?: string;
|
594
|
+
/**
|
595
|
+
* Inline style of the menuitem.
|
596
|
+
*/
|
597
|
+
style?: any;
|
598
|
+
/**
|
599
|
+
* Style class of the menuitem.
|
600
|
+
*/
|
601
|
+
styleClass?: string;
|
602
|
+
/**
|
603
|
+
* Inline style of the item's icon.
|
604
|
+
*/
|
605
|
+
iconStyle?: any;
|
606
|
+
/**
|
607
|
+
* Tooltip text of the item.
|
608
|
+
*/
|
609
|
+
title?: string;
|
610
|
+
/**
|
611
|
+
* Identifier of the element.
|
612
|
+
*/
|
613
|
+
id?: string;
|
614
|
+
/**
|
615
|
+
* Value of HTML data-* attribute.
|
616
|
+
*/
|
617
|
+
automationId?: any;
|
618
|
+
/**
|
619
|
+
* Specifies tab order of the item.
|
620
|
+
*/
|
621
|
+
tabindex?: string;
|
622
|
+
/**
|
623
|
+
* RouterLink definition for internal navigation.
|
624
|
+
*/
|
625
|
+
routerLink?: any;
|
626
|
+
/**
|
627
|
+
* Query parameters for internal navigation via routerLink.
|
628
|
+
*/
|
629
|
+
queryParams?: {
|
630
|
+
[k: string]: any;
|
631
|
+
};
|
632
|
+
/**
|
633
|
+
* Sets the hash fragment for the URL.
|
634
|
+
*/
|
635
|
+
fragment?: string;
|
636
|
+
/**
|
637
|
+
* How to handle query parameters in the router link for the next navigation. One of:
|
638
|
+
merge : Merge new with current parameters.
|
639
|
+
preserve : Preserve current parameters.k.
|
640
|
+
*/
|
641
|
+
queryParamsHandling?: QueryParamsHandling;
|
642
|
+
/**
|
643
|
+
* When true, preserves the URL fragment for the next navigation.
|
644
|
+
*/
|
645
|
+
preserveFragment?: boolean;
|
646
|
+
/**
|
647
|
+
* When true, navigates without pushing a new state into history.
|
648
|
+
*/
|
649
|
+
skipLocationChange?: boolean;
|
650
|
+
/**
|
651
|
+
* When true, navigates while replacing the current state in history.
|
652
|
+
*/
|
653
|
+
replaceUrl?: boolean;
|
654
|
+
/**
|
655
|
+
* Developer-defined state that can be passed to any navigation.
|
656
|
+
*/
|
657
|
+
state?: {
|
658
|
+
[k: string]: any;
|
659
|
+
};
|
660
|
+
/**
|
661
|
+
* Optional
|
662
|
+
*/
|
663
|
+
[key: string]: any;
|
664
|
+
}
|
665
|
+
|
666
|
+
/**
|
667
|
+
* Deines valid options for the toast message.
|
668
|
+
* @group Interface
|
669
|
+
*/
|
670
|
+
interface ToastMessageOptions {
|
671
|
+
text?: any;
|
672
|
+
severity?: string;
|
673
|
+
summary?: string;
|
674
|
+
detail?: string;
|
675
|
+
id?: any;
|
676
|
+
key?: string;
|
677
|
+
life?: number;
|
678
|
+
sticky?: boolean;
|
679
|
+
closable?: boolean;
|
680
|
+
data?: any;
|
681
|
+
icon?: string;
|
682
|
+
contentStyleClass?: string;
|
683
|
+
styleClass?: string;
|
684
|
+
closeIcon?: string;
|
685
|
+
}
|
686
|
+
|
687
|
+
/**
|
688
|
+
* Message service used in messages and toast components.
|
689
|
+
* @group Service
|
690
|
+
*/
|
691
|
+
declare class MessageService {
|
692
|
+
private messageSource;
|
693
|
+
private clearSource;
|
694
|
+
messageObserver: rxjs.Observable<ToastMessageOptions | ToastMessageOptions[]>;
|
695
|
+
clearObserver: rxjs.Observable<string>;
|
696
|
+
/**
|
697
|
+
* Inserts single message.
|
698
|
+
* @param {ToastMessageOptions} message - Message to be added.
|
699
|
+
* @group Method
|
700
|
+
*/
|
701
|
+
add(message: ToastMessageOptions): void;
|
702
|
+
/**
|
703
|
+
* Inserts new messages.
|
704
|
+
* @param {Message[]} messages - Messages to be added.
|
705
|
+
* @group Method
|
706
|
+
*/
|
707
|
+
addAll(messages: ToastMessageOptions[]): void;
|
708
|
+
/**
|
709
|
+
* Clears the message with the given key.
|
710
|
+
* @param {string} key - Key of the message to be cleared.
|
711
|
+
* @group Method
|
712
|
+
*/
|
713
|
+
clear(key?: string): void;
|
714
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MessageService, never>;
|
715
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MessageService>;
|
716
|
+
}
|
717
|
+
|
718
|
+
/**
|
719
|
+
* Represents the type of overlay mode, which can be 'modal', 'overlay', or undefined.
|
720
|
+
* @group Types
|
721
|
+
*/
|
722
|
+
type OverlayModeType = 'modal' | 'overlay' | undefined;
|
723
|
+
/**
|
724
|
+
* Represents the type of direction for a responsive overlay, which can be one of the specified values or undefined.
|
725
|
+
* @group Types
|
726
|
+
*/
|
727
|
+
type ResponsiveOverlayDirectionType = 'center' | 'top' | 'top-start' | 'top-end' | 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end' | 'right' | 'right-start' | 'right-end' | undefined;
|
728
|
+
/**
|
729
|
+
* Represents the options for an overlay listener.
|
730
|
+
* @group Interface
|
731
|
+
*/
|
732
|
+
interface OverlayListenerOptions {
|
733
|
+
/**
|
734
|
+
* The type of listener, which can be 'scroll', 'outside', 'resize', or undefined.
|
735
|
+
*/
|
736
|
+
type?: 'scroll' | 'outside' | 'resize' | undefined;
|
737
|
+
/**
|
738
|
+
* The mode of the overlay listener.
|
739
|
+
*/
|
740
|
+
mode?: OverlayModeType;
|
741
|
+
/**
|
742
|
+
* Indicates whether the overlay listener is valid.
|
743
|
+
*/
|
744
|
+
valid?: boolean;
|
745
|
+
}
|
746
|
+
/**
|
747
|
+
* Represents the options for a responsive overlay.
|
748
|
+
* @group Events
|
749
|
+
*/
|
750
|
+
interface ResponsiveOverlayOptions {
|
751
|
+
/**
|
752
|
+
* The inline style for the responsive overlay.
|
753
|
+
*/
|
754
|
+
style?: any;
|
755
|
+
/**
|
756
|
+
* The CSS class for the responsive overlay.
|
757
|
+
*/
|
758
|
+
styleClass?: string;
|
759
|
+
/**
|
760
|
+
* The inline style for the content of the responsive overlay.
|
761
|
+
*/
|
762
|
+
contentStyle?: any;
|
763
|
+
/**
|
764
|
+
* The CSS class for the content of the responsive overlay.
|
765
|
+
*/
|
766
|
+
contentStyleClass?: string;
|
767
|
+
/**
|
768
|
+
* The breakpoint for the responsive overlay.
|
769
|
+
*/
|
770
|
+
breakpoint?: string;
|
771
|
+
/**
|
772
|
+
* The media query for the responsive overlay.
|
773
|
+
*/
|
774
|
+
media?: string;
|
775
|
+
/**
|
776
|
+
* The direction for the responsive overlay.
|
777
|
+
*/
|
778
|
+
direction?: ResponsiveOverlayDirectionType;
|
779
|
+
}
|
780
|
+
/**
|
781
|
+
* Represents an event that occurs when an overlay is shown.
|
782
|
+
* @group Events
|
783
|
+
*/
|
784
|
+
interface OverlayOnShowEvent {
|
785
|
+
/**
|
786
|
+
* The overlay element.
|
787
|
+
*/
|
788
|
+
overlay?: HTMLElement | undefined;
|
789
|
+
/**
|
790
|
+
* The target element.
|
791
|
+
*/
|
792
|
+
target?: HTMLElement | undefined;
|
793
|
+
/**
|
794
|
+
* The mode of the overlay.
|
795
|
+
*/
|
796
|
+
mode?: OverlayModeType;
|
797
|
+
}
|
798
|
+
/**
|
799
|
+
* Represents an event that occurs before an overlay is shown.
|
800
|
+
* @extends {OverlayOnShowEvent}
|
801
|
+
* @group Events
|
802
|
+
*/
|
803
|
+
interface OverlayOnBeforeShowEvent extends OverlayOnShowEvent {
|
804
|
+
}
|
805
|
+
/**
|
806
|
+
* Represents an event that occurs before an overlay is hidden.
|
807
|
+
* @extends {OverlayOnBeforeShowEvent}
|
808
|
+
* @group Events
|
809
|
+
*/
|
810
|
+
interface OverlayOnBeforeHideEvent extends OverlayOnBeforeShowEvent {
|
811
|
+
}
|
812
|
+
/**
|
813
|
+
* Represents an event that occurs when an overlay is hidden.
|
814
|
+
* @extends {OverlayOnShowEvent}
|
815
|
+
* @group Events
|
816
|
+
*/
|
817
|
+
interface OverlayOnHideEvent extends OverlayOnShowEvent {
|
818
|
+
}
|
819
|
+
/**
|
820
|
+
* Represents the options for an overlay.
|
821
|
+
* @group Interface
|
822
|
+
*/
|
823
|
+
interface OverlayOptions {
|
824
|
+
/**
|
825
|
+
* The mode of the overlay.
|
826
|
+
*/
|
827
|
+
mode?: OverlayModeType;
|
828
|
+
/**
|
829
|
+
* The inline style for the overlay.
|
830
|
+
*/
|
831
|
+
style?: any;
|
832
|
+
/**
|
833
|
+
* The CSS class for the overlay.
|
834
|
+
*/
|
835
|
+
styleClass?: string;
|
836
|
+
/**
|
837
|
+
* The inline style for the content of the overlay.
|
838
|
+
*/
|
839
|
+
contentStyle?: any;
|
840
|
+
/**
|
841
|
+
* The CSS class for the content of the overlay.
|
842
|
+
*/
|
843
|
+
contentStyleClass?: string;
|
844
|
+
/**
|
845
|
+
* The target element.
|
846
|
+
*/
|
847
|
+
target?: any;
|
848
|
+
/**
|
849
|
+
* The element or location where the overlay should be appended.
|
850
|
+
*/
|
851
|
+
appendTo?: 'body' | HTMLElement | undefined;
|
852
|
+
/**
|
853
|
+
* Indicates whether the overlay should have an auto-generated z-index.
|
854
|
+
*/
|
855
|
+
autoZIndex?: boolean;
|
856
|
+
/**
|
857
|
+
* The base z-index value for the overlay.
|
858
|
+
*/
|
859
|
+
baseZIndex?: number;
|
860
|
+
/**
|
861
|
+
* The transition options for showing the overlay.
|
862
|
+
*/
|
863
|
+
showTransitionOptions?: string;
|
864
|
+
/**
|
865
|
+
* The transition options for hiding the overlay.
|
866
|
+
*/
|
867
|
+
hideTransitionOptions?: string;
|
868
|
+
/**
|
869
|
+
* Indicates whether the overlay should be hidden when the escape key is pressed.
|
870
|
+
*/
|
871
|
+
hideOnEscape?: boolean;
|
872
|
+
/**
|
873
|
+
* A listener function for handling events related to the overlay.
|
874
|
+
*/
|
875
|
+
listener?: (event: Event, options?: OverlayListenerOptions) => boolean | void;
|
876
|
+
/**
|
877
|
+
* The options for a responsive overlay.
|
878
|
+
*/
|
879
|
+
responsive?: ResponsiveOverlayOptions | undefined;
|
880
|
+
/**
|
881
|
+
* A callback function that is invoked before the overlay is shown.
|
882
|
+
*/
|
883
|
+
onBeforeShow?: (event?: OverlayOnBeforeShowEvent) => void;
|
884
|
+
/**
|
885
|
+
* A callback function that is invoked when the overlay is shown.
|
886
|
+
*/
|
887
|
+
onShow?: (event?: OverlayOnShowEvent) => void;
|
888
|
+
/**
|
889
|
+
* A callback function that is invoked before the overlay is hidden.
|
890
|
+
*/
|
891
|
+
onBeforeHide?: (event?: OverlayOnBeforeHideEvent) => void;
|
892
|
+
/**
|
893
|
+
* A callback function that is invoked when the overlay is hidden.
|
894
|
+
*/
|
895
|
+
onHide?: (event?: OverlayOnHideEvent) => void;
|
896
|
+
/**
|
897
|
+
* A callback function that is invoked when the overlay's animation starts.
|
898
|
+
*/
|
899
|
+
onAnimationStart?: (event?: AnimationEvent) => void;
|
900
|
+
/**
|
901
|
+
* A callback function that is invoked when the overlay's animation is done.
|
902
|
+
*/
|
903
|
+
onAnimationDone?: (event?: AnimationEvent) => void;
|
904
|
+
}
|
905
|
+
|
906
|
+
declare class OverlayService {
|
907
|
+
private clickSource;
|
908
|
+
clickObservable: rxjs.Observable<any>;
|
909
|
+
add(event: any): void;
|
910
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<OverlayService, never>;
|
911
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<OverlayService>;
|
912
|
+
}
|
913
|
+
|
914
|
+
declare class PrimeIcons {
|
915
|
+
static readonly ADDRESS_BOOK = "pi pi-address-book";
|
916
|
+
static readonly ALIGN_CENTER = "pi pi-align-center";
|
917
|
+
static readonly ALIGN_JUSTIFY = "pi pi-align-justify";
|
918
|
+
static readonly ALIGN_LEFT = "pi pi-align-left";
|
919
|
+
static readonly ALIGN_RIGHT = "pi pi-align-right";
|
920
|
+
static readonly AMAZON = "pi pi-amazon";
|
921
|
+
static readonly ANDROID = "pi pi-android";
|
922
|
+
static readonly ANGLE_DOUBLE_DOWN = "pi pi-angle-double-down";
|
923
|
+
static readonly ANGLE_DOUBLE_LEFT = "pi pi-angle-double-left";
|
924
|
+
static readonly ANGLE_DOUBLE_RIGHT = "pi pi-angle-double-right";
|
925
|
+
static readonly ANGLE_DOUBLE_UP = "pi pi-angle-double-up";
|
926
|
+
static readonly ANGLE_DOWN = "pi pi-angle-down";
|
927
|
+
static readonly ANGLE_LEFT = "pi pi-angle-left";
|
928
|
+
static readonly ANGLE_RIGHT = "pi pi-angle-right";
|
929
|
+
static readonly ANGLE_UP = "pi pi-angle-up";
|
930
|
+
static readonly APPLE = "pi pi-apple";
|
931
|
+
static readonly ARROWS_ALT = "pi pi-arrows-alt";
|
932
|
+
static readonly ARROW_CIRCLE_DOWN = "pi pi-arrow-circle-down";
|
933
|
+
static readonly ARROW_CIRCLE_LEFT = "pi pi-arrow-circle-left";
|
934
|
+
static readonly ARROW_CIRCLE_RIGHT = "pi pi-arrow-circle-right";
|
935
|
+
static readonly ARROW_CIRCLE_UP = "pi pi-arrow-circle-up";
|
936
|
+
static readonly ARROW_DOWN = "pi pi-arrow-down";
|
937
|
+
static readonly ARROW_DOWN_LEFT = "pi pi-arrow-down-left";
|
938
|
+
static readonly ARROW_DOWN_LEFT_AND_ARROW_UP_RIGHT_TO_CENTER = "pi pi-arrow-down-left-and-arrow-up-right-to-center";
|
939
|
+
static readonly ARROW_DOWN_RIGHT = "pi pi-arrow-down-right";
|
940
|
+
static readonly ARROW_LEFT = "pi pi-arrow-left";
|
941
|
+
static readonly ARROW_RIGHT_ARROW_LEFT = "pi pi-arrow-right-arrow-left";
|
942
|
+
static readonly ARROW_RIGHT = "pi pi-arrow-right";
|
943
|
+
static readonly ARROW_UP = "pi pi-arrow-up";
|
944
|
+
static readonly ARROW_UP_LEFT = "pi pi-arrow-up-left";
|
945
|
+
static readonly ARROW_UP_RIGHT = "pi pi-arrow-up-right";
|
946
|
+
static readonly ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER = "pi pi-arrow-up-right-and-arrow-down-left-from-center";
|
947
|
+
static readonly ARROWS_H = "pi pi-arrows-h";
|
948
|
+
static readonly ARROWS_V = "pi pi-arrows-v";
|
949
|
+
static readonly ASTERISK = "pi pi-asterisk";
|
950
|
+
static readonly AT = "pi pi-at";
|
951
|
+
static readonly BACKWARD = "pi pi-backward";
|
952
|
+
static readonly BAN = "pi pi-ban";
|
953
|
+
static readonly BARCODE = "pi pi-barcode";
|
954
|
+
static readonly BARS = "pi pi-bars";
|
955
|
+
static readonly BELL = "pi pi-bell";
|
956
|
+
static readonly BELL_SLASH = "pi pi-bell-slash";
|
957
|
+
static readonly BITCOIN = "pi pi-bitcoin";
|
958
|
+
static readonly BOLT = "pi pi-bolt";
|
959
|
+
static readonly BOOK = "pi pi-book";
|
960
|
+
static readonly BOOKMARK = "pi pi-bookmark";
|
961
|
+
static readonly BOOKMARK_FILL = "pi pi-bookmark-fill";
|
962
|
+
static readonly BOX = "pi pi-box";
|
963
|
+
static readonly BRIEFCASE = "pi pi-briefcase";
|
964
|
+
static readonly BUILDING = "pi pi-building";
|
965
|
+
static readonly BUILDING_COLUMNS = "pi pi-building-columns";
|
966
|
+
static readonly BULLSEYE = "pi pi-bullseye";
|
967
|
+
static readonly CALCULATOR = "pi pi-calculator";
|
968
|
+
static readonly CALENDAR = "pi pi-calendar";
|
969
|
+
static readonly CALENDAR_CLOCK = "pi pi-calendar-clock";
|
970
|
+
static readonly CALENDAR_MINUS = "pi pi-calendar-minus";
|
971
|
+
static readonly CALENDAR_PLUS = "pi pi-calendar-plus";
|
972
|
+
static readonly CALENDAR_TIMES = "pi pi-calendar-times";
|
973
|
+
static readonly CAMERA = "pi pi-camera";
|
974
|
+
static readonly CAR = "pi pi-car";
|
975
|
+
static readonly CARET_DOWN = "pi pi-caret-down";
|
976
|
+
static readonly CARET_LEFT = "pi pi-caret-left";
|
977
|
+
static readonly CARET_RIGHT = "pi pi-caret-right";
|
978
|
+
static readonly CARET_UP = "pi pi-caret-up";
|
979
|
+
static readonly CART_ARROW_DOWN = "pi pi-cart-arrow-down";
|
980
|
+
static readonly CART_MINUS = "pi pi-cart-minus";
|
981
|
+
static readonly CART_PLUS = "pi pi-cart-plus";
|
982
|
+
static readonly CHART_BAR = "pi pi-chart-bar";
|
983
|
+
static readonly CHART_LINE = "pi pi-chart-line";
|
984
|
+
static readonly CHART_PIE = "pi pi-chart-pie";
|
985
|
+
static readonly CHART_SCATTER = "pi pi-chart-scatter";
|
986
|
+
static readonly CHECK = "pi pi-check";
|
987
|
+
static readonly CHECK_CIRCLE = "pi pi-check-circle";
|
988
|
+
static readonly CHECK_SQUARE = "pi pi-check-square";
|
989
|
+
static readonly CHEVRON_CIRCLE_DOWN = "pi pi-chevron-circle-down";
|
990
|
+
static readonly CHEVRON_CIRCLE_LEFT = "pi pi-chevron-circle-left";
|
991
|
+
static readonly CHEVRON_CIRCLE_RIGHT = "pi pi-chevron-circle-right";
|
992
|
+
static readonly CHEVRON_CIRCLE_UP = "pi pi-chevron-circle-up";
|
993
|
+
static readonly CHEVRON_DOWN = "pi pi-chevron-down";
|
994
|
+
static readonly CHEVRON_LEFT = "pi pi-chevron-left";
|
995
|
+
static readonly CHEVRON_RIGHT = "pi pi-chevron-right";
|
996
|
+
static readonly CHEVRON_UP = "pi pi-chevron-up";
|
997
|
+
static readonly CIRCLE = "pi pi-circle";
|
998
|
+
static readonly CIRCLE_FILL = "pi pi-circle-fill";
|
999
|
+
static readonly CLIPBOARD = "pi pi-clipboard";
|
1000
|
+
static readonly CLOCK = "pi pi-clock";
|
1001
|
+
static readonly CLONE = "pi pi-clone";
|
1002
|
+
static readonly CLOUD = "pi pi-cloud";
|
1003
|
+
static readonly CLOUD_DOWNLOAD = "pi pi-cloud-download";
|
1004
|
+
static readonly CLOUD_UPLOAD = "pi pi-cloud-upload";
|
1005
|
+
static readonly CODE = "pi pi-code";
|
1006
|
+
static readonly COG = "pi pi-cog";
|
1007
|
+
static readonly COMMENT = "pi pi-comment";
|
1008
|
+
static readonly COMMENTS = "pi pi-comments";
|
1009
|
+
static readonly COMPASS = "pi pi-compass";
|
1010
|
+
static readonly COPY = "pi pi-copy";
|
1011
|
+
static readonly CREDIT_CARD = "pi pi-credit-card";
|
1012
|
+
static readonly CROWN = "pi pi-crown";
|
1013
|
+
static readonly DATABASE = "pi pi-database";
|
1014
|
+
static readonly DESKTOP = "pi pi-desktop";
|
1015
|
+
static readonly DELETE_LEFT = "pi pi-delete-left";
|
1016
|
+
static readonly DIRECTIONS = "pi pi-directions";
|
1017
|
+
static readonly DIRECTIONS_ALT = "pi pi-directions-alt";
|
1018
|
+
static readonly DISCORD = "pi pi-discord";
|
1019
|
+
static readonly DOLLAR = "pi pi-dollar";
|
1020
|
+
static readonly DOWNLOAD = "pi pi-download";
|
1021
|
+
static readonly EJECT = "pi pi-eject";
|
1022
|
+
static readonly ELLIPSIS_H = "pi pi-ellipsis-h";
|
1023
|
+
static readonly ELLIPSIS_V = "pi pi-ellipsis-v";
|
1024
|
+
static readonly ENVELOPE = "pi pi-envelope";
|
1025
|
+
static readonly EQUALS = "pi pi-equals";
|
1026
|
+
static readonly ERASER = "pi pi-eraser";
|
1027
|
+
static readonly ETHEREUM = "pi pi-ethereum";
|
1028
|
+
static readonly EURO = "pi pi-euro";
|
1029
|
+
static readonly EXCLAMATION_CIRCLE = "pi pi-exclamation-circle";
|
1030
|
+
static readonly EXCLAMATION_TRIANGLE = "pi pi-exclamation-triangle";
|
1031
|
+
static readonly EXPAND = "pi pi-expand";
|
1032
|
+
static readonly EXTERNAL_LINK = "pi pi-external-link";
|
1033
|
+
static readonly EYE = "pi pi-eye";
|
1034
|
+
static readonly EYE_SLASH = "pi pi-eye-slash";
|
1035
|
+
static readonly FACE_SMILE = "pi pi-face-smile";
|
1036
|
+
static readonly FACEBOOK = "pi pi-facebook";
|
1037
|
+
static readonly FAST_BACKWARD = "pi pi-fast-backward";
|
1038
|
+
static readonly FAST_FORWARD = "pi pi-fast-forward";
|
1039
|
+
static readonly FILE = "pi pi-file";
|
1040
|
+
static readonly FILE_ARROW_UP = "pi pi-file-arrow-up";
|
1041
|
+
static readonly FILE_CHECK = "pi pi-file-check";
|
1042
|
+
static readonly FILE_EDIT = "pi pi-file-edit";
|
1043
|
+
static readonly FILE_IMPORT = "pi pi-file-import";
|
1044
|
+
static readonly FILE_PDF = "pi pi-file-pdf";
|
1045
|
+
static readonly FILE_PLUS = "pi pi-file-plus";
|
1046
|
+
static readonly FILE_EXCEL = "pi pi-file-excel";
|
1047
|
+
static readonly FILE_EXPORT = "pi pi-file-export";
|
1048
|
+
static readonly FILE_WORD = "pi pi-file-word";
|
1049
|
+
static readonly FILTER = "pi pi-filter";
|
1050
|
+
static readonly FILTER_FILL = "pi pi-filter-fill";
|
1051
|
+
static readonly FILTER_SLASH = "pi pi-filter-slash";
|
1052
|
+
static readonly FLAG = "pi pi-flag";
|
1053
|
+
static readonly FLAG_FILL = "pi pi-flag-fill";
|
1054
|
+
static readonly FOLDER = "pi pi-folder";
|
1055
|
+
static readonly FOLDER_OPEN = "pi pi-folder-open";
|
1056
|
+
static readonly FOLDER_PLUS = "pi pi-folder-plus";
|
1057
|
+
static readonly FORWARD = "pi pi-forward";
|
1058
|
+
static readonly GAUGE = "pi pi-gauge";
|
1059
|
+
static readonly GIFT = "pi pi-gift";
|
1060
|
+
static readonly GITHUB = "pi pi-github";
|
1061
|
+
static readonly GLOBE = "pi pi-globe";
|
1062
|
+
static readonly GOOGLE = "pi pi-google";
|
1063
|
+
static readonly GRADUATION_CAP = "pi pi-graduation-cap";
|
1064
|
+
static readonly HAMMER = "pi pi-hammer";
|
1065
|
+
static readonly HASHTAG = "pi pi-hashtag";
|
1066
|
+
static readonly HEADPHONES = "pi pi-headphones";
|
1067
|
+
static readonly HEART = "pi pi-heart";
|
1068
|
+
static readonly HEART_FILL = "pi pi-heart-fill";
|
1069
|
+
static readonly HISTORY = "pi pi-history";
|
1070
|
+
static readonly HOME = "pi pi-home";
|
1071
|
+
static readonly HOURGLASS = "pi pi-hourglass";
|
1072
|
+
static readonly ID_CARD = "pi pi-id-card";
|
1073
|
+
static readonly IMAGE = "pi pi-image";
|
1074
|
+
static readonly IMAGES = "pi pi-images";
|
1075
|
+
static readonly INBOX = "pi pi-inbox";
|
1076
|
+
static readonly INDIAN_RUPEE = "pi pi-indian-rupee";
|
1077
|
+
static readonly INFO = "pi pi-info";
|
1078
|
+
static readonly INFO_CIRCLE = "pi pi-info-circle";
|
1079
|
+
static readonly INSTAGRAM = "pi pi-instagram";
|
1080
|
+
static readonly KEY = "pi pi-key";
|
1081
|
+
static readonly LANGUAGE = "pi pi-language";
|
1082
|
+
static readonly LIGHTBULB = "pi pi-lightbulb";
|
1083
|
+
static readonly LINK = "pi pi-link";
|
1084
|
+
static readonly LINKEDIN = "pi pi-linkedin";
|
1085
|
+
static readonly LIST = "pi pi-list";
|
1086
|
+
static readonly LIST_CHECK = "pi pi-list-check";
|
1087
|
+
static readonly LOCK = "pi pi-lock";
|
1088
|
+
static readonly LOCK_OPEN = "pi pi-lock-open";
|
1089
|
+
static readonly MAP = "pi pi-map";
|
1090
|
+
static readonly MAP_MARKER = "pi pi-map-marker";
|
1091
|
+
static readonly MARS = "pi pi-mars";
|
1092
|
+
static readonly MEGAPHONE = "pi pi-megaphone";
|
1093
|
+
static readonly MICROCHIP = "pi pi-microchip";
|
1094
|
+
static readonly MICROCHIP_AI = "pi pi-microchip-ai";
|
1095
|
+
static readonly MICROPHONE = "pi pi-microphone";
|
1096
|
+
static readonly MICROSOFT = "pi pi-microsoft";
|
1097
|
+
static readonly MINUS = "pi pi-minus";
|
1098
|
+
static readonly MINUS_CIRCLE = "pi pi-minus-circle";
|
1099
|
+
static readonly MOBILE = "pi pi-mobile";
|
1100
|
+
static readonly MONEY_BILL = "pi pi-money-bill";
|
1101
|
+
static readonly MOON = "pi pi-moon";
|
1102
|
+
static readonly OBJECTS_COLUMN = "pi pi-objects-column";
|
1103
|
+
static readonly PALETTE = "pi pi-palette";
|
1104
|
+
static readonly PAPERCLIP = "pi pi-paperclip";
|
1105
|
+
static readonly PAUSE = "pi pi-pause";
|
1106
|
+
static readonly PAUSE_CIRCLE = "pi pi-pause-circle";
|
1107
|
+
static readonly PAYPAL = "pi pi-paypal";
|
1108
|
+
static readonly PEN_TO_SQUARE = "pi pi-pen-to-square";
|
1109
|
+
static readonly PENCIL = "pi pi-pencil";
|
1110
|
+
static readonly PERCENTAGE = "pi pi-percentage";
|
1111
|
+
static readonly PHONE = "pi pi-phone";
|
1112
|
+
static readonly PINTEREST = "pi pi-pinterest";
|
1113
|
+
static readonly PLAY = "pi pi-play";
|
1114
|
+
static readonly PLAY_CIRCLE = "pi pi-play-circle";
|
1115
|
+
static readonly PLUS = "pi pi-plus";
|
1116
|
+
static readonly PLUS_CIRCLE = "pi pi-plus-circle";
|
1117
|
+
static readonly POUND = "pi pi-pound";
|
1118
|
+
static readonly POWER_OFF = "pi pi-power-off";
|
1119
|
+
static readonly PRIME = "pi pi-prime";
|
1120
|
+
static readonly PRINT = "pi pi-print";
|
1121
|
+
static readonly QRCODE = "pi pi-qrcode";
|
1122
|
+
static readonly QUESTION = "pi pi-question";
|
1123
|
+
static readonly QUESTION_CIRCLE = "pi pi-question-circle";
|
1124
|
+
static readonly RECEIPT = "pi pi-receipt";
|
1125
|
+
static readonly REDDIT = "pi pi-reddit";
|
1126
|
+
static readonly REFRESH = "pi pi-refresh";
|
1127
|
+
static readonly REPLAY = "pi pi-replay";
|
1128
|
+
static readonly REPLY = "pi pi-reply";
|
1129
|
+
static readonly SAVE = "pi pi-save";
|
1130
|
+
static readonly SEARCH = "pi pi-search";
|
1131
|
+
static readonly SEARCH_MINUS = "pi pi-search-minus";
|
1132
|
+
static readonly SEARCH_PLUS = "pi pi-search-plus";
|
1133
|
+
static readonly SEND = "pi pi-send";
|
1134
|
+
static readonly SERVER = "pi pi-server";
|
1135
|
+
static readonly SHARE_ALT = "pi pi-share-alt";
|
1136
|
+
static readonly SHIELD = "pi pi-shield";
|
1137
|
+
static readonly SHOP = "pi pi-shop";
|
1138
|
+
static readonly SHOPPING_BAG = "pi pi-shopping-bag";
|
1139
|
+
static readonly SHOPPING_CART = "pi pi-shopping-cart";
|
1140
|
+
static readonly SIGN_IN = "pi pi-sign-in";
|
1141
|
+
static readonly SIGN_OUT = "pi pi-sign-out";
|
1142
|
+
static readonly SITEMAP = "pi pi-sitemap";
|
1143
|
+
static readonly SLACK = "pi pi-slack";
|
1144
|
+
static readonly SLIDERS_H = "pi pi-sliders-h";
|
1145
|
+
static readonly SLIDERS_V = "pi pi-sliders-v";
|
1146
|
+
static readonly SORT = "pi pi-sort";
|
1147
|
+
static readonly SORT_ALPHA_DOWN = "pi pi-sort-alpha-down";
|
1148
|
+
static readonly SORT_ALPHA_DOWN_ALT = "pi pi-sort-alpha-down-alt";
|
1149
|
+
static readonly SORT_ALPHA_UP = "pi pi-sort-alpha-up";
|
1150
|
+
static readonly SORT_ALPHA_UP_ALT = "pi pi-sort-alpha-up-alt";
|
1151
|
+
static readonly SORT_ALT = "pi pi-sort-alt";
|
1152
|
+
static readonly SORT_ALT_SLASH = "pi pi-sort-alt-slash";
|
1153
|
+
static readonly SORT_AMOUNT_DOWN = "pi pi-sort-amount-down";
|
1154
|
+
static readonly SORT_AMOUNT_DOWN_ALT = "pi pi-sort-amount-down-alt";
|
1155
|
+
static readonly SORT_AMOUNT_UP = "pi pi-sort-amount-up";
|
1156
|
+
static readonly SORT_AMOUNT_UP_ALT = "pi pi-sort-amount-up-alt";
|
1157
|
+
static readonly SORT_DOWN = "pi pi-sort-down";
|
1158
|
+
static readonly SORT_DOWN_FILL = "pi pi-sort-down-fill";
|
1159
|
+
static readonly SORT_NUMERIC_DOWN = "pi pi-sort-numeric-down";
|
1160
|
+
static readonly SORT_NUMERIC_DOWN_ALT = "pi pi-sort-numeric-down-alt";
|
1161
|
+
static readonly SORT_NUMERIC_UP = "pi pi-sort-numeric-up";
|
1162
|
+
static readonly SORT_NUMERIC_UP_ALT = "pi pi-sort-numeric-up-alt";
|
1163
|
+
static readonly SORT_UP = "pi pi-sort-up";
|
1164
|
+
static readonly SORT_UP_FILL = "pi pi-sort-up-fill";
|
1165
|
+
static readonly SPARKLES = "pi pi-sparkles";
|
1166
|
+
static readonly SPINNER = "pi pi-spinner";
|
1167
|
+
static readonly SPINNER_DOTTED = "pi pi-spinner-dotted";
|
1168
|
+
static readonly STAR = "pi pi-star";
|
1169
|
+
static readonly STAR_FILL = "pi pi-star-fill";
|
1170
|
+
static readonly STAR_HALF = "pi pi-star-half";
|
1171
|
+
static readonly STAR_HALF_FILL = "pi pi-star-half-fill";
|
1172
|
+
static readonly STEP_BACKWARD = "pi pi-step-backward";
|
1173
|
+
static readonly STEP_BACKWARD_ALT = "pi pi-step-backward-alt";
|
1174
|
+
static readonly STEP_FORWARD = "pi pi-step-forward";
|
1175
|
+
static readonly STEP_FORWARD_ALT = "pi pi-step-forward-alt";
|
1176
|
+
static readonly STOP = "pi pi-stop";
|
1177
|
+
static readonly STOP_CIRCLE = "pi pi-stop-circle";
|
1178
|
+
static readonly STOPWATCH = "pi pi-stopwatch";
|
1179
|
+
static readonly SUN = "pi pi-sun";
|
1180
|
+
static readonly SYNC = "pi pi-sync";
|
1181
|
+
static readonly TABLE = "pi pi-table";
|
1182
|
+
static readonly TABLET = "pi pi-tablet";
|
1183
|
+
static readonly TAG = "pi pi-tag";
|
1184
|
+
static readonly TAGS = "pi pi-tags";
|
1185
|
+
static readonly TELEGRAM = "pi pi-telegram";
|
1186
|
+
static readonly TH_LARGE = "pi pi-th-large";
|
1187
|
+
static readonly THUMBS_DOWN = "pi pi-thumbs-down";
|
1188
|
+
static readonly THUMBS_DOWN_FILL = "pi pi-thumbs-down-fill";
|
1189
|
+
static readonly THUMBS_UP = "pi pi-thumbs-up";
|
1190
|
+
static readonly THUMBS_UP_FILL = "pi pi-thumbs-up-fill";
|
1191
|
+
static readonly THUMBTACK = "pi pi-thumbtack";
|
1192
|
+
static readonly TICKET = "pi pi-ticket";
|
1193
|
+
static readonly TIKTOK = "pi pi-tiktok";
|
1194
|
+
static readonly TIMES = "pi pi-times";
|
1195
|
+
static readonly TIMES_CIRCLE = "pi pi-times-circle";
|
1196
|
+
static readonly TRASH = "pi pi-trash";
|
1197
|
+
static readonly TROPHY = "pi pi-trophy";
|
1198
|
+
static readonly TRUCK = "pi pi-truck";
|
1199
|
+
static readonly TURKISH_LIRA = "pi pi-turkish-lira";
|
1200
|
+
static readonly TWITCH = "pi pi-twitch";
|
1201
|
+
static readonly TWITTER = "pi pi-twitter";
|
1202
|
+
static readonly UNDO = "pi pi-undo";
|
1203
|
+
static readonly UNLOCK = "pi pi-unlock";
|
1204
|
+
static readonly UPLOAD = "pi pi-upload";
|
1205
|
+
static readonly USER = "pi pi-user";
|
1206
|
+
static readonly USER_EDIT = "pi pi-user-edit";
|
1207
|
+
static readonly USER_MINUS = "pi pi-user-minus";
|
1208
|
+
static readonly USER_PLUS = "pi pi-user-plus";
|
1209
|
+
static readonly USERS = "pi pi-users";
|
1210
|
+
static readonly VENUS = "pi pi-venus";
|
1211
|
+
static readonly VERIFIED = "pi pi-verified";
|
1212
|
+
static readonly VIDEO = "pi pi-video";
|
1213
|
+
static readonly VIMEO = "pi pi-vimeo";
|
1214
|
+
static readonly VOLUME_DOWN = "pi pi-volume-down";
|
1215
|
+
static readonly VOLUME_OFF = "pi pi-volume-off";
|
1216
|
+
static readonly VOLUME_UP = "pi pi-volume-up";
|
1217
|
+
static readonly WALLET = "pi pi-wallet";
|
1218
|
+
static readonly WAREHOUSE = "pi pi-warehouse";
|
1219
|
+
static readonly WAVE_PULSE = "pi pi-wave-pulse";
|
1220
|
+
static readonly WHATSAPP = "pi pi-whatsapp";
|
1221
|
+
static readonly WIFI = "pi pi-wifi";
|
1222
|
+
static readonly WINDOW_MAXIMIZE = "pi pi-window-maximize";
|
1223
|
+
static readonly WINDOW_MINIMIZE = "pi pi-window-minimize";
|
1224
|
+
static readonly WRENCH = "pi pi-wrench";
|
1225
|
+
static readonly YOUTUBE = "pi pi-youtube";
|
1226
|
+
}
|
1227
|
+
|
1228
|
+
/**
|
1229
|
+
* Options for the scroller.
|
1230
|
+
* @group Interface
|
1231
|
+
*/
|
1232
|
+
interface ScrollerOptions {
|
1233
|
+
/**
|
1234
|
+
* Unique identifier of the element.
|
1235
|
+
*/
|
1236
|
+
id?: string | undefined;
|
1237
|
+
/**
|
1238
|
+
* Inline style of the component.
|
1239
|
+
*/
|
1240
|
+
style?: {
|
1241
|
+
[klass: string]: any;
|
1242
|
+
} | null | undefined;
|
1243
|
+
/**
|
1244
|
+
* Style class of the element.
|
1245
|
+
*/
|
1246
|
+
styleClass?: string | undefined;
|
1247
|
+
/**
|
1248
|
+
* Inline style of the content.
|
1249
|
+
*/
|
1250
|
+
contentStyle?: {
|
1251
|
+
[klass: string]: any;
|
1252
|
+
} | null | undefined;
|
1253
|
+
/**
|
1254
|
+
* Style class of the content.
|
1255
|
+
*/
|
1256
|
+
contentStyleClass?: string | undefined;
|
1257
|
+
/**
|
1258
|
+
* Index of the element in tabbing order.
|
1259
|
+
*/
|
1260
|
+
tabindex?: number | undefined;
|
1261
|
+
/**
|
1262
|
+
* An array of objects to display.
|
1263
|
+
*/
|
1264
|
+
items?: any[];
|
1265
|
+
/**
|
1266
|
+
* The height/width of item according to orientation.
|
1267
|
+
*/
|
1268
|
+
itemSize?: any;
|
1269
|
+
/**
|
1270
|
+
* Height of the scroll viewport.
|
1271
|
+
*/
|
1272
|
+
scrollHeight?: string | undefined;
|
1273
|
+
/**
|
1274
|
+
* Width of the scroll viewport.
|
1275
|
+
*/
|
1276
|
+
scrollWidth?: string | undefined;
|
1277
|
+
/**
|
1278
|
+
* The orientation of scrollbar.
|
1279
|
+
*/
|
1280
|
+
orientation?: 'vertical' | 'horizontal' | 'both';
|
1281
|
+
/**
|
1282
|
+
* Used to specify how many items to load in each load method in lazy mode.
|
1283
|
+
*/
|
1284
|
+
step?: number | undefined;
|
1285
|
+
/**
|
1286
|
+
* Delay in scroll before new data is loaded.
|
1287
|
+
*/
|
1288
|
+
delay?: number | undefined;
|
1289
|
+
/**
|
1290
|
+
* Delay after window's resize finishes.
|
1291
|
+
*/
|
1292
|
+
resizeDelay?: number | undefined;
|
1293
|
+
/**
|
1294
|
+
* 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.
|
1295
|
+
*/
|
1296
|
+
appendOnly?: boolean;
|
1297
|
+
/**
|
1298
|
+
* Specifies whether the scroller should be displayed inline or not.
|
1299
|
+
*/
|
1300
|
+
inline?: boolean;
|
1301
|
+
/**
|
1302
|
+
* Defines if data is loaded and interacted with in lazy manner.
|
1303
|
+
*/
|
1304
|
+
lazy?: boolean;
|
1305
|
+
/**
|
1306
|
+
* If disabled, the scroller feature is eliminated and the content is displayed directly.
|
1307
|
+
*/
|
1308
|
+
disabled?: boolean;
|
1309
|
+
/**
|
1310
|
+
* Used to implement a custom loader instead of using the loader feature in the scroller.
|
1311
|
+
*/
|
1312
|
+
loaderDisabled?: boolean;
|
1313
|
+
/**
|
1314
|
+
* Columns to display.
|
1315
|
+
*/
|
1316
|
+
columns?: any[] | undefined;
|
1317
|
+
/**
|
1318
|
+
* Used to implement a custom spacer instead of using the spacer feature in the scroller.
|
1319
|
+
*/
|
1320
|
+
showSpacer?: boolean;
|
1321
|
+
/**
|
1322
|
+
* Defines whether to show loader.
|
1323
|
+
*/
|
1324
|
+
showLoader?: boolean;
|
1325
|
+
/**
|
1326
|
+
* 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.
|
1327
|
+
*/
|
1328
|
+
numToleratedItems?: any;
|
1329
|
+
/**
|
1330
|
+
* Defines whether the data is loaded.
|
1331
|
+
*/
|
1332
|
+
loading?: boolean;
|
1333
|
+
/**
|
1334
|
+
* Defines whether to dynamically change the height or width of scrollable container.
|
1335
|
+
*/
|
1336
|
+
autoSize?: boolean;
|
1337
|
+
/**
|
1338
|
+
* Function to optimize the dom operations by delegating to ngForTrackBy, default algoritm checks for object identity.
|
1339
|
+
*/
|
1340
|
+
trackBy?: Function;
|
1341
|
+
/**
|
1342
|
+
* Callback to invoke in lazy mode to load new data.
|
1343
|
+
*/
|
1344
|
+
onLazyLoad?: Function | undefined;
|
1345
|
+
/**
|
1346
|
+
* Callback to invoke when scroll position changes.
|
1347
|
+
*/
|
1348
|
+
onScroll?: Function | undefined;
|
1349
|
+
/**
|
1350
|
+
* Callback to invoke when scroll position and item's range in view changes.
|
1351
|
+
*/
|
1352
|
+
onScrollIndexChange?: Function | undefined;
|
1353
|
+
}
|
1354
|
+
|
1355
|
+
/**
|
1356
|
+
* Represents an option item.
|
1357
|
+
* @group Interface
|
1358
|
+
*/
|
1359
|
+
interface SelectItem<T = any> {
|
1360
|
+
label?: string;
|
1361
|
+
value: T;
|
1362
|
+
styleClass?: string;
|
1363
|
+
icon?: string;
|
1364
|
+
title?: string;
|
1365
|
+
disabled?: boolean;
|
1366
|
+
}
|
1367
|
+
|
1368
|
+
/**
|
1369
|
+
* Represents a group of select items.
|
1370
|
+
* @group Interface
|
1371
|
+
*/
|
1372
|
+
interface SelectItemGroup<T = any> {
|
1373
|
+
label: string;
|
1374
|
+
value?: any;
|
1375
|
+
items: SelectItem<T>[];
|
1376
|
+
}
|
1377
|
+
|
1378
|
+
declare class Header {
|
1379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Header, never>;
|
1380
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Header, "p-header", never, {}, {}, never, ["*"], false, never>;
|
1381
|
+
}
|
1382
|
+
declare class Footer {
|
1383
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Footer, never>;
|
1384
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<Footer, "p-footer", never, {}, {}, never, ["*"], false, never>;
|
1385
|
+
}
|
1386
|
+
declare class PrimeTemplate {
|
1387
|
+
template: TemplateRef<any>;
|
1388
|
+
type: string | undefined;
|
1389
|
+
name: string | undefined;
|
1390
|
+
constructor(template: TemplateRef<any>);
|
1391
|
+
getType(): string;
|
1392
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PrimeTemplate, never>;
|
1393
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PrimeTemplate, "[pTemplate]", never, { "type": { "alias": "type"; "required": false; }; "name": { "alias": "pTemplate"; "required": false; }; }, {}, never, never, true, never>;
|
1394
|
+
}
|
1395
|
+
declare class SharedModule {
|
1396
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
1397
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof Header, typeof Footer], [typeof i1.CommonModule, typeof PrimeTemplate], [typeof Header, typeof Footer, typeof PrimeTemplate]>;
|
1398
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
1399
|
+
}
|
1400
|
+
|
1401
|
+
/**
|
1402
|
+
* Represents an event triggered when sorting is applied.
|
1403
|
+
* @group Interface
|
1404
|
+
*/
|
1405
|
+
interface SortEvent {
|
1406
|
+
data?: any[];
|
1407
|
+
mode?: string;
|
1408
|
+
field?: string;
|
1409
|
+
order?: number;
|
1410
|
+
multiSortMeta?: SortMeta[];
|
1411
|
+
}
|
1412
|
+
|
1413
|
+
/**
|
1414
|
+
* Represents the state of a table component.
|
1415
|
+
* @group Interface
|
1416
|
+
*/
|
1417
|
+
interface TableState {
|
1418
|
+
/**
|
1419
|
+
* The index of the first row to be displayed.
|
1420
|
+
*/
|
1421
|
+
first?: number;
|
1422
|
+
/**
|
1423
|
+
* The number of rows to be displayed per page.
|
1424
|
+
*/
|
1425
|
+
rows?: number;
|
1426
|
+
/**
|
1427
|
+
* The field used for sorting.
|
1428
|
+
*/
|
1429
|
+
sortField?: string;
|
1430
|
+
/**
|
1431
|
+
* The sort order.
|
1432
|
+
*/
|
1433
|
+
sortOrder?: number;
|
1434
|
+
/**
|
1435
|
+
* An array of sort metadata when multiple sorting is applied.
|
1436
|
+
*/
|
1437
|
+
multiSortMeta?: SortMeta[];
|
1438
|
+
/**
|
1439
|
+
* The filters to be applied to the table.
|
1440
|
+
*/
|
1441
|
+
filters?: {
|
1442
|
+
[s: string]: FilterMetadata | FilterMetadata[];
|
1443
|
+
};
|
1444
|
+
/**
|
1445
|
+
* The column widths for the table.
|
1446
|
+
*/
|
1447
|
+
columnWidths?: string;
|
1448
|
+
/**
|
1449
|
+
* The width of the table.
|
1450
|
+
*/
|
1451
|
+
tableWidth?: string;
|
1452
|
+
/**
|
1453
|
+
* The width of the wrapper element containing the table.
|
1454
|
+
*/
|
1455
|
+
wrapperWidth?: string;
|
1456
|
+
/**
|
1457
|
+
* The selected item(s) in the table.
|
1458
|
+
*/
|
1459
|
+
selection?: any;
|
1460
|
+
/**
|
1461
|
+
* The order of the columns in the table.
|
1462
|
+
*/
|
1463
|
+
columnOrder?: string[];
|
1464
|
+
/**
|
1465
|
+
* The keys of the expanded rows in the table.
|
1466
|
+
*/
|
1467
|
+
expandedRowKeys?: {
|
1468
|
+
[s: string]: boolean;
|
1469
|
+
};
|
1470
|
+
}
|
1471
|
+
|
1472
|
+
/**
|
1473
|
+
* Represents a set of translated strings used in a component or application.
|
1474
|
+
* @group Interface
|
1475
|
+
*/
|
1476
|
+
interface Translation {
|
1477
|
+
startsWith?: string;
|
1478
|
+
contains?: string;
|
1479
|
+
notContains?: string;
|
1480
|
+
endsWith?: string;
|
1481
|
+
equals?: string;
|
1482
|
+
completed?: string;
|
1483
|
+
notEquals?: string;
|
1484
|
+
noFilter?: string;
|
1485
|
+
lt?: string;
|
1486
|
+
lte?: string;
|
1487
|
+
gt?: string;
|
1488
|
+
gte?: string;
|
1489
|
+
is?: string;
|
1490
|
+
isNot?: string;
|
1491
|
+
before?: string;
|
1492
|
+
after?: string;
|
1493
|
+
dateIs?: string;
|
1494
|
+
dateIsNot?: string;
|
1495
|
+
dateBefore?: string;
|
1496
|
+
dateAfter?: string;
|
1497
|
+
clear?: string;
|
1498
|
+
apply?: string;
|
1499
|
+
matchAll?: string;
|
1500
|
+
matchAny?: string;
|
1501
|
+
addRule?: string;
|
1502
|
+
removeRule?: string;
|
1503
|
+
accept?: string;
|
1504
|
+
reject?: string;
|
1505
|
+
choose?: string;
|
1506
|
+
upload?: string;
|
1507
|
+
cancel?: string;
|
1508
|
+
fileSizeTypes?: string[];
|
1509
|
+
dayNames?: string[];
|
1510
|
+
dayNamesShort?: string[];
|
1511
|
+
dayNamesMin?: string[];
|
1512
|
+
monthNames?: string[];
|
1513
|
+
monthNamesShort?: string[];
|
1514
|
+
dateFormat?: string;
|
1515
|
+
firstDayOfWeek?: number;
|
1516
|
+
today?: string;
|
1517
|
+
weekHeader?: string;
|
1518
|
+
weak?: string;
|
1519
|
+
medium?: string;
|
1520
|
+
strong?: string;
|
1521
|
+
passwordPrompt?: string;
|
1522
|
+
emptyMessage?: string;
|
1523
|
+
emptyFilterMessage?: string;
|
1524
|
+
fileChosenMessage?: string;
|
1525
|
+
noFileChosenMessage?: string;
|
1526
|
+
pending?: string;
|
1527
|
+
chooseYear?: string;
|
1528
|
+
chooseMonth?: string;
|
1529
|
+
chooseDate?: string;
|
1530
|
+
prevDecade?: string;
|
1531
|
+
nextDecade?: string;
|
1532
|
+
prevYear?: string;
|
1533
|
+
nextYear?: string;
|
1534
|
+
prevMonth?: string;
|
1535
|
+
nextMonth?: string;
|
1536
|
+
prevHour?: string;
|
1537
|
+
nextHour?: string;
|
1538
|
+
prevMinute?: string;
|
1539
|
+
nextMinute?: string;
|
1540
|
+
prevSecond?: string;
|
1541
|
+
nextSecond?: string;
|
1542
|
+
am?: string;
|
1543
|
+
pm?: string;
|
1544
|
+
searchMessage?: string;
|
1545
|
+
selectionMessage?: string;
|
1546
|
+
emptySelectionMessage?: string;
|
1547
|
+
emptySearchMessage?: string;
|
1548
|
+
aria?: Aria;
|
1549
|
+
}
|
1550
|
+
/**
|
1551
|
+
* Represents a set of translated HTML attributes used in a component or application.
|
1552
|
+
* @group Interface
|
1553
|
+
*/
|
1554
|
+
interface Aria {
|
1555
|
+
trueLabel?: string;
|
1556
|
+
falseLabel?: string;
|
1557
|
+
nullLabel?: string;
|
1558
|
+
star?: string;
|
1559
|
+
stars?: string;
|
1560
|
+
selectAll?: string;
|
1561
|
+
unselectAll?: string;
|
1562
|
+
close?: string;
|
1563
|
+
previous?: string;
|
1564
|
+
next?: string;
|
1565
|
+
navigation?: string;
|
1566
|
+
scrollTop?: string;
|
1567
|
+
moveTop?: string;
|
1568
|
+
moveUp?: string;
|
1569
|
+
moveDown?: string;
|
1570
|
+
moveBottom?: string;
|
1571
|
+
moveToTarget?: string;
|
1572
|
+
moveToSource?: string;
|
1573
|
+
moveAllToTarget?: string;
|
1574
|
+
moveAllToSource?: string;
|
1575
|
+
pageLabel?: string;
|
1576
|
+
firstPageLabel?: string;
|
1577
|
+
lastPageLabel?: string;
|
1578
|
+
nextPageLabel?: string;
|
1579
|
+
prevPageLabel?: string;
|
1580
|
+
rowsPerPageLabel?: string;
|
1581
|
+
previousPageLabel?: string;
|
1582
|
+
jumpToPageDropdownLabel?: string;
|
1583
|
+
jumpToPageInputLabel?: string;
|
1584
|
+
selectRow?: string;
|
1585
|
+
unselectRow?: string;
|
1586
|
+
expandRow?: string;
|
1587
|
+
collapseRow?: string;
|
1588
|
+
showFilterMenu?: string;
|
1589
|
+
hideFilterMenu?: string;
|
1590
|
+
filterOperator?: string;
|
1591
|
+
filterConstraint?: string;
|
1592
|
+
editRow?: string;
|
1593
|
+
saveEdit?: string;
|
1594
|
+
cancelEdit?: string;
|
1595
|
+
listView?: string;
|
1596
|
+
gridView?: string;
|
1597
|
+
slide?: string;
|
1598
|
+
slideNumber?: string;
|
1599
|
+
zoomImage?: string;
|
1600
|
+
zoomIn?: string;
|
1601
|
+
zoomOut?: string;
|
1602
|
+
rotateRight?: string;
|
1603
|
+
rotateLeft?: string;
|
1604
|
+
listLabel?: string;
|
1605
|
+
selectColor?: string;
|
1606
|
+
removeLabel?: string;
|
1607
|
+
browseFiles?: string;
|
1608
|
+
maximizeLabel?: string;
|
1609
|
+
}
|
1610
|
+
|
1611
|
+
declare class TranslationKeys {
|
1612
|
+
static readonly STARTS_WITH = "startsWith";
|
1613
|
+
static readonly CONTAINS = "contains";
|
1614
|
+
static readonly NOT_CONTAINS = "notContains";
|
1615
|
+
static readonly ENDS_WITH = "endsWith";
|
1616
|
+
static readonly EQUALS = "equals";
|
1617
|
+
static readonly NOT_EQUALS = "notEquals";
|
1618
|
+
static readonly NO_FILTER = "noFilter";
|
1619
|
+
static readonly LT = "lt";
|
1620
|
+
static readonly LTE = "lte";
|
1621
|
+
static readonly GT = "gt";
|
1622
|
+
static readonly GTE = "gte";
|
1623
|
+
static readonly IS = "is";
|
1624
|
+
static readonly IS_NOT = "isNot";
|
1625
|
+
static readonly BEFORE = "before";
|
1626
|
+
static readonly AFTER = "after";
|
1627
|
+
static readonly CLEAR = "clear";
|
1628
|
+
static readonly APPLY = "apply";
|
1629
|
+
static readonly MATCH_ALL = "matchAll";
|
1630
|
+
static readonly MATCH_ANY = "matchAny";
|
1631
|
+
static readonly ADD_RULE = "addRule";
|
1632
|
+
static readonly REMOVE_RULE = "removeRule";
|
1633
|
+
static readonly ACCEPT = "accept";
|
1634
|
+
static readonly REJECT = "reject";
|
1635
|
+
static readonly CHOOSE = "choose";
|
1636
|
+
static readonly UPLOAD = "upload";
|
1637
|
+
static readonly CANCEL = "cancel";
|
1638
|
+
static readonly PENDING = "pending";
|
1639
|
+
static readonly FILE_SIZE_TYPES = "fileSizeTypes";
|
1640
|
+
static readonly DAY_NAMES = "dayNames";
|
1641
|
+
static readonly DAY_NAMES_SHORT = "dayNamesShort";
|
1642
|
+
static readonly DAY_NAMES_MIN = "dayNamesMin";
|
1643
|
+
static readonly MONTH_NAMES = "monthNames";
|
1644
|
+
static readonly MONTH_NAMES_SHORT = "monthNamesShort";
|
1645
|
+
static readonly FIRST_DAY_OF_WEEK = "firstDayOfWeek";
|
1646
|
+
static readonly TODAY = "today";
|
1647
|
+
static readonly WEEK_HEADER = "weekHeader";
|
1648
|
+
static readonly WEAK = "weak";
|
1649
|
+
static readonly MEDIUM = "medium";
|
1650
|
+
static readonly STRONG = "strong";
|
1651
|
+
static readonly PASSWORD_PROMPT = "passwordPrompt";
|
1652
|
+
static readonly EMPTY_MESSAGE = "emptyMessage";
|
1653
|
+
static readonly EMPTY_FILTER_MESSAGE = "emptyFilterMessage";
|
1654
|
+
static readonly SHOW_FILTER_MENU = "showFilterMenu";
|
1655
|
+
static readonly HIDE_FILTER_MENU = "hideFilterMenu";
|
1656
|
+
static readonly SELECTION_MESSAGE = "selectionMessage";
|
1657
|
+
static readonly ARIA = "aria";
|
1658
|
+
static readonly SELECT_COLOR = "selectColor";
|
1659
|
+
static readonly BROWSE_FILES = "browseFiles";
|
1660
|
+
}
|
1661
|
+
|
1662
|
+
/**
|
1663
|
+
* Represents a node in a tree data structure.
|
1664
|
+
* @group Interface
|
1665
|
+
*/
|
1666
|
+
interface TreeNode<T = any> {
|
1667
|
+
checked?: boolean;
|
1668
|
+
/**
|
1669
|
+
* Label of the node.
|
1670
|
+
*/
|
1671
|
+
label?: string;
|
1672
|
+
/**
|
1673
|
+
* Data represented by the node.
|
1674
|
+
*/
|
1675
|
+
data?: T;
|
1676
|
+
/**
|
1677
|
+
* Icon of the node to display next to content.
|
1678
|
+
*/
|
1679
|
+
icon?: string;
|
1680
|
+
/**
|
1681
|
+
* Icon to use in expanded state.
|
1682
|
+
*/
|
1683
|
+
expandedIcon?: string;
|
1684
|
+
/**
|
1685
|
+
* Icon to use in collapsed state.
|
1686
|
+
*/
|
1687
|
+
collapsedIcon?: string;
|
1688
|
+
/**
|
1689
|
+
* An array of treenodes as children.
|
1690
|
+
*/
|
1691
|
+
children?: TreeNode<T>[];
|
1692
|
+
/**
|
1693
|
+
* Specifies if the node has children. Used in lazy loading.
|
1694
|
+
* @defaultValue false
|
1695
|
+
*/
|
1696
|
+
leaf?: boolean;
|
1697
|
+
/**
|
1698
|
+
* Expanded state of the node.
|
1699
|
+
* @defaultValue false
|
1700
|
+
*/
|
1701
|
+
expanded?: boolean;
|
1702
|
+
/**
|
1703
|
+
* Type of the node to match a template.
|
1704
|
+
*/
|
1705
|
+
type?: string;
|
1706
|
+
/**
|
1707
|
+
* Parent of the node.
|
1708
|
+
*/
|
1709
|
+
parent?: TreeNode<T>;
|
1710
|
+
/**
|
1711
|
+
* Defines if value is partially selected.
|
1712
|
+
*/
|
1713
|
+
partialSelected?: boolean;
|
1714
|
+
/**
|
1715
|
+
* Inline style of the node.
|
1716
|
+
*/
|
1717
|
+
style?: any;
|
1718
|
+
/**
|
1719
|
+
* Style class of the node.
|
1720
|
+
*/
|
1721
|
+
styleClass?: string;
|
1722
|
+
/**
|
1723
|
+
* Defines if the node is draggable.
|
1724
|
+
*/
|
1725
|
+
draggable?: boolean;
|
1726
|
+
/**
|
1727
|
+
* Defines if the node is droppable.
|
1728
|
+
*/
|
1729
|
+
droppable?: boolean;
|
1730
|
+
/**
|
1731
|
+
* Whether the node is selectable when selection mode is enabled.
|
1732
|
+
* @defaultValue false
|
1733
|
+
*/
|
1734
|
+
selectable?: boolean;
|
1735
|
+
/**
|
1736
|
+
* Mandatory unique key of the node.
|
1737
|
+
*/
|
1738
|
+
key?: string;
|
1739
|
+
/**
|
1740
|
+
* Mandatory unique key of the node.
|
1741
|
+
*/
|
1742
|
+
loading?: boolean;
|
1743
|
+
}
|
1744
|
+
|
1745
|
+
/**
|
1746
|
+
* Represents the event data for a tree node drag operation.
|
1747
|
+
* @group Interface
|
1748
|
+
*/
|
1749
|
+
interface TreeNodeDragEvent {
|
1750
|
+
/**
|
1751
|
+
* Tree instance.
|
1752
|
+
*/
|
1753
|
+
tree?: any;
|
1754
|
+
/**
|
1755
|
+
* Node to be dragged.
|
1756
|
+
*/
|
1757
|
+
node?: TreeNode<any>;
|
1758
|
+
/**
|
1759
|
+
* Child nodes of dragged node.
|
1760
|
+
*/
|
1761
|
+
subNodes?: TreeNode<any>[];
|
1762
|
+
/**
|
1763
|
+
* Index of dragged node.
|
1764
|
+
*/
|
1765
|
+
index?: number;
|
1766
|
+
/**
|
1767
|
+
* Scope of dragged node.
|
1768
|
+
*/
|
1769
|
+
scope?: any;
|
1770
|
+
}
|
1771
|
+
|
1772
|
+
declare class TreeDragDropService {
|
1773
|
+
private dragStartSource;
|
1774
|
+
private dragStopSource;
|
1775
|
+
dragStart$: rxjs.Observable<TreeNodeDragEvent>;
|
1776
|
+
dragStop$: rxjs.Observable<TreeNodeDragEvent>;
|
1777
|
+
startDrag(event: TreeNodeDragEvent): void;
|
1778
|
+
stopDrag(event: TreeNodeDragEvent): void;
|
1779
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TreeDragDropService, never>;
|
1780
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TreeDragDropService>;
|
1781
|
+
}
|
1782
|
+
|
1783
|
+
/**
|
1784
|
+
* Tree table node element.
|
1785
|
+
* @extends {TreeNode}
|
1786
|
+
* @group Interface
|
1787
|
+
*/
|
1788
|
+
interface TreeTableNode<T = any> extends TreeNode {
|
1789
|
+
/**
|
1790
|
+
* Browser event.
|
1791
|
+
*/
|
1792
|
+
originalEvent?: Event;
|
1793
|
+
/**
|
1794
|
+
* Row of the node.
|
1795
|
+
*/
|
1796
|
+
rowNode?: any;
|
1797
|
+
/**
|
1798
|
+
* Node instance.
|
1799
|
+
*/
|
1800
|
+
node?: TreeNode<T>;
|
1801
|
+
/**
|
1802
|
+
* Selection type.
|
1803
|
+
*/
|
1804
|
+
type?: string;
|
1805
|
+
/**
|
1806
|
+
* Node index.
|
1807
|
+
*/
|
1808
|
+
index?: number;
|
1809
|
+
/**
|
1810
|
+
* Node level.
|
1811
|
+
*/
|
1812
|
+
level?: number;
|
1813
|
+
/**
|
1814
|
+
* Boolean value indicates if node is in viewport.
|
1815
|
+
*/
|
1816
|
+
visible?: boolean;
|
1817
|
+
}
|
1818
|
+
|
1819
|
+
export { ConfirmEventType, ConfirmationService, ContextMenuService, FilterMatchMode, FilterOperator, FilterService, Footer, Header, MessageService, OverlayService, PrimeIcons, PrimeTemplate, SharedModule, TranslationKeys, TreeDragDropService };
|
1820
|
+
export type { Aria, BlockableUI, Confirmation, FilterMetadata, LazyLoadEvent, LazyLoadMeta, MegaMenuItem, MenuItem, MenuItemCommandEvent, OverlayListenerOptions, OverlayModeType, OverlayOnBeforeHideEvent, OverlayOnBeforeShowEvent, OverlayOnHideEvent, OverlayOnShowEvent, OverlayOptions, ResponsiveOverlayDirectionType, ResponsiveOverlayOptions, ScrollerOptions, SelectItem, SelectItemGroup, SortEvent, SortMeta, TableState, ToastMessageOptions, TooltipOptions, Translation, TreeNode, TreeNodeDragEvent, TreeTableNode };
|