aq-fe-framework 0.1.371 → 0.1.372

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.
@@ -614,9 +614,9 @@ import { jsx as jsx11 } from "react/jsx-runtime";
614
614
  function MySelectAPI(props) {
615
615
  var _a;
616
616
  const query = useMyReactQuery({
617
- queryKey: [props.controllerName + "/getAll"],
617
+ queryKey: [props.controllerName + "/GetAll"],
618
618
  axiosFn: () => {
619
- return baseAxios_default.get(`/${props.controllerName}/getAll`);
619
+ return baseAxios_default.get(props.controllerName + "/GetAll");
620
620
  }
621
621
  });
622
622
  return /* @__PURE__ */ jsx11(
@@ -13,7 +13,7 @@ import {
13
13
  MyStatsCard,
14
14
  MyTextInput,
15
15
  MyWeeklySessionSchedulerPicker
16
- } from "../chunk-3NZGJW7U.mjs";
16
+ } from "../chunk-KAIPXOLV.mjs";
17
17
  import "../chunk-GEYCGM75.mjs";
18
18
  import "../chunk-7ORPZMGL.mjs";
19
19
  import "../chunk-K6S7R6LU.mjs";
@@ -11,6 +11,9 @@ import {
11
11
  import {
12
12
  U0DateToDDMMYYYString
13
13
  } from "../chunk-I2XIN2R3.mjs";
14
+ import {
15
+ const_object_documentTypes
16
+ } from "../chunk-BZMQOGL6.mjs";
14
17
  import {
15
18
  F_authenticate_Logout,
16
19
  MyActionIconDelete,
@@ -38,14 +41,11 @@ import {
38
41
  createGenericStore
39
42
  } from "../chunk-Y3YGC5IH.mjs";
40
43
  import "../chunk-5U2JSHSJ.mjs";
41
- import {
42
- const_object_documentTypes
43
- } from "../chunk-BZMQOGL6.mjs";
44
44
  import {
45
45
  MyButton as MyButton2,
46
46
  MyDataTableSelectOne,
47
47
  MyTextInput as MyTextInput2
48
- } from "../chunk-3NZGJW7U.mjs";
48
+ } from "../chunk-KAIPXOLV.mjs";
49
49
  import {
50
50
  MyDataTable,
51
51
  MyFlexColumn,
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "types": "./dist/columns/index.d.mts"
43
43
  }
44
44
  },
45
- "version": "0.1.371",
45
+ "version": "0.1.372",
46
46
  "private": false,
47
47
  "files": [
48
48
  "dist"