primevue 3.22.3 → 3.23.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/README.md +2 -2
- package/accordion/Accordion.vue +7 -3
- package/accordion/accordion.cjs.js +7 -3
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +8 -4
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +7 -3
- package/accordion/accordion.min.js +1 -1
- package/autocomplete/AutoComplete.vue +6 -3
- package/autocomplete/autocomplete.cjs.js +12 -9
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +13 -10
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +12 -9
- package/autocomplete/autocomplete.min.js +1 -1
- package/breadcrumb/Breadcrumb.vue +3 -3
- package/breadcrumb/breadcrumb.cjs.js +19 -11
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +19 -11
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +19 -11
- package/breadcrumb/breadcrumb.min.js +1 -1
- 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/cascadeselect/CascadeSelect.vue +6 -3
- package/cascadeselect/cascadeselect.cjs.js +9 -6
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +10 -7
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +9 -6
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/config/PrimeVue.d.ts +1 -2
- package/config/config.cjs.js +0 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +0 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +0 -1
- package/config/config.min.js +1 -1
- package/contextmenu/ContextMenu.vue +6 -3
- package/contextmenu/contextmenu.cjs.js +8 -5
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +9 -6
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +8 -5
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +74 -50
- package/core/core.min.js +6 -6
- package/datatable/BodyCell.vue +4 -2
- package/datatable/DataTable.vue +6 -6
- package/datatable/datatable.cjs.js +14 -12
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +14 -12
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +14 -12
- package/datatable/datatable.min.js +1 -1
- 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/dock/DockSub.vue +9 -3
- package/dock/dock.cjs.js +10 -4
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +11 -5
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +10 -4
- package/dock/dock.min.js +1 -1
- package/dropdown/Dropdown.vue +6 -3
- package/dropdown/dropdown.cjs.js +13 -10
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +14 -11
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +13 -10
- package/dropdown/dropdown.min.js +1 -1
- package/listbox/Listbox.vue +6 -3
- package/listbox/listbox.cjs.js +11 -8
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +12 -9
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +11 -8
- package/listbox/listbox.min.js +1 -1
- package/megamenu/MegaMenu.vue +7 -3
- package/megamenu/megamenu.cjs.js +10 -6
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +11 -7
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +10 -6
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +8 -0
- package/menu/Menu.vue +14 -3
- package/menu/menu.cjs.js +39 -16
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +41 -18
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +39 -16
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.vue +7 -3
- package/menubar/menubar.cjs.js +10 -6
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +11 -7
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +10 -6
- package/menubar/menubar.min.js +1 -1
- package/multiselect/MultiSelect.vue +6 -3
- package/multiselect/multiselect.cjs.js +11 -8
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +12 -9
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +11 -8
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.vue +8 -3
- package/orderlist/orderlist.cjs.js +11 -6
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +12 -7
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +11 -6
- package/orderlist/orderlist.min.js +1 -1
- package/package.json +1 -1
- package/panelmenu/PanelMenu.vue +9 -6
- package/panelmenu/PanelMenuList.vue +1 -1
- package/panelmenu/panelmenu.cjs.js +11 -8
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +11 -8
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +11 -8
- package/panelmenu/panelmenu.min.js +1 -1
- package/picklist/PickList.vue +8 -2
- package/picklist/picklist.cjs.js +8 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +9 -3
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +8 -2
- package/picklist/picklist.min.js +1 -1
- package/rating/Rating.vue +9 -3
- package/rating/rating.cjs.js +11 -5
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +12 -6
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +11 -5
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +7 -0
- package/resources/themes/arya-green/theme.css +7 -0
- package/resources/themes/arya-orange/theme.css +7 -0
- package/resources/themes/arya-purple/theme.css +7 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +7 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +7 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +7 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +7 -0
- package/resources/themes/fluent-light/theme.css +7 -0
- package/resources/themes/lara-dark-blue/theme.css +7 -0
- package/resources/themes/lara-dark-indigo/theme.css +7 -0
- package/resources/themes/lara-dark-purple/theme.css +7 -0
- package/resources/themes/lara-dark-teal/theme.css +7 -0
- package/resources/themes/lara-light-blue/theme.css +7 -0
- package/resources/themes/lara-light-indigo/theme.css +7 -0
- package/resources/themes/lara-light-purple/theme.css +7 -0
- package/resources/themes/lara-light-teal/theme.css +7 -0
- package/resources/themes/luna-amber/theme.css +7 -0
- package/resources/themes/luna-blue/theme.css +7 -0
- package/resources/themes/luna-green/theme.css +7 -0
- package/resources/themes/luna-pink/theme.css +7 -0
- package/resources/themes/md-dark-deeppurple/theme.css +10 -2
- package/resources/themes/md-dark-indigo/theme.css +10 -2
- package/resources/themes/md-light-deeppurple/theme.css +10 -2
- package/resources/themes/md-light-indigo/theme.css +10 -2
- package/resources/themes/mdc-dark-deeppurple/theme.css +10 -2
- package/resources/themes/mdc-dark-indigo/theme.css +10 -2
- package/resources/themes/mdc-light-deeppurple/theme.css +10 -2
- package/resources/themes/mdc-light-indigo/theme.css +10 -2
- 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 +6066 -0
- package/resources/themes/nano/theme.css +5838 -0
- package/resources/themes/nova/theme.css +7 -0
- package/resources/themes/nova-accent/theme.css +7 -0
- package/resources/themes/nova-alt/theme.css +7 -0
- package/resources/themes/nova-vue/theme.css +7 -0
- package/resources/themes/rhea/theme.css +7 -0
- package/resources/themes/saga-blue/theme.css +7 -0
- package/resources/themes/saga-green/theme.css +7 -0
- package/resources/themes/saga-orange/theme.css +7 -0
- package/resources/themes/saga-purple/theme.css +7 -0
- 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 +5831 -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 +5885 -0
- package/resources/themes/tailwind-light/theme.css +7 -0
- package/resources/themes/vela-blue/theme.css +7 -0
- package/resources/themes/vela-green/theme.css +7 -0
- package/resources/themes/vela-orange/theme.css +7 -0
- package/resources/themes/vela-purple/theme.css +7 -0
- 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 +5993 -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 +5993 -0
- package/speeddial/SpeedDial.vue +6 -3
- package/speeddial/speeddial.cjs.js +11 -8
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +12 -9
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +11 -8
- package/speeddial/speeddial.min.js +1 -1
- package/tabview/TabView.vue +6 -3
- package/tabview/tabview.cjs.js +6 -3
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +7 -4
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +6 -3
- package/tabview/tabview.min.js +1 -1
- 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/tieredmenu/TieredMenu.vue +7 -3
- package/tieredmenu/tieredmenu.cjs.js +10 -6
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +11 -7
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +10 -6
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/utils/utils.cjs.js +11 -16
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +11 -16
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +11 -16
- package/utils/utils.min.js +1 -1
- package/web-types.json +11 -1
package/datatable/BodyCell.vue
CHANGED
|
@@ -141,9 +141,11 @@ export default {
|
|
|
141
141
|
}
|
|
142
142
|
|
|
143
143
|
if (this.d_editing && (this.editMode === 'cell' || (this.editMode === 'row' && this.columnProp('rowEditor')))) {
|
|
144
|
-
|
|
144
|
+
setTimeout(() => {
|
|
145
|
+
const focusableEl = DomHandler.getFirstFocusableElement(this.$el);
|
|
145
146
|
|
|
146
|
-
|
|
147
|
+
focusableEl && focusableEl.focus();
|
|
148
|
+
}, 1);
|
|
147
149
|
}
|
|
148
150
|
},
|
|
149
151
|
beforeUnmount() {
|
package/datatable/DataTable.vue
CHANGED
|
@@ -176,6 +176,9 @@
|
|
|
176
176
|
</template>
|
|
177
177
|
</DTVirtualScroller>
|
|
178
178
|
</div>
|
|
179
|
+
<div v-if="$slots.footer" class="p-datatable-footer">
|
|
180
|
+
<slot name="footer"></slot>
|
|
181
|
+
</div>
|
|
179
182
|
<DTPaginator
|
|
180
183
|
v-if="paginatorBottom"
|
|
181
184
|
:rows="d_rows"
|
|
@@ -196,9 +199,6 @@
|
|
|
196
199
|
<slot name="paginatorend"></slot>
|
|
197
200
|
</template>
|
|
198
201
|
</DTPaginator>
|
|
199
|
-
<div v-if="$slots.footer" class="p-datatable-footer">
|
|
200
|
-
<slot name="footer"></slot>
|
|
201
|
-
</div>
|
|
202
202
|
<div ref="resizeHelper" class="p-column-resizer-helper" style="display: none"></div>
|
|
203
203
|
<span v-if="reorderableColumns" ref="reorderIndicatorUp" class="pi pi-arrow-down p-datatable-reorder-indicator-up" style="position: absolute; display: none" />
|
|
204
204
|
<span v-if="reorderableColumns" ref="reorderIndicatorDown" class="pi pi-arrow-up p-datatable-reorder-indicator-down" style="position: absolute; display: none" />
|
|
@@ -1117,7 +1117,7 @@ export default {
|
|
|
1117
1117
|
|
|
1118
1118
|
if (firstSelectedRow) {
|
|
1119
1119
|
firstSelectedRow.tabIndex = '0';
|
|
1120
|
-
focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
1120
|
+
focusedItem && focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
1121
1121
|
} else {
|
|
1122
1122
|
rows[0].tabIndex = '0';
|
|
1123
1123
|
focusedItem !== rows[0] && (rows[rowIndex].tabIndex = '-1');
|
|
@@ -1368,7 +1368,7 @@ export default {
|
|
|
1368
1368
|
|
|
1369
1369
|
if (i === 0) csv += '\n';
|
|
1370
1370
|
|
|
1371
|
-
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, '
|
|
1371
|
+
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, 'exportFooter')) {
|
|
1372
1372
|
if (footerInitiated) csv += this.csvSeparator;
|
|
1373
1373
|
else footerInitiated = true;
|
|
1374
1374
|
|
|
@@ -1685,7 +1685,7 @@ export default {
|
|
|
1685
1685
|
let dropIndex = this.draggedRowIndex > this.droppedRowIndex ? this.droppedRowIndex : this.droppedRowIndex === 0 ? 0 : this.droppedRowIndex - 1;
|
|
1686
1686
|
let processedData = [...this.processedData];
|
|
1687
1687
|
|
|
1688
|
-
ObjectUtils.reorderArray(processedData, this.draggedRowIndex, dropIndex);
|
|
1688
|
+
ObjectUtils.reorderArray(processedData, this.draggedRowIndex + this.d_first, dropIndex + this.d_first);
|
|
1689
1689
|
|
|
1690
1690
|
this.$emit('row-reorder', {
|
|
1691
1691
|
originalEvent: event,
|
|
@@ -265,9 +265,11 @@ var script$8 = {
|
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
if (this.d_editing && (this.editMode === 'cell' || (this.editMode === 'row' && this.columnProp('rowEditor')))) {
|
|
268
|
-
|
|
268
|
+
setTimeout(() => {
|
|
269
|
+
const focusableEl = utils.DomHandler.getFirstFocusableElement(this.$el);
|
|
269
270
|
|
|
270
|
-
|
|
271
|
+
focusableEl && focusableEl.focus();
|
|
272
|
+
}, 1);
|
|
271
273
|
}
|
|
272
274
|
},
|
|
273
275
|
beforeUnmount() {
|
|
@@ -3986,7 +3988,7 @@ var script = {
|
|
|
3986
3988
|
|
|
3987
3989
|
if (firstSelectedRow) {
|
|
3988
3990
|
firstSelectedRow.tabIndex = '0';
|
|
3989
|
-
focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
3991
|
+
focusedItem && focusedItem !== firstSelectedRow && (focusedItem.tabIndex = '-1');
|
|
3990
3992
|
} else {
|
|
3991
3993
|
rows[0].tabIndex = '0';
|
|
3992
3994
|
focusedItem !== rows[0] && (rows[rowIndex].tabIndex = '-1');
|
|
@@ -4237,7 +4239,7 @@ var script = {
|
|
|
4237
4239
|
|
|
4238
4240
|
if (i === 0) csv += '\n';
|
|
4239
4241
|
|
|
4240
|
-
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, '
|
|
4242
|
+
if (this.columnProp(column, 'exportable') !== false && this.columnProp(column, 'exportFooter')) {
|
|
4241
4243
|
if (footerInitiated) csv += this.csvSeparator;
|
|
4242
4244
|
else footerInitiated = true;
|
|
4243
4245
|
|
|
@@ -4554,7 +4556,7 @@ var script = {
|
|
|
4554
4556
|
let dropIndex = this.draggedRowIndex > this.droppedRowIndex ? this.droppedRowIndex : this.droppedRowIndex === 0 ? 0 : this.droppedRowIndex - 1;
|
|
4555
4557
|
let processedData = [...this.processedData];
|
|
4556
4558
|
|
|
4557
|
-
utils.ObjectUtils.reorderArray(processedData, this.draggedRowIndex, dropIndex);
|
|
4559
|
+
utils.ObjectUtils.reorderArray(processedData, this.draggedRowIndex + this.d_first, dropIndex + this.d_first);
|
|
4558
4560
|
|
|
4559
4561
|
this.$emit('row-reorder', {
|
|
4560
4562
|
originalEvent: event,
|
|
@@ -5138,7 +5140,7 @@ const _hoisted_2 = {
|
|
|
5138
5140
|
class: "p-datatable-header"
|
|
5139
5141
|
};
|
|
5140
5142
|
const _hoisted_3 = {
|
|
5141
|
-
key:
|
|
5143
|
+
key: 3,
|
|
5142
5144
|
class: "p-datatable-footer"
|
|
5143
5145
|
};
|
|
5144
5146
|
const _hoisted_4 = {
|
|
@@ -5389,9 +5391,14 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5389
5391
|
_: 1
|
|
5390
5392
|
}, 16, ["items", "columns", "style", "disabled"])
|
|
5391
5393
|
], 4),
|
|
5394
|
+
(_ctx.$slots.footer)
|
|
5395
|
+
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
5396
|
+
vue.renderSlot(_ctx.$slots, "footer")
|
|
5397
|
+
]))
|
|
5398
|
+
: vue.createCommentVNode("", true),
|
|
5392
5399
|
($options.paginatorBottom)
|
|
5393
5400
|
? (vue.openBlock(), vue.createBlock(_component_DTPaginator, {
|
|
5394
|
-
key:
|
|
5401
|
+
key: 4,
|
|
5395
5402
|
rows: $data.d_rows,
|
|
5396
5403
|
first: $data.d_first,
|
|
5397
5404
|
totalRecords: $options.totalRecordsLength,
|
|
@@ -5423,11 +5430,6 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
5423
5430
|
: undefined
|
|
5424
5431
|
]), 1032, ["rows", "first", "totalRecords", "pageLinkSize", "template", "rowsPerPageOptions", "currentPageReportTemplate", "alwaysShow"]))
|
|
5425
5432
|
: vue.createCommentVNode("", true),
|
|
5426
|
-
(_ctx.$slots.footer)
|
|
5427
|
-
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
5428
|
-
vue.renderSlot(_ctx.$slots, "footer")
|
|
5429
|
-
]))
|
|
5430
|
-
: vue.createCommentVNode("", true),
|
|
5431
5433
|
vue.createElementVNode("div", _hoisted_4, null, 512),
|
|
5432
5434
|
($props.reorderableColumns)
|
|
5433
5435
|
? (vue.openBlock(), vue.createElementBlock("span", _hoisted_5, null, 512))
|