@pega/react-sdk-components 0.23.12 → 0.23.13

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 (960) hide show
  1. package/lib/bridge/helpers/sdk_component_map.d.ts.map +1 -1
  2. package/lib/bridge/helpers/sdk_component_map.js +0 -91
  3. package/lib/bridge/helpers/sdk_component_map.js.map +1 -1
  4. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts +13 -0
  5. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -0
  6. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +124 -0
  7. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -0
  8. package/lib/components/designSystemExtension/CaseSummaryFields/index.d.ts.map +1 -0
  9. package/lib/components/designSystemExtension/CaseSummaryFields/index.js.map +1 -0
  10. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -0
  11. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +106 -0
  12. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -0
  13. package/lib/components/designSystemExtension/DetailsFields/index.d.ts.map +1 -0
  14. package/lib/components/designSystemExtension/DetailsFields/index.js.map +1 -0
  15. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -0
  16. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -0
  17. package/lib/components/designSystemExtension/FieldGroup/index.d.ts.map +1 -0
  18. package/lib/components/designSystemExtension/FieldGroup/index.js.map +1 -0
  19. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts.map +1 -0
  20. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -0
  21. package/lib/components/designSystemExtension/FieldGroupList/index.d.ts.map +1 -0
  22. package/lib/components/designSystemExtension/FieldGroupList/index.js.map +1 -0
  23. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -0
  24. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -0
  25. package/lib/components/designSystemExtension/FieldValueList/index.d.ts.map +1 -0
  26. package/lib/components/designSystemExtension/FieldValueList/index.js.map +1 -0
  27. package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -0
  28. package/lib/components/designSystemExtension/Operator/Operator.js +155 -0
  29. package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -0
  30. package/lib/components/designSystemExtension/Operator/index.d.ts.map +1 -0
  31. package/lib/components/designSystemExtension/Operator/index.js.map +1 -0
  32. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -0
  33. package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -0
  34. package/lib/components/designSystemExtension/Pulse/index.d.ts.map +1 -0
  35. package/lib/components/designSystemExtension/Pulse/index.js.map +1 -0
  36. package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -0
  37. package/lib/components/field/AutoComplete/AutoComplete.js +140 -0
  38. package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -0
  39. package/lib/components/field/AutoComplete/index.d.ts.map +1 -0
  40. package/lib/components/field/AutoComplete/index.js.map +1 -0
  41. package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -0
  42. package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -0
  43. package/lib/components/field/CancelAlert/index.d.ts.map +1 -0
  44. package/lib/components/field/CancelAlert/index.js.map +1 -0
  45. package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -0
  46. package/lib/components/field/Checkbox/Checkbox.js +41 -0
  47. package/lib/components/field/Checkbox/Checkbox.js.map +1 -0
  48. package/lib/components/field/Checkbox/index.d.ts.map +1 -0
  49. package/lib/components/field/Checkbox/index.js.map +1 -0
  50. package/lib/components/field/Currency/Currency.d.ts.map +1 -0
  51. package/lib/components/field/Currency/Currency.js +46 -0
  52. package/lib/components/field/Currency/Currency.js.map +1 -0
  53. package/lib/components/field/Currency/index.d.ts.map +1 -0
  54. package/lib/components/field/Currency/index.js.map +1 -0
  55. package/lib/components/field/Date/Date.d.ts.map +1 -0
  56. package/lib/components/field/Date/Date.js +36 -0
  57. package/lib/components/field/Date/Date.js.map +1 -0
  58. package/lib/components/field/Date/index.d.ts.map +1 -0
  59. package/lib/components/field/Date/index.js.map +1 -0
  60. package/lib/components/field/DateTime/DateTime.d.ts.map +1 -0
  61. package/lib/components/field/DateTime/DateTime.js +35 -0
  62. package/lib/components/field/DateTime/DateTime.js.map +1 -0
  63. package/lib/components/field/DateTime/index.d.ts.map +1 -0
  64. package/lib/components/field/DateTime/index.js.map +1 -0
  65. package/lib/components/field/Decimal/Decimal.d.ts.map +1 -0
  66. package/lib/components/field/Decimal/Decimal.js +19 -0
  67. package/lib/components/field/Decimal/Decimal.js.map +1 -0
  68. package/lib/components/field/Decimal/index.d.ts.map +1 -0
  69. package/lib/components/field/Decimal/index.js.map +1 -0
  70. package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -0
  71. package/lib/components/field/Dropdown/Dropdown.js +41 -0
  72. package/lib/components/field/Dropdown/Dropdown.js.map +1 -0
  73. package/lib/components/field/Dropdown/index.d.ts.map +1 -0
  74. package/lib/components/field/Dropdown/index.js.map +1 -0
  75. package/lib/components/field/Email/Email.d.ts.map +1 -0
  76. package/lib/components/field/Email/Email.js +28 -0
  77. package/lib/components/field/Email/Email.js.map +1 -0
  78. package/lib/components/field/Email/index.d.ts.map +1 -0
  79. package/lib/components/field/Email/index.js.map +1 -0
  80. package/lib/components/field/Integer/Integer.d.ts.map +1 -0
  81. package/lib/components/field/Integer/Integer.js +37 -0
  82. package/lib/components/field/Integer/Integer.js.map +1 -0
  83. package/lib/components/field/Integer/index.d.ts.map +1 -0
  84. package/lib/components/field/Integer/index.js.map +1 -0
  85. package/lib/components/field/Percentage/Percentage.d.ts.map +1 -0
  86. package/lib/components/field/Percentage/Percentage.js +42 -0
  87. package/lib/components/field/Percentage/Percentage.js.map +1 -0
  88. package/lib/components/field/Percentage/index.d.ts.map +1 -0
  89. package/lib/components/field/Percentage/index.js.map +1 -0
  90. package/lib/components/field/Phone/Phone.d.ts.map +1 -0
  91. package/lib/components/field/Phone/Phone.js +36 -0
  92. package/lib/components/field/Phone/Phone.js.map +1 -0
  93. package/lib/components/field/Phone/index.d.ts.map +1 -0
  94. package/lib/components/field/Phone/index.js.map +1 -0
  95. package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -0
  96. package/lib/components/field/RadioButtons/RadioButtons.js +40 -0
  97. package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -0
  98. package/lib/components/field/RadioButtons/index.d.ts.map +1 -0
  99. package/lib/components/field/RadioButtons/index.js.map +1 -0
  100. package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -0
  101. package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -0
  102. package/lib/components/field/SemanticLink/index.d.ts.map +1 -0
  103. package/lib/components/field/SemanticLink/index.js.map +1 -0
  104. package/lib/components/field/SemanticLink/utils.d.ts.map +1 -0
  105. package/lib/components/field/SemanticLink/utils.js.map +1 -0
  106. package/lib/components/field/TextArea/TextArea.d.ts.map +1 -0
  107. package/lib/components/field/TextArea/TextArea.js +26 -0
  108. package/lib/components/field/TextArea/TextArea.js.map +1 -0
  109. package/lib/components/field/TextArea/index.d.ts.map +1 -0
  110. package/lib/components/field/TextArea/index.js.map +1 -0
  111. package/lib/components/field/TextContent/TextContent.d.ts.map +1 -0
  112. package/lib/components/field/TextContent/TextContent.js.map +1 -0
  113. package/lib/components/field/TextContent/index.d.ts.map +1 -0
  114. package/lib/components/field/TextContent/index.js.map +1 -0
  115. package/lib/components/field/TextInput/TextInput.d.ts.map +1 -0
  116. package/lib/components/field/TextInput/TextInput.js +24 -0
  117. package/lib/components/field/TextInput/TextInput.js.map +1 -0
  118. package/lib/components/field/TextInput/index.d.ts.map +1 -0
  119. package/lib/components/field/TextInput/index.js.map +1 -0
  120. package/lib/components/field/Time/Time.d.ts.map +1 -0
  121. package/lib/components/field/Time/Time.js +34 -0
  122. package/lib/components/field/Time/Time.js.map +1 -0
  123. package/lib/components/field/Time/index.d.ts.map +1 -0
  124. package/lib/components/field/Time/index.js.map +1 -0
  125. package/lib/components/field/URL/URL.d.ts.map +1 -0
  126. package/lib/components/field/URL/URL.js +22 -0
  127. package/lib/components/field/URL/URL.js.map +1 -0
  128. package/lib/components/field/URL/index.d.ts.map +1 -0
  129. package/lib/components/field/URL/index.js.map +1 -0
  130. package/lib/components/field/UserReference/UserReference.d.ts.map +1 -0
  131. package/lib/components/field/UserReference/UserReference.js.map +1 -0
  132. package/lib/components/field/UserReference/UserReferenceUtils.d.ts.map +1 -0
  133. package/lib/components/field/UserReference/UserReferenceUtils.js.map +1 -0
  134. package/lib/components/field/UserReference/index.d.ts.map +1 -0
  135. package/lib/components/field/UserReference/index.js.map +1 -0
  136. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +1 -1
  137. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
  138. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +1 -1
  139. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
  140. package/lib/components/infra/View/View.js +1 -1
  141. package/lib/components/infra/View/View.js.map +1 -1
  142. package/lib/components/template/AppShell/AppShell.d.ts.map +1 -0
  143. package/lib/components/template/AppShell/AppShell.js.map +1 -0
  144. package/lib/components/template/AppShell/index.d.ts.map +1 -0
  145. package/lib/components/template/AppShell/index.js.map +1 -0
  146. package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -0
  147. package/lib/components/template/CaseSummary/CaseSummary.js +40 -0
  148. package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -0
  149. package/lib/components/template/CaseSummary/index.d.ts.map +1 -0
  150. package/lib/components/template/CaseSummary/index.js.map +1 -0
  151. package/lib/components/template/CaseView/CaseView.d.ts.map +1 -0
  152. package/lib/components/template/CaseView/CaseView.js.map +1 -0
  153. package/lib/components/template/CaseView/index.d.ts.map +1 -0
  154. package/lib/components/template/CaseView/index.js.map +1 -0
  155. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -0
  156. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -0
  157. package/lib/components/template/CaseViewActionsMenu/index.d.ts.map +1 -0
  158. package/lib/components/template/CaseViewActionsMenu/index.js.map +1 -0
  159. package/lib/components/template/DataReference/DataReference.d.ts.map +1 -0
  160. package/lib/components/template/DataReference/DataReference.js.map +1 -0
  161. package/lib/components/template/DataReference/index.d.ts.map +1 -0
  162. package/lib/components/template/DataReference/index.js.map +1 -0
  163. package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -0
  164. package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -0
  165. package/lib/components/template/DefaultForm/index.d.ts.map +1 -0
  166. package/lib/components/template/DefaultForm/index.js.map +1 -0
  167. package/lib/components/template/Details/Details/Details.d.ts.map +1 -0
  168. package/lib/components/template/Details/Details/Details.js +26 -0
  169. package/lib/components/template/Details/Details/Details.js.map +1 -0
  170. package/lib/components/template/Details/Details/index.d.ts.map +1 -0
  171. package/lib/components/template/Details/Details/index.js.map +1 -0
  172. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -0
  173. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -0
  174. package/lib/components/template/Details/DetailsSubTabs/index.d.ts.map +1 -0
  175. package/lib/components/template/Details/DetailsSubTabs/index.js.map +1 -0
  176. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -0
  177. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +34 -0
  178. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -0
  179. package/lib/components/template/Details/DetailsThreeColumn/index.d.ts.map +1 -0
  180. package/lib/components/template/Details/DetailsThreeColumn/index.js.map +1 -0
  181. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -0
  182. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +32 -0
  183. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -0
  184. package/lib/components/template/Details/DetailsTwoColumn/index.d.ts.map +1 -0
  185. package/lib/components/template/Details/DetailsTwoColumn/index.js.map +1 -0
  186. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -0
  187. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +78 -0
  188. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -0
  189. package/lib/components/template/FieldGroupTemplate/index.d.ts.map +1 -0
  190. package/lib/components/template/FieldGroupTemplate/index.js.map +1 -0
  191. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -0
  192. package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -0
  193. package/lib/components/template/InlineDashboard/index.d.ts.map +1 -0
  194. package/lib/components/template/InlineDashboard/index.js.map +1 -0
  195. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -0
  196. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -0
  197. package/lib/components/template/InlineDashboardPage/index.d.ts.map +1 -0
  198. package/lib/components/template/InlineDashboardPage/index.js.map +1 -0
  199. package/lib/components/template/ListPage/ListPage.d.ts.map +1 -0
  200. package/lib/components/template/ListPage/ListPage.js.map +1 -0
  201. package/lib/components/template/ListPage/index.d.ts.map +1 -0
  202. package/lib/components/template/ListPage/index.js.map +1 -0
  203. package/lib/components/template/ListView/ListView.d.ts.map +1 -0
  204. package/lib/components/template/ListView/ListView.js +868 -0
  205. package/lib/components/template/ListView/ListView.js.map +1 -0
  206. package/lib/components/template/ListView/index.d.ts.map +1 -0
  207. package/lib/components/template/ListView/index.js.map +1 -0
  208. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -0
  209. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -0
  210. package/lib/components/template/MultiReferenceReadOnly/index.d.ts.map +1 -0
  211. package/lib/components/template/MultiReferenceReadOnly/index.js.map +1 -0
  212. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -0
  213. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -0
  214. package/lib/components/template/NarrowWide/NarrowWide/index.d.ts.map +1 -0
  215. package/lib/components/template/NarrowWide/NarrowWide/index.js.map +1 -0
  216. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -0
  217. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +35 -0
  218. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -0
  219. package/lib/components/template/NarrowWide/NarrowWideDetails/index.d.ts.map +1 -0
  220. package/lib/components/template/NarrowWide/NarrowWideDetails/index.js.map +1 -0
  221. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -0
  222. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -0
  223. package/lib/components/template/NarrowWide/NarrowWideForm/index.d.ts.map +1 -0
  224. package/lib/components/template/NarrowWide/NarrowWideForm/index.js.map +1 -0
  225. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -0
  226. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -0
  227. package/lib/components/template/NarrowWide/NarrowWidePage/index.d.ts.map +1 -0
  228. package/lib/components/template/NarrowWide/NarrowWidePage/index.js.map +1 -0
  229. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -0
  230. package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -0
  231. package/lib/components/template/OneColumn/OneColumn/index.d.ts.map +1 -0
  232. package/lib/components/template/OneColumn/OneColumn/index.js.map +1 -0
  233. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -0
  234. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -0
  235. package/lib/components/template/OneColumn/OneColumnPage/index.d.ts.map +1 -0
  236. package/lib/components/template/OneColumn/OneColumnPage/index.js.map +1 -0
  237. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -0
  238. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -0
  239. package/lib/components/template/OneColumn/OneColumnTab/index.d.ts.map +1 -0
  240. package/lib/components/template/OneColumn/OneColumnTab/index.js.map +1 -0
  241. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +18 -0
  242. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -0
  243. package/lib/components/template/PromotedFilters/PromotedFilters.js +131 -0
  244. package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -0
  245. package/lib/components/template/PromotedFilters/index.d.ts.map +1 -0
  246. package/lib/components/template/PromotedFilters/index.js.map +1 -0
  247. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -0
  248. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +26 -0
  249. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -0
  250. package/lib/components/template/SimpleTable/SimpleTable/index.d.ts.map +1 -0
  251. package/lib/components/template/SimpleTable/SimpleTable/index.js.map +1 -0
  252. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -0
  253. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -0
  254. package/lib/components/template/SimpleTable/SimpleTableManual/index.d.ts.map +1 -0
  255. package/lib/components/template/SimpleTable/SimpleTableManual/index.js.map +1 -0
  256. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -0
  257. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +105 -0
  258. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -0
  259. package/lib/components/template/SimpleTable/SimpleTableSelect/index.d.ts.map +1 -0
  260. package/lib/components/template/SimpleTable/SimpleTableSelect/index.js.map +1 -0
  261. package/lib/components/template/SimpleTable/simpleTableHelpers.d.ts.map +1 -0
  262. package/lib/components/template/SimpleTable/simpleTableHelpers.js.map +1 -0
  263. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -0
  264. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -0
  265. package/lib/components/template/SingleReferenceReadOnly/index.d.ts.map +1 -0
  266. package/lib/components/template/SingleReferenceReadOnly/index.js.map +1 -0
  267. package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -0
  268. package/lib/components/template/SubTabs/SubTabs.js.map +1 -0
  269. package/lib/components/template/SubTabs/index.d.ts.map +1 -0
  270. package/lib/components/template/SubTabs/index.js.map +1 -0
  271. package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -0
  272. package/lib/components/template/SubTabs/tabUtils.js.map +1 -0
  273. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -0
  274. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -0
  275. package/lib/components/template/TwoColumn/TwoColumn/index.d.ts.map +1 -0
  276. package/lib/components/template/TwoColumn/TwoColumn/index.js.map +1 -0
  277. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -0
  278. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -0
  279. package/lib/components/template/TwoColumn/TwoColumnPage/index.d.ts.map +1 -0
  280. package/lib/components/template/TwoColumn/TwoColumnPage/index.js.map +1 -0
  281. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -0
  282. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -0
  283. package/lib/components/template/TwoColumn/TwoColumnTab/index.d.ts.map +1 -0
  284. package/lib/components/template/TwoColumn/TwoColumnTab/index.js.map +1 -0
  285. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -0
  286. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -0
  287. package/lib/components/template/WideNarrow/WideNarrow/index.d.ts.map +1 -0
  288. package/lib/components/template/WideNarrow/WideNarrow/index.js.map +1 -0
  289. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -0
  290. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +35 -0
  291. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -0
  292. package/lib/components/template/WideNarrow/WideNarrowDetails/index.d.ts.map +1 -0
  293. package/lib/components/template/WideNarrow/WideNarrowDetails/index.js.map +1 -0
  294. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -0
  295. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -0
  296. package/lib/components/template/WideNarrow/WideNarrowForm/index.d.ts.map +1 -0
  297. package/lib/components/template/WideNarrow/WideNarrowForm/index.js.map +1 -0
  298. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -0
  299. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -0
  300. package/lib/components/template/WideNarrow/WideNarrowPage/index.d.ts.map +1 -0
  301. package/lib/components/template/WideNarrow/WideNarrowPage/index.js.map +1 -0
  302. package/lib/components/template/utils.d.ts.map +1 -0
  303. package/lib/components/template/utils.js +22 -0
  304. package/lib/components/template/utils.js.map +1 -0
  305. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -0
  306. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -0
  307. package/lib/components/widget/AppAnnouncement/index.d.ts.map +1 -0
  308. package/lib/components/widget/AppAnnouncement/index.js.map +1 -0
  309. package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -0
  310. package/lib/components/widget/Attachment/Attachment.js +370 -0
  311. package/lib/components/widget/Attachment/Attachment.js.map +1 -0
  312. package/lib/components/widget/Attachment/index.d.ts.map +1 -0
  313. package/lib/components/widget/Attachment/index.js.map +1 -0
  314. package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -0
  315. package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -0
  316. package/lib/components/widget/CaseHistory/index.d.ts.map +1 -0
  317. package/lib/components/widget/CaseHistory/index.js.map +1 -0
  318. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -0
  319. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -0
  320. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/index.d.ts.map +1 -0
  321. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/index.js.map +1 -0
  322. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -0
  323. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -0
  324. package/lib/components/widget/FileUtility/FileUtility/index.d.ts.map +1 -0
  325. package/lib/components/widget/FileUtility/FileUtility/index.js.map +1 -0
  326. package/lib/components/widget/Followers/Followers.d.ts.map +1 -0
  327. package/lib/components/widget/Followers/Followers.js.map +1 -0
  328. package/lib/components/widget/Followers/index.d.ts.map +1 -0
  329. package/lib/components/widget/Followers/index.js.map +1 -0
  330. package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -0
  331. package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -0
  332. package/lib/components/widget/SummaryItem/index.d.ts.map +1 -0
  333. package/lib/components/widget/SummaryItem/index.js.map +1 -0
  334. package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -0
  335. package/lib/components/widget/SummaryList/SummaryList.js.map +1 -0
  336. package/lib/components/widget/SummaryList/index.d.ts.map +1 -0
  337. package/lib/components/widget/SummaryList/index.js.map +1 -0
  338. package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -0
  339. package/lib/components/widget/ToDo/ToDo.js.map +1 -0
  340. package/lib/components/widget/ToDo/index.d.ts.map +1 -0
  341. package/lib/components/widget/ToDo/index.js.map +1 -0
  342. package/lib/components_map.js +61 -61
  343. package/lib/components_map.js.map +1 -1
  344. package/lib/sdk-pega-component-map.d.ts +84 -84
  345. package/lib/sdk-pega-component-map.js +84 -84
  346. package/lib/sdk-pega-component-map.js.map +1 -1
  347. package/package.json +1 -1
  348. package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.d.ts +0 -13
  349. package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.d.ts.map +0 -1
  350. package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.js +0 -102
  351. package/lib/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.js.map +0 -1
  352. package/lib/components/designSystemExtensions/CaseSummaryFields/index.d.ts.map +0 -1
  353. package/lib/components/designSystemExtensions/CaseSummaryFields/index.js.map +0 -1
  354. package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.d.ts.map +0 -1
  355. package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.js +0 -106
  356. package/lib/components/designSystemExtensions/DetailsFields/DetailsFields.js.map +0 -1
  357. package/lib/components/designSystemExtensions/DetailsFields/index.d.ts.map +0 -1
  358. package/lib/components/designSystemExtensions/DetailsFields/index.js.map +0 -1
  359. package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.d.ts.map +0 -1
  360. package/lib/components/designSystemExtensions/FieldGroup/FieldGroup.js.map +0 -1
  361. package/lib/components/designSystemExtensions/FieldGroup/index.d.ts.map +0 -1
  362. package/lib/components/designSystemExtensions/FieldGroup/index.js.map +0 -1
  363. package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.d.ts.map +0 -1
  364. package/lib/components/designSystemExtensions/FieldGroupList/FieldGroupList.js.map +0 -1
  365. package/lib/components/designSystemExtensions/FieldGroupList/index.d.ts.map +0 -1
  366. package/lib/components/designSystemExtensions/FieldGroupList/index.js.map +0 -1
  367. package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.d.ts.map +0 -1
  368. package/lib/components/designSystemExtensions/FieldValueList/FieldValueList.js.map +0 -1
  369. package/lib/components/designSystemExtensions/FieldValueList/index.d.ts.map +0 -1
  370. package/lib/components/designSystemExtensions/FieldValueList/index.js.map +0 -1
  371. package/lib/components/designSystemExtensions/Operator/Operator.d.ts.map +0 -1
  372. package/lib/components/designSystemExtensions/Operator/Operator.js +0 -154
  373. package/lib/components/designSystemExtensions/Operator/Operator.js.map +0 -1
  374. package/lib/components/designSystemExtensions/Operator/index.d.ts.map +0 -1
  375. package/lib/components/designSystemExtensions/Operator/index.js.map +0 -1
  376. package/lib/components/designSystemExtensions/Pulse/Pulse.d.ts.map +0 -1
  377. package/lib/components/designSystemExtensions/Pulse/Pulse.js.map +0 -1
  378. package/lib/components/designSystemExtensions/Pulse/index.d.ts.map +0 -1
  379. package/lib/components/designSystemExtensions/Pulse/index.js.map +0 -1
  380. package/lib/components/forms/AutoComplete/AutoComplete.d.ts.map +0 -1
  381. package/lib/components/forms/AutoComplete/AutoComplete.js +0 -133
  382. package/lib/components/forms/AutoComplete/AutoComplete.js.map +0 -1
  383. package/lib/components/forms/AutoComplete/index.d.ts.map +0 -1
  384. package/lib/components/forms/AutoComplete/index.js.map +0 -1
  385. package/lib/components/forms/CancelAlert/CancelAlert.d.ts.map +0 -1
  386. package/lib/components/forms/CancelAlert/CancelAlert.js.map +0 -1
  387. package/lib/components/forms/CancelAlert/index.d.ts.map +0 -1
  388. package/lib/components/forms/CancelAlert/index.js.map +0 -1
  389. package/lib/components/forms/Checkbox/Checkbox.d.ts.map +0 -1
  390. package/lib/components/forms/Checkbox/Checkbox.js +0 -34
  391. package/lib/components/forms/Checkbox/Checkbox.js.map +0 -1
  392. package/lib/components/forms/Checkbox/index.d.ts.map +0 -1
  393. package/lib/components/forms/Checkbox/index.js.map +0 -1
  394. package/lib/components/forms/Currency/Currency.d.ts.map +0 -1
  395. package/lib/components/forms/Currency/Currency.js +0 -46
  396. package/lib/components/forms/Currency/Currency.js.map +0 -1
  397. package/lib/components/forms/Currency/index.d.ts.map +0 -1
  398. package/lib/components/forms/Currency/index.js.map +0 -1
  399. package/lib/components/forms/Date/Date.d.ts.map +0 -1
  400. package/lib/components/forms/Date/Date.js +0 -36
  401. package/lib/components/forms/Date/Date.js.map +0 -1
  402. package/lib/components/forms/Date/index.d.ts.map +0 -1
  403. package/lib/components/forms/Date/index.js.map +0 -1
  404. package/lib/components/forms/DateTime/DateTime.d.ts.map +0 -1
  405. package/lib/components/forms/DateTime/DateTime.js +0 -35
  406. package/lib/components/forms/DateTime/DateTime.js.map +0 -1
  407. package/lib/components/forms/DateTime/index.d.ts.map +0 -1
  408. package/lib/components/forms/DateTime/index.js.map +0 -1
  409. package/lib/components/forms/Decimal/Decimal.d.ts.map +0 -1
  410. package/lib/components/forms/Decimal/Decimal.js +0 -19
  411. package/lib/components/forms/Decimal/Decimal.js.map +0 -1
  412. package/lib/components/forms/Decimal/index.d.ts.map +0 -1
  413. package/lib/components/forms/Decimal/index.js.map +0 -1
  414. package/lib/components/forms/Dropdown/Dropdown.d.ts.map +0 -1
  415. package/lib/components/forms/Dropdown/Dropdown.js +0 -34
  416. package/lib/components/forms/Dropdown/Dropdown.js.map +0 -1
  417. package/lib/components/forms/Dropdown/index.d.ts.map +0 -1
  418. package/lib/components/forms/Dropdown/index.js.map +0 -1
  419. package/lib/components/forms/Email/Email.d.ts.map +0 -1
  420. package/lib/components/forms/Email/Email.js +0 -28
  421. package/lib/components/forms/Email/Email.js.map +0 -1
  422. package/lib/components/forms/Email/index.d.ts.map +0 -1
  423. package/lib/components/forms/Email/index.js.map +0 -1
  424. package/lib/components/forms/Integer/Integer.d.ts.map +0 -1
  425. package/lib/components/forms/Integer/Integer.js +0 -37
  426. package/lib/components/forms/Integer/Integer.js.map +0 -1
  427. package/lib/components/forms/Integer/index.d.ts.map +0 -1
  428. package/lib/components/forms/Integer/index.js.map +0 -1
  429. package/lib/components/forms/Percentage/Percentage.d.ts.map +0 -1
  430. package/lib/components/forms/Percentage/Percentage.js +0 -42
  431. package/lib/components/forms/Percentage/Percentage.js.map +0 -1
  432. package/lib/components/forms/Percentage/index.d.ts.map +0 -1
  433. package/lib/components/forms/Percentage/index.js.map +0 -1
  434. package/lib/components/forms/Phone/Phone.d.ts.map +0 -1
  435. package/lib/components/forms/Phone/Phone.js +0 -36
  436. package/lib/components/forms/Phone/Phone.js.map +0 -1
  437. package/lib/components/forms/Phone/index.d.ts.map +0 -1
  438. package/lib/components/forms/Phone/index.js.map +0 -1
  439. package/lib/components/forms/RadioButtons/RadioButtons.d.ts.map +0 -1
  440. package/lib/components/forms/RadioButtons/RadioButtons.js +0 -33
  441. package/lib/components/forms/RadioButtons/RadioButtons.js.map +0 -1
  442. package/lib/components/forms/RadioButtons/index.d.ts.map +0 -1
  443. package/lib/components/forms/RadioButtons/index.js.map +0 -1
  444. package/lib/components/forms/SemanticLink/SemanticLink.d.ts.map +0 -1
  445. package/lib/components/forms/SemanticLink/SemanticLink.js.map +0 -1
  446. package/lib/components/forms/SemanticLink/index.d.ts.map +0 -1
  447. package/lib/components/forms/SemanticLink/index.js.map +0 -1
  448. package/lib/components/forms/SemanticLink/utils.d.ts.map +0 -1
  449. package/lib/components/forms/SemanticLink/utils.js.map +0 -1
  450. package/lib/components/forms/TextArea/TextArea.d.ts.map +0 -1
  451. package/lib/components/forms/TextArea/TextArea.js +0 -26
  452. package/lib/components/forms/TextArea/TextArea.js.map +0 -1
  453. package/lib/components/forms/TextArea/index.d.ts.map +0 -1
  454. package/lib/components/forms/TextArea/index.js.map +0 -1
  455. package/lib/components/forms/TextContent/TextContent.d.ts.map +0 -1
  456. package/lib/components/forms/TextContent/TextContent.js.map +0 -1
  457. package/lib/components/forms/TextContent/index.d.ts.map +0 -1
  458. package/lib/components/forms/TextContent/index.js.map +0 -1
  459. package/lib/components/forms/TextInput/TextInput.d.ts.map +0 -1
  460. package/lib/components/forms/TextInput/TextInput.js +0 -24
  461. package/lib/components/forms/TextInput/TextInput.js.map +0 -1
  462. package/lib/components/forms/TextInput/index.d.ts.map +0 -1
  463. package/lib/components/forms/TextInput/index.js.map +0 -1
  464. package/lib/components/forms/Time/Time.d.ts.map +0 -1
  465. package/lib/components/forms/Time/Time.js +0 -34
  466. package/lib/components/forms/Time/Time.js.map +0 -1
  467. package/lib/components/forms/Time/index.d.ts.map +0 -1
  468. package/lib/components/forms/Time/index.js.map +0 -1
  469. package/lib/components/forms/URL/URL.d.ts.map +0 -1
  470. package/lib/components/forms/URL/URL.js +0 -22
  471. package/lib/components/forms/URL/URL.js.map +0 -1
  472. package/lib/components/forms/URL/index.d.ts.map +0 -1
  473. package/lib/components/forms/URL/index.js.map +0 -1
  474. package/lib/components/forms/UserReference/UserReference.d.ts.map +0 -1
  475. package/lib/components/forms/UserReference/UserReference.js.map +0 -1
  476. package/lib/components/forms/UserReference/UserReferenceUtils.d.ts.map +0 -1
  477. package/lib/components/forms/UserReference/UserReferenceUtils.js.map +0 -1
  478. package/lib/components/forms/UserReference/index.d.ts.map +0 -1
  479. package/lib/components/forms/UserReference/index.js.map +0 -1
  480. package/lib/components/templates/AppShell/AppShell.d.ts.map +0 -1
  481. package/lib/components/templates/AppShell/AppShell.js.map +0 -1
  482. package/lib/components/templates/AppShell/index.d.ts.map +0 -1
  483. package/lib/components/templates/AppShell/index.js.map +0 -1
  484. package/lib/components/templates/CaseSummary/CaseSummary.d.ts.map +0 -1
  485. package/lib/components/templates/CaseSummary/CaseSummary.js +0 -40
  486. package/lib/components/templates/CaseSummary/CaseSummary.js.map +0 -1
  487. package/lib/components/templates/CaseSummary/index.d.ts.map +0 -1
  488. package/lib/components/templates/CaseSummary/index.js.map +0 -1
  489. package/lib/components/templates/CaseView/CaseView.d.ts.map +0 -1
  490. package/lib/components/templates/CaseView/CaseView.js.map +0 -1
  491. package/lib/components/templates/CaseView/index.d.ts.map +0 -1
  492. package/lib/components/templates/CaseView/index.js.map +0 -1
  493. package/lib/components/templates/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +0 -1
  494. package/lib/components/templates/CaseViewActionsMenu/CaseViewActionsMenu.js.map +0 -1
  495. package/lib/components/templates/CaseViewActionsMenu/index.d.ts.map +0 -1
  496. package/lib/components/templates/CaseViewActionsMenu/index.js.map +0 -1
  497. package/lib/components/templates/DataReference/DataReference.d.ts.map +0 -1
  498. package/lib/components/templates/DataReference/DataReference.js.map +0 -1
  499. package/lib/components/templates/DataReference/index.d.ts.map +0 -1
  500. package/lib/components/templates/DataReference/index.js.map +0 -1
  501. package/lib/components/templates/DefaultForm/DefaultForm.d.ts.map +0 -1
  502. package/lib/components/templates/DefaultForm/DefaultForm.js.map +0 -1
  503. package/lib/components/templates/DefaultForm/index.d.ts.map +0 -1
  504. package/lib/components/templates/DefaultForm/index.js.map +0 -1
  505. package/lib/components/templates/Details/Details/Details.d.ts.map +0 -1
  506. package/lib/components/templates/Details/Details/Details.js +0 -26
  507. package/lib/components/templates/Details/Details/Details.js.map +0 -1
  508. package/lib/components/templates/Details/Details/index.d.ts.map +0 -1
  509. package/lib/components/templates/Details/Details/index.js.map +0 -1
  510. package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +0 -1
  511. package/lib/components/templates/Details/DetailsSubTabs/DetailsSubTabs.js.map +0 -1
  512. package/lib/components/templates/Details/DetailsSubTabs/index.d.ts.map +0 -1
  513. package/lib/components/templates/Details/DetailsSubTabs/index.js.map +0 -1
  514. package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +0 -1
  515. package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.js +0 -34
  516. package/lib/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +0 -1
  517. package/lib/components/templates/Details/DetailsThreeColumn/index.d.ts.map +0 -1
  518. package/lib/components/templates/Details/DetailsThreeColumn/index.js.map +0 -1
  519. package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +0 -1
  520. package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.js +0 -32
  521. package/lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +0 -1
  522. package/lib/components/templates/Details/DetailsTwoColumn/index.d.ts.map +0 -1
  523. package/lib/components/templates/Details/DetailsTwoColumn/index.js.map +0 -1
  524. package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +0 -1
  525. package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.js +0 -78
  526. package/lib/components/templates/FieldGroupTemplate/FieldGroupTemplate.js.map +0 -1
  527. package/lib/components/templates/FieldGroupTemplate/index.d.ts.map +0 -1
  528. package/lib/components/templates/FieldGroupTemplate/index.js.map +0 -1
  529. package/lib/components/templates/InlineDashboard/InlineDashboard.d.ts.map +0 -1
  530. package/lib/components/templates/InlineDashboard/InlineDashboard.js.map +0 -1
  531. package/lib/components/templates/InlineDashboard/index.d.ts.map +0 -1
  532. package/lib/components/templates/InlineDashboard/index.js.map +0 -1
  533. package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.d.ts.map +0 -1
  534. package/lib/components/templates/InlineDashboardPage/InlineDashboardPage.js.map +0 -1
  535. package/lib/components/templates/InlineDashboardPage/index.d.ts.map +0 -1
  536. package/lib/components/templates/InlineDashboardPage/index.js.map +0 -1
  537. package/lib/components/templates/ListPage/ListPage.d.ts.map +0 -1
  538. package/lib/components/templates/ListPage/ListPage.js.map +0 -1
  539. package/lib/components/templates/ListPage/index.d.ts.map +0 -1
  540. package/lib/components/templates/ListPage/index.js.map +0 -1
  541. package/lib/components/templates/ListView/ListView.d.ts.map +0 -1
  542. package/lib/components/templates/ListView/ListView.js +0 -842
  543. package/lib/components/templates/ListView/ListView.js.map +0 -1
  544. package/lib/components/templates/ListView/index.d.ts.map +0 -1
  545. package/lib/components/templates/ListView/index.js.map +0 -1
  546. package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +0 -1
  547. package/lib/components/templates/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +0 -1
  548. package/lib/components/templates/MultiReferenceReadOnly/index.d.ts.map +0 -1
  549. package/lib/components/templates/MultiReferenceReadOnly/index.js.map +0 -1
  550. package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.d.ts.map +0 -1
  551. package/lib/components/templates/NarrowWide/NarrowWide/NarrowWide.js.map +0 -1
  552. package/lib/components/templates/NarrowWide/NarrowWide/index.d.ts.map +0 -1
  553. package/lib/components/templates/NarrowWide/NarrowWide/index.js.map +0 -1
  554. package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +0 -1
  555. package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +0 -35
  556. package/lib/components/templates/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +0 -1
  557. package/lib/components/templates/NarrowWide/NarrowWideDetails/index.d.ts.map +0 -1
  558. package/lib/components/templates/NarrowWide/NarrowWideDetails/index.js.map +0 -1
  559. package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +0 -1
  560. package/lib/components/templates/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +0 -1
  561. package/lib/components/templates/NarrowWide/NarrowWideForm/index.d.ts.map +0 -1
  562. package/lib/components/templates/NarrowWide/NarrowWideForm/index.js.map +0 -1
  563. package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +0 -1
  564. package/lib/components/templates/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +0 -1
  565. package/lib/components/templates/NarrowWide/NarrowWidePage/index.d.ts.map +0 -1
  566. package/lib/components/templates/NarrowWide/NarrowWidePage/index.js.map +0 -1
  567. package/lib/components/templates/OneColumn/OneColumn/OneColumn.d.ts.map +0 -1
  568. package/lib/components/templates/OneColumn/OneColumn/OneColumn.js.map +0 -1
  569. package/lib/components/templates/OneColumn/OneColumn/index.d.ts.map +0 -1
  570. package/lib/components/templates/OneColumn/OneColumn/index.js.map +0 -1
  571. package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +0 -1
  572. package/lib/components/templates/OneColumn/OneColumnPage/OneColumnPage.js.map +0 -1
  573. package/lib/components/templates/OneColumn/OneColumnPage/index.d.ts.map +0 -1
  574. package/lib/components/templates/OneColumn/OneColumnPage/index.js.map +0 -1
  575. package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +0 -1
  576. package/lib/components/templates/OneColumn/OneColumnTab/OneColumnTab.js.map +0 -1
  577. package/lib/components/templates/OneColumn/OneColumnTab/index.d.ts.map +0 -1
  578. package/lib/components/templates/OneColumn/OneColumnTab/index.js.map +0 -1
  579. package/lib/components/templates/PromotedFilters/PromotedFilters.d.ts +0 -17
  580. package/lib/components/templates/PromotedFilters/PromotedFilters.d.ts.map +0 -1
  581. package/lib/components/templates/PromotedFilters/PromotedFilters.js +0 -130
  582. package/lib/components/templates/PromotedFilters/PromotedFilters.js.map +0 -1
  583. package/lib/components/templates/PromotedFilters/index.d.ts.map +0 -1
  584. package/lib/components/templates/PromotedFilters/index.js.map +0 -1
  585. package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.d.ts.map +0 -1
  586. package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.js +0 -26
  587. package/lib/components/templates/SimpleTable/SimpleTable/SimpleTable.js.map +0 -1
  588. package/lib/components/templates/SimpleTable/SimpleTable/index.d.ts.map +0 -1
  589. package/lib/components/templates/SimpleTable/SimpleTable/index.js.map +0 -1
  590. package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +0 -1
  591. package/lib/components/templates/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +0 -1
  592. package/lib/components/templates/SimpleTable/SimpleTableManual/index.d.ts.map +0 -1
  593. package/lib/components/templates/SimpleTable/SimpleTableManual/index.js.map +0 -1
  594. package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +0 -1
  595. package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +0 -105
  596. package/lib/components/templates/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +0 -1
  597. package/lib/components/templates/SimpleTable/SimpleTableSelect/index.d.ts.map +0 -1
  598. package/lib/components/templates/SimpleTable/SimpleTableSelect/index.js.map +0 -1
  599. package/lib/components/templates/SimpleTable/simpleTableHelpers.d.ts.map +0 -1
  600. package/lib/components/templates/SimpleTable/simpleTableHelpers.js.map +0 -1
  601. package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +0 -1
  602. package/lib/components/templates/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +0 -1
  603. package/lib/components/templates/SingleReferenceReadOnly/index.d.ts.map +0 -1
  604. package/lib/components/templates/SingleReferenceReadOnly/index.js.map +0 -1
  605. package/lib/components/templates/SubTabs/SubTabs.d.ts.map +0 -1
  606. package/lib/components/templates/SubTabs/SubTabs.js.map +0 -1
  607. package/lib/components/templates/SubTabs/index.d.ts.map +0 -1
  608. package/lib/components/templates/SubTabs/index.js.map +0 -1
  609. package/lib/components/templates/SubTabs/tabUtils.d.ts.map +0 -1
  610. package/lib/components/templates/SubTabs/tabUtils.js.map +0 -1
  611. package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.d.ts.map +0 -1
  612. package/lib/components/templates/TwoColumn/TwoColumn/TwoColumn.js.map +0 -1
  613. package/lib/components/templates/TwoColumn/TwoColumn/index.d.ts.map +0 -1
  614. package/lib/components/templates/TwoColumn/TwoColumn/index.js.map +0 -1
  615. package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +0 -1
  616. package/lib/components/templates/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +0 -1
  617. package/lib/components/templates/TwoColumn/TwoColumnPage/index.d.ts.map +0 -1
  618. package/lib/components/templates/TwoColumn/TwoColumnPage/index.js.map +0 -1
  619. package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +0 -1
  620. package/lib/components/templates/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +0 -1
  621. package/lib/components/templates/TwoColumn/TwoColumnTab/index.d.ts.map +0 -1
  622. package/lib/components/templates/TwoColumn/TwoColumnTab/index.js.map +0 -1
  623. package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.d.ts.map +0 -1
  624. package/lib/components/templates/WideNarrow/WideNarrow/WideNarrow.js.map +0 -1
  625. package/lib/components/templates/WideNarrow/WideNarrow/index.d.ts.map +0 -1
  626. package/lib/components/templates/WideNarrow/WideNarrow/index.js.map +0 -1
  627. package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +0 -1
  628. package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +0 -35
  629. package/lib/components/templates/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +0 -1
  630. package/lib/components/templates/WideNarrow/WideNarrowDetails/index.d.ts.map +0 -1
  631. package/lib/components/templates/WideNarrow/WideNarrowDetails/index.js.map +0 -1
  632. package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +0 -1
  633. package/lib/components/templates/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +0 -1
  634. package/lib/components/templates/WideNarrow/WideNarrowForm/index.d.ts.map +0 -1
  635. package/lib/components/templates/WideNarrow/WideNarrowForm/index.js.map +0 -1
  636. package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +0 -1
  637. package/lib/components/templates/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +0 -1
  638. package/lib/components/templates/WideNarrow/WideNarrowPage/index.d.ts.map +0 -1
  639. package/lib/components/templates/WideNarrow/WideNarrowPage/index.js.map +0 -1
  640. package/lib/components/templates/utils.d.ts.map +0 -1
  641. package/lib/components/templates/utils.js +0 -22
  642. package/lib/components/templates/utils.js.map +0 -1
  643. package/lib/components/widgets/AppAnnouncement/AppAnnouncement.d.ts.map +0 -1
  644. package/lib/components/widgets/AppAnnouncement/AppAnnouncement.js.map +0 -1
  645. package/lib/components/widgets/AppAnnouncement/index.d.ts.map +0 -1
  646. package/lib/components/widgets/AppAnnouncement/index.js.map +0 -1
  647. package/lib/components/widgets/Attachment/Attachment.d.ts.map +0 -1
  648. package/lib/components/widgets/Attachment/Attachment.js +0 -370
  649. package/lib/components/widgets/Attachment/Attachment.js.map +0 -1
  650. package/lib/components/widgets/Attachment/index.d.ts.map +0 -1
  651. package/lib/components/widgets/Attachment/index.js.map +0 -1
  652. package/lib/components/widgets/CaseHistory/CaseHistory.d.ts.map +0 -1
  653. package/lib/components/widgets/CaseHistory/CaseHistory.js.map +0 -1
  654. package/lib/components/widgets/CaseHistory/index.d.ts.map +0 -1
  655. package/lib/components/widgets/CaseHistory/index.js.map +0 -1
  656. package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +0 -1
  657. package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +0 -1
  658. package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/index.d.ts.map +0 -1
  659. package/lib/components/widgets/FileUtility/ActionButtonsForFileUtil/index.js.map +0 -1
  660. package/lib/components/widgets/FileUtility/FileUtility/FileUtility.d.ts.map +0 -1
  661. package/lib/components/widgets/FileUtility/FileUtility/FileUtility.js.map +0 -1
  662. package/lib/components/widgets/FileUtility/FileUtility/index.d.ts.map +0 -1
  663. package/lib/components/widgets/FileUtility/FileUtility/index.js.map +0 -1
  664. package/lib/components/widgets/Followers/Followers.d.ts.map +0 -1
  665. package/lib/components/widgets/Followers/Followers.js.map +0 -1
  666. package/lib/components/widgets/Followers/index.d.ts.map +0 -1
  667. package/lib/components/widgets/Followers/index.js.map +0 -1
  668. package/lib/components/widgets/SummaryItem/SummaryItem.d.ts.map +0 -1
  669. package/lib/components/widgets/SummaryItem/SummaryItem.js.map +0 -1
  670. package/lib/components/widgets/SummaryItem/index.d.ts.map +0 -1
  671. package/lib/components/widgets/SummaryItem/index.js.map +0 -1
  672. package/lib/components/widgets/SummaryList/SummaryList.d.ts.map +0 -1
  673. package/lib/components/widgets/SummaryList/SummaryList.js.map +0 -1
  674. package/lib/components/widgets/SummaryList/index.d.ts.map +0 -1
  675. package/lib/components/widgets/SummaryList/index.js.map +0 -1
  676. package/lib/components/widgets/ToDo/ToDo.d.ts.map +0 -1
  677. package/lib/components/widgets/ToDo/ToDo.js.map +0 -1
  678. package/lib/components/widgets/ToDo/index.d.ts.map +0 -1
  679. package/lib/components/widgets/ToDo/index.js.map +0 -1
  680. /package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/CaseSummaryFields.css +0 -0
  681. /package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/index.d.ts +0 -0
  682. /package/lib/components/{designSystemExtensions → designSystemExtension}/CaseSummaryFields/index.js +0 -0
  683. /package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/DetailsFields.d.ts +0 -0
  684. /package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/index.d.ts +0 -0
  685. /package/lib/components/{designSystemExtensions → designSystemExtension}/DetailsFields/index.js +0 -0
  686. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/FieldGroup.d.ts +0 -0
  687. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/FieldGroup.js +0 -0
  688. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/index.d.ts +0 -0
  689. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroup/index.js +0 -0
  690. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/FieldGroupList.d.ts +0 -0
  691. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/FieldGroupList.js +0 -0
  692. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/index.d.ts +0 -0
  693. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldGroupList/index.js +0 -0
  694. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/FieldValueList.d.ts +0 -0
  695. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/FieldValueList.js +0 -0
  696. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/index.d.ts +0 -0
  697. /package/lib/components/{designSystemExtensions → designSystemExtension}/FieldValueList/index.js +0 -0
  698. /package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/Operator.d.ts +0 -0
  699. /package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/index.d.ts +0 -0
  700. /package/lib/components/{designSystemExtensions → designSystemExtension}/Operator/index.js +0 -0
  701. /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/Pulse.d.ts +0 -0
  702. /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/Pulse.js +0 -0
  703. /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/index.d.ts +0 -0
  704. /package/lib/components/{designSystemExtensions → designSystemExtension}/Pulse/index.js +0 -0
  705. /package/lib/components/{forms → field}/AutoComplete/AutoComplete.d.ts +0 -0
  706. /package/lib/components/{forms → field}/AutoComplete/index.d.ts +0 -0
  707. /package/lib/components/{forms → field}/AutoComplete/index.js +0 -0
  708. /package/lib/components/{forms → field}/CancelAlert/CancelAlert.css +0 -0
  709. /package/lib/components/{forms → field}/CancelAlert/CancelAlert.d.ts +0 -0
  710. /package/lib/components/{forms → field}/CancelAlert/CancelAlert.js +0 -0
  711. /package/lib/components/{forms → field}/CancelAlert/index.d.ts +0 -0
  712. /package/lib/components/{forms → field}/CancelAlert/index.js +0 -0
  713. /package/lib/components/{forms → field}/Checkbox/Checkbox.d.ts +0 -0
  714. /package/lib/components/{forms → field}/Checkbox/index.d.ts +0 -0
  715. /package/lib/components/{forms → field}/Checkbox/index.js +0 -0
  716. /package/lib/components/{forms → field}/Currency/Currency.d.ts +0 -0
  717. /package/lib/components/{forms → field}/Currency/index.d.ts +0 -0
  718. /package/lib/components/{forms → field}/Currency/index.js +0 -0
  719. /package/lib/components/{forms → field}/Date/Date.d.ts +0 -0
  720. /package/lib/components/{forms → field}/Date/index.d.ts +0 -0
  721. /package/lib/components/{forms → field}/Date/index.js +0 -0
  722. /package/lib/components/{forms → field}/DateTime/DateTime.d.ts +0 -0
  723. /package/lib/components/{forms → field}/DateTime/index.d.ts +0 -0
  724. /package/lib/components/{forms → field}/DateTime/index.js +0 -0
  725. /package/lib/components/{forms → field}/Decimal/Decimal.d.ts +0 -0
  726. /package/lib/components/{forms → field}/Decimal/index.d.ts +0 -0
  727. /package/lib/components/{forms → field}/Decimal/index.js +0 -0
  728. /package/lib/components/{forms → field}/Dropdown/Dropdown.d.ts +0 -0
  729. /package/lib/components/{forms → field}/Dropdown/index.d.ts +0 -0
  730. /package/lib/components/{forms → field}/Dropdown/index.js +0 -0
  731. /package/lib/components/{forms → field}/Email/Email.d.ts +0 -0
  732. /package/lib/components/{forms → field}/Email/index.d.ts +0 -0
  733. /package/lib/components/{forms → field}/Email/index.js +0 -0
  734. /package/lib/components/{forms → field}/Integer/Integer.d.ts +0 -0
  735. /package/lib/components/{forms → field}/Integer/index.d.ts +0 -0
  736. /package/lib/components/{forms → field}/Integer/index.js +0 -0
  737. /package/lib/components/{forms → field}/Percentage/Percentage.d.ts +0 -0
  738. /package/lib/components/{forms → field}/Percentage/index.d.ts +0 -0
  739. /package/lib/components/{forms → field}/Percentage/index.js +0 -0
  740. /package/lib/components/{forms → field}/Phone/Phone.d.ts +0 -0
  741. /package/lib/components/{forms → field}/Phone/index.d.ts +0 -0
  742. /package/lib/components/{forms → field}/Phone/index.js +0 -0
  743. /package/lib/components/{forms → field}/RadioButtons/RadioButtons.d.ts +0 -0
  744. /package/lib/components/{forms → field}/RadioButtons/index.d.ts +0 -0
  745. /package/lib/components/{forms → field}/RadioButtons/index.js +0 -0
  746. /package/lib/components/{forms → field}/SemanticLink/SemanticLink.d.ts +0 -0
  747. /package/lib/components/{forms → field}/SemanticLink/SemanticLink.js +0 -0
  748. /package/lib/components/{forms → field}/SemanticLink/index.d.ts +0 -0
  749. /package/lib/components/{forms → field}/SemanticLink/index.js +0 -0
  750. /package/lib/components/{forms → field}/SemanticLink/utils.d.ts +0 -0
  751. /package/lib/components/{forms → field}/SemanticLink/utils.js +0 -0
  752. /package/lib/components/{forms → field}/TextArea/TextArea.d.ts +0 -0
  753. /package/lib/components/{forms → field}/TextArea/index.d.ts +0 -0
  754. /package/lib/components/{forms → field}/TextArea/index.js +0 -0
  755. /package/lib/components/{forms → field}/TextContent/TextContent.d.ts +0 -0
  756. /package/lib/components/{forms → field}/TextContent/TextContent.js +0 -0
  757. /package/lib/components/{forms → field}/TextContent/index.d.ts +0 -0
  758. /package/lib/components/{forms → field}/TextContent/index.js +0 -0
  759. /package/lib/components/{forms → field}/TextInput/TextInput.d.ts +0 -0
  760. /package/lib/components/{forms → field}/TextInput/index.d.ts +0 -0
  761. /package/lib/components/{forms → field}/TextInput/index.js +0 -0
  762. /package/lib/components/{forms → field}/Time/Time.d.ts +0 -0
  763. /package/lib/components/{forms → field}/Time/index.d.ts +0 -0
  764. /package/lib/components/{forms → field}/Time/index.js +0 -0
  765. /package/lib/components/{forms → field}/URL/URL.d.ts +0 -0
  766. /package/lib/components/{forms → field}/URL/index.d.ts +0 -0
  767. /package/lib/components/{forms → field}/URL/index.js +0 -0
  768. /package/lib/components/{forms → field}/UserReference/UserReference.d.ts +0 -0
  769. /package/lib/components/{forms → field}/UserReference/UserReference.js +0 -0
  770. /package/lib/components/{forms → field}/UserReference/UserReferenceUtils.d.ts +0 -0
  771. /package/lib/components/{forms → field}/UserReference/UserReferenceUtils.js +0 -0
  772. /package/lib/components/{forms → field}/UserReference/index.d.ts +0 -0
  773. /package/lib/components/{forms → field}/UserReference/index.js +0 -0
  774. /package/lib/components/{templates → template}/AppShell/AppShell.css +0 -0
  775. /package/lib/components/{templates → template}/AppShell/AppShell.d.ts +0 -0
  776. /package/lib/components/{templates → template}/AppShell/AppShell.js +0 -0
  777. /package/lib/components/{templates → template}/AppShell/index.d.ts +0 -0
  778. /package/lib/components/{templates → template}/AppShell/index.js +0 -0
  779. /package/lib/components/{templates → template}/CaseSummary/CaseSummary.d.ts +0 -0
  780. /package/lib/components/{templates → template}/CaseSummary/index.d.ts +0 -0
  781. /package/lib/components/{templates → template}/CaseSummary/index.js +0 -0
  782. /package/lib/components/{templates → template}/CaseView/CaseView.d.ts +0 -0
  783. /package/lib/components/{templates → template}/CaseView/CaseView.js +0 -0
  784. /package/lib/components/{templates → template}/CaseView/index.d.ts +0 -0
  785. /package/lib/components/{templates → template}/CaseView/index.js +0 -0
  786. /package/lib/components/{templates → template}/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +0 -0
  787. /package/lib/components/{templates → template}/CaseViewActionsMenu/CaseViewActionsMenu.js +0 -0
  788. /package/lib/components/{templates → template}/CaseViewActionsMenu/index.d.ts +0 -0
  789. /package/lib/components/{templates → template}/CaseViewActionsMenu/index.js +0 -0
  790. /package/lib/components/{templates → template}/DataReference/DataReference.d.ts +0 -0
  791. /package/lib/components/{templates → template}/DataReference/DataReference.js +0 -0
  792. /package/lib/components/{templates → template}/DataReference/index.d.ts +0 -0
  793. /package/lib/components/{templates → template}/DataReference/index.js +0 -0
  794. /package/lib/components/{templates → template}/DefaultForm/DefaultForm.css +0 -0
  795. /package/lib/components/{templates → template}/DefaultForm/DefaultForm.d.ts +0 -0
  796. /package/lib/components/{templates → template}/DefaultForm/DefaultForm.js +0 -0
  797. /package/lib/components/{templates → template}/DefaultForm/index.d.ts +0 -0
  798. /package/lib/components/{templates → template}/DefaultForm/index.js +0 -0
  799. /package/lib/components/{templates → template}/Details/Details/Details.d.ts +0 -0
  800. /package/lib/components/{templates → template}/Details/Details/index.d.ts +0 -0
  801. /package/lib/components/{templates → template}/Details/Details/index.js +0 -0
  802. /package/lib/components/{templates → template}/Details/DetailsSubTabs/DetailsSubTabs.d.ts +0 -0
  803. /package/lib/components/{templates → template}/Details/DetailsSubTabs/DetailsSubTabs.js +0 -0
  804. /package/lib/components/{templates → template}/Details/DetailsSubTabs/index.d.ts +0 -0
  805. /package/lib/components/{templates → template}/Details/DetailsSubTabs/index.js +0 -0
  806. /package/lib/components/{templates → template}/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +0 -0
  807. /package/lib/components/{templates → template}/Details/DetailsThreeColumn/index.d.ts +0 -0
  808. /package/lib/components/{templates → template}/Details/DetailsThreeColumn/index.js +0 -0
  809. /package/lib/components/{templates → template}/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +0 -0
  810. /package/lib/components/{templates → template}/Details/DetailsTwoColumn/index.d.ts +0 -0
  811. /package/lib/components/{templates → template}/Details/DetailsTwoColumn/index.js +0 -0
  812. /package/lib/components/{templates → template}/FieldGroupTemplate/FieldGroupTemplate.d.ts +0 -0
  813. /package/lib/components/{templates → template}/FieldGroupTemplate/index.d.ts +0 -0
  814. /package/lib/components/{templates → template}/FieldGroupTemplate/index.js +0 -0
  815. /package/lib/components/{templates → template}/InlineDashboard/InlineDashboard.d.ts +0 -0
  816. /package/lib/components/{templates → template}/InlineDashboard/InlineDashboard.js +0 -0
  817. /package/lib/components/{templates → template}/InlineDashboard/index.d.ts +0 -0
  818. /package/lib/components/{templates → template}/InlineDashboard/index.js +0 -0
  819. /package/lib/components/{templates → template}/InlineDashboardPage/InlineDashboardPage.d.ts +0 -0
  820. /package/lib/components/{templates → template}/InlineDashboardPage/InlineDashboardPage.js +0 -0
  821. /package/lib/components/{templates → template}/InlineDashboardPage/index.d.ts +0 -0
  822. /package/lib/components/{templates → template}/InlineDashboardPage/index.js +0 -0
  823. /package/lib/components/{templates → template}/ListPage/ListPage.d.ts +0 -0
  824. /package/lib/components/{templates → template}/ListPage/ListPage.js +0 -0
  825. /package/lib/components/{templates → template}/ListPage/index.d.ts +0 -0
  826. /package/lib/components/{templates → template}/ListPage/index.js +0 -0
  827. /package/lib/components/{templates → template}/ListView/ListView.css +0 -0
  828. /package/lib/components/{templates → template}/ListView/ListView.d.ts +0 -0
  829. /package/lib/components/{templates → template}/ListView/index.d.ts +0 -0
  830. /package/lib/components/{templates → template}/ListView/index.js +0 -0
  831. /package/lib/components/{templates → template}/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +0 -0
  832. /package/lib/components/{templates → template}/MultiReferenceReadOnly/MultiReferenceReadOnly.js +0 -0
  833. /package/lib/components/{templates → template}/MultiReferenceReadOnly/index.d.ts +0 -0
  834. /package/lib/components/{templates → template}/MultiReferenceReadOnly/index.js +0 -0
  835. /package/lib/components/{templates → template}/NarrowWide/NarrowWide/NarrowWide.css +0 -0
  836. /package/lib/components/{templates → template}/NarrowWide/NarrowWide/NarrowWide.d.ts +0 -0
  837. /package/lib/components/{templates → template}/NarrowWide/NarrowWide/NarrowWide.js +0 -0
  838. /package/lib/components/{templates → template}/NarrowWide/NarrowWide/index.d.ts +0 -0
  839. /package/lib/components/{templates → template}/NarrowWide/NarrowWide/index.js +0 -0
  840. /package/lib/components/{templates → template}/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +0 -0
  841. /package/lib/components/{templates → template}/NarrowWide/NarrowWideDetails/index.d.ts +0 -0
  842. /package/lib/components/{templates → template}/NarrowWide/NarrowWideDetails/index.js +0 -0
  843. /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/NarrowWideForm.css +0 -0
  844. /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +0 -0
  845. /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/NarrowWideForm.js +0 -0
  846. /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/index.d.ts +0 -0
  847. /package/lib/components/{templates → template}/NarrowWide/NarrowWideForm/index.js +0 -0
  848. /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +0 -0
  849. /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/NarrowWidePage.js +0 -0
  850. /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/index.d.ts +0 -0
  851. /package/lib/components/{templates → template}/NarrowWide/NarrowWidePage/index.js +0 -0
  852. /package/lib/components/{templates → template}/OneColumn/OneColumn/OneColumn.d.ts +0 -0
  853. /package/lib/components/{templates → template}/OneColumn/OneColumn/OneColumn.js +0 -0
  854. /package/lib/components/{templates → template}/OneColumn/OneColumn/index.d.ts +0 -0
  855. /package/lib/components/{templates → template}/OneColumn/OneColumn/index.js +0 -0
  856. /package/lib/components/{templates → template}/OneColumn/OneColumnPage/OneColumnPage.d.ts +0 -0
  857. /package/lib/components/{templates → template}/OneColumn/OneColumnPage/OneColumnPage.js +0 -0
  858. /package/lib/components/{templates → template}/OneColumn/OneColumnPage/index.d.ts +0 -0
  859. /package/lib/components/{templates → template}/OneColumn/OneColumnPage/index.js +0 -0
  860. /package/lib/components/{templates → template}/OneColumn/OneColumnTab/OneColumnTab.d.ts +0 -0
  861. /package/lib/components/{templates → template}/OneColumn/OneColumnTab/OneColumnTab.js +0 -0
  862. /package/lib/components/{templates → template}/OneColumn/OneColumnTab/index.d.ts +0 -0
  863. /package/lib/components/{templates → template}/OneColumn/OneColumnTab/index.js +0 -0
  864. /package/lib/components/{templates → template}/PromotedFilters/PromotedFilters.css +0 -0
  865. /package/lib/components/{templates → template}/PromotedFilters/index.d.ts +0 -0
  866. /package/lib/components/{templates → template}/PromotedFilters/index.js +0 -0
  867. /package/lib/components/{templates → template}/SimpleTable/SimpleTable/SimpleTable.d.ts +0 -0
  868. /package/lib/components/{templates → template}/SimpleTable/SimpleTable/index.d.ts +0 -0
  869. /package/lib/components/{templates → template}/SimpleTable/SimpleTable/index.js +0 -0
  870. /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +0 -0
  871. /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/SimpleTableManual.js +0 -0
  872. /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/index.d.ts +0 -0
  873. /package/lib/components/{templates → template}/SimpleTable/SimpleTableManual/index.js +0 -0
  874. /package/lib/components/{templates → template}/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +0 -0
  875. /package/lib/components/{templates → template}/SimpleTable/SimpleTableSelect/index.d.ts +0 -0
  876. /package/lib/components/{templates → template}/SimpleTable/SimpleTableSelect/index.js +0 -0
  877. /package/lib/components/{templates → template}/SimpleTable/simpleTableHelpers.d.ts +0 -0
  878. /package/lib/components/{templates → template}/SimpleTable/simpleTableHelpers.js +0 -0
  879. /package/lib/components/{templates → template}/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +0 -0
  880. /package/lib/components/{templates → template}/SingleReferenceReadOnly/SingleReferenceReadOnly.js +0 -0
  881. /package/lib/components/{templates → template}/SingleReferenceReadOnly/index.d.ts +0 -0
  882. /package/lib/components/{templates → template}/SingleReferenceReadOnly/index.js +0 -0
  883. /package/lib/components/{templates → template}/SubTabs/SubTabs.d.ts +0 -0
  884. /package/lib/components/{templates → template}/SubTabs/SubTabs.js +0 -0
  885. /package/lib/components/{templates → template}/SubTabs/index.d.ts +0 -0
  886. /package/lib/components/{templates → template}/SubTabs/index.js +0 -0
  887. /package/lib/components/{templates → template}/SubTabs/tabUtils.d.ts +0 -0
  888. /package/lib/components/{templates → template}/SubTabs/tabUtils.js +0 -0
  889. /package/lib/components/{templates → template}/TwoColumn/TwoColumn/TwoColumn.css +0 -0
  890. /package/lib/components/{templates → template}/TwoColumn/TwoColumn/TwoColumn.d.ts +0 -0
  891. /package/lib/components/{templates → template}/TwoColumn/TwoColumn/TwoColumn.js +0 -0
  892. /package/lib/components/{templates → template}/TwoColumn/TwoColumn/index.d.ts +0 -0
  893. /package/lib/components/{templates → template}/TwoColumn/TwoColumn/index.js +0 -0
  894. /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +0 -0
  895. /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/TwoColumnPage.js +0 -0
  896. /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/index.d.ts +0 -0
  897. /package/lib/components/{templates → template}/TwoColumn/TwoColumnPage/index.js +0 -0
  898. /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/TwoColumnTab.css +0 -0
  899. /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +0 -0
  900. /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/TwoColumnTab.js +0 -0
  901. /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/index.d.ts +0 -0
  902. /package/lib/components/{templates → template}/TwoColumn/TwoColumnTab/index.js +0 -0
  903. /package/lib/components/{templates → template}/WideNarrow/WideNarrow/WideNarrow.css +0 -0
  904. /package/lib/components/{templates → template}/WideNarrow/WideNarrow/WideNarrow.d.ts +0 -0
  905. /package/lib/components/{templates → template}/WideNarrow/WideNarrow/WideNarrow.js +0 -0
  906. /package/lib/components/{templates → template}/WideNarrow/WideNarrow/index.d.ts +0 -0
  907. /package/lib/components/{templates → template}/WideNarrow/WideNarrow/index.js +0 -0
  908. /package/lib/components/{templates → template}/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +0 -0
  909. /package/lib/components/{templates → template}/WideNarrow/WideNarrowDetails/index.d.ts +0 -0
  910. /package/lib/components/{templates → template}/WideNarrow/WideNarrowDetails/index.js +0 -0
  911. /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/WideNarrowForm.css +0 -0
  912. /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +0 -0
  913. /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/WideNarrowForm.js +0 -0
  914. /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/index.d.ts +0 -0
  915. /package/lib/components/{templates → template}/WideNarrow/WideNarrowForm/index.js +0 -0
  916. /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +0 -0
  917. /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/WideNarrowPage.js +0 -0
  918. /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/index.d.ts +0 -0
  919. /package/lib/components/{templates → template}/WideNarrow/WideNarrowPage/index.js +0 -0
  920. /package/lib/components/{templates → template}/utils.d.ts +0 -0
  921. /package/lib/components/{widgets → widget}/AppAnnouncement/AppAnnouncement.d.ts +0 -0
  922. /package/lib/components/{widgets → widget}/AppAnnouncement/AppAnnouncement.js +0 -0
  923. /package/lib/components/{widgets → widget}/AppAnnouncement/index.d.ts +0 -0
  924. /package/lib/components/{widgets → widget}/AppAnnouncement/index.js +0 -0
  925. /package/lib/components/{widgets → widget}/Attachment/Attachment.css +0 -0
  926. /package/lib/components/{widgets → widget}/Attachment/Attachment.d.ts +0 -0
  927. /package/lib/components/{widgets → widget}/Attachment/index.d.ts +0 -0
  928. /package/lib/components/{widgets → widget}/Attachment/index.js +0 -0
  929. /package/lib/components/{widgets → widget}/CaseHistory/CaseHistory.d.ts +0 -0
  930. /package/lib/components/{widgets → widget}/CaseHistory/CaseHistory.js +0 -0
  931. /package/lib/components/{widgets → widget}/CaseHistory/index.d.ts +0 -0
  932. /package/lib/components/{widgets → widget}/CaseHistory/index.js +0 -0
  933. /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.css +0 -0
  934. /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +0 -0
  935. /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +0 -0
  936. /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/index.d.ts +0 -0
  937. /package/lib/components/{widgets → widget}/FileUtility/ActionButtonsForFileUtil/index.js +0 -0
  938. /package/lib/components/{widgets → widget}/FileUtility/FileUtility/FileUtility.css +0 -0
  939. /package/lib/components/{widgets → widget}/FileUtility/FileUtility/FileUtility.d.ts +0 -0
  940. /package/lib/components/{widgets → widget}/FileUtility/FileUtility/FileUtility.js +0 -0
  941. /package/lib/components/{widgets → widget}/FileUtility/FileUtility/index.d.ts +0 -0
  942. /package/lib/components/{widgets → widget}/FileUtility/FileUtility/index.js +0 -0
  943. /package/lib/components/{widgets → widget}/Followers/Followers.d.ts +0 -0
  944. /package/lib/components/{widgets → widget}/Followers/Followers.js +0 -0
  945. /package/lib/components/{widgets → widget}/Followers/index.d.ts +0 -0
  946. /package/lib/components/{widgets → widget}/Followers/index.js +0 -0
  947. /package/lib/components/{widgets → widget}/SummaryItem/SummaryItem.css +0 -0
  948. /package/lib/components/{widgets → widget}/SummaryItem/SummaryItem.d.ts +0 -0
  949. /package/lib/components/{widgets → widget}/SummaryItem/SummaryItem.js +0 -0
  950. /package/lib/components/{widgets → widget}/SummaryItem/index.d.ts +0 -0
  951. /package/lib/components/{widgets → widget}/SummaryItem/index.js +0 -0
  952. /package/lib/components/{widgets → widget}/SummaryList/SummaryList.d.ts +0 -0
  953. /package/lib/components/{widgets → widget}/SummaryList/SummaryList.js +0 -0
  954. /package/lib/components/{widgets → widget}/SummaryList/index.d.ts +0 -0
  955. /package/lib/components/{widgets → widget}/SummaryList/index.js +0 -0
  956. /package/lib/components/{widgets → widget}/ToDo/ToDo.css +0 -0
  957. /package/lib/components/{widgets → widget}/ToDo/ToDo.d.ts +0 -0
  958. /package/lib/components/{widgets → widget}/ToDo/ToDo.js +0 -0
  959. /package/lib/components/{widgets → widget}/ToDo/index.d.ts +0 -0
  960. /package/lib/components/{widgets → widget}/ToDo/index.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"sdk-pega-component-map.js","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":"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","sourcesContent":["// When this code is run from the generated npm module, the components are\n// placed in the npm module's 'lib' directory. So, we expect to import from there.\n// This file should import and expose ALL of the components that may be\n// dynamically rendered at runtime via calls to react_pconnect or the View component\n\nimport ActionButtons from '../lib/components/infra/ActionButtons';\nimport ActionButtonsForFileUtil from './components/widgets/FileUtility/ActionButtonsForFileUtil';\nimport AppAnnouncement from '../lib/components/widgets/AppAnnouncement';\nimport AppShell from '../lib/components/templates/AppShell/AppShell';\nimport Assignment from '../lib/components/infra/Assignment/Assignment';\nimport AssignmentCard from '../lib/components/infra/AssignmentCard/AssignmentCard';\nimport Attachment from '../lib/components/widgets/Attachment';\nimport AutoComplete from '../lib/components/forms/AutoComplete';\nimport CancelAlert from '../lib/components/forms/CancelAlert';\nimport CaseHistory from '../lib/components/widgets/CaseHistory';\nimport CaseSummary from '../lib/components/templates/CaseSummary';\nimport CaseSummaryFields from '../lib/components/designSystemExtensions/CaseSummaryFields';\nimport CaseView from '../lib/components/templates/CaseView';\nimport CaseViewActionsMenu from './components/templates/CaseViewActionsMenu';\nimport Checkbox from '../lib/components/forms/Checkbox';\nimport Currency from '../lib/components/forms/Currency';\nimport DashboardFilter from '../lib/components/infra/DashboardFilter';\nimport DataReference from '../lib/components/templates/DataReference';\nimport Date from '../lib/components/forms/Date';\nimport DateTime from '../lib/components/forms/DateTime';\nimport Decimal from '../lib/components/forms/Decimal';\nimport DefaultForm from '../lib/components/templates/DefaultForm';\nimport DeferLoad from '../lib/components/infra/DeferLoad';\nimport Details from '../lib/components/templates/Details/Details';\nimport DetailsSubTabs from '../lib/components/templates/Details/DetailsSubTabs';\nimport DetailsThreeColumn from './components/templates/Details/DetailsThreeColumn';\nimport DetailsTwoColumn from '../lib/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn';\nimport Dropdown from '../lib/components/forms/Dropdown';\nimport Email from '../lib/components/forms/Email/Email';\nimport ErrorBoundary from '../lib/components/infra/ErrorBoundary';\nimport FieldGroupTemplate from './components/templates/FieldGroupTemplate';\nimport FileUtility from '../lib/components/widgets/FileUtility/FileUtility';\nimport FlowContainer from '../lib/components/infra/Containers/FlowContainer';\nimport Followers from '../lib/components/widgets/Followers';\nimport InlineDashboard from '../lib/components/templates/InlineDashboard';\nimport InlineDashboardPage from '../lib/components/templates/InlineDashboardPage/InlineDashboardPage';\nimport Integer from '../lib/components/forms/Integer';\nimport LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVerticalTabs';\nimport ListPage from '../lib/components/templates/ListPage/ListPage';\nimport ListView from '../lib/components/templates/ListView';\nimport ModalViewContainer from '../lib/components/infra/Containers/ModalViewContainer/ModalViewContainer';\nimport MultiReferenceReadOnly from './components/templates/MultiReferenceReadOnly';\nimport MultiStep from '../lib/components/infra/MultiStep';\nimport NarrowWide from '../lib/components/templates/NarrowWide/NarrowWide';\nimport NarrowWideDetails from '../lib/components/templates/NarrowWide/NarrowWideDetails';\nimport NarrowWideForm from '../lib/components/templates/NarrowWide/NarrowWideForm';\nimport NarrowWidePage from '../lib/components/templates/NarrowWide/NarrowWidePage';\nimport NavBar from '../lib/components/infra/NavBar';\nimport OneColumn from '../lib/components/templates/OneColumn/OneColumn';\nimport OneColumnPage from '../lib/components/templates/OneColumn/OneColumnPage';\nimport OneColumnTab from '../lib/components/templates/OneColumn/OneColumnTab';\nimport Operator from '../lib/components/designSystemExtensions/Operator';\nimport Percentage from '../lib/components/forms/Percentage';\nimport Phone from '../lib/components/forms/Phone/Phone';\nimport PromotedFilters from '../lib/components/templates/PromotedFilters';\nimport Pulse from '../lib/components/designSystemExtensions/Pulse';\nimport RadioButtons from '../lib/components/forms/RadioButtons';\nimport Reference from '../lib/components/infra/Reference/Reference';\nimport Region from '../lib/components/infra/Region/Region';\nimport RootContainer from '../lib/components/infra/RootContainer/RootContainer';\nimport SemanticLink from '../lib/components/forms/SemanticLink';\nimport SimpleTable from '../lib/components/templates/SimpleTable/SimpleTable';\nimport SimpleTableManual from '../lib/components/templates/SimpleTable/SimpleTableManual';\nimport SimpleTableSelect from '../lib/components/templates/SimpleTable/SimpleTableSelect';\nimport SingleReferenceReadOnly from './components/templates/SingleReferenceReadOnly';\nimport Stages from '../lib/components/infra/Stages';\nimport SubTabs from '../lib/components/templates/SubTabs';\nimport SummaryItem from '../lib/components/widgets/SummaryItem';\nimport SummaryList from '../lib/components/widgets/SummaryList';\nimport TextArea from '../lib/components/forms/TextArea';\nimport TextContent from '../lib/components/forms/TextContent';\nimport TextInput from '../lib/components/forms/TextInput/TextInput';\nimport Time from '../lib/components/forms/Time';\nimport ToDo from '../lib/components/widgets/ToDo';\nimport TwoColumn from '../lib/components/templates/TwoColumn/TwoColumn';\nimport TwoColumnPage from '../lib/components/templates/TwoColumn/TwoColumnPage';\nimport TwoColumnTab from './components/templates/TwoColumn/TwoColumnTab';\nimport URL from '../lib/components/forms/URL';\nimport UserReference from '../lib/components/forms/UserReference';\nimport VerticalTabs from '../lib/components/infra/VerticalTabs/VerticalTabs';\nimport View from '../lib/components/infra/View';\nimport ViewContainer from '../lib/components/infra/Containers/ViewContainer';\nimport WideNarrow from '../lib/components/templates/WideNarrow/WideNarrow';\nimport WideNarrowDetails from '../lib/components/templates/WideNarrow/WideNarrowDetails';\nimport WideNarrowForm from '../lib/components/templates/WideNarrow/WideNarrowForm';\nimport WideNarrowPage from '../lib/components/templates/WideNarrow/WideNarrowPage';\n\n\n// pegaSdkComponentMap is the JSON object where we'll store the components that are\n// the default implementations provided by the SDK. These will be used if there isn't\n// an entry in the localSdkComponentMap\n\n// NOTE: A few components have non-standard capitalization:\n// 'reference' is what's in the metadata, not Reference\n// 'Todo' is what's in the metadata, not ToDo\n// Also, note that \"Checkbox\" component is named/exported as CheckboxComponent\n\nconst pegaSdkComponentMap = {\n 'ActionButtons': ActionButtons,\n 'ActionButtonsForFileUtil': ActionButtonsForFileUtil,\n 'AppAnnouncement': AppAnnouncement,\n 'AppShell': AppShell,\n 'Assignment': Assignment,\n 'AssignmentCard': AssignmentCard,\n 'Attachment': Attachment,\n 'AutoComplete': AutoComplete,\n 'CancelAlert': CancelAlert,\n 'CaseHistory': CaseHistory,\n 'CaseSummary': CaseSummary,\n 'CaseSummaryFields': CaseSummaryFields,\n 'CaseView': CaseView,\n 'CaseViewActionsMenu': CaseViewActionsMenu,\n 'Checkbox': Checkbox,\n 'Currency': Currency,\n 'DashboardFilter': DashboardFilter,\n 'DataReference': DataReference,\n 'Date': Date,\n 'DateTime': DateTime,\n 'Decimal': Decimal,\n 'DefaultForm': DefaultForm,\n 'DeferLoad': DeferLoad,\n 'Details': Details,\n 'DetailsSubTabs': DetailsSubTabs,\n 'DetailsThreeColumn': DetailsThreeColumn,\n 'DetailsTwoColumn': DetailsTwoColumn,\n 'Dropdown': Dropdown,\n 'Email': Email,\n 'ErrorBoundary': ErrorBoundary,\n 'FieldGroupTemplate': FieldGroupTemplate,\n 'FileUtility': FileUtility,\n 'FlowContainer': FlowContainer,\n 'Followers': Followers,\n 'InlineDashboard': InlineDashboard,\n 'InlineDashboardPage': InlineDashboardPage,\n 'Integer': Integer,\n 'LeftAlignVerticalTabs': LeftAlignVerticalTabs,\n 'ListPage': ListPage,\n 'ListView': ListView,\n 'ModalViewContainer': ModalViewContainer,\n 'MultiReferenceReadOnly': MultiReferenceReadOnly,\n 'MultiStep': MultiStep,\n 'NarrowWide': NarrowWide,\n 'NarrowWideDetails': NarrowWideDetails,\n 'NarrowWideForm': NarrowWideForm,\n 'NarrowWidePage': NarrowWidePage,\n 'NavBar': NavBar,\n 'OneColumn': OneColumn,\n 'OneColumnPage': OneColumnPage,\n 'OneColumnTab': OneColumnTab,\n 'Operator': Operator,\n 'Percentage': Percentage,\n 'Phone': Phone,\n 'PromotedFilters': PromotedFilters,\n 'Pulse': Pulse,\n 'reference': Reference,\n 'RadioButtons': RadioButtons,\n 'Region': Region,\n 'RootContainer': RootContainer,\n 'SemanticLink': SemanticLink,\n 'SimpleTable': SimpleTable,\n 'SimpleTableManual': SimpleTableManual,\n 'SimpleTableSelect': SimpleTableSelect,\n 'SingleReferenceReadOnly': SingleReferenceReadOnly,\n 'Stages': Stages,\n 'SubTabs': SubTabs,\n 'SummaryItem': SummaryItem,\n 'SummaryList': SummaryList,\n 'TextArea': TextArea,\n 'TextContent': TextContent,\n 'TextInput': TextInput,\n 'Time': Time,\n 'Todo': ToDo,\n 'TwoColumn': TwoColumn,\n 'TwoColumnPage': TwoColumnPage,\n 'TwoColumnTab': TwoColumnTab,\n 'URL': URL,\n 'UserReference': UserReference,\n 'VerticalTabs': VerticalTabs,\n 'View': View,\n 'ViewContainer': ViewContainer,\n 'WideNarrow': WideNarrow,\n 'WideNarrowDetails': WideNarrowDetails,\n 'WideNarrowForm': WideNarrowForm,\n 'WideNarrowPage': WideNarrowPage\n};\n\nexport default pegaSdkComponentMap;\n"]}
