@mikezimm/fps-library-v2 1.0.37 → 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.
Files changed (338) hide show
  1. package/CHANGELOG.md +27 -5
  2. package/lib/banner/FPSWebPartClass/FPSBaseClass.d.ts +1 -1
  3. package/lib/banner/FPSWebPartClass/FPSBaseClass.d.ts.map +1 -1
  4. package/lib/banner/FPSWebPartClass/IThisFPSWebPartClass.d.ts +1 -1
  5. package/lib/banner/FPSWebPartClass/IThisFPSWebPartClass.d.ts.map +1 -1
  6. package/lib/banner/FPSWebPartClass/runSuperOnInit.d.ts +1 -1
  7. package/lib/banner/FPSWebPartClass/runSuperOnInit.d.ts.map +1 -1
  8. package/lib/banner/FPSWebPartClass/runSuperOnInit.js +1 -1
  9. package/lib/banner/FPSWebPartClass/runSuperOnInit.js.map +1 -1
  10. package/lib/banner/bannerX/FetchBannerX.js +1 -1
  11. package/lib/banner/bannerX/FetchBannerX.js.map +1 -1
  12. package/lib/banner/components/EasyPages/epTypes.d.ts.map +1 -1
  13. package/lib/banner/components/EasyPages/epTypes.js +1 -0
  14. package/lib/banner/components/EasyPages/epTypes.js.map +1 -1
  15. package/lib/banner/features/Expando/ExpandoPropGroup.d.ts.map +1 -1
  16. package/lib/banner/features/Expando/ExpandoPropGroup.js +2 -2
  17. package/lib/banner/features/Expando/ExpandoPropGroup.js.map +1 -1
  18. package/lib/banner/features/ImportExport/IgnoreBlockProps.d.ts.map +1 -1
  19. package/lib/banner/features/ImportExport/IgnoreBlockProps.js +2 -1
  20. package/lib/banner/features/ImportExport/IgnoreBlockProps.js.map +1 -1
  21. package/lib/banner/features/ImportExport/ImportFunctions.js +1 -1
  22. package/lib/banner/features/ImportExport/ImportFunctions.js.map +1 -1
  23. package/lib/banner/features/PageStyle/bannerThemes.d.ts +1 -1
  24. package/lib/banner/features/PageStyle/bannerThemes.d.ts.map +1 -1
  25. package/lib/banner/mainReact/IWebpartBannerProps.d.ts +2 -2
  26. package/lib/banner/mainReact/IWebpartBannerProps.d.ts.map +1 -1
  27. package/lib/common/PropPaneHelp/{pages/PropPaneHelp.d.ts → PropPaneHelp.d.ts} +1 -1
  28. package/lib/common/PropPaneHelp/PropPaneHelp.d.ts.map +1 -0
  29. package/lib/common/PropPaneHelp/{pages/PropPaneHelp.js → PropPaneHelp.js} +8 -8
  30. package/lib/common/PropPaneHelp/PropPaneHelp.js.map +1 -0
  31. package/lib/common/PropPaneHelp/atoms/InternalNames.d.ts +3 -0
  32. package/lib/common/PropPaneHelp/atoms/InternalNames.d.ts.map +1 -0
  33. package/lib/common/PropPaneHelp/atoms/InternalNames.js +3 -0
  34. package/lib/common/PropPaneHelp/atoms/InternalNames.js.map +1 -0
  35. package/lib/common/PropPaneHelp/atoms/JSONEdit.d.ts +2 -0
  36. package/lib/common/PropPaneHelp/atoms/JSONEdit.d.ts.map +1 -0
  37. package/lib/common/PropPaneHelp/atoms/JSONEdit.js +7 -0
  38. package/lib/common/PropPaneHelp/atoms/JSONEdit.js.map +1 -0
  39. package/lib/common/PropPaneHelp/atoms/SeeWiki.d.ts +4 -0
  40. package/lib/common/PropPaneHelp/atoms/SeeWiki.d.ts.map +1 -0
  41. package/lib/common/PropPaneHelp/atoms/SeeWiki.js +8 -0
  42. package/lib/common/PropPaneHelp/atoms/SeeWiki.js.map +1 -0
  43. package/lib/common/PropPaneHelp/atoms/ValidLanguages.d.ts +2 -0
  44. package/lib/common/PropPaneHelp/atoms/ValidLanguages.d.ts.map +1 -0
  45. package/lib/{banner/propPane/ReusableLinks.js → common/PropPaneHelp/atoms/ValidLanguages.js} +1 -6
  46. package/lib/common/PropPaneHelp/atoms/ValidLanguages.js.map +1 -0
  47. package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.d.ts +0 -0
  48. package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.d.ts.map +1 -1
  49. package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.js +0 -0
  50. package/lib/common/PropPaneHelp/{pages → atoms}/Warnings.js.map +1 -1
  51. package/lib/common/PropPaneHelp/pages/Drilldown.d.ts +4 -0
  52. package/lib/common/PropPaneHelp/pages/Drilldown.d.ts.map +1 -0
  53. package/lib/common/PropPaneHelp/pages/Drilldown.js +22 -0
  54. package/lib/common/PropPaneHelp/pages/Drilldown.js.map +1 -0
  55. package/lib/common/PropPaneHelp/pages/ListView.d.ts +4 -0
  56. package/lib/common/PropPaneHelp/pages/ListView.d.ts.map +1 -0
  57. package/lib/common/PropPaneHelp/pages/ListView.js +22 -0
  58. package/lib/common/PropPaneHelp/pages/ListView.js.map +1 -0
  59. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.d.ts +4 -0
  60. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.d.ts.map +1 -0
  61. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.js +18 -0
  62. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy 2.js.map +1 -0
  63. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.d.ts +4 -0
  64. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.d.ts.map +1 -0
  65. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.js +18 -0
  66. package/lib/common/PropPaneHelp/pages/ReactListViewCommands copy.js.map +1 -0
  67. package/lib/common/PropPaneHelp/pages/Refiners.d.ts +4 -0
  68. package/lib/common/PropPaneHelp/pages/Refiners.d.ts.map +1 -0
  69. package/lib/common/PropPaneHelp/pages/Refiners.js +18 -0
  70. package/lib/common/PropPaneHelp/pages/Refiners.js.map +1 -0
  71. package/lib/common/PropPaneHelp/pages/listview/Commands.d.ts +4 -0
  72. package/lib/common/PropPaneHelp/pages/listview/Commands.d.ts.map +1 -0
  73. package/lib/common/PropPaneHelp/pages/listview/Commands.js +198 -0
  74. package/lib/common/PropPaneHelp/pages/listview/Commands.js.map +1 -0
  75. package/lib/common/PropPaneHelp/pages/listview/ListPerformance.d.ts +3 -0
  76. package/lib/common/PropPaneHelp/pages/listview/ListPerformance.d.ts.map +1 -0
  77. package/lib/common/PropPaneHelp/pages/listview/ListPerformance.js +55 -0
  78. package/lib/common/PropPaneHelp/pages/listview/ListPerformance.js.map +1 -0
  79. package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.d.ts +3 -0
  80. package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.d.ts.map +1 -0
  81. package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.js +45 -0
  82. package/lib/common/PropPaneHelp/pages/listview/RefinerColumns.js.map +1 -0
  83. package/lib/common/PropPaneHelp/pages/listview/RefinerRules.d.ts +3 -0
  84. package/lib/common/PropPaneHelp/pages/listview/RefinerRules.d.ts.map +1 -0
  85. package/lib/common/PropPaneHelp/pages/listview/RefinerRules.js +46 -0
  86. package/lib/common/PropPaneHelp/pages/listview/RefinerRules.js.map +1 -0
  87. package/lib/common/PropPaneHelp/pages/listview/Stats.d.ts +4 -0
  88. package/lib/common/PropPaneHelp/pages/listview/Stats.d.ts.map +1 -0
  89. package/lib/common/PropPaneHelp/pages/listview/Stats.js +55 -0
  90. package/lib/common/PropPaneHelp/pages/listview/Stats.js.map +1 -0
  91. package/lib/common/PropPaneHelp/pages/listview/StringFunctions.d.ts +3 -0
  92. package/lib/common/PropPaneHelp/pages/listview/StringFunctions.d.ts.map +1 -0
  93. package/lib/common/PropPaneHelp/pages/listview/StringFunctions.js +53 -0
  94. package/lib/common/PropPaneHelp/pages/listview/StringFunctions.js.map +1 -0
  95. package/lib/common/PropPaneHelp/pages/listview/Users.d.ts +3 -0
  96. package/lib/common/PropPaneHelp/pages/listview/Users.d.ts.map +1 -0
  97. package/lib/common/PropPaneHelp/pages/listview/Users.js +51 -0
  98. package/lib/common/PropPaneHelp/pages/listview/Users.js.map +1 -0
  99. package/lib/common/PropPaneHelp/pages/listview/Views.d.ts +4 -0
  100. package/lib/common/PropPaneHelp/pages/listview/Views.d.ts.map +1 -0
  101. package/lib/common/PropPaneHelp/pages/listview/Views.js +155 -0
  102. package/lib/common/PropPaneHelp/pages/listview/Views.js.map +1 -0
  103. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.d.ts +2 -0
  104. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.d.ts.map +1 -0
  105. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.js +12 -0
  106. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCharts.js.map +1 -0
  107. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.d.ts +3 -0
  108. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.d.ts.map +1 -0
  109. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.js +35 -0
  110. package/lib/common/PropPaneHelp/pages/listview/samples/SampleCommands.js.map +1 -0
  111. package/lib/common/PropPaneHelp/pages/{Banner.d.ts → standard/Banner.d.ts} +0 -0
  112. package/lib/common/PropPaneHelp/pages/standard/Banner.d.ts.map +1 -0
  113. package/lib/common/PropPaneHelp/pages/{Banner.js → standard/Banner.js} +1 -2
  114. package/lib/common/PropPaneHelp/pages/standard/Banner.js.map +1 -0
  115. package/lib/common/PropPaneHelp/pages/{FPSBasic.d.ts → standard/FPSBasic.d.ts} +0 -0
  116. package/lib/common/PropPaneHelp/pages/standard/FPSBasic.d.ts.map +1 -0
  117. package/lib/common/PropPaneHelp/pages/{FPSBasic.js → standard/FPSBasic.js} +1 -2
  118. package/lib/common/PropPaneHelp/pages/standard/FPSBasic.js.map +1 -0
  119. package/lib/common/PropPaneHelp/pages/{FPSExpand.d.ts → standard/FPSExpand.d.ts} +0 -0
  120. package/lib/common/PropPaneHelp/pages/standard/FPSExpand.d.ts.map +1 -0
  121. package/lib/common/PropPaneHelp/pages/{FPSExpand.js → standard/FPSExpand.js} +1 -2
  122. package/lib/common/PropPaneHelp/pages/standard/FPSExpand.js.map +1 -0
  123. package/lib/common/PropPaneHelp/pages/{Import.d.ts → standard/Import.d.ts} +0 -0
  124. package/lib/common/PropPaneHelp/pages/standard/Import.d.ts.map +1 -0
  125. package/lib/common/PropPaneHelp/pages/{Import.js → standard/Import.js} +1 -2
  126. package/lib/common/PropPaneHelp/pages/standard/Import.js.map +1 -0
  127. package/lib/common/PropPaneHelp/pages/{PinMe.d.ts → standard/PinMe.d.ts} +0 -0
  128. package/lib/common/PropPaneHelp/pages/standard/PinMe.d.ts.map +1 -0
  129. package/lib/common/PropPaneHelp/pages/{PinMe.js → standard/PinMe.js} +0 -1
  130. package/lib/common/PropPaneHelp/pages/standard/PinMe.js.map +1 -0
  131. package/lib/common/PropPaneHelp/pages/{SinglePageApp.d.ts → standard/SinglePageApp.d.ts} +0 -0
  132. package/lib/common/PropPaneHelp/pages/standard/SinglePageApp.d.ts.map +1 -0
  133. package/lib/common/PropPaneHelp/pages/{SinglePageApp.js → standard/SinglePageApp.js} +0 -1
  134. package/lib/common/PropPaneHelp/pages/standard/SinglePageApp.js.map +1 -0
  135. package/lib/common/PropPaneHelp/pages/{Visitor.d.ts → standard/Visitor.d.ts} +0 -0
  136. package/lib/common/PropPaneHelp/pages/standard/Visitor.d.ts.map +1 -0
  137. package/lib/common/PropPaneHelp/pages/{Visitor.js → standard/Visitor.js} +0 -1
  138. package/lib/common/PropPaneHelp/pages/standard/Visitor.js.map +1 -0
  139. package/lib/common/PropPaneHelp/pages/zTemplate.js +3 -5
  140. package/lib/common/PropPaneHelp/pages/zTemplate.js.map +1 -1
  141. package/lib/common/PropPaneHelp/{ApplyPresets.d.ts → preconfig/ApplyPresets.d.ts} +0 -0
  142. package/lib/common/PropPaneHelp/preconfig/ApplyPresets.d.ts.map +1 -0
  143. package/lib/common/PropPaneHelp/{ApplyPresets.js → preconfig/ApplyPresets.js} +0 -0
  144. package/lib/common/PropPaneHelp/preconfig/ApplyPresets.js.map +1 -0
  145. package/lib/common/PropPaneHelp/{IPreConfig.d.ts → preconfig/IPreConfig.d.ts} +0 -0
  146. package/lib/common/PropPaneHelp/preconfig/IPreConfig.d.ts.map +1 -0
  147. package/lib/common/PropPaneHelp/{IPreConfig.js → preconfig/IPreConfig.js} +0 -0
  148. package/lib/common/PropPaneHelp/preconfig/IPreConfig.js.map +1 -0
  149. package/lib/common/PropPaneHelp/{PreConfiguredConstants.d.ts → preconfig/PreConfiguredConstants.d.ts} +0 -0
  150. package/lib/common/PropPaneHelp/preconfig/PreConfiguredConstants.d.ts.map +1 -0
  151. package/lib/common/PropPaneHelp/{PreConfiguredConstants.js → preconfig/PreConfiguredConstants.js} +2 -2
  152. package/lib/common/PropPaneHelp/preconfig/PreConfiguredConstants.js.map +1 -0
  153. package/lib/common/PropPaneHelp/{pages → preconfig}/SitePresetsInfo.d.ts +1 -1
  154. package/lib/common/PropPaneHelp/preconfig/SitePresetsInfo.d.ts.map +1 -0
  155. package/lib/common/PropPaneHelp/{pages → preconfig}/SitePresetsInfo.js +0 -0
  156. package/lib/common/PropPaneHelp/preconfig/SitePresetsInfo.js.map +1 -0
  157. package/lib/common/PropPaneHelp/{getThisSitesPreConfigProps.d.ts → preconfig/getThisSitesPreConfigProps.d.ts} +0 -0
  158. package/lib/common/PropPaneHelp/preconfig/getThisSitesPreConfigProps.d.ts.map +1 -0
  159. package/lib/common/PropPaneHelp/{getThisSitesPreConfigProps.js → preconfig/getThisSitesPreConfigProps.js} +0 -0
  160. package/lib/common/PropPaneHelp/preconfig/getThisSitesPreConfigProps.js.map +1 -0
  161. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.d.ts +41 -0
  162. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.d.ts.map +1 -0
  163. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.js +42 -0
  164. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/FieldTypes.js.map +1 -0
  165. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.d.ts +39 -0
  166. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.d.ts.map +1 -0
  167. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.js +6 -0
  168. package/lib/common/interfaces/openSource/pnpsp/@2.14.0/IFieldInfo.js.map +1 -0
  169. package/lib/components/atoms/Elements/confirmDialog.d.ts +11 -0
  170. package/lib/components/atoms/Elements/confirmDialog.d.ts.map +1 -0
  171. package/lib/components/atoms/Elements/confirmDialog.js +34 -0
  172. package/lib/components/atoms/Elements/confirmDialog.js.map +1 -0
  173. package/lib/components/atoms/Elements/confirmDialogBig.d.ts +14 -0
  174. package/lib/components/atoms/Elements/confirmDialogBig.d.ts.map +1 -0
  175. package/lib/components/atoms/Elements/confirmDialogBig.js +30 -0
  176. package/lib/components/atoms/Elements/confirmDialogBig.js.map +1 -0
  177. package/lib/components/atoms/Elements/dialogBox.d.ts +0 -22
  178. package/lib/components/atoms/Elements/dialogBox.d.ts.map +1 -1
  179. package/lib/components/atoms/Elements/dialogBox.js +0 -56
  180. package/lib/components/atoms/Elements/dialogBox.js.map +1 -1
  181. package/lib/components/atoms/Elements/putObjectIntoJSON.d.ts +3 -0
  182. package/lib/components/atoms/Elements/putObjectIntoJSON.d.ts.map +1 -0
  183. package/lib/components/atoms/Elements/putObjectIntoJSON.js +7 -0
  184. package/lib/components/atoms/Elements/putObjectIntoJSON.js.map +1 -0
  185. package/lib/components/atoms/Links/InternalNames.d.ts +3 -0
  186. package/lib/components/atoms/Links/InternalNames.d.ts.map +1 -0
  187. package/lib/components/atoms/Links/InternalNames.js +2 -0
  188. package/lib/components/atoms/Links/InternalNames.js.map +1 -0
  189. package/lib/components/interfaces/Drilldown/IDrillItem.d.ts +35 -0
  190. package/lib/components/interfaces/Drilldown/IDrillItem.d.ts.map +1 -0
  191. package/lib/components/interfaces/Drilldown/IDrillItem.js +12 -0
  192. package/lib/components/interfaces/Drilldown/IDrillItem.js.map +1 -0
  193. package/lib/components/interfaces/Views/IListViews.d.ts +29 -0
  194. package/lib/components/interfaces/Views/IListViews.d.ts.map +1 -0
  195. package/lib/components/interfaces/Views/IListViews.js +3 -0
  196. package/lib/components/interfaces/Views/IListViews.js.map +1 -0
  197. package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.d.ts +1 -1
  198. package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.d.ts.map +1 -1
  199. package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.js +1 -0
  200. package/lib/components/molecules/FieldPanel/components/IFieldPanelHookProps.js.map +1 -1
  201. package/lib/components/molecules/FieldPanel/components/IMinWPFieldPanelProps.d.ts +1 -0
  202. package/lib/components/molecules/FieldPanel/components/IMinWPFieldPanelProps.d.ts.map +1 -1
  203. package/lib/components/molecules/FieldPanel/components/IMinWPFieldPanelProps.js +1 -1
  204. package/lib/components/molecules/FieldPanel/components/IMinWPFieldPanelProps.js.map +1 -1
  205. package/lib/components/molecules/ReactListV1/atoms/detailsList.d.ts +2 -0
  206. package/lib/components/molecules/ReactListV1/atoms/detailsList.d.ts.map +1 -0
  207. package/lib/components/molecules/ReactListV1/atoms/detailsList.js +78 -0
  208. package/lib/components/molecules/ReactListV1/atoms/detailsList.js.map +1 -0
  209. package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.d.ts +3 -0
  210. package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.d.ts.map +1 -0
  211. package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.js +14 -0
  212. package/lib/components/molecules/ReactListV1/atoms/noCommandsInfo.js.map +1 -0
  213. package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.d.ts +24 -0
  214. package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.d.ts.map +1 -0
  215. package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.js +31 -0
  216. package/lib/components/molecules/ReactListV1/atoms/toggleFieldBuilder.js.map +1 -0
  217. package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.d.ts +36 -0
  218. package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.d.ts.map +1 -0
  219. package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.js +2 -0
  220. package/lib/components/molecules/ReactListV1/component/IReactListItemsProps.js.map +1 -0
  221. package/lib/components/molecules/ReactListV1/component/IReactListItemsState.d.ts +27 -0
  222. package/lib/components/molecules/ReactListV1/component/IReactListItemsState.d.ts.map +1 -0
  223. package/lib/components/molecules/ReactListV1/component/IReactListItemsState.js +2 -0
  224. package/lib/components/molecules/ReactListV1/component/IReactListItemsState.js.map +1 -0
  225. package/lib/components/molecules/ReactListV1/component/reactListView.d.ts +137 -0
  226. package/lib/components/molecules/ReactListV1/component/reactListView.d.ts.map +1 -0
  227. package/lib/components/molecules/ReactListV1/component/reactListView.js +846 -0
  228. package/lib/components/molecules/ReactListV1/component/reactListView.js.map +1 -0
  229. package/lib/components/molecules/ReactListV1/functions/getView.d.ts +7 -0
  230. package/lib/components/molecules/ReactListV1/functions/getView.d.ts.map +1 -0
  231. package/lib/components/molecules/ReactListV1/functions/getView.js +115 -0
  232. package/lib/components/molecules/ReactListV1/functions/getView.js.map +1 -0
  233. package/lib/components/molecules/ReactListV1/functions/richHeight.d.ts +2 -0
  234. package/lib/components/molecules/ReactListV1/functions/richHeight.d.ts.map +1 -0
  235. package/lib/components/molecules/ReactListV1/functions/richHeight.js +14 -0
  236. package/lib/components/molecules/ReactListV1/functions/richHeight.js.map +1 -0
  237. package/lib/components/molecules/ReactListV1/functions/updateReactListItem.d.ts +8 -0
  238. package/lib/components/molecules/ReactListV1/functions/updateReactListItem.d.ts.map +1 -0
  239. package/lib/components/molecules/ReactListV1/functions/updateReactListItem.js +245 -0
  240. package/lib/components/molecules/ReactListV1/functions/updateReactListItem.js.map +1 -0
  241. package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.d.ts +8 -0
  242. package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.d.ts.map +1 -0
  243. package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.js +3 -0
  244. package/lib/components/molecules/ReactListV1/interfaces/IViewFieldDD.js.map +1 -0
  245. package/lib/logic/Strings/drillParse/constants.d.ts +2 -0
  246. package/lib/logic/Strings/drillParse/constants.d.ts.map +1 -0
  247. package/lib/logic/Strings/drillParse/constants.js +2 -0
  248. package/lib/logic/Strings/drillParse/constants.js.map +1 -0
  249. package/lib/logic/Strings/drillParse/convertUTCTime.d.ts +3 -0
  250. package/lib/logic/Strings/drillParse/convertUTCTime.d.ts.map +1 -0
  251. package/lib/logic/Strings/drillParse/convertUTCTime.js +70 -0
  252. package/lib/logic/Strings/drillParse/convertUTCTime.js.map +1 -0
  253. package/lib/logic/Strings/drillParse/createItemFunctionProp.d.ts +23 -0
  254. package/lib/logic/Strings/drillParse/createItemFunctionProp.d.ts.map +1 -0
  255. package/lib/logic/Strings/drillParse/createItemFunctionProp.js +280 -0
  256. package/lib/logic/Strings/drillParse/createItemFunctionProp.js.map +1 -0
  257. package/lib/logic/Strings/drillParse/getWords.d.ts +46 -0
  258. package/lib/logic/Strings/drillParse/getWords.d.ts.map +1 -0
  259. package/lib/logic/Strings/drillParse/getWords.js +106 -0
  260. package/lib/logic/Strings/drillParse/getWords.js.map +1 -0
  261. package/lib/logic/Strings/drillParse/trimAfter.d.ts +17 -0
  262. package/lib/logic/Strings/drillParse/trimAfter.d.ts.map +1 -0
  263. package/lib/logic/Strings/drillParse/trimAfter.js +54 -0
  264. package/lib/logic/Strings/drillParse/trimAfter.js.map +1 -0
  265. package/lib/logic/Strings/drillParse/trimB4.d.ts +19 -0
  266. package/lib/logic/Strings/drillParse/trimB4.d.ts.map +1 -0
  267. package/lib/logic/Strings/drillParse/trimB4.js +55 -0
  268. package/lib/logic/Strings/drillParse/trimB4.js.map +1 -0
  269. package/lib/logic/Strings/{handleBars.d.ts → handleBarsContext.d.ts} +1 -1
  270. package/lib/logic/Strings/handleBarsContext.d.ts.map +1 -0
  271. package/lib/logic/Strings/{handleBars.js → handleBarsContext.js} +1 -1
  272. package/lib/logic/Strings/handleBarsContext.js.map +1 -0
  273. package/lib/logic/Strings/handleBarsSub.d.ts +3 -0
  274. package/lib/logic/Strings/handleBarsSub.d.ts.map +1 -0
  275. package/lib/logic/Strings/handleBarsSub.js +29 -0
  276. package/lib/logic/Strings/handleBarsSub.js.map +1 -0
  277. package/lib/logic/indexes/DOMSearch.d.ts +1 -1
  278. package/lib/logic/indexes/DOMSearch.d.ts.map +1 -1
  279. package/lib/logic/indexes/DOMSearch.js +2 -1
  280. package/lib/logic/indexes/DOMSearch.js.map +1 -1
  281. package/lib/logic/indexes/StringsIndex.d.ts +1 -1
  282. package/lib/logic/indexes/StringsIndex.d.ts.map +1 -1
  283. package/lib/logic/indexes/StringsIndex.js +1 -1
  284. package/lib/logic/indexes/StringsIndex.js.map +1 -1
  285. package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.d.ts +6 -4
  286. package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.d.ts.map +1 -1
  287. package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.js +4 -3
  288. package/lib/pnpjs/Lists/getVX/IGetInterfaceV2.js.map +1 -1
  289. package/lib/pnpjs/Lists/getVX/getFuncV2.d.ts +2 -0
  290. package/lib/pnpjs/Lists/getVX/getFuncV2.d.ts.map +1 -1
  291. package/lib/pnpjs/Lists/getVX/getFuncV2.js +2 -0
  292. package/lib/pnpjs/Lists/getVX/getFuncV2.js.map +1 -1
  293. package/lib/pnpjs/Lists/getVX/getKeysLike.d.ts +3 -0
  294. package/lib/pnpjs/Lists/getVX/getKeysLike.d.ts.map +1 -1
  295. package/lib/pnpjs/Lists/getVX/getKeysLike.js +3 -0
  296. package/lib/pnpjs/Lists/getVX/getKeysLike.js.map +1 -1
  297. package/lib/pnpjs/Lists/getVX/getLinkV2.d.ts +3 -0
  298. package/lib/pnpjs/Lists/getVX/getLinkV2.d.ts.map +1 -1
  299. package/lib/pnpjs/Lists/getVX/getLinkV2.js +3 -0
  300. package/lib/pnpjs/Lists/getVX/getLinkV2.js.map +1 -1
  301. package/lib/pnpjs/Lists/getVX/getSelectV2.d.ts +3 -0
  302. package/lib/pnpjs/Lists/getVX/getSelectV2.d.ts.map +1 -1
  303. package/lib/pnpjs/Lists/getVX/getSelectV2.js +3 -0
  304. package/lib/pnpjs/Lists/getVX/getSelectV2.js.map +1 -1
  305. package/lib/pnpjs/SourceItems/Interface.d.ts +1 -0
  306. package/lib/pnpjs/SourceItems/Interface.d.ts.map +1 -1
  307. package/package.json +4 -3
  308. package/lib/banner/propPane/ReusableLinks.d.ts +0 -3
  309. package/lib/banner/propPane/ReusableLinks.d.ts.map +0 -1
  310. package/lib/banner/propPane/ReusableLinks.js.map +0 -1
  311. package/lib/common/PropPaneHelp/ApplyPresets.d.ts.map +0 -1
  312. package/lib/common/PropPaneHelp/ApplyPresets.js.map +0 -1
  313. package/lib/common/PropPaneHelp/IPreConfig.d.ts.map +0 -1
  314. package/lib/common/PropPaneHelp/IPreConfig.js.map +0 -1
  315. package/lib/common/PropPaneHelp/PreConfiguredConstants.d.ts.map +0 -1
  316. package/lib/common/PropPaneHelp/PreConfiguredConstants.js.map +0 -1
  317. package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.d.ts.map +0 -1
  318. package/lib/common/PropPaneHelp/getThisSitesPreConfigProps.js.map +0 -1
  319. package/lib/common/PropPaneHelp/pages/Banner.d.ts.map +0 -1
  320. package/lib/common/PropPaneHelp/pages/Banner.js.map +0 -1
  321. package/lib/common/PropPaneHelp/pages/FPSBasic.d.ts.map +0 -1
  322. package/lib/common/PropPaneHelp/pages/FPSBasic.js.map +0 -1
  323. package/lib/common/PropPaneHelp/pages/FPSExpand.d.ts.map +0 -1
  324. package/lib/common/PropPaneHelp/pages/FPSExpand.js.map +0 -1
  325. package/lib/common/PropPaneHelp/pages/Import.d.ts.map +0 -1
  326. package/lib/common/PropPaneHelp/pages/Import.js.map +0 -1
  327. package/lib/common/PropPaneHelp/pages/PinMe.d.ts.map +0 -1
  328. package/lib/common/PropPaneHelp/pages/PinMe.js.map +0 -1
  329. package/lib/common/PropPaneHelp/pages/PropPaneHelp.d.ts.map +0 -1
  330. package/lib/common/PropPaneHelp/pages/PropPaneHelp.js.map +0 -1
  331. package/lib/common/PropPaneHelp/pages/SinglePageApp.d.ts.map +0 -1
  332. package/lib/common/PropPaneHelp/pages/SinglePageApp.js.map +0 -1
  333. package/lib/common/PropPaneHelp/pages/SitePresetsInfo.d.ts.map +0 -1
  334. package/lib/common/PropPaneHelp/pages/SitePresetsInfo.js.map +0 -1
  335. package/lib/common/PropPaneHelp/pages/Visitor.d.ts.map +0 -1
  336. package/lib/common/PropPaneHelp/pages/Visitor.js.map +0 -1
  337. package/lib/logic/Strings/handleBars.d.ts.map +0 -1
  338. 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
