datatables.net-bs 1.13.1 → 1.13.3
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/css/dataTables.bootstrap.css +17 -5
- package/css/dataTables.bootstrap.min.css +1 -1
- package/js/dataTables.bootstrap.js +6 -2
- package/js/dataTables.bootstrap.min.js +1 -1
- package/js/dataTables.bootstrap.min.mjs +1 -1
- package/js/dataTables.bootstrap.mjs +6 -1
- package/package.json +1 -1
- package/types/types.d.ts +33 -13
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
+
:root {
|
|
3
|
+
--dt-row-selected: 0, 136, 204;
|
|
4
|
+
--dt-row-selected-text: 255, 255, 255;
|
|
5
|
+
--dt-row-selected-link: 9, 10, 11;
|
|
6
|
+
}
|
|
7
|
+
|
|
2
8
|
table.dataTable td.dt-control {
|
|
3
9
|
text-align: center;
|
|
4
10
|
cursor: pointer;
|
|
@@ -86,9 +92,9 @@ table.dataTable thead > tr > td:active {
|
|
|
86
92
|
outline: none;
|
|
87
93
|
}
|
|
88
94
|
|
|
89
|
-
div.dataTables_scrollBody table.dataTable thead > tr > th:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after,
|
|
90
|
-
div.dataTables_scrollBody table.dataTable thead > tr > td:before,
|
|
91
|
-
div.dataTables_scrollBody table.dataTable thead > tr > td:after {
|
|
95
|
+
div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
|
|
96
|
+
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
|
|
97
|
+
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
|
|
92
98
|
display: none;
|
|
93
99
|
}
|
|
94
100
|
|
|
@@ -114,7 +120,8 @@ div.dataTables_processing > div:last-child > div {
|
|
|
114
120
|
width: 13px;
|
|
115
121
|
height: 13px;
|
|
116
122
|
border-radius: 50%;
|
|
117
|
-
background:
|
|
123
|
+
background: #0088cc;
|
|
124
|
+
background: rgb(var(--dt-row-selected));
|
|
118
125
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
119
126
|
}
|
|
120
127
|
div.dataTables_processing > div:last-child > div:nth-child(1) {
|
|
@@ -266,23 +273,28 @@ table.dataTable > tbody > tr {
|
|
|
266
273
|
background-color: transparent;
|
|
267
274
|
}
|
|
268
275
|
table.dataTable > tbody > tr.selected > * {
|
|
269
|
-
box-shadow: inset 0 0 0 9999px
|
|
276
|
+
box-shadow: inset 0 0 0 9999px #0088cc;
|
|
277
|
+
box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
|
|
270
278
|
color: white;
|
|
279
|
+
color: rgb(var(--dt-row-selected-text));
|
|
271
280
|
}
|
|
272
281
|
table.dataTable > tbody > tr.selected a {
|
|
273
282
|
color: #090a0b;
|
|
283
|
+
color: rgb(var(--dt-row-selected-link));
|
|
274
284
|
}
|
|
275
285
|
table.dataTable.table-striped > tbody > tr.odd > * {
|
|
276
286
|
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
|
|
277
287
|
}
|
|
278
288
|
table.dataTable.table-striped > tbody > tr.odd.selected > * {
|
|
279
289
|
box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.923);
|
|
290
|
+
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
|
|
280
291
|
}
|
|
281
292
|
table.dataTable.table-hover > tbody > tr:hover > * {
|
|
282
293
|
box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
|
|
283
294
|
}
|
|
284
295
|
table.dataTable.table-hover > tbody > tr.selected:hover > * {
|
|
285
296
|
box-shadow: inset 0 0 0 9999px rgba(0, 136, 204, 0.975);
|
|
297
|
+
box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
|
|
286
298
|
}
|
|
287
299
|
|
|
288
300
|
div.dataTables_wrapper div.dataTables_length label {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▲"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▼"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody table.dataTable thead>tr>th:before,div.dataTables_scrollBody table.dataTable thead>tr>th:after,div.dataTables_scrollBody table.dataTable thead>tr>td:before,div.dataTables_scrollBody table.dataTable thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgba(0, 136, 204, 0.9);animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:transparent}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.9);color:white}table.dataTable>tbody>tr.selected a{color:#090a0b}table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023)}table.dataTable.table-striped>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.923)}table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.075)}table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.975)}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}
|
|
1
|
+
:root{--dt-row-selected: 0, 136, 204;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 9, 10, 11}table.dataTable td.dt-control{text-align:center;cursor:pointer}table.dataTable td.dt-control:before{height:1em;width:1em;margin-top:-9px;display:inline-block;color:white;border:.15em solid white;border-radius:1em;box-shadow:0 0 .2em #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:"Courier New",Courier,monospace;line-height:1em;content:"+";background-color:#31b131}table.dataTable tr.dt-hasChild td.dt-control:before{content:"-";background-color:#d33333}table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting_asc_disabled,table.dataTable thead>tr>th.sorting_desc_disabled,table.dataTable thead>tr>td.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting_asc_disabled,table.dataTable thead>tr>td.sorting_desc_disabled{cursor:pointer;position:relative;padding-right:26px}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after{position:absolute;display:block;opacity:.125;right:10px;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.sorting:before,table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:before,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>th.sorting_desc_disabled:before,table.dataTable thead>tr>td.sorting:before,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:before,table.dataTable thead>tr>td.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:before{bottom:50%;content:"▲"}table.dataTable thead>tr>th.sorting:after,table.dataTable thead>tr>th.sorting_asc:after,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>th.sorting_asc_disabled:after,table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting:after,table.dataTable thead>tr>td.sorting_asc:after,table.dataTable thead>tr>td.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc_disabled:after,table.dataTable thead>tr>td.sorting_desc_disabled:after{top:50%;content:"▼"}table.dataTable thead>tr>th.sorting_asc:before,table.dataTable thead>tr>th.sorting_desc:after,table.dataTable thead>tr>td.sorting_asc:before,table.dataTable thead>tr>td.sorting_desc:after{opacity:.6}table.dataTable thead>tr>th.sorting_desc_disabled:after,table.dataTable thead>tr>th.sorting_asc_disabled:before,table.dataTable thead>tr>td.sorting_desc_disabled:after,table.dataTable thead>tr>td.sorting_asc_disabled:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}div.dataTables_scrollBody>table.dataTable>thead>tr>th:before,div.dataTables_scrollBody>table.dataTable>thead>tr>th:after,div.dataTables_scrollBody>table.dataTable>thead>tr>td:before,div.dataTables_scrollBody>table.dataTable>thead>tr>td:after{display:none}div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:2px}div.dataTables_processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dataTables_processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:#08c;background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dataTables_processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dataTables_processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1){background-color:transparent}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px #08c;box-shadow:inset 0 0 0 9999px rgb(var(--dt-row-selected));color:white;color:rgb(var(--dt-row-selected-text))}table.dataTable>tbody>tr.selected a{color:#090a0b;color:rgb(var(--dt-row-selected-link))}table.dataTable.table-striped>tbody>tr.odd>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.023)}table.dataTable.table-striped>tbody>tr.odd.selected>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.923);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923)}table.dataTable.table-hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 0, 0, 0.075)}table.dataTable.table-hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 136, 204, 0.975);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975)}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody>table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody>table>thead .sorting:after,div.dataTables_scrollBody>table>thead .sorting_asc:after,div.dataTables_scrollBody>table>thead .sorting_desc:after{display:none}div.dataTables_scrollBody>table>tbody>tr:first-child>th,div.dataTables_scrollBody>table>tbody>tr:first-child>td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-condensed>thead>tr>th{padding-right:20px}table.table-bordered.dataTable{border-right-width:0}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:1px}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child{padding-right:0}
|
|
@@ -28,7 +28,6 @@
|
|
|
28
28
|
require('datatables.net')(root, $);
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
|
|
32
31
|
return factory( $, root, root.document );
|
|
33
32
|
};
|
|
34
33
|
}
|
|
@@ -135,6 +134,8 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
|
|
135
134
|
}
|
|
136
135
|
|
|
137
136
|
if ( btnDisplay ) {
|
|
137
|
+
var disabled = btnClass.indexOf('disabled') !== -1;
|
|
138
|
+
|
|
138
139
|
node = $('<li>', {
|
|
139
140
|
'class': classes.sPageButton+' '+btnClass,
|
|
140
141
|
'id': idx === 0 && typeof button === 'string' ?
|
|
@@ -142,9 +143,12 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
|
|
142
143
|
null
|
|
143
144
|
} )
|
|
144
145
|
.append( $('<a>', {
|
|
145
|
-
'href': '#',
|
|
146
|
+
'href': disabled ? null : '#',
|
|
146
147
|
'aria-controls': settings.sTableId,
|
|
148
|
+
'aria-disabled': disabled ? 'true' : null,
|
|
147
149
|
'aria-label': aria[ button ],
|
|
150
|
+
'aria-role': 'link',
|
|
151
|
+
'aria-current': btnClass === 'active' ? 'page' : null,
|
|
148
152
|
'data-dt-idx': button,
|
|
149
153
|
'tabindex': settings.iTabIndex
|
|
150
154
|
} )
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*! DataTables Bootstrap 3 integration
|
|
2
2
|
* ©2011-2015 SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
|
-
!function(t){"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(e){return t(e,window,document)}):"object"==typeof exports?module.exports=function(e,a){return e=e||window,(a=a||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net")(e,a),t(a,0,e.document)}:t(jQuery,window,document)}(function(x,e,n,r){"use strict";var
|
|
4
|
+
!function(t){"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(e){return t(e,window,document)}):"object"==typeof exports?module.exports=function(e,a){return e=e||window,(a=a||("undefined"!=typeof window?require("jquery"):require("jquery")(e))).fn.dataTable||require("datatables.net")(e,a),t(a,0,e.document)}:t(jQuery,window,document)}(function(x,e,n,r){"use strict";var i=x.fn.dataTable;return x.extend(!0,i.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",renderer:"bootstrap"}),x.extend(i.ext.classes,{sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm",sProcessing:"dataTables_processing panel panel-default"}),i.ext.renderer.pageButton.bootstrap=function(d,e,o,a,l,u){function c(e,a){for(var t,n,r=function(e){e.preventDefault(),x(e.currentTarget).hasClass("disabled")||b.page()==e.data.action||b.page(e.data.action).draw("page")},i=0,s=a.length;i<s;i++)if(t=a[i],Array.isArray(t))c(e,t);else{switch(f=p="",t){case"ellipsis":p="…",f="disabled";break;case"first":p=m.sFirst,f=t+(0<l?"":" disabled");break;case"previous":p=m.sPrevious,f=t+(0<l?"":" disabled");break;case"next":p=m.sNext,f=t+(l<u-1?"":" disabled");break;case"last":p=m.sLast,f=t+(l<u-1?"":" disabled");break;default:p=t+1,f=l===t?"active":""}p&&(n=-1!==f.indexOf("disabled"),n=x("<li>",{class:g.sPageButton+" "+f,id:0===o&&"string"==typeof t?d.sTableId+"_"+t:null}).append(x("<a>",{href:n?null:"#","aria-controls":d.sTableId,"aria-disabled":n?"true":null,"aria-label":w[t],"aria-role":"link","aria-current":"active"===f?"page":null,"data-dt-idx":t,tabindex:d.iTabIndex}).html(p)).appendTo(e),d.oApi._fnBindAction(n,{action:t},r))}}var p,f,t,b=new i.Api(d),g=d.oClasses,m=d.oLanguage.oPaginate,w=d.oLanguage.oAria.paginate||{};try{t=x(e).find(n.activeElement).data("dt-idx")}catch(e){}c(x(e).empty().html('<ul class="pagination"/>').children("ul"),a),t!==r&&x(e).find("[data-dt-idx="+t+"]").trigger("focus")},i});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*! DataTables Bootstrap 3 integration
|
|
2
2
|
* ©2011-2015 SpryMedia Ltd - datatables.net/license
|
|
3
3
|
*/
|
|
4
|
-
import $ from"jquery";import DataTable from"datatables.net";$.extend(!0,DataTable.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",renderer:"bootstrap"}),$.extend(DataTable.ext.classes,{sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm",sProcessing:"dataTables_processing panel panel-default"}),DataTable.ext.renderer.pageButton.bootstrap=function(
|
|
4
|
+
import $ from"jquery";import DataTable from"datatables.net";$.extend(!0,DataTable.defaults,{dom:"<'row'<'col-sm-6'l><'col-sm-6'f>><'row'<'col-sm-12'tr>><'row'<'col-sm-5'i><'col-sm-7'p>>",renderer:"bootstrap"}),$.extend(DataTable.ext.classes,{sWrapper:"dataTables_wrapper form-inline dt-bootstrap",sFilterInput:"form-control input-sm",sLengthSelect:"form-control input-sm",sProcessing:"dataTables_processing panel panel-default"}),DataTable.ext.renderer.pageButton.bootstrap=function(n,a,o,e,d,c){function p(a,e){function t(a){a.preventDefault(),$(a.currentTarget).hasClass("disabled")||f.page()==a.data.action||f.page(a.data.action).draw("page")}for(var r,s,l=0,i=e.length;l<i;l++)if(r=e[l],Array.isArray(r))p(a,r);else{switch(u=b="",r){case"ellipsis":b="…",u="disabled";break;case"first":b=m.sFirst,u=r+(0<d?"":" disabled");break;case"previous":b=m.sPrevious,u=r+(0<d?"":" disabled");break;case"next":b=m.sNext,u=r+(d<c-1?"":" disabled");break;case"last":b=m.sLast,u=r+(d<c-1?"":" disabled");break;default:b=r+1,u=d===r?"active":""}b&&(s=-1!==u.indexOf("disabled"),s=$("<li>",{class:g.sPageButton+" "+u,id:0===o&&"string"==typeof r?n.sTableId+"_"+r:null}).append($("<a>",{href:s?null:"#","aria-controls":n.sTableId,"aria-disabled":s?"true":null,"aria-label":x[r],"aria-role":"link","aria-current":"active"===u?"page":null,"data-dt-idx":r,tabindex:n.iTabIndex}).html(b)).appendTo(a),n.oApi._fnBindAction(s,{action:r},t))}}var b,u,t,f=new DataTable.Api(n),g=n.oClasses,m=n.oLanguage.oPaginate,x=n.oLanguage.oAria.paginate||{};try{t=$(a).find(document.activeElement).data("dt-idx")}catch(a){}p($(a).empty().html('<ul class="pagination"/>').children("ul"),e),void 0!==t&&$(a).find("[data-dt-idx="+t+"]").trigger("focus")};export default DataTable;
|
|
@@ -100,6 +100,8 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
if ( btnDisplay ) {
|
|
103
|
+
var disabled = btnClass.indexOf('disabled') !== -1;
|
|
104
|
+
|
|
103
105
|
node = $('<li>', {
|
|
104
106
|
'class': classes.sPageButton+' '+btnClass,
|
|
105
107
|
'id': idx === 0 && typeof button === 'string' ?
|
|
@@ -107,9 +109,12 @@ DataTable.ext.renderer.pageButton.bootstrap = function ( settings, host, idx, bu
|
|
|
107
109
|
null
|
|
108
110
|
} )
|
|
109
111
|
.append( $('<a>', {
|
|
110
|
-
'href': '#',
|
|
112
|
+
'href': disabled ? null : '#',
|
|
111
113
|
'aria-controls': settings.sTableId,
|
|
114
|
+
'aria-disabled': disabled ? 'true' : null,
|
|
112
115
|
'aria-label': aria[ button ],
|
|
116
|
+
'aria-role': 'link',
|
|
117
|
+
'aria-current': btnClass === 'active' ? 'page' : null,
|
|
113
118
|
'data-dt-idx': button,
|
|
114
119
|
'tabindex': settings.iTabIndex
|
|
115
120
|
} )
|
package/package.json
CHANGED
package/types/types.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export type CellIdxWithVisible = {
|
|
|
69
69
|
/**
|
|
70
70
|
* DataTables class
|
|
71
71
|
*/
|
|
72
|
-
declare interface DataTables<T> extends
|
|
72
|
+
declare interface DataTables<T> extends DataTablesStatic {
|
|
73
73
|
/**
|
|
74
74
|
* Create a new DataTable
|
|
75
75
|
* @param selector Selector to pick one or more `<table>` elements
|
|
@@ -521,12 +521,16 @@ export interface ConfigColumns {
|
|
|
521
521
|
width?: string;
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
-
export
|
|
524
|
+
export type ConfigColumnDefs = ConfigColumnDefsMultiple | ConfigColumnDefsSingle;
|
|
525
|
+
|
|
526
|
+
export interface ConfigColumnDefsMultiple extends ConfigColumns {
|
|
525
527
|
/**
|
|
526
528
|
* Target column(s). Either this or `target` must be specified.
|
|
527
529
|
*/
|
|
528
|
-
targets
|
|
530
|
+
targets: string | number | Array<(number | string)>;
|
|
531
|
+
}
|
|
529
532
|
|
|
533
|
+
export interface ConfigColumnDefsSingle extends ConfigColumns {
|
|
530
534
|
/**
|
|
531
535
|
* Single column target. Either this or `targets` must be specified. Since: 1.12
|
|
532
536
|
*/
|
|
@@ -569,7 +573,10 @@ export interface ConfigSearch {
|
|
|
569
573
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
|
570
574
|
* API
|
|
571
575
|
*/
|
|
576
|
+
|
|
572
577
|
export interface Api<T> {
|
|
578
|
+
new(context: any, data: any[]);
|
|
579
|
+
|
|
573
580
|
/**
|
|
574
581
|
* API should be array-like
|
|
575
582
|
*/
|
|
@@ -951,7 +958,7 @@ export interface Api<T> {
|
|
|
951
958
|
* @param tableSelector Table selector.
|
|
952
959
|
* @returns DataTables API instance with selected table in its context.
|
|
953
960
|
*/
|
|
954
|
-
table(tableSelector
|
|
961
|
+
table(tableSelector?: any): ApiTableMethods<T>;
|
|
955
962
|
|
|
956
963
|
/**
|
|
957
964
|
* Select tables based on the given selector
|
|
@@ -959,7 +966,7 @@ export interface Api<T> {
|
|
|
959
966
|
* @param tableSelector Table selector.
|
|
960
967
|
* @returns DataTables API instance with all tables in the current context.
|
|
961
968
|
*/
|
|
962
|
-
tables(tableSelector?: any): ApiTablesMethods<T
|
|
969
|
+
tables(tableSelector?: any): ApiTablesMethods<T>;
|
|
963
970
|
|
|
964
971
|
/**
|
|
965
972
|
* Convert the API instance to a jQuery object, with the objects from the instance's result set in the jQuery result set.
|
|
@@ -2030,7 +2037,7 @@ export interface ApiTablesMethods<T> extends Api<T> {
|
|
|
2030
2037
|
|
|
2031
2038
|
|
|
2032
2039
|
|
|
2033
|
-
export interface
|
|
2040
|
+
export interface DataTablesStatic {
|
|
2034
2041
|
/**
|
|
2035
2042
|
* Check if a table node is a DataTable already or not.
|
|
2036
2043
|
*
|
|
@@ -2047,7 +2054,7 @@ export interface ApiStatic {
|
|
|
2047
2054
|
* The options defined here can be used with the `columns.render` initialisation
|
|
2048
2055
|
* option to provide a display renderer.
|
|
2049
2056
|
*/
|
|
2050
|
-
render:
|
|
2057
|
+
render: DataTablesStaticRender;
|
|
2051
2058
|
|
|
2052
2059
|
/**
|
|
2053
2060
|
* Get all DataTable tables that have been initialised - optionally you can select to get only currently visible tables and / or retrieve the tables as API instances.
|
|
@@ -2081,14 +2088,14 @@ export interface ApiStatic {
|
|
|
2081
2088
|
/**
|
|
2082
2089
|
* Utils
|
|
2083
2090
|
*/
|
|
2084
|
-
util:
|
|
2091
|
+
util: DataTablesStaticUtil;
|
|
2085
2092
|
|
|
2086
2093
|
/**
|
|
2087
2094
|
* Get DataTable API instance
|
|
2088
2095
|
*
|
|
2089
2096
|
* @param table Selector string for table
|
|
2090
2097
|
*/
|
|
2091
|
-
Api:
|
|
2098
|
+
Api: ApiStatic;
|
|
2092
2099
|
|
|
2093
2100
|
/**
|
|
2094
2101
|
* Default Settings
|
|
@@ -2098,7 +2105,18 @@ export interface ApiStatic {
|
|
|
2098
2105
|
/**
|
|
2099
2106
|
* Default Settings
|
|
2100
2107
|
*/
|
|
2101
|
-
ext:
|
|
2108
|
+
ext: DataTablesStaticExt;
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
export interface ApiStatic {
|
|
2112
|
+
/**
|
|
2113
|
+
* Create a new API instance to an existing DataTable. Note that this
|
|
2114
|
+
* does not create a new DataTable.
|
|
2115
|
+
*/
|
|
2116
|
+
new (selector: string | Node | Node[] | JQuery): Api<any>;
|
|
2117
|
+
|
|
2118
|
+
register<T=any>(name: string, fn: Function): T;
|
|
2119
|
+
registerPlural<T=any>(name: string, fn: Function): T;
|
|
2102
2120
|
}
|
|
2103
2121
|
|
|
2104
2122
|
export interface OrderFixed {
|
|
@@ -2117,7 +2135,7 @@ export interface OrderFixed {
|
|
|
2117
2135
|
post?: any[];
|
|
2118
2136
|
}
|
|
2119
2137
|
|
|
2120
|
-
export interface
|
|
2138
|
+
export interface DataTablesStaticRender {
|
|
2121
2139
|
/**
|
|
2122
2140
|
* Format an ISO8061 date in auto locale detected format
|
|
2123
2141
|
*/
|
|
@@ -2206,7 +2224,7 @@ export interface ApiStaticRender {
|
|
|
2206
2224
|
time(from?: string, to?: string, locale?: string, def?: string): ObjectColumnRender;
|
|
2207
2225
|
}
|
|
2208
2226
|
|
|
2209
|
-
export interface
|
|
2227
|
+
export interface DataTablesStaticUtil {
|
|
2210
2228
|
/**
|
|
2211
2229
|
* Escape special characters in a regular expression string. Since: 1.10.4
|
|
2212
2230
|
*
|
|
@@ -2314,8 +2332,9 @@ interface CellMetaSettings {
|
|
|
2314
2332
|
settings: InternalSettings;
|
|
2315
2333
|
}
|
|
2316
2334
|
|
|
2317
|
-
export interface
|
|
2335
|
+
export interface DataTablesStaticExt {
|
|
2318
2336
|
builder: string;
|
|
2337
|
+
buttons: {[key: string]: object};
|
|
2319
2338
|
classes: ExtClassesSettings;
|
|
2320
2339
|
errMode: string;
|
|
2321
2340
|
feature: any[];
|
|
@@ -2324,6 +2343,7 @@ export interface ApiStaticExt {
|
|
|
2324
2343
|
legacy: object;
|
|
2325
2344
|
oApi: object;
|
|
2326
2345
|
order: object;
|
|
2346
|
+
oSort: object;
|
|
2327
2347
|
pager: object;
|
|
2328
2348
|
renderer: object;
|
|
2329
2349
|
search: any[];
|