react-table-edit 1.2.45 → 1.2.46
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.d.mts +6 -5
- package/dist/index.d.ts +6 -5
- package/dist/index.js +278 -244
- package/dist/index.mjs +287 -253
- package/package.json +4 -1
package/dist/index.d.mts
CHANGED
|
@@ -59,6 +59,11 @@ type Props$1 = {
|
|
|
59
59
|
};
|
|
60
60
|
declare const SelectTable: react__default.ForwardRefExoticComponent<Props$1 & react__default.RefAttributes<unknown>>;
|
|
61
61
|
|
|
62
|
+
type IFToolbarOptions = {
|
|
63
|
+
align: 'left' | 'right' | 'center';
|
|
64
|
+
template: any;
|
|
65
|
+
};
|
|
66
|
+
|
|
62
67
|
type ITextAlign = 'center' | 'left' | 'right';
|
|
63
68
|
type IEditType = 'text' | 'numeric' | 'datetime' | 'selectTree' | 'date' | 'select' | 'checkbox' | 'form' | 'color';
|
|
64
69
|
type ICommandItem = {
|
|
@@ -141,10 +146,6 @@ type IColumnTable = {
|
|
|
141
146
|
formSettings?: ISettingFormElement;
|
|
142
147
|
columns?: IColumnTable[];
|
|
143
148
|
};
|
|
144
|
-
type IFToolbarOptions = {
|
|
145
|
-
align: 'left' | 'right' | 'center';
|
|
146
|
-
template: any;
|
|
147
|
-
};
|
|
148
149
|
type IFTableEditPaging = {
|
|
149
150
|
allowPaging?: boolean;
|
|
150
151
|
pagingClient?: boolean;
|
|
@@ -365,4 +366,4 @@ interface IFDataInputStyle {
|
|
|
365
366
|
}
|
|
366
367
|
declare const InputStyleComponent: (props: IFDataInputStyle) => react_jsx_runtime.JSX.Element;
|
|
367
368
|
|
|
368
|
-
export { type FromItemsField, type IColumnTable, type ICommandItem, type IFColumnSelectTable, type IFColumnSelectTableTree, type IFCurrentPage, type IFCurrentPageConfig, type IFPageSize, type IFTableEditButton, type IFTableEditFormat, type IFTableEditPaging, type IFTableEditProps, type IFTableEditSearchSetting, type IFTableEditToolbar, type IFTableSelectFormat, type IFTableTreeSelectFormat, type
|
|
369
|
+
export { type FromItemsField, type IColumnTable, type ICommandItem, type IFColumnSelectTable, type IFColumnSelectTableTree, type IFCurrentPage, type IFCurrentPageConfig, type IFPageSize, type IFTableEditButton, type IFTableEditFormat, type IFTableEditPaging, type IFTableEditProps, type IFTableEditSearchSetting, type IFTableEditToolbar, type IFTableSelectFormat, type IFTableTreeSelectFormat, type IHeaderColumnTable, type ISettingFormElement, type ISettingNumericElement, type ISettingSelectElement, InputStyleComponent, SelectTable, SelectTableTree, TabsMenuComponent, checkDecimalSeparator, checkThousandSeparator, TableEdit as default, formartNumberic, formatDateTime, generateUUID, isNullOrUndefined, messageBoxConfirm, messageBoxConfirm2, messageBoxConfirmDelete, messageBoxError, messageHtmlBoxConfirm, messageHtmlBoxError, notificationError, notificationSuccess, roundNumber, useOnClickOutside };
|
package/dist/index.d.ts
CHANGED
|
@@ -59,6 +59,11 @@ type Props$1 = {
|
|
|
59
59
|
};
|
|
60
60
|
declare const SelectTable: react__default.ForwardRefExoticComponent<Props$1 & react__default.RefAttributes<unknown>>;
|
|
61
61
|
|
|
62
|
+
type IFToolbarOptions = {
|
|
63
|
+
align: 'left' | 'right' | 'center';
|
|
64
|
+
template: any;
|
|
65
|
+
};
|
|
66
|
+
|
|
62
67
|
type ITextAlign = 'center' | 'left' | 'right';
|
|
63
68
|
type IEditType = 'text' | 'numeric' | 'datetime' | 'selectTree' | 'date' | 'select' | 'checkbox' | 'form' | 'color';
|
|
64
69
|
type ICommandItem = {
|
|
@@ -141,10 +146,6 @@ type IColumnTable = {
|
|
|
141
146
|
formSettings?: ISettingFormElement;
|
|
142
147
|
columns?: IColumnTable[];
|
|
143
148
|
};
|
|
144
|
-
type IFToolbarOptions = {
|
|
145
|
-
align: 'left' | 'right' | 'center';
|
|
146
|
-
template: any;
|
|
147
|
-
};
|
|
148
149
|
type IFTableEditPaging = {
|
|
149
150
|
allowPaging?: boolean;
|
|
150
151
|
pagingClient?: boolean;
|
|
@@ -365,4 +366,4 @@ interface IFDataInputStyle {
|
|
|
365
366
|
}
|
|
366
367
|
declare const InputStyleComponent: (props: IFDataInputStyle) => react_jsx_runtime.JSX.Element;
|
|
367
368
|
|
|
368
|
-
export { type FromItemsField, type IColumnTable, type ICommandItem, type IFColumnSelectTable, type IFColumnSelectTableTree, type IFCurrentPage, type IFCurrentPageConfig, type IFPageSize, type IFTableEditButton, type IFTableEditFormat, type IFTableEditPaging, type IFTableEditProps, type IFTableEditSearchSetting, type IFTableEditToolbar, type IFTableSelectFormat, type IFTableTreeSelectFormat, type
|
|
369
|
+
export { type FromItemsField, type IColumnTable, type ICommandItem, type IFColumnSelectTable, type IFColumnSelectTableTree, type IFCurrentPage, type IFCurrentPageConfig, type IFPageSize, type IFTableEditButton, type IFTableEditFormat, type IFTableEditPaging, type IFTableEditProps, type IFTableEditSearchSetting, type IFTableEditToolbar, type IFTableSelectFormat, type IFTableTreeSelectFormat, type IHeaderColumnTable, type ISettingFormElement, type ISettingNumericElement, type ISettingSelectElement, InputStyleComponent, SelectTable, SelectTableTree, TabsMenuComponent, checkDecimalSeparator, checkThousandSeparator, TableEdit as default, formartNumberic, formatDateTime, generateUUID, isNullOrUndefined, messageBoxConfirm, messageBoxConfirm2, messageBoxConfirmDelete, messageBoxError, messageHtmlBoxConfirm, messageHtmlBoxError, notificationError, notificationSuccess, roundNumber, useOnClickOutside };
|