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
|
@@ -593,7 +593,7 @@ const _hoisted_5$3 = [
|
|
|
593
593
|
];
|
|
594
594
|
const _hoisted_6$3 = ["aria-label"];
|
|
595
595
|
const _hoisted_7$2 = /*#__PURE__*/vue.createElementVNode("span", { class: "p-row-editor-save-icon pi pi-fw pi-check" }, null, -1);
|
|
596
|
-
const _hoisted_8$
|
|
596
|
+
const _hoisted_8$2 = [
|
|
597
597
|
_hoisted_7$2
|
|
598
598
|
];
|
|
599
599
|
const _hoisted_9$1 = ["aria-label"];
|
|
@@ -724,7 +724,7 @@ function render$8(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
724
724
|
type: "button",
|
|
725
725
|
"aria-label": $options.saveButtonAriaLabel,
|
|
726
726
|
onClick: _cache[4] || (_cache[4] = (...args) => ($options.onRowEditSave && $options.onRowEditSave(...args)))
|
|
727
|
-
}, _hoisted_8$
|
|
727
|
+
}, _hoisted_8$2, 8, _hoisted_6$3)), [
|
|
728
728
|
[_directive_ripple]
|
|
729
729
|
])
|
|
730
730
|
: vue.createCommentVNode("", true),
|
|
@@ -903,13 +903,6 @@ var script$7 = {
|
|
|
903
903
|
isARowSelected: false
|
|
904
904
|
};
|
|
905
905
|
},
|
|
906
|
-
watch: {
|
|
907
|
-
virtualScrollerContentProps(newValue, oldValue) {
|
|
908
|
-
if (!this.isVirtualScrollerDisabled && this.getVirtualScrollerProp('vertical') && this.getVirtualScrollerProp('itemSize', oldValue) !== this.getVirtualScrollerProp('itemSize', newValue)) {
|
|
909
|
-
this.updateVirtualScrollerPosition();
|
|
910
|
-
}
|
|
911
|
-
}
|
|
912
|
-
},
|
|
913
906
|
mounted() {
|
|
914
907
|
if (this.frozenRow) {
|
|
915
908
|
this.updateFrozenRowStickyPosition();
|
|
@@ -918,10 +911,6 @@ var script$7 = {
|
|
|
918
911
|
if (this.scrollable && this.rowGroupMode === 'subheader') {
|
|
919
912
|
this.updateFrozenRowGroupHeaderStickyPosition();
|
|
920
913
|
}
|
|
921
|
-
|
|
922
|
-
if (!this.isVirtualScrollerDisabled && this.getVirtualScrollerProp('vertical')) {
|
|
923
|
-
this.updateVirtualScrollerPosition();
|
|
924
|
-
}
|
|
925
914
|
},
|
|
926
915
|
updated() {
|
|
927
916
|
if (this.frozenRow) {
|
|
@@ -1203,11 +1192,6 @@ var script$7 = {
|
|
|
1203
1192
|
|
|
1204
1193
|
this.rowGroupHeaderStyleObject.top = tableHeaderHeight + 'px';
|
|
1205
1194
|
},
|
|
1206
|
-
updateVirtualScrollerPosition() {
|
|
1207
|
-
const tableHeaderHeight = utils.DomHandler.getOuterHeight(this.$el.previousElementSibling);
|
|
1208
|
-
|
|
1209
|
-
this.$el.style.top = (this.$el.style.top || 0) + tableHeaderHeight + 'px';
|
|
1210
|
-
},
|
|
1211
1195
|
getVirtualScrollerProp(option, options) {
|
|
1212
1196
|
options = options || this.virtualScrollerContentProps;
|
|
1213
1197
|
|
|
@@ -1264,12 +1248,13 @@ const _hoisted_2$6 = ["onClick"];
|
|
|
1264
1248
|
const _hoisted_3$4 = ["tabindex", "aria-selected", "onClick", "onDblclick", "onContextmenu", "onKeydown", "onDragstart", "onDragover"];
|
|
1265
1249
|
const _hoisted_4$3 = ["id"];
|
|
1266
1250
|
const _hoisted_5$2 = ["colspan"];
|
|
1267
|
-
const _hoisted_6$2 =
|
|
1251
|
+
const _hoisted_6$2 = ["colspan"];
|
|
1252
|
+
const _hoisted_7$1 = {
|
|
1268
1253
|
key: 1,
|
|
1269
1254
|
class: "p-datatable-emptymessage",
|
|
1270
1255
|
role: "row"
|
|
1271
1256
|
};
|
|
1272
|
-
const
|
|
1257
|
+
const _hoisted_8$1 = ["colspan"];
|
|
1273
1258
|
|
|
1274
1259
|
function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
1275
1260
|
const _component_DTBodyCell = vue.resolveComponent("DTBodyCell");
|
|
@@ -1393,20 +1378,24 @@ function render$7(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1393
1378
|
class: "p-rowgroup-footer",
|
|
1394
1379
|
role: "row"
|
|
1395
1380
|
}, [
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1381
|
+
vue.createElementVNode("td", {
|
|
1382
|
+
colspan: $options.columnsLength - 1
|
|
1383
|
+
}, [
|
|
1384
|
+
(vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates['groupfooter']), {
|
|
1385
|
+
data: rowData,
|
|
1386
|
+
index: $options.getRowIndex(index)
|
|
1387
|
+
}, null, 8, ["data", "index"]))
|
|
1388
|
+
], 8, _hoisted_6$2)
|
|
1400
1389
|
]))
|
|
1401
1390
|
: vue.createCommentVNode("", true)
|
|
1402
1391
|
], 64))
|
|
1403
1392
|
}), 128))
|
|
1404
|
-
: (vue.openBlock(), vue.createElementBlock("tr",
|
|
1393
|
+
: (vue.openBlock(), vue.createElementBlock("tr", _hoisted_7$1, [
|
|
1405
1394
|
vue.createElementVNode("td", { colspan: $options.columnsLength }, [
|
|
1406
1395
|
($props.templates.empty)
|
|
1407
1396
|
? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent($props.templates.empty), { key: 0 }))
|
|
1408
1397
|
: vue.createCommentVNode("", true)
|
|
1409
|
-
], 8,
|
|
1398
|
+
], 8, _hoisted_8$1)
|
|
1410
1399
|
]))
|
|
1411
1400
|
], 4))
|
|
1412
1401
|
}
|
|
@@ -3272,10 +3261,6 @@ var script = {
|
|
|
3272
3261
|
type: Function,
|
|
3273
3262
|
default: null
|
|
3274
3263
|
},
|
|
3275
|
-
autoLayout: {
|
|
3276
|
-
type: Boolean,
|
|
3277
|
-
default: false
|
|
3278
|
-
},
|
|
3279
3264
|
resizableColumns: {
|
|
3280
3265
|
type: Boolean,
|
|
3281
3266
|
default: false
|
|
@@ -3344,10 +3329,6 @@ var script = {
|
|
|
3344
3329
|
type: Boolean,
|
|
3345
3330
|
default: false
|
|
3346
3331
|
},
|
|
3347
|
-
scrollDirection: {
|
|
3348
|
-
type: String,
|
|
3349
|
-
default: 'vertical'
|
|
3350
|
-
},
|
|
3351
3332
|
virtualScrollerOptions: {
|
|
3352
3333
|
type: Object,
|
|
3353
3334
|
default: null
|
|
@@ -3362,7 +3343,7 @@ var script = {
|
|
|
3362
3343
|
},
|
|
3363
3344
|
responsiveLayout: {
|
|
3364
3345
|
type: String,
|
|
3365
|
-
default: '
|
|
3346
|
+
default: 'scroll'
|
|
3366
3347
|
},
|
|
3367
3348
|
breakpoint: {
|
|
3368
3349
|
type: String,
|
|
@@ -3988,7 +3969,7 @@ var script = {
|
|
|
3988
3969
|
|
|
3989
3970
|
if (firstSelectedRow) {
|
|
3990
3971
|
firstSelectedRow.tabIndex = '0';
|
|
3991
|
-
focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
3972
|
+
focusedItem && focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
3992
3973
|
} else {
|
|
3993
3974
|
rows[0].tabIndex = '0';
|
|
3994
3975
|
focusedItem !== rows[0] && (rows[rowIndex].tabIndex = '-1');
|
|
@@ -4239,7 +4220,7 @@ var script = {
|
|
|
4239
4220
|
|
|
4240
4221
|
if (i === 0) csv += '\n';
|
|
4241
4222
|
|
|
4242
|
-
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, '
|
|
4223
|
+
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, 'exportFooter')) {
|
|
4243
4224
|
if (footerInitiated) csv += this.csvSeparator;
|
|
4244
4225
|
else footerInitiated = true;
|
|
4245
4226
|
|
|
@@ -4333,15 +4314,16 @@ var script = {
|
|
|
4333
4314
|
this.createStyleElement();
|
|
4334
4315
|
|
|
4335
4316
|
let innerHTML = '';
|
|
4317
|
+
let selector = `.p-datatable[${this.attributeSelector}] > .p-datatable-wrapper ${this.virtualScrollerDisabled ? '' : '> .p-virtualscroller'} > .p-datatable-table`;
|
|
4336
4318
|
|
|
4337
4319
|
widths.forEach((width, index) => {
|
|
4338
4320
|
let colWidth = index === colIndex ? newColumnWidth : nextColumnWidth && index === colIndex + 1 ? nextColumnWidth : width;
|
|
4339
|
-
let style =
|
|
4321
|
+
let style = `width: ${colWidth}px !important; max-width: ${colWidth}px !important`;
|
|
4340
4322
|
|
|
4341
4323
|
innerHTML += `
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4324
|
+
${selector} > .p-datatable-thead > tr > th:nth-child(${index + 1}),
|
|
4325
|
+
${selector} > .p-datatable-tbody > tr > td:nth-child(${index + 1}),
|
|
4326
|
+
${selector} > .p-datatable-tfoot > tr > td:nth-child(${index + 1}) {
|
|
4345
4327
|
${style}
|
|
4346
4328
|
}
|
|
4347
4329
|
`;
|
|
@@ -4556,7 +4538,7 @@ var script = {
|
|
|
4556
4538
|
let dropIndex = this.draggedRowIndex > this.droppedRowIndex ? this.droppedRowIndex : this.droppedRowIndex === 0 ? 0 : this.droppedRowIndex - 1;
|
|
4557
4539
|
let processedData = [...this.processedData];
|
|
4558
4540
|
|
|
4559
|
-
utils.ObjectUtils.reorderArray(processedData, this.draggedRowIndex, dropIndex);
|
|
4541
|
+
utils.ObjectUtils.reorderArray(processedData, this.draggedRowIndex + this.d_first, dropIndex + this.d_first);
|
|
4560
4542
|
|
|
4561
4543
|
this.$emit('row-reorder', {
|
|
4562
4544
|
originalEvent: event,
|
|
@@ -4773,14 +4755,15 @@ var script = {
|
|
|
4773
4755
|
this.createStyleElement();
|
|
4774
4756
|
|
|
4775
4757
|
let innerHTML = '';
|
|
4758
|
+
let selector = `.p-datatable[${this.attributeSelector}] > .p-datatable-wrapper ${this.virtualScrollerDisabled ? '' : '> .p-virtualscroller'} > .p-datatable-table`;
|
|
4776
4759
|
|
|
4777
4760
|
widths.forEach((width, index) => {
|
|
4778
|
-
let style =
|
|
4761
|
+
let style = `width: ${width}px !important; max-width: ${width}px !important`;
|
|
4779
4762
|
|
|
4780
4763
|
innerHTML += `
|
|
4781
|
-
|
|
4782
|
-
|
|
4783
|
-
|
|
4764
|
+
${selector} > .p-datatable-thead > tr > th:nth-child(${index + 1}),
|
|
4765
|
+
${selector} > .p-datatable-tbody > tr > td:nth-child(${index + 1}),
|
|
4766
|
+
${selector} > .p-datatable-tfoot > tr > td:nth-child(${index + 1}) {
|
|
4784
4767
|
${style}
|
|
4785
4768
|
}
|
|
4786
4769
|
`;
|
|
@@ -4905,31 +4888,34 @@ var script = {
|
|
|
4905
4888
|
this.responsiveStyleElement.type = 'text/css';
|
|
4906
4889
|
document.head.appendChild(this.responsiveStyleElement);
|
|
4907
4890
|
|
|
4891
|
+
let tableSelector = `.p-datatable-wrapper ${this.virtualScrollerDisabled ? '' : '> .p-virtualscroller'} > .p-datatable-table`;
|
|
4892
|
+
let selector = `.p-datatable[${this.attributeSelector}] > ${tableSelector}`;
|
|
4893
|
+
let gridLinesSelector = `.p-datatable[${this.attributeSelector}].p-datatable-gridlines > ${tableSelector}`;
|
|
4908
4894
|
let innerHTML = `
|
|
4909
4895
|
@media screen and (max-width: ${this.breakpoint}) {
|
|
4910
|
-
|
|
4911
|
-
|
|
4896
|
+
${selector} > .p-datatable-thead > tr > th,
|
|
4897
|
+
${selector} > .p-datatable-tfoot > tr > td {
|
|
4912
4898
|
display: none !important;
|
|
4913
4899
|
}
|
|
4914
4900
|
|
|
4915
|
-
|
|
4901
|
+
${selector} > .p-datatable-tbody > tr > td {
|
|
4916
4902
|
display: flex;
|
|
4917
4903
|
width: 100% !important;
|
|
4918
4904
|
align-items: center;
|
|
4919
4905
|
justify-content: space-between;
|
|
4920
4906
|
}
|
|
4921
4907
|
|
|
4922
|
-
|
|
4908
|
+
${selector} > .p-datatable-tbody > tr > td:not(:last-child) {
|
|
4923
4909
|
border: 0 none;
|
|
4924
4910
|
}
|
|
4925
4911
|
|
|
4926
|
-
|
|
4912
|
+
${gridLinesSelector} > .p-datatable-tbody > tr > td:last-child {
|
|
4927
4913
|
border-top: 0;
|
|
4928
4914
|
border-right: 0;
|
|
4929
4915
|
border-left: 0;
|
|
4930
4916
|
}
|
|
4931
4917
|
|
|
4932
|
-
|
|
4918
|
+
${selector} > .p-datatable-tbody > tr > td > .p-column-title {
|
|
4933
4919
|
display: block;
|
|
4934
4920
|
}
|
|
4935
4921
|
}
|
|
@@ -4980,6 +4966,9 @@ var script = {
|
|
|
4980
4966
|
},
|
|
4981
4967
|
getVirtualScrollerRef() {
|
|
4982
4968
|
return this.$refs.virtualScroller;
|
|
4969
|
+
},
|
|
4970
|
+
hasSpacerStyle(style) {
|
|
4971
|
+
return utils.ObjectUtils.isNotEmpty(style);
|
|
4983
4972
|
}
|
|
4984
4973
|
},
|
|
4985
4974
|
computed: {
|
|
@@ -4988,13 +4977,9 @@ var script = {
|
|
|
4988
4977
|
'p-datatable p-component',
|
|
4989
4978
|
{
|
|
4990
4979
|
'p-datatable-hoverable-rows': this.rowHover || this.selectionMode,
|
|
4991
|
-
'p-datatable-auto-layout': this.autoLayout,
|
|
4992
4980
|
'p-datatable-resizable': this.resizableColumns,
|
|
4993
4981
|
'p-datatable-resizable-fit': this.resizableColumns && this.columnResizeMode === 'fit',
|
|
4994
4982
|
'p-datatable-scrollable': this.scrollable,
|
|
4995
|
-
'p-datatable-scrollable-vertical': this.scrollable && this.scrollDirection === 'vertical',
|
|
4996
|
-
'p-datatable-scrollable-horizontal': this.scrollable && this.scrollDirection === 'horizontal',
|
|
4997
|
-
'p-datatable-scrollable-both': this.scrollable && this.scrollDirection === 'both',
|
|
4998
4983
|
'p-datatable-flex-scrollable': this.scrollable && this.scrollHeight === 'flex',
|
|
4999
4984
|
'p-datatable-responsive-stack': this.responsiveLayout === 'stack',
|
|
5000
4985
|
'p-datatable-responsive-scroll': this.responsiveLayout === 'scroll',
|
|
@@ -5005,6 +4990,17 @@ var script = {
|
|
|
5005
4990
|
}
|
|
5006
4991
|
];
|
|
5007
4992
|
},
|
|
4993
|
+
tableStyleClass() {
|
|
4994
|
+
return [
|
|
4995
|
+
'p-datatable-table',
|
|
4996
|
+
{
|
|
4997
|
+
'p-datatable-scrollable-table': this.scrollable,
|
|
4998
|
+
'p-datatable-resizable-table': this.resizableColumns,
|
|
4999
|
+
'p-datatable-resizable-table-fit': this.resizableColumns && this.columnResizeMode === 'fit'
|
|
5000
|
+
},
|
|
5001
|
+
this.tableClass
|
|
5002
|
+
];
|
|
5003
|
+
},
|
|
5008
5004
|
columns() {
|
|
5009
5005
|
let children = this.getChildren();
|
|
5010
5006
|
|
|
@@ -5140,7 +5136,7 @@ const _hoisted_2 = {
|
|
|
5140
5136
|
class: "p-datatable-header"
|
|
5141
5137
|
};
|
|
5142
5138
|
const _hoisted_3 = {
|
|
5143
|
-
key:
|
|
5139
|
+
key: 3,
|
|
5144
5140
|
class: "p-datatable-footer"
|
|
5145
5141
|
};
|
|
5146
5142
|
const _hoisted_4 = {
|
|
@@ -5229,16 +5225,19 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5229
5225
|
vue.createVNode(_component_DTVirtualScroller, vue.mergeProps({ ref: "virtualScroller" }, $props.virtualScrollerOptions, {
|
|
5230
5226
|
items: $options.processedData,
|
|
5231
5227
|
columns: $options.columns,
|
|
5232
|
-
style: { height: $props.scrollHeight },
|
|
5228
|
+
style: { height: $props.scrollHeight !== 'flex' ? $props.scrollHeight : undefined },
|
|
5229
|
+
scrollHeight: $props.scrollHeight !== 'flex' ? undefined : '100%',
|
|
5233
5230
|
disabled: $options.virtualScrollerDisabled,
|
|
5234
5231
|
loaderDisabled: "",
|
|
5232
|
+
inline: "",
|
|
5233
|
+
autoSize: "",
|
|
5235
5234
|
showSpacer: false
|
|
5236
5235
|
}), {
|
|
5237
5236
|
content: vue.withCtx((slotProps) => [
|
|
5238
5237
|
vue.createElementVNode("table", vue.mergeProps({
|
|
5239
5238
|
ref: "table",
|
|
5240
5239
|
role: "table",
|
|
5241
|
-
class:
|
|
5240
|
+
class: $options.tableStyleClass,
|
|
5242
5241
|
style: [$props.tableStyle, slotProps.spacerStyle]
|
|
5243
5242
|
}, $props.tableProps), [
|
|
5244
5243
|
vue.createVNode(_component_DTTableHeader, {
|
|
@@ -5382,6 +5381,13 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5382
5381
|
editingMeta: $data.d_editingMeta,
|
|
5383
5382
|
onEditingMetaChange: $options.onEditingMetaChange
|
|
5384
5383
|
}, 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"]),
|
|
5384
|
+
($options.hasSpacerStyle(slotProps.spacerStyle))
|
|
5385
|
+
? (vue.openBlock(), vue.createElementBlock("tbody", {
|
|
5386
|
+
key: 1,
|
|
5387
|
+
style: vue.normalizeStyle({ height: `calc(${slotProps.spacerStyle.height} - ${slotProps.rows.length * slotProps.itemSize}px)` }),
|
|
5388
|
+
class: "p-datatable-virtualscroller-spacer"
|
|
5389
|
+
}, null, 4))
|
|
5390
|
+
: vue.createCommentVNode("", true),
|
|
5385
5391
|
vue.createVNode(_component_DTTableFooter, {
|
|
5386
5392
|
columnGroup: $options.footerColumnGroup,
|
|
5387
5393
|
columns: slotProps.columns
|
|
@@ -5389,11 +5395,16 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5389
5395
|
], 16)
|
|
5390
5396
|
]),
|
|
5391
5397
|
_: 1
|
|
5392
|
-
}, 16, ["items", "columns", "style", "disabled"])
|
|
5398
|
+
}, 16, ["items", "columns", "style", "scrollHeight", "disabled"])
|
|
5393
5399
|
], 4),
|
|
5400
|
+
(_ctx.$slots.footer)
|
|
5401
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
5402
|
+
vue.renderSlot(_ctx.$slots, "footer")
|
|
5403
|
+
]))
|
|
5404
|
+
: vue.createCommentVNode("", true),
|
|
5394
5405
|
($options.paginatorBottom)
|
|
5395
5406
|
? (vue.openBlock(), vue.createBlock(_component_DTPaginator, {
|
|
5396
|
-
key:
|
|
5407
|
+
key: 4,
|
|
5397
5408
|
rows: $data.d_rows,
|
|
5398
5409
|
first: $data.d_first,
|
|
5399
5410
|
totalRecords: $options.totalRecordsLength,
|
|
@@ -5425,11 +5436,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5425
5436
|
: undefined
|
|
5426
5437
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5427
5438
|
: vue.createCommentVNode("", true),
|
|
5428
|
-
(_ctx.$slots.footer)
|
|
5429
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
5430
|
-
vue.renderSlot(_ctx.$slots, "footer")
|
|
5431
|
-
]))
|
|
5432
|
-
: vue.createCommentVNode("", true),
|
|
5433
5439
|
vue.createElementVNode("div", _hoisted_4, null, 512),
|
|
5434
5440
|
($props.reorderableColumns)
|
|
5435
5441
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5, null, 512))
|
|
@@ -5467,7 +5473,7 @@ function styleInject(css, ref) {
|
|
|
5467
5473
|
}
|
|
5468
5474
|
}
|
|
5469
5475
|
|
|
5470
|
-
var css_248z = "\n.p-datatable {\n position: relative;\n}\n.p-datatable table {\n border-
|
|
5476
|
+
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";
|
|
5471
5477
|
styleInject(css_248z);
|
|
5472
5478
|
|
|
5473
5479
|
script.render = render;
|