Skip to content

Commit 4a756a6

Browse files
committed
Release 1.13.10
1 parent 34f2ef7 commit 4a756a6

File tree

6 files changed

+51
-64
lines changed

6 files changed

+51
-64
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"version": "1.12.1",
32
"name": "datatables.net/datatables.net-jqui",
43
"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table. This is DataTables with styling for [jQueryUI](http://jqueryui.com/)",
54
"support": {

css/dataTables.jqueryui.css

Lines changed: 45 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
2525
content: "▼";
2626
}
2727

28-
html.dark table.dataTable td.dt-control:before {
28+
html.dark table.dataTable td.dt-control:before,
29+
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
2930
color: rgba(255, 255, 255, 0.5);
3031
}
31-
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
32+
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
33+
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
3234
color: rgba(255, 255, 255, 0.5);
3335
}
3436

@@ -58,10 +60,12 @@ table.dataTable tr.dt-hasChild td.dt-control:before {
5860
content: "▼";
5961
}
6062

61-
html.dark table.dataTable td.dt-control:before {
63+
html.dark table.dataTable td.dt-control:before,
64+
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
6265
color: rgba(255, 255, 255, 0.5);
6366
}
64-
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
67+
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
68+
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
6569
color: rgba(255, 255, 255, 0.5);
6670
}
6771

