@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.
Files changed (78) hide show
  1. package/lib/components/molecules/Categories/Categories.d.ts +42 -0
  2. package/lib/components/molecules/Categories/Categories.d.ts.map +1 -0
  3. package/lib/components/molecules/Categories/Categories.js +101 -0
  4. package/lib/components/molecules/Categories/Categories.js.map +1 -0
  5. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.d.ts +10 -0
  6. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.d.ts.map +1 -0
  7. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.js +48 -0
  8. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorp.js.map +1 -0
  9. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.d.ts +12 -0
  10. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.d.ts.map +1 -0
  11. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.js +76 -0
  12. package/lib/components/molecules/Categories/EasySearchCorp/EasySearchCorpALV.js.map +1 -0
  13. package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.d.ts +25 -0
  14. package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.d.ts.map +1 -0
  15. package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.js +2 -0
  16. package/lib/components/molecules/Categories/EasySearchCorp/IEasyRegexCorp.js.map +1 -0
  17. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts +2 -0
  18. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.d.ts.map +1 -0
  19. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.js +14 -0
  20. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Culture.js.map +1 -0
  21. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts +2 -0
  22. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.d.ts.map +1 -0
  23. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js +15 -0
  24. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerAutos.js.map +1 -0
  25. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts +2 -0
  26. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.d.ts.map +1 -0
  27. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js +10 -0
  28. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/CustomerTerms.js.map +1 -0
  29. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts +5 -0
  30. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.d.ts.map +1 -0
  31. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js +28 -0
  32. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Functions.js.map +1 -0
  33. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts +4 -0
  34. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.d.ts.map +1 -0
  35. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.js +11 -0
  36. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Products.js.map +1 -0
  37. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts +5 -0
  38. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.d.ts.map +1 -0
  39. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.js +30 -0
  40. package/lib/components/molecules/Categories/EasySearchCorp/RegularExpressions/Regions.js.map +1 -0
  41. package/lib/components/molecules/Categories/Headings/HubCon.d.ts +10 -0
  42. package/lib/components/molecules/Categories/Headings/HubCon.d.ts.map +1 -0
  43. package/lib/components/molecules/Categories/Headings/HubCon.js +39 -0
  44. package/lib/components/molecules/Categories/Headings/HubCon.js.map +1 -0
  45. package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.d.ts +18 -0
  46. package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.d.ts.map +1 -0
  47. package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.js +61 -0
  48. package/lib/components/molecules/Categories/Highlights/HighlightRegArrays.js.map +1 -0
  49. package/lib/components/molecules/Categories/Highlights/highlightRegex.d.ts +2 -0
  50. package/lib/components/molecules/Categories/Highlights/highlightRegex.d.ts.map +1 -0
  51. package/lib/components/molecules/Categories/Highlights/highlightRegex.js +12 -0
  52. package/lib/components/molecules/Categories/Highlights/highlightRegex.js.map +1 -0
  53. package/lib/components/molecules/Categories/ICategoriesProps.d.ts +30 -0
  54. package/lib/components/molecules/Categories/ICategoriesProps.d.ts.map +1 -0
  55. package/lib/components/molecules/Categories/ICategoriesProps.js +2 -0
  56. package/lib/components/molecules/Categories/ICategoriesProps.js.map +1 -0
  57. package/lib/components/molecules/Categories/applyRegExpXSearchObject.d.ts +46 -0
  58. package/lib/components/molecules/Categories/applyRegExpXSearchObject.d.ts.map +1 -0
  59. package/lib/components/molecules/Categories/applyRegExpXSearchObject.js +68 -0
  60. package/lib/components/molecules/Categories/applyRegExpXSearchObject.js.map +1 -0
  61. package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.d.ts +12 -2
  62. package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.d.ts.map +1 -1
  63. package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.js +33 -3
  64. package/lib/components/molecules/FPSTiles/functions/getFPSHubTiles.js.map +1 -1
  65. package/lib/components/molecules/ModernPages/SinglePage/PageDetails.js +1 -1
  66. package/lib/components/molecules/ModernPages/SinglePage/PageDetails.js.map +1 -1
  67. package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.d.ts.map +1 -1
  68. package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.js +4 -4
  69. package/lib/components/molecules/ModernPages/SinglePage/SingleModernPage.js.map +1 -1
  70. package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsSubs.js +1 -1
  71. package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsSubs.js.map +1 -1
  72. package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.d.ts +10 -3
  73. package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.d.ts.map +1 -1
  74. package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.js +55 -4
  75. package/lib/components/molecules/SpHttp/HubsSubs/fetches/fetchMyHubsites.js.map +1 -1
  76. package/lib/components/molecules/SpHttp/HubsSubs/getHubAssocSites.js +1 -1
  77. package/lib/components/molecules/SpHttp/HubsSubs/getHubAssocSites.js.map +1 -1
  78. 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,CAAW,CAAC;IAErH,OAAO,OAAO,CAAC;IAEf,8DAA8D;IAC9D,kEAAkE;AAGpE,CAAC"}
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.49",
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.66",
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",