bhd-components 0.9.25 → 0.9.27
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 +12 -12
- package/dist/index.esm.es5.development.js +4 -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 -1
- package/dist/vendor.esm.es5.production.js +1 -1
- package/es2017/customerService/index.js +3 -2
- package/es2017/message/index.module.less +4 -4
- package/esm/customerService/index.js +3 -2
- package/esm/message/index.module.less +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2229,7 +2229,7 @@
|
|
|
2229
2229
|
"description": "图标,六级填充色"
|
|
2230
2230
|
}
|
|
2231
2231
|
*/
|
|
2232
|
-
.
|
|
2232
|
+
.index_module_customSuccess__bfadff2b.bhd-message-notice .bhd-message-notice-content {
|
|
2233
2233
|
background: #23d9c3 !important;
|
|
2234
2234
|
color: #ffffff;
|
|
2235
2235
|
font-weight: 600;
|
|
@@ -2238,7 +2238,7 @@
|
|
|
2238
2238
|
border-radius: 4px !important;
|
|
2239
2239
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2240
2240
|
}
|
|
2241
|
-
.
|
|
2241
|
+
.index_module_customSuccess__bfadff2b.bhd-message-notice .bhd-message-notice-content > .bhd-message-success > .anticon {
|
|
2242
2242
|
color: #ffffff;
|
|
2243
2243
|
font-size: 14px;
|
|
2244
2244
|
display: inline-flex;
|
|
@@ -2251,9 +2251,9 @@
|
|
|
2251
2251
|
vertical-align: middle;
|
|
2252
2252
|
text-rendering: optimizeLegibility;
|
|
2253
2253
|
-webkit-font-smoothing: antialiased;
|
|
2254
|
-
transform: translateY(-
|
|
2254
|
+
transform: translateY(-1px);
|
|
2255
2255
|
}
|
|
2256
|
-
.
|
|
2256
|
+
.index_module_customWarning__bfadff2b.bhd-message-notice .bhd-message-notice-content {
|
|
2257
2257
|
background-color: #ffc107 !important;
|
|
2258
2258
|
color: #ffffff;
|
|
2259
2259
|
font-weight: 600;
|
|
@@ -2262,7 +2262,7 @@
|
|
|
2262
2262
|
border-radius: 4px !important;
|
|
2263
2263
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2264
2264
|
}
|
|
2265
|
-
.
|
|
2265
|
+
.index_module_customWarning__bfadff2b.bhd-message-notice .bhd-message-notice-content .bhd-message-warning > .anticon {
|
|
2266
2266
|
color: #ffffff;
|
|
2267
2267
|
font-size: 14px;
|
|
2268
2268
|
display: inline-flex;
|
|
@@ -2275,9 +2275,9 @@
|
|
|
2275
2275
|
vertical-align: middle;
|
|
2276
2276
|
text-rendering: optimizeLegibility;
|
|
2277
2277
|
-webkit-font-smoothing: antialiased;
|
|
2278
|
-
transform: translateY(-
|
|
2278
|
+
transform: translateY(-1px);
|
|
2279
2279
|
}
|
|
2280
|
-
.
|
|
2280
|
+
.index_module_customError__bfadff2b.bhd-message-notice .bhd-message-notice-content {
|
|
2281
2281
|
background-color: #f8700c !important;
|
|
2282
2282
|
color: #ffffff;
|
|
2283
2283
|
font-weight: 600;
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
border-radius: 4px !important;
|
|
2287
2287
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2288
2288
|
}
|
|
2289
|
-
.
|
|
2289
|
+
.index_module_customError__bfadff2b.bhd-message-notice .bhd-message-notice-content .bhd-message-error > .anticon {
|
|
2290
2290
|
color: #ffffff;
|
|
2291
2291
|
font-size: 14px;
|
|
2292
2292
|
display: inline-flex;
|
|
@@ -2299,9 +2299,9 @@
|
|
|
2299
2299
|
vertical-align: middle;
|
|
2300
2300
|
text-rendering: optimizeLegibility;
|
|
2301
2301
|
-webkit-font-smoothing: antialiased;
|
|
2302
|
-
transform: translateY(-
|
|
2302
|
+
transform: translateY(-1px);
|
|
2303
2303
|
}
|
|
2304
|
-
.
|
|
2304
|
+
.index_module_customInfo__bfadff2b.bhd-message-notice .bhd-message-notice-content {
|
|
2305
2305
|
background: #5991ef !important;
|
|
2306
2306
|
color: #ffffff;
|
|
2307
2307
|
font-weight: 600;
|
|
@@ -2310,7 +2310,7 @@
|
|
|
2310
2310
|
border-radius: 4px !important;
|
|
2311
2311
|
box-shadow: 0 6px 16px 0 rgba(32, 32, 32, 0.08), 0 3px 6px -4px rgba(49, 49, 49, 0.12), 0 9px 28px 8px rgba(35, 35, 35, 0.05) !important;
|
|
2312
2312
|
}
|
|
2313
|
-
.
|
|
2313
|
+
.index_module_customInfo__bfadff2b.bhd-message-notice .bhd-message-notice-content > .bhd-message-info > .anticon {
|
|
2314
2314
|
color: #ffffff;
|
|
2315
2315
|
font-size: 14px;
|
|
2316
2316
|
display: inline-flex;
|
|
@@ -2323,7 +2323,7 @@
|
|
|
2323
2323
|
vertical-align: middle;
|
|
2324
2324
|
text-rendering: optimizeLegibility;
|
|
2325
2325
|
-webkit-font-smoothing: antialiased;
|
|
2326
|
-
transform: translateY(-
|
|
2326
|
+
transform: translateY(-1px);
|
|
2327
2327
|
}
|
|
2328
2328
|
|
|
2329
2329
|
/* 变量色值 */
|
|
@@ -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__bfadff2b","customWarning":"index_module_customWarning__bfadff2b","customError":"index_module_customError__bfadff2b","customInfo":"index_module_customInfo__bfadff2b"};
|
|
608
608
|
|
|
609
609
|
var _message, _message1, _message2, _message3, _message4, _message5, _message6, _message7, _message8;
|
|
610
610
|
var BhdMessage = _object_spread_props(_object_spread({}, AntdMessage), {
|
|
@@ -11173,6 +11173,7 @@ var CustomerService = function(props) {
|
|
|
11173
11173
|
value: keyWord,
|
|
11174
11174
|
onChange: function(e) {
|
|
11175
11175
|
setKeyWord(e.target.value);
|
|
11176
|
+
var value = e.target.value;
|
|
11176
11177
|
if (e.target.value == "") {
|
|
11177
11178
|
setQuestionsList([]);
|
|
11178
11179
|
clearTimeout(timer.current);
|
|
@@ -11180,9 +11181,9 @@ var CustomerService = function(props) {
|
|
|
11180
11181
|
clearTimeout(timer.current);
|
|
11181
11182
|
timer.current = setTimeout(function() {
|
|
11182
11183
|
if (config && config.type == "video") {
|
|
11183
|
-
getQuestiionsList(String(
|
|
11184
|
+
getQuestiionsList(String(value), 3);
|
|
11184
11185
|
} else {
|
|
11185
|
-
getQuestiionsList(String(
|
|
11186
|
+
getQuestiionsList(String(value), 2);
|
|
11186
11187
|
}
|
|
11187
11188
|
}, 1000);
|
|
11188
11189
|
}
|