@cloudtower/eagle 0.25.15 → 0.25.16
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/Modal/ImmersiveModal.d.ts +2 -3
- package/dist/components.css +391 -391
- package/dist/esm/index.js +435 -432
- package/dist/esm/stats1.html +1 -1
- package/dist/spec/base.d.ts +2 -0
- package/dist/store/modal.d.ts +2 -0
- package/dist/style.css +130 -130
- package/dist/umd/index.js +436 -433
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1826,6 +1826,173 @@ html body {
|
|
|
1826
1826
|
padding: 0;
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
|
+
.fde5mpd {
|
|
1830
|
+
width: 100%;
|
|
1831
|
+
height: 100%;
|
|
1832
|
+
min-height: 124px;
|
|
1833
|
+
display: flex;
|
|
1834
|
+
flex-direction: column;
|
|
1835
|
+
justify-content: center;
|
|
1836
|
+
align-items: center;
|
|
1837
|
+
}
|
|
1838
|
+
.fde5mpd .error-text {
|
|
1839
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1840
|
+
margin-bottom: 16px;
|
|
1841
|
+
font-size: 18px;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1844
|
+
.iap75of {
|
|
1845
|
+
height: 18px;
|
|
1846
|
+
line-height: 18px;
|
|
1847
|
+
padding: 0 4px;
|
|
1848
|
+
border-radius: 4px;
|
|
1849
|
+
background: rgba(235, 239, 245, 0.6);
|
|
1850
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
1851
|
+
display: flex;
|
|
1852
|
+
align-items: center;
|
|
1853
|
+
white-space: nowrap;
|
|
1854
|
+
margin-right: 4px;
|
|
1855
|
+
}
|
|
1856
|
+
|
|
1857
|
+
.s34f1qb.ant-switch {
|
|
1858
|
+
min-width: 40px;
|
|
1859
|
+
height: 24px;
|
|
1860
|
+
background: rgba(172, 186, 211, 0.6);
|
|
1861
|
+
overflow: hidden;
|
|
1862
|
+
}
|
|
1863
|
+
.s34f1qb.ant-switch:focus {
|
|
1864
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
1865
|
+
}
|
|
1866
|
+
.s34f1qb.ant-switch-small {
|
|
1867
|
+
min-width: 26px;
|
|
1868
|
+
height: 16px;
|
|
1869
|
+
}
|
|
1870
|
+
.s34f1qb.ant-switch-large {
|
|
1871
|
+
min-width: 52px;
|
|
1872
|
+
height: 32px;
|
|
1873
|
+
}
|
|
1874
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
1875
|
+
height: 20px;
|
|
1876
|
+
width: 20px;
|
|
1877
|
+
}
|
|
1878
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
1879
|
+
border-radius: 10px;
|
|
1880
|
+
transition-delay: 120ms;
|
|
1881
|
+
}
|
|
1882
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
1883
|
+
height: 14px;
|
|
1884
|
+
width: 14px;
|
|
1885
|
+
top: 1px;
|
|
1886
|
+
left: 1px;
|
|
1887
|
+
}
|
|
1888
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
1889
|
+
height: 28px;
|
|
1890
|
+
width: 28px;
|
|
1891
|
+
}
|
|
1892
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
1893
|
+
border-radius: 14px;
|
|
1894
|
+
}
|
|
1895
|
+
.s34f1qb.ant-switch-checked {
|
|
1896
|
+
background-color: #00ba5d;
|
|
1897
|
+
}
|
|
1898
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
1899
|
+
left: calc(100% - 20px - 2px);
|
|
1900
|
+
}
|
|
1901
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
1902
|
+
left: calc(100% - 14px - 1px);
|
|
1903
|
+
}
|
|
1904
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
1905
|
+
left: calc(100% - 28px - 2px);
|
|
1906
|
+
}
|
|
1907
|
+
|
|
1908
|
+
.c1to9vb9 {
|
|
1909
|
+
margin-left: 5px;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.p12gwtiw {
|
|
1913
|
+
display: flex;
|
|
1914
|
+
justify-content: space-between;
|
|
1915
|
+
align-items: center;
|
|
1916
|
+
padding: 10px 0;
|
|
1917
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1918
|
+
font-size: 12px;
|
|
1919
|
+
line-height: 24px;
|
|
1920
|
+
}
|
|
1921
|
+
.p12gwtiw .pagination-left {
|
|
1922
|
+
padding: 2px 8px;
|
|
1923
|
+
}
|
|
1924
|
+
.p12gwtiw .dropdown-trigger {
|
|
1925
|
+
display: flex;
|
|
1926
|
+
align-items: center;
|
|
1927
|
+
border-radius: 6px;
|
|
1928
|
+
cursor: pointer;
|
|
1929
|
+
transition: all 0.3s ease;
|
|
1930
|
+
}
|
|
1931
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
1932
|
+
background: rgba(211, 218, 235, 0.6);
|
|
1933
|
+
color: #0080ff;
|
|
1934
|
+
}
|
|
1935
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1936
|
+
margin-left: 4px;
|
|
1937
|
+
}
|
|
1938
|
+
.p12gwtiw .pagination-right {
|
|
1939
|
+
display: flex;
|
|
1940
|
+
align-items: center;
|
|
1941
|
+
color: #0080ff;
|
|
1942
|
+
font-weight: bold;
|
|
1943
|
+
}
|
|
1944
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
1945
|
+
margin-left: 4px;
|
|
1946
|
+
}
|
|
1947
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
1948
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
1949
|
+
padding: 0 8px;
|
|
1950
|
+
}
|
|
1951
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1952
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
1953
|
+
color: #0080ff;
|
|
1954
|
+
}
|
|
1955
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1956
|
+
transform: rotate(180deg);
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1960
|
+
max-height: calc(100vh - 128px);
|
|
1961
|
+
overflow-y: auto;
|
|
1962
|
+
}
|
|
1963
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1964
|
+
padding: 4px 20px;
|
|
1965
|
+
font-size: 12px;
|
|
1966
|
+
line-height: 18px;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
.i1mrf09m {
|
|
1970
|
+
display: inline-flex;
|
|
1971
|
+
align-items: center;
|
|
1972
|
+
}
|
|
1973
|
+
.i1mrf09m .icon-inner {
|
|
1974
|
+
display: inline-flex;
|
|
1975
|
+
align-items: center;
|
|
1976
|
+
justify-content: center;
|
|
1977
|
+
}
|
|
1978
|
+
.i1mrf09m .icon-inner + span,
|
|
1979
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
1980
|
+
margin-left: 4px;
|
|
1981
|
+
}
|
|
1982
|
+
.i1mrf09m.is-rotate img,
|
|
1983
|
+
.i1mrf09m.is-rotate svg {
|
|
1984
|
+
animation: rotate 680ms linear infinite;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
.obf05yr {
|
|
1988
|
+
display: inline-block;
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
.hsms1n6 {
|
|
1992
|
+
visibility: hidden;
|
|
1993
|
+
position: absolute;
|
|
1994
|
+
}
|
|
1995
|
+
|
|
1829
1996
|
.cz04yix {
|
|
1830
1997
|
display: flex;
|
|
1831
1998
|
flex-direction: column;
|
|
@@ -2491,77 +2658,145 @@ input.rrg1fkn.ant-input {
|
|
|
2491
2658
|
border-bottom-left-radius: 0;
|
|
2492
2659
|
}
|
|
2493
2660
|
|
|
2494
|
-
.
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
overflow: hidden;
|
|
2661
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
2662
|
+
display: inline-flex;
|
|
2663
|
+
align-items: baseline;
|
|
2664
|
+
white-space: pre-wrap;
|
|
2499
2665
|
}
|
|
2500
|
-
.
|
|
2501
|
-
|
|
2666
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
2667
|
+
position: relative;
|
|
2668
|
+
top: 3px;
|
|
2502
2669
|
}
|
|
2503
|
-
.
|
|
2504
|
-
|
|
2505
|
-
height: 16px;
|
|
2670
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2671
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2506
2672
|
}
|
|
2507
|
-
.
|
|
2508
|
-
|
|
2509
|
-
height: 32px;
|
|
2673
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2674
|
+
border-color: #0080ff;
|
|
2510
2675
|
}
|
|
2511
|
-
.
|
|
2512
|
-
|
|
2513
|
-
|
|
2676
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2677
|
+
border-color: #0080ff;
|
|
2678
|
+
background: #0080ff;
|
|
2514
2679
|
}
|
|
2515
|
-
.
|
|
2516
|
-
|
|
2517
|
-
|
|
2680
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2681
|
+
top: 4px;
|
|
2682
|
+
left: 4px;
|
|
2683
|
+
width: 6px;
|
|
2684
|
+
height: 6px;
|
|
2685
|
+
background: #fff;
|
|
2518
2686
|
}
|
|
2519
|
-
.
|
|
2520
|
-
|
|
2521
|
-
width: 14px;
|
|
2522
|
-
top: 1px;
|
|
2523
|
-
left: 1px;
|
|
2687
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2688
|
+
opacity: 0.5;
|
|
2524
2689
|
}
|
|
2525
|
-
.
|
|
2526
|
-
|
|
2527
|
-
|
|
2690
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2691
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
2692
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2528
2693
|
}
|
|
2529
|
-
.
|
|
2530
|
-
|
|
2694
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2695
|
+
background: #00122e;
|
|
2531
2696
|
}
|
|
2532
|
-
.
|
|
2533
|
-
|
|
2697
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2698
|
+
color: #00122e;
|
|
2699
|
+
opacity: 0.5;
|
|
2534
2700
|
}
|
|
2535
|
-
.
|
|
2536
|
-
|
|
2701
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2702
|
+
color: #00122e;
|
|
2537
2703
|
}
|
|
2538
|
-
.
|
|
2539
|
-
|
|
2704
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2705
|
+
display: inline-block;
|
|
2706
|
+
padding: 0;
|
|
2707
|
+
padding-left: 12px;
|
|
2540
2708
|
}
|
|
2541
|
-
.
|
|
2542
|
-
|
|
2709
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
2710
|
+
margin-bottom: 0;
|
|
2711
|
+
white-space: pre-wrap;
|
|
2712
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2543
2713
|
}
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
margin-left: 5px;
|
|
2714
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
2715
|
+
padding-left: 8px;
|
|
2547
2716
|
}
|
|
2548
2717
|
|
|
2549
|
-
.
|
|
2550
|
-
|
|
2551
|
-
align-items: center;
|
|
2718
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
2719
|
+
border-radius: 5px 0 0 5px;
|
|
2552
2720
|
}
|
|
2553
|
-
.
|
|
2554
|
-
|
|
2555
|
-
align-items: center;
|
|
2556
|
-
justify-content: center;
|
|
2721
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2722
|
+
border-radius: 0 5px 5px 0;
|
|
2557
2723
|
}
|
|
2558
|
-
|
|
2559
|
-
.
|
|
2560
|
-
|
|
2724
|
+
|
|
2725
|
+
.r1f0aqcc {
|
|
2726
|
+
color: #00122e;
|
|
2727
|
+
border-color: #ccd4e3;
|
|
2561
2728
|
}
|
|
2562
|
-
.
|
|
2563
|
-
|
|
2564
|
-
|
|
2729
|
+
.r1f0aqcc:first-child {
|
|
2730
|
+
border-color: #a3b4cc;
|
|
2731
|
+
}
|
|
2732
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2733
|
+
padding: 0 12px;
|
|
2734
|
+
line-height: 32px;
|
|
2735
|
+
height: 32px;
|
|
2736
|
+
}
|
|
2737
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2738
|
+
white-space: nowrap;
|
|
2739
|
+
}
|
|
2740
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2741
|
+
background: #ccd4e3;
|
|
2742
|
+
}
|
|
2743
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
2744
|
+
background: #0080ff;
|
|
2745
|
+
}
|
|
2746
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
2747
|
+
background: #ccd4e3;
|
|
2748
|
+
opacity: 0.5;
|
|
2749
|
+
}
|
|
2750
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
2751
|
+
border-right-color: #0080ff;
|
|
2752
|
+
}
|
|
2753
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
2754
|
+
border-color: #0080ff;
|
|
2755
|
+
}
|
|
2756
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
2757
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2758
|
+
}
|
|
2759
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
2760
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2761
|
+
border-color: #ccd4e3;
|
|
2762
|
+
opacity: 0.5;
|
|
2763
|
+
}
|
|
2764
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
2765
|
+
color: #00122e;
|
|
2766
|
+
border-color: #ccd4e3;
|
|
2767
|
+
}
|
|
2768
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
2769
|
+
color: #00122e;
|
|
2770
|
+
border-color: #ccd4e3;
|
|
2771
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2772
|
+
}
|
|
2773
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
2774
|
+
margin-right: 8px;
|
|
2775
|
+
display: inline;
|
|
2776
|
+
border: none;
|
|
2777
|
+
padding: 0;
|
|
2778
|
+
width: 36px;
|
|
2779
|
+
background: transparent;
|
|
2780
|
+
}
|
|
2781
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2782
|
+
box-shadow: none;
|
|
2783
|
+
}
|
|
2784
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2785
|
+
margin-right: 0;
|
|
2786
|
+
width: initial;
|
|
2787
|
+
box-shadow: none;
|
|
2788
|
+
}
|
|
2789
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2790
|
+
display: none;
|
|
2791
|
+
}
|
|
2792
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2793
|
+
display: inline;
|
|
2794
|
+
}
|
|
2795
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
2796
|
+
display: inline;
|
|
2797
|
+
margin-right: 8px;
|
|
2798
|
+
padding: 0;
|
|
2799
|
+
width: 36px;
|
|
2565
2800
|
}
|
|
2566
2801
|
|
|
2567
2802
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
@@ -2647,239 +2882,85 @@ input.rrg1fkn.ant-input {
|
|
|
2647
2882
|
padding: 0;
|
|
2648
2883
|
}
|
|
2649
2884
|
|
|
2650
|
-
.
|
|
2651
|
-
|
|
2652
|
-
line-height: 18px;
|
|
2653
|
-
padding: 0 4px;
|
|
2654
|
-
border-radius: 4px;
|
|
2655
|
-
background: rgba(235, 239, 245, 0.6);
|
|
2656
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
2657
|
-
display: flex;
|
|
2658
|
-
align-items: center;
|
|
2659
|
-
white-space: nowrap;
|
|
2660
|
-
margin-right: 4px;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
.fde5mpd {
|
|
2664
|
-
width: 100%;
|
|
2665
|
-
height: 100%;
|
|
2666
|
-
min-height: 124px;
|
|
2667
|
-
display: flex;
|
|
2668
|
-
flex-direction: column;
|
|
2669
|
-
justify-content: center;
|
|
2670
|
-
align-items: center;
|
|
2671
|
-
}
|
|
2672
|
-
.fde5mpd .error-text {
|
|
2673
|
-
color: rgba(10, 37, 85, 0.6);
|
|
2674
|
-
margin-bottom: 16px;
|
|
2675
|
-
font-size: 18px;
|
|
2676
|
-
}
|
|
2677
|
-
|
|
2678
|
-
.obf05yr {
|
|
2679
|
-
display: inline-block;
|
|
2680
|
-
}
|
|
2681
|
-
|
|
2682
|
-
.hsms1n6 {
|
|
2683
|
-
visibility: hidden;
|
|
2684
|
-
position: absolute;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
.p12gwtiw {
|
|
2688
|
-
display: flex;
|
|
2689
|
-
justify-content: space-between;
|
|
2690
|
-
align-items: center;
|
|
2691
|
-
padding: 10px 0;
|
|
2692
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2693
|
-
font-size: 12px;
|
|
2694
|
-
line-height: 24px;
|
|
2695
|
-
}
|
|
2696
|
-
.p12gwtiw .pagination-left {
|
|
2697
|
-
padding: 2px 8px;
|
|
2698
|
-
}
|
|
2699
|
-
.p12gwtiw .dropdown-trigger {
|
|
2700
|
-
display: flex;
|
|
2701
|
-
align-items: center;
|
|
2702
|
-
border-radius: 6px;
|
|
2703
|
-
cursor: pointer;
|
|
2704
|
-
transition: all 0.3s ease;
|
|
2705
|
-
}
|
|
2706
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
2707
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2708
|
-
color: #0080ff;
|
|
2709
|
-
}
|
|
2710
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2711
|
-
margin-left: 4px;
|
|
2712
|
-
}
|
|
2713
|
-
.p12gwtiw .pagination-right {
|
|
2714
|
-
display: flex;
|
|
2715
|
-
align-items: center;
|
|
2716
|
-
color: #0080ff;
|
|
2717
|
-
font-weight: bold;
|
|
2718
|
-
}
|
|
2719
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
2720
|
-
margin-left: 4px;
|
|
2721
|
-
}
|
|
2722
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
2723
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
2724
|
-
padding: 0 8px;
|
|
2725
|
-
}
|
|
2726
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2727
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
2728
|
-
color: #0080ff;
|
|
2729
|
-
}
|
|
2730
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2731
|
-
transform: rotate(180deg);
|
|
2885
|
+
.s1fc623g {
|
|
2886
|
+
width: 430px !important;
|
|
2732
2887
|
}
|
|
2733
2888
|
|
|
2734
|
-
.
|
|
2735
|
-
|
|
2736
|
-
overflow-y: auto;
|
|
2737
|
-
}
|
|
2738
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2739
|
-
padding: 4px 20px;
|
|
2740
|
-
font-size: 12px;
|
|
2889
|
+
.da3mx0o .ant-select-item-group {
|
|
2890
|
+
padding: 8px 16px;
|
|
2741
2891
|
line-height: 18px;
|
|
2892
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2893
|
+
height: 34px;
|
|
2894
|
+
min-height: 34px;
|
|
2895
|
+
box-sizing: border-box;
|
|
2896
|
+
margin-top: 8px;
|
|
2742
2897
|
}
|
|
2743
2898
|
|
|
2744
|
-
.
|
|
2745
|
-
display:
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
position: relative;
|
|
2751
|
-
top: 3px;
|
|
2752
|
-
}
|
|
2753
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
2754
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2755
|
-
}
|
|
2756
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
2757
|
-
border-color: #0080ff;
|
|
2758
|
-
}
|
|
2759
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
2760
|
-
border-color: #0080ff;
|
|
2761
|
-
background: #0080ff;
|
|
2762
|
-
}
|
|
2763
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
2764
|
-
top: 4px;
|
|
2765
|
-
left: 4px;
|
|
2766
|
-
width: 6px;
|
|
2767
|
-
height: 6px;
|
|
2768
|
-
background: #fff;
|
|
2769
|
-
}
|
|
2770
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
2771
|
-
opacity: 0.5;
|
|
2772
|
-
}
|
|
2773
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
2774
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
2775
|
-
background: rgba(211, 218, 235, 0.6);
|
|
2776
|
-
}
|
|
2777
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
2778
|
-
background: #00122e;
|
|
2779
|
-
}
|
|
2780
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
2781
|
-
color: #00122e;
|
|
2782
|
-
opacity: 0.5;
|
|
2783
|
-
}
|
|
2784
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
2785
|
-
color: #00122e;
|
|
2786
|
-
}
|
|
2787
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
2788
|
-
display: inline-block;
|
|
2789
|
-
padding: 0;
|
|
2790
|
-
padding-left: 12px;
|
|
2899
|
+
.onr9gzt {
|
|
2900
|
+
display: flex;
|
|
2901
|
+
flex-direction: column;
|
|
2902
|
+
margin: 1px 8px;
|
|
2903
|
+
padding: 8px;
|
|
2904
|
+
border-radius: 4px;
|
|
2791
2905
|
}
|
|
2792
|
-
.
|
|
2793
|
-
|
|
2794
|
-
white-space: pre-wrap;
|
|
2795
|
-
color: rgba(44, 56, 82, 0.6);
|
|
2906
|
+
.onr9gzt .selected-icon {
|
|
2907
|
+
display: none;
|
|
2796
2908
|
}
|
|
2797
|
-
.
|
|
2909
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2798
2910
|
padding-left: 8px;
|
|
2799
2911
|
}
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
border-radius: 5px 0 0 5px;
|
|
2803
|
-
}
|
|
2804
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
2805
|
-
border-radius: 0 5px 5px 0;
|
|
2806
|
-
}
|
|
2807
|
-
|
|
2808
|
-
.r1f0aqcc {
|
|
2809
|
-
color: #00122e;
|
|
2810
|
-
border-color: #ccd4e3;
|
|
2811
|
-
}
|
|
2812
|
-
.r1f0aqcc:first-child {
|
|
2813
|
-
border-color: #a3b4cc;
|
|
2814
|
-
}
|
|
2815
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
2816
|
-
padding: 0 12px;
|
|
2817
|
-
line-height: 32px;
|
|
2818
|
-
height: 32px;
|
|
2819
|
-
}
|
|
2820
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
2821
|
-
white-space: nowrap;
|
|
2822
|
-
}
|
|
2823
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
2824
|
-
background: #ccd4e3;
|
|
2912
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2913
|
+
background-color: white;
|
|
2825
2914
|
}
|
|
2826
|
-
.
|
|
2827
|
-
|
|
2915
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2916
|
+
color: #0080ff;
|
|
2828
2917
|
}
|
|
2829
|
-
.
|
|
2830
|
-
|
|
2831
|
-
opacity: 0.5;
|
|
2918
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2919
|
+
display: block;
|
|
2832
2920
|
}
|
|
2833
|
-
.
|
|
2834
|
-
|
|
2921
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2922
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2835
2923
|
}
|
|
2836
|
-
.
|
|
2837
|
-
|
|
2924
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2925
|
+
color: #0080ff;
|
|
2838
2926
|
}
|
|
2839
|
-
.
|
|
2927
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2840
2928
|
background: rgba(0, 136, 255, 0.1);
|
|
2929
|
+
color: #0080ff;
|
|
2841
2930
|
}
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2931
|
+
|
|
2932
|
+
.oiy0apc {
|
|
2933
|
+
display: flex;
|
|
2934
|
+
justify-content: space-between;
|
|
2935
|
+
height: 20px;
|
|
2936
|
+
line-height: 20px;
|
|
2846
2937
|
}
|
|
2847
|
-
.
|
|
2848
|
-
color: #
|
|
2849
|
-
|
|
2938
|
+
.oiy0apc .timezone-title {
|
|
2939
|
+
color: #2d3a56;
|
|
2940
|
+
overflow: hidden;
|
|
2941
|
+
text-overflow: ellipsis;
|
|
2850
2942
|
}
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2943
|
+
|
|
2944
|
+
.of4y382 {
|
|
2945
|
+
display: flex;
|
|
2946
|
+
justify-content: space-between;
|
|
2947
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2948
|
+
height: 18px;
|
|
2949
|
+
line-height: 18px;
|
|
2950
|
+
margin-top: 2px;
|
|
2855
2951
|
}
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
display: inline;
|
|
2952
|
+
|
|
2953
|
+
.t19903l9 {
|
|
2859
2954
|
border: none;
|
|
2860
|
-
padding: 0;
|
|
2861
|
-
width: 36px;
|
|
2862
|
-
background: transparent;
|
|
2863
|
-
}
|
|
2864
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
2865
|
-
box-shadow: none;
|
|
2866
|
-
}
|
|
2867
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
2868
2955
|
margin-right: 0;
|
|
2869
|
-
|
|
2870
|
-
box-shadow: none;
|
|
2871
|
-
}
|
|
2872
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
2873
|
-
display: none;
|
|
2874
|
-
}
|
|
2875
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
2876
|
-
display: inline;
|
|
2956
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2877
2957
|
}
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
width:
|
|
2958
|
+
|
|
2959
|
+
.ohwbvxu {
|
|
2960
|
+
pointer-events: none;
|
|
2961
|
+
height: 32px;
|
|
2962
|
+
width: 100%;
|
|
2963
|
+
opacity: 0;
|
|
2883
2964
|
}
|
|
2884
2965
|
|
|
2885
2966
|
.t1upn1sz {
|
|
@@ -3245,87 +3326,6 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3326
|
background: #fff;
|
|
3246
3327
|
}
|
|
3247
3328
|
|
|
3248
|
-
.s1fc623g {
|
|
3249
|
-
width: 430px !important;
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
|
-
.da3mx0o .ant-select-item-group {
|
|
3253
|
-
padding: 8px 16px;
|
|
3254
|
-
line-height: 18px;
|
|
3255
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3256
|
-
height: 34px;
|
|
3257
|
-
min-height: 34px;
|
|
3258
|
-
box-sizing: border-box;
|
|
3259
|
-
margin-top: 8px;
|
|
3260
|
-
}
|
|
3261
|
-
|
|
3262
|
-
.onr9gzt {
|
|
3263
|
-
display: flex;
|
|
3264
|
-
flex-direction: column;
|
|
3265
|
-
margin: 1px 8px;
|
|
3266
|
-
padding: 8px;
|
|
3267
|
-
border-radius: 4px;
|
|
3268
|
-
}
|
|
3269
|
-
.onr9gzt .selected-icon {
|
|
3270
|
-
display: none;
|
|
3271
|
-
}
|
|
3272
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3273
|
-
padding-left: 8px;
|
|
3274
|
-
}
|
|
3275
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3276
|
-
background-color: white;
|
|
3277
|
-
}
|
|
3278
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3279
|
-
color: #0080ff;
|
|
3280
|
-
}
|
|
3281
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3282
|
-
display: block;
|
|
3283
|
-
}
|
|
3284
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3285
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3286
|
-
}
|
|
3287
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3288
|
-
color: #0080ff;
|
|
3289
|
-
}
|
|
3290
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3291
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3292
|
-
color: #0080ff;
|
|
3293
|
-
}
|
|
3294
|
-
|
|
3295
|
-
.oiy0apc {
|
|
3296
|
-
display: flex;
|
|
3297
|
-
justify-content: space-between;
|
|
3298
|
-
height: 20px;
|
|
3299
|
-
line-height: 20px;
|
|
3300
|
-
}
|
|
3301
|
-
.oiy0apc .timezone-title {
|
|
3302
|
-
color: #2d3a56;
|
|
3303
|
-
overflow: hidden;
|
|
3304
|
-
text-overflow: ellipsis;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
.of4y382 {
|
|
3308
|
-
display: flex;
|
|
3309
|
-
justify-content: space-between;
|
|
3310
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3311
|
-
height: 18px;
|
|
3312
|
-
line-height: 18px;
|
|
3313
|
-
margin-top: 2px;
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
.t19903l9 {
|
|
3317
|
-
border: none;
|
|
3318
|
-
margin-right: 0;
|
|
3319
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3320
|
-
}
|
|
3321
|
-
|
|
3322
|
-
.ohwbvxu {
|
|
3323
|
-
pointer-events: none;
|
|
3324
|
-
height: 32px;
|
|
3325
|
-
width: 100%;
|
|
3326
|
-
opacity: 0;
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
3329
|
.i1e4sgug {
|
|
3330
3330
|
display: inline-block;
|
|
3331
3331
|
}
|
|
@@ -4167,6 +4167,52 @@ input.rrg1fkn.ant-input {
|
|
|
4167
4167
|
min-height: 0px;
|
|
4168
4168
|
}
|
|
4169
4169
|
|
|
4170
|
+
.at4ovwe .ant-input-number-handler-wrap {
|
|
4171
|
+
display: var(--at4ovwe-0);
|
|
4172
|
+
}
|
|
4173
|
+
.at4ovwe .ant-input-number-input-wrap {
|
|
4174
|
+
padding: 5px 12px;
|
|
4175
|
+
display: inline-flex;
|
|
4176
|
+
line-height: 1.5715;
|
|
4177
|
+
height: 100%;
|
|
4178
|
+
width: 100%;
|
|
4179
|
+
}
|
|
4180
|
+
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4181
|
+
content: var(--at4ovwe-1);
|
|
4182
|
+
display: var(--at4ovwe-2);
|
|
4183
|
+
flex: none;
|
|
4184
|
+
align-items: center;
|
|
4185
|
+
margin-left: 4px;
|
|
4186
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4187
|
+
}
|
|
4188
|
+
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4189
|
+
content: var(--at4ovwe-3);
|
|
4190
|
+
display: var(--at4ovwe-4);
|
|
4191
|
+
flex: none;
|
|
4192
|
+
align-items: center;
|
|
4193
|
+
margin-right: 4px;
|
|
4194
|
+
cursor: auto;
|
|
4195
|
+
color: rgba(44, 56, 82, 0.6);
|
|
4196
|
+
}
|
|
4197
|
+
.at4ovwe.ant-input-number {
|
|
4198
|
+
width: 100%;
|
|
4199
|
+
border-radius: 6px;
|
|
4200
|
+
}
|
|
4201
|
+
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4202
|
+
border-color: #0096ff;
|
|
4203
|
+
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4204
|
+
}
|
|
4205
|
+
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4206
|
+
border-color: #e75a3a;
|
|
4207
|
+
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4208
|
+
}
|
|
4209
|
+
.at4ovwe .ant-input-number-input {
|
|
4210
|
+
padding: 0;
|
|
4211
|
+
margin: 0;
|
|
4212
|
+
height: auto;
|
|
4213
|
+
font-size: inherit;
|
|
4214
|
+
}
|
|
4215
|
+
|
|
4170
4216
|
.tc40oxa {
|
|
4171
4217
|
margin-bottom: 4px;
|
|
4172
4218
|
color: rgba(44, 56, 82, 0.6);
|
|
@@ -4363,52 +4409,6 @@ input.rrg1fkn.ant-input {
|
|
|
4363
4409
|
margin-right: 8px;
|
|
4364
4410
|
}
|
|
4365
4411
|
|
|
4366
|
-
.at4ovwe .ant-input-number-handler-wrap {
|
|
4367
|
-
display: var(--at4ovwe-0);
|
|
4368
|
-
}
|
|
4369
|
-
.at4ovwe .ant-input-number-input-wrap {
|
|
4370
|
-
padding: 5px 12px;
|
|
4371
|
-
display: inline-flex;
|
|
4372
|
-
line-height: 1.5715;
|
|
4373
|
-
height: 100%;
|
|
4374
|
-
width: 100%;
|
|
4375
|
-
}
|
|
4376
|
-
.at4ovwe .ant-input-number-input-wrap::after {
|
|
4377
|
-
content: var(--at4ovwe-1);
|
|
4378
|
-
display: var(--at4ovwe-2);
|
|
4379
|
-
flex: none;
|
|
4380
|
-
align-items: center;
|
|
4381
|
-
margin-left: 4px;
|
|
4382
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4383
|
-
}
|
|
4384
|
-
.at4ovwe .ant-input-number-input-wrap::before {
|
|
4385
|
-
content: var(--at4ovwe-3);
|
|
4386
|
-
display: var(--at4ovwe-4);
|
|
4387
|
-
flex: none;
|
|
4388
|
-
align-items: center;
|
|
4389
|
-
margin-right: 4px;
|
|
4390
|
-
cursor: auto;
|
|
4391
|
-
color: rgba(44, 56, 82, 0.6);
|
|
4392
|
-
}
|
|
4393
|
-
.at4ovwe.ant-input-number {
|
|
4394
|
-
width: 100%;
|
|
4395
|
-
border-radius: 6px;
|
|
4396
|
-
}
|
|
4397
|
-
.at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
|
|
4398
|
-
border-color: #0096ff;
|
|
4399
|
-
box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
|
|
4400
|
-
}
|
|
4401
|
-
.at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
|
|
4402
|
-
border-color: #e75a3a;
|
|
4403
|
-
box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
|
|
4404
|
-
}
|
|
4405
|
-
.at4ovwe .ant-input-number-input {
|
|
4406
|
-
padding: 0;
|
|
4407
|
-
margin: 0;
|
|
4408
|
-
height: auto;
|
|
4409
|
-
font-size: inherit;
|
|
4410
|
-
}
|
|
4411
|
-
|
|
4412
4412
|
.a6dbbkm .ant-input-number-handler-wrap {
|
|
4413
4413
|
display: var(--a6dbbkm-0);
|
|
4414
4414
|
}
|