@mikezimm/fps-core-v7 1.0.53 → 1.0.55
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/components/atoms/easy-pages/functions/createNewSitePagesSource.js +1 -1
- package/lib/components/atoms/easy-pages/functions/createNewSitePagesSource.js.map +1 -1
- package/lib/components/molecules/SpHttp/Sp/doSpHttpFetch.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/Sp/doSpHttpFetch.js +18 -2
- package/lib/components/molecules/SpHttp/Sp/doSpHttpFetch.js.map +1 -1
- package/lib/components/molecules/source-props/IMinSourceFetchProps.d.ts +1 -0
- package/lib/components/molecules/source-props/IMinSourceFetchProps.d.ts.map +1 -1
- package/lib/components/molecules/source-props/{Lists → createSources/Lists}/createListSource.d.ts +2 -3
- package/lib/components/molecules/source-props/createSources/Lists/createListSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/{Lists → createSources/Lists}/createListSource.js +10 -16
- package/lib/components/molecules/source-props/createSources/Lists/createListSource.js.map +1 -0
- package/lib/components/molecules/source-props/createSources/Lists/createListSourceWithDigest.d.ts +4 -0
- package/lib/components/molecules/source-props/createSources/Lists/createListSourceWithDigest.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/Lists/createListSourceWithDigest.js +10 -0
- package/lib/components/molecules/source-props/createSources/Lists/createListSourceWithDigest.js.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/NewsLinksSource.d.ts +1 -1
- package/lib/components/molecules/source-props/createSources/SitePages/NewsLinksSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/NewsLinksSource.js +5 -5
- package/lib/components/molecules/source-props/createSources/SitePages/NewsLinksSource.js.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/NewsSource.d.ts +1 -1
- package/lib/components/molecules/source-props/createSources/SitePages/NewsSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/NewsSource.js +5 -5
- package/lib/components/molecules/source-props/createSources/SitePages/NewsSource.js.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/SitePagesSource.d.ts +1 -1
- package/lib/components/molecules/source-props/createSources/SitePages/SitePagesSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/SitePagesSource.js +8 -8
- package/lib/components/molecules/source-props/createSources/SitePages/SitePagesSource.js.map +1 -0
- package/lib/components/molecules/source-props/{SitePages → createSources/SitePages}/createPivotTilesPagesSource.d.ts +3 -3
- package/lib/components/molecules/source-props/createSources/SitePages/createPivotTilesPagesSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/SitePages/createPivotTilesPagesSource.js +19 -0
- package/lib/components/molecules/source-props/createSources/SitePages/createPivotTilesPagesSource.js.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSource.d.ts +14 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSource.js +46 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSource.js.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSourceWithDigest.d.ts +4 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSourceWithDigest.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSourceWithDigest.js +10 -0
- package/lib/components/molecules/source-props/createSources/Users/createGroupsSourceWithDigest.js.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySource.d.ts +8 -0
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySource.d.ts.map +1 -0
- package/lib/components/molecules/source-props/{createLibrarySource.js → createSources/Users/createLibrarySource.js} +16 -20
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySource.js.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySourceWithDigest.d.ts +3 -0
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySourceWithDigest.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySourceWithDigest.js +10 -0
- package/lib/components/molecules/source-props/createSources/Users/createLibrarySourceWithDigest.js.map +1 -0
- package/lib/components/molecules/source-props/createSources/cloneSourceProps.d.ts +12 -0
- package/lib/components/molecules/source-props/createSources/cloneSourceProps.d.ts.map +1 -0
- package/lib/components/molecules/source-props/createSources/cloneSourceProps.js +66 -0
- package/lib/components/molecules/source-props/createSources/cloneSourceProps.js.map +1 -0
- package/lib/components/molecules/source-props/{createMinFetchProps.d.ts → createSources/createMinFetchProps.d.ts} +3 -3
- package/lib/components/molecules/source-props/createSources/createMinFetchProps.d.ts.map +1 -0
- package/lib/components/molecules/source-props/{createMinFetchProps.js → createSources/createMinFetchProps.js} +2 -2
- package/lib/components/molecules/source-props/createSources/createMinFetchProps.js.map +1 -0
- package/lib/logic/Errors/friendly.d.ts.map +1 -1
- package/lib/logic/Errors/friendly.js +4 -0
- package/lib/logic/Errors/friendly.js.map +1 -1
- package/lib/logic/Strings/getAbssoluteWebUrlFromSourceProps.d.ts +1 -1
- package/lib/logic/Strings/getAbssoluteWebUrlFromSourceProps.d.ts.map +1 -1
- package/lib/logic/Strings/getAbssoluteWebUrlFromSourceProps.js +4 -3
- package/lib/logic/Strings/getAbssoluteWebUrlFromSourceProps.js.map +1 -1
- package/lib/restAPIs/lists/items/getSourceItemsAPI.d.ts +7 -0
- package/lib/restAPIs/lists/items/getSourceItemsAPI.d.ts.map +1 -1
- package/lib/restAPIs/lists/items/getSourceItemsAPI.js +10 -1
- package/lib/restAPIs/lists/items/getSourceItemsAPI.js.map +1 -1
- package/lib/restAPIs/lists/items/postSourceItemAPI.d.ts +12 -0
- package/lib/restAPIs/lists/items/postSourceItemAPI.d.ts.map +1 -0
- package/lib/restAPIs/lists/items/postSourceItemAPI.js +53 -0
- package/lib/restAPIs/lists/items/postSourceItemAPI.js.map +1 -0
- package/lib/restAPIs/lists/items/postSourceItemsAPI.d.ts +15 -2
- package/lib/restAPIs/lists/items/postSourceItemsAPI.d.ts.map +1 -1
- package/lib/restAPIs/lists/items/postSourceItemsAPI.js +38 -41
- package/lib/restAPIs/lists/items/postSourceItemsAPI.js.map +1 -1
- package/lib/restAPIs/logging/saveErrorToLog.d.ts.map +1 -1
- package/lib/restAPIs/logging/saveErrorToLog.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/molecules/source-props/Lists/createListSource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/Lists/createListSource.js.map +0 -1
- package/lib/components/molecules/source-props/SitePages/NewsLinksSource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/SitePages/NewsLinksSource.js.map +0 -1
- package/lib/components/molecules/source-props/SitePages/NewsSource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/SitePages/NewsSource.js.map +0 -1
- package/lib/components/molecules/source-props/SitePages/SitePagesSource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/SitePages/SitePagesSource.js.map +0 -1
- package/lib/components/molecules/source-props/SitePages/createPivotTilesPagesSource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/SitePages/createPivotTilesPagesSource.js +0 -15
- package/lib/components/molecules/source-props/SitePages/createPivotTilesPagesSource.js.map +0 -1
- package/lib/components/molecules/source-props/createGroupsSource.d.ts +0 -15
- package/lib/components/molecules/source-props/createGroupsSource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/createGroupsSource.js +0 -50
- package/lib/components/molecules/source-props/createGroupsSource.js.map +0 -1
- package/lib/components/molecules/source-props/createLibrarySource.d.ts +0 -9
- package/lib/components/molecules/source-props/createLibrarySource.d.ts.map +0 -1
- package/lib/components/molecules/source-props/createLibrarySource.js.map +0 -1
- package/lib/components/molecules/source-props/createMinFetchProps.d.ts.map +0 -1
- package/lib/components/molecules/source-props/createMinFetchProps.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SitePagesSource.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/source-props/SitePages/SitePagesSource.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAyB,MAAM,iBAAiB,CAAC;AAQtE;;GAEG;AACH,eAAO,MAAM,eAAe,EAAE,YAsC7B,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SitePagesSource.js","sourceRoot":"","sources":["../../../../../src/components/molecules/source-props/SitePages/SitePagesSource.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,OAAO,EAAgB,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAC;AAC3D,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AAC/G,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AAGzD,6EAA6E;AAE7E;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAiB;IAC3C,YAAY,EAAE,IAAuC;IACrD,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;IACpB,GAAG,EAAE,OAAO;IACZ,OAAO,EAAE,OAAO;IAChB,cAAc,EAAE,CAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAE;IAC1C,MAAM,EAAE,aAAa;IACrB,MAAM,EAAE,EAAE;IACV,SAAS,EAAE,YAAY;IACvB,eAAe,EAAE,WAAW;IAC5B,YAAY,EAAE,EAAE;IAChB,gBAAgB,EAAE,EAAE;IAEpB,SAAS,EAAE,CAAE,OAAO,EAAG,aAAa,CAAE;IACtC,SAAS,EAAE,CAAE,GAAG,qBAAqB,EAAG;IAExC,OAAO,EAAE,sBAAsB;IAC/B,WAAW,EAAE,qBAAqB;IAClC,WAAW,EAAE,CAAC,GAAG,sBAAsB,CAAC;IAExC,YAAY,EAAE,oBAAoB;IAClC,QAAQ,EAAE,IAAI;IACd,+GAA+G;IAC/G,UAAU,EAAE,2EAA2E;IACvF,UAAU,EAAE,EAAE;IACd,gBAAgB,EAAE,EAAE;IACpB,UAAU,EAAE,GAAG;IACf,OAAO,EAAE;QACP,IAAI,EAAE,OAAO;QACb,KAAK,EAAE,KAAK;QACZ,GAAG,EAAE,IAAI;KACV;IACD,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,KAAK,EAAE,EAAE;IACT,mBAAmB,EAAE,EAAG,KAAK,EAAE,WAAW,EAAE,iBAAiB,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAG;CACxG,CAAC"}
|
package/lib/components/molecules/source-props/SitePages/createPivotTilesPagesSource.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createPivotTilesPagesSource.d.ts","sourceRoot":"","sources":["../../../../../src/components/molecules/source-props/SitePages/createPivotTilesPagesSource.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAG/C,OAAO,EAAE,UAAU,EAAE,MAAM,8CAA8C,CAAC;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,sCAAsC,CAAC;AAE5E,eAAO,MAAM,gCAAgC,EAAE,MAAM,EAA+D,CAAC;AAErH,wBAAgB,2BAA2B,CAAE,YAAY,EAAE,oBAAoB,EAAE,SAAS,EAAE,UAAU,GAAI,YAAY,CAQrH"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 2024-09-06: Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
|
|
3
|
-
*/
|
|
4
|
-
import { SitePagesSource } from "./SitePagesSource";
|
|
5
|
-
import { ModernSitePagesColumns } from "./ModernSitePagesColumns";
|
|
6
|
-
export const ModernSitePagesColumnsPivotTiles = [...ModernSitePagesColumns, 'FieldValuesAsText/MetaInfo'];
|
|
7
|
-
export function createPivotTilesPagesSource(fpsSpService, EasyIcons) {
|
|
8
|
-
const Source = SitePagesSource;
|
|
9
|
-
Source.fpsSpService = fpsSpService;
|
|
10
|
-
Source.columns = ModernSitePagesColumnsPivotTiles;
|
|
11
|
-
Source.selectThese = [...ModernSitePagesColumnsPivotTiles];
|
|
12
|
-
Source.EasyIcons = EasyIcons;
|
|
13
|
-
return Source;
|
|
14
|
-
}
|
|
15
|
-
//# sourceMappingURL=createPivotTilesPagesSource.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createPivotTilesPagesSource.js","sourceRoot":"","sources":["../../../../../src/components/molecules/source-props/SitePages/createPivotTilesPagesSource.ts"],"names":[],"mappings":"AACA;;GAEG;AAGH,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAIlE,MAAM,CAAC,MAAM,gCAAgC,GAAa,CAAC,GAAG,sBAAsB,EAAE,4BAA4B,CAAE,CAAC;AAErH,MAAM,UAAU,2BAA2B,CAAE,YAAkC,EAAE,SAAqB;IACpG,MAAM,MAAM,GAAiB,eAAe,CAAC;IAC7C,MAAM,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,MAAM,CAAC,OAAO,GAAG,gCAAgC,CAAC;IAClD,MAAM,CAAC,WAAW,GAAG,CAAC,GAAG,gCAAgC,CAAC,CAAC;IAC3D,MAAM,CAAC,SAAS,GAAG,SAAS,CAAC;IAC7B,OAAO,MAAM,CAAC;AAEhB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 2024-09-06: Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
|
|
3
|
-
*
|
|
4
|
-
* Local imports
|
|
5
|
-
import { getExpandColumns, ISourceProps, makeid } from "../../fpsReferences";
|
|
6
|
-
import { createSeriesSort } from "@mikezimm/fps-core-v7/lib/components/molecules/source-props/createOrderBy";
|
|
7
|
-
import { CurrentTenant } from "@mikezimm/fps-core-v7/lib/components/molecules/source-props/WindowLocationConstants";
|
|
8
|
-
import { GroupSelectsFull } from "@mikezimm/fps-core-v7/lib/restAPIs/sites/groups/GroupSelects";
|
|
9
|
-
*/
|
|
10
|
-
import { ISourceProps } from "./ISourceProps";
|
|
11
|
-
import { IFpsSpHttpServiceMIN } from "../SpHttp/Sp/IFpsSpHttpServiceMIN";
|
|
12
|
-
export declare function createGroupsSourceWithDigest(webUrl: string, fpsSpService: IFpsSpHttpServiceMIN): Promise<ISourceProps>;
|
|
13
|
-
export declare function createGroupsSource(webUrl: string, fpsSpService: IFpsSpHttpServiceMIN): ISourceProps;
|
|
14
|
-
export declare const DefaultGroupsSource: ISourceProps;
|
|
15
|
-
//# sourceMappingURL=createGroupsSource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createGroupsSource.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/source-props/createGroupsSource.ts"],"names":[],"mappings":"AACA;;;;;;;;GAQG;AAEH,OAAO,EAAE,YAAY,EAAG,MAAM,gBAAgB,CAAC;AAQ/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAEzE,wBAAsB,4BAA4B,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,oBAAoB,GAAI,OAAO,CAAC,YAAY,CAAC,CAM7H;AAED,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,oBAAoB,GAAI,YAAY,CASpG;AAED,eAAO,MAAM,mBAAmB,EAAE,YAgBN,CAAC"}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 2024-09-06: Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
|
|
3
|
-
*
|
|
4
|
-
* Local imports
|
|
5
|
-
import { getExpandColumns, ISourceProps, makeid } from "../../fpsReferences";
|
|
6
|
-
import { createSeriesSort } from "@mikezimm/fps-core-v7/lib/components/molecules/source-props/createOrderBy";
|
|
7
|
-
import { CurrentTenant } from "@mikezimm/fps-core-v7/lib/components/molecules/source-props/WindowLocationConstants";
|
|
8
|
-
import { GroupSelectsFull } from "@mikezimm/fps-core-v7/lib/restAPIs/sites/groups/GroupSelects";
|
|
9
|
-
*/
|
|
10
|
-
import { createSeriesSort } from "./createOrderBy";
|
|
11
|
-
import { makeid } from "../../../logic/Strings/guids";
|
|
12
|
-
import { GroupSelectsFull } from "../../../restAPIs/sites/groups/GroupSelects";
|
|
13
|
-
import { getExpandColumns } from "./Lists/getVX/getExpandV2";
|
|
14
|
-
import { getThisFPSDigestValueFromUrl } from "../SpHttp/digestValues/fromUrl/getThisFPSDigestValueFromUrl";
|
|
15
|
-
import { getSiteCollectionUrlFromLink } from "../../../logic/Strings/getSiteCollectionUrlFromLink";
|
|
16
|
-
import { CurrentTenant } from "./WindowLocationConstants";
|
|
17
|
-
export async function createGroupsSourceWithDigest(webUrl, fpsSpService) {
|
|
18
|
-
const Source = createGroupsSource(webUrl, fpsSpService);
|
|
19
|
-
Source.digestValue = await getThisFPSDigestValueFromUrl(this._webAbsoluteUrl);
|
|
20
|
-
// Opted against this option since it may cause other issues... just adding to FPSFetchStatus
|
|
21
|
-
// Source.webRelativeLink = webRelativeLink.indexOf('/') === 0 ? webRelativeLink : `/${webRelativeLink}`;
|
|
22
|
-
return Source;
|
|
23
|
-
}
|
|
24
|
-
export function createGroupsSource(webUrl, fpsSpService) {
|
|
25
|
-
const Source = DefaultGroupsSource;
|
|
26
|
-
Source.webUrl = webUrl;
|
|
27
|
-
Source.fpsSpService = fpsSpService;
|
|
28
|
-
Source.absoluteWebUrl = getSiteCollectionUrlFromLink(webUrl);
|
|
29
|
-
// Opted against this option since it may cause other issues... just adding to FPSFetchStatus
|
|
30
|
-
// Source.webRelativeLink = webRelativeLink.indexOf('/') === 0 ? webRelativeLink : `/${webRelativeLink}`;
|
|
31
|
-
return JSON.parse(JSON.stringify(Source));
|
|
32
|
-
}
|
|
33
|
-
export const DefaultGroupsSource = {
|
|
34
|
-
refreshId: makeid(5),
|
|
35
|
-
key: 'groups',
|
|
36
|
-
defType: 'Groups',
|
|
37
|
-
fpsContentType: ['group'],
|
|
38
|
-
tenant: CurrentTenant,
|
|
39
|
-
webUrl: ``,
|
|
40
|
-
webRelativeLink: '',
|
|
41
|
-
viewItemLink: ``,
|
|
42
|
-
columns: GroupSelectsFull,
|
|
43
|
-
searchProps: GroupSelectsFull,
|
|
44
|
-
selectThese: GroupSelectsFull,
|
|
45
|
-
expandThese: getExpandColumns(GroupSelectsFull),
|
|
46
|
-
defSearchButtons: [],
|
|
47
|
-
orderBy: createSeriesSort('Title'),
|
|
48
|
-
performanceSettings: { label: 'Group', updateMiliseconds: true, includeMsStr: true, op: 'fetch' },
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=createGroupsSource.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createGroupsSource.js","sourceRoot":"","sources":["../../../../src/components/molecules/source-props/createGroupsSource.ts"],"names":[],"mappings":"AACA;;;;;;;;GAQG;AAGH,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC/E,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAC7D,OAAO,EAAE,4BAA4B,EAAE,MAAM,6DAA6D,CAAC;AAC3G,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,MAAM,CAAC,KAAK,UAAU,4BAA4B,CAAC,MAAc,EAAE,YAAkC;IACnG,MAAM,MAAM,GAAiB,kBAAkB,CAAE,MAAM,EAAE,YAAY,CAAE,CAAC;IACxE,MAAM,CAAC,WAAW,GAAG,MAAM,4BAA4B,CAAE,IAAI,CAAC,eAAe,CAAE,CAAC;IAChF,6FAA6F;IAC7F,yGAAyG;IACzG,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,MAAc,EAAE,YAAkC;IACnF,MAAM,MAAM,GAAiB,mBAAmB,CAAC;IACjD,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,MAAM,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,MAAM,CAAC,cAAc,GAAG,4BAA4B,CAAE,MAAM,CAAE,CAAC;IAC/D,6FAA6F;IAC7F,yGAAyG;IACzG,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAE,MAAM,CAAE,CAAC,CAAC;AAE9C,CAAC;AAED,MAAM,CAAC,MAAM,mBAAmB,GAAiB;IAC/C,SAAS,EAAE,MAAM,CAAC,CAAC,CAAC;IACpB,GAAG,EAAE,QAAQ;IACb,OAAO,EAAE,QAAQ;IACjB,cAAc,EAAE,CAAE,OAAO,CAAE;IAC3B,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,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 2024-09-06: Migrated from same folder fps-library-v2\src\pnpjs\SourceItems
|
|
3
|
-
*/
|
|
4
|
-
import { ISourceProps } from "./ISourceProps";
|
|
5
|
-
import { IFpsSpHttpServiceMIN } from "../SpHttp/Sp/IFpsSpHttpServiceMIN";
|
|
6
|
-
export declare function createLibrarySourceWithDigest(webUrl: string, listTitle: string, webRelativeLink: string): Promise<ISourceProps>;
|
|
7
|
-
export declare function createLibrarySource(fpsSpService: IFpsSpHttpServiceMIN, webUrl: string, listTitle: string, webRelativeLink: string): ISourceProps;
|
|
8
|
-
export declare const DefaultLibrarySource: ISourceProps;
|
|
9
|
-
//# sourceMappingURL=createLibrarySource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createLibrarySource.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/source-props/createLibrarySource.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAyB,MAAM,gBAAgB,CAAC;AAUrE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mCAAmC,CAAC;AAEzE,wBAAsB,6BAA6B,CAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,GAAG,OAAO,CAAC,YAAY,CAAC,CAMtI;AAED,wBAAgB,mBAAmB,CAAE,YAAY,EAAE,oBAAoB,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,eAAe,EAAE,MAAM,GAAG,YAAY,CAYjJ;AAED,eAAO,MAAM,oBAAoB,EAAE,YA0BlC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createLibrarySource.js","sourceRoot":"","sources":["../../../../src/components/molecules/source-props/createLibrarySource.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,OAAO,EAAgB,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,yFAAyF;AACzF,uFAAuF;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAC9D,OAAO,EAAE,6BAA6B,EAAE,MAAM,uCAAuC,CAAC;AACtF,OAAO,EAAE,MAAM,EAAE,MAAM,8BAA8B,CAAC;AACtD,OAAO,EAAE,4BAA4B,EAAE,MAAM,6DAA6D,CAAC;AAC3G,OAAO,EAAE,4BAA4B,EAAE,MAAM,qDAAqD,CAAC;AACnG,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAG1D,MAAM,CAAC,KAAK,UAAU,6BAA6B,CAAE,MAAc,EAAE,SAAiB,EAAE,eAAuB;IAC7G,MAAM,MAAM,GAAiB,mBAAmB,CAAE,IAAuC,EAAE,MAAM,EAAE,SAAS,EAAE,eAAe,CAAE,CAAC;IAChI,MAAM,CAAC,WAAW,GAAG,MAAM,4BAA4B,CAAE,IAAI,CAAC,eAAe,CAAE,CAAC;IAChF,6FAA6F;IAC7F,yGAAyG;IACzG,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,MAAM,UAAU,mBAAmB,CAAE,YAAkC,EAAE,MAAc,EAAE,SAAiB,EAAE,eAAuB;IACjI,MAAM,MAAM,GAAiB,oBAAoB,CAAC;IAClD,MAAM,CAAC,YAAY,GAAG,YAAY,CAAC;IACnC,MAAM,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,MAAM,CAAC,cAAc,GAAG,4BAA4B,CAAE,MAAM,CAAE,CAAC;IAC/D,MAAM,CAAC,SAAS,GAAG,SAAS,CAAC;IAC7B,MAAM,CAAC,eAAe,GAAG,eAAe,CAAC;IACzC,6BAA6B,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;IACzD,6FAA6F;IAC7F,yGAAyG;IACzG,OAAO,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAE,MAAM,CAAE,CAAC,CAAC;AAE9C,CAAC;AAED,MAAM,CAAC,MAAM,oBAAoB,GAAiB;IAChD,YAAY,EAAE,IAAuC;IACrD,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,YAAY,EAAE,EAAE;IAChB,gBAAgB,EAAE,EAAE;IACpB,SAAS,EAAE,EAAE;IACb,QAAQ,EAAE,EAAE;IACZ,SAAS,EAAC,EAAE;IACZ,SAAS,EAAE,CAAE,aAAa,EAAG,OAAO,CAAE;IACtC,SAAS,EAAE,CAAE,GAAG,qBAAqB,EAAE,iBAAiB,CAAE;IAC1D,OAAO,EAAE,CAAC,GAAG,cAAc,CAAC;IAC5B,WAAW,EAAE,CAAC,GAAG,cAAc,CAAC;IAChC,WAAW,EAAE,CAAC,GAAG,cAAc,EAAE;IACjC,QAAQ,EAAE,IAAI;IACd,gBAAgB,EAAE,EAAE;IACpB,OAAO,EAAE,gBAAgB,CAAC,aAAa,CAAC;IACxC,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,EAAG,KAAK,EAAE,SAAS,EAAE,iBAAiB,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,OAAO,EAAG;CAEtG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createMinFetchProps.d.ts","sourceRoot":"","sources":["../../../../src/components/molecules/source-props/createMinFetchProps.ts"],"names":[],"mappings":"AACA;;GAEG;AAGH,OAAO,EAAE,cAAc,EAAmB,MAAM,kDAAkD,CAAC;AACnG,OAAO,EAAE,YAAY,EAAyB,MAAM,gBAAgB,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAIrD,wBAAgB,mBAAmB,CAAC,WAAW,EAAE,YAAY,GAAG,mBAAmB,EAAE,OAAO,EAAE,OAAO,GAAG,SAAS,EAAE,UAAU,EAAE,OAAO,GAAG,SAAS,GAAG,cAAc,CAoClK"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"createMinFetchProps.js","sourceRoot":"","sources":["../../../../src/components/molecules/source-props/createMinFetchProps.ts"],"names":[],"mappings":"AACA;;GAEG;AAIH,OAAO,EAAgB,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AAErE,OAAO,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAG7D,MAAM,UAAU,mBAAmB,CAAC,WAA+C,EAAE,OAA4B,EAAE,UAA+B;IAEhJ,kGAAkG;IAClG,MAAM,OAAO,GAAoB,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,IAAW,CAAC,CAAC,CAAC;QACpE,IAAI,EAAE,WAAW,CAAC,OAAO,CAAC,IAAI;QAC9B,GAAG,EAAE,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,WAAW,CAAC,OAAO,CAAC,KAAK,KAAK,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI;KAC7G,CAAC;IAEF,IAAI,CAAC,WAAW,CAAC,WAAW,IAAI,WAAW,CAAC,WAAW,CAAC,MAAM,KAAK,CAAC,EAAE;QACpE,WAAW,CAAC,WAAW,GAAG,gBAAgB,CAAC,WAAW,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC;KACrE;IAED,8DAA8D;IAC9D,gDAAgD;IAChD,yDAAyD;IACzD,4CAA4C;IAC5C,IAAI;IAEJ,8DAA8D;IAC5D,gDAAgD;IAClD,6DAA6D;IAC7D,gDAAgD;IAChD,IAAI;IAEJ,MAAM,UAAU,GAAmB;QACjC,GAAG,WAAW,EAAE,GAAG;YACjB,cAAc,EAAE,OAAO;YACvB,OAAO,EAAE,OAAO;YAChB,UAAU,EAAE,WAAW,CAAC,UAAU;YAClC,UAAU,EAAE,UAAU;YACtB,SAAS,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC,qBAAqB;SACjF;KACF,CAAC;IAEF,OAAO,UAAU,CAAC;AAEpB,CAAC"}
|