aa-intel-tool 2.10.1__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.
Files changed (92) hide show
  1. aa_intel_tool/__init__.py +1 -1
  2. aa_intel_tool/auth_hooks.py +2 -2
  3. aa_intel_tool/locale/cs_CZ/LC_MESSAGES/django.po +2 -2
  4. aa_intel_tool/locale/de/LC_MESSAGES/django.po +2 -2
  5. aa_intel_tool/locale/django.pot +3 -3
  6. aa_intel_tool/locale/es/LC_MESSAGES/django.po +2 -2
  7. aa_intel_tool/locale/fr_FR/LC_MESSAGES/django.po +2 -2
  8. aa_intel_tool/locale/it_IT/LC_MESSAGES/django.po +2 -2
  9. aa_intel_tool/locale/ja/LC_MESSAGES/django.mo +0 -0
  10. aa_intel_tool/locale/ja/LC_MESSAGES/django.po +33 -33
  11. aa_intel_tool/locale/ko_KR/LC_MESSAGES/django.po +2 -2
  12. aa_intel_tool/locale/nl_NL/LC_MESSAGES/django.po +2 -2
  13. aa_intel_tool/locale/pl_PL/LC_MESSAGES/django.po +2 -2
  14. aa_intel_tool/locale/ru/LC_MESSAGES/django.po +2 -2
  15. aa_intel_tool/locale/sk/LC_MESSAGES/django.po +2 -2
  16. aa_intel_tool/locale/uk/LC_MESSAGES/django.po +2 -2
  17. aa_intel_tool/locale/zh_Hans/LC_MESSAGES/django.po +2 -2
  18. aa_intel_tool/parser/module/dscan.py +4 -5
  19. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.css +13 -16
  20. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css +1 -1
  21. aa_intel_tool/static/aa_intel_tool/css/aa-intel-tool.min.css.map +1 -1
  22. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.js +171 -282
  23. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js +1 -1
  24. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-chatscan.min.js.map +1 -1
  25. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.js +251 -572
  26. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js +1 -1
  27. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-dscan.min.js.map +1 -1
  28. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.js +163 -237
  29. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js +1 -1
  30. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-fleetcomposition.min.js.map +1 -1
  31. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.js +18 -0
  32. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js +1 -1
  33. aa_intel_tool/static/aa_intel_tool/javascript/aa-intel-tool-scan-result-common.min.js.map +1 -1
  34. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.css +610 -0
  35. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.js +123 -0
  36. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css +8 -0
  37. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.css.map +1 -0
  38. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js +6 -0
  39. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/dataTables.bootstrap5.min.js.map +1 -0
  40. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js +10 -0
  41. aa_intel_tool/static/aa_intel_tool/libs/DataTables/2.3.4/datatables.min.js.map +1 -0
  42. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.css +516 -0
  43. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css +2 -0
  44. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/css/columnControl.bootstrap5.min.css.map +1 -0
  45. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.js +73 -0
  46. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js +6 -0
  47. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/columnControl.bootstrap5.min.js.map +1 -0
  48. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.js +3091 -0
  49. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js +10 -0
  50. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/ColumnControl/1.1.1/js/dataTables.columnControl.min.js.map +1 -0
  51. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.css +20 -0
  52. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css +2 -0
  53. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/css/fixedHeader.bootstrap5.min.css.map +1 -0
  54. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.js +1203 -0
  55. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js +6 -0
  56. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/dataTables.fixedHeader.min.js.map +1 -0
  57. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.js +59 -0
  58. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js +6 -0
  59. aa_intel_tool/static/aa_intel_tool/libs/DataTables/Extensions/FixedHeader/4.0.4/js/fixedHeader.bootstrap5.min.js.map +1 -0
  60. aa_intel_tool/templates/aa_intel_tool/base.html +30 -0
  61. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-css.html +11 -0
  62. aa_intel_tool/templates/aa_intel_tool/bundles/datatables-2-js.html +14 -0
  63. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html +1 -1
  64. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html +1 -1
  65. aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/pilots.html +1 -1
  66. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html +1 -1
  67. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html +1 -1
  68. aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html +1 -1
  69. aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html +1 -1
  70. aa_intel_tool/templates/aa_intel_tool/views/scan/chatlist.html +2 -2
  71. aa_intel_tool/templates/aa_intel_tool/views/scan/dscan.html +2 -2
  72. aa_intel_tool/templates/aa_intel_tool/views/scan/fleetcomp.html +2 -2
  73. aa_intel_tool/tests/__init__.py +38 -0
  74. aa_intel_tool/tests/test_access.py +2 -2
  75. aa_intel_tool/tests/test_admin.py +4 -3
  76. aa_intel_tool/tests/test_app_settings.py +3 -2
  77. aa_intel_tool/tests/test_auth_hooks.py +2 -2
  78. aa_intel_tool/tests/test_helper_data_structures.py +2 -4
  79. aa_intel_tool/tests/test_helper_eve_character.py +5 -7
  80. aa_intel_tool/tests/test_models.py +3 -3
  81. aa_intel_tool/tests/test_parser_general.py +48 -34
  82. aa_intel_tool/tests/test_parser_helper_db.py +2 -4
  83. aa_intel_tool/tests/test_parser_module_chatlist.py +2 -2
  84. aa_intel_tool/tests/test_parser_module_dscan.py +828 -0
  85. aa_intel_tool/tests/test_parser_module_feetcomp.py +230 -0
  86. aa_intel_tool/tests/test_tasks.py +56 -0
  87. aa_intel_tool/tests/test_views_ajax.py +72 -0
  88. aa_intel_tool/tests/test_views_general.py +240 -0
  89. {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.0.dist-info}/METADATA +1 -1
  90. {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.0.dist-info}/RECORD +92 -59
  91. {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.0.dist-info}/WHEEL +0 -0
  92. {aa_intel_tool-2.10.1.dist-info → aa_intel_tool-2.11.0.dist-info}/licenses/LICENSE +0 -0
