@mikezimm/fps-library-v2 1.0.10 → 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.
- package/CHANGELOG.md +76 -2
- package/lib/banner/banner/component.d.ts +35 -0
- package/lib/banner/banner/component.d.ts.map +1 -0
- package/lib/banner/banner/component.js +537 -0
- package/lib/banner/banner/component.js.map +1 -0
- package/lib/banner/components/EasyPages/componentPage.d.ts +1 -1
- package/lib/banner/components/EasyPages/componentPage.d.ts.map +1 -1
- package/lib/banner/components/EasyPages/componentPage.js +5 -5
- package/lib/banner/components/EasyPages/componentPage.js.map +1 -1
- package/lib/banner/components/EasyPages/componentSources.d.ts +1 -1
- package/lib/banner/components/EasyPages/componentSources.d.ts.map +1 -1
- package/lib/banner/components/EasyPages/componentSources.js +12 -11
- package/lib/banner/components/EasyPages/componentSources.js.map +1 -1
- package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.d.ts +4 -0
- package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.d.ts.map +1 -0
- package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.js +25 -0
- package/lib/banner/components/EasyPages/createEasyPagesExtraWPProps.js.map +1 -0
- package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.d.ts +12 -0
- package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.d.ts.map +1 -0
- package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.js +13 -0
- package/lib/banner/components/EasyPages/createEasyPagesSourceWPProps.js.map +1 -0
- package/lib/banner/components/EasyPages/devLinks.d.ts +2 -4
- package/lib/banner/components/EasyPages/devLinks.d.ts.map +1 -1
- package/lib/banner/components/EasyPages/devLinks.js +12 -12
- package/lib/banner/components/EasyPages/devLinks.js.map +1 -1
- package/lib/banner/components/EasyPages/functions.d.ts +1 -1
- package/lib/banner/components/EasyPages/functions.d.ts.map +1 -1
- package/lib/banner/components/EasyPages/functions.js +1 -1
- package/lib/banner/components/Gear/IKeySiteProps.d.ts +10 -0
- package/lib/banner/components/Gear/IKeySiteProps.d.ts.map +1 -0
- package/lib/banner/components/Gear/IKeySiteProps.js +2 -0
- package/lib/banner/components/Gear/IKeySiteProps.js.map +1 -0
- package/lib/banner/components/Gear/bannerGearFunctions.d.ts +28 -0
- package/lib/banner/components/Gear/bannerGearFunctions.d.ts.map +1 -0
- package/lib/banner/components/Gear/bannerGearFunctions.js +244 -0
- package/lib/banner/components/Gear/bannerGearFunctions.js.map +1 -0
- package/lib/banner/components/Panel/createAboutRow.d.ts +4 -0
- package/lib/banner/components/Panel/createAboutRow.d.ts.map +1 -0
- package/lib/banner/components/Panel/createAboutRow.js +8 -0
- package/lib/banner/components/Panel/createAboutRow.js.map +1 -0
- package/lib/banner/components/PropPane/controls.d.ts +1 -1
- package/lib/banner/components/PropPane/controls.d.ts.map +1 -1
- package/lib/banner/components/SingleHelpPage/SinglePage.js +1 -1
- package/lib/banner/components/SingleHelpPage/SinglePage.js.map +1 -1
- package/lib/banner/components/SpecialBanner/component.d.ts +4 -0
- package/lib/banner/components/SpecialBanner/component.d.ts.map +1 -0
- package/lib/banner/components/SpecialBanner/component.js +39 -0
- package/lib/banner/components/SpecialBanner/component.js.map +1 -0
- package/lib/banner/components/SpecialBanner/interface.d.ts +19 -0
- package/lib/banner/components/SpecialBanner/interface.d.ts.map +1 -0
- package/lib/banner/components/SpecialBanner/interface.js +20 -0
- package/lib/banner/components/SpecialBanner/interface.js.map +1 -0
- package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.d.ts +18 -0
- package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.d.ts.map +1 -0
- package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.js +96 -0
- package/lib/banner/components/VisitorPanel/FPSOptionsGroupVisHelp.js.map +1 -0
- package/lib/banner/{interfaces/CustomHelp → components/VisitorPanel}/Interfaces.d.ts +19 -6
- package/lib/banner/components/VisitorPanel/Interfaces.d.ts.map +1 -0
- package/lib/banner/{interfaces/CustomHelp → components/VisitorPanel}/Interfaces.js +0 -0
- package/lib/banner/components/VisitorPanel/Interfaces.js.map +1 -0
- package/lib/banner/components/VisitorPanel/VisitorPanelComponent.d.ts +15 -0
- package/lib/banner/components/VisitorPanel/VisitorPanelComponent.d.ts.map +1 -0
- package/lib/banner/components/VisitorPanel/VisitorPanelComponent.js +100 -0
- package/lib/banner/components/VisitorPanel/VisitorPanelComponent.js.map +1 -0
- package/lib/banner/components/WebPartLinks/WebPartLinks.d.ts +52 -0
- package/lib/banner/components/WebPartLinks/WebPartLinks.d.ts.map +1 -0
- package/lib/banner/components/WebPartLinks/WebPartLinks.js +98 -0
- package/lib/banner/components/WebPartLinks/WebPartLinks.js.map +1 -0
- package/lib/banner/features/BeAUser/confirmBeAUser.d.ts +2 -0
- package/lib/banner/features/BeAUser/confirmBeAUser.d.ts.map +1 -0
- package/lib/banner/features/BeAUser/confirmBeAUser.js +5 -0
- package/lib/banner/features/BeAUser/confirmBeAUser.js.map +1 -0
- package/lib/banner/features/Expando/functions.d.ts +1 -1
- package/lib/banner/features/Expando/functions.d.ts.map +1 -1
- package/lib/banner/features/Expando/oninit.d.ts +1 -1
- package/lib/banner/features/Expando/oninit.d.ts.map +1 -1
- package/lib/banner/features/{PropImportExport → ImportExport}/ExportFunctions.d.ts +0 -0
- package/lib/banner/features/ImportExport/ExportFunctions.d.ts.map +1 -0
- package/lib/banner/features/{PropImportExport → ImportExport}/ExportFunctions.js +0 -0
- package/lib/banner/features/ImportExport/ExportFunctions.js.map +1 -0
- package/lib/banner/features/{PropImportExport → ImportExport}/IgnoreBlockProps.d.ts +0 -0
- package/lib/banner/features/ImportExport/IgnoreBlockProps.d.ts.map +1 -0
- package/lib/banner/features/{PropImportExport → ImportExport}/IgnoreBlockProps.js +0 -0
- package/lib/banner/features/ImportExport/IgnoreBlockProps.js.map +1 -0
- package/lib/banner/features/{PropImportExport → ImportExport}/ImportFunctions.d.ts +1 -1
- package/lib/banner/features/ImportExport/ImportFunctions.d.ts.map +1 -0
- package/lib/banner/features/{PropImportExport → ImportExport}/ImportFunctions.js +0 -0
- package/lib/banner/features/ImportExport/ImportFunctions.js.map +1 -0
- package/lib/banner/features/PageStyle/minimzeToolbar.d.ts +2 -2
- package/lib/banner/features/PageStyle/minimzeToolbar.d.ts.map +1 -1
- package/lib/banner/features/PageStyle/setAllSectionStyles.d.ts +2 -2
- package/lib/banner/features/PageStyle/setAllSectionStyles.d.ts.map +1 -1
- package/lib/banner/features/PinMe/FPSPinMenu.d.ts +1 -1
- package/lib/banner/features/PinMe/FPSPinMenu.d.ts.map +1 -1
- package/lib/banner/features/PinMe/FPSPinMenu.js +1 -1
- package/lib/banner/features/PinMe/FPSPinMenu.js.map +1 -1
- package/lib/banner/features/Tricky/ReusaableTricks.d.ts +30 -0
- package/lib/banner/features/Tricky/ReusaableTricks.d.ts.map +1 -0
- package/lib/banner/features/Tricky/ReusaableTricks.js +81 -0
- package/lib/banner/features/Tricky/ReusaableTricks.js.map +1 -0
- package/lib/banner/features/Tricky/constants.d.ts +22 -0
- package/lib/banner/features/Tricky/constants.d.ts.map +1 -0
- package/lib/banner/features/Tricky/constants.js +59 -0
- package/lib/banner/features/Tricky/constants.js.map +1 -0
- package/lib/banner/features/Tricky/logTest.d.ts +27 -0
- package/lib/banner/features/Tricky/logTest.d.ts.map +1 -0
- package/lib/banner/features/Tricky/logTest.js +47 -0
- package/lib/banner/features/Tricky/logTest.js.map +1 -0
- package/lib/banner/features/Tricky/logfun.d.ts +18 -0
- package/lib/banner/features/Tricky/logfun.d.ts.map +1 -0
- package/lib/banner/features/Tricky/logfun.js +69 -0
- package/lib/banner/features/Tricky/logfun.js.map +1 -0
- package/lib/banner/features/Tricky/verify.d.ts +3 -0
- package/lib/banner/features/Tricky/verify.d.ts.map +1 -0
- package/lib/banner/features/Tricky/verify.js +3 -0
- package/lib/banner/features/Tricky/verify.js.map +1 -0
- package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUIProps.d.ts +0 -0
- package/lib/banner/interfaces/MinWP/IMinBannerUIProps.d.ts.map +1 -0
- package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUIProps.js +0 -0
- package/lib/banner/interfaces/MinWP/IMinBannerUIProps.js.map +1 -0
- package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUtilityProps.d.ts +0 -0
- package/lib/banner/interfaces/MinWP/IMinBannerUtilityProps.d.ts.map +1 -0
- package/lib/banner/interfaces/{Banner → MinWP}/IMinBannerUtilityProps.js +0 -0
- package/lib/banner/interfaces/MinWP/IMinBannerUtilityProps.js.map +1 -0
- package/lib/banner/interfaces/{Banner → MinWP}/IMinWPBannerProps.d.ts +1 -1
- package/lib/banner/interfaces/MinWP/IMinWPBannerProps.d.ts.map +1 -0
- package/lib/banner/interfaces/{Banner → MinWP}/IMinWPBannerProps.js +0 -0
- package/lib/banner/interfaces/MinWP/IMinWPBannerProps.js.map +1 -0
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts +86 -0
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts.map +1 -0
- package/lib/banner/mainReact/IWebpartBannerProps.js +2 -0
- package/lib/banner/mainReact/IWebpartBannerProps.js.map +1 -0
- package/lib/banner/mainReact/ReactComponentProps.d.ts +33 -0
- package/lib/banner/mainReact/ReactComponentProps.d.ts.map +1 -0
- package/lib/banner/mainReact/ReactComponentProps.js +2 -0
- package/lib/banner/mainReact/ReactComponentProps.js.map +1 -0
- package/lib/banner/mainReact/ReactComponentState.d.ts +27 -0
- package/lib/banner/mainReact/ReactComponentState.d.ts.map +1 -0
- package/lib/banner/mainReact/ReactComponentState.js +2 -0
- package/lib/banner/mainReact/ReactComponentState.js.map +1 -0
- package/lib/banner/render/IBuildBannerSettings.d.ts +28 -0
- package/lib/banner/render/IBuildBannerSettings.d.ts.map +1 -0
- package/lib/banner/render/IBuildBannerSettings.js +6 -0
- package/lib/banner/render/IBuildBannerSettings.js.map +1 -0
- package/lib/banner/render/IMinFPSLegacyProps.d.ts +7 -0
- package/lib/banner/render/IMinFPSLegacyProps.d.ts.map +1 -0
- package/lib/banner/render/IMinFPSLegacyProps.js +2 -0
- package/lib/banner/render/IMinFPSLegacyProps.js.map +1 -0
- package/lib/banner/render/WebPartRenderBannerV2.d.ts +32 -0
- package/lib/banner/render/WebPartRenderBannerV2.d.ts.map +1 -0
- package/lib/banner/render/WebPartRenderBannerV2.js +218 -0
- package/lib/banner/render/WebPartRenderBannerV2.js.map +1 -0
- package/lib/banner/render/buildBannerPropsV1.d.ts +34 -0
- package/lib/banner/render/buildBannerPropsV1.d.ts.map +1 -0
- package/lib/banner/render/buildBannerPropsV1.js +195 -0
- package/lib/banner/render/buildBannerPropsV1.js.map +1 -0
- package/lib/banner/render/refreshPanel.d.ts +5 -0
- package/lib/banner/render/refreshPanel.d.ts.map +1 -0
- package/lib/banner/render/refreshPanel.js +9 -0
- package/lib/banner/render/refreshPanel.js.map +1 -0
- package/lib/banner/render/refreshPanelHTML.d.ts +5 -0
- package/lib/banner/render/refreshPanelHTML.d.ts.map +1 -0
- package/lib/banner/render/refreshPanelHTML.js +10 -0
- package/lib/banner/render/refreshPanelHTML.js.map +1 -0
- package/lib/common/Audiences/AudiencePropGroup.d.ts +4 -0
- package/lib/common/Audiences/AudiencePropGroup.d.ts.map +1 -0
- package/lib/common/Audiences/AudiencePropGroup.js +24 -0
- package/lib/common/Audiences/AudiencePropGroup.js.map +1 -0
- package/lib/common/Audiences/Interfaces.d.ts +18 -0
- package/lib/common/Audiences/Interfaces.d.ts.map +1 -0
- package/lib/common/Audiences/Interfaces.js +28 -0
- package/lib/common/Audiences/Interfaces.js.map +1 -0
- package/lib/common/PropPaneHelp/ApplyPresets.d.ts +3 -0
- package/lib/common/PropPaneHelp/ApplyPresets.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/ApplyPresets.js +29 -0
- package/lib/common/PropPaneHelp/ApplyPresets.js.map +1 -0
- package/lib/common/PropPaneHelp/IPreConfig.d.ts +26 -0
- package/lib/common/PropPaneHelp/IPreConfig.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/IPreConfig.js +2 -0
- package/lib/common/PropPaneHelp/IPreConfig.js.map +1 -0
- package/lib/common/PropPaneHelp/PreConfiguredConstants.d.ts +3 -0
- package/lib/common/PropPaneHelp/PreConfiguredConstants.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/PreConfiguredConstants.js +31 -0
- package/lib/common/PropPaneHelp/PreConfiguredConstants.js.map +1 -0
- package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.d.ts +4 -0
- package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.js +44 -0
- package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/Banner.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/Banner.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/Banner.js +49 -0
- package/lib/common/PropPaneHelp/pages/Banner.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/FPSBasic.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/FPSBasic.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/FPSBasic.js +33 -0
- package/lib/common/PropPaneHelp/pages/FPSBasic.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/FPSExpand.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/FPSExpand.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/FPSExpand.js +41 -0
- package/lib/common/PropPaneHelp/pages/FPSExpand.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/Import.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/Import.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/Import.js +21 -0
- package/lib/common/PropPaneHelp/pages/Import.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/PinMe.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/PinMe.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/PinMe.js +28 -0
- package/lib/common/PropPaneHelp/pages/PinMe.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/SinglePageApp.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/SinglePageApp.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/SinglePageApp.js +39 -0
- package/lib/common/PropPaneHelp/pages/SinglePageApp.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/SitePresetsInfo.d.ts +9 -0
- package/lib/common/PropPaneHelp/pages/SitePresetsInfo.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/SitePresetsInfo.js +84 -0
- package/lib/common/PropPaneHelp/pages/SitePresetsInfo.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/Visitor.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/Visitor.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/Visitor.js +24 -0
- package/lib/common/PropPaneHelp/pages/Visitor.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/Warnings.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/Warnings.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/Warnings.js +19 -0
- package/lib/common/PropPaneHelp/pages/Warnings.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/zTemplate.d.ts +1 -0
- package/lib/common/PropPaneHelp/pages/zTemplate.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/zTemplate.js +9 -0
- package/lib/common/PropPaneHelp/pages/zTemplate.js.map +1 -0
- package/lib/common/commandStyles/adjustCmdThemes.d.ts +22 -0
- package/lib/common/commandStyles/adjustCmdThemes.d.ts.map +1 -0
- package/lib/common/commandStyles/adjustCmdThemes.js +49 -0
- package/lib/common/commandStyles/adjustCmdThemes.js.map +1 -0
- package/lib/common/commandStyles/defaults.d.ts +24 -0
- package/lib/common/commandStyles/defaults.d.ts.map +1 -0
- package/lib/common/commandStyles/defaults.js +140 -0
- package/lib/common/commandStyles/defaults.js.map +1 -0
- package/lib/common/interfaces/@msft/1.15.2/WebPartContext.d.ts +3 -0
- package/lib/common/interfaces/@msft/1.15.2/WebPartContext.d.ts.map +1 -1
- package/lib/common/interfaces/@msft/1.15.2/WebPartContext.js.map +1 -1
- package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.d.ts +3 -0
- package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.d.ts.map +1 -0
- package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.js +15 -0
- package/lib/components/atoms/EasyIcons/createEasyIconsWPProps.js.map +1 -0
- package/lib/components/atoms/EasyIcons/eiHelp.js +1 -1
- package/lib/components/atoms/EasyIcons/eiHelp.js.map +1 -1
- package/lib/components/atoms/EasyIcons/{eiFunctions.d.ts → getEasyIcon.d.ts} +2 -3
- package/lib/components/atoms/EasyIcons/getEasyIcon.d.ts.map +1 -0
- package/lib/components/atoms/EasyIcons/{eiFunctions.js → getEasyIcon.js} +4 -17
- package/lib/components/atoms/EasyIcons/getEasyIcon.js.map +1 -0
- package/lib/components/atoms/Elements/HighlightedText.d.ts +9 -0
- package/lib/components/atoms/Elements/HighlightedText.d.ts.map +1 -0
- package/lib/components/atoms/Elements/HighlightedText.js +30 -0
- package/lib/components/atoms/Elements/HighlightedText.js.map +1 -0
- package/lib/components/atoms/Elements/IElements.d.ts +8 -0
- package/lib/components/atoms/Elements/IElements.d.ts.map +1 -0
- package/lib/components/atoms/Elements/IElements.js +2 -0
- package/lib/components/atoms/Elements/IElements.js.map +1 -0
- package/lib/components/atoms/Elements/ToggleJSONButton.d.ts +13 -0
- package/lib/components/atoms/Elements/ToggleJSONButton.d.ts.map +1 -0
- package/lib/components/atoms/Elements/ToggleJSONButton.js +31 -0
- package/lib/components/atoms/Elements/ToggleJSONButton.js.map +1 -0
- package/lib/components/atoms/Elements/basic.d.ts +26 -0
- package/lib/components/atoms/Elements/basic.d.ts.map +1 -0
- package/lib/components/atoms/Elements/basic.js +126 -0
- package/lib/components/atoms/Elements/basic.js.map +1 -0
- package/lib/components/atoms/Elements/dialogBox.d.ts +23 -0
- package/lib/components/atoms/Elements/dialogBox.d.ts.map +1 -0
- package/lib/components/atoms/Elements/dialogBox.js +59 -0
- package/lib/components/atoms/Elements/dialogBox.js.map +1 -0
- package/lib/components/atoms/Elements/draw.d.ts +14 -0
- package/lib/components/atoms/Elements/draw.d.ts.map +1 -0
- package/lib/components/atoms/Elements/draw.js +100 -0
- package/lib/components/atoms/Elements/draw.js.map +1 -0
- package/lib/components/atoms/Elements/markdown.d.ts +4 -0
- package/lib/components/atoms/Elements/markdown.d.ts.map +1 -0
- package/lib/components/atoms/Elements/markdown.js +34 -0
- package/lib/components/atoms/Elements/markdown.js.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.d.ts +3 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.d.ts.map +1 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.js +10 -0
- package/lib/components/atoms/FPSAgeSlider/createAgeSliderWPProps.js.map +1 -0
- package/lib/components/atoms/Links/LinksRepos.d.ts.map +1 -1
- package/lib/components/atoms/Links/LinksRepos.js.map +1 -1
- package/lib/components/atoms/Links/ValidateLinks.d.ts +1 -1
- package/lib/components/atoms/Links/ValidateLinks.d.ts.map +1 -1
- package/lib/components/atoms/SVGIcons/TeamsLogo.d.ts +2 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.d.ts.map +1 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.js +2 -0
- package/lib/components/atoms/SVGIcons/TeamsLogo.js.map +1 -0
- package/lib/components/molecules/Performance/tables.d.ts +1 -1
- package/lib/components/molecules/Performance/tables.d.ts.map +1 -1
- package/lib/components/molecules/Performance/tables.js +1 -1
- package/lib/components/molecules/Performance/tables.js.map +1 -1
- package/lib/logic/DOM/Headings/functions.d.ts.map +1 -1
- package/lib/logic/DOM/Headings/functions.js +15 -19
- package/lib/logic/DOM/Headings/functions.js.map +1 -1
- package/lib/logic/Errors/friendly.d.ts +1 -1
- package/lib/logic/Errors/friendly.d.ts.map +1 -1
- package/lib/logic/Links/Navigation.d.ts +4 -0
- package/lib/logic/Links/Navigation.d.ts.map +1 -0
- package/lib/logic/Links/Navigation.js +15 -0
- package/lib/logic/Links/Navigation.js.map +1 -0
- package/lib/logic/Strings/arraysFromString.d.ts.map +1 -1
- package/lib/logic/Strings/arraysFromString.js +2 -0
- package/lib/logic/Strings/arraysFromString.js.map +1 -1
- package/lib/logic/Strings/decamelize.d.ts +7 -0
- package/lib/logic/Strings/decamelize.d.ts.map +1 -0
- package/lib/logic/Strings/decamelize.js +38 -0
- package/lib/logic/Strings/decamelize.js.map +1 -0
- package/lib/logic/Strings/reactCSS.d.ts +19 -0
- package/lib/logic/Strings/reactCSS.d.ts.map +1 -0
- package/lib/logic/Strings/reactCSS.js +70 -0
- package/lib/logic/Strings/reactCSS.js.map +1 -0
- package/lib/logic/indexes/StringsIndex.d.ts +2 -0
- package/lib/logic/indexes/StringsIndex.d.ts.map +1 -1
- package/lib/logic/indexes/StringsIndex.js +3 -0
- package/lib/logic/indexes/StringsIndex.js.map +1 -1
- package/lib/logic/indexes/index.d.ts +0 -1
- package/lib/logic/indexes/index.d.ts.map +1 -1
- package/lib/logic/indexes/index.js +1 -1
- package/lib/logic/indexes/index.js.map +1 -1
- package/package.json +5 -2
- package/lib/banner/features/PropImportExport/ExportFunctions.d.ts.map +0 -1
- package/lib/banner/features/PropImportExport/ExportFunctions.js.map +0 -1
- package/lib/banner/features/PropImportExport/IgnoreBlockProps.d.ts.map +0 -1
- package/lib/banner/features/PropImportExport/IgnoreBlockProps.js.map +0 -1
- package/lib/banner/features/PropImportExport/ImportFunctions.d.ts.map +0 -1
- package/lib/banner/features/PropImportExport/ImportFunctions.js.map +0 -1
- package/lib/banner/interfaces/Banner/IMinBannerUIProps.d.ts.map +0 -1
- package/lib/banner/interfaces/Banner/IMinBannerUIProps.js.map +0 -1
- package/lib/banner/interfaces/Banner/IMinBannerUtilityProps.d.ts.map +0 -1
- package/lib/banner/interfaces/Banner/IMinBannerUtilityProps.js.map +0 -1
- package/lib/banner/interfaces/Banner/IMinWPBannerProps.d.ts.map +0 -1
- package/lib/banner/interfaces/Banner/IMinWPBannerProps.js.map +0 -1
- package/lib/banner/interfaces/CustomHelp/Interfaces.d.ts.map +0 -1
- package/lib/banner/interfaces/CustomHelp/Interfaces.js.map +0 -1
- package/lib/components/atoms/EasyIcons/eiFunctions.d.ts.map +0 -1
- package/lib/components/atoms/EasyIcons/eiFunctions.js.map +0 -1
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
//import { IHelpTableRow, IHelpTable, IPageContent, ISinglePageProps } from '../Component/ISinglePageProps';
|
|
3
|
+
// import { IHelpTable, } from '../HelpPanelOnNPM/banner/SinglePage_/ISinglePageProps';
|
|
4
|
+
/**
|
|
5
|
+
* tricksTable creates table of "tricks" which provide url paramters to reload the page in different modes
|
|
6
|
+
* Originally copied from FPSPageInfo
|
|
7
|
+
* const showScenario, showTool, showGulp, showAllowOther, showCrazy, showCreate: boolean = true;
|
|
8
|
+
* @param showScenario
|
|
9
|
+
* @param showTool
|
|
10
|
+
* @param showGulp
|
|
11
|
+
* @param showAllowOther
|
|
12
|
+
* @param showCrazy
|
|
13
|
+
* @param showCreate
|
|
14
|
+
* @returns
|
|
15
|
+
*/
|
|
16
|
+
export function tricksTable(showScenario, showTool, showGulp, showAllowOther, showCrazy, showCreate) {
|
|
17
|
+
let table = {
|
|
18
|
+
heading: 'Undocumented and dangerous url parameters',
|
|
19
|
+
headers: ['Param', 'Value', 'Active?', 'Notes'],
|
|
20
|
+
rows: [],
|
|
21
|
+
};
|
|
22
|
+
let hasSearch = window.location.search && window.location.search.length > 0 ? true : false;
|
|
23
|
+
let searchParams = hasSearch === true ? window.location.search : '';
|
|
24
|
+
searchParams = searchParams.split('%3a').join(':');
|
|
25
|
+
let hasSearchParams = searchParams.length > 0 ? '&' : '?';
|
|
26
|
+
if (showScenario === true) {
|
|
27
|
+
let hasScenarioDev = searchParams.indexOf('scenario=dev') > -1
|
|
28
|
+
? makeCenteredBoldSpan('true')
|
|
29
|
+
: makeCenteredBoldSpan(React.createElement("a", { href: window.location + hasSearchParams + 'scenario=dev' }, "Activate!"));
|
|
30
|
+
table.rows.push([makeCenteredSpan('scenario'), makeCenteredSpan('dev'), hasScenarioDev, React.createElement("span", null, "Opens up additional options - 'Rails Off' meaning limited safety checks. ")]);
|
|
31
|
+
}
|
|
32
|
+
if (showTool === true) {
|
|
33
|
+
let hasToolTrue = searchParams.indexOf('tool=true') > -1
|
|
34
|
+
? makeCenteredBoldSpan('true')
|
|
35
|
+
: makeCenteredBoldSpan(React.createElement("a", { href: window.location + hasSearchParams + 'tool=true' }, "Activate!"));
|
|
36
|
+
table.rows.push([makeCenteredSpan('tool'), makeCenteredSpan('true'), hasToolTrue, React.createElement("span", null, "Displays commandbar in some webparts if it's hidden. ")]);
|
|
37
|
+
}
|
|
38
|
+
if (showGulp === true) {
|
|
39
|
+
//Just replacing : with encoded url based on testing.
|
|
40
|
+
let gulpParam1 = 'debug=true&noredir=true&debugManifestsFile=https://localhost:4321/temp/manifests.js';
|
|
41
|
+
let gulpParam2 = 'debug=true&noredir=true&debugManifestsFile=https%3A%2F%2Flocalhost%3A4321%2Ftemp%2Fmanifests.js';
|
|
42
|
+
let hasGulp = searchParams.indexOf(gulpParam1) > -1 || searchParams.indexOf(gulpParam2) > -1
|
|
43
|
+
? makeCenteredBoldSpan('true')
|
|
44
|
+
: makeCenteredBoldSpan(React.createElement("a", { href: window.location + hasSearchParams + gulpParam1 }, "Activate!"));
|
|
45
|
+
table.rows.push([makeCenteredSpan('gulp serve'), makeCenteredSpan('dev'), hasGulp, React.createElement("span", null, "Adds param to Url to use gulp serve code instead of published code")]);
|
|
46
|
+
}
|
|
47
|
+
if (showAllowOther === true) {
|
|
48
|
+
let hasAllowOther = searchParams.indexOf('allowOtherSites=true') > -1
|
|
49
|
+
? makeCenteredBoldSpan('true')
|
|
50
|
+
: makeCenteredBoldSpan(React.createElement("a", { href: window.location + hasSearchParams + 'allowOtherSites=true' }, "Activate!"));
|
|
51
|
+
table.rows.push([makeCenteredSpan('allowOtherSites'), makeCenteredSpan('true'), hasAllowOther, React.createElement("span", null,
|
|
52
|
+
"Allows you to do some 'Rails Off' functions on other sites ",
|
|
53
|
+
'',
|
|
54
|
+
" ")]);
|
|
55
|
+
}
|
|
56
|
+
if (showCrazy === true) {
|
|
57
|
+
let hasCrazy = searchParams.indexOf('crazy=true') > -1 ?
|
|
58
|
+
makeCenteredBoldSpan('true') : '';
|
|
59
|
+
table.rows.push([makeCenteredSpan('crazy'), makeCenteredSpan('true'), hasCrazy, React.createElement("span", null, "Opens up additional even more options - 'DO NOT USE UNLESS YOU KNOW WHAT YOU ARE DOING'.")]);
|
|
60
|
+
}
|
|
61
|
+
if (showCreate === true) {
|
|
62
|
+
let hasCreate = searchParams.indexOf('create=true') > -1 ?
|
|
63
|
+
makeCenteredBoldSpan('true') : '';
|
|
64
|
+
table.rows.push([makeCenteredSpan('create'), makeCenteredSpan('true'), hasCreate, React.createElement("span", null, "Opens up additional options - create sample items in lists")]);
|
|
65
|
+
}
|
|
66
|
+
const showBare = true;
|
|
67
|
+
if (showBare === true) {
|
|
68
|
+
let bareLink = hasSearch ?
|
|
69
|
+
makeCenteredBoldSpan(React.createElement("a", { href: window.location.pathname }, "Activate!")) :
|
|
70
|
+
makeCenteredBoldSpan('true');
|
|
71
|
+
table.rows.push([makeCenteredSpan('clearParams'), makeCenteredSpan(`${hasSearch}`), bareLink, React.createElement("span", null, "Reload without any parameters (wwwthing after the ? in the url ) ")]);
|
|
72
|
+
}
|
|
73
|
+
return { table: table };
|
|
74
|
+
}
|
|
75
|
+
export function makeCenteredSpan(info) {
|
|
76
|
+
return { info: info, style: { textAlign: 'center' } };
|
|
77
|
+
}
|
|
78
|
+
export function makeCenteredBoldSpan(info) {
|
|
79
|
+
return { info: info, style: { textAlign: 'center', fontWeight: 'bolder' } };
|
|
80
|
+
}
|
|
81
|
+
//# sourceMappingURL=ReusaableTricks.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ReusaableTricks.js","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/ReusaableTricks.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare const TrickyTenantA: string;
|
|
2
|
+
export declare const TrickyTenantC: string;
|
|
3
|
+
export declare const TrickyTenants: string[];
|
|
4
|
+
export declare const TrickyAZ: string;
|
|
5
|
+
export declare const TrickySPA: string;
|
|
6
|
+
export declare const TrickyBK: string;
|
|
7
|
+
export declare const TrickyMX: string;
|
|
8
|
+
export declare const TrickyMM: string;
|
|
9
|
+
export declare const TrickyFR: string;
|
|
10
|
+
export declare const TrickyOO: string;
|
|
11
|
+
export declare const TrickyPONG: string;
|
|
12
|
+
export declare const TrickySUK: string;
|
|
13
|
+
export declare const TrickyQA: string;
|
|
14
|
+
export declare const ContALVFMContent: string;
|
|
15
|
+
export declare const ContALVFMWebP: string;
|
|
16
|
+
export declare const allSP: string[];
|
|
17
|
+
export declare const alleXt: string[];
|
|
18
|
+
export declare const allEC: string[];
|
|
19
|
+
export declare const TrickyALVFM1: string;
|
|
20
|
+
export declare const TrickyALVFM2: string;
|
|
21
|
+
export declare const allALVFM: string[];
|
|
22
|
+
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/banner/features/Tricky/constants.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,aAAa,EAAE,MAAkB,CAAC;AAC/C,eAAO,MAAM,aAAa,EAAE,MAAsB,CAAC;AACnD,eAAO,MAAM,aAAa,EAAE,MAAM,EAAmC,CAAC;AACtE,eAAO,MAAM,QAAQ,EAAG,MAAuB,CAAC;AAChD,eAAO,MAAM,SAAS,EAAG,MAAuB,CAAC;AACjD,eAAO,MAAM,QAAQ,EAAG,MAAsB,CAAC;AAC/C,eAAO,MAAM,QAAQ,EAAG,MAA0B,CAAC;AACnD,eAAO,MAAM,QAAQ,EAAG,MAAyB,CAAC;AAClD,eAAO,MAAM,QAAQ,EAAG,MAAwB,CAAC;AACjD,eAAO,MAAM,QAAQ,EAAG,MAAgD,CAAC;AACzE,eAAO,MAAM,UAAU,EAAG,MAA0C,CAAC;AACrE,eAAO,MAAM,SAAS,EAAG,MAA2C,CAAC;AACrE,eAAO,MAAM,QAAQ,EAAG,MAAoC,CAAC;AAE7D,eAAO,MAAM,gBAAgB,EAAE,MAAuB,CAAC;AACvD,eAAO,MAAM,aAAa,EAAE,MAAyB,CAAC;AAEtD,eAAO,MAAM,KAAK,EAAE,MAAM,EAYzB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,MAAM,EAY1B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,MAAM,EAMzB,CAAC;AAGF,eAAO,MAAM,YAAY,EAAG,MAAmC,CAAC;AAChE,eAAO,MAAM,YAAY,EAAG,MAAwC,CAAC;AAErE,eAAO,MAAM,QAAQ,EAAE,MAAM,EAO5B,CAAC"}
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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"}
|
|
File without changes
|
|
@@ -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"}
|
|
File without changes
|
|
@@ -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"}
|
|
File without changes
|
|
@@ -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"}
|
|
File without changes
|
|
@@ -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 "
|
|
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"}
|
|
File without changes
|
|
@@ -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 @@
|
|
|
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 @@
|
|
|
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 @@
|
|
|
1
|
+
{"version":3,"file":"ReactComponentState.js","sourceRoot":"","sources":["../../../src/banner/mainReact/ReactComponentState.ts"],"names":[],"mappings":""}
|