primereact 9.4.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 +215 -3
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +882 -8
- package/api/api.esm.js +210 -4
- package/api/api.esm.min.js +1 -1
- package/api/api.js +216 -5
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +148 -89
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +138 -2
- package/autocomplete/autocomplete.esm.js +150 -91
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +149 -91
- package/autocomplete/autocomplete.min.css +1 -1
- 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 +97 -52
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.d.ts +53 -1
- package/breadcrumb/breadcrumb.esm.js +97 -52
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +96 -53
- package/breadcrumb/breadcrumb.min.css +1 -1
- 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 +322 -223
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +272 -3
- package/calendar/calendar.esm.js +324 -225
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +323 -225
- 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 +154 -92
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.d.ts +121 -1
- package/carousel/carousel.esm.js +156 -94
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +155 -94
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +181 -108
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +100 -1
- package/cascadeselect/cascadeselect.esm.js +183 -110
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +180 -108
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +31 -44
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.d.ts +30 -0
- package/chart/chart.esm.js +18 -31
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +141 -156
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +113 -48
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +65 -1
- package/checkbox/checkbox.esm.js +115 -50
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +113 -50
- 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 +84 -55
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +78 -6
- package/chips/chips.esm.js +85 -56
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +83 -57
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +123 -49
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.d.ts +81 -0
- package/colorpicker/colorpicker.esm.js +125 -51
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +124 -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 +4 -3
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.js +5 -4
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.js +4 -3
- 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 +121 -69
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.d.ts +92 -1
- package/contextmenu/contextmenu.esm.js +123 -71
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +122 -71
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +14005 -2381
- 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 +1089 -649
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +191 -3
- package/datatable/datatable.esm.js +1091 -651
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +1090 -651
- 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 +85 -46
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.d.ts +66 -0
- package/dock/dock.esm.js +86 -47
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +85 -48
- package/dock/dock.min.js +1 -1
- package/dropdown/dropdown.cjs.js +170 -120
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +154 -2
- package/dropdown/dropdown.esm.js +172 -122
- 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 +234 -191
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.d.ts +160 -1
- package/fileupload/fileupload.esm.js +235 -192
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +231 -188
- package/fileupload/fileupload.min.js +1 -1
- package/galleria/galleria.cjs.js +139 -124
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.d.ts +156 -2
- package/galleria/galleria.esm.js +141 -126
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +138 -124
- package/galleria/galleria.min.js +1 -1
- package/hooks/hooks.cjs.js +10 -3
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +7 -3
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +11 -5
- package/hooks/hooks.min.js +1 -1
- package/icons/arrowdown/index.cjs.js +415 -2
- package/icons/arrowdown/index.cjs.min.js +1 -1
- package/icons/arrowdown/index.esm.js +415 -2
- package/icons/arrowdown/index.esm.min.js +1 -1
- package/icons/arrowdown/index.js +415 -2
- package/icons/arrowdown/index.min.js +1 -1
- package/icons/arrowup/index.cjs.js +415 -2
- package/icons/arrowup/index.cjs.min.js +1 -1
- package/icons/arrowup/index.esm.js +415 -2
- package/icons/arrowup/index.esm.min.js +1 -1
- package/icons/arrowup/index.js +415 -2
- package/icons/arrowup/index.min.js +1 -1
- package/icons/ban/index.cjs.js +415 -2
- package/icons/ban/index.cjs.min.js +1 -1
- package/icons/ban/index.esm.js +415 -2
- package/icons/ban/index.esm.min.js +1 -1
- package/icons/ban/index.js +415 -2
- package/icons/ban/index.min.js +1 -1
- package/icons/download/index.cjs.js +415 -2
- package/icons/download/index.cjs.min.js +1 -1
- package/icons/download/index.esm.js +415 -2
- package/icons/download/index.esm.min.js +1 -1
- package/icons/download/index.js +415 -2
- package/icons/download/index.min.js +1 -1
- package/icons/exclamationtriangle/index.cjs.js +415 -2
- package/icons/exclamationtriangle/index.cjs.min.js +1 -1
- package/icons/exclamationtriangle/index.esm.js +415 -2
- package/icons/exclamationtriangle/index.esm.min.js +1 -1
- package/icons/exclamationtriangle/index.js +415 -2
- package/icons/exclamationtriangle/index.min.js +1 -1
- package/icons/eyeslash/index.cjs.js +415 -2
- package/icons/eyeslash/index.cjs.min.js +1 -1
- package/icons/eyeslash/index.esm.js +415 -2
- package/icons/eyeslash/index.esm.min.js +1 -1
- package/icons/eyeslash/index.js +415 -2
- package/icons/eyeslash/index.min.js +1 -1
- package/icons/filter/index.cjs.js +415 -2
- package/icons/filter/index.cjs.min.js +1 -1
- package/icons/filter/index.esm.js +415 -2
- package/icons/filter/index.esm.min.js +1 -1
- package/icons/filter/index.js +415 -2
- package/icons/filter/index.min.js +1 -1
- package/icons/filterslash/index.cjs.js +415 -2
- package/icons/filterslash/index.cjs.min.js +1 -1
- package/icons/filterslash/index.esm.js +415 -2
- package/icons/filterslash/index.esm.min.js +1 -1
- package/icons/filterslash/index.js +415 -2
- package/icons/filterslash/index.min.js +1 -1
- package/icons/infocircle/index.cjs.js +415 -2
- package/icons/infocircle/index.cjs.min.js +1 -1
- package/icons/infocircle/index.esm.js +415 -2
- package/icons/infocircle/index.esm.min.js +1 -1
- package/icons/infocircle/index.js +415 -2
- package/icons/infocircle/index.min.js +1 -1
- package/icons/pencil/index.cjs.js +415 -2
- package/icons/pencil/index.cjs.min.js +1 -1
- package/icons/pencil/index.esm.js +415 -2
- package/icons/pencil/index.esm.min.js +1 -1
- package/icons/pencil/index.js +415 -2
- package/icons/pencil/index.min.js +1 -1
- package/icons/plus/index.cjs.js +415 -2
- package/icons/plus/index.cjs.min.js +1 -1
- package/icons/plus/index.esm.js +415 -2
- package/icons/plus/index.esm.min.js +1 -1
- package/icons/plus/index.js +415 -2
- package/icons/plus/index.min.js +1 -1
- package/icons/refresh/index.cjs.js +415 -2
- package/icons/refresh/index.cjs.min.js +1 -1
- package/icons/refresh/index.esm.js +415 -2
- package/icons/refresh/index.esm.min.js +1 -1
- package/icons/refresh/index.js +415 -2
- package/icons/refresh/index.min.js +1 -1
- package/icons/search/index.cjs.js +415 -2
- package/icons/search/index.cjs.min.js +1 -1
- package/icons/search/index.esm.js +415 -2
- package/icons/search/index.esm.min.js +1 -1
- package/icons/search/index.js +415 -2
- package/icons/search/index.min.js +1 -1
- package/icons/searchminus/index.cjs.js +415 -2
- package/icons/searchminus/index.cjs.min.js +1 -1
- package/icons/searchminus/index.esm.js +415 -2
- package/icons/searchminus/index.esm.min.js +1 -1
- package/icons/searchminus/index.js +415 -2
- package/icons/searchminus/index.min.js +1 -1
- package/icons/searchplus/index.cjs.js +415 -2
- package/icons/searchplus/index.cjs.min.js +1 -1
- package/icons/searchplus/index.esm.js +415 -2
- package/icons/searchplus/index.esm.min.js +1 -1
- package/icons/searchplus/index.js +415 -2
- package/icons/searchplus/index.min.js +1 -1
- package/icons/sortalt/index.cjs.js +415 -2
- package/icons/sortalt/index.cjs.min.js +1 -1
- package/icons/sortalt/index.esm.js +415 -2
- package/icons/sortalt/index.esm.min.js +1 -1
- package/icons/sortalt/index.js +415 -2
- package/icons/sortalt/index.min.js +1 -1
- package/icons/sortamountdown/index.cjs.js +415 -2
- package/icons/sortamountdown/index.cjs.min.js +1 -1
- package/icons/sortamountdown/index.esm.js +415 -2
- package/icons/sortamountdown/index.esm.min.js +1 -1
- package/icons/sortamountdown/index.js +415 -2
- package/icons/sortamountdown/index.min.js +1 -1
- package/icons/sortamountupalt/index.cjs.js +415 -2
- package/icons/sortamountupalt/index.cjs.min.js +1 -1
- package/icons/sortamountupalt/index.esm.js +415 -2
- package/icons/sortamountupalt/index.esm.min.js +1 -1
- package/icons/sortamountupalt/index.js +415 -2
- package/icons/sortamountupalt/index.min.js +1 -1
- package/icons/spinner/index.cjs.js +415 -2
- package/icons/spinner/index.cjs.min.js +1 -1
- package/icons/spinner/index.esm.js +415 -2
- package/icons/spinner/index.esm.min.js +1 -1
- package/icons/spinner/index.js +415 -2
- package/icons/spinner/index.min.js +1 -1
- package/icons/star/index.cjs.js +415 -2
- package/icons/star/index.cjs.min.js +1 -1
- package/icons/star/index.esm.js +415 -2
- package/icons/star/index.esm.min.js +1 -1
- package/icons/star/index.js +415 -2
- package/icons/star/index.min.js +1 -1
- package/icons/starfill/index.cjs.js +415 -2
- package/icons/starfill/index.cjs.min.js +1 -1
- package/icons/starfill/index.esm.js +415 -2
- package/icons/starfill/index.esm.min.js +1 -1
- package/icons/starfill/index.js +415 -2
- package/icons/starfill/index.min.js +1 -1
- package/icons/thlarge/index.cjs.js +415 -2
- package/icons/thlarge/index.cjs.min.js +1 -1
- package/icons/thlarge/index.esm.js +415 -2
- package/icons/thlarge/index.esm.min.js +1 -1
- package/icons/thlarge/index.js +415 -2
- package/icons/thlarge/index.min.js +1 -1
- package/icons/timescircle/index.cjs.js +415 -2
- package/icons/timescircle/index.cjs.min.js +1 -1
- package/icons/timescircle/index.esm.js +415 -2
- package/icons/timescircle/index.esm.min.js +1 -1
- package/icons/timescircle/index.js +415 -2
- package/icons/timescircle/index.min.js +1 -1
- package/icons/trash/index.cjs.js +415 -2
- package/icons/trash/index.cjs.min.js +1 -1
- package/icons/trash/index.esm.js +415 -2
- package/icons/trash/index.esm.min.js +1 -1
- package/icons/trash/index.js +415 -2
- package/icons/trash/index.min.js +1 -1
- package/icons/undo/index.cjs.js +415 -2
- package/icons/undo/index.cjs.min.js +1 -1
- package/icons/undo/index.esm.js +415 -2
- package/icons/undo/index.esm.min.js +1 -1
- package/icons/undo/index.js +415 -2
- package/icons/undo/index.min.js +1 -1
- package/icons/upload/index.cjs.js +415 -2
- package/icons/upload/index.cjs.min.js +1 -1
- package/icons/upload/index.esm.js +415 -2
- package/icons/upload/index.esm.min.js +1 -1
- package/icons/upload/index.js +415 -2
- package/icons/upload/index.min.js +1 -1
- package/icons/windowmaximize/index.cjs.js +415 -2
- package/icons/windowmaximize/index.cjs.min.js +1 -1
- package/icons/windowmaximize/index.esm.js +415 -2
- package/icons/windowmaximize/index.esm.min.js +1 -1
- package/icons/windowmaximize/index.js +415 -2
- package/icons/windowmaximize/index.min.js +1 -1
- package/icons/windowminimize/index.cjs.js +415 -2
- package/icons/windowminimize/index.cjs.min.js +1 -1
- package/icons/windowminimize/index.esm.js +415 -2
- package/icons/windowminimize/index.esm.min.js +1 -1
- package/icons/windowminimize/index.js +415 -2
- package/icons/windowminimize/index.min.js +1 -1
- package/image/image.cjs.js +480 -80
- package/image/image.cjs.min.js +1 -1
- package/image/image.d.ts +130 -3
- package/image/image.esm.js +483 -83
- package/image/image.esm.min.js +1 -1
- package/image/image.js +481 -82
- 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 +26 -26
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.d.ts +7 -2
- package/inputmask/inputmask.esm.js +27 -27
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +26 -28
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +68 -48
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +62 -1
- package/inputnumber/inputnumber.esm.js +66 -49
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +68 -50
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputswitch/inputswitch.cjs.js +84 -25
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.d.ts +61 -0
- package/inputswitch/inputswitch.esm.js +85 -26
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +83 -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 +151 -99
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.d.ts +142 -2
- package/megamenu/megamenu.esm.js +152 -100
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +149 -98
- 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 +99 -59
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.d.ts +71 -0
- package/menu/menu.esm.js +101 -61
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +100 -61
- package/menu/menu.min.js +1 -1
- package/menubar/menubar.cjs.js +122 -114
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.d.ts +94 -1
- package/menubar/menubar.esm.js +124 -116
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +122 -115
- package/menubar/menubar.min.js +1 -1
- package/message/message.cjs.js +69 -47
- package/message/message.cjs.min.js +1 -1
- package/message/message.d.ts +35 -2
- package/message/message.esm.js +70 -48
- package/message/message.esm.min.js +1 -1
- package/message/message.js +69 -49
- package/message/message.min.js +1 -1
- package/messages/messages.cjs.js +65 -63
- package/messages/messages.cjs.min.js +1 -1
- package/messages/messages.d.ts +51 -2
- package/messages/messages.esm.js +66 -64
- package/messages/messages.esm.min.js +1 -1
- package/messages/messages.js +65 -64
- package/messages/messages.min.js +1 -1
- package/multiselect/multiselect.cjs.js +249 -193
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +185 -3
- package/multiselect/multiselect.esm.js +252 -196
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +249 -194
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +47 -33
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.d.ts +61 -2
- package/multistatecheckbox/multistatecheckbox.esm.js +49 -35
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +48 -35
- 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 +111 -5
- 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 +148 -84
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.d.ts +124 -2
- package/panelmenu/panelmenu.esm.js +148 -84
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +146 -84
- 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 +6656 -4389
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +6655 -4390
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +6656 -4389
- 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 +90 -30
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +66 -1
- package/radiobutton/radiobutton.esm.js +91 -31
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +89 -32
- 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 +475 -465
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +33 -8
- package/resources/themes/arya-green/theme.css +33 -8
- package/resources/themes/arya-orange/theme.css +33 -8
- package/resources/themes/arya-purple/theme.css +33 -8
- package/resources/themes/bootstrap4-dark-blue/theme.css +33 -8
- package/resources/themes/bootstrap4-dark-purple/theme.css +33 -8
- package/resources/themes/bootstrap4-light-blue/theme.css +33 -8
- package/resources/themes/bootstrap4-light-purple/theme.css +33 -8
- package/resources/themes/fluent-light/theme.css +33 -8
- package/resources/themes/lara-dark-blue/theme.css +33 -8
- package/resources/themes/lara-dark-indigo/theme.css +33 -8
- package/resources/themes/lara-dark-purple/theme.css +33 -8
- package/resources/themes/lara-dark-teal/theme.css +33 -8
- package/resources/themes/lara-light-blue/theme.css +33 -8
- package/resources/themes/lara-light-indigo/theme.css +33 -8
- package/resources/themes/lara-light-purple/theme.css +33 -8
- package/resources/themes/lara-light-teal/theme.css +33 -8
- package/resources/themes/luna-amber/theme.css +33 -8
- package/resources/themes/luna-blue/theme.css +33 -8
- package/resources/themes/luna-green/theme.css +33 -8
- package/resources/themes/luna-pink/theme.css +33 -8
- package/resources/themes/md-dark-deeppurple/theme.css +33 -8
- package/resources/themes/md-dark-indigo/theme.css +33 -8
- package/resources/themes/md-light-deeppurple/theme.css +33 -8
- package/resources/themes/md-light-indigo/theme.css +33 -8
- package/resources/themes/mdc-dark-deeppurple/theme.css +33 -8
- package/resources/themes/mdc-dark-indigo/theme.css +33 -8
- package/resources/themes/mdc-light-deeppurple/theme.css +33 -8
- package/resources/themes/mdc-light-indigo/theme.css +33 -8
- package/resources/themes/mira/theme.css +33 -8
- package/resources/themes/nano/theme.css +33 -8
- package/resources/themes/nova/theme.css +33 -8
- package/resources/themes/nova-accent/theme.css +33 -8
- package/resources/themes/nova-alt/theme.css +33 -8
- package/resources/themes/rhea/theme.css +33 -8
- package/resources/themes/saga-blue/theme.css +33 -8
- package/resources/themes/saga-green/theme.css +33 -8
- package/resources/themes/saga-orange/theme.css +33 -8
- package/resources/themes/saga-purple/theme.css +33 -8
- package/resources/themes/soho-dark/theme.css +33 -8
- package/resources/themes/soho-light/theme.css +33 -8
- package/resources/themes/tailwind-light/theme.css +45 -20
- package/resources/themes/vela-blue/theme.css +33 -8
- package/resources/themes/vela-green/theme.css +33 -8
- package/resources/themes/vela-orange/theme.css +33 -8
- package/resources/themes/vela-purple/theme.css +33 -8
- package/resources/themes/viva-dark/theme.css +33 -8
- package/resources/themes/viva-light/theme.css +33 -8
- 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 +125 -114
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.d.ts +103 -1
- package/slidemenu/slidemenu.esm.js +127 -116
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +125 -115
- 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 +81 -46
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.d.ts +50 -0
- package/steps/steps.esm.js +82 -47
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +81 -48
- 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 +86 -48
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.d.ts +62 -0
- package/tabmenu/tabmenu.esm.js +87 -49
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +86 -50
- 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 +110 -64
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.d.ts +83 -2
- package/tieredmenu/tieredmenu.esm.js +112 -66
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +111 -66
- 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 +118 -75
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.d.ts +122 -4
- package/toast/toast.esm.js +120 -77
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +116 -74
- package/toast/toast.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +74 -21
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.d.ts +40 -2
- package/togglebutton/togglebutton.esm.js +75 -22
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +73 -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 +135 -102
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +143 -2
- package/treeselect/treeselect.esm.js +137 -104
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +136 -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 +97 -40
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +64 -1
- package/tristatecheckbox/tristatecheckbox.esm.js +99 -42
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +97 -42
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/utils/utils.cjs.js +31 -5
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.d.ts +1 -1
- package/utils/utils.esm.js +28 -5
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +32 -7
- 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
|
@@ -222,7 +222,6 @@
|
|
|
222
222
|
position: absolute;
|
|
223
223
|
top: 0;
|
|
224
224
|
left: 0;
|
|
225
|
-
overflow: auto;
|
|
226
225
|
}
|
|
227
226
|
|
|
228
227
|
.p-autocomplete-items {
|
|
@@ -284,6 +283,10 @@
|
|
|
284
283
|
width: 1%;
|
|
285
284
|
}
|
|
286
285
|
|
|
286
|
+
.p-autocomplete-items-wrapper {
|
|
287
|
+
overflow: auto;
|
|
288
|
+
}
|
|
289
|
+
|
|
287
290
|
.p-avatar {
|
|
288
291
|
display: inline-flex;
|
|
289
292
|
align-items: center;
|
|
@@ -360,6 +363,30 @@
|
|
|
360
363
|
border-radius: 50%;
|
|
361
364
|
}
|
|
362
365
|
|
|
366
|
+
.p-blockui-container {
|
|
367
|
+
position: relative;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.p-blockui {
|
|
371
|
+
position: absolute;
|
|
372
|
+
top: 0;
|
|
373
|
+
left: 0;
|
|
374
|
+
width: 100%;
|
|
375
|
+
height: 100%;
|
|
376
|
+
opacity: 1;
|
|
377
|
+
display: flex;
|
|
378
|
+
align-items: center;
|
|
379
|
+
justify-content: center;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.p-blockui.p-component-overlay {
|
|
383
|
+
position: absolute;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.p-blockui-document.p-component-overlay {
|
|
387
|
+
position: fixed;
|
|
388
|
+
}
|
|
389
|
+
|
|
363
390
|
.p-breadcrumb {
|
|
364
391
|
overflow-x: auto;
|
|
365
392
|
}
|
|
@@ -383,32 +410,13 @@
|
|
|
383
410
|
align-items: center;
|
|
384
411
|
}
|
|
385
412
|
|
|
386
|
-
.p-breadcrumb
|
|
387
|
-
display: none;
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
.p-blockui-container {
|
|
391
|
-
position: relative;
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
.p-blockui {
|
|
395
|
-
position: absolute;
|
|
396
|
-
top: 0;
|
|
397
|
-
left: 0;
|
|
398
|
-
width: 100%;
|
|
399
|
-
height: 100%;
|
|
400
|
-
opacity: 1;
|
|
413
|
+
.p-breadcrumb .p-menuitem-separator {
|
|
401
414
|
display: flex;
|
|
402
415
|
align-items: center;
|
|
403
|
-
justify-content: center;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.p-blockui.p-component-overlay {
|
|
407
|
-
position: absolute;
|
|
408
416
|
}
|
|
409
417
|
|
|
410
|
-
.p-
|
|
411
|
-
|
|
418
|
+
.p-breadcrumb::-webkit-scrollbar {
|
|
419
|
+
display: none;
|
|
412
420
|
}
|
|
413
421
|
|
|
414
422
|
.p-button {
|
|
@@ -1115,526 +1123,526 @@
|
|
|
1115
1123
|
margin: 0;
|
|
1116
1124
|
padding: 0;
|
|
1117
1125
|
}
|
|
1118
|
-
.p-
|
|
1126
|
+
.p-dataview-loading {
|
|
1119
1127
|
position: relative;
|
|
1128
|
+
min-height: 4rem;
|
|
1120
1129
|
}
|
|
1121
1130
|
|
|
1122
|
-
.p-
|
|
1123
|
-
|
|
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;
|
|
1124
1137
|
}
|
|
1125
1138
|
|
|
1126
|
-
.p-
|
|
1127
|
-
|
|
1139
|
+
.p-dialog-mask {
|
|
1140
|
+
position: fixed;
|
|
1141
|
+
top: 0;
|
|
1142
|
+
left: 0;
|
|
1128
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;
|
|
1129
1151
|
}
|
|
1130
1152
|
|
|
1131
|
-
.p-
|
|
1132
|
-
|
|
1153
|
+
.p-dialog-visible {
|
|
1154
|
+
display: flex;
|
|
1133
1155
|
}
|
|
1134
1156
|
|
|
1135
|
-
.p-
|
|
1136
|
-
|
|
1137
|
-
user-select: none;
|
|
1157
|
+
.p-dialog-mask.p-component-overlay {
|
|
1158
|
+
pointer-events: auto;
|
|
1138
1159
|
}
|
|
1139
1160
|
|
|
1140
|
-
.p-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
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;
|
|
1144
1168
|
}
|
|
1145
1169
|
|
|
1146
|
-
.p-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
justify-content: center;
|
|
1170
|
+
.p-dialog-content {
|
|
1171
|
+
overflow-y: auto;
|
|
1172
|
+
flex-grow: 1;
|
|
1150
1173
|
}
|
|
1151
1174
|
|
|
1152
|
-
.p-
|
|
1153
|
-
|
|
1154
|
-
|
|
1175
|
+
.p-dialog-header {
|
|
1176
|
+
display: flex;
|
|
1177
|
+
align-items: center;
|
|
1178
|
+
flex-shrink: 0;
|
|
1155
1179
|
}
|
|
1156
1180
|
|
|
1157
|
-
.p-
|
|
1158
|
-
|
|
1159
|
-
z-index: 99999999;
|
|
1181
|
+
.p-dialog-footer {
|
|
1182
|
+
flex-shrink: 0;
|
|
1160
1183
|
}
|
|
1161
1184
|
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1185
|
+
.p-dialog .p-dialog-header-icons {
|
|
1186
|
+
display: flex;
|
|
1187
|
+
align-items: center;
|
|
1188
|
+
align-self: flex-start;
|
|
1189
|
+
flex-shrink: 0;
|
|
1165
1190
|
}
|
|
1166
1191
|
|
|
1167
|
-
.p-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1192
|
+
.p-dialog .p-dialog-header-icon {
|
|
1193
|
+
display: flex;
|
|
1194
|
+
align-items: center;
|
|
1195
|
+
justify-content: center;
|
|
1196
|
+
overflow: hidden;
|
|
1197
|
+
position: relative;
|
|
1171
1198
|
}
|
|
1172
1199
|
|
|
1173
|
-
.p-
|
|
1174
|
-
|
|
1175
|
-
z-index: 1;
|
|
1200
|
+
.p-dialog .p-dialog-title {
|
|
1201
|
+
flex-grow: 1;
|
|
1176
1202
|
}
|
|
1177
1203
|
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
z-index: 1;
|
|
1204
|
+
/* Fluid */
|
|
1205
|
+
.p-fluid .p-dialog-footer .p-button {
|
|
1206
|
+
width: auto;
|
|
1182
1207
|
}
|
|
1183
1208
|
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1209
|
+
/* Animation */
|
|
1210
|
+
/* Center */
|
|
1211
|
+
.p-dialog-enter {
|
|
1212
|
+
opacity: 0;
|
|
1213
|
+
transform: scale(0.7);
|
|
1187
1214
|
}
|
|
1188
1215
|
|
|
1189
|
-
.p-
|
|
1190
|
-
|
|
1216
|
+
.p-dialog-enter-active {
|
|
1217
|
+
opacity: 1;
|
|
1218
|
+
transform: scale(1);
|
|
1219
|
+
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
|
1191
1220
|
}
|
|
1192
1221
|
|
|
1193
|
-
.p-
|
|
1194
|
-
|
|
1195
|
-
flex-direction: column;
|
|
1196
|
-
height: 100%;
|
|
1222
|
+
.p-dialog-enter-done {
|
|
1223
|
+
transform: none;
|
|
1197
1224
|
}
|
|
1198
1225
|
|
|
1199
|
-
.p-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
height: 100%;
|
|
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);
|
|
1204
1230
|
}
|
|
1205
1231
|
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
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;
|
|
1209
1242
|
}
|
|
1210
1243
|
|
|
1211
|
-
|
|
1212
|
-
.p-
|
|
1213
|
-
|
|
1214
|
-
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1215
|
-
overflow: hidden;
|
|
1216
|
-
white-space: nowrap;
|
|
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
|
-
.p-
|
|
1220
|
-
|
|
1221
|
-
|
|
1249
|
+
.p-dialog-bottom .p-dialog-enter,
|
|
1250
|
+
.p-dialog-bottom .p-dialog-exit-active {
|
|
1251
|
+
transform: translate3d(0px, 100%, 0px);
|
|
1222
1252
|
}
|
|
1223
1253
|
|
|
1224
|
-
.p-
|
|
1225
|
-
|
|
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);
|
|
1226
1261
|
}
|
|
1227
1262
|
|
|
1228
|
-
.p-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
height: 100%;
|
|
1236
|
-
padding: 0px;
|
|
1237
|
-
cursor: col-resize;
|
|
1238
|
-
border: 1px solid transparent;
|
|
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);
|
|
1239
1270
|
}
|
|
1240
1271
|
|
|
1241
|
-
.p-
|
|
1242
|
-
|
|
1243
|
-
|
|
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;
|
|
1244
1282
|
}
|
|
1245
1283
|
|
|
1246
|
-
.p-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
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;
|
|
1251
1293
|
}
|
|
1252
1294
|
|
|
1253
|
-
|
|
1254
|
-
.p-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
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;
|
|
1261
1305
|
}
|
|
1262
1306
|
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
display: inline-flex;
|
|
1266
|
-
align-items: center;
|
|
1267
|
-
justify-content: center;
|
|
1268
|
-
overflow: hidden;
|
|
1269
|
-
position: relative;
|
|
1307
|
+
.p-dialog-maximized .p-dialog-content {
|
|
1308
|
+
flex-grow: 1;
|
|
1270
1309
|
}
|
|
1271
1310
|
|
|
1272
|
-
/*
|
|
1273
|
-
.p-
|
|
1274
|
-
|
|
1275
|
-
position: absolute;
|
|
1276
|
-
display: none;
|
|
1311
|
+
/* Position */
|
|
1312
|
+
.p-dialog-left {
|
|
1313
|
+
justify-content: flex-start;
|
|
1277
1314
|
}
|
|
1278
1315
|
|
|
1279
|
-
.p-
|
|
1280
|
-
|
|
1281
|
-
cursor: move;
|
|
1316
|
+
.p-dialog-right {
|
|
1317
|
+
justify-content: flex-end;
|
|
1282
1318
|
}
|
|
1283
1319
|
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
position: absolute;
|
|
1287
|
-
display: flex;
|
|
1288
|
-
align-items: center;
|
|
1289
|
-
justify-content: center;
|
|
1290
|
-
z-index: 2;
|
|
1320
|
+
.p-dialog-top {
|
|
1321
|
+
align-items: flex-start;
|
|
1291
1322
|
}
|
|
1292
1323
|
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
align-items: center;
|
|
1297
|
-
width: 100%;
|
|
1324
|
+
.p-dialog-top-left {
|
|
1325
|
+
justify-content: flex-start;
|
|
1326
|
+
align-items: flex-start;
|
|
1298
1327
|
}
|
|
1299
1328
|
|
|
1300
|
-
.p-
|
|
1301
|
-
|
|
1302
|
-
|
|
1329
|
+
.p-dialog-top-right {
|
|
1330
|
+
justify-content: flex-end;
|
|
1331
|
+
align-items: flex-start;
|
|
1303
1332
|
}
|
|
1304
1333
|
|
|
1305
|
-
.p-
|
|
1306
|
-
|
|
1307
|
-
width: 1%;
|
|
1334
|
+
.p-dialog-bottom {
|
|
1335
|
+
align-items: flex-end;
|
|
1308
1336
|
}
|
|
1309
1337
|
|
|
1310
|
-
.p-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
justify-content: center;
|
|
1314
|
-
align-items: center;
|
|
1315
|
-
cursor: pointer;
|
|
1316
|
-
text-decoration: none;
|
|
1317
|
-
overflow: hidden;
|
|
1318
|
-
position: relative;
|
|
1338
|
+
.p-dialog-bottom-left {
|
|
1339
|
+
justify-content: flex-start;
|
|
1340
|
+
align-items: flex-end;
|
|
1319
1341
|
}
|
|
1320
1342
|
|
|
1321
|
-
.p-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
left: 0;
|
|
1343
|
+
.p-dialog-bottom-right {
|
|
1344
|
+
justify-content: flex-end;
|
|
1345
|
+
align-items: flex-end;
|
|
1325
1346
|
}
|
|
1326
1347
|
|
|
1327
|
-
.p-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
list-style: none;
|
|
1348
|
+
.p-confirm-dialog .p-dialog-content {
|
|
1349
|
+
display: flex;
|
|
1350
|
+
align-items: center;
|
|
1331
1351
|
}
|
|
1332
1352
|
|
|
1333
|
-
|
|
1334
|
-
|
|
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;
|
|
1335
1363
|
}
|
|
1336
1364
|
|
|
1337
|
-
.p-
|
|
1338
|
-
|
|
1339
|
-
justify-content: center;
|
|
1365
|
+
.p-dialog-draggable .p-dialog-header {
|
|
1366
|
+
cursor: move;
|
|
1340
1367
|
}
|
|
1341
1368
|
|
|
1342
|
-
.p-
|
|
1343
|
-
|
|
1344
|
-
flex-grow: 0;
|
|
1369
|
+
.p-datatable {
|
|
1370
|
+
position: relative;
|
|
1345
1371
|
}
|
|
1346
1372
|
|
|
1347
|
-
.p-
|
|
1348
|
-
|
|
1349
|
-
align-items: center;
|
|
1350
|
-
justify-content: space-between;
|
|
1373
|
+
.p-datatable > .p-datatable-wrapper {
|
|
1374
|
+
overflow: auto;
|
|
1351
1375
|
}
|
|
1352
1376
|
|
|
1353
|
-
.p-
|
|
1354
|
-
|
|
1377
|
+
.p-datatable-table {
|
|
1378
|
+
border-spacing: 0px;
|
|
1379
|
+
width: 100%;
|
|
1355
1380
|
}
|
|
1356
1381
|
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
display: none;
|
|
1382
|
+
.p-datatable .p-sortable-disabled {
|
|
1383
|
+
cursor: auto;
|
|
1360
1384
|
}
|
|
1361
1385
|
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1386
|
+
.p-datatable .p-sortable-column {
|
|
1387
|
+
cursor: pointer;
|
|
1388
|
+
user-select: none;
|
|
1365
1389
|
}
|
|
1366
1390
|
|
|
1367
|
-
.p-datatable .p-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
top: 0;
|
|
1372
|
-
left: 0;
|
|
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
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
text-align: left;
|
|
1380
|
-
justify-content: flex-start;
|
|
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
|
-
.p-datatable
|
|
1384
|
-
.p-datatable
|
|
1385
|
-
|
|
1386
|
-
text-align: right;
|
|
1387
|
-
justify-content: flex-end;
|
|
1403
|
+
.p-datatable-selectable .p-selectable-row,
|
|
1404
|
+
.p-datatable-selectable-cell .p-selectable-cell {
|
|
1405
|
+
cursor: pointer;
|
|
1388
1406
|
}
|
|
1389
1407
|
|
|
1390
|
-
.p-datatable
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
text-align: center;
|
|
1394
|
-
justify-content: center;
|
|
1408
|
+
.p-datatable-drag-selection-helper {
|
|
1409
|
+
position: absolute;
|
|
1410
|
+
z-index: 99999999;
|
|
1395
1411
|
}
|
|
1396
1412
|
|
|
1397
|
-
|
|
1413
|
+
/* Scrollable */
|
|
1414
|
+
.p-datatable-scrollable > .p-datatable-wrapper {
|
|
1398
1415
|
position: relative;
|
|
1399
|
-
min-height: 4rem;
|
|
1400
1416
|
}
|
|
1401
1417
|
|
|
1402
|
-
.p-
|
|
1403
|
-
position:
|
|
1418
|
+
.p-datatable-scrollable-table > .p-datatable-thead {
|
|
1419
|
+
position: sticky;
|
|
1420
|
+
top: 0;
|
|
1404
1421
|
z-index: 1;
|
|
1405
|
-
display: flex;
|
|
1406
|
-
align-items: center;
|
|
1407
|
-
justify-content: center;
|
|
1408
1422
|
}
|
|
1409
1423
|
|
|
1410
|
-
.p-
|
|
1411
|
-
position:
|
|
1412
|
-
|
|
1413
|
-
left: 0;
|
|
1414
|
-
width: 100%;
|
|
1415
|
-
height: 100%;
|
|
1416
|
-
display: none;
|
|
1417
|
-
justify-content: center;
|
|
1418
|
-
align-items: center;
|
|
1419
|
-
pointer-events: none;
|
|
1420
|
-
background-color: transparent;
|
|
1421
|
-
transition-property: background-color;
|
|
1424
|
+
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
|
1425
|
+
position: sticky;
|
|
1426
|
+
z-index: 1;
|
|
1422
1427
|
}
|
|
1423
1428
|
|
|
1424
|
-
.p-
|
|
1425
|
-
|
|
1429
|
+
.p-datatable-scrollable-table > .p-datatable-tfoot {
|
|
1430
|
+
position: sticky;
|
|
1431
|
+
bottom: 0;
|
|
1432
|
+
z-index: 1;
|
|
1426
1433
|
}
|
|
1427
1434
|
|
|
1428
|
-
.p-
|
|
1429
|
-
|
|
1435
|
+
.p-datatable-scrollable .p-frozen-column {
|
|
1436
|
+
position: sticky;
|
|
1437
|
+
background: inherit;
|
|
1430
1438
|
}
|
|
1431
1439
|
|
|
1432
|
-
.p-
|
|
1433
|
-
|
|
1434
|
-
flex-direction: column;
|
|
1435
|
-
pointer-events: auto;
|
|
1436
|
-
max-height: 90%;
|
|
1437
|
-
transform: scale(1);
|
|
1438
|
-
position: relative;
|
|
1440
|
+
.p-datatable-scrollable th.p-frozen-column {
|
|
1441
|
+
z-index: 1;
|
|
1439
1442
|
}
|
|
1440
1443
|
|
|
1441
|
-
.p-
|
|
1442
|
-
|
|
1443
|
-
flex-
|
|
1444
|
+
.p-datatable-flex-scrollable {
|
|
1445
|
+
display: flex;
|
|
1446
|
+
flex-direction: column;
|
|
1447
|
+
height: 100%;
|
|
1444
1448
|
}
|
|
1445
1449
|
|
|
1446
|
-
.p-
|
|
1450
|
+
.p-datatable-flex-scrollable > .p-datatable-wrapper {
|
|
1447
1451
|
display: flex;
|
|
1448
|
-
|
|
1449
|
-
flex
|
|
1452
|
+
flex-direction: column;
|
|
1453
|
+
flex: 1;
|
|
1454
|
+
height: 100%;
|
|
1450
1455
|
}
|
|
1451
1456
|
|
|
1452
|
-
.p-
|
|
1453
|
-
|
|
1457
|
+
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
|
1458
|
+
position: sticky;
|
|
1459
|
+
z-index: 1;
|
|
1454
1460
|
}
|
|
1455
1461
|
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
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;
|
|
1461
1468
|
}
|
|
1462
1469
|
|
|
1463
|
-
.p-
|
|
1464
|
-
|
|
1465
|
-
align-items: center;
|
|
1466
|
-
justify-content: center;
|
|
1467
|
-
overflow: hidden;
|
|
1470
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
|
|
1471
|
+
background-clip: padding-box;
|
|
1468
1472
|
position: relative;
|
|
1469
1473
|
}
|
|
1470
1474
|
|
|
1471
|
-
.p-
|
|
1472
|
-
|
|
1475
|
+
.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
|
|
1476
|
+
display: none;
|
|
1473
1477
|
}
|
|
1474
1478
|
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
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;
|
|
1478
1490
|
}
|
|
1479
1491
|
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
opacity: 0;
|
|
1484
|
-
transform: scale(0.7);
|
|
1492
|
+
.p-datatable .p-column-header-content {
|
|
1493
|
+
display: flex;
|
|
1494
|
+
align-items: center;
|
|
1485
1495
|
}
|
|
1486
1496
|
|
|
1487
|
-
.p-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1497
|
+
.p-datatable .p-column-resizer-helper {
|
|
1498
|
+
width: 1px;
|
|
1499
|
+
position: absolute;
|
|
1500
|
+
z-index: 10;
|
|
1501
|
+
display: none;
|
|
1491
1502
|
}
|
|
1492
1503
|
|
|
1493
|
-
.p-
|
|
1494
|
-
|
|
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;
|
|
1495
1512
|
}
|
|
1496
1513
|
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
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;
|
|
1501
1521
|
}
|
|
1502
1522
|
|
|
1503
|
-
/*
|
|
1504
|
-
.p-
|
|
1505
|
-
.p-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
.p-dialog-top-left .p-dialog,
|
|
1509
|
-
.p-dialog-top-right .p-dialog,
|
|
1510
|
-
.p-dialog-bottom-left .p-dialog,
|
|
1511
|
-
.p-dialog-bottom-right .p-dialog {
|
|
1512
|
-
margin: 0.75em;
|
|
1523
|
+
/* Reorder */
|
|
1524
|
+
.p-datatable-reorder-indicator-up,
|
|
1525
|
+
.p-datatable-reorder-indicator-down {
|
|
1526
|
+
position: absolute;
|
|
1527
|
+
display: none;
|
|
1513
1528
|
}
|
|
1514
1529
|
|
|
1515
|
-
.p-
|
|
1516
|
-
.p-
|
|
1517
|
-
|
|
1530
|
+
.p-reorderable-column,
|
|
1531
|
+
.p-datatable-reorderablerow-handle {
|
|
1532
|
+
cursor: move;
|
|
1518
1533
|
}
|
|
1519
1534
|
|
|
1520
|
-
|
|
1521
|
-
.p-
|
|
1522
|
-
|
|
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;
|
|
1523
1542
|
}
|
|
1524
1543
|
|
|
1525
|
-
|
|
1526
|
-
.p-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
.p-dialog-bottom-left .p-dialog-exit-active {
|
|
1531
|
-
transform: translate3d(-100%, 0px, 0px);
|
|
1544
|
+
/* Filter */
|
|
1545
|
+
.p-column-filter-row {
|
|
1546
|
+
display: flex;
|
|
1547
|
+
align-items: center;
|
|
1548
|
+
width: 100%;
|
|
1532
1549
|
}
|
|
1533
1550
|
|
|
1534
|
-
.p-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
.p-dialog-top-right .p-dialog-exit-active,
|
|
1538
|
-
.p-dialog-bottom-right .p-dialog-enter,
|
|
1539
|
-
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1540
|
-
transform: translate3d(100%, 0px, 0px);
|
|
1551
|
+
.p-column-filter-menu {
|
|
1552
|
+
display: inline-flex;
|
|
1553
|
+
margin-left: auto;
|
|
1541
1554
|
}
|
|
1542
1555
|
|
|
1543
|
-
.p-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
.p-dialog-top-left .p-dialog-enter-active,
|
|
1547
|
-
.p-dialog-bottom-left .p-dialog-enter-active,
|
|
1548
|
-
.p-dialog-right .p-dialog-enter-active,
|
|
1549
|
-
.p-dialog-top-right .p-dialog-enter-active,
|
|
1550
|
-
.p-dialog-bottom-right .p-dialog-enter-active {
|
|
1551
|
-
transform: translate3d(0px, 0px, 0px);
|
|
1552
|
-
transition: all 0.3s ease-out;
|
|
1556
|
+
.p-column-filter-row .p-column-filter-element {
|
|
1557
|
+
flex: 1 1 auto;
|
|
1558
|
+
width: 1%;
|
|
1553
1559
|
}
|
|
1554
1560
|
|
|
1555
|
-
.p-
|
|
1556
|
-
.p-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
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;
|
|
1564
1570
|
}
|
|
1565
1571
|
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
margin: 0 !important;
|
|
1571
|
-
width: 100vw !important;
|
|
1572
|
-
height: 100vh !important;
|
|
1573
|
-
max-height: 100%;
|
|
1574
|
-
top: 0px !important;
|
|
1575
|
-
left: 0px !important;
|
|
1572
|
+
.p-column-filter-overlay {
|
|
1573
|
+
position: absolute;
|
|
1574
|
+
top: 0;
|
|
1575
|
+
left: 0;
|
|
1576
1576
|
}
|
|
1577
1577
|
|
|
1578
|
-
.p-
|
|
1579
|
-
|
|
1578
|
+
.p-column-filter-row-items {
|
|
1579
|
+
margin: 0;
|
|
1580
|
+
padding: 0;
|
|
1581
|
+
list-style: none;
|
|
1580
1582
|
}
|
|
1581
1583
|
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
justify-content: flex-start;
|
|
1584
|
+
.p-column-filter-row-item {
|
|
1585
|
+
cursor: pointer;
|
|
1585
1586
|
}
|
|
1586
|
-
|
|
1587
|
-
.p-
|
|
1588
|
-
|
|
1587
|
+
|
|
1588
|
+
.p-column-filter-add-button,
|
|
1589
|
+
.p-column-filter-remove-button {
|
|
1590
|
+
justify-content: center;
|
|
1589
1591
|
}
|
|
1590
1592
|
|
|
1591
|
-
.p-
|
|
1592
|
-
|
|
1593
|
+
.p-column-filter-add-button .p-button-label,
|
|
1594
|
+
.p-column-filter-remove-button .p-button-label {
|
|
1595
|
+
flex-grow: 0;
|
|
1593
1596
|
}
|
|
1594
1597
|
|
|
1595
|
-
.p-
|
|
1596
|
-
|
|
1597
|
-
align-items:
|
|
1598
|
+
.p-column-filter-buttonbar {
|
|
1599
|
+
display: flex;
|
|
1600
|
+
align-items: center;
|
|
1601
|
+
justify-content: space-between;
|
|
1598
1602
|
}
|
|
1599
1603
|
|
|
1600
|
-
.p-
|
|
1601
|
-
|
|
1602
|
-
align-items: flex-start;
|
|
1604
|
+
.p-column-filter-buttonbar .p-button:not(.p-button-icon-only) {
|
|
1605
|
+
width: auto;
|
|
1603
1606
|
}
|
|
1604
1607
|
|
|
1605
|
-
|
|
1606
|
-
|
|
1608
|
+
/* Responsive */
|
|
1609
|
+
.p-datatable .p-datatable-tbody > tr > td > .p-column-title {
|
|
1610
|
+
display: none;
|
|
1607
1611
|
}
|
|
1608
1612
|
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1613
|
+
/* VirtualScroller */
|
|
1614
|
+
.p-datatable-virtualscroller-spacer {
|
|
1615
|
+
display: flex;
|
|
1612
1616
|
}
|
|
1613
1617
|
|
|
1614
|
-
.p-
|
|
1615
|
-
|
|
1616
|
-
|
|
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;
|
|
1617
1624
|
}
|
|
1618
1625
|
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
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;
|
|
1622
1632
|
}
|
|
1623
1633
|
|
|
1624
|
-
|
|
1625
|
-
.p-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
cursor: se-resize;
|
|
1630
|
-
width: 12px;
|
|
1631
|
-
height: 12px;
|
|
1632
|
-
right: 1px;
|
|
1633
|
-
bottom: 1px;
|
|
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;
|
|
1634
1639
|
}
|
|
1635
1640
|
|
|
1636
|
-
.p-
|
|
1637
|
-
|
|
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
|
+
justify-content: center;
|
|
1638
1646
|
}
|
|
1639
1647
|
|
|
1640
1648
|
.p-divider-horizontal {
|
|
@@ -3339,6 +3347,8 @@ input.p-dropdown-label {
|
|
|
3339
3347
|
transition: transform .15s;
|
|
3340
3348
|
max-width: 100vw;
|
|
3341
3349
|
max-height: 100vh;
|
|
3350
|
+
width: 100%;
|
|
3351
|
+
height: 100%;
|
|
3342
3352
|
}
|
|
3343
3353
|
|
|
3344
3354
|
.p-image-preview-enter {
|
|
@@ -3948,49 +3958,6 @@ input.p-dropdown-label {
|
|
|
3948
3958
|
display: flex;
|
|
3949
3959
|
}
|
|
3950
3960
|
|
|
3951
|
-
.p-message-wrapper {
|
|
3952
|
-
display: flex;
|
|
3953
|
-
align-items: center;
|
|
3954
|
-
}
|
|
3955
|
-
|
|
3956
|
-
.p-message-close {
|
|
3957
|
-
display: flex;
|
|
3958
|
-
align-items: center;
|
|
3959
|
-
justify-content: center;
|
|
3960
|
-
}
|
|
3961
|
-
|
|
3962
|
-
.p-message-close.p-link {
|
|
3963
|
-
margin-left: auto;
|
|
3964
|
-
overflow: hidden;
|
|
3965
|
-
position: relative;
|
|
3966
|
-
}
|
|
3967
|
-
|
|
3968
|
-
.p-message-enter {
|
|
3969
|
-
opacity: 0;
|
|
3970
|
-
}
|
|
3971
|
-
|
|
3972
|
-
.p-message-enter-active {
|
|
3973
|
-
opacity: 1;
|
|
3974
|
-
transition: opacity .3s;
|
|
3975
|
-
}
|
|
3976
|
-
|
|
3977
|
-
.p-message-exit {
|
|
3978
|
-
opacity: 1;
|
|
3979
|
-
max-height: 1000px;
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
|
-
.p-message-exit-active {
|
|
3983
|
-
opacity: 0;
|
|
3984
|
-
max-height: 0;
|
|
3985
|
-
margin: 0;
|
|
3986
|
-
overflow: hidden;
|
|
3987
|
-
transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
|
3988
|
-
}
|
|
3989
|
-
|
|
3990
|
-
.p-message-exit-active .p-message-close {
|
|
3991
|
-
display: none;
|
|
3992
|
-
}
|
|
3993
|
-
|
|
3994
3961
|
.p-multiselect {
|
|
3995
3962
|
display: inline-flex;
|
|
3996
3963
|
position: relative;
|
|
@@ -4122,6 +4089,49 @@ input.p-dropdown-label {
|
|
|
4122
4089
|
display: flex;
|
|
4123
4090
|
}
|
|
4124
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
|
+
|
|
4125
4135
|
.p-orderlist {
|
|
4126
4136
|
display: flex;
|
|
4127
4137
|
}
|
|
@@ -4401,6 +4411,39 @@ input.p-dropdown-label {
|
|
|
4401
4411
|
line-height: 1;
|
|
4402
4412
|
}
|
|
4403
4413
|
|
|
4414
|
+
.p-password {
|
|
4415
|
+
position: relative;
|
|
4416
|
+
display: inline-flex;
|
|
4417
|
+
}
|
|
4418
|
+
|
|
4419
|
+
.p-password-panel {
|
|
4420
|
+
position: absolute;
|
|
4421
|
+
top: 0;
|
|
4422
|
+
left: 0;
|
|
4423
|
+
}
|
|
4424
|
+
|
|
4425
|
+
.p-password .p-password-panel {
|
|
4426
|
+
min-width: 100%;
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
.p-password-meter {
|
|
4430
|
+
height: 10px;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4433
|
+
.p-password-strength {
|
|
4434
|
+
height: 100%;
|
|
4435
|
+
width: 0%;
|
|
4436
|
+
transition: width 1s ease-in-out;
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4439
|
+
.p-fluid .p-password {
|
|
4440
|
+
display: flex;
|
|
4441
|
+
}
|
|
4442
|
+
|
|
4443
|
+
.p-password-input::-ms-reveal,
|
|
4444
|
+
.p-password-input::-ms-clear {
|
|
4445
|
+
display: none;
|
|
4446
|
+
}
|
|
4404
4447
|
.p-picklist {
|
|
4405
4448
|
display: flex;
|
|
4406
4449
|
}
|
|
@@ -4444,39 +4487,6 @@ input.p-dropdown-label {
|
|
|
4444
4487
|
width: 100%;
|
|
4445
4488
|
}
|
|
4446
4489
|
|
|
4447
|
-
.p-password {
|
|
4448
|
-
position: relative;
|
|
4449
|
-
display: inline-flex;
|
|
4450
|
-
}
|
|
4451
|
-
|
|
4452
|
-
.p-password-panel {
|
|
4453
|
-
position: absolute;
|
|
4454
|
-
top: 0;
|
|
4455
|
-
left: 0;
|
|
4456
|
-
}
|
|
4457
|
-
|
|
4458
|
-
.p-password .p-password-panel {
|
|
4459
|
-
min-width: 100%;
|
|
4460
|
-
}
|
|
4461
|
-
|
|
4462
|
-
.p-password-meter {
|
|
4463
|
-
height: 10px;
|
|
4464
|
-
}
|
|
4465
|
-
|
|
4466
|
-
.p-password-strength {
|
|
4467
|
-
height: 100%;
|
|
4468
|
-
width: 0%;
|
|
4469
|
-
transition: width 1s ease-in-out;
|
|
4470
|
-
}
|
|
4471
|
-
|
|
4472
|
-
.p-fluid .p-password {
|
|
4473
|
-
display: flex;
|
|
4474
|
-
}
|
|
4475
|
-
|
|
4476
|
-
.p-password-input::-ms-reveal,
|
|
4477
|
-
.p-password-input::-ms-clear {
|
|
4478
|
-
display: none;
|
|
4479
|
-
}
|
|
4480
4490
|
.p-progressbar {
|
|
4481
4491
|
position: relative;
|
|
4482
4492
|
overflow: hidden;
|
|
@@ -5482,21 +5492,6 @@ input.p-dropdown-label {
|
|
|
5482
5492
|
display: none;
|
|
5483
5493
|
}
|
|
5484
5494
|
|
|
5485
|
-
.p-tag {
|
|
5486
|
-
display: inline-flex;
|
|
5487
|
-
align-items: center;
|
|
5488
|
-
justify-content: center;
|
|
5489
|
-
}
|
|
5490
|
-
|
|
5491
|
-
.p-tag-icon,
|
|
5492
|
-
.p-tag-value,
|
|
5493
|
-
.p-tag-icon.pi {
|
|
5494
|
-
line-height: 1.5;
|
|
5495
|
-
}
|
|
5496
|
-
|
|
5497
|
-
.p-tag.p-tag-rounded {
|
|
5498
|
-
border-radius: 10rem;
|
|
5499
|
-
}
|
|
5500
5495
|
.p-tabview-nav-container {
|
|
5501
5496
|
position: relative;
|
|
5502
5497
|
}
|
|
@@ -5572,6 +5567,21 @@ input.p-dropdown-label {
|
|
|
5572
5567
|
display: none;
|
|
5573
5568
|
}
|
|
5574
5569
|
|
|
5570
|
+
.p-tag {
|
|
5571
|
+
display: inline-flex;
|
|
5572
|
+
align-items: center;
|
|
5573
|
+
justify-content: center;
|
|
5574
|
+
}
|
|
5575
|
+
|
|
5576
|
+
.p-tag-icon,
|
|
5577
|
+
.p-tag-value,
|
|
5578
|
+
.p-tag-icon.pi {
|
|
5579
|
+
line-height: 1.5;
|
|
5580
|
+
}
|
|
5581
|
+
|
|
5582
|
+
.p-tag.p-tag-rounded {
|
|
5583
|
+
border-radius: 10rem;
|
|
5584
|
+
}
|
|
5575
5585
|
.p-terminal {
|
|
5576
5586
|
height: 18rem;
|
|
5577
5587
|
overflow: auto;
|