@cloudtower/eagle 0.24.18 → 0.24.19
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 +182 -182
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +177 -177
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1510,50 +1510,6 @@ body {
|
|
|
1510
1510
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1511
1511
|
}
|
|
1512
1512
|
}
|
|
1513
|
-
.bpq0js6 {
|
|
1514
|
-
padding: 4px 11px;
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
.b15sn34c {
|
|
1518
|
-
white-space: nowrap;
|
|
1519
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1520
|
-
}
|
|
1521
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1522
|
-
--color: #0080ff;
|
|
1523
|
-
}
|
|
1524
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1525
|
-
--color: #0080ff;
|
|
1526
|
-
}
|
|
1527
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1528
|
-
margin-left: 1px;
|
|
1529
|
-
}
|
|
1530
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1531
|
-
border-top-right-radius: 0;
|
|
1532
|
-
border-bottom-right-radius: 0;
|
|
1533
|
-
}
|
|
1534
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1535
|
-
border-top-left-radius: 0;
|
|
1536
|
-
border-bottom-left-radius: 0;
|
|
1537
|
-
}
|
|
1538
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1539
|
-
border-radius: unset;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
.fde5mpd {
|
|
1543
|
-
width: 100%;
|
|
1544
|
-
height: 100%;
|
|
1545
|
-
min-height: 124px;
|
|
1546
|
-
display: flex;
|
|
1547
|
-
flex-direction: column;
|
|
1548
|
-
justify-content: center;
|
|
1549
|
-
align-items: center;
|
|
1550
|
-
}
|
|
1551
|
-
.fde5mpd .error-text {
|
|
1552
|
-
color: rgba(10, 37, 85, 0.6);
|
|
1553
|
-
margin-bottom: 16px;
|
|
1554
|
-
font-size: 18px;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
1513
|
.buj61ew.ant-btn {
|
|
1558
1514
|
height: 32px;
|
|
1559
1515
|
border-radius: 6px;
|
|
@@ -1802,6 +1758,68 @@ body {
|
|
|
1802
1758
|
padding: 0;
|
|
1803
1759
|
}
|
|
1804
1760
|
|
|
1761
|
+
.bpq0js6 {
|
|
1762
|
+
padding: 4px 11px;
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
.b15sn34c {
|
|
1766
|
+
white-space: nowrap;
|
|
1767
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1768
|
+
}
|
|
1769
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1770
|
+
--color: #0080ff;
|
|
1771
|
+
}
|
|
1772
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
|
|
1773
|
+
--color: #0080ff;
|
|
1774
|
+
}
|
|
1775
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1776
|
+
margin-left: 1px;
|
|
1777
|
+
}
|
|
1778
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1779
|
+
border-top-right-radius: 0;
|
|
1780
|
+
border-bottom-right-radius: 0;
|
|
1781
|
+
}
|
|
1782
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1783
|
+
border-top-left-radius: 0;
|
|
1784
|
+
border-bottom-left-radius: 0;
|
|
1785
|
+
}
|
|
1786
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1787
|
+
border-radius: unset;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
.fde5mpd {
|
|
1791
|
+
width: 100%;
|
|
1792
|
+
height: 100%;
|
|
1793
|
+
min-height: 124px;
|
|
1794
|
+
display: flex;
|
|
1795
|
+
flex-direction: column;
|
|
1796
|
+
justify-content: center;
|
|
1797
|
+
align-items: center;
|
|
1798
|
+
}
|
|
1799
|
+
.fde5mpd .error-text {
|
|
1800
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1801
|
+
margin-bottom: 16px;
|
|
1802
|
+
font-size: 18px;
|
|
1803
|
+
}
|
|
1804
|
+
|
|
1805
|
+
.i1mrf09m {
|
|
1806
|
+
display: inline-flex;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
}
|
|
1809
|
+
.i1mrf09m .icon-inner {
|
|
1810
|
+
display: inline-flex;
|
|
1811
|
+
align-items: center;
|
|
1812
|
+
justify-content: center;
|
|
1813
|
+
}
|
|
1814
|
+
.i1mrf09m .icon-inner + span,
|
|
1815
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1816
|
+
margin-left: 4px;
|
|
1817
|
+
}
|
|
1818
|
+
.i1mrf09m.is-rotate img,
|
|
1819
|
+
.i1mrf09m.is-rotate svg {
|
|
1820
|
+
animation: rotate 680ms linear infinite;
|
|
1821
|
+
}
|
|
1822
|
+
|
|
1805
1823
|
.iap75of {
|
|
1806
1824
|
height: 18px;
|
|
1807
1825
|
line-height: 18px;
|
|
@@ -1815,6 +1833,72 @@ body {
|
|
|
1815
1833
|
margin-right: 4px;
|
|
1816
1834
|
}
|
|
1817
1835
|
|
|
1836
|
+
.obf05yr {
|
|
1837
|
+
display: inline-block;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.hsms1n6 {
|
|
1841
|
+
visibility: hidden;
|
|
1842
|
+
position: absolute;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
.p12gwtiw {
|
|
1846
|
+
display: flex;
|
|
1847
|
+
justify-content: space-between;
|
|
1848
|
+
align-items: center;
|
|
1849
|
+
padding: 10px 0;
|
|
1850
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1851
|
+
font-size: 12px;
|
|
1852
|
+
line-height: 24px;
|
|
1853
|
+
}
|
|
1854
|
+
.p12gwtiw .pagination-left {
|
|
1855
|
+
padding: 2px 8px;
|
|
1856
|
+
}
|
|
1857
|
+
.p12gwtiw .dropdown-trigger {
|
|
1858
|
+
display: flex;
|
|
1859
|
+
align-items: center;
|
|
1860
|
+
border-radius: 6px;
|
|
1861
|
+
cursor: pointer;
|
|
1862
|
+
transition: all 0.3s ease;
|
|
1863
|
+
}
|
|
1864
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1865
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1866
|
+
color: #0080ff;
|
|
1867
|
+
}
|
|
1868
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1869
|
+
margin-left: 4px;
|
|
1870
|
+
}
|
|
1871
|
+
.p12gwtiw .pagination-right {
|
|
1872
|
+
display: flex;
|
|
1873
|
+
align-items: center;
|
|
1874
|
+
color: #0080ff;
|
|
1875
|
+
font-weight: bold;
|
|
1876
|
+
}
|
|
1877
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1878
|
+
margin-left: 4px;
|
|
1879
|
+
}
|
|
1880
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1881
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1882
|
+
padding: 0 8px;
|
|
1883
|
+
}
|
|
1884
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1885
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1886
|
+
color: #0080ff;
|
|
1887
|
+
}
|
|
1888
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1889
|
+
transform: rotate(180deg);
|
|
1890
|
+
}
|
|
1891
|
+
|
|
1892
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1893
|
+
max-height: calc(100vh - 128px);
|
|
1894
|
+
overflow-y: auto;
|
|
1895
|
+
}
|
|
1896
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1897
|
+
padding: 4px 20px;
|
|
1898
|
+
font-size: 12px;
|
|
1899
|
+
line-height: 18px;
|
|
1900
|
+
}
|
|
1901
|
+
|
|
1818
1902
|
.cz04yix {
|
|
1819
1903
|
display: flex;
|
|
1820
1904
|
flex-direction: column;
|
|
@@ -2480,127 +2564,6 @@ input.rrg1fkn.ant-input {
|
|
|
2480
2564
|
border-bottom-left-radius: 0;
|
|
2481
2565
|
}
|
|
2482
2566
|
|
|
2483
|
-
.s34f1qb.ant-switch {
|
|
2484
|
-
min-width: 40px;
|
|
2485
|
-
height: 24px;
|
|
2486
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2487
|
-
overflow: hidden;
|
|
2488
|
-
}
|
|
2489
|
-
.s34f1qb.ant-switch:focus {
|
|
2490
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2491
|
-
}
|
|
2492
|
-
.s34f1qb.ant-switch-small {
|
|
2493
|
-
min-width: 26px;
|
|
2494
|
-
height: 16px;
|
|
2495
|
-
}
|
|
2496
|
-
.s34f1qb.ant-switch-large {
|
|
2497
|
-
min-width: 52px;
|
|
2498
|
-
height: 32px;
|
|
2499
|
-
}
|
|
2500
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2501
|
-
height: 20px;
|
|
2502
|
-
width: 20px;
|
|
2503
|
-
}
|
|
2504
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2505
|
-
border-radius: 10px;
|
|
2506
|
-
transition-delay: 120ms;
|
|
2507
|
-
}
|
|
2508
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2509
|
-
height: 14px;
|
|
2510
|
-
width: 14px;
|
|
2511
|
-
top: 1px;
|
|
2512
|
-
left: 1px;
|
|
2513
|
-
}
|
|
2514
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2515
|
-
height: 28px;
|
|
2516
|
-
width: 28px;
|
|
2517
|
-
}
|
|
2518
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2519
|
-
border-radius: 14px;
|
|
2520
|
-
}
|
|
2521
|
-
.s34f1qb.ant-switch-checked {
|
|
2522
|
-
background-color: #00ba5d;
|
|
2523
|
-
}
|
|
2524
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2525
|
-
left: calc(100% - 20px - 2px);
|
|
2526
|
-
}
|
|
2527
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2528
|
-
left: calc(100% - 14px - 1px);
|
|
2529
|
-
}
|
|
2530
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2531
|
-
left: calc(100% - 28px - 2px);
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
.c1to9vb9 {
|
|
2535
|
-
margin-left: 5px;
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
.obf05yr {
|
|
2539
|
-
display: inline-block;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.hsms1n6 {
|
|
2543
|
-
visibility: hidden;
|
|
2544
|
-
position: absolute;
|
|
2545
|
-
}
|
|
2546
|
-
|
|
2547
|
-
.p12gwtiw {
|
|
2548
|
-
display: flex;
|
|
2549
|
-
justify-content: space-between;
|
|
2550
|
-
align-items: center;
|
|
2551
|
-
padding: 10px 0;
|
|
2552
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2553
|
-
font-size: 12px;
|
|
2554
|
-
line-height: 24px;
|
|
2555
|
-
}
|
|
2556
|
-
.p12gwtiw .pagination-left {
|
|
2557
|
-
padding: 2px 8px;
|
|
2558
|
-
}
|
|
2559
|
-
.p12gwtiw .dropdown-trigger {
|
|
2560
|
-
display: flex;
|
|
2561
|
-
align-items: center;
|
|
2562
|
-
border-radius: 6px;
|
|
2563
|
-
cursor: pointer;
|
|
2564
|
-
transition: all 0.3s ease;
|
|
2565
|
-
}
|
|
2566
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2567
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2568
|
-
color: #0080ff;
|
|
2569
|
-
}
|
|
2570
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2571
|
-
margin-left: 4px;
|
|
2572
|
-
}
|
|
2573
|
-
.p12gwtiw .pagination-right {
|
|
2574
|
-
display: flex;
|
|
2575
|
-
align-items: center;
|
|
2576
|
-
color: #0080ff;
|
|
2577
|
-
font-weight: bold;
|
|
2578
|
-
}
|
|
2579
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2580
|
-
margin-left: 4px;
|
|
2581
|
-
}
|
|
2582
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2583
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2584
|
-
padding: 0 8px;
|
|
2585
|
-
}
|
|
2586
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2587
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2588
|
-
color: #0080ff;
|
|
2589
|
-
}
|
|
2590
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2591
|
-
transform: rotate(180deg);
|
|
2592
|
-
}
|
|
2593
|
-
|
|
2594
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2595
|
-
max-height: calc(100vh - 128px);
|
|
2596
|
-
overflow-y: auto;
|
|
2597
|
-
}
|
|
2598
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2599
|
-
padding: 4px 20px;
|
|
2600
|
-
font-size: 12px;
|
|
2601
|
-
line-height: 18px;
|
|
2602
|
-
}
|
|
2603
|
-
|
|
2604
2567
|
.rxbeqvl.ant-radio-wrapper {
|
|
2605
2568
|
display: inline-flex;
|
|
2606
2569
|
align-items: baseline;
|
|
@@ -2826,22 +2789,59 @@ input.rrg1fkn.ant-input {
|
|
|
2826
2789
|
padding: 0;
|
|
2827
2790
|
}
|
|
2828
2791
|
|
|
2829
|
-
.
|
|
2830
|
-
|
|
2831
|
-
|
|
2792
|
+
.s34f1qb.ant-switch {
|
|
2793
|
+
min-width: 40px;
|
|
2794
|
+
height: 24px;
|
|
2795
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2796
|
+
overflow: hidden;
|
|
2832
2797
|
}
|
|
2833
|
-
.
|
|
2834
|
-
|
|
2835
|
-
align-items: center;
|
|
2836
|
-
justify-content: center;
|
|
2798
|
+
.s34f1qb.ant-switch:focus {
|
|
2799
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2837
2800
|
}
|
|
2838
|
-
.
|
|
2839
|
-
|
|
2840
|
-
|
|
2801
|
+
.s34f1qb.ant-switch-small {
|
|
2802
|
+
min-width: 26px;
|
|
2803
|
+
height: 16px;
|
|
2841
2804
|
}
|
|
2842
|
-
.
|
|
2843
|
-
|
|
2844
|
-
|
|
2805
|
+
.s34f1qb.ant-switch-large {
|
|
2806
|
+
min-width: 52px;
|
|
2807
|
+
height: 32px;
|
|
2808
|
+
}
|
|
2809
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2810
|
+
height: 20px;
|
|
2811
|
+
width: 20px;
|
|
2812
|
+
}
|
|
2813
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2814
|
+
border-radius: 10px;
|
|
2815
|
+
transition-delay: 120ms;
|
|
2816
|
+
}
|
|
2817
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2818
|
+
height: 14px;
|
|
2819
|
+
width: 14px;
|
|
2820
|
+
top: 1px;
|
|
2821
|
+
left: 1px;
|
|
2822
|
+
}
|
|
2823
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2824
|
+
height: 28px;
|
|
2825
|
+
width: 28px;
|
|
2826
|
+
}
|
|
2827
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2828
|
+
border-radius: 14px;
|
|
2829
|
+
}
|
|
2830
|
+
.s34f1qb.ant-switch-checked {
|
|
2831
|
+
background-color: #00ba5d;
|
|
2832
|
+
}
|
|
2833
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2834
|
+
left: calc(100% - 20px - 2px);
|
|
2835
|
+
}
|
|
2836
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2837
|
+
left: calc(100% - 14px - 1px);
|
|
2838
|
+
}
|
|
2839
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2840
|
+
left: calc(100% - 28px - 2px);
|
|
2841
|
+
}
|
|
2842
|
+
|
|
2843
|
+
.c1to9vb9 {
|
|
2844
|
+
margin-left: 5px;
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
2847
|
.t1upn1sz {
|
|
@@ -3207,6 +3207,10 @@ input.rrg1fkn.ant-input {
|
|
|
3207
3207
|
background: #fff;
|
|
3208
3208
|
}
|
|
3209
3209
|
|
|
3210
|
+
.i1e4sgug {
|
|
3211
|
+
display: inline-block;
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3210
3214
|
.s1fc623g {
|
|
3211
3215
|
width: 430px !important;
|
|
3212
3216
|
}
|
|
@@ -3288,10 +3292,6 @@ input.rrg1fkn.ant-input {
|
|
|
3288
3292
|
opacity: 0;
|
|
3289
3293
|
}
|
|
3290
3294
|
|
|
3291
|
-
.i1e4sgug {
|
|
3292
|
-
display: inline-block;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
3295
|
.d6j0lbj {
|
|
3296
3296
|
font-family: Inter;
|
|
3297
3297
|
font-style: normal;
|