primereact 9.5.0 → 9.6.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.cjs.js +2 -1
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +3 -2
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +2 -1
- package/accordion/accordion.min.js +1 -1
- package/api/api.cjs.js +214 -3
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +876 -3
- package/api/api.esm.js +209 -4
- package/api/api.esm.min.js +1 -1
- package/api/api.js +215 -5
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +132 -91
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +134 -2
- package/autocomplete/autocomplete.esm.js +134 -93
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +133 -93
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/avatar.cjs.js +3 -1
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.d.ts +1 -1
- package/avatar/avatar.esm.js +3 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +4 -3
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/avatargroup.cjs.js +3 -1
- package/avatargroup/avatargroup.cjs.min.js +1 -1
- package/avatargroup/avatargroup.esm.js +3 -1
- package/avatargroup/avatargroup.esm.min.js +1 -1
- package/avatargroup/avatargroup.js +4 -3
- package/avatargroup/avatargroup.min.js +1 -1
- package/badge/badge.cjs.js +3 -1
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +3 -1
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +4 -3
- package/badge/badge.min.js +1 -1
- package/blockui/blockui.cjs.js +4 -3
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +4 -3
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +5 -4
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +11 -4
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +11 -4
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +11 -5
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/button.cjs.js +6 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +6 -0
- package/button/button.esm.js +6 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +7 -4
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +320 -228
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +267 -1
- package/calendar/calendar.esm.js +322 -230
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +321 -230
- package/calendar/calendar.min.js +1 -1
- package/card/card.cjs.js +3 -1
- package/card/card.cjs.min.js +1 -1
- package/card/card.d.ts +5 -11
- package/card/card.esm.js +3 -1
- package/card/card.esm.min.js +1 -1
- package/card/card.js +4 -3
- package/card/card.min.js +1 -1
- package/carousel/carousel.cjs.js +19 -10
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.d.ts +8 -0
- package/carousel/carousel.esm.js +20 -11
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +19 -10
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +154 -85
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +95 -1
- package/cascadeselect/cascadeselect.esm.js +156 -87
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +154 -86
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +3 -1
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +3 -1
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +4 -3
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +93 -34
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +60 -1
- package/checkbox/checkbox.esm.js +94 -35
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +93 -36
- package/checkbox/checkbox.min.js +1 -1
- package/chip/chip.cjs.js +3 -1
- package/chip/chip.cjs.min.js +1 -1
- package/chip/chip.d.ts +1 -1
- package/chip/chip.esm.js +3 -1
- package/chip/chip.esm.min.js +1 -1
- package/chip/chip.js +4 -3
- package/chip/chip.min.js +1 -1
- package/chips/chips.cjs.js +60 -38
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +73 -6
- package/chips/chips.esm.js +61 -39
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +60 -40
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +119 -49
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +76 -0
- package/colorpicker/colorpicker.esm.js +121 -51
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +120 -51
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/column.cjs.js +2 -0
- package/column/column.d.ts +298 -1
- package/column/column.esm.js +2 -0
- package/column/column.js +2 -0
- package/columngroup/columngroup.d.ts +28 -0
- package/componentbase/componentbase.cjs.js +29 -5
- package/componentbase/componentbase.cjs.min.js +1 -1
- package/componentbase/componentbase.esm.js +25 -5
- package/componentbase/componentbase.esm.min.js +1 -1
- package/componentbase/componentbase.js +30 -7
- package/componentbase/componentbase.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.js +2 -1
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +3 -2
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +2 -1
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +5 -4
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +6 -5
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +5 -4
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +10 -8
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +11 -9
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +10 -8
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +1165 -585
- package/core/core.min.js +47 -47
- package/csstransition/csstransition.cjs.js +3 -2
- package/csstransition/csstransition.cjs.min.js +1 -1
- package/csstransition/csstransition.esm.js +3 -2
- package/csstransition/csstransition.esm.min.js +1 -1
- package/csstransition/csstransition.js +4 -3
- package/csstransition/csstransition.min.js +1 -1
- package/datascroller/datascroller.cjs.js +34 -43
- package/datascroller/datascroller.cjs.min.js +1 -1
- package/datascroller/datascroller.d.ts +51 -1
- package/datascroller/datascroller.esm.js +36 -45
- package/datascroller/datascroller.esm.min.js +1 -1
- package/datascroller/datascroller.js +35 -45
- package/datascroller/datascroller.min.js +1 -1
- package/datatable/datatable.cjs.js +911 -477
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +191 -3
- package/datatable/datatable.esm.js +913 -479
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +912 -479
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.cjs.js +125 -109
- package/dataview/dataview.cjs.min.js +1 -1
- package/dataview/dataview.d.ts +105 -2
- package/dataview/dataview.esm.js +127 -111
- package/dataview/dataview.esm.min.js +1 -1
- package/dataview/dataview.js +123 -108
- package/dataview/dataview.min.js +1 -1
- package/deferredcontent/deferredcontent.cjs.js +3 -1
- package/deferredcontent/deferredcontent.cjs.min.js +1 -1
- package/deferredcontent/deferredcontent.esm.js +3 -1
- package/deferredcontent/deferredcontent.esm.min.js +1 -1
- package/deferredcontent/deferredcontent.js +4 -3
- package/deferredcontent/deferredcontent.min.js +1 -1
- package/dialog/dialog.cjs.js +6 -5
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +7 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +6 -5
- package/dialog/dialog.min.js +1 -1
- package/divider/divider.cjs.js +3 -1
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +3 -1
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +4 -3
- package/divider/divider.min.js +1 -1
- package/dock/dock.cjs.js +3 -1
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +3 -1
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +4 -3
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +169 -119
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +154 -2
- package/dropdown/dropdown.esm.js +171 -121
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +170 -121
- package/dropdown/dropdown.min.js +1 -1
- package/editor/editor.cjs.js +95 -116
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.d.ts +50 -0
- package/editor/editor.esm.js +96 -117
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +95 -118
- package/editor/editor.min.js +1 -1
- package/fieldset/fieldset.cjs.js +3 -1
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +3 -1
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +4 -3
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/fileupload.cjs.js +67 -55
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +13 -3
- package/fileupload/fileupload.esm.js +68 -56
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +64 -52
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +8 -6
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +9 -7
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +8 -6
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +6 -3
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +7 -4
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +6 -3
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +6 -1
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +6 -1
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +6 -1
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowup/index.cjs.js +6 -1
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +6 -1
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +6 -1
- package/icons/arrowup/index.min.js +1 -1
- package/icons/ban/index.cjs.js +6 -1
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +6 -1
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +6 -1
- package/icons/ban/index.min.js +1 -1
- package/icons/download/index.cjs.js +6 -1
- package/icons/download/index.cjs.min.js +1 -1
- package/icons/download/index.esm.js +6 -1
- package/icons/download/index.esm.min.js +1 -1
- package/icons/download/index.js +6 -1
- package/icons/download/index.min.js +1 -1
- package/icons/exclamationtriangle/index.cjs.js +6 -1
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +6 -1
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +6 -1
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/eyeslash/index.cjs.js +6 -1
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +6 -1
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +6 -1
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/filter/index.cjs.js +6 -1
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +6 -1
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +6 -1
- package/icons/filter/index.min.js +1 -1
- package/icons/filterslash/index.cjs.js +6 -1
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +6 -1
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +6 -1
- package/icons/filterslash/index.min.js +1 -1
- package/icons/infocircle/index.cjs.js +6 -1
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +6 -1
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +6 -1
- package/icons/infocircle/index.min.js +1 -1
- package/icons/pencil/index.cjs.js +6 -1
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +6 -1
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +6 -1
- package/icons/pencil/index.min.js +1 -1
- package/icons/plus/index.cjs.js +6 -1
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +6 -1
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +6 -1
- package/icons/plus/index.min.js +1 -1
- package/icons/refresh/index.cjs.js +6 -1
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +6 -1
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +6 -1
- package/icons/refresh/index.min.js +1 -1
- package/icons/search/index.cjs.js +6 -1
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +6 -1
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +6 -1
- package/icons/search/index.min.js +1 -1
- package/icons/searchminus/index.cjs.js +6 -1
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +6 -1
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +6 -1
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchplus/index.cjs.js +6 -1
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +6 -1
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +6 -1
- package/icons/searchplus/index.min.js +1 -1
- package/icons/sortalt/index.cjs.js +6 -1
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +6 -1
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +6 -1
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +6 -1
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +6 -1
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +6 -1
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +6 -1
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +6 -1
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +6 -1
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/spinner/index.cjs.js +6 -1
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +6 -1
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +6 -1
- package/icons/spinner/index.min.js +1 -1
- package/icons/star/index.cjs.js +6 -1
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +6 -1
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +6 -1
- package/icons/star/index.min.js +1 -1
- package/icons/starfill/index.cjs.js +6 -1
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +6 -1
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +6 -1
- package/icons/starfill/index.min.js +1 -1
- package/icons/thlarge/index.cjs.js +6 -1
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +6 -1
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +6 -1
- package/icons/thlarge/index.min.js +1 -1
- package/icons/timescircle/index.cjs.js +6 -1
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +6 -1
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +6 -1
- package/icons/timescircle/index.min.js +1 -1
- package/icons/trash/index.cjs.js +6 -1
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +6 -1
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +6 -1
- package/icons/trash/index.min.js +1 -1
- package/icons/undo/index.cjs.js +6 -1
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +6 -1
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +6 -1
- package/icons/undo/index.min.js +1 -1
- package/icons/upload/index.cjs.js +6 -1
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +6 -1
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +6 -1
- package/icons/upload/index.min.js +1 -1
- package/icons/windowmaximize/index.cjs.js +6 -1
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +6 -1
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +6 -1
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowminimize/index.cjs.js +6 -1
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +6 -1
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +6 -1
- package/icons/windowminimize/index.min.js +1 -1
- package/image/image.cjs.js +9 -3
- package/image/image.cjs.min.js +1 -1
- package/image/image.d.ts +2 -2
- package/image/image.esm.js +10 -4
- package/image/image.esm.min.js +1 -1
- package/image/image.js +9 -3
- package/image/image.min.css +1 -1
- package/image/image.min.js +1 -1
- package/inplace/inplace.cjs.js +2 -1
- package/inplace/inplace.cjs.min.js +1 -1
- package/inplace/inplace.esm.js +3 -2
- package/inplace/inplace.esm.min.js +1 -1
- package/inplace/inplace.js +2 -1
- package/inplace/inplace.min.js +1 -1
- package/inputmask/inputmask.cjs.js +8 -10
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.d.ts +7 -2
- package/inputmask/inputmask.esm.js +9 -11
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +8 -12
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +68 -46
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +62 -1
- package/inputnumber/inputnumber.esm.js +66 -47
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +68 -48
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +77 -25
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +56 -0
- package/inputswitch/inputswitch.esm.js +78 -26
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +77 -27
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/inputtext.cjs.js +25 -15
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.d.ts +32 -0
- package/inputtext/inputtext.esm.js +26 -16
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +25 -17
- package/inputtext/inputtext.min.js +1 -1
- package/inputtextarea/inputtextarea.cjs.js +25 -15
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.d.ts +33 -1
- package/inputtextarea/inputtextarea.esm.js +26 -16
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +25 -17
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/keyfilter/keyfilter.cjs.js +25 -9
- package/keyfilter/keyfilter.cjs.min.js +1 -1
- package/keyfilter/keyfilter.esm.js +25 -9
- package/keyfilter/keyfilter.esm.min.js +1 -1
- package/keyfilter/keyfilter.js +25 -11
- package/keyfilter/keyfilter.min.js +1 -1
- package/knob/knob.cjs.js +44 -43
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.d.ts +42 -0
- package/knob/knob.esm.js +45 -44
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +44 -45
- package/knob/knob.min.js +1 -1
- package/listbox/listbox.cjs.js +86 -56
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.d.ts +103 -3
- package/listbox/listbox.esm.js +88 -58
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +86 -57
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +4 -3
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +5 -4
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +4 -3
- package/megamenu/megamenu.min.js +1 -1
- package/mention/mention.cjs.js +87 -61
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.d.ts +80 -1
- package/mention/mention.esm.js +89 -63
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +88 -63
- package/mention/mention.min.js +1 -1
- package/menu/menu.cjs.js +5 -4
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +6 -5
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +5 -4
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +4 -4
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +5 -5
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +5 -5
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +3 -1
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +3 -1
- package/message/message.esm.min.js +1 -1
- package/message/message.js +4 -3
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +2 -1
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.esm.js +3 -2
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +2 -1
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +220 -167
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +180 -3
- package/multiselect/multiselect.esm.js +222 -169
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +220 -168
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +32 -22
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.d.ts +56 -2
- package/multistatecheckbox/multistatecheckbox.esm.js +34 -24
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +33 -24
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/orderlist/orderlist.cjs.js +188 -110
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +118 -2
- package/orderlist/orderlist.esm.js +190 -112
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +186 -109
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.cjs.js +139 -73
- package/organizationchart/organizationchart.cjs.min.js +1 -1
- package/organizationchart/organizationchart.d.ts +89 -2
- package/organizationchart/organizationchart.esm.js +140 -74
- package/organizationchart/organizationchart.esm.min.js +1 -1
- package/organizationchart/organizationchart.js +139 -75
- package/organizationchart/organizationchart.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +7 -6
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.d.ts +5 -0
- package/overlaypanel/overlaypanel.esm.js +8 -7
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +8 -7
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +172 -166
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.d.ts +108 -2
- package/paginator/paginator.esm.js +174 -168
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +172 -167
- package/paginator/paginator.min.js +1 -1
- package/panel/panel.cjs.js +3 -1
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +3 -1
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +4 -3
- package/panel/panel.min.js +1 -1
- package/panelmenu/panelmenu.cjs.js +3 -1
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +3 -1
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +4 -3
- package/panelmenu/panelmenu.min.js +1 -1
- package/password/password.cjs.js +89 -46
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +98 -2
- package/password/password.esm.js +91 -48
- package/password/password.esm.min.js +1 -1
- package/password/password.js +88 -46
- package/password/password.min.js +1 -1
- package/picklist/picklist.cjs.js +146 -82
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +133 -1
- package/picklist/picklist.esm.js +148 -84
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +143 -80
- package/picklist/picklist.min.js +1 -1
- package/portal/portal.cjs.js +3 -2
- package/portal/portal.cjs.min.js +1 -1
- package/portal/portal.esm.js +3 -2
- package/portal/portal.esm.min.js +1 -1
- package/portal/portal.js +4 -3
- package/portal/portal.min.js +1 -1
- package/primereact.all.cjs.js +4725 -3130
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +4724 -3131
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +4725 -3130
- package/primereact.all.min.js +1 -1
- package/progressbar/progressbar.cjs.js +3 -1
- package/progressbar/progressbar.cjs.min.js +1 -1
- package/progressbar/progressbar.esm.js +3 -1
- package/progressbar/progressbar.esm.min.js +1 -1
- package/progressbar/progressbar.js +4 -3
- package/progressbar/progressbar.min.js +1 -1
- package/progressspinner/progressspinner.cjs.js +3 -1
- package/progressspinner/progressspinner.cjs.min.js +1 -1
- package/progressspinner/progressspinner.esm.js +3 -1
- package/progressspinner/progressspinner.esm.min.js +1 -1
- package/progressspinner/progressspinner.js +4 -3
- package/progressspinner/progressspinner.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +74 -21
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +61 -1
- package/radiobutton/radiobutton.esm.js +75 -22
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +74 -23
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.cjs.js +47 -36
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.d.ts +64 -1
- package/rating/rating.esm.js +48 -37
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +47 -38
- package/rating/rating.min.js +1 -1
- package/resources/primereact.css +568 -566
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +20 -1
- package/resources/themes/arya-green/theme.css +20 -1
- package/resources/themes/arya-orange/theme.css +20 -1
- package/resources/themes/arya-purple/theme.css +20 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +20 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +20 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +20 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +20 -1
- package/resources/themes/fluent-light/theme.css +20 -1
- package/resources/themes/lara-dark-blue/theme.css +20 -1
- package/resources/themes/lara-dark-indigo/theme.css +20 -1
- package/resources/themes/lara-dark-purple/theme.css +20 -1
- package/resources/themes/lara-dark-teal/theme.css +20 -1
- package/resources/themes/lara-light-blue/theme.css +20 -1
- package/resources/themes/lara-light-indigo/theme.css +20 -1
- package/resources/themes/lara-light-purple/theme.css +20 -1
- package/resources/themes/lara-light-teal/theme.css +20 -1
- package/resources/themes/luna-amber/theme.css +20 -1
- package/resources/themes/luna-blue/theme.css +20 -1
- package/resources/themes/luna-green/theme.css +20 -1
- package/resources/themes/luna-pink/theme.css +20 -1
- package/resources/themes/md-dark-deeppurple/theme.css +20 -1
- package/resources/themes/md-dark-indigo/theme.css +20 -1
- package/resources/themes/md-light-deeppurple/theme.css +20 -1
- package/resources/themes/md-light-indigo/theme.css +20 -1
- package/resources/themes/mdc-dark-deeppurple/theme.css +20 -1
- package/resources/themes/mdc-dark-indigo/theme.css +20 -1
- package/resources/themes/mdc-light-deeppurple/theme.css +20 -1
- package/resources/themes/mdc-light-indigo/theme.css +20 -1
- package/resources/themes/mira/theme.css +20 -1
- package/resources/themes/nano/theme.css +20 -1
- package/resources/themes/nova/theme.css +20 -1
- package/resources/themes/nova-accent/theme.css +20 -1
- package/resources/themes/nova-alt/theme.css +20 -1
- package/resources/themes/rhea/theme.css +20 -1
- package/resources/themes/saga-blue/theme.css +20 -1
- package/resources/themes/saga-green/theme.css +20 -1
- package/resources/themes/saga-orange/theme.css +20 -1
- package/resources/themes/saga-purple/theme.css +20 -1
- package/resources/themes/soho-dark/theme.css +20 -1
- package/resources/themes/soho-light/theme.css +20 -1
- package/resources/themes/tailwind-light/theme.css +32 -13
- package/resources/themes/vela-blue/theme.css +20 -1
- package/resources/themes/vela-green/theme.css +20 -1
- package/resources/themes/vela-orange/theme.css +20 -1
- package/resources/themes/vela-purple/theme.css +20 -1
- package/resources/themes/viva-dark/theme.css +20 -1
- package/resources/themes/viva-light/theme.css +20 -1
- package/ripple/ripple.cjs.js +3 -2
- package/ripple/ripple.cjs.min.js +1 -1
- package/ripple/ripple.esm.js +3 -2
- package/ripple/ripple.esm.min.js +1 -1
- package/ripple/ripple.js +4 -3
- package/ripple/ripple.min.js +1 -1
- package/row/row.cjs.js +28 -41
- package/row/row.cjs.min.js +1 -1
- package/row/row.d.ts +28 -0
- package/row/row.esm.js +15 -28
- package/row/row.esm.min.js +1 -1
- package/row/row.js +49 -64
- package/row/row.min.js +1 -1
- package/scrollpanel/scrollpanel.cjs.js +3 -1
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +3 -1
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +4 -3
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/scrolltop.cjs.js +9 -7
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +11 -9
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +10 -8
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +37 -25
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.d.ts +52 -1
- package/selectbutton/selectbutton.esm.js +38 -26
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +37 -27
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +7 -6
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +8 -7
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +8 -7
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/skeleton.cjs.js +4 -3
- package/skeleton/skeleton.cjs.min.js +1 -1
- package/skeleton/skeleton.esm.js +4 -3
- package/skeleton/skeleton.esm.min.js +1 -1
- package/skeleton/skeleton.js +5 -5
- package/skeleton/skeleton.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +5 -4
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.d.ts +5 -0
- package/slidemenu/slidemenu.esm.js +6 -5
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +6 -5
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +71 -39
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.d.ts +34 -1
- package/slider/slider.esm.js +72 -40
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +71 -41
- package/slider/slider.min.js +1 -1
- package/speeddial/speeddial.cjs.js +3 -1
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +3 -1
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +4 -3
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +74 -63
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +39 -11
- package/splitbutton/splitbutton.esm.js +76 -65
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +74 -63
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/splitter.cjs.js +3 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.d.ts +10 -0
- package/splitter/splitter.esm.js +3 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +4 -3
- package/splitter/splitter.min.js +1 -1
- package/steps/steps.cjs.js +3 -1
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +3 -1
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +4 -3
- package/steps/steps.min.js +1 -1
- package/styleclass/styleclass.cjs.js +3 -1
- package/styleclass/styleclass.cjs.min.js +1 -1
- package/styleclass/styleclass.esm.js +3 -1
- package/styleclass/styleclass.esm.min.js +1 -1
- package/styleclass/styleclass.js +4 -3
- package/styleclass/styleclass.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +3 -1
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +3 -1
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +4 -3
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +8 -5
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +9 -6
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +7 -4
- package/tabview/tabview.min.js +1 -1
- package/tag/tag.cjs.js +3 -1
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +3 -1
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -3
- package/tag/tag.min.js +1 -1
- package/terminal/terminal.cjs.js +3 -1
- package/terminal/terminal.cjs.min.js +1 -1
- package/terminal/terminal.esm.js +3 -1
- package/terminal/terminal.esm.min.js +1 -1
- package/terminal/terminal.js +4 -3
- package/terminal/terminal.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +6 -5
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +7 -6
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +6 -5
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/timeline.cjs.js +51 -43
- package/timeline/timeline.cjs.min.js +1 -1
- package/timeline/timeline.d.ts +51 -1
- package/timeline/timeline.esm.js +52 -44
- package/timeline/timeline.esm.min.js +1 -1
- package/timeline/timeline.js +51 -45
- package/timeline/timeline.min.js +1 -1
- package/toast/toast.cjs.js +46 -4
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +2 -2
- package/toast/toast.esm.js +47 -5
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +46 -4
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +68 -21
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.d.ts +40 -2
- package/togglebutton/togglebutton.esm.js +69 -22
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +68 -23
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/toolbar.cjs.js +3 -1
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.d.ts +5 -11
- package/toolbar/toolbar.esm.js +3 -1
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +4 -3
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/tooltip.cjs.js +3 -2
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.d.ts +7 -7
- package/tooltip/tooltip.esm.js +4 -3
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +3 -2
- package/tooltip/tooltip.min.js +1 -1
- package/tree/tree.cjs.js +118 -88
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.d.ts +139 -1
- package/tree/tree.esm.js +120 -90
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +116 -87
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +132 -102
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +138 -2
- package/treeselect/treeselect.esm.js +134 -104
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +133 -104
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +385 -198
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +305 -2
- package/treetable/treetable.esm.js +387 -200
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +383 -197
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +83 -33
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +59 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +85 -35
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +84 -35
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +6 -1
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -1
- package/utils/utils.esm.js +6 -1
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +6 -1
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +43 -29
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +78 -1
- package/virtualscroller/virtualscroller.esm.js +44 -30
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +43 -31
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1 -1
package/resources/primereact.css
CHANGED
|
@@ -187,40 +187,6 @@
|
|
|
187
187
|
line-height: 1;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.p-avatar {
|
|
191
|
-
display: inline-flex;
|
|
192
|
-
align-items: center;
|
|
193
|
-
justify-content: center;
|
|
194
|
-
width: 2rem;
|
|
195
|
-
height: 2rem;
|
|
196
|
-
font-size: 1rem;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.p-avatar.p-avatar-image {
|
|
200
|
-
background-color: transparent;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.p-avatar-circle {
|
|
204
|
-
border-radius: 50%;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.p-avatar-circle img {
|
|
208
|
-
border-radius: 50%;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.p-avatar .p-avatar-icon {
|
|
212
|
-
font-size: 1rem;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.p-avatar img {
|
|
216
|
-
width: 100%;
|
|
217
|
-
height: 100%;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.p-avatar-clickable {
|
|
221
|
-
cursor: pointer;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
190
|
.p-autocomplete {
|
|
225
191
|
display: inline-flex;
|
|
226
192
|
position: relative;
|
|
@@ -321,6 +287,49 @@
|
|
|
321
287
|
overflow: auto;
|
|
322
288
|
}
|
|
323
289
|
|
|
290
|
+
.p-avatar {
|
|
291
|
+
display: inline-flex;
|
|
292
|
+
align-items: center;
|
|
293
|
+
justify-content: center;
|
|
294
|
+
width: 2rem;
|
|
295
|
+
height: 2rem;
|
|
296
|
+
font-size: 1rem;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.p-avatar.p-avatar-image {
|
|
300
|
+
background-color: transparent;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.p-avatar-circle {
|
|
304
|
+
border-radius: 50%;
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.p-avatar-circle img {
|
|
308
|
+
border-radius: 50%;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.p-avatar .p-avatar-icon {
|
|
312
|
+
font-size: 1rem;
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.p-avatar img {
|
|
316
|
+
width: 100%;
|
|
317
|
+
height: 100%;
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
.p-avatar-clickable {
|
|
321
|
+
cursor: pointer;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.p-avatar-group .p-avatar + .p-avatar {
|
|
325
|
+
margin-left: -1rem;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.p-avatar-group {
|
|
329
|
+
display: flex;
|
|
330
|
+
align-items: center;
|
|
331
|
+
}
|
|
332
|
+
|
|
324
333
|
.p-badge {
|
|
325
334
|
display: inline-block;
|
|
326
335
|
border-radius: 10px;
|
|
@@ -354,15 +363,6 @@
|
|
|
354
363
|
border-radius: 50%;
|
|
355
364
|
}
|
|
356
365
|
|
|
357
|
-
.p-avatar-group .p-avatar + .p-avatar {
|
|
358
|
-
margin-left: -1rem;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
.p-avatar-group {
|
|
362
|
-
display: flex;
|
|
363
|
-
align-items: center;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
366
|
.p-blockui-container {
|
|
367
367
|
position: relative;
|
|
368
368
|
}
|
|
@@ -732,9 +732,6 @@
|
|
|
732
732
|
visibility: visible;
|
|
733
733
|
}
|
|
734
734
|
|
|
735
|
-
.p-chart {
|
|
736
|
-
position: relative
|
|
737
|
-
}
|
|
738
735
|
.p-cascadeselect {
|
|
739
736
|
display: inline-flex;
|
|
740
737
|
cursor: pointer;
|
|
@@ -823,6 +820,9 @@
|
|
|
823
820
|
top: 0;
|
|
824
821
|
}
|
|
825
822
|
|
|
823
|
+
.p-chart {
|
|
824
|
+
position: relative
|
|
825
|
+
}
|
|
826
826
|
.p-checkbox {
|
|
827
827
|
display: inline-flex;
|
|
828
828
|
cursor: pointer;
|
|
@@ -1123,525 +1123,525 @@
|
|
|
1123
1123
|
margin: 0;
|
|
1124
1124
|
padding: 0;
|
|
1125
1125
|
}
|
|
1126
|
-
.p-
|
|
1126
|
+
.p-dataview-loading {
|
|
1127
1127
|
position: relative;
|
|
1128
|
+
min-height: 4rem;
|
|
1128
1129
|
}
|
|
1129
1130
|
|
|
1130
|
-
.p-
|
|
1131
|
-
|
|
1131
|
+
.p-dataview .p-dataview-loading-overlay {
|
|
1132
|
+
position: absolute;
|
|
1133
|
+
z-index: 1;
|
|
1134
|
+
display: flex;
|
|
1135
|
+
align-items: center;
|
|
1136
|
+
justify-content: center;
|
|
1132
1137
|
}
|
|
1133
1138
|
|
|
1134
|
-
.p-
|
|
1135
|
-
|
|
1139
|
+
.p-dialog-mask {
|
|
1140
|
+
position: fixed;
|
|
1141
|
+
top: 0;
|
|
1142
|
+
left: 0;
|
|
1136
1143
|
width: 100%;
|
|
1144
|
+
height: 100%;
|
|
1145
|
+
display: none;
|
|
1146
|
+
justify-content: center;
|
|
1147
|
+
align-items: center;
|
|
1148
|
+
pointer-events: none;
|
|
1149
|
+
background-color: transparent;
|
|
1150
|
+
transition-property: background-color;
|
|
1137
1151
|
}
|
|
1138
1152
|
|
|
1139
|
-
.p-
|
|
1140
|
-
|
|
1153
|
+
.p-dialog-visible {
|
|
1154
|
+
display: flex;
|
|
1141
1155
|
}
|
|
1142
1156
|
|
|
1143
|
-
.p-
|
|
1144
|
-
|
|
1145
|
-
user-select: none;
|
|
1157
|
+
.p-dialog-mask.p-component-overlay {
|
|
1158
|
+
pointer-events: auto;
|
|
1146
1159
|
}
|
|
1147
1160
|
|
|
1148
|
-
.p-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1161
|
+
.p-dialog {
|
|
1162
|
+
display: flex;
|
|
1163
|
+
flex-direction: column;
|
|
1164
|
+
pointer-events: auto;
|
|
1165
|
+
max-height: 90%;
|
|
1166
|
+
transform: scale(1);
|
|
1167
|
+
position: relative;
|
|
1152
1168
|
}
|
|
1153
1169
|
|
|
1154
|
-
.p-
|
|
1155
|
-
|
|
1170
|
+
.p-dialog-content {
|
|
1171
|
+
overflow-y: auto;
|
|
1172
|
+
flex-grow: 1;
|
|
1173
|
+
}
|
|
1174
|
+
|
|
1175
|
+
.p-dialog-header {
|
|
1176
|
+
display: flex;
|
|
1156
1177
|
align-items: center;
|
|
1157
|
-
|
|
1178
|
+
flex-shrink: 0;
|
|
1158
1179
|
}
|
|
1159
1180
|
|
|
1160
|
-
.p-
|
|
1161
|
-
|
|
1162
|
-
cursor: pointer;
|
|
1181
|
+
.p-dialog-footer {
|
|
1182
|
+
flex-shrink: 0;
|
|
1163
1183
|
}
|
|
1164
1184
|
|
|
1165
|
-
.p-
|
|
1166
|
-
|
|
1167
|
-
|
|
1185
|
+
.p-dialog .p-dialog-header-icons {
|
|
1186
|
+
display: flex;
|
|
1187
|
+
align-items: center;
|
|
1188
|
+
align-self: flex-start;
|
|
1189
|
+
flex-shrink: 0;
|
|
1168
1190
|
}
|
|
1169
1191
|
|
|
1170
|
-
|
|
1171
|
-
|
|
1192
|
+
.p-dialog .p-dialog-header-icon {
|
|
1193
|
+
display: flex;
|
|
1194
|
+
align-items: center;
|
|
1195
|
+
justify-content: center;
|
|
1196
|
+
overflow: hidden;
|
|
1172
1197
|
position: relative;
|
|
1173
1198
|
}
|
|
1174
1199
|
|
|
1175
|
-
.p-
|
|
1176
|
-
|
|
1177
|
-
top: 0;
|
|
1178
|
-
z-index: 1;
|
|
1200
|
+
.p-dialog .p-dialog-title {
|
|
1201
|
+
flex-grow: 1;
|
|
1179
1202
|
}
|
|
1180
1203
|
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1204
|
+
/* Fluid */
|
|
1205
|
+
.p-fluid .p-dialog-footer .p-button {
|
|
1206
|
+
width: auto;
|
|
1184
1207
|
}
|
|
1185
1208
|
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1209
|
+
/* Animation */
|
|
1210
|
+
/* Center */
|
|
1211
|
+
.p-dialog-enter {
|
|
1212
|
+
opacity: 0;
|
|
1213
|
+
transform: scale(0.7);
|
|
1190
1214
|
}
|
|
1191
1215
|
|
|
1192
|
-
.p-
|
|
1193
|
-
|
|
1194
|
-
|
|
1216
|
+
.p-dialog-enter-active {
|
|
1217
|
+
opacity: 1;
|
|
1218
|
+
transform: scale(1);
|
|
1219
|
+
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
|
1195
1220
|
}
|
|
1196
1221
|
|
|
1197
|
-
.p-
|
|
1198
|
-
|
|
1222
|
+
.p-dialog-enter-done {
|
|
1223
|
+
transform: none;
|
|
1199
1224
|
}
|
|
1200
1225
|
|
|
1201
|
-
.p-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1226
|
+
.p-dialog-exit-active {
|
|
1227
|
+
opacity: 0;
|
|
1228
|
+
transform: scale(0.7);
|
|
1229
|
+
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
1205
1230
|
}
|
|
1206
1231
|
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1232
|
+
/* Top, Bottom, Left, Right, Top* and Bottom* */
|
|
1233
|
+
.p-dialog-top .p-dialog,
|
|
1234
|
+
.p-dialog-bottom .p-dialog,
|
|
1235
|
+
.p-dialog-left .p-dialog,
|
|
1236
|
+
.p-dialog-right .p-dialog,
|
|
1237
|
+
.p-dialog-top-left .p-dialog,
|
|
1238
|
+
.p-dialog-top-right .p-dialog,
|
|
1239
|
+
.p-dialog-bottom-left .p-dialog,
|
|
1240
|
+
.p-dialog-bottom-right .p-dialog {
|
|
1241
|
+
margin: 0.75em;
|
|
1212
1242
|
}
|
|
1213
1243
|
|
|
1214
|
-
.p-
|
|
1215
|
-
|
|
1216
|
-
|
|
1244
|
+
.p-dialog-top .p-dialog-enter,
|
|
1245
|
+
.p-dialog-top .p-dialog-exit-active {
|
|
1246
|
+
transform: translate3d(0px, -100%, 0px);
|
|
1217
1247
|
}
|
|
1218
1248
|
|
|
1219
|
-
|
|
1220
|
-
.p-
|
|
1221
|
-
|
|
1222
|
-
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1223
|
-
overflow: hidden;
|
|
1224
|
-
white-space: nowrap;
|
|
1249
|
+
.p-dialog-bottom .p-dialog-enter,
|
|
1250
|
+
.p-dialog-bottom .p-dialog-exit-active {
|
|
1251
|
+
transform: translate3d(0px, 100%, 0px);
|
|
1225
1252
|
}
|
|
1226
1253
|
|
|
1227
|
-
.p-
|
|
1228
|
-
|
|
1229
|
-
|
|
1254
|
+
.p-dialog-left .p-dialog-enter,
|
|
1255
|
+
.p-dialog-left .p-dialog-exit-active,
|
|
1256
|
+
.p-dialog-top-left .p-dialog-enter,
|
|
1257
|
+
.p-dialog-top-left .p-dialog-exit-active,
|
|
1258
|
+
.p-dialog-bottom-left .p-dialog-enter,
|
|
1259
|
+
.p-dialog-bottom-left .p-dialog-exit-active {
|
|
1260
|
+
transform: translate3d(-100%, 0px, 0px);
|
|
1230
1261
|
}
|
|
1231
1262
|
|
|
1232
|
-
.p-
|
|
1233
|
-
|
|
1263
|
+
.p-dialog-right .p-dialog-enter,
|
|
1264
|
+
.p-dialog-right .p-dialog-exit-active,
|
|
1265
|
+
.p-dialog-top-right .p-dialog-enter,
|
|
1266
|
+
.p-dialog-top-right .p-dialog-exit-active,
|
|
1267
|
+
.p-dialog-bottom-right .p-dialog-enter,
|
|
1268
|
+
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1269
|
+
transform: translate3d(100%, 0px, 0px);
|
|
1234
1270
|
}
|
|
1235
1271
|
|
|
1236
|
-
.p-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
border: 1px solid transparent;
|
|
1272
|
+
.p-dialog-top .p-dialog-enter-active,
|
|
1273
|
+
.p-dialog-bottom .p-dialog-enter-active,
|
|
1274
|
+
.p-dialog-left .p-dialog-enter-active,
|
|
1275
|
+
.p-dialog-top-left .p-dialog-enter-active,
|
|
1276
|
+
.p-dialog-bottom-left .p-dialog-enter-active,
|
|
1277
|
+
.p-dialog-right .p-dialog-enter-active,
|
|
1278
|
+
.p-dialog-top-right .p-dialog-enter-active,
|
|
1279
|
+
.p-dialog-bottom-right .p-dialog-enter-active {
|
|
1280
|
+
transform: translate3d(0px, 0px, 0px);
|
|
1281
|
+
transition: all 0.3s ease-out;
|
|
1247
1282
|
}
|
|
1248
1283
|
|
|
1249
|
-
.p-
|
|
1250
|
-
|
|
1251
|
-
|
|
1284
|
+
.p-dialog-top .p-dialog-exit-active,
|
|
1285
|
+
.p-dialog-bottom .p-dialog-exit-active,
|
|
1286
|
+
.p-dialog-left .p-dialog-exit-active,
|
|
1287
|
+
.p-dialog-top-left .p-dialog-exit-active,
|
|
1288
|
+
.p-dialog-bottom-left .p-dialog-exit-active,
|
|
1289
|
+
.p-dialog-right .p-dialog-exit-active,
|
|
1290
|
+
.p-dialog-top-right .p-dialog-exit-active,
|
|
1291
|
+
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1292
|
+
transition: all 0.3s ease-out;
|
|
1252
1293
|
}
|
|
1253
1294
|
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1295
|
+
/* Maximize */
|
|
1296
|
+
.p-dialog-maximized {
|
|
1297
|
+
transition: none;
|
|
1298
|
+
transform: none;
|
|
1299
|
+
margin: 0 !important;
|
|
1300
|
+
width: 100vw !important;
|
|
1301
|
+
height: 100vh !important;
|
|
1302
|
+
max-height: 100%;
|
|
1303
|
+
top: 0px !important;
|
|
1304
|
+
left: 0px !important;
|
|
1259
1305
|
}
|
|
1260
1306
|
|
|
1261
|
-
.p-
|
|
1262
|
-
|
|
1263
|
-
.p-datatable .p-row-editor-cancel {
|
|
1264
|
-
display: inline-flex;
|
|
1265
|
-
align-items: center;
|
|
1266
|
-
justify-content: center;
|
|
1267
|
-
overflow: hidden;
|
|
1268
|
-
position: relative;
|
|
1307
|
+
.p-dialog-maximized .p-dialog-content {
|
|
1308
|
+
flex-grow: 1;
|
|
1269
1309
|
}
|
|
1270
1310
|
|
|
1271
|
-
/*
|
|
1272
|
-
.p-
|
|
1273
|
-
|
|
1274
|
-
align-items: center;
|
|
1275
|
-
justify-content: center;
|
|
1276
|
-
overflow: hidden;
|
|
1277
|
-
position: relative;
|
|
1311
|
+
/* Position */
|
|
1312
|
+
.p-dialog-left {
|
|
1313
|
+
justify-content: flex-start;
|
|
1278
1314
|
}
|
|
1279
1315
|
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
.p-datatable-reorder-indicator-down {
|
|
1283
|
-
position: absolute;
|
|
1284
|
-
display: none;
|
|
1316
|
+
.p-dialog-right {
|
|
1317
|
+
justify-content: flex-end;
|
|
1285
1318
|
}
|
|
1286
1319
|
|
|
1287
|
-
.p-
|
|
1288
|
-
|
|
1289
|
-
cursor: move;
|
|
1320
|
+
.p-dialog-top {
|
|
1321
|
+
align-items: flex-start;
|
|
1290
1322
|
}
|
|
1291
1323
|
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
display: flex;
|
|
1296
|
-
align-items: center;
|
|
1297
|
-
justify-content: center;
|
|
1298
|
-
z-index: 2;
|
|
1324
|
+
.p-dialog-top-left {
|
|
1325
|
+
justify-content: flex-start;
|
|
1326
|
+
align-items: flex-start;
|
|
1299
1327
|
}
|
|
1300
1328
|
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
align-items: center;
|
|
1305
|
-
width: 100%;
|
|
1329
|
+
.p-dialog-top-right {
|
|
1330
|
+
justify-content: flex-end;
|
|
1331
|
+
align-items: flex-start;
|
|
1306
1332
|
}
|
|
1307
1333
|
|
|
1308
|
-
.p-
|
|
1309
|
-
|
|
1310
|
-
margin-left: auto;
|
|
1334
|
+
.p-dialog-bottom {
|
|
1335
|
+
align-items: flex-end;
|
|
1311
1336
|
}
|
|
1312
1337
|
|
|
1313
|
-
.p-
|
|
1314
|
-
|
|
1315
|
-
|
|
1338
|
+
.p-dialog-bottom-left {
|
|
1339
|
+
justify-content: flex-start;
|
|
1340
|
+
align-items: flex-end;
|
|
1316
1341
|
}
|
|
1317
1342
|
|
|
1318
|
-
.p-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
justify-content: center;
|
|
1322
|
-
align-items: center;
|
|
1323
|
-
cursor: pointer;
|
|
1324
|
-
text-decoration: none;
|
|
1325
|
-
overflow: hidden;
|
|
1326
|
-
position: relative;
|
|
1343
|
+
.p-dialog-bottom-right {
|
|
1344
|
+
justify-content: flex-end;
|
|
1345
|
+
align-items: flex-end;
|
|
1327
1346
|
}
|
|
1328
1347
|
|
|
1329
|
-
.p-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
left: 0;
|
|
1348
|
+
.p-confirm-dialog .p-dialog-content {
|
|
1349
|
+
display: flex;
|
|
1350
|
+
align-items: center;
|
|
1333
1351
|
}
|
|
1334
1352
|
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1353
|
+
/* Resizable */
|
|
1354
|
+
.p-dialog .p-resizable-handle {
|
|
1355
|
+
position: absolute;
|
|
1356
|
+
font-size: 0.1px;
|
|
1357
|
+
display: block;
|
|
1358
|
+
cursor: se-resize;
|
|
1359
|
+
width: 12px;
|
|
1360
|
+
height: 12px;
|
|
1361
|
+
right: 1px;
|
|
1362
|
+
bottom: 1px;
|
|
1339
1363
|
}
|
|
1340
1364
|
|
|
1341
|
-
.p-
|
|
1342
|
-
cursor:
|
|
1365
|
+
.p-dialog-draggable .p-dialog-header {
|
|
1366
|
+
cursor: move;
|
|
1343
1367
|
}
|
|
1344
1368
|
|
|
1345
|
-
.p-
|
|
1346
|
-
|
|
1347
|
-
justify-content: center;
|
|
1369
|
+
.p-datatable {
|
|
1370
|
+
position: relative;
|
|
1348
1371
|
}
|
|
1349
1372
|
|
|
1350
|
-
.p-
|
|
1351
|
-
|
|
1352
|
-
flex-grow: 0;
|
|
1373
|
+
.p-datatable > .p-datatable-wrapper {
|
|
1374
|
+
overflow: auto;
|
|
1353
1375
|
}
|
|
1354
1376
|
|
|
1355
|
-
.p-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
justify-content: space-between;
|
|
1377
|
+
.p-datatable-table {
|
|
1378
|
+
border-spacing: 0px;
|
|
1379
|
+
width: 100%;
|
|
1359
1380
|
}
|
|
1360
1381
|
|
|
1361
|
-
.p-
|
|
1362
|
-
|
|
1382
|
+
.p-datatable .p-sortable-disabled {
|
|
1383
|
+
cursor: auto;
|
|
1363
1384
|
}
|
|
1364
1385
|
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1386
|
+
.p-datatable .p-sortable-column {
|
|
1387
|
+
cursor: pointer;
|
|
1388
|
+
user-select: none;
|
|
1368
1389
|
}
|
|
1369
1390
|
|
|
1370
|
-
|
|
1371
|
-
.p-datatable-
|
|
1372
|
-
|
|
1391
|
+
.p-datatable .p-sortable-column .p-column-title,
|
|
1392
|
+
.p-datatable .p-sortable-column .p-sortable-column-icon,
|
|
1393
|
+
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
1394
|
+
vertical-align: middle;
|
|
1373
1395
|
}
|
|
1374
1396
|
|
|
1375
|
-
.p-datatable .p-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
top: 0;
|
|
1380
|
-
left: 0;
|
|
1397
|
+
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
1398
|
+
display: inline-flex;
|
|
1399
|
+
align-items: center;
|
|
1400
|
+
justify-content: center;
|
|
1381
1401
|
}
|
|
1382
1402
|
|
|
1383
|
-
|
|
1384
|
-
.p-datatable
|
|
1385
|
-
|
|
1386
|
-
.p-datatable .p-datatable-tfoot > tr > td.p-align-left {
|
|
1387
|
-
text-align: left;
|
|
1388
|
-
justify-content: flex-start;
|
|
1403
|
+
.p-datatable-selectable .p-selectable-row,
|
|
1404
|
+
.p-datatable-selectable-cell .p-selectable-cell {
|
|
1405
|
+
cursor: pointer;
|
|
1389
1406
|
}
|
|
1390
1407
|
|
|
1391
|
-
.p-datatable
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
text-align: right;
|
|
1395
|
-
justify-content: flex-end;
|
|
1408
|
+
.p-datatable-drag-selection-helper {
|
|
1409
|
+
position: absolute;
|
|
1410
|
+
z-index: 99999999;
|
|
1396
1411
|
}
|
|
1397
1412
|
|
|
1398
|
-
|
|
1399
|
-
.p-datatable
|
|
1400
|
-
|
|
1401
|
-
text-align: center;
|
|
1402
|
-
justify-content: center;
|
|
1413
|
+
/* Scrollable */
|
|
1414
|
+
.p-datatable-scrollable > .p-datatable-wrapper {
|
|
1415
|
+
position: relative;
|
|
1403
1416
|
}
|
|
1404
1417
|
|
|
1405
|
-
.p-
|
|
1406
|
-
position:
|
|
1418
|
+
.p-datatable-scrollable-table > .p-datatable-thead {
|
|
1419
|
+
position: sticky;
|
|
1407
1420
|
top: 0;
|
|
1408
|
-
|
|
1409
|
-
width: 100%;
|
|
1410
|
-
height: 100%;
|
|
1411
|
-
display: none;
|
|
1412
|
-
justify-content: center;
|
|
1413
|
-
align-items: center;
|
|
1414
|
-
pointer-events: none;
|
|
1415
|
-
background-color: transparent;
|
|
1416
|
-
transition-property: background-color;
|
|
1421
|
+
z-index: 1;
|
|
1417
1422
|
}
|
|
1418
1423
|
|
|
1419
|
-
.p-
|
|
1420
|
-
|
|
1424
|
+
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
|
1425
|
+
position: sticky;
|
|
1426
|
+
z-index: 1;
|
|
1421
1427
|
}
|
|
1422
1428
|
|
|
1423
|
-
.p-
|
|
1424
|
-
|
|
1429
|
+
.p-datatable-scrollable-table > .p-datatable-tfoot {
|
|
1430
|
+
position: sticky;
|
|
1431
|
+
bottom: 0;
|
|
1432
|
+
z-index: 1;
|
|
1425
1433
|
}
|
|
1426
1434
|
|
|
1427
|
-
.p-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
pointer-events: auto;
|
|
1431
|
-
max-height: 90%;
|
|
1432
|
-
transform: scale(1);
|
|
1433
|
-
position: relative;
|
|
1435
|
+
.p-datatable-scrollable .p-frozen-column {
|
|
1436
|
+
position: sticky;
|
|
1437
|
+
background: inherit;
|
|
1434
1438
|
}
|
|
1435
1439
|
|
|
1436
|
-
.p-
|
|
1437
|
-
|
|
1438
|
-
flex-grow: 1;
|
|
1440
|
+
.p-datatable-scrollable th.p-frozen-column {
|
|
1441
|
+
z-index: 1;
|
|
1439
1442
|
}
|
|
1440
1443
|
|
|
1441
|
-
.p-
|
|
1444
|
+
.p-datatable-flex-scrollable {
|
|
1442
1445
|
display: flex;
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
.p-dialog-footer {
|
|
1448
|
-
flex-shrink: 0;
|
|
1446
|
+
flex-direction: column;
|
|
1447
|
+
height: 100%;
|
|
1449
1448
|
}
|
|
1450
1449
|
|
|
1451
|
-
.p-
|
|
1450
|
+
.p-datatable-flex-scrollable > .p-datatable-wrapper {
|
|
1452
1451
|
display: flex;
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1452
|
+
flex-direction: column;
|
|
1453
|
+
flex: 1;
|
|
1454
|
+
height: 100%;
|
|
1456
1455
|
}
|
|
1457
1456
|
|
|
1458
|
-
.p-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
justify-content: center;
|
|
1462
|
-
overflow: hidden;
|
|
1463
|
-
position: relative;
|
|
1457
|
+
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
|
1458
|
+
position: sticky;
|
|
1459
|
+
z-index: 1;
|
|
1464
1460
|
}
|
|
1465
1461
|
|
|
1466
|
-
|
|
1467
|
-
|
|
1462
|
+
/* Resizable */
|
|
1463
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th,
|
|
1464
|
+
.p-datatable-resizable-table > .p-datatable-tfoot > tr > td,
|
|
1465
|
+
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1466
|
+
overflow: hidden;
|
|
1467
|
+
white-space: nowrap;
|
|
1468
1468
|
}
|
|
1469
1469
|
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1470
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
|
|
1471
|
+
background-clip: padding-box;
|
|
1472
|
+
position: relative;
|
|
1473
1473
|
}
|
|
1474
1474
|
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
.p-dialog-enter {
|
|
1478
|
-
opacity: 0;
|
|
1479
|
-
transform: scale(0.7);
|
|
1475
|
+
.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
|
|
1476
|
+
display: none;
|
|
1480
1477
|
}
|
|
1481
1478
|
|
|
1482
|
-
.p-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1479
|
+
.p-datatable .p-column-resizer {
|
|
1480
|
+
display: block;
|
|
1481
|
+
position: absolute !important;
|
|
1482
|
+
top: 0;
|
|
1483
|
+
right: 0;
|
|
1484
|
+
margin: 0;
|
|
1485
|
+
width: 0.5rem;
|
|
1486
|
+
height: 100%;
|
|
1487
|
+
padding: 0px;
|
|
1488
|
+
cursor: col-resize;
|
|
1489
|
+
border: 1px solid transparent;
|
|
1486
1490
|
}
|
|
1487
1491
|
|
|
1488
|
-
.p-
|
|
1489
|
-
|
|
1492
|
+
.p-datatable .p-column-header-content {
|
|
1493
|
+
display: flex;
|
|
1494
|
+
align-items: center;
|
|
1490
1495
|
}
|
|
1491
1496
|
|
|
1492
|
-
.p-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1497
|
+
.p-datatable .p-column-resizer-helper {
|
|
1498
|
+
width: 1px;
|
|
1499
|
+
position: absolute;
|
|
1500
|
+
z-index: 10;
|
|
1501
|
+
display: none;
|
|
1496
1502
|
}
|
|
1497
1503
|
|
|
1498
|
-
|
|
1499
|
-
.p-
|
|
1500
|
-
.p-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
.p-dialog-bottom-right .p-dialog {
|
|
1507
|
-
margin: 0.75em;
|
|
1504
|
+
.p-datatable .p-row-editor-init,
|
|
1505
|
+
.p-datatable .p-row-editor-save,
|
|
1506
|
+
.p-datatable .p-row-editor-cancel {
|
|
1507
|
+
display: inline-flex;
|
|
1508
|
+
align-items: center;
|
|
1509
|
+
justify-content: center;
|
|
1510
|
+
overflow: hidden;
|
|
1511
|
+
position: relative;
|
|
1508
1512
|
}
|
|
1509
1513
|
|
|
1510
|
-
|
|
1511
|
-
.p-
|
|
1512
|
-
|
|
1514
|
+
/* Expand */
|
|
1515
|
+
.p-datatable .p-row-toggler {
|
|
1516
|
+
display: inline-flex;
|
|
1517
|
+
align-items: center;
|
|
1518
|
+
justify-content: center;
|
|
1519
|
+
overflow: hidden;
|
|
1520
|
+
position: relative;
|
|
1513
1521
|
}
|
|
1514
1522
|
|
|
1515
|
-
|
|
1516
|
-
.p-
|
|
1517
|
-
|
|
1523
|
+
/* Reorder */
|
|
1524
|
+
.p-datatable-reorder-indicator-up,
|
|
1525
|
+
.p-datatable-reorder-indicator-down {
|
|
1526
|
+
position: absolute;
|
|
1527
|
+
display: none;
|
|
1518
1528
|
}
|
|
1519
1529
|
|
|
1520
|
-
.p-
|
|
1521
|
-
.p-
|
|
1522
|
-
|
|
1523
|
-
.p-dialog-top-left .p-dialog-exit-active,
|
|
1524
|
-
.p-dialog-bottom-left .p-dialog-enter,
|
|
1525
|
-
.p-dialog-bottom-left .p-dialog-exit-active {
|
|
1526
|
-
transform: translate3d(-100%, 0px, 0px);
|
|
1530
|
+
.p-reorderable-column,
|
|
1531
|
+
.p-datatable-reorderablerow-handle {
|
|
1532
|
+
cursor: move;
|
|
1527
1533
|
}
|
|
1528
1534
|
|
|
1529
|
-
|
|
1530
|
-
.p-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1535
|
+
/* Loader */
|
|
1536
|
+
.p-datatable .p-datatable-loading-overlay {
|
|
1537
|
+
position: absolute;
|
|
1538
|
+
display: flex;
|
|
1539
|
+
align-items: center;
|
|
1540
|
+
justify-content: center;
|
|
1541
|
+
z-index: 2;
|
|
1536
1542
|
}
|
|
1537
1543
|
|
|
1538
|
-
|
|
1539
|
-
.p-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
.p-dialog-right .p-dialog-enter-active,
|
|
1544
|
-
.p-dialog-top-right .p-dialog-enter-active,
|
|
1545
|
-
.p-dialog-bottom-right .p-dialog-enter-active {
|
|
1546
|
-
transform: translate3d(0px, 0px, 0px);
|
|
1547
|
-
transition: all 0.3s ease-out;
|
|
1544
|
+
/* Filter */
|
|
1545
|
+
.p-column-filter-row {
|
|
1546
|
+
display: flex;
|
|
1547
|
+
align-items: center;
|
|
1548
|
+
width: 100%;
|
|
1548
1549
|
}
|
|
1549
1550
|
|
|
1550
|
-
.p-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
.p-dialog-top-left .p-dialog-exit-active,
|
|
1554
|
-
.p-dialog-bottom-left .p-dialog-exit-active,
|
|
1555
|
-
.p-dialog-right .p-dialog-exit-active,
|
|
1556
|
-
.p-dialog-top-right .p-dialog-exit-active,
|
|
1557
|
-
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1558
|
-
transition: all 0.3s ease-out;
|
|
1551
|
+
.p-column-filter-menu {
|
|
1552
|
+
display: inline-flex;
|
|
1553
|
+
margin-left: auto;
|
|
1559
1554
|
}
|
|
1560
1555
|
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
transform: none;
|
|
1565
|
-
margin: 0 !important;
|
|
1566
|
-
width: 100vw !important;
|
|
1567
|
-
height: 100vh !important;
|
|
1568
|
-
max-height: 100%;
|
|
1569
|
-
top: 0px !important;
|
|
1570
|
-
left: 0px !important;
|
|
1556
|
+
.p-column-filter-row .p-column-filter-element {
|
|
1557
|
+
flex: 1 1 auto;
|
|
1558
|
+
width: 1%;
|
|
1571
1559
|
}
|
|
1572
1560
|
|
|
1573
|
-
.p-
|
|
1574
|
-
|
|
1561
|
+
.p-column-filter-menu-button,
|
|
1562
|
+
.p-column-filter-clear-button {
|
|
1563
|
+
display: inline-flex;
|
|
1564
|
+
justify-content: center;
|
|
1565
|
+
align-items: center;
|
|
1566
|
+
cursor: pointer;
|
|
1567
|
+
text-decoration: none;
|
|
1568
|
+
overflow: hidden;
|
|
1569
|
+
position: relative;
|
|
1575
1570
|
}
|
|
1576
1571
|
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1572
|
+
.p-column-filter-overlay {
|
|
1573
|
+
position: absolute;
|
|
1574
|
+
top: 0;
|
|
1575
|
+
left: 0;
|
|
1580
1576
|
}
|
|
1581
1577
|
|
|
1582
|
-
.p-
|
|
1583
|
-
|
|
1578
|
+
.p-column-filter-row-items {
|
|
1579
|
+
margin: 0;
|
|
1580
|
+
padding: 0;
|
|
1581
|
+
list-style: none;
|
|
1584
1582
|
}
|
|
1585
1583
|
|
|
1586
|
-
.p-
|
|
1587
|
-
|
|
1584
|
+
.p-column-filter-row-item {
|
|
1585
|
+
cursor: pointer;
|
|
1588
1586
|
}
|
|
1589
1587
|
|
|
1590
|
-
.p-
|
|
1591
|
-
|
|
1592
|
-
|
|
1588
|
+
.p-column-filter-add-button,
|
|
1589
|
+
.p-column-filter-remove-button {
|
|
1590
|
+
justify-content: center;
|
|
1593
1591
|
}
|
|
1594
1592
|
|
|
1595
|
-
.p-
|
|
1596
|
-
|
|
1597
|
-
|
|
1593
|
+
.p-column-filter-add-button .p-button-label,
|
|
1594
|
+
.p-column-filter-remove-button .p-button-label {
|
|
1595
|
+
flex-grow: 0;
|
|
1598
1596
|
}
|
|
1599
1597
|
|
|
1600
|
-
.p-
|
|
1601
|
-
|
|
1598
|
+
.p-column-filter-buttonbar {
|
|
1599
|
+
display: flex;
|
|
1600
|
+
align-items: center;
|
|
1601
|
+
justify-content: space-between;
|
|
1602
1602
|
}
|
|
1603
1603
|
|
|
1604
|
-
.p-
|
|
1605
|
-
|
|
1606
|
-
align-items: flex-end;
|
|
1604
|
+
.p-column-filter-buttonbar .p-button:not(.p-button-icon-only) {
|
|
1605
|
+
width: auto;
|
|
1607
1606
|
}
|
|
1608
1607
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1608
|
+
/* Responsive */
|
|
1609
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
1610
|
+
display: none;
|
|
1612
1611
|
}
|
|
1613
1612
|
|
|
1614
|
-
|
|
1613
|
+
/* VirtualScroller */
|
|
1614
|
+
.p-datatable-virtualscroller-spacer {
|
|
1615
1615
|
display: flex;
|
|
1616
|
-
align-items: center;
|
|
1617
1616
|
}
|
|
1618
1617
|
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
width: 12px;
|
|
1626
|
-
height: 12px;
|
|
1627
|
-
right: 1px;
|
|
1628
|
-
bottom: 1px;
|
|
1618
|
+
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
|
|
1619
|
+
transform: none !important;
|
|
1620
|
+
min-height: 0;
|
|
1621
|
+
position: sticky;
|
|
1622
|
+
top: 0;
|
|
1623
|
+
left: 0;
|
|
1629
1624
|
}
|
|
1630
1625
|
|
|
1631
|
-
|
|
1632
|
-
|
|
1626
|
+
/* Alignment */
|
|
1627
|
+
.p-datatable .p-datatable-thead > tr > th.p-align-left > .p-column-header-content,
|
|
1628
|
+
.p-datatable .p-datatable-tbody > tr > td.p-align-left,
|
|
1629
|
+
.p-datatable .p-datatable-tfoot > tr > td.p-align-left {
|
|
1630
|
+
text-align: left;
|
|
1631
|
+
justify-content: flex-start;
|
|
1633
1632
|
}
|
|
1634
1633
|
|
|
1635
|
-
.p-
|
|
1636
|
-
|
|
1637
|
-
|
|
1634
|
+
.p-datatable .p-datatable-thead > tr > th.p-align-right > .p-column-header-content,
|
|
1635
|
+
.p-datatable .p-datatable-tbody > tr > td.p-align-right,
|
|
1636
|
+
.p-datatable .p-datatable-tfoot > tr > td.p-align-right {
|
|
1637
|
+
text-align: right;
|
|
1638
|
+
justify-content: flex-end;
|
|
1638
1639
|
}
|
|
1639
1640
|
|
|
1640
|
-
.p-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
align-items: center;
|
|
1641
|
+
.p-datatable .p-datatable-thead > tr > th.p-align-center > .p-column-header-content,
|
|
1642
|
+
.p-datatable .p-datatable-tbody > tr > td.p-align-center,
|
|
1643
|
+
.p-datatable .p-datatable-tfoot > tr > td.p-align-center {
|
|
1644
|
+
text-align: center;
|
|
1645
1645
|
justify-content: center;
|
|
1646
1646
|
}
|
|
1647
1647
|
|
|
@@ -3347,6 +3347,8 @@ input.p-dropdown-label {
|
|
|
3347
3347
|
transition: transform .15s;
|
|
3348
3348
|
max-width: 100vw;
|
|
3349
3349
|
max-height: 100vh;
|
|
3350
|
+
width: 100%;
|
|
3351
|
+
height: 100%;
|
|
3350
3352
|
}
|
|
3351
3353
|
|
|
3352
3354
|
.p-image-preview-enter {
|
|
@@ -3956,49 +3958,6 @@ input.p-dropdown-label {
|
|
|
3956
3958
|
display: flex;
|
|
3957
3959
|
}
|
|
3958
3960
|
|
|
3959
|
-
.p-message-wrapper {
|
|
3960
|
-
display: flex;
|
|
3961
|
-
align-items: center;
|
|
3962
|
-
}
|
|
3963
|
-
|
|
3964
|
-
.p-message-close {
|
|
3965
|
-
display: flex;
|
|
3966
|
-
align-items: center;
|
|
3967
|
-
justify-content: center;
|
|
3968
|
-
}
|
|
3969
|
-
|
|
3970
|
-
.p-message-close.p-link {
|
|
3971
|
-
margin-left: auto;
|
|
3972
|
-
overflow: hidden;
|
|
3973
|
-
position: relative;
|
|
3974
|
-
}
|
|
3975
|
-
|
|
3976
|
-
.p-message-enter {
|
|
3977
|
-
opacity: 0;
|
|
3978
|
-
}
|
|
3979
|
-
|
|
3980
|
-
.p-message-enter-active {
|
|
3981
|
-
opacity: 1;
|
|
3982
|
-
transition: opacity .3s;
|
|
3983
|
-
}
|
|
3984
|
-
|
|
3985
|
-
.p-message-exit {
|
|
3986
|
-
opacity: 1;
|
|
3987
|
-
max-height: 1000px;
|
|
3988
|
-
}
|
|
3989
|
-
|
|
3990
|
-
.p-message-exit-active {
|
|
3991
|
-
opacity: 0;
|
|
3992
|
-
max-height: 0;
|
|
3993
|
-
margin: 0;
|
|
3994
|
-
overflow: hidden;
|
|
3995
|
-
transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
|
3996
|
-
}
|
|
3997
|
-
|
|
3998
|
-
.p-message-exit-active .p-message-close {
|
|
3999
|
-
display: none;
|
|
4000
|
-
}
|
|
4001
|
-
|
|
4002
3961
|
.p-multiselect {
|
|
4003
3962
|
display: inline-flex;
|
|
4004
3963
|
position: relative;
|
|
@@ -4130,6 +4089,49 @@ input.p-dropdown-label {
|
|
|
4130
4089
|
display: flex;
|
|
4131
4090
|
}
|
|
4132
4091
|
|
|
4092
|
+
.p-message-wrapper {
|
|
4093
|
+
display: flex;
|
|
4094
|
+
align-items: center;
|
|
4095
|
+
}
|
|
4096
|
+
|
|
4097
|
+
.p-message-close {
|
|
4098
|
+
display: flex;
|
|
4099
|
+
align-items: center;
|
|
4100
|
+
justify-content: center;
|
|
4101
|
+
}
|
|
4102
|
+
|
|
4103
|
+
.p-message-close.p-link {
|
|
4104
|
+
margin-left: auto;
|
|
4105
|
+
overflow: hidden;
|
|
4106
|
+
position: relative;
|
|
4107
|
+
}
|
|
4108
|
+
|
|
4109
|
+
.p-message-enter {
|
|
4110
|
+
opacity: 0;
|
|
4111
|
+
}
|
|
4112
|
+
|
|
4113
|
+
.p-message-enter-active {
|
|
4114
|
+
opacity: 1;
|
|
4115
|
+
transition: opacity .3s;
|
|
4116
|
+
}
|
|
4117
|
+
|
|
4118
|
+
.p-message-exit {
|
|
4119
|
+
opacity: 1;
|
|
4120
|
+
max-height: 1000px;
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4123
|
+
.p-message-exit-active {
|
|
4124
|
+
opacity: 0;
|
|
4125
|
+
max-height: 0;
|
|
4126
|
+
margin: 0;
|
|
4127
|
+
overflow: hidden;
|
|
4128
|
+
transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
|
4129
|
+
}
|
|
4130
|
+
|
|
4131
|
+
.p-message-exit-active .p-message-close {
|
|
4132
|
+
display: none;
|
|
4133
|
+
}
|
|
4134
|
+
|
|
4133
4135
|
.p-orderlist {
|
|
4134
4136
|
display: flex;
|
|
4135
4137
|
}
|
|
@@ -4814,39 +4816,6 @@ input.p-dropdown-label {
|
|
|
4814
4816
|
transition: opacity .15s;
|
|
4815
4817
|
}
|
|
4816
4818
|
|
|
4817
|
-
.p-skeleton {
|
|
4818
|
-
position: relative;
|
|
4819
|
-
overflow: hidden;
|
|
4820
|
-
}
|
|
4821
|
-
|
|
4822
|
-
.p-skeleton::after {
|
|
4823
|
-
content: "";
|
|
4824
|
-
animation: p-skeleton-animation 1.2s infinite;
|
|
4825
|
-
height: 100%;
|
|
4826
|
-
left: 0;
|
|
4827
|
-
position: absolute;
|
|
4828
|
-
right: 0;
|
|
4829
|
-
top: 0;
|
|
4830
|
-
transform: translateX(-100%);
|
|
4831
|
-
z-index: 1;
|
|
4832
|
-
}
|
|
4833
|
-
|
|
4834
|
-
.p-skeleton-circle {
|
|
4835
|
-
border-radius: 50%;
|
|
4836
|
-
}
|
|
4837
|
-
|
|
4838
|
-
.p-skeleton-none::after {
|
|
4839
|
-
animation: none;
|
|
4840
|
-
}
|
|
4841
|
-
|
|
4842
|
-
@keyframes p-skeleton-animation {
|
|
4843
|
-
from {
|
|
4844
|
-
transform: translateX(-100%);
|
|
4845
|
-
}
|
|
4846
|
-
to {
|
|
4847
|
-
transform: translateX(100%);
|
|
4848
|
-
}
|
|
4849
|
-
}
|
|
4850
4819
|
.p-sidebar-mask {
|
|
4851
4820
|
position: fixed;
|
|
4852
4821
|
top: 0;
|
|
@@ -5066,6 +5035,39 @@ input.p-dropdown-label {
|
|
|
5066
5035
|
}
|
|
5067
5036
|
}
|
|
5068
5037
|
|
|
5038
|
+
.p-skeleton {
|
|
5039
|
+
position: relative;
|
|
5040
|
+
overflow: hidden;
|
|
5041
|
+
}
|
|
5042
|
+
|
|
5043
|
+
.p-skeleton::after {
|
|
5044
|
+
content: "";
|
|
5045
|
+
animation: p-skeleton-animation 1.2s infinite;
|
|
5046
|
+
height: 100%;
|
|
5047
|
+
left: 0;
|
|
5048
|
+
position: absolute;
|
|
5049
|
+
right: 0;
|
|
5050
|
+
top: 0;
|
|
5051
|
+
transform: translateX(-100%);
|
|
5052
|
+
z-index: 1;
|
|
5053
|
+
}
|
|
5054
|
+
|
|
5055
|
+
.p-skeleton-circle {
|
|
5056
|
+
border-radius: 50%;
|
|
5057
|
+
}
|
|
5058
|
+
|
|
5059
|
+
.p-skeleton-none::after {
|
|
5060
|
+
animation: none;
|
|
5061
|
+
}
|
|
5062
|
+
|
|
5063
|
+
@keyframes p-skeleton-animation {
|
|
5064
|
+
from {
|
|
5065
|
+
transform: translateX(-100%);
|
|
5066
|
+
}
|
|
5067
|
+
to {
|
|
5068
|
+
transform: translateX(100%);
|
|
5069
|
+
}
|
|
5070
|
+
}
|
|
5069
5071
|
.p-slidemenu {
|
|
5070
5072
|
width: 12.5em;
|
|
5071
5073
|
}
|
|
@@ -6018,6 +6020,101 @@ input.p-dropdown-label {
|
|
|
6018
6020
|
justify-content: center;
|
|
6019
6021
|
}
|
|
6020
6022
|
|
|
6023
|
+
.p-treeselect {
|
|
6024
|
+
display: inline-flex;
|
|
6025
|
+
cursor: pointer;
|
|
6026
|
+
position: relative;
|
|
6027
|
+
user-select: none;
|
|
6028
|
+
}
|
|
6029
|
+
|
|
6030
|
+
.p-treeselect-trigger {
|
|
6031
|
+
display: flex;
|
|
6032
|
+
align-items: center;
|
|
6033
|
+
justify-content: center;
|
|
6034
|
+
flex-shrink: 0;
|
|
6035
|
+
}
|
|
6036
|
+
|
|
6037
|
+
.p-treeselect-label-container {
|
|
6038
|
+
overflow: hidden;
|
|
6039
|
+
flex: 1 1 auto;
|
|
6040
|
+
cursor: pointer;
|
|
6041
|
+
}
|
|
6042
|
+
|
|
6043
|
+
.p-treeselect-label {
|
|
6044
|
+
display: block;
|
|
6045
|
+
white-space: nowrap;
|
|
6046
|
+
cursor: pointer;
|
|
6047
|
+
overflow: hidden;
|
|
6048
|
+
text-overflow: ellipsis;
|
|
6049
|
+
}
|
|
6050
|
+
|
|
6051
|
+
.p-treeselect-label-empty {
|
|
6052
|
+
overflow: hidden;
|
|
6053
|
+
visibility: hidden;
|
|
6054
|
+
}
|
|
6055
|
+
|
|
6056
|
+
.p-treeselect-token {
|
|
6057
|
+
cursor: default;
|
|
6058
|
+
display: inline-flex;
|
|
6059
|
+
align-items: center;
|
|
6060
|
+
flex: 0 0 auto;
|
|
6061
|
+
}
|
|
6062
|
+
|
|
6063
|
+
.p-treeselect .p-treeselect-panel {
|
|
6064
|
+
min-width: 100%;
|
|
6065
|
+
}
|
|
6066
|
+
|
|
6067
|
+
.p-treeselect-panel {
|
|
6068
|
+
position: absolute;
|
|
6069
|
+
top: 0;
|
|
6070
|
+
left: 0;
|
|
6071
|
+
}
|
|
6072
|
+
|
|
6073
|
+
.p-treeselect-items-wrapper {
|
|
6074
|
+
overflow: auto;
|
|
6075
|
+
}
|
|
6076
|
+
|
|
6077
|
+
.p-treeselect-header {
|
|
6078
|
+
display: flex;
|
|
6079
|
+
align-items: center;
|
|
6080
|
+
justify-content: space-between;
|
|
6081
|
+
}
|
|
6082
|
+
|
|
6083
|
+
.p-treeselect-filter-container {
|
|
6084
|
+
position: relative;
|
|
6085
|
+
flex: 1 1 auto;
|
|
6086
|
+
}
|
|
6087
|
+
|
|
6088
|
+
.p-treeselect-filter-icon {
|
|
6089
|
+
position: absolute;
|
|
6090
|
+
top: 50%;
|
|
6091
|
+
margin-top: -.5rem;
|
|
6092
|
+
}
|
|
6093
|
+
|
|
6094
|
+
.p-treeselect-filter-container .p-inputtext {
|
|
6095
|
+
width: 100%;
|
|
6096
|
+
}
|
|
6097
|
+
|
|
6098
|
+
.p-treeselect-close {
|
|
6099
|
+
display: flex;
|
|
6100
|
+
align-items: center;
|
|
6101
|
+
justify-content: center;
|
|
6102
|
+
flex-shrink: 0;
|
|
6103
|
+
overflow: hidden;
|
|
6104
|
+
position: relative;
|
|
6105
|
+
margin-left: auto;
|
|
6106
|
+
}
|
|
6107
|
+
|
|
6108
|
+
.p-treeselect-clear-icon {
|
|
6109
|
+
position: absolute;
|
|
6110
|
+
top: 50%;
|
|
6111
|
+
margin-top: -.5rem;
|
|
6112
|
+
}
|
|
6113
|
+
|
|
6114
|
+
.p-fluid .p-treeselect {
|
|
6115
|
+
display: flex;
|
|
6116
|
+
}
|
|
6117
|
+
|
|
6021
6118
|
.p-treetable {
|
|
6022
6119
|
position: relative;
|
|
6023
6120
|
}
|
|
@@ -6147,101 +6244,6 @@ input.p-dropdown-label {
|
|
|
6147
6244
|
z-index: 2;
|
|
6148
6245
|
}
|
|
6149
6246
|
|
|
6150
|
-
.p-treeselect {
|
|
6151
|
-
display: inline-flex;
|
|
6152
|
-
cursor: pointer;
|
|
6153
|
-
position: relative;
|
|
6154
|
-
user-select: none;
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
|
-
.p-treeselect-trigger {
|
|
6158
|
-
display: flex;
|
|
6159
|
-
align-items: center;
|
|
6160
|
-
justify-content: center;
|
|
6161
|
-
flex-shrink: 0;
|
|
6162
|
-
}
|
|
6163
|
-
|
|
6164
|
-
.p-treeselect-label-container {
|
|
6165
|
-
overflow: hidden;
|
|
6166
|
-
flex: 1 1 auto;
|
|
6167
|
-
cursor: pointer;
|
|
6168
|
-
}
|
|
6169
|
-
|
|
6170
|
-
.p-treeselect-label {
|
|
6171
|
-
display: block;
|
|
6172
|
-
white-space: nowrap;
|
|
6173
|
-
cursor: pointer;
|
|
6174
|
-
overflow: hidden;
|
|
6175
|
-
text-overflow: ellipsis;
|
|
6176
|
-
}
|
|
6177
|
-
|
|
6178
|
-
.p-treeselect-label-empty {
|
|
6179
|
-
overflow: hidden;
|
|
6180
|
-
visibility: hidden;
|
|
6181
|
-
}
|
|
6182
|
-
|
|
6183
|
-
.p-treeselect-token {
|
|
6184
|
-
cursor: default;
|
|
6185
|
-
display: inline-flex;
|
|
6186
|
-
align-items: center;
|
|
6187
|
-
flex: 0 0 auto;
|
|
6188
|
-
}
|
|
6189
|
-
|
|
6190
|
-
.p-treeselect .p-treeselect-panel {
|
|
6191
|
-
min-width: 100%;
|
|
6192
|
-
}
|
|
6193
|
-
|
|
6194
|
-
.p-treeselect-panel {
|
|
6195
|
-
position: absolute;
|
|
6196
|
-
top: 0;
|
|
6197
|
-
left: 0;
|
|
6198
|
-
}
|
|
6199
|
-
|
|
6200
|
-
.p-treeselect-items-wrapper {
|
|
6201
|
-
overflow: auto;
|
|
6202
|
-
}
|
|
6203
|
-
|
|
6204
|
-
.p-treeselect-header {
|
|
6205
|
-
display: flex;
|
|
6206
|
-
align-items: center;
|
|
6207
|
-
justify-content: space-between;
|
|
6208
|
-
}
|
|
6209
|
-
|
|
6210
|
-
.p-treeselect-filter-container {
|
|
6211
|
-
position: relative;
|
|
6212
|
-
flex: 1 1 auto;
|
|
6213
|
-
}
|
|
6214
|
-
|
|
6215
|
-
.p-treeselect-filter-icon {
|
|
6216
|
-
position: absolute;
|
|
6217
|
-
top: 50%;
|
|
6218
|
-
margin-top: -.5rem;
|
|
6219
|
-
}
|
|
6220
|
-
|
|
6221
|
-
.p-treeselect-filter-container .p-inputtext {
|
|
6222
|
-
width: 100%;
|
|
6223
|
-
}
|
|
6224
|
-
|
|
6225
|
-
.p-treeselect-close {
|
|
6226
|
-
display: flex;
|
|
6227
|
-
align-items: center;
|
|
6228
|
-
justify-content: center;
|
|
6229
|
-
flex-shrink: 0;
|
|
6230
|
-
overflow: hidden;
|
|
6231
|
-
position: relative;
|
|
6232
|
-
margin-left: auto;
|
|
6233
|
-
}
|
|
6234
|
-
|
|
6235
|
-
.p-treeselect-clear-icon {
|
|
6236
|
-
position: absolute;
|
|
6237
|
-
top: 50%;
|
|
6238
|
-
margin-top: -.5rem;
|
|
6239
|
-
}
|
|
6240
|
-
|
|
6241
|
-
.p-fluid .p-treeselect {
|
|
6242
|
-
display: flex;
|
|
6243
|
-
}
|
|
6244
|
-
|
|
6245
6247
|
.p-virtualscroller {
|
|
6246
6248
|
position: relative;
|
|
6247
6249
|
overflow: auto;
|