aq-fe-framework 0.1.132 → 0.1.133
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.
@@ -564,7 +564,13 @@ function MyActionIconUpdate(_a) {
|
|
564
564
|
mutation.mutate(values);
|
565
565
|
}), children: /* @__PURE__ */ jsxs5(MyFlexColumn, { children: [
|
566
566
|
children,
|
567
|
-
/* @__PURE__ */ jsx9(
|
567
|
+
/* @__PURE__ */ jsx9(
|
568
|
+
MyButton,
|
569
|
+
{
|
570
|
+
type: "submit",
|
571
|
+
crudType: "save"
|
572
|
+
}
|
573
|
+
)
|
568
574
|
] }) }) }));
|
569
575
|
}
|
570
576
|
|
@@ -65,7 +65,7 @@ import {
|
|
65
65
|
useS_BasicAppShell,
|
66
66
|
useS_ButtonImport,
|
67
67
|
utils_layout_getItemsWithoutLinks
|
68
|
-
} from "../chunk-
|
68
|
+
} from "../chunk-MTPC2H73.mjs";
|
69
69
|
import "../chunk-7EHNYA4A.mjs";
|
70
70
|
import "../chunk-Y3YGC5IH.mjs";
|
71
71
|
import "../chunk-CJDXLINF.mjs";
|