@mikezimm/fps-library-v2 1.0.38 → 1.0.40
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 +26 -3
- package/lib/banner/FPSWebPartClass/BuildBannerPropsX2.js +1 -1
- package/lib/banner/FPSWebPartClass/BuildBannerPropsX2.js.map +1 -1
- 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 +2 -2
- 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 +3 -3
- package/lib/banner/FPSWebPartClass/runSuperOnInit.js.map +1 -1
- package/lib/banner/FPSWebPartClass/runWebPartRender.js +1 -1
- package/lib/banner/FPSWebPartClass/runWebPartRender.js.map +1 -1
- package/lib/banner/bannerX/FetchBannerX.js +1 -1
- package/lib/banner/bannerX/FetchBannerX.js.map +1 -1
- package/lib/banner/bannerX/FullPanel.js +1 -1
- package/lib/banner/bannerX/FullPanel.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/components/Gear/CreateKeySiteProps.d.ts +1 -1
- package/lib/banner/components/Gear/CreateKeySiteProps.d.ts.map +1 -1
- package/lib/banner/components/Gear/CreateKeySiteProps.js +1 -1
- package/lib/banner/components/Gear/CreateKeySiteProps.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/FPSDOM/FPSEnviro.js +1 -1
- package/lib/banner/features/FPSDOM/FPSEnviro.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/features/PageStyle/renderCustStyles.d.ts +1 -1
- package/lib/banner/features/PageStyle/renderCustStyles.d.ts.map +1 -1
- package/lib/banner/mainReact/IWebpartBannerProps.d.ts +3 -3
- 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/fps/Window.d.ts +1 -1
- package/lib/common/interfaces/fps/Window.d.ts.map +1 -1
- 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/FieldPanel/components/command/IAccordion.d.ts +1 -1
- package/lib/components/molecules/FieldPanel/components/command/IAccordion.d.ts.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 +218 -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/CommandItems/updateItem.d.ts +24 -0
- package/lib/pnpjs/CommandItems/updateItem.d.ts.map +1 -0
- package/lib/pnpjs/CommandItems/updateItem.js +35 -0
- package/lib/pnpjs/CommandItems/updateItem.js.map +1 -0
- package/lib/pnpjs/Lists/getList/getSourceList.d.ts +21 -0
- package/lib/pnpjs/Lists/getList/getSourceList.d.ts.map +1 -0
- package/lib/pnpjs/Lists/getList/getSourceList.js +26 -0
- package/lib/pnpjs/Lists/getList/getSourceList.js.map +1 -0
- 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/Logging/saveAnalytics.d.ts +1 -1
- package/lib/pnpjs/Logging/saveAnalytics.d.ts.map +1 -1
- package/lib/pnpjs/Logging/saveAnalytics.js +2 -1
- package/lib/pnpjs/Logging/saveAnalytics.js.map +1 -1
- package/lib/pnpjs/Logging/saveErrorToLog.d.ts +1 -1
- package/lib/pnpjs/Logging/saveErrorToLog.d.ts.map +1 -1
- package/lib/pnpjs/SourceItems/Interface.d.ts +2 -1
- package/lib/pnpjs/SourceItems/Interface.d.ts.map +1 -1
- package/lib/pnpjs/SourceItems/getSourceItems.js +2 -2
- package/lib/pnpjs/SourceItems/getSourceItems.js.map +1 -1
- package/lib/pnpjs/Users/interfaces/IEnsureUserInfo.d.ts +3 -2
- package/lib/pnpjs/Users/interfaces/IEnsureUserInfo.d.ts.map +1 -1
- package/lib/pnpjs/Users/interfaces/ISiteUsersInfo.d.ts +3 -2
- package/lib/pnpjs/Users/interfaces/ISiteUsersInfo.d.ts.map +1 -1
- package/lib/pnpjs/Users/interfaces/IUserPermissionsInfo.d.ts +2 -1
- package/lib/pnpjs/Users/interfaces/IUserPermissionsInfo.d.ts.map +1 -1
- package/lib/pnpjs/Users/logic/createIEnsureUserInfo.js +1 -1
- package/lib/pnpjs/Users/logic/createIEnsureUserInfo.js.map +1 -1
- package/lib/pnpjs/Users/logic/createISiteUsersInfoObject.js +1 -1
- package/lib/pnpjs/Users/logic/createISiteUsersInfoObject.js.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,55 @@
|
|
|
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
|
+
const LinkFindInternalName = React.createElement("a", { href: "https://tomriha.com/what-is-sharepoint-column-internal-name-and-where-to-find-it/", target: "_blank" }, "Finding Internal Name of a column");
|
|
5
|
+
export function getHelpListPerformance() {
|
|
6
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'Performance' },
|
|
7
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
8
|
+
React.createElement("div", { className: 'fps-pph-topic' },
|
|
9
|
+
escape(`Performance settings`),
|
|
10
|
+
" on this page require advanced Javascript knowledge"),
|
|
11
|
+
React.createElement("div", null, escape(`Please contact your SharePoint team for assistance :)`)),
|
|
12
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Rest filter to load only specific items"),
|
|
13
|
+
React.createElement("div", null, "Rest filters are applied when the web part fetches the information."),
|
|
14
|
+
React.createElement("div", null, "Pre-filtering the data with a rest filter will improve loading times and reduce data on mobile."),
|
|
15
|
+
React.createElement("div", null,
|
|
16
|
+
"In rest filters, ",
|
|
17
|
+
React.createElement("b", null, escape(`everything is case sensitive`)),
|
|
18
|
+
" and requires using ",
|
|
19
|
+
LinkFindInternalName),
|
|
20
|
+
React.createElement("ul", null,
|
|
21
|
+
React.createElement("li", null, escape(`Status eq '4. Completed' --- Only retrieve items where Status column equals '4. Completed'`)),
|
|
22
|
+
React.createElement("li", null, "Approver eq [Me] --- Only retrieve items where Approver column equals currently logged in user"),
|
|
23
|
+
React.createElement("li", null, "You can combine filters but there are limitations."),
|
|
24
|
+
React.createElement("ul", null,
|
|
25
|
+
React.createElement("li", null, "You CAN NOT filter on more than one User or Lookup column at a time"),
|
|
26
|
+
React.createElement("li", null, "You CAN filter on a User column AND other column types"))),
|
|
27
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Javascript eval"),
|
|
28
|
+
React.createElement("div", null, "Javascript filters are applied after the data is fetched."),
|
|
29
|
+
React.createElement("div", null, "If the result of this eval === true, then the item is shown."),
|
|
30
|
+
React.createElement("div", null, "Only fetched columns can be used in Javascript eval."),
|
|
31
|
+
React.createElement("div", null, escape(`You may need to toggle the 'Get all item props' if a column is not a refiner or on a view.`)),
|
|
32
|
+
React.createElement("div", null, "Having both rest and javascript eval filters allow you to limit what items and refiners you see."),
|
|
33
|
+
React.createElement("div", null,
|
|
34
|
+
"In Javascript eval filters, ",
|
|
35
|
+
React.createElement("b", null, escape(`everything is case sensitive`)),
|
|
36
|
+
" and requires using ",
|
|
37
|
+
LinkFindInternalName),
|
|
38
|
+
React.createElement("ul", null,
|
|
39
|
+
React.createElement("li", null,
|
|
40
|
+
"item.Author",
|
|
41
|
+
React.createElement("b", null, "Id"),
|
|
42
|
+
" === sourceUserInfo.Id || item.Editor",
|
|
43
|
+
React.createElement("b", null, "Id"),
|
|
44
|
+
" === sourceUserInfo.Id"),
|
|
45
|
+
React.createElement("li", null, "The previous example filters items where CreatedBy OR ModifiedBy is the currently logged in user"),
|
|
46
|
+
React.createElement("div", null,
|
|
47
|
+
React.createElement("mark", null,
|
|
48
|
+
React.createElement("b", null, "NOT seeing any items with example?:")),
|
|
49
|
+
" Be sure to add Id after the ",
|
|
50
|
+
React.createElement("b", null, "Internal Column names"),
|
|
51
|
+
"."),
|
|
52
|
+
React.createElement("li", null, escape(`The javascript syntax for an item's User columns is InternalColumName followed by either Id or Title - with no space or .dot.`)))));
|
|
53
|
+
return WebPartHelpElement;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=ListPerformance.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ListPerformance.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/ListPerformance.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAErD,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,MAAM,oBAAoB,GAAG,2BAAG,IAAI,EAAC,mFAAmF,EAAC,MAAM,EAAC,QAAQ,wCAAsC,CAAC;AAE/K,MAAM,UAAU,sBAAsB;IAEpC,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,aAAa;QAC1D,6BAAK,SAAS,EAAG,iBAAiB;YAKhC,6BAAK,SAAS,EAAG,eAAe;gBAAI,MAAM,CAAC,sBAAsB,CAAC;sEAA0D;YAC5H,iCAAM,MAAM,CAAC,uDAAuD,CAAC,CAAO;YAE5E,6BAAK,SAAS,EAAG,eAAe,8CAAgD;YAChF,uGAA8E;YAC9E,mIAA0G;YAC1G;;gBAAsB,+BAAI,MAAM,CAAC,8BAA8B,CAAC,CAAK;;gBAAsB,oBAAoB,CAAQ;YACvH;gBACE,gCAAK,MAAM,CAAC,6FAA6F,CAAC,CAAM;gBAChH,kIAAwG;gBACxG,qFAA2D;gBAC3D;oBACE,sGAA4E;oBAC5E,yFAA+D,CAC5D,CACF;YAEL,6BAAK,SAAS,EAAG,eAAe,sBAAwB;YACxD,6FAAoE;YACpE,gGAAuE;YACvE,wFAA+D;YAC/D,iCAAM,MAAM,CAAC,4FAA4F,CAAC,CAAO;YACjH,oIAA2G;YAC3G;;gBAAiC,+BAAI,MAAM,CAAC,8BAA8B,CAAC,CAAK;;gBAAsB,oBAAoB,CAAQ;YAClI;gBACE;;oBAAe,oCAAS;;oBAAqC,oCAAS;6CAA2B;gBACjG,mIAAyG;gBACzG;oBAAK;wBAAM,qEAA0C,CAAO;;oBAA6B,uDAA4B;wBAAO;gBAC5H,gCAAK,MAAM,CAAC,+HAA+H,CAAC,CAAM,CAC/I,CAED,CACI,CACf;IAED,OAAO,kBAAkB,CAAC;AAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerColumns.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/RefinerColumns.tsx"],"names":[],"mappings":";AAOA,wBAAgB,qBAAqB,IAAO,GAAG,CAAC,OAAO,CA+BtD"}
|
|
@@ -0,0 +1,45 @@
|
|
|
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
|
+
const LinkFindInternalName = React.createElement("a", { href: "https://tomriha.com/what-is-sharepoint-column-internal-name-and-where-to-find-it/", target: "_blank" }, "Finding Internal Name of a column");
|
|
5
|
+
export function getHelpRefinerColumns() {
|
|
6
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'Refiner Columns' },
|
|
7
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
8
|
+
React.createElement("div", { className: 'fps-pph-topic' }, escape(`Setting the Refiner 'Column Value'`)),
|
|
9
|
+
React.createElement("div", null,
|
|
10
|
+
React.createElement("mark", null,
|
|
11
|
+
React.createElement("b", null, "NOTE:")),
|
|
12
|
+
" ColumnNames in this webpart ",
|
|
13
|
+
React.createElement("b", null, "MUST BE Internal Column names"),
|
|
14
|
+
"."),
|
|
15
|
+
React.createElement("div", null,
|
|
16
|
+
React.createElement("b", null, "Internal Column names"),
|
|
17
|
+
" ARE NOT the Column Titles you see. ",
|
|
18
|
+
LinkFindInternalName),
|
|
19
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Simple column types (Text, Date, Number, Single/Multi Select Choice)"),
|
|
20
|
+
React.createElement("div", null,
|
|
21
|
+
React.createElement("b", null, "InternalColumnName"),
|
|
22
|
+
" - Nothing special require for these column types"),
|
|
23
|
+
React.createElement("div", { className: 'fps-pph-topic' }, escape(`User columns (Single/Multi) on the main list (can not be part of lookup column)`)),
|
|
24
|
+
React.createElement("div", null,
|
|
25
|
+
React.createElement("b", null, "UserColumnName/Title"),
|
|
26
|
+
escape(` - /Title shows the person's Name`)),
|
|
27
|
+
React.createElement("div", null, "See the Users tab in this page for more information on using User columns"),
|
|
28
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Lookup columns (Single/Multi) - that are brought in under the LookupColumn"),
|
|
29
|
+
React.createElement("div", null,
|
|
30
|
+
React.createElement("b", null, "LookupColumnName/Title"),
|
|
31
|
+
" - /Title shows the Title field from the lookup item"),
|
|
32
|
+
React.createElement("div", null,
|
|
33
|
+
React.createElement("b", null, "LookupColumnName/OtherField"),
|
|
34
|
+
" - /OtherField is the InternalColumnName of the lookup column from the other list"),
|
|
35
|
+
React.createElement("div", { className: 'fps-pph-topic', style: { textDecoration: 'underline' } }, "Example with real column names"),
|
|
36
|
+
React.createElement("div", { style: { paddingTop: '8px' } }, escape(`Say you have a lookup column like 'CustomerPlant' which has a Title column (Plant name) and Country column (where it is located)`)),
|
|
37
|
+
React.createElement("div", null,
|
|
38
|
+
"To show Customer Plant Title, use ",
|
|
39
|
+
React.createElement("b", null, "CustomerPlant/Title")),
|
|
40
|
+
React.createElement("div", null,
|
|
41
|
+
"To show Customer Plant Country, use ",
|
|
42
|
+
React.createElement("b", null, "CustomerPlant/Country"))));
|
|
43
|
+
return WebPartHelpElement;
|
|
44
|
+
}
|
|
45
|
+
//# sourceMappingURL=RefinerColumns.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerColumns.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/RefinerColumns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAErD,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,MAAM,oBAAoB,GAAG,2BAAG,IAAI,EAAC,mFAAmF,EAAC,MAAM,EAAC,QAAQ,wCAAsC,CAAC;AAE/K,MAAM,UAAU,qBAAqB;IAEnC,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,iBAAiB;QAClE,6BAAK,SAAS,EAAG,iBAAiB;YAChC,6BAAK,SAAS,EAAG,eAAe,IAAI,MAAM,CAAC,oCAAoC,CAAC,CAAO;YACvF;gBAAK;oBAAM,uCAAY,CAAO;;gBAA6B,+DAAoC;oBAAO;YACtG;gBAAK,uDAA4B;;gBAAsC,oBAAoB,CAAQ;YACnG,6BAAK,SAAS,EAAG,eAAe,2EAA6E;YAC7G;gBAAK,oDAAyB;oEAAuD;YAKrF,6BAAK,SAAS,EAAG,eAAe,IAAI,MAAM,CAAC,iFAAiF,CAAC,CAAO;YACpI;gBAAK,sDAA2B;gBAAC,MAAM,CAAC,mCAAmC,CAAC,CAAO;YACnF,6GAAoF;YAEpF,6BAAK,SAAS,EAAG,eAAe,iFAAmF;YACnH;gBAAK,wDAA6B;uEAA0D;YAC5F;gBAAK,6DAAkC;oGAAuF;YAE9H,6BAAK,SAAS,EAAG,eAAe,EAAG,KAAK,EAAE,EAAE,cAAc,EAAE,WAAW,EAAC,qCAAsC;YAC9G,6BAAK,KAAK,EAAE,EAAE,UAAU,EAAE,KAAK,EAAC,IAAG,MAAM,CAAC,kIAAkI,CAAC,CAAO;YACpL;;gBAAuC,qDAA0B,CAAM;YACvE;;gBAAyC,uDAA4B,CAAM,CACvE,CACI,CACX;IAED,OAAO,kBAAkB,CAAC;AAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerRules.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/RefinerRules.tsx"],"names":[],"mappings":";AASA,wBAAgB,mBAAmB,IAAO,GAAG,CAAC,OAAO,CAkCpD"}
|
|
@@ -0,0 +1,46 @@
|
|
|
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 { RefinerRulesStrs, RefinerRulesInts, RefinerRulesNums, RefinerRulesTime, RefinerRulesUser, } from '../../../../components/interfaces/Refiners/IRefiners';
|
|
5
|
+
const padRight15 = { paddingRight: '15px' };
|
|
6
|
+
export function getHelpRefinerRules() {
|
|
7
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'Refiner Rules' },
|
|
8
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
9
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Rules are like calculated columns without the work - Only applies to refiners."),
|
|
10
|
+
React.createElement("div", null,
|
|
11
|
+
React.createElement("b", null, "Example:"),
|
|
12
|
+
" If you have a date column, actual dates or times are not good refiners because they typically will have to many values to choose from.",
|
|
13
|
+
React.createElement("br", null),
|
|
14
|
+
escape(`However if you apply a rule like 'groupByYears', it will bucket all your items into years based on the values in the column.`),
|
|
15
|
+
React.createElement("br", null)),
|
|
16
|
+
React.createElement("div", null,
|
|
17
|
+
React.createElement("b", null, "NOTE:"),
|
|
18
|
+
escape(` The web part only shows refiners based on the items it intially reads in. So in the case of 'groupByYears', `),
|
|
19
|
+
React.createElement("b", null, "you will not see a year if there are no items for that year"),
|
|
20
|
+
"."),
|
|
21
|
+
React.createElement("div", null,
|
|
22
|
+
React.createElement("b", null, "parseBy..."),
|
|
23
|
+
" will take a string column and create Refiners by splitting the string by commas and semi-colons."),
|
|
24
|
+
React.createElement("div", null,
|
|
25
|
+
React.createElement("b", null, "groupBy..."),
|
|
26
|
+
" will take number or date column values and group them into larger buckets."),
|
|
27
|
+
React.createElement("div", null, "Generally speaking, only select one per refiner."),
|
|
28
|
+
React.createElement("div", { style: { display: 'flex' } },
|
|
29
|
+
React.createElement("div", { style: padRight15 },
|
|
30
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Number rules"),
|
|
31
|
+
React.createElement("ul", null, RefinerRulesNums.map((rule, idx) => React.createElement("li", { key: idx }, rule)))),
|
|
32
|
+
React.createElement("div", { style: padRight15 },
|
|
33
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Integer rules"),
|
|
34
|
+
React.createElement("ul", null, RefinerRulesInts.map((rule, idx) => React.createElement("li", { key: idx }, rule)))),
|
|
35
|
+
React.createElement("div", { style: padRight15 },
|
|
36
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "String rules"),
|
|
37
|
+
React.createElement("ul", null, RefinerRulesStrs.map((rule, idx) => React.createElement("li", { key: idx }, rule)))),
|
|
38
|
+
React.createElement("div", { style: padRight15 },
|
|
39
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Time rules"),
|
|
40
|
+
React.createElement("ul", null, RefinerRulesTime.map((rule, idx) => React.createElement("li", { key: idx }, rule)))),
|
|
41
|
+
React.createElement("div", { style: padRight15 },
|
|
42
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "User rules"),
|
|
43
|
+
React.createElement("ul", null, RefinerRulesUser.map((rule, idx) => React.createElement("li", { key: idx }, rule)))))));
|
|
44
|
+
return WebPartHelpElement;
|
|
45
|
+
}
|
|
46
|
+
//# sourceMappingURL=RefinerRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RefinerRules.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/RefinerRules.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAErD,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAE9D,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,gBAAgB,GAAI,MAAM,sDAAsD,CAAC;AAElK,MAAM,UAAU,GAAwB,EAAE,YAAY,EAAE,MAAM,EAAE,CAAC;AAEjE,MAAM,UAAU,mBAAmB;IAEjC,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAC,UAAU,EAAG,eAAe;QAClE,6BAAK,SAAS,EAAG,iBAAiB;YAC9B,6BAAK,SAAS,EAAG,eAAe,qFAAuF;YACvH;gBAAK,0CAAe;;gBAAwI,+BAAK;gBAChK,MAAM,CAAC,8HAA8H,CAAC;gBAAC,+BAAK,CAAM;YACnJ;gBAAK,uCAAY;gBAAC,MAAM,CAAC,gHAAgH,CAAC;gBAAC,6FAAkE;oBAAO;YACpN;gBAAK,4CAAiB;oHAAuG;YAC7H;gBAAK,4CAAiB;8FAAiF;YACvG,oFAA2D;YAC3D,6BAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;gBAC3B,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,mBAAqB;oBAAA,gCAC3E,gBAAgB,CAAC,GAAG,CAAE,CAAE,IAAwB,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CAChG,CAAM;gBACX,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,oBAAsB;oBAAA,gCAC5E,gBAAgB,CAAC,GAAG,CAAE,CAAE,IAAwB,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CAChG,CAAM;gBACX,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,mBAAqB;oBAAA,gCAC3E,gBAAgB,CAAC,GAAG,CAAE,CAAE,IAAwB,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CAChG,CAAM;gBACX,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,iBAAmB;oBAAA,gCACzE,gBAAgB,CAAC,GAAG,CAAE,CAAE,IAAwB,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CAChG,CAAM;gBACX,6BAAK,KAAK,EAAG,UAAU;oBAAG,6BAAK,SAAS,EAAG,eAAe,iBAAmB;oBAAA,gCACzE,gBAAgB,CAAC,GAAG,CAAE,CAAE,IAAwB,EAAE,GAAW,EAAE,EAAE,CAAC,4BAAI,GAAG,EAAG,GAAG,IAAK,IAAI,CAAO,CAAE,CAChG,CAAM,CACT,CACJ,CACI,CACT;IAED,OAAO,kBAAkB,CAAC;AAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Stats.tsx"],"names":[],"mappings":";AAQA,OAAO,EAAE,mBAAmB,EAAE,MAAM,kDAAkD,CAAC;AAIvF,wBAAgB,YAAY,CAAG,WAAW,EAAE,mBAAmB,GAAM,GAAG,CAAC,OAAO,CAkD/E"}
|
|
@@ -0,0 +1,55 @@
|
|
|
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 { putObjectIntoJSON } from '../../../../components/atoms/Elements/putObjectIntoJSON';
|
|
5
|
+
const LinkFindInternalName = React.createElement("a", { href: "https://tomriha.com/what-is-sharepoint-column-internal-name-and-where-to-find-it/", target: "_blank" }, "Finding Internal Name of a column");
|
|
6
|
+
import { SampleCharts } from './samples/SampleCharts';
|
|
7
|
+
import { PleaseSeeWiki } from '../../atoms/SeeWiki';
|
|
8
|
+
export function getHelpStats(bannerProps) {
|
|
9
|
+
const WebPartHelpElement = React.createElement(PivotItem, { headerText: 'Stats' },
|
|
10
|
+
React.createElement("div", { className: 'fps-pph-content' },
|
|
11
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Stats are basic kpi style charts embeded into the webpart"),
|
|
12
|
+
React.createElement("ul", null,
|
|
13
|
+
React.createElement("li", null, "If you want basic KPI charts (like counting items) with little effort, these are for you!"),
|
|
14
|
+
React.createElement("li", null, "These are not intended for anything advanced. Use PowerBI or other alternatives for that."),
|
|
15
|
+
React.createElement("li", null, "Basic Charts include Tiles with Counts, Horizontal Bars, and Paretos"),
|
|
16
|
+
React.createElement("li", null, "They give the end user a simple button to see charts defined in the property pane."),
|
|
17
|
+
React.createElement("li", null, "These require some advanced settings. Please contact the SharePoint team or Join ShareLab to get more information.")),
|
|
18
|
+
React.createElement("div", { style: { display: 'flex' } },
|
|
19
|
+
React.createElement("div", null,
|
|
20
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "Sample Chart property"),
|
|
21
|
+
putObjectIntoJSON(SampleCharts)),
|
|
22
|
+
React.createElement("div", null,
|
|
23
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "About Charts structure"),
|
|
24
|
+
React.createElement("ul", null,
|
|
25
|
+
React.createElement("li", null, "Must follow this minimum structure."),
|
|
26
|
+
React.createElement("li", null, "Charts structure is made up of an array of charts ( even if you only have one )."),
|
|
27
|
+
React.createElement("li", null, "A typical chart is made up of these common properites"),
|
|
28
|
+
React.createElement("ul", null,
|
|
29
|
+
React.createElement("li", null,
|
|
30
|
+
React.createElement("b", null, "primaryField:"),
|
|
31
|
+
" InternalColumnName"),
|
|
32
|
+
React.createElement("li", null,
|
|
33
|
+
React.createElement("b", null, "title:"),
|
|
34
|
+
" Title above the chart"),
|
|
35
|
+
React.createElement("li", null,
|
|
36
|
+
React.createElement("b", null, "stat:"),
|
|
37
|
+
" What math operation you want to do on the primaryField"),
|
|
38
|
+
React.createElement("div", null, escape(`Available stats: 'sum' , 'avg' , 'max' , 'min' , 'count', 'daysAgo' , 'monthsAgo' , 'eval'`)),
|
|
39
|
+
React.createElement("li", null,
|
|
40
|
+
React.createElement("b", null, "chartTypes:"),
|
|
41
|
+
" Differnt types of charts you toggle through when you click on the chart bars."),
|
|
42
|
+
React.createElement("div", null, escape(`Available types: 'pareto-asc' | 'pareto-dec' | 'pareto-labels' | 'stacked-column-labels' | 'stacked-column-dec' | 'stacked-column-asc' | 'kpi-tiles'`)),
|
|
43
|
+
React.createElement("div", null,
|
|
44
|
+
"The best advice for the types is just try some and see what they do ",
|
|
45
|
+
`:)`)),
|
|
46
|
+
React.createElement("div", { className: 'fps-pph-topic' }, "The example shown here will:"),
|
|
47
|
+
React.createElement("ol", null,
|
|
48
|
+
React.createElement("li", null, escape(`get the field called 'Id'`)),
|
|
49
|
+
React.createElement("li", null, "get a count of the items (broken down by your refiner categories)"),
|
|
50
|
+
React.createElement("li", null, "first show a pareto chart decending by the count (highest total count per refiner on top)"),
|
|
51
|
+
React.createElement("li", null, "If you click on a bar in the chart, it will toggle between a pareto chart and a stacked Horizontal bar chart"))))),
|
|
52
|
+
PleaseSeeWiki(bannerProps)));
|
|
53
|
+
return WebPartHelpElement;
|
|
54
|
+
}
|
|
55
|
+
//# sourceMappingURL=Stats.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Stats.js","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/Stats.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,MAAM,EAAE,MAAM,6BAA6B,CAAC;AAErD,OAAO,EAAE,SAAS,GAAG,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAE5F,MAAM,oBAAoB,GAAG,2BAAG,IAAI,EAAC,mFAAmF,EAAC,MAAM,EAAC,QAAQ,wCAAsC,CAAC;AAG/K,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAEpD,MAAM,UAAU,YAAY,CAAG,WAAgC;IAE7D,MAAM,kBAAkB,GAAG,oBAAC,SAAS,IAAE,UAAU,EAAG,OAAO;QACzD,6BAAK,SAAS,EAAG,iBAAiB;YAChC,6BAAK,SAAS,EAAG,eAAe,gEAAkE;YAClG;gBACE,4HAAkG;gBAClG,6HAAmG;gBACnG,uGAA6E;gBAC7E,qHAA2F;gBAC3F,sJAA4H,CACzH;YACL,6BAAK,KAAK,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;gBAC7B;oBACE,6BAAK,SAAS,EAAG,eAAe,4BAA8B;oBAC5D,iBAAiB,CAAE,YAAY,CAAE,CAC/B;gBACN;oBACE,6BAAK,SAAS,EAAG,eAAe,6BAA+B;oBAC/D;wBACE,sEAA4C;wBAC5C,mHAAyF;wBACzF,wFAA8D;wBAC9D;4BACE;gCAAI,+CAAoB;sDAAwB;4BAChD;gCAAI,wCAAa;yDAA2B;4BAC5C;gCAAI,uCAAY;0FAA4D;4BAC5E,iCAAM,MAAM,CAAC,4FAA4F,CAAC,CAAO;4BAEjH;gCAAI,6CAAkB;iHAAmF;4BACzG,iCAAM,MAAM,CAAC,sJAAsJ,CAAC,CAAO;4BAC3K;;gCAA0E,IAAI,CAAO,CAClF;wBACL,6BAAK,SAAS,EAAG,eAAe,mCAAqC;wBACrE;4BACE,gCAAK,MAAM,CAAC,2BAA2B,CAAC,CAAM;4BAC9C,oGAA0E;4BAC1E,4HAAkG;4BAClG,+IAAqH,CAClH,CACF,CACD,CACF;YACJ,aAAa,CAAE,WAAW,CAAE,CAC1B,CACI,CACX;IAED,OAAO,kBAAkB,CAAC;AAE5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StringFunctions.d.ts","sourceRoot":"","sources":["../../../../../src/common/PropPaneHelp/pages/listview/StringFunctions.tsx"],"names":[],"mappings":";AAWA,wBAAgB,sBAAsB,IAAO,GAAG,CAAC,OAAO,CA6CvD"}
|
|
@@ -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"}
|