@mikezimm/fps-library-v2 1.0.11 → 1.0.12

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 (330) hide show
  1. package/CHANGELOG.md +74 -3
  2. package/lib/banner/banner/component.d.ts +35 -0
  3. package/lib/banner/banner/component.d.ts.map +1 -0
  4. package/lib/banner/banner/component.js +537 -0
  5. package/lib/banner/banner/component.js.map +1 -0
  6. package/lib/banner/components/EasyPages/componentPage.d.ts +1 -1
  7. package/lib/banner/components/EasyPages/componentPage.d.ts.map +1 -1
  8. package/lib/banner/components/EasyPages/componentPage.js +4 -4
  9. package/lib/banner/components/EasyPages/componentPage.js.map +1 -1
  10. package/lib/banner/components/EasyPages/componentSources.d.ts +1 -1
  11. package/lib/banner/components/EasyPages/componentSources.d.ts.map +1 -1
  12. package/lib/banner/components/EasyPages/componentSources.js +11 -10
  13. package/lib/banner/components/EasyPages/componentSources.js.map +1 -1
  14. package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.d.ts +4 -0
  15. package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.d.ts.map +1 -0
  16. package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.js +25 -0
  17. package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.js.map +1 -0
  18. package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.d.ts +12 -0
  19. package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.d.ts.map +1 -0
  20. package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.js +13 -0
  21. package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.js.map +1 -0
  22. package/lib/banner/components/EasyPages/devLinks.d.ts +2 -4
  23. package/lib/banner/components/EasyPages/devLinks.d.ts.map +1 -1
  24. package/lib/banner/components/EasyPages/devLinks.js +12 -12
  25. package/lib/banner/components/EasyPages/devLinks.js.map +1 -1
  26. package/lib/banner/components/EasyPages/functions.d.ts +1 -1
  27. package/lib/banner/components/EasyPages/functions.d.ts.map +1 -1
  28. package/lib/banner/components/EasyPages/functions.js +1 -1
  29. package/lib/banner/components/Gear/IKeySiteProps.d.ts +10 -0
  30. package/lib/banner/components/Gear/IKeySiteProps.d.ts.map +1 -0
  31. package/lib/banner/components/Gear/IKeySiteProps.js +2 -0
  32. package/lib/banner/components/Gear/IKeySiteProps.js.map +1 -0
  33. package/lib/banner/components/Gear/bannerGearFunctions.d.ts +28 -0
  34. package/lib/banner/components/Gear/bannerGearFunctions.d.ts.map +1 -0
  35. package/lib/banner/components/Gear/bannerGearFunctions.js +244 -0
  36. package/lib/banner/components/Gear/bannerGearFunctions.js.map +1 -0
  37. package/lib/banner/components/Panel/createAboutRow.d.ts +4 -0
  38. package/lib/banner/components/Panel/createAboutRow.d.ts.map +1 -0
  39. package/lib/banner/components/Panel/createAboutRow.js +8 -0
  40. package/lib/banner/components/Panel/createAboutRow.js.map +1 -0
  41. package/lib/banner/components/PropPane/controls.d.ts +1 -1
  42. package/lib/banner/components/PropPane/controls.d.ts.map +1 -1
  43. package/lib/banner/components/SpecialBanner/component.d.ts +4 -0
  44. package/lib/banner/components/SpecialBanner/component.d.ts.map +1 -0
  45. package/lib/banner/components/SpecialBanner/component.js +39 -0
  46. package/lib/banner/components/SpecialBanner/component.js.map +1 -0
  47. package/lib/banner/components/SpecialBanner/interface.d.ts +19 -0
  48. package/lib/banner/components/SpecialBanner/interface.d.ts.map +1 -0
  49. package/lib/banner/components/SpecialBanner/interface.js +20 -0
  50. package/lib/banner/components/SpecialBanner/interface.js.map +1 -0
  51. package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.d.ts +18 -0
  52. package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.d.ts.map +1 -0
  53. package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.js +96 -0
  54. package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.js.map +1 -0
  55. package/lib/banner/{interfaces/CustomHelp → components/VisitorPanel}/Interfaces.d.ts +19 -6
  56. package/lib/banner/components/VisitorPanel/Interfaces.d.ts.map +1 -0
  57. package/lib/banner/{interfaces/CustomHelp → components/VisitorPanel}/Interfaces.js +0 -0
  58. package/lib/banner/components/VisitorPanel/Interfaces.js.map +1 -0
  59. package/lib/banner/components/VisitorPanel/VisitorPanelComponent.d.ts +15 -0
  60. package/lib/banner/components/VisitorPanel/VisitorPanelComponent.d.ts.map +1 -0
  61. package/lib/banner/components/VisitorPanel/VisitorPanelComponent.js +100 -0
  62. package/lib/banner/components/VisitorPanel/VisitorPanelComponent.js.map +1 -0
  63. package/lib/banner/components/WebPartLinks/WebPartLinks.d.ts +52 -0
  64. package/lib/banner/components/WebPartLinks/WebPartLinks.d.ts.map +1 -0
  65. package/lib/banner/components/WebPartLinks/WebPartLinks.js +98 -0
  66. package/lib/banner/components/WebPartLinks/WebPartLinks.js.map +1 -0
  67. package/lib/banner/features/BeAUser/confirmBeAUser.d.ts +2 -0
  68. package/lib/banner/features/BeAUser/confirmBeAUser.d.ts.map +1 -0
  69. package/lib/banner/features/BeAUser/confirmBeAUser.js +5 -0
  70. package/lib/banner/features/BeAUser/confirmBeAUser.js.map +1 -0
  71. package/lib/banner/features/Expando/functions.d.ts +1 -1
  72. package/lib/banner/features/Expando/functions.d.ts.map +1 -1
  73. package/lib/banner/features/Expando/oninit.d.ts +1 -1
  74. package/lib/banner/features/Expando/oninit.d.ts.map +1 -1
  75. package/lib/banner/features/{PropImportExport → ImportExport}/ExportFunctions.d.ts +0 -0
  76. package/lib/banner/features/ImportExport/ExportFunctions.d.ts.map +1 -0
  77. package/lib/banner/features/{PropImportExport → ImportExport}/ExportFunctions.js +0 -0
  78. package/lib/banner/features/ImportExport/ExportFunctions.js.map +1 -0
  79. package/lib/banner/features/{PropImportExport → ImportExport}/IgnoreBlockProps.d.ts +0 -0
  80. package/lib/banner/features/ImportExport/IgnoreBlockProps.d.ts.map +1 -0
  81. package/lib/banner/features/{PropImportExport → ImportExport}/IgnoreBlockProps.js +0 -0
  82. package/lib/banner/features/ImportExport/IgnoreBlockProps.js.map +1 -0
  83. package/lib/banner/features/{PropImportExport → ImportExport}/ImportFunctions.d.ts +1 -1
  84. package/lib/banner/features/ImportExport/ImportFunctions.d.ts.map +1 -0
  85. package/lib/banner/features/{PropImportExport → ImportExport}/ImportFunctions.js +0 -0
  86. package/lib/banner/features/ImportExport/ImportFunctions.js.map +1 -0
  87. package/lib/banner/features/PageStyle/minimzeToolbar.d.ts +2 -2
  88. package/lib/banner/features/PageStyle/minimzeToolbar.d.ts.map +1 -1
  89. package/lib/banner/features/PageStyle/setAllSectionStyles.d.ts +2 -2
  90. package/lib/banner/features/PageStyle/setAllSectionStyles.d.ts.map +1 -1
  91. package/lib/banner/features/PinMe/FPSPinMenu.d.ts +1 -1
  92. package/lib/banner/features/PinMe/FPSPinMenu.d.ts.map +1 -1
  93. package/lib/banner/features/Tricky/ReusaableTricks.d.ts +30 -0
  94. package/lib/banner/features/Tricky/ReusaableTricks.d.ts.map +1 -0
  95. package/lib/banner/features/Tricky/ReusaableTricks.js +81 -0
  96. package/lib/banner/features/Tricky/ReusaableTricks.js.map +1 -0
  97. package/lib/banner/features/Tricky/constants.d.ts +22 -0
  98. package/lib/banner/features/Tricky/constants.d.ts.map +1 -0
  99. package/lib/banner/features/Tricky/constants.js +59 -0
  100. package/lib/banner/features/Tricky/constants.js.map +1 -0
  101. package/lib/banner/features/Tricky/logTest.d.ts +27 -0
  102. package/lib/banner/features/Tricky/logTest.d.ts.map +1 -0
  103. package/lib/banner/features/Tricky/logTest.js +47 -0
  104. package/lib/banner/features/Tricky/logTest.js.map +1 -0
  105. package/lib/banner/features/Tricky/logfun.d.ts +18 -0
  106. package/lib/banner/features/Tricky/logfun.d.ts.map +1 -0
  107. package/lib/banner/features/Tricky/logfun.js +69 -0
  108. package/lib/banner/features/Tricky/logfun.js.map +1 -0
  109. package/lib/banner/features/Tricky/verify.d.ts +3 -0
  110. package/lib/banner/features/Tricky/verify.d.ts.map +1 -0
  111. package/lib/banner/features/Tricky/verify.js +3 -0
  112. package/lib/banner/features/Tricky/verify.js.map +1 -0
  113. package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUIProps.d.ts +0 -0
  114. package/lib/banner/interfaces/MinWP/IMinBannerUIProps.d.ts.map +1 -0
  115. package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUIProps.js +0 -0
  116. package/lib/banner/interfaces/MinWP/IMinBannerUIProps.js.map +1 -0
  117. package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUtilityProps.d.ts +0 -0
  118. package/lib/banner/interfaces/MinWP/IMinBannerUtilityProps.d.ts.map +1 -0
  119. package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUtilityProps.js +0 -0
  120. package/lib/banner/interfaces/MinWP/IMinBannerUtilityProps.js.map +1 -0
  121. package/lib/banner/interfaces/{Banner → MinWP}/IMinWPBannerProps.d.ts +1 -1
  122. package/lib/banner/interfaces/MinWP/IMinWPBannerProps.d.ts.map +1 -0
  123. package/lib/banner/interfaces/{Banner → MinWP}/IMinWPBannerProps.js +0 -0
  124. package/lib/banner/interfaces/MinWP/IMinWPBannerProps.js.map +1 -0
  125. package/lib/banner/mainReact/IWebpartBannerProps.d.ts +86 -0
  126. package/lib/banner/mainReact/IWebpartBannerProps.d.ts.map +1 -0
  127. package/lib/banner/mainReact/IWebpartBannerProps.js +2 -0
  128. package/lib/banner/mainReact/IWebpartBannerProps.js.map +1 -0
  129. package/lib/banner/mainReact/ReactComponentProps.d.ts +33 -0
  130. package/lib/banner/mainReact/ReactComponentProps.d.ts.map +1 -0
  131. package/lib/banner/mainReact/ReactComponentProps.js +2 -0
  132. package/lib/banner/mainReact/ReactComponentProps.js.map +1 -0
  133. package/lib/banner/mainReact/ReactComponentState.d.ts +27 -0
  134. package/lib/banner/mainReact/ReactComponentState.d.ts.map +1 -0
  135. package/lib/banner/mainReact/ReactComponentState.js +2 -0
  136. package/lib/banner/mainReact/ReactComponentState.js.map +1 -0
  137. package/lib/banner/render/IBuildBannerSettings.d.ts +28 -0
  138. package/lib/banner/render/IBuildBannerSettings.d.ts.map +1 -0
  139. package/lib/banner/render/IBuildBannerSettings.js +6 -0
  140. package/lib/banner/render/IBuildBannerSettings.js.map +1 -0
  141. package/lib/banner/render/IMinFPSLegacyProps.d.ts +7 -0
  142. package/lib/banner/render/IMinFPSLegacyProps.d.ts.map +1 -0
  143. package/lib/banner/render/IMinFPSLegacyProps.js +2 -0
  144. package/lib/banner/render/IMinFPSLegacyProps.js.map +1 -0
  145. package/lib/banner/render/WebPartRenderBannerV2.d.ts +32 -0
  146. package/lib/banner/render/WebPartRenderBannerV2.d.ts.map +1 -0
  147. package/lib/banner/render/WebPartRenderBannerV2.js +218 -0
  148. package/lib/banner/render/WebPartRenderBannerV2.js.map +1 -0
  149. package/lib/banner/render/buildBannerPropsV1.d.ts +34 -0
  150. package/lib/banner/render/buildBannerPropsV1.d.ts.map +1 -0
  151. package/lib/banner/render/buildBannerPropsV1.js +195 -0
  152. package/lib/banner/render/buildBannerPropsV1.js.map +1 -0
  153. package/lib/banner/render/refreshPanel.d.ts +5 -0
  154. package/lib/banner/render/refreshPanel.d.ts.map +1 -0
  155. package/lib/banner/render/refreshPanel.js +9 -0
  156. package/lib/banner/render/refreshPanel.js.map +1 -0
  157. package/lib/banner/render/refreshPanelHTML.d.ts +5 -0
  158. package/lib/banner/render/refreshPanelHTML.d.ts.map +1 -0
  159. package/lib/banner/render/refreshPanelHTML.js +10 -0
  160. package/lib/banner/render/refreshPanelHTML.js.map +1 -0
  161. package/lib/common/Audiences/AudiencePropGroup.d.ts +4 -0
  162. package/lib/common/Audiences/AudiencePropGroup.d.ts.map +1 -0
  163. package/lib/common/Audiences/AudiencePropGroup.js +24 -0
  164. package/lib/common/Audiences/AudiencePropGroup.js.map +1 -0
  165. package/lib/common/Audiences/Interfaces.d.ts +18 -0
  166. package/lib/common/Audiences/Interfaces.d.ts.map +1 -0
  167. package/lib/common/Audiences/Interfaces.js +28 -0
  168. package/lib/common/Audiences/Interfaces.js.map +1 -0
  169. package/lib/common/PropPaneHelp/ApplyPresets.d.ts +3 -0
  170. package/lib/common/PropPaneHelp/ApplyPresets.d.ts.map +1 -0
  171. package/lib/common/PropPaneHelp/ApplyPresets.js +29 -0
  172. package/lib/common/PropPaneHelp/ApplyPresets.js.map +1 -0
  173. package/lib/common/PropPaneHelp/IPreConfig.d.ts +26 -0
  174. package/lib/common/PropPaneHelp/IPreConfig.d.ts.map +1 -0
  175. package/lib/common/PropPaneHelp/IPreConfig.js +2 -0
  176. package/lib/common/PropPaneHelp/IPreConfig.js.map +1 -0
  177. package/lib/common/PropPaneHelp/PreConfiguredConstants.d.ts +3 -0
  178. package/lib/common/PropPaneHelp/PreConfiguredConstants.d.ts.map +1 -0
  179. package/lib/common/PropPaneHelp/PreConfiguredConstants.js +31 -0
  180. package/lib/common/PropPaneHelp/PreConfiguredConstants.js.map +1 -0
  181. package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.d.ts +4 -0
  182. package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.d.ts.map +1 -0
  183. package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.js +44 -0
  184. package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.js.map +1 -0
  185. package/lib/common/PropPaneHelp/pages/Banner.d.ts +3 -0
  186. package/lib/common/PropPaneHelp/pages/Banner.d.ts.map +1 -0
  187. package/lib/common/PropPaneHelp/pages/Banner.js +49 -0
  188. package/lib/common/PropPaneHelp/pages/Banner.js.map +1 -0
  189. package/lib/common/PropPaneHelp/pages/FPSBasic.d.ts +3 -0
  190. package/lib/common/PropPaneHelp/pages/FPSBasic.d.ts.map +1 -0
  191. package/lib/common/PropPaneHelp/pages/FPSBasic.js +33 -0
  192. package/lib/common/PropPaneHelp/pages/FPSBasic.js.map +1 -0
  193. package/lib/common/PropPaneHelp/pages/FPSExpand.d.ts +3 -0
  194. package/lib/common/PropPaneHelp/pages/FPSExpand.d.ts.map +1 -0
  195. package/lib/common/PropPaneHelp/pages/FPSExpand.js +41 -0
  196. package/lib/common/PropPaneHelp/pages/FPSExpand.js.map +1 -0
  197. package/lib/common/PropPaneHelp/pages/Import.d.ts +3 -0
  198. package/lib/common/PropPaneHelp/pages/Import.d.ts.map +1 -0
  199. package/lib/common/PropPaneHelp/pages/Import.js +21 -0
  200. package/lib/common/PropPaneHelp/pages/Import.js.map +1 -0
  201. package/lib/common/PropPaneHelp/pages/PinMe.d.ts +3 -0
  202. package/lib/common/PropPaneHelp/pages/PinMe.d.ts.map +1 -0
  203. package/lib/common/PropPaneHelp/pages/PinMe.js +28 -0
  204. package/lib/common/PropPaneHelp/pages/PinMe.js.map +1 -0
  205. package/lib/common/PropPaneHelp/pages/SinglePageApp.d.ts +3 -0
  206. package/lib/common/PropPaneHelp/pages/SinglePageApp.d.ts.map +1 -0
  207. package/lib/common/PropPaneHelp/pages/SinglePageApp.js +39 -0
  208. package/lib/common/PropPaneHelp/pages/SinglePageApp.js.map +1 -0
  209. package/lib/common/PropPaneHelp/pages/SitePresetsInfo.d.ts +9 -0
  210. package/lib/common/PropPaneHelp/pages/SitePresetsInfo.d.ts.map +1 -0
  211. package/lib/common/PropPaneHelp/pages/SitePresetsInfo.js +84 -0
  212. package/lib/common/PropPaneHelp/pages/SitePresetsInfo.js.map +1 -0
  213. package/lib/common/PropPaneHelp/pages/Visitor.d.ts +3 -0
  214. package/lib/common/PropPaneHelp/pages/Visitor.d.ts.map +1 -0
  215. package/lib/common/PropPaneHelp/pages/Visitor.js +24 -0
  216. package/lib/common/PropPaneHelp/pages/Visitor.js.map +1 -0
  217. package/lib/common/PropPaneHelp/pages/Warnings.d.ts +4 -0
  218. package/lib/common/PropPaneHelp/pages/Warnings.d.ts.map +1 -0
  219. package/lib/common/PropPaneHelp/pages/Warnings.js +19 -0
  220. package/lib/common/PropPaneHelp/pages/Warnings.js.map +1 -0
  221. package/lib/common/PropPaneHelp/pages/zTemplate.d.ts +1 -0
  222. package/lib/common/PropPaneHelp/pages/zTemplate.d.ts.map +1 -0
  223. package/lib/common/PropPaneHelp/pages/zTemplate.js +9 -0
  224. package/lib/common/PropPaneHelp/pages/zTemplate.js.map +1 -0
  225. package/lib/common/commandStyles/adjustCmdThemes.d.ts +22 -0
  226. package/lib/common/commandStyles/adjustCmdThemes.d.ts.map +1 -0
  227. package/lib/common/commandStyles/adjustCmdThemes.js +49 -0
  228. package/lib/common/commandStyles/adjustCmdThemes.js.map +1 -0
  229. package/lib/common/commandStyles/defaults.d.ts +24 -0
  230. package/lib/common/commandStyles/defaults.d.ts.map +1 -0
  231. package/lib/common/commandStyles/defaults.js +140 -0
  232. package/lib/common/commandStyles/defaults.js.map +1 -0
  233. package/lib/common/interfaces/@msft/1.15.2/WebPartContext.d.ts +3 -0
  234. package/lib/common/interfaces/@msft/1.15.2/WebPartContext.d.ts.map +1 -1
  235. package/lib/common/interfaces/@msft/1.15.2/WebPartContext.js.map +1 -1
  236. package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.d.ts +3 -0
  237. package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.d.ts.map +1 -0
  238. package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.js +15 -0
  239. package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.js.map +1 -0
  240. package/lib/components/atoms/EasyIcons/{eiFunctions.d.ts → getEasyIcon.d.ts} +2 -3
  241. package/lib/components/atoms/EasyIcons/getEasyIcon.d.ts.map +1 -0
  242. package/lib/components/atoms/EasyIcons/{eiFunctions.js → getEasyIcon.js} +4 -17
  243. package/lib/components/atoms/EasyIcons/getEasyIcon.js.map +1 -0
  244. package/lib/components/atoms/Elements/HighlightedText.d.ts +9 -0
  245. package/lib/components/atoms/Elements/HighlightedText.d.ts.map +1 -0
  246. package/lib/components/atoms/Elements/HighlightedText.js +30 -0
  247. package/lib/components/atoms/Elements/HighlightedText.js.map +1 -0
  248. package/lib/components/atoms/Elements/IElements.d.ts +8 -0
  249. package/lib/components/atoms/Elements/IElements.d.ts.map +1 -0
  250. package/lib/components/atoms/Elements/IElements.js +2 -0
  251. package/lib/components/atoms/Elements/IElements.js.map +1 -0
  252. package/lib/components/atoms/Elements/ToggleJSONButton.d.ts +13 -0
  253. package/lib/components/atoms/Elements/ToggleJSONButton.d.ts.map +1 -0
  254. package/lib/components/atoms/Elements/ToggleJSONButton.js +31 -0
  255. package/lib/components/atoms/Elements/ToggleJSONButton.js.map +1 -0
  256. package/lib/components/atoms/Elements/basic.d.ts +26 -0
  257. package/lib/components/atoms/Elements/basic.d.ts.map +1 -0
  258. package/lib/components/atoms/Elements/basic.js +126 -0
  259. package/lib/components/atoms/Elements/basic.js.map +1 -0
  260. package/lib/components/atoms/Elements/dialogBox.d.ts +23 -0
  261. package/lib/components/atoms/Elements/dialogBox.d.ts.map +1 -0
  262. package/lib/components/atoms/Elements/dialogBox.js +59 -0
  263. package/lib/components/atoms/Elements/dialogBox.js.map +1 -0
  264. package/lib/components/atoms/Elements/draw.d.ts +14 -0
  265. package/lib/components/atoms/Elements/draw.d.ts.map +1 -0
  266. package/lib/components/atoms/Elements/draw.js +100 -0
  267. package/lib/components/atoms/Elements/draw.js.map +1 -0
  268. package/lib/components/atoms/Elements/markdown.d.ts +4 -0
  269. package/lib/components/atoms/Elements/markdown.d.ts.map +1 -0
  270. package/lib/components/atoms/Elements/markdown.js +34 -0
  271. package/lib/components/atoms/Elements/markdown.js.map +1 -0
  272. package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.d.ts +3 -0
  273. package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.d.ts.map +1 -0
  274. package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.js +10 -0
  275. package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.js.map +1 -0
  276. package/lib/components/atoms/Links/LinksRepos.d.ts.map +1 -1
  277. package/lib/components/atoms/Links/LinksRepos.js.map +1 -1
  278. package/lib/components/atoms/Links/ValidateLinks.d.ts +1 -1
  279. package/lib/components/atoms/Links/ValidateLinks.d.ts.map +1 -1
  280. package/lib/components/atoms/SVGIcons/TeamsLogo.d.ts +2 -0
  281. package/lib/components/atoms/SVGIcons/TeamsLogo.d.ts.map +1 -0
  282. package/lib/components/atoms/SVGIcons/TeamsLogo.js +2 -0
  283. package/lib/components/atoms/SVGIcons/TeamsLogo.js.map +1 -0
  284. package/lib/components/molecules/Performance/tables.d.ts +1 -1
  285. package/lib/components/molecules/Performance/tables.d.ts.map +1 -1
  286. package/lib/logic/DOM/Headings/functions.d.ts.map +1 -1
  287. package/lib/logic/DOM/Headings/functions.js +15 -19
  288. package/lib/logic/DOM/Headings/functions.js.map +1 -1
  289. package/lib/logic/Errors/friendly.d.ts +1 -1
  290. package/lib/logic/Errors/friendly.d.ts.map +1 -1
  291. package/lib/logic/Links/Navigation.d.ts +4 -0
  292. package/lib/logic/Links/Navigation.d.ts.map +1 -0
  293. package/lib/logic/Links/Navigation.js +15 -0
  294. package/lib/logic/Links/Navigation.js.map +1 -0
  295. package/lib/logic/Strings/arraysFromString.d.ts.map +1 -1
  296. package/lib/logic/Strings/arraysFromString.js +2 -0
  297. package/lib/logic/Strings/arraysFromString.js.map +1 -1
  298. package/lib/logic/Strings/decamelize.d.ts +7 -0
  299. package/lib/logic/Strings/decamelize.d.ts.map +1 -0
  300. package/lib/logic/Strings/decamelize.js +38 -0
  301. package/lib/logic/Strings/decamelize.js.map +1 -0
  302. package/lib/logic/Strings/reactCSS.d.ts +19 -0
  303. package/lib/logic/Strings/reactCSS.d.ts.map +1 -0
  304. package/lib/logic/Strings/reactCSS.js +70 -0
  305. package/lib/logic/Strings/reactCSS.js.map +1 -0
  306. package/lib/logic/indexes/StringsIndex.d.ts +2 -0
  307. package/lib/logic/indexes/StringsIndex.d.ts.map +1 -1
  308. package/lib/logic/indexes/StringsIndex.js +3 -0
  309. package/lib/logic/indexes/StringsIndex.js.map +1 -1
  310. package/lib/logic/indexes/index.d.ts +0 -1
  311. package/lib/logic/indexes/index.d.ts.map +1 -1
  312. package/lib/logic/indexes/index.js +1 -1
  313. package/lib/logic/indexes/index.js.map +1 -1
  314. package/package.json +5 -2
  315. package/lib/banner/features/PropImportExport/ExportFunctions.d.ts.map +0 -1
  316. package/lib/banner/features/PropImportExport/ExportFunctions.js.map +0 -1
  317. package/lib/banner/features/PropImportExport/IgnoreBlockProps.d.ts.map +0 -1
  318. package/lib/banner/features/PropImportExport/IgnoreBlockProps.js.map +0 -1
  319. package/lib/banner/features/PropImportExport/ImportFunctions.d.ts.map +0 -1
  320. package/lib/banner/features/PropImportExport/ImportFunctions.js.map +0 -1
  321. package/lib/banner/interfaces/Banner/IMinBannerUIProps.d.ts.map +0 -1
  322. package/lib/banner/interfaces/Banner/IMinBannerUIProps.js.map +0 -1
  323. package/lib/banner/interfaces/Banner/IMinBannerUtilityProps.d.ts.map +0 -1
  324. package/lib/banner/interfaces/Banner/IMinBannerUtilityProps.js.map +0 -1
  325. package/lib/banner/interfaces/Banner/IMinWPBannerProps.d.ts.map +0 -1
  326. package/lib/banner/interfaces/Banner/IMinWPBannerProps.js.map +0 -1
  327. package/lib/banner/interfaces/CustomHelp/Interfaces.d.ts.map +0 -1
  328. package/lib/banner/interfaces/CustomHelp/Interfaces.js.map +0 -1
  329. package/lib/components/atoms/EasyIcons/eiFunctions.d.ts.map +0 -1
  330. package/lib/components/atoms/EasyIcons/eiFunctions.js.map +0 -1
