@mikezimm/fps-library-v2 1.0.38 → 1.0.39
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 +21 -3
- package/lib/banner/FPSWebPartClass/FPSBaseClass.d.ts +1 -1
- package/lib/banner/FPSWebPartClass/FPSBaseClass.d.ts.map +1 -1
- package/lib/banner/FPSWebPartClass/IThisFPSWebPartClass.d.ts +1 -1
- package/lib/banner/FPSWebPartClass/IThisFPSWebPartClass.d.ts.map +1 -1
- package/lib/banner/FPSWebPartClass/runSuperOnInit.d.ts +1 -1
- package/lib/banner/FPSWebPartClass/runSuperOnInit.d.ts.map +1 -1
- package/lib/banner/FPSWebPartClass/runSuperOnInit.js +1 -1
- package/lib/banner/FPSWebPartClass/runSuperOnInit.js.map +1 -1
- package/lib/banner/bannerX/FetchBannerX.js +1 -1
- package/lib/banner/bannerX/FetchBannerX.js.map +1 -1
- package/lib/banner/components/EasyPages/epTypes.d.ts.map +1 -1
- package/lib/banner/components/EasyPages/epTypes.js +1 -0
- package/lib/banner/components/EasyPages/epTypes.js.map +1 -1
- package/lib/banner/features/Expando/ExpandoPropGroup.d.ts.map +1 -1
- package/lib/banner/features/Expando/ExpandoPropGroup.js +2 -2
- package/lib/banner/features/Expando/ExpandoPropGroup.js.map +1 -1
- package/lib/banner/features/ImportExport/ImportFunctions.js +1 -1
- package/lib/banner/features/ImportExport/ImportFunctions.js.map +1 -1
- package/lib/banner/features/PageStyle/bannerThemes.d.ts +1 -1
- package/lib/banner/features/PageStyle/bannerThemes.d.ts.map +1 -1
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts +2 -2
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts.map +1 -1
- package/lib/common/PropPaneHelp/{pages/PropPaneHelp.d.ts → PropPaneHelp.d.ts} +1 -1
- package/lib/common/PropPaneHelp/PropPaneHelp.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/{pages/PropPaneHelp.js → PropPaneHelp.js} +8 -8
- package/lib/common/PropPaneHelp/PropPaneHelp.js.map +1 -0
- package/lib/common/PropPaneHelp/atoms/InternalNames.d.ts +3 -0
- package/lib/common/PropPaneHelp/atoms/InternalNames.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/atoms/InternalNames.js +3 -0
- package/lib/common/PropPaneHelp/atoms/InternalNames.js.map +1 -0
- package/lib/common/PropPaneHelp/atoms/JSONEdit.d.ts +2 -0
- package/lib/common/PropPaneHelp/atoms/JSONEdit.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/atoms/JSONEdit.js +7 -0
- package/lib/common/PropPaneHelp/atoms/JSONEdit.js.map +1 -0
- package/lib/common/PropPaneHelp/atoms/SeeWiki.d.ts +4 -0
- package/lib/common/PropPaneHelp/atoms/SeeWiki.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/atoms/SeeWiki.js +8 -0
- package/lib/common/PropPaneHelp/atoms/SeeWiki.js.map +1 -0
- package/lib/common/PropPaneHelp/atoms/ValidLanguages.d.ts +2 -0
- package/lib/common/PropPaneHelp/atoms/ValidLanguages.d.ts.map +1 -0
- package/lib/{banner/propPane/ReusableLinks.js → common/PropPaneHelp/atoms/ValidLanguages.js} +1 -6
- package/lib/common/PropPaneHelp/atoms/ValidLanguages.js.map +1 -0
- package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.d.ts +0 -0
- package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.d.ts.map +1 -1
- package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.js +0 -0
- package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.js.map +1 -1
- package/lib/common/PropPaneHelp/pages/Drilldown.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/Drilldown.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/Drilldown.js +22 -0
- package/lib/common/PropPaneHelp/pages/Drilldown.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/ListView.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/ListView.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/ListView.js +22 -0
- package/lib/common/PropPaneHelp/pages/ListView.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.js +18 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.js +18 -0
- package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/Refiners.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/Refiners.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/Refiners.js +18 -0
- package/lib/common/PropPaneHelp/pages/Refiners.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Commands.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/listview/Commands.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Commands.js +198 -0
- package/lib/common/PropPaneHelp/pages/listview/Commands.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/ListPerformance.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/listview/ListPerformance.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/ListPerformance.js +55 -0
- package/lib/common/PropPaneHelp/pages/listview/ListPerformance.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.js +45 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerRules.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerRules.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerRules.js +46 -0
- package/lib/common/PropPaneHelp/pages/listview/RefinerRules.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Stats.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/listview/Stats.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Stats.js +55 -0
- package/lib/common/PropPaneHelp/pages/listview/Stats.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/StringFunctions.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/listview/StringFunctions.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/StringFunctions.js +53 -0
- package/lib/common/PropPaneHelp/pages/listview/StringFunctions.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Users.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/listview/Users.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Users.js +51 -0
- package/lib/common/PropPaneHelp/pages/listview/Users.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Views.d.ts +4 -0
- package/lib/common/PropPaneHelp/pages/listview/Views.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/Views.js +155 -0
- package/lib/common/PropPaneHelp/pages/listview/Views.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.d.ts +2 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.js +12 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.d.ts +3 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.js +35 -0
- package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{Banner.d.ts → standard/Banner.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/Banner.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{Banner.js → standard/Banner.js} +1 -2
- package/lib/common/PropPaneHelp/pages/standard/Banner.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{FPSBasic.d.ts → standard/FPSBasic.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/FPSBasic.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{FPSBasic.js → standard/FPSBasic.js} +1 -2
- package/lib/common/PropPaneHelp/pages/standard/FPSBasic.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{FPSExpand.d.ts → standard/FPSExpand.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/FPSExpand.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{FPSExpand.js → standard/FPSExpand.js} +1 -2
- package/lib/common/PropPaneHelp/pages/standard/FPSExpand.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{Import.d.ts → standard/Import.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/Import.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{Import.js → standard/Import.js} +1 -2
- package/lib/common/PropPaneHelp/pages/standard/Import.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{PinMe.d.ts → standard/PinMe.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/PinMe.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{PinMe.js → standard/PinMe.js} +0 -1
- package/lib/common/PropPaneHelp/pages/standard/PinMe.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{SinglePageApp.d.ts → standard/SinglePageApp.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/SinglePageApp.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{SinglePageApp.js → standard/SinglePageApp.js} +0 -1
- package/lib/common/PropPaneHelp/pages/standard/SinglePageApp.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/{Visitor.d.ts → standard/Visitor.d.ts} +0 -0
- package/lib/common/PropPaneHelp/pages/standard/Visitor.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/pages/{Visitor.js → standard/Visitor.js} +0 -1
- package/lib/common/PropPaneHelp/pages/standard/Visitor.js.map +1 -0
- package/lib/common/PropPaneHelp/pages/zTemplate.js +3 -5
- package/lib/common/PropPaneHelp/pages/zTemplate.js.map +1 -1
- package/lib/common/PropPaneHelp/{ApplyPresets.d.ts → preconfig/ApplyPresets.d.ts} +0 -0
- package/lib/common/PropPaneHelp/preconfig/ApplyPresets.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/{ApplyPresets.js → preconfig/ApplyPresets.js} +0 -0
- package/lib/common/PropPaneHelp/preconfig/ApplyPresets.js.map +1 -0
- package/lib/common/PropPaneHelp/{IPreConfig.d.ts → preconfig/IPreConfig.d.ts} +0 -0
- package/lib/common/PropPaneHelp/preconfig/IPreConfig.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/{IPreConfig.js → preconfig/IPreConfig.js} +0 -0
- package/lib/common/PropPaneHelp/preconfig/IPreConfig.js.map +1 -0
- package/lib/common/PropPaneHelp/{PreConfiguredConstants.d.ts → preconfig/PreConfiguredConstants.d.ts} +0 -0
- package/lib/common/PropPaneHelp/preconfig/PreConfiguredConstants.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/{PreConfiguredConstants.js → preconfig/PreConfiguredConstants.js} +2 -2
- package/lib/common/PropPaneHelp/preconfig/PreConfiguredConstants.js.map +1 -0
- package/lib/common/PropPaneHelp/{pages → preconfig}/SitePresetsInfo.d.ts +1 -1
- package/lib/common/PropPaneHelp/preconfig/SitePresetsInfo.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/{pages → preconfig}/SitePresetsInfo.js +0 -0
- package/lib/common/PropPaneHelp/preconfig/SitePresetsInfo.js.map +1 -0
- package/lib/common/PropPaneHelp/{getThisSitesPreConfigProps.d.ts → preconfig/getThisSitesPreConfigProps.d.ts} +0 -0
- package/lib/common/PropPaneHelp/preconfig/getThisSitesPreConfigProps.d.ts.map +1 -0
- package/lib/common/PropPaneHelp/{getThisSitesPreConfigProps.js → preconfig/getThisSitesPreConfigProps.js} +0 -0
- package/lib/common/PropPaneHelp/preconfig/getThisSitesPreConfigProps.js.map +1 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.d.ts +41 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.d.ts.map +1 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.js +42 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.js.map +1 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.d.ts +39 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.d.ts.map +1 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.js +6 -0
- package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.js.map +1 -0
- package/lib/components/atoms/Elements/confirmDialog.d.ts +11 -0
- package/lib/components/atoms/Elements/confirmDialog.d.ts.map +1 -0
- package/lib/components/atoms/Elements/confirmDialog.js +34 -0
- package/lib/components/atoms/Elements/confirmDialog.js.map +1 -0
- package/lib/components/atoms/Elements/confirmDialogBig.d.ts +14 -0
- package/lib/components/atoms/Elements/confirmDialogBig.d.ts.map +1 -0
- package/lib/components/atoms/Elements/confirmDialogBig.js +30 -0
- package/lib/components/atoms/Elements/confirmDialogBig.js.map +1 -0
- package/lib/components/atoms/Elements/dialogBox.d.ts +0 -22
- package/lib/components/atoms/Elements/dialogBox.d.ts.map +1 -1
- package/lib/components/atoms/Elements/dialogBox.js +0 -56
- package/lib/components/atoms/Elements/dialogBox.js.map +1 -1
- package/lib/components/atoms/Elements/putObjectIntoJSON.d.ts +3 -0
- package/lib/components/atoms/Elements/putObjectIntoJSON.d.ts.map +1 -0
- package/lib/components/atoms/Elements/putObjectIntoJSON.js +7 -0
- package/lib/components/atoms/Elements/putObjectIntoJSON.js.map +1 -0
- package/lib/components/atoms/Links/InternalNames.d.ts +3 -0
- package/lib/components/atoms/Links/InternalNames.d.ts.map +1 -0
- package/lib/components/atoms/Links/InternalNames.js +2 -0
- package/lib/components/atoms/Links/InternalNames.js.map +1 -0
- package/lib/components/interfaces/Drilldown/IDrillItem.d.ts +35 -0
- package/lib/components/interfaces/Drilldown/IDrillItem.d.ts.map +1 -0
- package/lib/components/interfaces/Drilldown/IDrillItem.js +12 -0
- package/lib/components/interfaces/Drilldown/IDrillItem.js.map +1 -0
- package/lib/components/interfaces/Views/IListViews.d.ts +29 -0
- package/lib/components/interfaces/Views/IListViews.d.ts.map +1 -0
- package/lib/components/interfaces/Views/IListViews.js +3 -0
- package/lib/components/interfaces/Views/IListViews.js.map +1 -0
- package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.d.ts +1 -1
- package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.d.ts.map +1 -1
- package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.js +1 -0
- package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.js.map +1 -1
- package/lib/components/molecules/ReactListV1/atoms/detailsList.d.ts +2 -0
- package/lib/components/molecules/ReactListV1/atoms/detailsList.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/atoms/detailsList.js +78 -0
- package/lib/components/molecules/ReactListV1/atoms/detailsList.js.map +1 -0
- package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.d.ts +3 -0
- package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.js +14 -0
- package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.js.map +1 -0
- package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.d.ts +24 -0
- package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.js +31 -0
- package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.js.map +1 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.d.ts +36 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.js +2 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.js.map +1 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsState.d.ts +27 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsState.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsState.js +2 -0
- package/lib/components/molecules/ReactListV1/component/IReactListItemsState.js.map +1 -0
- package/lib/components/molecules/ReactListV1/component/reactListView.d.ts +137 -0
- package/lib/components/molecules/ReactListV1/component/reactListView.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/component/reactListView.js +846 -0
- package/lib/components/molecules/ReactListV1/component/reactListView.js.map +1 -0
- package/lib/components/molecules/ReactListV1/functions/getView.d.ts +7 -0
- package/lib/components/molecules/ReactListV1/functions/getView.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/functions/getView.js +115 -0
- package/lib/components/molecules/ReactListV1/functions/getView.js.map +1 -0
- package/lib/components/molecules/ReactListV1/functions/richHeight.d.ts +2 -0
- package/lib/components/molecules/ReactListV1/functions/richHeight.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/functions/richHeight.js +14 -0
- package/lib/components/molecules/ReactListV1/functions/richHeight.js.map +1 -0
- package/lib/components/molecules/ReactListV1/functions/updateReactListItem.d.ts +8 -0
- package/lib/components/molecules/ReactListV1/functions/updateReactListItem.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/functions/updateReactListItem.js +245 -0
- package/lib/components/molecules/ReactListV1/functions/updateReactListItem.js.map +1 -0
- package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.d.ts +8 -0
- package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.d.ts.map +1 -0
- package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.js +3 -0
- package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.js.map +1 -0
- package/lib/logic/Strings/drillParse/constants.d.ts +2 -0
- package/lib/logic/Strings/drillParse/constants.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/constants.js +2 -0
- package/lib/logic/Strings/drillParse/constants.js.map +1 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.d.ts +3 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.js +70 -0
- package/lib/logic/Strings/drillParse/convertUTCTime.js.map +1 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.d.ts +23 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.js +280 -0
- package/lib/logic/Strings/drillParse/createItemFunctionProp.js.map +1 -0
- package/lib/logic/Strings/drillParse/getWords.d.ts +46 -0
- package/lib/logic/Strings/drillParse/getWords.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/getWords.js +106 -0
- package/lib/logic/Strings/drillParse/getWords.js.map +1 -0
- package/lib/logic/Strings/drillParse/trimAfter.d.ts +17 -0
- package/lib/logic/Strings/drillParse/trimAfter.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/trimAfter.js +54 -0
- package/lib/logic/Strings/drillParse/trimAfter.js.map +1 -0
- package/lib/logic/Strings/drillParse/trimB4.d.ts +19 -0
- package/lib/logic/Strings/drillParse/trimB4.d.ts.map +1 -0
- package/lib/logic/Strings/drillParse/trimB4.js +55 -0
- package/lib/logic/Strings/drillParse/trimB4.js.map +1 -0
- package/lib/logic/Strings/{handleBars.d.ts → handleBarsContext.d.ts} +1 -1
- package/lib/logic/Strings/handleBarsContext.d.ts.map +1 -0
- package/lib/logic/Strings/{handleBars.js → handleBarsContext.js} +1 -1
- package/lib/logic/Strings/handleBarsContext.js.map +1 -0
- package/lib/logic/Strings/handleBarsSub.d.ts +3 -0
- package/lib/logic/Strings/handleBarsSub.d.ts.map +1 -0
- package/lib/logic/Strings/handleBarsSub.js +29 -0
- package/lib/logic/Strings/handleBarsSub.js.map +1 -0
- package/lib/logic/indexes/DOMSearch.d.ts +1 -1
- package/lib/logic/indexes/DOMSearch.d.ts.map +1 -1
- package/lib/logic/indexes/DOMSearch.js +2 -1
- package/lib/logic/indexes/DOMSearch.js.map +1 -1
- package/lib/logic/indexes/StringsIndex.d.ts +1 -1
- package/lib/logic/indexes/StringsIndex.d.ts.map +1 -1
- package/lib/logic/indexes/StringsIndex.js +1 -1
- package/lib/logic/indexes/StringsIndex.js.map +1 -1
- package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.d.ts +6 -4
- package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.d.ts.map +1 -1
- package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.js +4 -3
- package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.js.map +1 -1
- package/lib/pnpjs/Lists/getVX/getFuncV2.d.ts +2 -0
- package/lib/pnpjs/Lists/getVX/getFuncV2.d.ts.map +1 -1
- package/lib/pnpjs/Lists/getVX/getFuncV2.js +2 -0
- package/lib/pnpjs/Lists/getVX/getFuncV2.js.map +1 -1
- package/lib/pnpjs/Lists/getVX/getKeysLike.d.ts +3 -0
- package/lib/pnpjs/Lists/getVX/getKeysLike.d.ts.map +1 -1
- package/lib/pnpjs/Lists/getVX/getKeysLike.js +3 -0
- package/lib/pnpjs/Lists/getVX/getKeysLike.js.map +1 -1
- package/lib/pnpjs/Lists/getVX/getLinkV2.d.ts +3 -0
- package/lib/pnpjs/Lists/getVX/getLinkV2.d.ts.map +1 -1
- package/lib/pnpjs/Lists/getVX/getLinkV2.js +3 -0
- package/lib/pnpjs/Lists/getVX/getLinkV2.js.map +1 -1
- package/lib/pnpjs/Lists/getVX/getSelectV2.d.ts +3 -0
- package/lib/pnpjs/Lists/getVX/getSelectV2.d.ts.map +1 -1
- package/lib/pnpjs/Lists/getVX/getSelectV2.js +3 -0
- package/lib/pnpjs/Lists/getVX/getSelectV2.js.map +1 -1
- package/lib/pnpjs/SourceItems/Interface.d.ts +1 -0
- package/lib/pnpjs/SourceItems/Interface.d.ts.map +1 -1
- package/package.json +3 -2
- package/lib/banner/propPane/ReusableLinks.d.ts +0 -3
- package/lib/banner/propPane/ReusableLinks.d.ts.map +0 -1
- package/lib/banner/propPane/ReusableLinks.js.map +0 -1
- package/lib/common/PropPaneHelp/ApplyPresets.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/ApplyPresets.js.map +0 -1
- package/lib/common/PropPaneHelp/IPreConfig.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/IPreConfig.js.map +0 -1
- package/lib/common/PropPaneHelp/PreConfiguredConstants.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/PreConfiguredConstants.js.map +0 -1
- package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/Banner.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/Banner.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/FPSBasic.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/FPSBasic.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/FPSExpand.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/FPSExpand.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/Import.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/Import.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/PinMe.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/PinMe.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/PropPaneHelp.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/PropPaneHelp.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/SinglePageApp.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/SinglePageApp.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/SitePresetsInfo.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/SitePresetsInfo.js.map +0 -1
- package/lib/common/PropPaneHelp/pages/Visitor.d.ts.map +0 -1
- package/lib/common/PropPaneHelp/pages/Visitor.js.map +0 -1
- package/lib/logic/Strings/handleBars.d.ts.map +0 -1
- package/lib/logic/Strings/handleBars.js.map +0 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { escape } from '@microsoft/sp-lodash-subset';
|
|
3
|
+
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
4
|
+
import { DoNotExpandLinkColumns, DoNotExpandTrimB4, DoNotExpandTrimAfter, DoNotExpandTrimWords, DoNotExpandTrimTimes, DoNotExpandTrimSpecial } from '../../../../pnpjs/Lists/getVX/IGetInterfaceV2';
|
|
5
|
+
const padRight40 = { paddingRight: '40px' };
|
|
6
|
+
export function getHelpStringFunctions() {
|
|
7
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'String Functions' },
|
|
8
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
9
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "String Functions are like calculated columns without the work."),
|
|
10
|
+
React.createElement("div", null,
|
|
11
|
+
"The goal of String functions are to make strings shorter for both ",
|
|
12
|
+
React.createElement("b", null, "refiners"),
|
|
13
|
+
" and ",
|
|
14
|
+
React.createElement("b", null, "views"),
|
|
15
|
+
"."),
|
|
16
|
+
React.createElement("div", null, "Can be applied to columns to modify the values for this webpart - like an ad-hoc calculated column but more."),
|
|
17
|
+
React.createElement("div", null, "For example, lets say you want to show the initials of the Editor (Modified By)"),
|
|
18
|
+
React.createElement("div", null,
|
|
19
|
+
"To get the full name of the editor, use ",
|
|
20
|
+
React.createElement("b", null, "Editor/Title")),
|
|
21
|
+
React.createElement("div", null,
|
|
22
|
+
"To get their initials instead, use ",
|
|
23
|
+
React.createElement("b", null,
|
|
24
|
+
"Editor/Title",
|
|
25
|
+
React.createElement("span", { style: { color: 'green' } }, "/Initials"))),
|
|
26
|
+
React.createElement("div", { style: { display: 'flex' } },
|
|
27
|
+
React.createElement("div", { style: padRight40 },
|
|
28
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Split before character"),
|
|
29
|
+
React.createElement("ul", null, DoNotExpandTrimB4.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
30
|
+
React.createElement("div", { style: padRight40 },
|
|
31
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Split after character"),
|
|
32
|
+
React.createElement("ul", null, DoNotExpandTrimAfter.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
33
|
+
React.createElement("div", { style: padRight40 },
|
|
34
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Words"),
|
|
35
|
+
React.createElement("ul", null, DoNotExpandTrimWords.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
36
|
+
React.createElement("div", { style: padRight40 },
|
|
37
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Initials"),
|
|
38
|
+
React.createElement("ul", null, DoNotExpandTrimSpecial.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
39
|
+
React.createElement("div", null,
|
|
40
|
+
React.createElement("div", { style: padRight40 },
|
|
41
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Link columns"),
|
|
42
|
+
React.createElement("ul", null, DoNotExpandLinkColumns.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))),
|
|
43
|
+
React.createElement("div", { style: padRight40 },
|
|
44
|
+
React.createElement("div", { className: 'fps-pph-topic', title: "These automatically convert to your Local Time" }, "Time columns - LOCAL"),
|
|
45
|
+
React.createElement("ul", null, DoNotExpandTrimTimes.map((rule, idx) => React.createElement("li", { key: idx }, '/' + rule)))))),
|
|
46
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Notes: "),
|
|
47
|
+
React.createElement("div", null, "Words ending in Capital C - the C stands for Characters so FirstWord2C = First 2 characters of the first word"),
|
|
48
|
+
React.createElement("div", null, "Words ending in Capital D - includes digits so InitalsD includes all Initials AND numbers"),
|
|
49
|
+
React.createElement("div", null, escape(`at this time, 'TrimB42ndDot', 'FirstAcronym', 'SecondAcronym' are not implimented :( `)),
|
|
50
|
+
React.createElement("div", null, escape(`Object. : If string column is parsable JSON: ColumnName/Object.propKey to get the value for propKey in Text column called 'ColumnName'`))));
|
|
51
|
+
return WebPartHelpElement;
|
|
52
|
+
}
|
|
53
|
+
//# sourceMappingURL=StringFunctions.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StringFunctions.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/StringFunctions.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Users.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Users.tsx"],"names":[],"mappings":";AAWA,wBAAgB,YAAY,IAAO,GAAG,CAAC,OAAO,CAuC7C"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
3
|
+
const padRight15 = { paddingRight: '15px' };
|
|
4
|
+
// const padRight40: React.CSSProperties = { paddingRight: '40px' };
|
|
5
|
+
const UserColumnRestPropertiesSPO = ['Title', 'Name', 'EMail', 'FirstName', 'UserName', 'ID', 'SipAddress', 'Office', 'Modified', 'Created',];
|
|
6
|
+
const UserColumnRestPropertiesSPONOTWORK = ['MobilePhone', 'Department', 'JobTitle', 'WorkPhone', 'ImnName', 'NameWithPicture', 'NameWithPictureAndDetails', 'ContentTypeDisp',];
|
|
7
|
+
export function getHelpUsers() {
|
|
8
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'Users' },
|
|
9
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
10
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Properties you can get from a Single/Multi User Column."),
|
|
11
|
+
React.createElement("div", { style: { display: 'flex' } },
|
|
12
|
+
React.createElement("div", { style: padRight15 },
|
|
13
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Valid User Props"),
|
|
14
|
+
React.createElement("ul", null, UserColumnRestPropertiesSPO.map((rule, idx) => React.createElement("li", { key: idx }, rule)))),
|
|
15
|
+
React.createElement("div", { style: padRight15 },
|
|
16
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "May not work in SPO"),
|
|
17
|
+
React.createElement("ul", null, UserColumnRestPropertiesSPONOTWORK.map((rule, idx) => React.createElement("li", { key: idx }, rule)))),
|
|
18
|
+
React.createElement("div", null,
|
|
19
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Sample User Props"),
|
|
20
|
+
React.createElement("ul", null,
|
|
21
|
+
React.createElement("li", null,
|
|
22
|
+
React.createElement("b", null, "Title"),
|
|
23
|
+
" ~ John Smith"),
|
|
24
|
+
React.createElement("li", null,
|
|
25
|
+
React.createElement("b", null, "Name"),
|
|
26
|
+
" ~ i:0#.f|membership|john.smith@fps.com"),
|
|
27
|
+
React.createElement("li", null,
|
|
28
|
+
React.createElement("b", null, "EMail"),
|
|
29
|
+
" ~ john.smith@fps.com"),
|
|
30
|
+
React.createElement("li", null,
|
|
31
|
+
React.createElement("b", null, "Office"),
|
|
32
|
+
" ~ Office in Delve"),
|
|
33
|
+
React.createElement("li", null,
|
|
34
|
+
React.createElement("b", null, "ID"),
|
|
35
|
+
" ~ 79"),
|
|
36
|
+
React.createElement("li", null,
|
|
37
|
+
React.createElement("b", null, "FirstName"),
|
|
38
|
+
" ~ John"),
|
|
39
|
+
React.createElement("li", null,
|
|
40
|
+
React.createElement("b", null, "LastName"),
|
|
41
|
+
" ~ Smith"),
|
|
42
|
+
React.createElement("li", null,
|
|
43
|
+
React.createElement("b", null, "UserName"),
|
|
44
|
+
" ~ john.smith@fps.com"),
|
|
45
|
+
React.createElement("li", null,
|
|
46
|
+
React.createElement("b", null, "SipAddress"),
|
|
47
|
+
" ~ john.smith@fps.com")))),
|
|
48
|
+
React.createElement("a", { href: "https://sharepoint.stackexchange.com/a/272687", target: "_blank" }, "source: stack exchange")));
|
|
49
|
+
return WebPartHelpElement;
|
|
50
|
+
}
|
|
51
|
+
//# sourceMappingURL=Users.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Users.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Users.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,MAAM,UAAU,GAAwB,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC;AACjE,oEAAoE;AAEpE,MAAM,2BAA2B,GAAc,CAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,SAAS,EAAG,CAAC;AAC3J,MAAM,kCAAkC,GAAc,CAAE,aAAa,EAAE,YAAY,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,iBAAiB,EAAE,2BAA2B,EAAE,iBAAiB,EAAG,CAAC;AAE9L,MAAM,UAAU,YAAY;IAE1B,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAE,UAAU,EAAG,OAAO;QACzD,6BAAK,SAAS,EAAG,iBAAiB;YAChC,6BAAK,SAAS,EAAG,eAAe,8DAAgE;YAEhG,6BAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;gBAG7B,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,uBAAyB;oBAAA,gCAC/E,2BAA2B,CAAC,GAAG,CAAE,CAAE,IAAa,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CAC9F,CAAM;gBAEb,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,0BAA4B;oBAAA,gCAChF,kCAAkC,CAAC,GAAG,CAAE,CAAE,IAAa,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CACrG,CAAM;gBAEf;oBACE,6BAAK,SAAS,EAAG,eAAe,wBAA0B;oBAC1D;wBACE;4BAAI,uCAAY;4CAAkB;wBAClC;4BAAI,sCAAW;sEAA4C;wBAC3D;4BAAI,uCAAY;oDAA0B;wBAC1C;4BAAI,wCAAa;iDAAuB;wBACxC;4BAAI,oCAAS;oCAAU;wBACvB;4BAAI,2CAAgB;sCAAY;wBAChC;4BAAI,0CAAe;uCAAa;wBAChC;4BAAI,0CAAe;oDAA0B;wBAC7C;4BAAI,4CAAiB;oDAA0B,CAC5C,CACD,CACF;YACN,2BAAG,IAAI,EAAC,+CAA+C,EAAC,MAAM,EAAC,QAAQ,8BAA4B,CAC/F,CACI,CACX;IAED,OAAO,kBAAkB,CAAC;AAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Views.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Views.tsx"],"names":[],"mappings":";AAoCA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AAKvF,wBAAgB,YAAY,CAAG,WAAW,EAAE,mBAAmB,GAAK,GAAG,CAAC,OAAO,CAoF9E"}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
3
|
+
import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
4
|
+
const SampleViewJSON = [
|
|
5
|
+
// https://github.com/mikezimm/drilldown7/issues/161
|
|
6
|
+
{
|
|
7
|
+
"name": "Id",
|
|
8
|
+
"displayName": "Id",
|
|
9
|
+
"minWidth": 20,
|
|
10
|
+
"maxWidth": 35,
|
|
11
|
+
"linkPropertyName": "goToPropsLink"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Author/Title",
|
|
15
|
+
"displayName": "Created by",
|
|
16
|
+
"minWidth": 50
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "FileRef",
|
|
20
|
+
"displayName": "FileLeafRef",
|
|
21
|
+
"maxWidth": 50,
|
|
22
|
+
"linkPropertyName": "goToItemPreview"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "TextColumn",
|
|
26
|
+
"displayName": "Link formula",
|
|
27
|
+
"maxWidth": 50,
|
|
28
|
+
"linkSubstitute": "https://www.google.com/search?q={{Editor/Title}}",
|
|
29
|
+
"textSubstitute": "{{Editor/Title}} was the last to modify this item",
|
|
30
|
+
"showEmptyAsEmpty": true,
|
|
31
|
+
},
|
|
32
|
+
];
|
|
33
|
+
import { PleaseSeeWiki } from '../../atoms/SeeWiki';
|
|
34
|
+
import { LinkFindInternalName } from '../../atoms/InternalNames';
|
|
35
|
+
import { putObjectIntoJSON } from '../../../../components/atoms/Elements/putObjectIntoJSON';
|
|
36
|
+
export function getHelpViews(bannerProps) {
|
|
37
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'Views' },
|
|
38
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
39
|
+
React.createElement("div", null, "Views are how you define your list view in the web part."),
|
|
40
|
+
React.createElement("div", null, "The easiest way to get started, is to unlock our Pre-Configured List definitions in page 1 of properties. Then select one of the pre-configured lists. Or contact your local SharePoint team if you have a good candidate for a company wide template."),
|
|
41
|
+
React.createElement("div", null, "TIP: Enable sync views option in Wide View to copy those settings to all widths"),
|
|
42
|
+
React.createElement("div", { style: { display: 'flex' } },
|
|
43
|
+
React.createElement("div", null,
|
|
44
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Sample view"),
|
|
45
|
+
putObjectIntoJSON(SampleViewJSON)),
|
|
46
|
+
React.createElement("div", null,
|
|
47
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "About view structure"),
|
|
48
|
+
React.createElement("ul", null,
|
|
49
|
+
React.createElement("li", null, "A view definition is an array of view fields."),
|
|
50
|
+
React.createElement("li", null, "A view field defines how you want each column to look."),
|
|
51
|
+
React.createElement("li", null,
|
|
52
|
+
React.createElement("mark", null, "NOTE: "),
|
|
53
|
+
" ",
|
|
54
|
+
React.createElement("b", null, "Quotes"),
|
|
55
|
+
" are required per the example. ",
|
|
56
|
+
React.createElement("br", null),
|
|
57
|
+
"All column names and view properties are ",
|
|
58
|
+
React.createElement("b", null, "Case Sensitive"),
|
|
59
|
+
"!"),
|
|
60
|
+
React.createElement("li", null, "Some common properties of view fields are..."),
|
|
61
|
+
React.createElement("ul", null,
|
|
62
|
+
React.createElement("li", null,
|
|
63
|
+
React.createElement("b", null, "name:"),
|
|
64
|
+
" is the Internal Column name for the field. ",
|
|
65
|
+
LinkFindInternalName),
|
|
66
|
+
React.createElement("li", null,
|
|
67
|
+
React.createElement("b", null, "displayName:"),
|
|
68
|
+
" is the what you want the column heading to show"),
|
|
69
|
+
React.createElement("li", null,
|
|
70
|
+
React.createElement("b", null, "minWidth:"),
|
|
71
|
+
" typically is the number of pixels for minimum column width"),
|
|
72
|
+
React.createElement("li", null,
|
|
73
|
+
React.createElement("b", null, "maxWidth:"),
|
|
74
|
+
" typically is the number of pixels for maximum column width"),
|
|
75
|
+
React.createElement("li", null,
|
|
76
|
+
React.createElement("b", null, "linkPropertyName:"),
|
|
77
|
+
" is the column or property with the Url if you want to have a link"),
|
|
78
|
+
React.createElement("li", null,
|
|
79
|
+
"Typical values you can use in ",
|
|
80
|
+
React.createElement("b", null, "linkPropertyName"),
|
|
81
|
+
" are: FileRef, goToItemPreview, goToItemLink, goToPropsLink"))),
|
|
82
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Advanced View capability"),
|
|
83
|
+
React.createElement("ul", null,
|
|
84
|
+
React.createElement("li", null,
|
|
85
|
+
React.createElement("b", null, "linkSubstitute"),
|
|
86
|
+
" property of a view can calculate the url for a clickable link based on column values.",
|
|
87
|
+
React.createElement("ul", null,
|
|
88
|
+
React.createElement("li", null,
|
|
89
|
+
React.createElement("b", null, `"https://www.google.com/search?q={{Editor/Title}}"`),
|
|
90
|
+
" - Example syntax"),
|
|
91
|
+
React.createElement("li", null,
|
|
92
|
+
React.createElement("b", null, `{{ Editor/Title }}`),
|
|
93
|
+
" - Place Column Name to Subsititue between double curley braces"),
|
|
94
|
+
React.createElement("li", null,
|
|
95
|
+
"Rules of linkSubstitute syntax",
|
|
96
|
+
React.createElement("ol", null,
|
|
97
|
+
React.createElement("li", null,
|
|
98
|
+
"Link formula ",
|
|
99
|
+
React.createElement("b", null,
|
|
100
|
+
"must start with either ",
|
|
101
|
+
`"http" or "/sites/"`),
|
|
102
|
+
" or it will NOT be considered a link."),
|
|
103
|
+
React.createElement("li", null,
|
|
104
|
+
"If the column you select ",
|
|
105
|
+
React.createElement("b", null, "does not have a value"),
|
|
106
|
+
", it will NOT create a link, only show the value from the items view column name."),
|
|
107
|
+
React.createElement("li", null,
|
|
108
|
+
"In the example to left, if the ",
|
|
109
|
+
React.createElement("b", null, "item.Editor/Title"),
|
|
110
|
+
" was empty or not valid, the column will show ",
|
|
111
|
+
React.createElement("b", null, "item.TextColumn"),
|
|
112
|
+
" as a text value."),
|
|
113
|
+
React.createElement("li", null, "Only put single column name between curley braces"),
|
|
114
|
+
React.createElement("li", null, "Can do up to two substitutions in a linkSubstitute"),
|
|
115
|
+
React.createElement("li", null, "Value between the double curley braces must be valid Internal Name"),
|
|
116
|
+
React.createElement("li", null,
|
|
117
|
+
React.createElement("b", null, "String Functions"),
|
|
118
|
+
" syntax on that help tab are also valid"),
|
|
119
|
+
React.createElement("li", null,
|
|
120
|
+
"use ",
|
|
121
|
+
`"showEmptyAsEmpty" = true`,
|
|
122
|
+
" if you do not want any textSubstitute value if a field in the substitution is empty. In this example, if Editor/Title was empty, then no text will show. You can use this to NOT show a link or text if it would not be valid due to incomplete substitution."))))),
|
|
123
|
+
React.createElement("li", null,
|
|
124
|
+
React.createElement("b", null, "textSubstitute"),
|
|
125
|
+
" property of a view can calculate a text value based on column values.",
|
|
126
|
+
React.createElement("ul", null,
|
|
127
|
+
React.createElement("li", null,
|
|
128
|
+
React.createElement("b", null, `"{{Editor/Title}} was the last to modify this item"`),
|
|
129
|
+
" - Example syntax"),
|
|
130
|
+
React.createElement("li", null,
|
|
131
|
+
React.createElement("b", null, `{{ Editor/Title }}`),
|
|
132
|
+
" - Place Column Name to Subsititue between double curley braces"),
|
|
133
|
+
React.createElement("li", null,
|
|
134
|
+
"Rules of textSubstitute syntax",
|
|
135
|
+
React.createElement("ol", null,
|
|
136
|
+
React.createElement("li", null, "Same rules as linkSubstitute except string does NOT have to be considered a link"),
|
|
137
|
+
React.createElement("li", null,
|
|
138
|
+
"If the column you select ",
|
|
139
|
+
React.createElement("b", null, "does not have a value"),
|
|
140
|
+
", it will substitute the column name instead.")))))))),
|
|
141
|
+
PleaseSeeWiki(bannerProps),
|
|
142
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "RichText max-hights"),
|
|
143
|
+
React.createElement("div", null, "This setting lets you adjust the height of multi-line-text fields."),
|
|
144
|
+
React.createElement("div", null, "Enter semi-colon separated numbers for the heights in css em values."),
|
|
145
|
+
React.createElement("div", null,
|
|
146
|
+
"If your view has a multi-line-text field, you will see a hamburger icon ",
|
|
147
|
+
React.createElement(Icon, { iconName: 'CollapseMenu' })),
|
|
148
|
+
React.createElement("div", null, "Click this icon to cycle through your max-heights set in the property pane setting."),
|
|
149
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Auto-Expand Rich text Height"),
|
|
150
|
+
React.createElement("div", null, "This setting over-rides your max-heights when there are only a few items."),
|
|
151
|
+
React.createElement("div", null, "Enter semi-colon separated numbers for maximum rows;max-height per row."),
|
|
152
|
+
React.createElement("div", null, "The default will set max-height any time your list shows 5 or less items. Cool huh?")));
|
|
153
|
+
return WebPartHelpElement;
|
|
154
|
+
}
|
|
155
|
+
//# sourceMappingURL=Views.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Views.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Views.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SampleCharts.d.ts","sourceRoot":"","sources":["../../../../../../src/common/PropPaneHelp/pages/listview/samples/SampleCharts.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,EAAE,GAU1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SampleCharts.js","sourceRoot":"","sources":["../../../../../../src/common/PropPaneHelp/pages/listview/samples/SampleCharts.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,YAAY,GAAQ;IAC/B;QACE,cAAc,EAAE,IAAI;QACpB,OAAO,EAAE,gBAAgB;QACzB,MAAM,EAAE,OAAO;QACf,YAAY,EAAE;YACZ,YAAY;YACZ,uBAAuB;SACxB;KACF;CACF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SampleCommands.d.ts","sourceRoot":"","sources":["../../../../../../src/common/PropPaneHelp/pages/listview/samples/SampleCommands.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc,EAAE,GAwB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,GAQ9B,CAAC"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export const SampleCommands = {
|
|
2
|
+
"buttons": [[{
|
|
3
|
+
"strPrev": "PREVIOUS Choice Value",
|
|
4
|
+
"str1": "In Process",
|
|
5
|
+
"strNext": "NEXT Choice Value",
|
|
6
|
+
"label": "Set to {str1}",
|
|
7
|
+
"primary": false,
|
|
8
|
+
"confirm": "Are you sure you want to Set to {str1}",
|
|
9
|
+
"alert": "We made our updates!",
|
|
10
|
+
"console": "Message to browser console",
|
|
11
|
+
"panelMessage": "Updated item to {str1}",
|
|
12
|
+
"icon": "User",
|
|
13
|
+
"updateItem": {
|
|
14
|
+
"DueDate": "[today+14]",
|
|
15
|
+
"AssignedToId": "[Me]",
|
|
16
|
+
"Status": "{str1}",
|
|
17
|
+
"ReviewDays": 99,
|
|
18
|
+
"Body": "Hi! It's [Today+3] and I'm $MyName$",
|
|
19
|
+
},
|
|
20
|
+
// https://github.com/mikezimm/drilldown7/issues/246
|
|
21
|
+
"showWhenEvalTrue": "item.AssignedToTitle !== sourceUserInfo.Title && item.Status === {strPrev}"
|
|
22
|
+
}
|
|
23
|
+
]],
|
|
24
|
+
"fields": [],
|
|
25
|
+
};
|
|
26
|
+
export const AdvancedCommands = {
|
|
27
|
+
"updateItem": {
|
|
28
|
+
"Comments": "{{append rich stamp require}}",
|
|
29
|
+
// https://github.com/mikezimm/drilldown7/issues/245
|
|
30
|
+
"CaptchaField": "{{captcha=Author/Title?Verify Created By Name}}",
|
|
31
|
+
//https://github.com/mikezimm/drilldown7/issues/244, // https://github.com/mikezimm/drilldown7/issues/246
|
|
32
|
+
"ConditionalDate": "eval( item.TESTCOLUMN===`{str1}` ? `[Today]` : item.TESTCOLUMN===`{strNext}` ? null : item.TESTCOLUMN )",
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
//# sourceMappingURL=SampleCommands.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SampleCommands.js","sourceRoot":"","sources":["../../../../../../src/common/PropPaneHelp/pages/listview/samples/SampleCommands.ts"],"names":[],"mappings":"AACA,MAAM,CAAC,MAAM,cAAc,GAAQ;IACjC,SAAS,EAAE,CAAC,CAAC;gBACX,SAAS,EAAE,uBAAuB;gBAClC,MAAM,EAAE,YAAY;gBACpB,SAAS,EAAE,mBAAmB;gBAC9B,OAAO,EAAE,eAAe;gBACxB,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,wCAAwC;gBACnD,OAAO,EAAE,sBAAsB;gBAC/B,SAAS,EAAE,4BAA4B;gBACvC,cAAc,EAAE,wBAAwB;gBACxC,MAAM,EAAE,MAAM;gBACd,YAAY,EAAE;oBACZ,SAAS,EAAE,YAAY;oBACvB,cAAc,EAAE,MAAM;oBACtB,QAAQ,EAAE,QAAQ;oBAClB,YAAY,EAAE,EAAE;oBAChB,MAAM,EAAE,qCAAqC;iBAC9C;gBACD,oDAAoD;gBACpD,kBAAkB,EAAE,4EAA4E;aACjG;SACA,CAAC;IACF,QAAQ,EAAE,EAAE;CACb,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAQ;IACnC,YAAY,EAAE;QACZ,UAAU,EAAE,+BAA+B;QAC3C,oDAAoD;QACpD,cAAc,EAAE,iDAAiD;QACjE,2GAA2G;QAC3G,iBAAiB,EAAE,yGAAyG;KAC7H;CACF,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Banner.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/Banner.tsx"],"names":[],"mappings":";AAOA,eAAO,MAAM,UAAU,aAyCX,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
3
3
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
4
|
-
import { defaultBannerCommandStyles, } from "
|
|
5
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
4
|
+
import { defaultBannerCommandStyles, } from "../../../commandStyles/defaults";
|
|
6
5
|
export const BannerHelp = React.createElement(PivotItem, { headerText: 'Banner' },
|
|
7
6
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
8
7
|
React.createElement("div", { className: 'fps-pph-topic', style: { textDecoration: 'underline' } }, "FPS Banner - Basics"),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Banner.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/Banner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,GAAG,MAAM,iCAAiC,CAAC;AAExD,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,OAAO,EAAE,0BAA0B,GAAG,MAAM,iCAAiC,CAAC;AAE9E,MAAM,CAAC,MAAM,UAAU,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,QAAQ;IACtD,6BAAK,SAAS,EAAG,iBAAiB;QAClC,6BAAK,SAAS,EAAG,eAAe,EAAG,KAAK,EAAE,EAAE,cAAc,EAAE,WAAW,EAAE,0BAA2B;QACpG,6BAAK,SAAS,EAAG,eAAe,kBAAoB;QACpD,0GAAiF;QAEjF,6BAAK,SAAS,EAAG,eAAe,8BAAgC;QAChE,0EAAiD;QACjD,wFAA+D;QAE/D,6BAAK,SAAS,EAAG,eAAe,4BAA8B;QAC9D,wGAA+E;QAE/E,6BAAK,SAAS,EAAG,eAAe,EAAG,KAAK,EAAE,EAAE,cAAc,EAAE,WAAW,EAAE,8BAA+B;QACxG,6BAAK,SAAS,EAAG,eAAe;;YAA0B,oBAAC,IAAI,IAAC,QAAQ,EAAC,MAAM,GAAE;oBAAW;QAC5F;;YAAkB,oBAAC,IAAI,IAAC,QAAQ,EAAC,MAAM,EAAC,KAAK,EAAG,0BAA0B,GAAI;yDAAgD;QAE9H,6BAAK,SAAS,EAAG,eAAe;;YAA4B,oBAAC,IAAI,IAAC,QAAQ,EAAC,IAAI,GAAE;oBAAW;QAC5F;;YAAkB,oBAAC,IAAI,IAAC,QAAQ,EAAC,IAAI,EAAC,KAAK,EAAG,0BAA0B,GAAI;yDAAgD;QAE5H,6BAAK,SAAS,EAAG,eAAe,wCAA0C;QAC1E,sGAA6E;QAC7E,mMAA0K;QAC1K,iFAAwD;QACxD;YACI,0EAAgD;YAChD,sFAA4D;YAC5D,8EAAoD,CACnD;QAKL,6BAAK,SAAS,EAAG,eAAe,EAAG,KAAK,EAAE,EAAE,cAAc,EAAE,WAAW,EAAE,oBAAqB;QAC9F;YAAK;gBAAM,uCAAY,CAAO;yEAAgE;QAC9F,2GAAkF;QAElF,6BAAK,SAAS,EAAG,eAAe,0BAA4B;QAC5D,sLAA6J,CAEvJ,CACE,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FPSBasic.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/FPSBasic.tsx"],"names":[],"mappings":";AAMA,eAAO,MAAM,YAAY,aAqBb,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
// import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
3
3
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
4
|
-
import { CSSOverRideWarning } from '
|
|
5
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
4
|
+
import { CSSOverRideWarning } from '../../atoms/Warnings';
|
|
6
5
|
export const FPSBasicHelp = React.createElement(PivotItem, { headerText: 'FPS Basic' },
|
|
7
6
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
8
7
|
CSSOverRideWarning,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FPSBasic.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/FPSBasic.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,2DAA2D;AAE3D,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,CAAC,MAAM,YAAY,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,WAAW;IAC3D,6BAAK,SAAS,EAAG,iBAAiB;QAEhC,kBAAkB;QAEpB,6BAAK,SAAS,EAAG,eAAe,wBAA0B;QAC1D,2HAAkG;QAClG,+JAAsI;QAEtI,6BAAK,SAAS,EAAG,eAAe;;YAAgB,2CAAgB;iCAAwB;QACxF,yFAAgE;QAEhE,6BAAK,SAAS,EAAG,eAAe;;YAAgB,wCAAa;iCAAwB;QACrF,4FAAmE;QAEnE,6BAAK,SAAS,EAAG,eAAe,mCAAqC;QACrE,4GAAmF;QACnF;YAAK,4EAAiD,CAAM;QAC5D;YAAK,4CAAoB;;YAAG,2DAAgC;;YAAqD,gEAAqC;qDAA4C,CAE5L,CACE,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FPSExpand.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/FPSExpand.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,aAAa,aA+Bd,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
3
|
-
import { CSSOverRideWarning } from '
|
|
4
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
3
|
+
import { CSSOverRideWarning } from '../../atoms/Warnings';
|
|
5
4
|
export const FPSExpandHelp = React.createElement(PivotItem, { headerText: 'FPS Expand' },
|
|
6
5
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
7
6
|
CSSOverRideWarning,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FPSExpand.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/FPSExpand.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,MAAM,CAAC,MAAM,aAAa,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,YAAY;IAC7D,6BAAK,SAAS,EAAG,iBAAiB;QAEhC,kBAAkB;QAEpB,6BAAK,SAAS,EAAG,eAAe;YAAG,8BAAO;uCAA8B;QACxE;YAAK,8BAAO;4FAAmF;QAE/F,6BAAK,SAAS,EAAG,eAAe;YAAG,8BAAO;gCAAuB;QACjE;YAAK,8BAAO;2DAAkD;QAC9D;YACI,8FAAoE;YACpE,8EAAoD;YACpD,gJAAsH,CACrH;QAEL,6BAAK,SAAS,EAAG,eAAe;YAAG,8BAAO;oCAA2B;QACrE;YAAK,uCAAY;gGAAuF;QACxG;YACI,0EAAgD;YAChD,sFAA4D;YAC5D,8EAAoD,CACnD;QAEL,6BAAK,SAAS,EAAG,eAAe;YAAG,gEAAqC;+CAAsC;QAC9G;YAAK,8BAAO,CAAM;QAElB,6BAAK,SAAS,EAAG,eAAe,cAAgB;QAChD,0FAAiE,CAE3D,CACE,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Import.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/Import.tsx"],"names":[],"mappings":";AAOA,eAAO,MAAM,UAAU,aAeX,CAAC"}
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
3
3
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
4
|
-
import { defaultBannerCommandStyles, } from "
|
|
5
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
4
|
+
import { defaultBannerCommandStyles, } from "../../../commandStyles/defaults";
|
|
6
5
|
export const ImportHelp = React.createElement(PivotItem, { headerText: 'Import' },
|
|
7
6
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
8
7
|
React.createElement("div", { className: 'fps-pph-topic' }, "If Available in this web part..."),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Import.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/Import.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,IAAI,GAAG,MAAM,iCAAiC,CAAC;AAExD,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,OAAO,EAAE,0BAA0B,GAAG,MAAM,iCAAiC,CAAC;AAE9E,MAAM,CAAC,MAAM,UAAU,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,QAAQ;IACtD,6BAAK,SAAS,EAAG,iBAAiB;QAC9B,6BAAK,SAAS,EAAG,eAAe,uCAAyC;QACzE,iHAAwF;QACxF,+DAAsC;QACtC;YACA,qFAA2D;YAC3D;;gBAAyB,oBAAC,IAAI,IAAC,QAAQ,EAAC,QAAQ,EAAC,KAAK,EAAG,0BAA0B,GAAI;gDAAkC;YACzH,mEAAyC;YACzC,0HAAgG;YAChG,8DAAoC;YACpC,kFAAwD,CACnD,CAEH,CACE,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinMe.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/PinMe.tsx"],"names":[],"mappings":";AAKA,eAAO,MAAM,SAAS,aAiBV,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
// import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
3
3
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
4
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
5
4
|
export const PinMeHelp = React.createElement(PivotItem, { headerText: 'Pin Me' },
|
|
6
5
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
7
6
|
React.createElement("div", { className: 'fps-pph-topic' }, "Default Location"),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PinMe.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/PinMe.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,2DAA2D;AAE3D,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,MAAM,CAAC,MAAM,SAAS,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,QAAQ;IACrD,6BAAK,SAAS,EAAG,iBAAiB;QAClC,6BAAK,SAAS,EAAG,eAAe,uBAAyB;QACzD;YACI;gBAAI,2CAAgB;0DAA4C;YAChE;gBAAI,iDAAsB;6EAA+D;YACzF;gBAAI,kDAAuB;wEAA0D,CACnF;QACN,6BAAK,SAAS,EAAG,eAAe,sBAAwB;QACxD;YACI;gBAAI,oDAAyB;4FAA8E;YAC3G;gBAAI,sDAA2B;;gBAC/B,0HAA+F;gBAC/F,wLAA6J,CACxJ,CACH,CACA,CACE,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SinglePageApp.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/SinglePageApp.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,iBAAiB,aAuClB,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
3
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
4
3
|
export const SinglePageAppHelp = React.createElement(PivotItem, { headerText: 'Single Page Apps' },
|
|
5
4
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
6
5
|
React.createElement("div", { className: 'fps-pph-topic' }, "Before you start!"),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SinglePageApp.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/SinglePageApp.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,MAAM,CAAC,MAAM,iBAAiB,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,kBAAkB;IACvE,6BAAK,SAAS,EAAG,iBAAiB;QAElC,6BAAK,SAAS,EAAG,eAAe,wBAA0B;QAE1D,6BAAK,SAAS,EAAG,eAAe,+EAAiF;QACjH;;YAEI;gBACA,kGAAwE;gBACxE;oBACI,8HAAoG,CACnG;gBAEL;;oBAA8B,oDAAyB,CAAK;gBAC5D;oBACI,+FAAqE,CACpE;gBACL;oBAAI,gEAAqC;wDAAsC;gBAC/E;;oBACA,4BAAI,KAAK,EAAE,EAAE,aAAa,EAAE,aAAa,EAAE;wBACvC,6CAAmB;wBACnB,0DAAgC;wBAChC;;4BACA;gCACA,wDAA8B;gCAC9B,oEAA0C;gCAC1C,wDAA8B;gCAC9B,uDAA6B,CACxB,CAAK;wBACV;;4BACA;gCACA,2DAAiC,CAC5B,CAAK,CACT,CAAK;gBACV,mFAAyD,CACpD,CACH,CACA,CACE,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Visitor.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/Visitor.tsx"],"names":[],"mappings":";AAIA,eAAO,MAAM,WAAW,aAyBZ,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
3
|
-
require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
4
3
|
export const VisitorHelp = React.createElement(PivotItem, { headerText: 'Visitor Help' },
|
|
5
4
|
React.createElement("div", { className: 'fps-pph-content' },
|
|
6
5
|
React.createElement("div", { className: 'fps-pph-topic' }, "Full Help Panel Audience"),
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Visitor.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/standard/Visitor.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,MAAM,CAAC,MAAM,WAAW,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,cAAc;IAC7D,6BAAK,SAAS,EAAG,iBAAiB;QAClC,6BAAK,SAAS,EAAG,eAAe,+BAAiC;QACjE;;YAAmD,kDAAuB;6CAAoC;QAC9G,kIAAyG;QAEzG,6BAAK,SAAS,EAAG,eAAe,wBAA0B;QAC1D,yFAAgE;QAEhE,6BAAK,SAAS,EAAG,eAAe,sBAAwB;QACxD,+EAAsD;QAEtD,6BAAK,SAAS,EAAG,eAAe,4BAA8B;QAC9D,oGAA2E;QAE3E,6BAAK,SAAS,EAAG,eAAe,iCAAmC;QACnE,kIAAyG;QAEzG,6BAAK,SAAS,EAAG,eAAe,gCAAkC;QAClE,mGAA0E;QAE1E,6BAAK,SAAS,EAAG,eAAe,uBAAyB;QACzD,qHAA4F,CAEtF,CACE,CAAC"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
// import * as React from 'react';
|
|
2
2
|
// import { Icon, } from 'office-ui-fabric-react/lib/Icon';
|
|
3
|
-
//
|
|
4
|
-
// require('./PropPanelHelp.css');
|
|
3
|
+
// import { escape } from '@microsoft/sp-lodash-subset';
|
|
5
4
|
// import { PivotItem, } from 'office-ui-fabric-react/lib/Pivot';
|
|
6
|
-
//
|
|
7
|
-
//
|
|
8
|
-
// require('@mikezimm/fps-styles/dist/PropPanelHelp.css');
|
|
5
|
+
// const padRight15: React.CSSProperties = { paddingRight: '15px' };
|
|
6
|
+
// const padRight40: React.CSSProperties = { paddingRight: '40px' };
|
|
9
7
|
//# sourceMappingURL=zTemplate.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"zTemplate.js","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/pages/zTemplate.tsx"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,2DAA2D;AAE3D,
|
|
1
|
+
{"version":3,"file":"zTemplate.js","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/pages/zTemplate.tsx"],"names":[],"mappings":"AAAA,kCAAkC;AAClC,2DAA2D;AAE3D,wDAAwD;AAExD,iEAAiE;AAEjE,oEAAoE;AACpE,oEAAoE"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplyPresets.d.ts","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/preconfig/ApplyPresets.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAG1E,wBAAgB,6BAA6B,CAAE,WAAW,EAAE,mBAAmB,EAAG,kBAAkB,EAAE,qBAAqB,EAAE,SAAS,EAAE,GAAG,EAAE,iBAAiB,EAAE,MAAM,uBAkCrK"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApplyPresets.js","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/preconfig/ApplyPresets.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAE1E,MAAM,UAAU,6BAA6B,CAAE,WAAgC,EAAG,kBAAyC,EAAE,SAAc,EAAE,iBAAyB;IAElK,WAAW,GAAG,0BAA0B,CAAE,kBAAkB,EAAE,SAAS,EAAE,iBAAiB,CAAE,CAAC;IAE7F,WAAW,CAAC,OAAO,CAAC,GAAG,CAAE,OAAO,CAAC,EAAE;QAC/B,IAAK,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,OAAO,CAAC,KAAK,EAAG;YACjD,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC;SAExB;aAAM,IAAK,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,SAAS,IAAI,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,IAAI,EAAG,EAAE,8EAA8E;YACpK,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,KAAK,CAAE;YACzC,OAAO,CAAC,MAAM,GAAG,QAAQ,CAAC;SAE7B;IACL,CAAC,CAAC,CAAC;IAEH,WAAW,CAAC,MAAM,CAAC,GAAG,CAAE,OAAO,CAAC,EAAE;QAC9B,IAAK,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,OAAO,CAAC,KAAK,EAAG;YACjD,OAAO,CAAC,MAAM,GAAG,OAAO,CAAC;SAExB;aAAM,IAAK,CAAC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,EAAG;YACvC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,KAAK,CAAE;YACzC,OAAO,CAAC,MAAM,GAAG,QAAQ,CAAC;SAEzB;aAAM,IAAK,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,OAAO,CAAC,KAAK,EAAG;YACxD,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,GAAG,OAAO,CAAC,KAAK,CAAE;YACzC,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;SAE1B;IAEL,CAAC,CAAC,CAAC;IAEH,OAAO,CAAC,GAAG,CAAC,oBAAoB,EAAE,WAAW,CAAE,CAAC;IAChD,OAAO,WAAW,CAAC;AAEvB,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPreConfig.d.ts","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/preconfig/IPreConfig.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,kBAAkB;IAE/B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,GAAG,CAAC;IACX,SAAS,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,MAAM,WAAW,qBAAqB;IAElC,MAAM,EAAE,kBAAkB,EAAE,CAAC;IAC7B,MAAM,EAAE,kBAAkB,EAAE,CAAC;CAChC;AAED,MAAM,MAAM,cAAc,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,IAAI,CAAC;AAC/D,MAAM,WAAW,kBAAkB;IAE/B,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,GAAG,CAAC;IACX,IAAI,EAAE,QAAQ,GAAG,QAAQ,GAAG,KAAK,CAAC;IAClC,MAAM,EAAE,KAAK,GAAI,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,OAAO,GAAG,KAAK,CAAC;IAClE,SAAS,EAAE,cAAc,CAAC;IAC1B,SAAS,CAAC,EAAE,OAAO,CAAC;CAEvB;AAED,MAAM,WAAW,mBAAmB;IAEhC,OAAO,EAAE,kBAAkB,EAAE,CAAC;IAC9B,MAAM,EAAE,kBAAkB,EAAE,CAAC;CAChC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IPreConfig.js","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/preconfig/IPreConfig.ts"],"names":[],"mappings":""}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PreConfiguredConstants.d.ts","sourceRoot":"","sources":["../../../../src/common/PropPaneHelp/preconfig/PreConfiguredConstants.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAG,MAAM,cAAc,CAAC;AAEnD,eAAO,MAAM,eAAe,EAAG,kBA2D9B,CAAC"}
|