aq-fe-framework 0.1.531 → 0.1.532

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.
@@ -19,13 +19,13 @@ import {
19
19
  MyTextInput,
20
20
  MyWeeklySessionSchedulerPicker
21
21
  } from "../chunk-IMBXTNPQ.mjs";
22
+ import "../chunk-GFEMKKFH.mjs";
22
23
  import {
23
24
  MyModalDelete
24
25
  } from "../chunk-LWFI4LKU.mjs";
25
26
  import "../chunk-PFOC2A7E.mjs";
26
27
  import "../chunk-U62R2QKJ.mjs";
27
28
  import "../chunk-5U2JSHSJ.mjs";
28
- import "../chunk-GFEMKKFH.mjs";
29
29
  import "../chunk-OMJJAHOC.mjs";
30
30
  import "../chunk-K6S7R6LU.mjs";
31
31
  import "../chunk-DH6RVK5I.mjs";
@@ -11,4 +11,4 @@ interface MyModalDeleteServiceProps<IRes> extends MyModalDeleteProps {
11
11
  }
12
12
  declare function MyModalDeleteService<IRes>({ disclosure, axiosFn, contextData }: MyModalDeleteServiceProps<IRes>): react_jsx_runtime.JSX.Element;
13
13
 
14
- export { MyModalDeleteService };
14
+ export { MyModalDeleteService, type MyModalDeleteServiceProps };
@@ -13,17 +13,20 @@ import {
13
13
  U0DateToDDMMYYYString
14
14
  } from "../chunk-EWDS5IOF.mjs";
15
15
  import {
16
- MyButton,
16
+ MyButton as MyButton2,
17
17
  MyDataTableSelectOne,
18
18
  MyTextInput as MyTextInput2
19
19
  } from "../chunk-IMBXTNPQ.mjs";
20
+ import {
21
+ const_object_documentTypes
22
+ } from "../chunk-GFEMKKFH.mjs";
20
23
  import "../chunk-LWFI4LKU.mjs";
21
24
  import {
22
25
  F_authenticate_Logout,
23
26
  MyActionIconDelete,
24
27
  MyActionIconUpdate,
25
28
  MyBoxesBackground,
26
- MyButton as MyButton2,
29
+ MyButton,
27
30
  MyButtonCreate,
28
31
  MyButtonModal,
29
32
  MyButtonViewPDF,
@@ -48,9 +51,6 @@ import {
48
51
  createGenericStore
49
52
  } from "../chunk-U62R2QKJ.mjs";
50
53
  import "../chunk-5U2JSHSJ.mjs";
51
- import {
52
- const_object_documentTypes
53
- } from "../chunk-GFEMKKFH.mjs";
54
54
  import {
55
55
  const_object_colors
56
56
  } from "../chunk-OMJJAHOC.mjs";
@@ -211,7 +211,7 @@ function Permission_SaveMenuPermission({
211
211
  }
212
212
  });
213
213
  return /* @__PURE__ */ jsx3(
214
- MyButton,
214
+ MyButton2,
215
215
  {
216
216
  onClick: () => {
217
217
  mutation.mutate((values == null ? void 0 : values.filter((item) => item.id != "0").map((item) => ({
@@ -832,7 +832,7 @@ function F_accessControl_Save() {
832
832
  }
833
833
  disable[1](false);
834
834
  }, [store.state.rolePermissions]);
835
- return /* @__PURE__ */ jsx9(MyButton2, { disabled: disable[0], crudType: "save", onClick: handleSave });
835
+ return /* @__PURE__ */ jsx9(MyButton, { disabled: disable[0], crudType: "save", onClick: handleSave });
836
836
  }
837
837
 
838
838
  // src/modules-features/admin/core/accessControl/old/F_accessControl.tsx
@@ -1286,7 +1286,7 @@ function F_accessControlLevel_Save() {
1286
1286
  }
1287
1287
  disable[1](false);
1288
1288
  }, [store.state.rolePermissions]);
1289
- return /* @__PURE__ */ jsx16(MyButton2, { disabled: disable[0], crudType: "save", onClick: handleSave });
1289
+ return /* @__PURE__ */ jsx16(MyButton, { disabled: disable[0], crudType: "save", onClick: handleSave });
1290
1290
  }
1291
1291
 
1292
1292
  // src/modules-features/admin/core/accessControlLevel/old/F_accessControlLevel.tsx
@@ -3057,7 +3057,7 @@ function F_core35923() {
3057
3057
  /* @__PURE__ */ jsx49(Grid5.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx49(MyFileInput, { label: "Favicon (16px x 16px)" }) }),
3058
3058
  /* @__PURE__ */ jsx49(Grid5.Col, { span: { base: 12, md: 6 }, children: /* @__PURE__ */ jsx49(MyFileInput, { label: "Logo (330px x 115px)" }) })
3059
3059
  ] }),
3060
- /* @__PURE__ */ jsx49(MyFlexEnd, { children: /* @__PURE__ */ jsx49(MyButton2, { crudType: "save" }) })
3060
+ /* @__PURE__ */ jsx49(MyFlexEnd, { children: /* @__PURE__ */ jsx49(MyButton, { crudType: "save" }) })
3061
3061
  ] });
3062
3062
  }
3063
3063
 
@@ -4444,7 +4444,7 @@ function F_moduleConfig_Save({
4444
4444
  });
4445
4445
  }
4446
4446
  return /* @__PURE__ */ jsx83(
4447
- MyButton2,
4447
+ MyButton,
4448
4448
  {
4449
4449
  disabled: !form.isDirty(),
4450
4450
  crudType: "save",
@@ -4900,13 +4900,13 @@ import { useMemo as useMemo20 } from "react";
4900
4900
  // src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_DeleteDescription.tsx
4901
4901
  import { jsx as jsx91 } from "react/jsx-runtime";
4902
4902
  function F_pageContentConfig_DeleteDescription() {
4903
- return /* @__PURE__ */ jsx91(MyButton, { actionType: "delete" });
4903
+ return /* @__PURE__ */ jsx91(MyButton2, { actionType: "delete" });
4904
4904
  }
4905
4905
 
4906
4906
  // src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Export.tsx
4907
4907
  import { jsx as jsx92 } from "react/jsx-runtime";
4908
4908
  function F_pageContentConfig_Export() {
4909
- return /* @__PURE__ */ jsx92(MyButton, { actionType: "export" });
4909
+ return /* @__PURE__ */ jsx92(MyButton2, { actionType: "export" });
4910
4910
  }
4911
4911
 
4912
4912
  // src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_Save.tsx
@@ -4918,7 +4918,7 @@ function F_pageContentConfig_Save({ menuValues }) {
4918
4918
  return service_pageContent.updateList([{ id: 1 }]);
4919
4919
  }
4920
4920
  });
4921
- return /* @__PURE__ */ jsx93(MyButton, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
4921
+ return /* @__PURE__ */ jsx93(MyButton2, { actionType: "save", onClick: () => updatePageConfigMutation.mutate({}) });
4922
4922
  }
4923
4923
 
4924
4924
  // src/modules-features/admin/core/pageContentConfig/F_pageContentConfig_ReadMenu.tsx
package/package.json CHANGED
@@ -46,7 +46,7 @@
46
46
  "types": "./dist/coreService/index.d.mts"
47
47
  }
48
48
  },
49
- "version": "0.1.531",
49
+ "version": "0.1.532",
50
50
  "private": false,
51
51
  "files": [
52
52
  "dist"