@cloudtower/eagle 0.26.19 → 0.26.21
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/components.css +141 -193
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +238 -290
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -30421,61 +30421,6 @@ html body {
|
|
|
30421
30421
|
.w1vvwdlp .middle .form-base-field .form-base-field {
|
|
30422
30422
|
width: auto;
|
|
30423
30423
|
}
|
|
30424
|
-
.w1vvwdlp .ant-steps-vertical .ant-steps-item {
|
|
30425
|
-
flex: initial;
|
|
30426
|
-
}
|
|
30427
|
-
.w1vvwdlp .ant-steps-item + .ant-steps-item {
|
|
30428
|
-
margin-top: 4px;
|
|
30429
|
-
}
|
|
30430
|
-
.w1vvwdlp .ant-steps-item-icon,
|
|
30431
|
-
.w1vvwdlp .ant-steps-item-tail {
|
|
30432
|
-
display: none !important;
|
|
30433
|
-
}
|
|
30434
|
-
.w1vvwdlp .ant-steps-item-container {
|
|
30435
|
-
padding: 0 15px;
|
|
30436
|
-
border-radius: 4px;
|
|
30437
|
-
height: 32px;
|
|
30438
|
-
display: flex;
|
|
30439
|
-
align-items: center;
|
|
30440
|
-
}
|
|
30441
|
-
.w1vvwdlp .ant-steps-item-container .ant-steps-item-content {
|
|
30442
|
-
min-height: auto;
|
|
30443
|
-
white-space: nowrap;
|
|
30444
|
-
}
|
|
30445
|
-
.w1vvwdlp .ant-steps-item-description {
|
|
30446
|
-
padding-bottom: 0px;
|
|
30447
|
-
}
|
|
30448
|
-
.w1vvwdlp .ant-steps-item-title {
|
|
30449
|
-
font-size: 13px !important;
|
|
30450
|
-
line-height: 20px !important;
|
|
30451
|
-
}
|
|
30452
|
-
.w1vvwdlp .ant-steps-item-title .step-index {
|
|
30453
|
-
display: inline-block;
|
|
30454
|
-
text-align: center;
|
|
30455
|
-
width: 13px;
|
|
30456
|
-
margin-right: 12px;
|
|
30457
|
-
}
|
|
30458
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container {
|
|
30459
|
-
background: rgba(0, 128, 255, 0.1);
|
|
30460
|
-
}
|
|
30461
|
-
.w1vvwdlp .ant-steps-item-active .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30462
|
-
color: #005ed1;
|
|
30463
|
-
}
|
|
30464
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container {
|
|
30465
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30466
|
-
}
|
|
30467
|
-
.w1vvwdlp .ant-steps-item-finish .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30468
|
-
color: rgba(10, 37, 85, 0.6) !important;
|
|
30469
|
-
}
|
|
30470
|
-
.w1vvwdlp .ant-steps-item-disabled {
|
|
30471
|
-
cursor: not-allowed;
|
|
30472
|
-
}
|
|
30473
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container {
|
|
30474
|
-
background: rgba(237, 241, 250, 0.6);
|
|
30475
|
-
}
|
|
30476
|
-
.w1vvwdlp .ant-steps-item-disabled .ant-steps-item-container .ant-steps-item-content .ant-steps-item-title {
|
|
30477
|
-
color: #2d3a56;
|
|
30478
|
-
}
|
|
30479
30424
|
|
|
30480
30425
|
.h1cuopx7 .ant-modal-header {
|
|
30481
30426
|
margin: 0 auto;
|
|
@@ -30855,6 +30800,7 @@ html body {
|
|
|
30855
30800
|
.ipd9bk.ant-input:not([disabled]):hover, .ipd9bk.ant-input:not([disabled]).__pseudo-states-hover, .ipd9bk.ant-input-number:not([disabled]):hover, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-hover {
|
|
30856
30801
|
border-color: rgba(107, 128, 167, 0.6);
|
|
30857
30802
|
box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
|
|
30803
|
+
z-index: 1;
|
|
30858
30804
|
}
|
|
30859
30805
|
.ipd9bk.ant-input:not([disabled]):active, .ipd9bk.ant-input:not([disabled]):focus, .ipd9bk.ant-input:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input:not([disabled]).__pseudo-states-focus, .ipd9bk.ant-input-number:not([disabled]):active, .ipd9bk.ant-input-number:not([disabled]):focus, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-active, .ipd9bk.ant-input-number:not([disabled]).__pseudo-states-focus {
|
|
30860
30806
|
border-color: #0096ff;
|
|
@@ -31461,91 +31407,6 @@ input.rrg1fkn.ant-input {
|
|
|
31461
31407
|
background: #fff;
|
|
31462
31408
|
}
|
|
31463
31409
|
|
|
31464
|
-
.s1fc623g {
|
|
31465
|
-
width: 430px !important;
|
|
31466
|
-
}
|
|
31467
|
-
|
|
31468
|
-
.da3mx0o .ant-select-item-group {
|
|
31469
|
-
padding: 8px 16px;
|
|
31470
|
-
line-height: 18px;
|
|
31471
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31472
|
-
height: 34px;
|
|
31473
|
-
min-height: 34px;
|
|
31474
|
-
box-sizing: border-box;
|
|
31475
|
-
margin-top: 8px;
|
|
31476
|
-
}
|
|
31477
|
-
|
|
31478
|
-
.onr9gzt {
|
|
31479
|
-
display: flex;
|
|
31480
|
-
flex-direction: column;
|
|
31481
|
-
margin: 1px 8px;
|
|
31482
|
-
padding: 8px;
|
|
31483
|
-
border-radius: 4px;
|
|
31484
|
-
}
|
|
31485
|
-
.onr9gzt .selected-icon {
|
|
31486
|
-
display: none;
|
|
31487
|
-
}
|
|
31488
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31489
|
-
padding-left: 8px;
|
|
31490
|
-
}
|
|
31491
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31492
|
-
background-color: white;
|
|
31493
|
-
}
|
|
31494
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31495
|
-
color: #0080ff;
|
|
31496
|
-
}
|
|
31497
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31498
|
-
display: block;
|
|
31499
|
-
}
|
|
31500
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31501
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31502
|
-
}
|
|
31503
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31504
|
-
color: #0080ff;
|
|
31505
|
-
}
|
|
31506
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31507
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31508
|
-
color: #0080ff;
|
|
31509
|
-
}
|
|
31510
|
-
|
|
31511
|
-
.oiy0apc {
|
|
31512
|
-
display: flex;
|
|
31513
|
-
justify-content: space-between;
|
|
31514
|
-
height: 20px;
|
|
31515
|
-
line-height: 20px;
|
|
31516
|
-
}
|
|
31517
|
-
.oiy0apc .timezone-title {
|
|
31518
|
-
color: #2d3a56;
|
|
31519
|
-
overflow: hidden;
|
|
31520
|
-
text-overflow: ellipsis;
|
|
31521
|
-
}
|
|
31522
|
-
|
|
31523
|
-
.of4y382 {
|
|
31524
|
-
display: flex;
|
|
31525
|
-
justify-content: space-between;
|
|
31526
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31527
|
-
height: 18px;
|
|
31528
|
-
line-height: 18px;
|
|
31529
|
-
margin-top: 2px;
|
|
31530
|
-
}
|
|
31531
|
-
|
|
31532
|
-
.t19903l9 {
|
|
31533
|
-
border: none;
|
|
31534
|
-
margin-right: 0;
|
|
31535
|
-
background: rgba(225, 230, 241, 0.6);
|
|
31536
|
-
}
|
|
31537
|
-
|
|
31538
|
-
.ohwbvxu {
|
|
31539
|
-
pointer-events: none;
|
|
31540
|
-
height: 32px;
|
|
31541
|
-
width: 100%;
|
|
31542
|
-
opacity: 0;
|
|
31543
|
-
}
|
|
31544
|
-
|
|
31545
|
-
.i1e4sgug {
|
|
31546
|
-
display: inline-block;
|
|
31547
|
-
}
|
|
31548
|
-
|
|
31549
31410
|
.d6j0lbj {
|
|
31550
31411
|
font-family: Inter;
|
|
31551
31412
|
font-style: normal;
|
|
@@ -32021,6 +31882,91 @@ input.rrg1fkn.ant-input {
|
|
|
32021
31882
|
line-height: 12px;
|
|
32022
31883
|
}
|
|
32023
31884
|
|
|
31885
|
+
.i1e4sgug {
|
|
31886
|
+
display: inline-block;
|
|
31887
|
+
}
|
|
31888
|
+
|
|
31889
|
+
.s1fc623g {
|
|
31890
|
+
width: 430px !important;
|
|
31891
|
+
}
|
|
31892
|
+
|
|
31893
|
+
.da3mx0o .ant-select-item-group {
|
|
31894
|
+
padding: 8px 16px;
|
|
31895
|
+
line-height: 18px;
|
|
31896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31897
|
+
height: 34px;
|
|
31898
|
+
min-height: 34px;
|
|
31899
|
+
box-sizing: border-box;
|
|
31900
|
+
margin-top: 8px;
|
|
31901
|
+
}
|
|
31902
|
+
|
|
31903
|
+
.onr9gzt {
|
|
31904
|
+
display: flex;
|
|
31905
|
+
flex-direction: column;
|
|
31906
|
+
margin: 1px 8px;
|
|
31907
|
+
padding: 8px;
|
|
31908
|
+
border-radius: 4px;
|
|
31909
|
+
}
|
|
31910
|
+
.onr9gzt .selected-icon {
|
|
31911
|
+
display: none;
|
|
31912
|
+
}
|
|
31913
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
31914
|
+
padding-left: 8px;
|
|
31915
|
+
}
|
|
31916
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
31917
|
+
background-color: white;
|
|
31918
|
+
}
|
|
31919
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31920
|
+
color: #0080ff;
|
|
31921
|
+
}
|
|
31922
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31923
|
+
display: block;
|
|
31924
|
+
}
|
|
31925
|
+
.onr9gzt.ant-select-item-option-active {
|
|
31926
|
+
background: rgba(0, 136, 255, 0.16);
|
|
31927
|
+
}
|
|
31928
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31929
|
+
color: #0080ff;
|
|
31930
|
+
}
|
|
31931
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31932
|
+
background: rgba(0, 136, 255, 0.1);
|
|
31933
|
+
color: #0080ff;
|
|
31934
|
+
}
|
|
31935
|
+
|
|
31936
|
+
.oiy0apc {
|
|
31937
|
+
display: flex;
|
|
31938
|
+
justify-content: space-between;
|
|
31939
|
+
height: 20px;
|
|
31940
|
+
line-height: 20px;
|
|
31941
|
+
}
|
|
31942
|
+
.oiy0apc .timezone-title {
|
|
31943
|
+
color: #2d3a56;
|
|
31944
|
+
overflow: hidden;
|
|
31945
|
+
text-overflow: ellipsis;
|
|
31946
|
+
}
|
|
31947
|
+
|
|
31948
|
+
.of4y382 {
|
|
31949
|
+
display: flex;
|
|
31950
|
+
justify-content: space-between;
|
|
31951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
31952
|
+
height: 18px;
|
|
31953
|
+
line-height: 18px;
|
|
31954
|
+
margin-top: 2px;
|
|
31955
|
+
}
|
|
31956
|
+
|
|
31957
|
+
.t19903l9 {
|
|
31958
|
+
border: none;
|
|
31959
|
+
margin-right: 0;
|
|
31960
|
+
background: rgba(225, 230, 241, 0.6);
|
|
31961
|
+
}
|
|
31962
|
+
|
|
31963
|
+
.ohwbvxu {
|
|
31964
|
+
pointer-events: none;
|
|
31965
|
+
height: 32px;
|
|
31966
|
+
width: 100%;
|
|
31967
|
+
opacity: 0;
|
|
31968
|
+
}
|
|
31969
|
+
|
|
32024
31970
|
.m15dvk92 {
|
|
32025
31971
|
display: flex;
|
|
32026
31972
|
justify-content: space-between;
|
|
@@ -32530,7 +32476,6 @@ input.rrg1fkn.ant-input {
|
|
|
32530
32476
|
position: relative;
|
|
32531
32477
|
top: -50%;
|
|
32532
32478
|
right: -100%;
|
|
32533
|
-
display: inline-block;
|
|
32534
32479
|
}
|
|
32535
32480
|
.hjtnwxg .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(:first-child):not(:last-child) .ant-steps-item-container {
|
|
32536
32481
|
padding: 0 4px 0 12px;
|
|
@@ -32657,6 +32602,10 @@ input.rrg1fkn.ant-input {
|
|
|
32657
32602
|
background: rgba(163, 180, 204, 0.18);
|
|
32658
32603
|
}
|
|
32659
32604
|
|
|
32605
|
+
.c1k4vanq {
|
|
32606
|
+
padding: 0 16px 14px 16px;
|
|
32607
|
+
}
|
|
32608
|
+
|
|
32660
32609
|
.c1udgdh2 {
|
|
32661
32610
|
color: #2d3a56;
|
|
32662
32611
|
padding: 12px 16px 10px 16px;
|
|
@@ -32697,10 +32646,6 @@ input.rrg1fkn.ant-input {
|
|
|
32697
32646
|
margin-right: 2px;
|
|
32698
32647
|
}
|
|
32699
32648
|
|
|
32700
|
-
.c1k4vanq {
|
|
32701
|
-
padding: 0 16px 14px 16px;
|
|
32702
|
-
}
|
|
32703
|
-
|
|
32704
32649
|
.bab9xum {
|
|
32705
32650
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32706
32651
|
}
|
|
@@ -32765,6 +32710,55 @@ input.rrg1fkn.ant-input {
|
|
|
32765
32710
|
min-height: 0px;
|
|
32766
32711
|
}
|
|
32767
32712
|
|
|
32713
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
32714
|
+
display: var(--at4ovwe-0);
|
|
32715
|
+
}
|
|
32716
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
32717
|
+
padding: 5px 12px;
|
|
32718
|
+
display: inline-flex;
|
|
32719
|
+
line-height: 1.5715;
|
|
32720
|
+
height: 100%;
|
|
32721
|
+
width: 100%;
|
|
32722
|
+
}
|
|
32723
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32724
|
+
content: var(--at4ovwe-1);
|
|
32725
|
+
display: var(--at4ovwe-2);
|
|
32726
|
+
flex: none;
|
|
32727
|
+
align-items: center;
|
|
32728
|
+
margin-left: 4px;
|
|
32729
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32730
|
+
}
|
|
32731
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32732
|
+
content: var(--at4ovwe-3);
|
|
32733
|
+
display: var(--at4ovwe-4);
|
|
32734
|
+
flex: none;
|
|
32735
|
+
align-items: center;
|
|
32736
|
+
margin-right: 4px;
|
|
32737
|
+
cursor: auto;
|
|
32738
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32739
|
+
}
|
|
32740
|
+
.ant-input-group.ant-input-group-compact > .at4ovwe {
|
|
32741
|
+
border-radius: 0;
|
|
32742
|
+
}
|
|
32743
|
+
.at4ovwe.ant-input-number {
|
|
32744
|
+
width: 100%;
|
|
32745
|
+
border-radius: 6px;
|
|
32746
|
+
}
|
|
32747
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32748
|
+
border-color: #0096ff;
|
|
32749
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32750
|
+
}
|
|
32751
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32752
|
+
border-color: #e75a3a;
|
|
32753
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32754
|
+
}
|
|
32755
|
+
.at4ovwe .ant-input-number-input {
|
|
32756
|
+
padding: 0;
|
|
32757
|
+
margin: 0;
|
|
32758
|
+
height: auto;
|
|
32759
|
+
font-size: inherit;
|
|
32760
|
+
}
|
|
32761
|
+
|
|
32768
32762
|
.tc40oxa {
|
|
32769
32763
|
margin-bottom: 4px;
|
|
32770
32764
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -32958,50 +32952,9 @@ input.rrg1fkn.ant-input {
|
|
|
32958
32952
|
margin-right: 8px;
|
|
32959
32953
|
}
|
|
32960
32954
|
|
|
32961
|
-
.
|
|
32962
|
-
display: var(--at4ovwe-0);
|
|
32963
|
-
}
|
|
32964
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
32965
|
-
padding: 5px 12px;
|
|
32966
|
-
display: inline-flex;
|
|
32967
|
-
line-height: 1.5715;
|
|
32968
|
-
height: 100%;
|
|
32969
|
-
width: 100%;
|
|
32970
|
-
}
|
|
32971
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
32972
|
-
content: var(--at4ovwe-1);
|
|
32973
|
-
display: var(--at4ovwe-2);
|
|
32974
|
-
flex: none;
|
|
32975
|
-
align-items: center;
|
|
32976
|
-
margin-left: 4px;
|
|
32977
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32978
|
-
}
|
|
32979
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
32980
|
-
content: var(--at4ovwe-3);
|
|
32981
|
-
display: var(--at4ovwe-4);
|
|
32982
|
-
flex: none;
|
|
32983
|
-
align-items: center;
|
|
32955
|
+
.iwsze0q {
|
|
32984
32956
|
margin-right: 4px;
|
|
32985
|
-
|
|
32986
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32987
|
-
}
|
|
32988
|
-
.at4ovwe.ant-input-number {
|
|
32989
|
-
width: 100%;
|
|
32990
|
-
border-radius: 6px;
|
|
32991
|
-
}
|
|
32992
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
32993
|
-
border-color: #0096ff;
|
|
32994
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
32995
|
-
}
|
|
32996
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
32997
|
-
border-color: #e75a3a;
|
|
32998
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
32999
|
-
}
|
|
33000
|
-
.at4ovwe .ant-input-number-input {
|
|
33001
|
-
padding: 0;
|
|
33002
|
-
margin: 0;
|
|
33003
|
-
height: auto;
|
|
33004
|
-
font-size: inherit;
|
|
32957
|
+
height: 16px;
|
|
33005
32958
|
}
|
|
33006
32959
|
|
|
33007
32960
|
.w1xcixj5.outside-tag {
|
|
@@ -33032,11 +32985,6 @@ input.rrg1fkn.ant-input {
|
|
|
33032
32985
|
height: 16px;
|
|
33033
32986
|
}
|
|
33034
32987
|
|
|
33035
|
-
.iwsze0q {
|
|
33036
|
-
margin-right: 4px;
|
|
33037
|
-
height: 16px;
|
|
33038
|
-
}
|
|
33039
|
-
|
|
33040
32988
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
33041
32989
|
display: var(--a6dbbkm-0);
|
|
33042
32990
|
}
|