aq-fe-framework 0.1.521 → 0.1.523

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.
@@ -199,7 +199,7 @@ declare function MyFlexEnd({ children, ...rest }: MyFlexEndProps): react_jsx_run
199
199
  interface MyModalDeleteProps {
200
200
  disclosure: ReturnType<typeof useDisclosure>;
201
201
  contextData?: string;
202
- onSubmit: () => void;
202
+ onSubmit?: () => void;
203
203
  submitLoading?: boolean;
204
204
  }
205
205
  declare function MyModalDelete({ disclosure, contextData, onSubmit, submitLoading }: MyModalDeleteProps): react_jsx_runtime.JSX.Element;
@@ -20,10 +20,10 @@ import {
20
20
  MyTextInput,
21
21
  MyWeeklySessionSchedulerPicker
22
22
  } from "../chunk-PVQKHKJD.mjs";
23
- import "../chunk-GFEMKKFH.mjs";
24
23
  import "../chunk-NAUH6JUN.mjs";
25
24
  import "../chunk-U62R2QKJ.mjs";
26
25
  import "../chunk-5U2JSHSJ.mjs";
26
+ import "../chunk-GFEMKKFH.mjs";
27
27
  import "../chunk-OMJJAHOC.mjs";
28
28
  import "../chunk-K6S7R6LU.mjs";
29
29
  import "../chunk-3XSLM5GI.mjs";
@@ -17,9 +17,6 @@ import {
17
17
  MyDataTableSelectOne,
18
18
  MyTextInput as MyTextInput2
19
19
  } from "../chunk-PVQKHKJD.mjs";
20
- import {
21
- const_object_documentTypes
22
- } from "../chunk-GFEMKKFH.mjs";
23
20
  import {
24
21
  F_authenticate_Logout,
25
22
  MyActionIconDelete,
@@ -50,6 +47,9 @@ import {
50
47
  createGenericStore
51
48
  } from "../chunk-U62R2QKJ.mjs";
52
49
  import "../chunk-5U2JSHSJ.mjs";
50
+ import {
51
+ const_object_documentTypes
52
+ } from "../chunk-GFEMKKFH.mjs";
53
53
  import {
54
54
  const_object_colors
55
55
  } from "../chunk-OMJJAHOC.mjs";
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.521",
45
+ "version": "0.1.523",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"