primeng 17.11.0 → 17.13.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/accordion/accordion.d.ts +5 -0
- package/animateonscroll/animateonscroll.d.ts +2 -0
- package/api/messageservice.d.ts +1 -1
- package/api/translation.d.ts +2 -0
- package/api/translationkeys.d.ts +1 -0
- package/api/treenode.d.ts +1 -0
- package/autocomplete/autocomplete.d.ts +27 -0
- package/autocomplete/autocomplete.interface.d.ts +1 -1
- package/autofocus/autofocus.d.ts +1 -0
- package/badge/badge.d.ts +1 -0
- package/baseicon/baseicon.d.ts +1 -0
- package/blockui/blockui.d.ts +2 -0
- package/button/button.d.ts +58 -4
- package/calendar/calendar.d.ts +41 -10
- package/carousel/carousel.d.ts +4 -0
- package/cascadeselect/cascadeselect.d.ts +11 -2
- package/chart/chart.d.ts +1 -0
- package/checkbox/checkbox.d.ts +5 -0
- package/chip/chip.d.ts +1 -0
- package/chips/chips.d.ts +12 -0
- package/colorpicker/colorpicker.d.ts +4 -0
- package/confirmdialog/confirmdialog.d.ts +11 -0
- package/confirmpopup/confirmpopup.d.ts +2 -0
- package/contextmenu/contextmenu.d.ts +11 -0
- package/dataview/dataview.d.ts +16 -0
- package/dialog/dialog.d.ts +19 -1
- package/dragdrop/dragdrop.d.ts +1 -0
- package/dropdown/dropdown.d.ts +23 -0
- package/dynamicdialog/dialogservice.d.ts +3 -3
- package/dynamicdialog/dynamicdialog-ref.d.ts +9 -3
- package/dynamicdialog/dynamicdialog.d.ts +1 -0
- package/editor/editor.d.ts +8 -8
- package/esm2022/accordion/accordion.mjs +22 -17
- package/esm2022/animate/animate.mjs +7 -7
- package/esm2022/animateonscroll/animateonscroll.mjs +13 -11
- package/esm2022/api/confirmationservice.mjs +3 -3
- package/esm2022/api/contextmenuservice.mjs +3 -3
- package/esm2022/api/filterservice.mjs +3 -3
- package/esm2022/api/messageservice.mjs +5 -5
- package/esm2022/api/overlayservice.mjs +3 -3
- package/esm2022/api/primengconfig.mjs +7 -5
- package/esm2022/api/shared.mjs +13 -13
- package/esm2022/api/translation.mjs +1 -1
- package/esm2022/api/translationkeys.mjs +2 -1
- package/esm2022/api/treedragdropservice.mjs +3 -3
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.interface.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +73 -43
- package/esm2022/autofocus/autofocus.mjs +11 -10
- package/esm2022/avatar/avatar.mjs +7 -7
- package/esm2022/avatargroup/avatargroup.mjs +7 -7
- package/esm2022/badge/badge.mjs +14 -13
- package/esm2022/baseicon/baseicon.mjs +7 -6
- package/esm2022/blockui/blockui.mjs +13 -11
- package/esm2022/breadcrumb/breadcrumb.mjs +7 -7
- package/esm2022/button/button.mjs +120 -21
- package/esm2022/buttongroup/buttongroup.mjs +7 -7
- package/esm2022/calendar/calendar.mjs +128 -111
- package/esm2022/card/card.mjs +7 -7
- package/esm2022/carousel/carousel.mjs +17 -13
- package/esm2022/cascadeselect/cascadeselect.mjs +41 -31
- package/esm2022/chart/chart.mjs +11 -10
- package/esm2022/checkbox/checkbox.mjs +19 -14
- package/esm2022/chip/chip.mjs +37 -16
- package/esm2022/chips/chips.mjs +29 -17
- package/esm2022/colorpicker/colorpicker.mjs +17 -13
- package/esm2022/confirmdialog/confirmdialog.mjs +35 -24
- package/esm2022/confirmpopup/confirmpopup.mjs +14 -12
- package/esm2022/contextmenu/contextmenu.mjs +36 -25
- package/esm2022/dataview/dataview.mjs +45 -29
- package/esm2022/defer/defer.mjs +7 -7
- package/esm2022/dialog/dialog.mjs +55 -33
- package/esm2022/divider/divider.mjs +7 -7
- package/esm2022/dock/dock.mjs +7 -7
- package/esm2022/dragdrop/dragdrop.mjs +14 -13
- package/esm2022/dropdown/dropdown.mjs +70 -46
- package/esm2022/dynamicdialog/dialogservice.mjs +6 -6
- package/esm2022/dynamicdialog/dynamicdialog-ref.mjs +8 -2
- package/esm2022/dynamicdialog/dynamicdialog.mjs +15 -11
- package/esm2022/dynamicdialog/dynamicdialogcontent.mjs +3 -3
- package/esm2022/editor/editor.mjs +55 -51
- package/esm2022/fieldset/fieldset.mjs +13 -11
- package/esm2022/fileupload/fileupload.mjs +82 -25
- package/esm2022/floatlabel/floatlabel.mjs +7 -7
- package/esm2022/focustrap/focustrap.mjs +11 -10
- package/esm2022/galleria/galleria.mjs +71 -46
- package/esm2022/iconfield/iconfield.mjs +7 -7
- package/esm2022/icons/angledoubledown/angledoubledown.mjs +3 -3
- package/esm2022/icons/angledoubleleft/angledoubleleft.mjs +3 -3
- package/esm2022/icons/angledoubleright/angledoubleright.mjs +3 -3
- package/esm2022/icons/angledoubleup/angledoubleup.mjs +3 -3
- package/esm2022/icons/angledown/angledown.mjs +3 -3
- package/esm2022/icons/angleleft/angleleft.mjs +3 -3
- package/esm2022/icons/angleright/angleright.mjs +3 -3
- package/esm2022/icons/angleup/angleup.mjs +3 -3
- package/esm2022/icons/arrowdown/arrowdown.mjs +3 -3
- package/esm2022/icons/arrowdownleft/arrowdownleft.mjs +3 -3
- package/esm2022/icons/arrowdownright/arrowdownright.mjs +3 -3
- package/esm2022/icons/arrowleft/arrowleft.mjs +3 -3
- package/esm2022/icons/arrowright/arrowright.mjs +3 -3
- package/esm2022/icons/arrowup/arrowup.mjs +3 -3
- package/esm2022/icons/ban/ban.mjs +3 -3
- package/esm2022/icons/bars/bars.mjs +3 -3
- package/esm2022/icons/calendar/calendar.mjs +3 -3
- package/esm2022/icons/caretleft/caretleft.mjs +3 -3
- package/esm2022/icons/caretright/caretright.mjs +3 -3
- package/esm2022/icons/check/check.mjs +3 -3
- package/esm2022/icons/chevrondown/chevrondown.mjs +3 -3
- package/esm2022/icons/chevronleft/chevronleft.mjs +3 -3
- package/esm2022/icons/chevronright/chevronright.mjs +3 -3
- package/esm2022/icons/chevronup/chevronup.mjs +3 -3
- package/esm2022/icons/exclamationtriangle/exclamationtriangle.mjs +3 -3
- package/esm2022/icons/eye/eye.mjs +3 -3
- package/esm2022/icons/eyeslash/eyeslash.mjs +3 -3
- package/esm2022/icons/filter/filter.mjs +3 -3
- package/esm2022/icons/filterslash/filterslash.mjs +3 -3
- package/esm2022/icons/home/home.mjs +3 -3
- package/esm2022/icons/infocircle/infocircle.mjs +3 -3
- package/esm2022/icons/minus/minus.mjs +3 -3
- package/esm2022/icons/pencil/pencil.mjs +3 -3
- package/esm2022/icons/plus/plus.mjs +3 -3
- package/esm2022/icons/refresh/refresh.mjs +3 -3
- package/esm2022/icons/search/search.mjs +3 -3
- package/esm2022/icons/searchminus/searchminus.mjs +3 -3
- package/esm2022/icons/searchplus/searchplus.mjs +3 -3
- package/esm2022/icons/sortalt/sortalt.mjs +3 -3
- package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -3
- package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -3
- package/esm2022/icons/spinner/spinner.mjs +3 -3
- package/esm2022/icons/star/star.mjs +3 -3
- package/esm2022/icons/starfill/starfill.mjs +3 -3
- package/esm2022/icons/thlarge/thlarge.mjs +3 -3
- package/esm2022/icons/times/times.mjs +3 -3
- package/esm2022/icons/timescircle/timescircle.mjs +3 -3
- package/esm2022/icons/trash/trash.mjs +3 -3
- package/esm2022/icons/undo/undo.mjs +3 -3
- package/esm2022/icons/upload/upload.mjs +3 -3
- package/esm2022/icons/windowmaximize/windowmaximize.mjs +3 -3
- package/esm2022/icons/windowminimize/windowminimize.mjs +3 -3
- package/esm2022/image/image.mjs +11 -10
- package/esm2022/inplace/inplace.mjs +24 -20
- package/esm2022/inputgroup/inputgroup.mjs +7 -7
- package/esm2022/inputgroupaddon/inputgroupaddon.mjs +7 -7
- package/esm2022/inputicon/inputicon.mjs +7 -7
- package/esm2022/inputmask/inputmask.mjs +31 -20
- package/esm2022/inputnumber/inputnumber.interface.mjs +1 -1
- package/esm2022/inputnumber/inputnumber.mjs +52 -26
- package/esm2022/inputotp/inputotp.interface.mjs +2 -0
- package/esm2022/inputotp/inputotp.mjs +358 -0
- package/esm2022/inputotp/primeng-inputotp.mjs +5 -0
- package/esm2022/inputotp/public_api.mjs +3 -0
- package/esm2022/inputswitch/inputswitch.mjs +15 -12
- package/esm2022/inputtext/inputtext.mjs +7 -7
- package/esm2022/inputtextarea/inputtextarea.mjs +11 -10
- package/esm2022/keyfilter/keyfilter.mjs +11 -10
- package/esm2022/knob/knob.mjs +27 -18
- package/esm2022/listbox/listbox.mjs +48 -26
- package/esm2022/megamenu/megamenu.mjs +24 -18
- package/esm2022/menu/menu.mjs +23 -29
- package/esm2022/menubar/menubar.mjs +37 -26
- package/esm2022/message/message.mjs +11 -10
- package/esm2022/messages/messages.mjs +24 -12
- package/esm2022/metergroup/metergroup.mjs +13 -13
- package/esm2022/multiselect/multiselect.mjs +92 -58
- package/esm2022/orderlist/orderlist.mjs +24 -17
- package/esm2022/organizationchart/organizationchart.mjs +20 -16
- package/esm2022/overlay/overlay.mjs +7 -7
- package/esm2022/overlaypanel/overlaypanel.mjs +19 -14
- package/esm2022/paginator/paginator.mjs +48 -18
- package/esm2022/panel/panel.mjs +15 -12
- package/esm2022/panelmenu/panelmenu.mjs +51 -38
- package/esm2022/password/password.mjs +27 -21
- package/esm2022/picklist/picklist.mjs +61 -68
- package/esm2022/progressbar/progressbar.mjs +13 -11
- package/esm2022/progressspinner/progressspinner.mjs +7 -7
- package/esm2022/radiobutton/radiobutton.mjs +16 -14
- package/esm2022/rating/rating.mjs +23 -19
- package/esm2022/ripple/ripple.mjs +7 -7
- package/esm2022/scroller/scroller.mjs +9 -9
- package/esm2022/scrollpanel/scrollpanel.mjs +11 -10
- package/esm2022/scrolltop/scrolltop.mjs +11 -10
- package/esm2022/selectbutton/selectbutton.mjs +19 -14
- package/esm2022/sidebar/sidebar.mjs +23 -16
- package/esm2022/skeleton/skeleton.mjs +7 -7
- package/esm2022/slidemenu/slidemenu.mjs +46 -29
- package/esm2022/slider/slider.mjs +23 -16
- package/esm2022/speeddial/speeddial.interface.mjs +1 -1
- package/esm2022/speeddial/speeddial.mjs +100 -80
- package/esm2022/spinner/spinner.mjs +29 -19
- package/esm2022/splitbutton/splitbutton.mjs +158 -24
- package/esm2022/splitter/splitter.mjs +15 -12
- package/esm2022/stepper/primeng-stepper.mjs +5 -0
- package/esm2022/stepper/public_api.mjs +3 -0
- package/esm2022/stepper/stepper.interface.mjs +2 -0
- package/esm2022/stepper/stepper.mjs +685 -0
- package/esm2022/steps/steps.mjs +21 -24
- package/esm2022/styleclass/styleclass.mjs +13 -11
- package/esm2022/table/table.mjs +268 -167
- package/esm2022/tabmenu/tabmenu.mjs +13 -11
- package/esm2022/tabview/tabview.mjs +26 -19
- package/esm2022/tag/tag.mjs +24 -12
- package/esm2022/terminal/terminal.mjs +7 -7
- package/esm2022/terminal/terminalservice.mjs +3 -3
- package/esm2022/tieredmenu/tieredmenu.mjs +53 -38
- package/esm2022/timeline/timeline.mjs +7 -7
- package/esm2022/toast/toast.mjs +26 -19
- package/esm2022/togglebutton/togglebutton.mjs +15 -13
- package/esm2022/toolbar/toolbar.mjs +7 -7
- package/esm2022/tooltip/tooltip.mjs +27 -18
- package/esm2022/tree/tree.mjs +54 -32
- package/esm2022/treeselect/treeselect.mjs +57 -22
- package/esm2022/treetable/treetable.mjs +334 -147
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +15 -12
- package/esm2022/virtualscroller/virtualscroller.mjs +15 -12
- package/fesm2022/primeng-accordion.mjs +21 -16
- package/fesm2022/primeng-accordion.mjs.map +1 -1
- package/fesm2022/primeng-animate.mjs +7 -7
- package/fesm2022/primeng-animateonscroll.mjs +12 -10
- package/fesm2022/primeng-animateonscroll.mjs.map +1 -1
- package/fesm2022/primeng-api.mjs +39 -36
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +72 -42
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-autofocus.mjs +10 -9
- package/fesm2022/primeng-autofocus.mjs.map +1 -1
- package/fesm2022/primeng-avatar.mjs +7 -7
- package/fesm2022/primeng-avatargroup.mjs +7 -7
- package/fesm2022/primeng-badge.mjs +13 -12
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-baseicon.mjs +6 -5
- package/fesm2022/primeng-baseicon.mjs.map +1 -1
- package/fesm2022/primeng-blockui.mjs +12 -10
- package/fesm2022/primeng-blockui.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs +7 -7
- package/fesm2022/primeng-button.mjs +119 -20
- package/fesm2022/primeng-button.mjs.map +1 -1
- package/fesm2022/primeng-buttongroup.mjs +7 -7
- package/fesm2022/primeng-calendar.mjs +127 -110
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +7 -7
- package/fesm2022/primeng-carousel.mjs +16 -12
- package/fesm2022/primeng-carousel.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +40 -30
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-chart.mjs +10 -9
- package/fesm2022/primeng-chart.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +18 -13
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chip.mjs +36 -15
- package/fesm2022/primeng-chip.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +28 -16
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +16 -12
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmdialog.mjs +34 -23
- package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +13 -11
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +35 -24
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dataview.mjs +44 -28
- package/fesm2022/primeng-dataview.mjs.map +1 -1
- package/fesm2022/primeng-defer.mjs +7 -7
- package/fesm2022/primeng-dialog.mjs +54 -32
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +7 -7
- package/fesm2022/primeng-dock.mjs +7 -7
- package/fesm2022/primeng-dragdrop.mjs +13 -12
- package/fesm2022/primeng-dragdrop.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +69 -45
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +29 -19
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +54 -49
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fieldset.mjs +12 -10
- package/fesm2022/primeng-fieldset.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +81 -24
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-floatlabel.mjs +7 -7
- package/fesm2022/primeng-focustrap.mjs +10 -9
- package/fesm2022/primeng-focustrap.mjs.map +1 -1
- package/fesm2022/primeng-galleria.mjs +70 -45
- package/fesm2022/primeng-galleria.mjs.map +1 -1
- package/fesm2022/primeng-iconfield.mjs +7 -7
- package/fesm2022/primeng-icons-angledoubledown.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleright.mjs +3 -3
- package/fesm2022/primeng-icons-angledoubleup.mjs +3 -3
- package/fesm2022/primeng-icons-angledown.mjs +3 -3
- package/fesm2022/primeng-icons-angleleft.mjs +3 -3
- package/fesm2022/primeng-icons-angleright.mjs +3 -3
- package/fesm2022/primeng-icons-angleup.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdown.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowdownright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowleft.mjs +3 -3
- package/fesm2022/primeng-icons-arrowright.mjs +3 -3
- package/fesm2022/primeng-icons-arrowup.mjs +3 -3
- package/fesm2022/primeng-icons-ban.mjs +3 -3
- package/fesm2022/primeng-icons-bars.mjs +3 -3
- package/fesm2022/primeng-icons-calendar.mjs +3 -3
- package/fesm2022/primeng-icons-caretleft.mjs +3 -3
- package/fesm2022/primeng-icons-caretright.mjs +3 -3
- package/fesm2022/primeng-icons-check.mjs +3 -3
- package/fesm2022/primeng-icons-chevrondown.mjs +3 -3
- package/fesm2022/primeng-icons-chevronleft.mjs +3 -3
- package/fesm2022/primeng-icons-chevronright.mjs +3 -3
- package/fesm2022/primeng-icons-chevronup.mjs +3 -3
- package/fesm2022/primeng-icons-exclamationtriangle.mjs +3 -3
- package/fesm2022/primeng-icons-eye.mjs +3 -3
- package/fesm2022/primeng-icons-eyeslash.mjs +3 -3
- package/fesm2022/primeng-icons-filter.mjs +3 -3
- package/fesm2022/primeng-icons-filterslash.mjs +3 -3
- package/fesm2022/primeng-icons-home.mjs +3 -3
- package/fesm2022/primeng-icons-infocircle.mjs +3 -3
- package/fesm2022/primeng-icons-minus.mjs +3 -3
- package/fesm2022/primeng-icons-pencil.mjs +3 -3
- package/fesm2022/primeng-icons-plus.mjs +3 -3
- package/fesm2022/primeng-icons-refresh.mjs +3 -3
- package/fesm2022/primeng-icons-search.mjs +3 -3
- package/fesm2022/primeng-icons-searchminus.mjs +3 -3
- package/fesm2022/primeng-icons-searchplus.mjs +3 -3
- package/fesm2022/primeng-icons-sortalt.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountdown.mjs +3 -3
- package/fesm2022/primeng-icons-sortamountupalt.mjs +3 -3
- package/fesm2022/primeng-icons-spinner.mjs +3 -3
- package/fesm2022/primeng-icons-star.mjs +3 -3
- package/fesm2022/primeng-icons-starfill.mjs +3 -3
- package/fesm2022/primeng-icons-thlarge.mjs +3 -3
- package/fesm2022/primeng-icons-times.mjs +3 -3
- package/fesm2022/primeng-icons-timescircle.mjs +3 -3
- package/fesm2022/primeng-icons-trash.mjs +3 -3
- package/fesm2022/primeng-icons-undo.mjs +3 -3
- package/fesm2022/primeng-icons-upload.mjs +3 -3
- package/fesm2022/primeng-icons-windowmaximize.mjs +3 -3
- package/fesm2022/primeng-icons-windowminimize.mjs +3 -3
- package/fesm2022/primeng-image.mjs +10 -9
- package/fesm2022/primeng-image.mjs.map +1 -1
- package/fesm2022/primeng-inplace.mjs +23 -19
- package/fesm2022/primeng-inplace.mjs.map +1 -1
- package/fesm2022/primeng-inputgroup.mjs +7 -7
- package/fesm2022/primeng-inputgroupaddon.mjs +7 -7
- package/fesm2022/primeng-inputicon.mjs +7 -7
- package/fesm2022/primeng-inputmask.mjs +30 -19
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +51 -25
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +365 -0
- package/fesm2022/primeng-inputotp.mjs.map +1 -0
- package/fesm2022/primeng-inputswitch.mjs +14 -11
- package/fesm2022/primeng-inputswitch.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +7 -7
- package/fesm2022/primeng-inputtextarea.mjs +10 -9
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +10 -9
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-knob.mjs +26 -17
- package/fesm2022/primeng-knob.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +47 -25
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +23 -17
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +22 -28
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +36 -25
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-message.mjs +10 -9
- package/fesm2022/primeng-message.mjs.map +1 -1
- package/fesm2022/primeng-messages.mjs +23 -11
- package/fesm2022/primeng-messages.mjs.map +1 -1
- package/fesm2022/primeng-metergroup.mjs +12 -12
- package/fesm2022/primeng-metergroup.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +91 -57
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +23 -16
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +19 -15
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlay.mjs +7 -7
- package/fesm2022/primeng-overlaypanel.mjs +18 -13
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +47 -17
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panel.mjs +14 -11
- package/fesm2022/primeng-panel.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +50 -37
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +26 -20
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +60 -67
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-progressbar.mjs +12 -10
- package/fesm2022/primeng-progressbar.mjs.map +1 -1
- package/fesm2022/primeng-progressspinner.mjs +7 -7
- package/fesm2022/primeng-radiobutton.mjs +15 -13
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-rating.mjs +22 -18
- package/fesm2022/primeng-rating.mjs.map +1 -1
- package/fesm2022/primeng-ripple.mjs +7 -7
- package/fesm2022/primeng-scroller.mjs +8 -8
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-scrollpanel.mjs +10 -9
- package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
- package/fesm2022/primeng-scrolltop.mjs +10 -9
- package/fesm2022/primeng-scrolltop.mjs.map +1 -1
- package/fesm2022/primeng-selectbutton.mjs +18 -13
- package/fesm2022/primeng-selectbutton.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +22 -15
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-skeleton.mjs +7 -7
- package/fesm2022/primeng-slidemenu.mjs +45 -28
- package/fesm2022/primeng-slidemenu.mjs.map +1 -1
- package/fesm2022/primeng-slider.mjs +22 -15
- package/fesm2022/primeng-slider.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +99 -79
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-spinner.mjs +28 -18
- package/fesm2022/primeng-spinner.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +157 -23
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +14 -11
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +692 -0
- package/fesm2022/primeng-stepper.mjs.map +1 -0
- package/fesm2022/primeng-steps.mjs +20 -23
- package/fesm2022/primeng-steps.mjs.map +1 -1
- package/fesm2022/primeng-styleclass.mjs +12 -10
- package/fesm2022/primeng-styleclass.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +267 -166
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabmenu.mjs +12 -10
- package/fesm2022/primeng-tabmenu.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +25 -18
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/fesm2022/primeng-tag.mjs +23 -11
- package/fesm2022/primeng-tag.mjs.map +1 -1
- package/fesm2022/primeng-terminal.mjs +10 -10
- package/fesm2022/primeng-tieredmenu.mjs +52 -37
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +7 -7
- package/fesm2022/primeng-toast.mjs +25 -18
- package/fesm2022/primeng-toast.mjs.map +1 -1
- package/fesm2022/primeng-togglebutton.mjs +14 -12
- package/fesm2022/primeng-togglebutton.mjs.map +1 -1
- package/fesm2022/primeng-toolbar.mjs +7 -7
- package/fesm2022/primeng-tooltip.mjs +26 -17
- package/fesm2022/primeng-tooltip.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +53 -31
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +56 -21
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +333 -146
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +14 -11
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fesm2022/primeng-virtualscroller.mjs +14 -11
- package/fesm2022/primeng-virtualscroller.mjs.map +1 -1
- package/fieldset/fieldset.d.ts +2 -0
- package/fileupload/fileupload.d.ts +11 -0
- package/focustrap/focustrap.d.ts +1 -0
- package/galleria/galleria.d.ts +25 -0
- package/image/image.d.ts +1 -0
- package/inplace/inplace.d.ts +4 -0
- package/inputmask/inputmask.d.ts +11 -0
- package/inputnumber/inputnumber.d.ts +17 -0
- package/inputnumber/inputnumber.interface.d.ts +1 -1
- package/inputotp/index.d.ts +5 -0
- package/inputotp/inputotp.d.ts +115 -0
- package/inputotp/inputotp.interface.d.ts +65 -0
- package/inputotp/public_api.d.ts +2 -0
- package/inputswitch/inputswitch.d.ts +3 -0
- package/inputtextarea/inputtextarea.d.ts +1 -0
- package/keyfilter/keyfilter.d.ts +1 -0
- package/knob/knob.d.ts +9 -0
- package/listbox/listbox.d.ts +22 -2
- package/megamenu/megamenu.d.ts +6 -0
- package/menu/menu.d.ts +4 -0
- package/menubar/menubar.d.ts +11 -0
- package/message/message.d.ts +1 -0
- package/messages/messages.d.ts +10 -1
- package/metergroup/metergroup.d.ts +2 -2
- package/multiselect/multiselect.d.ts +23 -1
- package/orderlist/orderlist.d.ts +7 -0
- package/organizationchart/organizationchart.d.ts +4 -0
- package/overlaypanel/overlaypanel.d.ts +5 -0
- package/package.json +106 -94
- package/paginator/paginator.d.ts +19 -2
- package/panel/panel.d.ts +3 -0
- package/panelmenu/panelmenu.d.ts +11 -1
- package/password/password.d.ts +6 -0
- package/picklist/picklist.d.ts +14 -3
- package/progressbar/progressbar.d.ts +2 -0
- package/radiobutton/radiobutton.d.ts +2 -0
- package/rating/rating.d.ts +4 -0
- package/resources/components/calendar/calendar.css +1 -0
- package/resources/components/cascadeselect/cascadeselect.css +1 -0
- package/resources/components/inputotp/inputotp.css +3 -0
- package/resources/components/rating/rating.css +2 -0
- package/resources/components/stepper/stepper.css +9 -0
- package/resources/themes/arya-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-blue/theme.css +287 -431
- package/resources/themes/arya-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-green/theme.css +287 -431
- package/resources/themes/arya-orange/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-orange/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-orange/theme.css +287 -431
- package/resources/themes/arya-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/arya-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/arya-purple/theme.css +287 -431
- package/resources/themes/aura-dark-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-amber/theme.css +7724 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-blue/theme.css +7724 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-cyan/theme.css +7724 -0
- package/resources/themes/aura-dark-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-green/theme.css +7724 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-indigo/theme.css +7724 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-lime/theme.css +7724 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-noir/theme.css +7724 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-pink/theme.css +7724 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-purple/theme.css +7724 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-dark-teal/theme.css +7724 -0
- package/resources/themes/aura-light-amber/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-amber/theme.css +7726 -0
- package/resources/themes/aura-light-blue/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-blue/theme.css +7726 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-cyan/theme.css +7726 -0
- package/resources/themes/aura-light-green/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-green/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-green/theme.css +7726 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-indigo/theme.css +7726 -0
- package/resources/themes/aura-light-lime/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-lime/theme.css +7726 -0
- package/resources/themes/aura-light-noir/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-noir/theme.css +7734 -0
- package/resources/themes/aura-light-pink/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-pink/theme.css +7726 -0
- package/resources/themes/aura-light-purple/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-purple/theme.css +7726 -0
- package/resources/themes/aura-light-teal/fonts/Inter-italic.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/fonts/Inter-roman.var.woff2 +0 -0
- package/resources/themes/aura-light-teal/theme.css +7726 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +287 -431
- package/resources/themes/bootstrap4-dark-purple/theme.css +287 -431
- package/resources/themes/bootstrap4-light-blue/theme.css +287 -431
- package/resources/themes/bootstrap4-light-purple/theme.css +287 -431
- package/resources/themes/fluent-light/theme.css +281 -431
- package/resources/themes/lara-dark-amber/theme.css +649 -448
- package/resources/themes/lara-dark-blue/theme.css +336 -431
- package/resources/themes/lara-dark-cyan/theme.css +649 -448
- package/resources/themes/lara-dark-green/theme.css +649 -448
- package/resources/themes/lara-dark-indigo/theme.css +336 -431
- package/resources/themes/lara-dark-pink/theme.css +649 -448
- package/resources/themes/lara-dark-purple/theme.css +336 -431
- package/resources/themes/lara-dark-teal/theme.css +336 -431
- package/resources/themes/lara-light-amber/theme.css +619 -467
- package/resources/themes/lara-light-blue/theme.css +287 -431
- package/resources/themes/lara-light-cyan/theme.css +619 -467
- package/resources/themes/lara-light-green/theme.css +619 -467
- package/resources/themes/lara-light-indigo/theme.css +287 -431
- package/resources/themes/lara-light-pink/theme.css +619 -467
- package/resources/themes/lara-light-purple/theme.css +287 -431
- package/resources/themes/lara-light-teal/theme.css +287 -431
- package/resources/themes/luna-amber/theme.css +287 -431
- package/resources/themes/luna-blue/theme.css +287 -431
- package/resources/themes/luna-green/theme.css +287 -431
- package/resources/themes/luna-pink/theme.css +287 -431
- package/resources/themes/md-dark-deeppurple/theme.css +370 -431
- package/resources/themes/md-dark-indigo/theme.css +370 -431
- package/resources/themes/md-light-deeppurple/theme.css +370 -431
- package/resources/themes/md-light-indigo/theme.css +370 -431
- package/resources/themes/mdc-dark-deeppurple/theme.css +370 -431
- package/resources/themes/mdc-dark-indigo/theme.css +370 -431
- package/resources/themes/mdc-light-deeppurple/theme.css +370 -431
- package/resources/themes/mdc-light-indigo/theme.css +370 -431
- package/resources/themes/mira/theme.css +287 -431
- package/resources/themes/nano/theme.css +287 -431
- package/resources/themes/nova/theme.css +287 -431
- package/resources/themes/nova-accent/theme.css +287 -431
- package/resources/themes/nova-alt/theme.css +287 -431
- package/resources/themes/rhea/theme.css +287 -431
- package/resources/themes/saga-blue/theme.css +287 -431
- package/resources/themes/saga-green/theme.css +287 -431
- package/resources/themes/saga-orange/theme.css +287 -431
- package/resources/themes/saga-purple/theme.css +287 -431
- package/resources/themes/soho-dark/theme.css +287 -431
- package/resources/themes/soho-light/theme.css +287 -431
- package/resources/themes/tailwind-light/theme.css +285 -431
- package/resources/themes/vela-blue/theme.css +287 -431
- package/resources/themes/vela-green/theme.css +287 -431
- package/resources/themes/vela-orange/theme.css +287 -431
- package/resources/themes/vela-purple/theme.css +287 -431
- package/resources/themes/viva-dark/theme.css +287 -431
- package/resources/themes/viva-light/theme.css +287 -431
- package/scrollpanel/scrollpanel.d.ts +1 -0
- package/scrolltop/scrolltop.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +5 -0
- package/sidebar/sidebar.d.ts +7 -0
- package/slidemenu/slidemenu.d.ts +17 -0
- package/slider/slider.d.ts +7 -0
- package/speeddial/speeddial.d.ts +7 -0
- package/speeddial/speeddial.interface.d.ts +17 -0
- package/spinner/spinner.d.ts +10 -0
- package/splitbutton/splitbutton.d.ts +72 -6
- package/splitter/splitter.d.ts +3 -0
- package/stepper/index.d.ts +5 -0
- package/stepper/public_api.d.ts +2 -0
- package/stepper/stepper.d.ts +125 -0
- package/stepper/stepper.interface.d.ts +26 -0
- package/steps/steps.d.ts +3 -0
- package/styleclass/styleclass.d.ts +2 -0
- package/table/table.d.ts +73 -2
- package/tabmenu/tabmenu.d.ts +2 -0
- package/tabview/tabview.d.ts +7 -0
- package/tag/tag.d.ts +11 -2
- package/tieredmenu/tieredmenu.d.ts +15 -3
- package/toast/toast.d.ts +7 -0
- package/togglebutton/togglebutton.d.ts +2 -0
- package/tooltip/tooltip.d.ts +9 -0
- package/tree/tree.d.ts +20 -0
- package/treeselect/treeselect.d.ts +25 -2
- package/treetable/treetable.d.ts +62 -4
- package/tristatecheckbox/tristatecheckbox.d.ts +3 -0
- package/virtualscroller/virtualscroller.d.ts +3 -0
@@ -2,7 +2,7 @@ import { trigger, transition, style, animate } from '@angular/animations';
|
|
2
2
|
import * as i2 from '@angular/common';
|
3
3
|
import { isPlatformBrowser, DOCUMENT, CommonModule } from '@angular/common';
|
4
4
|
import * as i0 from '@angular/core';
|
5
|
-
import { Injectable, EventEmitter, PLATFORM_ID, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, Directive, HostListener, Optional, NgModule } from '@angular/core';
|
5
|
+
import { Injectable, EventEmitter, PLATFORM_ID, booleanAttribute, numberAttribute, Component, ChangeDetectionStrategy, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, Directive, HostListener, Optional, NgModule } from '@angular/core';
|
6
6
|
import * as i6 from '@angular/forms';
|
7
7
|
import { FormsModule } from '@angular/forms';
|
8
8
|
import * as i1 from 'primeng/api';
|
@@ -70,10 +70,10 @@ class TableService {
|
|
70
70
|
onColumnsChange(columns) {
|
71
71
|
this.columnsSource.next(columns);
|
72
72
|
}
|
73
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
74
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.
|
73
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
74
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableService });
|
75
75
|
}
|
76
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
76
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableService, decorators: [{
|
77
77
|
type: Injectable
|
78
78
|
}] });
|
79
79
|
/**
|
@@ -1947,10 +1947,10 @@ class Table {
|
|
1947
1947
|
delete this.editingRowKeys[dataKeyValue];
|
1948
1948
|
}
|
1949
1949
|
toggleRow(rowData, event) {
|
1950
|
-
if (!this.dataKey) {
|
1951
|
-
throw new Error('dataKey must be defined to use row expansion');
|
1950
|
+
if (!this.dataKey && !this.groupRowsBy) {
|
1951
|
+
throw new Error('dataKey or groupRowsBy must be defined to use row expansion');
|
1952
1952
|
}
|
1953
|
-
let dataKeyValue = String(ObjectUtils.resolveFieldData(rowData, this.dataKey));
|
1953
|
+
let dataKeyValue = this.groupRowsBy ? String(ObjectUtils.resolveFieldData(rowData, this.groupRowsBy)) : String(ObjectUtils.resolveFieldData(rowData, this.dataKey));
|
1954
1954
|
if (this.expandedRowKeys[dataKeyValue] != null) {
|
1955
1955
|
delete this.expandedRowKeys[dataKeyValue];
|
1956
1956
|
this.onRowCollapse.emit({
|
@@ -1976,7 +1976,7 @@ class Table {
|
|
1976
1976
|
}
|
1977
1977
|
}
|
1978
1978
|
isRowExpanded(rowData) {
|
1979
|
-
return this.expandedRowKeys[String(ObjectUtils.resolveFieldData(rowData, this.dataKey))] === true;
|
1979
|
+
return this.groupRowsBy ? this.expandedRowKeys[String(ObjectUtils.resolveFieldData(rowData, this.groupRowsBy))] === true : this.expandedRowKeys[String(ObjectUtils.resolveFieldData(rowData, this.dataKey))] === true;
|
1980
1980
|
}
|
1981
1981
|
isRowEditing(rowData) {
|
1982
1982
|
return this.editingRowKeys[String(ObjectUtils.resolveFieldData(rowData, this.dataKey))] === true;
|
@@ -2307,9 +2307,9 @@ class Table {
|
|
2307
2307
|
this.columnWidthsState = state.columnWidths;
|
2308
2308
|
this.tableWidthState = state.tableWidth;
|
2309
2309
|
}
|
2310
|
-
if (this.reorderableColumns) {
|
2311
|
-
|
2312
|
-
}
|
2310
|
+
// if (this.reorderableColumns) {
|
2311
|
+
// this.restoreColumnOrder();
|
2312
|
+
// }
|
2313
2313
|
if (state.expandedRowKeys) {
|
2314
2314
|
this.expandedRowKeys = state.expandedRowKeys;
|
2315
2315
|
}
|
@@ -2469,8 +2469,8 @@ class Table {
|
|
2469
2469
|
.join(' ')
|
2470
2470
|
.trim();
|
2471
2471
|
}
|
2472
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
2473
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
2472
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Table, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: TableService }, { token: i0.ChangeDetectorRef }, { token: i1.FilterService }, { token: i1.OverlayService }, { token: i1.PrimeNGConfig }], target: i0.ɵɵFactoryTarget.Component });
|
2473
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: Table, selector: "p-table", inputs: { frozenColumns: "frozenColumns", frozenValue: "frozenValue", style: "style", styleClass: "styleClass", tableStyle: "tableStyle", tableStyleClass: "tableStyleClass", paginator: ["paginator", "paginator", booleanAttribute], pageLinks: ["pageLinks", "pageLinks", numberAttribute], rowsPerPageOptions: "rowsPerPageOptions", alwaysShowPaginator: ["alwaysShowPaginator", "alwaysShowPaginator", booleanAttribute], paginatorPosition: "paginatorPosition", paginatorStyleClass: "paginatorStyleClass", paginatorDropdownAppendTo: "paginatorDropdownAppendTo", paginatorDropdownScrollHeight: "paginatorDropdownScrollHeight", currentPageReportTemplate: "currentPageReportTemplate", showCurrentPageReport: ["showCurrentPageReport", "showCurrentPageReport", booleanAttribute], showJumpToPageDropdown: ["showJumpToPageDropdown", "showJumpToPageDropdown", booleanAttribute], showJumpToPageInput: ["showJumpToPageInput", "showJumpToPageInput", booleanAttribute], showFirstLastIcon: ["showFirstLastIcon", "showFirstLastIcon", booleanAttribute], showPageLinks: ["showPageLinks", "showPageLinks", booleanAttribute], defaultSortOrder: ["defaultSortOrder", "defaultSortOrder", numberAttribute], sortMode: "sortMode", resetPageOnSort: ["resetPageOnSort", "resetPageOnSort", booleanAttribute], selectionMode: "selectionMode", selectionPageOnly: ["selectionPageOnly", "selectionPageOnly", booleanAttribute], contextMenuSelection: "contextMenuSelection", contextMenuSelectionMode: "contextMenuSelectionMode", dataKey: "dataKey", metaKeySelection: ["metaKeySelection", "metaKeySelection", booleanAttribute], rowSelectable: ["rowSelectable", "rowSelectable", booleanAttribute], rowTrackBy: ["rowTrackBy", "rowTrackBy", numberAttribute], lazy: ["lazy", "lazy", booleanAttribute], lazyLoadOnInit: ["lazyLoadOnInit", "lazyLoadOnInit", booleanAttribute], compareSelectionBy: "compareSelectionBy", csvSeparator: "csvSeparator", exportFilename: "exportFilename", filters: "filters", globalFilterFields: "globalFilterFields", filterDelay: ["filterDelay", "filterDelay", numberAttribute], filterLocale: "filterLocale", expandedRowKeys: ["expandedRowKeys", "expandedRowKeys", booleanAttribute], editingRowKeys: ["editingRowKeys", "editingRowKeys", booleanAttribute], rowExpandMode: "rowExpandMode", scrollable: ["scrollable", "scrollable", booleanAttribute], scrollDirection: "scrollDirection", rowGroupMode: "rowGroupMode", scrollHeight: "scrollHeight", virtualScroll: ["virtualScroll", "virtualScroll", booleanAttribute], virtualScrollItemSize: ["virtualScrollItemSize", "virtualScrollItemSize", numberAttribute], virtualScrollOptions: "virtualScrollOptions", virtualScrollDelay: ["virtualScrollDelay", "virtualScrollDelay", numberAttribute], frozenWidth: "frozenWidth", responsive: "responsive", contextMenu: "contextMenu", resizableColumns: ["resizableColumns", "resizableColumns", booleanAttribute], columnResizeMode: "columnResizeMode", reorderableColumns: ["reorderableColumns", "reorderableColumns", booleanAttribute], loading: ["loading", "loading", booleanAttribute], loadingIcon: "loadingIcon", showLoader: ["showLoader", "showLoader", booleanAttribute], rowHover: ["rowHover", "rowHover", booleanAttribute], customSort: ["customSort", "customSort", booleanAttribute], showInitialSortBadge: ["showInitialSortBadge", "showInitialSortBadge", booleanAttribute], autoLayout: ["autoLayout", "autoLayout", booleanAttribute], exportFunction: "exportFunction", exportHeader: "exportHeader", stateKey: "stateKey", stateStorage: "stateStorage", editMode: "editMode", groupRowsBy: "groupRowsBy", groupRowsByOrder: ["groupRowsByOrder", "groupRowsByOrder", numberAttribute], responsiveLayout: "responsiveLayout", breakpoint: "breakpoint", paginatorLocale: "paginatorLocale", value: "value", columns: "columns", first: "first", rows: "rows", totalRecords: "totalRecords", sortField: "sortField", sortOrder: "sortOrder", multiSortMeta: "multiSortMeta", selection: "selection", selectAll: "selectAll", virtualRowHeight: "virtualRowHeight" }, outputs: { contextMenuSelectionChange: "contextMenuSelectionChange", selectAllChange: "selectAllChange", selectionChange: "selectionChange", onRowSelect: "onRowSelect", onRowUnselect: "onRowUnselect", onPage: "onPage", onSort: "onSort", onFilter: "onFilter", onLazyLoad: "onLazyLoad", onRowExpand: "onRowExpand", onRowCollapse: "onRowCollapse", onContextMenuSelect: "onContextMenuSelect", onColResize: "onColResize", onColReorder: "onColReorder", onRowReorder: "onRowReorder", onEditInit: "onEditInit", onEditComplete: "onEditComplete", onEditCancel: "onEditCancel", onHeaderCheckboxToggle: "onHeaderCheckboxToggle", sortFunction: "sortFunction", firstChange: "firstChange", rowsChange: "rowsChange", onStateSave: "onStateSave", onStateRestore: "onStateRestore" }, host: { classAttribute: "p-element" }, providers: [TableService], queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "resizeHelperViewChild", first: true, predicate: ["resizeHelper"], descendants: true }, { propertyName: "reorderIndicatorUpViewChild", first: true, predicate: ["reorderIndicatorUp"], descendants: true }, { propertyName: "reorderIndicatorDownViewChild", first: true, predicate: ["reorderIndicatorDown"], descendants: true }, { propertyName: "wrapperViewChild", first: true, predicate: ["wrapper"], descendants: true }, { propertyName: "tableViewChild", first: true, predicate: ["table"], descendants: true }, { propertyName: "tableHeaderViewChild", first: true, predicate: ["thead"], descendants: true }, { propertyName: "tableFooterViewChild", first: true, predicate: ["tfoot"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
2474
2474
|
<div
|
2475
2475
|
#container
|
2476
2476
|
[ngStyle]="style"
|
@@ -2666,9 +2666,9 @@ class Table {
|
|
2666
2666
|
<ng-template *ngTemplateOutlet="reorderIndicatorDownIconTemplate"></ng-template>
|
2667
2667
|
</span>
|
2668
2668
|
</div>
|
2669
|
-
`, isInline: true, styles: ["@layer primeng{.p-datatable{position:relative}.p-datatable>.p-datatable-wrapper{overflow:auto}.p-datatable-table{border-spacing:0px;width:100%}.p-datatable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-datatable .p-sortable-column .p-column-title,.p-datatable .p-sortable-column .p-sortable-column-icon,.p-datatable .p-sortable-column .p-sortable-column-badge{vertical-align:middle}.p-datatable .p-sortable-column .p-icon-wrapper{display:inline}.p-datatable .p-sortable-column .p-sortable-column-badge{display:inline-flex;align-items:center;justify-content:center}.p-datatable-hoverable-rows .p-selectable-row{cursor:pointer}.p-datatable-scrollable>.p-datatable-wrapper{position:relative}.p-datatable-scrollable-table>.p-datatable-thead{position:sticky;top:0;z-index:2}.p-datatable-scrollable-table>.p-datatable-frozen-tbody{position:sticky;z-index:1}.p-datatable-scrollable-table>.p-datatable-tfoot{position:sticky;bottom:0;z-index:1}.p-datatable-scrollable .p-frozen-column{position:sticky;background:inherit;z-index:1}.p-datatable-scrollable th.p-frozen-column{z-index:1}.p-datatable-flex-scrollable{display:flex;flex-direction:column;height:100%}.p-datatable-flex-scrollable>.p-datatable-wrapper{display:flex;flex-direction:column;flex:1;height:100%}.p-datatable-scrollable-table>.p-datatable-tbody>.p-rowgroup-header{position:sticky;z-index:2}.p-datatable-resizable-table>.p-datatable-thead>tr>th,.p-datatable-resizable-table>.p-datatable-tfoot>tr>td,.p-datatable-resizable-table>.p-datatable-tbody>tr>td{overflow:hidden;white-space:nowrap}.p-datatable-resizable-table>.p-datatable-thead>tr>th.p-resizable-column:not(.p-frozen-column){background-clip:padding-box;position:relative}.p-datatable-resizable-table-fit>.p-datatable-thead>tr>th.p-resizable-column:last-child .p-column-resizer{display:none}.p-datatable .p-column-resizer{display:block;position:absolute!important;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-datatable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-datatable .p-row-editor-init,.p-datatable .p-row-editor-save,.p-datatable .p-row-editor-cancel,.p-datatable .p-row-toggler{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-datatable-reorder-indicator-up,.p-datatable-reorder-indicator-down{position:absolute}.p-datatable-reorderablerow-handle,[pReorderableColumn]{cursor:move}.p-datatable .p-datatable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:3}.p-column-filter-row{display:flex;align-items:center;width:100%}.p-column-filter-menu{display:inline-flex}.p-column-filter-row p-columnfilterformelement{flex:1 1 auto;width:1%}.p-column-filter-menu-button,.p-column-filter-clear-button{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;overflow:hidden;position:relative}.p-column-filter-overlay{position:absolute;top:0;left:0}.p-column-filter-row-items{margin:0;padding:0;list-style:none}.p-column-filter-row-item{cursor:pointer}.p-column-filter-add-button,.p-column-filter-remove-button{justify-content:center}.p-column-filter-add-button .p-button-label,.p-column-filter-remove-button .p-button-label{flex-grow:0}.p-column-filter-buttonbar{display:flex;align-items:center;justify-content:space-between}.p-column-filter-buttonbar .p-button{width:auto}.p-datatable-tbody>tr>td>.p-column-title{display:none}.p-datatable-scroller-spacer{display:flex}.p-datatable .p-scroller .p-scroller-loading{transform:none!important;min-height:0;position:sticky;top:0;left:0}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(() => i3.Paginator), selector: "p-paginator", inputs: ["pageLinkSize", "style", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "appendTo", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "showPageLinks", "locale", "dropdownItemTemplate", "first"], outputs: ["onPageChange"] }, { kind: "directive", type: i0.forwardRef(() => i1.PrimeTemplate), selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i0.forwardRef(() => i4.Scroller), selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "component", type: i0.forwardRef(() => ArrowDownIcon), selector: "ArrowDownIcon" }, { kind: "component", type: i0.forwardRef(() => ArrowUpIcon), selector: "ArrowUpIcon" }, { kind: "component", type: i0.forwardRef(() => SpinnerIcon), selector: "SpinnerIcon" }, { kind: "component", type: i0.forwardRef(() => TableBody), selector: "[pTableBody]", inputs: ["pTableBody", "pTableBodyTemplate", "value", "frozen", "frozenRows", "scrollerOptions"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
2669
|
+
`, isInline: true, styles: ["@layer primeng{.p-datatable{position:relative}.p-datatable>.p-datatable-wrapper{overflow:auto}.p-datatable-table{border-spacing:0px;width:100%}.p-datatable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-datatable .p-sortable-column .p-column-title,.p-datatable .p-sortable-column .p-sortable-column-icon,.p-datatable .p-sortable-column .p-sortable-column-badge{vertical-align:middle}.p-datatable .p-sortable-column .p-icon-wrapper{display:inline}.p-datatable .p-sortable-column .p-sortable-column-badge{display:inline-flex;align-items:center;justify-content:center}.p-datatable-hoverable-rows .p-selectable-row{cursor:pointer}.p-datatable-scrollable>.p-datatable-wrapper{position:relative}.p-datatable-scrollable-table>.p-datatable-thead{position:sticky;top:0;z-index:2}.p-datatable-scrollable-table>.p-datatable-frozen-tbody{position:sticky;z-index:1}.p-datatable-scrollable-table>.p-datatable-tfoot{position:sticky;bottom:0;z-index:1}.p-datatable-scrollable .p-frozen-column{position:sticky;background:inherit;z-index:1}.p-datatable-scrollable th.p-frozen-column{z-index:1}.p-datatable-flex-scrollable{display:flex;flex-direction:column;height:100%}.p-datatable-flex-scrollable>.p-datatable-wrapper{display:flex;flex-direction:column;flex:1;height:100%}.p-datatable-scrollable-table>.p-datatable-tbody>.p-rowgroup-header{position:sticky;z-index:2}.p-datatable-resizable-table>.p-datatable-thead>tr>th,.p-datatable-resizable-table>.p-datatable-tfoot>tr>td,.p-datatable-resizable-table>.p-datatable-tbody>tr>td{overflow:hidden;white-space:nowrap}.p-datatable-resizable-table>.p-datatable-thead>tr>th.p-resizable-column:not(.p-frozen-column){background-clip:padding-box;position:relative}.p-datatable-resizable-table-fit>.p-datatable-thead>tr>th.p-resizable-column:last-child .p-column-resizer{display:none}.p-datatable .p-column-resizer{display:block;position:absolute!important;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-datatable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-datatable .p-row-editor-init,.p-datatable .p-row-editor-save,.p-datatable .p-row-editor-cancel,.p-datatable .p-row-toggler{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-datatable-reorder-indicator-up,.p-datatable-reorder-indicator-down{position:absolute}.p-datatable-reorderablerow-handle,[pReorderableColumn]{cursor:move}.p-datatable .p-datatable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:3}.p-column-filter-row{display:flex;align-items:center;width:100%}.p-column-filter-menu{display:inline-flex}.p-column-filter-row p-columnfilterformelement{flex:1 1 auto;width:1%}.p-column-filter-menu-button,.p-column-filter-clear-button{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;text-decoration:none;overflow:hidden;position:relative}.p-column-filter-overlay{position:absolute;top:0;left:0}.p-column-filter-row-items{margin:0;padding:0;list-style:none}.p-column-filter-row-item{cursor:pointer}.p-column-filter-add-button,.p-column-filter-remove-button{justify-content:center}.p-column-filter-add-button .p-button-label,.p-column-filter-remove-button .p-button-label{flex-grow:0}.p-column-filter-buttonbar{display:flex;align-items:center;justify-content:space-between}.p-column-filter-buttonbar .p-button{width:auto}.p-datatable-tbody>tr>td>.p-column-title{display:none}.p-datatable-scroller-spacer{display:flex}.p-datatable .p-scroller .p-scroller-loading{transform:none!important;min-height:0;position:sticky;top:0;left:0}}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgStyle), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(() => i3.Paginator), selector: "p-paginator", inputs: ["pageLinkSize", "style", "styleClass", "alwaysShow", "dropdownAppendTo", "templateLeft", "templateRight", "appendTo", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "jumpToPageItemTemplate", "showPageLinks", "locale", "dropdownItemTemplate", "first"], outputs: ["onPageChange"] }, { kind: "directive", type: i0.forwardRef(() => i1.PrimeTemplate), selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i0.forwardRef(() => i4.Scroller), selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "component", type: i0.forwardRef(() => ArrowDownIcon), selector: "ArrowDownIcon" }, { kind: "component", type: i0.forwardRef(() => ArrowUpIcon), selector: "ArrowUpIcon" }, { kind: "component", type: i0.forwardRef(() => SpinnerIcon), selector: "SpinnerIcon" }, { kind: "component", type: i0.forwardRef(() => TableBody), selector: "[pTableBody]", inputs: ["pTableBody", "pTableBodyTemplate", "value", "frozen", "frozenRows", "scrollerOptions"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
2670
2670
|
}
|
2671
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
2671
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: Table, decorators: [{
|
2672
2672
|
type: Component,
|
2673
2673
|
args: [{ selector: 'p-table', template: `
|
2674
2674
|
<div
|
@@ -2888,13 +2888,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
2888
2888
|
}], tableStyleClass: [{
|
2889
2889
|
type: Input
|
2890
2890
|
}], paginator: [{
|
2891
|
-
type: Input
|
2891
|
+
type: Input,
|
2892
|
+
args: [{ transform: booleanAttribute }]
|
2892
2893
|
}], pageLinks: [{
|
2893
|
-
type: Input
|
2894
|
+
type: Input,
|
2895
|
+
args: [{ transform: numberAttribute }]
|
2894
2896
|
}], rowsPerPageOptions: [{
|
2895
2897
|
type: Input
|
2896
2898
|
}], alwaysShowPaginator: [{
|
2897
|
-
type: Input
|
2899
|
+
type: Input,
|
2900
|
+
args: [{ transform: booleanAttribute }]
|
2898
2901
|
}], paginatorPosition: [{
|
2899
2902
|
type: Input
|
2900
2903
|
}], paginatorStyleClass: [{
|
@@ -2906,25 +2909,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
2906
2909
|
}], currentPageReportTemplate: [{
|
2907
2910
|
type: Input
|
2908
2911
|
}], showCurrentPageReport: [{
|
2909
|
-
type: Input
|
2912
|
+
type: Input,
|
2913
|
+
args: [{ transform: booleanAttribute }]
|
2910
2914
|
}], showJumpToPageDropdown: [{
|
2911
|
-
type: Input
|
2915
|
+
type: Input,
|
2916
|
+
args: [{ transform: booleanAttribute }]
|
2912
2917
|
}], showJumpToPageInput: [{
|
2913
|
-
type: Input
|
2918
|
+
type: Input,
|
2919
|
+
args: [{ transform: booleanAttribute }]
|
2914
2920
|
}], showFirstLastIcon: [{
|
2915
|
-
type: Input
|
2921
|
+
type: Input,
|
2922
|
+
args: [{ transform: booleanAttribute }]
|
2916
2923
|
}], showPageLinks: [{
|
2917
|
-
type: Input
|
2924
|
+
type: Input,
|
2925
|
+
args: [{ transform: booleanAttribute }]
|
2918
2926
|
}], defaultSortOrder: [{
|
2919
|
-
type: Input
|
2927
|
+
type: Input,
|
2928
|
+
args: [{ transform: numberAttribute }]
|
2920
2929
|
}], sortMode: [{
|
2921
2930
|
type: Input
|
2922
2931
|
}], resetPageOnSort: [{
|
2923
|
-
type: Input
|
2932
|
+
type: Input,
|
2933
|
+
args: [{ transform: booleanAttribute }]
|
2924
2934
|
}], selectionMode: [{
|
2925
2935
|
type: Input
|
2926
2936
|
}], selectionPageOnly: [{
|
2927
|
-
type: Input
|
2937
|
+
type: Input,
|
2938
|
+
args: [{ transform: booleanAttribute }]
|
2928
2939
|
}], contextMenuSelection: [{
|
2929
2940
|
type: Input
|
2930
2941
|
}], contextMenuSelectionChange: [{
|
@@ -2934,15 +2945,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
2934
2945
|
}], dataKey: [{
|
2935
2946
|
type: Input
|
2936
2947
|
}], metaKeySelection: [{
|
2937
|
-
type: Input
|
2948
|
+
type: Input,
|
2949
|
+
args: [{ transform: booleanAttribute }]
|
2938
2950
|
}], rowSelectable: [{
|
2939
|
-
type: Input
|
2951
|
+
type: Input,
|
2952
|
+
args: [{ transform: booleanAttribute }]
|
2940
2953
|
}], rowTrackBy: [{
|
2941
|
-
type: Input
|
2954
|
+
type: Input,
|
2955
|
+
args: [{ transform: numberAttribute }]
|
2942
2956
|
}], lazy: [{
|
2943
|
-
type: Input
|
2957
|
+
type: Input,
|
2958
|
+
args: [{ transform: booleanAttribute }]
|
2944
2959
|
}], lazyLoadOnInit: [{
|
2945
|
-
type: Input
|
2960
|
+
type: Input,
|
2961
|
+
args: [{ transform: booleanAttribute }]
|
2946
2962
|
}], compareSelectionBy: [{
|
2947
2963
|
type: Input
|
2948
2964
|
}], csvSeparator: [{
|
@@ -2954,17 +2970,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
2954
2970
|
}], globalFilterFields: [{
|
2955
2971
|
type: Input
|
2956
2972
|
}], filterDelay: [{
|
2957
|
-
type: Input
|
2973
|
+
type: Input,
|
2974
|
+
args: [{ transform: numberAttribute }]
|
2958
2975
|
}], filterLocale: [{
|
2959
2976
|
type: Input
|
2960
2977
|
}], expandedRowKeys: [{
|
2961
|
-
type: Input
|
2978
|
+
type: Input,
|
2979
|
+
args: [{ transform: booleanAttribute }]
|
2962
2980
|
}], editingRowKeys: [{
|
2963
|
-
type: Input
|
2981
|
+
type: Input,
|
2982
|
+
args: [{ transform: booleanAttribute }]
|
2964
2983
|
}], rowExpandMode: [{
|
2965
2984
|
type: Input
|
2966
2985
|
}], scrollable: [{
|
2967
|
-
type: Input
|
2986
|
+
type: Input,
|
2987
|
+
args: [{ transform: booleanAttribute }]
|
2968
2988
|
}], scrollDirection: [{
|
2969
2989
|
type: Input
|
2970
2990
|
}], rowGroupMode: [{
|
@@ -2972,13 +2992,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
2972
2992
|
}], scrollHeight: [{
|
2973
2993
|
type: Input
|
2974
2994
|
}], virtualScroll: [{
|
2975
|
-
type: Input
|
2995
|
+
type: Input,
|
2996
|
+
args: [{ transform: booleanAttribute }]
|
2976
2997
|
}], virtualScrollItemSize: [{
|
2977
|
-
type: Input
|
2998
|
+
type: Input,
|
2999
|
+
args: [{ transform: numberAttribute }]
|
2978
3000
|
}], virtualScrollOptions: [{
|
2979
3001
|
type: Input
|
2980
3002
|
}], virtualScrollDelay: [{
|
2981
|
-
type: Input
|
3003
|
+
type: Input,
|
3004
|
+
args: [{ transform: numberAttribute }]
|
2982
3005
|
}], frozenWidth: [{
|
2983
3006
|
type: Input
|
2984
3007
|
}], responsive: [{
|
@@ -2986,25 +3009,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
2986
3009
|
}], contextMenu: [{
|
2987
3010
|
type: Input
|
2988
3011
|
}], resizableColumns: [{
|
2989
|
-
type: Input
|
3012
|
+
type: Input,
|
3013
|
+
args: [{ transform: booleanAttribute }]
|
2990
3014
|
}], columnResizeMode: [{
|
2991
3015
|
type: Input
|
2992
3016
|
}], reorderableColumns: [{
|
2993
|
-
type: Input
|
3017
|
+
type: Input,
|
3018
|
+
args: [{ transform: booleanAttribute }]
|
2994
3019
|
}], loading: [{
|
2995
|
-
type: Input
|
3020
|
+
type: Input,
|
3021
|
+
args: [{ transform: booleanAttribute }]
|
2996
3022
|
}], loadingIcon: [{
|
2997
3023
|
type: Input
|
2998
3024
|
}], showLoader: [{
|
2999
|
-
type: Input
|
3025
|
+
type: Input,
|
3026
|
+
args: [{ transform: booleanAttribute }]
|
3000
3027
|
}], rowHover: [{
|
3001
|
-
type: Input
|
3028
|
+
type: Input,
|
3029
|
+
args: [{ transform: booleanAttribute }]
|
3002
3030
|
}], customSort: [{
|
3003
|
-
type: Input
|
3031
|
+
type: Input,
|
3032
|
+
args: [{ transform: booleanAttribute }]
|
3004
3033
|
}], showInitialSortBadge: [{
|
3005
|
-
type: Input
|
3034
|
+
type: Input,
|
3035
|
+
args: [{ transform: booleanAttribute }]
|
3006
3036
|
}], autoLayout: [{
|
3007
|
-
type: Input
|
3037
|
+
type: Input,
|
3038
|
+
args: [{ transform: booleanAttribute }]
|
3008
3039
|
}], exportFunction: [{
|
3009
3040
|
type: Input
|
3010
3041
|
}], exportHeader: [{
|
@@ -3018,7 +3049,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
3018
3049
|
}], groupRowsBy: [{
|
3019
3050
|
type: Input
|
3020
3051
|
}], groupRowsByOrder: [{
|
3021
|
-
type: Input
|
3052
|
+
type: Input,
|
3053
|
+
args: [{ transform: numberAttribute }]
|
3022
3054
|
}], responsiveLayout: [{
|
3023
3055
|
type: Input
|
3024
3056
|
}], breakpoint: [{
|
@@ -3169,7 +3201,7 @@ class TableBody {
|
|
3169
3201
|
}
|
3170
3202
|
shouldRenderRowGroupHeader(value, rowData, i) {
|
3171
3203
|
let currentRowFieldData = ObjectUtils.resolveFieldData(rowData, this.dt.groupRowsBy);
|
3172
|
-
let prevRowData = value[i - 1];
|
3204
|
+
let prevRowData = value[i - (1 + this.dt._first)];
|
3173
3205
|
if (prevRowData) {
|
3174
3206
|
let previousRowFieldData = ObjectUtils.resolveFieldData(prevRowData, this.dt.groupRowsBy);
|
3175
3207
|
return currentRowFieldData !== previousRowFieldData;
|
@@ -3180,7 +3212,7 @@ class TableBody {
|
|
3180
3212
|
}
|
3181
3213
|
shouldRenderRowGroupFooter(value, rowData, i) {
|
3182
3214
|
let currentRowFieldData = ObjectUtils.resolveFieldData(rowData, this.dt.groupRowsBy);
|
3183
|
-
let nextRowData = value[i + 1];
|
3215
|
+
let nextRowData = value[i + (1 + this.dt._first)];
|
3184
3216
|
if (nextRowData) {
|
3185
3217
|
let nextRowFieldData = ObjectUtils.resolveFieldData(nextRowData, this.dt.groupRowsBy);
|
3186
3218
|
return currentRowFieldData !== nextRowFieldData;
|
@@ -3242,8 +3274,8 @@ class TableBody {
|
|
3242
3274
|
const getItemOptions = this.getScrollerOption('getItemOptions');
|
3243
3275
|
return getItemOptions ? getItemOptions(index).index : index;
|
3244
3276
|
}
|
3245
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3246
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
3277
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableBody, deps: [{ token: Table }, { token: TableService }, { token: i0.ChangeDetectorRef }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
3278
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: TableBody, selector: "[pTableBody]", inputs: { columns: ["pTableBody", "columns"], template: ["pTableBodyTemplate", "template"], value: "value", frozen: ["frozen", "frozen", booleanAttribute], frozenRows: ["frozenRows", "frozenRows", booleanAttribute], scrollerOptions: "scrollerOptions" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
3247
3279
|
<ng-container *ngIf="!dt.expandedRowTemplate">
|
3248
3280
|
<ng-template ngFor let-rowData let-rowIndex="index" [ngForOf]="value" [ngForTrackBy]="dt.rowTrackBy">
|
3249
3281
|
<ng-container *ngIf="dt.groupHeaderTemplate && !dt.virtualScroll && dt.rowGroupMode === 'subheader' && shouldRenderRowGroupHeader(value, rowData, rowIndex)" role="row">
|
@@ -3325,7 +3357,7 @@ class TableBody {
|
|
3325
3357
|
</ng-container>
|
3326
3358
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], changeDetection: i0.ChangeDetectionStrategy.Default, encapsulation: i0.ViewEncapsulation.None });
|
3327
3359
|
}
|
3328
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
3360
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableBody, decorators: [{
|
3329
3361
|
type: Component,
|
3330
3362
|
args: [{
|
3331
3363
|
selector: '[pTableBody]',
|
@@ -3425,9 +3457,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
3425
3457
|
}], value: [{
|
3426
3458
|
type: Input
|
3427
3459
|
}], frozen: [{
|
3428
|
-
type: Input
|
3460
|
+
type: Input,
|
3461
|
+
args: [{ transform: booleanAttribute }]
|
3429
3462
|
}], frozenRows: [{
|
3430
|
-
type: Input
|
3463
|
+
type: Input,
|
3464
|
+
args: [{ transform: booleanAttribute }]
|
3431
3465
|
}], scrollerOptions: [{
|
3432
3466
|
type: Input
|
3433
3467
|
}] } });
|
@@ -3439,10 +3473,10 @@ class RowGroupHeader {
|
|
3439
3473
|
get getFrozenRowGroupHeaderStickyPosition() {
|
3440
3474
|
return this.dt.rowGroupHeaderStyleObject ? this.dt.rowGroupHeaderStyleObject.top : '';
|
3441
3475
|
}
|
3442
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3443
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
3476
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: RowGroupHeader, deps: [{ token: Table }], target: i0.ɵɵFactoryTarget.Directive });
|
3477
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: RowGroupHeader, selector: "[pRowGroupHeader]", host: { properties: { "style.top": "getFrozenRowGroupHeaderStickyPosition" }, classAttribute: "p-rowgroup-header p-element" }, ngImport: i0 });
|
3444
3478
|
}
|
3445
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
3479
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: RowGroupHeader, decorators: [{
|
3446
3480
|
type: Directive,
|
3447
3481
|
args: [{
|
3448
3482
|
selector: '[pRowGroupHeader]',
|
@@ -3503,10 +3537,10 @@ class FrozenColumn {
|
|
3503
3537
|
}
|
3504
3538
|
}
|
3505
3539
|
}
|
3506
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3507
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
3540
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FrozenColumn, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
3541
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: FrozenColumn, selector: "[pFrozenColumn]", inputs: { frozen: "frozen", alignFrozen: "alignFrozen" }, host: { properties: { "class.p-frozen-column": "frozen" }, classAttribute: "p-element" }, ngImport: i0 });
|
3508
3542
|
}
|
3509
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
3543
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: FrozenColumn, decorators: [{
|
3510
3544
|
type: Directive,
|
3511
3545
|
args: [{
|
3512
3546
|
selector: '[pFrozenColumn]',
|
@@ -3572,10 +3606,10 @@ class SortableColumn {
|
|
3572
3606
|
this.subscription.unsubscribe();
|
3573
3607
|
}
|
3574
3608
|
}
|
3575
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3576
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
3609
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SortableColumn, deps: [{ token: Table }], target: i0.ɵɵFactoryTarget.Directive });
|
3610
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: SortableColumn, selector: "[pSortableColumn]", inputs: { field: ["pSortableColumn", "field"], pSortableColumnDisabled: ["pSortableColumnDisabled", "pSortableColumnDisabled", booleanAttribute] }, host: { listeners: { "click": "onClick($event)", "keydown.space": "onEnterKey($event)", "keydown.enter": "onEnterKey($event)" }, properties: { "class.p-sortable-column": "isEnabled()", "class.p-highlight": "sorted", "attr.tabindex": "isEnabled() ? \"0\" : null", "attr.role": "\"columnheader\"", "attr.aria-sort": "sortOrder" }, classAttribute: "p-element" }, ngImport: i0 });
|
3577
3611
|
}
|
3578
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
3612
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SortableColumn, decorators: [{
|
3579
3613
|
type: Directive,
|
3580
3614
|
args: [{
|
3581
3615
|
selector: '[pSortableColumn]',
|
@@ -3592,7 +3626,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
3592
3626
|
type: Input,
|
3593
3627
|
args: ['pSortableColumn']
|
3594
3628
|
}], pSortableColumnDisabled: [{
|
3595
|
-
type: Input
|
3629
|
+
type: Input,
|
3630
|
+
args: [{ transform: booleanAttribute }]
|
3596
3631
|
}], onClick: [{
|
3597
3632
|
type: HostListener,
|
3598
3633
|
args: ['click', ['$event']]
|
@@ -3658,8 +3693,8 @@ class SortIcon {
|
|
3658
3693
|
this.subscription.unsubscribe();
|
3659
3694
|
}
|
3660
3695
|
}
|
3661
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3662
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
3696
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SortIcon, deps: [{ token: Table }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
3697
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: SortIcon, selector: "p-sortIcon", inputs: { field: "field" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
3663
3698
|
<ng-container *ngIf="!dt.sortIconTemplate">
|
3664
3699
|
<SortAltIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === 0" />
|
3665
3700
|
<SortAmountUpAltIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === 1" />
|
@@ -3671,7 +3706,7 @@ class SortIcon {
|
|
3671
3706
|
<span *ngIf="isMultiSorted()" class="p-sortable-column-badge">{{ getBadgeValue() }}</span>
|
3672
3707
|
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(() => SortAltIcon), selector: "SortAltIcon" }, { kind: "component", type: i0.forwardRef(() => SortAmountUpAltIcon), selector: "SortAmountUpAltIcon" }, { kind: "component", type: i0.forwardRef(() => SortAmountDownIcon), selector: "SortAmountDownIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
3673
3708
|
}
|
3674
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
3709
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SortIcon, decorators: [{
|
3675
3710
|
type: Component,
|
3676
3711
|
args: [{
|
3677
3712
|
selector: 'p-sortIcon',
|
@@ -3895,10 +3930,10 @@ class SelectableRow {
|
|
3895
3930
|
this.subscription.unsubscribe();
|
3896
3931
|
}
|
3897
3932
|
}
|
3898
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3899
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
3933
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectableRow, deps: [{ token: Table }, { token: TableService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
3934
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: SelectableRow, selector: "[pSelectableRow]", inputs: { data: ["pSelectableRow", "data"], index: ["pSelectableRowIndex", "index"], pSelectableRowDisabled: ["pSelectableRowDisabled", "pSelectableRowDisabled", booleanAttribute] }, host: { listeners: { "click": "onClick($event)", "touchend": "onTouchEnd($event)", "keydown": "onKeyDown($event)" }, properties: { "class.p-selectable-row": "isEnabled()", "class.p-highlight": "selected", "attr.tabindex": "setRowTabIndex()", "attr.data-p-highlight": "selected", "attr.data-p-selectable-row": "true" }, classAttribute: "p-element" }, ngImport: i0 });
|
3900
3935
|
}
|
3901
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
3936
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectableRow, decorators: [{
|
3902
3937
|
type: Directive,
|
3903
3938
|
args: [{
|
3904
3939
|
selector: '[pSelectableRow]',
|
@@ -3918,7 +3953,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
3918
3953
|
type: Input,
|
3919
3954
|
args: ['pSelectableRowIndex']
|
3920
3955
|
}], pSelectableRowDisabled: [{
|
3921
|
-
type: Input
|
3956
|
+
type: Input,
|
3957
|
+
args: [{ transform: booleanAttribute }]
|
3922
3958
|
}], onClick: [{
|
3923
3959
|
type: HostListener,
|
3924
3960
|
args: ['click', ['$event']]
|
@@ -3968,10 +4004,10 @@ class SelectableRowDblClick {
|
|
3968
4004
|
this.subscription.unsubscribe();
|
3969
4005
|
}
|
3970
4006
|
}
|
3971
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
3972
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4007
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectableRowDblClick, deps: [{ token: Table }, { token: TableService }], target: i0.ɵɵFactoryTarget.Directive });
|
4008
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: SelectableRowDblClick, selector: "[pSelectableRowDblClick]", inputs: { data: ["pSelectableRowDblClick", "data"], index: ["pSelectableRowIndex", "index"], pSelectableRowDisabled: ["pSelectableRowDisabled", "pSelectableRowDisabled", booleanAttribute] }, host: { listeners: { "dblclick": "onClick($event)" }, properties: { "class.p-selectable-row": "isEnabled()", "class.p-highlight": "selected" }, classAttribute: "p-element" }, ngImport: i0 });
|
3973
4009
|
}
|
3974
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SelectableRowDblClick, decorators: [{
|
3975
4011
|
type: Directive,
|
3976
4012
|
args: [{
|
3977
4013
|
selector: '[pSelectableRowDblClick]',
|
@@ -3988,7 +4024,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
3988
4024
|
type: Input,
|
3989
4025
|
args: ['pSelectableRowIndex']
|
3990
4026
|
}], pSelectableRowDisabled: [{
|
3991
|
-
type: Input
|
4027
|
+
type: Input,
|
4028
|
+
args: [{ transform: booleanAttribute }]
|
3992
4029
|
}], onClick: [{
|
3993
4030
|
type: HostListener,
|
3994
4031
|
args: ['dblclick', ['$event']]
|
@@ -4031,10 +4068,10 @@ class ContextMenuRow {
|
|
4031
4068
|
this.subscription.unsubscribe();
|
4032
4069
|
}
|
4033
4070
|
}
|
4034
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4035
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4071
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ContextMenuRow, deps: [{ token: Table }, { token: TableService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
4072
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: ContextMenuRow, selector: "[pContextMenuRow]", inputs: { data: ["pContextMenuRow", "data"], index: ["pContextMenuRowIndex", "index"], pContextMenuRowDisabled: ["pContextMenuRowDisabled", "pContextMenuRowDisabled", booleanAttribute] }, host: { listeners: { "contextmenu": "onContextMenu($event)" }, properties: { "class.p-highlight-contextmenu": "selected", "attr.tabindex": "isEnabled() ? 0 : undefined" }, classAttribute: "p-element" }, ngImport: i0 });
|
4036
4073
|
}
|
4037
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4074
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ContextMenuRow, decorators: [{
|
4038
4075
|
type: Directive,
|
4039
4076
|
args: [{
|
4040
4077
|
selector: '[pContextMenuRow]',
|
@@ -4051,7 +4088,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4051
4088
|
type: Input,
|
4052
4089
|
args: ['pContextMenuRowIndex']
|
4053
4090
|
}], pContextMenuRowDisabled: [{
|
4054
|
-
type: Input
|
4091
|
+
type: Input,
|
4092
|
+
args: [{ transform: booleanAttribute }]
|
4055
4093
|
}], onContextMenu: [{
|
4056
4094
|
type: HostListener,
|
4057
4095
|
args: ['contextmenu', ['$event']]
|
@@ -4072,10 +4110,10 @@ class RowToggler {
|
|
4072
4110
|
isEnabled() {
|
4073
4111
|
return this.pRowTogglerDisabled !== true;
|
4074
4112
|
}
|
4075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4076
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4113
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: RowToggler, deps: [{ token: Table }], target: i0.ɵɵFactoryTarget.Directive });
|
4114
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: RowToggler, selector: "[pRowToggler]", inputs: { data: ["pRowToggler", "data"], pRowTogglerDisabled: ["pRowTogglerDisabled", "pRowTogglerDisabled", booleanAttribute] }, host: { listeners: { "click": "onClick($event)" }, classAttribute: "p-element" }, ngImport: i0 });
|
4077
4115
|
}
|
4078
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4116
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: RowToggler, decorators: [{
|
4079
4117
|
type: Directive,
|
4080
4118
|
args: [{
|
4081
4119
|
selector: '[pRowToggler]',
|
@@ -4087,7 +4125,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4087
4125
|
type: Input,
|
4088
4126
|
args: ['pRowToggler']
|
4089
4127
|
}], pRowTogglerDisabled: [{
|
4090
|
-
type: Input
|
4128
|
+
type: Input,
|
4129
|
+
args: [{ transform: booleanAttribute }]
|
4091
4130
|
}], onClick: [{
|
4092
4131
|
type: HostListener,
|
4093
4132
|
args: ['click', ['$event']]
|
@@ -4164,10 +4203,10 @@ class ResizableColumn {
|
|
4164
4203
|
}
|
4165
4204
|
this.unbindDocumentEvents();
|
4166
4205
|
}
|
4167
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4168
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4206
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ResizableColumn, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: Table }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
4207
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: ResizableColumn, selector: "[pResizableColumn]", inputs: { pResizableColumnDisabled: ["pResizableColumnDisabled", "pResizableColumnDisabled", booleanAttribute] }, host: { classAttribute: "p-element" }, ngImport: i0 });
|
4169
4208
|
}
|
4170
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4209
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ResizableColumn, decorators: [{
|
4171
4210
|
type: Directive,
|
4172
4211
|
args: [{
|
4173
4212
|
selector: '[pResizableColumn]',
|
@@ -4182,7 +4221,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4182
4221
|
type: Inject,
|
4183
4222
|
args: [PLATFORM_ID]
|
4184
4223
|
}] }, { type: i0.Renderer2 }, { type: Table }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pResizableColumnDisabled: [{
|
4185
|
-
type: Input
|
4224
|
+
type: Input,
|
4225
|
+
args: [{ transform: booleanAttribute }]
|
4186
4226
|
}] } });
|
4187
4227
|
class ReorderableColumn {
|
4188
4228
|
platformId;
|
@@ -4270,10 +4310,10 @@ class ReorderableColumn {
|
|
4270
4310
|
ngOnDestroy() {
|
4271
4311
|
this.unbindEvents();
|
4272
4312
|
}
|
4273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4274
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4313
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ReorderableColumn, deps: [{ token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: Table }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
4314
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: ReorderableColumn, selector: "[pReorderableColumn]", inputs: { pReorderableColumnDisabled: ["pReorderableColumnDisabled", "pReorderableColumnDisabled", booleanAttribute] }, host: { listeners: { "drop": "onDrop($event)" }, classAttribute: "p-element" }, ngImport: i0 });
|
4275
4315
|
}
|
4276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4316
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ReorderableColumn, decorators: [{
|
4277
4317
|
type: Directive,
|
4278
4318
|
args: [{
|
4279
4319
|
selector: '[pReorderableColumn]',
|
@@ -4285,7 +4325,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4285
4325
|
type: Inject,
|
4286
4326
|
args: [PLATFORM_ID]
|
4287
4327
|
}] }, { type: i0.Renderer2 }, { type: Table }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { pReorderableColumnDisabled: [{
|
4288
|
-
type: Input
|
4328
|
+
type: Input,
|
4329
|
+
args: [{ transform: booleanAttribute }]
|
4289
4330
|
}], onDrop: [{
|
4290
4331
|
type: HostListener,
|
4291
4332
|
args: ['drop', ['$event']]
|
@@ -4566,10 +4607,10 @@ class EditableColumn {
|
|
4566
4607
|
this.dt.overlaySubscription.unsubscribe();
|
4567
4608
|
}
|
4568
4609
|
}
|
4569
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4570
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4610
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: EditableColumn, deps: [{ token: Table }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
4611
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: EditableColumn, selector: "[pEditableColumn]", inputs: { data: ["pEditableColumn", "data"], field: ["pEditableColumnField", "field"], rowIndex: ["pEditableColumnRowIndex", "rowIndex"], pEditableColumnDisabled: ["pEditableColumnDisabled", "pEditableColumnDisabled", booleanAttribute], pFocusCellSelector: "pFocusCellSelector" }, host: { listeners: { "click": "onClick($event)", "keydown.enter": "onEnterKeyDown($event)", "keydown.tab": "onShiftKeyDown($event)", "keydown.escape": "onEscapeKeyDown($event)", "keydown.shift.tab": "onShiftKeyDown($event)", "keydown.meta.tab": "onShiftKeyDown($event)", "keydown.arrowdown": "onArrowDown($event)", "keydown.arrowup": "onArrowUp($event)", "keydown.arrowleft": "onArrowLeft($event)", "keydown.arrowright": "onArrowRight($event)" }, classAttribute: "p-element" }, usesOnChanges: true, ngImport: i0 });
|
4571
4612
|
}
|
4572
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4613
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: EditableColumn, decorators: [{
|
4573
4614
|
type: Directive,
|
4574
4615
|
args: [{
|
4575
4616
|
selector: '[pEditableColumn]',
|
@@ -4587,7 +4628,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4587
4628
|
type: Input,
|
4588
4629
|
args: ['pEditableColumnRowIndex']
|
4589
4630
|
}], pEditableColumnDisabled: [{
|
4590
|
-
type: Input
|
4631
|
+
type: Input,
|
4632
|
+
args: [{ transform: booleanAttribute }]
|
4591
4633
|
}], pFocusCellSelector: [{
|
4592
4634
|
type: Input
|
4593
4635
|
}], onClick: [{
|
@@ -4634,10 +4676,10 @@ class EditableRow {
|
|
4634
4676
|
isEnabled() {
|
4635
4677
|
return this.pEditableRowDisabled !== true;
|
4636
4678
|
}
|
4637
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4638
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
4679
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: EditableRow, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
4680
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: EditableRow, selector: "[pEditableRow]", inputs: { data: ["pEditableRow", "data"], pEditableRowDisabled: ["pEditableRowDisabled", "pEditableRowDisabled", booleanAttribute] }, host: { classAttribute: "p-element" }, ngImport: i0 });
|
4639
4681
|
}
|
4640
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4682
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: EditableRow, decorators: [{
|
4641
4683
|
type: Directive,
|
4642
4684
|
args: [{
|
4643
4685
|
selector: '[pEditableRow]',
|
@@ -4649,7 +4691,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4649
4691
|
type: Input,
|
4650
4692
|
args: ['pEditableRow']
|
4651
4693
|
}], pEditableRowDisabled: [{
|
4652
|
-
type: Input
|
4694
|
+
type: Input,
|
4695
|
+
args: [{ transform: booleanAttribute }]
|
4653
4696
|
}] } });
|
4654
4697
|
class InitEditableRow {
|
4655
4698
|
dt;
|
@@ -4662,10 +4705,10 @@ class InitEditableRow {
|
|
4662
4705
|
this.dt.initRowEdit(this.editableRow.data);
|
4663
4706
|
event.preventDefault();
|
4664
4707
|
}
|
4665
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4666
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
4708
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InitEditableRow, deps: [{ token: Table }, { token: EditableRow }], target: i0.ɵɵFactoryTarget.Directive });
|
4709
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: InitEditableRow, selector: "[pInitEditableRow]", host: { listeners: { "click": "onClick($event)" }, classAttribute: "p-element" }, ngImport: i0 });
|
4667
4710
|
}
|
4668
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4711
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: InitEditableRow, decorators: [{
|
4669
4712
|
type: Directive,
|
4670
4713
|
args: [{
|
4671
4714
|
selector: '[pInitEditableRow]',
|
@@ -4688,10 +4731,10 @@ class SaveEditableRow {
|
|
4688
4731
|
this.dt.saveRowEdit(this.editableRow.data, this.editableRow.el.nativeElement);
|
4689
4732
|
event.preventDefault();
|
4690
4733
|
}
|
4691
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4692
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
4734
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SaveEditableRow, deps: [{ token: Table }, { token: EditableRow }], target: i0.ɵɵFactoryTarget.Directive });
|
4735
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: SaveEditableRow, selector: "[pSaveEditableRow]", host: { listeners: { "click": "onClick($event)" }, classAttribute: "p-element" }, ngImport: i0 });
|
4693
4736
|
}
|
4694
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4737
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: SaveEditableRow, decorators: [{
|
4695
4738
|
type: Directive,
|
4696
4739
|
args: [{
|
4697
4740
|
selector: '[pSaveEditableRow]',
|
@@ -4714,10 +4757,10 @@ class CancelEditableRow {
|
|
4714
4757
|
this.dt.cancelRowEdit(this.editableRow.data);
|
4715
4758
|
event.preventDefault();
|
4716
4759
|
}
|
4717
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4718
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
4760
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CancelEditableRow, deps: [{ token: Table }, { token: EditableRow }], target: i0.ɵɵFactoryTarget.Directive });
|
4761
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: CancelEditableRow, selector: "[pCancelEditableRow]", host: { listeners: { "click": "onClick($event)" }, classAttribute: "p-element" }, ngImport: i0 });
|
4719
4762
|
}
|
4720
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4763
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CancelEditableRow, decorators: [{
|
4721
4764
|
type: Directive,
|
4722
4765
|
args: [{
|
4723
4766
|
selector: '[pCancelEditableRow]',
|
@@ -4756,8 +4799,8 @@ class CellEditor {
|
|
4756
4799
|
get editing() {
|
4757
4800
|
return (this.dt.editingCell && this.editableColumn && this.dt.editingCell === this.editableColumn.el.nativeElement) || (this.editableRow && this.dt.editMode === 'row' && this.dt.isRowEditing(this.editableRow.data));
|
4758
4801
|
}
|
4759
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4760
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.
|
4802
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CellEditor, deps: [{ token: Table }, { token: EditableColumn, optional: true }, { token: EditableRow, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
4803
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.1", type: CellEditor, selector: "p-cellEditor", host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], ngImport: i0, template: `
|
4761
4804
|
<ng-container *ngIf="editing">
|
4762
4805
|
<ng-container *ngTemplateOutlet="inputTemplate"></ng-container>
|
4763
4806
|
</ng-container>
|
@@ -4766,7 +4809,7 @@ class CellEditor {
|
|
4766
4809
|
</ng-container>
|
4767
4810
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
|
4768
4811
|
}
|
4769
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: CellEditor, decorators: [{
|
4770
4813
|
type: Component,
|
4771
4814
|
args: [{
|
4772
4815
|
selector: 'p-cellEditor',
|
@@ -4837,8 +4880,8 @@ class TableRadioButton {
|
|
4837
4880
|
this.subscription.unsubscribe();
|
4838
4881
|
}
|
4839
4882
|
}
|
4840
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4841
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
4883
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableRadioButton, deps: [{ token: Table }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
4884
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: TableRadioButton, selector: "p-tableRadioButton", inputs: { disabled: ["disabled", "disabled", booleanAttribute], value: "value", index: ["index", "index", numberAttribute], inputId: "inputId", name: "name", ariaLabel: "ariaLabel" }, host: { classAttribute: "p-element" }, viewQueries: [{ propertyName: "inputViewChild", first: true, predicate: ["rb"], descendants: true }], ngImport: i0, template: `
|
4842
4885
|
<div class="p-radiobutton p-component" [ngClass]="{ 'p-radiobutton-focused': focused, 'p-radiobutton-checked': checked, 'p-radiobutton-disabled': disabled }" (click)="onClick($event)">
|
4843
4886
|
<div class="p-hidden-accessible">
|
4844
4887
|
<input #rb type="radio" [attr.id]="inputId" [attr.name]="name" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="disabled" [attr.aria-label]="ariaLabel" [tabindex]="disabled ? null : '0'" />
|
@@ -4849,7 +4892,7 @@ class TableRadioButton {
|
|
4849
4892
|
</div>
|
4850
4893
|
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
4851
4894
|
}
|
4852
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
4895
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableRadioButton, decorators: [{
|
4853
4896
|
type: Component,
|
4854
4897
|
args: [{
|
4855
4898
|
selector: 'p-tableRadioButton',
|
@@ -4870,11 +4913,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4870
4913
|
}
|
4871
4914
|
}]
|
4872
4915
|
}], ctorParameters: () => [{ type: Table }, { type: i0.ChangeDetectorRef }], propDecorators: { disabled: [{
|
4873
|
-
type: Input
|
4916
|
+
type: Input,
|
4917
|
+
args: [{ transform: booleanAttribute }]
|
4874
4918
|
}], value: [{
|
4875
4919
|
type: Input
|
4876
4920
|
}], index: [{
|
4877
|
-
type: Input
|
4921
|
+
type: Input,
|
4922
|
+
args: [{ transform: numberAttribute }]
|
4878
4923
|
}], inputId: [{
|
4879
4924
|
type: Input
|
4880
4925
|
}], name: [{
|
@@ -4932,8 +4977,8 @@ class TableCheckbox {
|
|
4932
4977
|
this.subscription.unsubscribe();
|
4933
4978
|
}
|
4934
4979
|
}
|
4935
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
4936
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
4980
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableCheckbox, deps: [{ token: Table }, { token: TableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
4981
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: TableCheckbox, selector: "p-tableCheckbox", inputs: { disabled: ["disabled", "disabled", booleanAttribute], value: "value", index: ["index", "index", numberAttribute], inputId: "inputId", name: "name", required: ["required", "required", booleanAttribute], ariaLabel: "ariaLabel" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
4937
4982
|
<div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused, 'p-checkbox-disabled': disabled }" (click)="onClick($event)">
|
4938
4983
|
<div class="p-hidden-accessible">
|
4939
4984
|
<input
|
@@ -4960,7 +5005,7 @@ class TableCheckbox {
|
|
4960
5005
|
</div>
|
4961
5006
|
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(() => CheckIcon), selector: "CheckIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
4962
5007
|
}
|
4963
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
5008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableCheckbox, decorators: [{
|
4964
5009
|
type: Component,
|
4965
5010
|
args: [{
|
4966
5011
|
selector: 'p-tableCheckbox',
|
@@ -4997,17 +5042,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
4997
5042
|
}
|
4998
5043
|
}]
|
4999
5044
|
}], ctorParameters: () => [{ type: Table }, { type: TableService }, { type: i0.ChangeDetectorRef }], propDecorators: { disabled: [{
|
5000
|
-
type: Input
|
5045
|
+
type: Input,
|
5046
|
+
args: [{ transform: booleanAttribute }]
|
5001
5047
|
}], value: [{
|
5002
5048
|
type: Input
|
5003
5049
|
}], index: [{
|
5004
|
-
type: Input
|
5050
|
+
type: Input,
|
5051
|
+
args: [{ transform: numberAttribute }]
|
5005
5052
|
}], inputId: [{
|
5006
5053
|
type: Input
|
5007
5054
|
}], name: [{
|
5008
5055
|
type: Input
|
5009
5056
|
}], required: [{
|
5010
|
-
type: Input
|
5057
|
+
type: Input,
|
5058
|
+
args: [{ transform: booleanAttribute }]
|
5011
5059
|
}], ariaLabel: [{
|
5012
5060
|
type: Input
|
5013
5061
|
}] } });
|
@@ -5075,8 +5123,8 @@ class TableHeaderCheckbox {
|
|
5075
5123
|
return ObjectUtils.isNotEmpty(selectableVal) && ObjectUtils.isNotEmpty(this.dt.selection) && selectableVal.every((v) => this.dt.selection.some((s) => this.dt.equals(v, s)));
|
5076
5124
|
}
|
5077
5125
|
}
|
5078
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
5079
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
5126
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableHeaderCheckbox, deps: [{ token: Table }, { token: TableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
5127
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: TableHeaderCheckbox, selector: "p-tableHeaderCheckbox", inputs: { disabled: ["disabled", "disabled", booleanAttribute], inputId: "inputId", name: "name", ariaLabel: "ariaLabel" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
5080
5128
|
<div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused, 'p-checkbox-disabled': isDisabled() }" (click)="onClick($event)">
|
5081
5129
|
<div class="p-hidden-accessible">
|
5082
5130
|
<input #cb type="checkbox" [tabindex]="disabled ? null : '0'" [attr.id]="inputId" [attr.name]="name" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="isDisabled()" [attr.aria-label]="ariaLabel" />
|
@@ -5092,7 +5140,7 @@ class TableHeaderCheckbox {
|
|
5092
5140
|
</div>
|
5093
5141
|
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(() => CheckIcon), selector: "CheckIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
|
5094
5142
|
}
|
5095
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
5143
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableHeaderCheckbox, decorators: [{
|
5096
5144
|
type: Component,
|
5097
5145
|
args: [{
|
5098
5146
|
selector: 'p-tableHeaderCheckbox',
|
@@ -5118,7 +5166,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
5118
5166
|
}
|
5119
5167
|
}]
|
5120
5168
|
}], ctorParameters: () => [{ type: Table }, { type: TableService }, { type: i0.ChangeDetectorRef }], propDecorators: { disabled: [{
|
5121
|
-
type: Input
|
5169
|
+
type: Input,
|
5170
|
+
args: [{ transform: booleanAttribute }]
|
5122
5171
|
}], inputId: [{
|
5123
5172
|
type: Input
|
5124
5173
|
}], name: [{
|
@@ -5134,10 +5183,10 @@ class ReorderableRowHandle {
|
|
5134
5183
|
ngAfterViewInit() {
|
5135
5184
|
DomHandler.addClass(this.el.nativeElement, 'p-datatable-reorderablerow-handle');
|
5136
5185
|
}
|
5137
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
5138
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.
|
5186
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ReorderableRowHandle, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
5187
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "17.3.1", type: ReorderableRowHandle, selector: "[pReorderableRowHandle]", host: { classAttribute: "p-element" }, ngImport: i0 });
|
5139
5188
|
}
|
5140
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
5189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ReorderableRowHandle, decorators: [{
|
5141
5190
|
type: Directive,
|
5142
5191
|
args: [{
|
5143
5192
|
selector: '[pReorderableRowHandle]',
|
@@ -5242,10 +5291,10 @@ class ReorderableRow {
|
|
5242
5291
|
ngOnDestroy() {
|
5243
5292
|
this.unbindEvents();
|
5244
5293
|
}
|
5245
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
5246
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "
|
5294
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ReorderableRow, deps: [{ token: i0.Renderer2 }, { token: Table }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
5295
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "16.1.0", version: "17.3.1", type: ReorderableRow, selector: "[pReorderableRow]", inputs: { index: ["pReorderableRow", "index"], pReorderableRowDisabled: ["pReorderableRowDisabled", "pReorderableRowDisabled", booleanAttribute] }, host: { listeners: { "drop": "onDrop($event)" }, classAttribute: "p-element" }, ngImport: i0 });
|
5247
5296
|
}
|
5248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
5297
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ReorderableRow, decorators: [{
|
5249
5298
|
type: Directive,
|
5250
5299
|
args: [{
|
5251
5300
|
selector: '[pReorderableRow]',
|
@@ -5257,7 +5306,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
5257
5306
|
type: Input,
|
5258
5307
|
args: ['pReorderableRow']
|
5259
5308
|
}], pReorderableRowDisabled: [{
|
5260
|
-
type: Input
|
5309
|
+
type: Input,
|
5310
|
+
args: [{ transform: booleanAttribute }]
|
5261
5311
|
}], onDrop: [{
|
5262
5312
|
type: HostListener,
|
5263
5313
|
args: ['drop', ['$event']]
|
@@ -5400,6 +5450,11 @@ class ColumnFilter {
|
|
5400
5450
|
* @group Props
|
5401
5451
|
*/
|
5402
5452
|
showButtons = true;
|
5453
|
+
/**
|
5454
|
+
* Defines the aria-label of the form element.
|
5455
|
+
* @group Props
|
5456
|
+
*/
|
5457
|
+
ariaLabel;
|
5403
5458
|
icon;
|
5404
5459
|
clearButtonViewChild;
|
5405
5460
|
templates;
|
@@ -5585,7 +5640,9 @@ class ColumnFilter {
|
|
5585
5640
|
}
|
5586
5641
|
removeConstraint(filterMeta) {
|
5587
5642
|
this.dt.filters[this.field] = this.dt.filters[this.field].filter((meta) => meta !== filterMeta);
|
5588
|
-
this.
|
5643
|
+
if (!this.showApplyButton) {
|
5644
|
+
this.dt._filter();
|
5645
|
+
}
|
5589
5646
|
DomHandler.focus(this.clearButtonViewChild.nativeElement);
|
5590
5647
|
}
|
5591
5648
|
onOperatorChange(value) {
|
@@ -5731,7 +5788,9 @@ class ColumnFilter {
|
|
5731
5788
|
if (!this.documentClickListener) {
|
5732
5789
|
const documentTarget = this.el ? this.el.nativeElement.ownerDocument : 'document';
|
5733
5790
|
this.documentClickListener = this.renderer.listen(documentTarget, 'mousedown', (event) => {
|
5734
|
-
|
5791
|
+
const dialogElements = document.querySelectorAll('[role="dialog"]');
|
5792
|
+
const targetIsColumnFilterMenuButton = event.target.closest('.p-column-filter-menu-button');
|
5793
|
+
if (this.overlayVisible && this.isOutsideClicked(event) && (targetIsColumnFilterMenuButton || dialogElements?.length <= 1)) {
|
5735
5794
|
this.hide();
|
5736
5795
|
}
|
5737
5796
|
this.selfClick = false;
|
@@ -5811,14 +5870,15 @@ class ColumnFilter {
|
|
5811
5870
|
this.overlaySubscription.unsubscribe();
|
5812
5871
|
}
|
5813
5872
|
}
|
5814
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
5815
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
5873
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ColumnFilter, deps: [{ token: DOCUMENT }, { token: i0.ElementRef }, { token: Table }, { token: i0.Renderer2 }, { token: i1.PrimeNGConfig }, { token: i1.OverlayService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
5874
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: ColumnFilter, selector: "p-columnFilter", inputs: { field: "field", type: "type", display: "display", showMenu: ["showMenu", "showMenu", booleanAttribute], matchMode: "matchMode", operator: "operator", showOperator: ["showOperator", "showOperator", booleanAttribute], showClearButton: ["showClearButton", "showClearButton", booleanAttribute], showApplyButton: ["showApplyButton", "showApplyButton", booleanAttribute], showMatchModes: ["showMatchModes", "showMatchModes", booleanAttribute], showAddButton: ["showAddButton", "showAddButton", booleanAttribute], hideOnClear: ["hideOnClear", "hideOnClear", booleanAttribute], placeholder: "placeholder", matchModeOptions: "matchModeOptions", maxConstraints: ["maxConstraints", "maxConstraints", numberAttribute], minFractionDigits: ["minFractionDigits", "minFractionDigits", numberAttribute], maxFractionDigits: ["maxFractionDigits", "maxFractionDigits", numberAttribute], prefix: "prefix", suffix: "suffix", locale: "locale", localeMatcher: "localeMatcher", currency: "currency", currencyDisplay: "currencyDisplay", useGrouping: ["useGrouping", "useGrouping", booleanAttribute], showButtons: ["showButtons", "showButtons", booleanAttribute], ariaLabel: "ariaLabel" }, host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: PrimeTemplate }], viewQueries: [{ propertyName: "icon", first: true, predicate: ["icon"], descendants: true }, { propertyName: "clearButtonViewChild", first: true, predicate: ["clearBtn"], descendants: true }], ngImport: i0, template: `
|
5816
5875
|
<div class="p-column-filter" [ngClass]="{ 'p-column-filter-row': display === 'row', 'p-column-filter-menu': display === 'menu' }">
|
5817
5876
|
<p-columnFilterFormElement
|
5818
5877
|
*ngIf="display === 'row'"
|
5819
5878
|
class="p-fluid"
|
5820
5879
|
[type]="type"
|
5821
5880
|
[field]="field"
|
5881
|
+
[ariaLabel]="ariaLabel"
|
5822
5882
|
[filterConstraint]="dt.filters[field]"
|
5823
5883
|
[filterTemplate]="filterTemplate"
|
5824
5884
|
[placeholder]="placeholder"
|
@@ -5943,9 +6003,9 @@ class ColumnFilter {
|
|
5943
6003
|
<ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: field }"></ng-container>
|
5944
6004
|
</div>
|
5945
6005
|
</div>
|
5946
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(() => i5.Dropdown), selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "directive", type: i0.forwardRef(() => i6.NgControlStatus), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(() => i6.NgModel), selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i0.forwardRef(() => i7.ButtonDirective), selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading"] }, { kind: "component", type: i0.forwardRef(() => FilterIcon), selector: "FilterIcon" }, { kind: "component", type: i0.forwardRef(() => FilterSlashIcon), selector: "FilterSlashIcon" }, { kind: "component", type: i0.forwardRef(() => PlusIcon), selector: "PlusIcon" }, { kind: "component", type: i0.forwardRef(() => TrashIcon), selector: "TrashIcon" }, { kind: "component", type: i0.forwardRef(() => ColumnFilterFormElement), selector: "p-columnFilterFormElement", inputs: ["field", "type", "filterConstraint", "filterTemplate", "placeholder", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "locale", "localeMatcher", "currency", "currencyDisplay", "useGrouping"] }], animations: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('.12s cubic-bezier(0, 0, 0.2, 1)')]), transition(':leave', [animate('.1s linear', style({ opacity: 0 }))])])], encapsulation: i0.ViewEncapsulation.None });
|
6006
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(() => i2.NgClass), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgForOf), selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgIf), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(() => i2.NgTemplateOutlet), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(() => i5.Dropdown), selector: "p-dropdown", inputs: ["id", "scrollHeight", "filter", "name", "style", "panelStyle", "styleClass", "panelStyleClass", "readonly", "required", "editable", "appendTo", "tabindex", "placeholder", "filterPlaceholder", "filterLocale", "inputId", "dataKey", "filterBy", "filterFields", "autofocus", "resetFilterOnHide", "dropdownIcon", "optionLabel", "optionValue", "optionDisabled", "optionGroupLabel", "optionGroupChildren", "autoDisplayFirst", "group", "showClear", "emptyFilterMessage", "emptyMessage", "lazy", "virtualScroll", "virtualScrollItemSize", "virtualScrollOptions", "overlayOptions", "ariaFilterLabel", "ariaLabel", "ariaLabelledBy", "filterMatchMode", "maxlength", "tooltip", "tooltipPosition", "tooltipPositionStyle", "tooltipStyleClass", "focusOnHover", "selectOnFocus", "autoOptionFocus", "autofocusFilter", "disabled", "itemSize", "autoZIndex", "baseZIndex", "showTransitionOptions", "hideTransitionOptions", "filterValue", "options"], outputs: ["onChange", "onFilter", "onFocus", "onBlur", "onClick", "onShow", "onHide", "onClear", "onLazyLoad"] }, { kind: "directive", type: i0.forwardRef(() => i6.NgControlStatus), selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i0.forwardRef(() => i6.NgModel), selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i0.forwardRef(() => i7.ButtonDirective), selector: "[pButton]", inputs: ["iconPos", "loadingIcon", "label", "icon", "loading", "severity", "raised", "rounded", "text", "outlined", "size", "plain"] }, { kind: "component", type: i0.forwardRef(() => FilterIcon), selector: "FilterIcon" }, { kind: "component", type: i0.forwardRef(() => FilterSlashIcon), selector: "FilterSlashIcon" }, { kind: "component", type: i0.forwardRef(() => PlusIcon), selector: "PlusIcon" }, { kind: "component", type: i0.forwardRef(() => TrashIcon), selector: "TrashIcon" }, { kind: "component", type: i0.forwardRef(() => ColumnFilterFormElement), selector: "p-columnFilterFormElement", inputs: ["field", "type", "filterConstraint", "filterTemplate", "placeholder", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "locale", "localeMatcher", "currency", "currencyDisplay", "useGrouping", "ariaLabel"] }], animations: [trigger('overlayAnimation', [transition(':enter', [style({ opacity: 0, transform: 'scaleY(0.8)' }), animate('.12s cubic-bezier(0, 0, 0.2, 1)')]), transition(':leave', [animate('.1s linear', style({ opacity: 0 }))])])], encapsulation: i0.ViewEncapsulation.None });
|
5947
6007
|
}
|
5948
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
6008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ColumnFilter, decorators: [{
|
5949
6009
|
type: Component,
|
5950
6010
|
args: [{
|
5951
6011
|
selector: 'p-columnFilter',
|
@@ -5956,6 +6016,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
5956
6016
|
class="p-fluid"
|
5957
6017
|
[type]="type"
|
5958
6018
|
[field]="field"
|
6019
|
+
[ariaLabel]="ariaLabel"
|
5959
6020
|
[filterConstraint]="dt.filters[field]"
|
5960
6021
|
[filterTemplate]="filterTemplate"
|
5961
6022
|
[placeholder]="placeholder"
|
@@ -6097,33 +6158,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6097
6158
|
}], display: [{
|
6098
6159
|
type: Input
|
6099
6160
|
}], showMenu: [{
|
6100
|
-
type: Input
|
6161
|
+
type: Input,
|
6162
|
+
args: [{ transform: booleanAttribute }]
|
6101
6163
|
}], matchMode: [{
|
6102
6164
|
type: Input
|
6103
6165
|
}], operator: [{
|
6104
6166
|
type: Input
|
6105
6167
|
}], showOperator: [{
|
6106
|
-
type: Input
|
6168
|
+
type: Input,
|
6169
|
+
args: [{ transform: booleanAttribute }]
|
6107
6170
|
}], showClearButton: [{
|
6108
|
-
type: Input
|
6171
|
+
type: Input,
|
6172
|
+
args: [{ transform: booleanAttribute }]
|
6109
6173
|
}], showApplyButton: [{
|
6110
|
-
type: Input
|
6174
|
+
type: Input,
|
6175
|
+
args: [{ transform: booleanAttribute }]
|
6111
6176
|
}], showMatchModes: [{
|
6112
|
-
type: Input
|
6177
|
+
type: Input,
|
6178
|
+
args: [{ transform: booleanAttribute }]
|
6113
6179
|
}], showAddButton: [{
|
6114
|
-
type: Input
|
6180
|
+
type: Input,
|
6181
|
+
args: [{ transform: booleanAttribute }]
|
6115
6182
|
}], hideOnClear: [{
|
6116
|
-
type: Input
|
6183
|
+
type: Input,
|
6184
|
+
args: [{ transform: booleanAttribute }]
|
6117
6185
|
}], placeholder: [{
|
6118
6186
|
type: Input
|
6119
6187
|
}], matchModeOptions: [{
|
6120
6188
|
type: Input
|
6121
6189
|
}], maxConstraints: [{
|
6122
|
-
type: Input
|
6190
|
+
type: Input,
|
6191
|
+
args: [{ transform: numberAttribute }]
|
6123
6192
|
}], minFractionDigits: [{
|
6124
|
-
type: Input
|
6193
|
+
type: Input,
|
6194
|
+
args: [{ transform: numberAttribute }]
|
6125
6195
|
}], maxFractionDigits: [{
|
6126
|
-
type: Input
|
6196
|
+
type: Input,
|
6197
|
+
args: [{ transform: numberAttribute }]
|
6127
6198
|
}], prefix: [{
|
6128
6199
|
type: Input
|
6129
6200
|
}], suffix: [{
|
@@ -6137,8 +6208,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6137
6208
|
}], currencyDisplay: [{
|
6138
6209
|
type: Input
|
6139
6210
|
}], useGrouping: [{
|
6140
|
-
type: Input
|
6211
|
+
type: Input,
|
6212
|
+
args: [{ transform: booleanAttribute }]
|
6141
6213
|
}], showButtons: [{
|
6214
|
+
type: Input,
|
6215
|
+
args: [{ transform: booleanAttribute }]
|
6216
|
+
}], ariaLabel: [{
|
6142
6217
|
type: Input
|
6143
6218
|
}], icon: [{
|
6144
6219
|
type: ViewChild,
|
@@ -6167,6 +6242,7 @@ class ColumnFilterFormElement {
|
|
6167
6242
|
currency;
|
6168
6243
|
currencyDisplay;
|
6169
6244
|
useGrouping = true;
|
6245
|
+
ariaLabel;
|
6170
6246
|
get showButtons() {
|
6171
6247
|
return this.colFilter.showButtons;
|
6172
6248
|
}
|
@@ -6197,8 +6273,8 @@ class ColumnFilterFormElement {
|
|
6197
6273
|
event.preventDefault();
|
6198
6274
|
}
|
6199
6275
|
}
|
6200
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
6201
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "
|
6276
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ColumnFilterFormElement, deps: [{ token: Table }, { token: ColumnFilter }], target: i0.ɵɵFactoryTarget.Component });
|
6277
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "17.3.1", type: ColumnFilterFormElement, selector: "p-columnFilterFormElement", inputs: { field: "field", type: "type", filterConstraint: "filterConstraint", filterTemplate: "filterTemplate", placeholder: "placeholder", minFractionDigits: ["minFractionDigits", "minFractionDigits", numberAttribute], maxFractionDigits: ["maxFractionDigits", "maxFractionDigits", numberAttribute], prefix: "prefix", suffix: "suffix", locale: "locale", localeMatcher: "localeMatcher", currency: "currency", currencyDisplay: "currencyDisplay", useGrouping: ["useGrouping", "useGrouping", booleanAttribute], ariaLabel: "ariaLabel" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
|
6202
6278
|
<ng-container *ngIf="filterTemplate; else builtInElement">
|
6203
6279
|
<ng-container
|
6204
6280
|
*ngTemplateOutlet="
|
@@ -6226,7 +6302,16 @@ class ColumnFilterFormElement {
|
|
6226
6302
|
</ng-container>
|
6227
6303
|
<ng-template #builtInElement>
|
6228
6304
|
<ng-container [ngSwitch]="type">
|
6229
|
-
<input
|
6305
|
+
<input
|
6306
|
+
*ngSwitchCase="'text'"
|
6307
|
+
type="text"
|
6308
|
+
[ariaLabel]="ariaLabel"
|
6309
|
+
pInputText
|
6310
|
+
[value]="filterConstraint?.value"
|
6311
|
+
(input)="onModelChange($event.target.value)"
|
6312
|
+
(keydown.enter)="onTextInputEnterKeyDown($event)"
|
6313
|
+
[attr.placeholder]="placeholder"
|
6314
|
+
/>
|
6230
6315
|
<p-inputNumber
|
6231
6316
|
*ngSwitchCase="'numeric'"
|
6232
6317
|
[ngModel]="filterConstraint?.value"
|
@@ -6235,6 +6320,7 @@ class ColumnFilterFormElement {
|
|
6235
6320
|
[showButtons]="showButtons"
|
6236
6321
|
[minFractionDigits]="minFractionDigits"
|
6237
6322
|
[maxFractionDigits]="maxFractionDigits"
|
6323
|
+
[ariaLabel]="ariaLabel"
|
6238
6324
|
[prefix]="prefix"
|
6239
6325
|
[suffix]="suffix"
|
6240
6326
|
[placeholder]="placeholder"
|
@@ -6245,13 +6331,13 @@ class ColumnFilterFormElement {
|
|
6245
6331
|
[currencyDisplay]="currencyDisplay"
|
6246
6332
|
[useGrouping]="useGrouping"
|
6247
6333
|
></p-inputNumber>
|
6248
|
-
<p-triStateCheckbox *ngSwitchCase="'boolean'" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)"></p-triStateCheckbox>
|
6249
|
-
<p-calendar *ngSwitchCase="'date'" [placeholder]="placeholder" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)" appendTo="body"></p-calendar>
|
6334
|
+
<p-triStateCheckbox [ariaLabel]="ariaLabel" *ngSwitchCase="'boolean'" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)"></p-triStateCheckbox>
|
6335
|
+
<p-calendar [ariaLabel]="ariaLabel" *ngSwitchCase="'date'" [placeholder]="placeholder" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)" appendTo="body"></p-calendar>
|
6250
6336
|
</ng-container>
|
6251
6337
|
</ng-template>
|
6252
|
-
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i8.InputNumber, selector: "p-inputNumber", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "style", "placeholder", "size", "maxlength", "tabindex", "title", "ariaLabelledBy", "ariaLabel", "ariaRequired", "name", "required", "autocomplete", "min", "max", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "step", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "disabled"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i9.InputText, selector: "[pInputText]" }, { kind: "component", type: i10.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: i11.TriStateCheckbox, selector: "p-triStateCheckbox", inputs: ["disabled", "name", "ariaLabel", "ariaLabelledBy", "tabindex", "inputId", "style", "styleClass", "label", "readonly", "checkboxTrueIcon", "checkboxFalseIcon"], outputs: ["onChange"] }], encapsulation: i0.ViewEncapsulation.None });
|
6338
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgSwitch, selector: "[ngSwitch]", inputs: ["ngSwitch"] }, { kind: "directive", type: i2.NgSwitchCase, selector: "[ngSwitchCase]", inputs: ["ngSwitchCase"] }, { kind: "component", type: i8.InputNumber, selector: "p-inputNumber", inputs: ["showButtons", "format", "buttonLayout", "inputId", "styleClass", "style", "placeholder", "size", "maxlength", "tabindex", "title", "ariaLabelledBy", "ariaLabel", "ariaRequired", "name", "required", "autocomplete", "min", "max", "incrementButtonClass", "decrementButtonClass", "incrementButtonIcon", "decrementButtonIcon", "readonly", "step", "allowEmpty", "locale", "localeMatcher", "mode", "currency", "currencyDisplay", "useGrouping", "minFractionDigits", "maxFractionDigits", "prefix", "suffix", "inputStyle", "inputStyleClass", "showClear", "disabled"], outputs: ["onInput", "onFocus", "onBlur", "onKeyDown", "onClear"] }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i9.InputText, selector: "[pInputText]" }, { kind: "component", type: i10.Calendar, selector: "p-calendar", inputs: ["iconDisplay", "style", "styleClass", "inputStyle", "inputId", "name", "inputStyleClass", "placeholder", "ariaLabelledBy", "ariaLabel", "iconAriaLabel", "disabled", "dateFormat", "multipleSeparator", "rangeSeparator", "inline", "showOtherMonths", "selectOtherMonths", "showIcon", "icon", "appendTo", "readonlyInput", "shortYearCutoff", "monthNavigator", "yearNavigator", "hourFormat", "timeOnly", "stepHour", "stepMinute", "stepSecond", "showSeconds", "required", "showOnFocus", "showWeek", "startWeekFromFirstDayOfYear", "showClear", "dataType", "selectionMode", "maxDateCount", "showButtonBar", "todayButtonStyleClass", "clearButtonStyleClass", "autoZIndex", "baseZIndex", "panelStyleClass", "panelStyle", "keepInvalid", "hideOnDateTimeSelect", "touchUI", "timeSeparator", "focusTrap", "showTransitionOptions", "hideTransitionOptions", "tabindex", "minDate", "maxDate", "disabledDates", "disabledDays", "yearRange", "showTime", "responsiveOptions", "numberOfMonths", "firstDayOfWeek", "locale", "view", "defaultDate"], outputs: ["onFocus", "onBlur", "onClose", "onSelect", "onClear", "onInput", "onTodayClick", "onClearClick", "onMonthChange", "onYearChange", "onClickOutside", "onShow"] }, { kind: "component", type: i11.TriStateCheckbox, selector: "p-triStateCheckbox", inputs: ["disabled", "name", "ariaLabel", "ariaLabelledBy", "tabindex", "inputId", "style", "styleClass", "label", "readonly", "checkboxTrueIcon", "checkboxFalseIcon"], outputs: ["onChange"] }], encapsulation: i0.ViewEncapsulation.None });
|
6253
6339
|
}
|
6254
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
6340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: ColumnFilterFormElement, decorators: [{
|
6255
6341
|
type: Component,
|
6256
6342
|
args: [{
|
6257
6343
|
selector: 'p-columnFilterFormElement',
|
@@ -6283,7 +6369,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6283
6369
|
</ng-container>
|
6284
6370
|
<ng-template #builtInElement>
|
6285
6371
|
<ng-container [ngSwitch]="type">
|
6286
|
-
<input
|
6372
|
+
<input
|
6373
|
+
*ngSwitchCase="'text'"
|
6374
|
+
type="text"
|
6375
|
+
[ariaLabel]="ariaLabel"
|
6376
|
+
pInputText
|
6377
|
+
[value]="filterConstraint?.value"
|
6378
|
+
(input)="onModelChange($event.target.value)"
|
6379
|
+
(keydown.enter)="onTextInputEnterKeyDown($event)"
|
6380
|
+
[attr.placeholder]="placeholder"
|
6381
|
+
/>
|
6287
6382
|
<p-inputNumber
|
6288
6383
|
*ngSwitchCase="'numeric'"
|
6289
6384
|
[ngModel]="filterConstraint?.value"
|
@@ -6292,6 +6387,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6292
6387
|
[showButtons]="showButtons"
|
6293
6388
|
[minFractionDigits]="minFractionDigits"
|
6294
6389
|
[maxFractionDigits]="maxFractionDigits"
|
6390
|
+
[ariaLabel]="ariaLabel"
|
6295
6391
|
[prefix]="prefix"
|
6296
6392
|
[suffix]="suffix"
|
6297
6393
|
[placeholder]="placeholder"
|
@@ -6302,8 +6398,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6302
6398
|
[currencyDisplay]="currencyDisplay"
|
6303
6399
|
[useGrouping]="useGrouping"
|
6304
6400
|
></p-inputNumber>
|
6305
|
-
<p-triStateCheckbox *ngSwitchCase="'boolean'" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)"></p-triStateCheckbox>
|
6306
|
-
<p-calendar *ngSwitchCase="'date'" [placeholder]="placeholder" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)" appendTo="body"></p-calendar>
|
6401
|
+
<p-triStateCheckbox [ariaLabel]="ariaLabel" *ngSwitchCase="'boolean'" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)"></p-triStateCheckbox>
|
6402
|
+
<p-calendar [ariaLabel]="ariaLabel" *ngSwitchCase="'date'" [placeholder]="placeholder" [ngModel]="filterConstraint?.value" (ngModelChange)="onModelChange($event)" appendTo="body"></p-calendar>
|
6307
6403
|
</ng-container>
|
6308
6404
|
</ng-template>
|
6309
6405
|
`,
|
@@ -6323,9 +6419,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6323
6419
|
}], placeholder: [{
|
6324
6420
|
type: Input
|
6325
6421
|
}], minFractionDigits: [{
|
6326
|
-
type: Input
|
6422
|
+
type: Input,
|
6423
|
+
args: [{ transform: numberAttribute }]
|
6327
6424
|
}], maxFractionDigits: [{
|
6328
|
-
type: Input
|
6425
|
+
type: Input,
|
6426
|
+
args: [{ transform: numberAttribute }]
|
6329
6427
|
}], prefix: [{
|
6330
6428
|
type: Input
|
6331
6429
|
}], suffix: [{
|
@@ -6339,11 +6437,14 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.2", ngImpor
|
|
6339
6437
|
}], currencyDisplay: [{
|
6340
6438
|
type: Input
|
6341
6439
|
}], useGrouping: [{
|
6440
|
+
type: Input,
|
6441
|
+
args: [{ transform: booleanAttribute }]
|
6442
|
+
}], ariaLabel: [{
|
6342
6443
|
type: Input
|
6343
6444
|
}] } });
|
6344
6445
|
class TableModule {
|
6345
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.
|
6346
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.
|
6446
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
6447
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "17.3.1", ngImport: i0, type: TableModule, declarations: [Table, SortableColumn, FrozenColumn, RowGroupHeader, SelectableRow, RowToggler, ContextMenuRow, ResizableColumn, ReorderableColumn, EditableColumn, CellEditor, TableBody, SortIcon, TableRadioButton, TableCheckbox, TableHeaderCheckbox, ReorderableRowHandle, ReorderableRow, SelectableRowDblClick, EditableRow, InitEditableRow, SaveEditableRow, CancelEditableRow, ColumnFilter, ColumnFilterFormElement], imports: [CommonModule,
|
6347
6448
|
PaginatorModule,
|
6348
6449
|
InputTextModule,
|
6349
6450
|
DropdownModule,
|
@@ -6365,7 +6466,7 @@ class TableModule {
|
|
6365
6466
|
FilterSlashIcon,
|
6366
6467
|
PlusIcon,
|
6367
6468
|
TrashIcon], exports: [Table, SharedModule, SortableColumn, FrozenColumn, RowGroupHeader, SelectableRow, RowToggler, ContextMenuRow, ResizableColumn, ReorderableColumn, EditableColumn, CellEditor, SortIcon, TableRadioButton, TableCheckbox, TableHeaderCheckbox, ReorderableRowHandle, ReorderableRow, SelectableRowDblClick, EditableRow, InitEditableRow, SaveEditableRow, CancelEditableRow, ColumnFilter, ColumnFilterFormElement, ScrollerModule] });
|
6368
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.
|
6469
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableModule, imports: [CommonModule,
|
6369
6470
|
PaginatorModule,
|
6370
6471
|
InputTextModule,
|
6371
6472
|
DropdownModule,
|
@@ -6389,7 +6490,7 @@ class TableModule {
|
|
6389
6490
|
TrashIcon, SharedModule,
|
6390
6491
|
ScrollerModule] });
|
6391
6492
|
}
|
6392
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.
|
6493
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.1", ngImport: i0, type: TableModule, decorators: [{
|
6393
6494
|
type: NgModule,
|
6394
6495
|
args: [{
|
6395
6496
|
imports: [
|