aa_intel_tool/__init__.py CHANGED
@@ -5,6 +5,6 @@ App init
5
5
  # Django
6
6
  from django.utils.translation import gettext_lazy as _
7
7
 
8
- __version__ = "2.10.1"
8
+ __version__ = "2.11.0"
9
9
  __title__ = "Intel Parser"
10
10
  __title_translated__ = _("Intel Parser")
@@ -7,7 +7,7 @@ from allianceauth import hooks
7
7
  from allianceauth.services.hooks import MenuItemHook, UrlHook
8
8
 
9
9
  # AA Intel Tool
10
- from aa_intel_tool import __title__, urls
10
+ from aa_intel_tool import __title_translated__, urls
11
11
 
12
12
 
13
13
  class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-methods
@@ -19,7 +19,7 @@ class AaIntelToolMenuItem(MenuItemHook): # pylint: disable=too-few-public-metho
19
19
  # setup menu entry for sidebar
20
20
  MenuItemHook.__init__(
21
21
  self,
22
- text=__title__,
22
+ text=__title_translated__,
23
23
  classes="fa-solid fa-clipboard-list",
24
24
  url_name="aa_intel_tool:intel_tool_index",
25
25
  navactive=["aa_intel_tool:"],
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
9
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
10
10
  "PO-Revision-Date: 2024-07-10 14:26+0000\n"
11
11
  "Last-Translator: Dadas Aideron <dadas.aideron@gmail.com>\n"
12
12
  "Language-Team: Czech <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/cs/>\n"
@@ -181,7 +181,7 @@ msgstr[1] ""
181
181
  msgstr[2] ""
182
182
  msgstr[3] ""
183
183
 
184
- #: aa_intel_tool/parser/module/dscan.py:362
184
+ #: aa_intel_tool/parser/module/dscan.py:361
185
185
  msgid "The D-Scan module is currently disabled."
186
186
  msgstr ""
187
187
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
9
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
10
10
  "PO-Revision-Date: 2025-10-21 08:59+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: German <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/de/>\n"
@@ -179,7 +179,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
179
179
  msgstr[0] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Pilot pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
180
180
  msgstr[1] "Chatscans sind derzeit auf maximal {max_allowed_pilots} Piloten pro Scan beschränkt. Deine Pilotenliste überschreitet diese Grenze."
181
181
 
182
- #: aa_intel_tool/parser/module/dscan.py:362
182
+ #: aa_intel_tool/parser/module/dscan.py:361
183
183
  msgid "The D-Scan module is currently disabled."
184
184
  msgstr "Das D-Scan-Modul ist derzeit deaktiviert."
185
185
 
@@ -6,9 +6,9 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: AA Intel Tool 2.10.1\n"
9
+ "Project-Id-Version: AA Intel Tool 2.11.0\n"
10
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
11
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
11
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
12
12
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -185,7 +185,7 @@ msgid_plural ""
185
185
  msgstr[0] ""
186
186
  msgstr[1] ""
187
187
 
188
- #: aa_intel_tool/parser/module/dscan.py:362
188
+ #: aa_intel_tool/parser/module/dscan.py:361
189
189
  msgid "The D-Scan module is currently disabled."
190
190
  msgstr ""
191
191
 
@@ -8,7 +8,7 @@ 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-11-04 12:19+0100\n"
11
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
12
12
  "PO-Revision-Date: 2025-07-29 20:18+0000\n"
13
13
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
14
14
  "Language-Team: Spanish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/es/>\n"
@@ -191,7 +191,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
191
191
  msgstr[0] ""
192
192
  msgstr[1] ""
193
193
 
194
- #: aa_intel_tool/parser/module/dscan.py:362
194
+ #: aa_intel_tool/parser/module/dscan.py:361
195
195
  msgid "The D-Scan module is currently disabled."
196
196
  msgstr ""
197
197
 
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
13
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
14
14
  "PO-Revision-Date: 2025-08-03 04:24+0000\n"
15
15
  "Last-Translator: The “Devcutter” Guy <mick162534@gmail.com>\n"
16
16
  "Language-Team: French <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/fr/>\n"
@@ -187,7 +187,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
187
187
  msgstr[0] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilote par scan. Votre liste de pilote dépasse cette limite."
188
188
  msgstr[1] "Le scan de la conversation est limitée pour le moment a {max_allowed_pilots} pilotes par scan. Votre liste de pilote dépasse cette limite."
189
189
 
190
- #: aa_intel_tool/parser/module/dscan.py:362
190
+ #: aa_intel_tool/parser/module/dscan.py:361
191
191
  msgid "The D-Scan module is currently disabled."
192
192
  msgstr "Le module de scanner directionnel est désactivé pour le moment."
193
193
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
10
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Italian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/it/>\n"
@@ -180,7 +180,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
180
180
  msgstr[0] ""
181
181
  msgstr[1] ""
182
182
 
183
- #: aa_intel_tool/parser/module/dscan.py:362
183
+ #: aa_intel_tool/parser/module/dscan.py:361
184
184
  msgid "The D-Scan module is currently disabled."
185
185
  msgstr ""
186
186
 
@@ -2,20 +2,22 @@
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the PACKAGE package.
4
4
  # Anata_no_Usiro <yt23542354m@gmail.com>, 2024.
5
+ # Dexsar <dexsar.paf@gmail.com>, 2025.
6
+ # Peter Pfeufer <info@ppfeufer.de>, 2025.
5
7
  msgid ""
6
8
  msgstr ""
7
9
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
10
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
10
- "PO-Revision-Date: 2024-08-05 10:10+0000\n"
11
- "Last-Translator: Anata_no_Usiro <yt23542354m@gmail.com>\n"
11
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
12
+ "PO-Revision-Date: 2025-11-07 03:17+0000\n"
13
+ "Last-Translator: Dexsar <dexsar.paf@gmail.com>\n"
12
14
  "Language-Team: Japanese <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ja/>\n"
13
15
  "Language: ja\n"
14
16
  "MIME-Version: 1.0\n"
15
17
  "Content-Type: text/plain; charset=UTF-8\n"
16
18
  "Content-Transfer-Encoding: 8bit\n"
17
19
  "Plural-Forms: nplurals=1; plural=0;\n"
18
- "X-Generator: Weblate 5.6.2\n"
20
+ "X-Generator: Weblate 5.14\n"
19
21
 
20
22
  #: aa_intel_tool/__init__.py:10
21
23
  #: aa_intel_tool/templates/aa_intel_tool/base.html:7
@@ -54,10 +56,8 @@ msgid "Fleet composition"
54
56
  msgstr "フリートの構成"
55
57
 
56
58
  #: aa_intel_tool/exceptions.py:44
57
- #, fuzzy
58
- #| msgid "A parser error occurred » {message}"
59
59
  msgid "Unknown parser error"
60
- msgstr "解析エラーが発生しました » {message}"
60
+ msgstr "不明なパーサーエラー"
61
61
 
62
62
  #: aa_intel_tool/exceptions.py:46
63
63
  #, python-brace-format
@@ -70,68 +70,68 @@ msgstr "ここに貼り付け"
70
70
 
71
71
  #: aa_intel_tool/models.py:21 aa_intel_tool/models.py:110
72
72
  msgid "Invalid scan data"
73
- msgstr ""
73
+ msgstr "無効なスキャンデータ"
74
74
 
75
75
  #: aa_intel_tool/models.py:31
76
76
  msgid "Scan hash"
77
- msgstr ""
77
+ msgstr "ハッシュをスキャンする"
78
78
 
79
79
  #: aa_intel_tool/models.py:37
80
80
  msgid "Creation date/time"
81
- msgstr ""
81
+ msgstr "作成日時"
82
82
 
83
83
  #: aa_intel_tool/models.py:40
84
84
  msgid "Scan raw data"
85
- msgstr ""
85
+ msgstr "生データをスキャンする"
86
86
 
87
87
  #: aa_intel_tool/models.py:55 aa_intel_tool/models.py:132
88
88
  msgid "Scan"
89
- msgstr ""
89
+ msgstr "スキャン"
90
90
 
91
91
  #: aa_intel_tool/models.py:56
92
92
  msgid "Scans"
93
- msgstr ""
93
+ msgstr "スキャン"
94
94
 
95
95
  #: aa_intel_tool/models.py:111
96
96
  msgid "Pilot list"
97
- msgstr ""
97
+ msgstr "パイロットリスト"
98
98
 
99
99
  #: aa_intel_tool/models.py:112
100
100
  msgid "Corporation list"
101
- msgstr ""
101
+ msgstr "会社リスト"
102
102
 
103
103
  #: aa_intel_tool/models.py:113
104
104
  msgid "Alliance list"
105
- msgstr ""
105
+ msgstr "アライアンスリスト"
106
106
 
107
107
  #: aa_intel_tool/models.py:114
108
108
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:6
109
109
  msgid "Ship types"
110
- msgstr ""
110
+ msgstr "シップタイプ"
111
111
 
112
112
  #: aa_intel_tool/models.py:115
113
113
  msgid "Ship list"
114
- msgstr ""
114
+ msgstr "船のリスト"
115
115
 
116
116
  #: aa_intel_tool/models.py:116
117
117
  msgid "Ship list (on grid)"
118
- msgstr ""
118
+ msgstr "シップリスト(グリッド内)"
119
119
 
120
120
  #: aa_intel_tool/models.py:117
121
121
  msgid "Ship list (off grid)"
122
- msgstr ""
122
+ msgstr "シップリスト(グリッド外)"
123
123
 
124
124
  #: aa_intel_tool/models.py:118
125
125
  msgid "Structures (on grid)"
126
- msgstr ""
126
+ msgstr "建造物(グリッド内)"
127
127
 
128
128
  #: aa_intel_tool/models.py:119
129
129
  msgid "Starbases (on grid)"
130
- msgstr ""
130
+ msgstr "スターベース (グリッド内)"
131
131
 
132
132
  #: aa_intel_tool/models.py:120
133
133
  msgid "Deployables (on grid)"
134
- msgstr ""
134
+ msgstr "配置可能ユニット(グリッド内)"
135
135
 
136
136
  #: aa_intel_tool/models.py:121
137
137
  msgid "Miscellaneous (on grid)"
@@ -180,7 +180,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
180
180
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
181
181
  msgstr[0] ""
182
182
 
183
- #: aa_intel_tool/parser/module/dscan.py:362
183
+ #: aa_intel_tool/parser/module/dscan.py:361
184
184
  msgid "The D-Scan module is currently disabled."
185
185
  msgstr ""
186
186
 
@@ -220,11 +220,11 @@ msgstr ""
220
220
 
221
221
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:5
222
222
  msgid "Do you want to help translate this app into your language or improve the existing translation?"
223
- msgstr ""
223
+ msgstr "このアプリをあなたの言語に翻訳するお手伝いをしたり、既存の翻訳を改善したりしませんか?"
224
224
 
225
225
  #: aa_intel_tool/templates/aa_intel_tool/partials/footer/app-translation-footer.html:8
226
226
  msgid "Join our team of translators!"
227
- msgstr ""
227
+ msgstr "翻訳者チームに参加しましょう!"
228
228
 
229
229
  #: aa_intel_tool/templates/aa_intel_tool/partials/index/form.html:10
230
230
  msgid "What can I paste?"
@@ -287,7 +287,7 @@ msgstr ""
287
287
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:24
288
288
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:21
289
289
  msgid "Count"
290
- msgstr ""
290
+ msgstr ""
291
291
 
292
292
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/alliances.html:31
293
293
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/chatlist/corporations.html:31
@@ -338,7 +338,7 @@ msgstr ""
338
338
 
339
339
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/interesting-on-grid/items.html:17
340
340
  msgid "Type"
341
- msgstr ""
341
+ msgstr "タイプ"
342
342
 
343
343
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown.html:8
344
344
  msgid "Ships on scan"
@@ -359,7 +359,7 @@ msgstr ""
359
359
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:21
360
360
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:19
361
361
  msgid "Ship class"
362
- msgstr ""
362
+ msgstr "船のクラス"
363
363
 
364
364
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-classes.html:30
365
365
  msgid "Total mass (in kg):"
@@ -367,7 +367,7 @@ msgstr ""
367
367
 
368
368
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:18
369
369
  msgid "Ship type"
370
- msgstr ""
370
+ msgstr "シップタイプ"
371
371
 
372
372
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/dscan/ships-breakdown/ship-types.html:34
373
373
  msgid "No data."
@@ -379,7 +379,7 @@ msgstr ""
379
379
 
380
380
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:8
381
381
  msgid "Fleet details"
382
- msgstr ""
382
+ msgstr "フリートの詳細"
383
383
 
384
384
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:12
385
385
  msgid "Pilots in fleet"
@@ -387,7 +387,7 @@ msgstr ""
387
387
 
388
388
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details.html:19
389
389
  msgid "Ship classes"
390
- msgstr ""
390
+ msgstr "船のクラス"
391
391
 
392
392
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:6
393
393
  msgid "Who is flying what"
@@ -395,7 +395,7 @@ msgstr ""
395
395
 
396
396
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/fleet-details/pilots.html:22
397
397
  msgid "System"
398
- msgstr ""
398
+ msgstr "システム(星系)"
399
399
 
400
400
  #: aa_intel_tool/templates/aa_intel_tool/partials/scan/fleetcomp/participation.html:8
401
401
  msgid "Participation details"
@@ -10,7 +10,7 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
12
12
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
13
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
13
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
14
14
  "PO-Revision-Date: 2025-04-28 07:24+0000\n"
15
15
  "Last-Translator: SiO4 <hohoit0078@gmail.com>\n"
16
16
  "Language-Team: Korean <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ko/>\n"
@@ -184,7 +184,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
184
184
  msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilots} pilots per scan. Your list of pilots exceeds this limit."
