aa-intel-tool 2.12.1__py3-none-any.whl → 2.13.1__py3-none-any.whl

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.
Files changed (60) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/constants.py +38 -35
  3. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +6 -6
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
  5. aa_intel_tool/locale/de/LC_MESSAGES/django.po +10 -10
  6. aa_intel_tool/locale/django.pot +7 -7
  7. aa_intel_tool/locale/es/LC_MESSAGES/django.po +6 -6
  8. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +6 -6
  9. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +6 -6
  10. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  11. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +10 -10
  12. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +6 -6
  13. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.mo +0 -0
  14. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +11 -12
  15. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +6 -6
  16. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +6 -6
  17. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +6 -6
  18. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +6 -6
  19. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.mo +0 -0
  20. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +15 -12
  21. aa_intel_tool/parser/general.py +7 -1
  22. aa_intel_tool/parser/module/dscan.py +4 -4
  23. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +4 -2
  24. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +4 -2
  25. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +4 -2
  26. aa_intel_tool/tests/__init__.py +17 -0
  27. aa_intel_tool/tests/test_access.py +1 -6
  28. aa_intel_tool/tests/test_auth_hooks.py +1 -6
  29. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/METADATA +6 -10
  30. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/RECORD +32 -60
  31. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +0 -610
  32. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +0 -123
  33. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +0 -8
  34. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +0 -1
  35. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +0 -6
  36. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +0 -1
  37. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +0 -10
  38. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +0 -1
  39. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +0 -516
  40. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +0 -2
  41. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +0 -1
  42. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +0 -73
  43. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +0 -6
  44. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +0 -1
  45. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +0 -3091
  46. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +0 -10
  47. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +0 -1
  48. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +0 -20
  49. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +0 -2
  50. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +0 -1
  51. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +0 -1203
  52. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +0 -6
  53. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +0 -1
  54. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +0 -59
  55. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +0 -6
  56. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +0 -1
  57. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +0 -11
  58. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +0 -14
  59. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/WHEEL +0 -0
  60. {aa_intel_tool-2.12.1.dist-info → aa_intel_tool-2.13.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,610 +0,0 @@
1
- :root {
2
- --dt-row-selected: 13, 110, 253;
3
- --dt-row-selected-text: 255, 255, 255;
4
- --dt-row-selected-link: 228, 228, 228;
5
- --dt-row-stripe: 0, 0, 0;
6
- --dt-row-hover: 0, 0, 0;
7
- --dt-column-ordering: 0, 0, 0;
8
- --dt-header-align-items: center;
9
- --dt-header-vertical-align: middle;
10
- --dt-html-background: white;
11
- }
12
- :root.dark {
13
- --dt-html-background: rgb(33, 37, 41);
14
- }
15
-
16
- table.dataTable tbody td.dt-control {
17
- text-align: center;
18
- cursor: pointer;
19
- }
20
- table.dataTable tbody td.dt-control:before {
21
- display: inline-block;
22
- box-sizing: border-box;
23
- content: "";
24
- border-top: 5px solid transparent;
25
- border-left: 10px solid rgba(0, 0, 0, 0.5);
26
- border-bottom: 5px solid transparent;
27
- border-right: 0px solid transparent;
28
- }
29
- table.dataTable tbody tr.dt-hasChild td.dt-control:before {
30
- border-top: 10px solid rgba(0, 0, 0, 0.5);
31
- border-left: 5px solid transparent;
32
- border-bottom: 0px solid transparent;
33
- border-right: 5px solid transparent;
34
- }
35
- table.dataTable tfoot:empty {
36
- display: none;
37
- }
38
-
39
- html.dark table.dataTable td.dt-control:before,
40
- :root[data-bs-theme=dark] table.dataTable td.dt-control:before,
41
- :root[data-theme=dark] table.dataTable td.dt-control:before {
42
- border-left-color: rgba(255, 255, 255, 0.5);
43
- }
44
- html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
45
- :root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
46
- :root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
47
- border-top-color: rgba(255, 255, 255, 0.5);
48
- border-left-color: transparent;
49
- }
50
-
51
- div.dt-scroll {
52
- width: 100%;
53
- }
54
-
55
- div.dt-scroll-body thead tr,
56
- div.dt-scroll-body tfoot tr {
57
- height: 0;
58
- }
59
- div.dt-scroll-body thead tr th, div.dt-scroll-body thead tr td,
60
- div.dt-scroll-body tfoot tr th,
61
- div.dt-scroll-body tfoot tr td {
62
- height: 0 !important;
63
- padding-top: 0px !important;
64
- padding-bottom: 0px !important;
65
- border-top-width: 0px !important;
66
- border-bottom-width: 0px !important;
67
- }
68
- div.dt-scroll-body thead tr th div.dt-scroll-sizing, div.dt-scroll-body thead tr td div.dt-scroll-sizing,
69
- div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
70
- div.dt-scroll-body tfoot tr td div.dt-scroll-sizing {
71
- height: 0 !important;
72
- overflow: hidden !important;
73
- }
74
-
75
- table.dataTable thead > tr > th:active,
76
- table.dataTable thead > tr > td:active {
77
- outline: none;
78
- }
79
- table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
80
- table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
81
- table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
82
- position: absolute;
83
- display: block;
84
- bottom: 50%;
85
- content: "\25B2";
86
- content: "\25B2"/"";
87
- }
88
- table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
89
- table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
90
- table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
91
- position: absolute;
92
- display: block;
93
- top: 50%;
94
- content: "\25BC";
95
- content: "\25BC"/"";
96
- }
97
- table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
98
- table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
99
- table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
100
- table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
101
- table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
102
- position: relative;
103
- width: 12px;
104
- height: 24px;
105
- }
106
- table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
107
- table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
108
- table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
109
- table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
110
- table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
111
- table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
112
- table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
113
- table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
114
- table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
115
- left: 0;
116
- opacity: 0.125;
117
- line-height: 9px;
118
- font-size: 0.8em;
119
- }
120
- table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc,
121
- table.dataTable thead > tr > td.dt-orderable-asc,
122
- table.dataTable thead > tr > td.dt-orderable-desc {
123
- cursor: pointer;
124
- }
125
- table.dataTable thead > tr > th.dt-orderable-asc:hover, table.dataTable thead > tr > th.dt-orderable-desc:hover,
126
- table.dataTable thead > tr > td.dt-orderable-asc:hover,
127
- table.dataTable thead > tr > td.dt-orderable-desc:hover {
128
- outline: 2px solid rgba(0, 0, 0, 0.05);
129
- outline-offset: -2px;
130
- }
131
- table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
132
- table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
133
- table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
134
- opacity: 0.6;
135
- }
136
- table.dataTable thead > tr > th.dt-orderable-none:not(.dt-ordering-asc, .dt-ordering-desc) span.dt-column-order:empty, table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after, table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
137
- table.dataTable thead > tr > td.dt-orderable-none:not(.dt-ordering-asc, .dt-ordering-desc) span.dt-column-order:empty,
138
- table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
139
- table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
140
- display: none;
141
- }
142
- table.dataTable thead > tr > th:active,
143
- table.dataTable thead > tr > td:active {
144
- outline: none;
145
- }
146
-
147
- table.dataTable thead > tr > th div.dt-column-header,
148
- table.dataTable thead > tr > th div.dt-column-footer,
149
- table.dataTable thead > tr > td div.dt-column-header,
150
- table.dataTable thead > tr > td div.dt-column-footer,
151
- table.dataTable tfoot > tr > th div.dt-column-header,
152
- table.dataTable tfoot > tr > th div.dt-column-footer,
153
- table.dataTable tfoot > tr > td div.dt-column-header,
154
- table.dataTable tfoot > tr > td div.dt-column-footer {
155
- display: flex;
156
- justify-content: space-between;
157
- align-items: var(--dt-header-align-items);
158
- gap: 4px;
159
- }
160
- table.dataTable thead > tr > th div.dt-column-header span.dt-column-title,
161
- table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title,
162
- table.dataTable thead > tr > td div.dt-column-header span.dt-column-title,
163
- table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title,
164
- table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title,
165
- table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title,
166
- table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title,
167
- table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title {
168
- flex-grow: 1;
169
- }
170
- table.dataTable thead > tr > th div.dt-column-header span.dt-column-title:empty,
171
- table.dataTable thead > tr > th div.dt-column-footer span.dt-column-title:empty,
172
- table.dataTable thead > tr > td div.dt-column-header span.dt-column-title:empty,
173
- table.dataTable thead > tr > td div.dt-column-footer span.dt-column-title:empty,
174
- table.dataTable tfoot > tr > th div.dt-column-header span.dt-column-title:empty,
175
- table.dataTable tfoot > tr > th div.dt-column-footer span.dt-column-title:empty,
176
- table.dataTable tfoot > tr > td div.dt-column-header span.dt-column-title:empty,
177
- table.dataTable tfoot > tr > td div.dt-column-footer span.dt-column-title:empty {
178
- display: none;
179
- }
180
-
181
- div.dt-scroll-body > table.dataTable > thead > tr > th,
182
- div.dt-scroll-body > table.dataTable > thead > tr > td {
183
- overflow: hidden;
184
- }
185
-
186
- :root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover, :root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
187
- :root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
188
- :root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
189
- :root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
190
- :root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
191
- :root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
192
- :root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
193
- outline: 2px solid rgba(255, 255, 255, 0.05);
194
- }
195
-
196
- div.dt-processing {
197
- position: absolute;
198
- top: 50%;
199
- left: 50%;
200
- width: 200px;
201
- margin-left: -100px;
202
- margin-top: -22px;
203
- text-align: center;
204
- padding: 2px;
205
- z-index: 10;
206
- }
207
- div.dt-processing > div:last-child {
208
- position: relative;
209
- width: 80px;
210
- height: 15px;
211
- margin: 1em auto;
212
- }
213
- div.dt-processing > div:last-child > div {
214
- position: absolute;
215
- top: 0;
216
- width: 13px;
217
- height: 13px;
218
- border-radius: 50%;
219
- background: rgb(13, 110, 253);
220
- background: rgb(var(--dt-row-selected));
221
- animation-timing-function: cubic-bezier(0, 1, 1, 0);
222
- }
223
- div.dt-processing > div:last-child > div:nth-child(1) {
224
- left: 8px;
225
- animation: datatables-loader-1 0.6s infinite;
226
- }
227
- div.dt-processing > div:last-child > div:nth-child(2) {
228
- left: 8px;
229
- animation: datatables-loader-2 0.6s infinite;
230
- }
231
- div.dt-processing > div:last-child > div:nth-child(3) {
232
- left: 32px;
233
- animation: datatables-loader-2 0.6s infinite;
234
- }
235
- div.dt-processing > div:last-child > div:nth-child(4) {
236
- left: 56px;
237
- animation: datatables-loader-3 0.6s infinite;
238
- }
239
-
240
- @keyframes datatables-loader-1 {
241
- 0% {
242
- transform: scale(0);
243
- }
244
- 100% {
245
- transform: scale(1);
246
- }
247
- }
248
- @keyframes datatables-loader-3 {
249
- 0% {
250
- transform: scale(1);
251
- }
252
- 100% {
253
- transform: scale(0);
254
- }
255
- }
256
- @keyframes datatables-loader-2 {
257
- 0% {
258
- transform: translate(0, 0);
259
- }
260
- 100% {
261
- transform: translate(24px, 0);
262
- }
263
- }
264
- table.dataTable.nowrap th, table.dataTable.nowrap td {
265
- white-space: nowrap;
266
- }
267
- table.dataTable th,
268
- table.dataTable td {
269
- box-sizing: border-box;
270
- }
271
- table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date,
272
- table.dataTable td.dt-type-numeric,
273
- table.dataTable td.dt-type-date {
274
- text-align: right;
275
- }
276
- table.dataTable th.dt-type-numeric div.dt-column-header,
277
- table.dataTable th.dt-type-numeric div.dt-column-footer, table.dataTable th.dt-type-date div.dt-column-header,
278
- table.dataTable th.dt-type-date div.dt-column-footer,
279
- table.dataTable td.dt-type-numeric div.dt-column-header,
280
- table.dataTable td.dt-type-numeric div.dt-column-footer,
281
- table.dataTable td.dt-type-date div.dt-column-header,
282
- table.dataTable td.dt-type-date div.dt-column-footer {
283
- flex-direction: row-reverse;
284
- }
285
- table.dataTable th.dt-left,
286
- table.dataTable td.dt-left {
287
- text-align: left;
288
- }
289
- table.dataTable th.dt-left div.dt-column-header,
290
- table.dataTable th.dt-left div.dt-column-footer,
291
- table.dataTable td.dt-left div.dt-column-header,
292
- table.dataTable td.dt-left div.dt-column-footer {
293
- flex-direction: row;
294
- }
295
- table.dataTable th.dt-center,
296
- table.dataTable td.dt-center {
297
- text-align: center;
298
- }
299
- table.dataTable th.dt-right,
300
- table.dataTable td.dt-right {
301
- text-align: right;
302
- }
303
- table.dataTable th.dt-right div.dt-column-header,
304
- table.dataTable th.dt-right div.dt-column-footer,
305
- table.dataTable td.dt-right div.dt-column-header,
306
- table.dataTable td.dt-right div.dt-column-footer {
307
- flex-direction: row-reverse;
308
- }
309
- table.dataTable th.dt-justify,
310
- table.dataTable td.dt-justify {
311
- text-align: justify;
312
- }
313
- table.dataTable th.dt-justify div.dt-column-header,
314
- table.dataTable th.dt-justify div.dt-column-footer,
315
- table.dataTable td.dt-justify div.dt-column-header,
316
- table.dataTable td.dt-justify div.dt-column-footer {
317
- flex-direction: row;
318
- }
319
- table.dataTable th.dt-nowrap,
320
- table.dataTable td.dt-nowrap {
321
- white-space: nowrap;
322
- }
323
- table.dataTable th.dt-empty,
324
- table.dataTable td.dt-empty {
325
- text-align: center;
326
- vertical-align: top;
327
- }
328
- table.dataTable thead th,
329
- table.dataTable thead td,
330
- table.dataTable tfoot th,
331
- table.dataTable tfoot td {
332
- text-align: left;
333
- vertical-align: var(--dt-header-vertical-align);
334
- }
335
- table.dataTable thead th.dt-head-left,
336
- table.dataTable thead td.dt-head-left,
337
- table.dataTable tfoot th.dt-head-left,
338
- table.dataTable tfoot td.dt-head-left {
339
- text-align: left;
340
- }
341
- table.dataTable thead th.dt-head-left div.dt-column-header,
342
- table.dataTable thead th.dt-head-left div.dt-column-footer,
343
- table.dataTable thead td.dt-head-left div.dt-column-header,
344
- table.dataTable thead td.dt-head-left div.dt-column-footer,
345
- table.dataTable tfoot th.dt-head-left div.dt-column-header,
346
- table.dataTable tfoot th.dt-head-left div.dt-column-footer,
347
- table.dataTable tfoot td.dt-head-left div.dt-column-header,
348
- table.dataTable tfoot td.dt-head-left div.dt-column-footer {
349
- flex-direction: row;
350
- }
351
- table.dataTable thead th.dt-head-center,
352
- table.dataTable thead td.dt-head-center,
353
- table.dataTable tfoot th.dt-head-center,
354
- table.dataTable tfoot td.dt-head-center {
355
- text-align: center;
356
- }
357
- table.dataTable thead th.dt-head-right,
358
- table.dataTable thead td.dt-head-right,
359
- table.dataTable tfoot th.dt-head-right,
360
- table.dataTable tfoot td.dt-head-right {
361
- text-align: right;
362
- }
363
- table.dataTable thead th.dt-head-right div.dt-column-header,
364
- table.dataTable thead th.dt-head-right div.dt-column-footer,
365
- table.dataTable thead td.dt-head-right div.dt-column-header,
366
- table.dataTable thead td.dt-head-right div.dt-column-footer,
367
- table.dataTable tfoot th.dt-head-right div.dt-column-header,
368
- table.dataTable tfoot th.dt-head-right div.dt-column-footer,
369
- table.dataTable tfoot td.dt-head-right div.dt-column-header,
370
- table.dataTable tfoot td.dt-head-right div.dt-column-footer {
371
- flex-direction: row-reverse;
372
- }
373
- table.dataTable thead th.dt-head-justify,
374
- table.dataTable thead td.dt-head-justify,
375
- table.dataTable tfoot th.dt-head-justify,
376
- table.dataTable tfoot td.dt-head-justify {
377
- text-align: justify;
378
- }
379
- table.dataTable thead th.dt-head-justify div.dt-column-header,
380
- table.dataTable thead th.dt-head-justify div.dt-column-footer,
381
- table.dataTable thead td.dt-head-justify div.dt-column-header,
382
- table.dataTable thead td.dt-head-justify div.dt-column-footer,
383
- table.dataTable tfoot th.dt-head-justify div.dt-column-header,
384
- table.dataTable tfoot th.dt-head-justify div.dt-column-footer,
385
- table.dataTable tfoot td.dt-head-justify div.dt-column-header,
386
- table.dataTable tfoot td.dt-head-justify div.dt-column-footer {
387
- flex-direction: row;
388
- }
389
- table.dataTable thead th.dt-head-nowrap,
390
- table.dataTable thead td.dt-head-nowrap,
391
- table.dataTable tfoot th.dt-head-nowrap,
392
- table.dataTable tfoot td.dt-head-nowrap {
393
- white-space: nowrap;
394
- }
395
- table.dataTable tbody th.dt-body-left,
396
- table.dataTable tbody td.dt-body-left {
397
- text-align: left;
398
- }
399
- table.dataTable tbody th.dt-body-center,
400
- table.dataTable tbody td.dt-body-center {
401
- text-align: center;
402
- }
403
- table.dataTable tbody th.dt-body-right,
404
- table.dataTable tbody td.dt-body-right {
405
- text-align: right;
406
- }
407
- table.dataTable tbody th.dt-body-justify,
408
- table.dataTable tbody td.dt-body-justify {
409
- text-align: justify;
410
- }
411
- table.dataTable tbody th.dt-body-nowrap,
412
- table.dataTable tbody td.dt-body-nowrap {
413
- white-space: nowrap;
414
- }
415
-
416
- /*! Bootstrap 5 integration for DataTables
417
- *
418
- * ©2020 SpryMedia Ltd, all rights reserved.
419
- * License: MIT datatables.net/license/mit
420
- */
421
- table.table.dataTable {
422
- clear: both;
423
- margin-bottom: 0;
424
- max-width: none;
425
- border-spacing: 0;
426
- }
427
- table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
428
- box-shadow: none;
429
- }
430
- table.table.dataTable > :not(caption) > * > * {
431
- background-color: var(--bs-table-bg);
432
- }
433
- table.table.dataTable > tbody > tr {
434
- background-color: transparent;
435
- }
436
- table.table.dataTable > tbody > tr.selected > * {
437
- box-shadow: inset 0 0 0 9999px rgb(13, 110, 253);
438
- box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
439
- color: rgb(255, 255, 255);
440
- color: rgb(var(--dt-row-selected-text));
441
- }
442
- table.table.dataTable > tbody > tr.selected a {
443
- color: rgb(228, 228, 228);
444
- color: rgb(var(--dt-row-selected-link));
445
- }
446
- table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
447
- box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
448
- }
449
- table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
450
- box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
451
- box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
452
- }
453
- table.table.dataTable.table-hover > tbody > tr:hover > * {
454
- box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
455
- }
456
- table.table.dataTable.table-hover > tbody > tr.selected:hover > * {
457
- box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
458
- box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
459
- }
460
-
461
- div.dt-container div.dt-layout-start > *:not(:last-child) {
462
- margin-right: 1em;
463
- }
464
- div.dt-container div.dt-layout-end > *:not(:first-child) {
465
- margin-left: 1em;
466
- }
467
- div.dt-container div.dt-layout-full {
468
- width: 100%;
469
- }
470
- div.dt-container div.dt-layout-full > *:only-child {
471
- margin-left: auto;
472
- margin-right: auto;
473
- }
474
- div.dt-container div.dt-layout-table > div {
475
- display: block !important;
476
- }
477
-
478
- @media screen and (max-width: 767px) {
479
- div.dt-container div.dt-layout-start > *:not(:last-child) {
480
- margin-right: 0;
481
- }
482
- div.dt-container div.dt-layout-end > *:not(:first-child) {
483
- margin-left: 0;
484
- }
485
- }
486
- div.dt-container {
487
- position: relative;
488
- }
489
- div.dt-container div.dt-length label {
490
- font-weight: normal;
491
- text-align: left;
492
- white-space: nowrap;
493
- }
494
- div.dt-container div.dt-length select {
495
- width: auto;
496
- display: inline-block;
497
- margin-right: 0.5em;
498
- }
499
- div.dt-container div.dt-search {
500
- text-align: right;
501
- }
502
- div.dt-container div.dt-search label {
503
- font-weight: normal;
504
- white-space: nowrap;
505
- text-align: left;
506
- }
507
- div.dt-container div.dt-search input {
508
- margin-left: 0.5em;
509
- display: inline-block;
510
- width: auto;
511
- }
512
- div.dt-container div.dt-paging {
513
- margin: 0;
514
- }
515
- div.dt-container div.dt-paging ul.pagination {
516
- margin: 2px 0;
517
- flex-wrap: wrap;
518
- }
519
- div.dt-container div.dt-row {
520
- position: relative;
521
- }
522
-
523
- div.dt-scroll-head table.dataTable {
524
- margin-bottom: 0 !important;
525
- }
526
-
527
- div.dt-scroll-body {
528
- border-bottom-color: var(--bs-border-color);
529
- border-bottom-width: var(--bs-border-width);
530
- border-bottom-style: solid;
531
- }
532
- div.dt-scroll-body > table {
533
- border-top: none;
534
- margin-top: 0 !important;
535
- margin-bottom: 0 !important;
536
- }
537
- div.dt-scroll-body > table > tbody > tr:first-child {
538
- border-top-width: 0;
539
- }
540
- div.dt-scroll-body > table > thead > tr {
541
- border-width: 0 !important;
542
- }
543
- div.dt-scroll-body > table > tbody > tr:last-child > * {
544
- border-bottom: none;
545
- }
546
-
547
- div.dt-scroll-foot > .dt-scroll-footInner {
548
- box-sizing: content-box;
549
- }
550
- div.dt-scroll-foot > .dt-scroll-footInner > table {
551
- margin-top: 0 !important;
552
- border-top: none;
553
- }
554
- div.dt-scroll-foot > .dt-scroll-footInner > table > tfoot > tr:first-child {
555
- border-top-width: 0 !important;
556
- }
557
-
558
- @media screen and (max-width: 767px) {
559
- div.dt-container div.dt-length,
560
- div.dt-container div.dt-search,
561
- div.dt-container div.dt-info,
562
- div.dt-container div.dt-paging {
563
- text-align: center;
564
- }
565
- div.dt-container .row {
566
- --bs-gutter-y: 0.5rem;
567
- }
568
- div.dt-container div.dt-paging ul.pagination {
569
- justify-content: center !important;
570
- }
571
- }
572
- table.dataTable.table-sm > thead > tr th.dt-orderable-asc, table.dataTable.table-sm > thead > tr th.dt-orderable-desc, table.dataTable.table-sm > thead > tr th.dt-ordering-asc, table.dataTable.table-sm > thead > tr th.dt-ordering-desc,
573
- table.dataTable.table-sm > thead > tr td.dt-orderable-asc,
574
- table.dataTable.table-sm > thead > tr td.dt-orderable-desc,
575
- table.dataTable.table-sm > thead > tr td.dt-ordering-asc,
576
- table.dataTable.table-sm > thead > tr td.dt-ordering-desc {
577
- padding-right: 0.25rem;
578
- }
579
- table.dataTable.table-sm > thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-orderable-desc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-asc span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-ordering-desc span.dt-column-order,
580
- table.dataTable.table-sm > thead > tr td.dt-orderable-asc span.dt-column-order,
581
- table.dataTable.table-sm > thead > tr td.dt-orderable-desc span.dt-column-order,
582
- table.dataTable.table-sm > thead > tr td.dt-ordering-asc span.dt-column-order,
583
- table.dataTable.table-sm > thead > tr td.dt-ordering-desc span.dt-column-order {
584
- right: 0.25rem;
585
- }
586
- table.dataTable.table-sm > thead > tr th.dt-type-date span.dt-column-order, table.dataTable.table-sm > thead > tr th.dt-type-numeric span.dt-column-order,
587
- table.dataTable.table-sm > thead > tr td.dt-type-date span.dt-column-order,
588
- table.dataTable.table-sm > thead > tr td.dt-type-numeric span.dt-column-order {
589
- left: 0.25rem;
590
- }
591
-
592
- div.dt-scroll-head table.table-bordered {
593
- border-bottom-width: 0;
594
- }
595
-
596
- div.table-responsive > div.dt-container > div.row {
597
- margin: 0;
598
- }
599
- div.table-responsive > div.dt-container > div.row > div[class^=col-]:first-child {
600
- padding-left: 0;
601
- }
602
- div.table-responsive > div.dt-container > div.row > div[class^=col-]:last-child {
603
- padding-right: 0;
604
- }
605
-
606
- :root[data-bs-theme=dark] {
607
- --dt-row-hover: 255, 255, 255;
608
- --dt-row-stripe: 255, 255, 255;
609
- --dt-column-ordering: 255, 255, 255;
610
- }