@e1011/es-kit 1.1.42 → 1.1.46
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 +256 -256
- package/dist/hooks/index.css +256 -256
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +2 -0
- package/dist/lib/cjs/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -0
- package/dist/lib/cjs/src/index.js +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +2 -0
- package/dist/lib/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -0
- package/dist/lib/esm/src/index.js +1 -1
- package/dist/lib/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts +1 -0
- package/dist/types/src/core/utils/appState/peregrineMQ/index.d.ts.map +1 -1
- package/dist/utils/esm/index.css +256 -256
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +2 -0
- package/dist/utils/esm/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -0
- package/dist/utils/esm/src/core/utils/index.js +1 -1
- package/dist/utils/index.css +256 -256
- package/dist/utils/src/core/utils/appState/peregrineMQ/index.js.map +1 -1
- package/dist/utils/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js +2 -0
- package/dist/utils/src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.js.map +1 -0
- package/dist/utils/src/core/utils/index.js +1 -1
- package/package.json +1 -1
package/dist/utils/index.css
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
.errorBoundary-module_errorBoundary__gk9ps {
|
|
2
|
+
background: #EFEFEF;
|
|
3
|
+
width: 100%;
|
|
4
|
+
height: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.errorBoundary-module_StyledIcon__IYHiU {
|
|
8
|
+
margin-right: 10px;
|
|
9
|
+
}
|
|
10
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
11
|
+
transform-origin: 0% 0%;
|
|
12
|
+
opacity: 0;
|
|
13
|
+
overflow: clip;
|
|
14
|
+
}
|
|
15
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
16
|
+
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
17
|
+
will-change: opacity, height, max-height;
|
|
18
|
+
}
|
|
19
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
20
|
+
height: 0;
|
|
21
|
+
max-height: 0;
|
|
22
|
+
opacity: 0;
|
|
23
|
+
}
|
|
24
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
25
|
+
height: var(--prop-value);
|
|
26
|
+
max-height: var(--prop-value);
|
|
27
|
+
opacity: 1;
|
|
28
|
+
}
|
|
29
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
30
|
+
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
31
|
+
will-change: opacity, width, max-width;
|
|
32
|
+
}
|
|
33
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
34
|
+
width: 0;
|
|
35
|
+
max-width: 0;
|
|
36
|
+
opacity: 0;
|
|
37
|
+
}
|
|
38
|
+
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
39
|
+
width: var(--prop-value);
|
|
40
|
+
max-width: var(--prop-value);
|
|
41
|
+
opacity: 1;
|
|
42
|
+
}
|
|
1
43
|
.icon-module_icon-base-parent__nOMvW {
|
|
2
44
|
line-height: 1px !important;
|
|
3
45
|
}
|
|
@@ -28,15 +70,6 @@
|
|
|
28
70
|
width: var(--height);
|
|
29
71
|
height: var(--width);
|
|
30
72
|
}
|
|
31
|
-
.errorBoundary-module_errorBoundary__gk9ps {
|
|
32
|
-
background: #EFEFEF;
|
|
33
|
-
width: 100%;
|
|
34
|
-
height: 100%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.errorBoundary-module_StyledIcon__IYHiU {
|
|
38
|
-
margin-right: 10px;
|
|
39
|
-
}
|
|
40
73
|
.divider-module_divider-line__6CesR {
|
|
41
74
|
position: relative;
|
|
42
75
|
display: block;
|
|
@@ -56,39 +89,6 @@
|
|
|
56
89
|
height: var(--height);
|
|
57
90
|
margin: var(--margin);
|
|
58
91
|
}
|
|
59
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm {
|
|
60
|
-
transform-origin: 0% 0%;
|
|
61
|
-
opacity: 0;
|
|
62
|
-
overflow: clip;
|
|
63
|
-
}
|
|
64
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN {
|
|
65
|
-
transition: opacity 0.2s ease-in-out, height 0.2s ease-in-out, max-height 0.2s ease-in-out;
|
|
66
|
-
will-change: opacity, height, max-height;
|
|
67
|
-
}
|
|
68
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
69
|
-
height: 0;
|
|
70
|
-
max-height: 0;
|
|
71
|
-
opacity: 0;
|
|
72
|
-
}
|
|
73
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_vertical__w7MVN.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
74
|
-
height: var(--prop-value);
|
|
75
|
-
max-height: var(--prop-value);
|
|
76
|
-
opacity: 1;
|
|
77
|
-
}
|
|
78
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI- {
|
|
79
|
-
transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, max-width 0.2s ease-in-out;
|
|
80
|
-
will-change: opacity, width, max-width;
|
|
81
|
-
}
|
|
82
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_collapsed__q8fs8 {
|
|
83
|
-
width: 0;
|
|
84
|
-
max-width: 0;
|
|
85
|
-
opacity: 0;
|
|
86
|
-
}
|
|
87
|
-
.CollapsibleContainer-module_collapsible-container__u0Jmm.CollapsibleContainer-module_horizontal__QJWI-.CollapsibleContainer-module_expanded__O6Vh8 {
|
|
88
|
-
width: var(--prop-value);
|
|
89
|
-
max-width: var(--prop-value);
|
|
90
|
-
opacity: 1;
|
|
91
|
-
}
|
|
92
92
|
.field-module_field__UfKm3 {
|
|
93
93
|
opacity: 1;
|
|
94
94
|
pointer-events: auto;
|
|
@@ -230,143 +230,6 @@
|
|
|
230
230
|
stroke-dashoffset: -124;
|
|
231
231
|
}
|
|
232
232
|
}
|
|
233
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
234
|
-
z-index: 1;
|
|
235
|
-
position: fixed;
|
|
236
|
-
width: 100%;
|
|
237
|
-
height: 100%;
|
|
238
|
-
top: 0;
|
|
239
|
-
left: 0;
|
|
240
|
-
background: rgba(40, 80, 120, 0.8) !important;
|
|
241
|
-
pointer-events: all;
|
|
242
|
-
user-select: none;
|
|
243
|
-
will-change: opacity;
|
|
244
|
-
transition: opacity 450ms ease-in-out;
|
|
245
|
-
opacity: 0;
|
|
246
|
-
visibility: hidden;
|
|
247
|
-
}
|
|
248
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
249
|
-
opacity: 1;
|
|
250
|
-
visibility: visible;
|
|
251
|
-
}
|
|
252
|
-
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
253
|
-
opacity: 0;
|
|
254
|
-
visibility: hidden;
|
|
255
|
-
}
|
|
256
|
-
.flowLayout-module_flowLayout__VHpnY {
|
|
257
|
-
overflow: auto;
|
|
258
|
-
}
|
|
259
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
260
|
-
display: flex;
|
|
261
|
-
width: 100%;
|
|
262
|
-
min-width: 0;
|
|
263
|
-
}
|
|
264
|
-
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
265
|
-
display: flex;
|
|
266
|
-
width: 100%;
|
|
267
|
-
min-width: 0;
|
|
268
|
-
}
|
|
269
|
-
:root {
|
|
270
|
-
--divider-line: #4a4b4b;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
274
|
-
overflow: hidden !important;
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
278
|
-
white-space: nowrap !important;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
282
|
-
text-overflow: ellipsis !important;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
.popup-module_popup-container__PJ0oQ {
|
|
286
|
-
--popup-width: 60vw;
|
|
287
|
-
--popup-height: 50vh;
|
|
288
|
-
position: fixed;
|
|
289
|
-
width: var(--popup-width);
|
|
290
|
-
height: var(--popup-height);
|
|
291
|
-
--slideXFrom: 0;
|
|
292
|
-
--slideYFrom: 0;
|
|
293
|
-
will-change: opacity;
|
|
294
|
-
transition: opacity 300ms ease-in-out;
|
|
295
|
-
opacity: 0;
|
|
296
|
-
visibility: hidden;
|
|
297
|
-
pointer-events: none;
|
|
298
|
-
}
|
|
299
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
300
|
-
position: relative;
|
|
301
|
-
flex-direction: column;
|
|
302
|
-
align-items: start;
|
|
303
|
-
width: 100%;
|
|
304
|
-
height: 100%;
|
|
305
|
-
overflow-x: clip;
|
|
306
|
-
background-color: #090A0A;
|
|
307
|
-
border-radius: 4px;
|
|
308
|
-
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
309
|
-
transition: transform 350ms ease-out;
|
|
310
|
-
will-change: transform;
|
|
311
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
312
|
-
}
|
|
313
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
314
|
-
margin-bottom: 0;
|
|
315
|
-
}
|
|
316
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
317
|
-
cursor: pointer;
|
|
318
|
-
line-height: 1px;
|
|
319
|
-
background-color: rgba(255, 255, 255, 0);
|
|
320
|
-
}
|
|
321
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
322
|
-
background-color: #FDDA0D;
|
|
323
|
-
width: 9px !important;
|
|
324
|
-
height: 9px !important;
|
|
325
|
-
line-height: 1px !important;
|
|
326
|
-
}
|
|
327
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
328
|
-
background-color: #FFEA00;
|
|
329
|
-
}
|
|
330
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
331
|
-
width: 100%;
|
|
332
|
-
height: 100%;
|
|
333
|
-
padding: 24px;
|
|
334
|
-
overflow-y: auto;
|
|
335
|
-
display: flex;
|
|
336
|
-
}
|
|
337
|
-
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
338
|
-
overflow-y: auto;
|
|
339
|
-
}
|
|
340
|
-
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
341
|
-
opacity: 1;
|
|
342
|
-
visibility: visible;
|
|
343
|
-
pointer-events: all;
|
|
344
|
-
}
|
|
345
|
-
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
346
|
-
transform: translateX(0) translateY(0);
|
|
347
|
-
}
|
|
348
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
349
|
-
opacity: 0;
|
|
350
|
-
visibility: hidden;
|
|
351
|
-
pointer-events: none;
|
|
352
|
-
}
|
|
353
|
-
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
354
|
-
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
358
|
-
background-color: #090A0A;
|
|
359
|
-
color: #F4F4F4;
|
|
360
|
-
}
|
|
361
|
-
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
362
|
-
background-color: #090A0A;
|
|
363
|
-
color: #F4F4F4;
|
|
364
|
-
}
|
|
365
|
-
.textAndContent-module_textAndContent__X5P1n {
|
|
366
|
-
align-items: baseline;
|
|
367
|
-
flex-shrink: 1;
|
|
368
|
-
gap: 8px;
|
|
369
|
-
}
|
|
370
233
|
:root {
|
|
371
234
|
--divider-line: #4a4b4b;
|
|
372
235
|
}
|
|
@@ -433,6 +296,11 @@
|
|
|
433
296
|
pointer-events: none;
|
|
434
297
|
opacity: 0.6;
|
|
435
298
|
}
|
|
299
|
+
.textAndContent-module_textAndContent__X5P1n {
|
|
300
|
+
align-items: baseline;
|
|
301
|
+
flex-shrink: 1;
|
|
302
|
+
gap: 8px;
|
|
303
|
+
}
|
|
436
304
|
:root {
|
|
437
305
|
--divider-line: #4a4b4b;
|
|
438
306
|
}
|
|
@@ -547,119 +415,114 @@
|
|
|
547
415
|
.cui-theme-light .button-module_button__NDMQS {
|
|
548
416
|
color: #090A0A;
|
|
549
417
|
}
|
|
418
|
+
.flowLayout-module_flowLayout__VHpnY {
|
|
419
|
+
overflow: auto;
|
|
420
|
+
}
|
|
421
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_beforeContent__rY-mW {
|
|
422
|
+
display: flex;
|
|
423
|
+
width: 100%;
|
|
424
|
+
min-width: 0;
|
|
425
|
+
}
|
|
426
|
+
.flowLayout-module_flowLayout__VHpnY .flowLayout-module_afterContent__Hlh8v {
|
|
427
|
+
display: flex;
|
|
428
|
+
width: 100%;
|
|
429
|
+
min-width: 0;
|
|
430
|
+
}
|
|
550
431
|
:root {
|
|
551
432
|
--divider-line: #4a4b4b;
|
|
552
433
|
}
|
|
553
434
|
|
|
554
|
-
.
|
|
435
|
+
.popup-module_overflow-hidden__uimg4, .popup-module_text-truncate__y-5c1 {
|
|
555
436
|
overflow: hidden !important;
|
|
556
437
|
}
|
|
557
438
|
|
|
558
|
-
.
|
|
439
|
+
.popup-module_text-nowrap__eDCv3, .popup-module_text-truncate__y-5c1 {
|
|
559
440
|
white-space: nowrap !important;
|
|
560
441
|
}
|
|
561
442
|
|
|
562
|
-
.
|
|
443
|
+
.popup-module_text-ellipsis__yu8nx, .popup-module_text-truncate__y-5c1 {
|
|
563
444
|
text-overflow: ellipsis !important;
|
|
564
445
|
}
|
|
565
446
|
|
|
566
|
-
.
|
|
447
|
+
.popup-module_popup-container__PJ0oQ {
|
|
448
|
+
--popup-width: 60vw;
|
|
449
|
+
--popup-height: 50vh;
|
|
567
450
|
position: fixed;
|
|
568
|
-
|
|
451
|
+
width: var(--popup-width);
|
|
452
|
+
height: var(--popup-height);
|
|
453
|
+
--slideXFrom: 0;
|
|
454
|
+
--slideYFrom: 0;
|
|
569
455
|
will-change: opacity;
|
|
570
|
-
transition: opacity
|
|
456
|
+
transition: opacity 300ms ease-in-out;
|
|
571
457
|
opacity: 0;
|
|
572
458
|
visibility: hidden;
|
|
573
|
-
|
|
574
|
-
background-color: #1B1D1D;
|
|
575
|
-
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
576
|
-
}
|
|
577
|
-
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
578
|
-
margin: 0;
|
|
579
|
-
padding: 0;
|
|
459
|
+
pointer-events: none;
|
|
580
460
|
}
|
|
581
|
-
.
|
|
582
|
-
|
|
583
|
-
-
|
|
584
|
-
|
|
585
|
-
-webkit-box-orient: vertical;
|
|
586
|
-
margin: 0;
|
|
461
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz {
|
|
462
|
+
position: relative;
|
|
463
|
+
flex-direction: column;
|
|
464
|
+
align-items: start;
|
|
587
465
|
width: 100%;
|
|
588
|
-
|
|
589
|
-
overflow:
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
opacity: 0;
|
|
597
|
-
visibility: hidden;
|
|
598
|
-
}
|
|
599
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
600
|
-
bottom: -16px;
|
|
601
|
-
}
|
|
602
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
603
|
-
transform: rotate(0deg);
|
|
604
|
-
}
|
|
605
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
606
|
-
top: -16px;
|
|
607
|
-
}
|
|
608
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
609
|
-
transform: rotate(180deg);
|
|
610
|
-
}
|
|
611
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
612
|
-
right: -16px;
|
|
613
|
-
}
|
|
614
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
615
|
-
transform: rotate(-90deg);
|
|
616
|
-
}
|
|
617
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
618
|
-
left: -16px;
|
|
619
|
-
}
|
|
620
|
-
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
621
|
-
transform: rotate(90deg);
|
|
622
|
-
}
|
|
623
|
-
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
624
|
-
position: absolute;
|
|
466
|
+
height: 100%;
|
|
467
|
+
overflow-x: clip;
|
|
468
|
+
background-color: #090A0A;
|
|
469
|
+
border-radius: 4px;
|
|
470
|
+
box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.15);
|
|
471
|
+
transition: transform 350ms ease-out;
|
|
472
|
+
will-change: transform;
|
|
473
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
625
474
|
}
|
|
626
|
-
.
|
|
627
|
-
|
|
628
|
-
border-width: 8px;
|
|
629
|
-
border-style: solid;
|
|
630
|
-
border-color: #1B1D1D transparent transparent transparent;
|
|
475
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz button {
|
|
476
|
+
margin-bottom: 0;
|
|
631
477
|
}
|
|
632
|
-
|
|
633
|
-
.tooltip-module_close-button__o8OBN {
|
|
478
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx {
|
|
634
479
|
cursor: pointer;
|
|
635
480
|
line-height: 1px;
|
|
636
481
|
background-color: rgba(255, 255, 255, 0);
|
|
637
482
|
}
|
|
638
|
-
.
|
|
483
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx .icon-base {
|
|
639
484
|
background-color: #FDDA0D;
|
|
640
485
|
width: 9px !important;
|
|
641
486
|
height: 9px !important;
|
|
642
487
|
line-height: 1px !important;
|
|
643
488
|
}
|
|
644
|
-
.
|
|
489
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_close-button__-8sZx:hover .icon-base {
|
|
645
490
|
background-color: #FFEA00;
|
|
646
491
|
}
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
492
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm {
|
|
493
|
+
width: 100%;
|
|
494
|
+
height: 100%;
|
|
495
|
+
padding: 24px;
|
|
496
|
+
overflow-y: auto;
|
|
497
|
+
display: flex;
|
|
651
498
|
}
|
|
652
|
-
.
|
|
653
|
-
|
|
499
|
+
.popup-module_popup-container__PJ0oQ .popup-module_popup-container-inner__n83Cz .popup-module_popup-container-inner-div__sDNBm > * {
|
|
500
|
+
overflow-y: auto;
|
|
654
501
|
}
|
|
655
|
-
.
|
|
656
|
-
|
|
502
|
+
.popup-module_popup-container__PJ0oQ[data-show] {
|
|
503
|
+
opacity: 1;
|
|
504
|
+
visibility: visible;
|
|
505
|
+
pointer-events: all;
|
|
657
506
|
}
|
|
658
|
-
.
|
|
659
|
-
|
|
507
|
+
.popup-module_popup-container__PJ0oQ[data-show] .popup-module_popup-container-inner__n83Cz {
|
|
508
|
+
transform: translateX(0) translateY(0);
|
|
660
509
|
}
|
|
661
|
-
.
|
|
662
|
-
|
|
510
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] {
|
|
511
|
+
opacity: 0;
|
|
512
|
+
visibility: hidden;
|
|
513
|
+
pointer-events: none;
|
|
514
|
+
}
|
|
515
|
+
.popup-module_popup-container__PJ0oQ[data-show=false] .popup-module_popup-container-inner__n83Cz {
|
|
516
|
+
transform: translateX(var(--slideXFrom)) translateY(var(--slideYFrom));
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.cui-theme-dark .popup-module_popup-container-inner__n83Cz {
|
|
520
|
+
background-color: #090A0A;
|
|
521
|
+
color: #F4F4F4;
|
|
522
|
+
}
|
|
523
|
+
.cui-theme-light .popup-module_popup-container-inner__n83Cz {
|
|
524
|
+
background-color: #090A0A;
|
|
525
|
+
color: #F4F4F4;
|
|
663
526
|
}
|
|
664
527
|
:root {
|
|
665
528
|
--divider-line: #4a4b4b;
|
|
@@ -825,6 +688,143 @@
|
|
|
825
688
|
border-color: #FD8F3E;
|
|
826
689
|
color: #632E03;
|
|
827
690
|
}
|
|
691
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM {
|
|
692
|
+
z-index: 1;
|
|
693
|
+
position: fixed;
|
|
694
|
+
width: 100%;
|
|
695
|
+
height: 100%;
|
|
696
|
+
top: 0;
|
|
697
|
+
left: 0;
|
|
698
|
+
background: rgba(40, 80, 120, 0.8) !important;
|
|
699
|
+
pointer-events: all;
|
|
700
|
+
user-select: none;
|
|
701
|
+
will-change: opacity;
|
|
702
|
+
transition: opacity 450ms ease-in-out;
|
|
703
|
+
opacity: 0;
|
|
704
|
+
visibility: hidden;
|
|
705
|
+
}
|
|
706
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show] {
|
|
707
|
+
opacity: 1;
|
|
708
|
+
visibility: visible;
|
|
709
|
+
}
|
|
710
|
+
.popup-overlay-module_popup-modal-overlay__dlJqM[data-show=false] {
|
|
711
|
+
opacity: 0;
|
|
712
|
+
visibility: hidden;
|
|
713
|
+
}
|
|
714
|
+
:root {
|
|
715
|
+
--divider-line: #4a4b4b;
|
|
716
|
+
}
|
|
717
|
+
|
|
718
|
+
.tooltip-module_overflow-hidden__YDzdx, .tooltip-module_text-truncate__CPvp3 {
|
|
719
|
+
overflow: hidden !important;
|
|
720
|
+
}
|
|
721
|
+
|
|
722
|
+
.tooltip-module_text-nowrap__g6kzP, .tooltip-module_text-truncate__CPvp3 {
|
|
723
|
+
white-space: nowrap !important;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
.tooltip-module_text-ellipsis__AYivV, .tooltip-module_text-truncate__CPvp3 {
|
|
727
|
+
text-overflow: ellipsis !important;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.tooltip-module_popover-tooltip__sAhKa {
|
|
731
|
+
position: fixed;
|
|
732
|
+
z-index: 999;
|
|
733
|
+
will-change: opacity;
|
|
734
|
+
transition: opacity 450ms ease;
|
|
735
|
+
opacity: 0;
|
|
736
|
+
visibility: hidden;
|
|
737
|
+
border-radius: 4px;
|
|
738
|
+
background-color: #1B1D1D;
|
|
739
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
|
|
740
|
+
}
|
|
741
|
+
.tooltip-module_popover-tooltip__sAhKa span, .tooltip-module_popover-tooltip__sAhKa p, .tooltip-module_popover-tooltip__sAhKa h3 {
|
|
742
|
+
margin: 0;
|
|
743
|
+
padding: 0;
|
|
744
|
+
}
|
|
745
|
+
.tooltip-module_popover-tooltip__sAhKa p {
|
|
746
|
+
display: -webkit-box;
|
|
747
|
+
-webkit-line-clamp: 4; /* number of lines to show */
|
|
748
|
+
line-clamp: 4;
|
|
749
|
+
-webkit-box-orient: vertical;
|
|
750
|
+
margin: 0;
|
|
751
|
+
width: 100%;
|
|
752
|
+
white-space: normal;
|
|
753
|
+
overflow: auto;
|
|
754
|
+
}
|
|
755
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show] {
|
|
756
|
+
opacity: 1;
|
|
757
|
+
visibility: visible;
|
|
758
|
+
}
|
|
759
|
+
.tooltip-module_popover-tooltip__sAhKa[data-show=false] {
|
|
760
|
+
opacity: 0;
|
|
761
|
+
visibility: hidden;
|
|
762
|
+
}
|
|
763
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi {
|
|
764
|
+
bottom: -16px;
|
|
765
|
+
}
|
|
766
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=top] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
767
|
+
transform: rotate(0deg);
|
|
768
|
+
}
|
|
769
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi {
|
|
770
|
+
top: -16px;
|
|
771
|
+
}
|
|
772
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=bottom] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
773
|
+
transform: rotate(180deg);
|
|
774
|
+
}
|
|
775
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi {
|
|
776
|
+
right: -16px;
|
|
777
|
+
}
|
|
778
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=left] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
779
|
+
transform: rotate(-90deg);
|
|
780
|
+
}
|
|
781
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi {
|
|
782
|
+
left: -16px;
|
|
783
|
+
}
|
|
784
|
+
.tooltip-module_popover-tooltip__sAhKa[data-popper-placement^=right] .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
785
|
+
transform: rotate(90deg);
|
|
786
|
+
}
|
|
787
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi {
|
|
788
|
+
position: absolute;
|
|
789
|
+
}
|
|
790
|
+
.tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow__pqqOi .tooltip-module_arrow-inner__IqzxY {
|
|
791
|
+
content: "";
|
|
792
|
+
border-width: 8px;
|
|
793
|
+
border-style: solid;
|
|
794
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
.tooltip-module_close-button__o8OBN {
|
|
798
|
+
cursor: pointer;
|
|
799
|
+
line-height: 1px;
|
|
800
|
+
background-color: rgba(255, 255, 255, 0);
|
|
801
|
+
}
|
|
802
|
+
.tooltip-module_close-button__o8OBN .icon-base {
|
|
803
|
+
background-color: #FDDA0D;
|
|
804
|
+
width: 9px !important;
|
|
805
|
+
height: 9px !important;
|
|
806
|
+
line-height: 1px !important;
|
|
807
|
+
}
|
|
808
|
+
.tooltip-module_close-button__o8OBN:hover .icon-base {
|
|
809
|
+
background-color: #FFEA00;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa {
|
|
813
|
+
background-color: #1B1D1D;
|
|
814
|
+
color: #F4F4F4;
|
|
815
|
+
}
|
|
816
|
+
.cui-theme-dark .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
817
|
+
border-color: #1B1D1D transparent transparent transparent;
|
|
818
|
+
}
|
|
819
|
+
.cui-theme-light {
|
|
820
|
+
color: #1B1D1D;
|
|
821
|
+
}
|
|
822
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa {
|
|
823
|
+
background-color: #515757;
|
|
824
|
+
}
|
|
825
|
+
.cui-theme-light .tooltip-module_popover-tooltip__sAhKa .tooltip-module_arrow-inner__IqzxY {
|
|
826
|
+
border-color: #515757 transparent transparent transparent;
|
|
827
|
+
}
|
|
828
828
|
:root {
|
|
829
829
|
--divider-line: #4a4b4b;
|
|
830
830
|
}
|
|
@@ -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 default peregrineMQInstance\n\n\nexport type * from './peregrineMQ.types'\n"],"names":["peregrineMQInstance","PeregrineMQ"],"mappings":"4GAIaA,EAAsB,IAAIC,EAAWA"}
|
|
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 default peregrineMQInstance\n\n\nexport type * from './peregrineMQ.types'\nexport * from './usePeregrineMQ.react'\n"],"names":["peregrineMQInstance","PeregrineMQ"],"mappings":"4GAIaA,EAAsB,IAAIC,EAAWA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePeregrineMQ.react.js","sources":["../../../../../../../src/core/utils/appState/peregrineMQ/usePeregrineMQ.react.ts"],"sourcesContent":["import { useCallback, useEffect, useRef } from 'react'\n\nimport { PeregrineMQ } from './peregrineMQ'\nimport { Callback } from './peregrineMQ.types'\n\nexport type usePeregrineMQReturnType = [\n { current?: () => boolean },\n <T>(channel: string, data?: T) => boolean\n]\n\nexport const usePeregrineMQ = (\n peregrineInstance: PeregrineMQ, channel: string, callback: Callback,\n): usePeregrineMQReturnType => {\n const memCallback = useCallback(callback, [callback])\n\n const unsubscribeRef = useRef<ReturnType<typeof peregrineInstance.subscribe>>()\n\n useEffect(() => {\n unsubscribeRef.current = peregrineInstance.subscribe(channel, memCallback)\n\n return (): void => {\n unsubscribeRef?.current?.()\n }\n }, [memCallback, channel, peregrineInstance])\n\n return [unsubscribeRef, peregrineInstance.publish]\n}\n"],"names":["usePeregrineMQ","peregrineInstance","channel","callback","memCallback","useCallback","unsubscribeRef","useRef","useEffect","current","subscribe","publish"],"mappings":"2DAU8BA,CAC5BC,EAAgCC,EAAiBC,KAEjD,MAAMC,EAAcC,EAAWA,YAACF,EAAU,CAACA,IAErCG,EAAiBC,EAAAA,SAUvB,OARAC,EAAAA,WAAU,KACRF,EAAeG,QAAUR,EAAkBS,UAAUR,EAASE,GAEvD,KACLE,GAAgBG,WAAW,IAE5B,CAACL,EAAaF,EAASD,IAEnB,CAACK,EAAgBL,EAAkBU,QAAQ"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var e=require("./keyExtractor.js"),t=require("./date.js"),r=require("./appState/peregrineMQ/index.js"),a=require("./helpers/birthnumber.validator.js"),s=require("./helpers/birthnumberCZSKvalidator.js"),o=require("./helpers/fileValidator.js"),i=require("./helpers/date.js"),p=require("./helpers/deviceInfo.js"),n=require("./helpers/emailMatcher.js"),l=require("./helpers/file.js"),x=require("./helpers/objectOperations.js"),m=require("./helpers/other.js"),c=require("./helpers/textValueOperations.js"),u=require("./helpers/valueOperations.js"),d=require("./helpers/cancelableDelayedFunction.js"),S=require("./helpers/ui.js"),T=require("./helpers/text.js"),
|
|
1
|
+
"use strict";var e=require("./keyExtractor.js"),t=require("./date.js"),r=require("./appState/peregrineMQ/index.js"),a=require("./helpers/birthnumber.validator.js"),s=require("./helpers/birthnumberCZSKvalidator.js"),o=require("./helpers/fileValidator.js"),i=require("./helpers/date.js"),p=require("./helpers/deviceInfo.js"),n=require("./helpers/emailMatcher.js"),l=require("./helpers/file.js"),x=require("./helpers/objectOperations.js"),m=require("./helpers/other.js"),c=require("./helpers/textValueOperations.js"),u=require("./helpers/valueOperations.js"),d=require("./helpers/cancelableDelayedFunction.js"),S=require("./helpers/ui.js"),T=require("./helpers/text.js"),g=require("./webComponents/webComponent.utils.js"),h=require("./appState/store/store.vanillajs.js"),M=require("./appState/store/store.vanillajs.templates.js"),v=require("./appState/store/useStore.react.js"),b=require("./appState/peregrineMQ/peregrineMQ.js"),j=require("./appState/peregrineMQ/usePeregrineMQ.react.js"),y=require("./appState/stateMachine/tiny-state-machine.base.js");exports.keyExtractor=e.keyExtractor,exports.keyExtractorFunction=e.keyExtractorFunction,exports.dateRangeFormat=t.dateRangeFormat,exports.getDateTime=t.getDateTime,exports.getTimeFromNow=t.getTimeFromNow,exports.getTimeFromNowOriginal=t.getTimeFromNowOriginal,exports.getTimeTo=t.getTimeTo,exports.peregrineMQInstance=r.peregrineMQInstance,exports.isBirthNumberValid=a.isBirthNumberValid,exports.getMatch=s.getMatch,exports.isValidFormat=s.isValidFormat,exports.isValidModulo11=s.isValidModulo11,exports.parse=s.parse,exports.regex=s.regex,exports.parseCSVdata=o.parseCSVdata,exports.validateCSVFile=o.validateCSVFile,exports.validateCSVlines=o.validateCSVlines,exports.validateJSONFile=o.validateJSONFile,exports.validateLineCellTrimmed=o.validateLineCellTrimmed,exports.validateLineNumColumns=o.validateLineNumColumns,exports.validateSDFFile=o.validateSDFFile,exports.DATE_FORMAT=i.DATE_FORMAT,exports.DATE_TIME_FORMAT=i.DATE_TIME_FORMAT,exports.formatDate=i.formatDate,exports.formatDateTime=i.formatDateTime,exports.formatDateToTimestamp=i.formatDateToTimestamp,exports.getDate=i.getDate,exports.getDeviceId=p.getDeviceId,exports.emailMatch=n.emailMatch,exports.emailMatcher=n.emailMatcher,exports.regexBuilder=n.regexBuilder,exports.cleanCsvLines=l.cleanCsvLines,exports.formatFilePath=l.formatFilePath,exports.arrayToObjectTree=x.arrayToObjectTree,exports.chunkArray=x.chunkArray,exports.duplicatesInArray=x.duplicatesInArray,exports.formatJsonString=x.formatJsonString,exports.formatObj=x.formatObj,exports.formatObj2=x.formatObj2,exports.AsyncFunctionTemplate=m.AsyncFunctionTemplate,exports.debounce=m.debounce,exports.delay=m.delay,exports.isFunctionAsync=m.isFunctionAsync,exports.memoize=m.memoize,exports.memoizeComplex=m.memoizeComplex,exports.memoizer=m.memoizer,exports.nestedTernary=m.nestedTernary,exports.escapeRegExp=c.escapeRegExp,exports.fileNameExt=c.fileNameExt,exports.findStringInText=c.findStringInText,exports.normalizeString=c.normalizeString,exports.removeWhitespaces=c.removeWhitespaces,exports.sanitizeId=c.sanitizeId,exports.sanitizePathId=c.sanitizePathId,exports.toLowerCase=c.toLowerCase,exports.toUpperCase=c.toUpperCase,exports.truncateText=c.truncateText,exports.Operation=u.Operation,exports.decrementValue=u.decrementValue,exports.incerementValue=u.incerementValue,exports.numberDefined=u.numberDefined,exports.numberOperation=u.numberOperation,exports.restrictNumberInLimits=u.restrictNumberInLimits,exports.setValue=u.setValue,exports.cancelableSetInterval=d.cancelableSetInterval,exports.cancelableSetTimeout=d.cancelableSetTimeout,exports.anchorClick=S.anchorClick,exports.classNames=S.classNames,exports.generateId=S.generateId,exports.mapSerReplacer=S.mapSerReplacer,exports.noop=S.noop,exports.parseProps=S.parseProps,exports.composeId=T.composeId,exports.defaultSanitizeConfig=T.defaultSanitizeConfig,exports.sanitizeHtml=T.sanitizeHtml,exports.ced=g.ced,exports.createResolveAttribute=g.createResolveAttribute,exports.customElementDefine=g.customElementDefine,exports.resolveAttributes=g.resolveAttributes,exports.createStore=h.createStore,exports.createDataStore=M.createDataStore,exports.useStore=v.useStore,exports.useStoreApi=v.useStoreApi,exports.PeregrineMQ=b.PeregrineMQ,exports.PeregrineMQClearError=b.PeregrineMQClearError,exports.usePeregrineMQ=j.usePeregrineMQ,exports.TinyStateMachine=y.TinyStateMachine,exports.TinyStateMachineEvent=y.TinyStateMachineEvent,exports.TinyStateMachineEventType=y.TinyStateMachineEventType,exports.TinyStateMachineState=y.TinyStateMachineState,exports.createStates=y.createStates,exports.stateIterator=y.stateIterator;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|