bhd-components 0.10.49 → 0.10.50
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/index.esm.es5.development.js +2 -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/AIMessageList/components/footer/index.js +2 -1
- package/es2017/AIMessageList/type.d.ts +1 -0
- package/esm/AIMessageList/components/footer/index.js +2 -1
- package/esm/AIMessageList/type.d.ts +1 -0
- package/package.json +1 -1
|
@@ -16088,7 +16088,7 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
16088
16088
|
var footerConfig = props.footerConfig, prefix = props.prefix, errorCallback = props.errorCallback, apiRef = props.apiRef;
|
|
16089
16089
|
var _footerConfig_placeholder = footerConfig.placeholder, placeholder = _footerConfig_placeholder === void 0 ? defaultProps.placeholder : _footerConfig_placeholder, _footerConfig_className = footerConfig.className, className = _footerConfig_className === void 0 ? defaultProps.className : _footerConfig_className, _footerConfig_maxLength = footerConfig.maxLength, maxLength = _footerConfig_maxLength === void 0 ? defaultProps.maxLength : _footerConfig_maxLength, renderAction = footerConfig.renderAction, fileUpload = footerConfig.fileUpload, sendMsgAjaxParams = footerConfig.sendMsgAjaxParams, _footerConfig_onClickStop = footerConfig.onClickStop, onClickStop = _footerConfig_onClickStop === void 0 ? function() {} : _footerConfig_onClickStop, _footerConfig_conversionContent = footerConfig.conversionContent, conversionContent = _footerConfig_conversionContent === void 0 ? function(str) {
|
|
16090
16090
|
return str;
|
|
16091
|
-
} : _footerConfig_conversionContent;
|
|
16091
|
+
} : _footerConfig_conversionContent, renderTopContent = footerConfig.renderTopContent;
|
|
16092
16092
|
if (fileUpload) {
|
|
16093
16093
|
fileUpload = _object_spread({}, defaultFileUploadProps, fileUpload);
|
|
16094
16094
|
}
|
|
@@ -16449,6 +16449,7 @@ var Footer = /*#__PURE__*/ forwardRef(function(props, ref) {
|
|
|
16449
16449
|
children: /*#__PURE__*/ jsxs("div", {
|
|
16450
16450
|
className: "".concat(getCls("footerBody"), " ").concat(judegTextLengthWarn() ? getCls("footerBodyWarn") : ""),
|
|
16451
16451
|
children: [
|
|
16452
|
+
renderTopContent && renderTopContent(),
|
|
16452
16453
|
fileUpload && /*#__PURE__*/ jsx("div", {
|
|
16453
16454
|
className: getCls("footerFile"),
|
|
16454
16455
|
children: /*#__PURE__*/ jsx(FileList$1, {
|