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 + "/
|
|
617
|
+
queryKey: [props.controllerName + "/GetAll"],
|
|
618
618
|
axiosFn: () => {
|
|
619
|
-
return baseAxios_default.get(
|
|
619
|
+
return baseAxios_default.get(props.controllerName + "/GetAll");
|
|
620
620
|
}
|
|
621
621
|
});
|
|
622
622
|
return /* @__PURE__ */ jsx11(
|
package/dist/core/index.mjs
CHANGED
|
@@ -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-
|
|
48
|
+
} from "../chunk-KAIPXOLV.mjs";
|
|
49
49
|
import {
|
|
50
50
|
MyDataTable,
|
|
51
51
|
MyFlexColumn,
|