@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 +0,0 @@
1
- {"version":3,"file":"UserReference.js","sourceRoot":"","sources":["../../../../src/components/forms/UserReference/UserReference.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACnE,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,YAAY,MAAM,iBAAiB,CAAC;AAC3C,OAAO,QAAQ,MAAM,aAAa,CAAC;AACnC,OAAO,EAAE,SAAS,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAGtE,MAAM,aAAa,GAAG,gBAAgB,CAAC;AACvC,MAAM,UAAU,GAAG,YAAY,CAAC;AAEhC,MAAM,aAAa,GAAG,KAAK,CAAC,EAAE;IAC5B,MAAM,EACJ,KAAK,EACL,SAAS,EACT,WAAW,EACX,KAAK,EACL,MAAM,EACN,UAAU,EACV,eAAe,EACf,WAAW,EACX,mBAAmB,EACnB,eAAe,EACf,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,QAAQ,EACR,QAAQ,EACT,GAAG,KAAK,CAAC;IACV,MAAM,CAAC,kBAAkB,EAAE,qBAAqB,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IACjE,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAC7C,MAAM,YAAY,GAAG,KAAK,CAAC,kBAAkB,EAAE,CAAC,oBAAoB,EAAE,CAAC;IACvE,MAAM,MAAM,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;IAEhC,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,MAAM,IAAI,QAAQ,IAAI,mBAAmB,EAAE;YAC7C,IAAI,mBAAmB,CAAC,KAAK,CAAC,EAAE;gBAC9B,WAAW,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;aAC7B;iBAAM;gBACL,mFAAmF;gBACnF,uEAAuE;gBACvE,MAAM,EAAE,kBAAkB,EAAE,GAAG,KAAK,CAAC,UAAU,EAAE,CAAC;gBAClD,kBAAkB,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE;oBACpC,IAAI,GAAG,CAAC,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,cAAc,IAAI,GAAG,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,EAAE;wBAC7E,WAAW,CAAC,GAAG,CAAC,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;qBACjD;gBACH,CAAC,CAAC,CAAC;aACJ;SACF;aAAM,IAAI,SAAS,KAAK,aAAa,EAAE;YACtC,MAAM,YAAY,GAAG;gBACnB,YAAY,EAAE,YAAY;aAC3B,CAAC;YACF,KAAK,CAAC,aAAa,EAAE;iBAClB,aAAa,CAAC,aAAa,EAAE,EAAE,YAAY,EAAE,CAAC;iBAC9C,IAAI,CAAC,GAAG,CAAC,EAAE;gBACV,MAAM,YAAY,GAAG,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;oBAClD,GAAG,EAAE,QAAQ,CAAC,gBAAgB;oBAC9B,KAAK,EAAE,QAAQ,CAAC,UAAU;iBAC3B,CAAC,CAAC,CAAC;gBACJ,qBAAqB,CAAC,YAAY,CAAC,CAAC;YACtC,CAAC,CAAC;iBACD,KAAK,CAAC,GAAG,CAAC,EAAE;gBACX,sCAAsC;gBACtC,OAAO,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YACrB,CAAC,CAAC,CAAC;SACN;IACH,CAAC,EAAE,CAAC,SAAS,EAAE,QAAQ,EAAE,mBAAmB,EAAE,KAAK,CAAC,CAAC,CAAC;IAEtD,IAAI,sBAAsB,GAAQ,IAAI,CAAC;IAEvC,IAAI,QAAQ,IAAI,mBAAmB,EAAE;QACnC,IAAI,MAAM,EAAE;YACV,sBAAsB,GAAG,CACvB,oBAAC,QAAQ;gBAIP;oBACE,oBAAC,UAAU,IAAC,OAAO,EAAC,SAAS,IAAE,KAAK,CAAc;oBAClD,oBAAC,UAAU,IAAC,OAAO,EAAC,OAAO,IAAE,QAAQ,CAAc,CAC/C,CACG,CACZ,CAAC;SACH;KACF;SAAM;QACL,IAAI,SAAS,KAAK,UAAU,EAAE;YAC5B,MAAM,OAAO,GAAG;gBACd;oBACE,KAAK,EAAE,YAAY;oBACnB,OAAO,EAAE,MAAM;oBACf,YAAY,EAAE,IAAI;oBAClB,OAAO,EAAE,MAAM;iBAChB;gBACD;oBACE,KAAK,EAAE,kBAAkB;oBACzB,WAAW,EAAE,qBAAqB;oBAClC,GAAG,EAAE,MAAM;oBACX,OAAO,EAAE,MAAM;oBACf,SAAS,EAAE,MAAM;oBACjB,YAAY,EAAE,MAAM;iBACrB;aACF,CAAC;YAEF,sBAAsB,GAAG,CACvB,oBAAC,YAAY,IACX,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,KAAK,EACZ,WAAW,EAAE,WAAW,EACxB,UAAU,EAAE,YAAY,EACxB,QAAQ,EAAC,UAAU,EACnB,OAAO,EAAE,OAAO,EAChB,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,EACtB,eAAe,EAAE,eAAe,EAChC,KAAK,EAAE,MAAM,EACb,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC;SACH;QACD,IAAI,SAAS,KAAK,aAAa,EAAE;YAC/B,sBAAsB,GAAG,CACvB,oBAAC,QAAQ,IACP,eAAe,EAAE,eAAe,EAChC,UAAU,EAAE,kBAAkB,EAC9B,QAAQ,EAAC,YAAY,EACrB,WAAW,EAAE,WAAW,EACxB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,MAAM,EACb,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,WAAW,EACxB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,EACtB,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,SAAS,EACpB,QAAQ,EAAE,QAAQ,GAClB,CACH,CAAC;SACH;KACF;IAED,OAAO,sBAAsB,CAAC;AAChC,CAAC,CAAC;AAEF,aAAa,CAAC,SAAS,GAAG;IACxB,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,UAAU;IACtC,SAAS,EAAE,SAAS,CAAC,MAAM;IAC3B,KAAK,EAAE,SAAS,CAAC,MAAM;IACvB,KAAK,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,MAAM,EAAE,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC;IACjF,MAAM,EAAE,SAAS,CAAC,MAAM;IACxB,WAAW,EAAE,SAAS,CAAC,MAAM;IAC7B,UAAU,EAAE,SAAS,CAAC,MAAM;IAC5B,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACjE,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACjE,QAAQ,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC,SAAS,CAAC,IAAI,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IACjE,eAAe,EAAE,SAAS,CAAC,MAAM;IACjC,mBAAmB,EAAE,SAAS,CAAC,IAAI;IACnC,eAAe,EAAE,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC;IAClD,SAAS,EAAE,SAAS,CAAC,IAAI;CAC1B,CAAC;AAEF,aAAa,CAAC,YAAY,GAAG;IAC3B,SAAS,EAAE,IAAI;IACf,KAAK,EAAE,IAAI;IACX,KAAK,EAAE,IAAI;IACX,QAAQ,EAAE,KAAK;IACf,MAAM,EAAE,IAAI;IACZ,WAAW,EAAE,IAAI;IACjB,UAAU,EAAE,IAAI;IAChB,QAAQ,EAAE,KAAK;IACf,QAAQ,EAAE,KAAK;IACf,eAAe,EAAE,IAAI;IACrB,mBAAmB,EAAE,KAAK;IAC1B,eAAe,EAAE,EAAE;IACnB,OAAO,EAAE,QAAQ;IACjB,SAAS,EAAE,KAAK;CACjB,CAAC;AAEF,oGAAoG;AACpG,2FAA2F;AAC3F,MAAM,YAAY,GAAG,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE;IAC5C,OAAO,CACL,SAAS,CAAC,SAAS,CAAC,KAAK,CAAC,KAAK,SAAS,CAAC,SAAS,CAAC,KAAK,CAAC;QACzD,SAAS,CAAC,eAAe,KAAK,SAAS,CAAC,eAAe;QACvD,SAAS,CAAC,QAAQ,KAAK,SAAS,CAAC,QAAQ;QACzC,SAAS,CAAC,QAAQ,KAAK,SAAS,CAAC,QAAQ;QACzC,SAAS,CAAC,QAAQ,KAAK,SAAS,CAAC,QAAQ,CAC1C,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,IAAI,CAAC,aAAa,EAAE,YAAY,CAAC,CAAC","sourcesContent":["import React, { Fragment, memo, useEffect, useState } from 'react';\nimport PropTypes from 'prop-types';\nimport { Typography } from '@material-ui/core';\nimport AutoComplete from '../AutoComplete';\nimport Dropdown from '../Dropdown';\nimport { getUserId, isUserNameAvailable } from './UserReferenceUtils';\n\ndeclare const PCore: any;\nconst DROPDOWN_LIST = 'Drop-down list';\nconst SEARCH_BOX = 'Search box';\n\nconst UserReference = props => {\n const {\n label,\n displayAs,\n getPConnect,\n value,\n testId,\n helperText,\n validatemessage,\n placeholder,\n showAsFormattedText,\n additionalProps,\n hideLabel,\n readOnly,\n required,\n disabled,\n onChange\n } = props;\n const [dropDownDataSource, setDropDownDataSource] = useState([]);\n const [userName, setUserName] = useState('');\n const OPERATORS_DP = PCore.getEnvironmentInfo().getDefaultOperatorDP();\n const userId = getUserId(value);\n\n useEffect(() => {\n if (userId && readOnly && showAsFormattedText) {\n if (isUserNameAvailable(value)) {\n setUserName(value.userName);\n } else {\n // if same user ref field is referred in view as editable & readonly formatted text\n // referenced users won't be available, so get user details from dx api\n const { getOperatorDetails } = PCore.getUserApi();\n getOperatorDetails(userId).then(res => {\n if (res.data && res.data.pyOperatorInfo && res.data.pyOperatorInfo.pyUserName) {\n setUserName(res.data.pyOperatorInfo.pyUserName);\n }\n });\n }\n } else if (displayAs === DROPDOWN_LIST) {\n const queryPayload = {\n dataViewName: OPERATORS_DP\n };\n PCore.getRestClient()\n .invokeRestApi('getListData', { queryPayload })\n .then(res => {\n const ddDataSource = res.data.data.map(listItem => ({\n key: listItem.pyUserIdentifier,\n value: listItem.pyUserName\n }));\n setDropDownDataSource(ddDataSource);\n })\n .catch(err => {\n // eslint-disable-next-line no-console\n console.error(err);\n });\n }\n }, [displayAs, readOnly, showAsFormattedText, value]);\n\n let userReferenceComponent: any = null;\n\n if (readOnly && showAsFormattedText) {\n if (userId) {\n userReferenceComponent = (\n <Fragment>\n {/*\n TODO: This has to be replaced with Operator Component\n */}\n <div>\n <Typography variant='caption'>{label}</Typography>\n <Typography variant='body1'>{userName}</Typography>\n </div>\n </Fragment>\n );\n }\n } else {\n if (displayAs === SEARCH_BOX) {\n const columns = [\n {\n value: 'pyUserName',\n display: 'true',\n useForSearch: true,\n primary: 'true'\n },\n {\n value: 'pyUserIdentifier',\n setProperty: 'Associated property',\n key: 'true',\n display: 'true',\n secondary: 'true',\n useForSearch: 'true'\n }\n ];\n\n userReferenceComponent = (\n <AutoComplete\n additionalProps={additionalProps}\n label={label}\n getPConnect={getPConnect}\n datasource={OPERATORS_DP}\n listType='datapage'\n columns={columns}\n testId={testId}\n placeholder={placeholder}\n readOnly={readOnly}\n disabled={disabled}\n required={required}\n helperText={helperText}\n validatemessage={validatemessage}\n value={userId}\n hideLabel={hideLabel}\n onChange={onChange}\n />\n );\n }\n if (displayAs === DROPDOWN_LIST) {\n userReferenceComponent = (\n <Dropdown\n additionalProps={additionalProps}\n datasource={dropDownDataSource}\n listType='associated'\n getPConnect={getPConnect}\n label={label}\n value={userId}\n testId={testId}\n placeholder={placeholder}\n readOnly={readOnly}\n disabled={disabled}\n required={required}\n helperText={helperText}\n validatemessage={validatemessage}\n hideLabel={hideLabel}\n onChange={onChange}\n />\n );\n }\n }\n\n return userReferenceComponent;\n};\n\nUserReference.propTypes = {\n getPConnect: PropTypes.func.isRequired,\n displayAs: PropTypes.string,\n label: PropTypes.string,\n value: PropTypes.oneOfType([PropTypes.string, PropTypes.objectOf(PropTypes.any)]),\n testId: PropTypes.string,\n placeholder: PropTypes.string,\n helperText: PropTypes.string,\n disabled: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n readOnly: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n required: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),\n validatemessage: PropTypes.string,\n showAsFormattedText: PropTypes.bool,\n additionalProps: PropTypes.objectOf(PropTypes.any),\n hideLabel: PropTypes.bool\n};\n\nUserReference.defaultProps = {\n displayAs: null,\n label: null,\n value: null,\n readOnly: false,\n testId: null,\n placeholder: null,\n helperText: null,\n disabled: false,\n required: false,\n validatemessage: null,\n showAsFormattedText: false,\n additionalProps: {},\n variant: 'inline',\n hideLabel: false\n};\n\n// as objects are there in props, shallow comparision fails & re-rendering of comp happens even with\n// same key value pairs in obj. hence using custom comparison function on when to re-render\nconst comparisonFn = (prevProps, nextProps) => {\n return (\n getUserId(prevProps.value) === getUserId(nextProps.value) &&\n prevProps.validatemessage === nextProps.validatemessage &&\n prevProps.required === nextProps.required &&\n prevProps.disabled === nextProps.disabled &&\n prevProps.readOnly === nextProps.readOnly\n );\n};\n\nexport default memo(UserReference, comparisonFn);\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserReferenceUtils.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/UserReference/UserReferenceUtils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,uBAQrB,CAAC;AAEF,eAAO,MAAM,mBAAmB,oBAE/B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"UserReferenceUtils.js","sourceRoot":"","sources":["../../../../src/components/forms/UserReference/UserReferenceUtils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG,CAAC,IAAI,EAAE,EAAE;IAChC,IAAI,MAAM,GAAG,EAAE,CAAC;IAChB,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,MAAM,EAAE;QAC5D,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC;KACtB;SAAM,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,EAAE;QAC3C,MAAM,GAAG,IAAI,CAAC;KACf;IACD,OAAO,MAAM,CAAC;AAChB,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,IAAI,EAAE,EAAE;IAC1C,OAAO,OAAO,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,IAAI,IAAI,IAAI,CAAC,QAAQ,CAAC;AACpE,CAAC,CAAC","sourcesContent":["export const getUserId = (user) => {\n let userId = '';\n if (typeof user === 'object' && user !== null && user.userId) {\n userId = user.userId;\n } else if (typeof user === 'string' && user) {\n userId = user;\n }\n return userId;\n};\n\nexport const isUserNameAvailable = (user) => {\n return typeof user === 'object' && user !== null && user.userName;\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/forms/UserReference/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/forms/UserReference/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["export { default } from './UserReference';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppShell.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/AppShell/AppShell.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAenC,OAAO,gBAAgB,CAAC;AAyBxB,iBAAwB,QAAQ,CAAC,KAAK,KAAA,eA0XrC;kBA1XuB,QAAQ;;;;;;;;;;;;;;eAAR,QAAQ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AppShell.js","sourceRoot":"","sources":["../../../../src/components/templates/AppShell/AppShell.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { useEffect, useState } from \"react\";\nimport PropTypes from \"prop-types\";\nimport { makeStyles } from '@material-ui/core/styles';\n\nimport { NavContext } from '../../helpers/reactContextHelpers';\n\n// import {\n// Avatar,\n// Toaster,\n// Banner,\n// AppShell as CosmosAppShell\n// } from \"@pega/cosmos-react-core\";\n\n// import createPConnectComponent from \"../../../bridge/react_pconnect\";\n// import { buildRecentList, onRecentClickHandler } from \"./Recents/utils\";\n\nimport './AppShell.css';\n\n// AppShell can emit NavBar and ViewContainer\nimport NavBar from '../../infra/NavBar';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n display: 'flex',\n },\n content: {\n flexGrow: 1,\n height: '100vh',\n overflow: 'auto',\n marginLeft: theme.spacing(2),\n marginRight: theme.spacing(2),\n },\n}));\n\ndeclare const PCore;\n\n\n/*\n * The wrapper handles knowing how to take in just children and mapping\n * to the Cosmos template. This could be a combination of things but it knows...\n */\nexport default function AppShell(props) {\n const {\n pages,\n caseTypes,\n showAppName,\n children,\n getPConnect,\n } = props;\n const [open, setOpen] = useState(true);\n\n const pConn = getPConnect();\n // const actionsAPI = pConn.getActionsApi();\n const envInfo = PCore.getEnvironmentInfo();\n\n // const bannerRef = useRef(null);\n // const hasBanner = httpMessages && httpMessages.length ? httpMessages.length > 0 : false;\n\n const appNameToDisplay = showAppName ? envInfo.getApplicationLabel() : \"\";\n\n const classes = useStyles();\n // let banners = null;\n // banners = hasBanner && (\n // <Banner\n // ref={bannerRef}\n // id=\"appShellBanner\"\n // variant=\"urgent\"\n // heading=\"Error\"\n // onDismiss={() =>\n // pConn.clearErrorMessages({\n // category: \"HTTP\",\n // context: null\n // })\n // }\n // messages={httpMessages}\n // />\n // );\n\n // useEffect(() => {\n // if (hasBanner && bannerRef.current) {\n // bannerRef.current.focus();\n // window.scrollTo(0, bannerRef.current.offsetTop);\n // }\n // }, [hasBanner]);\n\n /**\n *\n * Function to dispatch a show page action for the page links in\n * the left nav of the app shell\n *\n * @param {string} searchString Name of view to show\n */\n // function showSearchResults(searchString) {\n // if (searchString === \"\") {\n // actionsAPI.showPage(\"pySearchPage\", \"Data-Portal\");\n // return;\n // }\n // const searchTerm = searchString.replace(/['\"]+/g, \"\");\n // PCore.getDataApiUtils()\n // .getData(\n // \"D_pySearch\",\n // `{\"dataViewParameters\": {\"SearchString\": \"${encodeURIComponent(\n // searchTerm\n // )}\"}}`\n // )\n // .then((response) => {\n // if (\n // response.data.data !== null &&\n // response.data.resultCount === 1 &&\n // response.data.data[0].pyID === searchTerm\n // ) {\n // /* This is a match for a work item - then we will open it */\n // pConn\n // .getActionsApi()\n // .openWorkByHandle(\n // response.data.data[0].pzInsKey,\n // response.data.data[0].pzCategoryActionKeys\n // );\n // return;\n // }\n // // window.searchResults = {\n // // searchString: searchTerm,\n // // results: response.data\n // // };\n // actionsAPI.showPage(\"pySearchPage\", \"Data-Portal\");\n // });\n // }\n\n /**\n *\n * Function to dispatch a show page action for the page links in\n * the left nav of the app shell\n *\n * @param {string} viewName Name of view to show\n * @param {string} className Pega Applies to class of the page\n */\n // function showPage(viewName, className) {\n // actionsAPI.showPage(viewName, className);\n // }\n\n /**\n *\n * Function to dispatch a create work action\n * @param {string} className - placeholder string of case type being created\n */\n // function createWork(className) {\n // actionsAPI\n // .createWork(className)\n // .catch((error) =>\n // // eslint-disable-next-line no-console\n // console.log(\"Error in case creation: \", error?.message)\n // );\n // }\n\n /**\n * Returns the Custome Component for each active case\n */\n // const VisualComponent = useCallback(\n // (context) => {\n // if (activeCases && activeCases.length > 0) {\n // const meta = PCore.getViewResources().fetchViewResources(\n // \"pyCaseVisual\",\n // getPConnect(),\n // PCore.getStoreValue(\".caseTypeID\", \"caseInfo\", context)\n // );\n // if (meta?.config && !meta.config.defaultVisual) {\n // const config = {\n // meta,\n // options: {\n // context,\n // pageReference: \"caseInfo.content\"\n // }\n // };\n // const visualConfig = PCore.createPConnect(config);\n // return React.createElement(createPConnectComponent(), visualConfig);\n // }\n // }\n // return undefined;\n // },\n // [getPConnect, activeCases]\n // );\n\n /**\n * Transforms the active cases information into the model that cosmos expect.\n */\n // function getActiveCases() {\n // if (activeCases) {\n // const activeCaseLinks = [];\n // activeCases.forEach((activeCase) => {\n // const { caseID, className, workID, active, context } = activeCase;\n // // activeCaseLinks.push({\n // // onDismiss: () => {\n // // PCore.getContainerUtils().closeContainerItem(\n // // activeCase.containerItemID\n // // );\n // // },\n // // key: caseID,\n // // name: caseID,\n // // onClick: () => {\n // // actionsAPI.openWorkByHandle(workID, className);\n // // },\n // // active,\n // // visual: VisualComponent(context)\n // // });\n // });\n // return activeCaseLinks;\n // }\n // return activeCases;\n // }\n\n /**\n * Translate Pega Data Page into the model that Cosmos expects\n *\n * Example:\n * pxPageViewIcon: \"pi pi-home-solid\"\n * pxURLPath: \"Home\"\n * pyClassName: \"Data-Portal\"\n * pyLabel: \"Home\"\n * pyRuleName: \"pyHome\"\n */\n // const links = !pages\n // ? []\n // : pages.map((page) => {\n // return {\n // name: page.pyLabel,\n // icon: page.pxPageViewIcon.replace(\"pi pi-\", \"\"),\n // onClick: () => showPage(page.pyRuleName, page.pyClassName)\n // };\n // });\n\n // const userName = envInfo.getOperatorName();\n // const imageKey = envInfo.getOperatorImageInsKey();\n\n // const logOffAction = () => {\n // actionsAPI.logout().then(() => window?.top?.location?.reload());\n // };\n\n // const getOperator = () => {\n // const operatorActions = [\n // [{ text: \"Logoff\", id: \"1\", onClick: logOffAction }]\n // ];\n // if (imageKey) {\n // return {\n // avatar: (\n // <div id=\"AvatarWithImageKey\">Avatar with image key</div>\n // // <Avatar\n // // name={userName}\n // // imageSrc={getPConnect().getImagePath(imageKey)}\n // // />\n // ),\n // actions: operatorActions,\n // name: userName\n // };\n // }\n // return {\n // avatar: (\n // <div id=\"Avatar\">Avatar</div>\n // // <Avatar name={userName}>\n // // {userName\n // // .split(\" \")\n // // .map((i) => i.charAt(0))\n // // .join(\"\")\n // // .toUpperCase()}\n // // </Avatar>\n // ),\n // actions: operatorActions,\n // name: userName\n // };\n // };\n\n /**\n * Translate Case Types page into what is expected by Cosmos\n *\n * Example:\n * pyClassName: \"\"\n * pyFlowType: \"\"\n * pyLabel: \"No case types defined\"\n */\n // const cases = !caseTypes\n // ? []\n // : caseTypes.map((caseType) => {\n // let action = {};\n // // Only add actions to entries with a class name to create so in case of empty message no action is added\n // if (caseType.pyClassName) {\n // action = { onClick: () => createWork(caseType.pyClassName) };\n // }\n // return {\n // name: caseType.pyLabel,\n // ...action\n // };\n // });\n\n // const [recents, setRecents] = useState([]);\n\n // const [searchVal, setSearchVal] = useState(\"\");\n\n // // default the icon to be empty. This will cause the image to be initially broken.\n // const [iconURL, setIconURL] = useState(\"\");\n // useEffect(() => {\n // // using the default icon then fetch it from the static folder (not auth involved)\n // if (\n // !portalLogo ||\n // portalLogo.toLowerCase().includes(\"pzpega-logo-mark\") ||\n // portalLogo.toLowerCase().includes(\"py-logo\")\n // ) {\n // setIconURL(\n // `${PCore.getAssetLoader().getStaticServerUrl()}static/py-logo.svg`\n // );\n // }\n // // not using default icon to fetch it using the way which uses authentication\n // else {\n // PCore.getAssetLoader()\n // .getSvcImage(portalLogo)\n // .then((data) => {\n // setIconURL(window.URL.createObjectURL(data));\n // })\n // .catch(() => {\n // console.error(\n // `Unable to load the image for the portal logo/icon with the insName:${portalLogo}`\n // );\n // });\n // }\n // }, [portalLogo]);\n\n /**\n * To fetch recents and translate items into what Cosmos expects\n */\n // const fetchRecents = () => {\n // actionsAPI.getRecents(15).then((response) => {\n // const recentsitems = response.data.recents;\n // // setRecents(buildRecentList(recentsitems));\n // });\n // };\n\n /**\n * To handle on click of any recent item after the drawer is open\n *\n * @param {*} id : Recent item unique id\n */\n\n // const onItemClick = (id, e) => {\n // e.preventDefault();\n // // onRecentClickHandler(id, actionsAPI);\n // };\n\n // useState for appName and mapChildren - note these are ONLY updated once (on component mount!)\n // eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars\n const [appName, setAppName] = useState(\"\");\n // eslint-disable-next-line @typescript-eslint/no-unused-vars, no-unused-vars\n const [mapChildren, setMapChildren] = useState([]);\n\n // Initial setting of appName and mapChildren\n useEffect( () => {\n setAppName(PCore.getEnvironmentInfo().getApplicationName());\n\n const tempMap = pConn.getChildren().map((child, index) => {\n const theChildComp = child.getPConnect().getComponentName();\n const theKey = `.${index}`;\n return <div id={theChildComp} key={theKey} style={{border: \"solid 1px silver\", margin: \"1px\"}}>{theChildComp} will be here</div>\n });\n\n setMapChildren(tempMap)\n\n }, []);\n\n if (pConn.hasChildren()) {\n // const theChildren = pConn.getChildren();\n // const mapChildCompNames = theChildren.map((child) => { return child.getPConnect().getComponentName()});\n\n // debugging/investigation help\n // console.log(`AppShell has children: ${theChildren.length}`);\n // console.log(`--> ${mapChildCompNames.map((name) => {return name;})}`);\n }\n\n return (\n\n <NavContext.Provider value={{open, setOpen}}>\n <div id=\"AppShell\" className={classes.root}>\n <NavBar pConn={getPConnect()} appName={appNameToDisplay} pages={pages} caseTypes={caseTypes}></NavBar>\n <div className={classes.content}>\n {children}\n </div>\n </div>\n </NavContext.Provider>\n\n // <Toaster dismissAfter={3000}>\n // <CosmosAppShell\n // {...{\n // appInfo: {\n // imageSrc: `${iconURL}`,\n // appName: `${appNameToDisplay}`,\n // portalName\n // },\n // recents: {\n // items: recents,\n // onDrawerOpen: fetchRecents,\n // onItemClick\n // },\n // searchInput: {\n // onSearchChange: (value) => {\n // setSearchVal(value);\n // },\n // onSearchSubmit: (value) => {\n // showSearchResults(value.trim());\n // setSearchVal(\"\");\n // },\n // value: searchVal\n // },\n // caseTypes: cases,\n // links,\n // cases: getActiveCases(),\n // operator: getOperator()\n // }}\n // main={[children]}\n // banners={banners}\n // className=\"app-shell\"\n // />\n // </Toaster>\n );\n}\nAppShell.defaultProps = {\n pages: [],\n caseTypes: [],\n children: [],\n // httpMessages: [],\n // activeCases: null\n};\nAppShell.propTypes = {\n // portalName: PropTypes.string/* .isRequired */,\n // portalLogo: PropTypes.string/* .isRequired */,\n showAppName: PropTypes.bool/* .isRequired */,\n pages: PropTypes.arrayOf(PropTypes.object),\n caseTypes: PropTypes.arrayOf(PropTypes.object),\n children: PropTypes.arrayOf(PropTypes.node),\n getPConnect: PropTypes.func.isRequired,\n // httpMessages: PropTypes.arrayOf(PropTypes.string),\n // activeCases: PropTypes.arrayOf(PropTypes.object)\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/AppShell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/templates/AppShell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC","sourcesContent":["export { default } from './AppShell';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseSummary.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/CaseSummary/CaseSummary.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,iBAAwB,WAAW,CAAC,KAAK,KAAA,eAwCxC;kBAxCuB,WAAW;;;;;eAAX,WAAW"}
@@ -1,40 +0,0 @@
1
- import React from "react";
2
- import PropTypes from "prop-types";
3
- import CaseSummaryFields from '../../designSystemExtensions/CaseSummaryFields';
4
- export default function CaseSummary(props) {
5
- const { getPConnect, children } = props;
6
- const thePConn = getPConnect();
7
- const theConfigProps = thePConn.getConfigProps();
8
- const { status, showStatus } = theConfigProps;
9
- // from Nebula
10
- // get the primary and secondary fields with the raw data (which has the non-resolved property values)
11
- // const regionsRaw = getPConnect().getRawMetadata().children;
12
- // const primaryFieldsRaw = regionsRaw[0].children;
13
- // const secondaryFieldsRaw = regionsRaw[1].children;
14
- // From other SDKs
15
- // may want to move these into useEffect/useState combo
16
- let arPrimaryFields = [];
17
- let arSecondaryFields = [];
18
- for (const child of children) {
19
- const childPConn = child.props.getPConnect();
20
- const childPConnData = childPConn.resolveConfigProps(childPConn.getRawMetadata());
21
- if (childPConnData.name.toLowerCase() === "primary fields") {
22
- arPrimaryFields = childPConnData.children;
23
- }
24
- else if (childPConnData.name.toLowerCase() === "secondary fields") {
25
- arSecondaryFields = childPConnData.children;
26
- }
27
- }
28
- // At this point, should hand off to another component for layout and rendering
29
- // of primary and secondary fields in the Case Summary
30
- // debugging/investigation help
31
- // console.log(`CaseSummary: arPrimaryFields: ${JSON.stringify(arPrimaryFields)}`);
32
- // console.log(`CaseSummary: arSecondaryFields: ${JSON.stringify(arSecondaryFields)}`);
33
- return (React.createElement("div", { id: "CaseSummary" },
34
- React.createElement(CaseSummaryFields, { status: status, showStatus: showStatus, theFields: arPrimaryFields }),
35
- React.createElement(CaseSummaryFields, { theFields: arSecondaryFields })));
36
- }
37
- CaseSummary.propTypes = {
38
- getPConnect: PropTypes.func.isRequired
39
- };
40
- //# sourceMappingURL=CaseSummary.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseSummary.js","sourceRoot":"","sources":["../../../../src/components/templates/CaseSummary/CaseSummary.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,iBAAiB,MAAM,gDAAgD,CAAC;AAE/E,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK;IACvC,MAAM,EAAE,WAAW,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IACxC,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAC/B,MAAM,cAAc,GAAG,QAAQ,CAAC,cAAc,EAAE,CAAC;IACjD,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,cAAc,CAAC;IAE9C,cAAc;IACd,sGAAsG;IACtG,8DAA8D;IAC9D,mDAAmD;IACnD,qDAAqD;IAErD,kBAAkB;IAClB,uDAAuD;IACvD,IAAI,eAAe,GAAc,EAAE,CAAC;IACpC,IAAI,iBAAiB,GAAc,EAAE,CAAC;IAEtC,KAAK,MAAM,KAAK,IAAI,QAAQ,EAAE;QAC5B,MAAM,UAAU,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;QAC7C,MAAM,cAAc,GAAG,UAAU,CAAC,kBAAkB,CAAC,UAAU,CAAC,cAAc,EAAE,CAAC,CAAC;QAClF,IAAI,cAAc,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,gBAAgB,EAAE;YAC1D,eAAe,GAAG,cAAc,CAAC,QAAQ,CAAC;SAC3C;aAAM,IAAI,cAAc,CAAC,IAAI,CAAC,WAAW,EAAE,KAAK,kBAAkB,EAAE;YACnE,iBAAiB,GAAG,cAAc,CAAC,QAAQ,CAAC;SAC7C;KACF;IAED,+EAA+E;IAC/E,uDAAuD;IAEvD,+BAA+B;IAC/B,mFAAmF;IACnF,uFAAuF;IAEvF,OAAO,CACL,6BAAK,EAAE,EAAC,aAAa;QACnB,oBAAC,iBAAiB,IAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,GAAI;QACzF,oBAAC,iBAAiB,IAAC,SAAS,EAAE,iBAAiB,GAAI,CAC/C,CACP,CAAA;AACH,CAAC;AAED,WAAW,CAAC,SAAS,GAAG;IACtB,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,UAAU;CACvC,CAAC","sourcesContent":["import React from \"react\";\nimport PropTypes from \"prop-types\";\n\nimport CaseSummaryFields from '../../designSystemExtensions/CaseSummaryFields';\n\nexport default function CaseSummary(props) {\n const { getPConnect, children } = props;\n const thePConn = getPConnect();\n const theConfigProps = thePConn.getConfigProps();\n const { status, showStatus } = theConfigProps;\n\n // from Nebula\n // get the primary and secondary fields with the raw data (which has the non-resolved property values)\n // const regionsRaw = getPConnect().getRawMetadata().children;\n // const primaryFieldsRaw = regionsRaw[0].children;\n // const secondaryFieldsRaw = regionsRaw[1].children;\n\n // From other SDKs\n // may want to move these into useEffect/useState combo\n let arPrimaryFields:Array<any> = [];\n let arSecondaryFields:Array<any> = [];\n\n for (const child of children) {\n const childPConn = child.props.getPConnect();\n const childPConnData = childPConn.resolveConfigProps(childPConn.getRawMetadata());\n if (childPConnData.name.toLowerCase() === \"primary fields\") {\n arPrimaryFields = childPConnData.children;\n } else if (childPConnData.name.toLowerCase() === \"secondary fields\") {\n arSecondaryFields = childPConnData.children;\n }\n }\n\n // At this point, should hand off to another component for layout and rendering\n // of primary and secondary fields in the Case Summary\n\n // debugging/investigation help\n // console.log(`CaseSummary: arPrimaryFields: ${JSON.stringify(arPrimaryFields)}`);\n // console.log(`CaseSummary: arSecondaryFields: ${JSON.stringify(arSecondaryFields)}`);\n\n return (\n <div id=\"CaseSummary\">\n <CaseSummaryFields status={status} showStatus={showStatus} theFields={arPrimaryFields} />\n <CaseSummaryFields theFields={arSecondaryFields} />\n </div>\n )\n}\n\nCaseSummary.propTypes = {\n getPConnect: PropTypes.func.isRequired\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/CaseSummary/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/templates/CaseSummary/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC","sourcesContent":["export { default } from './CaseSummary';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseView.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/CaseView/CaseView.tsx"],"names":[],"mappings":";AAGA,OAAO,SAAS,MAAM,YAAY,CAAC;AA2CnC,iBAAwB,QAAQ,CAAC,KAAK,KAAA,eAoMrC;kBApMuB,QAAQ;;;;;;;;;;;;;;;;;;;;eAAR,QAAQ"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseView.js","sourceRoot":"","sources":["../../../../src/components/templates/CaseView/CaseView.tsx"],"names":[],"mappings":"AAAA,4CAA4C;AAE5C,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AAC/D,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAC5C,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,MAAM,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAClF,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAC;AACtD,OAAO,GAAG,MAAM,uBAAuB,CAAC;AACxC,OAAO,MAAM,MAAM,0BAA0B,CAAC;AAC9C,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAE1C,OAAO,YAAY,MAAM,sCAAsC,CAAC;AAChE,OAAO,mBAAmB,MAAM,wBAAwB,CAAC;AACzD,OAAO,YAAY,MAAM,uCAAuC,CAAC;AACjE,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAK9C,MAAM,SAAS,GAAG,UAAU,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC;IACvC,IAAI,EAAE;QACJ,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC9B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5B,aAAa,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC/B,WAAW,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC7B,UAAU,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC5B,SAAS,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QAC3B,YAAY,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC/B;IACD,cAAc,EAAE;QACd,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK;QACzC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,eAAe,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC;QAC9D,YAAY,EAAE,SAAS;KACxB;IACD,eAAe,EAAE;QACf,eAAe,EAAE,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI;QACxC,KAAK,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QACvB,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;QACxB,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;KAC1B;IACD,iBAAiB,EAAE;QACjB,MAAM,EAAE,cAAc;KACvB;CACF,CAAC,CAAC,CAAC;AAEJ,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,KAAK;IACpC,MAAM,EACJ,WAAW,EACX,IAAI,EACJ,MAAM,EACN,SAAS,EACT,QAAQ,EACR,QAAQ,EAAE,EAAE,gBAAgB,GAAG,EAAE,EAAE,kBAAkB,GAAG,EAAE,EAAE,iBAAiB,EAAE,EAChF,GAAG,KAAK,CAAC;IACV,MAAM,aAAa,GAAG,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC;IACxC,IAAI,kBAAkB,GAAG,IAAI,CAAC;IAE9B,MAAM,EAAE,aAAa,EAAE,GAAG,UAAU,CAAC,YAAY,CAAC,CAAC;IAEnD,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAE/B,MAAM,OAAO,GAAG,SAAS,EAAE,CAAC;IAG5B;;;OAGG;IACF,SAAS,oBAAoB,CAAC,MAAc;QAE3C,KAAK,MAAM,KAAK,IAAI,QAAQ,EAAE;YAC5B,MAAM,eAAe,GAAW,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,cAAc,EAAE,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,CAAC;YACjG,MAAM,eAAe,GAAW,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,cAAc,EAAE,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,CAAC;YAEjG,IAAI,CAAC,eAAe,KAAK,QAAQ,CAAC,IAAI,CAAC,eAAe,KAAK,MAAM,CAAE,EAAE;gBACnE,OAAO,KAAK,CAAC;aACd;SACF;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAGD,MAAM,gBAAgB,GAAG,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,eAAe,GAAG,oBAAoB,CAAC,QAAQ,CAAC,CAAC;IACvD,MAAM,aAAa,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;IACnD,MAAM,kBAAkB,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;IAC7D,MAAM,aAAa,GAAG,oBAAoB,CAAC,MAAM,CAAC,CAAC;IAEnD,MAAM,OAAO,GAAG,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,cAAc,EAAE,CAAC,kBAAkB,EAAE,CAAC,CAAC;IAErF,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,CAAC;IAEtD,yGAAyG;IACzG,sGAAsG;IAEtG,sGAAsG;IACtG,MAAM,qBAAqB,GAAG,aAAa,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,WAAW,EAAE,CAAC;IAE9E,gDAAgD;IAChD,MAAM,WAAW,GAAkB,EAAE,CAAC;IAEtC,0EAA0E;IAC1E,MAAM,aAAa,GAAe,EAAE,CAAC;IAErC,IAAI,qBAAqB,EAAE;QACzB,yCAAyC;QACzC,qBAAqB,CAAC,OAAO,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE;YAC/C,MAAM,gBAAgB,GAAG,OAAO,CAAC,WAAW,EAAE,CAAC,cAAc,EAAE,CAAC;YAChE,wCAAwC;YACxC,IAAI,EAAE,KAAK,EAAE,cAAc,EAAE,GAAG,gBAAgB,CAAC;YACjD,8GAA8G;YAC9G,IAAI,CAAC,KAAK,EAAE;gBACV,cAAc,CAAC,OAAO,CAAC,aAAa,CAAC,EAAE;oBACrC,IAAI,aAAa,CAAC,IAAI,KAAK,OAAO,EAAE;wBAClC,KAAK,GAAG,aAAa,CAAC,KAAK,CAAC;qBAC7B;gBACH,CAAC,CAAC,CAAC;aACJ;YACD,6FAA6F;YAC7F,IAAI,gBAAgB,CAAC,UAAU,KAAK,SAAS,IAAI,gBAAgB,CAAC,UAAU,KAAK,IAAI,EAAE;gBACrF,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;gBAC7C,aAAa,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,gBAAgB,EAAE,CAAC,CAAC;aACrE;QACH,CAAC,CAAC,CAAC;KACJ;IAID,SAAS,sBAAsB,CAAC,WAAgB;QAC9C,MAAM,OAAO,GAAG,QAAQ,CAAC,WAAW,CAAC,cAAc,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC;QAErE,wDAAwD;QACxD,IAAI,kBAAkB,EAAE;YACtB,gBAAgB,CAAC,OAAO,CAAC,CAAC;SAC3B;IACH,CAAC;IAGD,kFAAkF;IAClF,SAAS,CAAC,GAAG,EAAE;QACb,QAAQ,CAAC,gBAAgB,CAAC,kBAAkB,EAAE,CAAC,KAAU,EAAE,EAAE;YAC3D,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QACvC,CAAC,CAAC,CAAC;QAEH,OAAO,GAAQ,EAAE;YACf,2DAA2D;YAC3D,wEAAwE;YACxE,kBAAkB,GAAG,KAAK,CAAC;YAE3B,QAAQ,CAAC,mBAAmB,CAAC,kBAAkB,EAAE,CAAC,KAAU,EAAE,EAAE;gBAC9D,sBAAsB,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;YACvC,CAAC,CAAC,CAAC;QACL,CAAC,CAAA;IACH,CAAC,EAAE,EAAE,CAAC,CAAA;IAEN,SAAS,CAAC,GAAG,EAAE;QACb,IAAI,iBAAiB,EAAE;YACrB,KAAK,CAAC,cAAc,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,SAAS,EAAE,CAAC,YAAY,EAAE,CAAC,sCAAsC,EAAE,IAAI,CAAC,CAAC;SAC/G;IACH,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAExB,SAAS,UAAU;QAEjB,MAAM,UAAU,GAAG,gBAAgB,CAAC,IAAI,CACtC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,KAAK,qBAAqB,CAChD,CAAC;QACF,MAAM,UAAU,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC;QAC5C,MAAM,eAAe,GAAG,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAEpE,eAAe,CAAE,UAAU,CAAC,EAAE,EAAE,EAAE,GAAG,UAAU,EAAC,CAAC,CAAC;IACpD,CAAC;IAGD,SAAS,oBAAoB;QAE3B,MAAM,MAAM,GAAG,oBAAC,GAAG;YACX,oBAAC,MAAM,IAAC,OAAO,EAAE,GAAG,EAAE,GAAE,UAAU,EAAE,CAAA,CAAA,CAAC,WAAe;;YAEpD,oBAAC,mBAAmB,IAAC,WAAW,EAAE,WAAW,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,kBAAkB,GAAI,CAC3H,CAAC;QAGX,OAAO,MAAM,CAAC;IAEhB,CAAC;IAGD,SAAS,oBAAoB;QAE3B,IAAI,CAAC,aAAa,EAAE;YAClB,mBAAmB;YACnB,OAAO,CACL,oBAAC,IAAI,IAAC,SAAS;gBACb,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;oBAChB,6BAAK,MAAM,EAAE,IAAI,EAAE,EAAE,EAAC,gBAAgB,IAAE,aAAa,CAAO;oBAC5D,oBAAC,IAAI,IAAC,SAAS,EAAE,OAAO,CAAC,IAAI;wBAC3B,oBAAC,UAAU,IAAC,SAAS,EAAE,OAAO,CAAC,cAAc,EAC3C,KAAK,EAAE,oBAAC,UAAU,IAAC,OAAO,EAAC,IAAI,EAAC,SAAS,EAAC,KAAK,IAAE,MAAM,CAAc,EACrE,SAAS,EAAE,oBAAC,UAAU,IAAC,OAAO,EAAC,OAAO,EAAC,SAAS,EAAC,KAAK,EAAC,EAAE,EAAC,QAAQ,IAAE,SAAS,CAAc,EAC3F,MAAM,EACJ,oBAAC,MAAM,IAAC,SAAS,EAAE,OAAO,CAAC,eAAe,EAAE,OAAO,EAAC,QAAQ;gCAC1D,6BAAK,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO,CAAC,iBAAiB,GAAG,CACnD,GAEX;wBACD,oBAAoB,EAAE;wBACvB,oBAAC,OAAO,OAAG;wBACV,gBAAgB;wBACjB,oBAAC,OAAO,OAAG;wBACT,WAAW,CAAC,MAAM,GAAG,CAAC,IAAI,oBAAC,YAAY,IAAC,SAAS,EAAE,WAAW,GAAI,CAC/D,CACF;gBAEP,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;oBACb,eAAe;oBACf,aAAa;oBACZ,aAAa,CAAC,MAAM,GAAG,CAAC,IAAI,oBAAC,SAAS,IAAC,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,aAAa,CAAC,aAAa,CAAC,CAAC,MAAM,CAAC,IAAI,EAAG,KAAK,SAAG,CACvH;gBAEP,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC,IACb,kBAAkB,CACd,CACF,CACN,CAAA;SACF;aAAM;YACL,8CAA8C;YAC9C,OAAO,CACL,oBAAC,IAAI,IAAC,SAAS;gBACb,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,EAAE,IACd,aAAa,CACT,CACF,CACR,CAAA;SACF;IACH,CAAC;IAGD,OAAO,CACH,oBAAoB,EAAE,CACzB,CAAC;AACJ,CAAC;AAED,QAAQ,CAAC,YAAY,GAAG;IACtB,IAAI,EAAE,EAAE;IACR,QAAQ,EAAE,EAAE;IACZ,QAAQ,EAAE,EAAE;IACZ,gBAAgB,EAAE,IAAI;IACtB,WAAW,EAAE,IAAI;CAClB,CAAC;AAEF,QAAQ,CAAC,SAAS,GAAG;IACnB,IAAI,EAAE,SAAS,CAAC,MAAM;IACtB,QAAQ,EAAE,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC,IAAI,CAAC;IAC3C,SAAS,EAAE,SAAS,CAAC,MAAM,CAAC,UAAU;IACtC,MAAM,EAAE,SAAS,CAAC,MAAM,CAAC,UAAU;IACnC,gBAAgB,EAAE,SAAS,CAAC,IAAI;IAChC,QAAQ,EAAE,SAAS,CAAC,QAAQ,CAAC,SAAS,CAAC,GAAG,CAAC;IAC3C,WAAW,EAAE,SAAS,CAAC,IAAI;CAC5B,CAAC","sourcesContent":["/* eslint-disable react/jsx-boolean-value */\n\nimport React, { useState, useEffect, useContext } from \"react\";\nimport PropTypes from \"prop-types\";\nimport { Utils } from '../../helpers/utils';\nimport { Card, CardHeader, Avatar, Typography, Divider } from \"@material-ui/core\";\nimport { makeStyles } from '@material-ui/core/styles';\nimport Box from '@material-ui/core/Box';\nimport Button from '@material-ui/core/Button';\nimport Grid from '@material-ui/core/Grid';\n\nimport StoreContext from \"../../../bridge/Context/StoreContext\";\nimport CaseViewActionsMenu from \"../CaseViewActionsMenu\";\nimport VerticalTabs from '../../infra/VerticalTabs/VerticalTabs';\nimport DeferLoad from '../../infra/DeferLoad';\n\n\ndeclare const PCore;\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 caseViewHeader: {\n backgroundColor: theme.palette.info.light,\n color: theme.palette.getContrastText(theme.palette.info.light),\n borderRadius: \"inherit\",\n },\n caseViewIconBox: {\n backgroundColor: theme.palette.info.dark,\n width: theme.spacing(8),\n height: theme.spacing(8),\n padding: theme.spacing(1),\n },\n caseViewIconImage: {\n filter: 'invert(100%)'\n }\n}));\n\nexport default function CaseView(props) {\n const {\n getPConnect,\n icon,\n header,\n subheader,\n children,\n caseInfo: { availableActions = [], availableProcesses = [], hasNewAttachments }\n } = props;\n const currentCaseID = props.caseInfo.ID;\n let isComponentMounted = true;\n\n const { displayOnlyFA } = useContext(StoreContext);\n\n const thePConn = getPConnect();\n\n const classes = useStyles();\n\n\n /**\n *\n * @param inName the metadata <em>name</em> that will cause a region to be returned\n */\n function getChildRegionByName(inName: string): any {\n\n for (const child of children) {\n const theMetadataType: string = child.props.getPConnect().getRawMetadata()['type'].toLowerCase();\n const theMetadataName: string = child.props.getPConnect().getRawMetadata()['name'].toLowerCase();\n\n if ((theMetadataType === \"region\") && (theMetadataName === inName )) {\n return child;\n }\n }\n\n return null;\n }\n\n\n const theSummaryRegion = getChildRegionByName(\"summary\");\n const theStagesRegion = getChildRegionByName(\"stages\");\n const theTodoRegion = getChildRegionByName(\"todo\");\n const theUtilitiesRegion = getChildRegionByName(\"utilities\");\n const theTabsRegion = getChildRegionByName(\"tabs\");\n\n const svgCase = Utils.getImageSrc(icon, PCore.getAssetLoader().getStaticServerUrl());\n\n const [activeVertTab, setActiveVertTab] = useState(0);\n\n // const tmpLoadData1 = { config: { label: \"Details\", name: \"pyDetailsTabContent\" }, type: \"DeferLoad\" };\n // const tmpLoadData2 = { config: { label: \"Case History\", name: \"CaseHistory\" }, type: \"DeferLoad\" };\n\n // Extract the tabs we need to display from theTabsRegion (one tab per entry in theTabsRegionChildren)\n const theTabsRegionChildren = theTabsRegion.props.getPConnect().getChildren();\n\n // vertTabInfo is sent to VerticalTabs component\n const vertTabInfo: Array<Object> = [];\n\n // deferLoadInfo is sent to DeferLoad component (currently selected entry)\n const deferLoadInfo: Array<any> = [];\n\n if (theTabsRegionChildren) {\n // populate vertTabInfo and deferLoadInfo\n theTabsRegionChildren.forEach((tabComp, index) => {\n const theTabCompConfig = tabComp.getPConnect().getConfigProps();\n // eslint-disable-next-line prefer-const\n let { label, inheritedProps } = theTabCompConfig;\n // For some tabs, \"label\" property is not avaialable in theTabCompConfig, so will get them from inheritedProps\n if (!label) {\n inheritedProps.forEach(inheritedProp => {\n if (inheritedProp.prop === 'label') {\n label = inheritedProp.value;\n }\n });\n }\n // We'll display the tabs when either visibility property doesn't exist or is true(if exists)\n if (theTabCompConfig.visibility === undefined || theTabCompConfig.visibility === true) {\n vertTabInfo.push({ name: label, id: index });\n deferLoadInfo.push({ type: 'DeferLoad', config: theTabCompConfig });\n }\n });\n }\n\n\n\n function handleVerticalTabClick(eventDetail: any) {\n const theItem = parseInt(eventDetail.additionalData.itemClicked, 10);\n\n // only call useEffectSetter if the component is mounted\n if (isComponentMounted) {\n setActiveVertTab(theItem);\n }\n }\n\n\n // Add and Remove event listener for VerticalTabClick only at startup and teardown\n useEffect(() => {\n document.addEventListener('VerticalTabClick', (event: any) => {\n handleVerticalTabClick(event.detail);\n });\n\n return ():void => {\n // inform that the component is unmounted so other code can\n // know not to try to call useState setters (to avoid console warnings)\n isComponentMounted = false;\n\n document.removeEventListener('VerticalTabClick', (event: any) => {\n handleVerticalTabClick(event.detail);\n });\n }\n }, [])\n\n useEffect(() => {\n if (hasNewAttachments) {\n PCore.getPubSubUtils().publish(PCore.getEvents().getCaseEvent().CASE_ATTACHMENTS_UPDATED_FROM_CASEVIEW, true);\n }\n }, [hasNewAttachments]);\n\n function _editClick() {\n\n const editAction = availableActions.find(\n (action) => action.ID === \"pyUpdateCaseDetails\"\n );\n const actionsAPI = thePConn.getActionsApi();\n const openLocalAction = actionsAPI.openLocalAction.bind(actionsAPI);\n\n openLocalAction( editAction.ID, { ...editAction});\n }\n\n\n function getActionButtonsHtml(): any {\n\n const aBHtml = <Box>\n <Button onClick={() => {_editClick()}}>Edit</Button>\n &nbsp;\n <CaseViewActionsMenu getPConnect={getPConnect} availableActions={availableActions} availableProcesses={availableProcesses} />\n </Box>;\n\n\n return aBHtml;\n\n }\n\n\n function getContainerContents() {\n\n if (!displayOnlyFA) {\n // show full portal\n return (\n <Grid container>\n <Grid item xs={3}>\n <div hidden={true} id=\"current-caseID\">{currentCaseID}</div>\n <Card className={classes.root} >\n <CardHeader className={classes.caseViewHeader}\n title={<Typography variant=\"h6\" component=\"div\">{header}</Typography>}\n subheader={<Typography variant=\"body1\" component=\"div\" id=\"caseId\">{subheader}</Typography>}\n avatar={\n <Avatar className={classes.caseViewIconBox} variant=\"square\">\n <img src={svgCase} className={classes.caseViewIconImage}/>\n </Avatar>\n }\n />\n {getActionButtonsHtml()}\n <Divider />\n {theSummaryRegion}\n <Divider />\n { vertTabInfo.length > 1 && <VerticalTabs tabconfig={vertTabInfo} />}\n </Card>\n </Grid>\n\n <Grid item xs={6}>\n {theStagesRegion}\n {theTodoRegion}\n { deferLoadInfo.length > 0 && <DeferLoad getPConnect={getPConnect} name={deferLoadInfo[activeVertTab].config.name } isTab />}\n </Grid>\n\n <Grid item xs={3}>\n {theUtilitiesRegion}\n </Grid>\n </Grid>\n )\n } else {\n // displayOnlyFA - only show the \"todo\" region\n return (\n <Grid container>\n <Grid item xs={12}>\n {theTodoRegion}\n </Grid>\n </Grid>\n )\n }\n }\n\n\n return (\n getContainerContents()\n );\n}\n\nCaseView.defaultProps = {\n icon: \"\",\n children: [],\n caseInfo: {},\n showIconInHeader: true,\n getPConnect: null\n};\n\nCaseView.propTypes = {\n icon: PropTypes.string,\n children: PropTypes.arrayOf(PropTypes.node),\n subheader: PropTypes.string.isRequired,\n header: PropTypes.string.isRequired,\n showIconInHeader: PropTypes.bool,\n caseInfo: PropTypes.objectOf(PropTypes.any),\n getPConnect: PropTypes.func\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/CaseView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/templates/CaseView/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC","sourcesContent":["export { default } from './CaseView';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseViewActionsMenu.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/CaseViewActionsMenu/CaseViewActionsMenu.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAKnC,iBAAwB,mBAAmB,CAAC,KAAK,KAAA,eAuDhD;kBAvDuB,mBAAmB;;;;;;;;;;;eAAnB,mBAAmB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CaseViewActionsMenu.js","sourceRoot":"","sources":["../../../../src/components/templates/CaseViewActionsMenu/CaseViewActionsMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACxC,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,MAAM,MAAM,0BAA0B,CAAC;AAC9C,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,QAAQ,MAAM,4BAA4B,CAAC;AAElD,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,KAAK;IAC/C,MAAM,EAAC,WAAW,EAAE,gBAAgB,EAAE,kBAAkB,EAAC,GAAG,KAAK,CAAC;IAClE,MAAM,QAAQ,GAAG,WAAW,EAAE,CAAC;IAG/B,MAAM,CAAC,QAAQ,EAAE,WAAW,CAAC,GAAG,QAAQ,CAAqB,IAAI,CAAC,CAAC;IAEnE,MAAM,WAAW,GAAG,CAAC,KAA0C,EAAE,EAAE;QACjE,WAAW,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC;IACnC,CAAC,CAAC;IAEF,MAAM,WAAW,GAAG,GAAG,EAAE;QACvB,WAAW,CAAC,IAAI,CAAC,CAAC;IACpB,CAAC,CAAC;IAEF,MAAM,WAAW,GAAe,EAAE,CAAC;IAGnC,SAAS,uBAAuB,CAAC,IAAI;QAEnC,MAAM,UAAU,GAAG,QAAQ,CAAC,aAAa,EAAE,CAAC;QAC5C,MAAM,eAAe,GAAG,UAAU,CAAC,eAAe,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAEpE,eAAe,CAAE,IAAI,CAAC,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,aAAa,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAC,CAAC,CAAC;QAC/E,4CAA4C;QAC5C,WAAW,EAAE,CAAC;IAEhB,CAAC;IAGD,gBAAgB,CAAC,OAAO,CAAE,CAAC,MAAM,EAAE,EAAE;QACnC,WAAW,CAAC,IAAI,CAAE,oBAAC,QAAQ,IAAC,GAAG,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,uBAAuB,CAAC,MAAM,CAAC,IAAG,MAAM,CAAC,IAAI,CAAY,CAAE,CAAA;IACxH,CAAC,CAAC,CAAC;IAEH,kBAAkB,CAAC,OAAO,CAAE,CAAC,OAAO,EAAE,EAAE;QACtC,WAAW,CAAC,IAAI,CAAE,oBAAC,QAAQ,IAAC,OAAO,EAAE,WAAW,IAAG,OAAO,CAAC,IAAI,CAAY,CAAE,CAAA;IAC/E,CAAC,CAAC,CAAC;IAGH,OAAO,CACL,oBAAC,KAAK,CAAC,QAAQ;QACb,oBAAC,MAAM,qBAAe,aAAa,mBAAe,MAAM,EAAC,OAAO,EAAE,WAAW,iBAEpE;QACT,oBAAC,IAAI,IACH,EAAE,EAAC,aAAa,EAChB,QAAQ,EAAE,QAAQ,EAClB,WAAW,QACX,IAAI,EAAE,OAAO,CAAC,QAAQ,CAAC,EACvB,OAAO,EAAE,WAAW,IAEnB,WAAW,CACP,CACQ,CAClB,CAAC;AACJ,CAAC;AAED,mBAAmB,CAAC,YAAY,GAAG;IACjC,gBAAgB,EAAE,EAAE;IACpB,kBAAkB,EAAE,EAAE;CACvB,CAAA;AAED,mBAAmB,CAAC,SAAS,GAAG;IAC9B,WAAW,EAAE,SAAS,CAAC,IAAI,CAAC,UAAU;IACtC,gBAAgB,EAAE,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC;IACrD,kBAAkB,EAAE,SAAS,CAAC,OAAO,CAAC,SAAS,CAAC,GAAG,CAAC;CACrD,CAAC","sourcesContent":["import React, { useState } from 'react';\nimport PropTypes from \"prop-types\";\nimport Button from '@material-ui/core/Button';\nimport Menu from '@material-ui/core/Menu';\nimport MenuItem from '@material-ui/core/MenuItem';\n\nexport default function CaseViewActionsMenu(props) {\n const {getPConnect, availableActions, availableProcesses} = props;\n const thePConn = getPConnect();\n\n\n const [anchorEl, setAnchorEl] = useState<null | HTMLElement>(null);\n\n const handleClick = (event: React.MouseEvent<HTMLButtonElement>) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n const arMenuItems: Array<any> = [];\n\n\n function _actionMenuActionsClick(data) {\n\n const actionsAPI = thePConn.getActionsApi();\n const openLocalAction = actionsAPI.openLocalAction.bind(actionsAPI);\n\n openLocalAction( data.ID, { ...data, containerName: 'modal', type: 'express'});\n // after doing the action, close the menu...\n handleClose();\n\n }\n\n\n availableActions.forEach( (action) => {\n arMenuItems.push( <MenuItem key={action.ID} onClick={() => _actionMenuActionsClick(action)}>{action.name}</MenuItem> )\n });\n\n availableProcesses.forEach( (process) => {\n arMenuItems.push( <MenuItem onClick={handleClose}>{process.name}</MenuItem> )\n });\n\n\n return (\n <React.Fragment>\n <Button aria-controls=\"simple-menu\" aria-haspopup=\"true\" onClick={handleClick}>\n Actions...\n </Button>\n <Menu\n id=\"simple-menu\"\n anchorEl={anchorEl}\n keepMounted\n open={Boolean(anchorEl)}\n onClose={handleClose}\n >\n {arMenuItems}\n </Menu>\n </React.Fragment>\n );\n}\n\nCaseViewActionsMenu.defaultProps = {\n availableActions: [],\n availableProcesses: []\n}\n\nCaseViewActionsMenu.propTypes = {\n getPConnect: PropTypes.func.isRequired,\n availableActions: PropTypes.arrayOf(PropTypes.object),\n availableProcesses: PropTypes.arrayOf(PropTypes.any)\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/CaseViewActionsMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/templates/CaseViewActionsMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC","sourcesContent":["export { default } from './CaseViewActionsMenu';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataReference.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/DataReference/DataReference.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAQnC,iBAAwB,aAAa,CAAC,KAAK,KAAA,OA4P1C;kBA5PuB,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAAb,aAAa"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DataReference.js","sourceRoot":"","sources":["../../../../src/components/templates/DataReference/DataReference.tsx"],"names":[],"mappings":"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","sourcesContent":["import React, { useMemo, useState, useEffect } from 'react';\nimport PropTypes from 'prop-types';\nimport SingleReferenceReadonly from '../SingleReferenceReadOnly';\nimport MultiReferenceReadonly from '../MultiReferenceReadOnly';\n\nconst SELECTION_MODE = { SINGLE: 'single', MULTI: 'multi' };\n\ndeclare const PCore: any;\n\nexport default function DataReference(props) {\n const {\n children,\n getPConnect,\n label,\n showLabel,\n displayMode,\n allowAndPersistChangesInReviewMode,\n referenceType,\n selectionMode,\n displayAs,\n ruleClass,\n parameters,\n hideLabel\n } = props;\n let childrenToRender = children;\n const pConn = getPConnect();\n const [dropDownDataSource, setDropDownDataSource] = useState(null);\n const propsToUse = { label, showLabel, ...pConn.getInheritedProps() };\n if (propsToUse.showLabel === false) {\n propsToUse.label = '';\n }\n const rawViewMetadata = pConn.getRawMetadata();\n const viewName = rawViewMetadata.name;\n const [firstChildMeta] = rawViewMetadata.children;\n const refList = rawViewMetadata.config.referenceList;\n const canBeChangedInReviewMode = allowAndPersistChangesInReviewMode && (displayAs === 'autocomplete' || displayAs === 'dropdown');\n let propName;\n const isDisplayModeEnabled = ['LABELS_LEFT', 'STACKED_LARGE_VAL'].includes(displayMode);\n let firstChildPConnect;\n\n /* Only for dropdown when it has param use data api to get the data back and add it to datasource */\n useEffect(() => {\n if (\n firstChildMeta?.type === \"Dropdown\" &&\n rawViewMetadata.config?.parameters\n ) {\n const { value, key, text } = firstChildMeta.config.datasource.fields;\n PCore.getDataApiUtils()\n .getData(refList, {\n dataViewParameters: parameters\n })\n .then((res) => {\n if (res.data.data !== null) {\n const ddDataSource = res.data.data\n .map((listItem) => ({\n key: listItem[key.split(\" .\", 2)[1]],\n text: listItem[text.split(\" .\", 2)[1]],\n value: listItem[value.split(\" .\", 2)[1]]\n }))\n .filter((item) => item.key);\n // Filtering out undefined entries that will break preview\n setDropDownDataSource(ddDataSource);\n } else {\n const ddDataSource: any = []\n setDropDownDataSource(ddDataSource);\n }\n })\n .catch((err) => {\n // eslint-disable-next-line no-console\n console.error(err?.stack);\n return Promise.resolve({\n data: { data: [] }\n });\n });\n }\n }, [firstChildMeta, rawViewMetadata, parameters]);\n\n if (firstChildMeta?.type !== 'Region') {\n firstChildPConnect = getPConnect().getChildren()[0].getPConnect;\n /* remove refresh When condition from those old view so that it will not be used for runtime */\n if (firstChildMeta.config?.readOnly) {\n delete firstChildMeta.config.readOnly;\n }\n if (firstChildMeta?.type === 'Dropdown') {\n firstChildMeta.config.datasource.source = rawViewMetadata.config?.parameters\n ? dropDownDataSource\n : '@DATASOURCE '.concat(refList).concat('.pxResults');\n } else if (firstChildMeta?.type === 'AutoComplete') {\n firstChildMeta.config.datasource = refList;\n\n /* Insert the parameters to the component only if present */\n if (rawViewMetadata.config?.parameters) {\n firstChildMeta.config.parameters = parameters;\n }\n }\n // set displayMode conditionally\n if (!canBeChangedInReviewMode) {\n firstChildMeta.config.displayMode = displayMode;\n }\n if (firstChildMeta.type === 'SimpleTableSelect' && selectionMode === SELECTION_MODE.MULTI) {\n propName = PCore.getAnnotationUtils().getPropertyName(firstChildMeta.config.selectionList);\n } else {\n propName = PCore.getAnnotationUtils().getPropertyName(firstChildMeta.config.value);\n }\n }\n\n const handleSelection = event => {\n const caseKey = pConn.getCaseInfo().getKey();\n const refreshOptions = { autoDetectRefresh: true };\n if (canBeChangedInReviewMode && pConn.getValue('__currentPageTabViewName')) {\n getPConnect()\n .getActionsApi()\n .refreshCaseView(caseKey, pConn.getValue('__currentPageTabViewName'), null, refreshOptions);\n PCore.getDeferLoadManager().refreshActiveComponents(pConn.getContextName());\n } else {\n const pgRef = pConn.getPageReference().replace('caseInfo.content', '');\n getPConnect().getActionsApi().refreshCaseView(caseKey, viewName, pgRef, refreshOptions);\n }\n\n // AutoComplete sets value on event.id whereas Dropdown sets it on event.target.value\n const propValue = event?.id || event?.target.value;\n if (propValue && canBeChangedInReviewMode && isDisplayModeEnabled) {\n PCore.getDataApiUtils()\n .getCaseEditLock(caseKey)\n .then(caseResponse => {\n const pageTokens = pConn.getPageReference().replace('caseInfo.content', '').split('.');\n let curr = {};\n const commitData = curr;\n\n pageTokens.forEach(el => {\n if (el !== '') {\n curr[el] = {};\n curr = curr[el];\n }\n });\n\n // expecting format like {Customer: {pyID:\"C-100\"}}\n const propArr = propName.split('.');\n propArr.forEach((element, idx) => {\n if (idx + 1 === propArr.length) {\n curr[element] = propValue;\n } else {\n curr[element] = {};\n curr = curr[element];\n }\n });\n\n PCore.getDataApiUtils()\n .updateCaseEditFieldsData(\n caseKey,\n { [caseKey]: commitData },\n caseResponse.headers.etag,\n pConn.getContextName()\n )\n .then(response => {\n PCore.getContainerUtils().updateChildContainersEtag(\n pConn.getContextName(),\n response.headers.etag\n );\n });\n });\n }\n };\n\n // Re-create first child with overridden props\n // Memoized child in order to stop unmount and remount of the child component when data reference\n // rerenders without any actual change\n const recreatedFirstChild = useMemo(() => {\n const { type, config } = firstChildMeta;\n if (firstChildMeta?.type !== 'Region') {\n pConn.clearErrorMessages({\n property: propName\n });\n if (!canBeChangedInReviewMode && isDisplayModeEnabled && selectionMode === SELECTION_MODE.SINGLE) {\n return (\n <SingleReferenceReadonly\n config={config}\n getPConnect={firstChildPConnect}\n label={propsToUse.label}\n type={type}\n displayAs={displayAs}\n displayMode={displayMode}\n ruleClass={ruleClass}\n referenceType={referenceType}\n hideLabel={hideLabel}\n dataRelationshipContext={\n rawViewMetadata.config.contextClass && rawViewMetadata.config.name ? rawViewMetadata.config.name : null\n }\n />\n );\n }\n\n if (isDisplayModeEnabled && selectionMode === SELECTION_MODE.MULTI) {\n return (\n <MultiReferenceReadonly\n config={config}\n getPConnect={firstChildPConnect}\n label={propsToUse.label}\n hideLabel={hideLabel}\n />\n );\n }\n\n // In the case of a datasource with parameters you cannot load the dropdown before the parameters\n if (\n type === 'Dropdown' &&\n rawViewMetadata.config?.parameters &&\n dropDownDataSource === null\n ) {\n return null;\n }\n\n return firstChildPConnect().createComponent({\n type,\n config: {\n ...config,\n required: propsToUse.required,\n visibility: propsToUse.visibility,\n disabled: propsToUse.disabled,\n label: propsToUse.label,\n viewName: getPConnect().getCurrentView(),\n parameters: rawViewMetadata.config.parameters,\n readOnly: false,\n localeReference: rawViewMetadata.config.localeReference,\n ...(selectionMode === SELECTION_MODE.SINGLE ? { referenceType } : ''),\n dataRelationshipContext:\n rawViewMetadata.config.contextClass && rawViewMetadata.config.name\n ? rawViewMetadata.config.name\n : null,\n hideLabel,\n onRecordChange: handleSelection\n }\n });\n }\n }, [\n firstChildMeta.config?.datasource?.source,\n parameters,\n dropDownDataSource,\n propsToUse.required,\n propsToUse.disabled\n ]);\n\n // Only include the views region for rendering when it has content\n if (firstChildMeta?.type !== 'Region') {\n const viewsRegion = rawViewMetadata.children[1];\n if (viewsRegion?.name === 'Views' && viewsRegion.children.length) {\n childrenToRender = [recreatedFirstChild, ...children.slice(1)];\n } else {\n childrenToRender = [recreatedFirstChild];\n }\n }\n\n return childrenToRender.length === 1 ? (\n childrenToRender[0] ?? null\n ) : (\n <div>\n {childrenToRender.map(child => (\n <React.Fragment>{child}</React.Fragment>\n ))}\n </div>\n );\n}\n\nDataReference.defaultProps = {\n label: undefined,\n showLabel: undefined,\n displayMode: undefined,\n allowAndPersistChangesInReviewMode: false,\n referenceType: '',\n selectionMode: '',\n displayAs: '',\n ruleClass: '',\n parameters: undefined,\n hideLabel: false\n};\n\nDataReference.propTypes = {\n children: PropTypes.arrayOf(PropTypes.node).isRequired,\n getPConnect: PropTypes.func.isRequired,\n label: PropTypes.string,\n showLabel: PropTypes.func,\n displayMode: PropTypes.string,\n allowAndPersistChangesInReviewMode: PropTypes.bool,\n referenceType: PropTypes.string,\n selectionMode: PropTypes.string,\n displayAs: PropTypes.string,\n ruleClass: PropTypes.string,\n parameters: PropTypes.arrayOf(PropTypes.string), // need to fix\n hideLabel: PropTypes.bool\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/DataReference/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/templates/DataReference/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAC","sourcesContent":["export { default } from './DataReference';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultForm.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/DefaultForm/DefaultForm.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAInC,OAAO,mBAAmB,CAAC;AAE3B,iBAAwB,WAAW,CAAC,KAAK,KAAA,eAmCxC;kBAnCuB,WAAW;;;;;;;;eAAX,WAAW"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultForm.js","sourceRoot":"","sources":["../../../../src/components/templates/DefaultForm/DefaultForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC7C,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,uBAAuB,MAAM,gCAAgC,CAAC;AAErE,OAAO,mBAAmB,CAAC;AAE3B,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK;IACvC,MAAM,EAAE,WAAW,EAAE,OAAO,EAAE,GAAG,KAAK,CAAC;IAEvC,IAAI,QAAgB,CAAC;IAErB,MAAM,OAAO,GAAG,OAAO,IAAI,GAAG,CAAC;IAC/B,QAAQ,OAAO,EAAE;QACf,KAAK,GAAG;YACN,QAAQ,GAAG,8BAA8B,CAAC;YAC1C,MAAM;QACR,KAAK,GAAG;YACN,QAAQ,GAAG,8BAA8B,CAAC;YAC1C,MAAM;QACR,KAAK,GAAG;YACN,QAAQ,GAAG,gCAAgC,CAAC;YAC5C,MAAM;QACR;YACE,QAAQ,GAAG,8BAA8B,CAAC;YAC1C,MAAM;KACT;IAED,YAAY;IAEZ,yFAAyF;IACzF,uFAAuF;IACvF,mBAAmB;IACnB,MAAM,UAAU,GAAG,WAAW,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,WAAW,EAAE,CAAC;IAC9E,oDAAoD;IACpD,MAAM,UAAU,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,CAAC,aAAa,CAAC,uBAAuB,EAAE,EAAE,EAAC,GAAG,GAAG,EAAE,GAAG,EAAE,GAAG,EAAC,CAAC,CAAC,CAAC;IAE9G,OAAO,CACL,6BAAK,SAAS,EAAE,QAAQ,IACrB,UAAU,CACP,CACP,CAAA;AACH,CAAC;AAED,WAAW,CAAC,SAAS,GAAG;IACtB,0DAA0D;IAC1D,OAAO,EAAE,SAAS,CAAC,MAAM;CAC1B,CAAC;AAEF,WAAW,CAAC,YAAY,GAAG;IACzB,OAAO,EAAE,GAAG;CACb,CAAC","sourcesContent":["import React, { createElement } from \"react\";\nimport PropTypes from \"prop-types\";\n\nimport createPConnectComponent from '../../../bridge/react_pconnect';\n\nimport './DefaultForm.css';\n\nexport default function DefaultForm(props) {\n const { getPConnect, NumCols } = props;\n\n let divClass: string;\n\n const numCols = NumCols || \"1\";\n switch (numCols) {\n case \"1\" :\n divClass = \"psdk-default-form-one-column\";\n break;\n case \"2\" :\n divClass = \"psdk-default-form-two-column\";\n break;\n case \"3\" :\n divClass = \"psdk-default-form-three-column\";\n break;\n default :\n divClass = \"psdk-default-form-one-column\";\n break;\n }\n\n // debugger;\n\n // repoint the children because they are in a region and we need to not render the region\n // to take the children and create components for them, put in an array and pass as the\n // defaultForm kids\n const arChildren = getPConnect().getChildren()[0].getPConnect().getChildren();\n // eslint-disable-next-line react/no-array-index-key\n const dfChildren = arChildren.map((kid, idx) => createElement(createPConnectComponent(), {...kid, key: idx}));\n\n return (\n <div className={divClass}>\n {dfChildren}\n </div>\n )\n}\n\nDefaultForm.propTypes = {\n // children: PropTypes.arrayOf(PropTypes.node).isRequired,\n NumCols: PropTypes.string\n};\n\nDefaultForm.defaultProps = {\n NumCols: \"1\"\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/DefaultForm/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/templates/DefaultForm/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC","sourcesContent":["export { default } from './DefaultForm';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Details.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/Details/Details.tsx"],"names":[],"mappings":";AAKA,iBAAwB,OAAO,CAAC,KAAK,KAAA,eAqBpC;kBArBuB,OAAO;;;;eAAP,OAAO"}
@@ -1,26 +0,0 @@
1
- import React from "react";
2
- // import PropTypes from "prop-types";
3
- import Grid from '@material-ui/core/Grid';
4
- import DetailsFields from '../../../designSystemExtensions/DetailsFields';
5
- export default function Details(props) {
6
- const { children } = props;
7
- const arFields = [];
8
- for (const child of children) {
9
- const theChildPConn = child.props.getPConnect();
10
- theChildPConn.setInheritedProp('displayMode', 'LABELS_LEFT');
11
- theChildPConn.setInheritedProp('readOnly', true);
12
- const theChildrenOfChild = theChildPConn.getChildren();
13
- arFields.push(theChildrenOfChild);
14
- }
15
- return (React.createElement("div", { id: "DetailsOneColumn" },
16
- React.createElement(Grid, { container: true, spacing: 1 },
17
- React.createElement(Grid, { item: true, xs: 12 },
18
- React.createElement(DetailsFields, { fields: arFields[0] })))));
19
- }
20
- Details.defaultProps = {
21
- // children: []
22
- };
23
- Details.propTypes = {
24
- // children: PropTypes.arrayOf(PropTypes.node)
25
- };
26
- //# sourceMappingURL=Details.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Details.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/Details/Details.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,sCAAsC;AACtC,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK;IACnC,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAC3B,MAAM,QAAQ,GAAe,EAAE,CAAC;IAEhC,KAAK,MAAM,KAAK,IAAI,QAAQ,EAAE;QAC5B,MAAM,aAAa,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;QAChD,aAAa,CAAC,gBAAgB,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC;QAC7D,aAAa,CAAC,gBAAgB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACjD,MAAM,kBAAkB,GAAG,aAAa,CAAC,WAAW,EAAE,CAAC;QACvD,QAAQ,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;KACnC;IAED,OAAO,CACH,6BAAK,EAAE,EAAC,kBAAkB;QACxB,oBAAC,IAAI,IAAC,SAAS,QAAC,OAAO,EAAE,CAAC;YACxB,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,EAAE;gBACf,oBAAC,aAAa,IAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAI,CACjC,CACF,CACH,CACP,CAAC;AACN,CAAC;AAED,OAAO,CAAC,YAAY,GAAG;AACrB,eAAe;CAChB,CAAA;AAED,OAAO,CAAC,SAAS,GAAG;AAClB,8CAA8C;CAC/C,CAAC","sourcesContent":["import React from \"react\";\n// import PropTypes from \"prop-types\";\nimport Grid from '@material-ui/core/Grid';\nimport DetailsFields from '../../../designSystemExtensions/DetailsFields';\n\nexport default function Details(props) {\n const { children } = props;\n const arFields: Array<any> = [];\n\n for (const child of children) {\n const theChildPConn = child.props.getPConnect();\n theChildPConn.setInheritedProp('displayMode', 'LABELS_LEFT');\n theChildPConn.setInheritedProp('readOnly', true);\n const theChildrenOfChild = theChildPConn.getChildren();\n arFields.push(theChildrenOfChild);\n }\n\n return (\n <div id=\"DetailsOneColumn\">\n <Grid container spacing={1}>\n <Grid item xs={12}>\n <DetailsFields fields={arFields[0]} />\n </Grid>\n </Grid>\n </div>\n );\n}\n\nDetails.defaultProps = {\n // children: []\n}\n\nDetails.propTypes = {\n // children: PropTypes.arrayOf(PropTypes.node)\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/Details/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/Details/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC","sourcesContent":["export { default } from './Details';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsSubTabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsSubTabs/DetailsSubTabs.tsx"],"names":[],"mappings":";AACA,OAAO,SAAS,MAAM,YAAY,CAAC;AAMnC,iBAAwB,cAAc,CAAC,KAAK,KAAA,eA4C3C;kBA5CuB,cAAc;;;;;;;;;;;;;eAAd,cAAc"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsSubTabs.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsSubTabs/DetailsSubTabs.tsx"],"names":[],"mappings":"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","sourcesContent":["import { useState, useEffect, Fragment } from 'react';\nimport PropTypes from 'prop-types';\nimport { getTransientTabs, getVisibleTabs, tabClick } from '../../SubTabs/tabUtils';\nimport React from 'react';\nimport { Tab, Tabs, TextField } from '@material-ui/core';\nimport { TabContext, TabPanel } from '@material-ui/lab';\n\nexport default function DetailsSubTabs(props) {\n const { children, label, showLabel, getPConnect } = props;\n // Get the inherited props from the parent to determine label settings\n const propsToUse = { label, showLabel, ...getPConnect().getInheritedProps() };\n\n const defaultTabIndex = 0;\n const deferLoadedTabs = children[0];\n let availableTabs = [];\n\n useEffect(() => {\n availableTabs = getVisibleTabs(deferLoadedTabs, 'detailsSubTabs');\n }, [availableTabs]);\n\n const [currentTabId, setCurrentTabId] = useState(defaultTabIndex.toString());\n\n const [tabItems, setTabitem] = useState([]);\n useEffect(() => {\n const tempTabItems = getTransientTabs(availableTabs, currentTabId, tabItems);\n setTabitem(tempTabItems);\n }, [currentTabId]);\n\n const handleTabClick = (id, index: string) => {\n setCurrentTabId(index);\n tabClick(index, availableTabs, currentTabId, setCurrentTabId, tabItems);\n };\n\n return (\n <Fragment>\n {propsToUse.showLabel && <TextField>{propsToUse.label}</TextField>}\n <TabContext value={currentTabId.toString()}>\n <Tabs onChange={handleTabClick} value={currentTabId}>\n {tabItems.map((tab: any) => (\n <Tab key={tab.id} label={tab.name} value={tab.id} />\n ))}\n </Tabs>\n\n {tabItems.map((tab: any) => (\n <TabPanel key={tab.id} value={tab.id} tabIndex={+tab.id}>\n <div>{tab.content ? tab.content : 'No content exists'}</div>\n </TabPanel>\n ))}\n </TabContext>\n </Fragment>\n );\n}\n\nDetailsSubTabs.defaultProps = {\n children: [],\n label: undefined,\n showLabel: true\n};\n\nDetailsSubTabs.propTypes = {\n children: PropTypes.arrayOf(PropTypes.node),\n showLabel: PropTypes.bool,\n label: PropTypes.string,\n getPConnect: PropTypes.func.isRequired\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsSubTabs/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/templates/Details/DetailsSubTabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC","sourcesContent":["export { default } from './DetailsSubTabs';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsThreeColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.tsx"],"names":[],"mappings":";AAKA,iBAAwB,kBAAkB,CAAC,KAAK,KAAA,eAgC/C;kBAhCuB,kBAAkB;;;eAAlB,kBAAkB"}
@@ -1,34 +0,0 @@
1
- import React from 'react';
2
- // import PropTypes from "prop-types";
3
- import Grid from '@material-ui/core/Grid';
4
- import DetailsFields from '../../../designSystemExtensions/DetailsFields';
5
- export default function DetailsThreeColumn(props) {
6
- const { children } = props;
7
- const arFields = [];
8
- for (const child of children) {
9
- const theChildPConn = child.props.getPConnect();
10
- theChildPConn.setInheritedProp('displayMode', 'LABELS_LEFT');
11
- theChildPConn.setInheritedProp('readOnly', true);
12
- const theChildrenOfChild = theChildPConn.getChildren();
13
- arFields.push(theChildrenOfChild);
14
- }
15
- if (arFields.length !== 3) {
16
- // eslint-disable-next-line no-console
17
- console.error(`DetailsThreeColumn expects 3 children and received ${arFields.length}`);
18
- }
19
- return (React.createElement("div", { id: 'DetailsThreeColumn' },
20
- React.createElement(Grid, { container: true, spacing: 1 },
21
- React.createElement(Grid, { item: true, xs: 4 },
22
- React.createElement(DetailsFields, { fields: arFields[0] })),
23
- React.createElement(Grid, { item: true, xs: 4 },
24
- React.createElement(DetailsFields, { fields: arFields[1] })),
25
- React.createElement(Grid, { item: true, xs: 4 },
26
- React.createElement(DetailsFields, { fields: arFields[2] })))));
27
- }
28
- DetailsThreeColumn.propTypes = {
29
- // showLabel: PropTypes.bool,
30
- // label: PropTypes.string,
31
- // getPConnect: PropTypes.func.isRequired,
32
- // template: PropTypes.string.isRequired
33
- };
34
- //# sourceMappingURL=DetailsThreeColumn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsThreeColumn.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsThreeColumn/DetailsThreeColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,sCAAsC;AACtC,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,KAAK;IAC9C,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAC3B,MAAM,QAAQ,GAAe,EAAE,CAAC;IAEhC,KAAK,MAAM,KAAK,IAAI,QAAQ,EAAE;QAC5B,MAAM,aAAa,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;QAChD,aAAa,CAAC,gBAAgB,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC;QAC7D,aAAa,CAAC,gBAAgB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACjD,MAAM,kBAAkB,GAAG,aAAa,CAAC,WAAW,EAAE,CAAC;QACvD,QAAQ,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;KACnC;IAED,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE;QACzB,sCAAsC;QACtC,OAAO,CAAC,KAAK,CAAC,sDAAsD,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC;KACxF;IAED,OAAO,CACL,6BAAK,EAAE,EAAC,oBAAoB;QAC1B,oBAAC,IAAI,IAAC,SAAS,QAAC,OAAO,EAAE,CAAC;YACxB,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;gBACd,oBAAC,aAAa,IAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAI,CACjC;YACP,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;gBACd,oBAAC,aAAa,IAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAI,CACjC;YACP,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;gBACd,oBAAC,aAAa,IAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAI,CACjC,CACF,CACH,CACP,CAAC;AACJ,CAAC;AAED,kBAAkB,CAAC,SAAS,GAAG;AAC7B,6BAA6B;AAC7B,2BAA2B;AAC3B,0CAA0C;AAC1C,wCAAwC;CACzC,CAAC","sourcesContent":["import React from 'react';\n// import PropTypes from \"prop-types\";\nimport Grid from '@material-ui/core/Grid';\nimport DetailsFields from '../../../designSystemExtensions/DetailsFields';\n\nexport default function DetailsThreeColumn(props) {\n const { children } = props;\n const arFields: Array<any> = [];\n\n for (const child of children) {\n const theChildPConn = child.props.getPConnect();\n theChildPConn.setInheritedProp('displayMode', 'LABELS_LEFT');\n theChildPConn.setInheritedProp('readOnly', true);\n const theChildrenOfChild = theChildPConn.getChildren();\n arFields.push(theChildrenOfChild);\n }\n\n if (arFields.length !== 3) {\n // eslint-disable-next-line no-console\n console.error(`DetailsThreeColumn expects 3 children and received ${arFields.length}`);\n }\n\n return (\n <div id='DetailsThreeColumn'>\n <Grid container spacing={1}>\n <Grid item xs={4}>\n <DetailsFields fields={arFields[0]} />\n </Grid>\n <Grid item xs={4}>\n <DetailsFields fields={arFields[1]} />\n </Grid>\n <Grid item xs={4}>\n <DetailsFields fields={arFields[2]} />\n </Grid>\n </Grid>\n </div>\n );\n}\n\nDetailsThreeColumn.propTypes = {\n // showLabel: PropTypes.bool,\n // label: PropTypes.string,\n // getPConnect: PropTypes.func.isRequired,\n // template: PropTypes.string.isRequired\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsThreeColumn/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsThreeColumn/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC","sourcesContent":["export { default } from './DetailsThreeColumn';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsTwoColumn.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.tsx"],"names":[],"mappings":";AAKA,iBAAwB,gBAAgB,CAAC,KAAK,KAAA,eA8B7C;kBA9BuB,gBAAgB;;;eAAhB,gBAAgB"}
@@ -1,32 +0,0 @@
1
- import React from "react";
2
- // import PropTypes from "prop-types";
3
- import Grid from '@material-ui/core/Grid';
4
- import DetailsFields from '../../../designSystemExtensions/DetailsFields';
5
- export default function DetailsTwoColumn(props) {
6
- const { children } = props;
7
- const arFields = [];
8
- for (const child of children) {
9
- const theChildPConn = child.props.getPConnect();
10
- theChildPConn.setInheritedProp('displayMode', 'LABELS_LEFT');
11
- theChildPConn.setInheritedProp('readOnly', true);
12
- const theChildrenOfChild = theChildPConn.getChildren();
13
- arFields.push(theChildrenOfChild);
14
- }
15
- if (arFields.length !== 2) {
16
- // eslint-disable-next-line no-console
17
- console.error(`DetailsTwoColumn expects 2 children and received ${arFields.length}`);
18
- }
19
- return (React.createElement("div", { id: "DetailsTwoColumn" },
20
- React.createElement(Grid, { container: true, spacing: 1 },
21
- React.createElement(Grid, { item: true, xs: 6 },
22
- React.createElement(DetailsFields, { fields: arFields[0] })),
23
- React.createElement(Grid, { item: true, xs: 6 },
24
- React.createElement(DetailsFields, { fields: arFields[1] })))));
25
- }
26
- DetailsTwoColumn.propTypes = {
27
- // showLabel: PropTypes.bool,
28
- // label: PropTypes.string,
29
- // getPConnect: PropTypes.func.isRequired,
30
- // template: PropTypes.string.isRequired
31
- };
32
- //# sourceMappingURL=DetailsTwoColumn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DetailsTwoColumn.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsTwoColumn/DetailsTwoColumn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,sCAAsC;AACtC,OAAO,IAAI,MAAM,wBAAwB,CAAC;AAC1C,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAE1E,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,KAAK;IAC5C,MAAM,EAAE,QAAQ,EAAE,GAAG,KAAK,CAAC;IAC3B,MAAM,QAAQ,GAAe,EAAE,CAAC;IAEhC,KAAK,MAAM,KAAK,IAAI,QAAQ,EAAE;QAC5B,MAAM,aAAa,GAAG,KAAK,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC;QAChD,aAAa,CAAC,gBAAgB,CAAC,aAAa,EAAE,aAAa,CAAC,CAAC;QAC7D,aAAa,CAAC,gBAAgB,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC;QACjD,MAAM,kBAAkB,GAAG,aAAa,CAAC,WAAW,EAAE,CAAC;QACvD,QAAQ,CAAC,IAAI,CAAC,kBAAkB,CAAC,CAAC;KACnC;IAED,IAAI,QAAQ,CAAC,MAAM,KAAK,CAAC,EAAE;QACzB,sCAAsC;QACtC,OAAO,CAAC,KAAK,CAAC,oDAAoD,QAAQ,CAAC,MAAM,EAAE,CAAC,CAAC;KACtF;IAGD,OAAO,CACL,6BAAK,EAAE,EAAC,kBAAkB;QACxB,oBAAC,IAAI,IAAC,SAAS,QAAC,OAAO,EAAE,CAAC;YACxB,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;gBACd,oBAAC,aAAa,IAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAI,CACjC;YACP,oBAAC,IAAI,IAAC,IAAI,QAAC,EAAE,EAAE,CAAC;gBACd,oBAAC,aAAa,IAAC,MAAM,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAI,CACjC,CACF,CACH,CACP,CAAA;AACH,CAAC;AAED,gBAAgB,CAAC,SAAS,GAAG;AAC3B,6BAA6B;AAC7B,2BAA2B;AAC3B,0CAA0C;AAC1C,wCAAwC;CACzC,CAAC","sourcesContent":["import React from \"react\";\n// import PropTypes from \"prop-types\";\nimport Grid from '@material-ui/core/Grid';\nimport DetailsFields from '../../../designSystemExtensions/DetailsFields';\n\nexport default function DetailsTwoColumn(props) {\n const { children } = props;\n const arFields: Array<any> = [];\n\n for (const child of children) {\n const theChildPConn = child.props.getPConnect();\n theChildPConn.setInheritedProp('displayMode', 'LABELS_LEFT');\n theChildPConn.setInheritedProp('readOnly', true);\n const theChildrenOfChild = theChildPConn.getChildren();\n arFields.push(theChildrenOfChild);\n }\n\n if (arFields.length !== 2) {\n // eslint-disable-next-line no-console\n console.error(`DetailsTwoColumn expects 2 children and received ${arFields.length}`);\n }\n\n\n return (\n <div id=\"DetailsTwoColumn\">\n <Grid container spacing={1}>\n <Grid item xs={6}>\n <DetailsFields fields={arFields[0]} />\n </Grid>\n <Grid item xs={6}>\n <DetailsFields fields={arFields[1]} />\n </Grid>\n </Grid>\n </div>\n )\n}\n\nDetailsTwoColumn.propTypes = {\n // showLabel: PropTypes.bool,\n // label: PropTypes.string,\n // getPConnect: PropTypes.func.isRequired,\n // template: PropTypes.string.isRequired\n};\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsTwoColumn/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/components/templates/Details/DetailsTwoColumn/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC","sourcesContent":["export { default } from './DetailsTwoColumn';"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FieldGroupTemplate.d.ts","sourceRoot":"","sources":["../../../../src/components/templates/FieldGroupTemplate/FieldGroupTemplate.tsx"],"names":[],"mappings":";AAEA,OAAO,SAAS,MAAM,YAAY,CAAC;AAQnC,iBAAwB,kBAAkB,CAAC,KAAK,KAAA,eA8E/C;kBA9EuB,kBAAkB;;;;;;;;;;;;;;;;;eAAlB,kBAAkB"}