aq-fe-framework 0.1.87 → 0.1.89
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.
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
createGenericStore
|
|
3
|
-
} from "./chunk-Y3YGC5IH.mjs";
|
|
4
1
|
import {
|
|
5
2
|
U0DateToDDMMYYYString,
|
|
6
3
|
U0MyValidateEmail,
|
|
@@ -9,6 +6,9 @@ import {
|
|
|
9
6
|
utils_notification_show,
|
|
10
7
|
utils_pdf_download
|
|
11
8
|
} from "./chunk-EEQENBXZ.mjs";
|
|
9
|
+
import {
|
|
10
|
+
createGenericStore
|
|
11
|
+
} from "./chunk-Y3YGC5IH.mjs";
|
|
12
12
|
import {
|
|
13
13
|
__objRest,
|
|
14
14
|
__spreadProps,
|
|
@@ -7585,12 +7585,12 @@ function F_core16209_Update({ values }) {
|
|
|
7585
7585
|
|
|
7586
7586
|
// src/modules-features/admin/core/core16209/F_core16209.tsx
|
|
7587
7587
|
import { jsx as jsx66, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
7588
|
-
function F_core16209() {
|
|
7588
|
+
function F_core16209({ RefinementTypeId }) {
|
|
7589
7589
|
const query = useQuery5({
|
|
7590
7590
|
queryKey: ["F_core16209_Read"],
|
|
7591
7591
|
queryFn: async () => {
|
|
7592
7592
|
var _a;
|
|
7593
|
-
const result = await baseAxios_default.get(`/Document/GetByType?documentType=${
|
|
7593
|
+
const result = await baseAxios_default.get(`/Document/GetByType?documentType=${RefinementTypeId}`);
|
|
7594
7594
|
return ((_a = result.data) == null ? void 0 : _a.data) || [];
|
|
7595
7595
|
}
|
|
7596
7596
|
});
|
|
@@ -8538,12 +8538,12 @@ function F_core40207_Update({ values }) {
|
|
|
8538
8538
|
|
|
8539
8539
|
// src/modules-features/admin/core/core40207/F_core40207_Read.tsx
|
|
8540
8540
|
import { jsx as jsx90, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
8541
|
-
function F_core40207_Read() {
|
|
8541
|
+
function F_core40207_Read({ GuidelineTypeId }) {
|
|
8542
8542
|
const query = useQuery11({
|
|
8543
8543
|
queryKey: ["F_core40207_Read"],
|
|
8544
8544
|
queryFn: async () => {
|
|
8545
8545
|
var _a;
|
|
8546
|
-
const result = await baseAxios_default.get(`/Document/GetByType?documentType=${
|
|
8546
|
+
const result = await baseAxios_default.get(`/Document/GetByType?documentType=${GuidelineTypeId}`);
|
|
8547
8547
|
return ((_a = result.data) == null ? void 0 : _a.data) || [];
|
|
8548
8548
|
}
|
|
8549
8549
|
});
|
|
@@ -8587,7 +8587,7 @@ function F_core40207_Read() {
|
|
|
8587
8587
|
// src/modules-features/admin/core/core40207/F_core40207.tsx
|
|
8588
8588
|
import { jsx as jsx91 } from "react/jsx-runtime";
|
|
8589
8589
|
function F_core40207() {
|
|
8590
|
-
return /* @__PURE__ */ jsx91(F_core40207_Read, {});
|
|
8590
|
+
return /* @__PURE__ */ jsx91(F_core40207_Read, { GuidelineTypeId: OBJECT_DOCUMENT_TYPES.Guideline });
|
|
8591
8591
|
}
|
|
8592
8592
|
|
|
8593
8593
|
// src/modules-features/admin/core/core47643/F_core47643_Read.tsx
|
|
@@ -9207,12 +9207,12 @@ function F_core76318_Update({ values }) {
|
|
|
9207
9207
|
|
|
9208
9208
|
// src/modules-features/admin/core/core76318/F_core76318_Read.tsx
|
|
9209
9209
|
import { jsx as jsx109, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
9210
|
-
function F_core76318_Read() {
|
|
9210
|
+
function F_core76318_Read({ SecurityTypeId }) {
|
|
9211
9211
|
const query = useQuery16({
|
|
9212
9212
|
queryKey: ["F_core76318_Read"],
|
|
9213
9213
|
queryFn: async () => {
|
|
9214
9214
|
var _a;
|
|
9215
|
-
const result = await baseAxios_default.get(`/Document/GetByType?documentType=${
|
|
9215
|
+
const result = await baseAxios_default.get(`/Document/GetByType?documentType=${SecurityTypeId}`);
|
|
9216
9216
|
return ((_a = result.data) == null ? void 0 : _a.data) || [];
|
|
9217
9217
|
}
|
|
9218
9218
|
});
|
|
@@ -9260,7 +9260,7 @@ function F_core76318_Read() {
|
|
|
9260
9260
|
// src/modules-features/admin/core/core76318/F_core76318.tsx
|
|
9261
9261
|
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
9262
9262
|
function F_core76318() {
|
|
9263
|
-
return /* @__PURE__ */ jsx110(F_core76318_Read, {});
|
|
9263
|
+
return /* @__PURE__ */ jsx110(F_core76318_Read, { SecurityTypeId: OBJECT_DOCUMENT_TYPES.Security });
|
|
9264
9264
|
}
|
|
9265
9265
|
|
|
9266
9266
|
// src/modules-features/admin/core/core83092/F_core83092.tsx
|
|
@@ -63,9 +63,9 @@ import {
|
|
|
63
63
|
useS_BasicAppShell,
|
|
64
64
|
useS_ButtonImport,
|
|
65
65
|
utils_layout_getItemsWithoutLinks
|
|
66
|
-
} from "../chunk-
|
|
67
|
-
import "../chunk-Y3YGC5IH.mjs";
|
|
66
|
+
} from "../chunk-Q5NMRWAP.mjs";
|
|
68
67
|
import "../chunk-EEQENBXZ.mjs";
|
|
68
|
+
import "../chunk-Y3YGC5IH.mjs";
|
|
69
69
|
import "../chunk-FWCSY2DS.mjs";
|
|
70
70
|
export {
|
|
71
71
|
AQButtonCreateByImportFile,
|
|
@@ -56,7 +56,9 @@ declare function F_core12196_Update({ values, FormTypeId }: {
|
|
|
56
56
|
FormTypeId: number;
|
|
57
57
|
}): react_jsx_runtime.JSX.Element;
|
|
58
58
|
|
|
59
|
-
declare function F_core16209(
|
|
59
|
+
declare function F_core16209({ RefinementTypeId }: {
|
|
60
|
+
RefinementTypeId: number;
|
|
61
|
+
}): react_jsx_runtime.JSX.Element | "Loading..." | "có lỗi xảy ra!";
|
|
60
62
|
|
|
61
63
|
declare function F_core16209_Create(): react_jsx_runtime.JSX.Element;
|
|
62
64
|
|
|
@@ -269,7 +271,9 @@ declare function F_core40207_Delete({ id }: {
|
|
|
269
271
|
id: number;
|
|
270
272
|
}): react_jsx_runtime.JSX.Element;
|
|
271
273
|
|
|
272
|
-
declare function F_core40207_Read(
|
|
274
|
+
declare function F_core40207_Read({ GuidelineTypeId }: {
|
|
275
|
+
GuidelineTypeId: number;
|
|
276
|
+
}): react_jsx_runtime.JSX.Element | "Loading..." | "có lỗi xảy ra!";
|
|
273
277
|
|
|
274
278
|
interface IDocument$1 {
|
|
275
279
|
path?: string;
|
|
@@ -63,9 +63,9 @@ import {
|
|
|
63
63
|
useS_authenticate,
|
|
64
64
|
useS_core83092,
|
|
65
65
|
utils_core83092_mergePage
|
|
66
|
-
} from "../chunk-
|
|
67
|
-
import "../chunk-Y3YGC5IH.mjs";
|
|
66
|
+
} from "../chunk-Q5NMRWAP.mjs";
|
|
68
67
|
import "../chunk-EEQENBXZ.mjs";
|
|
68
|
+
import "../chunk-Y3YGC5IH.mjs";
|
|
69
69
|
import "../chunk-FWCSY2DS.mjs";
|
|
70
70
|
export {
|
|
71
71
|
F_authenticate_Login,
|