@esvndev/es-react-table-interface 1.0.11 → 1.0.12
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.
|
@@ -36,10 +36,8 @@ import React from 'react';
|
|
|
36
36
|
* @param rowSelection
|
|
37
37
|
* @param hideSelectAll ẩn/hiện select all
|
|
38
38
|
* @param dataSource dữ liệu của bảng (khi truyền vào sẽ không gọi dữ liệu mặc định)
|
|
39
|
-
* @param columns danh sách cột của bảng (khi truyền vào sẽ không gọi dữ liệu mặc định)
|
|
40
39
|
* @param totalCount tổng số bản ghi (khi truyền vào sẽ không gọi dữ liệu mặc định)
|
|
41
40
|
* @param stateChildId Mã các bảng con vd ['Table1', 'Table2'], bảng con đính kém: 'AttachFile'
|
|
42
41
|
* @param titleChild Tiêu đề của tabChild
|
|
43
|
-
* @param rowClassName return về 1 class css
|
|
44
42
|
*/
|
|
45
43
|
export declare const ExternalInterfaceExtend: (props: IExternalInterface) => React.JSX.Element;
|
package/dist/func.d.ts
CHANGED
|
@@ -6,8 +6,8 @@ export declare const isStringNullOrEmpty: (d: any) => boolean;
|
|
|
6
6
|
export declare const convertDateTimeRangeToString: (date: Date, ope: string) => string;
|
|
7
7
|
export declare const dateTemplate: (props: any) => string | undefined;
|
|
8
8
|
export declare const isObjEmpty: (obj: any) => boolean;
|
|
9
|
-
export declare const isBoolean: (val: any) => val is boolean;
|
|
10
9
|
export declare const isNumber: (val: any) => boolean;
|
|
10
|
+
export declare const isBoolean: (val: any) => val is boolean;
|
|
11
11
|
export declare const generateUUID: () => string;
|
|
12
12
|
export declare const typeDecimal: (type: ITypeNumericFormatted) => any;
|
|
13
13
|
export declare const checkThousandSeparator: (thousandSeparator: any, decimalSeparator: any) => any;
|