aq-fe-framework 0.1.787 → 0.1.789
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/{MyDataTable-CnJpOxHc.d.mts → MyDataTable-BZc8ObyA.d.mts} +1 -1
- package/dist/components/index.d.mts +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/core/index.d.mts +1 -1
- package/dist/core/index.mjs +1 -1
- package/dist/coreService/index.mjs +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/modules-features/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@ interface MyDataTableProps<TData extends MRT_RowData> extends MRT_TableOptions<T
|
|
|
18
18
|
pagination?: PaginationState;
|
|
19
19
|
idSelectionOne?: string;
|
|
20
20
|
setIdSelectionOne?: (value: string) => void;
|
|
21
|
-
visibleFields?: (
|
|
21
|
+
visibleFields?: (keyof TData)[];
|
|
22
22
|
}
|
|
23
23
|
declare function MyDataTable<TData extends MRT_RowData>({ rowActionSize, columns, data, setSelectedRow, isError, isLoading, pagination, idSelectionOne, setIdSelectionOne, renderTopToolbarCustomActions, visibleFields, ...rest }: MyDataTableProps<TData>): react_jsx_runtime.JSX.Element;
|
|
24
24
|
|
|
@@ -10,7 +10,7 @@ import { M as MyReactMutationProps } from '../useMyReactMutation-BAn-cO_2.mjs';
|
|
|
10
10
|
import { I as I_BasicAppShell_LinkItem, B as BasicAppShellProps } from '../types-km2g-xx5.mjs';
|
|
11
11
|
import { I as IUtils_Excel_ColumnConfig } from '../utils_excel-DGgLE7He.mjs';
|
|
12
12
|
import { MRT_ColumnDef, MRT_RowData, MRT_TableOptions, MRT_TableInstance } from 'mantine-react-table';
|
|
13
|
-
export { b as MyDataTable, a as MyDataTableInternalProps, M as MyDataTableProps, P as PaginationState } from '../MyDataTable-
|
|
13
|
+
export { b as MyDataTable, a as MyDataTableInternalProps, M as MyDataTableProps, P as PaginationState } from '../MyDataTable-BZc8ObyA.mjs';
|
|
14
14
|
import { DateInputProps } from '@mantine/dates';
|
|
15
15
|
import { RichTextEditorProps } from '@mantine/tiptap';
|
|
16
16
|
import { EditorOptions } from '@tiptap/react';
|
|
@@ -78,8 +78,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
78
78
|
import "../chunk-KAC7JMQB.mjs";
|
|
79
79
|
import "../chunk-K6S7R6LU.mjs";
|
|
80
80
|
import "../chunk-NSBIYOKX.mjs";
|
|
81
|
-
import "../chunk-7ZCOFATU.mjs";
|
|
82
81
|
import "../chunk-WZ6PXGGC.mjs";
|
|
82
|
+
import "../chunk-7ZCOFATU.mjs";
|
|
83
83
|
import "../chunk-FWCSY2DS.mjs";
|
|
84
84
|
export {
|
|
85
85
|
AQButtonCreateByImportFile,
|
package/dist/core/index.d.mts
CHANGED
|
@@ -11,7 +11,7 @@ import { UseReactToPrintOptions } from 'react-to-print';
|
|
|
11
11
|
import { I as IAQFileDetail } from '../utils_file-JlhzjLGS.mjs';
|
|
12
12
|
import { UseQueryResult, QueryKey, UseQueryOptions } from '@tanstack/react-query';
|
|
13
13
|
import { MRT_RowData, MRT_ColumnDef } from 'mantine-react-table';
|
|
14
|
-
import { M as MyDataTableProps } from '../MyDataTable-
|
|
14
|
+
import { M as MyDataTableProps } from '../MyDataTable-BZc8ObyA.mjs';
|
|
15
15
|
import { RichTextEditorProps, RichTextEditorToolbarProps, RichTextEditorContentProps } from '@mantine/tiptap';
|
|
16
16
|
import { UseEditorOptions } from '@tiptap/react';
|
|
17
17
|
import { I as IBaseEntity } from '../IBaseEntity-ChMy9RzQ.mjs';
|
package/dist/core/index.mjs
CHANGED
|
@@ -35,8 +35,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
35
35
|
import "../chunk-KAC7JMQB.mjs";
|
|
36
36
|
import "../chunk-K6S7R6LU.mjs";
|
|
37
37
|
import "../chunk-NSBIYOKX.mjs";
|
|
38
|
-
import "../chunk-7ZCOFATU.mjs";
|
|
39
38
|
import "../chunk-WZ6PXGGC.mjs";
|
|
39
|
+
import "../chunk-7ZCOFATU.mjs";
|
|
40
40
|
import "../chunk-FWCSY2DS.mjs";
|
|
41
41
|
export {
|
|
42
42
|
DroppablePlaceholder,
|
package/dist/hooks/index.mjs
CHANGED
|
@@ -120,8 +120,8 @@ import "../chunk-QSWIVDXC.mjs";
|
|
|
120
120
|
import "../chunk-KAC7JMQB.mjs";
|
|
121
121
|
import "../chunk-K6S7R6LU.mjs";
|
|
122
122
|
import "../chunk-NSBIYOKX.mjs";
|
|
123
|
-
import "../chunk-7ZCOFATU.mjs";
|
|
124
123
|
import "../chunk-WZ6PXGGC.mjs";
|
|
124
|
+
import "../chunk-7ZCOFATU.mjs";
|
|
125
125
|
import "../chunk-FWCSY2DS.mjs";
|
|
126
126
|
export {
|
|
127
127
|
AcademicYearsCreate,
|