clara/resources/mix/vendors/datatables/datatables.bundle.js

33 lines
1.9 KiB
JavaScript
Raw Normal View History

2023-04-11 09:21:20 +00:00
module.exports = [
'node_modules/datatables.net/js/jquery.dataTables.js',
'node_modules/datatables.net-bs5/js/dataTables.bootstrap5.js',
// '@/js/vendors/plugins/datatables.init.js',
'node_modules/jszip/dist/jszip.js',
'node_modules/pdfmake/build/pdfmake.js',
'node_modules/pdfmake/build/vfs_fonts.js',
'node_modules/datatables.net-buttons/js/dataTables.buttons.js',
'node_modules/datatables.net-buttons-bs5/js/buttons.bootstrap5.js',
'node_modules/datatables.net-buttons/js/buttons.colVis.js',
'node_modules/datatables.net-buttons/js/buttons.flash.js',
'node_modules/datatables.net-buttons/js/buttons.html5.js',
'node_modules/datatables.net-buttons/js/buttons.print.js',
'node_modules/datatables.net-colreorder/js/dataTables.colReorder.js',
'node_modules/datatables.net-colreorder-bs5/js/colReorder.bootstrap5.js',
'node_modules/datatables.net-fixedcolumns/js/dataTables.fixedColumns.js',
'node_modules/datatables.net-fixedcolumns-bs5/js/fixedColumns.bootstrap5.js',
'node_modules/datatables.net-fixedheader/js/dataTables.fixedHeader.js',
'node_modules/datatables.net-fixedheader-bs5/js/fixedHeader.bootstrap5.js',
'node_modules/datatables.net-responsive/js/dataTables.responsive.js',
'node_modules/datatables.net-responsive-bs5/js/responsive.bootstrap5.js',
'node_modules/datatables.net-rowgroup/js/dataTables.rowGroup.js',
'node_modules/datatables.net-rowgroup-bs5/js/rowGroup.bootstrap5.js',
'node_modules/datatables.net-rowreorder/js/dataTables.rowReorder.js',
'node_modules/datatables.net-rowreorder-bs5/js/rowReorder.bootstrap5.js',
'node_modules/datatables.net-scroller/js/dataTables.scroller.js',
'node_modules/datatables.net-scroller-bs5/js/scroller.bootstrap5.js',
'node_modules/datatables.net-select/js/dataTables.select.js',
'node_modules/datatables.net-select-bs5/js/select.bootstrap5.js',
'node_modules/datatables.net-datetime/dist/dataTables.dateTime.js',
];