@mikezimm/fps-core-v7 1.0.89 → 1.0.90
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/lib/PackageVersion.js +3 -3
- package/lib/components/atoms/Users/getEmailFromLoginName.d.ts +1 -1
- package/lib/components/atoms/Users/getEmailFromLoginName.d.ts.map +1 -1
- package/lib/components/atoms/Users/getEmailFromLoginName.js +5 -4
- package/lib/components/atoms/Users/getEmailFromLoginName.js.map +1 -1
- package/lib/components/molecules/source-props/createSources/Users/createUsersSource.d.ts +11 -0
- package/lib/components/molecules/source-props/createSources/Users/createUsersSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createUsersSource.js +41 -0
- package/lib/components/molecules/source-props/createSources/Users/createUsersSource.js.map +1 -0
- package/lib/restAPIs/sites/users/getSiteUsersAPI.d.ts +3 -2
- package/lib/restAPIs/sites/users/getSiteUsersAPI.d.ts.map +1 -1
- package/lib/restAPIs/sites/users/getSiteUsersAPI.js +13 -3
- package/lib/restAPIs/sites/users/getSiteUsersAPI.js.map +1 -1
- package/package.json +3 -2
package/lib/PackageVersion.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export const PackageNameFpsCv7 = 'fps-core-v7';
|
|
2
|
-
export const PackageVersionFpsCv7 = '1.0.
|
|
3
|
-
export const PackageVersionLabelFpsCv7 = 'fps-core-v7@1.0.
|
|
4
|
-
export const PackageVersionTimeFpsCv7 = '1/
|
|
2
|
+
export const PackageVersionFpsCv7 = '1.0.90';
|
|
3
|
+
export const PackageVersionLabelFpsCv7 = 'fps-core-v7@1.0.90';
|
|
4
|
+
export const PackageVersionTimeFpsCv7 = '1/19/2025, 2:15:47 AM EST';
|
|
5
5
|
//# sourceMappingURL=PackageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEmailFromLoginName.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Users/getEmailFromLoginName.ts"],"names":[],"mappings":"AACA;;;;;;;;;GASG;
|
|
1
|
+
{"version":3,"file":"getEmailFromLoginName.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/Users/getEmailFromLoginName.ts"],"names":[],"mappings":"AACA;;;;;;;;;GASG;AAGH,wBAAgB,qBAAqB,CAAC,SAAS,GAAE,MAAW,GAAI,MAAM,GAAG,IAAI,CAiB5E"}
|
|
@@ -8,17 +8,18 @@
|
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
|
-
|
|
11
|
+
// Added this just in case the LoginName was null or undefined
|
|
12
|
+
export function getEmailFromLoginName(LoginName = '') {
|
|
12
13
|
let result = null;
|
|
13
|
-
if (
|
|
14
|
+
if (LoginName.indexOf('|') > -1 && LoginName.indexOf('@') > 0) {
|
|
14
15
|
//This is an ID structure from reading in from the list: "i:0#.f|membership|clicky.mcclickster@tenant.onmicrosoft.com"
|
|
15
|
-
let uProps =
|
|
16
|
+
let uProps = LoginName.split('|');
|
|
16
17
|
let expectedEmailIndex = 2;
|
|
17
18
|
if (uProps.length === 3 && uProps[expectedEmailIndex].indexOf('@') > -1) {
|
|
18
19
|
result = uProps[expectedEmailIndex];
|
|
19
20
|
}
|
|
20
21
|
else {
|
|
21
|
-
alert('Not able to find email from this user name: ' +
|
|
22
|
+
alert('Not able to find email from this user name: ' + LoginName);
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
25
|
return result;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getEmailFromLoginName.js","sourceRoot":"","sources":["../../../../src/components/atoms/Users/getEmailFromLoginName.ts"],"names":[],"mappings":"AACA;;;;;;;;;GASG;AAEH,MAAM,UAAU,qBAAqB,CAAC,
|
|
1
|
+
{"version":3,"file":"getEmailFromLoginName.js","sourceRoot":"","sources":["../../../../src/components/atoms/Users/getEmailFromLoginName.ts"],"names":[],"mappings":"AACA;;;;;;;;;GASG;AAEH,8DAA8D;AAC9D,MAAM,UAAU,qBAAqB,CAAC,YAAoB,EAAE;IAE1D,IAAI,MAAM,GAAG,IAAI,CAAC;IAElB,IAAI,SAAS,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,IAAI,SAAS,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;QAC7D,uHAAuH;QACvH,IAAI,MAAM,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAClC,IAAI,kBAAkB,GAAG,CAAC,CAAC;QAC3B,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,kBAAkB,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE;YACvE,MAAM,GAAG,MAAM,CAAC,kBAAkB,CAAC,CAAC;SACrC;aAAM;YACL,KAAK,CAAC,8CAA8C,GAAG,SAAS,CAAC,CAAC;SACnE;KACF;IAED,OAAO,MAAM,CAAC;AAEhB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { IFpsSpHttpServiceMIN } from "../../../SpHttp/Sp/IFpsSpHttpServiceMIN";
|
|
2
|
+
import { ISourceProps } from "../../ISourceProps";
|
|
3
|
+
/**
|
|
4
|
+
* import { createGroupsSource } from '@mikezimm/fps-core-v7/lib/components/molecules/source-props/Users/createGroupSource';
|
|
5
|
+
* @param webUrl
|
|
6
|
+
* @param fpsSpService
|
|
7
|
+
* @returns
|
|
8
|
+
*/
|
|
9
|
+
export declare function createUsersSource(webUrl: string, fpsSpService: IFpsSpHttpServiceMIN): ISourceProps;
|
|
10
|
+
export declare const DefaultUsersSource: ISourceProps;
|
|
11
|
+
//# sourceMappingURL=createUsersSource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createUsersSource.d.ts","sourceRoot":"","sources":["../../../../../../src/components/molecules/source-props/createSources/Users/createUsersSource.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,oBAAoB,EAAE,MAAM,yCAAyC,CAAC;AAE/E,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAIlD;;;;;GAKG;AAEH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,oBAAoB,GAAG,YAAY,CAUlG;AAED,eAAO,MAAM,kBAAkB,EAAE,YAgBL,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { getSiteCollectionUrlFromLink } from "../../../../../logic/Strings/getSiteCollectionUrlFromLink";
|
|
2
|
+
import { makeid } from "../../../../../logic/Strings/guids";
|
|
3
|
+
import { UserSelectsExtra } from "../../../../../restAPIs/sites/users/UserSelects";
|
|
4
|
+
import { createSeriesSort } from "../../createOrderBy";
|
|
5
|
+
import { getExpandColumns } from "../../Lists/getVX/getExpandV2";
|
|
6
|
+
import { CurrentTenant } from "../../WindowLocationConstants";
|
|
7
|
+
/**
|
|
8
|
+
* import { createGroupsSource } from '@mikezimm/fps-core-v7/lib/components/molecules/source-props/Users/createGroupSource';
|
|
9
|
+
* @param webUrl
|
|
10
|
+
* @param fpsSpService
|
|
11
|
+
* @returns
|
|
12
|
+
*/
|
|
13
|
+
export function createUsersSource(webUrl, fpsSpService) {
|
|
14
|
+
let Source = DefaultUsersSource;
|
|
15
|
+
Source.webUrl = webUrl;
|
|
16
|
+
Source.absoluteWebUrl = getSiteCollectionUrlFromLink(webUrl);
|
|
17
|
+
// Opted against this option since it may cause other issues... just adding to FPSFetchStatus
|
|
18
|
+
// Source.webRelativeLink = webRelativeLink.indexOf('/') === 0 ? webRelativeLink : `/${webRelativeLink}`;
|
|
19
|
+
// https://github.com/fps-solutions/Item-Ninja/issues/51 - need to add fpsSpService after parsing
|
|
20
|
+
Source = JSON.parse(JSON.stringify(Source));
|
|
21
|
+
Source.fpsSpService = fpsSpService;
|
|
22
|
+
return Source;
|
|
23
|
+
}
|
|
24
|
+
export const DefaultUsersSource = {
|
|
25
|
+
refreshId: makeid(5),
|
|
26
|
+
key: 'users',
|
|
27
|
+
defType: 'Users',
|
|
28
|
+
fpsContentType: ['user'],
|
|
29
|
+
tenant: CurrentTenant,
|
|
30
|
+
webUrl: ``,
|
|
31
|
+
webRelativeLink: '',
|
|
32
|
+
viewItemLink: ``,
|
|
33
|
+
columns: UserSelectsExtra,
|
|
34
|
+
searchProps: UserSelectsExtra,
|
|
35
|
+
selectThese: UserSelectsExtra,
|
|
36
|
+
expandThese: getExpandColumns(UserSelectsExtra),
|
|
37
|
+
defSearchButtons: [],
|
|
38
|
+
orderBy: createSeriesSort('Title'),
|
|
39
|
+
performanceSettings: { label: 'Users', updateMiliseconds: true, includeMsStr: true, op: 'fetch' },
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=createUsersSource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createUsersSource.js","sourceRoot":"","sources":["../../../../../../src/components/molecules/source-props/createSources/Users/createUsersSource.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,2DAA2D,CAAC;AACzG,OAAO,EAAE,MAAM,EAAE,MAAM,oCAAoC,CAAC;AAC5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AAEnF,OAAO,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAEvD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AACjE,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAE9D;;;;;GAKG;AAEH,MAAM,UAAU,iBAAiB,CAAC,MAAc,EAAE,YAAkC;IAClF,IAAI,MAAM,GAAiB,kBAAkB,CAAC;IAC9C,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,MAAM,CAAC,cAAc,GAAG,4BAA4B,CAAE,MAAM,CAAE,CAAC;IAC/D,6FAA6F;IAC7F,yGAAyG;IACzG,iGAAiG;IACjG,MAAM,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5C,MAAM,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,CAAC,MAAM,kBAAkB,GAAiB;IAC9C,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;IACpB,GAAG,EAAE,OAAO;IACZ,OAAO,EAAE,OAAO;IAChB,cAAc,EAAE,CAAE,MAAM,CAAE;IAC1B,MAAM,EAAE,aAAa;IACrB,MAAM,EAAE,EAAE;IACV,eAAe,EAAE,EAAE;IACnB,YAAY,EAAE,EAAE;IAChB,OAAO,EAAE,gBAAgB;IACzB,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,gBAAgB;IAC7B,WAAW,EAAE,gBAAgB,CAAG,gBAAgB,CAAE;IAClD,gBAAgB,EAAE,EAAE;IACpB,OAAO,EAAE,gBAAgB,CAAC,OAAO,CAAC;IAClC,mBAAmB,EAAE,EAAG,KAAK,EAAE,OAAO,EAAE,iBAAiB,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAG;CACzE,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps';
|
|
2
2
|
import { IFpsUsersReturn } from '../../../types/fps-returns/sites/users/IFpsUsersReturn';
|
|
3
|
-
export
|
|
4
|
-
export declare function
|
|
3
|
+
export type IProfileImageSize = 'S' | 'M' | 'L';
|
|
4
|
+
export declare function getSiteAdminsAPI(sourceProps: ISourceProps, alertMe: boolean | undefined, consoleLog: boolean | undefined, size?: IProfileImageSize): Promise<IFpsUsersReturn>;
|
|
5
|
+
export declare function getSiteUsersAPI(sourceProps: ISourceProps, alertMe: boolean | undefined, consoleLog: boolean | undefined, size?: IProfileImageSize): Promise<IFpsUsersReturn>;
|
|
5
6
|
//# sourceMappingURL=getSiteUsersAPI.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSiteUsersAPI.d.ts","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersAPI.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAuB,MAAM,yDAAyD,CAAC;AAG5G,OAAO,EAAE,eAAe,EAAG,MAAM,wDAAwD,CAAC;
|
|
1
|
+
{"version":3,"file":"getSiteUsersAPI.d.ts","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersAPI.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAuB,MAAM,yDAAyD,CAAC;AAG5G,OAAO,EAAE,eAAe,EAAG,MAAM,wDAAwD,CAAC;AAO1F,MAAM,MAAM,iBAAiB,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAEhD,wBAAsB,gBAAgB,CAAE,WAAW,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,EAAE,IAAI,CAAC,EAAE,iBAAiB,GAAK,OAAO,CAAC,eAAe,CAAC,CAKtL;AAED,wBAAsB,eAAe,CAAE,WAAW,EAAE,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,EAAE,IAAI,GAAE,iBAAuB,GAAI,OAAO,CAAC,eAAe,CAAC,CA8DzL"}
|
|
@@ -5,13 +5,15 @@ import { getCollectionUrl } from '../../../logic/Links/getSPOUrl';
|
|
|
5
5
|
import { getAbsoluteWebUrlFromSourceProps } from '../../../logic/Strings/getAbssoluteWebUrlFromSourceProps';
|
|
6
6
|
import { createErrorFpsUsersReturn } from '../../../components/molecules/process-results/createEmptyFpsUsersReturn';
|
|
7
7
|
import { MinUserSelect } from '../../../types/fps-returns/sites/users/UserSelect';
|
|
8
|
-
|
|
8
|
+
import { CurrentOrigin } from '../../../components/molecules/source-props/WindowLocationConstants';
|
|
9
|
+
import { getEmailFromLoginName } from '../../../components/atoms/Users/getEmailFromLoginName';
|
|
10
|
+
export async function getSiteAdminsAPI(sourceProps, alertMe, consoleLog, size) {
|
|
9
11
|
const restFilter = 'IsSiteAdmin eq true';
|
|
10
|
-
const results = await getSiteUsersAPI({ ...sourceProps, ...{ restFilter: restFilter } }, alertMe, consoleLog);
|
|
12
|
+
const results = await getSiteUsersAPI({ ...sourceProps, ...{ restFilter: restFilter } }, alertMe, consoleLog, size);
|
|
11
13
|
results.unifiedPerformanceOps.fetch.label.replace('users', 'admins');
|
|
12
14
|
return results;
|
|
13
15
|
}
|
|
14
|
-
export async function getSiteUsersAPI(sourceProps, alertMe, consoleLog) {
|
|
16
|
+
export async function getSiteUsersAPI(sourceProps, alertMe, consoleLog, size = 'M') {
|
|
15
17
|
const { restFilter, selectThese, } = sourceProps;
|
|
16
18
|
// 2024-12-05: Added this because some places like PivotTiles had absoluteWebUrl in webUrl prop... so just taking care of differences
|
|
17
19
|
const useUrl = getAbsoluteWebUrlFromSourceProps(sourceProps);
|
|
@@ -48,6 +50,14 @@ export async function getSiteUsersAPI(sourceProps, alertMe, consoleLog) {
|
|
|
48
50
|
// result.fpsContentType = [ 'user' ];
|
|
49
51
|
result.unifiedPerformanceOps.fetch.label = `users-${collectionName}`;
|
|
50
52
|
// result.unifiedPerformanceOps.fetch.c = result.users.length;
|
|
53
|
+
/**
|
|
54
|
+
* Added and tested this loop in ReactJSON2 sample webpart for the fps-PeoplePicker component
|
|
55
|
+
*/
|
|
56
|
+
result.users = result.users.map((user) => {
|
|
57
|
+
// was originally passing back the 'AccountName' property as an alternate but that does not exist on this API return so using the LoginName
|
|
58
|
+
const imageUrl = `${CurrentOrigin}/_layouts/15/userphoto.aspx?size=${size || 'L'}&accountname=${user.Email ? user.Email : getEmailFromLoginName(user.LoginName)}`;
|
|
59
|
+
return { ...user, imageUrl: imageUrl };
|
|
60
|
+
});
|
|
51
61
|
// initialResult.users.map( user => {
|
|
52
62
|
// if (!user.LoginName && user.Name) { user.LoginName = user.Name; }
|
|
53
63
|
// if (!user.Email && user.EMail) { user.Email = user.EMail; }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getSiteUsersAPI.js","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersAPI.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,2BAA2B,EAAE,MAAM,uDAAuD,CAAC;AACpG,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAgB,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAC5G,OAAO,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClE,OAAO,EAAE,gCAAgC,EAAE,MAAM,0DAA0D,CAAC;AAE5G,OAAO,EAAE,yBAAyB,EAAE,MAAM,yEAAyE,CAAC;AACpH,OAAO,EAAE,aAAa,EAAE,MAAM,mDAAmD,CAAC;
|
|
1
|
+
{"version":3,"file":"getSiteUsersAPI.js","sourceRoot":"","sources":["../../../../src/restAPIs/sites/users/getSiteUsersAPI.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikezimm/fps-core-v7",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.90",
|
|
4
4
|
"description": "Library of reusable core interfaces, types and constants migrated from fps-library-v2",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -15,7 +15,8 @@
|
|
|
15
15
|
"start": "webpack-dev-server --config ./webpack.config.cjs",
|
|
16
16
|
"clean": "del-cli \"./?(dist|lib)\"",
|
|
17
17
|
"lint": "eslint ./src --ext .ts",
|
|
18
|
-
"
|
|
18
|
+
"z-publish": "echo \"! ! ! ! ! ! ! ! !\" && echo. && echo. && echo \"PLEASE PUSH YOUR COMMIT IN GITHUB DESKTOP!\" && echo. && echo. && timeout /t 16",
|
|
19
|
+
"version": "ts-node generate-version.ts npm run z-publish"
|
|
19
20
|
},
|
|
20
21
|
"repository": {
|
|
21
22
|
"type": "git",
|