aq-fe-framework 0.1.286 → 0.1.288

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.
@@ -949,7 +949,7 @@ function CoreButtonCreateUpdate({
949
949
  options: __spreadValues(__spreadValues({
950
950
  onSuccess: () => {
951
951
  queryClient.invalidateQueries();
952
- utils_notification_show({ crudType: "create" });
952
+ utils_notification_show({ crudType: isUpdate ? "update" : "create" });
953
953
  disclosure[1].close();
954
954
  if (closeModalWhenSubmit) disclosure[1].close();
955
955
  if (resetFormWhenSubmit) form.reset();
@@ -993,7 +993,7 @@ function CoreButtonCreateUpdate({
993
993
  mutation.mutate(values);
994
994
  }), children: /* @__PURE__ */ jsxs8(MyFlexColumn, { children: [
995
995
  children,
996
- /* @__PURE__ */ jsx19(Button5, { children: "L\u01B0u" })
996
+ /* @__PURE__ */ jsx19(Button5, { type: "submit", children: "L\u01B0u" })
997
997
  ] }) })
998
998
  })
999
999
  )
@@ -72,7 +72,7 @@ import {
72
72
  useS_BasicAppShell,
73
73
  useS_ButtonImport,
74
74
  utils_layout_getItemsWithoutLinks
75
- } from "../chunk-OXJ56NV2.mjs";
75
+ } from "../chunk-UJ6AYZ5L.mjs";
76
76
  import "../chunk-NWBLJ3W3.mjs";
77
77
  import "../chunk-K6S7R6LU.mjs";
78
78
  import "../chunk-KKJ3OEEW.mjs";
@@ -24,7 +24,7 @@ import {
24
24
  useS_BasicAppShell,
25
25
  useS_authenticate,
26
26
  utils_layout_getItemsWithoutLinks
27
- } from "../chunk-OXJ56NV2.mjs";
27
+ } from "../chunk-UJ6AYZ5L.mjs";
28
28
  import {
29
29
  const_object_documentTypes
30
30
  } from "../chunk-GFEMKKFH.mjs";
package/package.json CHANGED
@@ -34,7 +34,7 @@
34
34
  "types": "./dist/enum/index.d.mts"
35
35
  }
36
36
  },
37
- "version": "0.1.286",
37
+ "version": "0.1.288",
38
38
  "private": false,
39
39
  "files": [
40
40
  "dist"