@e1011/es-kit 1.2.4 → 1.5.0
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/dist/hooks/esm/index.css +316 -316
- package/dist/hooks/esm/src/core/hooks/index.js +1 -1
- package/dist/hooks/index.css +316 -316
- package/dist/hooks/src/core/hooks/index.js +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/hooks/index.d.ts +2 -0
- package/dist/types/src/core/hooks/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts +0 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts.map +1 -1
- package/dist/types/src/core/utils/appState/store/index.d.ts +0 -1
- package/dist/types/src/core/utils/appState/store/index.d.ts.map +1 -1
- package/dist/utils/esm/index.css +316 -316
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/index.css +316 -316
- package/dist/utils/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/src/core/utils/index.js +1 -1
- package/package.json +2 -2
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +0 -0
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +0 -0
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/store/useStore.react.js +0 -0
- /package/dist/{utils → hooks}/esm/src/core/utils/appState/store/useStore.react.js.map +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/store/useStore.react.js +0 -0
- /package/dist/{utils → hooks}/src/core/utils/appState/store/useStore.react.js.map +0 -0
package/dist/utils/esm/index.css
CHANGED
|
@@ -28,34 +28,6 @@
|
|
|
28
28
|
width: var(--height);
|
|
29
29
|
height: var(--width);
|
|
30
30
|
}
|
|
31
|
-
.divider-module_divider-line__6CesR {
|
|
32
|
-
position: relative;
|
|
33
|
-
display: block;
|
|
34
|
-
transition: opacity, width, height 250ms ease-in-out;
|
|
35
|
-
background-color: var(--color);
|
|
36
|
-
opacity: var(--opacity);
|
|
37
|
-
}
|
|
38
|
-
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
39
|
-
height: var(--length);
|
|
40
|
-
left: var(--left);
|
|
41
|
-
width: var(--width);
|
|
42
|
-
margin: var(--margin);
|
|
43
|
-
}
|
|
44
|
-
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
45
|
-
width: var(--length);
|
|
46
|
-
left: var(--left);
|
|
47
|
-
height: var(--height);
|
|
48
|
-
margin: var(--margin);
|
|
49
|
-
}
|
|
50
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
51
|
-
background: #EFEFEF;
|
|
52
|
-
width: 100%;
|
|
53
|
-
height: 100%;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
57
|
-
margin-right: 10px;
|
|
58
|
-
}
|
|
59
31
|
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
32
|
transform-origin: 0% 0%;
|
|
61
33
|
opacity: 0;
|
|
@@ -89,6 +61,34 @@
|
|
|
89
61
|
max-width: var(--prop-value);
|
|
90
62
|
opacity: 1;
|
|
91
63
|
}
|
|
64
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
65
|
+
background: #EFEFEF;
|
|
66
|
+
width: 100%;
|
|
67
|
+
height: 100%;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
71
|
+
margin-right: 10px;
|
|
72
|
+
}
|
|
73
|
+
.divider-module_divider-line__6CesR {
|
|
74
|
+
position: relative;
|
|
75
|
+
display: block;
|
|
76
|
+
transition: opacity, width, height 250ms ease-in-out;
|
|
77
|
+
background-color: var(--color);
|
|
78
|
+
opacity: var(--opacity);
|
|
79
|
+
}
|
|
80
|
+
.divider-module_divider-line__6CesR.divider-module_vertical__qSVWD {
|
|
81
|
+
height: var(--length);
|
|
82
|
+
left: var(--left);
|
|
83
|
+
width: var(--width);
|
|
84
|
+
margin: var(--margin);
|
|
85
|
+
}
|
|
86
|
+
.divider-module_divider-line__6CesR.divider-module_horizontal__Gz-Oj {
|
|
87
|
+
width: var(--length);
|
|
88
|
+
left: var(--left);
|
|
89
|
+
height: var(--height);
|
|
90
|
+
margin: var(--margin);
|
|
91
|
+
}
|
|
92
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -245,140 +245,6 @@
|
|
|
245
245
|
--divider-line: #4a4b4b;
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
249
|
-
overflow: hidden !important;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
253
|
-
white-space: nowrap !important;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
257
|
-
text-overflow: ellipsis !important;
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.button-module_button__NDMQS {
|
|
261
|
-
border: none;
|
|
262
|
-
color: #090A0A;
|
|
263
|
-
padding: 0.5rem 1rem;
|
|
264
|
-
text-align: center;
|
|
265
|
-
text-decoration: none;
|
|
266
|
-
font-size: 1rem;
|
|
267
|
-
}
|
|
268
|
-
.button-module_button__NDMQS > span {
|
|
269
|
-
overflow: hidden;
|
|
270
|
-
white-space: nowrap;
|
|
271
|
-
display: inline-block;
|
|
272
|
-
}
|
|
273
|
-
.button-module_button__NDMQS {
|
|
274
|
-
overflow: hidden;
|
|
275
|
-
display: flex;
|
|
276
|
-
align-items: center;
|
|
277
|
-
justify-content: center;
|
|
278
|
-
min-width: "auto";
|
|
279
|
-
width: "auto";
|
|
280
|
-
}
|
|
281
|
-
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
282
|
-
background-color: #2D8EFF;
|
|
283
|
-
}
|
|
284
|
-
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
285
|
-
border: 1px solid #2D8EFF !important;
|
|
286
|
-
}
|
|
287
|
-
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
288
|
-
background-color: #13CE66;
|
|
289
|
-
}
|
|
290
|
-
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
291
|
-
border: 1px solid #13CE66 !important;
|
|
292
|
-
}
|
|
293
|
-
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
294
|
-
background-color: #FF4949;
|
|
295
|
-
}
|
|
296
|
-
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
297
|
-
border: 1px solid #FF4949 !important;
|
|
298
|
-
}
|
|
299
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
300
|
-
background-color: #FFCC3D;
|
|
301
|
-
}
|
|
302
|
-
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
303
|
-
border: 1px solid #FFCC3D !important;
|
|
304
|
-
}
|
|
305
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
306
|
-
border: none !important;
|
|
307
|
-
background-color: transparent !important;
|
|
308
|
-
background: transparent !important;
|
|
309
|
-
}
|
|
310
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
311
|
-
text-decoration: underline !important;
|
|
312
|
-
}
|
|
313
|
-
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
314
|
-
border: none !important;
|
|
315
|
-
background-color: transparent !important;
|
|
316
|
-
background: transparent !important;
|
|
317
|
-
}
|
|
318
|
-
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
319
|
-
border: none !important;
|
|
320
|
-
background-color: transparent !important;
|
|
321
|
-
background: transparent !important;
|
|
322
|
-
}
|
|
323
|
-
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
324
|
-
height: 1.4rem;
|
|
325
|
-
min-width: 1.5rem;
|
|
326
|
-
width: 1.5rem;
|
|
327
|
-
padding: 0.2rem;
|
|
328
|
-
font-size: 0.8rem;
|
|
329
|
-
}
|
|
330
|
-
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
331
|
-
width: 100%;
|
|
332
|
-
}
|
|
333
|
-
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
334
|
-
overflow: hidden !important;
|
|
335
|
-
white-space: nowrap !important;
|
|
336
|
-
text-overflow: ellipsis !important;
|
|
337
|
-
}
|
|
338
|
-
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
339
|
-
transition: transform 250ms ease-out;
|
|
340
|
-
}
|
|
341
|
-
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
342
|
-
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
343
|
-
}
|
|
344
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
345
|
-
padding: 0.4rem;
|
|
346
|
-
border: none !important;
|
|
347
|
-
line-height: 1px;
|
|
348
|
-
}
|
|
349
|
-
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
350
|
-
padding: 0px;
|
|
351
|
-
}
|
|
352
|
-
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
353
|
-
transform: scale(1.2);
|
|
354
|
-
}
|
|
355
|
-
.button-module_button__NDMQS:hover {
|
|
356
|
-
background-color: #c5c5c5 !important;
|
|
357
|
-
}
|
|
358
|
-
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
359
|
-
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
360
|
-
}
|
|
361
|
-
.button-module_button__NDMQS {
|
|
362
|
-
user-select: all;
|
|
363
|
-
pointer-events: auto;
|
|
364
|
-
cursor: pointer;
|
|
365
|
-
}
|
|
366
|
-
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
367
|
-
user-select: none;
|
|
368
|
-
pointer-events: none;
|
|
369
|
-
cursor: not-allowed;
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
.cui-theme-dark .button-module_button__NDMQS {
|
|
373
|
-
color: #F4F4F4;
|
|
374
|
-
}
|
|
375
|
-
.cui-theme-light .button-module_button__NDMQS {
|
|
376
|
-
color: #090A0A;
|
|
377
|
-
}
|
|
378
|
-
:root {
|
|
379
|
-
--divider-line: #4a4b4b;
|
|
380
|
-
}
|
|
381
|
-
|
|
382
248
|
.typography-module_overflow-hidden__UmQ-v, .typography-module_text-truncate__8MgV9 {
|
|
383
249
|
overflow: hidden !important;
|
|
384
250
|
}
|
|
@@ -445,149 +311,42 @@
|
|
|
445
311
|
--divider-line: #4a4b4b;
|
|
446
312
|
}
|
|
447
313
|
|
|
448
|
-
.
|
|
314
|
+
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
449
315
|
overflow: hidden !important;
|
|
450
316
|
}
|
|
451
317
|
|
|
452
|
-
.
|
|
318
|
+
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
453
319
|
white-space: nowrap !important;
|
|
454
320
|
}
|
|
455
321
|
|
|
456
|
-
.
|
|
322
|
+
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
457
323
|
text-overflow: ellipsis !important;
|
|
458
324
|
}
|
|
459
325
|
|
|
460
|
-
.
|
|
461
|
-
display: inline-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
height:
|
|
467
|
-
border-radius:
|
|
326
|
+
.tag-module_tag__rGA-E {
|
|
327
|
+
display: inline-flex;
|
|
328
|
+
flex-direction: row;
|
|
329
|
+
flex-shrink: 1;
|
|
330
|
+
padding: 4px 8px;
|
|
331
|
+
gap: 4px;
|
|
332
|
+
min-height: 18px;
|
|
333
|
+
border-radius: 4px;
|
|
334
|
+
border-width: 1px;
|
|
335
|
+
border-style: solid;
|
|
336
|
+
align-items: center;
|
|
468
337
|
}
|
|
469
|
-
.
|
|
470
|
-
|
|
471
|
-
width: 0;
|
|
472
|
-
height: 0;
|
|
338
|
+
.tag-module_tag__rGA-E .icon-base {
|
|
339
|
+
color: #E2E369 !important;
|
|
473
340
|
}
|
|
474
|
-
.
|
|
475
|
-
|
|
476
|
-
position: absolute;
|
|
477
|
-
cursor: pointer;
|
|
478
|
-
width: 48px;
|
|
479
|
-
height: 24px;
|
|
480
|
-
top: 0;
|
|
481
|
-
left: 0;
|
|
482
|
-
right: 0;
|
|
483
|
-
bottom: 0;
|
|
484
|
-
background-color: transparent;
|
|
485
|
-
border: 1px solid #F4F4F4;
|
|
486
|
-
transition: transform, background-color 0.4s ease;
|
|
487
|
-
border-radius: 16px;
|
|
341
|
+
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
342
|
+
white-space: nowrap;
|
|
488
343
|
}
|
|
489
|
-
.
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
bottom: 1px;
|
|
496
|
-
background-color: #F4F4F4;
|
|
497
|
-
transition: transform 0.4s ease;
|
|
498
|
-
border-radius: 50%;
|
|
499
|
-
}
|
|
500
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
501
|
-
background-color: #282A2A;
|
|
502
|
-
border-color: #282A2A;
|
|
503
|
-
}
|
|
504
|
-
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
505
|
-
box-shadow: 0 0 1px 1px #282A2A;
|
|
506
|
-
}
|
|
507
|
-
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
508
|
-
transform: translateX(24px);
|
|
509
|
-
}
|
|
510
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
511
|
-
opacity: 0.65;
|
|
512
|
-
}
|
|
513
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
514
|
-
pointer-events: none;
|
|
515
|
-
}
|
|
516
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
517
|
-
cursor: not-allowed;
|
|
518
|
-
}
|
|
519
|
-
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
520
|
-
content: " ";
|
|
521
|
-
z-index: -1;
|
|
522
|
-
display: block;
|
|
523
|
-
position: absolute;
|
|
524
|
-
height: 100%;
|
|
525
|
-
top: 0;
|
|
526
|
-
left: 0;
|
|
527
|
-
right: 0;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
531
|
-
background-color: #003A4C;
|
|
532
|
-
}
|
|
533
|
-
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
534
|
-
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
535
|
-
}
|
|
536
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
537
|
-
border-color: rgb(32.4, 41.4, 41.4);
|
|
538
|
-
}
|
|
539
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
540
|
-
background-color: rgba(40, 42, 42, 0.05);
|
|
541
|
-
}
|
|
542
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
543
|
-
background-color: #282A2A;
|
|
544
|
-
}
|
|
545
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
546
|
-
background-color: #F4F4F4;
|
|
547
|
-
}
|
|
548
|
-
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
549
|
-
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
550
|
-
}
|
|
551
|
-
:root {
|
|
552
|
-
--divider-line: #4a4b4b;
|
|
553
|
-
}
|
|
554
|
-
|
|
555
|
-
.tag-module_overflow-hidden__wlxDI, .tag-module_text-truncate__xqW1- {
|
|
556
|
-
overflow: hidden !important;
|
|
557
|
-
}
|
|
558
|
-
|
|
559
|
-
.tag-module_text-nowrap__CHhhg, .tag-module_text-truncate__xqW1- {
|
|
560
|
-
white-space: nowrap !important;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
.tag-module_text-ellipsis__UX32n, .tag-module_text-truncate__xqW1- {
|
|
564
|
-
text-overflow: ellipsis !important;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
.tag-module_tag__rGA-E {
|
|
568
|
-
display: inline-flex;
|
|
569
|
-
flex-direction: row;
|
|
570
|
-
flex-shrink: 1;
|
|
571
|
-
padding: 4px 8px;
|
|
572
|
-
gap: 4px;
|
|
573
|
-
min-height: 18px;
|
|
574
|
-
border-radius: 4px;
|
|
575
|
-
border-width: 1px;
|
|
576
|
-
border-style: solid;
|
|
577
|
-
align-items: center;
|
|
578
|
-
}
|
|
579
|
-
.tag-module_tag__rGA-E .icon-base {
|
|
580
|
-
color: #E2E369 !important;
|
|
581
|
-
}
|
|
582
|
-
.tag-module_tag__rGA-E .tag-module_text__WpK6w {
|
|
583
|
-
white-space: nowrap;
|
|
584
|
-
}
|
|
585
|
-
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
586
|
-
justify-content: center;
|
|
587
|
-
align-items: center;
|
|
588
|
-
overflow: hidden !important;
|
|
589
|
-
white-space: nowrap !important;
|
|
590
|
-
text-overflow: ellipsis !important;
|
|
344
|
+
.tag-module_tag__rGA-E.tag-module_in-table__cWTuJ {
|
|
345
|
+
justify-content: center;
|
|
346
|
+
align-items: center;
|
|
347
|
+
overflow: hidden !important;
|
|
348
|
+
white-space: nowrap !important;
|
|
349
|
+
text-overflow: ellipsis !important;
|
|
591
350
|
}
|
|
592
351
|
.tag-module_tag__rGA-E.tag-module_default__6cv6k {
|
|
593
352
|
background-color: #434747;
|
|
@@ -712,6 +471,247 @@
|
|
|
712
471
|
border-color: #FD8F3E;
|
|
713
472
|
color: #632E03;
|
|
714
473
|
}
|
|
474
|
+
:root {
|
|
475
|
+
--divider-line: #4a4b4b;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
.toggle-module_overflow-hidden__NxfFx, .toggle-module_text-truncate__Wg-Jx {
|
|
479
|
+
overflow: hidden !important;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.toggle-module_text-nowrap__F9ld6, .toggle-module_text-truncate__Wg-Jx {
|
|
483
|
+
white-space: nowrap !important;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.toggle-module_text-ellipsis__ftYlg, .toggle-module_text-truncate__Wg-Jx {
|
|
487
|
+
text-overflow: ellipsis !important;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
.toggle-module_toggle__p1Ep4 {
|
|
491
|
+
display: inline-block;
|
|
492
|
+
position: relative;
|
|
493
|
+
max-width: 48px;
|
|
494
|
+
max-height: 24px;
|
|
495
|
+
width: 48px;
|
|
496
|
+
height: 24px;
|
|
497
|
+
border-radius: 16px !important;
|
|
498
|
+
}
|
|
499
|
+
.toggle-module_toggle__p1Ep4 input {
|
|
500
|
+
opacity: 0;
|
|
501
|
+
width: 0;
|
|
502
|
+
height: 0;
|
|
503
|
+
}
|
|
504
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG {
|
|
505
|
+
box-sizing: border-box;
|
|
506
|
+
position: absolute;
|
|
507
|
+
cursor: pointer;
|
|
508
|
+
width: 48px;
|
|
509
|
+
height: 24px;
|
|
510
|
+
top: 0;
|
|
511
|
+
left: 0;
|
|
512
|
+
right: 0;
|
|
513
|
+
bottom: 0;
|
|
514
|
+
background-color: transparent;
|
|
515
|
+
border: 1px solid #F4F4F4;
|
|
516
|
+
transition: transform, background-color 0.4s ease;
|
|
517
|
+
border-radius: 16px;
|
|
518
|
+
}
|
|
519
|
+
.toggle-module_toggle__p1Ep4 .toggle-module_slider__2IVaG:before {
|
|
520
|
+
position: absolute;
|
|
521
|
+
content: "";
|
|
522
|
+
height: 20px;
|
|
523
|
+
width: 20px;
|
|
524
|
+
left: 1px;
|
|
525
|
+
bottom: 1px;
|
|
526
|
+
background-color: #F4F4F4;
|
|
527
|
+
transition: transform 0.4s ease;
|
|
528
|
+
border-radius: 50%;
|
|
529
|
+
}
|
|
530
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG {
|
|
531
|
+
background-color: #282A2A;
|
|
532
|
+
border-color: #282A2A;
|
|
533
|
+
}
|
|
534
|
+
.toggle-module_toggle__p1Ep4 input:focus + .toggle-module_slider__2IVaG {
|
|
535
|
+
box-shadow: 0 0 1px 1px #282A2A;
|
|
536
|
+
}
|
|
537
|
+
.toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
538
|
+
transform: translateX(24px);
|
|
539
|
+
}
|
|
540
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH {
|
|
541
|
+
opacity: 0.65;
|
|
542
|
+
}
|
|
543
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH input {
|
|
544
|
+
pointer-events: none;
|
|
545
|
+
}
|
|
546
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG {
|
|
547
|
+
cursor: not-allowed;
|
|
548
|
+
}
|
|
549
|
+
.toggle-module_toggle__p1Ep4.toggle-module_disabled__0nElH .toggle-module_slider__2IVaG:after {
|
|
550
|
+
content: " ";
|
|
551
|
+
z-index: -1;
|
|
552
|
+
display: block;
|
|
553
|
+
position: absolute;
|
|
554
|
+
height: 100%;
|
|
555
|
+
top: 0;
|
|
556
|
+
left: 0;
|
|
557
|
+
right: 0;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:enabled + .toggle-module_slider__2IVaG:hover {
|
|
561
|
+
background-color: #003A4C;
|
|
562
|
+
}
|
|
563
|
+
.cui-theme-dark .toggle-module_toggle__p1Ep4 input:checked:enabled + .toggle-module_slider__2IVaG:hover {
|
|
564
|
+
background-color: rgb(38.0475, 39.8525, 39.8525);
|
|
565
|
+
}
|
|
566
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG {
|
|
567
|
+
border-color: rgb(32.4, 41.4, 41.4);
|
|
568
|
+
}
|
|
569
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:hover {
|
|
570
|
+
background-color: rgba(40, 42, 42, 0.05);
|
|
571
|
+
}
|
|
572
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input + .toggle-module_slider__2IVaG:before {
|
|
573
|
+
background-color: #282A2A;
|
|
574
|
+
}
|
|
575
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:before {
|
|
576
|
+
background-color: #F4F4F4;
|
|
577
|
+
}
|
|
578
|
+
.cui-theme-light .toggle-module_toggle__p1Ep4 input:checked + .toggle-module_slider__2IVaG:hover {
|
|
579
|
+
background-color: rgb(54.7902439024, 70.0097560976, 70.0097560976);
|
|
580
|
+
}
|
|
581
|
+
:root {
|
|
582
|
+
--divider-line: #4a4b4b;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
.button-module_overflow-hidden__Vc5AU, .button-module_text-truncate__a89Bp {
|
|
586
|
+
overflow: hidden !important;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
.button-module_text-nowrap__tR-VJ, .button-module_text-truncate__a89Bp {
|
|
590
|
+
white-space: nowrap !important;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
.button-module_text-ellipsis__5MFA9, .button-module_text-truncate__a89Bp {
|
|
594
|
+
text-overflow: ellipsis !important;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.button-module_button__NDMQS {
|
|
598
|
+
border: none;
|
|
599
|
+
color: #090A0A;
|
|
600
|
+
padding: 0.5rem 1rem;
|
|
601
|
+
text-align: center;
|
|
602
|
+
text-decoration: none;
|
|
603
|
+
font-size: 1rem;
|
|
604
|
+
}
|
|
605
|
+
.button-module_button__NDMQS > span {
|
|
606
|
+
overflow: hidden;
|
|
607
|
+
white-space: nowrap;
|
|
608
|
+
display: inline-block;
|
|
609
|
+
}
|
|
610
|
+
.button-module_button__NDMQS {
|
|
611
|
+
overflow: hidden;
|
|
612
|
+
display: flex;
|
|
613
|
+
align-items: center;
|
|
614
|
+
justify-content: center;
|
|
615
|
+
min-width: "auto";
|
|
616
|
+
width: "auto";
|
|
617
|
+
}
|
|
618
|
+
.button-module_button__NDMQS.button-module_info__O6gEW {
|
|
619
|
+
background-color: #2D8EFF;
|
|
620
|
+
}
|
|
621
|
+
.button-module_button__NDMQS.button-module_info__O6gEW.button-module_transparent__zbeBu {
|
|
622
|
+
border: 1px solid #2D8EFF !important;
|
|
623
|
+
}
|
|
624
|
+
.button-module_button__NDMQS.button-module_success__gM25y {
|
|
625
|
+
background-color: #13CE66;
|
|
626
|
+
}
|
|
627
|
+
.button-module_button__NDMQS.button-module_success__gM25y.button-module_transparent__zbeBu {
|
|
628
|
+
border: 1px solid #13CE66 !important;
|
|
629
|
+
}
|
|
630
|
+
.button-module_button__NDMQS.button-module_error__q9qqo {
|
|
631
|
+
background-color: #FF4949;
|
|
632
|
+
}
|
|
633
|
+
.button-module_button__NDMQS.button-module_error__q9qqo.button-module_transparent__zbeBu {
|
|
634
|
+
border: 1px solid #FF4949 !important;
|
|
635
|
+
}
|
|
636
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ {
|
|
637
|
+
background-color: #FFCC3D;
|
|
638
|
+
}
|
|
639
|
+
.button-module_button__NDMQS.button-module_warning__MdmiZ.button-module_transparent__zbeBu {
|
|
640
|
+
border: 1px solid #FFCC3D !important;
|
|
641
|
+
}
|
|
642
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu {
|
|
643
|
+
border: none !important;
|
|
644
|
+
background-color: transparent !important;
|
|
645
|
+
background: transparent !important;
|
|
646
|
+
}
|
|
647
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover * {
|
|
648
|
+
text-decoration: underline !important;
|
|
649
|
+
}
|
|
650
|
+
.button-module_button__NDMQS.button-module_link__e-4Fu:hover {
|
|
651
|
+
border: none !important;
|
|
652
|
+
background-color: transparent !important;
|
|
653
|
+
background: transparent !important;
|
|
654
|
+
}
|
|
655
|
+
.button-module_button__NDMQS.button-module_transparent__zbeBu {
|
|
656
|
+
border: none !important;
|
|
657
|
+
background-color: transparent !important;
|
|
658
|
+
background: transparent !important;
|
|
659
|
+
}
|
|
660
|
+
.button-module_button__NDMQS.button-module_tiny__pBNwo {
|
|
661
|
+
height: 1.4rem;
|
|
662
|
+
min-width: 1.5rem;
|
|
663
|
+
width: 1.5rem;
|
|
664
|
+
padding: 0.2rem;
|
|
665
|
+
font-size: 0.8rem;
|
|
666
|
+
}
|
|
667
|
+
.button-module_button__NDMQS.button-module_fluid__GXxID {
|
|
668
|
+
width: 100%;
|
|
669
|
+
}
|
|
670
|
+
.button-module_button__NDMQS.button-module_truncate__c-G9k > span {
|
|
671
|
+
overflow: hidden !important;
|
|
672
|
+
white-space: nowrap !important;
|
|
673
|
+
text-overflow: ellipsis !important;
|
|
674
|
+
}
|
|
675
|
+
.button-module_button__NDMQS.button-module_animated__gLwPl {
|
|
676
|
+
transition: transform 250ms ease-out;
|
|
677
|
+
}
|
|
678
|
+
.button-module_button__NDMQS.button-module_hasShadow__42BQv {
|
|
679
|
+
box-shadow: 0 5px 15px 0 rgba(28, 37, 39, 0.1), 0 0 2px 0 rgba(0, 0, 0, 0.1);
|
|
680
|
+
}
|
|
681
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ {
|
|
682
|
+
padding: 0.4rem;
|
|
683
|
+
border: none !important;
|
|
684
|
+
line-height: 1px;
|
|
685
|
+
}
|
|
686
|
+
.button-module_button__NDMQS.button-module_hasIcon__dXLlJ.button-module_tiny__pBNwo {
|
|
687
|
+
padding: 0px;
|
|
688
|
+
}
|
|
689
|
+
.button-module_button__NDMQS:hover.button-module_animated__gLwPl {
|
|
690
|
+
transform: scale(1.2);
|
|
691
|
+
}
|
|
692
|
+
.button-module_button__NDMQS:hover {
|
|
693
|
+
background-color: #c5c5c5 !important;
|
|
694
|
+
}
|
|
695
|
+
.button-module_button__NDMQS:hover.button-module_transparent__zbeBu {
|
|
696
|
+
background-color: rgba(197, 197, 197, 0.1254901961) !important;
|
|
697
|
+
}
|
|
698
|
+
.button-module_button__NDMQS {
|
|
699
|
+
user-select: all;
|
|
700
|
+
pointer-events: auto;
|
|
701
|
+
cursor: pointer;
|
|
702
|
+
}
|
|
703
|
+
.button-module_button__NDMQS.button-module_disabled__hEydO {
|
|
704
|
+
user-select: none;
|
|
705
|
+
pointer-events: none;
|
|
706
|
+
cursor: not-allowed;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
.cui-theme-dark .button-module_button__NDMQS {
|
|
710
|
+
color: #F4F4F4;
|
|
711
|
+
}
|
|
712
|
+
.cui-theme-light .button-module_button__NDMQS {
|
|
713
|
+
color: #090A0A;
|
|
714
|
+
}
|
|
715
715
|
.flowLayout-module_flowLayout__VHpnY {
|
|
716
716
|
overflow: auto;
|
|
717
717
|
}
|
|
@@ -725,29 +725,6 @@
|
|
|
725
725
|
width: 100%;
|
|
726
726
|
min-width: 0;
|
|
727
727
|
}
|
|
728
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
729
|
-
z-index: 1;
|
|
730
|
-
position: fixed;
|
|
731
|
-
width: 100%;
|
|
732
|
-
height: 100%;
|
|
733
|
-
top: 0;
|
|
734
|
-
left: 0;
|
|
735
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
736
|
-
pointer-events: all;
|
|
737
|
-
user-select: none;
|
|
738
|
-
will-change: opacity;
|
|
739
|
-
transition: opacity 450ms ease-in-out;
|
|
740
|
-
opacity: 0;
|
|
741
|
-
visibility: hidden;
|
|
742
|
-
}
|
|
743
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
744
|
-
opacity: 1;
|
|
745
|
-
visibility: visible;
|
|
746
|
-
}
|
|
747
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
748
|
-
opacity: 0;
|
|
749
|
-
visibility: hidden;
|
|
750
|
-
}
|
|
751
728
|
:root {
|
|
752
729
|
--divider-line: #4a4b4b;
|
|
753
730
|
}
|
|
@@ -846,6 +823,29 @@
|
|
|
846
823
|
background-color: #090A0A;
|
|
847
824
|
color: #F4F4F4;
|
|
848
825
|
}
|
|
826
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
827
|
+
z-index: 1;
|
|
828
|
+
position: fixed;
|
|
829
|
+
width: 100%;
|
|
830
|
+
height: 100%;
|
|
831
|
+
top: 0;
|
|
832
|
+
left: 0;
|
|
833
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
834
|
+
pointer-events: all;
|
|
835
|
+
user-select: none;
|
|
836
|
+
will-change: opacity;
|
|
837
|
+
transition: opacity 450ms ease-in-out;
|
|
838
|
+
opacity: 0;
|
|
839
|
+
visibility: hidden;
|
|
840
|
+
}
|
|
841
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
842
|
+
opacity: 1;
|
|
843
|
+
visibility: visible;
|
|
844
|
+
}
|
|
845
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
846
|
+
opacity: 0;
|
|
847
|
+
visibility: hidden;
|
|
848
|
+
}
|
|
849
849
|
:root {
|
|
850
850
|
--divider-line: #4a4b4b;
|
|
851
851
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/index.ts"],"sourcesContent":["import { PeregrineMQ } from './peregrineMQ'\n\nexport { PeregrineMQ, PeregrineMQClearError } from './peregrineMQ'\n\nexport const peregrineMQInstance = new PeregrineMQ()\n\nexport * from './peregrineMQ.types'\
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../src/core/utils/appState/peregrineMQ/index.ts"],"sourcesContent":["import { PeregrineMQ } from './peregrineMQ'\n\nexport { PeregrineMQ, PeregrineMQClearError } from './peregrineMQ'\n\nexport const peregrineMQInstance = new PeregrineMQ()\n\nexport * from './peregrineMQ.types'\n"],"names":["peregrineMQInstance","PeregrineMQ"],"mappings":"yGAIaA,EAAsB,IAAIC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{keyExtractor,keyExtractorFunction}from"./keyExtractor.js";export{dateRangeFormat,getDateTime,getTimeFromNow,getTimeFromNowOriginal,getTimeTo}from"./date.js";export{peregrineMQInstance}from"./appState/peregrineMQ/index.js";export{ArrayFirst,ArrayLast}from"./array.js";export{AsyncFunctionTemplate,debounce,delay,isFunctionAsync,memoize,memoizeComplex,memoizer,nestedTernary}from"./helpers/other.js";export{DATE_FORMAT,DATE_TIME_FORMAT,formatDate,formatDateTime,formatDateToTimestamp,getDate}from"./helpers/date.js";export{NON_EXISTENT_CHANNEL}from"./appState/peregrineMQ/peregrineMQ.types.js";export{Operation,decrementValue,incerementValue,numberDefined,numberOperation,restrictNumberInLimits,setValue}from"./helpers/valueOperations.js";export{PeregrineMQ,PeregrineMQClearError}from"./appState/peregrineMQ/peregrineMQ.js";export{TinyStateMachine,TinyStateMachineEvent,TinyStateMachineEventType,TinyStateMachineState,createStates,stateIterator}from"./appState/stateMachine/tiny-state-machine.base.js";export{anchorClick,classNames,generateId,getBaseThemes,mapSerReplacer,noop,observeThemePreference,parseProps,setThemeClassNames,switchColorTheme,updateColorTheme}from"./helpers/ui.js";export{arrayToObjectTree,chunkArray,duplicatesInArray,formatJsonString,formatObj,formatObj2}from"./helpers/objectOperations.js";export{canSetStateMerge,createStore,getSetStateMerge}from"./appState/store/store.vanillajs.js";export{cancelableSetInterval,cancelableSetTimeout}from"./helpers/cancelableDelayedFunction.js";export{ced,createResolveAttribute,customElementDefine,resolveAttributes}from"./webComponents/webComponent.utils.js";export{cleanCsvLines,formatFilePath}from"./helpers/file.js";export{composeId,defaultSanitizeConfig,sanitizeHtml}from"./helpers/text.js";export{createDataStore}from"./appState/store/store.vanillajs.templates.js";export{emailMatch,emailMatcher,regexBuilder}from"./helpers/emailMatcher.js";export{escapeRegExp,fileNameExt,findStringInText,normalizeString,removeWhitespaces,sanitizeId,sanitizePathId,toLowerCase,toUpperCase,truncateText}from"./helpers/textValueOperations.js";export{getDeviceId}from"./helpers/deviceInfo.js";export{getMatch,isValidFormat,isValidModulo11,parse,regex}from"./helpers/birthnumberCZSKvalidator.js";export{isBirthNumberValid}from"./helpers/birthnumber.validator.js";export{parseCSVdata,validateCSVFile,validateCSVlines,validateJSONFile,validateLineCellTrimmed,validateLineNumColumns,validateSDFFile}from"./helpers/fileValidator.js";
|
|
1
|
+
export{keyExtractor,keyExtractorFunction}from"./keyExtractor.js";export{dateRangeFormat,getDateTime,getTimeFromNow,getTimeFromNowOriginal,getTimeTo}from"./date.js";export{peregrineMQInstance}from"./appState/peregrineMQ/index.js";export{ArrayFirst,ArrayLast}from"./array.js";export{AsyncFunctionTemplate,debounce,delay,isFunctionAsync,memoize,memoizeComplex,memoizer,nestedTernary}from"./helpers/other.js";export{DATE_FORMAT,DATE_TIME_FORMAT,formatDate,formatDateTime,formatDateToTimestamp,getDate}from"./helpers/date.js";export{NON_EXISTENT_CHANNEL}from"./appState/peregrineMQ/peregrineMQ.types.js";export{Operation,decrementValue,incerementValue,numberDefined,numberOperation,restrictNumberInLimits,setValue}from"./helpers/valueOperations.js";export{PeregrineMQ,PeregrineMQClearError}from"./appState/peregrineMQ/peregrineMQ.js";export{TinyStateMachine,TinyStateMachineEvent,TinyStateMachineEventType,TinyStateMachineState,createStates,stateIterator}from"./appState/stateMachine/tiny-state-machine.base.js";export{anchorClick,classNames,generateId,getBaseThemes,mapSerReplacer,noop,observeThemePreference,parseProps,setThemeClassNames,switchColorTheme,updateColorTheme}from"./helpers/ui.js";export{arrayToObjectTree,chunkArray,duplicatesInArray,formatJsonString,formatObj,formatObj2}from"./helpers/objectOperations.js";export{canSetStateMerge,createStore,getSetStateMerge}from"./appState/store/store.vanillajs.js";export{cancelableSetInterval,cancelableSetTimeout}from"./helpers/cancelableDelayedFunction.js";export{ced,createResolveAttribute,customElementDefine,resolveAttributes}from"./webComponents/webComponent.utils.js";export{cleanCsvLines,formatFilePath}from"./helpers/file.js";export{composeId,defaultSanitizeConfig,sanitizeHtml}from"./helpers/text.js";export{createDataStore}from"./appState/store/store.vanillajs.templates.js";export{emailMatch,emailMatcher,regexBuilder}from"./helpers/emailMatcher.js";export{escapeRegExp,fileNameExt,findStringInText,normalizeString,removeWhitespaces,sanitizeId,sanitizePathId,toLowerCase,toUpperCase,truncateText}from"./helpers/textValueOperations.js";export{getDeviceId}from"./helpers/deviceInfo.js";export{getMatch,isValidFormat,isValidModulo11,parse,regex}from"./helpers/birthnumberCZSKvalidator.js";export{isBirthNumberValid}from"./helpers/birthnumber.validator.js";export{parseCSVdata,validateCSVFile,validateCSVlines,validateJSONFile,validateLineCellTrimmed,validateLineNumColumns,validateSDFFile}from"./helpers/fileValidator.js";
|
|
2
2
|
//# sourceMappingURL=index.js.map
|