@cloudtower/eagle 0.26.23 → 0.26.24-dry-1
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/OverflowTooltip/index.d.ts +4 -0
- package/dist/components.css +189 -180
- package/dist/esm/index.js +982 -919
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +8 -0
- package/dist/style.css +820 -811
- package/dist/umd/index.js +982 -919
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -32300,6 +32300,176 @@ input.rrg1fkn.ant-input {
|
|
|
32300
32300
|
background-color: #6b7d99;
|
|
32301
32301
|
}
|
|
32302
32302
|
|
|
32303
|
+
.o8ocss1 {
|
|
32304
|
+
overflow: hidden;
|
|
32305
|
+
text-overflow: ellipsis;
|
|
32306
|
+
}
|
|
32307
|
+
|
|
32308
|
+
.n17syc35 {
|
|
32309
|
+
white-space: nowrap;
|
|
32310
|
+
}
|
|
32311
|
+
|
|
32312
|
+
.m1thnes4 {
|
|
32313
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32314
|
+
text-align: center;
|
|
32315
|
+
display: flex;
|
|
32316
|
+
align-items: center;
|
|
32317
|
+
justify-content: center;
|
|
32318
|
+
flex-direction: column;
|
|
32319
|
+
height: 100%;
|
|
32320
|
+
}
|
|
32321
|
+
.m1thnes4 .link {
|
|
32322
|
+
color: #0080ff;
|
|
32323
|
+
cursor: pointer;
|
|
32324
|
+
}
|
|
32325
|
+
|
|
32326
|
+
.m1bixfdy {
|
|
32327
|
+
width: 100%;
|
|
32328
|
+
height: 100%;
|
|
32329
|
+
display: flex;
|
|
32330
|
+
flex-direction: column;
|
|
32331
|
+
}
|
|
32332
|
+
.m1bixfdy .name-toolbar {
|
|
32333
|
+
width: 100%;
|
|
32334
|
+
display: flex;
|
|
32335
|
+
line-height: 30px;
|
|
32336
|
+
padding: 0 16px;
|
|
32337
|
+
justify-content: space-between;
|
|
32338
|
+
}
|
|
32339
|
+
.m1bixfdy .name-toolbar .metric-extra {
|
|
32340
|
+
display: flex;
|
|
32341
|
+
font-size: 12px;
|
|
32342
|
+
align-items: center;
|
|
32343
|
+
}
|
|
32344
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32345
|
+
color: #a3b4cc;
|
|
32346
|
+
}
|
|
32347
|
+
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32348
|
+
margin-left: 10px;
|
|
32349
|
+
}
|
|
32350
|
+
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32351
|
+
margin-left: 10px;
|
|
32352
|
+
cursor: pointer;
|
|
32353
|
+
}
|
|
32354
|
+
.m1bixfdy .content {
|
|
32355
|
+
flex: 1;
|
|
32356
|
+
width: 100%;
|
|
32357
|
+
display: flex;
|
|
32358
|
+
justify-content: center;
|
|
32359
|
+
align-items: center;
|
|
32360
|
+
}
|
|
32361
|
+
.m1bixfdy .single-content {
|
|
32362
|
+
height: 65px;
|
|
32363
|
+
}
|
|
32364
|
+
|
|
32365
|
+
.lfamfcw {
|
|
32366
|
+
display: flex;
|
|
32367
|
+
align-items: center;
|
|
32368
|
+
white-space: nowrap;
|
|
32369
|
+
overflow: hidden;
|
|
32370
|
+
width: 100%;
|
|
32371
|
+
}
|
|
32372
|
+
.lfamfcw .ant-dropdown-trigger {
|
|
32373
|
+
margin-left: auto;
|
|
32374
|
+
font-size: 12px;
|
|
32375
|
+
}
|
|
32376
|
+
|
|
32377
|
+
.la6u9b4 {
|
|
32378
|
+
display: flex;
|
|
32379
|
+
justify-content: flex-start;
|
|
32380
|
+
align-items: center;
|
|
32381
|
+
font-size: 12px;
|
|
32382
|
+
cursor: pointer;
|
|
32383
|
+
}
|
|
32384
|
+
.la6u9b4:not(:last-child) {
|
|
32385
|
+
margin-right: 20px;
|
|
32386
|
+
}
|
|
32387
|
+
.la6u9b4.deselected {
|
|
32388
|
+
opacity: 0.4;
|
|
32389
|
+
}
|
|
32390
|
+
.la6u9b4.deselected .color-block {
|
|
32391
|
+
background: #b4beca !important;
|
|
32392
|
+
}
|
|
32393
|
+
|
|
32394
|
+
.chhvk8b {
|
|
32395
|
+
display: inline-block;
|
|
32396
|
+
height: 8px;
|
|
32397
|
+
width: 8px;
|
|
32398
|
+
margin-right: 8px;
|
|
32399
|
+
}
|
|
32400
|
+
|
|
32401
|
+
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32402
|
+
display: flex;
|
|
32403
|
+
align-items: center;
|
|
32404
|
+
font-size: 12px;
|
|
32405
|
+
margin: 0;
|
|
32406
|
+
}
|
|
32407
|
+
|
|
32408
|
+
.m16f7gpb {
|
|
32409
|
+
position: relative;
|
|
32410
|
+
}
|
|
32411
|
+
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32412
|
+
bottom: -12px;
|
|
32413
|
+
}
|
|
32414
|
+
.m16f7gpb .metric-toolbar {
|
|
32415
|
+
display: flex;
|
|
32416
|
+
justify-content: space-between;
|
|
32417
|
+
line-height: 30px;
|
|
32418
|
+
margin: 0 16px;
|
|
32419
|
+
}
|
|
32420
|
+
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32421
|
+
display: flex;
|
|
32422
|
+
font-size: 12px;
|
|
32423
|
+
align-items: center;
|
|
32424
|
+
}
|
|
32425
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32426
|
+
color: #a3b4cc;
|
|
32427
|
+
}
|
|
32428
|
+
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32429
|
+
margin-left: 10px;
|
|
32430
|
+
}
|
|
32431
|
+
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32432
|
+
margin-left: 10px;
|
|
32433
|
+
cursor: pointer;
|
|
32434
|
+
}
|
|
32435
|
+
.m16f7gpb .recharts-xAxis {
|
|
32436
|
+
font-size: 12px;
|
|
32437
|
+
}
|
|
32438
|
+
.m16f7gpb .pointer-wrapper {
|
|
32439
|
+
position: absolute;
|
|
32440
|
+
bottom: 10px;
|
|
32441
|
+
padding: 0 8px;
|
|
32442
|
+
border-radius: 4px;
|
|
32443
|
+
font-size: 12px;
|
|
32444
|
+
color: #fff;
|
|
32445
|
+
background: rgba(0, 0, 0, 0.75);
|
|
32446
|
+
transform: translateX(-50%);
|
|
32447
|
+
}
|
|
32448
|
+
|
|
32449
|
+
.t1ipvk51 {
|
|
32450
|
+
min-width: 200px;
|
|
32451
|
+
}
|
|
32452
|
+
|
|
32453
|
+
.t1kgldps {
|
|
32454
|
+
display: flex;
|
|
32455
|
+
align-items: center;
|
|
32456
|
+
justify-content: space-between;
|
|
32457
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
32458
|
+
color: #b4beca;
|
|
32459
|
+
font-size: 12px;
|
|
32460
|
+
padding: 3px 6px;
|
|
32461
|
+
}
|
|
32462
|
+
.t1kgldps:first-child {
|
|
32463
|
+
padding-top: 3px;
|
|
32464
|
+
}
|
|
32465
|
+
.t1kgldps:last-child {
|
|
32466
|
+
padding-bottom: 3px;
|
|
32467
|
+
}
|
|
32468
|
+
.t1kgldps .column-value {
|
|
32469
|
+
color: #fff;
|
|
32470
|
+
margin-left: 8px;
|
|
32471
|
+
}
|
|
32472
|
+
|
|
32303
32473
|
.sq6vos1 {
|
|
32304
32474
|
--item-min-width: 60px;
|
|
32305
32475
|
}
|
|
@@ -32515,165 +32685,8 @@ input.rrg1fkn.ant-input {
|
|
|
32515
32685
|
background: rgba(163, 180, 204, 0.18);
|
|
32516
32686
|
}
|
|
32517
32687
|
|
|
32518
|
-
.
|
|
32519
|
-
|
|
32520
|
-
text-align: center;
|
|
32521
|
-
display: flex;
|
|
32522
|
-
align-items: center;
|
|
32523
|
-
justify-content: center;
|
|
32524
|
-
flex-direction: column;
|
|
32525
|
-
height: 100%;
|
|
32526
|
-
}
|
|
32527
|
-
.m1thnes4 .link {
|
|
32528
|
-
color: #0080ff;
|
|
32529
|
-
cursor: pointer;
|
|
32530
|
-
}
|
|
32531
|
-
|
|
32532
|
-
.m1bixfdy {
|
|
32533
|
-
width: 100%;
|
|
32534
|
-
height: 100%;
|
|
32535
|
-
display: flex;
|
|
32536
|
-
flex-direction: column;
|
|
32537
|
-
}
|
|
32538
|
-
.m1bixfdy .name-toolbar {
|
|
32539
|
-
width: 100%;
|
|
32540
|
-
display: flex;
|
|
32541
|
-
line-height: 30px;
|
|
32542
|
-
padding: 0 16px;
|
|
32543
|
-
justify-content: space-between;
|
|
32544
|
-
}
|
|
32545
|
-
.m1bixfdy .name-toolbar .metric-extra {
|
|
32546
|
-
display: flex;
|
|
32547
|
-
font-size: 12px;
|
|
32548
|
-
align-items: center;
|
|
32549
|
-
}
|
|
32550
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item {
|
|
32551
|
-
color: #a3b4cc;
|
|
32552
|
-
}
|
|
32553
|
-
.m1bixfdy .name-toolbar .metric-extra .info-item + .info-item {
|
|
32554
|
-
margin-left: 10px;
|
|
32555
|
-
}
|
|
32556
|
-
.m1bixfdy .name-toolbar .metric-extra .menu-trigger {
|
|
32557
|
-
margin-left: 10px;
|
|
32558
|
-
cursor: pointer;
|
|
32559
|
-
}
|
|
32560
|
-
.m1bixfdy .content {
|
|
32561
|
-
flex: 1;
|
|
32562
|
-
width: 100%;
|
|
32563
|
-
display: flex;
|
|
32564
|
-
justify-content: center;
|
|
32565
|
-
align-items: center;
|
|
32566
|
-
}
|
|
32567
|
-
.m1bixfdy .single-content {
|
|
32568
|
-
height: 65px;
|
|
32569
|
-
}
|
|
32570
|
-
|
|
32571
|
-
.lfamfcw {
|
|
32572
|
-
display: flex;
|
|
32573
|
-
align-items: center;
|
|
32574
|
-
white-space: nowrap;
|
|
32575
|
-
overflow: hidden;
|
|
32576
|
-
width: 100%;
|
|
32577
|
-
}
|
|
32578
|
-
.lfamfcw .ant-dropdown-trigger {
|
|
32579
|
-
margin-left: auto;
|
|
32580
|
-
font-size: 12px;
|
|
32581
|
-
}
|
|
32582
|
-
|
|
32583
|
-
.la6u9b4 {
|
|
32584
|
-
display: flex;
|
|
32585
|
-
justify-content: flex-start;
|
|
32586
|
-
align-items: center;
|
|
32587
|
-
font-size: 12px;
|
|
32588
|
-
cursor: pointer;
|
|
32589
|
-
}
|
|
32590
|
-
.la6u9b4:not(:last-child) {
|
|
32591
|
-
margin-right: 20px;
|
|
32592
|
-
}
|
|
32593
|
-
.la6u9b4.deselected {
|
|
32594
|
-
opacity: 0.4;
|
|
32595
|
-
}
|
|
32596
|
-
.la6u9b4.deselected .color-block {
|
|
32597
|
-
background: #b4beca !important;
|
|
32598
|
-
}
|
|
32599
|
-
|
|
32600
|
-
.chhvk8b {
|
|
32601
|
-
display: inline-block;
|
|
32602
|
-
height: 8px;
|
|
32603
|
-
width: 8px;
|
|
32604
|
-
margin-right: 8px;
|
|
32605
|
-
}
|
|
32606
|
-
|
|
32607
|
-
.e1sdlxq1 .ant-dropdown-menu-item {
|
|
32608
|
-
display: flex;
|
|
32609
|
-
align-items: center;
|
|
32610
|
-
font-size: 12px;
|
|
32611
|
-
margin: 0;
|
|
32612
|
-
}
|
|
32613
|
-
|
|
32614
|
-
.m16f7gpb {
|
|
32615
|
-
position: relative;
|
|
32616
|
-
}
|
|
32617
|
-
.m16f7gpb.hidden-xaxis .pointer-wrapper {
|
|
32618
|
-
bottom: -12px;
|
|
32619
|
-
}
|
|
32620
|
-
.m16f7gpb .metric-toolbar {
|
|
32621
|
-
display: flex;
|
|
32622
|
-
justify-content: space-between;
|
|
32623
|
-
line-height: 30px;
|
|
32624
|
-
margin: 0 16px;
|
|
32625
|
-
}
|
|
32626
|
-
.m16f7gpb .metric-toolbar .metric-extra {
|
|
32627
|
-
display: flex;
|
|
32628
|
-
font-size: 12px;
|
|
32629
|
-
align-items: center;
|
|
32630
|
-
}
|
|
32631
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item {
|
|
32632
|
-
color: #a3b4cc;
|
|
32633
|
-
}
|
|
32634
|
-
.m16f7gpb .metric-toolbar .metric-extra .info-item + .info-item {
|
|
32635
|
-
margin-left: 10px;
|
|
32636
|
-
}
|
|
32637
|
-
.m16f7gpb .metric-toolbar .metric-extra .menu-trigger {
|
|
32638
|
-
margin-left: 10px;
|
|
32639
|
-
cursor: pointer;
|
|
32640
|
-
}
|
|
32641
|
-
.m16f7gpb .recharts-xAxis {
|
|
32642
|
-
font-size: 12px;
|
|
32643
|
-
}
|
|
32644
|
-
.m16f7gpb .pointer-wrapper {
|
|
32645
|
-
position: absolute;
|
|
32646
|
-
bottom: 10px;
|
|
32647
|
-
padding: 0 8px;
|
|
32648
|
-
border-radius: 4px;
|
|
32649
|
-
font-size: 12px;
|
|
32650
|
-
color: #fff;
|
|
32651
|
-
background: rgba(0, 0, 0, 0.75);
|
|
32652
|
-
transform: translateX(-50%);
|
|
32653
|
-
}
|
|
32654
|
-
|
|
32655
|
-
.t1ipvk51 {
|
|
32656
|
-
min-width: 200px;
|
|
32657
|
-
}
|
|
32658
|
-
|
|
32659
|
-
.t1kgldps {
|
|
32660
|
-
display: flex;
|
|
32661
|
-
align-items: center;
|
|
32662
|
-
justify-content: space-between;
|
|
32663
|
-
background-color: rgba(0, 0, 0, 0.75);
|
|
32664
|
-
color: #b4beca;
|
|
32665
|
-
font-size: 12px;
|
|
32666
|
-
padding: 3px 6px;
|
|
32667
|
-
}
|
|
32668
|
-
.t1kgldps:first-child {
|
|
32669
|
-
padding-top: 3px;
|
|
32670
|
-
}
|
|
32671
|
-
.t1kgldps:last-child {
|
|
32672
|
-
padding-bottom: 3px;
|
|
32673
|
-
}
|
|
32674
|
-
.t1kgldps .column-value {
|
|
32675
|
-
color: #fff;
|
|
32676
|
-
margin-left: 8px;
|
|
32688
|
+
.c1k4vanq {
|
|
32689
|
+
padding: 0 16px 14px 16px;
|
|
32677
32690
|
}
|
|
32678
32691
|
|
|
32679
32692
|
.c1udgdh2 {
|
|
@@ -32716,10 +32729,6 @@ input.rrg1fkn.ant-input {
|
|
|
32716
32729
|
margin-right: 2px;
|
|
32717
32730
|
}
|
|
32718
32731
|
|
|
32719
|
-
.c1k4vanq {
|
|
32720
|
-
padding: 0 16px 14px 16px;
|
|
32721
|
-
}
|
|
32722
|
-
|
|
32723
32732
|
.rrwcpby {
|
|
32724
32733
|
display: flex;
|
|
32725
32734
|
align-items: center;
|
|
@@ -32736,23 +32745,6 @@ input.rrg1fkn.ant-input {
|
|
|
32736
32745
|
margin-right: 6px;
|
|
32737
32746
|
}
|
|
32738
32747
|
|
|
32739
|
-
.bab9xum {
|
|
32740
|
-
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);
|
|
32741
|
-
}
|
|
32742
|
-
|
|
32743
|
-
.cav4gt6 {
|
|
32744
|
-
border-radius: 4px;
|
|
32745
|
-
background-color: white;
|
|
32746
|
-
}
|
|
32747
|
-
.cav4gt6.hoverable {
|
|
32748
|
-
cursor: pointer;
|
|
32749
|
-
}
|
|
32750
|
-
.cav4gt6.hoverable:hover {
|
|
32751
|
-
transition: all 200ms ease;
|
|
32752
|
-
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32753
|
-
transform: translateY(-4px);
|
|
32754
|
-
}
|
|
32755
|
-
|
|
32756
32748
|
.f1p9ti6d {
|
|
32757
32749
|
width: 100%;
|
|
32758
32750
|
margin-bottom: 0 !important;
|
|
@@ -32784,6 +32776,23 @@ input.rrg1fkn.ant-input {
|
|
|
32784
32776
|
min-height: 0px;
|
|
32785
32777
|
}
|
|
32786
32778
|
|
|
32779
|
+
.bab9xum {
|
|
32780
|
+
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);
|
|
32781
|
+
}
|
|
32782
|
+
|
|
32783
|
+
.cav4gt6 {
|
|
32784
|
+
border-radius: 4px;
|
|
32785
|
+
background-color: white;
|
|
32786
|
+
}
|
|
32787
|
+
.cav4gt6.hoverable {
|
|
32788
|
+
cursor: pointer;
|
|
32789
|
+
}
|
|
32790
|
+
.cav4gt6.hoverable:hover {
|
|
32791
|
+
transition: all 200ms ease;
|
|
32792
|
+
box-shadow: 0px 9px 22px rgba(107, 125, 153, 0.23), 0px 1.12694px 2.75474px rgba(107, 125, 153, 0.12);
|
|
32793
|
+
transform: translateY(-4px);
|
|
32794
|
+
}
|
|
32795
|
+
|
|
32787
32796
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
32788
32797
|
display: var(--at4ovwe-0);
|
|
32789
32798
|
}
|