185
185
  msgstr[0] "챗 스캔 파일럿 수는 최대 {max_allowed_pilots}명으로 제한되어 있습니다. 입력한 파일럿 수가 제한을 초과합니다."
186
186
 
187
- #: aa_intel_tool/parser/module/dscan.py:362
187
+ #: aa_intel_tool/parser/module/dscan.py:361
188
188
  msgid "The D-Scan module is currently disabled."
189
189
  msgstr "전방위 스캐너 모듈이 비활성화된 상태입니다."
190
190
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
10
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Dutch <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/nl/>\n"
@@ -180,7 +180,7 @@ msgid_plural "Chat scans are currently limited to a maximum of {max_allowed_pilo
180
180
  msgstr[0] ""
181
181
  msgstr[1] ""
182
182
 
183
- #: aa_intel_tool/parser/module/dscan.py:362
183
+ #: aa_intel_tool/parser/module/dscan.py:361
184
184
  msgid "The D-Scan module is currently disabled."
185
185
  msgstr ""
186
186
 
@@ -6,7 +6,7 @@ msgid ""
6
6
  msgstr ""
7
7
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
8
8
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
9
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
9
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
10
10
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
11
11
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
12
12
  "Language-Team: Polish <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/pl/>\n"
@@ -180,7 +180,7 @@ msgstr[0] ""
180
180
  msgstr[1] ""
