chuijs 3.6.2 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -21
- package/README.md +1203 -162
- package/framework/appLayout/default/chui_app_layout.js +747 -747
- package/framework/appLayout/default/global_style.css +592 -568
- package/framework/appLayout/default/main_theme_style.css +118 -101
- package/framework/components/chui_accordion/accordion.js +63 -63
- package/framework/components/chui_accordion/styles.css +79 -75
- package/framework/components/chui_badge/badge.js +55 -55
- package/framework/components/chui_badge/styles.css +29 -29
- package/framework/components/chui_button/button.js +48 -48
- package/framework/components/chui_button/styles.css +75 -70
- package/framework/components/chui_calendar/calendar.js +97 -97
- package/framework/components/chui_card/card.js +87 -0
- package/framework/components/chui_card/styles.css +72 -0
- package/framework/components/chui_code/code.js +18 -18
- package/framework/components/chui_code/styles.css +9 -9
- package/framework/components/chui_console/console.js +27 -27
- package/framework/components/chui_console/styles.css +31 -31
- package/framework/components/chui_content_block/content_block.js +51 -51
- package/framework/components/chui_content_block/styles.css +2 -2
- package/framework/components/chui_context_menu/context_menu.js +230 -0
- package/framework/components/chui_context_menu/styles.css +136 -0
- package/framework/components/chui_custom_element/custom_element.js +24 -24
- package/framework/components/chui_details/details.js +85 -85
- package/framework/components/chui_details/styles.css +70 -66
- package/framework/components/chui_fieldset/fieldset.js +40 -40
- package/framework/components/chui_fieldset/styles.css +24 -24
- package/framework/components/chui_form/form.js +40 -40
- package/framework/components/chui_form/styles.css +21 -21
- package/framework/components/chui_graphs/graphs.js +234 -190
- package/framework/components/chui_graphs/styles.css +37 -32
- package/framework/components/chui_hero/hero.js +98 -0
- package/framework/components/chui_hero/styles.css +91 -0
- package/framework/components/chui_html_block/html_block.js +16 -16
- package/framework/components/chui_html_block/styles.css +5 -5
- package/framework/components/chui_hx/hx.js +15 -15
- package/framework/components/chui_hx/styles.css +38 -38
- package/framework/components/chui_icons/icons.js +2144 -2144
- package/framework/components/chui_icons/styles.css +13 -13
- package/framework/components/chui_inputs/chui_check_box/check_box.js +32 -32
- package/framework/components/chui_inputs/chui_check_box/styles.css +91 -86
- package/framework/components/chui_inputs/chui_combo_box/combo_box.js +166 -150
- package/framework/components/chui_inputs/chui_combo_box/styles.css +113 -107
- package/framework/components/chui_inputs/chui_date/date.js +177 -174
- package/framework/components/chui_inputs/chui_date/styles.css +163 -128
- package/framework/components/chui_inputs/chui_email/email.js +61 -61
- package/framework/components/chui_inputs/chui_email/styles.css +69 -71
- package/framework/components/chui_inputs/chui_file/file.js +76 -76
- package/framework/components/chui_inputs/chui_file/styles.css +99 -99
- package/framework/components/chui_inputs/chui_multi_combo_box/multi_combo_box.js +295 -295
- package/framework/components/chui_inputs/chui_multi_combo_box/styles.css +212 -235
- package/framework/components/chui_inputs/chui_number/number.js +108 -108
- package/framework/components/chui_inputs/chui_number/styles.css +84 -84
- package/framework/components/chui_inputs/chui_password/password.js +99 -99
- package/framework/components/chui_inputs/chui_password/styles.css +97 -97
- package/framework/components/chui_inputs/chui_radio_button/radio_button.js +45 -45
- package/framework/components/chui_inputs/chui_radio_button/styles.css +76 -73
- package/framework/components/chui_inputs/chui_select_box/select_box.js +187 -170
- package/framework/components/chui_inputs/chui_select_box/styles.css +123 -117
- package/framework/components/chui_inputs/chui_text/styles.css +83 -84
- package/framework/components/chui_inputs/chui_text/text.js +91 -91
- package/framework/components/chui_inputs/chui_text_area/styles.css +57 -57
- package/framework/components/chui_inputs/chui_text_area/text_area.js +61 -61
- package/framework/components/chui_inputs/chui_toggle/styles.css +66 -61
- package/framework/components/chui_inputs/chui_toggle/toggle.js +36 -36
- package/framework/components/chui_label/label.js +54 -54
- package/framework/components/chui_label/styles.css +11 -11
- package/framework/components/chui_media/audio.js +908 -908
- package/framework/components/chui_media/audio_styles.css +458 -458
- package/framework/components/chui_media/image.js +105 -105
- package/framework/components/chui_media/image_styles.css +61 -61
- package/framework/components/chui_media/video.js +248 -248
- package/framework/components/chui_media/video_styles.css +160 -160
- package/framework/components/chui_menu_bar/menu_bar.js +66 -74
- package/framework/components/chui_menu_bar/styles.css +114 -76
- package/framework/components/chui_modal/modal.js +142 -135
- package/framework/components/chui_modal/styles.css +36 -36
- package/framework/components/chui_notification/notification.js +72 -72
- package/framework/components/chui_notification/notification_download.js +78 -78
- package/framework/components/chui_notification/notification_download_progress.css +119 -123
- package/framework/components/chui_notification/notification_download_progress.js +105 -105
- package/framework/components/chui_notification/notification_update.js +54 -54
- package/framework/components/chui_notification/styles.css +91 -91
- package/framework/components/chui_notification/styles_download.css +85 -85
- package/framework/components/chui_notification/styles_update.css +73 -73
- package/framework/components/chui_paragraph/paragraph.js +14 -14
- package/framework/components/chui_paragraph/styles.css +6 -6
- package/framework/components/chui_popups/popups.js +250 -250
- package/framework/components/chui_popups/styles.css +129 -115
- package/framework/components/chui_progress_bar/progress_bar.js +28 -28
- package/framework/components/chui_progress_bar/styles.css +28 -28
- package/framework/components/chui_radio_group/radio_group.js +57 -57
- package/framework/components/chui_radio_group/styles.css +3 -3
- package/framework/components/chui_slideshow/slideshow.js +75 -75
- package/framework/components/chui_slideshow/styles.css +94 -85
- package/framework/components/chui_spinner/spinner.js +45 -45
- package/framework/components/chui_spinner/styles.css +23 -23
- package/framework/components/chui_table/styles.css +42 -42
- package/framework/components/chui_table/table.js +234 -234
- package/framework/components/chui_tabs/chui_tabs.js +77 -77
- package/framework/components/chui_tabs/styles.css +54 -48
- package/framework/components/chui_text_editor/styles.css +217 -217
- package/framework/components/chui_text_editor/text_editor.js +144 -144
- package/framework/components/chui_text_editor/text_editor_panel.js +568 -568
- package/framework/components/chui_tree_view/styles.css +81 -75
- package/framework/components/chui_tree_view/tree_view.js +90 -90
- package/framework/components/chui_webview/styles.css +27 -27
- package/framework/components/chui_webview/webview.js +103 -103
- package/framework/components/telegram_bot/chui_telegram_bot.js +183 -183
- package/framework/modules/chui_animations/animations.js +121 -121
- package/framework/modules/chui_animations/styles.css +79 -79
- package/framework/modules/chui_fonts.js +7129 -6974
- package/framework/modules/chui_functions.js +106 -78
- package/framework/modules/chui_logger/chui_logger.js +53 -53
- package/framework/modules/chui_page/page.js +86 -86
- package/framework/modules/chui_page/styles.css +9 -9
- package/framework/tray_bar/chui_menu_items.js +48 -48
- package/index.js +570 -555
- package/package.json +51 -46
|
@@ -1,569 +1,593 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--global_blur: saturate(180%) blur(30px);
|
|
3
|
-
--main_padding: 8px
|
|
4
|
-
--test_padding: 8px;
|
|
5
|
-
--header_icon_size: 13pt;
|
|
6
|
-
--font_default_size:
|
|
7
|
-
--font_labels_size:
|
|
8
|
-
--font_notification_size:
|
|
9
|
-
--
|
|
10
|
-
--margin: 6px;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
background: var(--
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
width:
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
width: -webkit-fill-available;
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
height: -webkit-fill-available;
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
-webkit-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
background:
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
width: -webkit-fill-available;
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
background: var(--
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
border-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
border-radius: var(--border_radius);
|
|
466
|
-
padding: var(--
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
color: var(--text_color_hover);
|
|
487
|
-
}
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
1
|
+
:root {
|
|
2
|
+
--global_blur: saturate(180%) blur(30px);
|
|
3
|
+
--main_padding: 8px 13px;
|
|
4
|
+
--test_padding: 8px;
|
|
5
|
+
--header_icon_size: 13pt;
|
|
6
|
+
--font_default_size: 14px;
|
|
7
|
+
--font_labels_size: 12px;
|
|
8
|
+
--font_notification_size: 12px;
|
|
9
|
+
--button_text_color: var(--text_color);
|
|
10
|
+
--margin: 6px;
|
|
11
|
+
|
|
12
|
+
/* Скругления */
|
|
13
|
+
--border_radius: 10px;
|
|
14
|
+
--radius_sm: 8px;
|
|
15
|
+
--radius_md: 12px;
|
|
16
|
+
--radius_pill: 999px;
|
|
17
|
+
--radius_circle: 50%;
|
|
18
|
+
|
|
19
|
+
/* Ширина управляющих элементов */
|
|
20
|
+
--control_width: 200px;
|
|
21
|
+
|
|
22
|
+
/* Тени — плоский стиль: минимум, только для отделения всплывающих слоёв */
|
|
23
|
+
--box_shadow_main: 0 1px 2px rgb(0 0 0 / 12%);
|
|
24
|
+
--box_shadow_drop: 0 10px 30px rgb(0 0 0 / 16%);
|
|
25
|
+
--box_shadow_modal: 0 16px 48px rgb(0 0 0 / 22%);
|
|
26
|
+
|
|
27
|
+
/* Фокус */
|
|
28
|
+
--focus_outline: 2px solid var(--blue_prime_background);
|
|
29
|
+
--focus_outline_offset: 2px;
|
|
30
|
+
|
|
31
|
+
/* Тайминг анимаций */
|
|
32
|
+
--transition_time: .165s
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
html {
|
|
36
|
+
width: -webkit-fill-available;
|
|
37
|
+
height: -webkit-fill-available;
|
|
38
|
+
margin: 0;
|
|
39
|
+
padding: 0;
|
|
40
|
+
/* Рамка окна. --border_color полупрозрачный (хайрлайн), поэтому под ним
|
|
41
|
+
нужна непрозрачная подложка: без неё он композитится с базовым цветом
|
|
42
|
+
окна (белым) и вокруг приложения появляется белая рамка. */
|
|
43
|
+
background: var(--main_background);
|
|
44
|
+
box-shadow: inset 0 0 0 1px var(--border_color);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
strong {
|
|
48
|
+
font-weight: 500;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
* {
|
|
52
|
+
font-family: 'chui_I';
|
|
53
|
+
font-style: normal;
|
|
54
|
+
user-select: none;
|
|
55
|
+
outline: none;
|
|
56
|
+
transition: background-color var(--transition_time) ease,
|
|
57
|
+
color var(--transition_time) ease,
|
|
58
|
+
border-color var(--transition_time) ease,
|
|
59
|
+
box-shadow var(--transition_time) ease,
|
|
60
|
+
opacity var(--transition_time) ease,
|
|
61
|
+
transform var(--transition_time) ease;
|
|
62
|
+
animation-duration: var(--transition_time);
|
|
63
|
+
position: relative;
|
|
64
|
+
font-size: var(--font_default_size);
|
|
65
|
+
line-height: normal;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
*:before {
|
|
69
|
+
font-family: 'chui_I';
|
|
70
|
+
font-style: normal;
|
|
71
|
+
user-select: none;
|
|
72
|
+
outline: none;
|
|
73
|
+
transition: background-color var(--transition_time) ease,
|
|
74
|
+
color var(--transition_time) ease,
|
|
75
|
+
border-color var(--transition_time) ease,
|
|
76
|
+
box-shadow var(--transition_time) ease,
|
|
77
|
+
opacity var(--transition_time) ease,
|
|
78
|
+
transform var(--transition_time) ease;
|
|
79
|
+
animation-duration: var(--transition_time);
|
|
80
|
+
position: relative;
|
|
81
|
+
font-size: var(--font_default_size);
|
|
82
|
+
line-height: normal;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
:root *:focus-visible:not(input):not(textarea):not(select):not([contenteditable="true"]) {
|
|
86
|
+
outline: var(--focus_outline);
|
|
87
|
+
outline-offset: var(--focus_outline_offset);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
input,
|
|
91
|
+
textarea,
|
|
92
|
+
[contenteditable="true"],
|
|
93
|
+
chui_editor_text_input,
|
|
94
|
+
chui_console,
|
|
95
|
+
chui_console_text,
|
|
96
|
+
.chui_code {
|
|
97
|
+
user-select: text;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
body {
|
|
101
|
+
width: -webkit-fill-available;
|
|
102
|
+
height: -webkit-fill-available;
|
|
103
|
+
margin: 0;
|
|
104
|
+
padding: 0;
|
|
105
|
+
background: var(--main_background);
|
|
106
|
+
/*border-radius: var(--border_radius);*/
|
|
107
|
+
display: flex;
|
|
108
|
+
flex-direction: column;
|
|
109
|
+
margin: 1px;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
app_menu_search_main {
|
|
113
|
+
background: transparent;
|
|
114
|
+
width: -webkit-fill-available;
|
|
115
|
+
display: flex;
|
|
116
|
+
align-items: center;
|
|
117
|
+
justify-content: center;
|
|
118
|
+
height: max-content;
|
|
119
|
+
padding: var(--test_padding);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.app_menu_search_input {
|
|
123
|
+
border-radius: var(--border_radius);
|
|
124
|
+
background: var(--header_background);
|
|
125
|
+
padding: var(--main_padding);
|
|
126
|
+
margin: var(--margin);
|
|
127
|
+
width: -webkit-fill-available;
|
|
128
|
+
color: var(--text_color);
|
|
129
|
+
font-size: var(--font_default_size);
|
|
130
|
+
border: none;
|
|
131
|
+
box-shadow: 0 0 1px 0 var(--border_color);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
::-webkit-scrollbar {
|
|
135
|
+
width: 8px;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
center::-webkit-scrollbar-track {
|
|
139
|
+
margin-top: 45px;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.test_scroll_track::-webkit-scrollbar-track {
|
|
143
|
+
margin-top: 96px;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
::-webkit-scrollbar-track {
|
|
147
|
+
background-color: transparent;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
::-webkit-scrollbar-thumb {
|
|
151
|
+
border-radius: var(--border_radius);
|
|
152
|
+
background: var(--scrollbar_thumb);
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
::-webkit-scrollbar-thumb:hover {
|
|
156
|
+
background: var(--blue_prime_background)
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
header {
|
|
160
|
+
width: -webkit-fill-available;
|
|
161
|
+
position: absolute;
|
|
162
|
+
top: 0;
|
|
163
|
+
display: flex;
|
|
164
|
+
z-index: 999;
|
|
165
|
+
flex-direction: column;
|
|
166
|
+
border-bottom-left-radius: var(--border_radius);
|
|
167
|
+
border-bottom-right-radius: var(--border_radius);
|
|
168
|
+
align-items: start;
|
|
169
|
+
background-color: var(--header_background);
|
|
170
|
+
backdrop-filter: var(--global_blur);
|
|
171
|
+
background-blend-mode: overlay;
|
|
172
|
+
justify-content: space-between;
|
|
173
|
+
border-bottom: 1px solid var(--border_color);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
header_main {
|
|
177
|
+
width: -webkit-fill-available;
|
|
178
|
+
display: flex;
|
|
179
|
+
align-items: center;
|
|
180
|
+
justify-content: center;
|
|
181
|
+
-webkit-app-region: drag;
|
|
182
|
+
-webkit-user-select: none;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
center {
|
|
186
|
+
width: -webkit-fill-available;
|
|
187
|
+
height: -webkit-fill-available;
|
|
188
|
+
padding-top: 47px;
|
|
189
|
+
overflow: hidden hidden
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
center:hover {
|
|
193
|
+
overflow: hidden overlay;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
notification_panel {
|
|
197
|
+
display: flex;
|
|
198
|
+
flex-direction: column;
|
|
199
|
+
position: fixed;
|
|
200
|
+
top: 46px;
|
|
201
|
+
right: 0;
|
|
202
|
+
padding: var(--margin);
|
|
203
|
+
align-items: flex-end;
|
|
204
|
+
justify-content: flex-start;
|
|
205
|
+
z-index: 1001;
|
|
206
|
+
overflow: hidden hidden;
|
|
207
|
+
max-height: calc(100% - 65px - (var(--margin) * 2));
|
|
208
|
+
transition: max-height var(--transition_time) ease-in-out;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
notification_panel:hover {
|
|
212
|
+
overflow: hidden overlay;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
app_menu {
|
|
216
|
+
display: flex;
|
|
217
|
+
flex-direction: column;
|
|
218
|
+
position: fixed;
|
|
219
|
+
justify-content: flex-start;
|
|
220
|
+
align-items: flex-start;
|
|
221
|
+
z-index: 1000;
|
|
222
|
+
margin: calc(47px + (var(--margin) * 2)) calc(var(--margin) * 2) calc(var(--margin) * 2) calc(var(--margin) * 2);
|
|
223
|
+
border-radius: var(--border_radius);
|
|
224
|
+
box-shadow: var(--box_shadow_main);
|
|
225
|
+
background: var(--header_background);
|
|
226
|
+
backdrop-filter: var(--global_blur);
|
|
227
|
+
height: -webkit-fill-available;
|
|
228
|
+
width: -webkit-fill-available;
|
|
229
|
+
border: 1px solid var(--border_color);
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
notification_box {
|
|
233
|
+
display: flex;
|
|
234
|
+
flex-direction: column;
|
|
235
|
+
position: fixed;
|
|
236
|
+
justify-content: flex-start;
|
|
237
|
+
align-items: flex-start;
|
|
238
|
+
height: -webkit-fill-available;
|
|
239
|
+
z-index: 1000;
|
|
240
|
+
margin: calc(47px + (var(--margin) * 2)) calc(var(--margin) * 2) calc(var(--margin) * 2) calc(var(--margin) * 2);
|
|
241
|
+
border-radius: var(--border_radius);
|
|
242
|
+
box-shadow: var(--box_shadow_main);
|
|
243
|
+
background: var(--header_background);
|
|
244
|
+
backdrop-filter: var(--global_blur);
|
|
245
|
+
width: -webkit-fill-available;
|
|
246
|
+
border: 1px solid var(--border_color);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
notification_box_controls {
|
|
250
|
+
display: flex;
|
|
251
|
+
flex-direction: row;
|
|
252
|
+
justify-content: center;
|
|
253
|
+
align-items: center;
|
|
254
|
+
height: max-content;
|
|
255
|
+
width: -webkit-fill-available;
|
|
256
|
+
background: transparent;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
notification_box_main {
|
|
260
|
+
display: flex;
|
|
261
|
+
flex-direction: column;
|
|
262
|
+
overflow: hidden hidden;
|
|
263
|
+
height: -webkit-fill-available;
|
|
264
|
+
width: -webkit-fill-available;
|
|
265
|
+
padding: 4px;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
notification_box_main:hover {
|
|
269
|
+
overflow: hidden overlay;
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
notification_button {
|
|
273
|
+
cursor: pointer;
|
|
274
|
+
outline: none;
|
|
275
|
+
height: max-content;
|
|
276
|
+
width: max-content;
|
|
277
|
+
border: none;
|
|
278
|
+
border-radius: var(--border_radius);
|
|
279
|
+
padding: var(--test_padding);
|
|
280
|
+
margin: var(--margin);
|
|
281
|
+
font-size: 22pt;
|
|
282
|
+
background: transparent;
|
|
283
|
+
color: var(--text_color);
|
|
284
|
+
-webkit-app-region: no-drag;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
notification_button:hover {
|
|
288
|
+
background: var(--blue_prime_background);
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.notification_button_active {
|
|
292
|
+
background: var(--blue_prime_background);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.notification_button_active chui_icon {
|
|
296
|
+
color: var(--text_color_hover);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
notification_button:hover chui_icon {
|
|
300
|
+
color: var(--text_color_hover);
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
app_menu_button {
|
|
304
|
+
cursor: pointer;
|
|
305
|
+
outline: none;
|
|
306
|
+
height: max-content;
|
|
307
|
+
width: max-content;
|
|
308
|
+
border: none;
|
|
309
|
+
border-radius: var(--border_radius);
|
|
310
|
+
padding: var(--test_padding);
|
|
311
|
+
margin: var(--margin);
|
|
312
|
+
font-size: 22pt;
|
|
313
|
+
background: transparent;
|
|
314
|
+
color: var(--text_color);
|
|
315
|
+
-webkit-app-region: no-drag;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
app_menu_button:hover {
|
|
319
|
+
background: var(--blue_prime_background);
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.app_menu_button_active {
|
|
323
|
+
background: var(--blue_prime_background);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.app_menu_button_active chui_icon {
|
|
327
|
+
color: var(--text_color_hover);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
app_menu_button:hover chui_icon {
|
|
331
|
+
color: var(--text_color_hover);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
route_views {
|
|
335
|
+
display: flex;
|
|
336
|
+
flex-direction: column;
|
|
337
|
+
padding: var(--test_padding);
|
|
338
|
+
width: -webkit-fill-available;
|
|
339
|
+
height: -webkit-fill-available;
|
|
340
|
+
overflow: hidden hidden;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
route_views:hover {
|
|
344
|
+
overflow: hidden overlay;
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
page_name {
|
|
348
|
+
outline: none;
|
|
349
|
+
height: max-content;
|
|
350
|
+
width: max-content;
|
|
351
|
+
border: none;
|
|
352
|
+
border-radius: var(--border_radius);
|
|
353
|
+
padding: var(--test_padding);
|
|
354
|
+
margin: var(--margin) var(--margin) var(--margin) 0;
|
|
355
|
+
font-size: var(--font_default_size);
|
|
356
|
+
font-weight: 500;
|
|
357
|
+
background: transparent;
|
|
358
|
+
color: var(--text_color)
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
route {
|
|
362
|
+
cursor: pointer;
|
|
363
|
+
display: flex;
|
|
364
|
+
align-items: center;
|
|
365
|
+
outline: none;
|
|
366
|
+
height: max-content;
|
|
367
|
+
width: -webkit-fill-available;
|
|
368
|
+
border: none;
|
|
369
|
+
border-radius: var(--border_radius);
|
|
370
|
+
padding: var(--test_padding);
|
|
371
|
+
margin: var(--margin);
|
|
372
|
+
font-size: var(--font_default_size);
|
|
373
|
+
font-weight: 500;
|
|
374
|
+
background: transparent;
|
|
375
|
+
max-height: max-content;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
route:hover {
|
|
379
|
+
background: var(--blue_prime_background);
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
route:active {
|
|
383
|
+
background: var(--element_background_prime);
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
route:hover route_title {
|
|
387
|
+
color: var(--text_color_hover);
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
route_title {
|
|
391
|
+
width: -webkit-fill-available;
|
|
392
|
+
color: var(--text_color);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
route_icon {
|
|
396
|
+
margin-right: var(--margin);
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.route_active {
|
|
400
|
+
background: var(--blue_prime_background);
|
|
401
|
+
color: var(--text_color_hover);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
.route_active route_title {
|
|
405
|
+
color: var(--text_color_hover);
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
blockquote {
|
|
409
|
+
background: var(--element_background);
|
|
410
|
+
border-left: 10px solid var(--blue_prime_background);
|
|
411
|
+
margin: 1.5em 10px;
|
|
412
|
+
padding: 9px 14px;
|
|
413
|
+
color: var(--text_color);
|
|
414
|
+
border-radius: var(--border_radius);
|
|
415
|
+
display: flex;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
header_left_box {
|
|
419
|
+
display: flex;
|
|
420
|
+
width: -webkit-fill-available;
|
|
421
|
+
align-items: center
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
header_right_box {
|
|
425
|
+
display: flex;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
/* chUiJS_UserProfile */
|
|
429
|
+
user_main {
|
|
430
|
+
position: relative;
|
|
431
|
+
display: flex;
|
|
432
|
+
-webkit-app-region: no-drag;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
user_button:hover {
|
|
436
|
+
background: var(--blue_prime_background);
|
|
437
|
+
color: var(--text_color_hover);
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.user_button {
|
|
441
|
+
background: var(--blue_prime_background);
|
|
442
|
+
color: var(--text_color_hover);
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
user_button {
|
|
446
|
+
cursor: pointer;
|
|
447
|
+
outline: none;
|
|
448
|
+
height: max-content;
|
|
449
|
+
width: max-content;
|
|
450
|
+
color: var(--text_color);
|
|
451
|
+
border-radius: var(--border_radius);
|
|
452
|
+
padding: var(--main_padding);
|
|
453
|
+
margin: var(--margin) 0 var(--margin) var(--margin);
|
|
454
|
+
font-weight: 500
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
user_dropdown {
|
|
458
|
+
margin-top: 45px;
|
|
459
|
+
display: none;
|
|
460
|
+
position: absolute;
|
|
461
|
+
background: var(--header_background);
|
|
462
|
+
backdrop-filter: var(--global_blur);
|
|
463
|
+
-webkit-backdrop-filter: var(--global_blur);
|
|
464
|
+
color: var(--text_color);
|
|
465
|
+
border-radius: var(--border_radius);
|
|
466
|
+
padding: var(--test_padding);
|
|
467
|
+
z-index: 1;
|
|
468
|
+
right: 0;
|
|
469
|
+
min-width: 165px;
|
|
470
|
+
flex-direction: column;
|
|
471
|
+
box-shadow: var(--box_shadow_main);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
user_dropdown user_item {
|
|
475
|
+
color: var(--text_color);
|
|
476
|
+
display: block;
|
|
477
|
+
font-weight: 400;
|
|
478
|
+
cursor: pointer;
|
|
479
|
+
text-align: start;
|
|
480
|
+
padding: var(--test_padding);
|
|
481
|
+
border-radius: var(--border_radius)
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
user_dropdown user_item:hover {
|
|
485
|
+
background: var(--blue_prime_background);
|
|
486
|
+
color: var(--text_color_hover);
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
user_dd_image_main {
|
|
490
|
+
width: -webkit-fill-available;
|
|
491
|
+
height: -webkit-fill-available;
|
|
492
|
+
display: flex;
|
|
493
|
+
flex-direction: column;
|
|
494
|
+
align-items: center;
|
|
495
|
+
justify-content: center;
|
|
496
|
+
flex-wrap: nowrap;
|
|
497
|
+
margin-bottom: 6px
|
|
498
|
+
}
|
|
499
|
+
|
|
500
|
+
user_dd_image {
|
|
501
|
+
width: 80px;
|
|
502
|
+
height: 80px;
|
|
503
|
+
display: flex;
|
|
504
|
+
padding: var(--test_padding);
|
|
505
|
+
border-radius: 50%;
|
|
506
|
+
align-items: center;
|
|
507
|
+
justify-content: center;
|
|
508
|
+
font-size: 20pt;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
/* chUiJS_HeaderButton */
|
|
512
|
+
header_button {
|
|
513
|
+
cursor: pointer;
|
|
514
|
+
outline: none;
|
|
515
|
+
height: max-content;
|
|
516
|
+
width: max-content;
|
|
517
|
+
border: none;
|
|
518
|
+
border-radius: var(--border_radius);
|
|
519
|
+
padding: var(--main_padding);
|
|
520
|
+
margin: var(--margin) 0 var(--margin) var(--margin);
|
|
521
|
+
font-size: var(--font_default_size);
|
|
522
|
+
background: transparent;
|
|
523
|
+
color: var(--text_color);
|
|
524
|
+
font-weight: 500;
|
|
525
|
+
display: flex;
|
|
526
|
+
flex-direction: row;
|
|
527
|
+
-webkit-app-region: no-drag;
|
|
528
|
+
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
header_button header_button_title {
|
|
532
|
+
color: var(--text_color);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
header_button:hover {
|
|
536
|
+
background: var(--blue_prime_background);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
header_button:hover header_button_title {
|
|
540
|
+
color: var(--text_color_hover);
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
header_button:hover chui_icon {
|
|
544
|
+
color: var(--text_color_hover);
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
/*Управление окном*/
|
|
548
|
+
wc_box {
|
|
549
|
+
-webkit-app-region: no-drag;
|
|
550
|
+
color: var(--text_color);
|
|
551
|
+
margin: 0 3px;
|
|
552
|
+
padding: 0 3px;
|
|
553
|
+
display: flex;
|
|
554
|
+
align-items: center;
|
|
555
|
+
justify-content: center;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
wc_close, wc_maximize, wc_minimize {
|
|
559
|
+
margin: 6px 3px;
|
|
560
|
+
padding: 3px;
|
|
561
|
+
border-radius: 50%;
|
|
562
|
+
/*background: var(--element_background);*/
|
|
563
|
+
box-shadow: 0 0 1px 0 var(--border_color);
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
wc_close:hover {
|
|
567
|
+
background-color: var(--red_prime_background);
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
wc_maximize:hover, wc_minimize:hover {
|
|
571
|
+
background-color: var(--blue_prime_background);
|
|
572
|
+
}
|
|
573
|
+
|
|
574
|
+
wc_close:hover chui_icon, wc_maximize:hover chui_icon, wc_minimize:hover chui_icon {
|
|
575
|
+
color: white;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
header_tabs {
|
|
579
|
+
display: flex;
|
|
580
|
+
align-items: center;
|
|
581
|
+
justify-content: center;
|
|
582
|
+
flex-direction: row;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.header_tab_active {
|
|
586
|
+
pointer-events: none;
|
|
587
|
+
background: var(--blue_prime_background);
|
|
588
|
+
color: var(--text_color_hover);
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.header_tab_active header_button_icon chui_icon {
|
|
592
|
+
color: var(--text_color_hover);
|
|
569
593
|
}
|