bhd-components 0.5.1 → 0.5.3

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.
@@ -16,7 +16,7 @@ interface BhdSelectProps extends SelectProps {
16
16
  filterSort?: (a: any, b: any) => number;
17
17
  onDropdownVisibleChange?: (open: boolean) => void;
18
18
  onMouseEnter?: (e: React.MouseEvent) => void;
19
- options: any;
19
+ options?: any;
20
20
  arrowType?: string;
21
21
  searchClassName?: string;
22
22
  useType?: string;
@@ -1,5 +1,6 @@
1
1
  import * as React from "react";
2
- interface BhdTipModalProps {
2
+ import { ModalFuncProps } from "antd";
3
+ interface BhdTipModalProps extends ModalFuncProps {
3
4
  confirm: (obj: CustomModalParams) => any;
4
5
  success: (obj: CustomModalParams) => any;
5
6
  custom: (obj: CustomModalParams) => any;
@@ -1,7 +1,7 @@
1
1
  const zh_CN = {
2
2
  已筛选: "已筛选",
3
3
  清空条件: "清空条件",
4
- noData: "No Data",
4
+ noData: "暂无数据",
5
5
  "系统繁忙,稍后重试!": "系统繁忙,稍后重试!",
6
6
  Load: "正在加载..."
7
7
  };
@@ -16,7 +16,7 @@ interface BhdSelectProps extends SelectProps {
16
16
  filterSort?: (a: any, b: any) => number;
17
17
  onDropdownVisibleChange?: (open: boolean) => void;
18
18
  onMouseEnter?: (e: React.MouseEvent) => void;
19
- options: any;
19
+ options?: any;
20
20
  arrowType?: string;
21
21
  searchClassName?: string;
22
22
  useType?: string;
@@ -1,5 +1,6 @@
1
1
  import * as React from "react";
2
- interface BhdTipModalProps {
2
+ import { ModalFuncProps } from "antd";
3
+ interface BhdTipModalProps extends ModalFuncProps {
3
4
  confirm: (obj: CustomModalParams) => any;
4
5
  success: (obj: CustomModalParams) => any;
5
6
  custom: (obj: CustomModalParams) => any;
package/esm/i18n/zh_CN.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var zh_CN = {
2
2
  已筛选: "已筛选",
3
3
  清空条件: "清空条件",
4
- noData: "No Data",
4
+ noData: "暂无数据",
5
5
  "系统繁忙,稍后重试!": "系统繁忙,稍后重试!",
6
6
  Load: "正在加载..."
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bhd-components",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "组件功能描述",
5
5
  "files": [
6
6
  "esm",