@@ -0,0 +1,59 @@
1
+ export const TrickyTenantA = "}$ju=<n";
2
+ export const TrickyTenantC = "_/+#1/(~joe";
3
+ export const TrickyTenants = [TrickyTenantA, TrickyTenantC];
4
+ export const TrickyAZ = "me+us)($e<)l"; // az
5
+ export const TrickySPA = "yes#a)qoe.}l"; // : spa
6
+ export const TrickyBK = "(ee<zeo~jez"; // : bk
7
+ export const TrickyMX = "+ee#a~o|e$m<=#a"; // : mx
8
+ export const TrickyMM = "_<(ooz1._oe.}l"; // m
9
+ export const TrickyFR = "yej}1/()=7+<e"; // fr
10
+ export const TrickyOO = "g$j|q<y-alp)(u)|ge~ez&($=w}$ju=<n)+u_"; // 0
11
+ export const TrickyPONG = "gueeyu=)jez|17}nalpw}$ju=<n)+u_"; // tan
12
+ export const TrickySUK = "zejg}}}lp)g$(uz|}l}|>ev|a#1yo/a."; // suk
13
+ export const TrickyQA = "joe}1)g/ay1#=w}$ju=<n)+u_"; // qa
14
+ export const ContALVFMContent = 'Rupoe E#_9eu'; //re
15
+ export const ContALVFMWebP = 'M<(o Z1._oe.}l'; //mm
16
+ export const allSP = [
17
+ TrickyAZ,
18
+ TrickySPA,
19
+ TrickyBK,
20
+ TrickyMM,
21
+ TrickyMX,
22
+ TrickyFR,
23
+ TrickyFR,
24
+ TrickyOO,
25
+ TrickyPONG,
26
+ TrickySUK,
27
+ TrickyQA, //
28
+ ];
29
+ export const alleXt = [
30
+ TrickyAZ,
31
+ TrickySPA,
32
+ TrickyBK,
33
+ TrickyMM,
34
+ TrickyMX,
35
+ TrickyFR,
36
+ TrickyFR,
37
+ TrickyOO,
38
+ TrickyPONG,
39
+ TrickySUK,
40
+ TrickyQA, //
41
+ ];
42
+ export const allEC = [
43
+ TrickyAZ,
44
+ TrickySPA,
45
+ TrickyBK,
46
+ TrickyMM,
47
+ TrickyFR, // fr
48
+ ];
49
+ export const TrickyALVFM1 = "eupoe))#_9eu>ev|a#1yo/a."; // re
50
+ export const TrickyALVFM2 = "muzej-}lo#vlc9)}pw}$ju=<n)+u_"; // jl
51
+ export const allALVFM = [
52
+ TrickyAZ,
53
+ TrickySPA,
54
+ TrickyBK,
55
+ TrickyMM,
56
+ TrickyALVFM1,
57
+ TrickyALVFM2, // jl
58
+ ];
59
+ //# sourceMappingURL=constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/constants.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,aAAa,GAAW,SAAS,CAAC;AAC/C,MAAM,CAAC,MAAM,aAAa,GAAW,aAAa,CAAC;AACnD,MAAM,CAAC,MAAM,aAAa,GAAa,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC;AACtE,MAAM,CAAC,MAAM,QAAQ,GAAY,cAAc,CAAC,CAAC,KAAK;AACtD,MAAM,CAAC,MAAM,SAAS,GAAY,cAAc,CAAC,CAAA,QAAQ;AACzD,MAAM,CAAC,MAAM,QAAQ,GAAY,aAAa,CAAC,CAAA,OAAO;AACtD,MAAM,CAAC,MAAM,QAAQ,GAAY,iBAAiB,CAAC,CAAA,OAAO;AAC1D,MAAM,CAAC,MAAM,QAAQ,GAAY,gBAAgB,CAAC,CAAA,IAAI;AACtD,MAAM,CAAC,MAAM,QAAQ,GAAY,eAAe,CAAC,CAAA,KAAK;AACtD,MAAM,CAAC,MAAM,QAAQ,GAAY,uCAAuC,CAAC,CAAA,IAAI;AAC7E,MAAM,CAAC,MAAM,UAAU,GAAY,iCAAiC,CAAC,CAAA,MAAM;AAC3E,MAAM,CAAC,MAAM,SAAS,GAAY,kCAAkC,CAAC,CAAA,MAAM;AAC3E,MAAM,CAAC,MAAM,QAAQ,GAAY,2BAA2B,CAAC,CAAA,KAAK;AAElE,MAAM,CAAC,MAAM,gBAAgB,GAAW,cAAc,CAAC,CAAC,IAAI;AAC5D,MAAM,CAAC,MAAM,aAAa,GAAW,gBAAgB,CAAC,CAAC,IAAI;AAE3D,MAAM,CAAC,MAAM,KAAK,GAAc;IAC9B,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,UAAU;IACV,SAAS;IACT,QAAQ,EAAC,GAAG;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAc;IAC/B,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,UAAU;IACV,SAAS;IACT,QAAQ,EAAC,GAAG;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAc;IAC9B,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,QAAQ,EAAC,KAAK;CACf,CAAC;AAGF,MAAM,CAAC,MAAM,YAAY,GAAY,0BAA0B,CAAC,CAAA,KAAK;AACrE,MAAM,CAAC,MAAM,YAAY,GAAY,+BAA+B,CAAC,CAAA,KAAK;AAE1E,MAAM,CAAC,MAAM,QAAQ,GAAc;IACjC,QAAQ;IACR,SAAS;IACT,QAAQ;IACR,QAAQ;IACR,YAAY;IACZ,YAAY,EAAC,KAAK;CACnB,CAAC"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * See full file in C:\Users\me\OneDrive...\SharePoint
3
+ */
4
+ export declare function encrptMeOriginalTest(str: string): string;
5
+ /**
6
+ *
7
+ function encrptMeOriginalTestX( str ) {
8
+ let result = '';
9
+
10
+ for (var i = 0; i < str.length; i++) {
11
+ let testChar = str.charAt(i);
12
+
13
+ let idx = encrpt.indexOf( testChar ) ;
14
+ //console.log( testChar, i, idx);
15
+
16
+ if ( idx === -1 ) {
17
+ result += testChar;
18
+ } else if ( isOdd(i) === true ){
19
+ result += decrpt.charAt(decrpt.length -1 - idx);
20
+ } else {
21
+ result += decrpt.charAt(idx);
22
+ }
23
+ }
24
+ return result;
25
+ }
26
+ */
27
+ //# sourceMappingURL=logTest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logTest.d.ts","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/logTest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,wBAAgB,oBAAoB,CAAE,GAAG,EAAE,MAAM,UAkBhD;AAKD;;;;;;;;;;;;;;;;;;;;;GAqBG"}
@@ -0,0 +1,47 @@
1
+ /**
2
+ * See full file in C:\Users\me\OneDrive...\SharePoint
3
+ */
4
+ // Need to add: ?{}[],
5
+ import { decrpt, encrpt } from './verify';
6
+ export function encrptMeOriginalTest(str) {
7
+ let result = '';
8
+ for (var i = 0; i < str.length; i++) {
9
+ let testChar = str.charAt(i);
10
+ let idx = encrpt.indexOf(testChar);
11
+ //console.log( testChar, i, idx);
12
+ if (idx === -1) {
13
+ result += testChar;
14
+ }
15
+ else if (isOdd(i) === true) {
16
+ result += decrpt.charAt(decrpt.length - 1 - idx);
17
+ }
18
+ else {
19
+ result += decrpt.charAt(idx);
20
+ }
21
+ }
22
+ return result;
23
+ }
24
+ function isOdd(num) { return (num % 2) == 1; }
25
+ /**
26
+ *
27
+ function encrptMeOriginalTestX( str ) {
28
+ let result = '';
29
+
30
+ for (var i = 0; i < str.length; i++) {
31
+ let testChar = str.charAt(i);
32
+
33
+ let idx = encrpt.indexOf( testChar ) ;
34
+ //console.log( testChar, i, idx);
35
+
36
+ if ( idx === -1 ) {
37
+ result += testChar;
38
+ } else if ( isOdd(i) === true ){
39
+ result += decrpt.charAt(decrpt.length -1 - idx);
40
+ } else {
41
+ result += decrpt.charAt(idx);
42
+ }
43
+ }
44
+ return result;
45
+ }
46
+ */
47
+ //# sourceMappingURL=logTest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logTest.js","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/logTest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,uBAAuB;AAEvB,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,UAAU,oBAAoB,CAAE,GAAW;IAC/C,IAAI,MAAM,GAAW,EAAE,CAAC;IAExB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;QACnC,IAAI,QAAQ,GAAG,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;QAE7B,IAAI,GAAG,GAAG,MAAM,CAAC,OAAO,CAAE,QAAQ,CAAE,CAAE;QACtC,iCAAiC;QAEjC,IAAK,GAAG,KAAK,CAAC,CAAC,EAAG;YAChB,MAAM,IAAI,QAAQ,CAAC;SACpB;aAAM,IAAK,KAAK,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE;YAC7B,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,MAAM,GAAE,CAAC,GAAG,GAAG,CAAC,CAAC;SACjD;aAAM;YACL,MAAM,IAAI,MAAM,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC;SAC9B;KACF;IACD,OAAO,MAAM,CAAC;AAChB,CAAC;AAED,SAAS,KAAK,CAAC,GAAW,IAAI,OAAO,CAAC,GAAG,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA,CAAC;AAGrD;;;;;;;;;;;;;;;;;;;;;GAqBG"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * See full file in C:\Users\me\OneDrive...\SharePoint
3
+ */
4
+ /**
5
+ * usage: testTricky(['test string1','test string2','test string3'])
6
+ * return: [ true, false, true ]
7
+ * @param tests
8
+ */
9
+ export declare function testTenantA(): boolean;
10
+ export declare function testTenantC(): boolean;
11
+ export declare function testTenants(): boolean[];
12
+ /**
13
+ *
14
+ * @param tests This should be array of longer strings
15
+ * @param testArray This should be array of shorter strings to be found in longer strings
16
+ */
17
+ export declare function testTricky(tests: string[], testArray?: string[]): boolean[];
18
+ //# sourceMappingURL=logfun.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logfun.d.ts","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/logfun.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH;;;;GAIG;AAEH,wBAAgB,WAAW,YAI1B;AAGD,wBAAgB,WAAW,YAI1B;AAGD,wBAAgB,WAAW,cAE1B;AAED;;;;GAIG;AACH,wBAAgB,UAAU,CAAG,KAAK,EAAE,MAAM,EAAE,EAAE,SAAS,GAAE,MAAM,EAAU,aAqBxE"}
@@ -0,0 +1,69 @@
1
+ /**
2
+ * See full file in C:\Users\me\OneDrive...\SharePoint
3
+ */
4
+ // Need to add: ?{}[],
5
+ import { allSP, TrickyTenantA, TrickyTenantC, TrickyTenants } from './constants';
6
+ import { decrpt, encrpt } from './verify';
7
+ /**
8
+ * usage: testTricky(['test string1','test string2','test string3'])
9
+ * return: [ true, false, true ]
10
+ * @param tests
11
+ */
12
+ export function testTenantA() {
13
+ let testLarge = encrptMe(window.location.hostname);
14
+ let test = testLarge.indexOf(TrickyTenantA);
15
+ return test > -1 ? true : false;
16
+ }
17
+ export function testTenantC() {
18
+ let testLarge = encrptMe(window.location.hostname);
19
+ let test = testLarge.indexOf(TrickyTenantC);
20
+ return test > -1 ? true : false;
21
+ }
22
+ export function testTenants() {
23
+ return testTricky([window.location.hostname], TrickyTenants);
24
+ }
25
+ /**
26
+ *
27
+ * @param tests This should be array of longer strings
28
+ * @param testArray This should be array of shorter strings to be found in longer strings
29
+ */
30
+ export function testTricky(tests, testArray = allSP) {
31
+ let encryptarr = [];
32
+ let found = [];
33
+ tests.map(original => {
34
+ let testing = encrptMe(original);
35
+ let idx = testArray.indexOf(testing);
36
+ if (idx > -1) {
37
+ console.log('Found: ', idx, original);
38
+ found.push(true);
39
+ }
40
+ else {
41
+ console.log('NOT Found: ', idx, original);
42
+ found.push(false);
43
+ }
44
+ encryptarr.push(testing);
45
+ });
46
+ console.log('Finished!', tests, encryptarr);
47
+ console.log('results:', found);
48
+ return found;
49
+ }
50
+ function isOdd(num) { return (num % 2) == 1; }
51
+ function encrptMe(str) {
52
+ let result = '';
53
+ for (var i = 0; i < str.length; i++) {
54
+ let testChar = str.charAt(i);
55
+ let idx = decrpt.indexOf(testChar);
56
+ //console.log( testChar, i, idx);
57
+ if (idx === -1) {
58
+ result += testChar;
59
+ }
60
+ else if (isOdd(i) === true) {
61
+ result += encrpt.charAt(encrpt.length - 1 - idx);
62
+ }
63
+ else {
64
+ result += encrpt.charAt(idx);
65
+ }
66
+ }
67
+ return result;
68
+ }
69
+ //# sourceMappingURL=logfun.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logfun.js","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/logfun.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export declare const decrpt: string;
2
+ export declare const encrpt: string;
3
+ //# sourceMappingURL=verify.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verify.d.ts","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/verify.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,MAAM,EAAG,MAAwE,CAAC;AAC/F,eAAO,MAAM,MAAM,EAAG,MAAwE,CAAC"}
@@ -0,0 +1,3 @@
1
+ export const decrpt = 'fghim3b%(tu^cd4epq)=n_6o+[]w2a,r7sx{}5y~zjklv.#&-8*/19|<0>$!@';
2
+ export const encrpt = 'wpq1_rshijv4+cx)y#][z%7abd3~0}{efgk^tu6,lm(=no85/@$|*!92.<-&>';
3
+ //# sourceMappingURL=verify.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"verify.js","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/verify.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,MAAM,GAAY,+DAA+D,CAAC;AAC/F,MAAM,CAAC,MAAM,MAAM,GAAY,+DAA+D,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinBannerUIProps.d.ts","sourceRoot":"","sources":["../../../../src/banner/interfaces/MinWP/IMinBannerUIProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE7F,MAAM,WAAW,iBAAiB;IAGhC,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,OAAO,CAAC;IAExB,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,sBAAsB,EAAE,iBAAiB,CAAC;IAE1C,WAAW,EAAE,MAAM,CAAC;IAEpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,eAAe,EAAE,MAAM,CAAC;IAGxB,aAAa,EAAE,MAAM,CAAC;IAEtB,eAAe,EAAE,mBAAmB,CAAC;CAEtC;AAED,eAAO,MAAM,eAAe,EAAG,MAAM,EAAqF,CAAC;AAC3H,eAAO,MAAM,kBAAkB,EAAG,MAAM,EAA8H,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinBannerUIProps.js","sourceRoot":"","sources":["../../../../src/banner/interfaces/MinWP/IMinBannerUIProps.ts"],"names":[],"mappings":"AAwBA,MAAM,CAAC,MAAM,eAAe,GAAc,CAAE,cAAc,EAAE,gBAAgB,EAAE,wBAAwB,EAAE,gBAAgB,CAAE,CAAC;AAC3H,MAAM,CAAC,MAAM,kBAAkB,GAAc,CAAE,YAAY,EAAE,YAAY,EAAE,aAAa,EAAE,mBAAmB,EAAE,iBAAiB,EAAE,eAAe,EAAE,iBAAiB,CAAE,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinBannerUtilityProps.d.ts","sourceRoot":"","sources":["../../../../src/banner/interfaces/MinWP/IMinBannerUtilityProps.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAC;AAC1E,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;AAEhF,MAAM,WAAW,sBAAsB;IAErC,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,cAAc,CAAE;IAE5B,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,OAAO,CAAC;IAEpB,cAAc,EAAE,MAAM,CAAC;IAGvB,cAAc,EAAE,eAAe,CAAC;IAEhC,UAAU,EAAE,OAAO,CAAC;CAErB;AAED,eAAO,MAAM,mBAAmB,EAAG,MAAM,EAAwC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinBannerUtilityProps.js","sourceRoot":"","sources":["../../../../src/banner/interfaces/MinWP/IMinBannerUtilityProps.ts"],"names":[],"mappings":"AACA,kHAAkH;AAClH,kHAAkH;AAsBlH,MAAM,CAAC,MAAM,mBAAmB,GAAc,CAAE,eAAe,EAAE,YAAY,EAAI,CAAC"}
@@ -1,4 +1,4 @@
1
- import { IMinCustomHelpProps } from "../CustomHelp/Interfaces";
1
+ import { IMinCustomHelpProps } from "../../components/VisitorPanel/Interfaces";
2
2
  import { IMinPandoramicProps } from "../../features/Expando/Interfaces";