181
181
  msgstr[2] ""
182
182
 
183
- #: aa_intel_tool/parser/module/dscan.py:362
183
+ #: aa_intel_tool/parser/module/dscan.py:361
184
184
  msgid "The D-Scan module is currently disabled."
185
185
  msgstr ""
186
186
 
@@ -9,7 +9,7 @@ msgid ""
9
9
  msgstr ""
10
10
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
11
11
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
12
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
12
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
13
13
  "PO-Revision-Date: 2025-03-25 13:24+0000\n"
14
14
  "Last-Translator: Peter Pfeufer <info@ppfeufer.de>\n"
15
15
  "Language-Team: Russian <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/ru/>\n"
@@ -186,7 +186,7 @@ msgstr[1] "Анализатор чата в настоящее время огр
186
186
  msgstr[2] "Анализатор чата в настоящее время ограничен максимум {max_allowed_pilots} пилотами в скане. Размер вашего списка превышает это ограничение."
187
187
  msgstr[3] "Анализатор чата в настоящее время ограничен максимум одним пилотом в скане. Размер вашего списка превышает это ограничение."
188
188
 
189
- #: aa_intel_tool/parser/module/dscan.py:362
189
+ #: aa_intel_tool/parser/module/dscan.py:361
190
190
  msgid "The D-Scan module is currently disabled."
