aq-fe-framework 0.1.767 → 0.1.768
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/{chunk-WSXVZWL3.mjs → chunk-PROIOQZU.mjs} +2 -2
- package/dist/components/index.mjs +2 -2
- package/dist/const/index.mjs +1 -1
- package/dist/core/index.d.mts +2 -2
- package/dist/core/index.mjs +2 -2
- package/dist/coreService/index.mjs +2 -2
- package/dist/modules-features/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/{chunk-KAC7JMQB.mjs → chunk-DC3L5XSB.mjs} +1 -1
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import {
|
|
27
27
|
const_object_colors,
|
|
28
28
|
const_object_documentTypes
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-DC3L5XSB.mjs";
|
|
30
30
|
import {
|
|
31
31
|
enum_daysOfWeek
|
|
32
32
|
} from "./chunk-K6S7R6LU.mjs";
|
|
@@ -831,7 +831,7 @@ function MyDataTableStagedChanges(_a) {
|
|
|
831
831
|
const triggerChange = (nextIds) => {
|
|
832
832
|
const deletedIds = initIds.filter((id) => !nextIds.includes(id));
|
|
833
833
|
const addedIds = nextIds.filter((id) => !initIds.includes(id));
|
|
834
|
-
onChange({
|
|
834
|
+
onChange == null ? void 0 : onChange({
|
|
835
835
|
deletedIds,
|
|
836
836
|
addedIds,
|
|
837
837
|
currentIds: nextIds
|
|
@@ -70,12 +70,12 @@ import {
|
|
|
70
70
|
useHeaderMegaMenuStore,
|
|
71
71
|
useS_ButtonImport,
|
|
72
72
|
useStore_BasicAppShell
|
|
73
|
-
} from "../chunk-
|
|
73
|
+
} from "../chunk-PROIOQZU.mjs";
|
|
74
74
|
import "../chunk-SUH3FFFV.mjs";
|
|
75
75
|
import "../chunk-2B2FKBKX.mjs";
|
|
76
76
|
import "../chunk-O7YCQQO5.mjs";
|
|
77
77
|
import "../chunk-QSWIVDXC.mjs";
|
|
78
|
-
import "../chunk-
|
|
78
|
+
import "../chunk-DC3L5XSB.mjs";
|
|
79
79
|
import "../chunk-K6S7R6LU.mjs";
|
|
80
80
|
import "../chunk-NSBIYOKX.mjs";
|
|
81
81
|
import "../chunk-WZ6PXGGC.mjs";
|
package/dist/const/index.mjs
CHANGED
package/dist/core/index.d.mts
CHANGED
|
@@ -115,9 +115,9 @@ interface StagedChange {
|
|
|
115
115
|
currentIds: number[];
|
|
116
116
|
}
|
|
117
117
|
interface MyDataTableStagedChangesProps<T extends MRT_RowData> extends MyDataTableProps<T> {
|
|
118
|
-
initIds
|
|
118
|
+
initIds?: number[];
|
|
119
119
|
selectColumns?: MRT_ColumnDef<T>[];
|
|
120
|
-
onChange
|
|
120
|
+
onChange?: (changes: StagedChange) => void;
|
|
121
121
|
}
|
|
122
122
|
declare function MyDataTableStagedChanges<T extends MRT_RowData>({ data, columns, initIds, onChange, selectColumns, ...rest }: MyDataTableStagedChangesProps<T>): react_jsx_runtime.JSX.Element;
|
|
123
123
|
|
package/dist/core/index.mjs
CHANGED
|
@@ -26,12 +26,12 @@ import {
|
|
|
26
26
|
MyStatsCard,
|
|
27
27
|
MyTextInput2 as MyTextInput,
|
|
28
28
|
MyWeeklySessionSchedulerPicker
|
|
29
|
-
} from "../chunk-
|
|
29
|
+
} from "../chunk-PROIOQZU.mjs";
|
|
30
30
|
import "../chunk-SUH3FFFV.mjs";
|
|
31
31
|
import "../chunk-2B2FKBKX.mjs";
|
|
32
32
|
import "../chunk-O7YCQQO5.mjs";
|
|
33
33
|
import "../chunk-QSWIVDXC.mjs";
|
|
34
|
-
import "../chunk-
|
|
34
|
+
import "../chunk-DC3L5XSB.mjs";
|
|
35
35
|
import "../chunk-K6S7R6LU.mjs";
|
|
36
36
|
import "../chunk-NSBIYOKX.mjs";
|
|
37
37
|
import "../chunk-WZ6PXGGC.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
2
|
MyModalDelete
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-PROIOQZU.mjs";
|
|
4
4
|
import "../chunk-SUH3FFFV.mjs";
|
|
5
5
|
import "../chunk-2B2FKBKX.mjs";
|
|
6
6
|
import "../chunk-O7YCQQO5.mjs";
|
|
7
7
|
import "../chunk-QSWIVDXC.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-DC3L5XSB.mjs";
|
|
9
9
|
import "../chunk-K6S7R6LU.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useMyReactMutation
|
|
@@ -112,12 +112,12 @@ import {
|
|
|
112
112
|
MailTemplateDeleteButton,
|
|
113
113
|
useS_moduleConfig,
|
|
114
114
|
useStore_Authenticate
|
|
115
|
-
} from "../chunk-
|
|
115
|
+
} from "../chunk-PROIOQZU.mjs";
|
|
116
116
|
import "../chunk-SUH3FFFV.mjs";
|
|
117
117
|
import "../chunk-2B2FKBKX.mjs";
|
|
118
118
|
import "../chunk-O7YCQQO5.mjs";
|
|
119
119
|
import "../chunk-QSWIVDXC.mjs";
|
|
120
|
-
import "../chunk-
|
|
120
|
+
import "../chunk-DC3L5XSB.mjs";
|
|
121
121
|
import "../chunk-K6S7R6LU.mjs";
|
|
122
122
|
import "../chunk-NSBIYOKX.mjs";
|
|
123
123
|
import "../chunk-WZ6PXGGC.mjs";
|
package/package.json
CHANGED