bhd-components 0.9.16 → 0.9.17
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/README.md +1 -1
- package/dist/index.esm.es5.development.css +6 -11
- package/dist/index.esm.es5.development.js +11 -3
- package/dist/index.esm.es5.production.css +1 -1
- package/dist/index.esm.es5.production.js +1 -1
- package/dist/vendor.esm.es5.development.js +1 -6
- package/dist/vendor.esm.es5.production.js +3 -3
- package/es2017/bhdSelect/index.js +10 -2
- package/es2017/message/index.module.less +0 -3
- package/esm/bhdSelect/index.js +10 -2
- package/esm/message/index.module.less +0 -3
- package/package.json +9 -3
package/README.md
CHANGED
|
@@ -2223,18 +2223,13 @@
|
|
|
2223
2223
|
"description": "图标,六级填充色"
|
|
2224
2224
|
}
|
|
2225
2225
|
*/
|
|
2226
|
-
{
|
|
2227
|
-
/* 成功 */
|
|
2228
|
-
/* 警告 */
|
|
2229
|
-
/* 错误 */
|
|
2230
|
-
}
|
|
2231
|
-
.index_module_customSuccess__5425ddbb.bhd-message-notice .bhd-message-notice-content {
|
|
2226
|
+
.index_module_customSuccess__dc4e3d45.bhd-message-notice .bhd-message-notice-content {
|
|
2232
2227
|
background: #5991ef !important;
|
|
2233
2228
|
color: #ffffff;
|
|
2234
2229
|
font-weight: 500;
|
|
2235
2230
|
font-size: 14px;
|
|
2236
2231
|
}
|
|
2237
|
-
.
|
|
2232
|
+
.index_module_customSuccess__dc4e3d45.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
|
|
2238
2233
|
color: #ffffff;
|
|
2239
2234
|
font-size: 14px;
|
|
2240
2235
|
display: inline-flex;
|
|
@@ -2248,13 +2243,13 @@
|
|
|
2248
2243
|
text-rendering: optimizeLegibility;
|
|
2249
2244
|
-webkit-font-smoothing: antialiased;
|
|
2250
2245
|
}
|
|
2251
|
-
.
|
|
2246
|
+
.index_module_customWarning__dc4e3d45.bhd-message-notice .bhd-message-notice-content {
|
|
2252
2247
|
background-color: #fadb14 !important;
|
|
2253
2248
|
color: #ffffff;
|
|
2254
2249
|
font-weight: 500;
|
|
2255
2250
|
font-size: 14px;
|
|
2256
2251
|
}
|
|
2257
|
-
.
|
|
2252
|
+
.index_module_customWarning__dc4e3d45.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
|
|
2258
2253
|
color: #ffffff;
|
|
2259
2254
|
font-size: 14px;
|
|
2260
2255
|
display: inline-flex;
|
|
@@ -2268,13 +2263,13 @@
|
|
|
2268
2263
|
text-rendering: optimizeLegibility;
|
|
2269
2264
|
-webkit-font-smoothing: antialiased;
|
|
2270
2265
|
}
|
|
2271
|
-
.
|
|
2266
|
+
.index_module_customError__dc4e3d45.bhd-message-notice .bhd-message-notice-content {
|
|
2272
2267
|
background-color: #f8700c !important;
|
|
2273
2268
|
color: #ffffff;
|
|
2274
2269
|
font-weight: 500;
|
|
2275
2270
|
font-size: 14px;
|
|
2276
2271
|
}
|
|
2277
|
-
.
|
|
2272
|
+
.index_module_customError__dc4e3d45.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
|
|
2278
2273
|
color: #ffffff;
|
|
2279
2274
|
font-size: 14px;
|
|
2280
2275
|
display: inline-flex;
|
|
@@ -604,7 +604,7 @@ var i18Conversion$1 = i18Conversion;
|
|
|
604
604
|
};
|
|
605
605
|
var BhdTableSimple$1 = BhdTableSimple;
|
|
606
606
|
|
|
607
|
-
var modules_63b47c51$9 = {"customSuccess":"
|
|
607
|
+
var modules_63b47c51$9 = {"customSuccess":"index_module_customSuccess__dc4e3d45","customWarning":"index_module_customWarning__dc4e3d45","customError":"index_module_customError__dc4e3d45"};
|
|
608
608
|
|
|
609
609
|
var CustomCloseSvg = function() {
|
|
610
610
|
return /*#__PURE__*/ jsx("svg", {
|
|
@@ -2140,9 +2140,17 @@ var BhdSelect = function(props) {
|
|
|
2140
2140
|
var renderSuffixIcon = function() {
|
|
2141
2141
|
switch(arrowType){
|
|
2142
2142
|
case "table":
|
|
2143
|
-
return /*#__PURE__*/ jsx(CaretDownOutlined, {
|
|
2143
|
+
return /*#__PURE__*/ jsx(CaretDownOutlined, {
|
|
2144
|
+
style: {
|
|
2145
|
+
pointerEvents: "none"
|
|
2146
|
+
}
|
|
2147
|
+
});
|
|
2144
2148
|
default:
|
|
2145
|
-
return /*#__PURE__*/ jsx(CustomArrow$1, {
|
|
2149
|
+
return /*#__PURE__*/ jsx(CustomArrow$1, {
|
|
2150
|
+
style: {
|
|
2151
|
+
pointerEvents: "none"
|
|
2152
|
+
}
|
|
2153
|
+
});
|
|
2146
2154
|
}
|
|
2147
2155
|
};
|
|
2148
2156
|
var filterOption = function() {
|