191
191
  msgstr "Анализатор подскана отключен."
192
192
 
@@ -7,7 +7,7 @@ msgid ""
7
7
  msgstr ""
8
8
  "Project-Id-Version: AA Intel Tool 2.5.1\n"
9
9
  "Report-Msgid-Bugs-To: https://github.com/ppfeufer/aa-intel-tool/issues\n"
10
- "POT-Creation-Date: 2025-11-04 12:19+0100\n"
10
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
11
11
  "PO-Revision-Date: 2024-05-10 14:07+0000\n"
12
12
  "Last-Translator: Anonymous <noreply@weblate.org>\n"
13
13
  "Language-Team: Slovak <https://weblate.ppfeufer.de/projects/alliance-auth-apps/aa-intel-tool/sk/>\n"
@@ -182,7 +182,7 @@ msgstr[1] ""
182
182
  msgstr[2] ""
183
183
  msgstr[3] ""
184
184
 
185
- #: aa_intel_tool/parser/module/dscan.py:362
185
+ #: aa_intel_tool/parser/module/dscan.py:361
186
186
  msgid "The D-Scan module is currently disabled."
187
187
  msgstr ""
188
188
 
@@ -8,7 +8,7 @@ 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-11-04 12:19+0100\n"
11
+ "POT-Creation-Date: 2025-11-09 22:43+0100\n"
12
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"
@@ -183,7 +183,7 @@ msgstr[1] "АналІзатор чату зараз обмежений макс
183
183
  msgstr[2] "АналІзатор чату зараз обмежений максимум {max_allowed_pilots} пілотами у скані. Розмір Вашего списку перевищує це обмеження."