@@ -157,7 +161,7 @@ div.dataTables_processing > div:last-child > div {
157161
width: 13px;
158162
height: 13px;
159163
border-radius: 50%;
160-
background: #0d6efd;
164+
background: rgb(13, 110, 253);
161165
background: rgb(var(--dt-row-selected));
162166
animation-timing-function: cubic-bezier(0, 1, 1, 0);
163167
}
@@ -321,11 +325,11 @@ table.dataTable tbody tr {
321325
table.dataTable tbody tr.selected > * {
322326
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
323327
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
324-
color: white;
328+
color: rgb(255, 255, 255);
325329
color: rgb(var(--dt-row-selected-text));
326330
}
327331
table.dataTable tbody tr.selected a {
328-
color: #090a0b;
332+
color: rgb(9, 10, 11);
329333
color: rgb(var(--dt-row-selected-link));
330334
}
331335
table.dataTable tbody th,
@@ -343,7 +347,8 @@ table.dataTable.display > tbody > tr:first-child > td {
343347
border-top: none;
344348
}
345349
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
346-
border-top-color: #0262ef;
350+
border-top-color: rgba(13, 110, 253, 0.65);
351+
border-top-color: rgba(var(--dt-row-selected), 0.65);
347352
}
348353
table.dataTable.cell-border > tbody > tr > th,
349354
table.dataTable.cell-border > tbody > tr > td {
@@ -416,15 +421,15 @@ table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.
416421
}
417422
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
418423
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
419-
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.019);
424+
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
420425
}
421426
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
422427
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
423-
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
428+
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.011);
424429
}
425430
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
426431
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
427-
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
432+
box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.003);
428433
}
429434
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
430435
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.919);
@@ -537,18 +542,12 @@ table.dataTable td {
537542
color: inherit !important;
538543
border: 1px solid rgba(0, 0, 0, 0.3);
539544
background-color: rgba(0, 0, 0, 0.05);
540-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
541-
/* Chrome,Safari4+ */
542-
background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
543-
/* Chrome10+,Safari5.1+ */
544-
background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
545-
/* FF3.6+ */
546-
background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
547-
/* IE10+ */
548-
background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
549-
/* Opera 11.10+ */
550-
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
551-
/* W3C */
545+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05))); /* Chrome,Safari4+ */
546+
background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Chrome10+,Safari5.1+ */
547+
background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* FF3.6+ */
548+
background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* IE10+ */
549+
background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* Opera 11.10+ */
550+
background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%); /* W3C */
552551
}
553552
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
554553
cursor: default;
@@ -561,34 +560,22 @@ table.dataTable td {
561560
color: white !important;
562561
border: 1px solid #111;
563562
background-color: #111;
564-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
565-
/* Chrome,Safari4+ */
566-
background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
567-
/* Chrome10+,Safari5.1+ */
568-
background: -moz-linear-gradient(top, #585858 0%, #111 100%);
569-
/* FF3.6+ */
570-
background: -ms-linear-gradient(top, #585858 0%, #111 100%);
571-
/* IE10+ */
572-
background: -o-linear-gradient(top, #585858 0%, #111 100%);
573-
/* Opera 11.10+ */
574-
background: linear-gradient(to bottom, #585858 0%, #111 100%);
575-
/* W3C */
563+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); /* Chrome,Safari4+ */
564+
background: -webkit-linear-gradient(top, #585858 0%, #111 100%); /* Chrome10+,Safari5.1+ */
565+
background: -moz-linear-gradient(top, #585858 0%, #111 100%); /* FF3.6+ */
566+
background: -ms-linear-gradient(top, #585858 0%, #111 100%); /* IE10+ */
567+
background: -o-linear-gradient(top, #585858 0%, #111 100%); /* Opera 11.10+ */
568+
background: linear-gradient(to bottom, #585858 0%, #111 100%); /* W3C */
576569
}
577570
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
578571
outline: none;
579572
background-color: #0c0c0c;
580-
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
581-
/* Chrome,Safari4+ */
582-
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
583-
/* Chrome10+,Safari5.1+ */
584-
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
585-
/* FF3.6+ */
586-
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
587-
/* IE10+ */
588-
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
589-
/* Opera 11.10+ */
590-
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
591-
/* W3C */
573+
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
574+
background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
575+
background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
576+
background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
577+
background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
578+
background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
592579
box-shadow: inset 0 0 3px #111;
593580
}
594581
.dataTables_wrapper .dataTables_paginate .ellipsis {
@@ -635,7 +622,7 @@ table.dataTable td {
635622

636623
@media screen and (max-width: 767px) {
637624
.dataTables_wrapper .dataTables_info,
638-
.dataTables_wrapper .dataTables_paginate {
625+
.dataTables_wrapper .dataTables_paginate {
639626
float: none;
640627
text-align: center;
641628
}
@@ -645,7 +632,7 @@ table.dataTable td {
645632
}
646633
@media screen and (max-width: 640px) {
647634
.dataTables_wrapper .dataTables_length,
648-
.dataTables_wrapper .dataTables_filter {
635+
.dataTables_wrapper .dataTables_filter {
649636
float: none;
650637
text-align: center;
651638
}
@@ -665,35 +652,36 @@ html.dark table.dataTable > thead > tr > td:active {
665652
html.dark table.dataTable.row-border > tbody > tr > th,
666653
html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th,
667654
html.dark table.dataTable.display > tbody > tr > td {
668-
border-top: 1px solid #404346;
655+
border-top: 1px solid rgb(64, 67, 70);
669656
}
670657
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
671-
border-top-color: #0257d5;
658+
border-top-color: rgba(13, 110, 253, 0.65);
659+
border-top-color: rgba(var(--dt-row-selected), 0.65);
672660
}
673661
html.dark table.dataTable.cell-border > tbody > tr > th,
674662
html.dark table.dataTable.cell-border > tbody > tr > td {
675-
border-top: 1px solid #404346;
676-
border-right: 1px solid #404346;
663+
border-top: 1px solid rgb(64, 67, 70);
664+
border-right: 1px solid rgb(64, 67, 70);
677665
}
678666
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
679667
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
680-
border-left: 1px solid #404346;
668+
border-left: 1px solid rgb(64, 67, 70);
681669
}
682670
html.dark .dataTables_wrapper .dataTables_filter input,
683671
html.dark .dataTables_wrapper .dataTables_length select {
684672
border: 1px solid rgba(255, 255, 255, 0.2);
685673
background-color: var(--dt-html-background);
686674
}
687675
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
688-
border: 1px solid #595b5e;
676+
border: 1px solid rgb(89, 91, 94);
689677
background: rgba(255, 255, 255, 0.15);
690678
}
691679
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
692680
color: #666 !important;
693681
}
694682
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
695-
border: 1px solid #353535;
696-
background: #353535;
683+
border: 1px solid rgb(53, 53, 53);
684+
background: rgb(53, 53, 53);
697685
}
698686
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
699687
background: #3a3a3a;

css/dataTables.jqueryui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datatables.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"types/dataTables.jqueryui.d.ts"
1414
],
1515
"src-repo": "http://github.com/DataTables/DataTablesSrc",
16-
"last-tag": "1.13.8",
16+
"last-tag": "1.13.10",
1717
"last-sync": "d465757b36e0237b93a1fce05d553a3bb9ecd946"
18-
}
18+
}

nuget.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
33
<metadata>
4-
<version>1.13.8</version>
4+
<version>1.13.10</version>
55
<id>datatables.net-jqui</id>
66
<description>This is DataTables with styling for [jQueryUI](http://jqueryui.com/)</description>
77
<repository type="git" url="https://github.com/DataTables/Dist-DataTables-jQueryUI.git"/>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"module": "js/dataTables.jqueryui.mjs",
66
"style": "css/dataTables.jqueryui.css",
77
"types": "./types/dataTables.jqueryui.d.ts",
8-
"version": "1.13.8",
8+
"version": "1.13.10",
99
"files": [
1010
"css/**/*.css",
1111
"js/**/*.js",
@@ -47,4 +47,4 @@
4747
"type": "git",
4848
"url": "https://github.com/DataTables/Dist-DataTables-jQueryUI.git"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)