@pega/react-sdk-components 8.23.11 → 23.1.11

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 (635) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +17 -0
  3. package/SECURITY.md +10 -0
  4. package/lib/bridge/Context/StoreContext.js +3 -3
  5. package/lib/bridge/Context/StoreContext.js.map +1 -1
  6. package/lib/bridge/helpers/sdk_component_map.d.ts.map +1 -1
  7. package/lib/bridge/helpers/sdk_component_map.js +24 -47
  8. package/lib/bridge/helpers/sdk_component_map.js.map +1 -1
  9. package/lib/bridge/react_pconnect.d.ts.map +1 -1
  10. package/lib/bridge/react_pconnect.js +17 -28
  11. package/lib/bridge/react_pconnect.js.map +1 -1
  12. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.d.ts +7 -10
  13. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.d.ts.map +1 -1
  14. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js +2 -9
  15. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js.map +1 -1
  16. package/lib/components/designSystemExtension/Banner/Banner.d.ts +15 -1
  17. package/lib/components/designSystemExtension/Banner/Banner.d.ts.map +1 -1
  18. package/lib/components/designSystemExtension/Banner/Banner.js +2 -10
  19. package/lib/components/designSystemExtension/Banner/Banner.js.map +1 -1
  20. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.css +0 -1
  21. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts +6 -9
  22. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -1
  23. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +32 -33
  24. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -1
  25. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts +4 -10
  26. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -1
  27. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +10 -23
  28. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -1
  29. package/lib/components/designSystemExtension/DetailsFields/index.js.map +1 -1
  30. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts +8 -3
  31. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -1
  32. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js +25 -14
  33. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -1
  34. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts +7 -2
  35. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts.map +1 -1
  36. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js +6 -18
  37. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -1
  38. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts +7 -2
  39. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -1
  40. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js +6 -12
  41. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -1
  42. package/lib/components/designSystemExtension/Operator/Operator.d.ts +17 -7
  43. package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -1
  44. package/lib/components/designSystemExtension/Operator/Operator.js +49 -67
  45. package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -1
  46. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts +5 -2
  47. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -1
  48. package/lib/components/designSystemExtension/Pulse/Pulse.js +9 -15
  49. package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -1
  50. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts +19 -0
  51. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts.map +1 -0
  52. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js +75 -0
  53. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js.map +1 -0
  54. package/lib/components/designSystemExtension/RichTextEditor/index.d.ts +2 -0
  55. package/lib/components/designSystemExtension/RichTextEditor/index.d.ts.map +1 -0
  56. package/lib/components/designSystemExtension/RichTextEditor/index.js +2 -0
  57. package/lib/components/designSystemExtension/RichTextEditor/index.js.map +1 -0
  58. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts +6 -1
  59. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts.map +1 -1
  60. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js +5 -11
  61. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js.map +1 -1
  62. package/lib/components/field/AutoComplete/AutoComplete.d.ts +15 -1
  63. package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -1
  64. package/lib/components/field/AutoComplete/AutoComplete.js +17 -17
  65. package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -1
  66. package/lib/components/field/CancelAlert/CancelAlert.d.ts +12 -2
  67. package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -1
  68. package/lib/components/field/CancelAlert/CancelAlert.js +78 -70
  69. package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -1
  70. package/lib/components/field/CancelAlert/index.js.map +1 -1
  71. package/lib/components/field/Checkbox/Checkbox.d.ts +9 -1
  72. package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -1
  73. package/lib/components/field/Checkbox/Checkbox.js +13 -13
  74. package/lib/components/field/Checkbox/Checkbox.js.map +1 -1
  75. package/lib/components/field/Currency/Currency.d.ts +6 -1
  76. package/lib/components/field/Currency/Currency.d.ts.map +1 -1
  77. package/lib/components/field/Currency/Currency.js +15 -36
  78. package/lib/components/field/Currency/Currency.js.map +1 -1
  79. package/lib/components/field/Currency/currency-utils.d.ts.map +1 -1
  80. package/lib/components/field/Currency/currency-utils.js +5 -6
  81. package/lib/components/field/Currency/currency-utils.js.map +1 -1
  82. package/lib/components/field/Date/Date.d.ts +5 -1
  83. package/lib/components/field/Date/Date.d.ts.map +1 -1
  84. package/lib/components/field/Date/Date.js +15 -9
  85. package/lib/components/field/Date/Date.js.map +1 -1
  86. package/lib/components/field/DateTime/DateTime.d.ts +5 -1
  87. package/lib/components/field/DateTime/DateTime.d.ts.map +1 -1
  88. package/lib/components/field/DateTime/DateTime.js +15 -9
  89. package/lib/components/field/DateTime/DateTime.js.map +1 -1
  90. package/lib/components/field/Decimal/Decimal.d.ts +8 -1
  91. package/lib/components/field/Decimal/Decimal.d.ts.map +1 -1
  92. package/lib/components/field/Decimal/Decimal.js +13 -29
  93. package/lib/components/field/Decimal/Decimal.js.map +1 -1
  94. package/lib/components/field/Decimal/index.js.map +1 -1
  95. package/lib/components/field/Dropdown/Dropdown.d.ts +13 -1
  96. package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -1
  97. package/lib/components/field/Dropdown/Dropdown.js +105 -15
  98. package/lib/components/field/Dropdown/Dropdown.js.map +1 -1
  99. package/lib/components/field/Email/Email.d.ts +5 -1
  100. package/lib/components/field/Email/Email.d.ts.map +1 -1
  101. package/lib/components/field/Email/Email.js +12 -11
  102. package/lib/components/field/Email/Email.js.map +1 -1
  103. package/lib/components/field/Email/index.js.map +1 -1
  104. package/lib/components/field/Group/Group.d.ts +13 -0
  105. package/lib/components/field/Group/Group.d.ts.map +1 -0
  106. package/lib/components/field/Group/Group.js +15 -0
  107. package/lib/components/field/Group/Group.js.map +1 -0
  108. package/lib/components/field/Group/index.d.ts +2 -0
  109. package/lib/components/field/Group/index.d.ts.map +1 -0
  110. package/lib/components/field/Group/index.js +2 -0
  111. package/lib/components/field/Group/index.js.map +1 -0
  112. package/lib/components/field/Integer/Integer.d.ts +5 -1
  113. package/lib/components/field/Integer/Integer.d.ts.map +1 -1
  114. package/lib/components/field/Integer/Integer.js +10 -8
  115. package/lib/components/field/Integer/Integer.js.map +1 -1
  116. package/lib/components/field/Percentage/Percentage.d.ts +6 -1
  117. package/lib/components/field/Percentage/Percentage.d.ts.map +1 -1
  118. package/lib/components/field/Percentage/Percentage.js +28 -29
  119. package/lib/components/field/Percentage/Percentage.js.map +1 -1
  120. package/lib/components/field/Phone/Phone.d.ts +5 -1
  121. package/lib/components/field/Phone/Phone.d.ts.map +1 -1
  122. package/lib/components/field/Phone/Phone.js +10 -9
  123. package/lib/components/field/Phone/Phone.js.map +1 -1
  124. package/lib/components/field/Phone/index.js.map +1 -1
  125. package/lib/components/field/RadioButtons/RadioButtons.d.ts +7 -1
  126. package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -1
  127. package/lib/components/field/RadioButtons/RadioButtons.js +19 -15
  128. package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -1
  129. package/lib/components/field/RichText/RichText.d.ts +7 -0
  130. package/lib/components/field/RichText/RichText.d.ts.map +1 -0
  131. package/lib/components/field/RichText/RichText.js +54 -0
  132. package/lib/components/field/RichText/RichText.js.map +1 -0
  133. package/lib/components/field/RichText/index.d.ts +2 -0
  134. package/lib/components/field/RichText/index.d.ts.map +1 -0
  135. package/lib/components/field/RichText/index.js +2 -0
  136. package/lib/components/field/RichText/index.js.map +1 -0
  137. package/lib/components/field/ScalarList/ScalarList.d.ts +13 -0
  138. package/lib/components/field/ScalarList/ScalarList.d.ts.map +1 -0
  139. package/lib/components/field/ScalarList/ScalarList.js +32 -0
  140. package/lib/components/field/ScalarList/ScalarList.js.map +1 -0
  141. package/lib/components/field/ScalarList/index.d.ts +2 -0
  142. package/lib/components/field/ScalarList/index.d.ts.map +1 -0
  143. package/lib/components/field/ScalarList/index.js +2 -0
  144. package/lib/components/field/ScalarList/index.js.map +1 -0
  145. package/lib/components/field/SemanticLink/SemanticLink.d.ts +5 -9
  146. package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -1
  147. package/lib/components/field/SemanticLink/SemanticLink.js +11 -19
  148. package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -1
  149. package/lib/components/field/SemanticLink/utils.d.ts.map +1 -1
  150. package/lib/components/field/SemanticLink/utils.js +8 -8
  151. package/lib/components/field/SemanticLink/utils.js.map +1 -1
  152. package/lib/components/field/TextArea/TextArea.d.ts +6 -1
  153. package/lib/components/field/TextArea/TextArea.d.ts.map +1 -1
  154. package/lib/components/field/TextArea/TextArea.js +8 -6
  155. package/lib/components/field/TextArea/TextArea.js.map +1 -1
  156. package/lib/components/field/TextContent/TextContent.d.ts +7 -1
  157. package/lib/components/field/TextContent/TextContent.d.ts.map +1 -1
  158. package/lib/components/field/TextContent/TextContent.js +2 -2
  159. package/lib/components/field/TextContent/TextContent.js.map +1 -1
  160. package/lib/components/field/TextInput/TextInput.d.ts +6 -1
  161. package/lib/components/field/TextInput/TextInput.d.ts.map +1 -1
  162. package/lib/components/field/TextInput/TextInput.js +10 -7
  163. package/lib/components/field/TextInput/TextInput.js.map +1 -1
  164. package/lib/components/field/TextInput/index.js.map +1 -1
  165. package/lib/components/field/Time/Time.d.ts +5 -1
  166. package/lib/components/field/Time/Time.d.ts.map +1 -1
  167. package/lib/components/field/Time/Time.js +11 -9
  168. package/lib/components/field/Time/Time.js.map +1 -1
  169. package/lib/components/field/URL/URL.d.ts +5 -1
  170. package/lib/components/field/URL/URL.d.ts.map +1 -1
  171. package/lib/components/field/URL/URL.js +10 -8
  172. package/lib/components/field/URL/URL.js.map +1 -1
  173. package/lib/components/field/URL/index.js.map +1 -1
  174. package/lib/components/field/UserReference/UserReference.d.ts +20 -41
  175. package/lib/components/field/UserReference/UserReference.d.ts.map +1 -1
  176. package/lib/components/field/UserReference/UserReference.js +17 -46
  177. package/lib/components/field/UserReference/UserReference.js.map +1 -1
  178. package/lib/components/field/UserReference/UserReferenceUtils.js +2 -2
  179. package/lib/components/field/UserReference/UserReferenceUtils.js.map +1 -1
  180. package/lib/components/helpers/attachmentHelpers.d.ts +3 -3
  181. package/lib/components/helpers/attachmentHelpers.d.ts.map +1 -1
  182. package/lib/components/helpers/attachmentHelpers.js +6 -6
  183. package/lib/components/helpers/attachmentHelpers.js.map +1 -1
  184. package/lib/components/helpers/case-utils.d.ts.map +1 -1
  185. package/lib/components/helpers/case-utils.js +5 -4
  186. package/lib/components/helpers/case-utils.js.map +1 -1
  187. package/lib/components/helpers/common-utils.d.ts +2 -1
  188. package/lib/components/helpers/common-utils.d.ts.map +1 -1
  189. package/lib/components/helpers/common-utils.js +4 -1
  190. package/lib/components/helpers/common-utils.js.map +1 -1
  191. package/lib/components/helpers/data_page.d.ts.map +1 -1
  192. package/lib/components/helpers/data_page.js +2 -3
  193. package/lib/components/helpers/data_page.js.map +1 -1
  194. package/lib/components/helpers/date-format-utils.d.ts +1 -6
  195. package/lib/components/helpers/date-format-utils.d.ts.map +1 -1
  196. package/lib/components/helpers/date-format-utils.js.map +1 -1
  197. package/lib/components/helpers/event-utils.d.ts +1 -1
  198. package/lib/components/helpers/event-utils.d.ts.map +1 -1
  199. package/lib/components/helpers/event-utils.js +3 -3
  200. package/lib/components/helpers/event-utils.js.map +1 -1
  201. package/lib/components/helpers/field-group-utils.d.ts.map +1 -1
  202. package/lib/components/helpers/field-group-utils.js +3 -7
  203. package/lib/components/helpers/field-group-utils.js.map +1 -1
  204. package/lib/components/helpers/formatters/Boolean.d.ts.map +1 -1
  205. package/lib/components/helpers/formatters/Boolean.js +9 -20
  206. package/lib/components/helpers/formatters/Boolean.js.map +1 -1
  207. package/lib/components/helpers/formatters/Currency.d.ts +6 -6
  208. package/lib/components/helpers/formatters/Currency.d.ts.map +1 -1
  209. package/lib/components/helpers/formatters/Currency.js +13 -14
  210. package/lib/components/helpers/formatters/Currency.js.map +1 -1
  211. package/lib/components/helpers/formatters/CurrencyMap.d.ts +69 -320
  212. package/lib/components/helpers/formatters/CurrencyMap.d.ts.map +1 -1
  213. package/lib/components/helpers/formatters/CurrencyMap.js +500 -500
  214. package/lib/components/helpers/formatters/CurrencyMap.js.map +1 -1
  215. package/lib/components/helpers/formatters/Date.d.ts +5 -5
  216. package/lib/components/helpers/formatters/Date.d.ts.map +1 -1
  217. package/lib/components/helpers/formatters/Date.js +20 -20
  218. package/lib/components/helpers/formatters/Date.js.map +1 -1
  219. package/lib/components/helpers/formatters/common.d.ts +1 -1
  220. package/lib/components/helpers/formatters/common.d.ts.map +1 -1
  221. package/lib/components/helpers/formatters/common.js +1 -1
  222. package/lib/components/helpers/formatters/common.js.map +1 -1
  223. package/lib/components/helpers/formatters/index.d.ts +12 -12
  224. package/lib/components/helpers/formatters/index.d.ts.map +1 -1
  225. package/lib/components/helpers/formatters/index.js +25 -19
  226. package/lib/components/helpers/formatters/index.js.map +1 -1
  227. package/lib/components/helpers/reactContextHelpers.d.ts.map +1 -1
  228. package/lib/components/helpers/reactContextHelpers.js +1 -1
  229. package/lib/components/helpers/reactContextHelpers.js.map +1 -1
  230. package/lib/components/helpers/simpleTableHelpers.d.ts +3 -1
  231. package/lib/components/helpers/simpleTableHelpers.d.ts.map +1 -1
  232. package/lib/components/helpers/simpleTableHelpers.js +48 -54
  233. package/lib/components/helpers/simpleTableHelpers.js.map +1 -1
  234. package/lib/components/helpers/state-utils.d.ts.map +1 -1
  235. package/lib/components/helpers/state-utils.js +6 -8
  236. package/lib/components/helpers/state-utils.js.map +1 -1
  237. package/lib/components/helpers/template-utils.d.ts +7 -3
  238. package/lib/components/helpers/template-utils.d.ts.map +1 -1
  239. package/lib/components/helpers/template-utils.js +2 -2
  240. package/lib/components/helpers/template-utils.js.map +1 -1
  241. package/lib/components/helpers/utils.d.ts +1 -1
  242. package/lib/components/helpers/utils.d.ts.map +1 -1
  243. package/lib/components/helpers/utils.js +3 -8
  244. package/lib/components/helpers/utils.js.map +1 -1
  245. package/lib/components/helpers/versionHelpers.d.ts +6 -0
  246. package/lib/components/helpers/versionHelpers.d.ts.map +1 -1
  247. package/lib/components/helpers/versionHelpers.js +7 -1
  248. package/lib/components/helpers/versionHelpers.js.map +1 -1
  249. package/lib/components/infra/ActionButtons/ActionButtons.d.ts +6 -13
  250. package/lib/components/infra/ActionButtons/ActionButtons.d.ts.map +1 -1
  251. package/lib/components/infra/ActionButtons/ActionButtons.js +11 -27
  252. package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -1
  253. package/lib/components/infra/ActionButtons/index.js.map +1 -1
  254. package/lib/components/infra/Assignment/Assignment.d.ts +9 -16
  255. package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -1
  256. package/lib/components/infra/Assignment/Assignment.js +71 -74
  257. package/lib/components/infra/Assignment/Assignment.js.map +1 -1
  258. package/lib/components/infra/Assignment/index.js.map +1 -1
  259. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts +7 -15
  260. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts.map +1 -1
  261. package/lib/components/infra/AssignmentCard/AssignmentCard.js +6 -20
  262. package/lib/components/infra/AssignmentCard/AssignmentCard.js.map +1 -1
  263. package/lib/components/infra/AssignmentCard/index.js.map +1 -1
  264. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts +10 -20
  265. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -1
  266. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +63 -192
  267. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
  268. package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -1
  269. package/lib/components/infra/Containers/FlowContainer/helpers.js +30 -30
  270. package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -1
  271. package/lib/components/infra/Containers/FlowContainer/index.js.map +1 -1
  272. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts +9 -0
  273. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts.map +1 -0
  274. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js +36 -0
  275. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js.map +1 -0
  276. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.d.ts +2 -0
  277. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.d.ts.map +1 -0
  278. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.js +2 -0
  279. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.js.map +1 -0
  280. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts +8 -17
  281. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts.map +1 -1
  282. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +179 -172
  283. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
  284. package/lib/components/infra/Containers/ModalViewContainer/index.js.map +1 -1
  285. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts +9 -0
  286. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts.map +1 -0
  287. package/lib/components/infra/Containers/SimpleView/SimpleView.js +29 -0
  288. package/lib/components/infra/Containers/SimpleView/SimpleView.js.map +1 -0
  289. package/lib/components/infra/Containers/SimpleView/helper.d.ts +10 -0
  290. package/lib/components/infra/Containers/SimpleView/helper.d.ts.map +1 -0
  291. package/lib/components/infra/Containers/SimpleView/helper.js +102 -0
  292. package/lib/components/infra/Containers/SimpleView/helper.js.map +1 -0
  293. package/lib/components/infra/Containers/SimpleView/index.d.ts +2 -0
  294. package/lib/components/infra/Containers/SimpleView/index.d.ts.map +1 -0
  295. package/lib/components/infra/Containers/SimpleView/index.js +2 -0
  296. package/lib/components/infra/Containers/SimpleView/index.js.map +1 -0
  297. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts +9 -22
  298. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts.map +1 -1
  299. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +24 -44
  300. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -1
  301. package/lib/components/infra/Containers/helpers.d.ts +2 -0
  302. package/lib/components/infra/Containers/helpers.d.ts.map +1 -0
  303. package/lib/components/infra/Containers/helpers.js +7 -0
  304. package/lib/components/infra/Containers/helpers.js.map +1 -0
  305. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts +9 -20
  306. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -1
  307. package/lib/components/infra/DashboardFilter/DashboardFilter.js +15 -33
  308. package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -1
  309. package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -1
  310. package/lib/components/infra/DashboardFilter/filterUtils.js +10 -12
  311. package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -1
  312. package/lib/components/infra/DeferLoad/DeferLoad.d.ts +8 -13
  313. package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -1
  314. package/lib/components/infra/DeferLoad/DeferLoad.js +11 -22
  315. package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -1
  316. package/lib/components/infra/DeferLoad/index.js.map +1 -1
  317. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts +5 -12
  318. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
  319. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js +17 -26
  320. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js.map +1 -1
  321. package/lib/components/infra/MultiStep/MultiStep.css +11 -15
  322. package/lib/components/infra/MultiStep/MultiStep.d.ts +10 -18
  323. package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -1
  324. package/lib/components/infra/MultiStep/MultiStep.js +32 -97
  325. package/lib/components/infra/MultiStep/MultiStep.js.map +1 -1
  326. package/lib/components/infra/MultiStep/index.js.map +1 -1
  327. package/lib/components/infra/NavBar/NavBar.css +103 -105
  328. package/lib/components/infra/NavBar/NavBar.d.ts +8 -16
  329. package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -1
  330. package/lib/components/infra/NavBar/NavBar.js +19 -66
  331. package/lib/components/infra/NavBar/NavBar.js.map +1 -1
  332. package/lib/components/infra/Reference/Reference.d.ts +8 -17
  333. package/lib/components/infra/Reference/Reference.d.ts.map +1 -1
  334. package/lib/components/infra/Reference/Reference.js +5 -17
  335. package/lib/components/infra/Reference/Reference.js.map +1 -1
  336. package/lib/components/infra/Region/Region.d.ts +4 -8
  337. package/lib/components/infra/Region/Region.d.ts.map +1 -1
  338. package/lib/components/infra/Region/Region.js +2 -7
  339. package/lib/components/infra/Region/Region.js.map +1 -1
  340. package/lib/components/infra/RootContainer/RootContainer.d.ts +13 -20
  341. package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -1
  342. package/lib/components/infra/RootContainer/RootContainer.js +41 -80
  343. package/lib/components/infra/RootContainer/RootContainer.js.map +1 -1
  344. package/lib/components/infra/RootContainer/index.js.map +1 -1
  345. package/lib/components/infra/Stages/Stages.d.ts +5 -8
  346. package/lib/components/infra/Stages/Stages.d.ts.map +1 -1
  347. package/lib/components/infra/Stages/Stages.js +19 -27
  348. package/lib/components/infra/Stages/Stages.js.map +1 -1
  349. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.d.ts.map +1 -1
  350. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js +6 -8
  351. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js.map +1 -1
  352. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.d.ts +4 -10
  353. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  354. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js +13 -17
  355. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js.map +1 -1
  356. package/lib/components/infra/View/View.d.ts +13 -17
  357. package/lib/components/infra/View/View.d.ts.map +1 -1
  358. package/lib/components/infra/View/View.js +10 -32
  359. package/lib/components/infra/View/View.js.map +1 -1
  360. package/lib/components/template/AppShell/AppShell.css +22 -23
  361. package/lib/components/template/AppShell/AppShell.d.ts +20 -16
  362. package/lib/components/template/AppShell/AppShell.d.ts.map +1 -1
  363. package/lib/components/template/AppShell/AppShell.js +27 -45
  364. package/lib/components/template/AppShell/AppShell.js.map +1 -1
  365. package/lib/components/template/BannerPage/BannerPage.d.ts +12 -24
  366. package/lib/components/template/BannerPage/BannerPage.d.ts.map +1 -1
  367. package/lib/components/template/BannerPage/BannerPage.js +7 -25
  368. package/lib/components/template/BannerPage/BannerPage.js.map +1 -1
  369. package/lib/components/template/CaseSummary/CaseSummary.d.ts +5 -8
  370. package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -1
  371. package/lib/components/template/CaseSummary/CaseSummary.js +48 -12
  372. package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -1
  373. package/lib/components/template/CaseView/CaseView.d.ts +10 -23
  374. package/lib/components/template/CaseView/CaseView.d.ts.map +1 -1
  375. package/lib/components/template/CaseView/CaseView.js +22 -58
  376. package/lib/components/template/CaseView/CaseView.js.map +1 -1
  377. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +8 -15
  378. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -1
  379. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js +37 -19
  380. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -1
  381. package/lib/components/template/Confirmation/Confirmation.d.ts +10 -17
  382. package/lib/components/template/Confirmation/Confirmation.d.ts.map +1 -1
  383. package/lib/components/template/Confirmation/Confirmation.js +10 -28
  384. package/lib/components/template/Confirmation/Confirmation.js.map +1 -1
  385. package/lib/components/template/DataReference/DataReference.d.ts +15 -30
  386. package/lib/components/template/DataReference/DataReference.d.ts.map +1 -1
  387. package/lib/components/template/DataReference/DataReference.js +35 -72
  388. package/lib/components/template/DataReference/DataReference.js.map +1 -1
  389. package/lib/components/template/DefaultForm/DefaultForm.css +7 -3
  390. package/lib/components/template/DefaultForm/DefaultForm.d.ts +7 -11
  391. package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -1
  392. package/lib/components/template/DefaultForm/DefaultForm.js +5 -15
  393. package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -1
  394. package/lib/components/template/Details/Details/Details.d.ts +7 -15
  395. package/lib/components/template/Details/Details/Details.d.ts.map +1 -1
  396. package/lib/components/template/Details/Details/Details.js +8 -21
  397. package/lib/components/template/Details/Details/Details.js.map +1 -1
  398. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts +7 -16
  399. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -1
  400. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js +6 -23
  401. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -1
  402. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +7 -15
  403. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -1
  404. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +9 -22
  405. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -1
  406. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +7 -15
  407. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -1
  408. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +9 -22
  409. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -1
  410. package/lib/components/template/Details/DetailsTwoColumn/index.js.map +1 -1
  411. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts +10 -0
  412. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts.map +1 -0
  413. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js +45 -0
  414. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js.map +1 -0
  415. package/lib/components/template/Details/DynamicTabs/index.d.ts +2 -0
  416. package/lib/components/template/Details/DynamicTabs/index.d.ts.map +1 -0
  417. package/lib/components/template/Details/DynamicTabs/index.js +2 -0
  418. package/lib/components/template/Details/DynamicTabs/index.js.map +1 -0
  419. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts +12 -19
  420. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -1
  421. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +11 -26
  422. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -1
  423. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts +7 -8
  424. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -1
  425. package/lib/components/template/InlineDashboard/InlineDashboard.js +3 -14
  426. package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -1
  427. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts +8 -16
  428. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -1
  429. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js +9 -17
  430. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -1
  431. package/lib/components/template/ListPage/ListPage.d.ts +5 -13
  432. package/lib/components/template/ListPage/ListPage.d.ts.map +1 -1
  433. package/lib/components/template/ListPage/ListPage.js +7 -11
  434. package/lib/components/template/ListPage/ListPage.js.map +1 -1
  435. package/lib/components/template/ListView/DefaultViewMeta.d.ts.map +1 -1
  436. package/lib/components/template/ListView/DefaultViewMeta.js.map +1 -1
  437. package/lib/components/template/ListView/ListView.d.ts +15 -8
  438. package/lib/components/template/ListView/ListView.d.ts.map +1 -1
  439. package/lib/components/template/ListView/ListView.js +168 -258
  440. package/lib/components/template/ListView/ListView.js.map +1 -1
  441. package/lib/components/template/ListView/hooks.d.ts.map +1 -1
  442. package/lib/components/template/ListView/hooks.js +4 -6
  443. package/lib/components/template/ListView/hooks.js.map +1 -1
  444. package/lib/components/template/ListView/utils.d.ts +45 -1
  445. package/lib/components/template/ListView/utils.d.ts.map +1 -1
  446. package/lib/components/template/ListView/utils.js +165 -32
  447. package/lib/components/template/ListView/utils.js.map +1 -1
  448. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +9 -13
  449. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -1
  450. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js +5 -16
  451. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -1
  452. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.css +0 -2
  453. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts +11 -2
  454. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -1
  455. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js +2 -10
  456. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -1
  457. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +7 -15
  458. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -1
  459. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +9 -22
  460. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -1
  461. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.css +0 -2
  462. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +6 -2
  463. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -1
  464. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js +2 -5
  465. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -1
  466. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +8 -15
  467. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -1
  468. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js +7 -18
  469. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -1
  470. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts +5 -8
  471. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -1
  472. package/lib/components/template/OneColumn/OneColumn/OneColumn.js +9 -13
  473. package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -1
  474. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts +4 -8
  475. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -1
  476. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js +5 -8
  477. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -1
  478. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts +5 -8
  479. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -1
  480. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js +2 -7
  481. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -1
  482. package/lib/components/template/PromotedFilters/PromotedFilters.css +1 -1
  483. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +9 -14
  484. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -1
  485. package/lib/components/template/PromotedFilters/PromotedFilters.js +14 -27
  486. package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -1
  487. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts +19 -1
  488. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -1
  489. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +62 -13
  490. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -1
  491. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +24 -2
  492. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -1
  493. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js +120 -130
  494. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -1
  495. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +14 -29
  496. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -1
  497. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +15 -33
  498. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -1
  499. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +14 -26
  500. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -1
  501. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js +8 -29
  502. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -1
  503. package/lib/components/template/SubTabs/SubTabs.d.ts +5 -11
  504. package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -1
  505. package/lib/components/template/SubTabs/SubTabs.js +7 -17
  506. package/lib/components/template/SubTabs/SubTabs.js.map +1 -1
  507. package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -1
  508. package/lib/components/template/SubTabs/tabUtils.js +2 -4
  509. package/lib/components/template/SubTabs/tabUtils.js.map +1 -1
  510. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.css +0 -1
  511. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts +6 -12
  512. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -1
  513. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js +15 -24
  514. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -1
  515. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +4 -8
  516. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -1
  517. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js +5 -8
  518. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -1
  519. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +6 -12
  520. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -1
  521. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js +15 -21
  522. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -1
  523. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.css +0 -2
  524. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts +11 -2
  525. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -1
  526. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js +3 -11
  527. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -1
  528. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +7 -15
  529. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -1
  530. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +23 -26
  531. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -1
  532. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.css +0 -2
  533. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +6 -2
  534. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -1
  535. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js +2 -5
  536. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -1
  537. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +8 -15
  538. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -1
  539. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js +7 -17
  540. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -1
  541. package/lib/components/template/WideNarrow/WideNarrowPage/index.js.map +1 -1
  542. package/lib/components/template/WssNavBar/WssNavBar.d.ts +18 -1
  543. package/lib/components/template/WssNavBar/WssNavBar.d.ts.map +1 -1
  544. package/lib/components/template/WssNavBar/WssNavBar.js +20 -37
  545. package/lib/components/template/WssNavBar/WssNavBar.js.map +1 -1
  546. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts +9 -17
  547. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -1
  548. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js +13 -37
  549. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -1
  550. package/lib/components/widget/Attachment/Attachment.css +60 -1
  551. package/lib/components/widget/Attachment/Attachment.d.ts +8 -1
  552. package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -1
  553. package/lib/components/widget/Attachment/Attachment.js +277 -343
  554. package/lib/components/widget/Attachment/Attachment.js.map +1 -1
  555. package/lib/components/widget/Attachment/index.js.map +1 -1
  556. package/lib/components/widget/CaseHistory/CaseHistory.d.ts +4 -7
  557. package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -1
  558. package/lib/components/widget/CaseHistory/CaseHistory.js +38 -36
  559. package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -1
  560. package/lib/components/widget/CaseHistory/index.js.map +1 -1
  561. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +9 -1
  562. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -1
  563. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +2 -4
  564. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -1
  565. package/lib/components/widget/FileUtility/FileUtility/FileUtility.css +2 -2
  566. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts +5 -1
  567. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -1
  568. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js +121 -140
  569. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -1
  570. package/lib/components/widget/Followers/Followers.d.ts +5 -6
  571. package/lib/components/widget/Followers/Followers.d.ts.map +1 -1
  572. package/lib/components/widget/Followers/Followers.js +10 -25
  573. package/lib/components/widget/Followers/Followers.js.map +1 -1
  574. package/lib/components/widget/QuickCreate/QuickCreate.d.ts +8 -1
  575. package/lib/components/widget/QuickCreate/QuickCreate.d.ts.map +1 -1
  576. package/lib/components/widget/QuickCreate/QuickCreate.js +59 -29
  577. package/lib/components/widget/QuickCreate/QuickCreate.js.map +1 -1
  578. package/lib/components/widget/SummaryItem/SummaryItem.css +9 -9
  579. package/lib/components/widget/SummaryItem/SummaryItem.d.ts +8 -1
  580. package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -1
  581. package/lib/components/widget/SummaryItem/SummaryItem.js +8 -23
  582. package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -1
  583. package/lib/components/widget/SummaryItem/index.js.map +1 -1
  584. package/lib/components/widget/SummaryList/SummaryList.d.ts +8 -1
  585. package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -1
  586. package/lib/components/widget/SummaryList/SummaryList.js +6 -3
  587. package/lib/components/widget/SummaryList/SummaryList.js.map +1 -1
  588. package/lib/components/widget/ToDo/ToDo.css +4 -4
  589. package/lib/components/widget/ToDo/ToDo.d.ts +13 -27
  590. package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -1
  591. package/lib/components/widget/ToDo/ToDo.js +26 -98
  592. package/lib/components/widget/ToDo/ToDo.js.map +1 -1
  593. package/lib/components_map.d.ts +2 -2
  594. package/lib/components_map.d.ts.map +1 -1
  595. package/lib/components_map.js +4 -2
  596. package/lib/components_map.js.map +1 -1
  597. package/lib/doc/KeyReleaseUpdates.md +39 -0
  598. package/lib/hooks/index.d.ts +4 -0
  599. package/lib/hooks/index.d.ts.map +1 -0
  600. package/lib/hooks/index.js +4 -0
  601. package/lib/hooks/index.js.map +1 -0
  602. package/lib/hooks/useAfterInitialEffect.d.ts +9 -0
  603. package/lib/hooks/useAfterInitialEffect.d.ts.map +1 -0
  604. package/lib/hooks/useAfterInitialEffect.js +16 -0
  605. package/lib/hooks/useAfterInitialEffect.js.map +1 -0
  606. package/lib/hooks/useConsolidatedRef.d.ts +9 -0
  607. package/lib/hooks/useConsolidatedRef.d.ts.map +1 -0
  608. package/lib/hooks/useConsolidatedRef.js +30 -0
  609. package/lib/hooks/useConsolidatedRef.js.map +1 -0
  610. package/lib/hooks/useUID.d.ts +8 -0
  611. package/lib/hooks/useUID.d.ts.map +1 -0
  612. package/lib/hooks/useUID.js +14 -0
  613. package/lib/hooks/useUID.js.map +1 -0
  614. package/lib/index.d.ts +1 -0
  615. package/lib/index.d.ts.map +1 -1
  616. package/lib/index.js +2 -1
  617. package/lib/index.js.map +1 -1
  618. package/lib/sdk-local-component-map.js +2 -2
  619. package/lib/sdk-pega-component-map.d.ts +21 -1
  620. package/lib/sdk-pega-component-map.js +112 -92
  621. package/lib/sdk-pega-component-map.js.map +1 -1
  622. package/lib/types/PConnProps.d.ts +41 -0
  623. package/package.json +5 -2
  624. package/lib/components/helpers/auth.d.ts +0 -16
  625. package/lib/components/helpers/auth.d.ts.map +0 -1
  626. package/lib/components/helpers/auth.js +0 -437
  627. package/lib/components/helpers/auth.js.map +0 -1
  628. package/lib/components/helpers/authManager.d.ts +0 -18
  629. package/lib/components/helpers/authManager.d.ts.map +0 -1
  630. package/lib/components/helpers/authManager.js +0 -592
  631. package/lib/components/helpers/authManager.js.map +0 -1
  632. package/lib/components/helpers/config_access.d.ts +0 -3
  633. package/lib/components/helpers/config_access.d.ts.map +0 -1
  634. package/lib/components/helpers/config_access.js +0 -261
  635. package/lib/components/helpers/config_access.js.map +0 -1