3
3
  import { IMinPageStyleProps } from "../../features/PageStyle/Interfaces";
4
4
  import { IMinPinMeProps } from "../../features/PinMe/Interfaces";
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinWPBannerProps.d.ts","sourceRoot":"","sources":["../../../../src/banner/interfaces/MinWP/IMinWPBannerProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,kBAAkB,EAAE,MAAM,qCAAqC,CAAC;AACzE,OAAO,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AACjE,OAAO,EAAqB,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAuC,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7F,OAAO,EAAuB,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAGvF;;GAEG;AAEF,MAAM,WAAW,iBAAkB,SAClC,iBAAiB,EAAE,cAAc,EAAE,mBAAmB,EACtD,oBAAoB,EAAE,mBAAmB,EAAE,kBAAkB,EAC7D,sBAAsB;CAEvB;AAED,eAAO,MAAM,YAAY,EAAG,MAAM,EAAiG,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinWPBannerProps.js","sourceRoot":"","sources":["../../../../src/banner/interfaces/MinWP/IMinWPBannerProps.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAC9E,OAAO,EAAE,kBAAkB,EAAE,eAAe,EAAqB,MAAM,qBAAqB,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAA0B,MAAM,0BAA0B,CAAC;AAcvF,MAAM,CAAC,MAAM,YAAY,GAAc,CAAE,GAAG,kBAAkB,EAAE,GAAG,eAAe,EAAE,GAAG,iBAAiB,EAAE,GAAG,mBAAmB,CAAG,CAAC"}
@@ -0,0 +1,86 @@
1
+ import * as React from 'react';
2
+ import { DisplayMode } from '@microsoft/sp-core-library';
3
+ import { PanelType } from 'office-ui-fabric-react/lib/Panel';
4
+ import { ISpecialMessage } from '../components/SpecialBanner/interface';
5
+ import { IPageLayoutType } from '../../common/interfaces/indexes/Layout';
6
+ import { ILoadPerformance } from '../../components/indexes';
7
+ import { IRepoLinks } from '../../components/atoms/Links/CreateLinks';
8
+ import { IWebpartHistory } from '../features/WebPartHistory/Interface';
9
+ import { IFPSUser } from '../../logic/indexes';
10
+ import { IKeySiteProps } from '../components/Gear/IKeySiteProps';
11
+ import { PageContextCopy_15_2 } from '../../common/interfaces/indexes';
12
+ export interface IBannerPages {
13
+ whyContent: any;
14
+ aboutTable: any;
15
+ gettingStartedContent: any;
16
+ errorsContent: any;
17
+ advancedContent: any;
18
+ futureContent: any;
19
+ basicsContent: any;
20
+ tricksTable: any;
21
+ getRandomTip: any;
22
+ webParTips: any[];
23
+ }
24
+ export interface IWebpartBannerProps {
25
+ bannerWidth: number;
26
+ contentPages: IBannerPages;
27
+ showBanner: boolean;
28
+ feedbackEmail: string;
29
+ displayMode: DisplayMode;
30
+ WebPartHelpElement: any | null;
31
+ SpecialMessage?: ISpecialMessage;
32
+ showGoToHome: boolean;
33
+ showGoToParent: boolean;
34
+ onHomePage: boolean;
35
+ title: string;
36
+ appendTitle?: string | JSX.Element;
37
+ panelTitle: string;
38
+ styleString?: string;
39
+ pageContext: PageContextCopy_15_2;
40
+ pageLayout: IPageLayoutType;
41
+ infoElement: string;
42
+ bannerReactCSS?: React.CSSProperties;
43
+ bannerCmdReactCSS?: React.CSSProperties;
44
+ earyAccess?: boolean;
45
+ showRepoLinks: boolean;
46
+ showExport: boolean;
47
+ showTricks: boolean;
48
+ refreshId: string;
49
+ showFullPanel: boolean;
50
+ replacePanelHTML: any;
51
+ bonusHTML1: any;
52
+ panelPerformance: ILoadPerformance;
53
+ bonusHTML2: any;
54
+ replacePanelWarning: any;
55
+ forceNarrowStyles?: boolean;
56
+ showBannerGear: boolean;
57
+ gitHubRepo: IRepoLinks;
58
+ domElement: HTMLElement;
59
+ enableExpandoramic: boolean;
60
+ expandoDefault: boolean;
61
+ expandoStyle: any;
62
+ expandAlert: boolean;
63
+ expandConsole: boolean;
64
+ expandoPadding: number;
65
+ wideToggle?: boolean;
66
+ hoverEffect?: boolean;
67
+ nearElements: any[];
68
+ farElements: any[];
69
+ exportProps: any;
70
+ webpartHistory: IWebpartHistory;
71
+ FPSUser: IFPSUser;
72
+ beAUser: boolean;
73
+ showBeAUserIcon: boolean;
74
+ beAUserFunction: any;
75
+ }
76
+ export interface IWebpartBannerState {
77
+ showPanel: boolean;
78
+ showSettings: boolean;
79
+ selectedKey: string;
80
+ showPropsHelp: boolean;
81
+ panelType: PanelType;
82
+ keySiteProps: IKeySiteProps;
83
+ expandoramicMode: boolean;
84
+ renderCount: number;
85
+ }
86
+ //# sourceMappingURL=IWebpartBannerProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IWebpartBannerProps.d.ts","sourceRoot":"","sources":["../../../src/banner/mainReact/IWebpartBannerProps.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=IWebpartBannerProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IWebpartBannerProps.js","sourceRoot":"","sources":["../../../src/banner/mainReact/IWebpartBannerProps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import { WebPartContextCopy_15_2 } from "../../common/interfaces/@msft/1.15.2/WebPartContext";
2
+ import { DisplayMode } from '@microsoft/sp-core-library';
3
+ import { ISitePreConfigProps } from "../../common/PropPaneHelp/IPreConfig";
4
+ import { IWebpartBannerProps } from "./IWebpartBannerProps";
5
+ import { IWebpartHistory } from "../features/WebPartHistory/Interface";
6
+ import { IFPSPinMenu } from "../features/PinMe/Interfaces";
7
+ /**
8
+ * Use this to extend the default react component props for FPS Banner functionality
9
+ *
10
+ * Usage:
11
+ * export interface IYourComponentProps extends IFPSCoreReactComponentProps {
12
+ *
13
+ */
14
+ export interface IFPSCoreReactComponentProps {
15
+ sitePresets: ISitePreConfigProps;
16
+ displayMode: DisplayMode;
17
+ context: WebPartContextCopy_15_2;
18
+ errMessage: any;
19
+ bannerProps: IWebpartBannerProps;
20
+ webpartHistory: IWebpartHistory;
21
+ FPSPropsObj: any;
22
+ }
23
+ /**
24
+ * Use this to extend the default react component props for FPS Banner functionality
25
+ *
26
+ * Usage:
27
+ * export interface IYourComponentProps extends IFPSCorePinMeReactComponentProps {
28
+ *
29
+ */
30
+ export interface IFPSCorePinMeReactComponentProps extends IFPSCoreReactComponentProps {
31
+ fpsPinMenu: IFPSPinMenu;
32
+ }
33
+ //# sourceMappingURL=ReactComponentProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactComponentProps.d.ts","sourceRoot":"","sources":["../../../src/banner/mainReact/ReactComponentProps.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAG,MAAM,qDAAqD,CAAC;AAG/F,OAAO,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAQ3D;;;;;;GAMG;AACH,MAAM,WAAW,2BAA2B;IAE1C,WAAW,EAAG,mBAAmB,CAAC;IAGlC,WAAW,EAAE,WAAW,CAAC;IAGzB,OAAO,EAAE,uBAAuB,CAAC;IAGjC,UAAU,EAAE,GAAG,CAAC;IAChB,WAAW,EAAE,mBAAmB,CAAC;IAGjC,cAAc,EAAE,eAAe,CAAC;IAGhC,WAAW,EAAE,GAAG,CAAC;CAElB;AAED;;;;;;GAMG;AACH,MAAM,WAAW,gCAAiC,SAAQ,2BAA2B;IAEnF,UAAU,EAAE,WAAW,CAAC;CAEzB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReactComponentProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactComponentProps.js","sourceRoot":"","sources":["../../../src/banner/mainReact/ReactComponentProps.ts"],"names":[],"mappings":""}
@@ -0,0 +1,27 @@
1
+ import { IPinMeState } from "../features/PinMe/Interfaces";
2
+ /**
3
+ * Use this to extend the default react component state WITHOUT PinMe option
4
+ *
5
+ * Usage:
6
+ * export interface IYourComponentState extends IFPSCoreReactComponentState {
7
+ *
8
+ */
9
+ export interface IFPSCoreReactComponentState {
10
+ showDevHeader: boolean;
11
+ lastStateChange: string;
12
+ analyticsWasExecuted: boolean;
13
+ refreshId: string;
14
+ debugMode?: boolean;
15
+ showSpinner?: boolean;
16
+ }
17
+ /**
18
+ * Use this to extend the default react component state WITH PinMe option
19
+ *
20
+ * Usage:
21
+ * export interface IYourComponentState extends IFPSCorePinMeReactComponentState {
22
+ *
23
+ */
24
+ export interface IFPSCorePinMeReactComponentState extends IFPSCoreReactComponentState {
25
+ pinState: IPinMeState;
26
+ }
27
+ //# sourceMappingURL=ReactComponentState.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactComponentState.d.ts","sourceRoot":"","sources":["../../../src/banner/mainReact/ReactComponentState.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAE3D;;;;;;GAMG;AACH,MAAM,WAAW,2BAA2B;IAE1C,aAAa,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,OAAO,CAAC;CAEvB;AAGD;;;;;;GAMG;AACF,MAAM,WAAW,gCAAiC,SAAQ,2BAA2B;IAEpF,QAAQ,EAAE,WAAW,CAAC;CAEvB"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=ReactComponentState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactComponentState.js","sourceRoot":"","sources":["../../../src/banner/mainReact/ReactComponentState.ts"],"names":[],"mappings":""}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * The purpose of this file is to build the FPS Banner props in a standard way.
3
+ * To benefit from typescript, it's meant to be copied to the specific webpart using it
4
+ */
5
+ import { WebPartContextCopy_15_2 } from "../../common/interfaces/@msft/1.15.2/WebPartContext";
6
+ import { IRepoLinks } from '../../components/atoms/Links/CreateLinks';
7
+ import { IFPSUser } from '../../logic/indexes';
8
+ export interface IBuildBannerSettings {
9
+ context: WebPartContextCopy_15_2;
10
+ clientWidth: number;
11
+ exportProps: any;
12
+ panelTitle: string;
13
+ modifyBannerTitle: boolean;
14
+ repoLinks: IRepoLinks;
15
+ replacePanelWarning: any;
16
+ forceBanner: boolean;
17
+ earyAccess: boolean;
18
+ wideToggle: boolean;
19
+ expandAlert: boolean;
20
+ expandConsole: boolean;
21
+ errMessage: string;
22
+ errorObjArray: any[];
23
+ expandoErrorObj: any;
24
+ FPSUser: IFPSUser;
25
+ beAUser: boolean;
26
+ showBeAUserIcon: boolean;
27
+ }
28
+ //# sourceMappingURL=IBuildBannerSettings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBuildBannerSettings.d.ts","sourceRoot":"","sources":["../../../src/banner/render/IBuildBannerSettings.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,EAAE,uBAAuB,EAAG,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AACtE,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAS9C,MAAM,WAAW,oBAAoB;IAGjC,OAAO,EAAE,uBAAuB,CAAC;IACjC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,GAAG,CAAC;IAGjB,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,OAAO,CAAC;IAE3B,SAAS,EAAE,UAAU,CAAC;IAGtB,mBAAmB,EAAE,GAAG,CAAC;IAGzB,WAAW,EAAE,OAAO,CAAC;IACrB,UAAU,EAAE,OAAO,CAAC;IACpB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,EAAE,OAAO,CAAC;IAGvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,GAAG,EAAG,CAAC;IACtB,eAAe,EAAE,GAAG,CAAC;IAErB,OAAO,EAAE,QAAQ,CAAC;IAElB,OAAO,EAAE,OAAO,CAAC;IACjB,eAAe,EAAE,OAAO,CAAC;CAE5B"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * The purpose of this file is to build the FPS Banner props in a standard way.
3
+ * To benefit from typescript, it's meant to be copied to the specific webpart using it
4
+ */
5
+ export {};
6
+ //# sourceMappingURL=IBuildBannerSettings.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IBuildBannerSettings.js","sourceRoot":"","sources":["../../../src/banner/render/IBuildBannerSettings.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
@@ -0,0 +1,7 @@
1
+ export interface IMinFPSLegacyProps {
2
+ searchShow: boolean;
3
+ fpsPageStyle: string;
4
+ fpsContainerMaxWidth: string;
5
+ }
6
+ export declare const changefpsOptions2: string[];
7
+ //# sourceMappingURL=IMinFPSLegacyProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinFPSLegacyProps.d.ts","sourceRoot":"","sources":["../../../src/banner/render/IMinFPSLegacyProps.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAG/B,UAAU,EAAE,OAAO,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,oBAAoB,EAAE,MAAM,CAAC;CAChC;AAED,eAAO,MAAM,iBAAiB,EAAG,MAAM,EAAgD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export const changefpsOptions2 = ['fpsPageStyle', 'fpsContainerMaxWidth'];
2
+ //# sourceMappingURL=IMinFPSLegacyProps.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IMinFPSLegacyProps.js","sourceRoot":"","sources":["../../../src/banner/render/IMinFPSLegacyProps.ts"],"names":[],"mappings":"AAQA,MAAM,CAAC,MAAM,iBAAiB,GAAc,CAAG,cAAc,EAAE,sBAAsB,CAAE,CAAC"}
@@ -0,0 +1,32 @@
1
+ import { WebPartContextCopy_15_2 } from "../../common/interfaces/@msft/1.15.2/WebPartContext";
2
+ import { DisplayMode } from "../../common/interfaces/@msft/1.15.2/displayMode";
3
+ import { IRepoLinks } from "../../components/atoms/Links/CreateLinks";
4
+ import { ILoadPerformance } from "../../components/indexes/Performance";
5
+ import { ILoadPerformanceOps } from "../../components/molecules/Performance/IPerformance";
6
+ import { IFPSUser } from "../../logic/indexes";
7
+ import { ISpecialMessage } from "../components/SpecialBanner/interface";
8
+ import { IMinWPBannerProps } from "../interfaces/MinWP/IMinWPBannerProps";
9
+ import { IWebpartBannerProps } from "../mainReact/IWebpartBannerProps";
10
+ import { IBuildBannerSettings } from "./IBuildBannerSettings";
11
+ export interface IMainWPBanerSetup {
12
+ displayMode: DisplayMode;
13
+ beAReader: boolean;
14
+ FPSUser: IFPSUser;
15
+ minWPBannerProps: IMinWPBannerProps;
16
+ repoLink: IRepoLinks;
17
+ trickyEmails: string[];
18
+ exportProps: IBuildBannerSettings;
19
+ strings: any;
20
+ clientWidth: number;
21
+ thisContext: WebPartContextCopy_15_2;
22
+ modifyBannerTitle: boolean;
23
+ forceBanner: boolean;
24
+ disablePandoramic: boolean;
25
+ performance: ILoadPerformance;
26
+ keysToShow: ILoadPerformanceOps[];
27
+ wideToggle: boolean;
28
+ expandConsole: boolean;
29
+ SpecialMessage?: ISpecialMessage;
30
+ }
31
+ export declare function mainWebPartRenderBannerSetup(main: IMainWPBanerSetup): IWebpartBannerProps;
32
+ //# sourceMappingURL=WebPartRenderBannerV2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebPartRenderBannerV2.d.ts","sourceRoot":"","sources":["../../../src/banner/render/WebPartRenderBannerV2.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,uBAAuB,EAAG,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,WAAW,EAAG,MAAM,kDAAkD,CAAC;AAChF,OAAO,EAAE,UAAU,EAAE,MAAM,0CAA0C,CAAC;AACtE,OAAO,EAAiC,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACvG,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAE,QAAQ,EAAwB,MAAM,qBAAqB,CAAC;AAErE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AAExE,OAAO,EAAE,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAC1E,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAmB9D,MAAM,WAAW,iBAAiB;IAChC,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IACnB,OAAO,EAAE,QAAQ,CAAC;IAClB,gBAAgB,EAAE,iBAAiB,CAAC;IACpC,QAAQ,EAAE,UAAU,CAAC;IACrB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,EAAE,oBAAoB,CAAC;IAClC,OAAO,EAAE,GAAG,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,uBAAuB,CAAC;IACrC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,OAAO,CAAC;IACrB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,gBAAgB,CAAC;IAC9B,UAAU,EAAE,mBAAmB,EAAE,CAAC;IAClC,UAAU,EAAE,OAAO,CAAC;IACpB,aAAa,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,eAAe,CAAC;CAClC;AAED,wBAAgB,4BAA4B,CAAE,IAAI,EAAE,iBAAiB,GAAK,mBAAmB,CAwT5F"}