primevue 3.22.4 → 3.24.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +13 -13
- package/accordion/Accordion.d.ts +53 -21
- package/accordiontab/AccordionTab.d.ts +33 -12
- package/autocomplete/AutoComplete.d.ts +111 -84
- package/avatar/Avatar.d.ts +38 -25
- package/avatar/Avatar.vue +1 -1
- package/avatar/avatar.cjs.js +2 -1
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -1
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +30 -14
- package/badge/Badge.d.ts +34 -20
- package/badge/Badge.vue +16 -5
- package/badge/badge.cjs.js +15 -5
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +15 -5
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +16 -7
- package/badge/badge.min.js +1 -1
- package/badgedirective/BadgeDirective.d.ts +60 -1
- package/blockui/BlockUI.d.ts +36 -16
- package/breadcrumb/Breadcrumb.d.ts +37 -20
- package/breadcrumb/Breadcrumb.vue +1 -1
- package/breadcrumb/breadcrumb.cjs.js +2 -1
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +2 -1
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +2 -1
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +74 -17
- package/button/Button.vue +51 -8
- package/button/button.cjs.js +51 -8
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +51 -8
- package/button/button.esm.min.js +1 -1
- package/button/button.js +51 -8
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +112 -77
- package/calendar/Calendar.vue +4 -4
- package/calendar/calendar.cjs.js +4 -4
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +4 -4
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +4 -4
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +35 -15
- package/carousel/Carousel.d.ts +47 -29
- package/cascadeselect/CascadeSelect.d.ts +70 -59
- package/chart/Chart.d.ts +41 -23
- package/checkbox/Checkbox.d.ts +39 -15
- package/checkbox/Checkbox.vue +1 -1
- package/checkbox/checkbox.cjs.js +1 -1
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +1 -1
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +1 -1
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +35 -14
- package/chips/Chips.d.ts +45 -20
- package/colorpicker/ColorPicker.d.ts +46 -28
- package/column/Column.d.ts +81 -65
- package/columngroup/ColumnGroup.d.ts +29 -13
- package/config/PrimeVue.d.ts +1 -2
- package/config/config.cjs.js +20 -2
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +20 -2
- package/config/config.esm.min.js +1 -1
- package/config/config.js +20 -2
- package/config/config.min.js +1 -1
- package/confirmationoptions/ConfirmationOptions.d.ts +15 -6
- package/confirmationservice/ConfirmationService.d.ts +11 -0
- package/confirmdialog/ConfirmDialog.d.ts +35 -17
- package/confirmpopup/ConfirmPopup.d.ts +32 -17
- package/contextmenu/ContextMenu.d.ts +51 -35
- package/core/core.js +368 -121
- package/core/core.min.js +8 -8
- package/datatable/DataTable.d.ts +248 -205
- package/datatable/DataTable.vue +78 -117
- package/datatable/TableBody.vue +3 -17
- package/datatable/datatable.cjs.js +73 -67
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +73 -67
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +73 -67
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +65 -47
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +33 -13
- package/deferredcontent/DeferredContent.d.ts +30 -13
- package/dialog/Dialog.d.ts +67 -46
- package/dialog/Dialog.vue +1 -1
- package/dialog/dialog.cjs.js +1 -1
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +1 -1
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +1 -1
- package/dialog/dialog.min.js +1 -1
- package/dialogservice/DialogService.d.ts +13 -2
- package/divider/Divider.d.ts +35 -30
- package/dock/Dock.d.ts +49 -36
- package/dropdown/Dropdown.d.ts +90 -82
- package/dropdown/Dropdown.vue +1 -1
- package/dropdown/dropdown.cjs.js +1 -1
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -1
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -1
- package/dropdown/dropdown.min.js +1 -1
- package/dynamicdialog/DynamicDialog.d.ts +30 -10
- package/dynamicdialog/DynamicDialog.vue +2 -2
- package/dynamicdialog/dynamicdialog.cjs.js +3 -3
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +2 -2
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +3 -3
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/dynamicdialogoptions/DynamicDialogOptions.d.ts +28 -8
- package/editor/Editor.d.ts +48 -17
- package/fieldset/Fieldset.d.ts +43 -16
- package/fileupload/FileUpload.d.ts +101 -47
- package/focustrap/FocusTrap.d.ts +42 -3
- package/fullcalendar/FullCalendar.d.ts +1 -1
- package/galleria/Galleria.d.ts +64 -40
- package/image/Image.d.ts +33 -14
- package/inlinemessage/InlineMessage.d.ts +31 -17
- package/inplace/Inplace.d.ts +41 -18
- package/inputmask/InputMask.d.ts +41 -17
- package/inputnumber/InputNumber.d.ts +60 -41
- package/inputswitch/InputSwitch.d.ts +35 -15
- package/inputswitch/InputSwitch.vue +1 -0
- package/inputswitch/inputswitch.cjs.js +1 -1
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +1 -1
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +1 -1
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/InputText.d.ts +32 -12
- package/knob/Knob.d.ts +47 -21
- package/listbox/Listbox.d.ts +81 -60
- package/megamenu/MegaMenu.d.ts +42 -27
- package/megamenu/MegaMenu.vue +17 -0
- package/megamenu/megamenu.cjs.js +1 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +1 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +1 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +57 -28
- package/menu/Menu.vue +6 -0
- package/menu/menu.cjs.js +26 -8
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +27 -9
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +26 -8
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +36 -19
- package/menuitem/MenuItem.d.ts +22 -10
- package/message/Message.d.ts +40 -21
- package/multiselect/MultiSelect.d.ts +111 -90
- package/orderlist/OrderList.d.ts +51 -23
- package/organizationchart/OrganizationChart.d.ts +43 -26
- package/overlaypanel/OverlayPanel.d.ts +46 -26
- package/package.json +2 -2
- package/paginator/Paginator.d.ts +49 -24
- package/panel/Panel.d.ts +39 -14
- package/panelmenu/PanelMenu.d.ts +49 -21
- package/password/Password.d.ts +47 -28
- package/picklist/PickList.d.ts +74 -33
- package/progressbar/ProgressBar.d.ts +34 -17
- package/progressspinner/ProgressSpinner.d.ts +32 -13
- package/radiobutton/RadioButton.d.ts +32 -14
- package/rating/Rating.d.ts +51 -25
- package/resources/themes/arya-blue/theme.css +34 -11
- package/resources/themes/arya-green/theme.css +34 -11
- package/resources/themes/arya-orange/theme.css +34 -11
- package/resources/themes/arya-purple/theme.css +34 -11
- package/resources/themes/bootstrap4-dark-blue/theme.css +34 -11
- package/resources/themes/bootstrap4-dark-purple/theme.css +34 -11
- package/resources/themes/bootstrap4-light-blue/theme.css +34 -11
- package/resources/themes/bootstrap4-light-purple/theme.css +34 -11
- package/resources/themes/fluent-light/theme.css +34 -11
- package/resources/themes/lara-dark-blue/theme.css +34 -11
- package/resources/themes/lara-dark-indigo/theme.css +34 -11
- package/resources/themes/lara-dark-purple/theme.css +34 -11
- package/resources/themes/lara-dark-teal/theme.css +34 -11
- package/resources/themes/lara-light-blue/theme.css +34 -11
- package/resources/themes/lara-light-indigo/theme.css +34 -11
- package/resources/themes/lara-light-purple/theme.css +34 -11
- package/resources/themes/lara-light-teal/theme.css +34 -11
- package/resources/themes/luna-amber/theme.css +34 -11
- package/resources/themes/luna-blue/theme.css +34 -11
- package/resources/themes/luna-green/theme.css +34 -11
- package/resources/themes/luna-pink/theme.css +34 -11
- package/resources/themes/md-dark-deeppurple/theme.css +34 -11
- package/resources/themes/md-dark-indigo/theme.css +34 -11
- package/resources/themes/md-light-deeppurple/theme.css +34 -11
- package/resources/themes/md-light-indigo/theme.css +34 -11
- package/resources/themes/mdc-dark-deeppurple/theme.css +34 -11
- package/resources/themes/mdc-dark-indigo/theme.css +34 -11
- package/resources/themes/mdc-light-deeppurple/theme.css +34 -11
- package/resources/themes/mdc-light-indigo/theme.css +34 -11
- package/resources/themes/mira/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/mira/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/mira/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/mira/theme.css +6089 -0
- package/resources/themes/nano/theme.css +5861 -0
- package/resources/themes/nova/theme.css +34 -11
- package/resources/themes/nova-accent/theme.css +34 -11
- package/resources/themes/nova-alt/theme.css +34 -11
- package/resources/themes/nova-vue/theme.css +34 -11
- package/resources/themes/rhea/theme.css +34 -11
- package/resources/themes/saga-blue/theme.css +34 -11
- package/resources/themes/saga-green/theme.css +34 -11
- package/resources/themes/saga-orange/theme.css +34 -11
- package/resources/themes/saga-purple/theme.css +34 -11
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/soho-dark/theme.css +5854 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/soho-light/theme.css +5908 -0
- package/resources/themes/tailwind-light/theme.css +34 -11
- package/resources/themes/vela-blue/theme.css +34 -11
- package/resources/themes/vela-green/theme.css +34 -11
- package/resources/themes/vela-orange/theme.css +34 -11
- package/resources/themes/vela-purple/theme.css +34 -11
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/viva-dark/theme.css +6016 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
- package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
- package/resources/themes/viva-light/theme.css +6016 -0
- package/ripple/Ripple.d.ts +24 -1
- package/row/Row.d.ts +28 -10
- package/scrollpanel/ScrollPanel.d.ts +29 -11
- package/scrolltop/ScrollTop.d.ts +35 -18
- package/selectbutton/SelectButton.d.ts +47 -27
- package/sidebar/Sidebar.d.ts +46 -27
- package/skeleton/Skeleton.d.ts +36 -22
- package/slider/Slider.d.ts +46 -23
- package/speeddial/SpeedDial.d.ts +64 -51
- package/splitbutton/SplitButton.d.ts +73 -24
- package/splitbutton/SplitButton.vue +41 -1
- package/splitbutton/splitbutton.cjs.js +43 -3
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +43 -3
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +43 -3
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +49 -30
- package/splitterpanel/SplitterPanel.d.ts +28 -10
- package/steps/Steps.d.ts +36 -15
- package/styleclass/StyleClass.d.ts +72 -1
- package/tabmenu/TabMenu.d.ts +41 -16
- package/tabmenu/TabMenu.vue +1 -1
- package/tabmenu/tabmenu.cjs.js +1 -0
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +1 -0
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +1 -0
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +29 -11
- package/tabview/TabView.d.ts +47 -19
- package/tag/Tag.d.ts +33 -15
- package/tag/Tag.vue +1 -1
- package/tag/tag.cjs.js +4 -2
- package/tag/tag.cjs.min.js +1 -1
- package/tag/tag.esm.js +5 -3
- package/tag/tag.esm.min.js +1 -1
- package/tag/tag.js +4 -2
- package/tag/tag.min.js +1 -1
- package/terminal/Terminal.d.ts +30 -14
- package/terminalservice/TerminalService.d.ts +24 -5
- package/textarea/Textarea.d.ts +33 -11
- package/tieredmenu/TieredMenu.d.ts +45 -31
- package/timeline/Timeline.d.ts +41 -32
- package/toast/Toast.d.ts +63 -35
- package/toast/Toast.vue +4 -2
- package/toast/ToastMessage.vue +4 -4
- package/toast/toast.cjs.js +8 -6
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +8 -6
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -6
- package/toast/toast.min.js +1 -1
- package/toastservice/ToastService.d.ts +16 -3
- package/togglebutton/ToggleButton.d.ts +42 -22
- package/toolbar/Toolbar.d.ts +34 -14
- package/tooltip/Tooltip.d.ts +99 -1
- package/tree/Tree.d.ts +55 -36
- package/treeselect/TreeSelect.d.ts +63 -55
- package/treetable/TreeTable.d.ts +121 -107
- package/tristatecheckbox/TriStateCheckbox.d.ts +35 -12
- package/ts-helpers.d.ts +2 -2
- package/utils/utils.cjs.js +20 -22
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +20 -22
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +20 -22
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +62 -2
- package/vetur-tags.json +17 -2
- package/virtualscroller/VirtualScroller.d.ts +99 -43
- package/virtualscroller/VirtualScroller.vue +248 -72
- package/virtualscroller/virtualscroller.cjs.js +234 -72
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +234 -72
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +235 -74
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1930 -1742
|
@@ -580,7 +580,7 @@ const _hoisted_5$3 = [
|
|
|
580
580
|
];
|
|
581
581
|
const _hoisted_6$3 = ["aria-label"];
|
|
582
582
|
const _hoisted_7$2 = /*#__PURE__*/createElementVNode("span", { class: "p-row-editor-save-icon pi pi-fw pi-check" }, null, -1);
|
|
583
|
-
const _hoisted_8$
|
|
583
|
+
const _hoisted_8$2 = [
|
|
584
584
|
_hoisted_7$2
|
|
585
585
|
];
|
|
586
586
|
const _hoisted_9$1 = ["aria-label"];
|
|
@@ -711,7 +711,7 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
711
711
|
type: "button",
|
|
712
712
|
"aria-label": $options.saveButtonAriaLabel,
|
|
713
713
|
onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args)))
|
|
714
|
-
}, _hoisted_8$
|
|
714
|
+
}, _hoisted_8$2, 8, _hoisted_6$3)), [
|
|
715
715
|
[_directive_ripple]
|
|
716
716
|
])
|
|
717
717
|
: createCommentVNode("", true),
|
|
@@ -890,13 +890,6 @@ var script$7 = {
|
|
|
890
890
|
isARowSelected: false
|
|
891
891
|
};
|
|
892
892
|
},
|
|
893
|
-
watch: {
|
|
894
|
-
virtualScrollerContentProps(newValue, oldValue) {
|
|
895
|
-
if (!this.isVirtualScrollerDisabled && this.getVirtualScrollerProp('vertical') && this.getVirtualScrollerProp('itemSize', oldValue) !== this.getVirtualScrollerProp('itemSize', newValue)) {
|
|
896
|
-
this.updateVirtualScrollerPosition();
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
},
|
|
900
893
|
mounted() {
|
|
901
894
|
if (this.frozenRow) {
|
|
902
895
|
this.updateFrozenRowStickyPosition();
|
|
@@ -905,10 +898,6 @@ var script$7 = {
|
|
|
905
898
|
if (this.scrollable && this.rowGroupMode === 'subheader') {
|
|
906
899
|
this.updateFrozenRowGroupHeaderStickyPosition();
|
|
907
900
|
}
|
|
908
|
-
|
|
909
|
-
if (!this.isVirtualScrollerDisabled && this.getVirtualScrollerProp('vertical')) {
|
|
910
|
-
this.updateVirtualScrollerPosition();
|
|
911
|
-
}
|
|
912
901
|
},
|
|
913
902
|
updated() {
|
|
914
903
|
if (this.frozenRow) {
|
|
@@ -1190,11 +1179,6 @@ var script$7 = {
|
|
|
1190
1179
|
|
|
1191
1180
|
this.rowGroupHeaderStyleObject.top = tableHeaderHeight + 'px';
|
|
1192
1181
|
},
|
|
1193
|
-
updateVirtualScrollerPosition() {
|
|
1194
|
-
const tableHeaderHeight = DomHandler.getOuterHeight(this.$el.previousElementSibling);
|
|
1195
|
-
|
|
1196
|
-
this.$el.style.top = (this.$el.style.top || 0) + tableHeaderHeight + 'px';
|
|
1197
|
-
},
|
|
1198
1182
|
getVirtualScrollerProp(option, options) {
|
|
1199
1183
|
options = options || this.virtualScrollerContentProps;
|
|
1200
1184
|
|
|
@@ -1251,12 +1235,13 @@ const _hoisted_2$6 = ["onClick"];
|
|
|
1251
1235
|
const _hoisted_3$4 = ["tabindex", "aria-selected", "onClick", "onDblclick", "onContextmenu", "onKeydown", "onDragstart", "onDragover"];
|
|
1252
1236
|
const _hoisted_4$3 = ["id"];
|
|
1253
1237
|
const _hoisted_5$2 = ["colspan"];
|
|
1254
|
-
const _hoisted_6$2 =
|
|
1238
|
+
const _hoisted_6$2 = ["colspan"];
|
|
1239
|
+
const _hoisted_7$1 = {
|
|
1255
1240
|
key: 1,
|
|
1256
1241
|
class: "p-datatable-emptymessage",
|
|
1257
1242
|
role: "row"
|
|
1258
1243
|
};
|
|
1259
|
-
const
|
|
1244
|
+
const _hoisted_8$1 = ["colspan"];
|
|
1260
1245
|
|
|
1261
1246
|
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1262
1247
|
const _component_DTBodyCell = resolveComponent("DTBodyCell");
|
|
@@ -1380,20 +1365,24 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1380
1365
|
class: "p-rowgroup-footer",
|
|
1381
1366
|
role: "row"
|
|
1382
1367
|
}, [
|
|
1383
|
-
(
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1368
|
+
createElementVNode("td", {
|
|
1369
|
+
colspan: $options.columnsLength - 1
|
|
1370
|
+
}, [
|
|
1371
|
+
(openBlock(), createBlock(resolveDynamicComponent($props.templates['groupfooter']), {
|
|
1372
|
+
data: rowData,
|
|
1373
|
+
index: $options.getRowIndex(index)
|
|
1374
|
+
}, null, 8, ["data", "index"]))
|
|
1375
|
+
], 8, _hoisted_6$2)
|
|
1387
1376
|
]))
|
|
1388
1377
|
: createCommentVNode("", true)
|
|
1389
1378
|
], 64))
|
|
1390
1379
|
}), 128))
|
|
1391
|
-
: (openBlock(), createElementBlock("tr",
|
|
1380
|
+
: (openBlock(), createElementBlock("tr", _hoisted_7$1, [
|
|
1392
1381
|
createElementVNode("td", { colspan: $options.columnsLength }, [
|
|
1393
1382
|
($props.templates.empty)
|
|
1394
1383
|
? (openBlock(), createBlock(resolveDynamicComponent($props.templates.empty), { key: 0 }))
|
|
1395
1384
|
: createCommentVNode("", true)
|
|
1396
|
-
], 8,
|
|
1385
|
+
], 8, _hoisted_8$1)
|
|
1397
1386
|
]))
|
|
1398
1387
|
], 4))
|
|
1399
1388
|
}
|
|
@@ -3259,10 +3248,6 @@ var script = {
|
|
|
3259
3248
|
type: Function,
|
|
3260
3249
|
default: null
|
|
3261
3250
|
},
|
|
3262
|
-
autoLayout: {
|
|
3263
|
-
type: Boolean,
|
|
3264
|
-
default: false
|
|
3265
|
-
},
|
|
3266
3251
|
resizableColumns: {
|
|
3267
3252
|
type: Boolean,
|
|
3268
3253
|
default: false
|
|
@@ -3331,10 +3316,6 @@ var script = {
|
|
|
3331
3316
|
type: Boolean,
|
|
3332
3317
|
default: false
|
|
3333
3318
|
},
|
|
3334
|
-
scrollDirection: {
|
|
3335
|
-
type: String,
|
|
3336
|
-
default: 'vertical'
|
|
3337
|
-
},
|
|
3338
3319
|
virtualScrollerOptions: {
|
|
3339
3320
|
type: Object,
|
|
3340
3321
|
default: null
|
|
@@ -3349,7 +3330,7 @@ var script = {
|
|
|
3349
3330
|
},
|
|
3350
3331
|
responsiveLayout: {
|
|
3351
3332
|
type: String,
|
|
3352
|
-
default: '
|
|
3333
|
+
default: 'scroll'
|
|
3353
3334
|
},
|
|
3354
3335
|
breakpoint: {
|
|
3355
3336
|
type: String,
|
|
@@ -3975,7 +3956,7 @@ var script = {
|
|
|
3975
3956
|
|
|
3976
3957
|
if (firstSelectedRow) {
|
|
3977
3958
|
firstSelectedRow.tabIndex = '0';
|
|
3978
|
-
focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
3959
|
+
focusedItem && focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
3979
3960
|
} else {
|
|
3980
3961
|
rows[0].tabIndex = '0';
|
|
3981
3962
|
focusedItem !== rows[0] && (rows[rowIndex].tabIndex = '-1');
|
|
@@ -4226,7 +4207,7 @@ var script = {
|
|
|
4226
4207
|
|
|
4227
4208
|
if (i === 0) csv += '\n';
|
|
4228
4209
|
|
|
4229
|
-
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, '
|
|
4210
|
+
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, 'exportFooter')) {
|
|
4230
4211
|
if (footerInitiated) csv += this.csvSeparator;
|
|
4231
4212
|
else footerInitiated = true;
|
|
4232
4213
|
|
|
@@ -4320,15 +4301,16 @@ var script = {
|
|
|
4320
4301
|
this.createStyleElement();
|
|
4321
4302
|
|
|
4322
4303
|
let innerHTML = '';
|
|
4304
|
+
let selector = `.p-datatable[${this.attributeSelector}] > .p-datatable-wrapper ${this.virtualScrollerDisabled ? '' : '> .p-virtualscroller'} > .p-datatable-table`;
|
|
4323
4305
|
|
|
4324
4306
|
widths.forEach((width, index) => {
|
|
4325
4307
|
let colWidth = index === colIndex ? newColumnWidth : nextColumnWidth && index === colIndex + 1 ? nextColumnWidth : width;
|
|
4326
|
-
let style =
|
|
4308
|
+
let style = `width: ${colWidth}px !important; max-width: ${colWidth}px !important`;
|
|
4327
4309
|
|
|
4328
4310
|
innerHTML += `
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4311
|
+
${selector} > .p-datatable-thead > tr > th:nth-child(${index + 1}),
|
|
4312
|
+
${selector} > .p-datatable-tbody > tr > td:nth-child(${index + 1}),
|
|
4313
|
+
${selector} > .p-datatable-tfoot > tr > td:nth-child(${index + 1}) {
|
|
4332
4314
|
${style}
|
|
4333
4315
|
}
|
|
4334
4316
|
`;
|
|
@@ -4543,7 +4525,7 @@ var script = {
|
|
|
4543
4525
|
let dropIndex = this.draggedRowIndex > this.droppedRowIndex ? this.droppedRowIndex : this.droppedRowIndex === 0 ? 0 : this.droppedRowIndex - 1;
|
|
4544
4526
|
let processedData = [...this.processedData];
|
|
4545
4527
|
|
|
4546
|
-
ObjectUtils.reorderArray(processedData, this.draggedRowIndex, dropIndex);
|
|
4528
|
+
ObjectUtils.reorderArray(processedData, this.draggedRowIndex + this.d_first, dropIndex + this.d_first);
|
|
4547
4529
|
|
|
4548
4530
|
this.$emit('row-reorder', {
|
|
4549
4531
|
originalEvent: event,
|
|
@@ -4760,14 +4742,15 @@ var script = {
|
|
|
4760
4742
|
this.createStyleElement();
|
|
4761
4743
|
|
|
4762
4744
|
let innerHTML = '';
|
|
4745
|
+
let selector = `.p-datatable[${this.attributeSelector}] > .p-datatable-wrapper ${this.virtualScrollerDisabled ? '' : '> .p-virtualscroller'} > .p-datatable-table`;
|
|
4763
4746
|
|
|
4764
4747
|
widths.forEach((width, index) => {
|
|
4765
|
-
let style =
|
|
4748
|
+
let style = `width: ${width}px !important; max-width: ${width}px !important`;
|
|
4766
4749
|
|
|
4767
4750
|
innerHTML += `
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4751
|
+
${selector} > .p-datatable-thead > tr > th:nth-child(${index + 1}),
|
|
4752
|
+
${selector} > .p-datatable-tbody > tr > td:nth-child(${index + 1}),
|
|
4753
|
+
${selector} > .p-datatable-tfoot > tr > td:nth-child(${index + 1}) {
|
|
4771
4754
|
${style}
|
|
4772
4755
|
}
|
|
4773
4756
|
`;
|
|
@@ -4892,31 +4875,34 @@ var script = {
|
|
|
4892
4875
|
this.responsiveStyleElement.type = 'text/css';
|
|
4893
4876
|
document.head.appendChild(this.responsiveStyleElement);
|
|
4894
4877
|
|
|
4878
|
+
let tableSelector = `.p-datatable-wrapper ${this.virtualScrollerDisabled ? '' : '> .p-virtualscroller'} > .p-datatable-table`;
|
|
4879
|
+
let selector = `.p-datatable[${this.attributeSelector}] > ${tableSelector}`;
|
|
4880
|
+
let gridLinesSelector = `.p-datatable[${this.attributeSelector}].p-datatable-gridlines > ${tableSelector}`;
|
|
4895
4881
|
let innerHTML = `
|
|
4896
4882
|
@media screen and (max-width: ${this.breakpoint}) {
|
|
4897
|
-
|
|
4898
|
-
|
|
4883
|
+
${selector} > .p-datatable-thead > tr > th,
|
|
4884
|
+
${selector} > .p-datatable-tfoot > tr > td {
|
|
4899
4885
|
display: none !important;
|
|
4900
4886
|
}
|
|
4901
4887
|
|
|
4902
|
-
|
|
4888
|
+
${selector} > .p-datatable-tbody > tr > td {
|
|
4903
4889
|
display: flex;
|
|
4904
4890
|
width: 100% !important;
|
|
4905
4891
|
align-items: center;
|
|
4906
4892
|
justify-content: space-between;
|
|
4907
4893
|
}
|
|
4908
4894
|
|
|
4909
|
-
|
|
4895
|
+
${selector} > .p-datatable-tbody > tr > td:not(:last-child) {
|
|
4910
4896
|
border: 0 none;
|
|
4911
4897
|
}
|
|
4912
4898
|
|
|
4913
|
-
|
|
4899
|
+
${gridLinesSelector} > .p-datatable-tbody > tr > td:last-child {
|
|
4914
4900
|
border-top: 0;
|
|
4915
4901
|
border-right: 0;
|
|
4916
4902
|
border-left: 0;
|
|
4917
4903
|
}
|
|
4918
4904
|
|
|
4919
|
-
|
|
4905
|
+
${selector} > .p-datatable-tbody > tr > td > .p-column-title {
|
|
4920
4906
|
display: block;
|
|
4921
4907
|
}
|
|
4922
4908
|
}
|
|
@@ -4967,6 +4953,9 @@ var script = {
|
|
|
4967
4953
|
},
|
|
4968
4954
|
getVirtualScrollerRef() {
|
|
4969
4955
|
return this.$refs.virtualScroller;
|
|
4956
|
+
},
|
|
4957
|
+
hasSpacerStyle(style) {
|
|
4958
|
+
return ObjectUtils.isNotEmpty(style);
|
|
4970
4959
|
}
|
|
4971
4960
|
},
|
|
4972
4961
|
computed: {
|
|
@@ -4975,13 +4964,9 @@ var script = {
|
|
|
4975
4964
|
'p-datatable p-component',
|
|
4976
4965
|
{
|
|
4977
4966
|
'p-datatable-hoverable-rows': this.rowHover || this.selectionMode,
|
|
4978
|
-
'p-datatable-auto-layout': this.autoLayout,
|
|
4979
4967
|
'p-datatable-resizable': this.resizableColumns,
|
|
4980
4968
|
'p-datatable-resizable-fit': this.resizableColumns && this.columnResizeMode === 'fit',
|
|
4981
4969
|
'p-datatable-scrollable': this.scrollable,
|
|
4982
|
-
'p-datatable-scrollable-vertical': this.scrollable && this.scrollDirection === 'vertical',
|
|
4983
|
-
'p-datatable-scrollable-horizontal': this.scrollable && this.scrollDirection === 'horizontal',
|
|
4984
|
-
'p-datatable-scrollable-both': this.scrollable && this.scrollDirection === 'both',
|
|
4985
4970
|
'p-datatable-flex-scrollable': this.scrollable && this.scrollHeight === 'flex',
|
|
4986
4971
|
'p-datatable-responsive-stack': this.responsiveLayout === 'stack',
|
|
4987
4972
|
'p-datatable-responsive-scroll': this.responsiveLayout === 'scroll',
|
|
@@ -4992,6 +4977,17 @@ var script = {
|
|
|
4992
4977
|
}
|
|
4993
4978
|
];
|
|
4994
4979
|
},
|
|
4980
|
+
tableStyleClass() {
|
|
4981
|
+
return [
|
|
4982
|
+
'p-datatable-table',
|
|
4983
|
+
{
|
|
4984
|
+
'p-datatable-scrollable-table': this.scrollable,
|
|
4985
|
+
'p-datatable-resizable-table': this.resizableColumns,
|
|
4986
|
+
'p-datatable-resizable-table-fit': this.resizableColumns && this.columnResizeMode === 'fit'
|
|
4987
|
+
},
|
|
4988
|
+
this.tableClass
|
|
4989
|
+
];
|
|
4990
|
+
},
|
|
4995
4991
|
columns() {
|
|
4996
4992
|
let children = this.getChildren();
|
|
4997
4993
|
|
|
@@ -5127,7 +5123,7 @@ const _hoisted_2 = {
|
|
|
5127
5123
|
class: "p-datatable-header"
|
|
5128
5124
|
};
|
|
5129
5125
|
const _hoisted_3 = {
|
|
5130
|
-
key:
|
|
5126
|
+
key: 3,
|
|
5131
5127
|
class: "p-datatable-footer"
|
|
5132
5128
|
};
|
|
5133
5129
|
const _hoisted_4 = {
|
|
@@ -5216,16 +5212,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5216
5212
|
createVNode(_component_DTVirtualScroller, mergeProps({ ref: "virtualScroller" }, $props.virtualScrollerOptions, {
|
|
5217
5213
|
items: $options.processedData,
|
|
5218
5214
|
columns: $options.columns,
|
|
5219
|
-
style: { height: $props.scrollHeight },
|
|
5215
|
+
style: { height: $props.scrollHeight !== 'flex' ? $props.scrollHeight : undefined },
|
|
5216
|
+
scrollHeight: $props.scrollHeight !== 'flex' ? undefined : '100%',
|
|
5220
5217
|
disabled: $options.virtualScrollerDisabled,
|
|
5221
5218
|
loaderDisabled: "",
|
|
5219
|
+
inline: "",
|
|
5220
|
+
autoSize: "",
|
|
5222
5221
|
showSpacer: false
|
|
5223
5222
|
}), {
|
|
5224
5223
|
content: withCtx((slotProps) => [
|
|
5225
5224
|
createElementVNode("table", mergeProps({
|
|
5226
5225
|
ref: "table",
|
|
5227
5226
|
role: "table",
|
|
5228
|
-
class:
|
|
5227
|
+
class: $options.tableStyleClass,
|
|
5229
5228
|
style: [$props.tableStyle, slotProps.spacerStyle]
|
|
5230
5229
|
}, $props.tableProps), [
|
|
5231
5230
|
createVNode(_component_DTTableHeader, {
|
|
@@ -5369,6 +5368,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5369
5368
|
editingMeta: $data.d_editingMeta,
|
|
5370
5369
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
5371
5370
|
}, null, 8, ["value", "class", "columns", "empty", "dataKey", "selection", "selectionKeys", "selectionMode", "contextMenu", "contextMenuSelection", "rowGroupMode", "groupRowsBy", "expandableRowGroups", "rowClass", "rowStyle", "editMode", "compareSelectionBy", "scrollable", "expandedRowIcon", "collapsedRowIcon", "expandedRows", "expandedRowKeys", "expandedRowGroups", "editingRows", "editingRowKeys", "templates", "responsiveLayout", "virtualScrollerContentProps", "isVirtualScrollerDisabled", "onRowgroupToggle", "onRowTouchend", "onRowKeydown", "onRowMousedown", "editingMeta", "onEditingMetaChange"]),
|
|
5371
|
+
($options.hasSpacerStyle(slotProps.spacerStyle))
|
|
5372
|
+
? (openBlock(), createElementBlock("tbody", {
|
|
5373
|
+
key: 1,
|
|
5374
|
+
style: normalizeStyle({ height: `calc(${slotProps.spacerStyle.height} - ${slotProps.rows.length * slotProps.itemSize}px)` }),
|
|
5375
|
+
class: "p-datatable-virtualscroller-spacer"
|
|
5376
|
+
}, null, 4))
|
|
5377
|
+
: createCommentVNode("", true),
|
|
5372
5378
|
createVNode(_component_DTTableFooter, {
|
|
5373
5379
|
columnGroup: $options.footerColumnGroup,
|
|
5374
5380
|
columns: slotProps.columns
|
|
@@ -5376,11 +5382,16 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5376
5382
|
], 16)
|
|
5377
5383
|
]),
|
|
5378
5384
|
_: 1
|
|
5379
|
-
}, 16, ["items", "columns", "style", "disabled"])
|
|
5385
|
+
}, 16, ["items", "columns", "style", "scrollHeight", "disabled"])
|
|
5380
5386
|
], 4),
|
|
5387
|
+
(_ctx.$slots.footer)
|
|
5388
|
+
? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
5389
|
+
renderSlot(_ctx.$slots, "footer")
|
|
5390
|
+
]))
|
|
5391
|
+
: createCommentVNode("", true),
|
|
5381
5392
|
($options.paginatorBottom)
|
|
5382
5393
|
? (openBlock(), createBlock(_component_DTPaginator, {
|
|
5383
|
-
key:
|
|
5394
|
+
key: 4,
|
|
5384
5395
|
rows: $data.d_rows,
|
|
5385
5396
|
first: $data.d_first,
|
|
5386
5397
|
totalRecords: $options.totalRecordsLength,
|
|
@@ -5412,11 +5423,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5412
5423
|
: undefined
|
|
5413
5424
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5414
5425
|
: createCommentVNode("", true),
|
|
5415
|
-
(_ctx.$slots.footer)
|
|
5416
|
-
? (openBlock(), createElementBlock("div", _hoisted_3, [
|
|
5417
|
-
renderSlot(_ctx.$slots, "footer")
|
|
5418
|
-
]))
|
|
5419
|
-
: createCommentVNode("", true),
|
|
5420
5426
|
createElementVNode("div", _hoisted_4, null, 512),
|
|
5421
5427
|
($props.reorderableColumns)
|
|
5422
5428
|
? (openBlock(), createElementBlock("span", _hoisted_5, null, 512))
|
|
@@ -5454,7 +5460,7 @@ function styleInject(css, ref) {
|
|
|
5454
5460
|
}
|
|
5455
5461
|
}
|
|
5456
5462
|
|
|
5457
|
-
var css_248z = "\n.p-datatable {\n position: relative;\n}\n.p-datatable table {\n border-
|
|
5463
|
+
var css_248z = "\n.p-datatable {\n position: relative;\n}\n.p-datatable > .p-datatable-wrapper {\n overflow: auto;\n}\n.p-datatable-table {\n border-spacing: 0px;\n width: 100%;\n}\n.p-datatable .p-sortable-column {\n cursor: pointer;\n user-select: none;\n}\n.p-datatable .p-sortable-column .p-column-title,\n.p-datatable .p-sortable-column .p-sortable-column-icon,\n.p-datatable .p-sortable-column .p-sortable-column-badge {\n vertical-align: middle;\n}\n.p-datatable .p-sortable-column .p-sortable-column-badge {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n}\n.p-datatable-hoverable-rows .p-selectable-row {\n cursor: pointer;\n}\n\n/* Scrollable */\n.p-datatable-scrollable > .p-datatable-wrapper {\n position: relative;\n}\n.p-datatable-scrollable-table > .p-datatable-thead {\n position: sticky;\n top: 0;\n z-index: 1;\n}\n.p-datatable-scrollable-table > .p-datatable-frozen-tbody {\n position: sticky;\n z-index: 1;\n}\n.p-datatable-scrollable-table > .p-datatable-tfoot {\n position: sticky;\n bottom: 0;\n z-index: 1;\n}\n.p-datatable-scrollable .p-frozen-column {\n position: sticky;\n background: inherit;\n}\n.p-datatable-scrollable th.p-frozen-column {\n z-index: 1;\n}\n.p-datatable-flex-scrollable {\n display: flex;\n flex-direction: column;\n height: 100%;\n}\n.p-datatable-flex-scrollable > .p-datatable-wrapper {\n display: flex;\n flex-direction: column;\n flex: 1;\n height: 100%;\n}\n.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {\n position: sticky;\n z-index: 1;\n}\n\n/* Resizable */\n.p-datatable-resizable-table > .p-datatable-thead > tr > th,\n.p-datatable-resizable-table > .p-datatable-tfoot > tr > td,\n.p-datatable-resizable-table > .p-datatable-tbody > tr > td {\n overflow: hidden;\n white-space: nowrap;\n}\n.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {\n background-clip: padding-box;\n position: relative;\n}\n.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {\n display: none;\n}\n.p-datatable .p-column-resizer {\n display: block;\n position: absolute !important;\n top: 0;\n right: 0;\n margin: 0;\n width: 0.5rem;\n height: 100%;\n padding: 0px;\n cursor: col-resize;\n border: 1px solid transparent;\n}\n.p-datatable .p-column-header-content {\n display: flex;\n align-items: center;\n}\n.p-datatable .p-column-resizer-helper {\n width: 1px;\n position: absolute;\n z-index: 10;\n display: none;\n}\n.p-datatable .p-row-editor-init,\n.p-datatable .p-row-editor-save,\n.p-datatable .p-row-editor-cancel {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n}\n\n/* Expand */\n.p-datatable .p-row-toggler {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n position: relative;\n}\n\n/* Reorder */\n.p-datatable-reorder-indicator-up,\n.p-datatable-reorder-indicator-down {\n position: absolute;\n display: none;\n}\n.p-reorderable-column,\n.p-datatable-reorderablerow-handle {\n cursor: move;\n}\n\n/* Loader */\n.p-datatable .p-datatable-loading-overlay {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n z-index: 2;\n}\n\n/* Filter */\n.p-column-filter-row {\n display: flex;\n align-items: center;\n width: 100%;\n}\n.p-column-filter-menu {\n display: inline-flex;\n margin-left: auto;\n}\n.p-column-filter-row .p-column-filter-element {\n flex: 1 1 auto;\n width: 1%;\n}\n.p-column-filter-menu-button,\n.p-column-filter-clear-button {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n text-decoration: none;\n overflow: hidden;\n position: relative;\n}\n.p-column-filter-overlay {\n position: absolute;\n top: 0;\n left: 0;\n}\n.p-column-filter-row-items {\n margin: 0;\n padding: 0;\n list-style: none;\n}\n.p-column-filter-row-item {\n cursor: pointer;\n}\n.p-column-filter-add-button,\n.p-column-filter-remove-button {\n justify-content: center;\n}\n.p-column-filter-add-button .p-button-label,\n.p-column-filter-remove-button .p-button-label {\n flex-grow: 0;\n}\n.p-column-filter-buttonbar {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.p-column-filter-buttonbar .p-button:not(.p-button-icon-only) {\n width: auto;\n}\n\n/* Responsive */\n.p-datatable .p-datatable-tbody > tr > td > .p-column-title {\n display: none;\n}\n\n/* VirtualScroller */\n.p-datatable-virtualscroller-spacer {\n display: flex;\n}\n.p-datatable .p-virtualscroller .p-virtualscroller-loading {\n transform: none !important;\n min-height: 0;\n position: sticky;\n top: 0;\n left: 0;\n}\n";
|
|
5458
5464
|
styleInject(css_248z);
|
|
5459
5465
|
|
|
5460
5466
|
script.render = render;
|