@cloudtower/eagle 0.25.7 → 0.25.9
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 +216 -210
- package/dist/esm/index.js +11 -1
- package/dist/esm/stats1.html +1 -1
- package/dist/font.css +2 -2
- package/dist/style.css +863 -857
- package/dist/umd/index.js +11 -1
- package/dist/umd/stats1.html +1 -1
- package/package.json +5 -5
package/dist/components.css
CHANGED
|
@@ -1538,14 +1538,14 @@ input[type=submit] {
|
|
|
1538
1538
|
cursor: pointer;
|
|
1539
1539
|
}
|
|
1540
1540
|
/* variable font */
|
|
1541
|
-
body {
|
|
1541
|
+
html body {
|
|
1542
1542
|
font-family: "Inter", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
1543
1543
|
-webkit-font-smoothing: antialiased;
|
|
1544
1544
|
-moz-osx-font-smoothing: grayscale;
|
|
1545
1545
|
}
|
|
1546
1546
|
|
|
1547
1547
|
@supports (font-variation-settings: normal) {
|
|
1548
|
-
body {
|
|
1548
|
+
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
|
}
|
|
@@ -1797,6 +1797,21 @@ 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 @@ 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;
|
|
@@ -1881,61 +1881,87 @@ body {
|
|
|
1881
1881
|
position: absolute;
|
|
1882
1882
|
}
|
|
1883
1883
|
|
|
1884
|
-
.
|
|
1885
|
-
|
|
1886
|
-
justify-content:
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1884
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
|
|
1885
|
+
flex-direction: row;
|
|
1886
|
+
justify-content: stretch;
|
|
1887
|
+
}
|
|
1888
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
|
|
1889
|
+
padding: 0;
|
|
1890
|
+
margin-right: 4px;
|
|
1891
|
+
flex: 1;
|
|
1892
|
+
overflow: visible;
|
|
1893
|
+
}
|
|
1894
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
1895
|
+
display: none;
|
|
1896
|
+
}
|
|
1897
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
1898
|
+
width: 100%;
|
|
1899
|
+
min-height: unset;
|
|
1900
|
+
}
|
|
1901
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
1902
|
+
height: 26px;
|
|
1903
|
+
line-height: 26px;
|
|
1904
|
+
width: 100%;
|
|
1905
|
+
text-align: center;
|
|
1906
|
+
padding: 0;
|
|
1890
1907
|
font-size: 12px;
|
|
1891
|
-
|
|
1908
|
+
font-weight: normal;
|
|
1892
1909
|
}
|
|
1893
|
-
.
|
|
1894
|
-
|
|
1910
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
1911
|
+
margin-right: 10px;
|
|
1895
1912
|
}
|
|
1896
|
-
.
|
|
1897
|
-
display:
|
|
1898
|
-
align-items: center;
|
|
1899
|
-
border-radius: 6px;
|
|
1900
|
-
cursor: pointer;
|
|
1901
|
-
transition: all 0.3s ease;
|
|
1913
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
1914
|
+
display: none;
|
|
1902
1915
|
}
|
|
1903
|
-
.
|
|
1904
|
-
|
|
1905
|
-
color: #0080ff;
|
|
1916
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child .ant-steps-item-container {
|
|
1917
|
+
border-radius: 4px 0 0 4px;
|
|
1906
1918
|
}
|
|
1907
|
-
.
|
|
1908
|
-
margin-
|
|
1919
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child {
|
|
1920
|
+
margin-right: 0;
|
|
1909
1921
|
}
|
|
1910
|
-
.
|
|
1911
|
-
|
|
1912
|
-
align-items: center;
|
|
1913
|
-
color: #0080ff;
|
|
1914
|
-
font-weight: bold;
|
|
1922
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:last-child .ant-steps-item-container {
|
|
1923
|
+
border-radius: 0 4px 4px 0;
|
|
1915
1924
|
}
|
|
1916
|
-
.
|
|
1917
|
-
|
|
1925
|
+
.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 {
|
|
1926
|
+
content: "";
|
|
1927
|
+
width: 0;
|
|
1928
|
+
height: 0;
|
|
1929
|
+
border: 13px solid transparent;
|
|
1930
|
+
position: absolute;
|
|
1931
|
+
top: 0;
|
|
1932
|
+
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
1933
|
+
right: -21px;
|
|
1934
|
+
z-index: 2;
|
|
1918
1935
|
}
|
|
1919
|
-
.
|
|
1920
|
-
|
|
1921
|
-
|
|
1936
|
+
.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 {
|
|
1937
|
+
content: "";
|
|
1938
|
+
width: 0;
|
|
1939
|
+
height: 0;
|
|
1940
|
+
border: 13px solid transparent;
|
|
1941
|
+
position: absolute;
|
|
1942
|
+
top: 0;
|
|
1943
|
+
border-left: 8px solid #fff;
|
|
1944
|
+
left: 0;
|
|
1922
1945
|
}
|
|
1923
|
-
.
|
|
1924
|
-
|
|
1925
|
-
color: #0080ff;
|
|
1946
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-container {
|
|
1947
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
1926
1948
|
}
|
|
1927
|
-
.
|
|
1928
|
-
|
|
1949
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active::after {
|
|
1950
|
+
border-left-color: rgba(0, 136, 255, 0.1) !important;
|
|
1929
1951
|
}
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
max-height: calc(100vh - 128px);
|
|
1933
|
-
overflow-y: auto;
|
|
1952
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-active .ant-steps-item-title {
|
|
1953
|
+
color: #005ed1;
|
|
1934
1954
|
}
|
|
1935
|
-
.
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1955
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-container,
|
|
1956
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-container {
|
|
1957
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
1958
|
+
}
|
|
1959
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-wait .ant-steps-item-title,
|
|
1960
|
+
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-finish .ant-steps-item-title {
|
|
1961
|
+
color: rgba(44, 56, 82, 0.6);
|
|
1962
|
+
}
|
|
1963
|
+
.s3mgie3 .ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
|
|
1964
|
+
padding: 0;
|
|
1939
1965
|
}
|
|
1940
1966
|
|
|
1941
1967
|
.rxbeqvl.ant-radio-wrapper {
|
|
@@ -2080,87 +2106,61 @@ body {
|
|
|
2080
2106
|
width: 36px;
|
|
2081
2107
|
}
|
|
2082
2108
|
|
|
2083
|
-
.
|
|
2084
|
-
|
|
2085
|
-
justify-content:
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
margin-right: 4px;
|
|
2090
|
-
flex: 1;
|
|
2091
|
-
overflow: visible;
|
|
2092
|
-
}
|
|
2093
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
|
|
2094
|
-
display: none;
|
|
2095
|
-
}
|
|
2096
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
|
|
2097
|
-
width: 100%;
|
|
2098
|
-
min-height: unset;
|
|
2099
|
-
}
|
|
2100
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title {
|
|
2101
|
-
height: 26px;
|
|
2102
|
-
line-height: 26px;
|
|
2103
|
-
width: 100%;
|
|
2104
|
-
text-align: center;
|
|
2105
|
-
padding: 0;
|
|
2109
|
+
.p12gwtiw {
|
|
2110
|
+
display: flex;
|
|
2111
|
+
justify-content: space-between;
|
|
2112
|
+
align-items: center;
|
|
2113
|
+
padding: 10px 0;
|
|
2114
|
+
color: rgba(44, 56, 82, 0.6);
|
|
2106
2115
|
font-size: 12px;
|
|
2107
|
-
|
|
2108
|
-
}
|
|
2109
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title .step-count {
|
|
2110
|
-
margin-right: 10px;
|
|
2111
|
-
}
|
|
2112
|
-
.s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content .ant-steps-item-title::after {
|
|
2113
|
-
display: none;
|
|
2116
|
+
line-height: 24px;
|
|
2114
2117
|
}
|
|
2115
|
-
.
|
|
2116
|
-
|
|
2118
|
+
.p12gwtiw .pagination-left {
|
|
2119
|
+
padding: 2px 8px;
|
|
2117
2120
|
}
|
|
2118
|
-
.
|
|
2119
|
-
|
|
2121
|
+
.p12gwtiw .dropdown-trigger {
|
|
2122
|
+
display: flex;
|
|
2123
|
+
align-items: center;
|
|
2124
|
+
border-radius: 6px;
|
|
2125
|
+
cursor: pointer;
|
|
2126
|
+
transition: all 0.3s ease;
|
|
2120
2127
|
}
|
|
2121
|
-
.
|
|
2122
|
-
|
|
2128
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
2129
|
+
background: rgba(211, 218, 235, 0.6);
|
|
2130
|
+
color: #0080ff;
|
|
2123
2131
|
}
|
|
2124
|
-
.
|
|
2125
|
-
|
|
2126
|
-
width: 0;
|
|
2127
|
-
height: 0;
|
|
2128
|
-
border: 13px solid transparent;
|
|
2129
|
-
position: absolute;
|
|
2130
|
-
top: 0;
|
|
2131
|
-
border-left: 8px solid rgba(237, 241, 250, 0.6);
|
|
2132
|
-
right: -21px;
|
|
2133
|
-
z-index: 2;
|
|
2132
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
2133
|
+
margin-left: 4px;
|
|
2134
2134
|
}
|
|
2135
|
-
.
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
position: absolute;
|
|
2141
|
-
top: 0;
|
|
2142
|
-
border-left: 8px solid #fff;
|
|
2143
|
-
left: 0;
|
|
2135
|
+
.p12gwtiw .pagination-right {
|
|
2136
|
+
display: flex;
|
|
2137
|
+
align-items: center;
|
|
2138
|
+
color: #0080ff;
|
|
2139
|
+
font-weight: bold;
|
|
2144
2140
|
}
|
|
2145
|
-
.
|
|
2146
|
-
|
|
2141
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
2142
|
+
margin-left: 4px;
|
|
2147
2143
|
}
|
|
2148
|
-
.
|
|
2149
|
-
|
|
2144
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
2145
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
2146
|
+
padding: 0 8px;
|
|
2150
2147
|
}
|
|
2151
|
-
.
|
|
2152
|
-
|
|
2148
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
2149
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
2150
|
+
color: #0080ff;
|
|
2153
2151
|
}
|
|
2154
|
-
.
|
|
2155
|
-
|
|
2156
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
2152
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
2153
|
+
transform: rotate(180deg);
|
|
2157
2154
|
}
|
|
2158
|
-
|
|
2159
|
-
.
|
|
2160
|
-
|
|
2155
|
+
|
|
2156
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
2157
|
+
max-height: calc(100vh - 128px);
|
|
2158
|
+
overflow-y: auto;
|
|
2161
2159
|
}
|
|
2162
|
-
.
|
|
2163
|
-
padding:
|
|
2160
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
2161
|
+
padding: 4px 20px;
|
|
2162
|
+
font-size: 12px;
|
|
2163
|
+
line-height: 18px;
|
|
2164
2164
|
}
|
|
2165
2165
|
|
|
2166
2166
|
.cz04yix {
|
|
@@ -3246,87 +3246,6 @@ input.rrg1fkn.ant-input {
|
|
|
3246
3246
|
background: #fff;
|
|
3247
3247
|
}
|
|
3248
3248
|
|
|
3249
|
-
.s1fc623g {
|
|
3250
|
-
width: 430px !important;
|
|
3251
|
-
}
|
|
3252
|
-
|
|
3253
|
-
.da3mx0o .ant-select-item-group {
|
|
3254
|
-
padding: 8px 16px;
|
|
3255
|
-
line-height: 18px;
|
|
3256
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3257
|
-
height: 34px;
|
|
3258
|
-
min-height: 34px;
|
|
3259
|
-
box-sizing: border-box;
|
|
3260
|
-
margin-top: 8px;
|
|
3261
|
-
}
|
|
3262
|
-
.da3mx0o .rc-virtual-list-holder-inner {
|
|
3263
|
-
top: -20px !important;
|
|
3264
|
-
}
|
|
3265
|
-
|
|
3266
|
-
.onr9gzt {
|
|
3267
|
-
display: flex;
|
|
3268
|
-
flex-direction: column;
|
|
3269
|
-
margin: 1px 8px;
|
|
3270
|
-
padding: 8px;
|
|
3271
|
-
border-radius: 4px;
|
|
3272
|
-
}
|
|
3273
|
-
.onr9gzt .selected-icon {
|
|
3274
|
-
display: none;
|
|
3275
|
-
}
|
|
3276
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
3277
|
-
padding-left: 8px;
|
|
3278
|
-
}
|
|
3279
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
3280
|
-
background-color: white;
|
|
3281
|
-
}
|
|
3282
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3283
|
-
color: #0080ff;
|
|
3284
|
-
}
|
|
3285
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3286
|
-
display: block;
|
|
3287
|
-
}
|
|
3288
|
-
.onr9gzt.ant-select-item-option-active {
|
|
3289
|
-
background: rgba(0, 136, 255, 0.16);
|
|
3290
|
-
}
|
|
3291
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3292
|
-
color: #0080ff;
|
|
3293
|
-
}
|
|
3294
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3295
|
-
background: rgba(0, 136, 255, 0.1);
|
|
3296
|
-
color: #0080ff;
|
|
3297
|
-
}
|
|
3298
|
-
|
|
3299
|
-
.oiy0apc {
|
|
3300
|
-
display: flex;
|
|
3301
|
-
justify-content: space-between;
|
|
3302
|
-
height: 20px;
|
|
3303
|
-
line-height: 20px;
|
|
3304
|
-
}
|
|
3305
|
-
.oiy0apc .timezone-title {
|
|
3306
|
-
color: #2d3a56;
|
|
3307
|
-
overflow: hidden;
|
|
3308
|
-
text-overflow: ellipsis;
|
|
3309
|
-
}
|
|
3310
|
-
|
|
3311
|
-
.of4y382 {
|
|
3312
|
-
display: flex;
|
|
3313
|
-
justify-content: space-between;
|
|
3314
|
-
color: rgba(44, 56, 82, 0.6);
|
|
3315
|
-
height: 18px;
|
|
3316
|
-
line-height: 18px;
|
|
3317
|
-
margin-top: 2px;
|
|
3318
|
-
}
|
|
3319
|
-
|
|
3320
|
-
.t19903l9 {
|
|
3321
|
-
border: none;
|
|
3322
|
-
margin-right: 0;
|
|
3323
|
-
background: rgba(225, 230, 241, 0.6);
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
.i1e4sgug {
|
|
3327
|
-
display: inline-block;
|
|
3328
|
-
}
|
|
3329
|
-
|
|
3330
3249
|
.d6j0lbj {
|
|
3331
3250
|
font-family: Inter;
|
|
3332
3251
|
font-style: normal;
|
|
@@ -3802,6 +3721,91 @@ input.rrg1fkn.ant-input {
|
|
|
3802
3721
|
line-height: 12px;
|
|
3803
3722
|
}
|
|
3804
3723
|
|
|
3724
|
+
.s1fc623g {
|
|
3725
|
+
width: 430px !important;
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
.da3mx0o .ant-select-item-group {
|
|
3729
|
+
padding: 8px 16px;
|
|
3730
|
+
line-height: 18px;
|
|
3731
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
3732
|
+
height: 34px;
|
|
3733
|
+
min-height: 34px;
|
|
3734
|
+
box-sizing: border-box;
|
|
3735
|
+
margin-top: 8px;
|
|
3736
|
+
}
|
|
3737
|
+
|
|
3738
|
+
.onr9gzt {
|
|
3739
|
+
display: flex;
|
|
3740
|
+
flex-direction: column;
|
|
3741
|
+
margin: 1px 8px;
|
|
3742
|
+
padding: 8px;
|
|
3743
|
+
border-radius: 4px;
|
|
3744
|
+
}
|
|
3745
|
+
.onr9gzt .selected-icon {
|
|
3746
|
+
display: none;
|
|
3747
|
+
}
|
|
3748
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
3749
|
+
padding-left: 8px;
|
|
3750
|
+
}
|
|
3751
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
3752
|
+
background-color: white;
|
|
3753
|
+
}
|
|
3754
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
3755
|
+
color: #0080ff;
|
|
3756
|
+
}
|
|
3757
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
3758
|
+
display: block;
|
|
3759
|
+
}
|
|
3760
|
+
.onr9gzt.ant-select-item-option-active {
|
|
3761
|
+
background: rgba(0, 136, 255, 0.16);
|
|
3762
|
+
}
|
|
3763
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
3764
|
+
color: #0080ff;
|
|
3765
|
+
}
|
|
3766
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
3767
|
+
background: rgba(0, 136, 255, 0.1);
|
|
3768
|
+
color: #0080ff;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.oiy0apc {
|
|
3772
|
+
display: flex;
|
|
3773
|
+
justify-content: space-between;
|
|
3774
|
+
height: 20px;
|
|
3775
|
+
line-height: 20px;
|
|
3776
|
+
}
|
|
3777
|
+
.oiy0apc .timezone-title {
|
|
3778
|
+
color: #2d3a56;
|
|
3779
|
+
overflow: hidden;
|
|
3780
|
+
text-overflow: ellipsis;
|
|
3781
|
+
}
|
|
3782
|
+
|
|
3783
|
+
.of4y382 {
|
|
3784
|
+
display: flex;
|
|
3785
|
+
justify-content: space-between;
|
|
3786
|
+
color: rgba(44, 56, 82, 0.6);
|
|
3787
|
+
height: 18px;
|
|
3788
|
+
line-height: 18px;
|
|
3789
|
+
margin-top: 2px;
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
.t19903l9 {
|
|
3793
|
+
border: none;
|
|
3794
|
+
margin-right: 0;
|
|
3795
|
+
background: rgba(225, 230, 241, 0.6);
|
|
3796
|
+
}
|
|
3797
|
+
|
|
3798
|
+
.ohwbvxu {
|
|
3799
|
+
pointer-events: none;
|
|
3800
|
+
height: 32px;
|
|
3801
|
+
width: 100%;
|
|
3802
|
+
opacity: 0;
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
.i1e4sgug {
|
|
3806
|
+
display: inline-block;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3805
3809
|
.c198s9j3 {
|
|
3806
3810
|
color: #2d3a56;
|
|
3807
3811
|
line-height: 22px;
|
|
@@ -4398,10 +4402,12 @@ input.rrg1fkn.ant-input {
|
|
|
4398
4402
|
.f1p9ti6d .ant-form-item-explain {
|
|
4399
4403
|
margin-top: 4px;
|
|
4400
4404
|
font-size: 12px;
|
|
4405
|
+
min-height: 0px;
|
|
4401
4406
|
}
|
|
4402
4407
|
.f1p9ti6d .ant-form-item-extra {
|
|
4403
4408
|
font-size: 12px;
|
|
4404
4409
|
color: rgba(44, 56, 82, 0.6);
|
|
4410
|
+
min-height: 0px;
|
|
4405
4411
|
}
|
|
4406
4412
|
|
|
4407
4413
|
.a6dbbkm .ant-input-number-handler-wrap {
|
package/dist/esm/index.js
CHANGED
|
@@ -4455,6 +4455,7 @@ const OptionWrapperStyle = cx("onr9gzt", Typo.Label.l3_regular);
|
|
|
4455
4455
|
const OptionFirstLineStyle = cx("oiy0apc", Typo.Label.l3_regular);
|
|
4456
4456
|
const OptionSecondLineStyle = cx("of4y382", Typo.Label.l4_regular);
|
|
4457
4457
|
const TagStyle = "t19903l9";
|
|
4458
|
+
const OptionPlaceholder = "ohwbvxu";
|
|
4458
4459
|
const BrowserTimeValue = "browser_time_zone";
|
|
4459
4460
|
const browserTzName = Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
4460
4461
|
const browserTz = allTimeZones.find(tz => tz.value === browserTzName) || allTimeZones[0];
|
|
@@ -4505,6 +4506,7 @@ const TimeZoneSelect = props => {
|
|
|
4505
4506
|
}));
|
|
4506
4507
|
});
|
|
4507
4508
|
return /* @__PURE__ */React.createElement(Select, {
|
|
4509
|
+
open: true,
|
|
4508
4510
|
className: cx(SelectStyle, className),
|
|
4509
4511
|
dropdownClassName: DropdownStyle,
|
|
4510
4512
|
placeholder: /* @__PURE__ */React.createElement("span", null, placeholder || t("components.time_zone_select_placeholder")),
|
|
@@ -4513,6 +4515,11 @@ const TimeZoneSelect = props => {
|
|
|
4513
4515
|
showSearch: true,
|
|
4514
4516
|
disabled,
|
|
4515
4517
|
filterOption: (keyword, option) => {
|
|
4518
|
+
const hasSome = allTimeZones.some(tz => tz.value.toLowerCase().includes(keyword));
|
|
4519
|
+
if (!hasSome) return false;
|
|
4520
|
+
if ((option == null ? void 0 : option.value) === "_placeholder_") {
|
|
4521
|
+
return true;
|
|
4522
|
+
}
|
|
4516
4523
|
return ((option == null ? void 0 : option.value) || "").toLowerCase().includes(keyword.toLowerCase());
|
|
4517
4524
|
},
|
|
4518
4525
|
optionLabelProp: "label",
|
|
@@ -4537,7 +4544,10 @@ const TimeZoneSelect = props => {
|
|
|
4537
4544
|
offset: 0,
|
|
4538
4545
|
abbr: "GMT"
|
|
4539
4546
|
}
|
|
4540
|
-
})), timeZoneOptionGroups
|
|
4547
|
+
})), timeZoneOptionGroups, /* @__PURE__ */React.createElement(Select$1.Option, {
|
|
4548
|
+
value: "_placeholder_",
|
|
4549
|
+
className: OptionPlaceholder
|
|
4550
|
+
}, "_placeholder_"));
|
|
4541
4551
|
};
|
|
4542
4552
|
function getUTCOffsetText(offset) {
|
|
4543
4553
|
if (offset === 0) {
|