@cloudtower/eagle 0.25.3 → 0.25.5
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/Form/index.d.ts +3 -0
- package/dist/components/FormItem/index.d.ts +4 -0
- package/dist/components.css +247 -251
- package/dist/esm/index.js +1 -6
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +0 -2
- package/dist/style.css +369 -373
- package/dist/umd/index.js +1 -6
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1531,6 +1531,50 @@ body {
|
|
|
1531
1531
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1532
1532
|
}
|
|
1533
1533
|
}
|
|
1534
|
+
.bpq0js6 {
|
|
1535
|
+
padding: 4px 11px;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.b15sn34c {
|
|
1539
|
+
white-space: nowrap;
|
|
1540
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1541
|
+
}
|
|
1542
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1543
|
+
--color: #0080ff;
|
|
1544
|
+
}
|
|
1545
|
+
.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] {
|
|
1546
|
+
--color: #0080ff;
|
|
1547
|
+
}
|
|
1548
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1549
|
+
margin-left: 1px;
|
|
1550
|
+
}
|
|
1551
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1552
|
+
border-top-right-radius: 0;
|
|
1553
|
+
border-bottom-right-radius: 0;
|
|
1554
|
+
}
|
|
1555
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1556
|
+
border-top-left-radius: 0;
|
|
1557
|
+
border-bottom-left-radius: 0;
|
|
1558
|
+
}
|
|
1559
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1560
|
+
border-radius: unset;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.fde5mpd {
|
|
1564
|
+
width: 100%;
|
|
1565
|
+
height: 100%;
|
|
1566
|
+
min-height: 124px;
|
|
1567
|
+
display: flex;
|
|
1568
|
+
flex-direction: column;
|
|
1569
|
+
justify-content: center;
|
|
1570
|
+
align-items: center;
|
|
1571
|
+
}
|
|
1572
|
+
.fde5mpd .error-text {
|
|
1573
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1574
|
+
margin-bottom: 16px;
|
|
1575
|
+
font-size: 18px;
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1534
1578
|
.buj61ew.ant-btn {
|
|
1535
1579
|
height: 32px;
|
|
1536
1580
|
border-radius: 6px;
|
|
@@ -1779,66 +1823,70 @@ body {
|
|
|
1779
1823
|
padding: 0;
|
|
1780
1824
|
}
|
|
1781
1825
|
|
|
1782
|
-
.
|
|
1783
|
-
|
|
1826
|
+
.obf05yr {
|
|
1827
|
+
display: inline-block;
|
|
1784
1828
|
}
|
|
1785
1829
|
|
|
1786
|
-
.
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
}
|
|
1790
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1791
|
-
--color: #0080ff;
|
|
1830
|
+
.hsms1n6 {
|
|
1831
|
+
visibility: hidden;
|
|
1832
|
+
position: absolute;
|
|
1792
1833
|
}
|
|
1793
|
-
|
|
1794
|
-
|
|
1834
|
+
|
|
1835
|
+
.p12gwtiw {
|
|
1836
|
+
display: flex;
|
|
1837
|
+
justify-content: space-between;
|
|
1838
|
+
align-items: center;
|
|
1839
|
+
padding: 10px 0;
|
|
1840
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1841
|
+
font-size: 12px;
|
|
1842
|
+
line-height: 24px;
|
|
1795
1843
|
}
|
|
1796
|
-
.
|
|
1797
|
-
|
|
1844
|
+
.p12gwtiw .pagination-left {
|
|
1845
|
+
padding: 2px 8px;
|
|
1798
1846
|
}
|
|
1799
|
-
.
|
|
1800
|
-
|
|
1801
|
-
|
|
1847
|
+
.p12gwtiw .dropdown-trigger {
|
|
1848
|
+
display: flex;
|
|
1849
|
+
align-items: center;
|
|
1850
|
+
border-radius: 6px;
|
|
1851
|
+
cursor: pointer;
|
|
1852
|
+
transition: all 0.3s ease;
|
|
1802
1853
|
}
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1805
|
-
|
|
1854
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1855
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1856
|
+
color: #0080ff;
|
|
1806
1857
|
}
|
|
1807
|
-
.
|
|
1808
|
-
|
|
1858
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1859
|
+
margin-left: 4px;
|
|
1809
1860
|
}
|
|
1810
|
-
|
|
1811
|
-
.fde5mpd {
|
|
1812
|
-
width: 100%;
|
|
1813
|
-
height: 100%;
|
|
1814
|
-
min-height: 124px;
|
|
1861
|
+
.p12gwtiw .pagination-right {
|
|
1815
1862
|
display: flex;
|
|
1816
|
-
flex-direction: column;
|
|
1817
|
-
justify-content: center;
|
|
1818
1863
|
align-items: center;
|
|
1864
|
+
color: #0080ff;
|
|
1865
|
+
font-weight: bold;
|
|
1819
1866
|
}
|
|
1820
|
-
.
|
|
1821
|
-
|
|
1822
|
-
margin-bottom: 16px;
|
|
1823
|
-
font-size: 18px;
|
|
1867
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1868
|
+
margin-left: 4px;
|
|
1824
1869
|
}
|
|
1825
|
-
|
|
1826
|
-
.
|
|
1827
|
-
|
|
1828
|
-
align-items: center;
|
|
1870
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1871
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1872
|
+
padding: 0 8px;
|
|
1829
1873
|
}
|
|
1830
|
-
.
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
justify-content: center;
|
|
1874
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1875
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1876
|
+
color: #0080ff;
|
|
1834
1877
|
}
|
|
1835
|
-
.
|
|
1836
|
-
|
|
1837
|
-
margin-left: 4px;
|
|
1878
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1879
|
+
transform: rotate(180deg);
|
|
1838
1880
|
}
|
|
1839
|
-
|
|
1840
|
-
.
|
|
1841
|
-
|
|
1881
|
+
|
|
1882
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1883
|
+
max-height: calc(100vh - 128px);
|
|
1884
|
+
overflow-y: auto;
|
|
1885
|
+
}
|
|
1886
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1887
|
+
padding: 4px 20px;
|
|
1888
|
+
font-size: 12px;
|
|
1889
|
+
line-height: 18px;
|
|
1842
1890
|
}
|
|
1843
1891
|
|
|
1844
1892
|
.cz04yix {
|
|
@@ -2506,166 +2554,6 @@ input.rrg1fkn.ant-input {
|
|
|
2506
2554
|
border-bottom-left-radius: 0;
|
|
2507
2555
|
}
|
|
2508
2556
|
|
|
2509
|
-
.s34f1qb.ant-switch {
|
|
2510
|
-
min-width: 40px;
|
|
2511
|
-
height: 24px;
|
|
2512
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2513
|
-
overflow: hidden;
|
|
2514
|
-
}
|
|
2515
|
-
.s34f1qb.ant-switch:focus {
|
|
2516
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2517
|
-
}
|
|
2518
|
-
.s34f1qb.ant-switch-small {
|
|
2519
|
-
min-width: 26px;
|
|
2520
|
-
height: 16px;
|
|
2521
|
-
}
|
|
2522
|
-
.s34f1qb.ant-switch-large {
|
|
2523
|
-
min-width: 52px;
|
|
2524
|
-
height: 32px;
|
|
2525
|
-
}
|
|
2526
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2527
|
-
height: 20px;
|
|
2528
|
-
width: 20px;
|
|
2529
|
-
}
|
|
2530
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2531
|
-
border-radius: 10px;
|
|
2532
|
-
transition-delay: 120ms;
|
|
2533
|
-
}
|
|
2534
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2535
|
-
height: 14px;
|
|
2536
|
-
width: 14px;
|
|
2537
|
-
top: 1px;
|
|
2538
|
-
left: 1px;
|
|
2539
|
-
}
|
|
2540
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2541
|
-
height: 28px;
|
|
2542
|
-
width: 28px;
|
|
2543
|
-
}
|
|
2544
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2545
|
-
border-radius: 14px;
|
|
2546
|
-
}
|
|
2547
|
-
.s34f1qb.ant-switch-checked {
|
|
2548
|
-
background-color: #00ba5d;
|
|
2549
|
-
}
|
|
2550
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2551
|
-
left: calc(100% - 20px - 2px);
|
|
2552
|
-
}
|
|
2553
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2554
|
-
left: calc(100% - 14px - 1px);
|
|
2555
|
-
}
|
|
2556
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2557
|
-
left: calc(100% - 28px - 2px);
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
.c1to9vb9 {
|
|
2561
|
-
margin-left: 5px;
|
|
2562
|
-
}
|
|
2563
|
-
|
|
2564
|
-
.iap75of {
|
|
2565
|
-
height: 18px;
|
|
2566
|
-
line-height: 18px;
|
|
2567
|
-
padding: 0 4px;
|
|
2568
|
-
border-radius: 4px;
|
|
2569
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2570
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2571
|
-
display: flex;
|
|
2572
|
-
align-items: center;
|
|
2573
|
-
white-space: nowrap;
|
|
2574
|
-
margin-right: 4px;
|
|
2575
|
-
}
|
|
2576
|
-
|
|
2577
|
-
.obf05yr {
|
|
2578
|
-
display: inline-block;
|
|
2579
|
-
}
|
|
2580
|
-
|
|
2581
|
-
.hsms1n6 {
|
|
2582
|
-
visibility: hidden;
|
|
2583
|
-
position: absolute;
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2587
|
-
flex-direction: row;
|
|
2588
|
-
justify-content: stretch;
|
|
2589
|
-
}
|
|
2590
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2591
|
-
padding: 0;
|
|
2592
|
-
margin-right: 4px;
|
|
2593
|
-
flex: 1;
|
|
2594
|
-
overflow: visible;
|
|
2595
|
-
}
|
|
2596
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2597
|
-
display: none;
|
|
2598
|
-
}
|
|
2599
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2600
|
-
width: 100%;
|
|
2601
|
-
min-height: unset;
|
|
2602
|
-
}
|
|
2603
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2604
|
-
height: 26px;
|
|
2605
|
-
line-height: 26px;
|
|
2606
|
-
width: 100%;
|
|
2607
|
-
text-align: center;
|
|
2608
|
-
padding: 0;
|
|
2609
|
-
font-size: 12px;
|
|
2610
|
-
font-weight: normal;
|
|
2611
|
-
}
|
|
2612
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2613
|
-
margin-right: 10px;
|
|
2614
|
-
}
|
|
2615
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2616
|
-
display: none;
|
|
2617
|
-
}
|
|
2618
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2619
|
-
border-radius: 4px 0 0 4px;
|
|
2620
|
-
}
|
|
2621
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2622
|
-
margin-right: 0;
|
|
2623
|
-
}
|
|
2624
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2625
|
-
border-radius: 0 4px 4px 0;
|
|
2626
|
-
}
|
|
2627
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2628
|
-
content: "";
|
|
2629
|
-
width: 0;
|
|
2630
|
-
height: 0;
|
|
2631
|
-
border: 13px solid transparent;
|
|
2632
|
-
position: absolute;
|
|
2633
|
-
top: 0;
|
|
2634
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2635
|
-
right: -21px;
|
|
2636
|
-
z-index: 2;
|
|
2637
|
-
}
|
|
2638
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2639
|
-
content: "";
|
|
2640
|
-
width: 0;
|
|
2641
|
-
height: 0;
|
|
2642
|
-
border: 13px solid transparent;
|
|
2643
|
-
position: absolute;
|
|
2644
|
-
top: 0;
|
|
2645
|
-
border-left: 8px solid #fff;
|
|
2646
|
-
left: 0;
|
|
2647
|
-
}
|
|
2648
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2649
|
-
background-color: rgba(0, 136, 255, 0.1);
|
|
2650
|
-
}
|
|
2651
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2652
|
-
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2653
|
-
}
|
|
2654
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2655
|
-
color: #005ed1;
|
|
2656
|
-
}
|
|
2657
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2658
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2659
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2660
|
-
}
|
|
2661
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2662
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2663
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2664
|
-
}
|
|
2665
|
-
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2666
|
-
padding: 0;
|
|
2667
|
-
}
|
|
2668
|
-
|
|
2669
2557
|
.rxbeqvl.ant-radio-wrapper {
|
|
2670
2558
|
display: inline-flex;
|
|
2671
2559
|
align-items: baseline;
|
|
@@ -2808,61 +2696,173 @@ input.rrg1fkn.ant-input {
|
|
|
2808
2696
|
width: 36px;
|
|
2809
2697
|
}
|
|
2810
2698
|
|
|
2811
|
-
.
|
|
2812
|
-
display: flex;
|
|
2813
|
-
justify-content: space-between;
|
|
2699
|
+
.i1mrf09m {
|
|
2700
|
+
display: inline-flex;
|
|
2814
2701
|
align-items: center;
|
|
2815
|
-
padding: 10px 0;
|
|
2816
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2817
|
-
font-size: 12px;
|
|
2818
|
-
line-height: 24px;
|
|
2819
|
-
}
|
|
2820
|
-
.p12gwtiw .pagination-left {
|
|
2821
|
-
padding: 2px 8px;
|
|
2822
2702
|
}
|
|
2823
|
-
.
|
|
2824
|
-
display: flex;
|
|
2703
|
+
.i1mrf09m .icon-inner {
|
|
2704
|
+
display: inline-flex;
|
|
2825
2705
|
align-items: center;
|
|
2826
|
-
|
|
2827
|
-
cursor: pointer;
|
|
2828
|
-
transition: all 0.3s ease;
|
|
2829
|
-
}
|
|
2830
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2831
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2832
|
-
color: #0080ff;
|
|
2706
|
+
justify-content: center;
|
|
2833
2707
|
}
|
|
2834
|
-
.
|
|
2708
|
+
.i1mrf09m .icon-inner + span,
|
|
2709
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
2835
2710
|
margin-left: 4px;
|
|
2836
2711
|
}
|
|
2837
|
-
.
|
|
2712
|
+
.i1mrf09m.is-rotate img,
|
|
2713
|
+
.i1mrf09m.is-rotate svg {
|
|
2714
|
+
animation: rotate 680ms linear infinite;
|
|
2715
|
+
}
|
|
2716
|
+
|
|
2717
|
+
.iap75of {
|
|
2718
|
+
height: 18px;
|
|
2719
|
+
line-height: 18px;
|
|
2720
|
+
padding: 0 4px;
|
|
2721
|
+
border-radius: 4px;
|
|
2722
|
+
background: rgba(235, 239, 245, 0.6);
|
|
2723
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2838
2724
|
display: flex;
|
|
2839
2725
|
align-items: center;
|
|
2840
|
-
|
|
2841
|
-
|
|
2726
|
+
white-space: nowrap;
|
|
2727
|
+
margin-right: 4px;
|
|
2842
2728
|
}
|
|
2843
|
-
|
|
2844
|
-
|
|
2729
|
+
|
|
2730
|
+
.s34f1qb.ant-switch {
|
|
2731
|
+
min-width: 40px;
|
|
2732
|
+
height: 24px;
|
|
2733
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2734
|
+
overflow: hidden;
|
|
2845
2735
|
}
|
|
2846
|
-
.
|
|
2847
|
-
|
|
2848
|
-
padding: 0 8px;
|
|
2736
|
+
.s34f1qb.ant-switch:focus {
|
|
2737
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2849
2738
|
}
|
|
2850
|
-
.
|
|
2851
|
-
|
|
2852
|
-
|
|
2739
|
+
.s34f1qb.ant-switch-small {
|
|
2740
|
+
min-width: 26px;
|
|
2741
|
+
height: 16px;
|
|
2853
2742
|
}
|
|
2854
|
-
.
|
|
2855
|
-
|
|
2743
|
+
.s34f1qb.ant-switch-large {
|
|
2744
|
+
min-width: 52px;
|
|
2745
|
+
height: 32px;
|
|
2746
|
+
}
|
|
2747
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2748
|
+
height: 20px;
|
|
2749
|
+
width: 20px;
|
|
2750
|
+
}
|
|
2751
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2752
|
+
border-radius: 10px;
|
|
2753
|
+
transition-delay: 120ms;
|
|
2754
|
+
}
|
|
2755
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2756
|
+
height: 14px;
|
|
2757
|
+
width: 14px;
|
|
2758
|
+
top: 1px;
|
|
2759
|
+
left: 1px;
|
|
2760
|
+
}
|
|
2761
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2762
|
+
height: 28px;
|
|
2763
|
+
width: 28px;
|
|
2764
|
+
}
|
|
2765
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2766
|
+
border-radius: 14px;
|
|
2767
|
+
}
|
|
2768
|
+
.s34f1qb.ant-switch-checked {
|
|
2769
|
+
background-color: #00ba5d;
|
|
2770
|
+
}
|
|
2771
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2772
|
+
left: calc(100% - 20px - 2px);
|
|
2773
|
+
}
|
|
2774
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2775
|
+
left: calc(100% - 14px - 1px);
|
|
2776
|
+
}
|
|
2777
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2778
|
+
left: calc(100% - 28px - 2px);
|
|
2856
2779
|
}
|
|
2857
2780
|
|
|
2858
|
-
.
|
|
2859
|
-
|
|
2860
|
-
overflow-y: auto;
|
|
2781
|
+
.c1to9vb9 {
|
|
2782
|
+
margin-left: 5px;
|
|
2861
2783
|
}
|
|
2862
|
-
|
|
2863
|
-
|
|
2784
|
+
|
|
2785
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2786
|
+
flex-direction: row;
|
|
2787
|
+
justify-content: stretch;
|
|
2788
|
+
}
|
|
2789
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
2790
|
+
padding: 0;
|
|
2791
|
+
margin-right: 4px;
|
|
2792
|
+
flex: 1;
|
|
2793
|
+
overflow: visible;
|
|
2794
|
+
}
|
|
2795
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2796
|
+
display: none;
|
|
2797
|
+
}
|
|
2798
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2799
|
+
width: 100%;
|
|
2800
|
+
min-height: unset;
|
|
2801
|
+
}
|
|
2802
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2803
|
+
height: 26px;
|
|
2804
|
+
line-height: 26px;
|
|
2805
|
+
width: 100%;
|
|
2806
|
+
text-align: center;
|
|
2807
|
+
padding: 0;
|
|
2864
2808
|
font-size: 12px;
|
|
2865
|
-
|
|
2809
|
+
font-weight: normal;
|
|
2810
|
+
}
|
|
2811
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2812
|
+
margin-right: 10px;
|
|
2813
|
+
}
|
|
2814
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2815
|
+
display: none;
|
|
2816
|
+
}
|
|
2817
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
2818
|
+
border-radius: 4px 0 0 4px;
|
|
2819
|
+
}
|
|
2820
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
2821
|
+
margin-right: 0;
|
|
2822
|
+
}
|
|
2823
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
2824
|
+
border-radius: 0 4px 4px 0;
|
|
2825
|
+
}
|
|
2826
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child)::after {
|
|
2827
|
+
content: "";
|
|
2828
|
+
width: 0;
|
|
2829
|
+
height: 0;
|
|
2830
|
+
border: 13px solid transparent;
|
|
2831
|
+
position: absolute;
|
|
2832
|
+
top: 0;
|
|
2833
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2834
|
+
right: -21px;
|
|
2835
|
+
z-index: 2;
|
|
2836
|
+
}
|
|
2837
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:not(.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child)::before {
|
|
2838
|
+
content: "";
|
|
2839
|
+
width: 0;
|
|
2840
|
+
height: 0;
|
|
2841
|
+
border: 13px solid transparent;
|
|
2842
|
+
position: absolute;
|
|
2843
|
+
top: 0;
|
|
2844
|
+
border-left: 8px solid #fff;
|
|
2845
|
+
left: 0;
|
|
2846
|
+
}
|
|
2847
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
2848
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
2849
|
+
}
|
|
2850
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
2851
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
2852
|
+
}
|
|
2853
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
2854
|
+
color: #005ed1;
|
|
2855
|
+
}
|
|
2856
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
2857
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
2858
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
2859
|
+
}
|
|
2860
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
2861
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
2862
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2863
|
+
}
|
|
2864
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
2865
|
+
padding: 0;
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
2868
|
.t1upn1sz {
|
|
@@ -3241,6 +3241,9 @@ input.rrg1fkn.ant-input {
|
|
|
3241
3241
|
box-sizing: border-box;
|
|
3242
3242
|
margin-top: 8px;
|
|
3243
3243
|
}
|
|
3244
|
+
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3245
|
+
top: -20px !important;
|
|
3246
|
+
}
|
|
3244
3247
|
|
|
3245
3248
|
.onr9gzt {
|
|
3246
3249
|
display: flex;
|
|
@@ -3302,13 +3305,6 @@ input.rrg1fkn.ant-input {
|
|
|
3302
3305
|
background: rgba(225, 230, 241, 0.6);
|
|
3303
3306
|
}
|
|
3304
3307
|
|
|
3305
|
-
.ohwbvxu {
|
|
3306
|
-
pointer-events: none;
|
|
3307
|
-
height: 32px;
|
|
3308
|
-
width: 100%;
|
|
3309
|
-
opacity: 0;
|
|
3310
|
-
}
|
|
3311
|
-
|
|
3312
3308
|
.i1e4sgug {
|
|
3313
3309
|
display: inline-block;
|
|
3314
3310
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -4454,7 +4454,6 @@ const OptionWrapperStyle = cx("onr9gzt", Typo.Label.l3_regular);
|
|
|
4454
4454
|
const OptionFirstLineStyle = cx("oiy0apc", Typo.Label.l3_regular);
|
|
4455
4455
|
const OptionSecondLineStyle = cx("of4y382", Typo.Label.l4_regular);
|
|
4456
4456
|
const TagStyle = "t19903l9";
|
|
4457
|
-
const OptionPlaceholder = "ohwbvxu";
|
|
4458
4457
|
const BrowserTimeValue = "browser_time_zone";
|
|
4459
4458
|
const browserTzName = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
4460
4459
|
const browserTz = allTimeZones.find(tz => tz.value === browserTzName) || allTimeZones[0];
|
|
@@ -4537,10 +4536,7 @@ const TimeZoneSelect = props => {
|
|
|
4537
4536
|
offset: 0,
|
|
4538
4537
|
abbr: "GMT"
|
|
4539
4538
|
}
|
|
4540
|
-
})), timeZoneOptionGroups
|
|
4541
|
-
value: "__placeholder__",
|
|
4542
|
-
className: OptionPlaceholder
|
|
4543
|
-
}, "__invisible__"));
|
|
4539
|
+
})), timeZoneOptionGroups);
|
|
4544
4540
|
};
|
|
4545
4541
|
function getUTCOffsetText(offset) {
|
|
4546
4542
|
if (offset === 0) {
|
|
@@ -4629,7 +4625,6 @@ function getAntdKit() {
|
|
|
4629
4625
|
buttonGroup: ButtonGroup,
|
|
4630
4626
|
steps: Steps,
|
|
4631
4627
|
form: Form,
|
|
4632
|
-
formItem: Form.Item,
|
|
4633
4628
|
simplePagination: SimplePagination,
|
|
4634
4629
|
space: Space,
|
|
4635
4630
|
timeZoneSelect: TimeZoneSelect,
|