cmdbox 0.5.1.2__py3-none-any.whl → 0.5.3__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.

Potentially problematic release.


This version of cmdbox might be problematic. Click here for more details.

Files changed (143) hide show
  1. cmdbox/app/app.py +4 -2
  2. cmdbox/app/auth/signin.py +634 -631
  3. cmdbox/app/client.py +10 -10
  4. cmdbox/app/common.py +50 -6
  5. cmdbox/app/commons/convert.py +9 -0
  6. cmdbox/app/commons/module.py +113 -113
  7. cmdbox/app/commons/redis_client.py +40 -29
  8. cmdbox/app/edge.py +4 -4
  9. cmdbox/app/features/cli/audit_base.py +138 -0
  10. cmdbox/app/features/cli/cmdbox_audit_createdb.py +224 -0
  11. cmdbox/app/features/cli/cmdbox_audit_delete.py +308 -0
  12. cmdbox/app/features/cli/cmdbox_audit_search.py +416 -0
  13. cmdbox/app/features/cli/cmdbox_audit_write.py +247 -0
  14. cmdbox/app/features/cli/cmdbox_client_file_copy.py +207 -207
  15. cmdbox/app/features/cli/cmdbox_client_file_download.py +207 -207
  16. cmdbox/app/features/cli/cmdbox_client_file_list.py +193 -193
  17. cmdbox/app/features/cli/cmdbox_client_file_mkdir.py +191 -191
  18. cmdbox/app/features/cli/cmdbox_client_file_move.py +199 -199
  19. cmdbox/app/features/cli/cmdbox_client_file_remove.py +190 -190
  20. cmdbox/app/features/cli/cmdbox_client_file_rmdir.py +190 -190
  21. cmdbox/app/features/cli/cmdbox_client_file_upload.py +212 -212
  22. cmdbox/app/features/cli/cmdbox_client_server_info.py +166 -166
  23. cmdbox/app/features/cli/cmdbox_server_list.py +88 -88
  24. cmdbox/app/features/cli/cmdbox_server_stop.py +138 -138
  25. cmdbox/app/features/web/cmdbox_web_audit.py +81 -0
  26. cmdbox/app/features/web/cmdbox_web_audit_metrics.py +72 -0
  27. cmdbox/app/features/web/cmdbox_web_del_cmd.py +2 -0
  28. cmdbox/app/features/web/cmdbox_web_del_pipe.py +1 -0
  29. cmdbox/app/features/web/cmdbox_web_do_signin.py +12 -2
  30. cmdbox/app/features/web/cmdbox_web_do_signout.py +1 -0
  31. cmdbox/app/features/web/cmdbox_web_exec_cmd.py +31 -2
  32. cmdbox/app/features/web/cmdbox_web_exec_pipe.py +1 -0
  33. cmdbox/app/features/web/cmdbox_web_filer download.py +43 -42
  34. cmdbox/app/features/web/cmdbox_web_filer.py +1 -0
  35. cmdbox/app/features/web/cmdbox_web_filer_upload.py +65 -64
  36. cmdbox/app/features/web/cmdbox_web_gui.py +166 -165
  37. cmdbox/app/features/web/cmdbox_web_load_pin.py +43 -43
  38. cmdbox/app/features/web/cmdbox_web_raw_pipe.py +87 -87
  39. cmdbox/app/features/web/cmdbox_web_save_cmd.py +1 -0
  40. cmdbox/app/features/web/cmdbox_web_save_pin.py +42 -42
  41. cmdbox/app/features/web/cmdbox_web_save_pipe.py +1 -0
  42. cmdbox/app/features/web/cmdbox_web_user_data.py +58 -0
  43. cmdbox/app/features/web/cmdbox_web_users.py +12 -0
  44. cmdbox/app/options.py +788 -601
  45. cmdbox/app/web.py +7 -1
  46. cmdbox/extensions/features.yml +23 -0
  47. cmdbox/extensions/sample_project/sample/app/features/cli/sample_client_time.py +82 -82
  48. cmdbox/extensions/sample_project/sample/app/features/cli/sample_server_time.py +145 -145
  49. cmdbox/extensions/user_list.yml +5 -0
  50. cmdbox/licenses/{LICENSE.Sphinx.8.1.3(BSD License).txt → LICENSE.Sphinx.8.2.3(UNKNOWN).txt} +1 -1
  51. cmdbox/licenses/LICENSE.argcomplete.3.6.2(Apache Software License).txt +177 -0
  52. cmdbox/licenses/{LICENSE.babel.2.16.0(BSD License).txt → LICENSE.babel.2.17.0(BSD License).txt } +1 -1
  53. cmdbox/licenses/{LICENSE.pkginfo.1.10.0(MIT License).txt → LICENSE.charset-normalizer.3.4.1(MIT License).txt } +1 -1
  54. cmdbox/licenses/LICENSE.gevent.25.4.1(MIT).txt +25 -0
  55. cmdbox/licenses/LICENSE.greenlet.3.2.0(MIT AND Python-2.0).txt +30 -0
  56. cmdbox/licenses/LICENSE.gunicorn.23.0.0(MIT License).txt +23 -0
  57. cmdbox/licenses/LICENSE.importlib_metadata.8.6.1(Apache Software License).txt +202 -0
  58. cmdbox/licenses/LICENSE.nh3.0.2.21(MIT).txt +21 -0
  59. cmdbox/licenses/{LICENSE.pillow.11.0.0(CMU License (MIT-CMU)).txt → LICENSE.pillow.11.1.0(CMU License (MIT-CMU)).txt } +27 -40
  60. cmdbox/licenses/LICENSE.pillow.11.2.1(UNKNOWN).txt +1200 -0
  61. cmdbox/licenses/LICENSE.plyer.2.1.0(MIT License).txt +19 -0
  62. cmdbox/licenses/LICENSE.prompt_toolkit.3.0.50(BSD License).txt +27 -0
  63. cmdbox/licenses/LICENSE.prompt_toolkit.3.0.51(BSD License).txt +27 -0
  64. cmdbox/licenses/LICENSE.psycopg-binary.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt +165 -0
  65. cmdbox/licenses/LICENSE.psycopg-pool.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt +165 -0
  66. cmdbox/licenses/LICENSE.psycopg.3.2.6(GNU Lesser General Public License v3 (LGPLv3)).txt +165 -0
  67. cmdbox/licenses/LICENSE.pycryptodome.3.22.0(BSD License; Public Domain).txt +61 -0
  68. cmdbox/licenses/LICENSE.pydantic.2.11.3(MIT License).txt +21 -0
  69. cmdbox/licenses/LICENSE.pydantic_core.2.33.1(MIT License).txt +21 -0
  70. cmdbox/licenses/LICENSE.pystray.0.19.5(GNU Lesser General Public License v3 (LGPLv3)).txt +674 -0
  71. cmdbox/licenses/LICENSE.questionary.2.1.0(MIT License).txt +19 -0
  72. cmdbox/licenses/LICENSE.roman-numerals-py.3.1.0(CC0 1.0 Universal (CC0 1.0) Public Domain Dedication; Zero-Clause BSD (0BSD)).txt +146 -0
  73. cmdbox/licenses/{LICENSE.six.1.16.0(MIT License).txt → LICENSE.six.1.17.0(MIT License).txt } +1 -1
  74. cmdbox/licenses/LICENSE.starlette.0.46.2(BSD License).txt +27 -0
  75. cmdbox/licenses/{LICENSE.charset-normalizer.3.4.0(MIT License).txt → LICENSE.typing-inspection.0.4.0(MIT License).txt } +2 -2
  76. cmdbox/licenses/LICENSE.typing_extensions.4.13.2(UNKNOWN).txt +279 -0
  77. cmdbox/licenses/LICENSE.tzdata.2025.2(Apache Software License).txt +15 -0
  78. cmdbox/licenses/LICENSE.urllib3.2.4.0(UNKNOWN).txt +21 -0
  79. cmdbox/licenses/LICENSE.uvicorn.0.34.1(BSD License).txt +27 -0
  80. cmdbox/licenses/LICENSE.watchfiles.1.0.5(MIT License).txt +21 -0
  81. cmdbox/licenses/files.txt +49 -38
  82. cmdbox/logconf_audit.yml +30 -0
  83. cmdbox/logconf_cmdbox.yml +30 -0
  84. cmdbox/version.py +2 -2
  85. cmdbox/web/assets/apexcharts/apexcharts.css +679 -0
  86. cmdbox/web/assets/apexcharts/apexcharts.min.js +38 -0
  87. cmdbox/web/assets/cmdbox/audit.js +340 -0
  88. cmdbox/web/assets/cmdbox/color_mode.css +520 -0
  89. cmdbox/web/assets/cmdbox/common.js +416 -24
  90. cmdbox/web/assets/cmdbox/filer_modal.js +1 -1
  91. cmdbox/web/assets/cmdbox/list_cmd.js +10 -275
  92. cmdbox/web/assets/cmdbox/list_pipe.js +3 -3
  93. cmdbox/web/assets/cmdbox/main.js +2 -2
  94. cmdbox/web/assets/cmdbox/result.js +2 -2
  95. cmdbox/web/assets/cmdbox/signin.js +2 -2
  96. cmdbox/web/assets/cmdbox/users.js +19 -20
  97. cmdbox/web/assets/cmdbox/view_raw.js +1 -1
  98. cmdbox/web/assets/cmdbox/view_result.js +11 -13
  99. cmdbox/web/assets/filer/filer.js +2 -2
  100. cmdbox/web/assets/filer/main.js +2 -2
  101. cmdbox/web/assets_license_list.txt +4 -1
  102. cmdbox/web/audit.html +268 -0
  103. cmdbox/web/filer.html +37 -12
  104. cmdbox/web/gui.html +36 -53
  105. cmdbox/web/result.html +24 -3
  106. cmdbox/web/signin.html +35 -14
  107. cmdbox/web/users.html +21 -3
  108. {cmdbox-0.5.1.2.dist-info → cmdbox-0.5.3.dist-info}/METADATA +28 -5
  109. {cmdbox-0.5.1.2.dist-info → cmdbox-0.5.3.dist-info}/RECORD +142 -103
  110. {cmdbox-0.5.1.2.dist-info → cmdbox-0.5.3.dist-info}/entry_points.txt +0 -1
  111. cmdbox/licenses/LICENSE.nh3.0.2.18(MIT).txt +0 -1
  112. /cmdbox/licenses/{LICENSE.Jinja2.3.1.4(BSD License).txt → LICENSE.Jinja2.3.1.6(BSD License).txt} +0 -0
  113. /cmdbox/licenses/{LICENSE.Pygments.2.18.0(BSD License).txt → LICENSE.Pygments.2.19.1(BSD License).txt} +0 -0
  114. /cmdbox/licenses/{LICENSE.anyio.4.6.2.post1(MIT License).txt → LICENSE.anyio.4.9.0(MIT License).txt} +0 -0
  115. /cmdbox/licenses/{LICENSE.argcomplete.3.5.1(Apache Software License).txt → LICENSE.argcomplete.3.6.1(Apache Software License).txt} +0 -0
  116. /cmdbox/licenses/{LICENSE.certifi.2024.8.30(Mozilla Public License 2.0 (MPL 2.0)).txt → LICENSE.certifi.2025.1.31(Mozilla Public License 2.0 (MPL 2.0)).txt} +0 -0
  117. /cmdbox/licenses/{LICENSE.click.8.1.7(BSD License).txt → LICENSE.click.8.1.8(BSD License).txt} +0 -0
  118. /cmdbox/licenses/{LICENSE.cryptography.43.0.3(Apache Software License; BSD License).txt → LICENSE.cryptography.44.0.2(Apache Software License; BSD License).txt} +0 -0
  119. /cmdbox/licenses/{LICENSE.fastapi.0.115.5(MIT License).txt → LICENSE.fastapi.0.115.12(MIT License).txt} +0 -0
  120. /cmdbox/licenses/{LICENSE.importlib_metadata.8.5.0(Apache Software License).txt → LICENSE.id.1.5.0(Apache Software License).txt} +0 -0
  121. /cmdbox/licenses/{LICENSE.keyring.25.5.0(MIT License).txt → LICENSE.keyring.25.6.0(MIT License).txt} +0 -0
  122. /cmdbox/licenses/{LICENSE.more-itertools.10.5.0(MIT License).txt → LICENSE.more-itertools.10.6.0(MIT License).txt} +0 -0
  123. /cmdbox/licenses/{LICENSE.numpy.2.1.3(BSD License).txt → LICENSE.numpy.2.2.4(BSD License).txt} +0 -0
  124. /cmdbox/licenses/{LICENSE.prettytable.3.12.0(BSD License).txt → LICENSE.prettytable.3.16.0(UNKNOWN).txt} +0 -0
  125. /cmdbox/licenses/{LICENSE.pydantic.2.10.2(MIT License).txt → LICENSE.pydantic.2.11.1(MIT License).txt} +0 -0
  126. /cmdbox/licenses/{LICENSE.pydantic_core.2.27.1(MIT License).txt → LICENSE.pydantic_core.2.33.0(MIT License).txt} +0 -0
  127. /cmdbox/licenses/{LICENSE.python-dotenv.1.0.1(BSD License).txt → LICENSE.python-dotenv.1.1.0(BSD License).txt} +0 -0
  128. /cmdbox/licenses/{LICENSE.python-multipart.0.0.17(Apache Software License).txt → LICENSE.python-multipart.0.0.20(Apache Software License).txt} +0 -0
  129. /cmdbox/licenses/{LICENSE.redis.5.2.0(MIT License).txt → LICENSE.redis.5.2.1(MIT License).txt} +0 -0
  130. /cmdbox/licenses/{LICENSE.rich.13.9.4(MIT License).txt → LICENSE.rich.14.0.0(MIT License).txt} +0 -0
  131. /cmdbox/licenses/{LICENSE.sphinx-intl.2.3.0(BSD License).txt → LICENSE.sphinx-intl.2.3.1(BSD License).txt} +0 -0
  132. /cmdbox/licenses/{LICENSE.starlette.0.41.3(BSD License).txt → LICENSE.starlette.0.46.1(BSD License).txt} +0 -0
  133. /cmdbox/licenses/{LICENSE.tomli.2.1.0(MIT License).txt → LICENSE.tomli.2.2.1(MIT License).txt} +0 -0
  134. /cmdbox/licenses/{LICENSE.twine.5.1.1(Apache Software License).txt → LICENSE.twine.6.1.0(Apache Software License).txt} +0 -0
  135. /cmdbox/licenses/{LICENSE.typing_extensions.4.12.2(Python Software Foundation License).txt → LICENSE.typing_extensions.4.13.0(UNKNOWN).txt} +0 -0
  136. /cmdbox/licenses/{LICENSE.urllib3.2.2.3(MIT License).txt → LICENSE.urllib3.2.3.0(MIT License).txt} +0 -0
  137. /cmdbox/licenses/{LICENSE.uvicorn.0.32.1(BSD License).txt → LICENSE.uvicorn.0.34.0(BSD License).txt} +0 -0
  138. /cmdbox/licenses/{LICENSE.watchfiles.1.0.0(MIT License).txt → LICENSE.watchfiles.1.0.4(MIT License).txt} +0 -0
  139. /cmdbox/licenses/{LICENSE.websockets.14.1(BSD License).txt → LICENSE.websockets.15.0.1(BSD License).txt} +0 -0
  140. /cmdbox/licenses/{LICENSE.zope.interface.7.1.1(Zope Public License).txt → LICENSE.zope.interface.7.2(Zope Public License).txt} +0 -0
  141. {cmdbox-0.5.1.2.dist-info → cmdbox-0.5.3.dist-info}/LICENSE +0 -0
  142. {cmdbox-0.5.1.2.dist-info → cmdbox-0.5.3.dist-info}/WHEEL +0 -0
  143. {cmdbox-0.5.1.2.dist-info → cmdbox-0.5.3.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,679 @@
1
+ @keyframes opaque {
2
+ 0% {
3
+ opacity: 0
4
+ }
5
+
6
+ to {
7
+ opacity: 1
8
+ }
9
+ }
10
+
11
+ @keyframes resizeanim {
12
+
13
+ 0%,
14
+ to {
15
+ opacity: 0
16
+ }
17
+ }
18
+
19
+ .apexcharts-canvas {
20
+ position: relative;
21
+ direction: ltr !important;
22
+ user-select: none
23
+ }
24
+
25
+ .apexcharts-canvas ::-webkit-scrollbar {
26
+ -webkit-appearance: none;
27
+ width: 6px
28
+ }
29
+
30
+ .apexcharts-canvas ::-webkit-scrollbar-thumb {
31
+ border-radius: 4px;
32
+ background-color: rgba(0, 0, 0, .5);
33
+ box-shadow: 0 0 1px rgba(255, 255, 255, .5);
34
+ -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
35
+ }
36
+
37
+ .apexcharts-inner {
38
+ position: relative
39
+ }
40
+
41
+ .apexcharts-text tspan {
42
+ font-family: inherit
43
+ }
44
+
45
+ rect.legend-mouseover-inactive,
46
+ .legend-mouseover-inactive rect,
47
+ .legend-mouseover-inactive path,
48
+ .legend-mouseover-inactive circle,
49
+ .legend-mouseover-inactive line,
50
+ .legend-mouseover-inactive text.apexcharts-yaxis-title-text,
51
+ .legend-mouseover-inactive text.apexcharts-yaxis-label {
52
+ transition: .15s ease all;
53
+ opacity: .2
54
+ }
55
+
56
+ .apexcharts-legend-text {
57
+ padding-left: 15px;
58
+ margin-left: -15px;
59
+ }
60
+
61
+ .apexcharts-series-collapsed {
62
+ opacity: 0
63
+ }
64
+
65
+ .apexcharts-tooltip {
66
+ border-radius: 5px;
67
+ box-shadow: 2px 2px 6px -4px #999;
68
+ cursor: default;
69
+ font-size: 14px;
70
+ left: 62px;
71
+ opacity: 0;
72
+ pointer-events: none;
73
+ position: absolute;
74
+ top: 20px;
75
+ display: flex;
76
+ flex-direction: column;
77
+ overflow: hidden;
78
+ white-space: nowrap;
79
+ z-index: 12;
80
+ transition: .15s ease all
81
+ }
82
+
83
+ .apexcharts-tooltip.apexcharts-active {
84
+ opacity: 1;
85
+ transition: .15s ease all
86
+ }
87
+
88
+ .apexcharts-tooltip.apexcharts-theme-light {
89
+ border: 1px solid #e3e3e3;
90
+ background: rgba(255, 255, 255, .96)
91
+ }
92
+
93
+ .apexcharts-tooltip.apexcharts-theme-dark {
94
+ color: #fff;
95
+ background: rgba(30, 30, 30, .8)
96
+ }
97
+
98
+ .apexcharts-tooltip * {
99
+ font-family: inherit
100
+ }
101
+
102
+ .apexcharts-tooltip-title {
103
+ padding: 6px;
104
+ font-size: 15px;
105
+ margin-bottom: 4px
106
+ }
107
+
108
+ .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
109
+ background: #eceff1;
110
+ border-bottom: 1px solid #ddd
111
+ }
112
+
113
+ .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
114
+ background: rgba(0, 0, 0, .7);
115
+ border-bottom: 1px solid #333
116
+ }
117
+
118
+ .apexcharts-tooltip-text-goals-value,
119
+ .apexcharts-tooltip-text-y-value,
120
+ .apexcharts-tooltip-text-z-value {
121
+ display: inline-block;
122
+ margin-left: 5px;
123
+ font-weight: 600
124
+ }
125
+
126
+ .apexcharts-tooltip-text-goals-label:empty,
127
+ .apexcharts-tooltip-text-goals-value:empty,
128
+ .apexcharts-tooltip-text-y-label:empty,
129
+ .apexcharts-tooltip-text-y-value:empty,
130
+ .apexcharts-tooltip-text-z-value:empty,
131
+ .apexcharts-tooltip-title:empty {
132
+ display: none
133
+ }
134
+
135
+ .apexcharts-tooltip-text-goals-label,
136
+ .apexcharts-tooltip-text-goals-value {
137
+ padding: 6px 0 5px
138
+ }
139
+
140
+ .apexcharts-tooltip-goals-group,
141
+ .apexcharts-tooltip-text-goals-label,
142
+ .apexcharts-tooltip-text-goals-value {
143
+ display: flex
144
+ }
145
+
146
+ .apexcharts-tooltip-text-goals-label:not(:empty),
147
+ .apexcharts-tooltip-text-goals-value:not(:empty) {
148
+ margin-top: -6px
149
+ }
150
+
151
+ .apexcharts-tooltip-marker {
152
+ width: 12px;
153
+ height: 12px;
154
+ position: relative;
155
+ top: 0;
156
+ margin-right: 10px;
157
+ border-radius: 50%
158
+ }
159
+
160
+ .apexcharts-tooltip-series-group {
161
+ padding: 0 10px;
162
+ display: none;
163
+ text-align: left;
164
+ justify-content: left;
165
+ align-items: center
166
+ }
167
+
168
+ .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
169
+ opacity: 1
170
+ }
171
+
172
+ .apexcharts-tooltip-series-group.apexcharts-active,
173
+ .apexcharts-tooltip-series-group:last-child {
174
+ padding-bottom: 4px
175
+ }
176
+
177
+ .apexcharts-tooltip-y-group {
178
+ padding: 6px 0 5px
179
+ }
180
+
181
+ .apexcharts-custom-tooltip,
182
+ .apexcharts-tooltip-box {
183
+ padding: 4px 8px
184
+ }
185
+
186
+ .apexcharts-tooltip-boxPlot {
187
+ display: flex;
188
+ flex-direction: column-reverse
189
+ }
190
+
191
+ .apexcharts-tooltip-box>div {
192
+ margin: 4px 0
193
+ }
194
+
195
+ .apexcharts-tooltip-box span.value {
196
+ font-weight: 700
197
+ }
198
+
199
+ .apexcharts-tooltip-rangebar {
200
+ padding: 5px 8px
201
+ }
202
+
203
+ .apexcharts-tooltip-rangebar .category {
204
+ font-weight: 600;
205
+ color: #777
206
+ }
207
+
208
+ .apexcharts-tooltip-rangebar .series-name {
209
+ font-weight: 700;
210
+ display: block;
211
+ margin-bottom: 5px
212
+ }
213
+
214
+ .apexcharts-xaxistooltip,
215
+ .apexcharts-yaxistooltip {
216
+ opacity: 0;
217
+ pointer-events: none;
218
+ color: #373d3f;
219
+ font-size: 13px;
220
+ text-align: center;
221
+ border-radius: 2px;
222
+ position: absolute;
223
+ z-index: 10;
224
+ background: #eceff1;
225
+ border: 1px solid #90a4ae
226
+ }
227
+
228
+ .apexcharts-xaxistooltip {
229
+ padding: 9px 10px;
230
+ transition: .15s ease all
231
+ }
232
+
233
+ .apexcharts-xaxistooltip.apexcharts-theme-dark {
234
+ background: rgba(0, 0, 0, .7);
235
+ border: 1px solid rgba(0, 0, 0, .5);
236
+ color: #fff
237
+ }
238
+
239
+ .apexcharts-xaxistooltip:after,
240
+ .apexcharts-xaxistooltip:before {
241
+ left: 50%;
242
+ border: solid transparent;
243
+ content: " ";
244
+ height: 0;
245
+ width: 0;
246
+ position: absolute;
247
+ pointer-events: none
248
+ }
249
+
250
+ .apexcharts-xaxistooltip:after {
251
+ border-color: transparent;
252
+ border-width: 6px;
253
+ margin-left: -6px
254
+ }
255
+
256
+ .apexcharts-xaxistooltip:before {
257
+ border-color: transparent;
258
+ border-width: 7px;
259
+ margin-left: -7px
260
+ }
261
+
262
+ .apexcharts-xaxistooltip-bottom:after,
263
+ .apexcharts-xaxistooltip-bottom:before {
264
+ bottom: 100%
265
+ }
266
+
267
+ .apexcharts-xaxistooltip-top:after,
268
+ .apexcharts-xaxistooltip-top:before {
269
+ top: 100%
270
+ }
271
+
272
+ .apexcharts-xaxistooltip-bottom:after {
273
+ border-bottom-color: #eceff1
274
+ }
275
+
276
+ .apexcharts-xaxistooltip-bottom:before {
277
+ border-bottom-color: #90a4ae
278
+ }
279
+
280
+ .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,
281
+ .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
282
+ border-bottom-color: rgba(0, 0, 0, .5)
283
+ }
284
+
285
+ .apexcharts-xaxistooltip-top:after {
286
+ border-top-color: #eceff1
287
+ }
288
+
289
+ .apexcharts-xaxistooltip-top:before {
290
+ border-top-color: #90a4ae
291
+ }
292
+
293
+ .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,
294
+ .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
295
+ border-top-color: rgba(0, 0, 0, .5)
296
+ }
297
+
298
+ .apexcharts-xaxistooltip.apexcharts-active {
299
+ opacity: 1;
300
+ transition: .15s ease all
301
+ }
302
+
303
+ .apexcharts-yaxistooltip {
304
+ padding: 4px 10px
305
+ }
306
+
307
+ .apexcharts-yaxistooltip.apexcharts-theme-dark {
308
+ background: rgba(0, 0, 0, .7);
309
+ border: 1px solid rgba(0, 0, 0, .5);
310
+ color: #fff
311
+ }
312
+
313
+ .apexcharts-yaxistooltip:after,
314
+ .apexcharts-yaxistooltip:before {
315
+ top: 50%;
316
+ border: solid transparent;
317
+ content: " ";
318
+ height: 0;
319
+ width: 0;
320
+ position: absolute;
321
+ pointer-events: none
322
+ }
323
+
324
+ .apexcharts-yaxistooltip:after {
325
+ border-color: transparent;
326
+ border-width: 6px;
327
+ margin-top: -6px
328
+ }
329
+
330
+ .apexcharts-yaxistooltip:before {
331
+ border-color: transparent;
332
+ border-width: 7px;
333
+ margin-top: -7px
334
+ }
335
+
336
+ .apexcharts-yaxistooltip-left:after,
337
+ .apexcharts-yaxistooltip-left:before {
338
+ left: 100%
339
+ }
340
+
341
+ .apexcharts-yaxistooltip-right:after,
342
+ .apexcharts-yaxistooltip-right:before {
343
+ right: 100%
344
+ }
345
+
346
+ .apexcharts-yaxistooltip-left:after {
347
+ border-left-color: #eceff1
348
+ }
349
+
350
+ .apexcharts-yaxistooltip-left:before {
351
+ border-left-color: #90a4ae
352
+ }
353
+
354
+ .apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,
355
+ .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
356
+ border-left-color: rgba(0, 0, 0, .5)
357
+ }
358
+
359
+ .apexcharts-yaxistooltip-right:after {
360
+ border-right-color: #eceff1
361
+ }
362
+
363
+ .apexcharts-yaxistooltip-right:before {
364
+ border-right-color: #90a4ae
365
+ }
366
+
367
+ .apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,
368
+ .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
369
+ border-right-color: rgba(0, 0, 0, .5)
370
+ }
371
+
372
+ .apexcharts-yaxistooltip.apexcharts-active {
373
+ opacity: 1
374
+ }
375
+
376
+ .apexcharts-yaxistooltip-hidden {
377
+ display: none
378
+ }
379
+
380
+ .apexcharts-xcrosshairs,
381
+ .apexcharts-ycrosshairs {
382
+ pointer-events: none;
383
+ opacity: 0;
384
+ transition: .15s ease all
385
+ }
386
+
387
+ .apexcharts-xcrosshairs.apexcharts-active,
388
+ .apexcharts-ycrosshairs.apexcharts-active {
389
+ opacity: 1;
390
+ transition: .15s ease all
391
+ }
392
+
393
+ .apexcharts-ycrosshairs-hidden {
394
+ opacity: 0
395
+ }
396
+
397
+ .apexcharts-selection-rect {
398
+ cursor: move
399
+ }
400
+
401
+ .svg_select_shape {
402
+ stroke-width: 1;
403
+ stroke-dasharray: 10 10;
404
+ stroke: black;
405
+ stroke-opacity: 0.1;
406
+ pointer-events: none;
407
+ fill: none;
408
+ }
409
+
410
+ .svg_select_handle {
411
+ stroke-width: 3;
412
+ stroke: black;
413
+ fill: none;
414
+ }
415
+
416
+ .svg_select_handle_r {
417
+ cursor: e-resize;
418
+ }
419
+
420
+ .svg_select_handle_l {
421
+ cursor: w-resize;
422
+ }
423
+
424
+ .apexcharts-svg.apexcharts-zoomable.hovering-zoom {
425
+ cursor: crosshair
426
+ }
427
+
428
+ .apexcharts-svg.apexcharts-zoomable.hovering-pan {
429
+ cursor: move
430
+ }
431
+
432
+ .apexcharts-menu-icon,
433
+ .apexcharts-pan-icon,
434
+ .apexcharts-reset-icon,
435
+ .apexcharts-selection-icon,
436
+ .apexcharts-toolbar-custom-icon,
437
+ .apexcharts-zoom-icon,
438
+ .apexcharts-zoomin-icon,
439
+ .apexcharts-zoomout-icon {
440
+ cursor: pointer;
441
+ width: 20px;
442
+ height: 20px;
443
+ line-height: 24px;
444
+ color: #6e8192;
445
+ text-align: center
446
+ }
447
+
448
+ .apexcharts-menu-icon svg,
449
+ .apexcharts-reset-icon svg,
450
+ .apexcharts-zoom-icon svg,
451
+ .apexcharts-zoomin-icon svg,
452
+ .apexcharts-zoomout-icon svg {
453
+ fill: #6e8192
454
+ }
455
+
456
+ .apexcharts-selection-icon svg {
457
+ fill: #444;
458
+ transform: scale(.76)
459
+ }
460
+
461
+ .apexcharts-theme-dark .apexcharts-menu-icon svg,
462
+ .apexcharts-theme-dark .apexcharts-pan-icon svg,
463
+ .apexcharts-theme-dark .apexcharts-reset-icon svg,
464
+ .apexcharts-theme-dark .apexcharts-selection-icon svg,
465
+ .apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,
466
+ .apexcharts-theme-dark .apexcharts-zoom-icon svg,
467
+ .apexcharts-theme-dark .apexcharts-zoomin-icon svg,
468
+ .apexcharts-theme-dark .apexcharts-zoomout-icon svg {
469
+ fill: #f3f4f5
470
+ }
471
+
472
+ .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,
473
+ .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
474
+ .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
475
+ fill: #008ffb
476
+ }
477
+
478
+ .apexcharts-theme-light .apexcharts-menu-icon:hover svg,
479
+ .apexcharts-theme-light .apexcharts-reset-icon:hover svg,
480
+ .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
481
+ .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
482
+ .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
483
+ .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
484
+ fill: #333
485
+ }
486
+
487
+ .apexcharts-menu-icon,
488
+ .apexcharts-selection-icon {
489
+ position: relative
490
+ }
491
+
492
+ .apexcharts-reset-icon {
493
+ margin-left: 5px
494
+ }
495
+
496
+ .apexcharts-menu-icon,
497
+ .apexcharts-reset-icon,
498
+ .apexcharts-zoom-icon {
499
+ transform: scale(.85)
500
+ }
501
+
502
+ .apexcharts-zoomin-icon,
503
+ .apexcharts-zoomout-icon {
504
+ transform: scale(.7)
505
+ }
506
+
507
+ .apexcharts-zoomout-icon {
508
+ margin-right: 3px
509
+ }
510
+
511
+ .apexcharts-pan-icon {
512
+ transform: scale(.62);
513
+ position: relative;
514
+ left: 1px;
515
+ top: 0
516
+ }
517
+
518
+ .apexcharts-pan-icon svg {
519
+ fill: #fff;
520
+ stroke: #6e8192;
521
+ stroke-width: 2
522
+ }
523
+
524
+ .apexcharts-pan-icon.apexcharts-selected svg {
525
+ stroke: #008ffb
526
+ }
527
+
528
+ .apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
529
+ stroke: #333
530
+ }
531
+
532
+ .apexcharts-toolbar {
533
+ position: absolute;
534
+ z-index: 11;
535
+ max-width: 176px;
536
+ text-align: right;
537
+ border-radius: 3px;
538
+ padding: 0 6px 2px;
539
+ display: flex;
540
+ justify-content: space-between;
541
+ align-items: center
542
+ }
543
+
544
+ .apexcharts-menu {
545
+ background: #fff;
546
+ position: absolute;
547
+ top: 100%;
548
+ border: 1px solid #ddd;
549
+ border-radius: 3px;
550
+ padding: 3px;
551
+ right: 10px;
552
+ opacity: 0;
553
+ min-width: 110px;
554
+ transition: .15s ease all;
555
+ pointer-events: none
556
+ }
557
+
558
+ .apexcharts-menu.apexcharts-menu-open {
559
+ opacity: 1;
560
+ pointer-events: all;
561
+ transition: .15s ease all
562
+ }
563
+
564
+ .apexcharts-menu-item {
565
+ padding: 6px 7px;
566
+ font-size: 12px;
567
+ cursor: pointer
568
+ }
569
+
570
+ .apexcharts-theme-light .apexcharts-menu-item:hover {
571
+ background: #eee
572
+ }
573
+
574
+ .apexcharts-theme-dark .apexcharts-menu {
575
+ background: rgba(0, 0, 0, .7);
576
+ color: #fff
577
+ }
578
+
579
+ @media screen and (min-width:768px) {
580
+ .apexcharts-canvas:hover .apexcharts-toolbar {
581
+ opacity: 1
582
+ }
583
+ }
584
+
585
+ .apexcharts-canvas .apexcharts-element-hidden,
586
+ .apexcharts-datalabel.apexcharts-element-hidden,
587
+ .apexcharts-hide .apexcharts-series-points {
588
+ opacity: 0;
589
+ }
590
+
591
+ .apexcharts-hidden-element-shown {
592
+ opacity: 1;
593
+ transition: 0.25s ease all;
594
+ }
595
+
596
+ .apexcharts-datalabel,
597
+ .apexcharts-datalabel-label,
598
+ .apexcharts-datalabel-value,
599
+ .apexcharts-datalabels,
600
+ .apexcharts-pie-label {
601
+ cursor: default;
602
+ pointer-events: none
603
+ }
604
+
605
+ .apexcharts-pie-label-delay {
606
+ opacity: 0;
607
+ animation-name: opaque;
608
+ animation-duration: .3s;
609
+ animation-fill-mode: forwards;
610
+ animation-timing-function: ease
611
+ }
612
+
613
+ .apexcharts-radialbar-label {
614
+ cursor: pointer;
615
+ }
616
+
617
+ .apexcharts-annotation-rect,
618
+ .apexcharts-area-series .apexcharts-area,
619
+ .apexcharts-gridline,
620
+ .apexcharts-line,
621
+ .apexcharts-point-annotation-label,
622
+ .apexcharts-radar-series path:not(.apexcharts-marker),
623
+ .apexcharts-radar-series polygon,
624
+ .apexcharts-toolbar svg,
625
+ .apexcharts-tooltip .apexcharts-marker,
626
+ .apexcharts-xaxis-annotation-label,
627
+ .apexcharts-yaxis-annotation-label,
628
+ .apexcharts-zoom-rect,
629
+ .no-pointer-events {
630
+ pointer-events: none
631
+ }
632
+
633
+ .apexcharts-tooltip-active .apexcharts-marker {
634
+ transition: .15s ease all
635
+ }
636
+
637
+ .resize-triggers {
638
+ animation: 1ms resizeanim;
639
+ visibility: hidden;
640
+ opacity: 0;
641
+ height: 100%;
642
+ width: 100%;
643
+ overflow: hidden
644
+ }
645
+
646
+ .contract-trigger:before,
647
+ .resize-triggers,
648
+ .resize-triggers>div {
649
+ content: " ";
650
+ display: block;
651
+ position: absolute;
652
+ top: 0;
653
+ left: 0
654
+ }
655
+
656
+ .resize-triggers>div {
657
+ height: 100%;
658
+ width: 100%;
659
+ background: #eee;
660
+ overflow: auto
661
+ }
662
+
663
+ .contract-trigger:before {
664
+ overflow: hidden;
665
+ width: 200%;
666
+ height: 200%
667
+ }
668
+
669
+ .apexcharts-bar-goals-markers {
670
+ pointer-events: none
671
+ }
672
+
673
+ .apexcharts-bar-shadows {
674
+ pointer-events: none
675
+ }
676
+
677
+ .apexcharts-rangebar-goals-markers {
678
+ pointer-events: none
679
+ }