primeng 18.0.0-rc.1 → 18.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/accordion/accordion.d.ts +2 -4
- package/api/primeicons.d.ts +3 -3
- package/api/scrolleroptions.d.ts +10 -0
- package/api/selectitemgroup.d.ts +2 -2
- package/api/shared.d.ts +2 -2
- package/autocomplete/autocomplete.d.ts +6 -7
- package/badge/badge.d.ts +16 -2
- package/blockui/blockui.d.ts +2 -2
- package/breadcrumb/breadcrumb.d.ts +3 -4
- package/button/button.d.ts +3 -4
- package/calendar/calendar.d.ts +12 -12
- package/card/card.d.ts +2 -2
- package/carousel/carousel.d.ts +3 -3
- package/cascadeselect/cascadeselect.d.ts +31 -15
- package/cascadeselect/style/cascadeselectstyle.d.ts +8 -1
- package/checkbox/checkbox.d.ts +2 -2
- package/chip/chip.d.ts +2 -2
- package/config/primeng.d.ts +12 -6
- package/config/provideprimeng.d.ts +1 -12
- package/config/themeprovider.d.ts +10 -4
- package/confirmdialog/confirmdialog.d.ts +4 -3
- package/confirmpopup/confirmpopup.d.ts +3 -4
- package/contextmenu/contextmenu.d.ts +2 -2
- package/dataview/dataview.d.ts +9 -10
- package/datepicker/datepicker.d.ts +8 -8
- package/defer/defer.d.ts +2 -0
- package/dialog/dialog.d.ts +4 -4
- package/drawer/drawer.d.ts +2 -2
- package/dropdown/dropdown.d.ts +0 -23
- package/editor/editor.d.ts +2 -2
- package/esm2022/accordion/accordion.mjs +9 -35
- package/esm2022/accordion/style/accordionstyle.mjs +9 -7
- package/esm2022/api/primeicons.mjs +4 -4
- package/esm2022/api/scrolleroptions.mjs +1 -1
- package/esm2022/api/selectitemgroup.mjs +1 -1
- package/esm2022/api/shared.mjs +6 -6
- package/esm2022/autocomplete/autocomplete.mjs +272 -308
- package/esm2022/autocomplete/style/autocompletestyle.mjs +16 -15
- package/esm2022/avatar/avatar.mjs +3 -3
- package/esm2022/avatar/style/avatarstyle.mjs +3 -3
- package/esm2022/badge/badge.mjs +33 -3
- package/esm2022/badge/style/badgestyle.mjs +3 -3
- package/esm2022/base/style/basestyle.mjs +6 -4
- package/esm2022/basecomponent/basecomponent.mjs +8 -2
- package/esm2022/blockui/blockui.mjs +6 -6
- package/esm2022/breadcrumb/breadcrumb.mjs +94 -101
- package/esm2022/breadcrumb/style/breadcrumbstyle.mjs +5 -1
- package/esm2022/button/button.mjs +19 -37
- package/esm2022/button/style/buttonstyle.mjs +17 -7
- package/esm2022/buttongroup/style/buttongroupstyle.mjs +9 -9
- package/esm2022/calendar/calendar.mjs +115 -115
- package/esm2022/calendar/style/calendarstyle.mjs +5 -5
- package/esm2022/card/card.mjs +10 -9
- package/esm2022/carousel/carousel.mjs +20 -19
- package/esm2022/carousel/style/carouselstyle.mjs +10 -1
- package/esm2022/cascadeselect/cascadeselect.mjs +182 -107
- package/esm2022/cascadeselect/style/cascadeselectstyle.mjs +37 -22
- package/esm2022/checkbox/checkbox.mjs +8 -8
- package/esm2022/chip/chip.mjs +10 -10
- package/esm2022/chip/style/chipstyle.mjs +2 -2
- package/esm2022/colorpicker/colorpicker.mjs +2 -2
- package/esm2022/colorpicker/style/colorpickerstyle.mjs +29 -1
- package/esm2022/config/primeng.mjs +14 -18
- package/esm2022/config/provideprimeng.mjs +11 -3
- package/esm2022/config/themeprovider.mjs +10 -16
- package/esm2022/confirmdialog/confirmdialog.mjs +26 -18
- package/esm2022/confirmpopup/confirmpopup.mjs +45 -36
- package/esm2022/contextmenu/contextmenu.mjs +13 -13
- package/esm2022/contextmenu/style/contextmenustyle.mjs +11 -1
- package/esm2022/dataview/dataview.mjs +39 -113
- package/esm2022/datepicker/datepicker.mjs +93 -93
- package/esm2022/datepicker/style/datepickerstyle.mjs +23 -16
- package/esm2022/defer/defer.mjs +7 -1
- package/esm2022/dialog/dialog.mjs +44 -43
- package/esm2022/dialog/style/dialogstyle.mjs +22 -1
- package/esm2022/divider/style/dividerstyle.mjs +18 -14
- package/esm2022/dock/style/dockstyle.mjs +11 -1
- package/esm2022/drawer/drawer.mjs +11 -11
- package/esm2022/drawer/style/drawerstyle.mjs +5 -1
- package/esm2022/dropdown/dropdown.mjs +4 -18
- package/esm2022/dropdown/style/dropdownstyle.mjs +4 -4
- package/esm2022/dynamicdialog/dialogservice.mjs +2 -2
- package/esm2022/editor/editor.mjs +1 -1
- package/esm2022/editor/style/editorstyle.mjs +52 -158
- package/esm2022/fieldset/fieldset.mjs +20 -21
- package/esm2022/fileupload/fileupload.mjs +108 -68
- package/esm2022/floatlabel/style/floatlabelstyle.mjs +5 -5
- package/esm2022/galleria/galleria.mjs +6 -1
- package/esm2022/galleria/style/galleriastyle.mjs +18 -1
- package/esm2022/iconfield/style/iconfieldstyle.mjs +2 -2
- package/esm2022/iftalabel/iftalabel.mjs +6 -6
- package/esm2022/iftalabel/style/iftalabelstyle.mjs +5 -5
- package/esm2022/image/image.mjs +37 -70
- package/esm2022/image/style/imagestyle.mjs +7 -7
- package/esm2022/imagecompare/imagecompare.mjs +158 -0
- package/esm2022/imagecompare/primeng-imagecompare.mjs +5 -0
- package/esm2022/imagecompare/public_api.mjs +3 -0
- package/esm2022/imagecompare/style/imagecomparestyle.mjs +124 -0
- package/esm2022/inplace/inplace.mjs +8 -8
- package/esm2022/inputmask/inputmask.mjs +13 -13
- package/esm2022/inputmask/style/inputmaskstyle.mjs +14 -7
- package/esm2022/inputnumber/inputnumber.mjs +44 -46
- package/esm2022/inputnumber/style/inputnumberstyle.mjs +27 -19
- package/esm2022/inputotp/inputotp.mjs +4 -16
- package/esm2022/inputtext/inputtext.mjs +11 -10
- package/esm2022/inputtext/style/inputtextstyle.mjs +15 -9
- package/esm2022/keyfilter/keyfilter.mjs +4 -3
- package/esm2022/listbox/listbox.mjs +8 -53
- package/esm2022/megamenu/megamenu.mjs +18 -18
- package/esm2022/megamenu/style/megamenustyle.mjs +17 -1
- package/esm2022/menu/menu.mjs +47 -29
- package/esm2022/menubar/menubar.mjs +25 -25
- package/esm2022/menubar/style/menubarstyle.mjs +22 -2
- package/esm2022/message/message.mjs +12 -12
- package/esm2022/messages/messages.mjs +2 -1
- package/esm2022/metergroup/style/metergroupstyle.mjs +9 -9
- package/esm2022/multiselect/multiselect.mjs +214 -202
- package/esm2022/multiselect/style/multiselectstyle.mjs +13 -18
- package/esm2022/orderlist/orderlist.mjs +38 -80
- package/esm2022/organizationchart/style/organizationchartstyle.mjs +11 -22
- package/esm2022/overlay/style/overlaystyle.mjs +2 -2
- package/esm2022/overlaypanel/overlaypanel.mjs +25 -25
- package/esm2022/paginator/paginator.mjs +48 -48
- package/esm2022/paginator/style/paginatorstyle.mjs +10 -3
- package/esm2022/panel/panel.mjs +17 -37
- package/esm2022/panelmenu/panelmenu.mjs +32 -43
- package/esm2022/panelmenu/style/panelmenustyle.mjs +13 -5
- package/esm2022/password/password.mjs +53 -30
- package/esm2022/password/style/passwordstyle.mjs +14 -6
- package/esm2022/picklist/picklist.mjs +136 -112
- package/esm2022/popover/popover.mjs +22 -26
- package/esm2022/progressbar/style/progressbarstyle.mjs +29 -29
- package/esm2022/radiobutton/style/radiobuttonstyle.mjs +2 -2
- package/esm2022/rating/rating.mjs +12 -12
- package/esm2022/ripple/ripple.mjs +5 -2
- package/esm2022/scroller/scroller.mjs +9 -9
- package/esm2022/scrollpanel/scrollpanel.mjs +4 -4
- package/esm2022/scrollpanel/style/scrollpanelstyle.mjs +3 -2
- package/esm2022/scrolltop/style/scrolltopstyle.mjs +7 -2
- package/esm2022/select/select.mjs +70 -116
- package/esm2022/select/style/selectstyle.mjs +14 -23
- package/esm2022/selectbutton/style/selectbuttonstyle.mjs +5 -5
- package/esm2022/sidebar/sidebar.mjs +2 -2
- package/esm2022/skeleton/style/skeletonstyle.mjs +15 -2
- package/esm2022/slider/slider.mjs +18 -11
- package/esm2022/slider/style/sliderstyle.mjs +6 -6
- package/esm2022/speeddial/speeddial.mjs +1 -16
- package/esm2022/speeddial/style/speeddialstyle.mjs +2 -2
- package/esm2022/splitbutton/splitbutton.mjs +8 -8
- package/esm2022/splitbutton/style/splitbuttonstyle.mjs +9 -9
- package/esm2022/splitter/splitter.mjs +79 -29
- package/esm2022/splitter/style/splitterstyle.mjs +5 -4
- package/esm2022/stepper/style/stepperstyle.mjs +6 -1
- package/esm2022/styleclass/styleclass.mjs +2 -2
- package/esm2022/table/style/tablestyle.mjs +14 -7
- package/esm2022/table/table.mjs +6649 -6669
- package/esm2022/tabmenu/tabmenu.mjs +15 -33
- package/esm2022/tabs/tab.mjs +4 -3
- package/esm2022/tabs/tablist.mjs +9 -6
- package/esm2022/tabview/tabview.mjs +72 -64
- package/esm2022/terminal/style/terminalstyle.mjs +2 -2
- package/esm2022/textarea/style/textareastyle.mjs +9 -7
- package/esm2022/textarea/textarea.mjs +9 -9
- package/esm2022/tieredmenu/style/tieredmenustyle.mjs +6 -1
- package/esm2022/tieredmenu/tieredmenu.mjs +13 -13
- package/esm2022/timeline/style/timelinestyle.mjs +2 -1
- package/esm2022/timeline/timeline.mjs +1 -16
- package/esm2022/toast/style/toaststyle.mjs +7 -1
- package/esm2022/togglebutton/style/togglebuttonstyle.mjs +2 -2
- package/esm2022/toggleswitch/toggleswitch.mjs +1 -10
- package/esm2022/tooltip/tooltip.mjs +34 -26
- package/esm2022/tree/style/treestyle.mjs +20 -8
- package/esm2022/tree/tree.mjs +138 -97
- package/esm2022/treeselect/style/treeselectstyle.mjs +15 -15
- package/esm2022/treeselect/treeselect.mjs +50 -50
- package/esm2022/treetable/style/treetablestyle.mjs +4 -4
- package/esm2022/treetable/treetable.mjs +20 -4
- package/esm2022/usestyle/usestyle.mjs +3 -2
- package/fesm2022/primeng-accordion.mjs +16 -40
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +8 -8
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +286 -321
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +4 -4
- package/fesm2022/primeng-avatar.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +34 -4
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-base.mjs +5 -3
- package/fesm2022/primeng-base.mjs.map +1 -1
- package/fesm2022/primeng-basecomponent.mjs +7 -1
- package/fesm2022/primeng-basecomponent.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +5 -5
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +97 -100
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-button.mjs +34 -42
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +8 -8
- package/fesm2022/primeng-buttongroup.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +118 -118
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +9 -8
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-carousel.mjs +28 -18
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +218 -128
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +7 -7
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +10 -10
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +29 -1
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-config.mjs +38 -39
- package/fesm2022/primeng-config.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +25 -17
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +44 -35
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +22 -12
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +38 -112
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-datepicker.mjs +114 -107
- package/fesm2022/primeng-datepicker.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +6 -0
- package/fesm2022/primeng-defer.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +64 -42
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +17 -13
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dock.mjs +10 -0
- package/fesm2022/primeng-dock.mjs.map +1 -1
- package/fesm2022/primeng-drawer.mjs +14 -10
- package/fesm2022/primeng-drawer.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +6 -20
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +51 -157
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +19 -20
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +107 -67
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +4 -4
- package/fesm2022/primeng-floatlabel.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +22 -0
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +1 -1
- package/fesm2022/primeng-iconfield.mjs.map +1 -1
- package/fesm2022/primeng-iftalabel.mjs +9 -9
- package/fesm2022/primeng-iftalabel.mjs.map +1 -1
- package/fesm2022/primeng-image.mjs +42 -75
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-imagecompare.mjs +286 -0
- package/fesm2022/primeng-imagecompare.mjs.map +1 -0
- package/fesm2022/primeng-inplace.mjs +7 -7
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputmask.mjs +25 -18
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +69 -63
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +3 -15
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +24 -17
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +3 -2
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +7 -52
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +33 -17
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +46 -28
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +45 -25
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +11 -11
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +1 -0
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +8 -8
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +225 -218
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +37 -79
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +10 -21
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +1 -1
- package/fesm2022/primeng-overlay.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +24 -24
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +56 -49
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +16 -36
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +43 -46
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +65 -34
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +135 -111
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-popover.mjs +21 -25
- package/fesm2022/primeng-popover.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +28 -28
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +1 -1
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +11 -11
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +4 -1
- package/fesm2022/primeng-ripple.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +8 -8
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +5 -4
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +6 -1
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-select.mjs +82 -137
- package/fesm2022/primeng-select.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +4 -4
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +1 -1
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +14 -1
- package/fesm2022/primeng-skeleton.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +22 -15
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +1 -16
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +15 -15
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +84 -33
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +5 -0
- package/fesm2022/primeng-stepper.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +1 -1
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +6663 -6676
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +14 -32
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabs.mjs +11 -7
- package/fesm2022/primeng-tabs.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +71 -63
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +1 -1
- package/fesm2022/primeng-terminal.mjs.map +1 -1
- package/fesm2022/primeng-textarea.mjs +16 -14
- package/fesm2022/primeng-textarea.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +17 -12
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +1 -15
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-toast.mjs +6 -0
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +1 -1
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toggleswitch.mjs +0 -9
- package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
- package/fesm2022/primeng-tooltip.mjs +33 -25
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +156 -103
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +63 -63
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +22 -6
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-usestyle.mjs +2 -1
- package/fesm2022/primeng-usestyle.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +3 -3
- package/fileupload/fileupload.d.ts +21 -5
- package/iftalabel/iftalabel.d.ts +2 -2
- package/image/image.d.ts +6 -7
- package/imagecompare/imagecompare.d.ts +52 -0
- package/imagecompare/index.d.ts +5 -0
- package/imagecompare/public_api.d.ts +2 -0
- package/imagecompare/style/imagecomparestyle.d.ts +35 -0
- package/inplace/inplace.d.ts +2 -2
- package/inputmask/inputmask.d.ts +2 -2
- package/inputnumber/inputnumber.d.ts +4 -5
- package/inputotp/inputotp.d.ts +1 -2
- package/inputtext/inputtext.d.ts +2 -2
- package/listbox/listbox.d.ts +2 -3
- package/megamenu/megamenu.d.ts +4 -4
- package/menu/menu.d.ts +10 -4
- package/menubar/menubar.d.ts +5 -5
- package/message/message.d.ts +2 -2
- package/multiselect/multiselect.d.ts +16 -16
- package/orderlist/orderlist.d.ts +10 -11
- package/overlaypanel/overlaypanel.d.ts +3 -4
- package/package.json +172 -166
- package/paginator/paginator.d.ts +6 -6
- package/panel/panel.d.ts +3 -4
- package/panelmenu/panelmenu.d.ts +2 -3
- package/password/password.d.ts +9 -5
- package/popover/popover.d.ts +7 -5
- package/rating/rating.d.ts +4 -4
- package/scroller/scroller.d.ts +2 -2
- package/select/select.d.ts +12 -13
- package/speeddial/speeddial.d.ts +2 -3
- package/splitbutton/splitbutton.d.ts +2 -2
- package/splitter/splitter.d.ts +11 -5
- package/splitter/style/splitterstyle.d.ts +0 -13
- package/table/table.d.ts +934 -995
- package/tabmenu/tabmenu.d.ts +5 -6
- package/tabview/tabview.d.ts +4 -5
- package/textarea/textarea.d.ts +2 -2
- package/tieredmenu/tieredmenu.d.ts +2 -2
- package/timeline/timeline.d.ts +0 -1
- package/toggleswitch/toggleswitch.d.ts +0 -1
- package/tooltip/tooltip.d.ts +2 -1
- package/tree/style/treestyle.d.ts +1 -1
- package/tree/tree.d.ts +9 -7
- package/treeselect/treeselect.d.ts +9 -9
@@ -243,7 +243,7 @@ function FileUpload_div_0_ng_container_4_ng_container_5_span_2_Template(rf, ctx)
|
|
243
243
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
244
244
|
i0.ɵɵattribute("aria-label", true)("data-pc-section", "chooseicon");
|
245
245
|
i0.ɵɵadvance();
|
246
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
246
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.chooseiconTemplate);
|
247
247
|
} }
|
248
248
|
function FileUpload_div_0_ng_container_4_ng_container_5_Template(rf, ctx) { if (rf & 1) {
|
249
249
|
i0.ɵɵelementContainerStart(0);
|
@@ -252,9 +252,9 @@ function FileUpload_div_0_ng_container_4_ng_container_5_Template(rf, ctx) { if (
|
|
252
252
|
} if (rf & 2) {
|
253
253
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
254
254
|
i0.ɵɵadvance();
|
255
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
255
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.chooseiconTemplate);
|
256
256
|
i0.ɵɵadvance();
|
257
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
257
|
+
i0.ɵɵproperty("ngIf", ctx_r1.chooseiconTemplate);
|
258
258
|
} }
|
259
259
|
function FileUpload_div_0_ng_container_4_p_button_6_span_1_Template(rf, ctx) { if (rf & 1) {
|
260
260
|
i0.ɵɵelement(0, "span", 21);
|
@@ -278,7 +278,7 @@ function FileUpload_div_0_ng_container_4_p_button_6_ng_container_2_span_2_Templa
|
|
278
278
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
279
279
|
i0.ɵɵattribute("aria-hidden", true);
|
280
280
|
i0.ɵɵadvance();
|
281
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
281
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.uploadiconTemplate);
|
282
282
|
} }
|
283
283
|
function FileUpload_div_0_ng_container_4_p_button_6_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
284
284
|
i0.ɵɵelementContainerStart(0);
|
@@ -287,9 +287,9 @@ function FileUpload_div_0_ng_container_4_p_button_6_ng_container_2_Template(rf,
|
|
287
287
|
} if (rf & 2) {
|
288
288
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
289
289
|
i0.ɵɵadvance();
|
290
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
290
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.uploadiconTemplate);
|
291
291
|
i0.ɵɵadvance();
|
292
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
292
|
+
i0.ɵɵproperty("ngIf", ctx_r1.uploadiconTemplate);
|
293
293
|
} }
|
294
294
|
function FileUpload_div_0_ng_container_4_p_button_6_Template(rf, ctx) { if (rf & 1) {
|
295
295
|
const _r4 = i0.ɵɵgetCurrentView();
|
@@ -299,7 +299,7 @@ function FileUpload_div_0_ng_container_4_p_button_6_Template(rf, ctx) { if (rf &
|
|
299
299
|
i0.ɵɵelementEnd();
|
300
300
|
} if (rf & 2) {
|
301
301
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
302
|
-
i0.ɵɵproperty("label", ctx_r1.uploadButtonLabel)("disabled", !ctx_r1.hasFiles() || ctx_r1.isFileLimitExceeded())("styleClass", "p-fileupload-upload-button " + ctx_r1.uploadStyleClass);
|
302
|
+
i0.ɵɵproperty("label", ctx_r1.uploadButtonLabel)("disabled", !ctx_r1.hasFiles() || ctx_r1.isFileLimitExceeded())("styleClass", "p-fileupload-upload-button " + ctx_r1.uploadStyleClass)("buttonProps", ctx_r1.uploadButtonProps);
|
303
303
|
i0.ɵɵadvance();
|
304
304
|
i0.ɵɵproperty("ngIf", ctx_r1.uploadIcon);
|
305
305
|
i0.ɵɵadvance();
|
@@ -328,7 +328,7 @@ function FileUpload_div_0_ng_container_4_p_button_7_ng_container_2_span_2_Templa
|
|
328
328
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
329
329
|
i0.ɵɵattribute("aria-hidden", true);
|
330
330
|
i0.ɵɵadvance();
|
331
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
331
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.canceliconTemplate);
|
332
332
|
} }
|
333
333
|
function FileUpload_div_0_ng_container_4_p_button_7_ng_container_2_Template(rf, ctx) { if (rf & 1) {
|
334
334
|
i0.ɵɵelementContainerStart(0);
|
@@ -337,9 +337,9 @@ function FileUpload_div_0_ng_container_4_p_button_7_ng_container_2_Template(rf,
|
|
337
337
|
} if (rf & 2) {
|
338
338
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
339
339
|
i0.ɵɵadvance();
|
340
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
340
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.canceliconTemplate);
|
341
341
|
i0.ɵɵadvance();
|
342
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
342
|
+
i0.ɵɵproperty("ngIf", ctx_r1.canceliconTemplate);
|
343
343
|
} }
|
344
344
|
function FileUpload_div_0_ng_container_4_p_button_7_Template(rf, ctx) { if (rf & 1) {
|
345
345
|
const _r5 = i0.ɵɵgetCurrentView();
|
@@ -349,7 +349,7 @@ function FileUpload_div_0_ng_container_4_p_button_7_Template(rf, ctx) { if (rf &
|
|
349
349
|
i0.ɵɵelementEnd();
|
350
350
|
} if (rf & 2) {
|
351
351
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
352
|
-
i0.ɵɵproperty("label", ctx_r1.cancelButtonLabel)("disabled", !ctx_r1.hasFiles() || ctx_r1.uploading)("styleClass", "p-fileupload-cancel-button " + ctx_r1.cancelStyleClass);
|
352
|
+
i0.ɵɵproperty("label", ctx_r1.cancelButtonLabel)("disabled", !ctx_r1.hasFiles() || ctx_r1.uploading)("styleClass", "p-fileupload-cancel-button " + ctx_r1.cancelStyleClass)("buttonProps", ctx_r1.cancelButtonProps);
|
353
353
|
i0.ɵɵadvance();
|
354
354
|
i0.ɵɵproperty("ngIf", ctx_r1.cancelIcon);
|
355
355
|
i0.ɵɵadvance();
|
@@ -365,12 +365,12 @@ function FileUpload_div_0_ng_container_4_Template(rf, ctx) { if (rf & 1) {
|
|
365
365
|
i0.ɵɵelementEnd();
|
366
366
|
i0.ɵɵtemplate(4, FileUpload_div_0_ng_container_4_span_4_Template, 1, 4, "span", 17)(5, FileUpload_div_0_ng_container_4_ng_container_5_Template, 3, 2, "ng-container", 9);
|
367
367
|
i0.ɵɵelementEnd();
|
368
|
-
i0.ɵɵtemplate(6, FileUpload_div_0_ng_container_4_p_button_6_Template, 3,
|
368
|
+
i0.ɵɵtemplate(6, FileUpload_div_0_ng_container_4_p_button_6_Template, 3, 6, "p-button", 18)(7, FileUpload_div_0_ng_container_4_p_button_7_Template, 3, 6, "p-button", 18);
|
369
369
|
i0.ɵɵelementContainerEnd();
|
370
370
|
} if (rf & 2) {
|
371
371
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
372
372
|
i0.ɵɵadvance();
|
373
|
-
i0.ɵɵproperty("styleClass", "p-fileupload-choose-button " + ctx_r1.chooseStyleClass)("disabled", ctx_r1.disabled || ctx_r1.isChooseDisabled())("label", ctx_r1.chooseButtonLabel);
|
373
|
+
i0.ɵɵproperty("styleClass", "p-fileupload-choose-button " + ctx_r1.chooseStyleClass)("disabled", ctx_r1.disabled || ctx_r1.isChooseDisabled())("label", ctx_r1.chooseButtonLabel)("buttonProps", ctx_r1.chooseButtonProps);
|
374
374
|
i0.ɵɵattribute("data-pc-section", "choosebutton");
|
375
375
|
i0.ɵɵadvance();
|
376
376
|
i0.ɵɵproperty("multiple", ctx_r1.multiple)("accept", ctx_r1.accept)("disabled", ctx_r1.disabled || ctx_r1.isChooseDisabled());
|
@@ -423,9 +423,9 @@ function FileUpload_div_0_div_12_Conditional_1_div_0_ng_template_9_Template(rf,
|
|
423
423
|
i0.ɵɵtemplate(0, FileUpload_div_0_div_12_Conditional_1_div_0_ng_template_9_TimesIcon_0_Template, 1, 0, "TimesIcon", 9)(1, FileUpload_div_0_div_12_Conditional_1_div_0_ng_template_9_1_Template, 1, 0, null, 11);
|
424
424
|
} if (rf & 2) {
|
425
425
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
426
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
426
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.canceliconTemplate);
|
427
427
|
i0.ɵɵadvance();
|
428
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
428
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.canceliconTemplate);
|
429
429
|
} }
|
430
430
|
function FileUpload_div_0_div_12_Conditional_1_div_0_Template(rf, ctx) { if (rf & 1) {
|
431
431
|
const _r7 = i0.ɵɵgetCurrentView();
|
@@ -495,7 +495,7 @@ function FileUpload_div_0_Template(rf, ctx) { if (rf & 1) {
|
|
495
495
|
i0.ɵɵlistener("change", function FileUpload_div_0_Template_input_change_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFileSelect($event)); });
|
496
496
|
i0.ɵɵelementEnd();
|
497
497
|
i0.ɵɵelementStart(3, "div", 8);
|
498
|
-
i0.ɵɵtemplate(4, FileUpload_div_0_ng_container_4_Template, 8,
|
498
|
+
i0.ɵɵtemplate(4, FileUpload_div_0_ng_container_4_Template, 8, 15, "ng-container", 9)(5, FileUpload_div_0_ng_container_5_Template, 1, 0, "ng-container", 10)(6, FileUpload_div_0_ng_container_6_Template, 1, 0, "ng-container", 11);
|
499
499
|
i0.ɵɵelementEnd();
|
500
500
|
i0.ɵɵelementStart(7, "div", 12, 1);
|
501
501
|
i0.ɵɵlistener("dragenter", function FileUpload_div_0_Template_div_dragenter_7_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onDragEnter($event)); })("dragleave", function FileUpload_div_0_Template_div_dragleave_7_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onDragLeave($event)); })("drop", function FileUpload_div_0_Template_div_drop_7_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onDrop($event)); });
|
@@ -538,13 +538,13 @@ function FileUpload_div_1_For_2_Template(rf, ctx) { if (rf & 1) {
|
|
538
538
|
i0.ɵɵproperty("severity", message_r12.severity)("text", message_r12.text);
|
539
539
|
} }
|
540
540
|
function FileUpload_div_1_ng_template_4_Conditional_0_span_0_Template(rf, ctx) { if (rf & 1) {
|
541
|
-
i0.ɵɵelement(0, "span",
|
541
|
+
i0.ɵɵelement(0, "span", 37);
|
542
542
|
} if (rf & 2) {
|
543
543
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
544
544
|
i0.ɵɵproperty("ngClass", ctx_r1.uploadIcon);
|
545
545
|
} }
|
546
546
|
function FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_UploadIcon_1_Template(rf, ctx) { if (rf & 1) {
|
547
|
-
i0.ɵɵelement(0, "UploadIcon",
|
547
|
+
i0.ɵɵelement(0, "UploadIcon", 40);
|
548
548
|
} if (rf & 2) {
|
549
549
|
i0.ɵɵproperty("styleClass", "p-button-icon p-button-icon-left");
|
550
550
|
} }
|
@@ -553,27 +553,27 @@ function FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_span_2_1_Te
|
|
553
553
|
i0.ɵɵtemplate(0, FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_span_2_1_ng_template_0_Template, 0, 0, "ng-template");
|
554
554
|
} }
|
555
555
|
function FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_span_2_Template(rf, ctx) { if (rf & 1) {
|
556
|
-
i0.ɵɵelementStart(0, "span",
|
556
|
+
i0.ɵɵelementStart(0, "span", 41);
|
557
557
|
i0.ɵɵtemplate(1, FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_span_2_1_Template, 1, 0, null, 11);
|
558
558
|
i0.ɵɵelementEnd();
|
559
559
|
} if (rf & 2) {
|
560
560
|
const ctx_r1 = i0.ɵɵnextContext(5);
|
561
561
|
i0.ɵɵadvance();
|
562
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
562
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.uploadiconTemplate);
|
563
563
|
} }
|
564
564
|
function FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_Template(rf, ctx) { if (rf & 1) {
|
565
565
|
i0.ɵɵelementContainerStart(0);
|
566
|
-
i0.ɵɵtemplate(1, FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_UploadIcon_1_Template, 1, 1, "UploadIcon",
|
566
|
+
i0.ɵɵtemplate(1, FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_UploadIcon_1_Template, 1, 1, "UploadIcon", 38)(2, FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_span_2_Template, 2, 1, "span", 39);
|
567
567
|
i0.ɵɵelementContainerEnd();
|
568
568
|
} if (rf & 2) {
|
569
569
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
570
570
|
i0.ɵɵadvance();
|
571
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
571
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.uploadiconTemplate);
|
572
572
|
i0.ɵɵadvance();
|
573
|
-
i0.ɵɵproperty("ngIf", ctx_r1.
|
573
|
+
i0.ɵɵproperty("ngIf", ctx_r1.uploadiconTemplate);
|
574
574
|
} }
|
575
575
|
function FileUpload_div_1_ng_template_4_Conditional_0_Template(rf, ctx) { if (rf & 1) {
|
576
|
-
i0.ɵɵtemplate(0, FileUpload_div_1_ng_template_4_Conditional_0_span_0_Template, 1, 1, "span",
|
576
|
+
i0.ɵɵtemplate(0, FileUpload_div_1_ng_template_4_Conditional_0_span_0_Template, 1, 1, "span", 36)(1, FileUpload_div_1_ng_template_4_Conditional_0_ng_container_1_Template, 3, 2, "ng-container", 9);
|
577
577
|
} if (rf & 2) {
|
578
578
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
579
579
|
i0.ɵɵproperty("ngIf", ctx_r1.uploadIcon);
|
@@ -581,7 +581,7 @@ function FileUpload_div_1_ng_template_4_Conditional_0_Template(rf, ctx) { if (rf
|
|
581
581
|
i0.ɵɵproperty("ngIf", !ctx_r1.uploadIcon);
|
582
582
|
} }
|
583
583
|
function FileUpload_div_1_ng_template_4_Conditional_1_span_0_Template(rf, ctx) { if (rf & 1) {
|
584
|
-
i0.ɵɵelement(0, "span",
|
584
|
+
i0.ɵɵelement(0, "span", 43);
|
585
585
|
} if (rf & 2) {
|
586
586
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
587
587
|
i0.ɵɵproperty("ngClass", ctx_r1.chooseIcon);
|
@@ -602,12 +602,12 @@ function FileUpload_div_1_ng_template_4_Conditional_1_ng_container_1_Template(rf
|
|
602
602
|
} if (rf & 2) {
|
603
603
|
const ctx_r1 = i0.ɵɵnextContext(4);
|
604
604
|
i0.ɵɵadvance();
|
605
|
-
i0.ɵɵproperty("ngIf", !ctx_r1.
|
605
|
+
i0.ɵɵproperty("ngIf", !ctx_r1.chooseiconTemplate);
|
606
606
|
i0.ɵɵadvance();
|
607
|
-
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.
|
607
|
+
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.chooseiconTemplate);
|
608
608
|
} }
|
609
609
|
function FileUpload_div_1_ng_template_4_Conditional_1_Template(rf, ctx) { if (rf & 1) {
|
610
|
-
i0.ɵɵtemplate(0, FileUpload_div_1_ng_template_4_Conditional_1_span_0_Template, 1, 1, "span",
|
610
|
+
i0.ɵɵtemplate(0, FileUpload_div_1_ng_template_4_Conditional_1_span_0_Template, 1, 1, "span", 42)(1, FileUpload_div_1_ng_template_4_Conditional_1_ng_container_1_Template, 3, 2, "ng-container", 9);
|
611
611
|
} if (rf & 2) {
|
612
612
|
const ctx_r1 = i0.ɵɵnextContext(3);
|
613
613
|
i0.ɵɵproperty("ngIf", ctx_r1.chooseIcon);
|
@@ -640,31 +640,33 @@ function FileUpload_div_1_Conditional_8_Conditional_1_Template(rf, ctx) { if (rf
|
|
640
640
|
i0.ɵɵproperty("ngTemplateOutlet", ctx_r1.fileLabelTemplate)("ngTemplateOutletContext", i0.ɵɵpureFunction1(2, _c13, ctx_r1.files));
|
641
641
|
} }
|
642
642
|
function FileUpload_div_1_Conditional_8_Template(rf, ctx) { if (rf & 1) {
|
643
|
-
i0.ɵɵtemplate(0, FileUpload_div_1_Conditional_8_Conditional_0_Template, 2, 3, "span",
|
643
|
+
i0.ɵɵtemplate(0, FileUpload_div_1_Conditional_8_Conditional_0_Template, 2, 3, "span", 44)(1, FileUpload_div_1_Conditional_8_Conditional_1_Template, 1, 4, "ng-container");
|
644
644
|
} if (rf & 2) {
|
645
645
|
const ctx_r1 = i0.ɵɵnextContext(2);
|
646
646
|
i0.ɵɵconditional(!ctx_r1.fileLabelTemplate ? 0 : 1);
|
647
647
|
} }
|
648
648
|
function FileUpload_div_1_Template(rf, ctx) { if (rf & 1) {
|
649
649
|
const _r11 = i0.ɵɵgetCurrentView();
|
650
|
-
i0.ɵɵelementStart(0, "div",
|
650
|
+
i0.ɵɵelementStart(0, "div", 21);
|
651
651
|
i0.ɵɵrepeaterCreate(1, FileUpload_div_1_For_2_Template, 1, 2, "p-message", 14, i0.ɵɵrepeaterTrackByIdentity);
|
652
|
-
i0.ɵɵelementStart(3, "p-button",
|
652
|
+
i0.ɵɵelementStart(3, "p-button", 34);
|
653
653
|
i0.ɵɵlistener("onClick", function FileUpload_div_1_Template_p_button_onClick_3_listener() { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBasicUploaderClick()); })("keydown", function FileUpload_div_1_Template_p_button_keydown_3_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBasicKeydown($event)); });
|
654
654
|
i0.ɵɵtemplate(4, FileUpload_div_1_ng_template_4_Template, 2, 1, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
|
655
|
-
i0.ɵɵelementStart(6, "input",
|
655
|
+
i0.ɵɵelementStart(6, "input", 35, 3);
|
656
656
|
i0.ɵɵlistener("change", function FileUpload_div_1_Template_input_change_6_listener($event) { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFileSelect($event)); })("focus", function FileUpload_div_1_Template_input_focus_6_listener() { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFocus()); })("blur", function FileUpload_div_1_Template_input_blur_6_listener() { i0.ɵɵrestoreView(_r11); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onBlur()); });
|
657
657
|
i0.ɵɵelementEnd()();
|
658
658
|
i0.ɵɵtemplate(8, FileUpload_div_1_Conditional_8_Template, 2, 1);
|
659
659
|
i0.ɵɵelementEnd();
|
660
660
|
} if (rf & 2) {
|
661
661
|
const ctx_r1 = i0.ɵɵnextContext();
|
662
|
+
i0.ɵɵclassMap(ctx_r1.styleClass);
|
663
|
+
i0.ɵɵproperty("ngClass", "p-fileupload p-fileupload-basic p-component");
|
662
664
|
i0.ɵɵattribute("data-pc-name", "fileupload");
|
663
665
|
i0.ɵɵadvance();
|
664
666
|
i0.ɵɵrepeater(ctx_r1.msgs);
|
665
667
|
i0.ɵɵadvance(2);
|
666
668
|
i0.ɵɵstyleMap(ctx_r1.style);
|
667
|
-
i0.ɵɵproperty("styleClass", "p-fileupload-choose-button " + ctx_r1.chooseStyleClass)("disabled", ctx_r1.disabled)("label", ctx_r1.chooseButtonLabel);
|
669
|
+
i0.ɵɵproperty("styleClass", "p-fileupload-choose-button " + ctx_r1.chooseStyleClass)("disabled", ctx_r1.disabled)("label", ctx_r1.chooseButtonLabel)("buttonProps", ctx_r1.chooseButtonProps);
|
668
670
|
i0.ɵɵadvance(3);
|
669
671
|
i0.ɵɵproperty("accept", ctx_r1.accept)("multiple", ctx_r1.multiple)("disabled", ctx_r1.disabled);
|
670
672
|
i0.ɵɵattribute("aria-label", ctx_r1.browseFilesLabel)("data-pc-section", "input");
|
@@ -846,6 +848,21 @@ class FileUpload extends BaseComponent {
|
|
846
848
|
* @group Props
|
847
849
|
*/
|
848
850
|
chooseStyleClass;
|
851
|
+
/**
|
852
|
+
* Used to pass all properties of the ButtonProps to the choose button inside the component.
|
853
|
+
* @group Props
|
854
|
+
*/
|
855
|
+
chooseButtonProps;
|
856
|
+
/**
|
857
|
+
* Used to pass all properties of the ButtonProps to the upload button inside the component.
|
858
|
+
* @group Props
|
859
|
+
*/
|
860
|
+
uploadButtonProps = { severity: 'secondary' };
|
861
|
+
/**
|
862
|
+
* Used to pass all properties of the ButtonProps to the cancel button inside the component.
|
863
|
+
* @group Props
|
864
|
+
*/
|
865
|
+
cancelButtonProps = { severity: 'secondary' };
|
849
866
|
/**
|
850
867
|
* Callback to invoke before file upload is initialized.
|
851
868
|
* @param {FileBeforeUploadEvent} event - Custom upload event.
|
@@ -936,22 +953,22 @@ class FileUpload extends BaseComponent {
|
|
936
953
|
* Template for choose icon.
|
937
954
|
* @group Templates
|
938
955
|
*/
|
939
|
-
|
956
|
+
chooseiconTemplate;
|
940
957
|
/**
|
941
958
|
* Template for file label.
|
942
959
|
* @group Templates
|
943
960
|
*/
|
944
|
-
|
961
|
+
filelabelTemplate;
|
945
962
|
/**
|
946
963
|
* Template for upload icon.
|
947
964
|
* @group Templates
|
948
965
|
*/
|
949
|
-
|
966
|
+
uploadiconTemplate;
|
950
967
|
/**
|
951
968
|
* Template for cancel icon.
|
952
969
|
* @group Templates
|
953
970
|
*/
|
954
|
-
|
971
|
+
canceliconTemplate;
|
955
972
|
/**
|
956
973
|
* Template for empty state.
|
957
974
|
* @group Templates
|
@@ -1386,10 +1403,10 @@ class FileUpload extends BaseComponent {
|
|
1386
1403
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.headerTemplate = _t.first);
|
1387
1404
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.contentTemplate = _t.first);
|
1388
1405
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.toolbarTemplate = _t.first);
|
1389
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
1390
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
1391
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
1392
|
-
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.
|
1406
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.chooseiconTemplate = _t.first);
|
1407
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.filelabelTemplate = _t.first);
|
1408
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.uploadiconTemplate = _t.first);
|
1409
|
+
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.canceliconTemplate = _t.first);
|
1393
1410
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.emptyTemplate = _t.first);
|
1394
1411
|
} }, viewQuery: function FileUpload_Query(rf, ctx) { if (rf & 1) {
|
1395
1412
|
i0.ɵɵviewQuery(_c9, 5);
|
@@ -1400,8 +1417,8 @@ class FileUpload extends BaseComponent {
|
|
1400
1417
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.advancedFileInput = _t.first);
|
1401
1418
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.basicFileInput = _t.first);
|
1402
1419
|
i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.content = _t.first);
|
1403
|
-
} }, inputs: { name: "name", url: "url", method: "method", multiple: [2, "multiple", "multiple", booleanAttribute], accept: "accept", disabled: [2, "disabled", "disabled", booleanAttribute], auto: [2, "auto", "auto", booleanAttribute], withCredentials: [2, "withCredentials", "withCredentials", booleanAttribute], maxFileSize: [2, "maxFileSize", "maxFileSize", numberAttribute], invalidFileSizeMessageSummary: "invalidFileSizeMessageSummary", invalidFileSizeMessageDetail: "invalidFileSizeMessageDetail", invalidFileTypeMessageSummary: "invalidFileTypeMessageSummary", invalidFileTypeMessageDetail: "invalidFileTypeMessageDetail", invalidFileLimitMessageDetail: "invalidFileLimitMessageDetail", invalidFileLimitMessageSummary: "invalidFileLimitMessageSummary", style: "style", styleClass: "styleClass", previewWidth: [2, "previewWidth", "previewWidth", numberAttribute], chooseLabel: "chooseLabel", uploadLabel: "uploadLabel", cancelLabel: "cancelLabel", chooseIcon: "chooseIcon", uploadIcon: "uploadIcon", cancelIcon: "cancelIcon", showUploadButton: [2, "showUploadButton", "showUploadButton", booleanAttribute], showCancelButton: [2, "showCancelButton", "showCancelButton", booleanAttribute], mode: "mode", headers: "headers", customUpload: [2, "customUpload", "customUpload", booleanAttribute], fileLimit: [2, "fileLimit", "fileLimit", (value) => numberAttribute(value, null)], uploadStyleClass: "uploadStyleClass", cancelStyleClass: "cancelStyleClass", removeStyleClass: "removeStyleClass", chooseStyleClass: "chooseStyleClass", files: "files" }, outputs: { onBeforeUpload: "onBeforeUpload", onSend: "onSend", onUpload: "onUpload", onError: "onError", onClear: "onClear", onRemove: "onRemove", onSelect: "onSelect", onProgress: "onProgress", uploadHandler: "uploadHandler", onImageError: "onImageError", onRemoveUploadedFile: "onRemoveUploadedFile" }, standalone: true, features: [i0.ɵɵProvidersFeature([FileUploadStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 2, vars: 2, consts: [["advancedfileinput", ""], ["content", ""], ["icon", ""], ["basicfileinput", ""], [3, "ngClass", "ngStyle", "class", 4, "ngIf"], ["
|
1404
|
-
i0.ɵɵtemplate(0, FileUpload_div_0_Template, 15, 39, "div", 4)(1, FileUpload_div_1_Template, 9,
|
1420
|
+
} }, inputs: { name: "name", url: "url", method: "method", multiple: [2, "multiple", "multiple", booleanAttribute], accept: "accept", disabled: [2, "disabled", "disabled", booleanAttribute], auto: [2, "auto", "auto", booleanAttribute], withCredentials: [2, "withCredentials", "withCredentials", booleanAttribute], maxFileSize: [2, "maxFileSize", "maxFileSize", numberAttribute], invalidFileSizeMessageSummary: "invalidFileSizeMessageSummary", invalidFileSizeMessageDetail: "invalidFileSizeMessageDetail", invalidFileTypeMessageSummary: "invalidFileTypeMessageSummary", invalidFileTypeMessageDetail: "invalidFileTypeMessageDetail", invalidFileLimitMessageDetail: "invalidFileLimitMessageDetail", invalidFileLimitMessageSummary: "invalidFileLimitMessageSummary", style: "style", styleClass: "styleClass", previewWidth: [2, "previewWidth", "previewWidth", numberAttribute], chooseLabel: "chooseLabel", uploadLabel: "uploadLabel", cancelLabel: "cancelLabel", chooseIcon: "chooseIcon", uploadIcon: "uploadIcon", cancelIcon: "cancelIcon", showUploadButton: [2, "showUploadButton", "showUploadButton", booleanAttribute], showCancelButton: [2, "showCancelButton", "showCancelButton", booleanAttribute], mode: "mode", headers: "headers", customUpload: [2, "customUpload", "customUpload", booleanAttribute], fileLimit: [2, "fileLimit", "fileLimit", (value) => numberAttribute(value, null)], uploadStyleClass: "uploadStyleClass", cancelStyleClass: "cancelStyleClass", removeStyleClass: "removeStyleClass", chooseStyleClass: "chooseStyleClass", chooseButtonProps: "chooseButtonProps", uploadButtonProps: "uploadButtonProps", cancelButtonProps: "cancelButtonProps", files: "files" }, outputs: { onBeforeUpload: "onBeforeUpload", onSend: "onSend", onUpload: "onUpload", onError: "onError", onClear: "onClear", onRemove: "onRemove", onSelect: "onSelect", onProgress: "onProgress", uploadHandler: "uploadHandler", onImageError: "onImageError", onRemoveUploadedFile: "onRemoveUploadedFile" }, standalone: true, features: [i0.ɵɵProvidersFeature([FileUploadStyle]), i0.ɵɵInputTransformsFeature, i0.ɵɵInheritDefinitionFeature, i0.ɵɵStandaloneFeature], decls: 2, vars: 2, consts: [["advancedfileinput", ""], ["content", ""], ["icon", ""], ["basicfileinput", ""], [3, "ngClass", "ngStyle", "class", 4, "ngIf"], [3, "ngClass", "class", 4, "ngIf"], [3, "ngClass", "ngStyle"], ["type", "file", 3, "change", "multiple", "accept", "disabled"], [1, "p-fileupload-header"], [4, "ngIf"], [4, "ngTemplateOutlet", "ngTemplateOutletContext"], [4, "ngTemplateOutlet"], [1, "p-fileupload-content", 3, "dragenter", "dragleave", "drop"], [3, "value", "showValue", 4, "ngIf"], [3, "severity", "text"], ["class", "p-fileupload-file-list", 4, "ngIf"], ["tabindex", "0", 3, "focus", "blur", "onClick", "keydown.enter", "styleClass", "disabled", "label", "buttonProps"], [3, "class", 4, "ngIf"], [3, "label", "disabled", "styleClass", "buttonProps", "onClick", 4, "ngIf"], [3, "onClick", "label", "disabled", "styleClass", "buttonProps"], [3, "ngClass", 4, "ngIf"], [3, "ngClass"], [3, "value", "showValue"], [1, "p-fileupload-file-list"], [1, "p-fileupload-file"], ["ngFor", "", 3, "ngForOf", "ngForTemplate"], ["class", "p-fileupload-file", 4, "ngFor", "ngForOf"], ["class", "p-fileupload-file-thumbnail", 3, "src", "width", "error", 4, "ngIf"], [1, "p-fileupload-file-info"], [1, "p-fileupload-file-name"], [1, "p-fileupload-file-size"], [1, "p-fileupload-file-actions"], ["text", "", "rounded", "", "severity", "danger", 3, "onClick", "disabled", "styleClass"], [1, "p-fileupload-file-thumbnail", 3, "error", "src", "width"], ["tabindex", "0", 3, "onClick", "keydown", "styleClass", "disabled", "label", "buttonProps"], ["type", "file", 3, "change", "focus", "blur", "accept", "multiple", "disabled"], ["class", "p-button-icon p-button-icon-left", 3, "ngClass", 4, "ngIf"], [1, "p-button-icon", "p-button-icon-left", 3, "ngClass"], [3, "styleClass", 4, "ngIf"], ["class", "p-button-icon p-button-icon-left", 4, "ngIf"], [3, "styleClass"], [1, "p-button-icon", "p-button-icon-left"], ["class", "p-button-icon p-button-icon-left pi", 3, "ngClass", 4, "ngIf"], [1, "p-button-icon", "p-button-icon-left", "pi", 3, "ngClass"], [3, "class"]], template: function FileUpload_Template(rf, ctx) { if (rf & 1) {
|
1421
|
+
i0.ɵɵtemplate(0, FileUpload_div_0_Template, 15, 39, "div", 4)(1, FileUpload_div_1_Template, 9, 16, "div", 5);
|
1405
1422
|
} if (rf & 2) {
|
1406
1423
|
i0.ɵɵproperty("ngIf", ctx.mode === "advanced");
|
1407
1424
|
i0.ɵɵadvance();
|
@@ -1440,6 +1457,7 @@ class FileUpload extends BaseComponent {
|
|
1440
1457
|
(keydown.enter)="choose()"
|
1441
1458
|
tabindex="0"
|
1442
1459
|
[attr.data-pc-section]="'choosebutton'"
|
1460
|
+
[buttonProps]="chooseButtonProps"
|
1443
1461
|
>
|
1444
1462
|
<input
|
1445
1463
|
[attr.aria-label]="browseFilesLabel"
|
@@ -1454,28 +1472,35 @@ class FileUpload extends BaseComponent {
|
|
1454
1472
|
/>
|
1455
1473
|
<span *ngIf="chooseIcon" [class]="chooseIcon" [attr.aria-label]="true" [attr.data-pc-section]="'chooseicon'"></span>
|
1456
1474
|
<ng-container *ngIf="!chooseIcon">
|
1457
|
-
<PlusIcon *ngIf="!
|
1458
|
-
<span *ngIf="
|
1459
|
-
<ng-template *ngTemplateOutlet="
|
1475
|
+
<PlusIcon *ngIf="!chooseiconTemplate" [attr.aria-label]="true" [attr.data-pc-section]="'chooseicon'" />
|
1476
|
+
<span *ngIf="chooseiconTemplate" [attr.aria-label]="true" [attr.data-pc-section]="'chooseicon'">
|
1477
|
+
<ng-template *ngTemplateOutlet="chooseiconTemplate"></ng-template>
|
1460
1478
|
</span>
|
1461
1479
|
</ng-container>
|
1462
1480
|
</p-button>
|
1463
1481
|
|
1464
|
-
<p-button
|
1482
|
+
<p-button
|
1483
|
+
*ngIf="!auto && showUploadButton"
|
1484
|
+
[label]="uploadButtonLabel"
|
1485
|
+
(onClick)="upload()"
|
1486
|
+
[disabled]="!hasFiles() || isFileLimitExceeded()"
|
1487
|
+
[styleClass]="'p-fileupload-upload-button ' + uploadStyleClass"
|
1488
|
+
[buttonProps]="uploadButtonProps"
|
1489
|
+
>
|
1465
1490
|
<span *ngIf="uploadIcon" [ngClass]="uploadIcon" [attr.aria-hidden]="true"></span>
|
1466
1491
|
<ng-container *ngIf="!uploadIcon">
|
1467
|
-
<UploadIcon *ngIf="!
|
1468
|
-
<span *ngIf="
|
1469
|
-
<ng-template *ngTemplateOutlet="
|
1492
|
+
<UploadIcon *ngIf="!uploadiconTemplate" />
|
1493
|
+
<span *ngIf="uploadiconTemplate" [attr.aria-hidden]="true">
|
1494
|
+
<ng-template *ngTemplateOutlet="uploadiconTemplate"></ng-template>
|
1470
1495
|
</span>
|
1471
1496
|
</ng-container>
|
1472
1497
|
</p-button>
|
1473
|
-
<p-button *ngIf="!auto && showCancelButton" [label]="cancelButtonLabel" (onClick)="clear()" [disabled]="!hasFiles() || uploading" [styleClass]="'p-fileupload-cancel-button ' + cancelStyleClass">
|
1498
|
+
<p-button *ngIf="!auto && showCancelButton" [label]="cancelButtonLabel" (onClick)="clear()" [disabled]="!hasFiles() || uploading" [styleClass]="'p-fileupload-cancel-button ' + cancelStyleClass" [buttonProps]="cancelButtonProps">
|
1474
1499
|
<span *ngIf="cancelIcon" [ngClass]="cancelIcon"></span>
|
1475
1500
|
<ng-container *ngIf="!cancelIcon">
|
1476
|
-
<TimesIcon *ngIf="!
|
1477
|
-
<span *ngIf="
|
1478
|
-
<ng-template *ngTemplateOutlet="
|
1501
|
+
<TimesIcon *ngIf="!canceliconTemplate" [attr.aria-hidden]="true" />
|
1502
|
+
<span *ngIf="canceliconTemplate" [attr.aria-hidden]="true">
|
1503
|
+
<ng-template *ngTemplateOutlet="canceliconTemplate"></ng-template>
|
1479
1504
|
</span>
|
1480
1505
|
</ng-container>
|
1481
1506
|
</p-button>
|
@@ -1511,8 +1536,8 @@ class FileUpload extends BaseComponent {
|
|
1511
1536
|
<div class="p-fileupload-file-actions">
|
1512
1537
|
<p-button (onClick)="remove($event, i)" [disabled]="uploading" text rounded severity="danger" [styleClass]="'p-fileupload-file-remove-button ' + removeStyleClass">
|
1513
1538
|
<ng-template #icon>
|
1514
|
-
<TimesIcon *ngIf="!
|
1515
|
-
<ng-template *ngTemplateOutlet="
|
1539
|
+
<TimesIcon *ngIf="!canceliconTemplate" />
|
1540
|
+
<ng-template *ngTemplateOutlet="canceliconTemplate"></ng-template>
|
1516
1541
|
</ng-template>
|
1517
1542
|
</p-button>
|
1518
1543
|
</div>
|
@@ -1542,26 +1567,35 @@ class FileUpload extends BaseComponent {
|
|
1542
1567
|
}
|
1543
1568
|
</div>
|
1544
1569
|
</div>
|
1545
|
-
<div
|
1570
|
+
<div [ngClass]="'p-fileupload p-fileupload-basic p-component'" [class]="styleClass" *ngIf="mode === 'basic'" [attr.data-pc-name]="'fileupload'">
|
1546
1571
|
@for (message of msgs; track message) {
|
1547
1572
|
<p-message [severity]="message.severity" [text]="message.text"></p-message>
|
1548
1573
|
}
|
1549
1574
|
|
1550
|
-
<p-button
|
1575
|
+
<p-button
|
1576
|
+
[styleClass]="'p-fileupload-choose-button ' + chooseStyleClass"
|
1577
|
+
[disabled]="disabled"
|
1578
|
+
[label]="chooseButtonLabel"
|
1579
|
+
[style]="style"
|
1580
|
+
(onClick)="onBasicUploaderClick()"
|
1581
|
+
(keydown)="onBasicKeydown($event)"
|
1582
|
+
tabindex="0"
|
1583
|
+
[buttonProps]="chooseButtonProps"
|
1584
|
+
>
|
1551
1585
|
<ng-template #icon>
|
1552
1586
|
@if (hasFiles() && !auto) {
|
1553
1587
|
<span *ngIf="uploadIcon" class="p-button-icon p-button-icon-left" [ngClass]="uploadIcon"></span>
|
1554
1588
|
<ng-container *ngIf="!uploadIcon">
|
1555
|
-
<UploadIcon *ngIf="!
|
1556
|
-
<span *ngIf="
|
1557
|
-
<ng-template *ngTemplateOutlet="
|
1589
|
+
<UploadIcon *ngIf="!uploadiconTemplate" [styleClass]="'p-button-icon p-button-icon-left'" />
|
1590
|
+
<span *ngIf="uploadiconTemplate" class="p-button-icon p-button-icon-left">
|
1591
|
+
<ng-template *ngTemplateOutlet="uploadiconTemplate"></ng-template>
|
1558
1592
|
</span>
|
1559
1593
|
</ng-container>
|
1560
1594
|
} @else {
|
1561
1595
|
<span *ngIf="chooseIcon" class="p-button-icon p-button-icon-left pi" [ngClass]="chooseIcon"></span>
|
1562
1596
|
<ng-container *ngIf="!chooseIcon">
|
1563
|
-
<PlusIcon *ngIf="!
|
1564
|
-
<ng-template *ngTemplateOutlet="
|
1597
|
+
<PlusIcon *ngIf="!chooseiconTemplate" [attr.data-pc-section]="'uploadicon'" />
|
1598
|
+
<ng-template *ngTemplateOutlet="chooseiconTemplate"></ng-template>
|
1565
1599
|
</ng-container>
|
1566
1600
|
}
|
1567
1601
|
</ng-template>
|
@@ -1671,6 +1705,12 @@ class FileUpload extends BaseComponent {
|
|
1671
1705
|
type: Input
|
1672
1706
|
}], chooseStyleClass: [{
|
1673
1707
|
type: Input
|
1708
|
+
}], chooseButtonProps: [{
|
1709
|
+
type: Input
|
1710
|
+
}], uploadButtonProps: [{
|
1711
|
+
type: Input
|
1712
|
+
}], cancelButtonProps: [{
|
1713
|
+
type: Input
|
1674
1714
|
}], onBeforeUpload: [{
|
1675
1715
|
type: Output
|
1676
1716
|
}], onSend: [{
|
@@ -1705,16 +1745,16 @@ class FileUpload extends BaseComponent {
|
|
1705
1745
|
}], toolbarTemplate: [{
|
1706
1746
|
type: ContentChild,
|
1707
1747
|
args: ['toolbar']
|
1708
|
-
}],
|
1748
|
+
}], chooseiconTemplate: [{
|
1709
1749
|
type: ContentChild,
|
1710
1750
|
args: ['chooseicon']
|
1711
|
-
}],
|
1751
|
+
}], filelabelTemplate: [{
|
1712
1752
|
type: ContentChild,
|
1713
1753
|
args: ['filelabel']
|
1714
|
-
}],
|
1754
|
+
}], uploadiconTemplate: [{
|
1715
1755
|
type: ContentChild,
|
1716
1756
|
args: ['uploadicon']
|
1717
|
-
}],
|
1757
|
+
}], canceliconTemplate: [{
|
1718
1758
|
type: ContentChild,
|
1719
1759
|
args: ['cancelicon']
|
1720
1760
|
}], emptyTemplate: [{
|