@@ -1,20 +1,22 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { KeyboardTimePicker } from '@material-ui/pickers';
3
- import TextInput from '../TextInput';
4
- import dayjs from 'dayjs';
5
3
  import AccessTimeIcon from '@material-ui/icons/AccessTime';
6
- import FieldValueList from '../../designSystemExtension/FieldValueList';
4
+ import dayjs from 'dayjs';
5
+ import { getComponentFromMap } from '../../../bridge/helpers/sdk_component_map';
7
6
  export default function Time(props) {
8
- const { label, required, disabled, value, validatemessage, status, onChange, readOnly, helperText, displayMode, hideLabel, testId } = props;
7
+ // Get emitted components from map (so we can get any override that may exist)
8
+ const FieldValueList = getComponentFromMap('FieldValueList');
9
+ const TextInput = getComponentFromMap('TextInput');
10
+ const { label, required, disabled, value = '', validatemessage, status, onChange, readOnly, helperText, displayMode, hideLabel, testId } = props;
9
11
  const helperTextToDisplay = validatemessage || helperText;
10
12
  if (displayMode === 'LABELS_LEFT') {
11
- return React.createElement(FieldValueList, { name: hideLabel ? '' : label, value: value });
13
+ return _jsx(FieldValueList, { name: hideLabel ? '' : label, value: value });
12
14
  }
13
15
  if (displayMode === 'STACKED_LARGE_VAL') {
14
- return React.createElement(FieldValueList, { name: hideLabel ? '' : label, value: value, variant: 'stacked' });
16
+ return _jsx(FieldValueList, { name: hideLabel ? '' : label, value: value, variant: 'stacked' });
15
17
  }
16
18
  if (readOnly) {
17
- return React.createElement(TextInput, { ...props });
19
+ return _jsx(TextInput, { ...props });
18
20
  }
19
21
  let testProp = {};
20
22
  testProp = {
@@ -33,6 +35,6 @@ export default function Time(props) {
33
35
  // TODO: Keyboard doesn't work in the minute field, it updates one digit then jump to am/pm field
34
36
  // try an older version of the lib or use DateTimePicker
35
37
  //
36
- return (React.createElement(KeyboardTimePicker, { variant: 'inline', inputVariant: 'outlined', placeholder: 'hh:mm am', keyboardIcon: React.createElement(AccessTimeIcon, null), fullWidth: true, required: required, disabled: disabled, error: status === 'error', helperText: helperTextToDisplay, minutesStep: 5, size: 'small', label: label, autoOk: true, mask: '__:__ _m', format: 'hh:mm a', value: timeValue, onChange: handleChange, InputProps: { inputProps: { ...testProp } } }));
38
+ return (_jsx(KeyboardTimePicker, { variant: 'inline', inputVariant: 'outlined', placeholder: 'hh:mm am', keyboardIcon: _jsx(AccessTimeIcon, {}), fullWidth: true, required: required, disabled: disabled, error: status === 'error', helperText: helperTextToDisplay, minutesStep: 5, size: 'small', label: label, autoOk: true, mask: '__:__ _m', format: 'hh:mm a', value: timeValue, onChange: handleChange, InputProps: { inputProps: { ...testProp } } }));
37
39
  }
38
40
  //# sourceMappingURL=Time.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Time.js","sourceRoot":"","sources":["../../../../src/components/field/Time/Time.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAC3D,OAAO,cAAc,MAAM,4CAA4C,CAAC;AAExE,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAK;IAChC,MAAM,EACJ,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,KAAK,EACL,eAAe,EACf,MAAM,EACN,QAAQ,EACR,QAAQ,EACR,UAAU,EACV,WAAW,EACX,SAAS,EACT,MAAM,EACP,GAAG,KAAK,CAAC;IACV,MAAM,mBAAmB,GAAG,eAAe,IAAI,UAAU,CAAC;IAE1D,IAAI,WAAW,KAAK,aAAa,EAAE;QACjC,OAAO,oBAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,GAAI,CAAC;KACvE;IAED,IAAI,WAAW,KAAK,mBAAmB,EAAE;QACvC,OAAO,oBAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAC,SAAS,GAAG,CAAC;KACzF;IAED,IAAI,QAAQ,EAAE;QACZ,OAAO,oBAAC,SAAS,OAAK,KAAK,GAAI,CAAC;KACjC;IAED,IAAI,QAAQ,GAAG,EAAE,CAAC;IAElB,QAAQ,GAAG;QACT,cAAc,EAAE,MAAM;KACvB,CAAC;IAEF,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE;QAC1B,MAAM,QAAQ,GAAG,IAAI,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACtE,QAAQ,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC;IAChC,CAAC,CAAC;IAEF,IAAI,SAAS,GAAQ,IAAI,CAAC;IAC1B,IAAI,KAAK,EAAE;QACT,MAAM,SAAS,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;QAC3D,SAAS,GAAG,KAAK,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;KAC7D;IAED,EAAE;IACF,iGAAiG;IACjG,8DAA8D;IAC9D,EAAE;IAEF,OAAO,CACL,oBAAC,kBAAkB,IACjB,OAAO,EAAC,QAAQ,EAChB,YAAY,EAAC,UAAU,EACvB,WAAW,EAAC,UAAU,EACtB,YAAY,EAAE,oBAAC,cAAc,OAAG,EAChC,SAAS,QACT,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,MAAM,KAAK,OAAO,EACzB,UAAU,EAAE,mBAAmB,EAC/B,WAAW,EAAE,CAAC,EACd,IAAI,EAAC,OAAO,EACZ,KAAK,EAAE,KAAK,EACZ,MAAM,QACN,IAAI,EAAC,UAAU,EACf,MAAM,EAAC,SAAS,EAChB,KAAK,EAAE,SAAS,EAChB,QAAQ,EAAE,YAAY,EACtB,UAAU,EAAE,EAAE,UAAU,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,GAC3C,CACH,CAAC;AACJ,CAAC","sourcesContent":["import React from 'react';\nimport { KeyboardTimePicker } from '@material-ui/pickers';\nimport TextInput from '../TextInput';\nimport dayjs from 'dayjs';\nimport AccessTimeIcon from '@material-ui/icons/AccessTime';\nimport FieldValueList from '../../designSystemExtension/FieldValueList';\n\nexport default function Time(props) {\n const {\n label,\n required,\n disabled,\n value,\n validatemessage,\n status,\n onChange,\n readOnly,\n helperText,\n displayMode,\n hideLabel,\n testId\n } = props;\n const helperTextToDisplay = validatemessage || helperText;\n\n if (displayMode === 'LABELS_LEFT') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} />;\n }\n\n if (displayMode === 'STACKED_LARGE_VAL') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} variant='stacked' />;\n }\n\n if (readOnly) {\n return <TextInput {...props} />;\n }\n\n let testProp = {};\n\n testProp = {\n 'data-test-id': testId\n };\n\n const handleChange = date => {\n const theValue = date && date.isValid() ? date.format('HH:mm') : null;\n onChange({ value: theValue });\n };\n\n let timeValue: any = null;\n if (value) {\n const timeArray = value.split(':').map(itm => Number(itm));\n timeValue = dayjs().hour(timeArray[0]).minute(timeArray[1]);\n }\n\n //\n // TODO: Keyboard doesn't work in the minute field, it updates one digit then jump to am/pm field\n // try an older version of the lib or use DateTimePicker\n //\n\n return (\n <KeyboardTimePicker\n variant='inline'\n inputVariant='outlined'\n placeholder='hh:mm am'\n keyboardIcon={<AccessTimeIcon />}\n fullWidth\n required={required}\n disabled={disabled}\n error={status === 'error'}\n helperText={helperTextToDisplay}\n minutesStep={5}\n size='small'\n label={label}\n autoOk\n mask='__:__ _m'\n format='hh:mm a'\n value={timeValue}\n onChange={handleChange}\n InputProps={{ inputProps: { ...testProp } }}\n />\n );\n}\n"]}
1
+ {"version":3,"file":"Time.js","sourceRoot":"","sources":["../../../../src/components/field/Time/Time.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,cAAc,MAAM,+BAA+B,CAAC;AAC3D,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAOhF,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,KAAgB;IAC3C,8EAA8E;IAC9E,MAAM,cAAc,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;IAC7D,MAAM,SAAS,GAAG,mBAAmB,CAAC,WAAW,CAAC,CAAC;IAEnD,MAAM,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,KAAK,GAAG,EAAE,EAAE,eAAe,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,KAAK,CAAC;IACjJ,MAAM,mBAAmB,GAAG,eAAe,IAAI,UAAU,CAAC;IAE1D,IAAI,WAAW,KAAK,aAAa,EAAE;QACjC,OAAO,KAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,GAAI,CAAC;KACvE;IAED,IAAI,WAAW,KAAK,mBAAmB,EAAE;QACvC,OAAO,KAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAC,SAAS,GAAG,CAAC;KACzF;IAED,IAAI,QAAQ,EAAE;QACZ,OAAO,KAAC,SAAS,OAAK,KAAK,GAAI,CAAC;KACjC;IAED,IAAI,QAAQ,GAAG,EAAE,CAAC;IAElB,QAAQ,GAAG;QACT,cAAc,EAAE,MAAM;KACvB,CAAC;IAEF,MAAM,YAAY,GAAG,IAAI,CAAC,EAAE;QAC1B,MAAM,QAAQ,GAAG,IAAI,IAAI,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;QACtE,QAAQ,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC;IAChC,CAAC,CAAC;IAEF,IAAI,SAAS,GAAQ,IAAI,CAAC;IAC1B,IAAI,KAAK,EAAE;QACT,MAAM,SAAS,GAAG,KAAK,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;QAC3D,SAAS,GAAG,KAAK,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC;KAC7D;IAED,EAAE;IACF,iGAAiG;IACjG,8DAA8D;IAC9D,EAAE;IAEF,OAAO,CACL,KAAC,kBAAkB,IACjB,OAAO,EAAC,QAAQ,EAChB,YAAY,EAAC,UAAU,EACvB,WAAW,EAAC,UAAU,EACtB,YAAY,EAAE,KAAC,cAAc,KAAG,EAChC,SAAS,QACT,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,MAAM,KAAK,OAAO,EACzB,UAAU,EAAE,mBAAmB,EAC/B,WAAW,EAAE,CAAC,EACd,IAAI,EAAC,OAAO,EACZ,KAAK,EAAE,KAAK,EACZ,MAAM,QACN,IAAI,EAAC,UAAU,EACf,MAAM,EAAC,SAAS,EAChB,KAAK,EAAE,SAAS,EAChB,QAAQ,EAAE,YAAY,EACtB,UAAU,EAAE,EAAE,UAAU,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,GAC3C,CACH,CAAC;AACJ,CAAC","sourcesContent":["import { KeyboardTimePicker } from '@material-ui/pickers';\nimport AccessTimeIcon from '@material-ui/icons/AccessTime';\nimport dayjs from 'dayjs';\n\nimport { getComponentFromMap } from '../../../bridge/helpers/sdk_component_map';\nimport { PConnFieldProps } from '../../../types/PConnProps';\n\ninterface TimeProps extends PConnFieldProps {\n // If any, enter additional props that only exist on Time here\n}\n\nexport default function Time(props: TimeProps) {\n // Get emitted components from map (so we can get any override that may exist)\n const FieldValueList = getComponentFromMap('FieldValueList');\n const TextInput = getComponentFromMap('TextInput');\n\n const { label, required, disabled, value = '', validatemessage, status, onChange, readOnly, helperText, displayMode, hideLabel, testId } = props;\n const helperTextToDisplay = validatemessage || helperText;\n\n if (displayMode === 'LABELS_LEFT') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} />;\n }\n\n if (displayMode === 'STACKED_LARGE_VAL') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} variant='stacked' />;\n }\n\n if (readOnly) {\n return <TextInput {...props} />;\n }\n\n let testProp = {};\n\n testProp = {\n 'data-test-id': testId\n };\n\n const handleChange = date => {\n const theValue = date && date.isValid() ? date.format('HH:mm') : null;\n onChange({ value: theValue });\n };\n\n let timeValue: any = null;\n if (value) {\n const timeArray = value.split(':').map(itm => Number(itm));\n timeValue = dayjs().hour(timeArray[0]).minute(timeArray[1]);\n }\n\n //\n // TODO: Keyboard doesn't work in the minute field, it updates one digit then jump to am/pm field\n // try an older version of the lib or use DateTimePicker\n //\n\n return (\n <KeyboardTimePicker\n variant='inline'\n inputVariant='outlined'\n placeholder='hh:mm am'\n keyboardIcon={<AccessTimeIcon />}\n fullWidth\n required={required}\n disabled={disabled}\n error={status === 'error'}\n helperText={helperTextToDisplay}\n minutesStep={5}\n size='small'\n label={label}\n autoOk\n mask='__:__ _m'\n format='hh:mm a'\n value={timeValue}\n onChange={handleChange}\n InputProps={{ inputProps: { ...testProp } }}\n />\n );\n}\n"]}
@@ -1,3 +1,7 @@
1
1
  /// <reference types="react" />
2
- export default function URLComponent(props: any): JSX.Element;
2
+ import { PConnFieldProps } from '../../../types/PConnProps';
3
+ interface URLComponentProps extends PConnFieldProps {
4
+ }
5
+ export default function URLComponent(props: URLComponentProps): JSX.Element;
6
+ export {};
3
7
  //# sourceMappingURL=URL.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"URL.d.ts","sourceRoot":"","sources":["../../../../src/components/field/URL/URL.tsx"],"names":[],"mappings":";AAQA,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,KAAA,eAsDzC"}
1
+ {"version":3,"file":"URL.d.ts","sourceRoot":"","sources":["../../../../src/components/field/URL/URL.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAE5D,UAAU,iBAAkB,SAAQ,eAAe;CAElD;AAKD,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,iBAAiB,eA2D5D"}
@@ -1,26 +1,28 @@
1
- import React from 'react';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { TextField } from '@material-ui/core';
3
- import TextInput from '../TextInput';
4
- import FieldValueList from '../../designSystemExtension/FieldValueList';
3
+ import { getComponentFromMap } from '../../../bridge/helpers/sdk_component_map';
5
4
  // NOTE: that we had to change the name from URL to URLComponent
6
5
  // Otherwise, we were getting all kinds of weird errors when we
7
6
  // referred to URL as a component.
8
7
  export default function URLComponent(props) {
9
- const { label, required, disabled, value = '', validatemessage, status, onChange, onBlur, readOnly, testId, helperText, displayMode, hideLabel } = props;
8
+ // Get emitted components from map (so we can get any override that may exist)
9
+ const FieldValueList = getComponentFromMap('FieldValueList');
10
+ const TextInput = getComponentFromMap('TextInput');
11
+ const { label, required, disabled, value = '', validatemessage, status, onChange, onBlur, readOnly, testId, helperText, displayMode, hideLabel, placeholder } = props;
10
12
  const helperTextToDisplay = validatemessage || helperText;
11
13
  if (displayMode === 'LABELS_LEFT') {
12
- return React.createElement(FieldValueList, { name: hideLabel ? '' : label, value: value });
14
+ return _jsx(FieldValueList, { name: hideLabel ? '' : label, value: value });
13
15
  }
14
16
  if (displayMode === 'STACKED_LARGE_VAL') {
15
- return React.createElement(FieldValueList, { name: hideLabel ? '' : label, value: value, variant: 'stacked' });
17
+ return _jsx(FieldValueList, { name: hideLabel ? '' : label, value: value, variant: 'stacked' });
16
18
  }
17
19
  if (readOnly) {
18
- return React.createElement(TextInput, { ...props });
20
+ return _jsx(TextInput, { ...props });
19
21
  }
20
22
  let testProp = {};
21
23
  testProp = {
22
24
  'data-test-id': testId
23
25
  };
24
- return (React.createElement(TextField, { type: 'url', fullWidth: true, variant: 'outlined', helperText: helperTextToDisplay, placeholder: '', size: 'small', required: required, disabled: disabled, onChange: onChange, onBlur: !readOnly ? onBlur : undefined, error: status === 'error', label: label, value: value, InputProps: { inputProps: { ...testProp } } }));
26
+ return (_jsx(TextField, { type: 'url', fullWidth: true, variant: 'outlined', helperText: helperTextToDisplay, placeholder: placeholder ?? '', size: 'small', required: required, disabled: disabled, onChange: onChange, onBlur: !readOnly ? onBlur : undefined, error: status === 'error', label: label, value: value, InputProps: { inputProps: { ...testProp } } }));
25
27
  }
26
28
  //# sourceMappingURL=URL.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"URL.js","sourceRoot":"","sources":["../../../../src/components/field/URL/URL.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAC9C,OAAO,SAAS,MAAM,cAAc,CAAC;AACrC,OAAO,cAAc,MAAM,4CAA4C,CAAC;AAExE,gEAAgE;AAChE,gEAAgE;AAChE,mCAAmC;AACnC,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK;IACxC,MAAM,EACJ,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,KAAK,GAAG,EAAE,EACV,eAAe,EACf,MAAM,EACN,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,MAAM,EACN,UAAU,EACV,WAAW,EACX,SAAS,EACV,GAAG,KAAK,CAAC;IACV,MAAM,mBAAmB,GAAG,eAAe,IAAI,UAAU,CAAC;IAE1D,IAAI,WAAW,KAAK,aAAa,EAAE;QACjC,OAAO,oBAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,GAAI,CAAC;KACvE;IAED,IAAI,WAAW,KAAK,mBAAmB,EAAE;QACvC,OAAO,oBAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAC,SAAS,GAAG,CAAC;KACzF;IAED,IAAI,QAAQ,EAAE;QACZ,OAAO,oBAAC,SAAS,OAAK,KAAK,GAAI,CAAC;KACjC;IAED,IAAI,QAAQ,GAAG,EAAE,CAAC;IAElB,QAAQ,GAAG;QACT,cAAc,EAAE,MAAM;KACvB,CAAC;IAEF,OAAO,CACL,oBAAC,SAAS,IACR,IAAI,EAAC,KAAK,EACV,SAAS,QACT,OAAO,EAAC,UAAU,EAClB,UAAU,EAAE,mBAAmB,EAC/B,WAAW,EAAC,EAAE,EACd,IAAI,EAAC,OAAO,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,EACtC,KAAK,EAAE,MAAM,KAAK,OAAO,EACzB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,EAAE,UAAU,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,GAC3C,CACH,CAAC;AACJ,CAAC","sourcesContent":["import React from 'react';\nimport { TextField } from '@material-ui/core';\nimport TextInput from '../TextInput';\nimport FieldValueList from '../../designSystemExtension/FieldValueList';\n\n// NOTE: that we had to change the name from URL to URLComponent\n// Otherwise, we were getting all kinds of weird errors when we\n// referred to URL as a component.\nexport default function URLComponent(props) {\n const {\n label,\n required,\n disabled,\n value = '',\n validatemessage,\n status,\n onChange,\n onBlur,\n readOnly,\n testId,\n helperText,\n displayMode,\n hideLabel\n } = props;\n const helperTextToDisplay = validatemessage || helperText;\n\n if (displayMode === 'LABELS_LEFT') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} />;\n }\n\n if (displayMode === 'STACKED_LARGE_VAL') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} variant='stacked' />;\n }\n\n if (readOnly) {\n return <TextInput {...props} />;\n }\n\n let testProp = {};\n\n testProp = {\n 'data-test-id': testId\n };\n\n return (\n <TextField\n type='url'\n fullWidth\n variant='outlined'\n helperText={helperTextToDisplay}\n placeholder=''\n size='small'\n required={required}\n disabled={disabled}\n onChange={onChange}\n onBlur={!readOnly ? onBlur : undefined}\n error={status === 'error'}\n label={label}\n value={value}\n InputProps={{ inputProps: { ...testProp } }}\n />\n );\n}\n"]}
1
+ {"version":3,"file":"URL.js","sourceRoot":"","sources":["../../../../src/components/field/URL/URL.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAE9C,OAAO,EAAE,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAOhF,gEAAgE;AAChE,gEAAgE;AAChE,mCAAmC;AACnC,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAwB;IAC3D,8EAA8E;IAC9E,MAAM,cAAc,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;IAC7D,MAAM,SAAS,GAAG,mBAAmB,CAAC,WAAW,CAAC,CAAC;IAEnD,MAAM,EACJ,KAAK,EACL,QAAQ,EACR,QAAQ,EACR,KAAK,GAAG,EAAE,EACV,eAAe,EACf,MAAM,EACN,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,MAAM,EACN,UAAU,EACV,WAAW,EACX,SAAS,EACT,WAAW,EACZ,GAAG,KAAK,CAAC;IACV,MAAM,mBAAmB,GAAG,eAAe,IAAI,UAAU,CAAC;IAE1D,IAAI,WAAW,KAAK,aAAa,EAAE;QACjC,OAAO,KAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,GAAI,CAAC;KACvE;IAED,IAAI,WAAW,KAAK,mBAAmB,EAAE;QACvC,OAAO,KAAC,cAAc,IAAC,IAAI,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAC,SAAS,GAAG,CAAC;KACzF;IAED,IAAI,QAAQ,EAAE;QACZ,OAAO,KAAC,SAAS,OAAK,KAAK,GAAI,CAAC;KACjC;IAED,IAAI,QAAQ,GAAG,EAAE,CAAC;IAElB,QAAQ,GAAG;QACT,cAAc,EAAE,MAAM;KACvB,CAAC;IAEF,OAAO,CACL,KAAC,SAAS,IACR,IAAI,EAAC,KAAK,EACV,SAAS,QACT,OAAO,EAAC,UAAU,EAClB,UAAU,EAAE,mBAAmB,EAC/B,WAAW,EAAE,WAAW,IAAI,EAAE,EAC9B,IAAI,EAAC,OAAO,EACZ,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,EACtC,KAAK,EAAE,MAAM,KAAK,OAAO,EACzB,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,KAAK,EACZ,UAAU,EAAE,EAAE,UAAU,EAAE,EAAE,GAAG,QAAQ,EAAE,EAAE,GAC3C,CACH,CAAC;AACJ,CAAC","sourcesContent":["import { TextField } from '@material-ui/core';\n\nimport { getComponentFromMap } from '../../../bridge/helpers/sdk_component_map';\nimport { PConnFieldProps } from '../../../types/PConnProps';\n\ninterface URLComponentProps extends PConnFieldProps {\n // If any, enter additional props that only exist on URLComponent here\n}\n\n// NOTE: that we had to change the name from URL to URLComponent\n// Otherwise, we were getting all kinds of weird errors when we\n// referred to URL as a component.\nexport default function URLComponent(props: URLComponentProps) {\n // Get emitted components from map (so we can get any override that may exist)\n const FieldValueList = getComponentFromMap('FieldValueList');\n const TextInput = getComponentFromMap('TextInput');\n\n const {\n label,\n required,\n disabled,\n value = '',\n validatemessage,\n status,\n onChange,\n onBlur,\n readOnly,\n testId,\n helperText,\n displayMode,\n hideLabel,\n placeholder\n } = props;\n const helperTextToDisplay = validatemessage || helperText;\n\n if (displayMode === 'LABELS_LEFT') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} />;\n }\n\n if (displayMode === 'STACKED_LARGE_VAL') {\n return <FieldValueList name={hideLabel ? '' : label} value={value} variant='stacked' />;\n }\n\n if (readOnly) {\n return <TextInput {...props} />;\n }\n\n let testProp = {};\n\n testProp = {\n 'data-test-id': testId\n };\n\n return (\n <TextField\n type='url'\n fullWidth\n variant='outlined'\n helperText={helperTextToDisplay}\n placeholder={placeholder ?? ''}\n size='small'\n required={required}\n disabled={disabled}\n onChange={onChange}\n onBlur={!readOnly ? onBlur : undefined}\n error={status === 'error'}\n label={label}\n value={value}\n InputProps={{ inputProps: { ...testProp } }}\n />\n );\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/field/URL/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC","sourcesContent":["export { default } from './URL';"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/field/URL/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC","sourcesContent":["export { default } from './URL';\n"]}
@@ -1,43 +1,22 @@
1
- import React from 'react';
2
- import PropTypes from 'prop-types';
3
- declare const _default: React.MemoExoticComponent<{
4
- (props: any): any;
5
- propTypes: {
6
- getPConnect: PropTypes.Validator<(...args: any[]) => any>;
7
- displayAs: PropTypes.Requireable<string>;
8
- label: PropTypes.Requireable<string>;
9
- value: PropTypes.Requireable<NonNullable<string | {
10
- [x: string]: any;
11
- } | null | undefined>>;
12
- testId: PropTypes.Requireable<string>;
13
- placeholder: PropTypes.Requireable<string>;
14
- helperText: PropTypes.Requireable<string>;
15
- disabled: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
16
- readOnly: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
17
- required: PropTypes.Requireable<NonNullable<string | boolean | null | undefined>>;
18
- validatemessage: PropTypes.Requireable<string>;
19
- showAsFormattedText: PropTypes.Requireable<boolean>;
20
- additionalProps: PropTypes.Requireable<{
21
- [x: string]: any;
22
- }>;
23
- hideLabel: PropTypes.Requireable<boolean>;
24
- };
25
- defaultProps: {
26
- displayAs: null;
27
- label: null;
28
- value: null;
29
- readOnly: boolean;
30
- testId: null;
31
- placeholder: null;
32
- helperText: null;
33
- disabled: boolean;
34
- required: boolean;
35
- validatemessage: null;
36
- showAsFormattedText: boolean;
37
- additionalProps: {};
38
- variant: string;
39
- hideLabel: boolean;
40
- };
41
- }>;
1
+ /// <reference types="react" />
2
+ import { PConnProps } from '../../../types/PConnProps';
3
+ interface UserReferenceProps extends PConnProps {
4
+ displayAs?: string;
5
+ label?: string;
6
+ value?: any;
7
+ testId?: string;
8
+ placeholder?: string;
9
+ helperText?: string;
10
+ disabled?: boolean;
11
+ readOnly?: boolean;
12
+ required?: boolean;
13
+ validatemessage?: string;
14
+ showAsFormattedText?: boolean;
15
+ additionalProps?: object;
16
+ hideLabel?: boolean;
17
+ variant?: string;
18
+ onChange?: any;
19
+ }
20
+ declare const _default: import("react").MemoExoticComponent<(props: UserReferenceProps) => any>;
42
21
  export default _default;
43
22
  //# sourceMappingURL=UserReference.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserReference.d.ts","sourceRoot":"","sources":["../../../../src/components/field/UserReference/UserReference.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8C,MAAM,OAAO,CAAC;AACnE,OAAO,SAAS,MAAM,YAAY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAqMnC,wBAAiD"}
1
+ {"version":3,"file":"UserReference.d.ts","sourceRoot":"","sources":["../../../../src/components/field/UserReference/UserReference.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAOvD,UAAU,kBAAmB,SAAQ,UAAU;IAE7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;;AAkKD,wBAAiD"}
@@ -1,13 +1,17 @@
1
- import React, { Fragment, memo, useEffect, useState } from 'react';
2
- import PropTypes from 'prop-types';
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { memo, useEffect, useState } from 'react';
3
3
  import { Typography } from '@material-ui/core';
4
- import AutoComplete from '../AutoComplete';
5
- import Dropdown from '../Dropdown';
4
+ import { getComponentFromMap } from '../../../bridge/helpers/sdk_component_map';
6
5
  import { getUserId, isUserNameAvailable } from './UserReferenceUtils';
7
6
  const DROPDOWN_LIST = 'Drop-down list';
8
7
  const SEARCH_BOX = 'Search box';
9
- const UserReference = props => {
10
- const { label, displayAs, getPConnect, value, testId, helperText, validatemessage, placeholder, showAsFormattedText, additionalProps, hideLabel, readOnly, required, disabled, onChange } = props;
8
+ const UserReference = (props) => {
9
+ // Get emitted components from map (so we can get any override that may exist)
10
+ const AutoComplete = getComponentFromMap('AutoComplete');
11
+ const Dropdown = getComponentFromMap('Dropdown');
12
+ const { label = '', displayAs = '', getPConnect, value = '', testId = '', helperText = '', validatemessage = '', placeholder = '', showAsFormattedText = false, additionalProps = {}, hideLabel = false, readOnly = false, required = false, disabled = false, onChange,
13
+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
14
+ variant = 'inline' } = props;
11
15
  const [dropDownDataSource, setDropDownDataSource] = useState([]);
12
16
  const [userName, setUserName] = useState('');
13
17
  const OPERATORS_DP = PCore.getEnvironmentInfo().getDefaultOperatorDP();
@@ -21,7 +25,7 @@ const UserReference = props => {
21
25
  // if same user ref field is referred in view as editable & readonly formatted text
22
26
  // referenced users won't be available, so get user details from dx api
23
27
  const { getOperatorDetails } = PCore.getUserApi();
24
- getOperatorDetails(userId).then(res => {
28
+ getOperatorDetails(userId).then((res) => {
25
29
  if (res.data && res.data.pyOperatorInfo && res.data.pyOperatorInfo.pyUserName) {
26
30
  setUserName(res.data.pyOperatorInfo.pyUserName);
27
31
  }
@@ -33,8 +37,10 @@ const UserReference = props => {
33
37
  dataViewName: OPERATORS_DP
34
38
  };
35
39
  PCore.getRestClient()
40
+ // @ts-ignore - Argument of type '{ queryPayload: { dataViewName: string; }; }' is not assignable to parameter of type 'RestApiOptionsObject'
41
+ // @ts-ignore - Expected 3 arguments, but got 2
36
42
  .invokeRestApi('getListData', { queryPayload })
37
- .then(res => {
43
+ .then((res) => {
38
44
  const ddDataSource = res.data.data.map(listItem => ({
39
45
  key: listItem.pyUserIdentifier,
40
46
  value: listItem.pyUserName
@@ -50,10 +56,7 @@ const UserReference = props => {
50
56
  let userReferenceComponent = null;
51
57
  if (readOnly && showAsFormattedText) {
52
58
  if (userId) {
53
- userReferenceComponent = (React.createElement(Fragment, null,
54
- React.createElement("div", null,
55
- React.createElement(Typography, { variant: 'caption' }, label),
56
- React.createElement(Typography, { variant: 'body1' }, userName))));
59
+ userReferenceComponent = (_jsx(_Fragment, { children: _jsxs("div", { children: [_jsx(Typography, { variant: 'caption', children: label }), _jsx(Typography, { variant: 'body1', children: userName })] }) }));
57
60
  }
58
61
  }
59
62
  else {
@@ -74,46 +77,14 @@ const UserReference = props => {
74
77
  useForSearch: 'true'
75
78
  }
76
79
  ];
77
- userReferenceComponent = (React.createElement(AutoComplete, { additionalProps: additionalProps, label: label, getPConnect: getPConnect, datasource: OPERATORS_DP, listType: 'datapage', columns: columns, testId: testId, placeholder: placeholder, readOnly: readOnly, disabled: disabled, required: required, helperText: helperText, validatemessage: validatemessage, value: userId, hideLabel: hideLabel, onChange: onChange }));
80
+ userReferenceComponent = (_jsx(AutoComplete, { additionalProps: additionalProps, label: label, getPConnect: getPConnect, datasource: OPERATORS_DP, listType: 'datapage', columns: columns, testId: testId, placeholder: placeholder, readOnly: readOnly, disabled: disabled, required: required, helperText: helperText, validatemessage: validatemessage, value: userId, hideLabel: hideLabel, onChange: onChange }));
78
81
  }
79
82
  if (displayAs === DROPDOWN_LIST) {
80
- userReferenceComponent = (React.createElement(Dropdown, { additionalProps: additionalProps, datasource: dropDownDataSource, listType: 'associated', getPConnect: getPConnect, label: label, value: userId, testId: testId, placeholder: placeholder, readOnly: readOnly, disabled: disabled, required: required, helperText: helperText, validatemessage: validatemessage, hideLabel: hideLabel, onChange: onChange }));
83
+ userReferenceComponent = (_jsx(Dropdown, { additionalProps: additionalProps, datasource: dropDownDataSource, listType: 'associated', getPConnect: getPConnect, label: label, value: userId, testId: testId, placeholder: placeholder, readOnly: readOnly, disabled: disabled, required: required, helperText: helperText, validatemessage: validatemessage, hideLabel: hideLabel, onChange: onChange }));
81
84
  }
82
85
  }
83
86
  return userReferenceComponent;
84
87
  };
85
- UserReference.propTypes = {
86
- getPConnect: PropTypes.func.isRequired,
87
- displayAs: PropTypes.string,
88
- label: PropTypes.string,
89
- value: PropTypes.oneOfType([PropTypes.string, PropTypes.objectOf(PropTypes.any)]),
90
- testId: PropTypes.string,
91
- placeholder: PropTypes.string,
92
- helperText: PropTypes.string,
93
- disabled: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),
94
- readOnly: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),
95
- required: PropTypes.oneOfType([PropTypes.bool, PropTypes.string]),
96
- validatemessage: PropTypes.string,
97
- showAsFormattedText: PropTypes.bool,
98
- additionalProps: PropTypes.objectOf(PropTypes.any),
99
- hideLabel: PropTypes.bool
100
- };
101
- UserReference.defaultProps = {
102
- displayAs: null,
103
- label: null,
104
- value: null,
105
- readOnly: false,
106
- testId: null,
107
- placeholder: null,
108
- helperText: null,
109
- disabled: false,
110
- required: false,
111
- validatemessage: null,
112
- showAsFormattedText: false,
113
- additionalProps: {},
114
- variant: 'inline',
115
- hideLabel: false
116
- };
117
88
  // as objects are there in props, shallow comparision fails & re-rendering of comp happens even with
118
89
  // same key value pairs in obj. hence using custom comparison function on when to re-render
119
90
  const comparisonFn = (prevProps, nextProps) => {
@@ -1 +1 @@
1
- {"version":3,"file":"UserReference.js","sourceRoot":"","sources":["../../../../src/components/field/UserReference/UserReference.tsx"],"names":[],"mappings":"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","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\n// Remove this and use \"real\" PCore type once .d.ts is fixed (currently shows 1 errors)\ndeclare const PCore: any;\n\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
+ {"version":3,"file":"UserReference.js","sourceRoot":"","sources":["../../../../src/components/field/UserReference/UserReference.tsx"],"names":[],"mappings":"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","sourcesContent":["import { memo, useEffect, useState } from 'react';\nimport { Typography } from '@material-ui/core';\n\nimport { getComponentFromMap } from '../../../bridge/helpers/sdk_component_map';\nimport { PConnProps } from '../../../types/PConnProps';\n\nimport { getUserId, isUserNameAvailable } from './UserReferenceUtils';\n\nconst DROPDOWN_LIST = 'Drop-down list';\nconst SEARCH_BOX = 'Search box';\n\ninterface UserReferenceProps extends PConnProps {\n // If any, enter additional props that only exist on URLComponent here\n displayAs?: string;\n label?: string;\n value?: any;\n testId?: string;\n placeholder?: string;\n helperText?: string;\n disabled?: boolean;\n readOnly?: boolean;\n required?: boolean;\n validatemessage?: string;\n showAsFormattedText?: boolean;\n additionalProps?: object;\n hideLabel?: boolean;\n variant?: string;\n onChange?: any;\n}\n\nconst UserReference = (props: UserReferenceProps) => {\n // Get emitted components from map (so we can get any override that may exist)\n const AutoComplete = getComponentFromMap('AutoComplete');\n const Dropdown = getComponentFromMap('Dropdown');\n\n const {\n label = '',\n displayAs = '',\n getPConnect,\n value = '',\n testId = '',\n helperText = '',\n validatemessage = '',\n placeholder = '',\n showAsFormattedText = false,\n additionalProps = {},\n hideLabel = false,\n readOnly = false,\n required = false,\n disabled = false,\n onChange,\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n variant = 'inline'\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: any) => {\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\n PCore.getRestClient()\n // @ts-ignore - Argument of type '{ queryPayload: { dataViewName: string; }; }' is not assignable to parameter of type 'RestApiOptionsObject'\n // @ts-ignore - Expected 3 arguments, but got 2\n .invokeRestApi('getListData', { queryPayload })\n .then((res: any) => {\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 <>\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 </>\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\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,4 +1,4 @@
1
- export const getUserId = (user) => {
1
+ export const getUserId = user => {
2
2
  let userId = '';
3
3
  if (typeof user === 'object' && user !== null && user.userId) {
4
4
  userId = user.userId;
@@ -8,7 +8,7 @@ export const getUserId = (user) => {
8
8
  }
9
9
  return userId;
10
10
  };
11
- export const isUserNameAvailable = (user) => {
11
+ export const isUserNameAvailable = user => {
12
12
  return typeof user === 'object' && user !== null && user.userName;
13
13
  };
14
14
  //# sourceMappingURL=UserReferenceUtils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserReferenceUtils.js","sourceRoot":"","sources":["../../../../src/components/field/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
+ {"version":3,"file":"UserReferenceUtils.js","sourceRoot":"","sources":["../../../../src/components/field/UserReference/UserReferenceUtils.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG,IAAI,CAAC,EAAE;IAC9B,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,IAAI,CAAC,EAAE;IACxC,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,11 +1,11 @@
1
- export declare const validateMaxSize: (fileObj: any, maxSizeInMB: any) => boolean;
1
+ export declare const validateMaxSize: (fileObj: any, maxSizeInMB: string) => boolean;
2
2
  export declare const fileDownload: (data: any, fileName: any, ext: any) => void;
3
3
  export declare const getIconFromFileType: (fileType: any) => string;
4
- export declare const getIconForAttachment: (inThis: any, attachment: any) => any;
4
+ export declare const getIconForAttachment: (inThis: any, attachment: any) => string;
5
5
  export declare const buildFilePropsFromResponse: (respObj: any) => {
6
6
  props: {
7
7
  meta: string;
8
- name: any;
8
+ name: string;
9
9
  icon: string;
10
10
  };
11
11
  responseProps: any;
@@ -1 +1 @@
1
- {"version":3,"file":"attachmentHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/attachmentHelpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,6CAG3B,CAAC;AAEF,eAAO,MAAM,YAAY,8CAQxB,CAAC;AAEF,eAAO,MAAM,mBAAmB,2BAyB/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,WAAW,GAAG,cAAc,GAAG,QAa/D,CAAC;AAEF,eAAO,MAAM,0BAA0B;;;;;;;CAWtC,CAAC"}
1
+ {"version":3,"file":"attachmentHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/attachmentHelpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe,YAAa,GAAG,eAAe,MAAM,KAAG,OAGnE,CAAC;AAEF,eAAO,MAAM,YAAY,8CAQxB,CAAC;AAEF,eAAO,MAAM,mBAAmB,qBAAe,MAyB9C,CAAC;AAEF,eAAO,MAAM,oBAAoB,WAAY,GAAG,cAAc,GAAG,KAAG,MAanE,CAAC;AAEF,eAAO,MAAM,0BAA0B,oBAEpC;IACD,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,MAAM,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IACpD,aAAa,EAAE,GAAG,CAAC;CAYpB,CAAC"}
@@ -31,8 +31,8 @@ export const getIconFromFileType = (fileType) => {
31
31
  }
32
32
  else {
33
33
  const [, subtype] = fileType.split('/');
34
- const foundMatch = (sources) => {
35
- return sources.some((key) => subtype.includes(key));
34
+ const foundMatch = sources => {
35
+ return sources.some(key => subtype.includes(key));
36
36
  };
37
37
  if (foundMatch(['excel', 'spreadsheet'])) {
38
38
  icon = 'document-xls';
@@ -46,14 +46,14 @@ export const getIconFromFileType = (fileType) => {
46
46
  export const getIconForAttachment = (inThis, attachment) => {
47
47
  let icon;
48
48
  switch (attachment.type) {
49
- case "FILE":
49
+ case 'FILE':
50
50
  icon = inThis.getIconFromFileType(attachment.mimeType);
51
51
  break;
52
- case "URL":
53
- icon = "chain";
52
+ case 'URL':
53
+ icon = 'chain';
54
54
  break;
55
55
  default:
56
- icon = "document-doc";
56
+ icon = 'document-doc';
57
57
  }
58
58
  return icon;
59
59
  };
@@ -1 +1 @@
1
- {"version":3,"file":"attachmentHelpers.js","sourceRoot":"","sources":["../../../src/components/helpers/attachmentHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["import download from 'downloadjs';\n\nexport const validateMaxSize = (fileObj, maxSizeInMB) => {\n const fileSize = (fileObj.size / 1048576).toFixed(2);\n return parseFloat(fileSize) < parseFloat(maxSizeInMB);\n};\n\nexport const fileDownload = (data, fileName, ext) => {\n const name = ext ? `${fileName}.${ext}` : fileName;\n // Temp fix: downloading EMAIl type attachment as html file\n if (ext === 'html') {\n download(data, name, 'text/html');\n } else {\n download(atob(data), name);\n }\n};\n\nexport const getIconFromFileType = (fileType) => {\n let icon = 'document-doc';\n if (!fileType) return icon;\n if (fileType.startsWith('audio')) {\n icon = 'audio';\n } else if (fileType.startsWith('video')) {\n icon = 'video';\n } else if (fileType.startsWith('image')) {\n icon = 'picture';\n } else if (fileType.includes('pdf')) {\n icon = 'document-pdf';\n } else {\n const [, subtype] = fileType.split('/');\n const foundMatch = (sources) => {\n return sources.some((key) => subtype.includes(key));\n };\n\n if (foundMatch(['excel', 'spreadsheet'])) {\n icon = 'document-xls';\n } else if (foundMatch(['zip', 'compressed', 'gzip', 'rar', 'tar'])) {\n icon = 'document-compress';\n }\n }\n\n return icon;\n};\n\nexport const getIconForAttachment = (inThis:any , attachment:any) => {\n let icon;\n switch (attachment.type) {\n case \"FILE\":\n icon = inThis.getIconFromFileType(attachment.mimeType);\n break;\n case \"URL\":\n icon = \"chain\";\n break;\n default:\n icon = \"document-doc\";\n }\n return icon;\n};\n\nexport const buildFilePropsFromResponse = (respObj) => {\n return {\n props: {\n meta: `${respObj.pyCategoryName}, ${respObj.pxCreateOperator}`,\n name: respObj.pyAttachName,\n icon: getIconFromFileType(respObj.pyMimeFileExtension)\n },\n responseProps: {\n ...respObj\n }\n };\n};\n"]}
1
+ {"version":3,"file":"attachmentHelpers.js","sourceRoot":"","sources":["../../../src/components/helpers/attachmentHelpers.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,YAAY,CAAC;AAElC,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,OAAY,EAAE,WAAmB,EAAW,EAAE;IAC5E,MAAM,QAAQ,GAAG,CAAC,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACrD,OAAO,UAAU,CAAC,QAAQ,CAAC,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AACxD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,EAAE,EAAE;IAClD,MAAM,IAAI,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,QAAQ,IAAI,GAAG,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC;IACnD,2DAA2D;IAC3D,IAAI,GAAG,KAAK,MAAM,EAAE;QAClB,QAAQ,CAAC,IAAI,EAAE,IAAI,EAAE,WAAW,CAAC,CAAC;KACnC;SAAM;QACL,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC;KAC5B;AACH,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,QAAQ,EAAU,EAAE;IACtD,IAAI,IAAI,GAAG,cAAc,CAAC;IAC1B,IAAI,CAAC,QAAQ;QAAE,OAAO,IAAI,CAAC;IAC3B,IAAI,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;QAChC,IAAI,GAAG,OAAO,CAAC;KAChB;SAAM,IAAI,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;QACvC,IAAI,GAAG,OAAO,CAAC;KAChB;SAAM,IAAI,QAAQ,CAAC,UAAU,CAAC,OAAO,CAAC,EAAE;QACvC,IAAI,GAAG,SAAS,CAAC;KAClB;SAAM,IAAI,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,EAAE;QACnC,IAAI,GAAG,cAAc,CAAC;KACvB;SAAM;QACL,MAAM,CAAC,EAAE,OAAO,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QACxC,MAAM,UAAU,GAAG,OAAO,CAAC,EAAE;YAC3B,OAAO,OAAO,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC;QACpD,CAAC,CAAC;QAEF,IAAI,UAAU,CAAC,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC,EAAE;YACxC,IAAI,GAAG,cAAc,CAAC;SACvB;aAAM,IAAI,UAAU,CAAC,CAAC,KAAK,EAAE,YAAY,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,EAAE;YAClE,IAAI,GAAG,mBAAmB,CAAC;SAC5B;KACF;IAED,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,CAAC,MAAW,EAAE,UAAe,EAAU,EAAE;IAC3E,IAAI,IAAI,CAAC;IACT,QAAQ,UAAU,CAAC,IAAI,EAAE;QACvB,KAAK,MAAM;YACT,IAAI,GAAG,MAAM,CAAC,mBAAmB,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;YACvD,MAAM;QACR,KAAK,KAAK;YACR,IAAI,GAAG,OAAO,CAAC;YACf,MAAM;QACR;YACE,IAAI,GAAG,cAAc,CAAC;KACzB;IACD,OAAO,IAAI,CAAC;AACd,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,CACxC,OAAO,EAIP,EAAE;IACF,OAAO;QACL,KAAK,EAAE;YACL,IAAI,EAAE,GAAG,OAAO,CAAC,cAAc,KAAK,OAAO,CAAC,gBAAgB,EAAE;YAC9D,IAAI,EAAE,OAAO,CAAC,YAAY;YAC1B,IAAI,EAAE,mBAAmB,CAAC,OAAO,CAAC,mBAAmB,CAAC;SACvD;QACD,aAAa,EAAE;YACb,GAAG,OAAO;SACX;KACF,CAAC;AACJ,CAAC,CAAC","sourcesContent":["import download from 'downloadjs';\n\nexport const validateMaxSize = (fileObj: any, maxSizeInMB: string): boolean => {\n const fileSize = (fileObj.size / 1048576).toFixed(2);\n return parseFloat(fileSize) < parseFloat(maxSizeInMB);\n};\n\nexport const fileDownload = (data, fileName, ext) => {\n const name = ext ? `${fileName}.${ext}` : fileName;\n // Temp fix: downloading EMAIl type attachment as html file\n if (ext === 'html') {\n download(data, name, 'text/html');\n } else {\n download(atob(data), name);\n }\n};\n\nexport const getIconFromFileType = (fileType): string => {\n let icon = 'document-doc';\n if (!fileType) return icon;\n if (fileType.startsWith('audio')) {\n icon = 'audio';\n } else if (fileType.startsWith('video')) {\n icon = 'video';\n } else if (fileType.startsWith('image')) {\n icon = 'picture';\n } else if (fileType.includes('pdf')) {\n icon = 'document-pdf';\n } else {\n const [, subtype] = fileType.split('/');\n const foundMatch = sources => {\n return sources.some(key => subtype.includes(key));\n };\n\n if (foundMatch(['excel', 'spreadsheet'])) {\n icon = 'document-xls';\n } else if (foundMatch(['zip', 'compressed', 'gzip', 'rar', 'tar'])) {\n icon = 'document-compress';\n }\n }\n\n return icon;\n};\n\nexport const getIconForAttachment = (inThis: any, attachment: any): string => {\n let icon;\n switch (attachment.type) {\n case 'FILE':\n icon = inThis.getIconFromFileType(attachment.mimeType);\n break;\n case 'URL':\n icon = 'chain';\n break;\n default:\n icon = 'document-doc';\n }\n return icon;\n};\n\nexport const buildFilePropsFromResponse = (\n respObj\n): {\n props: { meta: string; name: string; icon: string };\n responseProps: any;\n} => {\n return {\n props: {\n meta: `${respObj.pyCategoryName}, ${respObj.pxCreateOperator}`,\n name: respObj.pyAttachName,\n icon: getIconFromFileType(respObj.pyMimeFileExtension)\n },\n responseProps: {\n ...respObj\n }\n };\n};\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"case-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/case-utils.tsx"],"names":[],"mappings":"AAKA;;;;;;;;;;;;;;;GAeG;AAEH,iBAAS,kBAAkB,CAAC,aAAa,KAAA,MAUxC;AA+BD,iBAAS,UAAU,CAAC,MAAM,KAAA,OAsCzB;AAED,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC"}
1
+ {"version":3,"file":"case-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/case-utils.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;GAeG;AAEH,iBAAS,kBAAkB,CAAC,aAAa,KAAA,MAUxC;AA8BD,iBAAS,UAAU,CAAC,MAAM,KAAA,OAqCzB;AAED,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC"}
@@ -1,5 +1,5 @@
1
- import React from 'react';
2
- import AlertBanner from '../designSystemExtension/AlertBanner';
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { getComponentFromMap } from '../../bridge/helpers/sdk_component_map';
3
3
  /**
4
4
  * Function that accepts array of messages as input and group them by their type and returns the resulting object
5
5
  * @param {Array} inputMessages
@@ -53,6 +53,7 @@ function getVariant(type) {
53
53
  return variant;
54
54
  }
55
55
  function getBanners(config) {
56
+ const AlertBanner = getComponentFromMap('AlertBanner');
56
57
  const { target, pageMessages, httpMessages } = config;
57
58
  const { PAGE } = PCore.getConstants();
58
59
  const { clearMessages } = PCore.getMessageManager();
@@ -62,7 +63,7 @@ function getBanners(config) {
62
63
  const messagesByType = groupedPageMessages[type];
63
64
  const variant = getVariant(type);
64
65
  const pageMessagesBannerID = `${target}_${PAGE}_${type}`.toLowerCase().replace('/', '_');
65
- banners.push(React.createElement(AlertBanner, { id: pageMessagesBannerID, variant: variant, messages: messagesByType, onDismiss: variant === 'urgent'
66
+ banners.push(_jsx(AlertBanner, { id: pageMessagesBannerID, variant: variant, messages: messagesByType, onDismiss: variant === 'urgent'
66
67
  ? ''
67
68
  : () => {
68
69
  clearMessages({
@@ -73,7 +74,7 @@ function getBanners(config) {
73
74
  } }));
74
75
  });
75
76
  if (httpMessages && httpMessages.length > 0) {
76
- banners.push(React.createElement(AlertBanner, { id: 'modalViewContainerBanner', variant: 'urgent', messages: httpMessages }));
77
+ banners.push(_jsx(AlertBanner, { id: 'modalViewContainerBanner', variant: 'urgent', messages: httpMessages }));
77
78
  }
78
79
  return banners;
79
80
  }
@@ -1 +1 @@
1
- {"version":3,"file":"case-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/case-utils.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,WAAW,MAAM,sCAAsC,CAAC;AAI/D;;;;;;;;;;;;;;;GAeG;AAEH,SAAS,kBAAkB,CAAC,aAAa;IACvC,MAAM,QAAQ,GAAG,EAAE,CAAC;IAEpB,IAAI,aAAa,IAAI,aAAa,YAAY,KAAK,IAAI,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE;QAC/E,aAAa,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;YAC3B,MAAM,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;YAC/B,QAAQ,CAAC,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC;QACxD,CAAC,CAAC,CAAC;KACJ;IACD,OAAO,QAAQ,CAAC;AAClB,CAAC;AAED;;;;;;GAMG;AACH,SAAS,UAAU,CAAC,IAAI;IACtB,MAAM,EAAE,sBAAsB,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,QAAQ,EAAE,GACpF,KAAK,CAAC,YAAY,EAAE,CAAC;IACvB,MAAM,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,qBAAqB,EAAE,GAAG,QAAQ,CAAC;IAEpF,IAAI,OAAO,CAAC;IACZ,QAAQ,IAAI,EAAE;QACZ,KAAK,mBAAmB;YACtB,OAAO,GAAG,qBAAqB,CAAC;YAChC,MAAM;QACR,KAAK,kBAAkB;YACrB,OAAO,GAAG,mBAAmB,CAAC;YAC9B,MAAM;QACR,KAAK,qBAAqB;YACxB,OAAO,GAAG,sBAAsB,CAAC;YACjC,MAAM;QACR;YACE,OAAO,GAAG,EAAE,CAAC;KAChB;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,SAAS,UAAU,CAAC,MAAM;IACxB,MAAM,EAAE,MAAM,EAAE,YAAY,EAAE,YAAY,EAAE,GAAG,MAAM,CAAC;IACtD,MAAM,EAAE,IAAI,EAAE,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC;IACtC,MAAM,EAAE,aAAa,EAAE,GAAG,KAAK,CAAC,iBAAiB,EAAE,CAAC;IACpD,MAAM,OAAO,GAAQ,EAAE,CAAC;IACxB,MAAM,mBAAmB,GAAG,kBAAkB,CAAC,YAAY,CAAC,CAAC;IAE7D,MAAM,CAAC,IAAI,CAAC,mBAAmB,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QAC9C,MAAM,cAAc,GAAG,mBAAmB,CAAC,IAAI,CAAC,CAAC;QACjD,MAAM,OAAO,GAAG,UAAU,CAAC,IAAI,CAAC,CAAC;QACjC,MAAM,oBAAoB,GAAG,GAAG,MAAM,IAAI,IAAI,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;QACzF,OAAO,CAAC,IAAI,CACV,oBAAC,WAAW,IACV,EAAE,EAAE,oBAAoB,EACxB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,cAAc,EACxB,SAAS,EACP,OAAO,KAAK,QAAQ;gBAClB,CAAC,CAAC,EAAE;gBACJ,CAAC,CAAC,GAAG,EAAE;oBACH,aAAa,CAAC;wBACZ,QAAQ,EAAE,IAAI;wBACd,IAAI;wBACJ,OAAO,EAAE,MAAM;qBAChB,CAAC,CAAC;gBACL,CAAC,GAEP,CACH,CAAC;IACJ,CAAC,CAAC,CAAC;IAEH,IAAI,YAAY,IAAI,YAAY,CAAC,MAAM,GAAG,CAAC,EAAE;QAC3C,OAAO,CAAC,IAAI,CACV,oBAAC,WAAW,IAAC,EAAE,EAAC,0BAA0B,EAAC,OAAO,EAAC,QAAQ,EAAC,QAAQ,EAAE,YAAY,GAAI,CACvF,CAAC;KACH;IAED,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,OAAO,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC","sourcesContent":["import React from 'react';\nimport AlertBanner from '../designSystemExtension/AlertBanner';\n\ndeclare let PCore: any;\n\n/**\n * Function that accepts array of messages as input and group them by their type and returns the resulting object\n * @param {Array} inputMessages\n * Eg: [\n * {message: 'First Name is required', type: 'error'},\n * {message: 'Last Name is required', type: 'error'},\n * {message: 'Address field should be clear and precise', type: 'info'}\n * ]\n *\n * @returns {object}\n *\n * Eg: {\n * error: ['First Name is required', 'Last Name is required'],\n * info: ['Address field should be clear and precise']\n * }\n */\n\nfunction getMessagesGrouped(inputMessages) {\n const messages = {};\n\n if (inputMessages && inputMessages instanceof Array && inputMessages.length > 0) {\n inputMessages.forEach(item => {\n const { message, type } = item;\n messages[type] = [...(messages[type] || []), message];\n });\n }\n return messages;\n}\n\n/**\n * Function accepts a error type and variant of the banner\n * @param {string} type\n * Eg: 'error'\n * @returns {string}\n * Eg: 'urgent'\n */\nfunction getVariant(type) {\n const { BANNER_VARIANT_SUCCESS, BANNER_VARIANT_INFO, BANNER_VARIANT_URGENT, MESSAGES } =\n PCore.getConstants();\n const { MESSAGES_TYPE_ERROR, MESSAGES_TYPE_INFO, MESSAGES_TYPE_SUCCESS } = MESSAGES;\n\n let variant;\n switch (type) {\n case MESSAGES_TYPE_ERROR:\n variant = BANNER_VARIANT_URGENT;\n break;\n case MESSAGES_TYPE_INFO:\n variant = BANNER_VARIANT_INFO;\n break;\n case MESSAGES_TYPE_SUCCESS:\n variant = BANNER_VARIANT_SUCCESS;\n break;\n default:\n variant = '';\n }\n return variant;\n}\n\nfunction getBanners(config) {\n const { target, pageMessages, httpMessages } = config;\n const { PAGE } = PCore.getConstants();\n const { clearMessages } = PCore.getMessageManager();\n const banners: any = [];\n const groupedPageMessages = getMessagesGrouped(pageMessages);\n\n Object.keys(groupedPageMessages).forEach(type => {\n const messagesByType = groupedPageMessages[type];\n const variant = getVariant(type);\n const pageMessagesBannerID = `${target}_${PAGE}_${type}`.toLowerCase().replace('/', '_');\n banners.push(\n <AlertBanner\n id={pageMessagesBannerID}\n variant={variant}\n messages={messagesByType}\n onDismiss={\n variant === 'urgent'\n ? ''\n : () => {\n clearMessages({\n category: PAGE,\n type,\n context: target\n });\n }\n }\n />\n );\n });\n\n if (httpMessages && httpMessages.length > 0) {\n banners.push(\n <AlertBanner id='modalViewContainerBanner' variant='urgent' messages={httpMessages} />\n );\n }\n\n return banners;\n}\n\nexport { getMessagesGrouped, getBanners };\n"]}
1
+ {"version":3,"file":"case-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/case-utils.tsx"],"names":[],"mappings":"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","sourcesContent":["import { getComponentFromMap } from '../../bridge/helpers/sdk_component_map';\n\n/**\n * Function that accepts array of messages as input and group them by their type and returns the resulting object\n * @param {Array} inputMessages\n * Eg: [\n * {message: 'First Name is required', type: 'error'},\n * {message: 'Last Name is required', type: 'error'},\n * {message: 'Address field should be clear and precise', type: 'info'}\n * ]\n *\n * @returns {object}\n *\n * Eg: {\n * error: ['First Name is required', 'Last Name is required'],\n * info: ['Address field should be clear and precise']\n * }\n */\n\nfunction getMessagesGrouped(inputMessages) {\n const messages = {};\n\n if (inputMessages && inputMessages instanceof Array && inputMessages.length > 0) {\n inputMessages.forEach(item => {\n const { message, type } = item;\n messages[type] = [...(messages[type] || []), message];\n });\n }\n return messages;\n}\n\n/**\n * Function accepts a error type and variant of the banner\n * @param {string} type\n * Eg: 'error'\n * @returns {string}\n * Eg: 'urgent'\n */\nfunction getVariant(type) {\n const { BANNER_VARIANT_SUCCESS, BANNER_VARIANT_INFO, BANNER_VARIANT_URGENT, MESSAGES } = PCore.getConstants();\n const { MESSAGES_TYPE_ERROR, MESSAGES_TYPE_INFO, MESSAGES_TYPE_SUCCESS } = MESSAGES;\n\n let variant;\n switch (type) {\n case MESSAGES_TYPE_ERROR:\n variant = BANNER_VARIANT_URGENT;\n break;\n case MESSAGES_TYPE_INFO:\n variant = BANNER_VARIANT_INFO;\n break;\n case MESSAGES_TYPE_SUCCESS:\n variant = BANNER_VARIANT_SUCCESS;\n break;\n default:\n variant = '';\n }\n return variant;\n}\n\nfunction getBanners(config) {\n const AlertBanner = getComponentFromMap('AlertBanner');\n const { target, pageMessages, httpMessages } = config;\n const { PAGE } = PCore.getConstants();\n const { clearMessages } = PCore.getMessageManager();\n const banners: any = [];\n const groupedPageMessages = getMessagesGrouped(pageMessages);\n\n Object.keys(groupedPageMessages).forEach(type => {\n const messagesByType = groupedPageMessages[type];\n const variant = getVariant(type);\n const pageMessagesBannerID = `${target}_${PAGE}_${type}`.toLowerCase().replace('/', '_');\n banners.push(\n <AlertBanner\n id={pageMessagesBannerID}\n variant={variant}\n messages={messagesByType}\n onDismiss={\n variant === 'urgent'\n ? ''\n : () => {\n clearMessages({\n category: PAGE,\n type,\n context: target\n } as any);\n }\n }\n />\n );\n });\n\n if (httpMessages && httpMessages.length > 0) {\n banners.push(<AlertBanner id='modalViewContainerBanner' variant='urgent' messages={httpMessages} />);\n }\n\n return banners;\n}\n\nexport { getMessagesGrouped, getBanners };\n"]}
@@ -1,2 +1,3 @@
1
- export declare function isEmptyObject(obj: Object): Boolean;
1
+ export declare function isEmptyObject(obj: Object): boolean;
2
+ export declare function isInfinity23OrHigher(): boolean;
2
3
  //# sourceMappingURL=common-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"common-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/common-utils.ts"],"names":[],"mappings":"AACA,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAElD"}
1
+ {"version":3,"file":"common-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/common-utils.ts"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAElD;AAED,wBAAgB,oBAAoB,YAGnC"}
@@ -1,5 +1,8 @@
1
- // eslint-disable-next-line import/prefer-default-export
2
1
  export function isEmptyObject(obj) {
3
2
  return Object.keys(obj).length === 0;
4
3
  }
4
+ export function isInfinity23OrHigher() {
5
+ const pCoreVersion = PCore.getPCoreVersion();
6
+ return ['8.23.0', '23.1.1'].includes(pCoreVersion);
7
+ }
5
8
  //# sourceMappingURL=common-utils.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"common-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/common-utils.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,MAAM,UAAU,aAAa,CAAC,GAAW;IACvC,OAAO,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;AACvC,CAAC","sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport function isEmptyObject(obj: Object): Boolean {\n return Object.keys(obj).length === 0;\n}\n"]}
1
+ {"version":3,"file":"common-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/common-utils.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,aAAa,CAAC,GAAW;IACvC,OAAO,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;AACvC,CAAC;AAED,MAAM,UAAU,oBAAoB;IAClC,MAAM,YAAY,GAAG,KAAK,CAAC,eAAe,EAAE,CAAC;IAC7C,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;AACrD,CAAC","sourcesContent":["export function isEmptyObject(obj: Object): boolean {\n return Object.keys(obj).length === 0;\n}\n\nexport function isInfinity23OrHigher() {\n const pCoreVersion = PCore.getPCoreVersion();\n return ['8.23.0', '23.1.1'].includes(pCoreVersion);\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"data_page.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/data_page.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,wEAoBvB,CAAC"}
1
+ {"version":3,"file":"data_page.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/data_page.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,WAAW,wEAmBvB,CAAC"}