primeng 19.1.3 → 20.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/accordion/index.d.ts +255 -3
- package/animateonscroll/index.d.ts +69 -3
- package/api/index.d.ts +1818 -3
- package/autocomplete/index.d.ts +922 -3
- package/autofocus/index.d.ts +29 -3
- package/avatar/index.d.ts +113 -3
- package/avatargroup/index.d.ts +58 -3
- package/badge/index.d.ts +154 -3
- package/base/index.d.ts +63 -5
- package/basecomponent/index.d.ts +54 -5
- package/baseeditableholder/index.d.ts +36 -0
- package/baseinput/index.d.ts +73 -0
- package/blockui/index.d.ts +112 -3
- package/breadcrumb/index.d.ts +177 -3
- package/button/index.d.ts +479 -3
- package/buttongroup/index.d.ts +41 -3
- package/card/index.d.ts +152 -3
- package/carousel/index.d.ts +441 -3
- package/cascadeselect/index.d.ts +725 -3
- package/chart/index.d.ts +125 -3
- package/checkbox/index.d.ts +244 -3
- package/chip/index.d.ts +163 -3
- package/colorpicker/index.d.ts +326 -3
- package/config/index.d.ts +89 -5
- package/confirmdialog/index.d.ts +356 -3
- package/confirmpopup/index.d.ts +216 -3
- package/contextmenu/index.d.ts +354 -3
- package/dataview/index.d.ts +537 -3
- package/datepicker/index.d.ts +1188 -3
- package/dialog/index.d.ts +528 -3
- package/divider/index.d.ts +112 -3
- package/dock/index.d.ts +199 -3
- package/dom/index.d.ts +107 -3
- package/dragdrop/index.d.ts +119 -3
- package/drawer/index.d.ts +307 -3
- package/dynamicdialog/index.d.ts +542 -3
- package/editor/index.d.ts +224 -3
- package/fesm2022/primeng-accordion.mjs +83 -737
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animateonscroll.mjs +10 -10
- package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +31 -31
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +562 -915
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +9 -18
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +25 -123
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-avatargroup.mjs +10 -10
- package/fesm2022/primeng-avatargroup.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +45 -154
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-base.mjs +9 -9
- package/fesm2022/primeng-base.mjs.map +1 -1
- package/fesm2022/primeng-basecomponent.mjs +20 -27
- package/fesm2022/primeng-basecomponent.mjs.map +1 -1
- package/fesm2022/primeng-baseeditableholder.mjs +49 -0
- package/fesm2022/primeng-baseeditableholder.mjs.map +1 -0
- package/fesm2022/primeng-baseinput.mjs +85 -0
- package/fesm2022/primeng-baseinput.mjs.map +1 -0
- package/fesm2022/primeng-blockui.mjs +47 -73
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +137 -213
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +71 -748
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +39 -96
- package/fesm2022/primeng-buttongroup.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +63 -84
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +162 -339
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +144 -451
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +59 -58
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +106 -276
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +27 -94
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +128 -315
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-config.mjs +14 -7
- package/fesm2022/primeng-config.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +22 -42
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +51 -160
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +84 -267
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +211 -253
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-datepicker.mjs +861 -1445
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +84 -337
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +34 -139
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +195 -315
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-dom.mjs +11 -1
- package/fesm2022/primeng-dom.mjs.map +1 -1
- package/fesm2022/primeng-dragdrop.mjs +10 -10
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-drawer.mjs +102 -258
- package/fesm2022/primeng-drawer.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +16 -16
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +113 -1075
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +44 -143
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +310 -286
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +23 -109
- package/fesm2022/primeng-floatlabel.mjs.map +1 -1
- package/fesm2022/primeng-fluid.mjs +13 -17
- package/fesm2022/primeng-fluid.mjs.map +1 -1
- package/fesm2022/primeng-focustrap.mjs +7 -7
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +119 -674
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +22 -66
- package/fesm2022/primeng-iconfield.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubledown.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleright.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleup.mjs.map +1 -1
- package/fesm2022/primeng-icons-angledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledown.mjs.map +1 -1
- package/fesm2022/primeng-icons-angleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angleleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-angleright.mjs +3 -3
- package/fesm2022/primeng-icons-angleright.mjs.map +1 -1
- package/fesm2022/primeng-icons-angleup.mjs +3 -3
- package/fesm2022/primeng-icons-angleup.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowright.mjs.map +1 -1
- package/fesm2022/primeng-icons-arrowup.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs.map +1 -1
- package/fesm2022/primeng-icons-ban.mjs +3 -3
- package/fesm2022/primeng-icons-ban.mjs.map +1 -1
- package/fesm2022/primeng-icons-bars.mjs +3 -3
- package/fesm2022/primeng-icons-bars.mjs.map +1 -1
- package/fesm2022/primeng-icons-baseicon.mjs +6 -6
- package/fesm2022/primeng-icons-baseicon.mjs.map +1 -1
- package/fesm2022/primeng-icons-blank.mjs +3 -3
- package/fesm2022/primeng-icons-blank.mjs.map +1 -1
- package/fesm2022/primeng-icons-calendar.mjs +3 -3
- package/fesm2022/primeng-icons-calendar.mjs.map +1 -1
- package/fesm2022/primeng-icons-caretleft.mjs +3 -3
- package/fesm2022/primeng-icons-caretleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-caretright.mjs +3 -3
- package/fesm2022/primeng-icons-caretright.mjs.map +1 -1
- package/fesm2022/primeng-icons-check.mjs +3 -3
- package/fesm2022/primeng-icons-check.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
- package/fesm2022/primeng-icons-chevrondown.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
- package/fesm2022/primeng-icons-chevronleft.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevronright.mjs +3 -3
- package/fesm2022/primeng-icons-chevronright.mjs.map +1 -1
- package/fesm2022/primeng-icons-chevronup.mjs +3 -3
- package/fesm2022/primeng-icons-chevronup.mjs.map +1 -1
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
- package/fesm2022/primeng-icons-exclamationtriangle.mjs.map +1 -1
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eye.mjs.map +1 -1
- package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-filter.mjs +3 -3
- package/fesm2022/primeng-icons-filter.mjs.map +1 -1
- package/fesm2022/primeng-icons-filterfill.mjs +37 -0
- package/fesm2022/primeng-icons-filterfill.mjs.map +1 -0
- package/fesm2022/primeng-icons-filterslash.mjs +3 -3
- package/fesm2022/primeng-icons-filterslash.mjs.map +1 -1
- package/fesm2022/primeng-icons-home.mjs +3 -3
- package/fesm2022/primeng-icons-home.mjs.map +1 -1
- package/fesm2022/primeng-icons-infocircle.mjs +3 -3
- package/fesm2022/primeng-icons-infocircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-minus.mjs.map +1 -1
- package/fesm2022/primeng-icons-pencil.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs.map +1 -1
- package/fesm2022/primeng-icons-plus.mjs +3 -3
- package/fesm2022/primeng-icons-plus.mjs.map +1 -1
- package/fesm2022/primeng-icons-refresh.mjs +3 -3
- package/fesm2022/primeng-icons-refresh.mjs.map +1 -1
- package/fesm2022/primeng-icons-search.mjs +3 -3
- package/fesm2022/primeng-icons-search.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchminus.mjs +3 -3
- package/fesm2022/primeng-icons-searchminus.mjs.map +1 -1
- package/fesm2022/primeng-icons-searchplus.mjs +3 -3
- package/fesm2022/primeng-icons-searchplus.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
- package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
- package/fesm2022/primeng-icons-spinner.mjs +3 -3
- package/fesm2022/primeng-icons-spinner.mjs.map +1 -1
- package/fesm2022/primeng-icons-star.mjs +3 -3
- package/fesm2022/primeng-icons-star.mjs.map +1 -1
- package/fesm2022/primeng-icons-starfill.mjs +3 -3
- package/fesm2022/primeng-icons-starfill.mjs.map +1 -1
- package/fesm2022/primeng-icons-thlarge.mjs +3 -3
- package/fesm2022/primeng-icons-thlarge.mjs.map +1 -1
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-times.mjs.map +1 -1
- package/fesm2022/primeng-icons-timescircle.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs.map +1 -1
- package/fesm2022/primeng-icons-trash.mjs +3 -3
- package/fesm2022/primeng-icons-trash.mjs.map +1 -1
- package/fesm2022/primeng-icons-undo.mjs +3 -3
- package/fesm2022/primeng-icons-undo.mjs.map +1 -1
- package/fesm2022/primeng-icons-upload.mjs +3 -3
- package/fesm2022/primeng-icons-upload.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
- package/fesm2022/primeng-icons-windowmaximize.mjs.map +1 -1
- package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
- package/fesm2022/primeng-icons-windowminimize.mjs.map +1 -1
- package/fesm2022/primeng-iftalabel.mjs +19 -78
- package/fesm2022/primeng-iftalabel.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +153 -284
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-imagecompare.mjs +14 -99
- package/fesm2022/primeng-imagecompare.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +56 -86
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputgroup.mjs +48 -130
- package/fesm2022/primeng-inputgroup.mjs.map +1 -1
- package/fesm2022/primeng-inputgroupaddon.mjs +10 -10
- package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
- package/fesm2022/primeng-inputicon.mjs +13 -19
- package/fesm2022/primeng-inputicon.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +93 -142
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +152 -438
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +58 -87
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +52 -136
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +7 -7
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +93 -152
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +518 -625
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +174 -587
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +171 -296
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +386 -694
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +32 -336
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +106 -212
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +247 -696
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +156 -417
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +66 -198
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +25 -30
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaybadge.mjs +11 -11
- package/fesm2022/primeng-overlaybadge.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +199 -338
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +182 -269
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +291 -450
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +260 -389
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +44 -272
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-popover.mjs +15 -17
- package/fesm2022/primeng-popover.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +36 -186
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +30 -104
- package/fesm2022/primeng-progressspinner.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +101 -307
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +115 -196
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +27 -36
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +41 -51
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +97 -165
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +27 -68
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-select.mjs +152 -587
- package/fesm2022/primeng-select.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +52 -87
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +27 -83
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +229 -353
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +43 -142
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +172 -241
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +92 -243
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +257 -252
- package/fesm2022/primeng-stepper.mjs.map +1 -1
- package/fesm2022/primeng-steps.mjs +40 -162
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +15 -43
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +804 -1266
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabs.mjs +213 -196
- package/fesm2022/primeng-tabs.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +29 -109
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +53 -89
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-textarea.mjs +53 -150
- package/fesm2022/primeng-textarea.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +75 -230
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +28 -202
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +88 -350
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +71 -202
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toggleswitch.mjs +108 -220
- package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +42 -65
- package/fesm2022/primeng-toolbar.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +50 -89
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +286 -501
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +351 -562
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +619 -483
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-usestyle.mjs +3 -3
- package/fesm2022/primeng-usestyle.mjs.map +1 -1
- package/fesm2022/primeng-utils.mjs.map +1 -1
- package/fieldset/index.d.ts +215 -3
- package/fileupload/index.d.ts +784 -3
- package/floatlabel/index.d.ts +57 -3
- package/fluid/index.d.ts +46 -3
- package/focustrap/index.d.ts +34 -3
- package/galleria/index.d.ts +708 -3
- package/iconfield/index.d.ts +62 -3
- package/icons/angledoubledown/index.d.ts +9 -5
- package/icons/angledoubleleft/index.d.ts +9 -5
- package/icons/angledoubleright/index.d.ts +9 -5
- package/icons/angledoubleup/index.d.ts +9 -5
- package/icons/angledown/index.d.ts +9 -5
- package/icons/angleleft/index.d.ts +9 -5
- package/icons/angleright/index.d.ts +9 -5
- package/icons/angleup/index.d.ts +9 -5
- package/icons/arrowdown/index.d.ts +12 -5
- package/icons/arrowdownleft/index.d.ts +9 -5
- package/icons/arrowdownright/index.d.ts +9 -5
- package/icons/arrowleft/index.d.ts +11 -5
- package/icons/arrowright/index.d.ts +9 -5
- package/icons/arrowup/index.d.ts +11 -5
- package/icons/ban/index.d.ts +11 -5
- package/icons/bars/index.d.ts +9 -5
- package/icons/baseicon/index.d.ts +38 -3
- package/icons/blank/index.d.ts +9 -5
- package/icons/calendar/index.d.ts +9 -5
- package/icons/caretleft/index.d.ts +9 -5
- package/icons/caretright/index.d.ts +9 -5
- package/icons/check/index.d.ts +9 -5
- package/icons/chevrondown/index.d.ts +9 -5
- package/icons/chevronleft/index.d.ts +9 -5
- package/icons/chevronright/index.d.ts +9 -5
- package/icons/chevronup/index.d.ts +9 -5
- package/icons/exclamationtriangle/index.d.ts +12 -5
- package/icons/eye/index.d.ts +9 -5
- package/icons/eyeslash/index.d.ts +11 -5
- package/icons/filter/index.d.ts +11 -5
- package/icons/filterfill/index.d.ts +9 -0
- package/icons/filterslash/index.d.ts +11 -5
- package/icons/home/index.d.ts +11 -5
- package/icons/index.d.ts +53 -5
- package/icons/infocircle/index.d.ts +11 -5
- package/icons/minus/index.d.ts +9 -5
- package/icons/pencil/index.d.ts +11 -5
- package/icons/plus/index.d.ts +11 -5
- package/icons/refresh/index.d.ts +11 -5
- package/icons/search/index.d.ts +11 -5
- package/icons/searchminus/index.d.ts +11 -5
- package/icons/searchplus/index.d.ts +11 -5
- package/icons/sortalt/index.d.ts +11 -5
- package/icons/sortamountdown/index.d.ts +11 -5
- package/icons/sortamountupalt/index.d.ts +11 -5
- package/icons/spinner/index.d.ts +11 -5
- package/icons/star/index.d.ts +11 -5
- package/icons/starfill/index.d.ts +11 -5
- package/icons/thlarge/index.d.ts +11 -5
- package/icons/times/index.d.ts +9 -5
- package/icons/timescircle/index.d.ts +11 -5
- package/icons/trash/index.d.ts +11 -5
- package/icons/undo/index.d.ts +11 -5
- package/icons/upload/index.d.ts +11 -5
- package/icons/windowmaximize/index.d.ts +11 -5
- package/icons/windowminimize/index.d.ts +11 -5
- package/iftalabel/index.d.ts +48 -3
- package/image/index.d.ts +374 -3
- package/imagecompare/index.d.ts +91 -3
- package/index.d.ts +2 -5
- package/inplace/index.d.ts +180 -3
- package/inputgroup/index.d.ts +56 -3
- package/inputgroupaddon/index.d.ts +43 -3
- package/inputicon/index.d.ts +34 -3
- package/inputmask/index.d.ts +281 -3
- package/inputnumber/index.d.ts +463 -3
- package/inputotp/index.d.ts +205 -3
- package/inputtext/index.d.ts +81 -3
- package/keyfilter/index.d.ts +64 -3
- package/knob/index.d.ts +202 -3
- package/listbox/index.d.ts +801 -3
- package/megamenu/index.d.ts +406 -3
- package/menu/index.d.ts +338 -3
- package/menubar/index.d.ts +418 -3
- package/message/index.d.ts +193 -3
- package/metergroup/index.d.ts +289 -3
- package/multiselect/index.d.ts +1057 -3
- package/orderlist/index.d.ts +462 -3
- package/organizationchart/index.d.ts +283 -3
- package/overlay/index.d.ts +255 -3
- package/overlaybadge/index.d.ts +73 -3
- package/package.json +211 -242
- package/paginator/index.d.ts +391 -3
- package/panel/index.d.ts +264 -3
- package/panelmenu/index.d.ts +378 -3
- package/password/index.d.ts +432 -3
- package/picklist/index.d.ts +894 -3
- package/popover/index.d.ts +176 -3
- package/progressbar/index.d.ts +110 -3
- package/progressspinner/index.d.ts +83 -3
- package/radiobutton/index.d.ts +197 -3
- package/rating/index.d.ts +215 -3
- package/ripple/index.d.ts +62 -3
- package/scroller/index.d.ts +610 -3
- package/scrollpanel/index.d.ts +159 -3
- package/scrolltop/index.d.ts +156 -3
- package/select/index.d.ts +920 -3
- package/selectbutton/index.d.ts +218 -3
- package/skeleton/index.d.ts +94 -3
- package/slider/index.d.ts +252 -3
- package/speeddial/index.d.ts +452 -3
- package/splitbutton/index.d.ts +304 -3
- package/splitter/index.d.ts +237 -3
- package/stepper/index.d.ts +291 -3
- package/steps/index.d.ts +150 -3
- package/styleclass/index.d.ts +94 -3
- package/table/index.d.ts +2919 -3
- package/tabs/index.d.ts +323 -3
- package/tag/index.d.ts +112 -3
- package/terminal/index.d.ts +132 -3
- package/textarea/index.d.ts +102 -3
- package/tieredmenu/index.d.ts +424 -3
- package/timeline/index.d.ts +168 -3
- package/toast/index.d.ts +318 -3
- package/togglebutton/index.d.ts +240 -3
- package/toggleswitch/index.d.ts +184 -3
- package/toolbar/index.d.ts +116 -3
- package/tooltip/index.d.ts +245 -3
- package/tree/index.d.ts +845 -3
- package/treeselect/index.d.ts +646 -3
- package/treetable/index.d.ts +1727 -3
- package/ts-helpers/index.d.ts +6 -5
- package/usestyle/index.d.ts +15 -5
- package/utils/index.d.ts +43 -5
- package/accordion/accordion.d.ts +0 -368
- package/accordion/public_api.d.ts +0 -2
- package/accordion/style/accordionstyle.d.ts +0 -50
- package/animateonscroll/animateonscroll.d.ts +0 -69
- package/animateonscroll/public_api.d.ts +0 -1
- package/api/blockableui.d.ts +0 -10
- package/api/confirmaeventtype.d.ts +0 -8
- package/api/confirmation.d.ts +0 -96
- package/api/confirmationservice.d.ts +0 -30
- package/api/contextmenuservice.d.ts +0 -11
- package/api/filtermatchmode.d.ts +0 -22
- package/api/filtermetadata.d.ts +0 -18
- package/api/filteroperator.d.ts +0 -4
- package/api/filterservice.d.ts +0 -10
- package/api/lazyloadevent.d.ts +0 -47
- package/api/lazyloadmeta.d.ts +0 -19
- package/api/megamenuitem.d.ts +0 -130
- package/api/menuitem.d.ts +0 -176
- package/api/messageservice.d.ts +0 -32
- package/api/overlayoptions.d.ts +0 -188
- package/api/overlayservice.d.ts +0 -8
- package/api/primeicons.d.ts +0 -313
- package/api/public_api.d.ts +0 -32
- package/api/scrolleroptions.d.ts +0 -126
- package/api/selectitem.d.ts +0 -12
- package/api/selectitemgroup.d.ts +0 -10
- package/api/shared.d.ts +0 -25
- package/api/sortevent.d.ts +0 -12
- package/api/sortmeta.d.ts +0 -8
- package/api/tablestate.d.ts +0 -60
- package/api/toastmessage.d.ts +0 -20
- package/api/tooltipoptions.d.ts +0 -69
- package/api/translation.d.ts +0 -137
- package/api/translationkeys.d.ts +0 -50
- package/api/treedragdropservice.d.ts +0 -12
- package/api/treenode.d.ts +0 -82
- package/api/treenodedragevent.d.ts +0 -27
- package/api/treetablenode.d.ts +0 -36
- package/autocomplete/autocomplete.d.ts +0 -688
- package/autocomplete/autocomplete.interface.d.ts +0 -181
- package/autocomplete/public_api.d.ts +0 -3
- package/autocomplete/style/autocompletestyle.d.ts +0 -131
- package/autofocus/autofocus.d.ts +0 -35
- package/autofocus/public_api.d.ts +0 -1
- package/avatar/avatar.d.ts +0 -74
- package/avatar/public_api.d.ts +0 -2
- package/avatar/style/avatarstyle.d.ts +0 -47
- package/avatargroup/avatargroup.d.ts +0 -34
- package/avatargroup/public_api.d.ts +0 -2
- package/avatargroup/style/avatargroupstyle.d.ts +0 -24
- package/badge/badge.d.ts +0 -123
- package/badge/public_api.d.ts +0 -2
- package/badge/style/badgestyle.d.ts +0 -45
- package/base/base.d.ts +0 -9
- package/base/public_api.d.ts +0 -2
- package/base/style/basestyle.d.ts +0 -51
- package/basecomponent/basecomponent.d.ts +0 -43
- package/basecomponent/public_api.d.ts +0 -2
- package/basecomponent/style/basecomponentstyle.d.ts +0 -7
- package/blockui/blockui.d.ts +0 -67
- package/blockui/blockui.interface.d.ts +0 -11
- package/blockui/public_api.d.ts +0 -3
- package/blockui/style/blockuistyle.d.ts +0 -30
- package/breadcrumb/breadcrumb.d.ts +0 -72
- package/breadcrumb/breadcrumb.interface.d.ts +0 -38
- package/breadcrumb/public_api.d.ts +0 -3
- package/breadcrumb/style/breadcrumbstyle.d.ts +0 -69
- package/button/button.d.ts +0 -372
- package/button/button.interface.d.ts +0 -60
- package/button/public_api.d.ts +0 -3
- package/button/style/buttonstyle.d.ts +0 -66
- package/buttongroup/buttongroup.d.ts +0 -13
- package/buttongroup/public_api.d.ts +0 -2
- package/buttongroup/style/buttongroupstyle.d.ts +0 -30
- package/calendar/calendar.d.ts +0 -792
- package/calendar/calendar.interface.d.ts +0 -204
- package/calendar/index.d.ts +0 -5
- package/calendar/public_api.d.ts +0 -3
- package/calendar/style/calendarstyle.d.ts +0 -100
- package/card/card.d.ts +0 -60
- package/card/card.interface.d.ts +0 -27
- package/card/public_api.d.ts +0 -3
- package/card/style/cardstyle.d.ts +0 -65
- package/carousel/carousel.d.ts +0 -254
- package/carousel/carousel.interface.d.ts +0 -63
- package/carousel/public_api.d.ts +0 -3
- package/carousel/style/carouselstyle.d.ts +0 -129
- package/cascadeselect/cascadeselect.d.ts +0 -526
- package/cascadeselect/cascadeselect.interface.d.ts +0 -115
- package/cascadeselect/public_api.d.ts +0 -3
- package/cascadeselect/style/cascadeselectstyle.d.ts +0 -130
- package/chart/chart.d.ts +0 -87
- package/chart/public_api.d.ts +0 -2
- package/chart/style/chartstyle.d.ts +0 -32
- package/checkbox/checkbox.d.ts +0 -196
- package/checkbox/checkbox.interface.d.ts +0 -26
- package/checkbox/public_api.d.ts +0 -3
- package/checkbox/style/checkboxstyle.d.ts +0 -53
- package/chip/chip.d.ts +0 -94
- package/chip/chip.interface.d.ts +0 -27
- package/chip/public_api.d.ts +0 -3
- package/chip/style/chipstyle.d.ts +0 -50
- package/chips/chips.d.ts +0 -237
- package/chips/chips.interface.d.ts +0 -66
- package/chips/index.d.ts +0 -5
- package/chips/public_api.d.ts +0 -2
- package/chips/style/chipsstyle.d.ts +0 -69
- package/colorpicker/colorpicker.d.ts +0 -243
- package/colorpicker/colorpicker.interface.d.ts +0 -15
- package/colorpicker/public_api.d.ts +0 -3
- package/colorpicker/style/colorpickerstyle.d.ts +0 -75
- package/config/primeng.d.ts +0 -45
- package/config/provideprimeng.d.ts +0 -4
- package/config/public_api.d.ts +0 -3
- package/config/themeprovider.d.ts +0 -28
- package/confirmdialog/confirmdialog.d.ts +0 -268
- package/confirmdialog/confirmdialog.interface.d.ts +0 -39
- package/confirmdialog/public_api.d.ts +0 -3
- package/confirmdialog/style/confirmdialogstyle.d.ts +0 -50
- package/confirmpopup/confirmpopup.d.ts +0 -126
- package/confirmpopup/confirmpopup.interface.d.ts +0 -27
- package/confirmpopup/public_api.d.ts +0 -3
- package/confirmpopup/style/confirmpopupstyle.d.ts +0 -60
- package/contextmenu/contextmenu.d.ts +0 -267
- package/contextmenu/public_api.d.ts +0 -2
- package/contextmenu/style/contextmenustyle.d.ts +0 -83
- package/dataview/dataview.d.ts +0 -294
- package/dataview/dataview.interface.d.ts +0 -173
- package/dataview/public_api.d.ts +0 -3
- package/dataview/style/dataviewstyle.d.ts +0 -62
- package/datepicker/datepicker.d.ts +0 -802
- package/datepicker/datepicker.interface.d.ts +0 -204
- package/datepicker/public_api.d.ts +0 -3
- package/datepicker/style/datepickerstyle.d.ts +0 -266
- package/defer/defer.d.ts +0 -34
- package/defer/index.d.ts +0 -5
- package/defer/public_api.d.ts +0 -1
- package/dialog/dialog.d.ts +0 -424
- package/dialog/dialog.interface.d.ts +0 -31
- package/dialog/public_api.d.ts +0 -3
- package/dialog/style/dialogstyle.d.ts +0 -102
- package/divider/divider.d.ts +0 -45
- package/divider/public_api.d.ts +0 -2
- package/divider/style/dividerstyle.d.ts +0 -75
- package/dock/dock.d.ts +0 -110
- package/dock/dock.interface.d.ts +0 -19
- package/dock/public_api.d.ts +0 -3
- package/dock/style/dockstyle.d.ts +0 -72
- package/dom/connectedoverlayscrollhandler.d.ts +0 -9
- package/dom/domhandler.d.ts +0 -95
- package/dom/public_api.d.ts +0 -2
- package/dragdrop/dragdrop.d.ts +0 -118
- package/dragdrop/public_api.d.ts +0 -1
- package/drawer/drawer.d.ts +0 -212
- package/drawer/drawer.interface.d.ts +0 -27
- package/drawer/public_api.d.ts +0 -3
- package/drawer/style/drawerstyle.d.ts +0 -83
- package/dropdown/dropdown.d.ts +0 -649
- package/dropdown/dropdown.interface.d.ts +0 -154
- package/dropdown/index.d.ts +0 -5
- package/dropdown/public_api.d.ts +0 -3
- package/dropdown/style/dropdownstyle.d.ts +0 -72
- package/dynamicdialog/dialogservice.d.ts +0 -35
- package/dynamicdialog/dynamicdialog-config.d.ts +0 -221
- package/dynamicdialog/dynamicdialog-injector.d.ts +0 -7
- package/dynamicdialog/dynamicdialog-ref.d.ts +0 -101
- package/dynamicdialog/dynamicdialog.d.ts +0 -120
- package/dynamicdialog/dynamicdialogcontent.d.ts +0 -8
- package/dynamicdialog/public_api.d.ts +0 -7
- package/dynamicdialog/style/dynamicdialogstyle.d.ts +0 -56
- package/editor/editor.d.ts +0 -116
- package/editor/editor.interface.d.ts +0 -64
- package/editor/public_api.d.ts +0 -3
- package/editor/style/editorstyle.d.ts +0 -40
- package/fesm2022/primeng-calendar.mjs +0 -4647
- package/fesm2022/primeng-calendar.mjs.map +0 -1
- package/fesm2022/primeng-chips.mjs +0 -930
- package/fesm2022/primeng-chips.mjs.map +0 -1
- package/fesm2022/primeng-defer.mjs +0 -101
- package/fesm2022/primeng-defer.mjs.map +0 -1
- package/fesm2022/primeng-dropdown.mjs +0 -2429
- package/fesm2022/primeng-dropdown.mjs.map +0 -1
- package/fesm2022/primeng-inputswitch.mjs +0 -370
- package/fesm2022/primeng-inputswitch.mjs.map +0 -1
- package/fesm2022/primeng-inputtextarea.mjs +0 -262
- package/fesm2022/primeng-inputtextarea.mjs.map +0 -1
- package/fesm2022/primeng-messages.mjs +0 -655
- package/fesm2022/primeng-messages.mjs.map +0 -1
- package/fesm2022/primeng-overlaypanel.mjs +0 -657
- package/fesm2022/primeng-overlaypanel.mjs.map +0 -1
- package/fesm2022/primeng-sidebar.mjs +0 -690
- package/fesm2022/primeng-sidebar.mjs.map +0 -1
- package/fesm2022/primeng-tabmenu.mjs +0 -807
- package/fesm2022/primeng-tabmenu.mjs.map +0 -1
- package/fesm2022/primeng-tabview.mjs +0 -1184
- package/fesm2022/primeng-tabview.mjs.map +0 -1
- package/fieldset/fieldset.d.ts +0 -110
- package/fieldset/fieldset.interface.d.ts +0 -46
- package/fieldset/public_api.d.ts +0 -3
- package/fieldset/style/fieldsetstyle.d.ts +0 -60
- package/fileupload/fileupload.d.ts +0 -428
- package/fileupload/fileupload.interface.d.ts +0 -235
- package/fileupload/public_api.d.ts +0 -3
- package/fileupload/style/fileuploadstyle.d.ts +0 -102
- package/floatlabel/floatlabel.d.ts +0 -23
- package/floatlabel/public_api.d.ts +0 -2
- package/floatlabel/style/floatlabelstyle.d.ts +0 -37
- package/fluid/fluid.d.ts +0 -17
- package/fluid/public_api.d.ts +0 -2
- package/fluid/style/fluidstyle.d.ts +0 -30
- package/focustrap/focustrap.d.ts +0 -33
- package/focustrap/public_api.d.ts +0 -1
- package/galleria/galleria.d.ts +0 -417
- package/galleria/galleria.interface.d.ts +0 -97
- package/galleria/public_api.d.ts +0 -3
- package/galleria/style/galleriastyle.d.ts +0 -197
- package/iconfield/iconfield.d.ts +0 -28
- package/iconfield/public_api.d.ts +0 -2
- package/iconfield/style/iconfieldstyle.d.ts +0 -30
- package/icons/angledoubledown/angledoubledown.d.ts +0 -6
- package/icons/angledoubledown/public_api.d.ts +0 -1
- package/icons/angledoubleleft/angledoubleleft.d.ts +0 -6
- package/icons/angledoubleleft/public_api.d.ts +0 -1
- package/icons/angledoubleright/angledoubleright.d.ts +0 -6
- package/icons/angledoubleright/public_api.d.ts +0 -1
- package/icons/angledoubleup/angledoubleup.d.ts +0 -6
- package/icons/angledoubleup/public_api.d.ts +0 -1
- package/icons/angledown/angledown.d.ts +0 -6
- package/icons/angledown/public_api.d.ts +0 -1
- package/icons/angleleft/angleleft.d.ts +0 -6
- package/icons/angleleft/public_api.d.ts +0 -1
- package/icons/angleright/angleright.d.ts +0 -6
- package/icons/angleright/public_api.d.ts +0 -1
- package/icons/angleup/angleup.d.ts +0 -6
- package/icons/angleup/public_api.d.ts +0 -1
- package/icons/arrowdown/arrowdown.d.ts +0 -9
- package/icons/arrowdown/public_api.d.ts +0 -1
- package/icons/arrowdownleft/arrowdownleft.d.ts +0 -6
- package/icons/arrowdownleft/public_api.d.ts +0 -1
- package/icons/arrowdownright/arrowdownright.d.ts +0 -6
- package/icons/arrowdownright/public_api.d.ts +0 -1
- package/icons/arrowleft/arrowleft.d.ts +0 -8
- package/icons/arrowleft/public_api.d.ts +0 -1
- package/icons/arrowright/arrowright.d.ts +0 -6
- package/icons/arrowright/public_api.d.ts +0 -1
- package/icons/arrowup/arrowup.d.ts +0 -8
- package/icons/arrowup/public_api.d.ts +0 -1
- package/icons/ban/ban.d.ts +0 -8
- package/icons/ban/public_api.d.ts +0 -1
- package/icons/bars/bars.d.ts +0 -6
- package/icons/bars/public_api.d.ts +0 -1
- package/icons/baseicon/baseicon.d.ts +0 -17
- package/icons/baseicon/public_api.d.ts +0 -2
- package/icons/baseicon/style/baseiconstyle.d.ts +0 -20
- package/icons/blank/blank.d.ts +0 -6
- package/icons/blank/public_api.d.ts +0 -1
- package/icons/calendar/calendar.d.ts +0 -6
- package/icons/calendar/public_api.d.ts +0 -1
- package/icons/caretleft/caretleft.d.ts +0 -6
- package/icons/caretleft/public_api.d.ts +0 -1
- package/icons/caretright/caretright.d.ts +0 -6
- package/icons/caretright/public_api.d.ts +0 -1
- package/icons/check/check.d.ts +0 -6
- package/icons/check/public_api.d.ts +0 -1
- package/icons/chevrondown/chevrondown.d.ts +0 -6
- package/icons/chevrondown/public_api.d.ts +0 -1
- package/icons/chevronleft/chevronleft.d.ts +0 -6
- package/icons/chevronleft/public_api.d.ts +0 -1
- package/icons/chevronright/chevronright.d.ts +0 -6
- package/icons/chevronright/public_api.d.ts +0 -1
- package/icons/chevronup/chevronup.d.ts +0 -6
- package/icons/chevronup/public_api.d.ts +0 -1
- package/icons/exclamationtriangle/exclamationtriangle.d.ts +0 -9
- package/icons/exclamationtriangle/public_api.d.ts +0 -1
- package/icons/eye/eye.d.ts +0 -6
- package/icons/eye/public_api.d.ts +0 -1
- package/icons/eyeslash/eyeslash.d.ts +0 -8
- package/icons/eyeslash/public_api.d.ts +0 -1
- package/icons/filter/filter.d.ts +0 -8
- package/icons/filter/public_api.d.ts +0 -1
- package/icons/filterslash/filterslash.d.ts +0 -8
- package/icons/filterslash/public_api.d.ts +0 -1
- package/icons/home/home.d.ts +0 -8
- package/icons/home/public_api.d.ts +0 -1
- package/icons/infocircle/infocircle.d.ts +0 -8
- package/icons/infocircle/public_api.d.ts +0 -1
- package/icons/minus/minus.d.ts +0 -6
- package/icons/minus/public_api.d.ts +0 -1
- package/icons/pencil/pencil.d.ts +0 -8
- package/icons/pencil/public_api.d.ts +0 -1
- package/icons/plus/plus.d.ts +0 -8
- package/icons/plus/public_api.d.ts +0 -1
- package/icons/public_api.d.ts +0 -57
- package/icons/refresh/public_api.d.ts +0 -1
- package/icons/refresh/refresh.d.ts +0 -8
- package/icons/search/public_api.d.ts +0 -1
- package/icons/search/search.d.ts +0 -8
- package/icons/searchminus/public_api.d.ts +0 -1
- package/icons/searchminus/searchminus.d.ts +0 -8
- package/icons/searchplus/public_api.d.ts +0 -1
- package/icons/searchplus/searchplus.d.ts +0 -8
- package/icons/sortalt/public_api.d.ts +0 -1
- package/icons/sortalt/sortalt.d.ts +0 -8
- package/icons/sortamountdown/public_api.d.ts +0 -1
- package/icons/sortamountdown/sortamountdown.d.ts +0 -8
- package/icons/sortamountupalt/public_api.d.ts +0 -1
- package/icons/sortamountupalt/sortamountupalt.d.ts +0 -8
- package/icons/spinner/public_api.d.ts +0 -1
- package/icons/spinner/spinner.d.ts +0 -8
- package/icons/star/public_api.d.ts +0 -1
- package/icons/star/star.d.ts +0 -8
- package/icons/starfill/public_api.d.ts +0 -1
- package/icons/starfill/starfill.d.ts +0 -8
- package/icons/thlarge/public_api.d.ts +0 -1
- package/icons/thlarge/thlarge.d.ts +0 -8
- package/icons/times/public_api.d.ts +0 -1
- package/icons/times/times.d.ts +0 -6
- package/icons/timescircle/public_api.d.ts +0 -1
- package/icons/timescircle/timescircle.d.ts +0 -8
- package/icons/trash/public_api.d.ts +0 -1
- package/icons/trash/trash.d.ts +0 -8
- package/icons/undo/public_api.d.ts +0 -1
- package/icons/undo/undo.d.ts +0 -8
- package/icons/upload/public_api.d.ts +0 -1
- package/icons/upload/upload.d.ts +0 -8
- package/icons/windowmaximize/public_api.d.ts +0 -1
- package/icons/windowmaximize/windowmaximize.d.ts +0 -8
- package/icons/windowminimize/public_api.d.ts +0 -1
- package/icons/windowminimize/windowminimize.d.ts +0 -8
- package/iftalabel/iftalabel.d.ts +0 -20
- package/iftalabel/public_api.d.ts +0 -2
- package/iftalabel/style/iftalabelstyle.d.ts +0 -30
- package/image/image.d.ts +0 -227
- package/image/image.interface.d.ts +0 -63
- package/image/public_api.d.ts +0 -3
- package/image/style/imagestyle.d.ts +0 -92
- package/imagecompare/imagecompare.d.ts +0 -57
- package/imagecompare/public_api.d.ts +0 -2
- package/imagecompare/style/imagecomparestyle.d.ts +0 -35
- package/inplace/inplace.d.ts +0 -122
- package/inplace/inplace.interface.d.ts +0 -19
- package/inplace/public_api.d.ts +0 -3
- package/inplace/style/inplacestyle.d.ts +0 -44
- package/inputgroup/inputgroup.d.ts +0 -30
- package/inputgroup/public_api.d.ts +0 -2
- package/inputgroup/style/inputgroupstyle.d.ts +0 -34
- package/inputgroupaddon/inputgroupaddon.d.ts +0 -33
- package/inputgroupaddon/public_api.d.ts +0 -2
- package/inputgroupaddon/style/inputgroupaddonstyle.d.ts +0 -10
- package/inputicon/inputicon.d.ts +0 -24
- package/inputicon/public_api.d.ts +0 -2
- package/inputicon/style/inputiconstyle.d.ts +0 -10
- package/inputmask/inputmask.d.ts +0 -270
- package/inputmask/inputmask.interface.d.ts +0 -19
- package/inputmask/public_api.d.ts +0 -3
- package/inputmask/style/inputmaskstyle.d.ts +0 -35
- package/inputnumber/inputnumber.d.ts +0 -440
- package/inputnumber/inputnumber.interface.d.ts +0 -38
- package/inputnumber/public_api.d.ts +0 -3
- package/inputnumber/style/inputnumberstyle.d.ts +0 -70
- package/inputotp/inputotp.d.ts +0 -176
- package/inputotp/public_api.d.ts +0 -2
- package/inputotp/style/inputotpstyle.d.ts +0 -35
- package/inputswitch/index.d.ts +0 -5
- package/inputswitch/inputswitch.d.ts +0 -106
- package/inputswitch/inputswitch.interface.d.ts +0 -15
- package/inputswitch/public_api.d.ts +0 -3
- package/inputswitch/style/inputswitchstyle.d.ts +0 -27
- package/inputtext/inputtext.d.ts +0 -44
- package/inputtext/public_api.d.ts +0 -2
- package/inputtext/style/inputtextstyle.d.ts +0 -40
- package/inputtextarea/index.d.ts +0 -5
- package/inputtextarea/inputtextarea.d.ts +0 -59
- package/inputtextarea/public_api.d.ts +0 -2
- package/inputtextarea/style/textareastyle.d.ts +0 -39
- package/keyfilter/keyfilter.d.ts +0 -57
- package/keyfilter/keyfilter.interface.d.ts +0 -5
- package/keyfilter/public_api.d.ts +0 -2
- package/knob/knob.d.ts +0 -176
- package/knob/public_api.d.ts +0 -2
- package/knob/style/knobstyle.d.ts +0 -49
- package/listbox/listbox.d.ts +0 -556
- package/listbox/listbox.interface.d.ts +0 -167
- package/listbox/public_api.d.ts +0 -3
- package/listbox/style/listboxstyle.d.ts +0 -91
- package/megamenu/megamenu.d.ts +0 -250
- package/megamenu/megamenu.interface.d.ts +0 -31
- package/megamenu/public_api.d.ts +0 -3
- package/megamenu/style/megamenustyle.d.ts +0 -132
- package/menu/menu.d.ts +0 -239
- package/menu/public_api.d.ts +0 -2
- package/menu/style/menustyle.d.ts +0 -89
- package/menubar/menubar.d.ts +0 -275
- package/menubar/menubar.interface.d.ts +0 -40
- package/menubar/public_api.d.ts +0 -3
- package/menubar/style/menubarstyle.d.ts +0 -102
- package/message/message.d.ts +0 -134
- package/message/public_api.d.ts +0 -2
- package/message/style/messagestyle.d.ts +0 -59
- package/messages/index.d.ts +0 -5
- package/messages/messages.d.ts +0 -110
- package/messages/messages.interface.d.ts +0 -11
- package/messages/public_api.d.ts +0 -3
- package/messages/style/messagesstyle.d.ts +0 -23
- package/metergroup/metergroup.d.ts +0 -107
- package/metergroup/metergroup.interface.d.ts +0 -122
- package/metergroup/public_api.d.ts +0 -3
- package/metergroup/style/metergroupstyle.d.ts +0 -75
- package/multiselect/multiselect.d.ts +0 -750
- package/multiselect/multiselect.interface.d.ts +0 -247
- package/multiselect/public_api.d.ts +0 -3
- package/multiselect/style/multiselectstyle.d.ts +0 -153
- package/orderlist/orderlist.d.ts +0 -346
- package/orderlist/orderlist.interface.d.ts +0 -110
- package/orderlist/public_api.d.ts +0 -3
- package/orderlist/style/orderliststyle.d.ts +0 -35
- package/organizationchart/organizationchart.d.ts +0 -136
- package/organizationchart/organizationchart.interface.d.ts +0 -59
- package/organizationchart/public_api.d.ts +0 -3
- package/organizationchart/style/organizationchartstyle.d.ts +0 -89
- package/overlay/overlay.d.ts +0 -245
- package/overlay/public_api.d.ts +0 -2
- package/overlay/style/overlaystyle.d.ts +0 -10
- package/overlaybadge/overlaybadge.d.ts +0 -60
- package/overlaybadge/public_api.d.ts +0 -2
- package/overlaybadge/style/overlaybadgestyle.d.ts +0 -13
- package/overlaypanel/index.d.ts +0 -5
- package/overlaypanel/overlaypanel.d.ts +0 -170
- package/overlaypanel/public_api.d.ts +0 -2
- package/overlaypanel/style/popoverstyle.d.ts +0 -35
- package/paginator/paginator.d.ts +0 -223
- package/paginator/paginator.interface.d.ts +0 -37
- package/paginator/public_api.d.ts +0 -3
- package/paginator/style/paginatorstyle.d.ts +0 -138
- package/panel/panel.d.ts +0 -204
- package/panel/public_api.d.ts +0 -2
- package/panel/style/panelstyle.d.ts +0 -67
- package/panelmenu/panelmenu.d.ts +0 -226
- package/panelmenu/panelmenu.interface.d.ts +0 -23
- package/panelmenu/public_api.d.ts +0 -3
- package/panelmenu/style/panelmenustyle.d.ts +0 -124
- package/password/password.d.ts +0 -372
- package/password/public_api.d.ts +0 -2
- package/password/style/passwordstyle.d.ts +0 -83
- package/picklist/picklist.d.ts +0 -616
- package/picklist/picklist.interface.d.ts +0 -242
- package/picklist/public_api.d.ts +0 -3
- package/picklist/style/pickliststyle.d.ts +0 -55
- package/popover/popover.d.ts +0 -162
- package/popover/public_api.d.ts +0 -2
- package/popover/style/popoverstyle.d.ts +0 -14
- package/progressbar/progressbar.d.ts +0 -72
- package/progressbar/public_api.d.ts +0 -2
- package/progressbar/style/progressbarstyle.d.ts +0 -45
- package/progressspinner/progressspinner.d.ts +0 -50
- package/progressspinner/public_api.d.ts +0 -2
- package/progressspinner/style/progressspinnerstyle.d.ts +0 -40
- package/public_api.d.ts +0 -2
- package/radiobutton/public_api.d.ts +0 -3
- package/radiobutton/radiobutton.d.ts +0 -151
- package/radiobutton/radiobutton.interface.d.ts +0 -15
- package/radiobutton/style/radiobuttonstyle.d.ts +0 -53
- package/rating/public_api.d.ts +0 -3
- package/rating/rating.d.ts +0 -137
- package/rating/rating.interface.d.ts +0 -34
- package/rating/style/ratingstyle.d.ts +0 -57
- package/ripple/public_api.d.ts +0 -2
- package/ripple/ripple.d.ts +0 -32
- package/ripple/style/ripplestyle.d.ts +0 -30
- package/scroller/public_api.d.ts +0 -3
- package/scroller/scroller.d.ts +0 -373
- package/scroller/scroller.interface.d.ts +0 -177
- package/scroller/style/scrollerstyle.d.ts +0 -43
- package/scrollpanel/public_api.d.ts +0 -3
- package/scrollpanel/scrollpanel.d.ts +0 -106
- package/scrollpanel/scrollpanel.interface.d.ts +0 -11
- package/scrollpanel/style/scrollpanelstyle.d.ts +0 -50
- package/scrolltop/public_api.d.ts +0 -3
- package/scrolltop/scrolltop.d.ts +0 -100
- package/scrolltop/scrolltop.interface.d.ts +0 -18
- package/scrolltop/style/scrolltopstyle.d.ts +0 -39
- package/select/public_api.d.ts +0 -3
- package/select/select.d.ts +0 -749
- package/select/select.interface.d.ts +0 -154
- package/select/style/selectstyle.d.ts +0 -143
- package/selectbutton/public_api.d.ts +0 -3
- package/selectbutton/selectbutton.d.ts +0 -145
- package/selectbutton/selectbutton.interface.d.ts +0 -45
- package/selectbutton/style/selectbuttonstyle.d.ts +0 -34
- package/sidebar/index.d.ts +0 -5
- package/sidebar/public_api.d.ts +0 -3
- package/sidebar/sidebar.d.ts +0 -189
- package/sidebar/sidebar.interface.d.ts +0 -27
- package/sidebar/style/drawerstyle.d.ts +0 -46
- package/skeleton/public_api.d.ts +0 -2
- package/skeleton/skeleton.d.ts +0 -66
- package/skeleton/style/skeletonstyle.d.ts +0 -40
- package/slider/public_api.d.ts +0 -3
- package/slider/slider.d.ts +0 -170
- package/slider/slider.interface.d.ts +0 -38
- package/slider/style/sliderstyle.d.ts +0 -54
- package/speeddial/public_api.d.ts +0 -3
- package/speeddial/speeddial.d.ts +0 -322
- package/speeddial/speeddial.interface.d.ts +0 -44
- package/speeddial/style/speeddialstyle.d.ts +0 -89
- package/splitbutton/public_api.d.ts +0 -3
- package/splitbutton/splitbutton.d.ts +0 -243
- package/splitbutton/splitbutton.interface.d.ts +0 -30
- package/splitbutton/style/splitbuttonstyle.d.ts +0 -46
- package/splitter/public_api.d.ts +0 -3
- package/splitter/splitter.d.ts +0 -166
- package/splitter/splitter.interface.d.ts +0 -34
- package/splitter/style/splitterstyle.d.ts +0 -42
- package/stepper/public_api.d.ts +0 -2
- package/stepper/stepper.d.ts +0 -175
- package/stepper/style/stepperstyle.d.ts +0 -39
- package/steps/public_api.d.ts +0 -2
- package/steps/steps.d.ts +0 -84
- package/steps/style/stepsstyle.d.ts +0 -66
- package/styleclass/public_api.d.ts +0 -1
- package/styleclass/styleclass.d.ts +0 -107
- package/table/columnfilter.interface.d.ts +0 -247
- package/table/public_api.d.ts +0 -4
- package/table/style/tablestyle.d.ts +0 -327
- package/table/table.d.ts +0 -1662
- package/table/table.interface.d.ts +0 -671
- package/tabmenu/index.d.ts +0 -5
- package/tabmenu/public_api.d.ts +0 -3
- package/tabmenu/style/tabmenustyle.d.ts +0 -51
- package/tabmenu/tabmenu.d.ts +0 -136
- package/tabmenu/tabmenu.interface.d.ts +0 -32
- package/tabs/public_api.d.ts +0 -6
- package/tabs/style/tabsstyle.d.ts +0 -66
- package/tabs/tab.d.ts +0 -54
- package/tabs/tablist.d.ts +0 -53
- package/tabs/tabpanel.d.ts +0 -20
- package/tabs/tabpanels.d.ts +0 -10
- package/tabs/tabs.d.ts +0 -64
- package/tabview/index.d.ts +0 -5
- package/tabview/public_api.d.ts +0 -3
- package/tabview/style/tabsstyle.d.ts +0 -66
- package/tabview/tabview.d.ts +0 -278
- package/tabview/tabview.interface.d.ts +0 -49
- package/tag/public_api.d.ts +0 -3
- package/tag/style/tagstyle.d.ts +0 -50
- package/tag/tag.d.ts +0 -64
- package/tag/tag.interface.d.ts +0 -11
- package/terminal/public_api.d.ts +0 -3
- package/terminal/style/terminalstyle.d.ts +0 -70
- package/terminal/terminal.d.ts +0 -56
- package/terminal/terminalservice.d.ts +0 -11
- package/textarea/public_api.d.ts +0 -2
- package/textarea/style/textareastyle.d.ts +0 -39
- package/textarea/textarea.d.ts +0 -64
- package/tieredmenu/public_api.d.ts +0 -3
- package/tieredmenu/style/tieredmenustyle.d.ts +0 -97
- package/tieredmenu/tieredmenu.d.ts +0 -292
- package/tieredmenu/tieredmenu.interface.d.ts +0 -27
- package/timeline/public_api.d.ts +0 -3
- package/timeline/style/timelinestyle.d.ts +0 -62
- package/timeline/timeline.d.ts +0 -70
- package/timeline/timeline.interface.d.ts +0 -43
- package/toast/public_api.d.ts +0 -3
- package/toast/style/toaststyle.d.ts +0 -106
- package/toast/toast.d.ts +0 -172
- package/toast/toast.interface.d.ts +0 -52
- package/togglebutton/public_api.d.ts +0 -3
- package/togglebutton/style/togglebuttonstyle.d.ts +0 -49
- package/togglebutton/togglebutton.d.ts +0 -137
- package/togglebutton/togglebutton.interface.d.ts +0 -51
- package/toggleswitch/public_api.d.ts +0 -3
- package/toggleswitch/style/toggleswitchstyle.d.ts +0 -53
- package/toggleswitch/toggleswitch.d.ts +0 -129
- package/toggleswitch/toggleswitch.interface.d.ts +0 -15
- package/toolbar/public_api.d.ts +0 -3
- package/toolbar/style/toolbarstyle.d.ts +0 -45
- package/toolbar/toolbar.d.ts +0 -58
- package/toolbar/toolbar.interface.d.ts +0 -19
- package/tooltip/public_api.d.ts +0 -2
- package/tooltip/style/tooltipstyle.d.ts +0 -40
- package/tooltip/tooltip.d.ts +0 -203
- package/tree/public_api.d.ts +0 -3
- package/tree/style/treestyle.d.ts +0 -116
- package/tree/tree.d.ts +0 -541
- package/tree/tree.interface.d.ts +0 -200
- package/treeselect/public_api.d.ts +0 -3
- package/treeselect/style/treeselectstyle.d.ts +0 -104
- package/treeselect/treeselect.d.ts +0 -482
- package/treeselect/treeselect.interface.d.ts +0 -108
- package/treetable/public_api.d.ts +0 -3
- package/treetable/style/treetablestyle.d.ts +0 -194
- package/treetable/treetable.d.ts +0 -1006
- package/treetable/treetable.interface.d.ts +0 -472
- package/ts-helpers/public_api.d.ts +0 -1
- package/ts-helpers/ts-helpers.d.ts +0 -4
- package/usestyle/public_api.d.ts +0 -1
- package/usestyle/usestyle.d.ts +0 -12
- package/utils/inpututils.d.ts +0 -2
- package/utils/objectutils.d.ts +0 -27
- package/utils/public_api.d.ts +0 -5
- package/utils/uniquecomponentid.d.ts +0 -2
- package/utils/zindexutils.d.ts +0 -9
@@ -1,458 +1,30 @@
|
|
1
|
-
import { trigger, transition, style, animate } from '@angular/animations';
|
1
|
+
import { trigger, transition, style as style$1, animate } from '@angular/animations';
|
2
2
|
import * as i1 from '@angular/common';
|
3
|
-
import { isPlatformBrowser,
|
3
|
+
import { isPlatformBrowser, CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
5
|
import { Injectable, EventEmitter, inject, PLATFORM_ID, numberAttribute, booleanAttribute, ContentChildren, ContentChild, ViewChild, Output, Input, Inject, ViewEncapsulation, ChangeDetectionStrategy, Component, HostListener, NgModule } from '@angular/core';
|
6
|
-
import { addClass, focus, findSingle,
|
6
|
+
import { addClass, focus, findSingle, removeClass, uuid, setAttribute, find, getAttribute } from '@primeuix/utils';
|
7
7
|
import { PrimeTemplate, SharedModule } from 'primeng/api';
|
8
8
|
import { BaseComponent } from 'primeng/basecomponent';
|
9
|
+
import { blockBodyScroll, unblockBodyScroll } from 'primeng/dom';
|
9
10
|
import { FocusTrap } from 'primeng/focustrap';
|
10
11
|
import { TimesIcon, ChevronRightIcon, ChevronLeftIcon, ChevronUpIcon, ChevronDownIcon, WindowMaximizeIcon, WindowMinimizeIcon } from 'primeng/icons';
|
11
12
|
import { Ripple } from 'primeng/ripple';
|
12
13
|
import { ZIndexUtils } from 'primeng/utils';
|
14
|
+
import { style } from '@primeuix/styles/galleria';
|
13
15
|
import { BaseStyle } from 'primeng/base';
|
14
16
|
|
15
|
-
const theme = ({ dt }) => `
|
16
|
-
.p-galleria {
|
17
|
-
overflow: hidden;
|
18
|
-
border-style: solid;
|
19
|
-
border-width: ${dt('galleria.border.width')};
|
20
|
-
border-color: ${dt('galleria.border.color')};
|
21
|
-
border-radius: ${dt('galleria.border.radius')};
|
22
|
-
}
|
23
|
-
|
24
|
-
.p-galleria-content {
|
25
|
-
display: flex;
|
26
|
-
flex-direction: column;
|
27
|
-
}
|
28
|
-
|
29
|
-
.p-galleria-items-container {
|
30
|
-
display: flex;
|
31
|
-
flex-direction: column;
|
32
|
-
position: relative;
|
33
|
-
}
|
34
|
-
|
35
|
-
.p-galleria-items {
|
36
|
-
position: relative;
|
37
|
-
display: flex;
|
38
|
-
height: 100%;
|
39
|
-
}
|
40
|
-
|
41
|
-
.p-galleria-nav-button {
|
42
|
-
position: absolute;
|
43
|
-
top: 50%;
|
44
|
-
display: inline-flex;
|
45
|
-
justify-content: center;
|
46
|
-
align-items: center;
|
47
|
-
overflow: hidden;
|
48
|
-
background: ${dt('galleria.nav.button.background')};
|
49
|
-
color: ${dt('galleria.nav.button.color')};
|
50
|
-
width: ${dt('galleria.nav.button.size')};
|
51
|
-
height: ${dt('galleria.nav.button.size')};
|
52
|
-
transition: background ${dt('galleria.transition.duration')}, color ${dt('galleria.transition.duration')}, outline-color ${dt('galleria.transition.duration')}, box-shadow ${dt('galleria.transition.duration')};
|
53
|
-
margin: calc(-1 * calc(${dt('galleria.nav.button.size')}) / 2) ${dt('galleria.nav.button.gutter')} 0 ${dt('galleria.nav.button.gutter')};
|
54
|
-
padding: 0;
|
55
|
-
user-select: none;
|
56
|
-
border: 0 none;
|
57
|
-
cursor: pointer;
|
58
|
-
outline-color: transparent;
|
59
|
-
}
|
60
|
-
|
61
|
-
.p-galleria-nav-button:not(.p-disabled):hover {
|
62
|
-
background: ${dt('galleria.nav.button.hover.background')};
|
63
|
-
color: ${dt('galleria.nav.button.hover.color')};
|
64
|
-
}
|
65
|
-
|
66
|
-
.p-galleria-nav-button:not(.p-disabled):focus-visible {
|
67
|
-
box-shadow: ${dt('galleria.nav.button.focus.ring.shadow')};
|
68
|
-
outline: ${dt('galleria.nav.button.focus.ring.width')} ${dt('galleria.nav.button.focus.ring.style')} ${dt('galleria.nav.button.focus.ring.color')};
|
69
|
-
outline-offset: ${dt('galleria.nav.button.focus.ring.offset')};
|
70
|
-
}
|
71
|
-
|
72
|
-
.p-galleria-next-icon,
|
73
|
-
.p-galleria-prev-icon {
|
74
|
-
font-size: ${dt('galleria.nav.icon.size')};
|
75
|
-
width: ${dt('galleria.nav.icon.size')};
|
76
|
-
height: ${dt('galleria.nav.icon.size')};
|
77
|
-
}
|
78
|
-
|
79
|
-
.p-galleria-prev-button {
|
80
|
-
border-radius: ${dt('galleria.nav.button.prev.border.radius')};
|
81
|
-
left: 0;
|
82
|
-
}
|
83
|
-
|
84
|
-
.p-galleria-next-button {
|
85
|
-
border-radius: ${dt('galleria.nav.button.next.border.radius')};
|
86
|
-
right: 0;
|
87
|
-
}
|
88
|
-
|
89
|
-
.p-galleria-prev-button:dir(rtl) {
|
90
|
-
left: auto;
|
91
|
-
right: 0;
|
92
|
-
transform: rotate(180deg);
|
93
|
-
}
|
94
|
-
|
95
|
-
.p-galleria-next-button:dir(rtl) {
|
96
|
-
right: auto;
|
97
|
-
left: 0;
|
98
|
-
transform: rotate(180deg);
|
99
|
-
}
|
100
|
-
|
101
|
-
.p-galleria-item {
|
102
|
-
display: flex;
|
103
|
-
justify-content: center;
|
104
|
-
align-items: center;
|
105
|
-
height: 100%;
|
106
|
-
width: 100%;
|
107
|
-
}
|
108
|
-
|
109
|
-
.p-galleria-hover-navigators .p-galleria-nav-button {
|
110
|
-
pointer-events: none;
|
111
|
-
opacity: 0;
|
112
|
-
transition: opacity ${dt('galleria.transition.duration')} ease-in-out;
|
113
|
-
}
|
114
|
-
|
115
|
-
.p-galleria-hover-navigators .p-galleria-items-container:hover .p-galleria-nav-button {
|
116
|
-
pointer-events: all;
|
117
|
-
opacity: 1;
|
118
|
-
}
|
119
|
-
|
120
|
-
.p-galleria-hover-navigators .p-galleria-items-container:hover .p-galleria-nav-button.p-disabled {
|
121
|
-
pointer-events: none;
|
122
|
-
}
|
123
|
-
|
124
|
-
.p-galleria-caption {
|
125
|
-
position: absolute;
|
126
|
-
bottom: 0;
|
127
|
-
left: 0;
|
128
|
-
width: 100%;
|
129
|
-
background: ${dt('galleria.caption.background')};
|
130
|
-
color: ${dt('galleria.caption.color')};
|
131
|
-
padding: ${dt('galleria.caption.padding')};
|
132
|
-
}
|
133
|
-
|
134
|
-
.p-galleria-thumbnails {
|
135
|
-
display: flex;
|
136
|
-
flex-direction: column;
|
137
|
-
overflow: auto;
|
138
|
-
flex-shrink: 0;
|
139
|
-
}
|
140
|
-
|
141
|
-
.p-galleria-thumbnail-nav-button {
|
142
|
-
align-self: center;
|
143
|
-
flex: 0 0 auto;
|
144
|
-
display: flex;
|
145
|
-
justify-content: center;
|
146
|
-
align-items: center;
|
147
|
-
overflow: hidden;
|
148
|
-
position: relative;
|
149
|
-
margin: 0 ${dt('galleria.thumbnail.nav.button.gutter')};
|
150
|
-
padding: 0;
|
151
|
-
border: none;
|
152
|
-
user-select: none;
|
153
|
-
cursor: pointer;
|
154
|
-
background: transparent;
|
155
|
-
color: ${dt('galleria.thumbnail.nav.button.color')};
|
156
|
-
width: ${dt('galleria.thumbnail.nav.button.size')};
|
157
|
-
height: ${dt('galleria.thumbnail.nav.button.size')};
|
158
|
-
transition: background ${dt('galleria.transition.duration')}, color ${dt('galleria.transition.duration')}, outline-color ${dt('galleria.transition.duration')};
|
159
|
-
outline-color: transparent;
|
160
|
-
border-radius: ${dt('galleria.thumbnail.nav.button.border.radius')};
|
161
|
-
}
|
162
|
-
|
163
|
-
.p-galleria-thumbnail-nav-button:hover {
|
164
|
-
background: ${dt('galleria.thumbnail.nav.button.hover.background')};
|
165
|
-
color: ${dt('galleria.thumbnail.nav.button.hover.color')};
|
166
|
-
}
|
167
|
-
|
168
|
-
.p-galleria-thumbnail-nav-button:focus-visible {
|
169
|
-
box-shadow: ${dt('galleria.thumbnail.nav.button.focus.ring.shadow')};
|
170
|
-
outline: ${dt('galleria.thumbnail.nav.button.focus.ring.width')} ${dt('galleria.thumbnail.nav.button.focus.ring.style')} ${dt('galleria.thumbnail.nav.button.focus.ring.color')};
|
171
|
-
outline-offset: ${dt('galleria.thumbnail.nav.button.focus.ring.offset')};
|
172
|
-
}
|
173
|
-
|
174
|
-
.p-galleria-thumbnail-nav-button .p-galleria-thumbnail-next-icon,
|
175
|
-
.p-galleria-thumbnail-nav-button .p-galleria-thumbnail-prev-icon {
|
176
|
-
font-size: ${dt('galleria.thumbnail.nav.button.icon.size')};
|
177
|
-
width: ${dt('galleria.thumbnail.nav.button.icon.size')};
|
178
|
-
height: ${dt('galleria.thumbnail.nav.button.icon.size')};
|
179
|
-
}
|
180
|
-
|
181
|
-
.p-galleria-thumbnails-content {
|
182
|
-
display: flex;
|
183
|
-
flex-direction: row;
|
184
|
-
background: ${dt('galleria.thumbnails.content.background')};
|
185
|
-
padding: ${dt('galleria.thumbnails.content.padding')};
|
186
|
-
}
|
187
|
-
|
188
|
-
.p-galleria-thumbnails-viewport {
|
189
|
-
overflow: hidden;
|
190
|
-
width: 100%;
|
191
|
-
}
|
192
|
-
|
193
|
-
.p-galleria:not(.p-galleria-thumbnails-right):not(.p-galleria-thumbnails-left) .p-galleria-thumbnail-prev-button:dir(rtl),
|
194
|
-
.p-galleria:not(.p-galleria-thumbnails-right):not(.p-galleria-thumbnails-left) .p-galleria-thumbnail-next-button:dir(rtl) {
|
195
|
-
transform: rotate(180deg);
|
196
|
-
}
|
197
|
-
|
198
|
-
.p-galleria-thumbnail-items {
|
199
|
-
display: flex;
|
200
|
-
}
|
201
|
-
|
202
|
-
.p-galleria-thumbnail-item {
|
203
|
-
overflow: auto;
|
204
|
-
display: flex;
|
205
|
-
align-items: center;
|
206
|
-
justify-content: center;
|
207
|
-
cursor: pointer;
|
208
|
-
opacity: 0.5;
|
209
|
-
}
|
210
|
-
|
211
|
-
.p-galleria-thumbnail {
|
212
|
-
outline-color: transparent;
|
213
|
-
}
|
214
|
-
|
215
|
-
.p-galleria-thumbnail-item:hover {
|
216
|
-
opacity: 1;
|
217
|
-
transition: opacity 0.3s;
|
218
|
-
}
|
219
|
-
|
220
|
-
.p-galleria-thumbnail-item-current {
|
221
|
-
opacity: 1;
|
222
|
-
}
|
223
|
-
|
224
|
-
.p-galleria-thumbnails-left .p-galleria-content,
|
225
|
-
.p-galleria-thumbnails-right .p-galleria-content {
|
226
|
-
flex-direction: row;
|
227
|
-
}
|
228
|
-
|
229
|
-
.p-galleria-thumbnails-left .p-galleria-items-container,
|
230
|
-
.p-galleria-thumbnails-right .p-galleria-items-container {
|
231
|
-
flex-direction: row;
|
232
|
-
}
|
233
|
-
|
234
|
-
.p-galleria-thumbnails-left .p-galleria-items-container,
|
235
|
-
.p-galleria-thumbnails-top .p-galleria-items-container {
|
236
|
-
order: 2;
|
237
|
-
}
|
238
|
-
|
239
|
-
.p-galleria-thumbnails-left .p-galleria-thumbnails,
|
240
|
-
.p-galleria-thumbnails-top .p-galleria-thumbnails {
|
241
|
-
order: 1;
|
242
|
-
}
|
243
|
-
|
244
|
-
.p-galleria-thumbnails-left .p-galleria-thumbnails-content,
|
245
|
-
.p-galleria-thumbnails-right .p-galleria-thumbnails-content {
|
246
|
-
flex-direction: column;
|
247
|
-
flex-grow: 1;
|
248
|
-
}
|
249
|
-
|
250
|
-
.p-galleria-thumbnails-left .p-galleria-thumbnail-items,
|
251
|
-
.p-galleria-thumbnails-right .p-galleria-thumbnail-items {
|
252
|
-
flex-direction: column;
|
253
|
-
height: 100%;
|
254
|
-
}
|
255
|
-
|
256
|
-
.p-galleria-indicator-list {
|
257
|
-
display: flex;
|
258
|
-
align-items: center;
|
259
|
-
justify-content: center;
|
260
|
-
padding: ${dt('galleria.indicator.list.padding')};
|
261
|
-
gap: ${dt('galleria.indicator.list.gap')};
|
262
|
-
margin: 0;
|
263
|
-
list-style: none;
|
264
|
-
}
|
265
|
-
|
266
|
-
.p-galleria-indicator-button {
|
267
|
-
display: inline-flex;
|
268
|
-
align-items: center;
|
269
|
-
background: ${dt('galleria.indicator.button.background')};
|
270
|
-
width: ${dt('galleria.indicator.button.width')};
|
271
|
-
height: ${dt('galleria.indicator.button.height')};
|
272
|
-
transition: background ${dt('galleria.transition.duration')}, color ${dt('galleria.transition.duration')}, outline-color ${dt('galleria.transition.duration')}, box-shadow ${dt('galleria.transition.duration')};
|
273
|
-
outline-color: transparent;
|
274
|
-
border-radius: ${dt('galleria.indicator.button.border.radius')};
|
275
|
-
margin: 0;
|
276
|
-
padding: 0;
|
277
|
-
border: none;
|
278
|
-
user-select: none;
|
279
|
-
cursor: pointer;
|
280
|
-
}
|
281
|
-
|
282
|
-
.p-galleria-indicator-button:hover {
|
283
|
-
background: ${dt('galleria.indicator.button.hover.background')};
|
284
|
-
}
|
285
|
-
|
286
|
-
.p-galleria-indicator-button:focus-visible {
|
287
|
-
box-shadow: ${dt('galleria.indicator.button.focus.ring.shadow')};
|
288
|
-
outline: ${dt('galleria.indicator.button.focus.ring.width')} ${dt('galleria.indicator.button.focus.ring.style')} ${dt('galleria.indicator.button.focus.ring.color')};
|
289
|
-
outline-offset: ${dt('galleria.indicator.button.focus.ring.offset')};
|
290
|
-
}
|
291
|
-
|
292
|
-
.p-galleria-indicator-active .p-galleria-indicator-button {
|
293
|
-
background: ${dt('galleria.indicator.button.active.background')};
|
294
|
-
}
|
295
|
-
|
296
|
-
.p-galleria-indicators-left .p-galleria-items-container,
|
297
|
-
.p-galleria-indicators-right .p-galleria-items-container {
|
298
|
-
flex-direction: row;
|
299
|
-
align-items: center;
|
300
|
-
}
|
301
|
-
|
302
|
-
.p-galleria-indicators-left .p-galleria-items,
|
303
|
-
.p-galleria-indicators-top .p-galleria-items {
|
304
|
-
order: 2;
|
305
|
-
}
|
306
|
-
|
307
|
-
.p-galleria-indicators-left .p-galleria-indicator-list,
|
308
|
-
.p-galleria-indicators-top .p-galleria-indicator-list {
|
309
|
-
order: 1;
|
310
|
-
}
|
311
|
-
|
312
|
-
.p-galleria-indicators-left .p-galleria-indicator-list,
|
313
|
-
.p-galleria-indicators-right .p-galleria-indicator-list {
|
314
|
-
flex-direction: column;
|
315
|
-
}
|
316
|
-
|
317
|
-
.p-galleria-inset-indicators .p-galleria-indicator-list {
|
318
|
-
position: absolute;
|
319
|
-
display: flex;
|
320
|
-
z-index: 1;
|
321
|
-
background: ${dt('galleria.inset.indicator.list.background')};
|
322
|
-
}
|
323
|
-
|
324
|
-
.p-galleria-inset-indicators .p-galleria-indicator-button {
|
325
|
-
background: ${dt('galleria.inset.indicator.button.background')};
|
326
|
-
}
|
327
|
-
|
328
|
-
.p-galleria-inset-indicators .p-galleria-indicator-button:hover {
|
329
|
-
background: ${dt('galleria.inset.indicator.button.hover.background')};
|
330
|
-
}
|
331
|
-
|
332
|
-
.p-galleria-inset-indicators .p-galleria-indicator-active .p-galleria-indicator-button {
|
333
|
-
background: ${dt('galleria.inset.indicator.button.active.background')};
|
334
|
-
}
|
335
|
-
|
336
|
-
.p-galleria-inset-indicators.p-galleria-indicators-top .p-galleria-indicator-list {
|
337
|
-
top: 0;
|
338
|
-
left: 0;
|
339
|
-
width: 100%;
|
340
|
-
align-items: flex-start;
|
341
|
-
}
|
342
|
-
|
343
|
-
.p-galleria-inset-indicators.p-galleria-indicators-right .p-galleria-indicator-list {
|
344
|
-
right: 0;
|
345
|
-
top: 0;
|
346
|
-
height: 100%;
|
347
|
-
align-items: flex-end;
|
348
|
-
}
|
349
|
-
|
350
|
-
.p-galleria-inset-indicators.p-galleria-indicators-bottom .p-galleria-indicator-list {
|
351
|
-
bottom: 0;
|
352
|
-
left: 0;
|
353
|
-
width: 100%;
|
354
|
-
align-items: flex-end;
|
355
|
-
}
|
356
|
-
|
357
|
-
.p-galleria-inset-indicators.p-galleria-indicators-left .p-galleria-indicator-list {
|
358
|
-
left: 0;
|
359
|
-
top: 0;
|
360
|
-
height: 100%;
|
361
|
-
align-items: flex-start;
|
362
|
-
}
|
363
|
-
|
364
|
-
.p-galleria-mask {
|
365
|
-
position: fixed;
|
366
|
-
top: 0;
|
367
|
-
left: 0;
|
368
|
-
width: 100%;
|
369
|
-
height: 100%;
|
370
|
-
display: flex;
|
371
|
-
align-items: center;
|
372
|
-
justify-content: center;
|
373
|
-
}
|
374
|
-
|
375
|
-
.p-galleria-close-button {
|
376
|
-
position: absolute;
|
377
|
-
top: 0;
|
378
|
-
right: 0;
|
379
|
-
display: flex;
|
380
|
-
justify-content: center;
|
381
|
-
align-items: center;
|
382
|
-
overflow: hidden;
|
383
|
-
margin: ${dt('galleria.close.button.gutter')};
|
384
|
-
background: ${dt('galleria.close.button.background')};
|
385
|
-
color: ${dt('galleria.close.button.color')};
|
386
|
-
width: ${dt('galleria.close.button.size')};
|
387
|
-
height: ${dt('galleria.close.button.size')};
|
388
|
-
padding: 0;
|
389
|
-
border: none;
|
390
|
-
user-select: none;
|
391
|
-
cursor: pointer;
|
392
|
-
border-radius: ${dt('galleria.close.button.border.radius')};
|
393
|
-
outline-color: transparent;
|
394
|
-
transition: background ${dt('galleria.transition.duration')}, color ${dt('galleria.transition.duration')}, outline-color ${dt('galleria.transition.duration')};
|
395
|
-
}
|
396
|
-
|
397
|
-
.p-galleria-close-icon {
|
398
|
-
font-size: ${dt('galleria.close.button.icon.size')};
|
399
|
-
width: ${dt('galleria.close.button.icon.size')};
|
400
|
-
height: ${dt('galleria.close.button.icon.size')};
|
401
|
-
}
|
402
|
-
|
403
|
-
.p-galleria-close-button:hover {
|
404
|
-
background: ${dt('galleria.close.button.hover.background')};
|
405
|
-
color: ${dt('galleria.close.button.hover.color')};
|
406
|
-
}
|
407
|
-
|
408
|
-
.p-galleria-close-button:focus-visible {
|
409
|
-
box-shadow: ${dt('galleria.close.button.focus.ring.shadow')};
|
410
|
-
outline: ${dt('galleria.close.button.focus.ring.width')} ${dt('galleria.close.button.focus.ring.style')} ${dt('galleria.close.button.focus.ring.color')};
|
411
|
-
outline-offset: ${dt('galleria.close.button.focus.ring.offset')};
|
412
|
-
}
|
413
|
-
|
414
|
-
.p-galleria-mask .p-galleria-nav-button {
|
415
|
-
position: fixed;
|
416
|
-
top: 50%;
|
417
|
-
}
|
418
|
-
|
419
|
-
.p-galleria-enter-active {
|
420
|
-
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
421
|
-
}
|
422
|
-
|
423
|
-
.p-galleria-leave-active {
|
424
|
-
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
425
|
-
}
|
426
|
-
|
427
|
-
.p-galleria-enter-from,
|
428
|
-
.p-galleria-leave-to {
|
429
|
-
opacity: 0;
|
430
|
-
transform: scale(0.7);
|
431
|
-
}
|
432
|
-
|
433
|
-
.p-galleria-enter-active .p-galleria-nav-button {
|
434
|
-
opacity: 0;
|
435
|
-
}
|
436
|
-
|
437
|
-
.p-items-hidden .p-galleria-thumbnail-item {
|
438
|
-
visibility: hidden;
|
439
|
-
}
|
440
|
-
|
441
|
-
.p-items-hidden .p-galleria-thumbnail-item.p-galleria-thumbnail-item-active {
|
442
|
-
visibility: visible;
|
443
|
-
}
|
444
|
-
`;
|
445
17
|
const classes = {
|
446
18
|
mask: 'p-galleria-mask p-overlay-mask p-overlay-mask-enter',
|
447
19
|
root: ({ instance }) => {
|
448
|
-
const thumbnailsPosClass = instance
|
449
|
-
const indicatorPosClass = instance
|
20
|
+
const thumbnailsPosClass = instance.galleria.showThumbnails && instance.getPositionClass('p-galleria-thumbnails', instance.galleria.thumbnailsPosition);
|
21
|
+
const indicatorPosClass = instance.galleria.showIndicators && instance.getPositionClass('p-galleria-indicators', instance.galleria.indicatorsPosition);
|
450
22
|
return [
|
451
23
|
'p-galleria p-component',
|
452
24
|
{
|
453
|
-
'p-galleria-fullscreen': instance
|
454
|
-
'p-galleria-inset-indicators': instance
|
455
|
-
'p-galleria-hover-navigators': instance
|
25
|
+
'p-galleria-fullscreen': instance.galleria.fullScreen,
|
26
|
+
'p-galleria-inset-indicators': instance.galleria.showIndicatorsOnItem,
|
27
|
+
'p-galleria-hover-navigators': instance.galleria.showItemNavigatorsOnHover && !instance.galleria.fullScreen
|
456
28
|
},
|
457
29
|
thumbnailsPosClass,
|
458
30
|
indicatorPosClass
|
@@ -520,12 +92,12 @@ const classes = {
|
|
520
92
|
};
|
521
93
|
class GalleriaStyle extends BaseStyle {
|
522
94
|
name = 'galleria';
|
523
|
-
theme =
|
95
|
+
theme = style;
|
524
96
|
classes = classes;
|
525
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
526
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
97
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaStyle, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
|
98
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaStyle });
|
527
99
|
}
|
528
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
100
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaStyle, decorators: [{
|
529
101
|
type: Injectable
|
530
102
|
}] });
|
531
103
|
/**
|
@@ -959,10 +531,10 @@ class Galleria extends BaseComponent {
|
|
959
531
|
this.disableModality();
|
960
532
|
}
|
961
533
|
}
|
962
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
963
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
534
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: Galleria, deps: [{ token: PLATFORM_ID }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
535
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.0.6", type: Galleria, isStandalone: false, selector: "p-galleria", inputs: { activeIndex: "activeIndex", fullScreen: ["fullScreen", "fullScreen", booleanAttribute], id: "id", value: "value", numVisible: ["numVisible", "numVisible", numberAttribute], responsiveOptions: "responsiveOptions", showItemNavigators: ["showItemNavigators", "showItemNavigators", booleanAttribute], showThumbnailNavigators: ["showThumbnailNavigators", "showThumbnailNavigators", booleanAttribute], showItemNavigatorsOnHover: ["showItemNavigatorsOnHover", "showItemNavigatorsOnHover", booleanAttribute], changeItemOnIndicatorHover: ["changeItemOnIndicatorHover", "changeItemOnIndicatorHover", booleanAttribute], circular: ["circular", "circular", booleanAttribute], autoPlay: ["autoPlay", "autoPlay", booleanAttribute], shouldStopAutoplayByClick: ["shouldStopAutoplayByClick", "shouldStopAutoplayByClick", booleanAttribute], transitionInterval: ["transitionInterval", "transitionInterval", numberAttribute], showThumbnails: ["showThumbnails", "showThumbnails", booleanAttribute], thumbnailsPosition: "thumbnailsPosition", verticalThumbnailViewPortHeight: "verticalThumbnailViewPortHeight", showIndicators: ["showIndicators", "showIndicators", booleanAttribute], showIndicatorsOnItem: ["showIndicatorsOnItem", "showIndicatorsOnItem", booleanAttribute], indicatorsPosition: "indicatorsPosition", baseZIndex: ["baseZIndex", "baseZIndex", numberAttribute], maskClass: "maskClass", containerClass: "containerClass", containerStyle: "containerStyle", showTransitionOptions: "showTransitionOptions", hideTransitionOptions: "hideTransitionOptions", visible: "visible" }, outputs: { activeIndexChange: "activeIndexChange", visibleChange: "visibleChange" }, providers: [GalleriaStyle], queries: [{ propertyName: "headerTemplate", first: true, predicate: ["header"] }, { propertyName: "footerTemplate", first: true, predicate: ["footer"] }, { propertyName: "indicatorTemplate", first: true, predicate: ["indicator"] }, { propertyName: "captionTemplate", first: true, predicate: ["caption"] }, { propertyName: "_closeIconTemplate", first: true, predicate: ["closeicon"] }, { propertyName: "_previousThumbnailIconTemplate", first: true, predicate: ["previousthumbnailicon"] }, { propertyName: "_nextThumbnailIconTemplate", first: true, predicate: ["nextthumbnailicon"] }, { propertyName: "_itemPreviousIconTemplate", first: true, predicate: ["itempreviousicon"] }, { propertyName: "_itemNextIconTemplate", first: true, predicate: ["itemnexticon"] }, { propertyName: "_itemTemplate", first: true, predicate: ["item"] }, { propertyName: "_thumbnailTemplate", first: true, predicate: ["thumbnail"] }, { propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "mask", first: true, predicate: ["mask"], descendants: true }, { propertyName: "container", first: true, predicate: ["container"], descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
964
536
|
<div *ngIf="fullScreen; else windowed" #container>
|
965
|
-
<div *ngIf="maskVisible" #mask [ngClass]="
|
537
|
+
<div *ngIf="maskVisible" #mask [ngClass]="cx('mask')" [class]="maskClass" [attr.role]="fullScreen ? 'dialog' : 'region'" [attr.aria-modal]="fullScreen ? 'true' : undefined" (click)="onMaskHide()">
|
966
538
|
<p-galleriaContent
|
967
539
|
*ngIf="visible"
|
968
540
|
[@animation]="{
|
@@ -987,19 +559,19 @@ class Galleria extends BaseComponent {
|
|
987
559
|
</ng-template>
|
988
560
|
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(() => GalleriaContent), selector: "p-galleriaContent", inputs: ["activeIndex", "value", "numVisible", "fullScreen"], outputs: ["maskHide", "activeItemChange"] }], animations: [
|
989
561
|
trigger('animation', [
|
990
|
-
transition('void => visible', [style({ transform: 'scale(0.7)', opacity: 0 }), animate('{{showTransitionParams}}')]),
|
991
|
-
transition('visible => void', [animate('{{hideTransitionParams}}', style({ transform: 'scale(0.7)', opacity: 0 }))])
|
562
|
+
transition('void => visible', [style$1({ transform: 'scale(0.7)', opacity: 0 }), animate('{{showTransitionParams}}')]),
|
563
|
+
transition('visible => void', [animate('{{hideTransitionParams}}', style$1({ transform: 'scale(0.7)', opacity: 0 }))])
|
992
564
|
])
|
993
565
|
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
994
566
|
}
|
995
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
567
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: Galleria, decorators: [{
|
996
568
|
type: Component,
|
997
569
|
args: [{
|
998
570
|
selector: 'p-galleria',
|
999
571
|
standalone: false,
|
1000
572
|
template: `
|
1001
573
|
<div *ngIf="fullScreen; else windowed" #container>
|
1002
|
-
<div *ngIf="maskVisible" #mask [ngClass]="
|
574
|
+
<div *ngIf="maskVisible" #mask [ngClass]="cx('mask')" [class]="maskClass" [attr.role]="fullScreen ? 'dialog' : 'region'" [attr.aria-modal]="fullScreen ? 'true' : undefined" (click)="onMaskHide()">
|
1003
575
|
<p-galleriaContent
|
1004
576
|
*ngIf="visible"
|
1005
577
|
[@animation]="{
|
@@ -1025,8 +597,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
1025
597
|
`,
|
1026
598
|
animations: [
|
1027
599
|
trigger('animation', [
|
1028
|
-
transition('void => visible', [style({ transform: 'scale(0.7)', opacity: 0 }), animate('{{showTransitionParams}}')]),
|
1029
|
-
transition('visible => void', [animate('{{hideTransitionParams}}', style({ transform: 'scale(0.7)', opacity: 0 }))])
|
600
|
+
transition('void => visible', [style$1({ transform: 'scale(0.7)', opacity: 0 }), animate('{{showTransitionParams}}')]),
|
601
|
+
transition('visible => void', [animate('{{hideTransitionParams}}', style$1({ transform: 'scale(0.7)', opacity: 0 }))])
|
1030
602
|
])
|
1031
603
|
],
|
1032
604
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
@@ -1168,6 +740,7 @@ class GalleriaContent extends BaseComponent {
|
|
1168
740
|
maskHide = new EventEmitter();
|
1169
741
|
activeItemChange = new EventEmitter();
|
1170
742
|
closeButton;
|
743
|
+
_componentStyle = inject(GalleriaStyle);
|
1171
744
|
id;
|
1172
745
|
_activeIndex = 0;
|
1173
746
|
slideShowActive = true;
|
@@ -1207,11 +780,6 @@ class GalleriaContent extends BaseComponent {
|
|
1207
780
|
shouldRenderFooter() {
|
1208
781
|
return (this.galleria.footerFacet && this.galleria.templates.toArray().length > 0) || this.galleria.footerTemplate;
|
1209
782
|
}
|
1210
|
-
galleriaClass() {
|
1211
|
-
const thumbnailsPosClass = this.galleria.showThumbnails && this.getPositionClass('p-galleria-thumbnails', this.galleria.thumbnailsPosition);
|
1212
|
-
const indicatorPosClass = this.galleria.showIndicators && this.getPositionClass('p-galleria-indicators', this.galleria.indicatorsPosition);
|
1213
|
-
return (this.galleria.containerClass ? this.galleria.containerClass + ' ' : '') + (thumbnailsPosClass ? thumbnailsPosClass + ' ' : '') + (indicatorPosClass ? indicatorPosClass + ' ' : '');
|
1214
|
-
}
|
1215
783
|
startSlideShow() {
|
1216
784
|
if (isPlatformBrowser(this.galleria.platformId)) {
|
1217
785
|
this.interval = setInterval(() => {
|
@@ -1248,31 +816,17 @@ class GalleriaContent extends BaseComponent {
|
|
1248
816
|
closeAriaLabel() {
|
1249
817
|
return this.config.translation.aria ? this.config.translation.aria.close : undefined;
|
1250
818
|
}
|
1251
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1252
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
1253
|
-
<div
|
1254
|
-
[attr.
|
1255
|
-
|
1256
|
-
*ngIf="value && value.length > 0"
|
1257
|
-
[ngClass]="{
|
1258
|
-
'p-galleria p-component': true,
|
1259
|
-
'p-galleria-fullscreen': this.galleria.fullScreen,
|
1260
|
-
'p-galleria-inset-indicators': this.galleria.showIndicatorsOnItem,
|
1261
|
-
'p-galleria-hover-navigators': this.galleria.showItemNavigatorsOnHover && !this.galleria.fullScreen
|
1262
|
-
}"
|
1263
|
-
[ngStyle]="!galleria.fullScreen ? galleria.containerStyle : {}"
|
1264
|
-
[class]="galleriaClass()"
|
1265
|
-
pFocusTrap
|
1266
|
-
[pFocusTrapDisabled]="!fullScreen"
|
1267
|
-
>
|
1268
|
-
<button *ngIf="galleria.fullScreen" type="button" class="p-galleria-close-button" (click)="maskHide.emit()" [attr.aria-label]="closeAriaLabel()" [attr.data-pc-section]="'closebutton'">
|
1269
|
-
<TimesIcon *ngIf="!galleria.closeIconTemplate && !galleria._closeIconTemplate" [styleClass]="'p-galleria-close-icon'" />
|
819
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaContent, deps: [{ token: Galleria }, { token: i0.ChangeDetectorRef }, { token: i0.KeyValueDiffers }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
820
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.0.6", type: GalleriaContent, isStandalone: false, selector: "p-galleriaContent", inputs: { activeIndex: "activeIndex", value: "value", numVisible: ["numVisible", "numVisible", numberAttribute], fullScreen: ["fullScreen", "fullScreen", booleanAttribute] }, outputs: { maskHide: "maskHide", activeItemChange: "activeItemChange" }, host: { listeners: { "document:fullscreenchange": "handleFullscreenChange($event)" } }, providers: [GalleriaStyle], viewQueries: [{ propertyName: "closeButton", first: true, predicate: ["closeButton"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
821
|
+
<div [attr.id]="id" [attr.role]="'region'" *ngIf="value && value.length > 0" [class]="cn(cx('root'), galleria.containerClass)" [ngStyle]="!galleria.fullScreen ? galleria.containerStyle : {}" pFocusTrap [pFocusTrapDisabled]="!fullScreen">
|
822
|
+
<button *ngIf="galleria.fullScreen" type="button" [class]="cx('closeButton')" (click)="maskHide.emit()" [attr.aria-label]="closeAriaLabel()" [attr.data-pc-section]="'closebutton'">
|
823
|
+
<TimesIcon *ngIf="!galleria.closeIconTemplate && !galleria._closeIconTemplate" [styleClass]="cx('closeIcon')" />
|
1270
824
|
<ng-template *ngTemplateOutlet="galleria.closeIconTemplate || galleria._closeIconTemplate"></ng-template>
|
1271
825
|
</button>
|
1272
|
-
<div *ngIf="galleria.templates && (galleria.headerFacet || galleria.headerTemplate)" class="
|
826
|
+
<div *ngIf="galleria.templates && (galleria.headerFacet || galleria.headerTemplate)" [class]="cx('header')">
|
1273
827
|
<p-galleriaItemSlot type="header" [templates]="galleria.templates"></p-galleriaItemSlot>
|
1274
828
|
</div>
|
1275
|
-
<div class="
|
829
|
+
<div [class]="cx('content')" [attr.aria-live]="galleria.autoPlay ? 'polite' : 'off'">
|
1276
830
|
<p-galleriaItem
|
1277
831
|
[id]="id"
|
1278
832
|
[value]="value"
|
@@ -1308,41 +862,27 @@ class GalleriaContent extends BaseComponent {
|
|
1308
862
|
(stopSlideShow)="stopSlideShow()"
|
1309
863
|
></p-galleriaThumbnails>
|
1310
864
|
</div>
|
1311
|
-
<div *ngIf="shouldRenderFooter()" class="
|
865
|
+
<div *ngIf="shouldRenderFooter()" [class]="cx('footer')">
|
1312
866
|
<p-galleriaItemSlot type="footer" [templates]="galleria.templates"></p-galleriaItemSlot>
|
1313
867
|
</div>
|
1314
868
|
</div>
|
1315
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.
|
869
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(() => TimesIcon), selector: "TimesIcon" }, { kind: "directive", type: i0.forwardRef(() => FocusTrap), selector: "[pFocusTrap]", inputs: ["pFocusTrapDisabled"] }, { kind: "component", type: i0.forwardRef(() => GalleriaItemSlot), selector: "p-galleriaItemSlot", inputs: ["templates", "index", "item", "type"] }, { kind: "component", type: i0.forwardRef(() => GalleriaItem), selector: "p-galleriaItem", inputs: ["id", "circular", "value", "showItemNavigators", "showIndicators", "slideShowActive", "changeItemOnIndicatorHover", "autoPlay", "templates", "indicatorFacet", "captionFacet", "activeIndex"], outputs: ["startSlideShow", "stopSlideShow", "onActiveIndexChange"] }, { kind: "component", type: i0.forwardRef(() => GalleriaThumbnails), selector: "p-galleriaThumbnails", inputs: ["containerId", "value", "isVertical", "slideShowActive", "circular", "responsiveOptions", "contentHeight", "showThumbnailNavigators", "templates", "numVisible", "activeIndex"], outputs: ["onActiveIndexChange", "stopSlideShow"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
1316
870
|
}
|
1317
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
871
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaContent, decorators: [{
|
1318
872
|
type: Component,
|
1319
873
|
args: [{
|
1320
874
|
selector: 'p-galleriaContent',
|
1321
875
|
standalone: false,
|
1322
876
|
template: `
|
1323
|
-
<div
|
1324
|
-
[attr.
|
1325
|
-
|
1326
|
-
*ngIf="value && value.length > 0"
|
1327
|
-
[ngClass]="{
|
1328
|
-
'p-galleria p-component': true,
|
1329
|
-
'p-galleria-fullscreen': this.galleria.fullScreen,
|
1330
|
-
'p-galleria-inset-indicators': this.galleria.showIndicatorsOnItem,
|
1331
|
-
'p-galleria-hover-navigators': this.galleria.showItemNavigatorsOnHover && !this.galleria.fullScreen
|
1332
|
-
}"
|
1333
|
-
[ngStyle]="!galleria.fullScreen ? galleria.containerStyle : {}"
|
1334
|
-
[class]="galleriaClass()"
|
1335
|
-
pFocusTrap
|
1336
|
-
[pFocusTrapDisabled]="!fullScreen"
|
1337
|
-
>
|
1338
|
-
<button *ngIf="galleria.fullScreen" type="button" class="p-galleria-close-button" (click)="maskHide.emit()" [attr.aria-label]="closeAriaLabel()" [attr.data-pc-section]="'closebutton'">
|
1339
|
-
<TimesIcon *ngIf="!galleria.closeIconTemplate && !galleria._closeIconTemplate" [styleClass]="'p-galleria-close-icon'" />
|
877
|
+
<div [attr.id]="id" [attr.role]="'region'" *ngIf="value && value.length > 0" [class]="cn(cx('root'), galleria.containerClass)" [ngStyle]="!galleria.fullScreen ? galleria.containerStyle : {}" pFocusTrap [pFocusTrapDisabled]="!fullScreen">
|
878
|
+
<button *ngIf="galleria.fullScreen" type="button" [class]="cx('closeButton')" (click)="maskHide.emit()" [attr.aria-label]="closeAriaLabel()" [attr.data-pc-section]="'closebutton'">
|
879
|
+
<TimesIcon *ngIf="!galleria.closeIconTemplate && !galleria._closeIconTemplate" [styleClass]="cx('closeIcon')" />
|
1340
880
|
<ng-template *ngTemplateOutlet="galleria.closeIconTemplate || galleria._closeIconTemplate"></ng-template>
|
1341
881
|
</button>
|
1342
|
-
<div *ngIf="galleria.templates && (galleria.headerFacet || galleria.headerTemplate)" class="
|
882
|
+
<div *ngIf="galleria.templates && (galleria.headerFacet || galleria.headerTemplate)" [class]="cx('header')">
|
1343
883
|
<p-galleriaItemSlot type="header" [templates]="galleria.templates"></p-galleriaItemSlot>
|
1344
884
|
</div>
|
1345
|
-
<div class="
|
885
|
+
<div [class]="cx('content')" [attr.aria-live]="galleria.autoPlay ? 'polite' : 'off'">
|
1346
886
|
<p-galleriaItem
|
1347
887
|
[id]="id"
|
1348
888
|
[value]="value"
|
@@ -1378,12 +918,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
1378
918
|
(stopSlideShow)="stopSlideShow()"
|
1379
919
|
></p-galleriaThumbnails>
|
1380
920
|
</div>
|
1381
|
-
<div *ngIf="shouldRenderFooter()" class="
|
921
|
+
<div *ngIf="shouldRenderFooter()" [class]="cx('footer')">
|
1382
922
|
<p-galleriaItemSlot type="footer" [templates]="galleria.templates"></p-galleriaItemSlot>
|
1383
923
|
</div>
|
1384
924
|
</div>
|
1385
925
|
`,
|
1386
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
926
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
927
|
+
providers: [GalleriaStyle]
|
1387
928
|
}]
|
1388
929
|
}], ctorParameters: () => [{ type: Galleria }, { type: i0.ChangeDetectorRef }, { type: i0.KeyValueDiffers }, { type: i0.ElementRef }], propDecorators: { activeIndex: [{
|
1389
930
|
type: Input
|
@@ -1510,14 +1051,14 @@ class GalleriaItemSlot {
|
|
1510
1051
|
this.getContentTemplate();
|
1511
1052
|
}
|
1512
1053
|
}
|
1513
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1514
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
1054
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaItemSlot, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
1055
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.0.6", type: GalleriaItemSlot, isStandalone: false, selector: "p-galleriaItemSlot", inputs: { templates: "templates", index: ["index", "index", numberAttribute], item: "item", type: "type" }, ngImport: i0, template: `
|
1515
1056
|
<ng-container *ngIf="shouldRender()">
|
1516
1057
|
<ng-container *ngTemplateOutlet="contentTemplate; context: context"></ng-container>
|
1517
1058
|
</ng-container>
|
1518
1059
|
`, isInline: true, dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
1519
1060
|
}
|
1520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1061
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaItemSlot, decorators: [{
|
1521
1062
|
type: Component,
|
1522
1063
|
args: [{
|
1523
1064
|
selector: 'p-galleriaItemSlot',
|
@@ -1539,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
1539
1080
|
}], type: [{
|
1540
1081
|
type: Input
|
1541
1082
|
}] } });
|
1542
|
-
class GalleriaItem {
|
1083
|
+
class GalleriaItem extends BaseComponent {
|
1543
1084
|
galleria;
|
1544
1085
|
id;
|
1545
1086
|
circular = false;
|
@@ -1555,6 +1096,7 @@ class GalleriaItem {
|
|
1555
1096
|
startSlideShow = new EventEmitter();
|
1556
1097
|
stopSlideShow = new EventEmitter();
|
1557
1098
|
onActiveIndexChange = new EventEmitter();
|
1099
|
+
_componentStyle = inject(GalleriaStyle);
|
1558
1100
|
get activeIndex() {
|
1559
1101
|
return this._activeIndex;
|
1560
1102
|
}
|
@@ -1568,9 +1110,11 @@ class GalleriaItem {
|
|
1568
1110
|
leftButtonFocused = false;
|
1569
1111
|
rightButtonFocused = false;
|
1570
1112
|
constructor(galleria) {
|
1113
|
+
super();
|
1571
1114
|
this.galleria = galleria;
|
1572
1115
|
}
|
1573
1116
|
ngOnChanges({ autoPlay }) {
|
1117
|
+
super.ngOnChanges({ autoPlay });
|
1574
1118
|
if (autoPlay?.currentValue) {
|
1575
1119
|
this.startSlideShow.emit();
|
1576
1120
|
}
|
@@ -1665,121 +1209,86 @@ class GalleriaItem {
|
|
1665
1209
|
ariaPageLabel(value) {
|
1666
1210
|
return this.galleria.config.translation.aria ? this.galleria.config.translation.aria.pageLabel.replace(/{page}/g, value) : undefined;
|
1667
1211
|
}
|
1668
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
1669
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
1670
|
-
<div class="
|
1671
|
-
<button
|
1672
|
-
*ngIf="
|
1673
|
-
type="button"
|
1674
|
-
role="navigation"
|
1675
|
-
[ngClass]="{ 'p-galleria-prev-button p-galleria-nav-button': true, 'p-disabled': this.isNavBackwardDisabled() }"
|
1676
|
-
(click)="navBackward($event)"
|
1677
|
-
[disabled]="isNavBackwardDisabled()"
|
1678
|
-
(focus)="onButtonFocus('left')"
|
1679
|
-
(blur)="onButtonBlur('left')"
|
1680
|
-
>
|
1681
|
-
<ChevronLeftIcon *ngIf="!galleria.itemPreviousIconTemplate && !galleria._itemPreviousIconTemplate" [styleClass]="'p-galleria-prev-icon'" />
|
1212
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaItem, deps: [{ token: Galleria }], target: i0.ɵɵFactoryTarget.Component });
|
1213
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.0.6", type: GalleriaItem, isStandalone: false, selector: "p-galleriaItem", inputs: { id: "id", circular: ["circular", "circular", booleanAttribute], value: "value", showItemNavigators: ["showItemNavigators", "showItemNavigators", booleanAttribute], showIndicators: ["showIndicators", "showIndicators", booleanAttribute], slideShowActive: ["slideShowActive", "slideShowActive", booleanAttribute], changeItemOnIndicatorHover: ["changeItemOnIndicatorHover", "changeItemOnIndicatorHover", booleanAttribute], autoPlay: ["autoPlay", "autoPlay", booleanAttribute], templates: "templates", indicatorFacet: "indicatorFacet", captionFacet: "captionFacet", activeIndex: "activeIndex" }, outputs: { startSlideShow: "startSlideShow", stopSlideShow: "stopSlideShow", onActiveIndexChange: "onActiveIndexChange" }, host: { properties: { "class": "cx('itemsContainer')" } }, providers: [GalleriaStyle], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: `
|
1214
|
+
<div [class]="cx('items')">
|
1215
|
+
<button *ngIf="showItemNavigators" type="button" role="navigation" [class]="cx('prevButton')" (click)="navBackward($event)" (focus)="onButtonFocus('left')" (blur)="onButtonBlur('left')">
|
1216
|
+
<ChevronLeftIcon *ngIf="!galleria.itemPreviousIconTemplate && !galleria._itemPreviousIconTemplate" [styleClass]="cx('prevIcon')" />
|
1682
1217
|
<ng-template *ngTemplateOutlet="galleria.itemPreviousIconTemplate || galleria._itemPreviousIconTemplate"></ng-template>
|
1683
1218
|
</button>
|
1684
|
-
<div [id]="id + '_item_' + activeIndex" role="group" class="
|
1685
|
-
<p-galleriaItemSlot type="item" [item]="activeItem" [templates]="templates" class="
|
1219
|
+
<div [id]="id + '_item_' + activeIndex" role="group" [class]="cx('item')" [attr.aria-label]="ariaSlideNumber(activeIndex + 1)" [attr.aria-roledescription]="ariaSlideLabel()">
|
1220
|
+
<p-galleriaItemSlot type="item" [item]="activeItem" [templates]="templates" [class]="cx('item')"></p-galleriaItemSlot>
|
1686
1221
|
</div>
|
1687
|
-
<button
|
1688
|
-
*ngIf="
|
1689
|
-
type="button"
|
1690
|
-
[ngClass]="{ 'p-galleria-next-button p-galleria-nav-button': true, 'p-disabled': this.isNavForwardDisabled() }"
|
1691
|
-
(click)="navForward($event)"
|
1692
|
-
[disabled]="isNavForwardDisabled()"
|
1693
|
-
role="navigation"
|
1694
|
-
(focus)="onButtonFocus('right')"
|
1695
|
-
(blur)="onButtonBlur('right')"
|
1696
|
-
>
|
1697
|
-
<ChevronRightIcon *ngIf="!galleria.itemNextIconTemplate && !galleria._itemNextIconTemplate" [styleClass]="'p-galleria-next-icon'" />
|
1222
|
+
<button *ngIf="showItemNavigators" type="button" [class]="cx('nextButton')" (click)="navForward($event)" role="navigation" (focus)="onButtonFocus('right')" (blur)="onButtonBlur('right')">
|
1223
|
+
<ChevronRightIcon *ngIf="!galleria.itemNextIconTemplate && !galleria._itemNextIconTemplate" [styleClass]="cx('nextIcon')" />
|
1698
1224
|
<ng-template *ngTemplateOutlet="galleria.itemNextIconTemplate || galleria._itemNextIconTemplate"></ng-template>
|
1699
1225
|
</button>
|
1700
|
-
<div class="
|
1226
|
+
<div [class]="cx('caption')" *ngIf="captionFacet || galleria.captionTemplate">
|
1701
1227
|
<p-galleriaItemSlot type="caption" [item]="activeItem" [templates]="templates"></p-galleriaItemSlot>
|
1702
1228
|
</div>
|
1703
1229
|
</div>
|
1704
|
-
<ul *ngIf="showIndicators" class="
|
1230
|
+
<ul *ngIf="showIndicators" [class]="cx('indicatorList')">
|
1705
1231
|
<li
|
1706
1232
|
*ngFor="let item of value; let index = index"
|
1707
1233
|
tabindex="0"
|
1708
1234
|
(click)="onIndicatorClick(index)"
|
1709
1235
|
(mouseenter)="onIndicatorMouseEnter(index)"
|
1710
1236
|
(keydown)="onIndicatorKeyDown($event, index)"
|
1711
|
-
[
|
1237
|
+
[class]="cx('indicator', { index })"
|
1712
1238
|
[attr.aria-label]="ariaPageLabel(index + 1)"
|
1713
1239
|
[attr.aria-selected]="activeIndex === index"
|
1714
1240
|
[attr.aria-controls]="id + '_item_' + index"
|
1715
1241
|
>
|
1716
|
-
<button type="button" tabIndex="-1" class="
|
1242
|
+
<button type="button" tabIndex="-1" [class]="cx('indicatorButton')" *ngIf="!indicatorFacet && !galleria.indicatorTemplate"></button>
|
1717
1243
|
<p-galleriaItemSlot type="indicator" [index]="index" [templates]="templates"></p-galleriaItemSlot>
|
1718
1244
|
</li>
|
1719
1245
|
</ul>
|
1720
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.
|
1246
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(() => ChevronRightIcon), selector: "ChevronRightIcon" }, { kind: "component", type: i0.forwardRef(() => ChevronLeftIcon), selector: "ChevronLeftIcon" }, { kind: "component", type: i0.forwardRef(() => GalleriaItemSlot), selector: "p-galleriaItemSlot", inputs: ["templates", "index", "item", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
1721
1247
|
}
|
1722
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1248
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaItem, decorators: [{
|
1723
1249
|
type: Component,
|
1724
1250
|
args: [{
|
1725
1251
|
selector: 'p-galleriaItem',
|
1726
1252
|
standalone: false,
|
1727
1253
|
template: `
|
1728
|
-
<div class="
|
1729
|
-
<button
|
1730
|
-
*ngIf="
|
1731
|
-
type="button"
|
1732
|
-
role="navigation"
|
1733
|
-
[ngClass]="{ 'p-galleria-prev-button p-galleria-nav-button': true, 'p-disabled': this.isNavBackwardDisabled() }"
|
1734
|
-
(click)="navBackward($event)"
|
1735
|
-
[disabled]="isNavBackwardDisabled()"
|
1736
|
-
(focus)="onButtonFocus('left')"
|
1737
|
-
(blur)="onButtonBlur('left')"
|
1738
|
-
>
|
1739
|
-
<ChevronLeftIcon *ngIf="!galleria.itemPreviousIconTemplate && !galleria._itemPreviousIconTemplate" [styleClass]="'p-galleria-prev-icon'" />
|
1254
|
+
<div [class]="cx('items')">
|
1255
|
+
<button *ngIf="showItemNavigators" type="button" role="navigation" [class]="cx('prevButton')" (click)="navBackward($event)" (focus)="onButtonFocus('left')" (blur)="onButtonBlur('left')">
|
1256
|
+
<ChevronLeftIcon *ngIf="!galleria.itemPreviousIconTemplate && !galleria._itemPreviousIconTemplate" [styleClass]="cx('prevIcon')" />
|
1740
1257
|
<ng-template *ngTemplateOutlet="galleria.itemPreviousIconTemplate || galleria._itemPreviousIconTemplate"></ng-template>
|
1741
1258
|
</button>
|
1742
|
-
<div [id]="id + '_item_' + activeIndex" role="group" class="
|
1743
|
-
<p-galleriaItemSlot type="item" [item]="activeItem" [templates]="templates" class="
|
1259
|
+
<div [id]="id + '_item_' + activeIndex" role="group" [class]="cx('item')" [attr.aria-label]="ariaSlideNumber(activeIndex + 1)" [attr.aria-roledescription]="ariaSlideLabel()">
|
1260
|
+
<p-galleriaItemSlot type="item" [item]="activeItem" [templates]="templates" [class]="cx('item')"></p-galleriaItemSlot>
|
1744
1261
|
</div>
|
1745
|
-
<button
|
1746
|
-
*ngIf="
|
1747
|
-
type="button"
|
1748
|
-
[ngClass]="{ 'p-galleria-next-button p-galleria-nav-button': true, 'p-disabled': this.isNavForwardDisabled() }"
|
1749
|
-
(click)="navForward($event)"
|
1750
|
-
[disabled]="isNavForwardDisabled()"
|
1751
|
-
role="navigation"
|
1752
|
-
(focus)="onButtonFocus('right')"
|
1753
|
-
(blur)="onButtonBlur('right')"
|
1754
|
-
>
|
1755
|
-
<ChevronRightIcon *ngIf="!galleria.itemNextIconTemplate && !galleria._itemNextIconTemplate" [styleClass]="'p-galleria-next-icon'" />
|
1262
|
+
<button *ngIf="showItemNavigators" type="button" [class]="cx('nextButton')" (click)="navForward($event)" role="navigation" (focus)="onButtonFocus('right')" (blur)="onButtonBlur('right')">
|
1263
|
+
<ChevronRightIcon *ngIf="!galleria.itemNextIconTemplate && !galleria._itemNextIconTemplate" [styleClass]="cx('nextIcon')" />
|
1756
1264
|
<ng-template *ngTemplateOutlet="galleria.itemNextIconTemplate || galleria._itemNextIconTemplate"></ng-template>
|
1757
1265
|
</button>
|
1758
|
-
<div class="
|
1266
|
+
<div [class]="cx('caption')" *ngIf="captionFacet || galleria.captionTemplate">
|
1759
1267
|
<p-galleriaItemSlot type="caption" [item]="activeItem" [templates]="templates"></p-galleriaItemSlot>
|
1760
1268
|
</div>
|
1761
1269
|
</div>
|
1762
|
-
<ul *ngIf="showIndicators" class="
|
1270
|
+
<ul *ngIf="showIndicators" [class]="cx('indicatorList')">
|
1763
1271
|
<li
|
1764
1272
|
*ngFor="let item of value; let index = index"
|
1765
1273
|
tabindex="0"
|
1766
1274
|
(click)="onIndicatorClick(index)"
|
1767
1275
|
(mouseenter)="onIndicatorMouseEnter(index)"
|
1768
1276
|
(keydown)="onIndicatorKeyDown($event, index)"
|
1769
|
-
[
|
1277
|
+
[class]="cx('indicator', { index })"
|
1770
1278
|
[attr.aria-label]="ariaPageLabel(index + 1)"
|
1771
1279
|
[attr.aria-selected]="activeIndex === index"
|
1772
1280
|
[attr.aria-controls]="id + '_item_' + index"
|
1773
1281
|
>
|
1774
|
-
<button type="button" tabIndex="-1" class="
|
1282
|
+
<button type="button" tabIndex="-1" [class]="cx('indicatorButton')" *ngIf="!indicatorFacet && !galleria.indicatorTemplate"></button>
|
1775
1283
|
<p-galleriaItemSlot type="indicator" [index]="index" [templates]="templates"></p-galleriaItemSlot>
|
1776
1284
|
</li>
|
1777
1285
|
</ul>
|
1778
1286
|
`,
|
1779
1287
|
host: {
|
1780
|
-
class: '
|
1288
|
+
'[class]': "cx('itemsContainer')"
|
1781
1289
|
},
|
1782
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
1290
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
1291
|
+
providers: [GalleriaStyle]
|
1783
1292
|
}]
|
1784
1293
|
}], ctorParameters: () => [{ type: Galleria }], propDecorators: { id: [{
|
1785
1294
|
type: Input
|
@@ -1818,12 +1327,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
1818
1327
|
}], activeIndex: [{
|
1819
1328
|
type: Input
|
1820
1329
|
}] } });
|
1821
|
-
class GalleriaThumbnails {
|
1330
|
+
class GalleriaThumbnails extends BaseComponent {
|
1822
1331
|
galleria;
|
1823
|
-
document;
|
1824
|
-
platformId;
|
1825
|
-
renderer;
|
1826
|
-
cd;
|
1827
1332
|
containerId;
|
1828
1333
|
value;
|
1829
1334
|
isVertical = false;
|
@@ -1863,14 +1368,13 @@ class GalleriaThumbnails {
|
|
1863
1368
|
_oldNumVisible = 0;
|
1864
1369
|
_activeIndex = 0;
|
1865
1370
|
_oldactiveIndex = 0;
|
1866
|
-
|
1371
|
+
_componentStyle = inject(GalleriaStyle);
|
1372
|
+
constructor(galleria) {
|
1373
|
+
super();
|
1867
1374
|
this.galleria = galleria;
|
1868
|
-
this.document = document;
|
1869
|
-
this.platformId = platformId;
|
1870
|
-
this.renderer = renderer;
|
1871
|
-
this.cd = cd;
|
1872
1375
|
}
|
1873
1376
|
ngOnInit() {
|
1377
|
+
super.ngOnInit();
|
1874
1378
|
if (isPlatformBrowser(this.platformId)) {
|
1875
1379
|
this.createStyle();
|
1876
1380
|
if (this.responsiveOptions) {
|
@@ -1908,6 +1412,7 @@ class GalleriaThumbnails {
|
|
1908
1412
|
}
|
1909
1413
|
}
|
1910
1414
|
ngAfterViewInit() {
|
1415
|
+
super.ngAfterViewInit();
|
1911
1416
|
if (isPlatformBrowser(this.platformId)) {
|
1912
1417
|
this.calculatePosition();
|
1913
1418
|
}
|
@@ -2194,6 +1699,7 @@ class GalleriaThumbnails {
|
|
2194
1699
|
}
|
2195
1700
|
}
|
2196
1701
|
ngOnDestroy() {
|
1702
|
+
super.ngOnDestroy();
|
2197
1703
|
if (this.responsiveOptions) {
|
2198
1704
|
this.unbindDocumentListeners();
|
2199
1705
|
}
|
@@ -2210,39 +1716,22 @@ class GalleriaThumbnails {
|
|
2210
1716
|
ariaPageLabel(value) {
|
2211
1717
|
return this.galleria.config.translation.aria ? this.galleria.config.translation.aria.pageLabel.replace(/{page}/g, value) : undefined;
|
2212
1718
|
}
|
2213
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2214
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "
|
2215
|
-
<div class="
|
2216
|
-
<div class="
|
2217
|
-
<button
|
2218
|
-
*ngIf="showThumbnailNavigators"
|
2219
|
-
type="button"
|
2220
|
-
[ngClass]="{
|
2221
|
-
'p-galleria-thumbnail-prev-button p-galleria-thumbnail-nav-button': true,
|
2222
|
-
'p-disabled': this.isNavBackwardDisabled()
|
2223
|
-
}"
|
2224
|
-
(click)="navBackward($event)"
|
2225
|
-
[disabled]="isNavBackwardDisabled()"
|
2226
|
-
pRipple
|
2227
|
-
[attr.aria-label]="ariaPrevButtonLabel()"
|
2228
|
-
>
|
1719
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaThumbnails, deps: [{ token: Galleria }], target: i0.ɵɵFactoryTarget.Component });
|
1720
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "20.0.6", type: GalleriaThumbnails, isStandalone: false, selector: "p-galleriaThumbnails", inputs: { containerId: "containerId", value: "value", isVertical: ["isVertical", "isVertical", booleanAttribute], slideShowActive: ["slideShowActive", "slideShowActive", booleanAttribute], circular: ["circular", "circular", booleanAttribute], responsiveOptions: "responsiveOptions", contentHeight: "contentHeight", showThumbnailNavigators: "showThumbnailNavigators", templates: "templates", numVisible: "numVisible", activeIndex: "activeIndex" }, outputs: { onActiveIndexChange: "onActiveIndexChange", stopSlideShow: "stopSlideShow" }, providers: [GalleriaStyle], viewQueries: [{ propertyName: "itemsContainer", first: true, predicate: ["itemsContainer"], descendants: true }], usesInheritance: true, ngImport: i0, template: `
|
1721
|
+
<div [class]="cx('thumbnails')">
|
1722
|
+
<div [class]="cx('thumbnailContent')">
|
1723
|
+
<button *ngIf="showThumbnailNavigators" type="button" [class]="cx('thumbnailPrevButton')" (click)="navBackward($event)" pRipple [attr.aria-label]="ariaPrevButtonLabel()">
|
2229
1724
|
<ng-container *ngIf="!galleria.previousThumbnailIconTemplate && !galleria._previousThumbnailIconTemplate">
|
2230
|
-
<ChevronLeftIcon *ngIf="!isVertical" [styleClass]="'
|
2231
|
-
<ChevronUpIcon *ngIf="isVertical" [styleClass]="'
|
1725
|
+
<ChevronLeftIcon *ngIf="!isVertical" [styleClass]="cx('thumbnailPrevIcon')" />
|
1726
|
+
<ChevronUpIcon *ngIf="isVertical" [styleClass]="cx('thumbnailPrevIcon')" />
|
2232
1727
|
</ng-container>
|
2233
1728
|
<ng-template *ngTemplateOutlet="galleria.previousThumbnailIconTemplate || galleria._previousThumbnailIconTemplate"></ng-template>
|
2234
1729
|
</button>
|
2235
|
-
<div class="
|
2236
|
-
<div #itemsContainer class="
|
1730
|
+
<div [class]="cx('thumbnailsViewport')" [ngStyle]="{ height: isVertical ? contentHeight : '' }">
|
1731
|
+
<div #itemsContainer [class]="cx('thumbnailItems')" (transitionend)="onTransitionEnd()" (touchstart)="onTouchStart($event)" (touchmove)="onTouchMove($event)" role="tablist">
|
2237
1732
|
<div
|
2238
1733
|
*ngFor="let item of value; let index = index"
|
2239
|
-
[
|
2240
|
-
'p-galleria-thumbnail-item': true,
|
2241
|
-
'p-galleria-thumbnail-item-current': activeIndex === index,
|
2242
|
-
'p-galleria-thumbnail-item-active': isItemActive(index),
|
2243
|
-
'p-galleria-thumbnail-item-start': firstItemAciveIndex() === index,
|
2244
|
-
'p-galleria-thumbnail-item-end': lastItemActiveIndex() === index
|
2245
|
-
}"
|
1734
|
+
[class]="cx('thumbnailItem', { index, activeIndex })"
|
2246
1735
|
[attr.aria-selected]="activeIndex === index"
|
2247
1736
|
[attr.aria-controls]="containerId + '_item_' + index"
|
2248
1737
|
[attr.data-pc-section]="'thumbnailitem'"
|
@@ -2250,7 +1739,7 @@ class GalleriaThumbnails {
|
|
2250
1739
|
(keydown)="onThumbnailKeydown($event, index)"
|
2251
1740
|
>
|
2252
1741
|
<div
|
2253
|
-
class="
|
1742
|
+
[class]="cx('thumbnail')"
|
2254
1743
|
[attr.tabindex]="activeIndex === index ? 0 : -1"
|
2255
1744
|
[attr.aria-current]="activeIndex === index ? 'page' : undefined"
|
2256
1745
|
[attr.aria-label]="ariaPageLabel(index + 1)"
|
@@ -2263,21 +1752,10 @@ class GalleriaThumbnails {
|
|
2263
1752
|
</div>
|
2264
1753
|
</div>
|
2265
1754
|
</div>
|
2266
|
-
<button
|
2267
|
-
*ngIf="showThumbnailNavigators"
|
2268
|
-
type="button"
|
2269
|
-
[ngClass]="{
|
2270
|
-
'p-galleria-thumbnail-next-button p-galleria-thumbnail-nav-button': true,
|
2271
|
-
'p-disabled': this.isNavForwardDisabled()
|
2272
|
-
}"
|
2273
|
-
(click)="navForward($event)"
|
2274
|
-
[disabled]="isNavForwardDisabled()"
|
2275
|
-
pRipple
|
2276
|
-
[attr.aria-label]="ariaNextButtonLabel()"
|
2277
|
-
>
|
1755
|
+
<button *ngIf="showThumbnailNavigators" type="button" [class]="cx('thumbnailNextButton')" (click)="navForward($event)" pRipple [attr.aria-label]="ariaNextButtonLabel()">
|
2278
1756
|
<ng-container *ngIf="!galleria.nextThumbnailIconTemplate && !galleria._nextThumbnailIconTemplate">
|
2279
|
-
<ChevronRightIcon *ngIf="!isVertical" [ngClass]="'
|
2280
|
-
<ChevronDownIcon *ngIf="isVertical" [ngClass]="'
|
1757
|
+
<ChevronRightIcon *ngIf="!isVertical" [ngClass]="cx('thumbnailNextIcon')" />
|
1758
|
+
<ChevronDownIcon *ngIf="isVertical" [ngClass]="cx('thumbnailNextIcon')" />
|
2281
1759
|
</ng-container>
|
2282
1760
|
<ng-template *ngTemplateOutlet="galleria.nextThumbnailIconTemplate || galleria._nextThumbnailIconTemplate"></ng-template>
|
2283
1761
|
</button>
|
@@ -2285,43 +1763,26 @@ class GalleriaThumbnails {
|
|
2285
1763
|
</div>
|
2286
1764
|
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i1.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i1.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i0.forwardRef(() => Ripple), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(() => ChevronRightIcon), selector: "ChevronRightIcon" }, { kind: "component", type: i0.forwardRef(() => ChevronUpIcon), selector: "ChevronUpIcon" }, { kind: "component", type: i0.forwardRef(() => ChevronDownIcon), selector: "ChevronDownIcon" }, { kind: "component", type: i0.forwardRef(() => ChevronLeftIcon), selector: "ChevronLeftIcon" }, { kind: "component", type: i0.forwardRef(() => GalleriaItemSlot), selector: "p-galleriaItemSlot", inputs: ["templates", "index", "item", "type"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
2287
1765
|
}
|
2288
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1766
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaThumbnails, decorators: [{
|
2289
1767
|
type: Component,
|
2290
1768
|
args: [{
|
2291
1769
|
selector: 'p-galleriaThumbnails',
|
2292
1770
|
standalone: false,
|
2293
1771
|
template: `
|
2294
|
-
<div class="
|
2295
|
-
<div class="
|
2296
|
-
<button
|
2297
|
-
*ngIf="showThumbnailNavigators"
|
2298
|
-
type="button"
|
2299
|
-
[ngClass]="{
|
2300
|
-
'p-galleria-thumbnail-prev-button p-galleria-thumbnail-nav-button': true,
|
2301
|
-
'p-disabled': this.isNavBackwardDisabled()
|
2302
|
-
}"
|
2303
|
-
(click)="navBackward($event)"
|
2304
|
-
[disabled]="isNavBackwardDisabled()"
|
2305
|
-
pRipple
|
2306
|
-
[attr.aria-label]="ariaPrevButtonLabel()"
|
2307
|
-
>
|
1772
|
+
<div [class]="cx('thumbnails')">
|
1773
|
+
<div [class]="cx('thumbnailContent')">
|
1774
|
+
<button *ngIf="showThumbnailNavigators" type="button" [class]="cx('thumbnailPrevButton')" (click)="navBackward($event)" pRipple [attr.aria-label]="ariaPrevButtonLabel()">
|
2308
1775
|
<ng-container *ngIf="!galleria.previousThumbnailIconTemplate && !galleria._previousThumbnailIconTemplate">
|
2309
|
-
<ChevronLeftIcon *ngIf="!isVertical" [styleClass]="'
|
2310
|
-
<ChevronUpIcon *ngIf="isVertical" [styleClass]="'
|
1776
|
+
<ChevronLeftIcon *ngIf="!isVertical" [styleClass]="cx('thumbnailPrevIcon')" />
|
1777
|
+
<ChevronUpIcon *ngIf="isVertical" [styleClass]="cx('thumbnailPrevIcon')" />
|
2311
1778
|
</ng-container>
|
2312
1779
|
<ng-template *ngTemplateOutlet="galleria.previousThumbnailIconTemplate || galleria._previousThumbnailIconTemplate"></ng-template>
|
2313
1780
|
</button>
|
2314
|
-
<div class="
|
2315
|
-
<div #itemsContainer class="
|
1781
|
+
<div [class]="cx('thumbnailsViewport')" [ngStyle]="{ height: isVertical ? contentHeight : '' }">
|
1782
|
+
<div #itemsContainer [class]="cx('thumbnailItems')" (transitionend)="onTransitionEnd()" (touchstart)="onTouchStart($event)" (touchmove)="onTouchMove($event)" role="tablist">
|
2316
1783
|
<div
|
2317
1784
|
*ngFor="let item of value; let index = index"
|
2318
|
-
[
|
2319
|
-
'p-galleria-thumbnail-item': true,
|
2320
|
-
'p-galleria-thumbnail-item-current': activeIndex === index,
|
2321
|
-
'p-galleria-thumbnail-item-active': isItemActive(index),
|
2322
|
-
'p-galleria-thumbnail-item-start': firstItemAciveIndex() === index,
|
2323
|
-
'p-galleria-thumbnail-item-end': lastItemActiveIndex() === index
|
2324
|
-
}"
|
1785
|
+
[class]="cx('thumbnailItem', { index, activeIndex })"
|
2325
1786
|
[attr.aria-selected]="activeIndex === index"
|
2326
1787
|
[attr.aria-controls]="containerId + '_item_' + index"
|
2327
1788
|
[attr.data-pc-section]="'thumbnailitem'"
|
@@ -2329,7 +1790,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
2329
1790
|
(keydown)="onThumbnailKeydown($event, index)"
|
2330
1791
|
>
|
2331
1792
|
<div
|
2332
|
-
class="
|
1793
|
+
[class]="cx('thumbnail')"
|
2333
1794
|
[attr.tabindex]="activeIndex === index ? 0 : -1"
|
2334
1795
|
[attr.aria-current]="activeIndex === index ? 'page' : undefined"
|
2335
1796
|
[attr.aria-label]="ariaPageLabel(index + 1)"
|
@@ -2342,36 +1803,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
2342
1803
|
</div>
|
2343
1804
|
</div>
|
2344
1805
|
</div>
|
2345
|
-
<button
|
2346
|
-
*ngIf="showThumbnailNavigators"
|
2347
|
-
type="button"
|
2348
|
-
[ngClass]="{
|
2349
|
-
'p-galleria-thumbnail-next-button p-galleria-thumbnail-nav-button': true,
|
2350
|
-
'p-disabled': this.isNavForwardDisabled()
|
2351
|
-
}"
|
2352
|
-
(click)="navForward($event)"
|
2353
|
-
[disabled]="isNavForwardDisabled()"
|
2354
|
-
pRipple
|
2355
|
-
[attr.aria-label]="ariaNextButtonLabel()"
|
2356
|
-
>
|
1806
|
+
<button *ngIf="showThumbnailNavigators" type="button" [class]="cx('thumbnailNextButton')" (click)="navForward($event)" pRipple [attr.aria-label]="ariaNextButtonLabel()">
|
2357
1807
|
<ng-container *ngIf="!galleria.nextThumbnailIconTemplate && !galleria._nextThumbnailIconTemplate">
|
2358
|
-
<ChevronRightIcon *ngIf="!isVertical" [ngClass]="'
|
2359
|
-
<ChevronDownIcon *ngIf="isVertical" [ngClass]="'
|
1808
|
+
<ChevronRightIcon *ngIf="!isVertical" [ngClass]="cx('thumbnailNextIcon')" />
|
1809
|
+
<ChevronDownIcon *ngIf="isVertical" [ngClass]="cx('thumbnailNextIcon')" />
|
2360
1810
|
</ng-container>
|
2361
1811
|
<ng-template *ngTemplateOutlet="galleria.nextThumbnailIconTemplate || galleria._nextThumbnailIconTemplate"></ng-template>
|
2362
1812
|
</button>
|
2363
1813
|
</div>
|
2364
1814
|
</div>
|
2365
1815
|
`,
|
2366
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
1816
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
1817
|
+
providers: [GalleriaStyle]
|
2367
1818
|
}]
|
2368
|
-
}], ctorParameters: () => [{ type: Galleria },
|
2369
|
-
type: Inject,
|
2370
|
-
args: [DOCUMENT]
|
2371
|
-
}] }, { type: undefined, decorators: [{
|
2372
|
-
type: Inject,
|
2373
|
-
args: [PLATFORM_ID]
|
2374
|
-
}] }, { type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }], propDecorators: { containerId: [{
|
1819
|
+
}], ctorParameters: () => [{ type: Galleria }], propDecorators: { containerId: [{
|
2375
1820
|
type: Input
|
2376
1821
|
}], value: [{
|
2377
1822
|
type: Input
|
@@ -2405,11 +1850,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
2405
1850
|
type: Input
|
2406
1851
|
}] } });
|
2407
1852
|
class GalleriaModule {
|
2408
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
2409
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
2410
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
1853
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
1854
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.6", ngImport: i0, type: GalleriaModule, declarations: [Galleria, GalleriaContent, GalleriaItemSlot, GalleriaItem, GalleriaThumbnails], imports: [CommonModule, SharedModule, Ripple, TimesIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrap], exports: [CommonModule, Galleria, GalleriaContent, GalleriaItemSlot, GalleriaItem, GalleriaThumbnails, SharedModule] });
|
1855
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaModule, imports: [CommonModule, SharedModule, TimesIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, CommonModule, SharedModule] });
|
2411
1856
|
}
|
2412
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
1857
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: GalleriaModule, decorators: [{
|
2413
1858
|
type: NgModule,
|
2414
1859
|
args: [{
|
2415
1860
|
imports: [CommonModule, SharedModule, Ripple, TimesIcon, ChevronRightIcon, ChevronUpIcon, ChevronDownIcon, ChevronLeftIcon, WindowMaximizeIcon, WindowMinimizeIcon, FocusTrap],
|