1
+ {"version":3,"file":"sdk-pega-component-map.js","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":"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","sourcesContent":["// When this code is run from the generated npm module, the components are\n// placed in the npm module's 'lib' directory. So, we expect to import from there.\n// This file should import and expose ALL of the components that may be\n// dynamically rendered at runtime via calls to react_pconnect or the View component\n\nimport ActionButtons from '../lib/components/infra/ActionButtons';\nimport ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';\nimport AppAnnouncement from './components/widget/AppAnnouncement';\nimport AppShell from './components/template/AppShell/AppShell';\nimport Assignment from './components/infra/Assignment/Assignment';\nimport AssignmentCard from './components/infra/AssignmentCard/AssignmentCard';\nimport Attachment from './components/widget/Attachment';\nimport AutoComplete from './components/field/AutoComplete';\nimport CancelAlert from './components/field/CancelAlert';\nimport CaseHistory from './components/widget/CaseHistory';\nimport CaseSummary from './components/template/CaseSummary';\nimport CaseSummaryFields from './components/designSystemExtension/CaseSummaryFields';\nimport CaseView from './components/template/CaseView';\nimport CaseViewActionsMenu from './components/template/CaseViewActionsMenu';\nimport Checkbox from './components/field/Checkbox';\nimport Currency from './components/field/Currency';\nimport DashboardFilter from './components/infra/DashboardFilter';\nimport DataReference from './components/template/DataReference';\nimport Date from './components/field/Date';\nimport DateTime from './components/field/DateTime';\nimport Decimal from './components/field/Decimal';\nimport DefaultForm from './components/template/DefaultForm';\nimport DeferLoad from './components/infra/DeferLoad';\nimport Details from './components/template/Details/Details';\nimport DetailsSubTabs from './components/template/Details/DetailsSubTabs';\nimport DetailsThreeColumn from './components/template/Details/DetailsThreeColumn';\nimport DetailsTwoColumn from './components/template/Details/DetailsTwoColumn/DetailsTwoColumn';\nimport Dropdown from './components/field/Dropdown';\nimport Email from './components/field/Email/Email';\nimport ErrorBoundary from './components/infra/ErrorBoundary';\nimport FieldGroupTemplate from './components/template/FieldGroupTemplate';\nimport FileUtility from './components/widget/FileUtility/FileUtility';\nimport FlowContainer from './components/infra/Containers/FlowContainer';\nimport Followers from './components/widget/Followers';\nimport InlineDashboard from './components/template/InlineDashboard';\nimport InlineDashboardPage from './components/template/InlineDashboardPage/InlineDashboardPage';\nimport Integer from './components/field/Integer';\nimport LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVerticalTabs';\nimport ListPage from './components/template/ListPage/ListPage';\nimport ListView from './components/template/ListView';\nimport ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';\nimport MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';\nimport MultiStep from './components/infra/MultiStep';\nimport NarrowWide from './components/template/NarrowWide/NarrowWide';\nimport NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetails';\nimport NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';\nimport NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';\nimport NavBar from './components/infra/NavBar';\nimport OneColumn from './components/template/OneColumn/OneColumn';\nimport OneColumnPage from './components/template/OneColumn/OneColumnPage';\nimport OneColumnTab from './components/template/OneColumn/OneColumnTab';\nimport Operator from './components/designSystemExtension/Operator';\nimport Percentage from './components/field/Percentage';\nimport Phone from './components/field/Phone/Phone';\nimport PromotedFilters from './components/template/PromotedFilters';\nimport Pulse from './components/designSystemExtension/Pulse';\nimport RadioButtons from './components/field/RadioButtons';\nimport Reference from './components/infra/Reference/Reference';\nimport Region from './components/infra/Region/Region';\nimport RootContainer from './components/infra/RootContainer/RootContainer';\nimport SemanticLink from './components/field/SemanticLink';\nimport SimpleTable from './components/template/SimpleTable/SimpleTable';\nimport SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';\nimport SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';\nimport SingleReferenceReadOnly from './components/template/SingleReferenceReadOnly';\nimport Stages from './components/infra/Stages';\nimport SubTabs from './components/template/SubTabs';\nimport SummaryItem from './components/widget/SummaryItem';\nimport SummaryList from './components/widget/SummaryList';\nimport TextArea from './components/field/TextArea';\nimport TextContent from './components/field/TextContent';\nimport TextInput from './components/field/TextInput/TextInput';\nimport Time from './components/field/Time';\nimport ToDo from './components/widget/ToDo';\nimport TwoColumn from './components/template/TwoColumn/TwoColumn';\nimport TwoColumnPage from './components/template/TwoColumn/TwoColumnPage';\nimport TwoColumnTab from './components/template/TwoColumn/TwoColumnTab';\nimport URL from './components/field/URL';\nimport UserReference from './components/field/UserReference';\nimport VerticalTabs from './components/infra/VerticalTabs/VerticalTabs';\nimport View from './components/infra/View';\nimport ViewContainer from './components/infra/Containers/ViewContainer';\nimport WideNarrow from './components/template/WideNarrow/WideNarrow';\nimport WideNarrowDetails from './components/template/WideNarrow/WideNarrowDetails';\nimport WideNarrowForm from './components/template/WideNarrow/WideNarrowForm';\nimport WideNarrowPage from './components/template/WideNarrow/WideNarrowPage';\n\n\n// pegaSdkComponentMap is the JSON object where we'll store the components that are\n// the default implementations provided by the SDK. These will be used if there isn't\n// an entry in the localSdkComponentMap\n\n// NOTE: A few components have non-standard capitalization:\n// 'reference' is what's in the metadata, not Reference\n// 'Todo' is what's in the metadata, not ToDo\n// Also, note that \"Checkbox\" component is named/exported as CheckboxComponent\n\nconst pegaSdkComponentMap = {\n 'ActionButtons': ActionButtons,\n 'ActionButtonsForFileUtil': ActionButtonsForFileUtil,\n 'AppAnnouncement': AppAnnouncement,\n 'AppShell': AppShell,\n 'Assignment': Assignment,\n 'AssignmentCard': AssignmentCard,\n 'Attachment': Attachment,\n 'AutoComplete': AutoComplete,\n 'CancelAlert': CancelAlert,\n 'CaseHistory': CaseHistory,\n 'CaseSummary': CaseSummary,\n 'CaseSummaryFields': CaseSummaryFields,\n 'CaseView': CaseView,\n 'CaseViewActionsMenu': CaseViewActionsMenu,\n 'Checkbox': Checkbox,\n 'Currency': Currency,\n 'DashboardFilter': DashboardFilter,\n 'DataReference': DataReference,\n 'Date': Date,\n 'DateTime': DateTime,\n 'Decimal': Decimal,\n 'DefaultForm': DefaultForm,\n 'DeferLoad': DeferLoad,\n 'Details': Details,\n 'DetailsSubTabs': DetailsSubTabs,\n 'DetailsThreeColumn': DetailsThreeColumn,\n 'DetailsTwoColumn': DetailsTwoColumn,\n 'Dropdown': Dropdown,\n 'Email': Email,\n 'ErrorBoundary': ErrorBoundary,\n 'FieldGroupTemplate': FieldGroupTemplate,\n 'FileUtility': FileUtility,\n 'FlowContainer': FlowContainer,\n 'Followers': Followers,\n 'InlineDashboard': InlineDashboard,\n 'InlineDashboardPage': InlineDashboardPage,\n 'Integer': Integer,\n 'LeftAlignVerticalTabs': LeftAlignVerticalTabs,\n 'ListPage': ListPage,\n 'ListView': ListView,\n 'ModalViewContainer': ModalViewContainer,\n 'MultiReferenceReadOnly': MultiReferenceReadOnly,\n 'MultiStep': MultiStep,\n 'NarrowWide': NarrowWide,\n 'NarrowWideDetails': NarrowWideDetails,\n 'NarrowWideForm': NarrowWideForm,\n 'NarrowWidePage': NarrowWidePage,\n 'NavBar': NavBar,\n 'OneColumn': OneColumn,\n 'OneColumnPage': OneColumnPage,\n 'OneColumnTab': OneColumnTab,\n 'Operator': Operator,\n 'Percentage': Percentage,\n 'Phone': Phone,\n 'PromotedFilters': PromotedFilters,\n 'Pulse': Pulse,\n 'reference': Reference,\n 'RadioButtons': RadioButtons,\n 'Region': Region,\n 'RootContainer': RootContainer,\n 'SemanticLink': SemanticLink,\n 'SimpleTable': SimpleTable,\n 'SimpleTableManual': SimpleTableManual,\n 'SimpleTableSelect': SimpleTableSelect,\n 'SingleReferenceReadOnly': SingleReferenceReadOnly,\n 'Stages': Stages,\n 'SubTabs': SubTabs,\n 'SummaryItem': SummaryItem,\n 'SummaryList': SummaryList,\n 'TextArea': TextArea,\n 'TextContent': TextContent,\n 'TextInput': TextInput,\n 'Time': Time,\n 'Todo': ToDo,\n 'TwoColumn': TwoColumn,\n 'TwoColumnPage': TwoColumnPage,\n 'TwoColumnTab': TwoColumnTab,\n 'URL': URL,\n 'UserReference': UserReference,\n 'VerticalTabs': VerticalTabs,\n 'View': View,\n 'ViewContainer': ViewContainer,\n 'WideNarrow': WideNarrow,\n 'WideNarrowDetails': WideNarrowDetails,\n 'WideNarrowForm': WideNarrowForm,\n 'WideNarrowPage': WideNarrowPage\n};\n\nexport default pegaSdkComponentMap;\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/react-sdk-components",
3
- "version": "0.23.12",
3
+ "version": "0.23.13",
4
4
  "description": "React SDK Infrastructure: bridge and components",
5
5
  "_filesComment": "During packing, npm ignores everything NOT in the files list",
6
6
  "files": [
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- import PropTypes from "prop-types";
3
- import './CaseSummaryFields.css';
4
- declare function CaseSummaryFields(props: any): JSX.Element;
5
- declare namespace CaseSummaryFields {
6
- var propTypes: {
7
- status: PropTypes.Requireable<string>;
8
- showStatus: PropTypes.Requireable<boolean>;
9
- theFields: PropTypes.Requireable<(object | null | undefined)[]>;
10
- };
11
- }
12
- export default CaseSummaryFields;
13
- //# sourceMappingURL=CaseSummaryFields.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseSummaryFields.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAOnC,OAAO,yBAAyB,CAAC;AAIjC,iBAAwB,iBAAiB,CAAC,KAAK,KAAA,eAyI9C;kBAzIuB,iBAAiB;;;;;;;eAAjB,iBAAiB"}
@@ -1,102 +0,0 @@
1
- import React, { useState, useEffect } from "react";
2
- import PropTypes from "prop-types";
3
- import isDeepEqual from 'fast-deep-equal/react';
4
- import Grid from '@material-ui/core/Grid';
5
- import TextField from '@material-ui/core/TextField';
6
- import Operator from '../Operator';
7
- import './CaseSummaryFields.css';
8
- import { format } from '../../helpers/formatters';
9
- export default function CaseSummaryFields(props) {
10
- const { status, showStatus, theFields } = props;
11
- const [theFieldsToRender, setFieldsToRender] = useState([]);
12
- const [theFieldsAsGridItems, setFieldsAsGridItems] = useState([]);
13
- function getFieldValue(field) {
14
- const fieldTypeLower = field.type.toLowerCase();
15
- if (field.config.value === null || field.config.value === "") {
16
- // Special handling for missing value
17
- // eslint-disable-next-line sonarjs/no-small-switch
18
- switch (fieldTypeLower) {
19
- case "caseoperator":
20
- return React.createElement(Operator, { caseOpConfig: field.config });
21
- break;
22
- default:
23
- return React.createElement(TextField, { value: "---", label: field.config.label, InputProps: {
24
- readOnly: true
25
- } });
26
- }
27
- }
28
- switch (fieldTypeLower) {
29
- case "textinput":
30
- return React.createElement(TextField, { value: field.config.value, label: field.config.label, InputProps: {
31
- readOnly: true
32
- } });
33
- case "status":
34
- return React.createElement(TextField, { className: "psdk-csf-status-style", value: field.config.value, label: field.config.label, InputProps: {
35
- readOnly: true
36
- } });
37
- case "phone":
38
- {
39
- const displayPhone = (field.config.value !== "") ? field.config.value : "---";
40
- return React.createElement("a", { href: `tel:${displayPhone}` },
41
- React.createElement(TextField, { value: field.config.value, label: field.config.label, InputProps: {
42
- readOnly: true,
43
- inputProps: { style: { cursor: 'pointer' } }
44
- } }));
45
- }
46
- case "email":
47
- {
48
- const displayEmail = format(field.config.value, field.type);
49
- return React.createElement("a", { href: `mailto:${displayEmail}` },
50
- React.createElement(TextField, { value: field.config.value, label: field.config.label, InputProps: {
51
- readOnly: true,
52
- inputProps: { style: { cursor: 'pointer' } }
53
- } }));
54
- }
55
- case "date":
56
- return React.createElement(TextField, { value: format(field.config.value, field.type), label: field.config.label, InputProps: {
57
- readOnly: true
58
- } });
59
- case "caseoperator":
60
- return React.createElement(Operator, { caseOpConfig: field.config });
61
- break;
62
- default:
63
- return (React.createElement("span", null,
64
- field.type.toLowerCase(),
65
- " ",
66
- field.config.value));
67
- }
68
- }
69
- // Whenever theFieldsToRender changes, update theFieldsAsGridItems that's used during render
70
- useEffect(() => {
71
- const arGridItems = theFieldsToRender.map((field) => {
72
- return (React.createElement(Grid, { item: true, xs: 6, key: field.config.label }, getFieldValue(field)));
73
- });
74
- setFieldsAsGridItems(arGridItems);
75
- }, [theFieldsToRender]);
76
- const theFieldsModifiable = theFields;
77
- // Special Case: if showStatus is true, splice the status value to be 2nd in theFields
78
- // if it's not already there
79
- if (showStatus && theFields?.[1].type !== "status") {
80
- const oStatus = { type: "status", config: { value: status, label: "Status" } };
81
- const count = theFieldsModifiable.length;
82
- if (count < 2) {
83
- theFieldsModifiable.push(oStatus);
84
- }
85
- else {
86
- theFieldsModifiable.splice(1, 0, oStatus);
87
- }
88
- }
89
- // At this point, we know what fields we want to render...
90
- // So, update our state if it's changed
91
- if (!isDeepEqual(theFieldsToRender, theFieldsModifiable)) {
92
- setFieldsToRender(theFieldsModifiable);
93
- }
94
- return React.createElement(React.Fragment, null,
95
- React.createElement(Grid, { container: true, className: "psdk-case-summary-fields" }, theFieldsAsGridItems));
96
- }
97
- CaseSummaryFields.propTypes = {
98
- status: PropTypes.string,
99
- showStatus: PropTypes.bool,
100
- theFields: PropTypes.arrayOf(PropTypes.object)
101
- };
102
- //# sourceMappingURL=CaseSummaryFields.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseSummaryFields.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/CaseSummaryFields/CaseSummaryFields.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,WAAW,MAAM,uBAAuB,CAAC;AAEhD,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,SAAS,MAAM,6BAA6B,CAAC;AACpD,OAAO,QAAQ,MAAM,aAAa,CAAC;AAEnC,OAAO,yBAAyB,CAAC;AAEjC,OAAO,EAAE,MAAM,EAAE,MAAM,0BAA0B,CAAC;AAElD,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,KAAK;IAC7C,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;IAEhD,MAAM,CAAC,iBAAiB,EAAE,iBAAiB,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAC5D,MAAM,CAAC,oBAAoB,EAAE,oBAAoB,CAAC,GAAG,QAAQ,CAAa,EAAE,CAAC,CAAC;IAG9E,SAAS,aAAa,CAAC,KAAU;QAC/B,MAAM,cAAc,GAAG,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC;QAEhD,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,KAAK,IAAI,IAAI,KAAK,CAAC,MAAM,CAAC,KAAK,KAAK,EAAE,EAAE;YAC5D,qCAAqC;YACrC,mDAAmD;YACnD,QAAO,cAAc,EAAE;gBACrB,KAAK,cAAc;oBACjB,OAAO,oBAAC,QAAQ,IAAC,YAAY,EAAE,KAAK,CAAC,MAAM,GAAI,CAAC;oBAChD,MAAM;gBAER;oBACE,OAAO,oBAAC,SAAS,IACf,KAAK,EAAC,KAAK,EACX,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,UAAU,EAAE;4BACV,QAAQ,EAAE,IAAI;yBACf,GAAI,CAAC;aACX;SACF;QAED,QAAO,cAAc,EAAE;YACrB,KAAK,WAAW;gBACd,OAAO,oBAAC,SAAS,IACf,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,UAAU,EAAE;wBACV,QAAQ,EAAE,IAAI;qBACf,GAAI,CAAC;YAEV,KAAK,QAAQ;gBACX,OAAO,oBAAC,SAAS,IACjB,SAAS,EAAC,uBAAuB,EACjC,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,UAAU,EAAE;wBACV,QAAQ,EAAE,IAAI;qBACb,GAAI,CAAC;YAEV,KAAK,OAAO;gBACV;oBACE,MAAM,YAAY,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,KAAK,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC;oBAC9E,OAAO,2BAAG,IAAI,EAAE,OAAO,YAAY,EAAE;wBACnC,oBAAC,SAAS,IACJ,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,UAAU,EAAE;gCACV,QAAQ,EAAE,IAAI;gCACd,UAAU,EAAE,EAAC,KAAK,EAAE,EAAC,MAAM,EAAE,SAAS,EAAC,EAAC;6BACzC,GACH,CACF,CAAC;iBACN;YAEH,KAAK,OAAO;gBACV;oBACE,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;oBAC5D,OAAO,2BAAG,IAAI,EAAE,UAAU,YAAY,EAAE;wBACtC,oBAAC,SAAS,IACJ,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,UAAU,EAAE;gCACV,QAAQ,EAAE,IAAI;gCACd,UAAU,EAAE,EAAC,KAAK,EAAE,EAAC,MAAM,EAAE,SAAS,EAAC,EAAC;6BACzC,GACH,CACF,CAAC;iBAEN;YAEH,KAAK,MAAM;gBACT,OAAO,oBAAC,SAAS,IACX,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,KAAK,CAAC,IAAI,CAAC,EAC7C,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EACzB,UAAU,EAAE;wBACV,QAAQ,EAAE,IAAI;qBACf,GAAI,CAAC;YAEd,KAAK,cAAc;gBACjB,OAAO,oBAAC,QAAQ,IAAC,YAAY,EAAE,KAAK,CAAC,MAAM,GAAI,CAAC;gBAChD,MAAM;YAEN;gBACA,OAAO,CACP;oBAAO,KAAK,CAAC,IAAI,CAAC,WAAW,EAAE;;oBAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAQ,CAC3D,CAAC;SAEL;IAEH,CAAC;IAGD,4FAA4F;IAC5F,SAAS,CAAC,GAAG,EAAE;QACX,MAAM,WAAW,GAAG,iBAAiB,CAAC,GAAG,CAAC,CAAC,KAAU,EAAE,EAAE;YACvD,OAAO,CAAE,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,IAAG,aAAa,CAAC,KAAK,CAAC,CAAQ,CAAE,CAAC;QACtF,CAAC,CAAC,CAAC;QACH,oBAAoB,CAAC,WAAW,CAAC,CAAC;IACpC,CAAC,EACD,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAGvB,MAAM,mBAAmB,GAAG,SAAS,CAAC;IAEtC,sFAAsF;IACtF,6BAA6B;IAC7B,IAAI,UAAU,IAAI,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,KAAK,QAAQ,EAAE;QAClD,MAAM,OAAO,GAAG,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAC,CAAC;QAE9E,MAAM,KAAK,GAAG,mBAAmB,CAAC,MAAM,CAAC;QACzC,IAAI,KAAK,GAAG,CAAC,EAAE;YACb,mBAAmB,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;SACnC;aACI;YACH,mBAAmB,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC;SAC3C;KACF;IAED,0DAA0D;IAC1D,wCAAwC;IACxC,IAAI,CAAC,WAAW,CAAC,iBAAiB,EAAE,mBAAmB,CAAC,EAAE;QACxD,iBAAiB,CAAC,mBAAmB,CAAC,CAAC;KACxC;IAGD,OAAO,oBAAC,KAAK,CAAC,QAAQ;QACpB,oBAAC,IAAI,IAAC,SAAS,QAAC,SAAS,EAAC,0BAA0B,IACjD,oBAAoB,CAChB,CACQ,CAAC;AACpB,CAAC;AAED,iBAAiB,CAAC,SAAS,GAAG;IAC5B,MAAM,EAAE,SAAS,CAAC,MAAM;IACxB,UAAU,EAAE,SAAS,CAAC,IAAI;IAC1B,SAAS,EAAE,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC;CAC/C,CAAC","sourcesContent":["import React, { useState, useEffect } from \"react\";\nimport PropTypes from \"prop-types\";\nimport isDeepEqual from 'fast-deep-equal/react';\n\nimport Grid from '@material-ui/core/Grid';\nimport TextField from '@material-ui/core/TextField';\nimport Operator from '../Operator';\n\nimport './CaseSummaryFields.css';\n\nimport { format } from '../../helpers/formatters';\n\nexport default function CaseSummaryFields(props) {\n const { status, showStatus, theFields } = props;\n\n const [theFieldsToRender, setFieldsToRender] = useState([]);\n const [theFieldsAsGridItems, setFieldsAsGridItems] = useState<Array<any>>([]);\n\n\n function getFieldValue(field: any): any {\n const fieldTypeLower = field.type.toLowerCase();\n\n if (field.config.value === null || field.config.value === \"\") {\n // Special handling for missing value\n // eslint-disable-next-line sonarjs/no-small-switch\n switch(fieldTypeLower) {\n case \"caseoperator\" :\n return <Operator caseOpConfig={field.config} />;\n break;\n\n default:\n return <TextField\n value=\"---\"\n label={field.config.label}\n InputProps={{\n readOnly: true\n }} />;\n }\n }\n\n switch(fieldTypeLower) {\n case \"textinput\" :\n return <TextField\n value={field.config.value}\n label={field.config.label}\n InputProps={{\n readOnly: true\n }} />;\n\n case \"status\" :\n return <TextField\n className=\"psdk-csf-status-style\"\n value={field.config.value}\n label={field.config.label}\n InputProps={{\n readOnly: true\n }} />;\n\n case \"phone\":\n {\n const displayPhone = (field.config.value !== \"\") ? field.config.value : \"---\";\n return <a href={`tel:${displayPhone}`}>\n <TextField\n value={field.config.value}\n label={field.config.label}\n InputProps={{\n readOnly: true,\n inputProps: {style: {cursor: 'pointer'}}\n }}\n />\n </a>;\n }\n\n case \"email\":\n {\n const displayEmail = format(field.config.value, field.type);\n return <a href={`mailto:${displayEmail}`}>\n <TextField\n value={field.config.value}\n label={field.config.label}\n InputProps={{\n readOnly: true,\n inputProps: {style: {cursor: 'pointer'}}\n }}\n />\n </a>;\n\n }\n\n case \"date\":\n return <TextField\n value={format(field.config.value, field.type)}\n label={field.config.label}\n InputProps={{\n readOnly: true\n }} />;\n\n case \"caseoperator\":\n return <Operator caseOpConfig={field.config} />;\n break;\n\n default:\n return (\n <span>{field.type.toLowerCase()} {field.config.value}</span>\n );\n\n }\n\n }\n\n\n // Whenever theFieldsToRender changes, update theFieldsAsGridItems that's used during render\n useEffect(() => {\n const arGridItems = theFieldsToRender.map((field: any) => {\n return ( <Grid item xs={6} key={field.config.label}>{getFieldValue(field)}</Grid> );\n });\n setFieldsAsGridItems(arGridItems);\n },\n [theFieldsToRender]);\n\n\n const theFieldsModifiable = theFields;\n\n // Special Case: if showStatus is true, splice the status value to be 2nd in theFields\n // if it's not already there\n if (showStatus && theFields?.[1].type !== \"status\") {\n const oStatus = { type: \"status\", config: { value: status, label: \"Status\" }};\n\n const count = theFieldsModifiable.length;\n if (count < 2) {\n theFieldsModifiable.push(oStatus);\n }\n else {\n theFieldsModifiable.splice(1, 0, oStatus);\n }\n }\n\n // At this point, we know what fields we want to render...\n // So, update our state if it's changed\n if (!isDeepEqual(theFieldsToRender, theFieldsModifiable)) {\n setFieldsToRender(theFieldsModifiable);\n }\n\n\n return <React.Fragment>\n <Grid container className=\"psdk-case-summary-fields\">\n {theFieldsAsGridItems}\n </Grid>\n </React.Fragment>;\n}\n\nCaseSummaryFields.propTypes = {\n status: PropTypes.string,\n showStatus: PropTypes.bool,\n theFields: PropTypes.arrayOf(PropTypes.object)\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/CaseSummaryFields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/CaseSummaryFields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC","sourcesContent":["export { default } from './CaseSummaryFields';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsFields.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/DetailsFields/DetailsFields.tsx"],"names":[],"mappings":";AAEA,OAAO,SAAS,MAAM,YAAY,CAAC;AA+BnC,iBAAwB,aAAa,CAAC,KAAK,KAAA,eA0G1C;kBA1GuB,aAAa;;;;;;;;eAAb,aAAa"}
@@ -1,106 +0,0 @@
1
- /* eslint-disable react/no-array-index-key */
2
- import React, { createElement, isValidElement } from 'react';
3
- import PropTypes from 'prop-types';
4
- import Grid from '@material-ui/core/Grid';
5
- import Typography from '@material-ui/core/Typography';
6
- import { makeStyles } from '@material-ui/core/styles';
7
- import createPConnectComponent from '../../../bridge/react_pconnect';
8
- import { format } from '../../helpers/formatters';
9
- const useStyles = makeStyles(theme => ({
10
- root: {
11
- paddingRight: theme.spacing(1),
12
- paddingLeft: theme.spacing(1),
13
- paddingTop: theme.spacing(1),
14
- paddingBottom: theme.spacing(1),
15
- marginRight: theme.spacing(1),
16
- marginLeft: theme.spacing(1),
17
- marginTop: theme.spacing(1),
18
- marginBottom: theme.spacing(1)
19
- },
20
- fieldLabel: {
21
- display: 'block',
22
- fontWeight: 400,
23
- color: theme.palette.text.secondary
24
- },
25
- fieldValue: {
26
- fontWeight: 400,
27
- color: theme.palette.text.primary
28
- }
29
- }));
30
- export default function DetailsFields(props) {
31
- // const componentName = "DetailsFields";
32
- const { fields } = props;
33
- const classes = useStyles();
34
- const fieldComponents = [];
35
- fields?.forEach((field, index) => {
36
- const thePConn = field.getPConnect();
37
- const theCompType = thePConn.getComponentName().toLowerCase();
38
- const { label } = thePConn.getConfigProps();
39
- const configObj = thePConn?.getReferencedView();
40
- configObj.config.readOnly = theCompType === 'reference';
41
- configObj.config.displayMode = 'LABELS_LEFT';
42
- const propToUse = { ...thePConn.getInheritedProps() };
43
- configObj.config.label = theCompType === 'reference' ? propToUse?.label : label;
44
- fieldComponents.push({
45
- type: theCompType,
46
- label,
47
- value: (React.createElement(React.Fragment, { key: index }, createElement(createPConnectComponent(), thePConn.getReferencedViewPConnect())))
48
- });
49
- });
50
- function getGridItemLabel(field, keyVal) {
51
- const dispValue = field.label;
52
- return (React.createElement(Grid, { item: true, xs: 6, key: keyVal },
53
- React.createElement(Typography, { variant: 'body2', component: 'span', className: `${classes.fieldLabel}` }, dispValue)));
54
- }
55
- function formatItemValue(inField) {
56
- const { type, value } = inField;
57
- let formattedVal = value;
58
- // eslint-disable-next-line sonarjs/no-small-switch
59
- switch (type) {
60
- case 'date':
61
- formattedVal = format(value, type);
62
- break;
63
- default:
64
- // No match means we return the value as we received it
65
- break;
66
- }
67
- // Finally, if the value is undefined or an empty string, we want to display it as "---"
68
- if (formattedVal === undefined || formattedVal === '') {
69
- formattedVal = '---';
70
- }
71
- return formattedVal;
72
- }
73
- function getGridItemValue(field, keyVal) {
74
- const formattedValue = formatItemValue(field);
75
- return (React.createElement(Grid, { item: true, xs: 6, key: keyVal },
76
- React.createElement(Typography, { variant: 'body2', component: 'span', className: classes.fieldValue }, formattedValue)));
77
- }
78
- function getGridItem(field, keyVal) {
79
- return (React.createElement(Grid, { item: true, xs: 12, key: keyVal },
80
- React.createElement(Typography, { variant: 'body2', component: 'span', className: classes.fieldValue }, field?.value)));
81
- }
82
- function getGridItems() {
83
- const gridItems = fieldComponents.map((field, index) => {
84
- if (field?.type === 'reference') {
85
- return field?.value;
86
- }
87
- else if (isValidElement(field?.value)) {
88
- return (React.createElement(Grid, { container: true, spacing: 1, style: { padding: '4px 0px' }, key: index }, getGridItem(field, `${index}-item`)));
89
- }
90
- else {
91
- return (React.createElement(Grid, { container: true, spacing: 1, style: { padding: '4px 0px' }, key: index },
92
- getGridItemLabel(field, `${index}-label`),
93
- getGridItemValue(field, `${index}-value`)));
94
- }
95
- });
96
- return gridItems;
97
- }
98
- return React.createElement(React.Fragment, null, getGridItems());
99
- }
100
- DetailsFields.defaultProps = {
101
- fields: []
102
- };
103
- DetailsFields.propTypes = {
104
- fields: PropTypes.arrayOf(PropTypes.any)
105
- };
106
- //# sourceMappingURL=DetailsFields.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsFields.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/DetailsFields/DetailsFields.tsx"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable react/no-array-index-key */\nimport React, { createElement, isValidElement } from 'react';\nimport PropTypes from 'prop-types';\nimport Grid from '@material-ui/core/Grid';\nimport Typography from '@material-ui/core/Typography';\nimport { makeStyles } from '@material-ui/core/styles';\n\nimport createPConnectComponent from '../../../bridge/react_pconnect';\n\nimport { format } from '../../helpers/formatters';\n\nconst useStyles = makeStyles(theme => ({\n root: {\n paddingRight: theme.spacing(1),\n paddingLeft: theme.spacing(1),\n paddingTop: theme.spacing(1),\n paddingBottom: theme.spacing(1),\n marginRight: theme.spacing(1),\n marginLeft: theme.spacing(1),\n marginTop: theme.spacing(1),\n marginBottom: theme.spacing(1)\n },\n fieldLabel: {\n display: 'block',\n fontWeight: 400,\n color: theme.palette.text.secondary\n },\n fieldValue: {\n fontWeight: 400,\n color: theme.palette.text.primary\n }\n}));\n\nexport default function DetailsFields(props) {\n // const componentName = \"DetailsFields\";\n const { fields } = props;\n const classes = useStyles();\n const fieldComponents: Array<any> = [];\n\n fields?.forEach((field, index) => {\n const thePConn = field.getPConnect();\n const theCompType = thePConn.getComponentName().toLowerCase();\n const { label } = thePConn.getConfigProps();\n const configObj = thePConn?.getReferencedView();\n configObj.config.readOnly = theCompType === 'reference';\n configObj.config.displayMode = 'LABELS_LEFT';\n const propToUse = { ...thePConn.getInheritedProps() };\n configObj.config.label = theCompType === 'reference' ? propToUse?.label : label;\n fieldComponents.push({\n type: theCompType,\n label,\n value: (\n <React.Fragment key={index}>\n {createElement(createPConnectComponent(), thePConn.getReferencedViewPConnect())}\n </React.Fragment>\n )\n });\n });\n\n function getGridItemLabel(field: any, keyVal: string) {\n const dispValue = field.label;\n\n return (\n <Grid item xs={6} key={keyVal}>\n <Typography variant='body2' component='span' className={`${classes.fieldLabel}`}>\n {dispValue}\n </Typography>\n </Grid>\n );\n }\n\n function formatItemValue(inField: any) {\n const { type, value } = inField;\n let formattedVal = value;\n\n // eslint-disable-next-line sonarjs/no-small-switch\n switch (type) {\n case 'date':\n formattedVal = format(value, type);\n break;\n\n default:\n // No match means we return the value as we received it\n break;\n }\n\n // Finally, if the value is undefined or an empty string, we want to display it as \"---\"\n if (formattedVal === undefined || formattedVal === '') {\n formattedVal = '---';\n }\n\n return formattedVal;\n }\n\n function getGridItemValue(field: any, keyVal: string) {\n const formattedValue = formatItemValue(field);\n\n return (\n <Grid item xs={6} key={keyVal}>\n <Typography variant='body2' component='span' className={classes.fieldValue}>\n {formattedValue}\n </Typography>\n </Grid>\n );\n }\n\n function getGridItem(field: any, keyVal: string) {\n return (\n <Grid item xs={12} key={keyVal}>\n <Typography variant='body2' component='span' className={classes.fieldValue}>\n {field?.value}\n </Typography>\n </Grid>\n );\n }\n\n function getGridItems() {\n const gridItems: Array<any> = fieldComponents.map((field, index) => {\n if (field?.type === 'reference') {\n return field?.value;\n } else if (isValidElement(field?.value)) {\n return (\n <Grid container spacing={1} style={{ padding: '4px 0px' }} key={index}>\n {getGridItem(field, `${index}-item`)}\n </Grid>\n );\n } else {\n return (\n <Grid container spacing={1} style={{ padding: '4px 0px' }} key={index}>\n {getGridItemLabel(field, `${index}-label`)}\n {getGridItemValue(field, `${index}-value`)}\n </Grid>\n );\n }\n });\n return gridItems;\n }\n\n return <React.Fragment>{getGridItems()}</React.Fragment>;\n}\n\nDetailsFields.defaultProps = {\n fields: []\n};\n\nDetailsFields.propTypes = {\n fields: PropTypes.arrayOf(PropTypes.any)\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/DetailsFields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/DetailsFields/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["export { default } from './DetailsFields';"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroup/FieldGroup.tsx"],"names":[],"mappings":";AAuCA,QAAA,MAAM,UAAU,6BAuEf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldGroup.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroup/FieldGroup.tsx"],"names":[],"mappings":"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","sourcesContent":["import React from 'react';\nimport Grid from '@material-ui/core/Grid';\nimport Typography from '@material-ui/core/Typography';\nimport { makeStyles } from '@material-ui/core/styles';\nimport Utils from '../../helpers/utils';\n\nfunction generateFields(item, fields) {\n for (const label in item) {\n if (Utils.isObject(item[label])) {\n generateFields(item[label], fields);\n } else if (label !== 'classID') {\n fields.push({ label, value: item[label] });\n }\n }\n}\n\nconst useStyles = makeStyles(theme => ({\n root: {\n marginRight: theme.spacing(1),\n marginLeft: theme.spacing(1),\n marginTop: theme.spacing(1),\n marginBottom: theme.spacing(1)\n },\n fieldMargin: {\n paddingTop: theme.spacing(1),\n paddingBottom: theme.spacing(1),\n marginTop: theme.spacing(1),\n marginBottom: theme.spacing(1)\n },\n fieldLabel: {\n fontWeight: 400,\n color: theme.palette.text.secondary\n },\n fieldValue: {\n fontWeight: 400,\n color: theme.palette.text.primary\n }\n}));\n\nconst FieldGroup = props => {\n const classes = useStyles();\n\n const fields: any = [];\n generateFields(props.item, fields);\n\n function getGridItemLabel(label) {\n const dispValue = label;\n\n return (\n <Grid item xs={6}>\n <Typography\n variant='body2'\n component='span'\n className={`${classes.fieldLabel} ${classes.fieldMargin}`}\n >\n {dispValue}\n </Typography>\n </Grid>\n );\n }\n\n function formatItemValue(value) {\n let formattedVal = value;\n\n // if the value is an empty string, we want to display it as \"---\"\n if (formattedVal === '') {\n formattedVal = '---';\n }\n\n return formattedVal;\n }\n\n function getGridItemValue(value) {\n const formattedValue = formatItemValue(value);\n\n return (\n <Grid item xs={6}>\n <Typography variant='body2' component='span' className={classes.fieldValue}>\n {formattedValue}\n </Typography>\n </Grid>\n );\n }\n\n function getGridItems() {\n const gridItems = fields.map((item) => {\n return (\n <Grid key={`${item.label}-${item.value}`} container spacing={1}>\n {getGridItemLabel(item.label)}\n {getGridItemValue(item.value)}\n </Grid>\n );\n });\n return gridItems;\n }\n\n return (\n <React.Fragment>\n <Grid container spacing={4} justifyContent='space-between'>\n <Grid item style={{ width: '100%' }}>\n {fields.length > 0 && (\n <div className={classes.fieldMargin}>\n <b>{props.name}</b>\n </div>\n )}\n {getGridItems()}\n </Grid>\n </Grid>\n </React.Fragment>\n );\n};\n\nexport default FieldGroup;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroup/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC","sourcesContent":["export { default } from './FieldGroup';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldGroupList.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroupList/FieldGroupList.tsx"],"names":[],"mappings":";AAUA,QAAA,MAAM,cAAc,6BA4CnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldGroupList.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroupList/FieldGroupList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,OAAO,MAAM,2BAA2B,CAAC;AAChD,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAE1C,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAI5C,MAAM,cAAc,GAAG,KAAK,CAAC,EAAE;IAC7B,IAAI,iBAAiB,GAAG,OAAO,CAAC;IAChC,IAAI,iBAAiB,EAAE;QACrB,iBAAiB,GAAG,KAAK,CAAC,WAAW,CACnC,iBAAiB,EACjB,KAAK,CAAC,cAAc,EAAE,CAAC,kBAAkB,EAAE,CAC5C,CAAC;KACH;IAED,OAAO,CACL,oBAAC,IAAI,IAAC,SAAS,QAAC,OAAO,EAAE,CAAC,EAAE,cAAc,EAAC,eAAe;QACxD,oBAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;YACjC,oBAAC,IAAI,IAAC,SAAS,QAAC,OAAO,EAAE,CAAC;gBACvB,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CACvB,oBAAC,IAAI,IAAC,IAAI,QAAC,KAAK,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;oBACjC,+BAAI,IAAI,CAAC,IAAI,CAAK;oBACjB,KAAK,CAAC,QAAQ,IAAI,CACjB,gCACE,IAAI,EAAC,QAAQ,EACb,KAAK,EAAE,EAAE,KAAK,EAAE,OAAO,EAAE,EACzB,SAAS,EAAC,qBAAqB,EAC/B,EAAE,EAAE,cAAc,IAAI,CAAC,EAAE,EAAE,EAC3B,OAAO,EAAE,GAAG,EAAE;4BACZ,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;wBAC1B,CAAC;wBAED,6BAAK,SAAS,EAAC,mCAAmC,EAAC,GAAG,EAAE,iBAAiB,GAAQ,CAC1E,CACV;oBACA,IAAI,CAAC,QAAQ;oBACd,+BAAM;oBACL,KAAK,CAAC,KAAK,IAAI,oBAAC,OAAO,OAAG;oBAC3B,+BAAM,CACD,CACR,CAAC;gBACD,KAAK,CAAC,KAAK,IAAI,CACd,oBAAC,IAAI,IAAC,OAAO,EAAE,KAAK,CAAC,KAAK,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,SAAS,EAAE,WAEjD,CACR,CACI,CACF,CACF,CACR,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import React from 'react';\n\nimport Grid from '@material-ui/core/Grid';\nimport Divider from '@material-ui/core/Divider';\nimport Link from '@material-ui/core/Link';\n\nimport { Utils } from '../../helpers/utils';\n\ndeclare const PCore: any;\n\nconst FieldGroupList = props => {\n let menuIconOverride$ = 'trash';\n if (menuIconOverride$) {\n menuIconOverride$ = Utils.getImageSrc(\n menuIconOverride$,\n PCore.getAssetLoader().getStaticServerUrl()\n );\n }\n\n return (\n <Grid container spacing={4} justifyContent='space-between'>\n <Grid item style={{ width: '100%' }}>\n <Grid container spacing={1}>\n {props.items.map(item => (\n <Grid item style={{ width: '100%' }}>\n <b>{item.name}</b>\n {props.onDelete && (\n <button\n type='button'\n style={{ float: 'right' }}\n className='psdk-utility-button'\n id={`delete-row-${item.id}`}\n onClick={() => {\n props.onDelete(item.id);\n }}\n >\n <img className='psdk-utility-card-action-svg-icon' src={menuIconOverride$}></img>\n </button>\n )}\n {item.children}\n <br />\n {props.onAdd && <Divider />}\n <br />\n </Grid>\n ))}\n {props.onAdd && (\n <Link onClick={props.onAdd} style={{ cursor: 'pointer' }}>\n +Add\n </Link>\n )}\n </Grid>\n </Grid>\n </Grid>\n );\n};\n\nexport default FieldGroupList;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroupList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldGroupList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["export { default } from './FieldGroupList';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldValueList.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldValueList/FieldValueList.tsx"],"names":[],"mappings":";AAiCA,QAAA,MAAM,cAAc,6BAsEnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldValueList.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldValueList/FieldValueList.tsx"],"names":[],"mappings":"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","sourcesContent":["import React from 'react';\n\nimport Grid from '@material-ui/core/Grid';\nimport Typography from '@material-ui/core/Typography';\nimport { makeStyles } from '@material-ui/core/styles';\n\nconst useStyles = makeStyles(theme => ({\n root: {\n marginRight: theme.spacing(1),\n marginLeft: theme.spacing(1),\n marginTop: theme.spacing(1),\n marginBottom: theme.spacing(1)\n },\n fieldMargin: {\n // paddingRight: theme.spacing(1),\n // paddingLeft: theme.spacing(1),\n // paddingTop: theme.spacing(1),\n // paddingBottom: theme.spacing(1),\n // marginRight: theme.spacing(1),\n // marginLeft: theme.spacing(1),\n // marginTop: theme.spacing(1),\n // marginBottom: theme.spacing(1)\n },\n fieldLabel: {\n fontWeight: 400,\n color: theme.palette.text.secondary\n },\n fieldValue: {\n fontWeight: 400,\n color: theme.palette.text.primary\n }\n}));\n\nconst FieldValueList = props => {\n const classes = useStyles();\n\n const fields: any = [];\n\n // eslint-disable-next-line guard-for-in\n for (const label in props.item) {\n fields.push({ label, value: props.item[label] });\n }\n\n function getGridItemLabel(label) {\n const dispValue = label;\n\n return (\n <Grid item xs={6}>\n <Typography\n variant='body2'\n component='span'\n className={`${classes.fieldLabel} ${classes.fieldMargin}`}\n >\n {dispValue}\n </Typography>\n </Grid>\n );\n }\n\n function formatItemValue(value) {\n let formattedVal = value;\n\n // if the value is undefined or an empty string, we want to display it as \"---\"\n if (formattedVal === undefined || formattedVal === '') {\n formattedVal = '---';\n }\n\n return formattedVal;\n }\n\n function getGridItemValue(value) {\n const formattedValue = formatItemValue(value);\n\n return (\n <Grid item xs={6}>\n <Typography variant='body2' component='span' className={classes.fieldValue}>\n {formattedValue}\n </Typography>\n </Grid>\n );\n }\n\n function getGridItems() {\n const gridItems = fields.map(item => {\n return (\n <Grid container spacing={1} key={item.label}>\n {getGridItemLabel(item.label)}\n {getGridItemValue(item.value)}\n </Grid>\n );\n });\n return gridItems;\n }\n\n return (\n <React.Fragment>\n <Grid container spacing={4} justifyContent='space-between'>\n <Grid item style={{ width: '100%' }}>\n {getGridItems()}\n </Grid>\n </Grid>\n </React.Fragment>\n );\n};\n\nexport default FieldValueList;\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldValueList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/FieldValueList/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["export { default } from './FieldValueList';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Operator.d.ts","sourceRoot":"","sources":["../../../../src/components/designSystemExtensions/Operator/Operator.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAuBnC,iBAAwB,QAAQ,CAAC,KAAK,KAAA,eAmKrC;kBAnKuB,QAAQ;;;;;;eAAR,QAAQ"}
@@ -1,154 +0,0 @@
1
- import React, { useState } from "react";
2
- import PropTypes from "prop-types";
3
- import TextField from '@material-ui/core/TextField';
4
- import Popover from '@material-ui/core/Popover';
5
- import Grid from '@material-ui/core/Grid';
6
- import Typography from '@material-ui/core/Typography';
7
- import { makeStyles } from '@material-ui/core/styles';
8
- import Utils from '../../helpers/utils';
9
- const useStyles = makeStyles((theme) => ({
10
- root: {
11
- padding: theme.spacing(1),
12
- margin: theme.spacing(1),
13
- },
14
- popover: {
15
- padding: theme.spacing(1),
16
- margin: theme.spacing(1),
17
- }
18
- }));
19
- export default function Operator(props) {
20
- // const componentName = "Operator";
21
- const { caseOpConfig } = props;
22
- const classes = useStyles();
23
- const fieldLabel = caseOpConfig.label.toLowerCase();
24
- let caseOpLabel = "---";
25
- let caseOpName = "---";
26
- let caseOpId = "";
27
- let caseTime = null;
28
- if (fieldLabel === "create operator") {
29
- caseOpLabel = caseOpConfig.createLabel;
30
- caseOpName = caseOpConfig.createOperator.userName;
31
- caseTime = caseOpConfig.createDateTime;
32
- caseOpId = caseOpConfig.createOperator.userId;
33
- }
34
- else if (fieldLabel === "update operator") {
35
- caseOpLabel = caseOpConfig.updateLabel;
36
- caseOpName = caseOpConfig.updateOperator.userName;
37
- caseTime = caseOpConfig.updateDateTime;
38
- caseOpId = caseOpConfig.updateOperator.userId;
39
- }
40
- // Popover-related
41
- const [popoverAnchorEl, setPopoverAnchorEl] = useState(null);
42
- const [popoverFields, setPopoverFields] = useState([]);
43
- const popoverOpen = Boolean(popoverAnchorEl);
44
- const popoverId = popoverOpen ? 'operator-details-popover' : undefined;
45
- const handlePopoverClose = (() => {
46
- setPopoverAnchorEl(null);
47
- });
48
- function showOperatorDetails(event) {
49
- const operatorPreviewPromise = PCore.getUserApi().getOperatorDetails(caseOpId);
50
- operatorPreviewPromise.then((res) => {
51
- const fillerString = "---";
52
- let fields = [];
53
- if (res.data &&
54
- res.data.pyOperatorInfo &&
55
- res.data.pyOperatorInfo.pyUserName) {
56
- fields = [
57
- {
58
- id: "pyPosition",
59
- name: "Position",
60
- value: res.data.pyOperatorInfo.pyPosition ? res.data.pyOperatorInfo.pyPosition : fillerString
61
- },
62
- {
63
- id: "pyOrganization",
64
- name: "Organization",
65
- value: res.data.pyOperatorInfo.pyOrganization ? res.data.pyOperatorInfo.pyOrganization : fillerString
66
- },
67
- {
68
- id: "ReportToUserName",
69
- name: "Reports to",
70
- value: res.data.pyOperatorInfo.pyReportToUserName ? res.data.pyOperatorInfo.pyReportToUserName : fillerString
71
- },
72
- {
73
- id: "pyTelephone",
74
- name: "Telephone",
75
- value: res.data.pyOperatorInfo.pyTelephone ? React.createElement("a", { href: `tel:${res.data.pyOperatorInfo.pyTelephone}` }, res.data.pyOperatorInfo.pyTelephone) : fillerString
76
- },
77
- {
78
- id: "pyEmailAddress",
79
- name: "Email address",
80
- value: res.data.pyOperatorInfo.pyEmailAddress ? React.createElement("a", { href: `mailto:${res.data.pyOperatorInfo.pyEmailAddress}` }, res.data.pyOperatorInfo.pyEmailAddress) : fillerString
81
- }
82
- ];
83
- }
84
- else {
85
- // eslint-disable-next-line no-console
86
- console.log(`Operator: PCore.getUserApi().getOperatorDetails(${caseOpId}); returned empty res.data.pyOperatorInfo.pyUserName - adding default`);
87
- fields = [
88
- {
89
- id: "pyPosition",
90
- name: "Position",
91
- value: fillerString
92
- },
93
- {
94
- id: "pyOrganization",
95
- name: "Organization",
96
- value: fillerString
97
- },
98
- {
99
- id: "ReportToUserName",
100
- name: "Reports to",
101
- value: fillerString
102
- },
103
- {
104
- id: "pyTelephone",
105
- name: "Telephone",
106
- value: fillerString
107
- },
108
- {
109
- id: "pyEmailAddress",
110
- name: "Email address",
111
- value: fillerString
112
- }
113
- ];
114
- }
115
- // Whatever the fields are, update the component's popoverFields
116
- setPopoverFields(fields);
117
- });
118
- setPopoverAnchorEl(event.currentTarget);
119
- }
120
- function getPopoverGrid() {
121
- // return popoverFields.map((field) => {
122
- // return <div className={classes.popover}>{field.name}: {field.value}</div>
123
- // })
124
- if (popoverFields.length === 0) {
125
- return;
126
- }
127
- // There are fields, so build the grid.
128
- return React.createElement(Grid, { container: true, className: classes.popover, spacing: 1 },
129
- React.createElement(Grid, { item: true, xs: 12 },
130
- React.createElement(Typography, { variant: "h6" }, caseOpName)),
131
- popoverFields.map((field) => {
132
- return React.createElement(React.Fragment, { key: field.id },
133
- React.createElement(Grid, { container: true, item: true, xs: 12, spacing: 1 },
134
- React.createElement(Grid, { item: true, xs: 6 },
135
- React.createElement(Typography, { variant: "caption" }, field.name)),
136
- React.createElement(Grid, { item: true, xs: 6 },
137
- React.createElement(Typography, { variant: "subtitle2" }, field.value))));
138
- }));
139
- }
140
- // End of popover-related
141
- return React.createElement(React.Fragment, null,
142
- React.createElement(TextField, { defaultValue: caseOpName, label: caseOpLabel, onClick: showOperatorDetails, InputProps: {
143
- readOnly: true,
144
- inputProps: { style: { cursor: 'pointer' } }
145
- } }),
146
- React.createElement("br", null),
147
- Utils.generateDateTime(caseTime, "DateTime-Since"),
148
- React.createElement(Popover, { id: popoverId, open: popoverOpen, anchorEl: popoverAnchorEl, onClose: handlePopoverClose, anchorOrigin: { vertical: 'bottom', horizontal: 'center' }, transformOrigin: { vertical: 'top', horizontal: 'center' }, PaperProps: { style: { maxWidth: '45ch' } } }, getPopoverGrid()));
149
- }
150
- Operator.defaultProps = {};
151
- Operator.propTypes = {
152
- caseOpConfig: PropTypes.object.isRequired,
153
- };
154
- //# sourceMappingURL=Operator.js.map