+ 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,3 @@
1
+ /// <reference types="react" />
2
+ export declare function getHelpStringFunctions(): JSX.Element;
3
+ //# sourceMappingURL=StringFunctions.d.ts.map
@@ -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,3 @@
1
+ /// <reference types="react" />
2
+ export declare function getHelpUsers(): JSX.Element;
3
+ //# sourceMappingURL=Users.d.ts.map
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ import { IWebpartBannerProps } from '../../../../banner/mainReact/IWebpartBannerProps';
3
+ export declare function getHelpViews(bannerProps: IWebpartBannerProps): JSX.Element;
4
+ //# sourceMappingURL=Views.d.ts.map
@@ -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,2 @@
1
+ export declare const SampleCharts: any;
2
+ //# sourceMappingURL=SampleCharts.d.ts.map
@@ -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,12 @@
1
+ export const SampleCharts = [
2
+ {
3
+ "primaryField": "Id",
4
+ "title": "Count of items",
5
+ "stat": "count",
6
+ "chartTypes": [
7
+ "pareto-dec",
8
+ "stacked-column-labels"
9
+ ]
10
+ }
11
+ ];
12
+ //# sourceMappingURL=SampleCharts.js.map
@@ -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,3 @@
1
+ export declare const SampleCommands: any;
2
+ export declare const AdvancedCommands: any;
3
+ //# sourceMappingURL=SampleCommands.d.ts.map
@@ -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"}
@@ -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 "../../commandStyles/defaults";
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"}
@@ -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 './Warnings';
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"}
@@ -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 './Warnings';
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"}
@@ -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 "../../commandStyles/defaults";
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"}
@@ -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"}
@@ -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"}
@@ -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"}