aq-fe-framework 0.1.296 → 0.1.297
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.
@@ -939,7 +939,7 @@ function CoreButtonCreateUpdate({
|
|
939
939
|
resetFormWhenSubmit = true,
|
940
940
|
children,
|
941
941
|
disclosure: externalDisclosure,
|
942
|
-
isUpdate =
|
942
|
+
isUpdate = false
|
943
943
|
}) {
|
944
944
|
const defaultDisclosure = useDisclosure5();
|
945
945
|
const disclosure = externalDisclosure != null ? externalDisclosure : defaultDisclosure;
|
@@ -72,7 +72,7 @@ import {
|
|
72
72
|
useS_BasicAppShell,
|
73
73
|
useS_ButtonImport,
|
74
74
|
utils_layout_getItemsWithoutLinks
|
75
|
-
} from "../chunk-
|
75
|
+
} from "../chunk-3FPVKART.mjs";
|
76
76
|
import "../chunk-NWBLJ3W3.mjs";
|
77
77
|
import "../chunk-K6S7R6LU.mjs";
|
78
78
|
import "../chunk-KKJ3OEEW.mjs";
|
@@ -1,6 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
const_object_documentTypes
|
3
|
-
} from "../chunk-GFEMKKFH.mjs";
|
4
1
|
import {
|
5
2
|
F_authenticate_Logout,
|
6
3
|
MyActionIconDelete,
|
@@ -27,7 +24,10 @@ import {
|
|
27
24
|
useS_BasicAppShell,
|
28
25
|
useS_authenticate,
|
29
26
|
utils_layout_getItemsWithoutLinks
|
30
|
-
} from "../chunk-
|
27
|
+
} from "../chunk-3FPVKART.mjs";
|
28
|
+
import {
|
29
|
+
const_object_documentTypes
|
30
|
+
} from "../chunk-GFEMKKFH.mjs";
|
31
31
|
import {
|
32
32
|
const_object_colors
|
33
33
|
} from "../chunk-NWBLJ3W3.mjs";
|