aa-intel-tool 2.10.0__py3-none-any.whl → 2.11.0__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.
- aa_intel_tool/__init__.py +3 -2
- aa_intel_tool/apps.py +5 -4
- aa_intel_tool/auth_hooks.py +2 -2
- aa_intel_tool/constants.py +9 -3
- aa_intel_tool/exceptions.py +1 -1
- aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/de/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/de/LC_MESSAGES/django.po +21 -21
- aa_intel_tool/locale/django.pot +14 -18
- aa_intel_tool/locale/es/LC_MESSAGES/django.po +17 -17
- aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/ja/LC_MESSAGES/django.po +48 -48
- aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/ru/LC_MESSAGES/django.po +19 -17
- aa_intel_tool/locale/sk/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/locale/uk/LC_MESSAGES/django.mo +0 -0
- aa_intel_tool/locale/uk/LC_MESSAGES/django.po +23 -23
- aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +13 -17
- aa_intel_tool/parser/module/chatlist.py +3 -3
- aa_intel_tool/parser/module/dscan.py +4 -5
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +13 -16
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
- aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +171 -282
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +251 -572
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +163 -237
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +18 -0
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
- aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +610 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +123 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +8 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +516 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +73 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +3091 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +10 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +20 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +2 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +1203 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +1 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +59 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +6 -0
- aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +1 -0
- aa_intel_tool/templates/aa_intel_tool/base.html +30 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +11 -0
- aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +14 -0
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +1 -1
- aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
- aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
- aa_intel_tool/tests/__init__.py +38 -0
- aa_intel_tool/tests/test_access.py +2 -2
- aa_intel_tool/tests/test_admin.py +4 -3
- aa_intel_tool/tests/test_app_settings.py +3 -2
- aa_intel_tool/tests/test_auth_hooks.py +2 -2
- aa_intel_tool/tests/test_helper_data_structures.py +2 -4
- aa_intel_tool/tests/test_helper_eve_character.py +5 -7
- aa_intel_tool/tests/test_models.py +3 -3
- aa_intel_tool/tests/test_parser_general.py +48 -34
- aa_intel_tool/tests/test_parser_helper_db.py +2 -4
- aa_intel_tool/tests/test_parser_module_chatlist.py +2 -2
- aa_intel_tool/tests/test_parser_module_dscan.py +828 -0
- aa_intel_tool/tests/test_parser_module_feetcomp.py +230 -0
- aa_intel_tool/tests/test_tasks.py +56 -0
- aa_intel_tool/tests/test_views_ajax.py +72 -0
- aa_intel_tool/tests/test_views_general.py +240 -0
- aa_intel_tool/urls.py +1 -1
- aa_intel_tool/views/general.py +13 -5
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/METADATA +9 -7
- aa_intel_tool-2.11.0.dist-info/RECORD +169 -0
- aa_intel_tool-2.10.0.dist-info/RECORD +0 -136
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/WHEEL +0 -0
- {aa_intel_tool-2.10.0.dist-info → aa_intel_tool-2.11.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -8,8 +8,8 @@ msgid ""
|
|
|
8
8
|
msgstr ""
|
|
9
9
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
10
10
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
11
|
-
"POT-Creation-Date: 2025-
|
|
12
|
-
"PO-Revision-Date: 2025-
|
|
11
|
+
"POT-Creation-Date: 2025-11-09 22:43+0100\n"
|
|
12
|
+
"PO-Revision-Date: 2025-11-01 19:17+0000\n"
|
|
13
13
|
"Last-Translator: s0k0l -_- <salarysalo@gmail.com>\n"
|
|
14
14
|
"Language-Team: Ukrainian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/uk/>\n"
|
|
15
15
|
"Language: uk\n"
|
|
@@ -17,9 +17,9 @@ msgstr ""
|
|
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
|
19
19
|
"Plural-Forms: nplurals=4; plural=n==1 ? 3 : (n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
20
|
-
"X-Generator: Weblate 5.
|
|
20
|
+
"X-Generator: Weblate 5.14\n"
|
|
21
21
|
|
|
22
|
-
#: aa_intel_tool/__init__.py:
|
|
22
|
+
#: aa_intel_tool/__init__.py:10
|
|
23
23
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
24
24
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
25
25
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -30,7 +30,7 @@ msgstr "Парсер інтелу"
|
|
|
30
30
|
|
|
31
31
|
#: aa_intel_tool/admin.py:79 aa_intel_tool/models.py:46
|
|
32
32
|
msgid "Scan type"
|
|
33
|
-
msgstr "Тип
|
|
33
|
+
msgstr "Тип підскану"
|
|
34
34
|
|
|
35
35
|
#: aa_intel_tool/admin.py:94
|
|
36
36
|
msgid "Open in a new browser tab"
|
|
@@ -40,22 +40,16 @@ msgstr "Нова вкладка браузера"
|
|
|
40
40
|
msgid "Raw data"
|
|
41
41
|
msgstr "Необроблені дані"
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
#: aa_intel_tool/apps.py:21
|
|
45
|
-
#, python-brace-format
|
|
46
|
-
msgid "Intel Parser v{__version__}"
|
|
47
|
-
msgstr "Парсер інтелу v{__version__}"
|
|
48
|
-
|
|
49
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
43
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
50
44
|
msgid "Chat list"
|
|
51
|
-
msgstr "Список
|
|
45
|
+
msgstr "Список чатів"
|
|
52
46
|
|
|
53
|
-
#: aa_intel_tool/constants.py:
|
|
47
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
54
48
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
55
49
|
msgid "D-Scan"
|
|
56
50
|
msgstr "Д-скан"
|
|
57
51
|
|
|
58
|
-
#: aa_intel_tool/constants.py:
|
|
52
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
59
53
|
#: aa_intel_tool/models.py:123
|
|
60
54
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
61
55
|
msgid "Fleet composition"
|
|
@@ -189,7 +183,7 @@ msgstr[1] "АналІзатор чату зараз обмежений макс
|
|
|
189
183
|
msgstr[2] "АналІзатор чату зараз обмежений максимум {max_allowed_pilots} пілотами у скані. Розмір Вашего списку перевищує це обмеження."
|
|
190
184
|
msgstr[3] "АналІзатор чату зараз обмежений максимум одним пілотом у скані. Розмір Вашего списку перевищує це обмеження."
|
|
191
185
|
|
|
192
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
186
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
193
187
|
msgid "The D-Scan module is currently disabled."
|
|
194
188
|
msgstr "Модуль D-Scan відключений."
|
|
195
189
|
|
|
@@ -416,18 +410,24 @@ msgstr "Система"
|
|
|
416
410
|
msgid "Participation details"
|
|
417
411
|
msgstr "Деталі про учасників"
|
|
418
412
|
|
|
419
|
-
#: aa_intel_tool/views/general.py:
|
|
420
|
-
|
|
421
|
-
|
|
413
|
+
#: aa_intel_tool/views/general.py:56
|
|
414
|
+
#, python-brace-format
|
|
415
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
416
|
+
msgstr "Надані дані не можна розібрати. ({exc})"
|
|
422
417
|
|
|
423
|
-
#: aa_intel_tool/views/general.py:
|
|
424
|
-
|
|
425
|
-
|
|
418
|
+
#: aa_intel_tool/views/general.py:68
|
|
419
|
+
#, python-brace-format
|
|
420
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
421
|
+
msgstr "(System Error) Трапилась якась системна помилка-халепа. ({exc})"
|
|
426
422
|
|
|
427
|
-
#: aa_intel_tool/views/general.py:
|
|
423
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
428
424
|
msgid "The scan you were looking for could not be found."
|
|
429
425
|
msgstr "Скан який Ви шукаєте, не можна знайти."
|
|
430
426
|
|
|
427
|
+
#, python-brace-format
|
|
428
|
+
#~ msgid "Intel Parser v{__version__}"
|
|
429
|
+
#~ msgstr "Парсер інтелу v{__version__}"
|
|
430
|
+
|
|
431
431
|
#~ msgid "No data available in this table"
|
|
432
432
|
#~ msgstr "Немає даних у цій таблиці"
|
|
433
433
|
|
|
@@ -12,7 +12,7 @@ msgid ""
|
|
|
12
12
|
msgstr ""
|
|
13
13
|
"Project-Id-Version: AA Intel Tool 2.5.1\n"
|
|
14
14
|
"Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
|
|
15
|
-
"POT-Creation-Date: 2025-
|
|
15
|
+
"POT-Creation-Date: 2025-11-09 22:43+0100\n"
|
|
16
16
|
"PO-Revision-Date: 2025-02-18 09:17+0000\n"
|
|
17
17
|
"Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
|
|
18
18
|
"Language-Team: Chinese (Simplified Han script) <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/zh_Hans/>\n"
|
|
@@ -23,7 +23,7 @@ msgstr ""
|
|
|
23
23
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
24
24
|
"X-Generator: Weblate 5.9.2\n"
|
|
25
25
|
|
|
26
|
-
#: aa_intel_tool/__init__.py:
|
|
26
|
+
#: aa_intel_tool/__init__.py:10
|
|
27
27
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:7
|
|
28
28
|
#: aa_intel_tool/templates/aa_intel_tool/base.html:11
|
|
29
29
|
#: aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html:5
|
|
@@ -44,22 +44,16 @@ msgstr ""
|
|
|
44
44
|
msgid "Raw data"
|
|
45
45
|
msgstr "原始数据"
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
#: aa_intel_tool/apps.py:21
|
|
49
|
-
#, python-brace-format
|
|
50
|
-
msgid "Intel Parser v{__version__}"
|
|
51
|
-
msgstr ""
|
|
52
|
-
|
|
53
|
-
#: aa_intel_tool/constants.py:56 aa_intel_tool/models.py:24
|
|
47
|
+
#: aa_intel_tool/constants.py:62 aa_intel_tool/models.py:24
|
|
54
48
|
msgid "Chat list"
|
|
55
49
|
msgstr "聊天列表"
|
|
56
50
|
|
|
57
|
-
#: aa_intel_tool/constants.py:
|
|
51
|
+
#: aa_intel_tool/constants.py:68 aa_intel_tool/models.py:22
|
|
58
52
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:28
|
|
59
53
|
msgid "D-Scan"
|
|
60
54
|
msgstr "定向扫描"
|
|
61
55
|
|
|
62
|
-
#: aa_intel_tool/constants.py:
|
|
56
|
+
#: aa_intel_tool/constants.py:74 aa_intel_tool/models.py:23
|
|
63
57
|
#: aa_intel_tool/models.py:123
|
|
64
58
|
#: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:33
|
|
65
59
|
msgid "Fleet composition"
|
|
@@ -192,7 +186,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
|
|
|
192
186
|
msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
|
|
193
187
|
msgstr[0] ""
|
|
194
188
|
|
|
195
|
-
#: aa_intel_tool/parser/module/dscan.py:
|
|
189
|
+
#: aa_intel_tool/parser/module/dscan.py:361
|
|
196
190
|
msgid "The D-Scan module is currently disabled."
|
|
197
191
|
msgstr ""
|
|
198
192
|
|
|
@@ -415,14 +409,16 @@ msgstr "星系"
|
|
|
415
409
|
msgid "Participation details"
|
|
416
410
|
msgstr ""
|
|
417
411
|
|
|
418
|
-
#: aa_intel_tool/views/general.py:
|
|
419
|
-
|
|
412
|
+
#: aa_intel_tool/views/general.py:56
|
|
413
|
+
#, python-brace-format
|
|
414
|
+
msgid "The provided data could not be parsed. ({exc})"
|
|
420
415
|
msgstr ""
|
|
421
416
|
|
|
422
|
-
#: aa_intel_tool/views/general.py:
|
|
423
|
-
|
|
417
|
+
#: aa_intel_tool/views/general.py:68
|
|
418
|
+
#, python-brace-format
|
|
419
|
+
msgid "(System Error) Something unexpected happened. ({exc})"
|
|
424
420
|
msgstr ""
|
|
425
421
|
|
|
426
|
-
#: aa_intel_tool/views/general.py:
|
|
422
|
+
#: aa_intel_tool/views/general.py:109 aa_intel_tool/views/general.py:139
|
|
427
423
|
msgid "The scan you were looking for could not be found."
|
|
428
424
|
msgstr ""
|
|
@@ -274,10 +274,10 @@ def parse(
|
|
|
274
274
|
# Throw a tantrum
|
|
275
275
|
raise ParserError(
|
|
276
276
|
message=ngettext(
|
|
277
|
-
singular=
|
|
278
|
-
plural=
|
|
277
|
+
singular="Chat scans are currently limited to a maximum of {max_allowed_pilots} pilot per scan. Your list of pilots exceeds this limit.",
|
|
278
|
+
plural="Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit.",
|
|
279
279
|
number=max_allowed_pilots,
|
|
280
|
-
)
|
|
280
|
+
).format(max_allowed_pilots=max_allowed_pilots)
|
|
281
281
|
)
|
|
282
282
|
|
|
283
283
|
eve_characters = _get_character_info(scan_data=scan_data)
|
|
@@ -53,11 +53,10 @@ def _is_on_grid(distance: str) -> bool:
|
|
|
53
53
|
match = re.search(pattern=REGEX_PATTERN["localised_on_grid"], string=distance)
|
|
54
54
|
|
|
55
55
|
# Check if the distance is within the grid size
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
return False
|
|
56
|
+
return (
|
|
57
|
+
bool(match)
|
|
58
|
+
and int(re.sub(r"\D", "", distance)) <= AppSettings.INTELTOOL_DSCAN_GRID_SIZE
|
|
59
|
+
)
|
|
61
60
|
|
|
62
61
|
|
|
63
62
|
def _get_type_info_dict(eve_type: tuple) -> dict:
|
|
@@ -22,10 +22,6 @@
|
|
|
22
22
|
color: var(--bs-gray);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.aa-intel-tool td.data-align-right {
|
|
26
|
-
text-align: right;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
25
|
.aa-intel-tool .aa-intel-section-header {
|
|
30
26
|
border-bottom: 1px solid var(--bs-gray-200);
|
|
31
27
|
}
|
|
@@ -50,16 +46,6 @@
|
|
|
50
46
|
}
|
|
51
47
|
}
|
|
52
48
|
|
|
53
|
-
/* Highlighting
|
|
54
|
-
------------------------------------------------------------------------------------- */
|
|
55
|
-
@media all {
|
|
56
|
-
.aa-intel-tool .aa-intel-highlight td:first-child,
|
|
57
|
-
.aa-intel-tool .aa-intel-highlight-sticky td:first-child {
|
|
58
|
-
border-left: 1px solid var(--bs-red);
|
|
59
|
-
padding-left: 3px;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
49
|
/* Form
|
|
64
50
|
------------------------------------------------------------------------------------- */
|
|
65
51
|
@media all {
|
|
@@ -99,8 +85,9 @@
|
|
|
99
85
|
white-space: initial;
|
|
100
86
|
}
|
|
101
87
|
|
|
102
|
-
.aa-intel-tool .
|
|
103
|
-
|
|
88
|
+
.aa-intel-tool .dataTable tr {
|
|
89
|
+
border-left: 1px solid transparent;
|
|
90
|
+
border-right: 1px solid transparent;
|
|
104
91
|
}
|
|
105
92
|
|
|
106
93
|
.aa-intel-tool .dataTable tbody tr:hover,
|
|
@@ -142,3 +129,13 @@
|
|
|
142
129
|
transform: none;
|
|
143
130
|
}
|
|
144
131
|
}
|
|
132
|
+
|
|
133
|
+
/* Highlighting
|
|
134
|
+
------------------------------------------------------------------------------------- */
|
|
135
|
+
@media all {
|
|
136
|
+
.aa-intel-tool tr.aa-intel-highlight,
|
|
137
|
+
.aa-intel-tool tr.aa-intel-highlight-sticky {
|
|
138
|
+
border-left: 1px solid var(--bs-red);
|
|
139
|
+
border-right: 1px solid var(--bs-red);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@media all{.aa-intel-tool .aa-intel-scan-page-buttons ul li{display:block;float:left;width:150px}.aa-intel-tool .aa-intel-scan-page-buttons button{position:relative;width:100%}.aa-intel-tool .aa-intel-copy-result{max-width:310px}.aa-intel-tool .paste-explanation ul{list-style-type:none}.aa-intel-tool .paste-explanation li>small{color:var(--bs-gray)}.aa-intel-tool
|
|
1
|
+
@media all{.aa-intel-tool .aa-intel-scan-page-buttons ul li{display:block;float:left;width:150px}.aa-intel-tool .aa-intel-scan-page-buttons button{position:relative;width:100%}.aa-intel-tool .aa-intel-copy-result{max-width:310px}.aa-intel-tool .paste-explanation ul{list-style-type:none}.aa-intel-tool .paste-explanation li>small{color:var(--bs-gray)}.aa-intel-tool .aa-intel-section-header{border-bottom:1px solid var(--bs-gray-200)}.aa-intel-tool .aa-intel-section-header .aa-intel-section-title{font-size:1.25em}.aa-intel-tool .aa-intel-eve-image-wrapper{display:inline-block;margin-right:.5rem}.aa-intel-tool .aa-intel-eve-information-wrapper{display:inline-block;vertical-align:inherit}.aa-intel-tool .aa-intel-additional-information-wrapper,.aa-intel-tool .aa-intel-eve-name-wrapper,.aa-intel-tool form.is-submitting .aa-intel-form-submitted-info{display:block}.aa-intel-tool .aa-intel-form-submitted-info{display:none}.aa-intel-tool form.is-submitting button[type=submit]{cursor:not-allowed;opacity:.5}svg.aa-intel-loading-spinner{height:1rem;width:1rem}.aa-intel-tool .aa-intel-form-submitted-info svg.aa-intel-loading-spinner{height:2rem;width:2rem}.aa-intel-tool div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:initial}.aa-intel-tool .dataTable tr{border-left:1px solid transparent;border-right:1px solid transparent}.aa-intel-tool .dataTable tbody tr.aa-intel-highlight,.aa-intel-tool .dataTable tbody tr.aa-intel-highlight-sticky,.aa-intel-tool .dataTable tbody tr:hover{--bs-table-bg-type:var(--bs-table-hover-bg);--bs-table-color-type:var(--bs-table-striped-color)}.aa-intel-tool .table-aa-intel tbody>tr>td{vertical-align:middle}.aa-intel-tool .table-no-images>tbody>tr>td{padding-bottom:12px;padding-top:11px}.aa-intel-tool .table-sortable>tbody>tr>.table-data-count{padding-right:1rem;text-align:right}.aa-intel-tool td.text-ellipsis{max-width:50px;white-space:nowrap}.aa-intel-tool .aa-intel-eve-information-wrapper{max-width:calc(100% - 35px)}.aa-intel-tool .aa-intel-eve-name-wrapper{overflow:hidden;text-overflow:ellipsis}.aa-intel-tool td.fix-eve-image-position>span.alliance-id-1{transform:none}.aa-intel-tool tr.aa-intel-highlight,.aa-intel-tool tr.aa-intel-highlight-sticky{border-left:1px solid var(--bs-red);border-right:1px solid var(--bs-red)}}
|
|
2
2
|
/*# sourceMappingURL=aa-intel-tool.min.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["aa-intel-tool.css"],"names":[],"mappings":"AAAA,A,WACI,gD,CACI,a,CACA,U,CACA,W,CAGJ,iD,CACI,iB,CACA,U,CAGJ,oC,CACI,e,CAGJ,oC,CACI,oB,CAGJ,0C,CACI,oB,CAGJ,
|
|
1
|
+
{"version":3,"sources":["aa-intel-tool.css"],"names":[],"mappings":"AAAA,A,WACI,gD,CACI,a,CACA,U,CACA,W,CAGJ,iD,CACI,iB,CACA,U,CAGJ,oC,CACI,e,CAGJ,oC,CACI,oB,CAGJ,0C,CACI,oB,CAGJ,uC,CACI,0C,CAGJ,+D,CACI,gB,CAGJ,0C,CACI,oB,CACA,kB,CAGJ,gD,CACI,oB,CACA,sB,CAIJ,uD,CADA,yC,CAkBA,+D,CAhBI,a,CAOJ,4C,CACI,Y,CAGJ,qD,CACI,kB,CACA,U,CAWJ,4B,CACI,W,CACA,U,CAGJ,yE,CACI,W,CACA,U,CAOJ,yD,CACI,e,CACA,mB,CAGJ,4B,CACI,iC,CACA,kC,CAIJ,qD,CACA,4D,CAFA,wC,CAGI,2C,CACA,mD,CAGJ,0C,CACI,qB,CAGJ,2C,CACI,mB,CACA,gB,CAGJ,yD,CACI,kB,CACA,gB,CAGJ,+B,CACI,c,CACA,kB,CAGJ,gD,CACI,2B,CAGJ,yC,CACI,e,CACA,sB,CAGJ,2D,CACI,c,CAOJ,oC,CACA,2C,CACI,mC,CACA,sC","file":"aa-intel-tool.css","sourcesContent":["@media all {\n .aa-intel-tool .aa-intel-scan-page-buttons ul li {\n display: block;\n float: left;\n width: 150px;\n }\n\n .aa-intel-tool .aa-intel-scan-page-buttons button {\n position: relative;\n width: 100%;\n }\n\n .aa-intel-tool .aa-intel-copy-result {\n max-width: 310px;\n }\n\n .aa-intel-tool .paste-explanation ul {\n list-style-type: none;\n }\n\n .aa-intel-tool .paste-explanation li > small {\n color: var(--bs-gray);\n }\n\n .aa-intel-tool .aa-intel-section-header {\n border-bottom: 1px solid var(--bs-gray-200);\n }\n\n .aa-intel-tool .aa-intel-section-header .aa-intel-section-title {\n font-size: 1.25em;\n }\n\n .aa-intel-tool .aa-intel-eve-image-wrapper {\n display: inline-block;\n margin-right: 0.5rem;\n }\n\n .aa-intel-tool .aa-intel-eve-information-wrapper {\n display: inline-block;\n vertical-align: inherit;\n }\n\n .aa-intel-tool .aa-intel-eve-name-wrapper,\n .aa-intel-tool .aa-intel-additional-information-wrapper {\n display: block;\n }\n}\n\n/* Form\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool .aa-intel-form-submitted-info {\n display: none;\n }\n\n .aa-intel-tool form.is-submitting button[type=\"submit\"] {\n cursor: not-allowed;\n opacity: 0.5;\n }\n\n .aa-intel-tool form.is-submitting .aa-intel-form-submitted-info {\n display: block;\n }\n}\n\n/* Loading Spinner\n------------------------------------------------------------------------------------- */\n@media all {\n svg.aa-intel-loading-spinner {\n height: 1rem;\n width: 1rem;\n }\n\n .aa-intel-tool .aa-intel-form-submitted-info svg.aa-intel-loading-spinner {\n height: 2rem;\n width: 2rem;\n }\n}\n\n/* Data Tables\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool div.dataTables_wrapper div.dataTables_info {\n padding-top: 8px;\n white-space: initial;\n }\n\n .aa-intel-tool .dataTable tr {\n border-left: 1px solid transparent;\n border-right: 1px solid transparent;\n }\n\n .aa-intel-tool .dataTable tbody tr:hover,\n .aa-intel-tool .dataTable tbody tr.aa-intel-highlight,\n .aa-intel-tool .dataTable tbody tr.aa-intel-highlight-sticky {\n --bs-table-bg-type: var(--bs-table-hover-bg);\n --bs-table-color-type: var(--bs-table-striped-color);\n }\n\n .aa-intel-tool .table-aa-intel tbody > tr > td {\n vertical-align: middle;\n }\n\n .aa-intel-tool .table-no-images > tbody > tr > td {\n padding-bottom: 12px;\n padding-top: 11px;\n }\n\n .aa-intel-tool .table-sortable > tbody > tr > .table-data-count {\n padding-right: 1rem;\n text-align: right;\n }\n\n .aa-intel-tool td.text-ellipsis {\n max-width: 50px;\n white-space: nowrap;\n }\n\n .aa-intel-tool .aa-intel-eve-information-wrapper {\n max-width: calc(100% - 35px);\n }\n\n .aa-intel-tool .aa-intel-eve-name-wrapper {\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .aa-intel-tool td.fix-eve-image-position > span.alliance-id-1 {\n transform: none;\n }\n}\n\n/* Highlighting\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool tr.aa-intel-highlight,\n .aa-intel-tool tr.aa-intel-highlight-sticky {\n border-left: 1px solid var(--bs-red);\n border-right: 1px solid var(--bs-red);\n }\n}\n"]}
|