Skip to content

Commit

Permalink
Updated to DataTables 1.13.6 and latest plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Aug 17, 2023
1 parent 8d4e68c commit f00099b
Show file tree
Hide file tree
Showing 82 changed files with 157 additions and 130 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ Note: prior to v8.2.5 the Maven groupId was `com.helger`.

## News and noteworthy

* v9.1.4 - work in progress
* v9.1.4 - 2023-08-17
* Updated to DataTables 1.13.6 and latest plugin versions
* Updated to ph-web 10.1.5
* Avoid Exception on "Delete all" in failed mail page with Bootstrap4 UI
* v9.1.3 - 2023-07-31
* Updated to ph-commons 11.1
Expand Down
Binary file added ph-oton-datatables/docs/DataTables-1.13.6.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@
*/
package com.helger.photon.uictrls.datatables;

final class DTVersion
import javax.annotation.concurrent.Immutable;

/**
* This class contains all the version numbers for the Datatables components.
*
* @author Philip Helger
*/
@Immutable
final class CDataTablesComponentVersion
{
static final String DT = "1.13.5";
static final String DT = "1.13.6";
static final String AUTO_FILL = "2.6.0";
static final String BUTTONS = "2.4.1";
static final String COL_REORDER = "1.7.0";
Expand All @@ -29,10 +37,10 @@ final class DTVersion
static final String PDF_MAKE = "0.2.7";
static final String RESPONSIVE = "2.5.0";
static final String ROW_GROUP = "1.4.0";
static final String ROW_REORDER = "1.4.0";
static final String ROW_REORDER = "1.4.1";
static final String SCROLLER = "2.2.0";
static final String SELECT = "1.7.0";

private DTVersion ()
private CDataTablesComponentVersion ()
{}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,80 +32,80 @@
*/
public enum EDataTablesCSSPathProvider implements ICSSPathProvider
{
DATATABLES_1_13 ("external/datatables/DataTables-" + DTVersion.DT + "/css/jquery.dataTables.css"),
DATATABLES_1_13_BOOTSTRAP3 ("external/datatables/DataTables-" + DTVersion.DT + "/css/dataTables.bootstrap.css"),
DATATABLES_1_13_BOOTSTRAP4 ("external/datatables/DataTables-" + DTVersion.DT + "/css/dataTables.bootstrap4.css"),
DATATABLES_AUTO_FILL ("external/datatables/AutoFill-" + DTVersion.AUTO_FILL + "/css/autoFill.dataTables.css"),
DATATABLES_1_13 ("external/datatables/DataTables-" + CDataTablesComponentVersion.DT + "/css/jquery.dataTables.css"),
DATATABLES_1_13_BOOTSTRAP3 ("external/datatables/DataTables-" + CDataTablesComponentVersion.DT + "/css/dataTables.bootstrap.css"),
DATATABLES_1_13_BOOTSTRAP4 ("external/datatables/DataTables-" + CDataTablesComponentVersion.DT + "/css/dataTables.bootstrap4.css"),
DATATABLES_AUTO_FILL ("external/datatables/AutoFill-" + CDataTablesComponentVersion.AUTO_FILL + "/css/autoFill.dataTables.css"),
DATATABLES_AUTO_FILL_BOOTSTRAP3 ("external/datatables/AutoFill-" +
DTVersion.AUTO_FILL +
CDataTablesComponentVersion.AUTO_FILL +
"/css/autoFill.bootstrap.css"),
DATATABLES_AUTO_FILL_BOOTSTRAP4 ("external/datatables/AutoFill-" +
DTVersion.AUTO_FILL +
CDataTablesComponentVersion.AUTO_FILL +
"/css/autoFill.bootstrap4.css"),
DATATABLES_BUTTONS ("external/datatables/Buttons-" + DTVersion.BUTTONS + "/css/buttons.dataTables.css"),
DATATABLES_BUTTONS_BOOTSTRAP3 ("external/datatables/Buttons-" + DTVersion.BUTTONS + "/css/buttons.bootstrap.css"),
DATATABLES_BUTTONS_BOOTSTRAP4 ("external/datatables/Buttons-" + DTVersion.BUTTONS + "/css/buttons.bootstrap4.css"),
DATATABLES_COL_REORDER ("external/datatables/ColReorder-" + DTVersion.COL_REORDER + "/css/colReorder.dataTables.css"),
DATATABLES_BUTTONS ("external/datatables/Buttons-" + CDataTablesComponentVersion.BUTTONS + "/css/buttons.dataTables.css"),
DATATABLES_BUTTONS_BOOTSTRAP3 ("external/datatables/Buttons-" + CDataTablesComponentVersion.BUTTONS + "/css/buttons.bootstrap.css"),
DATATABLES_BUTTONS_BOOTSTRAP4 ("external/datatables/Buttons-" + CDataTablesComponentVersion.BUTTONS + "/css/buttons.bootstrap4.css"),
DATATABLES_COL_REORDER ("external/datatables/ColReorder-" + CDataTablesComponentVersion.COL_REORDER + "/css/colReorder.dataTables.css"),
DATATABLES_COL_REORDER_BOOTSTRAP3 ("external/datatables/ColReorder-" +
DTVersion.COL_REORDER +
CDataTablesComponentVersion.COL_REORDER +
"/css/colReorder.bootstrap.css"),
DATATABLES_COL_REORDER_BOOTSTRAP4 ("external/datatables/ColReorder-" +
DTVersion.COL_REORDER +
CDataTablesComponentVersion.COL_REORDER +
"/css/colReorder.bootstrap4.css"),
DATATABLES_FIXED_COLUMNS ("external/datatables/FixedColumns-" +
DTVersion.FIXED_COLUMNS +
CDataTablesComponentVersion.FIXED_COLUMNS +
"/css/fixedColumns.dataTables.css"),
DATATABLES_FIXED_COLUMNS_BOOTSTRAP3 ("external/datatables/FixedColumns-" +
DTVersion.FIXED_COLUMNS +
CDataTablesComponentVersion.FIXED_COLUMNS +
"/css/fixedColumns.bootstrap.css"),
DATATABLES_FIXED_COLUMNS_BOOTSTRAP4 ("external/datatables/FixedColumns-" +
DTVersion.FIXED_COLUMNS +
CDataTablesComponentVersion.FIXED_COLUMNS +
"/css/fixedColumns.bootstrap4.css"),
DATATABLES_FIXED_HEADER ("external/datatables/FixedHeader-" +
DTVersion.FIXED_HEADER +
CDataTablesComponentVersion.FIXED_HEADER +
"/css/fixedHeader.dataTables.css"),
DATATABLES_FIXED_HEADER_BOOTSTRAP3 ("external/datatables/FixedHeader-" +
DTVersion.FIXED_HEADER +
CDataTablesComponentVersion.FIXED_HEADER +
"/css/fixedHeader.bootstrap.css"),
DATATABLES_FIXED_HEADER_BOOTSTRAP4 ("external/datatables/FixedHeader-" +
DTVersion.FIXED_HEADER +
CDataTablesComponentVersion.FIXED_HEADER +
"/css/fixedHeader.bootstrap4.css"),
DATATABLES_KEY_TABLE ("external/datatables/KeyTable-" + DTVersion.KEY_TABLE + "/css/keyTable.dataTables.css"),
DATATABLES_KEY_TABLE ("external/datatables/KeyTable-" + CDataTablesComponentVersion.KEY_TABLE + "/css/keyTable.dataTables.css"),
DATATABLES_KEY_TABLE_BOOTSTRAP3 ("external/datatables/KeyTable-" +
DTVersion.KEY_TABLE +
CDataTablesComponentVersion.KEY_TABLE +
"/css/keyTable.bootstrap.css"),
DATATABLES_KEY_TABLE_BOOTSTRAP4 ("external/datatables/KeyTable-" +
DTVersion.KEY_TABLE +
CDataTablesComponentVersion.KEY_TABLE +
"/css/keyTable.bootstrap4.css"),
DATATABLES_RESPONSIVE ("external/datatables/Responsive-" + DTVersion.RESPONSIVE + "/css/responsive.dataTables.css"),
DATATABLES_RESPONSIVE ("external/datatables/Responsive-" + CDataTablesComponentVersion.RESPONSIVE + "/css/responsive.dataTables.css"),
DATATABLES_RESPONSIVE_BOOTSTRAP3 ("external/datatables/Responsive-" +
DTVersion.RESPONSIVE +
CDataTablesComponentVersion.RESPONSIVE +
"/css/responsive.bootstrap.css"),
DATATABLES_RESPONSIVE_BOOTSTRAP4 ("external/datatables/Responsive-" +
DTVersion.RESPONSIVE +
CDataTablesComponentVersion.RESPONSIVE +
"/css/responsive.bootstrap4.css"),
DATATABLES_ROW_GROUP ("external/datatables/RowGroup-" + DTVersion.ROW_GROUP + "/css/rowGroup.dataTables.css"),
DATATABLES_ROW_GROUP ("external/datatables/RowGroup-" + CDataTablesComponentVersion.ROW_GROUP + "/css/rowGroup.dataTables.css"),
DATATABLES_ROW_GROUP_BOOTSTRAP3 ("external/datatables/RowGroup-" +
DTVersion.ROW_GROUP +
CDataTablesComponentVersion.ROW_GROUP +
"/css/rowGroup.bootstrap.css"),
DATATABLES_ROW_GROUP_BOOTSTRAP4 ("external/datatables/RowGroup-" +
DTVersion.ROW_GROUP +
CDataTablesComponentVersion.ROW_GROUP +
"/css/rowGroup.bootstrap4.css"),
DATATABLES_ROW_REORDER ("external/datatables/RowReorder-" + DTVersion.ROW_REORDER + "/css/rowReorder.dataTables.css"),
DATATABLES_ROW_REORDER ("external/datatables/RowReorder-" + CDataTablesComponentVersion.ROW_REORDER + "/css/rowReorder.dataTables.css"),
DATATABLES_ROW_REORDER_BOOTSTRAP3 ("external/datatables/RowReorder-" +
DTVersion.ROW_REORDER +
CDataTablesComponentVersion.ROW_REORDER +
"/css/rowReorder.bootstrap.css"),
DATATABLES_ROW_REORDER_BOOTSTRAP4 ("external/datatables/RowReorder-" +
DTVersion.ROW_REORDER +
CDataTablesComponentVersion.ROW_REORDER +
"/css/rowReorder.bootstrap4.css"),
DATATABLES_SCROLLER ("external/datatables/Scroller-" + DTVersion.SCROLLER + "/css/scroller.dataTables.css"),
DATATABLES_SCROLLER_BOOTSTRAP3 ("external/datatables/Scroller-" + DTVersion.SCROLLER + "/css/scroller.bootstrap.css"),
DATATABLES_SCROLLER ("external/datatables/Scroller-" + CDataTablesComponentVersion.SCROLLER + "/css/scroller.dataTables.css"),
DATATABLES_SCROLLER_BOOTSTRAP3 ("external/datatables/Scroller-" + CDataTablesComponentVersion.SCROLLER + "/css/scroller.bootstrap.css"),
DATATABLES_SCROLLER_BOOTSTRAP4 ("external/datatables/Scroller-" +
DTVersion.SCROLLER +
CDataTablesComponentVersion.SCROLLER +
"/css/scroller.bootstrap4.css"),
DATATABLES_SELECT ("external/datatables/Select-" + DTVersion.SELECT + "/css/select.dataTables.css"),
DATATABLES_SELECT_BOOTSTRAP3 ("external/datatables/Select-" + DTVersion.SELECT + "/css/select.bootstrap.css"),
DATATABLES_SELECT_BOOTSTRAP4 ("external/datatables/Select-" + DTVersion.SELECT + "/css/select.bootstrap4.css"),
DATATABLES_SELECT ("external/datatables/Select-" + CDataTablesComponentVersion.SELECT + "/css/select.dataTables.css"),
DATATABLES_SELECT_BOOTSTRAP3 ("external/datatables/Select-" + CDataTablesComponentVersion.SELECT + "/css/select.bootstrap.css"),
DATATABLES_SELECT_BOOTSTRAP4 ("external/datatables/Select-" + CDataTablesComponentVersion.SELECT + "/css/select.bootstrap4.css"),
DATATABLES_SEARCH_HIGHLIGHT ("ph-oton/searchHighlight/dataTables.searchHighlight.css"),
BOOTSTRAP3_DATATABLES_PH ("ph-oton/bootstrap3-datatables-ph.css"),
BOOTSTRAP4_DATATABLES_PH ("ph-oton/bootstrap4-datatables-ph.css");
Expand Down
Loading

0 comments on commit f00099b

Please sign in to comment.