@cloudtower/eagle 0.26.2 → 0.26.3
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 +231 -231
- package/dist/esm/index.js +3 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +1079 -1079
- package/dist/umd/index.js +3 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1797,6 +1797,21 @@ html body {
|
|
|
1797
1797
|
padding: 0;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
+
.fde5mpd {
|
|
1801
|
+
width: 100%;
|
|
1802
|
+
height: 100%;
|
|
1803
|
+
min-height: 124px;
|
|
1804
|
+
display: flex;
|
|
1805
|
+
flex-direction: column;
|
|
1806
|
+
justify-content: center;
|
|
1807
|
+
align-items: center;
|
|
1808
|
+
}
|
|
1809
|
+
.fde5mpd .error-text {
|
|
1810
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1811
|
+
margin-bottom: 16px;
|
|
1812
|
+
font-size: 18px;
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1800
1815
|
.bpq0js6 {
|
|
1801
1816
|
padding: 4px 11px;
|
|
1802
1817
|
}
|
|
@@ -1826,21 +1841,6 @@ html body {
|
|
|
1826
1841
|
border-radius: unset;
|
|
1827
1842
|
}
|
|
1828
1843
|
|
|
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
1844
|
.i1mrf09m {
|
|
1845
1845
|
display: inline-flex;
|
|
1846
1846
|
align-items: center;
|
|
@@ -1872,72 +1872,6 @@ html body {
|
|
|
1872
1872
|
margin-right: 4px;
|
|
1873
1873
|
}
|
|
1874
1874
|
|
|
1875
|
-
.obf05yr {
|
|
1876
|
-
display: inline-block;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.hsms1n6 {
|
|
1880
|
-
visibility: hidden;
|
|
1881
|
-
position: absolute;
|
|
1882
|
-
}
|
|
1883
|
-
|
|
1884
|
-
.p12gwtiw {
|
|
1885
|
-
display: flex;
|
|
1886
|
-
justify-content: space-between;
|
|
1887
|
-
align-items: center;
|
|
1888
|
-
padding: 10px 0;
|
|
1889
|
-
color: rgba(44, 56, 82, 0.6);
|
|
1890
|
-
font-size: 12px;
|
|
1891
|
-
line-height: 24px;
|
|
1892
|
-
}
|
|
1893
|
-
.p12gwtiw .pagination-left {
|
|
1894
|
-
padding: 2px 8px;
|
|
1895
|
-
}
|
|
1896
|
-
.p12gwtiw .dropdown-trigger {
|
|
1897
|
-
display: flex;
|
|
1898
|
-
align-items: center;
|
|
1899
|
-
border-radius: 6px;
|
|
1900
|
-
cursor: pointer;
|
|
1901
|
-
transition: all 0.3s ease;
|
|
1902
|
-
}
|
|
1903
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
1904
|
-
background: rgba(211, 218, 235, 0.6);
|
|
1905
|
-
color: #0080ff;
|
|
1906
|
-
}
|
|
1907
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
1908
|
-
margin-left: 4px;
|
|
1909
|
-
}
|
|
1910
|
-
.p12gwtiw .pagination-right {
|
|
1911
|
-
display: flex;
|
|
1912
|
-
align-items: center;
|
|
1913
|
-
color: #0080ff;
|
|
1914
|
-
font-weight: bold;
|
|
1915
|
-
}
|
|
1916
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
1917
|
-
margin-left: 4px;
|
|
1918
|
-
}
|
|
1919
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
1920
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
1921
|
-
padding: 0 8px;
|
|
1922
|
-
}
|
|
1923
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
1924
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
1925
|
-
color: #0080ff;
|
|
1926
|
-
}
|
|
1927
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
1928
|
-
transform: rotate(180deg);
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
1932
|
-
max-height: calc(100vh - 128px);
|
|
1933
|
-
overflow-y: auto;
|
|
1934
|
-
}
|
|
1935
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
1936
|
-
padding: 4px 20px;
|
|
1937
|
-
font-size: 12px;
|
|
1938
|
-
line-height: 18px;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
1875
|
.cz04yix {
|
|
1942
1876
|
display: flex;
|
|
1943
1877
|
flex-direction: column;
|
|
@@ -2603,61 +2537,6 @@ input.rrg1fkn.ant-input {
|
|
|
2603
2537
|
border-bottom-left-radius: 0;
|
|
2604
2538
|
}
|
|
2605
2539
|
|
|
2606
|
-
.s34f1qb.ant-switch {
|
|
2607
|
-
min-width: 40px;
|
|
2608
|
-
height: 24px;
|
|
2609
|
-
background: rgba(172, 186, 211, 0.6);
|
|
2610
|
-
overflow: hidden;
|
|
2611
|
-
}
|
|
2612
|
-
.s34f1qb.ant-switch:focus {
|
|
2613
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2614
|
-
}
|
|
2615
|
-
.s34f1qb.ant-switch-small {
|
|
2616
|
-
min-width: 26px;
|
|
2617
|
-
height: 16px;
|
|
2618
|
-
}
|
|
2619
|
-
.s34f1qb.ant-switch-large {
|
|
2620
|
-
min-width: 52px;
|
|
2621
|
-
height: 32px;
|
|
2622
|
-
}
|
|
2623
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2624
|
-
height: 20px;
|
|
2625
|
-
width: 20px;
|
|
2626
|
-
}
|
|
2627
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2628
|
-
border-radius: 10px;
|
|
2629
|
-
transition-delay: 120ms;
|
|
2630
|
-
}
|
|
2631
|
-
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2632
|
-
height: 14px;
|
|
2633
|
-
width: 14px;
|
|
2634
|
-
top: 1px;
|
|
2635
|
-
left: 1px;
|
|
2636
|
-
}
|
|
2637
|
-
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2638
|
-
height: 28px;
|
|
2639
|
-
width: 28px;
|
|
2640
|
-
}
|
|
2641
|
-
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2642
|
-
border-radius: 14px;
|
|
2643
|
-
}
|
|
2644
|
-
.s34f1qb.ant-switch-checked {
|
|
2645
|
-
background-color: #00ba5d;
|
|
2646
|
-
}
|
|
2647
|
-
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2648
|
-
left: calc(100% - 20px - 2px);
|
|
2649
|
-
}
|
|
2650
|
-
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2651
|
-
left: calc(100% - 14px - 1px);
|
|
2652
|
-
}
|
|
2653
|
-
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2654
|
-
left: calc(100% - 28px - 2px);
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
.c1to9vb9 {
|
|
2658
|
-
margin-left: 5px;
|
|
2659
|
-
}
|
|
2660
|
-
|
|
2661
2540
|
.rxbeqvl.ant-radio-wrapper {
|
|
2662
2541
|
display: inline-flex;
|
|
2663
2542
|
align-items: baseline;
|
|
@@ -2799,6 +2678,61 @@ input.rrg1fkn.ant-input {
|
|
|
2799
2678
|
width: 36px;
|
|
2800
2679
|
}
|
|
2801
2680
|
|
|
2681
|
+
.s34f1qb.ant-switch {
|
|
2682
|
+
min-width: 40px;
|
|
2683
|
+
height: 24px;
|
|
2684
|
+
background: rgba(172, 186, 211, 0.6);
|
|
2685
|
+
overflow: hidden;
|
|
2686
|
+
}
|
|
2687
|
+
.s34f1qb.ant-switch:focus {
|
|
2688
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
2689
|
+
}
|
|
2690
|
+
.s34f1qb.ant-switch-small {
|
|
2691
|
+
min-width: 26px;
|
|
2692
|
+
height: 16px;
|
|
2693
|
+
}
|
|
2694
|
+
.s34f1qb.ant-switch-large {
|
|
2695
|
+
min-width: 52px;
|
|
2696
|
+
height: 32px;
|
|
2697
|
+
}
|
|
2698
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
2699
|
+
height: 20px;
|
|
2700
|
+
width: 20px;
|
|
2701
|
+
}
|
|
2702
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
2703
|
+
border-radius: 10px;
|
|
2704
|
+
transition-delay: 120ms;
|
|
2705
|
+
}
|
|
2706
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
2707
|
+
height: 14px;
|
|
2708
|
+
width: 14px;
|
|
2709
|
+
top: 1px;
|
|
2710
|
+
left: 1px;
|
|
2711
|
+
}
|
|
2712
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
2713
|
+
height: 28px;
|
|
2714
|
+
width: 28px;
|
|
2715
|
+
}
|
|
2716
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
2717
|
+
border-radius: 14px;
|
|
2718
|
+
}
|
|
2719
|
+
.s34f1qb.ant-switch-checked {
|
|
2720
|
+
background-color: #00ba5d;
|
|
2721
|
+
}
|
|
2722
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
2723
|
+
left: calc(100% - 20px - 2px);
|
|
2724
|
+
}
|
|
2725
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
2726
|
+
left: calc(100% - 14px - 1px);
|
|
2727
|
+
}
|
|
2728
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
2729
|
+
left: calc(100% - 28px - 2px);
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
.c1to9vb9 {
|
|
2733
|
+
margin-left: 5px;
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2802
2736
|
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
2803
2737
|
flex-direction: row;
|
|
2804
2738
|
justify-content: stretch;
|
|
@@ -2882,6 +2816,157 @@ input.rrg1fkn.ant-input {
|
|
|
2882
2816
|
padding: 0;
|
|
2883
2817
|
}
|
|
2884
2818
|
|
|
2819
|
+
.obf05yr {
|
|
2820
|
+
display: inline-block;
|
|
2821
|
+
}
|
|
2822
|
+
|
|
2823
|
+
.hsms1n6 {
|
|
2824
|
+
visibility: hidden;
|
|
2825
|
+
position: absolute;
|
|
2826
|
+
}
|
|
2827
|
+
|
|
2828
|
+
.p12gwtiw {
|
|
2829
|
+
display: flex;
|
|
2830
|
+
justify-content: space-between;
|
|
2831
|
+
align-items: center;
|
|
2832
|
+
padding: 10px 0;
|
|
2833
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2834
|
+
font-size: 12px;
|
|
2835
|
+
line-height: 24px;
|
|
2836
|
+
}
|
|
2837
|
+
.p12gwtiw .pagination-left {
|
|
2838
|
+
padding: 2px 8px;
|
|
2839
|
+
}
|
|
2840
|
+
.p12gwtiw .dropdown-trigger {
|
|
2841
|
+
display: flex;
|
|
2842
|
+
align-items: center;
|
|
2843
|
+
border-radius: 6px;
|
|
2844
|
+
cursor: pointer;
|
|
2845
|
+
transition: all 0.3s ease;
|
|
2846
|
+
}
|
|
2847
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2848
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2849
|
+
color: #0080ff;
|
|
2850
|
+
}
|
|
2851
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2852
|
+
margin-left: 4px;
|
|
2853
|
+
}
|
|
2854
|
+
.p12gwtiw .pagination-right {
|
|
2855
|
+
display: flex;
|
|
2856
|
+
align-items: center;
|
|
2857
|
+
color: #0080ff;
|
|
2858
|
+
font-weight: bold;
|
|
2859
|
+
}
|
|
2860
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2861
|
+
margin-left: 4px;
|
|
2862
|
+
}
|
|
2863
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2864
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2865
|
+
padding: 0 8px;
|
|
2866
|
+
}
|
|
2867
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2868
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2869
|
+
color: #0080ff;
|
|
2870
|
+
}
|
|
2871
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2872
|
+
transform: rotate(180deg);
|
|
2873
|
+
}
|
|
2874
|
+
|
|
2875
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2876
|
+
max-height: calc(100vh - 128px);
|
|
2877
|
+
overflow-y: auto;
|
|
2878
|
+
}
|
|
2879
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2880
|
+
padding: 4px 20px;
|
|
2881
|
+
font-size: 12px;
|
|
2882
|
+
line-height: 18px;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.i1e4sgug {
|
|
2886
|
+
display: inline-block;
|
|
2887
|
+
}
|
|
2888
|
+
|
|
2889
|
+
.s1fc623g {
|
|
2890
|
+
width: 430px !important;
|
|
2891
|
+
}
|
|
2892
|
+
|
|
2893
|
+
.da3mx0o .ant-select-item-group {
|
|
2894
|
+
padding: 8px 16px;
|
|
2895
|
+
line-height: 18px;
|
|
2896
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
2897
|
+
height: 34px;
|
|
2898
|
+
min-height: 34px;
|
|
2899
|
+
box-sizing: border-box;
|
|
2900
|
+
margin-top: 8px;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2903
|
+
.onr9gzt {
|
|
2904
|
+
display: flex;
|
|
2905
|
+
flex-direction: column;
|
|
2906
|
+
margin: 1px 8px;
|
|
2907
|
+
padding: 8px;
|
|
2908
|
+
border-radius: 4px;
|
|
2909
|
+
}
|
|
2910
|
+
.onr9gzt .selected-icon {
|
|
2911
|
+
display: none;
|
|
2912
|
+
}
|
|
2913
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
2914
|
+
padding-left: 8px;
|
|
2915
|
+
}
|
|
2916
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
2917
|
+
background-color: white;
|
|
2918
|
+
}
|
|
2919
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
2920
|
+
color: #0080ff;
|
|
2921
|
+
}
|
|
2922
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
2923
|
+
display: block;
|
|
2924
|
+
}
|
|
2925
|
+
.onr9gzt.ant-select-item-option-active {
|
|
2926
|
+
background: rgba(0, 136, 255, 0.16);
|
|
2927
|
+
}
|
|
2928
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
2929
|
+
color: #0080ff;
|
|
2930
|
+
}
|
|
2931
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
2932
|
+
background: rgba(0, 136, 255, 0.1);
|
|
2933
|
+
color: #0080ff;
|
|
2934
|
+
}
|
|
2935
|
+
|
|
2936
|
+
.oiy0apc {
|
|
2937
|
+
display: flex;
|
|
2938
|
+
justify-content: space-between;
|
|
2939
|
+
height: 20px;
|
|
2940
|
+
line-height: 20px;
|
|
2941
|
+
}
|
|
2942
|
+
.oiy0apc .timezone-title {
|
|
2943
|
+
color: #2d3a56;
|
|
2944
|
+
overflow: hidden;
|
|
2945
|
+
text-overflow: ellipsis;
|
|
2946
|
+
}
|
|
2947
|
+
|
|
2948
|
+
.of4y382 {
|
|
2949
|
+
display: flex;
|
|
2950
|
+
justify-content: space-between;
|
|
2951
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2952
|
+
height: 18px;
|
|
2953
|
+
line-height: 18px;
|
|
2954
|
+
margin-top: 2px;
|
|
2955
|
+
}
|
|
2956
|
+
|
|
2957
|
+
.t19903l9 {
|
|
2958
|
+
border: none;
|
|
2959
|
+
margin-right: 0;
|
|
2960
|
+
background: rgba(225, 230, 241, 0.6);
|
|
2961
|
+
}
|
|
2962
|
+
|
|
2963
|
+
.ohwbvxu {
|
|
2964
|
+
pointer-events: none;
|
|
2965
|
+
height: 32px;
|
|
2966
|
+
width: 100%;
|
|
2967
|
+
opacity: 0;
|
|
2968
|
+
}
|
|
2969
|
+
|
|
2885
2970
|
.t1upn1sz {
|
|
2886
2971
|
height: 100%;
|
|
2887
2972
|
}
|
|
@@ -3245,91 +3330,6 @@ input.rrg1fkn.ant-input {
|
|
|
3245
3330
|
background: #fff;
|
|
3246
3331
|
}
|
|
3247
3332
|
|
|
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
|
-
.i1e4sgug {
|
|
3330
|
-
display: inline-block;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
3333
|
.d6j0lbj {
|
|
3334
3334
|
font-family: Inter;
|
|
3335
3335
|
font-style: normal;
|
|
@@ -3876,6 +3876,16 @@ input.rrg1fkn.ant-input {
|
|
|
3876
3876
|
margin-left: 24px;
|
|
3877
3877
|
}
|
|
3878
3878
|
|
|
3879
|
+
.igz4le8 {
|
|
3880
|
+
height: 24px;
|
|
3881
|
+
width: 56px !important;
|
|
3882
|
+
margin-right: 4px;
|
|
3883
|
+
}
|
|
3884
|
+
|
|
3885
|
+
.c1riexje {
|
|
3886
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3879
3889
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3880
3890
|
border-radius: 6px;
|
|
3881
3891
|
}
|
|
@@ -3931,16 +3941,6 @@ input.rrg1fkn.ant-input {
|
|
|
3931
3941
|
transform: rotate(180deg);
|
|
3932
3942
|
}
|
|
3933
3943
|
|
|
3934
|
-
.igz4le8 {
|
|
3935
|
-
height: 24px;
|
|
3936
|
-
width: 56px !important;
|
|
3937
|
-
margin-right: 4px;
|
|
3938
|
-
}
|
|
3939
|
-
|
|
3940
|
-
.c1riexje {
|
|
3941
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3942
|
-
}
|
|
3943
|
-
|
|
3944
3944
|
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
3945
3945
|
display: flex;
|
|
3946
3946
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -2480,7 +2480,9 @@ function setMessageConfig(options) {
|
|
|
2480
2480
|
rtl = options.rtl;
|
|
2481
2481
|
}
|
|
2482
2482
|
}
|
|
2483
|
-
|
|
2483
|
+
if (typeof window !== "undefined") {
|
|
2484
|
+
document.addEventListener("visibilitychange", visibilitychangeHandler);
|
|
2485
|
+
}
|
|
2484
2486
|
function getRCNotificationInstance(args, callback) {
|
|
2485
2487
|
const prefixCls = args.prefixCls || localPrefixCls;
|
|
2486
2488
|
if (messageInstance) {
|