184
184
  msgstr[3] "АналІзатор чату зараз обмежений максимум одним пілотом у скані. Розмір Вашего списку перевищує це обмеження."
185
185
 
186
- #: aa_intel_tool/parser/module/dscan.py:362
186
+ #: aa_intel_tool/parser/module/dscan.py:361
187
187
  msgid "The D-Scan module is currently disabled."
188
188
  msgstr "Модуль D-Scan відключений."
189
189
 
@@ -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-11-04 12:19+0100\n"
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"
@@ -186,7 +186,7 @@ msgid "Chat scans are currently limited to a maximum of {max_allowed_pilots} pil
186
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."
187
187
  msgstr[0] ""
188
188
 
189
- #: aa_intel_tool/parser/module/dscan.py:362
189
+ #: aa_intel_tool/parser/module/dscan.py:361
190
190
  msgid "The D-Scan module is currently disabled."
191
191
  msgstr ""
192
192
 
@@ -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
- if match:
57
- distance_sanitised = int(re.sub(pattern=r"[^0-9]", repl="", string=distance))
58
- return distance_sanitised <= AppSettings.INTELTOOL_DSCAN_GRID_SIZE
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 .dataTables_wrapper table.dataTable {
103
- width: 100%;
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 td.data-align-right{text-align:right}.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-highlight td:first-child,.aa-intel-tool .aa-intel-highlight-sticky td:first-child{border-left:1px solid var(--bs-red);padding-left:3px}.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 .dataTables_wrapper table.dataTable{width:100%}.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}}
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,kC,CACI,gB,CAGJ,uC,CACI,0C,CAGJ,+D,CACI,gB,CAGJ,0C,CACI,oB,CACA,kB,CAGJ,gD,CACI,oB,CACA,sB,CAIJ,uD,CADA,yC,CA4BA,+D,CA1BI,a,CAOJ,iD,CACA,wD,CACI,mC,CACA,gB,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,kD,CACI,U,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,gB","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 td.data-align-right {\n text-align: right;\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/* Highlighting\n------------------------------------------------------------------------------------- */\n@media all {\n .aa-intel-tool .aa-intel-highlight td:first-child,\n .aa-intel-tool .aa-intel-highlight-sticky td:first-child {\n border-left: 1px solid var(--bs-red);\n padding-left: 3px;\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 .dataTables_wrapper table.dataTable {\n width: 100%;\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"]}
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"]}