@cloudtower/eagle 0.26.3 → 0.26.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.css +209 -209
- package/dist/esm/index.js +1 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/style.css +492 -492
- package/dist/umd/index.js +1 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1549,6 +1549,50 @@ html body {
|
|
|
1549
1549
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1550
1550
|
}
|
|
1551
1551
|
}
|
|
1552
|
+
.fde5mpd {
|
|
1553
|
+
width: 100%;
|
|
1554
|
+
height: 100%;
|
|
1555
|
+
min-height: 124px;
|
|
1556
|
+
display: flex;
|
|
1557
|
+
flex-direction: column;
|
|
1558
|
+
justify-content: center;
|
|
1559
|
+
align-items: center;
|
|
1560
|
+
}
|
|
1561
|
+
.fde5mpd .error-text {
|
|
1562
|
+
color: rgba(10, 37, 85, 0.6);
|
|
1563
|
+
margin-bottom: 16px;
|
|
1564
|
+
font-size: 18px;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.bpq0js6 {
|
|
1568
|
+
padding: 4px 11px;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.b15sn34c {
|
|
1572
|
+
white-space: nowrap;
|
|
1573
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
1574
|
+
}
|
|
1575
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1576
|
+
--color: #0080ff;
|
|
1577
|
+
}
|
|
1578
|
+
.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] {
|
|
1579
|
+
--color: #0080ff;
|
|
1580
|
+
}
|
|
1581
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1582
|
+
margin-left: 1px;
|
|
1583
|
+
}
|
|
1584
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1585
|
+
border-top-right-radius: 0;
|
|
1586
|
+
border-bottom-right-radius: 0;
|
|
1587
|
+
}
|
|
1588
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1589
|
+
border-top-left-radius: 0;
|
|
1590
|
+
border-bottom-left-radius: 0;
|
|
1591
|
+
}
|
|
1592
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1593
|
+
border-radius: unset;
|
|
1594
|
+
}
|
|
1595
|
+
|
|
1552
1596
|
.buj61ew.ant-btn {
|
|
1553
1597
|
height: 32px;
|
|
1554
1598
|
border-radius: 6px;
|
|
@@ -1797,48 +1841,17 @@ html body {
|
|
|
1797
1841
|
padding: 0;
|
|
1798
1842
|
}
|
|
1799
1843
|
|
|
1800
|
-
.
|
|
1801
|
-
|
|
1802
|
-
height:
|
|
1803
|
-
|
|
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);
|
|
1804
1851
|
display: flex;
|
|
1805
|
-
flex-direction: column;
|
|
1806
|
-
justify-content: center;
|
|
1807
1852
|
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
|
-
|
|
1815
|
-
.bpq0js6 {
|
|
1816
|
-
padding: 4px 11px;
|
|
1817
|
-
}
|
|
1818
|
-
|
|
1819
|
-
.b15sn34c {
|
|
1820
1853
|
white-space: nowrap;
|
|
1821
|
-
|
|
1822
|
-
}
|
|
1823
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
1824
|
-
--color: #0080ff;
|
|
1825
|
-
}
|
|
1826
|
-
.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] {
|
|
1827
|
-
--color: #0080ff;
|
|
1828
|
-
}
|
|
1829
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
1830
|
-
margin-left: 1px;
|
|
1831
|
-
}
|
|
1832
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
1833
|
-
border-top-right-radius: 0;
|
|
1834
|
-
border-bottom-right-radius: 0;
|
|
1835
|
-
}
|
|
1836
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
1837
|
-
border-top-left-radius: 0;
|
|
1838
|
-
border-bottom-left-radius: 0;
|
|
1839
|
-
}
|
|
1840
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
1841
|
-
border-radius: unset;
|
|
1854
|
+
margin-right: 4px;
|
|
1842
1855
|
}
|
|
1843
1856
|
|
|
1844
1857
|
.i1mrf09m {
|
|
@@ -1859,17 +1872,70 @@ html body {
|
|
|
1859
1872
|
animation: rotate 680ms linear infinite;
|
|
1860
1873
|
}
|
|
1861
1874
|
|
|
1862
|
-
.
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1875
|
+
.obf05yr {
|
|
1876
|
+
display: inline-block;
|
|
1877
|
+
}
|
|
1878
|
+
|
|
1879
|
+
.hsms1n6 {
|
|
1880
|
+
visibility: hidden;
|
|
1881
|
+
position: absolute;
|
|
1882
|
+
}
|
|
1883
|
+
|
|
1884
|
+
.p12gwtiw {
|
|
1869
1885
|
display: flex;
|
|
1886
|
+
justify-content: space-between;
|
|
1870
1887
|
align-items: center;
|
|
1871
|
-
|
|
1872
|
-
|
|
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;
|
|
1873
1939
|
}
|
|
1874
1940
|
|
|
1875
1941
|
.cz04yix {
|
|
@@ -2816,157 +2882,6 @@ input.rrg1fkn.ant-input {
|
|
|
2816
2882
|
padding: 0;
|
|
2817
2883
|
}
|
|
2818
2884
|
|
|
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
|
-
|
|
2970
2885
|
.t1upn1sz {
|
|
2971
2886
|
height: 100%;
|
|
2972
2887
|
}
|
|
@@ -3330,6 +3245,87 @@ input.rrg1fkn.ant-input {
|
|
|
3330
3245
|
background: #fff;
|
|
3331
3246
|
}
|
|
3332
3247
|
|
|
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
|
+
|
|
3333
3329
|
.d6j0lbj {
|
|
3334
3330
|
font-family: Inter;
|
|
3335
3331
|
font-style: normal;
|
|
@@ -3805,6 +3801,10 @@ input.rrg1fkn.ant-input {
|
|
|
3805
3801
|
line-height: 12px;
|
|
3806
3802
|
}
|
|
3807
3803
|
|
|
3804
|
+
.i1e4sgug {
|
|
3805
|
+
display: inline-block;
|
|
3806
|
+
}
|
|
3807
|
+
|
|
3808
3808
|
.c198s9j3 {
|
|
3809
3809
|
color: #2d3a56;
|
|
3810
3810
|
line-height: 22px;
|
|
@@ -3876,16 +3876,6 @@ 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
|
-
|
|
3889
3879
|
.shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
|
|
3890
3880
|
border-radius: 6px;
|
|
3891
3881
|
}
|
|
@@ -3941,6 +3931,16 @@ input.rrg1fkn.ant-input {
|
|
|
3941
3931
|
transform: rotate(180deg);
|
|
3942
3932
|
}
|
|
3943
3933
|
|
|
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
|
@@ -4760,7 +4760,7 @@ const TimeZoneSelect = props => {
|
|
|
4760
4760
|
showSearch: true,
|
|
4761
4761
|
disabled,
|
|
4762
4762
|
filterOption: (keyword, option) => {
|
|
4763
|
-
const hasSome = allTimeZones.some(tz => tz.value.toLowerCase().includes(keyword));
|
|
4763
|
+
const hasSome = allTimeZones.some(tz => tz.value.toLowerCase().includes(keyword.toLowerCase()));
|
|
4764
4764
|
if (!hasSome) return false;
|
|
4765
4765
|
if ((option == null ? void 0 : option.value) === "_placeholder_") {
|
|
4766
4766
|
return true;
|