awing-library 2.1.2-dev.586 → 2.1.2-dev.587
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.
- package/dist/AWING/AdvancedSearch/Container.d.ts.map +1 -1
- package/dist/AWING/AdvancedSearch/Container.js +1 -0
- package/dist/AWING/DataForm/container.test.js +3 -3
- package/dist/AWING/DataForm2/containerOptimized.test.js +2 -2
- package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts +3 -0
- package/dist/Features/SYSTEM/Group/SearchUser/component.d.ts.map +1 -1
- package/dist/Features/SYSTEM/Group/SearchUser/component.js +58 -33
- package/dist/Features/SYSTEM/Group/SearchUser/container.d.ts.map +1 -1
- package/dist/Features/SYSTEM/Group/SearchUser/container.js +59 -30
- package/dist/Features/SYSTEM/Group/Services.d.ts +4 -2
- package/dist/Features/SYSTEM/Group/Services.d.ts.map +1 -1
- package/dotnet-wasm/AwingCSharpLib.Test/bin/Debug/net9.0/.msCoverageSourceRootsMapping_AwingCSharpLib.Test +0 -0
- package/dotnet-wasm/AwingCSharpLib.Test/bin/Debug/net9.0/CoverletSourceRootsMapping_AwingCSharpLib.Test +0 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.dgspec.json +213 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.g.props +30 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/AwingCSharpLib.Test.csproj.nuget.g.targets +13 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +4 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.AssemblyInfo.cs +23 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GeneratedMSBuildEditorConfig.editorconfig +25 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/AwingCSharpLib.Test.GlobalUsings.g.cs +9 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/SelfRegisteredExtensions.cs +18 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/Debug/net9.0/XunitAutoGeneratedEntryPoint.cs +16 -0
- package/dotnet-wasm/AwingCSharpLib.Test/obj/project.assets.json +3098 -0
- package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.dgspec.json +116 -0
- package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.g.props +25 -0
- package/dotnet-wasm/obj/AwingCSharpLib.csproj.nuget.g.targets +7 -0
- package/dotnet-wasm/obj/Debug/net9.0/.NETCoreApp,Version=v9.0.AssemblyAttributes.cs +4 -0
- package/dotnet-wasm/obj/Debug/net9.0/AwingCSharpLib.AssemblyInfo.cs +22 -0
- package/dotnet-wasm/obj/Debug/net9.0/AwingCSharpLib.GeneratedMSBuildEditorConfig.editorconfig +29 -0
- package/dotnet-wasm/obj/project.assets.json +1373 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../src/AWING/AdvancedSearch/Container.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAER,mBAAmB,EAOtB,MAAM,SAAS,CAAC;AAajB,iBAAS,cAAc,CAAC,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,mBAAmB,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"Container.d.ts","sourceRoot":"","sources":["../../../src/AWING/AdvancedSearch/Container.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAER,mBAAmB,EAOtB,MAAM,SAAS,CAAC;AAajB,iBAAS,cAAc,CAAC,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,KAAK,EAAE,mBAAmB,CAAC,SAAS,CAAC,2CAiU/F;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -6,7 +6,7 @@ import { fireEvent, render, screen } from "@testing-library/react";
|
|
|
6
6
|
import { Constants } from "../../Commons/Constant.js";
|
|
7
7
|
import container from "./container.js";
|
|
8
8
|
var __webpack_modules__ = {
|
|
9
|
-
"
|
|
9
|
+
"../DataInput": function(module) {
|
|
10
10
|
module.exports = __WEBPACK_EXTERNAL_MODULE__DataInput_index_js_c7933a4f__;
|
|
11
11
|
},
|
|
12
12
|
"../helper": function(module) {
|
|
@@ -23,7 +23,7 @@ function __webpack_require__(moduleId) {
|
|
|
23
23
|
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
24
24
|
return module.exports;
|
|
25
25
|
}
|
|
26
|
-
var index_js_ = __webpack_require__("
|
|
26
|
+
var index_js_ = __webpack_require__("../DataInput");
|
|
27
27
|
jest.mock('../DataInput', ()=>({
|
|
28
28
|
__esModule: true,
|
|
29
29
|
default: jest.fn(),
|
|
@@ -91,7 +91,7 @@ jest.mock('@mui/material', ()=>({
|
|
|
91
91
|
children: children
|
|
92
92
|
})
|
|
93
93
|
}));
|
|
94
|
-
const mockInputFactory = __webpack_require__("
|
|
94
|
+
const mockInputFactory = __webpack_require__("../DataInput")["default"];
|
|
95
95
|
const mockCalculateValue = __webpack_require__("../helper").calculateValue;
|
|
96
96
|
const mockConvertFormulaToBinaryTree = __webpack_require__("../helper").convertFormulaToBinaryTree;
|
|
97
97
|
const mockReplaceFieldsValue = __webpack_require__("../helper").replaceFieldsValue;
|
|
@@ -5,7 +5,7 @@ import { act, fireEvent, render, screen, waitFor } from "@testing-library/react"
|
|
|
5
5
|
import containerOptimized from "./containerOptimized.js";
|
|
6
6
|
import { createFormStateManager } from "./formStateManager.js";
|
|
7
7
|
var __webpack_modules__ = {
|
|
8
|
-
"
|
|
8
|
+
"../DataInput": function(module) {
|
|
9
9
|
module.exports = __WEBPACK_EXTERNAL_MODULE__DataInput_index_js_c7933a4f__;
|
|
10
10
|
}
|
|
11
11
|
};
|
|
@@ -98,7 +98,7 @@ jest.mock('@mui/material', ()=>({
|
|
|
98
98
|
children: children
|
|
99
99
|
})
|
|
100
100
|
}));
|
|
101
|
-
const mockInputFactory = __webpack_require__("
|
|
101
|
+
const mockInputFactory = __webpack_require__("../DataInput")["default"];
|
|
102
102
|
describe('DataForm Optimized - Performance Tests', ()=>{
|
|
103
103
|
let inputRenderCounts = {};
|
|
104
104
|
const mockFields = [
|
|
@@ -5,6 +5,9 @@ interface SearchUserGroupUserProps {
|
|
|
5
5
|
users: User[];
|
|
6
6
|
onSearch?: (searchString: string) => void;
|
|
7
7
|
loading?: boolean;
|
|
8
|
+
loadingMore?: boolean;
|
|
9
|
+
hasMore?: boolean;
|
|
10
|
+
onLoadMore?: () => void;
|
|
8
11
|
}
|
|
9
12
|
declare function SearchUserGroupUser(props: SearchUserGroupUserProps): import("react/jsx-runtime").JSX.Element;
|
|
10
13
|
export default SearchUserGroupUser;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../src/Features/SYSTEM/Group/SearchUser/component.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,UAAU,wBAAwB;IAC9B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,kBAAkB,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACnD,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,OAAO,CAAC,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"component.d.ts","sourceRoot":"","sources":["../../../../../src/Features/SYSTEM/Group/SearchUser/component.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AAElD,UAAU,wBAAwB;IAC9B,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,kBAAkB,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACnD,KAAK,EAAE,IAAI,EAAE,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1C,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,iBAAS,mBAAmB,CAAC,KAAK,EAAE,wBAAwB,2CA8F3D;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -1,12 +1,27 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { useEffect, useRef } from "react";
|
|
3
3
|
import { filter, some } from "lodash";
|
|
4
|
-
import { Checkbox, FormControlLabel, Paper } from "@mui/material";
|
|
4
|
+
import { Box, Checkbox, FormControlLabel, Paper } from "@mui/material";
|
|
5
5
|
import { CircularProgress, NoData, SearchBox } from "../../../../AWING/index.js";
|
|
6
6
|
import Grid from "@mui/material/Grid";
|
|
7
7
|
function SearchUserGroupUser(props) {
|
|
8
|
-
const { listUserId, onListUserIdChange, users, onSearch, loading } = props;
|
|
9
|
-
const
|
|
8
|
+
const { listUserId, onListUserIdChange, users, onSearch, loading, loadingMore = false, hasMore = false, onLoadMore } = props;
|
|
9
|
+
const scrollContainerRef = useRef(null);
|
|
10
|
+
useEffect(()=>{
|
|
11
|
+
const container = scrollContainerRef.current;
|
|
12
|
+
if (!container) return;
|
|
13
|
+
if (hasMore && !loadingMore && container.scrollHeight <= container.clientHeight) return void onLoadMore?.();
|
|
14
|
+
const handleScroll = ()=>{
|
|
15
|
+
const { scrollTop, scrollHeight, clientHeight } = container;
|
|
16
|
+
if (scrollHeight - scrollTop <= clientHeight + 50 && hasMore && !loadingMore) onLoadMore?.();
|
|
17
|
+
};
|
|
18
|
+
container.addEventListener('scroll', handleScroll);
|
|
19
|
+
return ()=>container.removeEventListener('scroll', handleScroll);
|
|
20
|
+
}, [
|
|
21
|
+
hasMore,
|
|
22
|
+
loadingMore,
|
|
23
|
+
onLoadMore
|
|
24
|
+
]);
|
|
10
25
|
const handleChangeUserList = (userId, e)=>{
|
|
11
26
|
let newUserIds = listUserId.slice();
|
|
12
27
|
if (e.target.checked) onListUserIdChange([
|
|
@@ -18,16 +33,13 @@ function SearchUserGroupUser(props) {
|
|
|
18
33
|
onListUserIdChange(newUserIds);
|
|
19
34
|
}
|
|
20
35
|
};
|
|
21
|
-
const handleSearch = (searchString)=>{
|
|
22
|
-
setKeyWordSearch(searchString);
|
|
23
|
-
if (onSearch) onSearch(searchString);
|
|
24
|
-
};
|
|
25
36
|
return /*#__PURE__*/ jsxs(Paper, {
|
|
26
37
|
sx: (theme)=>({
|
|
27
|
-
padding:
|
|
38
|
+
padding: theme.spacing(3),
|
|
28
39
|
border: theme.palette.background.paper,
|
|
29
40
|
minHeight: '200px',
|
|
30
|
-
position: 'relative'
|
|
41
|
+
position: 'relative',
|
|
42
|
+
height: '89vh'
|
|
31
43
|
}),
|
|
32
44
|
children: [
|
|
33
45
|
/*#__PURE__*/ jsx(SearchBox, {
|
|
@@ -36,7 +48,7 @@ function SearchUserGroupUser(props) {
|
|
|
36
48
|
width: '100%'
|
|
37
49
|
},
|
|
38
50
|
onSearch: (_searchType, searchString)=>{
|
|
39
|
-
|
|
51
|
+
onSearch?.(searchString);
|
|
40
52
|
}
|
|
41
53
|
}),
|
|
42
54
|
loading ? /*#__PURE__*/ jsx(Grid, {
|
|
@@ -46,31 +58,44 @@ function SearchUserGroupUser(props) {
|
|
|
46
58
|
mt: 3
|
|
47
59
|
},
|
|
48
60
|
children: /*#__PURE__*/ jsx(CircularProgress, {})
|
|
49
|
-
}) : users && users
|
|
50
|
-
|
|
61
|
+
}) : users && users.length > 0 ? /*#__PURE__*/ jsxs(Box, {
|
|
62
|
+
ref: scrollContainerRef,
|
|
51
63
|
sx: {
|
|
64
|
+
maxHeight: '90%',
|
|
65
|
+
overflowY: 'auto',
|
|
52
66
|
mt: 3
|
|
53
67
|
},
|
|
54
|
-
children:
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
68
|
+
children: [
|
|
69
|
+
/*#__PURE__*/ jsx(Grid, {
|
|
70
|
+
container: true,
|
|
71
|
+
children: users.map((user, key)=>/*#__PURE__*/ jsx(Grid, {
|
|
72
|
+
size: {
|
|
73
|
+
xs: 12,
|
|
74
|
+
sm: 6,
|
|
75
|
+
md: 4,
|
|
76
|
+
lg: 3
|
|
77
|
+
},
|
|
78
|
+
children: /*#__PURE__*/ jsx(FormControlLabel, {
|
|
79
|
+
control: /*#__PURE__*/ jsx(Checkbox, {
|
|
80
|
+
color: "primary",
|
|
81
|
+
checked: some(listUserId, (id)=>id === user.id),
|
|
82
|
+
onChange: (e)=>void 0 !== user.id && handleChangeUserList(user.id, e),
|
|
83
|
+
value: user.id
|
|
84
|
+
}),
|
|
85
|
+
label: user.username
|
|
86
|
+
})
|
|
87
|
+
}, key))
|
|
88
|
+
}),
|
|
89
|
+
loadingMore && /*#__PURE__*/ jsx(Grid, {
|
|
90
|
+
container: true,
|
|
91
|
+
justifyContent: "center",
|
|
92
|
+
sx: {
|
|
93
|
+
py: 1
|
|
60
94
|
},
|
|
61
|
-
children: /*#__PURE__*/ jsx(
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
onChange: (e)=>void 0 !== user.id && handleChangeUserList(user.id, e),
|
|
66
|
-
value: user.id
|
|
67
|
-
}),
|
|
68
|
-
label: user.username
|
|
69
|
-
})
|
|
70
|
-
}, key))
|
|
71
|
-
}) : /*#__PURE__*/ jsx(Fragment, {
|
|
72
|
-
children: keyWordSearch ? /*#__PURE__*/ jsx(NoData, {}) : null
|
|
73
|
-
})
|
|
95
|
+
children: /*#__PURE__*/ jsx(CircularProgress, {})
|
|
96
|
+
})
|
|
97
|
+
]
|
|
98
|
+
}) : /*#__PURE__*/ jsx(NoData, {})
|
|
74
99
|
]
|
|
75
100
|
});
|
|
76
101
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../../../src/Features/SYSTEM/Group/SearchUser/container.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../../../src/Features/SYSTEM/Group/SearchUser/container.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,IAAI,EAAE,MAAM,4BAA4B,CAAC;AASlD,UAAU,YAAY;IAClB,aAAa,EAAE,IAAI,EAAE,CAAC;IACtB,eAAe,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,EAAE,KAAK,IAAI,CAAC;CAC7C;AAID,QAAA,MAAM,OAAO,UAAW,YAAY,4CA4InC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -6,13 +6,19 @@ import { useTranslation } from "react-i18next";
|
|
|
6
6
|
import { ClassicDrawer } from "../../../../Commons/index.js";
|
|
7
7
|
import { useContextGroup } from "../context.js";
|
|
8
8
|
import component from "./component.js";
|
|
9
|
+
import { convertArrayFiltersToCondition } from "../../../../index.js";
|
|
10
|
+
const PAGE_SIZE = 50;
|
|
9
11
|
const AddUser = (props)=>{
|
|
10
12
|
const { t } = useTranslation();
|
|
11
13
|
const { usersSelected, onChangeAddUser = ()=>null } = props;
|
|
12
14
|
const [listUserId, setListUserId] = useState([]);
|
|
13
15
|
const [usersData, setUsersData] = useState([]);
|
|
14
16
|
const [loading, setLoading] = useState(false);
|
|
17
|
+
const [loadingMore, setLoadingMore] = useState(false);
|
|
18
|
+
const [hasMore, setHasMore] = useState(false);
|
|
15
19
|
const usersCache = useRef({});
|
|
20
|
+
const searchStringRef = useRef('');
|
|
21
|
+
const skipRef = useRef(0);
|
|
16
22
|
const { services } = useContextGroup();
|
|
17
23
|
useEffect(()=>{
|
|
18
24
|
setListUserId(usersSelected.length > 0 ? usersSelected.map((item)=>item.id).filter((id)=>void 0 !== id) : []);
|
|
@@ -27,45 +33,65 @@ const AddUser = (props)=>{
|
|
|
27
33
|
};
|
|
28
34
|
const handleSubmitUser = (userIds)=>{
|
|
29
35
|
const newUserIds = lodash.differenceWith(userIds, usersSelected, (a, b)=>a === b.id);
|
|
30
|
-
const newUsers =
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
})
|
|
39
|
-
];
|
|
36
|
+
const newUsers = newUserIds.map((userId)=>{
|
|
37
|
+
const user = usersCache.current[userId];
|
|
38
|
+
return {
|
|
39
|
+
id: userId,
|
|
40
|
+
username: user?.username ?? '',
|
|
41
|
+
name: user?.name ?? ''
|
|
42
|
+
};
|
|
43
|
+
});
|
|
40
44
|
onChangeAddUser(newUsers);
|
|
41
45
|
};
|
|
42
|
-
const fetchUsers = (searchString)=>{
|
|
43
|
-
if (services?.getUsers)
|
|
44
|
-
|
|
45
|
-
|
|
46
|
+
const fetchUsers = (searchString, skip, isLoadMore)=>{
|
|
47
|
+
if (!services?.getUsers) return;
|
|
48
|
+
isLoadMore ? setLoadingMore(true) : setLoading(true);
|
|
49
|
+
services.getUsers({
|
|
50
|
+
input: {
|
|
46
51
|
where: {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
52
|
+
...convertArrayFiltersToCondition([
|
|
53
|
+
{
|
|
54
|
+
key: 'name',
|
|
55
|
+
value: searchString.trim(),
|
|
56
|
+
type: 'contains'
|
|
57
|
+
}
|
|
58
|
+
])
|
|
59
|
+
},
|
|
60
|
+
skip,
|
|
61
|
+
take: PAGE_SIZE
|
|
62
|
+
}
|
|
63
|
+
}).then((data)=>{
|
|
64
|
+
data.users.forEach((user)=>{
|
|
65
|
+
if (void 0 !== user.id) usersCache.current[user.id] = user;
|
|
66
|
+
});
|
|
67
|
+
isLoadMore ? setUsersData((prev)=>[
|
|
68
|
+
...prev,
|
|
69
|
+
...data.users
|
|
70
|
+
]) : setUsersData(data.users);
|
|
71
|
+
setHasMore(skip + data.users.length < data.total);
|
|
72
|
+
}).finally(()=>{
|
|
73
|
+
isLoadMore ? setLoadingMore(false) : setLoading(false);
|
|
74
|
+
});
|
|
58
75
|
};
|
|
59
|
-
const
|
|
60
|
-
|
|
76
|
+
const debouncedFetch = useRef(lodash.debounce((searchString)=>{
|
|
77
|
+
skipRef.current = 0;
|
|
78
|
+
fetchUsers(searchString, 0, false);
|
|
61
79
|
}, 500)).current;
|
|
62
80
|
const handleSearch = (val)=>{
|
|
63
|
-
|
|
81
|
+
searchStringRef.current = val;
|
|
82
|
+
if ('' !== val) debouncedFetch(val);
|
|
64
83
|
else {
|
|
65
|
-
|
|
84
|
+
debouncedFetch.cancel();
|
|
85
|
+
skipRef.current = 0;
|
|
66
86
|
setUsersData([]);
|
|
87
|
+
setHasMore(false);
|
|
67
88
|
}
|
|
68
89
|
};
|
|
90
|
+
const handleLoadMore = ()=>{
|
|
91
|
+
const newSkip = skipRef.current + PAGE_SIZE;
|
|
92
|
+
skipRef.current = newSkip;
|
|
93
|
+
fetchUsers(searchStringRef.current, newSkip, true);
|
|
94
|
+
};
|
|
69
95
|
return /*#__PURE__*/ jsx(ClassicDrawer, {
|
|
70
96
|
title: t('UserGroup.TitleAdd'),
|
|
71
97
|
onSubmit: ()=>new Promise((resolve, _reject)=>{
|
|
@@ -85,7 +111,10 @@ const AddUser = (props)=>{
|
|
|
85
111
|
listUserId: listUserId,
|
|
86
112
|
onListUserIdChange: handleListUserIdChange,
|
|
87
113
|
onSearch: handleSearch,
|
|
88
|
-
loading: loading
|
|
114
|
+
loading: loading,
|
|
115
|
+
loadingMore: loadingMore,
|
|
116
|
+
hasMore: hasMore,
|
|
117
|
+
onLoadMore: handleLoadMore
|
|
89
118
|
})
|
|
90
119
|
})
|
|
91
120
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Group, GroupInput } from './types';
|
|
2
|
-
import type { CustomPagingRequestInput
|
|
2
|
+
import type { CustomPagingRequestInput } from '../../types';
|
|
3
3
|
import { User } from '../User/types';
|
|
4
4
|
import { MenuOption, ValueBase } from '../../../AWING/interface';
|
|
5
5
|
import { fetchOptionsType } from '../../../AWING/AsyncAutocomplete';
|
|
@@ -8,7 +8,9 @@ export type GroupServices = {
|
|
|
8
8
|
/** Get Users
|
|
9
9
|
* @param p - PagingQueryInput<Users> - Không truyền param sẽ lấy tất cả Users
|
|
10
10
|
*/
|
|
11
|
-
getUsers: (p?:
|
|
11
|
+
getUsers: (p?: {
|
|
12
|
+
input: CustomPagingRequestInput;
|
|
13
|
+
}) => Promise<{
|
|
12
14
|
users: User[];
|
|
13
15
|
total: number;
|
|
14
16
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Services.d.ts","sourceRoot":"","sources":["../../../../src/Features/SYSTEM/Group/Services.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,
|
|
1
|
+
{"version":3,"file":"Services.d.ts","sourceRoot":"","sources":["../../../../src/Features/SYSTEM/Group/Services.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gBAAgB,CAAC;AAC/D,OAAO,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,aAAa,GAAG;IAExB,WAAW,EAAE,gBAAgB,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC,CAAC;IACrD;;OAEG;IACH,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE;QAAE,KAAK,EAAE,wBAAwB,CAAA;KAAE,KAAK,OAAO,CAAC;QAAE,KAAK,EAAE,IAAI,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAEjG,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE;QAAE,KAAK,EAAE,wBAAwB,CAAA;KAAE,KAAK,OAAO,CAAC;QAAE,MAAM,EAAE,KAAK,EAAE,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAEpG,yBAAyB;IACzB,WAAW,EAAE,CAAC,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAEzC,YAAY,EAAE,CAAC,CAAC,EAAE;QAAE,EAAE,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC,KAAK,CAAC,CAAC;IAEpD,uBAAuB;IACvB,WAAW,EAAE,CAAC,CAAC,EAAE;QAAE,KAAK,EAAE,UAAU,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAEzD,yBAAyB;IACzB,WAAW,EAAE,CAAC,CAAC,EAAE;QAAE,KAAK,EAAE,UAAU,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAEzF,8BAA8B;IAC9B,SAAS,EAAE,OAAO,CAAC;IAEnB,iCAAiC;IACjC,eAAe,EAAE,OAAO,CAAC;CAC5B,CAAC"}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
{
|
|
2
|
+
"format": 1,
|
|
3
|
+
"restore": {
|
|
4
|
+
"T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.Test\\AwingCSharpLib.Test.csproj": {}
|
|
5
|
+
},
|
|
6
|
+
"projects": {
|
|
7
|
+
"T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.csproj": {
|
|
8
|
+
"version": "1.0.0",
|
|
9
|
+
"restore": {
|
|
10
|
+
"projectUniqueName": "T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.csproj",
|
|
11
|
+
"projectName": "AwingCSharpLib",
|
|
12
|
+
"projectPath": "T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.csproj",
|
|
13
|
+
"packagesPath": "C:\\Users\\ADMIN\\.nuget\\packages\\",
|
|
14
|
+
"outputPath": "T:\\Projects\\FE\\react\\dotnet-wasm\\obj\\",
|
|
15
|
+
"projectStyle": "PackageReference",
|
|
16
|
+
"configFilePaths": [
|
|
17
|
+
"C:\\Users\\ADMIN\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
|
18
|
+
],
|
|
19
|
+
"originalTargetFrameworks": [
|
|
20
|
+
"net9.0"
|
|
21
|
+
],
|
|
22
|
+
"sources": {
|
|
23
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
24
|
+
},
|
|
25
|
+
"frameworks": {
|
|
26
|
+
"net9.0": {
|
|
27
|
+
"targetAlias": "net9.0",
|
|
28
|
+
"projectReferences": {}
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"warningProperties": {
|
|
32
|
+
"warnAsError": [
|
|
33
|
+
"NU1605"
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
"restoreAuditProperties": {
|
|
37
|
+
"enableAudit": "true",
|
|
38
|
+
"auditLevel": "low",
|
|
39
|
+
"auditMode": "direct"
|
|
40
|
+
},
|
|
41
|
+
"SdkAnalysisLevel": "10.0.200"
|
|
42
|
+
},
|
|
43
|
+
"frameworks": {
|
|
44
|
+
"net9.0": {
|
|
45
|
+
"targetAlias": "net9.0",
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"Microsoft.CodeAnalysis.CSharp": {
|
|
48
|
+
"target": "Package",
|
|
49
|
+
"version": "[5.0.0, )"
|
|
50
|
+
},
|
|
51
|
+
"Microsoft.CodeAnalysis.Common": {
|
|
52
|
+
"target": "Package",
|
|
53
|
+
"version": "[5.0.0, )"
|
|
54
|
+
},
|
|
55
|
+
"Microsoft.NET.ILLink.Tasks": {
|
|
56
|
+
"suppressParent": "All",
|
|
57
|
+
"target": "Package",
|
|
58
|
+
"version": "[9.0.14, )",
|
|
59
|
+
"autoReferenced": true
|
|
60
|
+
},
|
|
61
|
+
"Microsoft.NET.Sdk.WebAssembly.Pack": {
|
|
62
|
+
"suppressParent": "All",
|
|
63
|
+
"target": "Package",
|
|
64
|
+
"version": "[10.0.5, )",
|
|
65
|
+
"autoReferenced": true
|
|
66
|
+
},
|
|
67
|
+
"Newtonsoft.Json": {
|
|
68
|
+
"target": "Package",
|
|
69
|
+
"version": "[13.0.4, )"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"imports": [
|
|
73
|
+
"net461",
|
|
74
|
+
"net462",
|
|
75
|
+
"net47",
|
|
76
|
+
"net471",
|
|
77
|
+
"net472",
|
|
78
|
+
"net48",
|
|
79
|
+
"net481"
|
|
80
|
+
],
|
|
81
|
+
"assetTargetFallback": true,
|
|
82
|
+
"warn": true,
|
|
83
|
+
"downloadDependencies": [
|
|
84
|
+
{
|
|
85
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
86
|
+
"version": "[9.0.14, 9.0.14]"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
90
|
+
"version": "[9.0.14, 9.0.14]"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "Microsoft.NETCore.App.Runtime.Mono.browser-wasm",
|
|
94
|
+
"version": "[9.0.14, 9.0.14]"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"name": "Microsoft.WindowsDesktop.App.Ref",
|
|
98
|
+
"version": "[9.0.14, 9.0.14]"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"frameworkReferences": {
|
|
102
|
+
"Microsoft.NETCore.App": {
|
|
103
|
+
"privateAssets": "all"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.201/PortableRuntimeIdentifierGraph.json"
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
"runtimes": {
|
|
110
|
+
"browser-wasm": {
|
|
111
|
+
"#import": []
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.Test\\AwingCSharpLib.Test.csproj": {
|
|
116
|
+
"version": "1.0.0",
|
|
117
|
+
"restore": {
|
|
118
|
+
"projectUniqueName": "T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.Test\\AwingCSharpLib.Test.csproj",
|
|
119
|
+
"projectName": "AwingCSharpLib.Test",
|
|
120
|
+
"projectPath": "T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.Test\\AwingCSharpLib.Test.csproj",
|
|
121
|
+
"packagesPath": "C:\\Users\\ADMIN\\.nuget\\packages\\",
|
|
122
|
+
"outputPath": "T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.Test\\obj\\",
|
|
123
|
+
"projectStyle": "PackageReference",
|
|
124
|
+
"configFilePaths": [
|
|
125
|
+
"C:\\Users\\ADMIN\\AppData\\Roaming\\NuGet\\NuGet.Config"
|
|
126
|
+
],
|
|
127
|
+
"originalTargetFrameworks": [
|
|
128
|
+
"net9.0"
|
|
129
|
+
],
|
|
130
|
+
"sources": {
|
|
131
|
+
"https://api.nuget.org/v3/index.json": {}
|
|
132
|
+
},
|
|
133
|
+
"frameworks": {
|
|
134
|
+
"net9.0": {
|
|
135
|
+
"targetAlias": "net9.0",
|
|
136
|
+
"projectReferences": {
|
|
137
|
+
"T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.csproj": {
|
|
138
|
+
"projectPath": "T:\\Projects\\FE\\react\\dotnet-wasm\\AwingCSharpLib.csproj"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
},
|
|
143
|
+
"warningProperties": {
|
|
144
|
+
"warnAsError": [
|
|
145
|
+
"NU1605"
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
"restoreAuditProperties": {
|
|
149
|
+
"enableAudit": "true",
|
|
150
|
+
"auditLevel": "low",
|
|
151
|
+
"auditMode": "direct"
|
|
152
|
+
},
|
|
153
|
+
"SdkAnalysisLevel": "10.0.200"
|
|
154
|
+
},
|
|
155
|
+
"frameworks": {
|
|
156
|
+
"net9.0": {
|
|
157
|
+
"targetAlias": "net9.0",
|
|
158
|
+
"dependencies": {
|
|
159
|
+
"Microsoft.NET.Test.Sdk": {
|
|
160
|
+
"target": "Package",
|
|
161
|
+
"version": "[18.0.1, )"
|
|
162
|
+
},
|
|
163
|
+
"coverlet.collector": {
|
|
164
|
+
"target": "Package",
|
|
165
|
+
"version": "[6.0.4, )"
|
|
166
|
+
},
|
|
167
|
+
"xunit.runner.visualstudio": {
|
|
168
|
+
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
|
169
|
+
"suppressParent": "All",
|
|
170
|
+
"target": "Package",
|
|
171
|
+
"version": "[3.1.5, )"
|
|
172
|
+
},
|
|
173
|
+
"xunit.v3": {
|
|
174
|
+
"target": "Package",
|
|
175
|
+
"version": "[3.2.2, )"
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"imports": [
|
|
179
|
+
"net461",
|
|
180
|
+
"net462",
|
|
181
|
+
"net47",
|
|
182
|
+
"net471",
|
|
183
|
+
"net472",
|
|
184
|
+
"net48",
|
|
185
|
+
"net481"
|
|
186
|
+
],
|
|
187
|
+
"assetTargetFallback": true,
|
|
188
|
+
"warn": true,
|
|
189
|
+
"downloadDependencies": [
|
|
190
|
+
{
|
|
191
|
+
"name": "Microsoft.AspNetCore.App.Ref",
|
|
192
|
+
"version": "[9.0.14, 9.0.14]"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "Microsoft.NETCore.App.Ref",
|
|
196
|
+
"version": "[9.0.14, 9.0.14]"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "Microsoft.WindowsDesktop.App.Ref",
|
|
200
|
+
"version": "[9.0.14, 9.0.14]"
|
|
201
|
+
}
|
|
202
|
+
],
|
|
203
|
+
"frameworkReferences": {
|
|
204
|
+
"Microsoft.NETCore.App": {
|
|
205
|
+
"privateAssets": "all"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.201/PortableRuntimeIdentifierGraph.json"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
|
5
|
+
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
|
6
|
+
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
|
7
|
+
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
|
|
8
|
+
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\ADMIN\.nuget\packages\</NuGetPackageFolders>
|
|
9
|
+
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
|
10
|
+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
|
11
|
+
</PropertyGroup>
|
|
12
|
+
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
13
|
+
<SourceRoot Include="C:\Users\ADMIN\.nuget\packages\" />
|
|
14
|
+
</ItemGroup>
|
|
15
|
+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
16
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Platform.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Platform.props')" />
|
|
17
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.1\buildTransitive\Microsoft.Testing.Platform.MSBuild.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.1\buildTransitive\Microsoft.Testing.Platform.MSBuild.props')" />
|
|
18
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.extensions.telemetry\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Extensions.Telemetry.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.extensions.telemetry\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Extensions.Telemetry.props')" />
|
|
19
|
+
<Import Project="$(NuGetPackageRoot)xunit.v3.core.mtp-v1\3.2.2\buildTransitive\xunit.v3.core.mtp-v1.props" Condition="Exists('$(NuGetPackageRoot)xunit.v3.core.mtp-v1\3.2.2\buildTransitive\xunit.v3.core.mtp-v1.props')" />
|
|
20
|
+
<Import Project="$(NuGetPackageRoot)xunit.runner.visualstudio\3.1.5\build\net8.0\xunit.runner.visualstudio.props" Condition="Exists('$(NuGetPackageRoot)xunit.runner.visualstudio\3.1.5\build\net8.0\xunit.runner.visualstudio.props')" />
|
|
21
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\18.0.1\build\net8.0\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\18.0.1\build\net8.0\Microsoft.TestPlatform.TestHost.props')" />
|
|
22
|
+
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\18.0.1\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\18.0.1\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
|
|
23
|
+
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.props')" />
|
|
24
|
+
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.props')" />
|
|
25
|
+
</ImportGroup>
|
|
26
|
+
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
27
|
+
<Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\ADMIN\.nuget\packages\xunit.analyzers\1.27.0</Pkgxunit_analyzers>
|
|
28
|
+
<PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\ADMIN\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0</PkgMicrosoft_CodeAnalysis_Analyzers>
|
|
29
|
+
</PropertyGroup>
|
|
30
|
+
</Project>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
|
2
|
+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
|
4
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Platform.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform\1.9.1\buildTransitive\net9.0\Microsoft.Testing.Platform.targets')" />
|
|
5
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.1\buildTransitive\Microsoft.Testing.Platform.MSBuild.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testing.platform.msbuild\1.9.1\buildTransitive\Microsoft.Testing.Platform.MSBuild.targets')" />
|
|
6
|
+
<Import Project="$(NuGetPackageRoot)xunit.v3.core.mtp-v1\3.2.2\buildTransitive\xunit.v3.core.mtp-v1.targets" Condition="Exists('$(NuGetPackageRoot)xunit.v3.core.mtp-v1\3.2.2\buildTransitive\xunit.v3.core.mtp-v1.targets')" />
|
|
7
|
+
<Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\18.0.1\build\net8.0\Microsoft.TestPlatform.TestHost.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\18.0.1\build\net8.0\Microsoft.TestPlatform.TestHost.targets')" />
|
|
8
|
+
<Import Project="$(NuGetPackageRoot)microsoft.codecoverage\18.0.1\build\netstandard2.0\Microsoft.CodeCoverage.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\18.0.1\build\netstandard2.0\Microsoft.CodeCoverage.targets')" />
|
|
9
|
+
<Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\18.0.1\build\net8.0\Microsoft.NET.Test.Sdk.targets')" />
|
|
10
|
+
<Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets')" />
|
|
11
|
+
<Import Project="$(NuGetPackageRoot)coverlet.collector\6.0.4\build\netstandard2.0\coverlet.collector.targets" Condition="Exists('$(NuGetPackageRoot)coverlet.collector\6.0.4\build\netstandard2.0\coverlet.collector.targets')" />
|
|
12
|
+
</ImportGroup>
|
|
13
|
+
</Project>
|