@mikezimm/fps-library-v2 1.2.49 → 1.2.51
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/molecules/Categories/Categories.d.ts +42 -0
- package/lib/components/molecules/Categories/Categories.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Categories.js +101 -0
- package/lib/components/molecules/Categories/Categories.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.d.ts +10 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.js +48 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.d.ts +12 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.js +76 -0
- package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.d.ts +25 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.js +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.js +14 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js +15 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts +2 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js +10 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts +5 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js +28 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts +4 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.js +11 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.js.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts +5 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts.map +1 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.js +30 -0
- package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.js.map +1 -0
- package/lib/components/molecules/Categories/Headings/HubCon.d.ts +10 -0
- package/lib/components/molecules/Categories/Headings/HubCon.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Headings/HubCon.js +39 -0
- package/lib/components/molecules/Categories/Headings/HubCon.js.map +1 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.d.ts +18 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.js +61 -0
- package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.js.map +1 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.d.ts +2 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.d.ts.map +1 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.js +12 -0
- package/lib/components/molecules/Categories/Highlights/highlightRegex.js.map +1 -0
- package/lib/components/molecules/Categories/ICategoriesProps.d.ts +30 -0
- package/lib/components/molecules/Categories/ICategoriesProps.d.ts.map +1 -0
- package/lib/components/molecules/Categories/ICategoriesProps.js +2 -0
- package/lib/components/molecules/Categories/ICategoriesProps.js.map +1 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.d.ts +46 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.d.ts.map +1 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.js +68 -0
- package/lib/components/molecules/Categories/applyRegExpXSearchObject.js.map +1 -0
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.d.ts +12 -2
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.d.ts.map +1 -1
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.js +33 -3
- package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.js.map +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/PageDetails.js +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/PageDetails.js.map +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.d.ts.map +1 -1
- package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.js +4 -4
- package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.js.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsSubs.js +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsSubs.js.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.d.ts +10 -3
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.d.ts.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.js +55 -4
- package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.js.map +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/getHubAssocSites.js +1 -1
- package/lib/components/molecules/SpHttp/HubsSubs/getHubAssocSites.js.map +1 -1
- package/package.json +2 -2
|
@@ -14,7 +14,7 @@ import { fetchMyHubsites } from './fetches/fetchMyHubsites';
|
|
|
14
14
|
*/
|
|
15
15
|
export async function getHubAssocSites(departmentId, sourceProps, depth = 'site') {
|
|
16
16
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
17
|
-
let results = await fetchMyHubsites(sourceProps.absoluteWebUrl, depth, departmentId);
|
|
17
|
+
let results = await fetchMyHubsites(sourceProps.absoluteWebUrl, depth, departmentId, 'HubAndAssoc');
|
|
18
18
|
return results;
|
|
19
19
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
20
20
|
// return { ...EmptyStateSource as any, ...{ status: 'Unknown' } }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getHubAssocSites.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SpHttp/HubsSubs/getHubAssocSites.ts"],"names":[],"mappings":"AACA,2DAA2D;AAC3D,4EAA4E;AAC5E,gFAAgF;AAChF,yDAAyD;AACzD,wEAAwE;AACxE,gEAAgE;AAQhE,OAAO,EAAkB,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAW5E;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAE,YAAoB,EAAE,WAAyB,EAAE,QAAwB,MAAM;IAErH,8DAA8D;IAC9D,IAAI,OAAO,GAAwB,MAAM,eAAe,CAAE,WAAW,CAAC,cAAc,EAAE,KAAK,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"getHubAssocSites.js","sourceRoot":"","sources":["../../../../../src/components/molecules/SpHttp/HubsSubs/getHubAssocSites.ts"],"names":[],"mappings":"AACA,2DAA2D;AAC3D,4EAA4E;AAC5E,gFAAgF;AAChF,yDAAyD;AACzD,wEAAwE;AACxE,gEAAgE;AAQhE,OAAO,EAAkB,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAW5E;;;;;;GAMG;AACH,MAAM,CAAC,KAAK,UAAU,gBAAgB,CAAE,YAAoB,EAAE,WAAyB,EAAE,QAAwB,MAAM;IAErH,8DAA8D;IAC9D,IAAI,OAAO,GAAwB,MAAM,eAAe,CAAE,WAAW,CAAC,cAAc,EAAE,KAAK,EAAE,YAAY,EAAE,aAAa,CAAS,CAAC;IAElI,OAAO,OAAO,CAAC;IAEf,8DAA8D;IAC9D,kEAAkE;AAGpE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikezimm/fps-library-v2",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.51",
|
|
4
4
|
"description": "Library of reusable typescript/javascript functions, interfaces and constants",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@fluentui/react": "^7.199.1",
|
|
43
43
|
"@microsoft/sp-property-pane": "^1.17.3",
|
|
44
44
|
"@mikezimm/fps-pnp2": "^1.0.63",
|
|
45
|
-
"@mikezimm/fps-styles": "^1.0.
|
|
45
|
+
"@mikezimm/fps-styles": "^1.0.69",
|
|
46
46
|
"@pnp/spfx-controls-react": "^3.12.0",
|
|
47
47
|
"@pnp/spfx-property-controls": "^3.6.0",
|
|
48
48
|
"react": "^17.0.1",
|