@pega/react-sdk-components 0.23.25 → 0.23.27

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 (656) 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.d.ts +3 -2
  5. package/lib/bridge/Context/StoreContext.d.ts.map +1 -1
  6. package/lib/bridge/Context/StoreContext.js +5 -6
  7. package/lib/bridge/Context/StoreContext.js.map +1 -1
  8. package/lib/bridge/helpers/sdk_component_map.d.ts +1 -0
  9. package/lib/bridge/helpers/sdk_component_map.d.ts.map +1 -1
  10. package/lib/bridge/helpers/sdk_component_map.js +45 -46
  11. package/lib/bridge/helpers/sdk_component_map.js.map +1 -1
  12. package/lib/bridge/react_pconnect.d.ts.map +1 -1
  13. package/lib/bridge/react_pconnect.js +18 -41
  14. package/lib/bridge/react_pconnect.js.map +1 -1
  15. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.d.ts +10 -0
  16. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.d.ts.map +1 -0
  17. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js +19 -0
  18. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js.map +1 -0
  19. package/lib/components/designSystemExtension/AlertBanner/index.d.ts +2 -0
  20. package/lib/components/designSystemExtension/AlertBanner/index.d.ts.map +1 -0
  21. package/lib/components/designSystemExtension/AlertBanner/index.js +2 -0
  22. package/lib/components/designSystemExtension/AlertBanner/index.js.map +1 -0
  23. package/lib/components/designSystemExtension/Banner/Banner.css +4 -0
  24. package/lib/components/designSystemExtension/Banner/Banner.d.ts +15 -1
  25. package/lib/components/designSystemExtension/Banner/Banner.d.ts.map +1 -1
  26. package/lib/components/designSystemExtension/Banner/Banner.js +8 -12
  27. package/lib/components/designSystemExtension/Banner/Banner.js.map +1 -1
  28. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.css +0 -1
  29. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts +6 -9
  30. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -1
  31. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +32 -33
  32. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -1
  33. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts +4 -10
  34. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -1
  35. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +10 -23
  36. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -1
  37. package/lib/components/designSystemExtension/DetailsFields/index.js.map +1 -1
  38. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts +8 -3
  39. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -1
  40. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js +25 -14
  41. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -1
  42. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts +7 -2
  43. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.d.ts.map +1 -1
  44. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js +7 -19
  45. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -1
  46. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts +7 -2
  47. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -1
  48. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js +6 -12
  49. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -1
  50. package/lib/components/designSystemExtension/Operator/Operator.d.ts +16 -7
  51. package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -1
  52. package/lib/components/designSystemExtension/Operator/Operator.js +56 -73
  53. package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -1
  54. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts +5 -2
  55. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -1
  56. package/lib/components/designSystemExtension/Pulse/Pulse.js +9 -15
  57. package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -1
  58. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts +19 -0
  59. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts.map +1 -0
  60. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js +75 -0
  61. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js.map +1 -0
  62. package/lib/components/designSystemExtension/RichTextEditor/index.d.ts +2 -0
  63. package/lib/components/designSystemExtension/RichTextEditor/index.d.ts.map +1 -0
  64. package/lib/components/designSystemExtension/RichTextEditor/index.js +2 -0
  65. package/lib/components/designSystemExtension/RichTextEditor/index.js.map +1 -0
  66. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.css +6 -2
  67. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts +6 -1
  68. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts.map +1 -1
  69. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js +5 -11
  70. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js.map +1 -1
  71. package/lib/components/field/AutoComplete/AutoComplete.d.ts +15 -1
  72. package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -1
  73. package/lib/components/field/AutoComplete/AutoComplete.js +17 -17
  74. package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -1
  75. package/lib/components/field/CancelAlert/CancelAlert.d.ts +7 -2
  76. package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -1
  77. package/lib/components/field/CancelAlert/CancelAlert.js +11 -22
  78. package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -1
  79. package/lib/components/field/CancelAlert/index.js.map +1 -1
  80. package/lib/components/field/Checkbox/Checkbox.d.ts +9 -1
  81. package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -1
  82. package/lib/components/field/Checkbox/Checkbox.js +12 -12
  83. package/lib/components/field/Checkbox/Checkbox.js.map +1 -1
  84. package/lib/components/field/Currency/Currency.d.ts +6 -1
  85. package/lib/components/field/Currency/Currency.d.ts.map +1 -1
  86. package/lib/components/field/Currency/Currency.js +14 -29
  87. package/lib/components/field/Currency/Currency.js.map +1 -1
  88. package/lib/components/field/Currency/currency-utils.d.ts +1 -1
  89. package/lib/components/field/Currency/currency-utils.d.ts.map +1 -1
  90. package/lib/components/field/Currency/currency-utils.js +5 -6
  91. package/lib/components/field/Currency/currency-utils.js.map +1 -1
  92. package/lib/components/field/Date/Date.d.ts +5 -1
  93. package/lib/components/field/Date/Date.d.ts.map +1 -1
  94. package/lib/components/field/Date/Date.js +26 -14
  95. package/lib/components/field/Date/Date.js.map +1 -1
  96. package/lib/components/field/DateTime/DateTime.d.ts +5 -1
  97. package/lib/components/field/DateTime/DateTime.d.ts.map +1 -1
  98. package/lib/components/field/DateTime/DateTime.js +16 -10
  99. package/lib/components/field/DateTime/DateTime.js.map +1 -1
  100. package/lib/components/field/Decimal/Decimal.d.ts +8 -1
  101. package/lib/components/field/Decimal/Decimal.d.ts.map +1 -1
  102. package/lib/components/field/Decimal/Decimal.js +32 -10
  103. package/lib/components/field/Decimal/Decimal.js.map +1 -1
  104. package/lib/components/field/Decimal/index.js.map +1 -1
  105. package/lib/components/field/Dropdown/Dropdown.d.ts +13 -1
  106. package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -1
  107. package/lib/components/field/Dropdown/Dropdown.js +115 -11
  108. package/lib/components/field/Dropdown/Dropdown.js.map +1 -1
  109. package/lib/components/field/Email/Email.d.ts +5 -1
  110. package/lib/components/field/Email/Email.d.ts.map +1 -1
  111. package/lib/components/field/Email/Email.js +12 -11
  112. package/lib/components/field/Email/Email.js.map +1 -1
  113. package/lib/components/field/Email/index.js.map +1 -1
  114. package/lib/components/field/Group/Group.d.ts +13 -0
  115. package/lib/components/field/Group/Group.d.ts.map +1 -0
  116. package/lib/components/field/Group/Group.js +13 -0
  117. package/lib/components/field/Group/Group.js.map +1 -0
  118. package/lib/components/field/Group/index.d.ts +2 -0
  119. package/lib/components/field/Group/index.d.ts.map +1 -0
  120. package/lib/components/field/Group/index.js +2 -0
  121. package/lib/components/field/Group/index.js.map +1 -0
  122. package/lib/components/field/Integer/Integer.d.ts +5 -1
  123. package/lib/components/field/Integer/Integer.d.ts.map +1 -1
  124. package/lib/components/field/Integer/Integer.js +10 -8
  125. package/lib/components/field/Integer/Integer.js.map +1 -1
  126. package/lib/components/field/Percentage/Percentage.d.ts +5 -1
  127. package/lib/components/field/Percentage/Percentage.d.ts.map +1 -1
  128. package/lib/components/field/Percentage/Percentage.js +10 -8
  129. package/lib/components/field/Percentage/Percentage.js.map +1 -1
  130. package/lib/components/field/Phone/Phone.d.ts +5 -1
  131. package/lib/components/field/Phone/Phone.d.ts.map +1 -1
  132. package/lib/components/field/Phone/Phone.js +12 -10
  133. package/lib/components/field/Phone/Phone.js.map +1 -1
  134. package/lib/components/field/Phone/index.js.map +1 -1
  135. package/lib/components/field/RadioButtons/RadioButtons.d.ts +7 -1
  136. package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -1
  137. package/lib/components/field/RadioButtons/RadioButtons.js +30 -13
  138. package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -1
  139. package/lib/components/field/RichText/RichText.d.ts +7 -0
  140. package/lib/components/field/RichText/RichText.d.ts.map +1 -0
  141. package/lib/components/field/RichText/RichText.js +54 -0
  142. package/lib/components/field/RichText/RichText.js.map +1 -0
  143. package/lib/components/field/RichText/index.d.ts +2 -0
  144. package/lib/components/field/RichText/index.d.ts.map +1 -0
  145. package/lib/components/field/RichText/index.js +2 -0
  146. package/lib/components/field/RichText/index.js.map +1 -0
  147. package/lib/components/field/ScalarList/ScalarList.d.ts +13 -0
  148. package/lib/components/field/ScalarList/ScalarList.d.ts.map +1 -0
  149. package/lib/components/field/ScalarList/ScalarList.js +32 -0
  150. package/lib/components/field/ScalarList/ScalarList.js.map +1 -0
  151. package/lib/components/field/ScalarList/index.d.ts +2 -0
  152. package/lib/components/field/ScalarList/index.d.ts.map +1 -0
  153. package/lib/components/field/ScalarList/index.js +2 -0
  154. package/lib/components/field/ScalarList/index.js.map +1 -0
  155. package/lib/components/field/SemanticLink/SemanticLink.d.ts +5 -9
  156. package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -1
  157. package/lib/components/field/SemanticLink/SemanticLink.js +11 -19
  158. package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -1
  159. package/lib/components/field/SemanticLink/utils.d.ts.map +1 -1
  160. package/lib/components/field/SemanticLink/utils.js +8 -8
  161. package/lib/components/field/SemanticLink/utils.js.map +1 -1
  162. package/lib/components/field/TextArea/TextArea.d.ts +6 -1
  163. package/lib/components/field/TextArea/TextArea.d.ts.map +1 -1
  164. package/lib/components/field/TextArea/TextArea.js +8 -6
  165. package/lib/components/field/TextArea/TextArea.js.map +1 -1
  166. package/lib/components/field/TextContent/TextContent.d.ts +7 -1
  167. package/lib/components/field/TextContent/TextContent.d.ts.map +1 -1
  168. package/lib/components/field/TextContent/TextContent.js +2 -2
  169. package/lib/components/field/TextContent/TextContent.js.map +1 -1
  170. package/lib/components/field/TextInput/TextInput.d.ts +6 -1
  171. package/lib/components/field/TextInput/TextInput.d.ts.map +1 -1
  172. package/lib/components/field/TextInput/TextInput.js +26 -6
  173. package/lib/components/field/TextInput/TextInput.js.map +1 -1
  174. package/lib/components/field/TextInput/index.js.map +1 -1
  175. package/lib/components/field/Time/Time.d.ts +5 -1
  176. package/lib/components/field/Time/Time.d.ts.map +1 -1
  177. package/lib/components/field/Time/Time.js +15 -9
  178. package/lib/components/field/Time/Time.js.map +1 -1
  179. package/lib/components/field/URL/URL.d.ts +5 -1
  180. package/lib/components/field/URL/URL.d.ts.map +1 -1
  181. package/lib/components/field/URL/URL.js +14 -8
  182. package/lib/components/field/URL/URL.js.map +1 -1
  183. package/lib/components/field/URL/index.js.map +1 -1
  184. package/lib/components/field/UserReference/UserReference.d.ts +20 -41
  185. package/lib/components/field/UserReference/UserReference.d.ts.map +1 -1
  186. package/lib/components/field/UserReference/UserReference.js +17 -46
  187. package/lib/components/field/UserReference/UserReference.js.map +1 -1
  188. package/lib/components/field/UserReference/UserReferenceUtils.js +2 -2
  189. package/lib/components/field/UserReference/UserReferenceUtils.js.map +1 -1
  190. package/lib/components/helpers/attachmentHelpers.d.ts +6 -6
  191. package/lib/components/helpers/attachmentHelpers.d.ts.map +1 -1
  192. package/lib/components/helpers/attachmentHelpers.js +8 -8
  193. package/lib/components/helpers/attachmentHelpers.js.map +1 -1
  194. package/lib/components/helpers/case-utils.d.ts +20 -0
  195. package/lib/components/helpers/case-utils.d.ts.map +1 -0
  196. package/lib/components/helpers/case-utils.js +82 -0
  197. package/lib/components/helpers/case-utils.js.map +1 -0
  198. package/lib/components/helpers/common-utils.d.ts +3 -0
  199. package/lib/components/helpers/common-utils.d.ts.map +1 -0
  200. package/lib/components/helpers/common-utils.js +8 -0
  201. package/lib/components/helpers/common-utils.js.map +1 -0
  202. package/lib/components/helpers/data_page.d.ts.map +1 -1
  203. package/lib/components/helpers/data_page.js +2 -3
  204. package/lib/components/helpers/data_page.js.map +1 -1
  205. package/lib/components/helpers/date-format-utils.d.ts +1 -6
  206. package/lib/components/helpers/date-format-utils.d.ts.map +1 -1
  207. package/lib/components/helpers/date-format-utils.js +23 -14
  208. package/lib/components/helpers/date-format-utils.js.map +1 -1
  209. package/lib/components/helpers/event-utils.d.ts +1 -1
  210. package/lib/components/helpers/event-utils.d.ts.map +1 -1
  211. package/lib/components/helpers/event-utils.js +3 -3
  212. package/lib/components/helpers/event-utils.js.map +1 -1
  213. package/lib/components/helpers/field-group-utils.d.ts +15 -2
  214. package/lib/components/helpers/field-group-utils.d.ts.map +1 -1
  215. package/lib/components/helpers/field-group-utils.js +5 -9
  216. package/lib/components/helpers/field-group-utils.js.map +1 -1
  217. package/lib/components/helpers/formatters/Boolean.d.ts +3 -3
  218. package/lib/components/helpers/formatters/Boolean.d.ts.map +1 -1
  219. package/lib/components/helpers/formatters/Boolean.js +9 -20
  220. package/lib/components/helpers/formatters/Boolean.js.map +1 -1
  221. package/lib/components/helpers/formatters/Currency.d.ts +6 -6
  222. package/lib/components/helpers/formatters/Currency.d.ts.map +1 -1
  223. package/lib/components/helpers/formatters/Currency.js +13 -13
  224. package/lib/components/helpers/formatters/Currency.js.map +1 -1
  225. package/lib/components/helpers/formatters/CurrencyMap.d.ts +881 -1399
  226. package/lib/components/helpers/formatters/CurrencyMap.d.ts.map +1 -1
  227. package/lib/components/helpers/formatters/CurrencyMap.js +500 -500
  228. package/lib/components/helpers/formatters/CurrencyMap.js.map +1 -1
  229. package/lib/components/helpers/formatters/Date.d.ts +5 -5
  230. package/lib/components/helpers/formatters/Date.d.ts.map +1 -1
  231. package/lib/components/helpers/formatters/Date.js +20 -20
  232. package/lib/components/helpers/formatters/Date.js.map +1 -1
  233. package/lib/components/helpers/formatters/common.d.ts +2 -2
  234. package/lib/components/helpers/formatters/common.d.ts.map +1 -1
  235. package/lib/components/helpers/formatters/common.js +4 -5
  236. package/lib/components/helpers/formatters/common.js.map +1 -1
  237. package/lib/components/helpers/formatters/index.d.ts +12 -12
  238. package/lib/components/helpers/formatters/index.d.ts.map +1 -1
  239. package/lib/components/helpers/formatters/index.js +19 -19
  240. package/lib/components/helpers/formatters/index.js.map +1 -1
  241. package/lib/components/helpers/reactContextHelpers.d.ts +3 -2
  242. package/lib/components/helpers/reactContextHelpers.d.ts.map +1 -1
  243. package/lib/components/helpers/reactContextHelpers.js +1 -1
  244. package/lib/components/helpers/reactContextHelpers.js.map +1 -1
  245. package/lib/components/helpers/simpleTableHelpers.d.ts +5 -3
  246. package/lib/components/helpers/simpleTableHelpers.d.ts.map +1 -1
  247. package/lib/components/helpers/simpleTableHelpers.js +51 -54
  248. package/lib/components/helpers/simpleTableHelpers.js.map +1 -1
  249. package/lib/components/helpers/state-utils.d.ts +4 -0
  250. package/lib/components/helpers/state-utils.d.ts.map +1 -0
  251. package/lib/components/helpers/state-utils.js +34 -0
  252. package/lib/components/helpers/state-utils.js.map +1 -0
  253. package/lib/components/helpers/template-utils.d.ts +7 -3
  254. package/lib/components/helpers/template-utils.d.ts.map +1 -1
  255. package/lib/components/helpers/template-utils.js +1 -2
  256. package/lib/components/helpers/template-utils.js.map +1 -1
  257. package/lib/components/helpers/utils.d.ts +2 -2
  258. package/lib/components/helpers/utils.d.ts.map +1 -1
  259. package/lib/components/helpers/utils.js +11 -10
  260. package/lib/components/helpers/utils.js.map +1 -1
  261. package/lib/components/helpers/versionHelpers.d.ts.map +1 -1
  262. package/lib/components/helpers/versionHelpers.js +1 -1
  263. package/lib/components/helpers/versionHelpers.js.map +1 -1
  264. package/lib/components/infra/ActionButtons/ActionButtons.d.ts +6 -13
  265. package/lib/components/infra/ActionButtons/ActionButtons.d.ts.map +1 -1
  266. package/lib/components/infra/ActionButtons/ActionButtons.js +13 -27
  267. package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -1
  268. package/lib/components/infra/ActionButtons/index.js.map +1 -1
  269. package/lib/components/infra/Assignment/Assignment.d.ts +9 -15
  270. package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -1
  271. package/lib/components/infra/Assignment/Assignment.js +67 -70
  272. package/lib/components/infra/Assignment/Assignment.js.map +1 -1
  273. package/lib/components/infra/Assignment/index.js.map +1 -1
  274. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts +7 -15
  275. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts.map +1 -1
  276. package/lib/components/infra/AssignmentCard/AssignmentCard.js +6 -20
  277. package/lib/components/infra/AssignmentCard/AssignmentCard.js.map +1 -1
  278. package/lib/components/infra/AssignmentCard/index.js.map +1 -1
  279. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts +10 -20
  280. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -1
  281. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +69 -190
  282. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
  283. package/lib/components/infra/Containers/FlowContainer/helpers.d.ts +12 -12
  284. package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -1
  285. package/lib/components/infra/Containers/FlowContainer/helpers.js +46 -45
  286. package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -1
  287. package/lib/components/infra/Containers/FlowContainer/index.js.map +1 -1
  288. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts +9 -0
  289. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts.map +1 -0
  290. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js +37 -0
  291. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js.map +1 -0
  292. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.d.ts +2 -0
  293. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.d.ts.map +1 -0
  294. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.js +2 -0
  295. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/index.js.map +1 -0
  296. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts +8 -17
  297. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts.map +1 -1
  298. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +62 -42
  299. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
  300. package/lib/components/infra/Containers/ModalViewContainer/index.js.map +1 -1
  301. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts +9 -0
  302. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts.map +1 -0
  303. package/lib/components/infra/Containers/SimpleView/SimpleView.js +29 -0
  304. package/lib/components/infra/Containers/SimpleView/SimpleView.js.map +1 -0
  305. package/lib/components/infra/Containers/SimpleView/helper.d.ts +10 -0
  306. package/lib/components/infra/Containers/SimpleView/helper.d.ts.map +1 -0
  307. package/lib/components/infra/Containers/SimpleView/helper.js +102 -0
  308. package/lib/components/infra/Containers/SimpleView/helper.js.map +1 -0
  309. package/lib/components/infra/Containers/SimpleView/index.d.ts +2 -0
  310. package/lib/components/infra/Containers/SimpleView/index.d.ts.map +1 -0
  311. package/lib/components/infra/Containers/SimpleView/index.js +2 -0
  312. package/lib/components/infra/Containers/SimpleView/index.js.map +1 -0
  313. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts +9 -22
  314. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts.map +1 -1
  315. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +27 -45
  316. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -1
  317. package/lib/components/infra/Containers/helpers.d.ts +2 -0
  318. package/lib/components/infra/Containers/helpers.d.ts.map +1 -0
  319. package/lib/components/infra/Containers/helpers.js +7 -0
  320. package/lib/components/infra/Containers/helpers.js.map +1 -0
  321. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts +9 -20
  322. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -1
  323. package/lib/components/infra/DashboardFilter/DashboardFilter.js +15 -33
  324. package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -1
  325. package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -1
  326. package/lib/components/infra/DashboardFilter/filterUtils.js +10 -12
  327. package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -1
  328. package/lib/components/infra/DeferLoad/DeferLoad.d.ts +8 -13
  329. package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -1
  330. package/lib/components/infra/DeferLoad/DeferLoad.js +11 -22
  331. package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -1
  332. package/lib/components/infra/DeferLoad/index.js.map +1 -1
  333. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts +5 -12
  334. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
  335. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js +21 -27
  336. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js.map +1 -1
  337. package/lib/components/infra/MultiStep/MultiStep.css +11 -15
  338. package/lib/components/infra/MultiStep/MultiStep.d.ts +10 -18
  339. package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -1
  340. package/lib/components/infra/MultiStep/MultiStep.js +34 -99
  341. package/lib/components/infra/MultiStep/MultiStep.js.map +1 -1
  342. package/lib/components/infra/MultiStep/index.js.map +1 -1
  343. package/lib/components/infra/NavBar/NavBar.css +103 -105
  344. package/lib/components/infra/NavBar/NavBar.d.ts +8 -16
  345. package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -1
  346. package/lib/components/infra/NavBar/NavBar.js +22 -69
  347. package/lib/components/infra/NavBar/NavBar.js.map +1 -1
  348. package/lib/components/infra/Reference/Reference.d.ts +8 -17
  349. package/lib/components/infra/Reference/Reference.d.ts.map +1 -1
  350. package/lib/components/infra/Reference/Reference.js +5 -17
  351. package/lib/components/infra/Reference/Reference.js.map +1 -1
  352. package/lib/components/infra/Region/Region.d.ts +4 -8
  353. package/lib/components/infra/Region/Region.d.ts.map +1 -1
  354. package/lib/components/infra/Region/Region.js +2 -7
  355. package/lib/components/infra/Region/Region.js.map +1 -1
  356. package/lib/components/infra/RootContainer/RootContainer.d.ts +13 -20
  357. package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -1
  358. package/lib/components/infra/RootContainer/RootContainer.js +46 -88
  359. package/lib/components/infra/RootContainer/RootContainer.js.map +1 -1
  360. package/lib/components/infra/RootContainer/index.js.map +1 -1
  361. package/lib/components/infra/Stages/Stages.d.ts +5 -8
  362. package/lib/components/infra/Stages/Stages.d.ts.map +1 -1
  363. package/lib/components/infra/Stages/Stages.js +20 -27
  364. package/lib/components/infra/Stages/Stages.js.map +1 -1
  365. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.d.ts.map +1 -1
  366. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js +6 -8
  367. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js.map +1 -1
  368. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.d.ts +4 -10
  369. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.d.ts.map +1 -1
  370. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js +13 -17
  371. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js.map +1 -1
  372. package/lib/components/infra/View/View.d.ts +13 -17
  373. package/lib/components/infra/View/View.d.ts.map +1 -1
  374. package/lib/components/infra/View/View.js +17 -69
  375. package/lib/components/infra/View/View.js.map +1 -1
  376. package/lib/components/template/AppShell/AppShell.css +22 -23
  377. package/lib/components/template/AppShell/AppShell.d.ts +20 -16
  378. package/lib/components/template/AppShell/AppShell.d.ts.map +1 -1
  379. package/lib/components/template/AppShell/AppShell.js +32 -50
  380. package/lib/components/template/AppShell/AppShell.js.map +1 -1
  381. package/lib/components/template/BannerPage/BannerPage.d.ts +12 -24
  382. package/lib/components/template/BannerPage/BannerPage.d.ts.map +1 -1
  383. package/lib/components/template/BannerPage/BannerPage.js +7 -25
  384. package/lib/components/template/BannerPage/BannerPage.js.map +1 -1
  385. package/lib/components/template/CaseSummary/CaseSummary.d.ts +5 -8
  386. package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -1
  387. package/lib/components/template/CaseSummary/CaseSummary.js +10 -12
  388. package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -1
  389. package/lib/components/template/CaseView/CaseView.d.ts +10 -23
  390. package/lib/components/template/CaseView/CaseView.d.ts.map +1 -1
  391. package/lib/components/template/CaseView/CaseView.js +38 -65
  392. package/lib/components/template/CaseView/CaseView.js.map +1 -1
  393. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +8 -13
  394. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -1
  395. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js +24 -20
  396. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -1
  397. package/lib/components/template/Confirmation/Confirmation.d.ts +10 -17
  398. package/lib/components/template/Confirmation/Confirmation.d.ts.map +1 -1
  399. package/lib/components/template/Confirmation/Confirmation.js +10 -28
  400. package/lib/components/template/Confirmation/Confirmation.js.map +1 -1
  401. package/lib/components/template/DataReference/DataReference.d.ts +15 -30
  402. package/lib/components/template/DataReference/DataReference.d.ts.map +1 -1
  403. package/lib/components/template/DataReference/DataReference.js +35 -72
  404. package/lib/components/template/DataReference/DataReference.js.map +1 -1
  405. package/lib/components/template/DefaultForm/DefaultForm.css +7 -3
  406. package/lib/components/template/DefaultForm/DefaultForm.d.ts +7 -11
  407. package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -1
  408. package/lib/components/template/DefaultForm/DefaultForm.js +11 -17
  409. package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -1
  410. package/lib/components/template/DefaultForm/utils/index.d.ts +3 -0
  411. package/lib/components/template/DefaultForm/utils/index.d.ts.map +1 -0
  412. package/lib/components/template/DefaultForm/utils/index.js +27 -0
  413. package/lib/components/template/DefaultForm/utils/index.js.map +1 -0
  414. package/lib/components/template/Details/Details/Details.d.ts +7 -15
  415. package/lib/components/template/Details/Details/Details.d.ts.map +1 -1
  416. package/lib/components/template/Details/Details/Details.js +8 -21
  417. package/lib/components/template/Details/Details/Details.js.map +1 -1
  418. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts +7 -16
  419. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -1
  420. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js +6 -23
  421. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -1
  422. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +7 -15
  423. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -1
  424. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +9 -22
  425. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -1
  426. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +7 -15
  427. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -1
  428. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +9 -22
  429. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -1
  430. package/lib/components/template/Details/DetailsTwoColumn/index.js.map +1 -1
  431. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts +10 -0
  432. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts.map +1 -0
  433. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js +45 -0
  434. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js.map +1 -0
  435. package/lib/components/template/Details/DynamicTabs/index.d.ts +2 -0
  436. package/lib/components/template/Details/DynamicTabs/index.d.ts.map +1 -0
  437. package/lib/components/template/Details/DynamicTabs/index.js +2 -0
  438. package/lib/components/template/Details/DynamicTabs/index.js.map +1 -0
  439. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts +12 -19
  440. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -1
  441. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +12 -27
  442. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -1
  443. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts +7 -8
  444. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -1
  445. package/lib/components/template/InlineDashboard/InlineDashboard.js +3 -14
  446. package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -1
  447. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts +8 -16
  448. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -1
  449. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js +9 -17
  450. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -1
  451. package/lib/components/template/ListPage/ListPage.d.ts +5 -13
  452. package/lib/components/template/ListPage/ListPage.d.ts.map +1 -1
  453. package/lib/components/template/ListPage/ListPage.js +7 -11
  454. package/lib/components/template/ListPage/ListPage.js.map +1 -1
  455. package/lib/components/template/ListView/DefaultViewMeta.d.ts +1 -90
  456. package/lib/components/template/ListView/DefaultViewMeta.d.ts.map +1 -1
  457. package/lib/components/template/ListView/DefaultViewMeta.js.map +1 -1
  458. package/lib/components/template/ListView/ListView.d.ts +15 -8
  459. package/lib/components/template/ListView/ListView.d.ts.map +1 -1
  460. package/lib/components/template/ListView/ListView.js +166 -257
  461. package/lib/components/template/ListView/ListView.js.map +1 -1
  462. package/lib/components/template/ListView/hooks.d.ts.map +1 -1
  463. package/lib/components/template/ListView/hooks.js +4 -7
  464. package/lib/components/template/ListView/hooks.js.map +1 -1
  465. package/lib/components/template/ListView/utils.d.ts +72 -16
  466. package/lib/components/template/ListView/utils.d.ts.map +1 -1
  467. package/lib/components/template/ListView/utils.js +163 -33
  468. package/lib/components/template/ListView/utils.js.map +1 -1
  469. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +9 -13
  470. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -1
  471. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js +5 -16
  472. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -1
  473. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.css +0 -2
  474. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts +11 -2
  475. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -1
  476. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js +2 -10
  477. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -1
  478. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +7 -15
  479. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -1
  480. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +9 -22
  481. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -1
  482. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.css +0 -2
  483. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +6 -2
  484. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -1
  485. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js +2 -5
  486. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -1
  487. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +8 -15
  488. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -1
  489. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js +7 -18
  490. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -1
  491. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts +5 -8
  492. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -1
  493. package/lib/components/template/OneColumn/OneColumn/OneColumn.js +9 -13
  494. package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -1
  495. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts +4 -8
  496. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -1
  497. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js +5 -8
  498. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -1
  499. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts +5 -8
  500. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -1
  501. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js +2 -7
  502. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -1
  503. package/lib/components/template/PromotedFilters/PromotedFilters.css +1 -1
  504. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +9 -14
  505. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -1
  506. package/lib/components/template/PromotedFilters/PromotedFilters.js +16 -29
  507. package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -1
  508. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts +19 -1
  509. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -1
  510. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +62 -13
  511. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -1
  512. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +24 -2
  513. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -1
  514. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js +109 -129
  515. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -1
  516. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +14 -29
  517. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -1
  518. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +15 -33
  519. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -1
  520. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +14 -26
  521. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -1
  522. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js +8 -29
  523. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -1
  524. package/lib/components/template/SubTabs/SubTabs.d.ts +5 -11
  525. package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -1
  526. package/lib/components/template/SubTabs/SubTabs.js +7 -17
  527. package/lib/components/template/SubTabs/SubTabs.js.map +1 -1
  528. package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -1
  529. package/lib/components/template/SubTabs/tabUtils.js +2 -4
  530. package/lib/components/template/SubTabs/tabUtils.js.map +1 -1
  531. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.css +0 -1
  532. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts +6 -12
  533. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -1
  534. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js +15 -24
  535. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -1
  536. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +4 -8
  537. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -1
  538. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js +5 -8
  539. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -1
  540. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +6 -12
  541. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -1
  542. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js +15 -21
  543. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -1
  544. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.css +0 -2
  545. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts +11 -2
  546. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -1
  547. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js +3 -11
  548. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -1
  549. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +7 -15
  550. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -1
  551. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +23 -26
  552. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -1
  553. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.css +0 -2
  554. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +6 -2
  555. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -1
  556. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js +2 -5
  557. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -1
  558. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +8 -15
  559. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -1
  560. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js +7 -17
  561. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -1
  562. package/lib/components/template/WideNarrow/WideNarrowPage/index.js.map +1 -1
  563. package/lib/components/template/WssNavBar/WssNavBar.d.ts +18 -1
  564. package/lib/components/template/WssNavBar/WssNavBar.d.ts.map +1 -1
  565. package/lib/components/template/WssNavBar/WssNavBar.js +19 -36
  566. package/lib/components/template/WssNavBar/WssNavBar.js.map +1 -1
  567. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts +9 -17
  568. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -1
  569. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js +13 -37
  570. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -1
  571. package/lib/components/widget/Attachment/Attachment.css +75 -4
  572. package/lib/components/widget/Attachment/Attachment.d.ts +8 -1
  573. package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -1
  574. package/lib/components/widget/Attachment/Attachment.js +267 -340
  575. package/lib/components/widget/Attachment/Attachment.js.map +1 -1
  576. package/lib/components/widget/Attachment/index.js.map +1 -1
  577. package/lib/components/widget/CaseHistory/CaseHistory.d.ts +4 -7
  578. package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -1
  579. package/lib/components/widget/CaseHistory/CaseHistory.js +38 -36
  580. package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -1
  581. package/lib/components/widget/CaseHistory/index.js.map +1 -1
  582. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +9 -1
  583. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -1
  584. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +2 -4
  585. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -1
  586. package/lib/components/widget/FileUtility/FileUtility/FileUtility.css +2 -2
  587. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts +5 -1
  588. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -1
  589. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js +122 -141
  590. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -1
  591. package/lib/components/widget/Followers/Followers.d.ts +5 -6
  592. package/lib/components/widget/Followers/Followers.d.ts.map +1 -1
  593. package/lib/components/widget/Followers/Followers.js +10 -25
  594. package/lib/components/widget/Followers/Followers.js.map +1 -1
  595. package/lib/components/widget/QuickCreate/QuickCreate.d.ts +8 -1
  596. package/lib/components/widget/QuickCreate/QuickCreate.d.ts.map +1 -1
  597. package/lib/components/widget/QuickCreate/QuickCreate.js +11 -10
  598. package/lib/components/widget/QuickCreate/QuickCreate.js.map +1 -1
  599. package/lib/components/widget/SummaryItem/SummaryItem.css +9 -9
  600. package/lib/components/widget/SummaryItem/SummaryItem.d.ts +8 -1
  601. package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -1
  602. package/lib/components/widget/SummaryItem/SummaryItem.js +10 -25
  603. package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -1
  604. package/lib/components/widget/SummaryItem/index.js.map +1 -1
  605. package/lib/components/widget/SummaryList/SummaryList.d.ts +8 -1
  606. package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -1
  607. package/lib/components/widget/SummaryList/SummaryList.js +6 -3
  608. package/lib/components/widget/SummaryList/SummaryList.js.map +1 -1
  609. package/lib/components/widget/ToDo/ToDo.css +4 -4
  610. package/lib/components/widget/ToDo/ToDo.d.ts +13 -27
  611. package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -1
  612. package/lib/components/widget/ToDo/ToDo.js +30 -98
  613. package/lib/components/widget/ToDo/ToDo.js.map +1 -1
  614. package/lib/components_map.d.ts +3 -3
  615. package/lib/components_map.d.ts.map +1 -1
  616. package/lib/components_map.js +821 -818
  617. package/lib/components_map.js.map +1 -1
  618. package/lib/doc/KeyReleaseUpdates.md +66 -9
  619. package/lib/hooks/index.d.ts +4 -0
  620. package/lib/hooks/index.d.ts.map +1 -0
  621. package/lib/hooks/index.js +4 -0
  622. package/lib/hooks/index.js.map +1 -0
  623. package/lib/hooks/useAfterInitialEffect.d.ts +9 -0
  624. package/lib/hooks/useAfterInitialEffect.d.ts.map +1 -0
  625. package/lib/hooks/useAfterInitialEffect.js +16 -0
  626. package/lib/hooks/useAfterInitialEffect.js.map +1 -0
  627. package/lib/hooks/useConsolidatedRef.d.ts +9 -0
  628. package/lib/hooks/useConsolidatedRef.d.ts.map +1 -0
  629. package/lib/hooks/useConsolidatedRef.js +30 -0
  630. package/lib/hooks/useConsolidatedRef.js.map +1 -0
  631. package/lib/hooks/useUID.d.ts +8 -0
  632. package/lib/hooks/useUID.d.ts.map +1 -0
  633. package/lib/hooks/useUID.js +14 -0
  634. package/lib/hooks/useUID.js.map +1 -0
  635. package/lib/index.d.ts +1 -0
  636. package/lib/index.d.ts.map +1 -1
  637. package/lib/index.js +2 -1
  638. package/lib/index.js.map +1 -1
  639. package/lib/sdk-local-component-map.js +2 -2
  640. package/lib/sdk-pega-component-map.d.ts +21 -1
  641. package/lib/sdk-pega-component-map.js +112 -92
  642. package/lib/sdk-pega-component-map.js.map +1 -1
  643. package/lib/types/PConnProps.d.ts +41 -0
  644. package/package.json +5 -2
  645. package/lib/components/helpers/auth.d.ts +0 -16
  646. package/lib/components/helpers/auth.d.ts.map +0 -1
  647. package/lib/components/helpers/auth.js +0 -437
  648. package/lib/components/helpers/auth.js.map +0 -1
  649. package/lib/components/helpers/authManager.d.ts +0 -18
  650. package/lib/components/helpers/authManager.d.ts.map +0 -1
  651. package/lib/components/helpers/authManager.js +0 -589
  652. package/lib/components/helpers/authManager.js.map +0 -1
  653. package/lib/components/helpers/config_access.d.ts +0 -3
  654. package/lib/components/helpers/config_access.d.ts.map +0 -1
  655. package/lib/components/helpers/config_access.js +0 -268
  656. package/lib/components/helpers/config_access.js.map +0 -1
@@ -11,17 +11,19 @@ export declare const getApiContext: (processedData: any, pConnect: any, reorderC
11
11
  fetchPersonalizations: () => Promise<{}>;
12
12
  applyRowReorder: (sourceKey: any, destinationKey: any) => Promise<any>;
13
13
  };
14
- export declare const buildMetaForListView: (fieldMetadata: any, fields: any, type: any, ruleClass: any, name: any, propertyLabel: any, parameters: any) => {
14
+ export declare const buildMetaForListView: (fieldMetadata: any, fields: any, type: any, ruleClass: any, name: any, propertyLabel: any, isDataObject: any, parameters: any) => {
15
15
  name: any;
16
16
  config: {
17
17
  type: any;
18
18
  referenceList: any;
19
19
  parameters: any;
20
20
  personalization: boolean;
21
+ isDataObject: any;
21
22
  grouping: boolean;
22
23
  globalSearch: boolean;
23
24
  reorderFields: boolean;
24
25
  toggleFieldVisibility: boolean;
26
+ title: any;
25
27
  personalizationId: string;
26
28
  template: string;
27
29
  presets: {
@@ -60,7 +62,7 @@ export declare const createMetaForTable: (fields: any, renderMode: any) => {
60
62
  footer: boolean;
61
63
  filterExpression: null;
62
64
  editing: boolean;
63
- timezone: any;
65
+ timezone: string;
64
66
  };
65
67
  /**
66
68
  * This method returns a callBack function for Add action.
@@ -74,6 +76,6 @@ export declare const getAddRowCallback: (pConnect: any, index: any) => () => any
74
76
  * @param {string} referenceList - referenceList
75
77
  * @param {string} pageReference - pageReference
76
78
  */
77
- export declare const createPConnect: (contextName: any, referenceList: any, pageReference: any) => any;
79
+ export declare function createPConnect(contextName: any, referenceList: any, pageReference: any): any;
78
80
  export declare const filterData: (filterByColumns: any) => (item: any) => boolean;
79
81
  //# sourceMappingURL=simpleTableHelpers.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"simpleTableHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/simpleTableHelpers.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU,gBAAgB,CAAC;AACxC,eAAO,MAAM,WAAW,eAAe,CAAC;AAwCxC,eAAO,MAAM,UAAU;;;;CAmBtB,CAAC;AAEF,eAAO,MAAM,cAAc,uBAI1B,CAAC;AAEF,eAAO,MAAM,aAAa;;;;CAwBzB,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyChC,CAAC;AAEF,eAAO,MAAM,mBAAmB,gEAmC/B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;CAuB9B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,0CAE7B,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,cAAc,mEAY1B,CAAC;AAEF,eAAO,MAAM,UAAU,kDA+HtB,CAAA"}
1
+ {"version":3,"file":"simpleTableHelpers.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/simpleTableHelpers.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU,gBAAgB,CAAC;AACxC,eAAO,MAAM,WAAW,eAAe,CAAC;AAwCxC,eAAO,MAAM,UAAU;;;;CAkBtB,CAAC;AAEF,eAAO,MAAM,cAAc,uBAI1B,CAAC;AAEF,eAAO,MAAM,aAAa;;;;CAoBzB,CAAC;AAEF,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmChC,CAAC;AAEF,eAAO,MAAM,mBAAmB,gEAmC/B,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;CAuB9B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,0CAE7B,CAAC;AAEF;;;;;GAKG;AAGH,wBAAgB,cAAc,CAAC,WAAW,KAAA,EAAE,aAAa,KAAA,EAAE,aAAa,KAAA,GAAG,GAAG,CAY7E;AAED,eAAO,MAAM,UAAU,kDAsHtB,CAAC"}
@@ -1,34 +1,34 @@
1
1
  import { Utils } from './utils';
2
- export const TABLE_CELL = "SdkRenderer";
3
- export const DELETE_ICON = "DeleteIcon";
2
+ export const TABLE_CELL = 'SdkRenderer';
3
+ export const DELETE_ICON = 'DeleteIcon';
4
4
  // BUG-615253: Workaround for autosize in table with lazy loading components
5
5
  /* istanbul ignore next */
6
6
  function getFieldWidth(field, label) {
7
7
  let width;
8
8
  switch (field.type) {
9
- case "Time":
9
+ case 'Time':
10
10
  width = 150;
11
11
  break;
12
- case "Date":
12
+ case 'Date':
13
13
  width = 160;
14
14
  break;
15
- case "DateTime":
15
+ case 'DateTime':
16
16
  width = 205;
17
17
  break;
18
- case "AutoComplete":
19
- case "TextArea":
18
+ case 'AutoComplete':
19
+ case 'TextArea':
20
20
  width = 190;
21
21
  break;
22
- case "Currency":
23
- case "TextInput":
22
+ case 'Currency':
23
+ case 'TextInput':
24
24
  width = 182;
25
25
  break;
26
- case "Checkbox":
26
+ case 'Checkbox':
27
27
  // eslint-disable-next-line no-case-declarations
28
- const text = document.createElement("span");
28
+ const text = document.createElement('span');
29
29
  document.body.appendChild(text);
30
- text.style.fontSize = "13px";
31
- text.style.position = "absolute";
30
+ text.style.fontSize = '13px';
31
+ text.style.position = 'absolute';
32
32
  text.innerHTML = label;
33
33
  width = Math.ceil(text.clientWidth) + 30;
34
34
  document.body.removeChild(text);
@@ -38,22 +38,24 @@ function getFieldWidth(field, label) {
38
38
  }
39
39
  return width;
40
40
  }
41
- export const getContext = (thePConn) => {
41
+ export const getContext = thePConn => {
42
42
  const contextName = thePConn.getContextName();
43
43
  const pageReference = thePConn.getPageReference();
44
- let { referenceList } = thePConn.getStateProps().config;
45
- const pageReferenceForRows = referenceList.startsWith(".")
46
- ? `${pageReference}.${referenceList.substring(1)}`
47
- : referenceList;
44
+ const { referenceList } = thePConn.getStateProps()?.config || thePConn.getStateProps();
45
+ const pageReferenceForRows = referenceList.startsWith('.') ? `${pageReference}.${referenceList.substring(1)}` : referenceList;
48
46
  // removing "caseInfo.content" prefix to avoid setting it as a target while preparing pageInstructions
49
- referenceList = pageReferenceForRows.replace(PCore.getConstants().CASE_INFO.CASE_INFO_CONTENT, "");
47
+ // skipping the removal as StateMachine itself is removing this case info prefix while preparing pageInstructions
48
+ // referenceList = pageReferenceForRows.replace(
49
+ // PCore.getConstants().CASE_INFO.CASE_INFO_CONTENT,
50
+ // ""
51
+ // );
50
52
  return {
51
53
  contextName,
52
54
  referenceListStr: referenceList,
53
55
  pageReferenceForRows
54
56
  };
55
57
  };
56
- export const populateRowKey = (rawData) => {
58
+ export const populateRowKey = rawData => {
57
59
  return rawData.map((row, index) => {
58
60
  return { ...row, index };
59
61
  });
@@ -61,7 +63,7 @@ export const populateRowKey = (rawData) => {
61
63
  export const getApiContext = (processedData, pConnect, reorderCB) => {
62
64
  return {
63
65
  fetchData: () => {
64
- return new Promise((resolve) => {
66
+ return new Promise(resolve => {
65
67
  resolve({
66
68
  data: processedData,
67
69
  filteredRecordCount: processedData.length,
@@ -75,13 +77,11 @@ export const getApiContext = (processedData, pConnect, reorderCB) => {
75
77
  applyRowReorder: (sourceKey, destinationKey) => {
76
78
  // indexes are keys for simple table so, it should work.
77
79
  reorderCB();
78
- return Promise.resolve(pConnect
79
- .getListActions()
80
- .reorder(parseInt(sourceKey, 10), parseInt(destinationKey, 10)));
80
+ return Promise.resolve(pConnect.getListActions().reorder(parseInt(sourceKey, 10), parseInt(destinationKey, 10)));
81
81
  }
82
82
  };
83
83
  };
84
- export const buildMetaForListView = (fieldMetadata, fields, type, ruleClass, name, propertyLabel, parameters) => {
84
+ export const buildMetaForListView = (fieldMetadata, fields, type, ruleClass, name, propertyLabel, isDataObject, parameters) => {
85
85
  return {
86
86
  name,
87
87
  config: {
@@ -89,26 +89,28 @@ export const buildMetaForListView = (fieldMetadata, fields, type, ruleClass, nam
89
89
  referenceList: fieldMetadata.datasource.name,
90
90
  parameters: parameters ?? fieldMetadata.datasource.parameters,
91
91
  personalization: false,
92
+ isDataObject,
92
93
  grouping: true,
93
94
  globalSearch: true,
94
95
  reorderFields: true,
95
96
  toggleFieldVisibility: true,
96
- personalizationId: "" /* TODO */,
97
- template: "ListView",
97
+ title: propertyLabel,
98
+ personalizationId: '' /* TODO */,
99
+ template: 'ListView',
98
100
  presets: [
99
101
  {
100
- name: "presets",
101
- template: "Table",
102
+ name: 'presets',
103
+ template: 'Table',
102
104
  config: {},
103
105
  children: [
104
106
  {
105
- name: "Columns",
106
- type: "Region",
107
+ name: 'Columns',
108
+ type: 'Region',
107
109
  children: fields
108
110
  }
109
111
  ],
110
112
  label: propertyLabel,
111
- id: "P_" /* TODO */
113
+ id: 'P_' /* TODO */
112
114
  }
113
115
  ],
114
116
  ruleClass
@@ -118,7 +120,7 @@ export const buildMetaForListView = (fieldMetadata, fields, type, ruleClass, nam
118
120
  export const buildFieldsForTable = (configFields, fields, showDeleteButton) => {
119
121
  const fieldDefs = configFields.map((field, index) => {
120
122
  return {
121
- type: "text",
123
+ type: 'text',
122
124
  label: fields[index].config.label || fields[index].config.caption,
123
125
  fillAvailableSpace: !!field.config.fillAvailableSpace,
124
126
  id: index,
@@ -137,7 +139,7 @@ export const buildFieldsForTable = (configFields, fields, showDeleteButton) => {
137
139
  // ONLY add DELETE_ICON to fields when the table is requested as EDITABLE
138
140
  if (showDeleteButton) {
139
141
  fieldDefs.push({
140
- type: "text",
142
+ type: 'text',
141
143
  id: fieldDefs.length,
142
144
  cellRenderer: DELETE_ICON,
143
145
  sort: false,
@@ -152,17 +154,17 @@ export const buildFieldsForTable = (configFields, fields, showDeleteButton) => {
152
154
  export const createMetaForTable = (fields, renderMode) => {
153
155
  return {
154
156
  height: {
155
- minHeight: "auto",
156
- fitHeightToElement: "fitHeightToElement",
157
- deltaAdjustment: "deltaAdjustment",
157
+ minHeight: 'auto',
158
+ fitHeightToElement: 'fitHeightToElement',
159
+ deltaAdjustment: 'deltaAdjustment',
158
160
  autoSize: true
159
161
  },
160
162
  fieldDefs: fields,
161
- itemKey: "index",
163
+ itemKey: 'index',
162
164
  grouping: false,
163
165
  reorderFields: false,
164
- reorderItems: renderMode === "Editable",
165
- dragHandle: renderMode === "Editable",
166
+ reorderItems: renderMode === 'Editable',
167
+ dragHandle: renderMode === 'Editable',
166
168
  globalSearch: false,
167
169
  personalization: false,
168
170
  toggleFieldVisibility: false,
@@ -179,7 +181,7 @@ export const createMetaForTable = (fields, renderMode) => {
179
181
  * @param {number} index - index of the page list to add
180
182
  */
181
183
  export const getAddRowCallback = (pConnect, index) => {
182
- return () => pConnect.getListActions().insert({}, index);
184
+ return () => pConnect.getListActions().insert({}, index, ''); // 3rd arg null until typedef marked correctly as optional
183
185
  };
184
186
  /**
185
187
  * This method creates a PConnect object with proper options for Add and Delete actions
@@ -187,7 +189,9 @@ export const getAddRowCallback = (pConnect, index) => {
187
189
  * @param {string} referenceList - referenceList
188
190
  * @param {string} pageReference - pageReference
189
191
  */
190
- export const createPConnect = (contextName, referenceList, pageReference) => {
192
+ // NOTE: use of type "any" is required since TypeScript doesn't allow private/protected properties
193
+ // to be exported from a class (TS4094 error)
194
+ export function createPConnect(contextName, referenceList, pageReference) {
191
195
  const options = {
192
196
  context: contextName,
193
197
  pageReference,
@@ -197,28 +201,21 @@ export const createPConnect = (contextName, referenceList, pageReference) => {
197
201
  const config = { meta: {}, options };
198
202
  const { getPConnect } = PCore.createPConnect(config);
199
203
  return getPConnect();
200
- };
201
- export const filterData = (filterByColumns) => {
204
+ }
205
+ export const filterData = filterByColumns => {
202
206
  return function filteringData(item) {
203
207
  let bKeep = true;
204
208
  for (const filterObj of filterByColumns) {
205
- if (filterObj.containsFilterValue !== '' ||
206
- filterObj.containsFilter === 'null' ||
207
- filterObj.containsFilter === 'notnull') {
209
+ if (filterObj.containsFilterValue !== '' || filterObj.containsFilter === 'null' || filterObj.containsFilter === 'notnull') {
208
210
  let value;
209
211
  let filterValue;
210
212
  switch (filterObj.type) {
211
213
  case 'Date':
212
214
  case 'DateTime':
213
215
  case 'Time':
214
- value =
215
- item[filterObj.ref] !== null ?? item[filterObj.ref] !== ''
216
- ? Utils.getSeconds(item[filterObj.ref])
217
- : null;
216
+ value = item[filterObj.ref] !== null ?? item[filterObj.ref] !== '' ? Utils.getSeconds(item[filterObj.ref]) : null;
218
217
  filterValue =
219
- filterObj.containsFilterValue !== null && filterObj.containsFilterValue !== ''
220
- ? Utils.getSeconds(filterObj.containsFilterValue)
221
- : null;
218
+ filterObj.containsFilterValue !== null && filterObj.containsFilterValue !== '' ? Utils.getSeconds(filterObj.containsFilterValue) : null;
222
219
  // eslint-disable-next-line sonarjs/no-nested-switch
223
220
  switch (filterObj.containsFilter) {
224
221
  case 'notequal':
@@ -1 +1 @@
1
- {"version":3,"file":"simpleTableHelpers.js","sourceRoot":"","sources":["../../../src/components/helpers/simpleTableHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["import { Utils } from './utils';\n\ndeclare const PCore;\n\nexport const TABLE_CELL = \"SdkRenderer\";\nexport const DELETE_ICON = \"DeleteIcon\";\n\n// BUG-615253: Workaround for autosize in table with lazy loading components\n/* istanbul ignore next */\nfunction getFieldWidth(field, label) {\n let width;\n switch (field.type) {\n case \"Time\":\n width = 150;\n break;\n case \"Date\":\n width = 160;\n break;\n case \"DateTime\":\n width = 205;\n break;\n case \"AutoComplete\":\n case \"TextArea\":\n width = 190;\n break;\n case \"Currency\":\n case \"TextInput\":\n width = 182;\n break;\n case \"Checkbox\":\n // eslint-disable-next-line no-case-declarations\n const text = document.createElement(\"span\");\n document.body.appendChild(text);\n text.style.fontSize = \"13px\";\n text.style.position = \"absolute\";\n text.innerHTML = label;\n width = Math.ceil(text.clientWidth) + 30;\n document.body.removeChild(text);\n break;\n default:\n width = 180;\n }\n return width;\n}\n\nexport const getContext = (thePConn) => {\n const contextName = thePConn.getContextName();\n const pageReference = thePConn.getPageReference();\n let { referenceList } = thePConn.getStateProps().config;\n const pageReferenceForRows = referenceList.startsWith(\".\")\n ? `${pageReference}.${referenceList.substring(1)}`\n : referenceList;\n\n // removing \"caseInfo.content\" prefix to avoid setting it as a target while preparing pageInstructions\n referenceList = pageReferenceForRows.replace(\n PCore.getConstants().CASE_INFO.CASE_INFO_CONTENT,\n \"\"\n );\n\n return {\n contextName,\n referenceListStr: referenceList,\n pageReferenceForRows\n };\n};\n\nexport const populateRowKey = (rawData) => {\n return rawData.map((row, index) => {\n return { ...row, index };\n });\n};\n\nexport const getApiContext = (processedData, pConnect, reorderCB) => {\n return {\n fetchData: () => {\n return new Promise((resolve) => {\n resolve({\n data: processedData,\n filteredRecordCount: processedData.length,\n totalRecordCount: processedData.length\n });\n });\n },\n fetchPersonalizations: () => {\n return Promise.resolve({});\n },\n applyRowReorder: (sourceKey, destinationKey) => {\n // indexes are keys for simple table so, it should work.\n reorderCB();\n return Promise.resolve(\n pConnect\n .getListActions()\n .reorder(parseInt(sourceKey, 10), parseInt(destinationKey, 10))\n );\n }\n };\n};\n\nexport const buildMetaForListView = (\n fieldMetadata,\n fields,\n type,\n ruleClass,\n name,\n propertyLabel,\n parameters\n) => {\n return {\n name,\n config: {\n type,\n referenceList: fieldMetadata.datasource.name,\n parameters: parameters ?? fieldMetadata.datasource.parameters,\n personalization: false,\n grouping: true,\n globalSearch: true,\n reorderFields: true,\n toggleFieldVisibility: true,\n personalizationId: \"\" /* TODO */,\n template: \"ListView\",\n presets: [\n {\n name: \"presets\",\n template: \"Table\",\n config: {},\n children: [\n {\n name: \"Columns\",\n type: \"Region\",\n children: fields\n }\n ],\n label: propertyLabel,\n id: \"P_\" /* TODO */\n }\n ],\n ruleClass\n }\n };\n};\n\nexport const buildFieldsForTable = (configFields, fields, showDeleteButton) => {\n const fieldDefs = configFields.map((field, index) => {\n return {\n type: \"text\",\n label: fields[index].config.label || fields[index].config.caption,\n fillAvailableSpace: !!field.config.fillAvailableSpace,\n id: index,\n name: field.config.value.substr(4),\n cellRenderer: TABLE_CELL,\n sort: false,\n noContextMenu: true,\n showMenu: false,\n meta: {\n ...field\n },\n // BUG-615253: Workaround for autosize in table with lazy loading components\n width: getFieldWidth(field, fields[index].config.label)\n };\n });\n\n // ONLY add DELETE_ICON to fields when the table is requested as EDITABLE\n if (showDeleteButton) {\n fieldDefs.push({\n type: \"text\",\n id: fieldDefs.length,\n cellRenderer: DELETE_ICON,\n sort: false,\n noContextMenu: true,\n showMenu: false,\n // BUG-615253: Workaround for autosize in table with lazy loading components\n width: 46\n });\n }\n\n return fieldDefs;\n};\n\nexport const createMetaForTable = (fields, renderMode) => {\n return {\n height: {\n minHeight: \"auto\",\n fitHeightToElement: \"fitHeightToElement\",\n deltaAdjustment: \"deltaAdjustment\",\n autoSize: true\n },\n fieldDefs: fields,\n itemKey: \"index\",\n grouping: false,\n reorderFields: false,\n reorderItems: renderMode === \"Editable\",\n dragHandle: renderMode === \"Editable\",\n globalSearch: false,\n personalization: false,\n toggleFieldVisibility: false,\n toolbar: false,\n footer: false,\n filterExpression: null,\n editing: false,\n timezone: PCore.getEnvironmentInfo().getTimeZone()\n };\n};\n\n/**\n * This method returns a callBack function for Add action.\n * @param {object} pConnect - PConnect object\n * @param {number} index - index of the page list to add\n */\nexport const getAddRowCallback = (pConnect, index) => {\n return () => pConnect.getListActions().insert({}, index);\n};\n\n/**\n * This method creates a PConnect object with proper options for Add and Delete actions\n * @param {string} contextName - contextName\n * @param {string} referenceList - referenceList\n * @param {string} pageReference - pageReference\n */\nexport const createPConnect = (contextName, referenceList, pageReference) => {\n const options = {\n context: contextName,\n pageReference,\n referenceList\n };\n\n // create PConnect object\n const config = { meta: {}, options };\n const { getPConnect } = PCore.createPConnect(config);\n\n return getPConnect();\n};\n\nexport const filterData = (filterByColumns) => {\n return function filteringData(item) {\n let bKeep = true;\n for (const filterObj of filterByColumns) {\n if (\n filterObj.containsFilterValue !== '' ||\n filterObj.containsFilter === 'null' ||\n filterObj.containsFilter === 'notnull'\n ) {\n let value: any;\n let filterValue: any;\n\n switch (filterObj.type) {\n case 'Date':\n case 'DateTime':\n case 'Time':\n value =\n item[filterObj.ref] !== null ?? item[filterObj.ref] !== ''\n ? Utils.getSeconds(item[filterObj.ref])\n : null;\n filterValue =\n filterObj.containsFilterValue !== null && filterObj.containsFilterValue !== ''\n ? Utils.getSeconds(filterObj.containsFilterValue)\n : null;\n\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (filterObj.containsFilter) {\n case 'notequal':\n // becasue filterValue is in minutes, need to have a range of less than 60 secons\n\n if (value !== null && filterValue !== null) {\n // get rid of milliseconds\n value /= 1000;\n filterValue /= 1000;\n\n const diff = value - filterValue;\n if (diff >= 0 && diff < 60) {\n bKeep = false;\n }\n }\n\n break;\n\n case 'equal':\n // becasue filterValue is in minutes, need to have a range of less than 60 secons\n\n if (value !== null && filterValue !== null) {\n // get rid of milliseconds\n value /= 1000;\n filterValue /= 1000;\n\n const diff = value - filterValue;\n if (diff !== 0) {\n bKeep = false;\n }\n }\n\n break;\n\n case 'after':\n if (value < filterValue) {\n bKeep = false;\n }\n break;\n\n case 'before':\n if (value > filterValue) {\n bKeep = false;\n }\n break;\n\n case 'null':\n if (value !== null) {\n bKeep = false;\n }\n break;\n\n case 'notnull':\n if (value === null) {\n bKeep = false;\n }\n break;\n\n default:\n break;\n }\n break;\n\n default:\n value = item[filterObj.ref].toLowerCase();\n filterValue = filterObj.containsFilterValue.toLowerCase();\n\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (filterObj.containsFilter) {\n case 'contains':\n if (value.indexOf(filterValue) < 0) {\n bKeep = false;\n }\n break;\n\n case 'equals':\n if (value !== filterValue) {\n bKeep = false;\n }\n break;\n\n case 'startswith':\n if (value.indexOf(filterValue) !== 0) {\n bKeep = false;\n }\n break;\n\n default:\n break;\n }\n\n break;\n }\n }\n\n // if don't keep stop filtering\n if (!bKeep) {\n break;\n }\n }\n return bKeep;\n }\n}\n"]}
1
+ {"version":3,"file":"simpleTableHelpers.js","sourceRoot":"","sources":["../../../src/components/helpers/simpleTableHelpers.ts"],"names":[],"mappings":"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","sourcesContent":["import { Utils } from './utils';\n\nexport const TABLE_CELL = 'SdkRenderer';\nexport const DELETE_ICON = 'DeleteIcon';\n\n// BUG-615253: Workaround for autosize in table with lazy loading components\n/* istanbul ignore next */\nfunction getFieldWidth(field, label) {\n let width: number;\n switch (field.type) {\n case 'Time':\n width = 150;\n break;\n case 'Date':\n width = 160;\n break;\n case 'DateTime':\n width = 205;\n break;\n case 'AutoComplete':\n case 'TextArea':\n width = 190;\n break;\n case 'Currency':\n case 'TextInput':\n width = 182;\n break;\n case 'Checkbox':\n // eslint-disable-next-line no-case-declarations\n const text = document.createElement('span');\n document.body.appendChild(text);\n text.style.fontSize = '13px';\n text.style.position = 'absolute';\n text.innerHTML = label;\n width = Math.ceil(text.clientWidth) + 30;\n document.body.removeChild(text);\n break;\n default:\n width = 180;\n }\n return width;\n}\n\nexport const getContext = thePConn => {\n const contextName = thePConn.getContextName();\n const pageReference = thePConn.getPageReference();\n const { referenceList } = thePConn.getStateProps()?.config || thePConn.getStateProps();\n const pageReferenceForRows = referenceList.startsWith('.') ? `${pageReference}.${referenceList.substring(1)}` : referenceList;\n\n // removing \"caseInfo.content\" prefix to avoid setting it as a target while preparing pageInstructions\n // skipping the removal as StateMachine itself is removing this case info prefix while preparing pageInstructions\n // referenceList = pageReferenceForRows.replace(\n // PCore.getConstants().CASE_INFO.CASE_INFO_CONTENT,\n // \"\"\n // );\n\n return {\n contextName,\n referenceListStr: referenceList,\n pageReferenceForRows\n };\n};\n\nexport const populateRowKey = rawData => {\n return rawData.map((row: any, index: number) => {\n return { ...row, index };\n });\n};\n\nexport const getApiContext = (processedData, pConnect, reorderCB) => {\n return {\n fetchData: () => {\n return new Promise(resolve => {\n resolve({\n data: processedData,\n filteredRecordCount: processedData.length,\n totalRecordCount: processedData.length\n });\n });\n },\n fetchPersonalizations: () => {\n return Promise.resolve({});\n },\n applyRowReorder: (sourceKey, destinationKey) => {\n // indexes are keys for simple table so, it should work.\n reorderCB();\n return Promise.resolve(pConnect.getListActions().reorder(parseInt(sourceKey, 10), parseInt(destinationKey, 10)));\n }\n };\n};\n\nexport const buildMetaForListView = (fieldMetadata, fields, type, ruleClass, name, propertyLabel, isDataObject, parameters) => {\n return {\n name,\n config: {\n type,\n referenceList: fieldMetadata.datasource.name,\n parameters: parameters ?? fieldMetadata.datasource.parameters,\n personalization: false,\n isDataObject,\n grouping: true,\n globalSearch: true,\n reorderFields: true,\n toggleFieldVisibility: true,\n title: propertyLabel,\n personalizationId: '' /* TODO */,\n template: 'ListView',\n presets: [\n {\n name: 'presets',\n template: 'Table',\n config: {},\n children: [\n {\n name: 'Columns',\n type: 'Region',\n children: fields\n }\n ],\n label: propertyLabel,\n id: 'P_' /* TODO */\n }\n ],\n ruleClass\n }\n };\n};\n\nexport const buildFieldsForTable = (configFields, fields, showDeleteButton) => {\n const fieldDefs = configFields.map((field, index) => {\n return {\n type: 'text',\n label: fields[index].config.label || fields[index].config.caption,\n fillAvailableSpace: !!field.config.fillAvailableSpace,\n id: index,\n name: field.config.value.substr(4),\n cellRenderer: TABLE_CELL,\n sort: false,\n noContextMenu: true,\n showMenu: false,\n meta: {\n ...field\n },\n // BUG-615253: Workaround for autosize in table with lazy loading components\n width: getFieldWidth(field, fields[index].config.label)\n };\n });\n\n // ONLY add DELETE_ICON to fields when the table is requested as EDITABLE\n if (showDeleteButton) {\n fieldDefs.push({\n type: 'text',\n id: fieldDefs.length,\n cellRenderer: DELETE_ICON,\n sort: false,\n noContextMenu: true,\n showMenu: false,\n // BUG-615253: Workaround for autosize in table with lazy loading components\n width: 46\n });\n }\n\n return fieldDefs;\n};\n\nexport const createMetaForTable = (fields, renderMode) => {\n return {\n height: {\n minHeight: 'auto',\n fitHeightToElement: 'fitHeightToElement',\n deltaAdjustment: 'deltaAdjustment',\n autoSize: true\n },\n fieldDefs: fields,\n itemKey: 'index',\n grouping: false,\n reorderFields: false,\n reorderItems: renderMode === 'Editable',\n dragHandle: renderMode === 'Editable',\n globalSearch: false,\n personalization: false,\n toggleFieldVisibility: false,\n toolbar: false,\n footer: false,\n filterExpression: null,\n editing: false,\n timezone: PCore.getEnvironmentInfo().getTimeZone()\n };\n};\n\n/**\n * This method returns a callBack function for Add action.\n * @param {object} pConnect - PConnect object\n * @param {number} index - index of the page list to add\n */\nexport const getAddRowCallback = (pConnect, index) => {\n return () => pConnect.getListActions().insert({}, index, ''); // 3rd arg null until typedef marked correctly as optional\n};\n\n/**\n * This method creates a PConnect object with proper options for Add and Delete actions\n * @param {string} contextName - contextName\n * @param {string} referenceList - referenceList\n * @param {string} pageReference - pageReference\n */\n// NOTE: use of type \"any\" is required since TypeScript doesn't allow private/protected properties\n// to be exported from a class (TS4094 error)\nexport function createPConnect(contextName, referenceList, pageReference): any {\n const options = {\n context: contextName,\n pageReference,\n referenceList\n };\n\n // create PConnect object\n const config = { meta: {}, options };\n const { getPConnect } = PCore.createPConnect(config);\n\n return getPConnect();\n}\n\nexport const filterData = filterByColumns => {\n return function filteringData(item) {\n let bKeep = true;\n for (const filterObj of filterByColumns) {\n if (filterObj.containsFilterValue !== '' || filterObj.containsFilter === 'null' || filterObj.containsFilter === 'notnull') {\n let value: any;\n let filterValue: any;\n\n switch (filterObj.type) {\n case 'Date':\n case 'DateTime':\n case 'Time':\n value = item[filterObj.ref] !== null ?? item[filterObj.ref] !== '' ? Utils.getSeconds(item[filterObj.ref]) : null;\n filterValue =\n filterObj.containsFilterValue !== null && filterObj.containsFilterValue !== '' ? Utils.getSeconds(filterObj.containsFilterValue) : null;\n\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (filterObj.containsFilter) {\n case 'notequal':\n // becasue filterValue is in minutes, need to have a range of less than 60 secons\n\n if (value !== null && filterValue !== null) {\n // get rid of milliseconds\n value /= 1000;\n filterValue /= 1000;\n\n const diff = value - filterValue;\n if (diff >= 0 && diff < 60) {\n bKeep = false;\n }\n }\n\n break;\n\n case 'equal':\n // becasue filterValue is in minutes, need to have a range of less than 60 secons\n\n if (value !== null && filterValue !== null) {\n // get rid of milliseconds\n value /= 1000;\n filterValue /= 1000;\n\n const diff = value - filterValue;\n if (diff !== 0) {\n bKeep = false;\n }\n }\n\n break;\n\n case 'after':\n if (value < filterValue) {\n bKeep = false;\n }\n break;\n\n case 'before':\n if (value > filterValue) {\n bKeep = false;\n }\n break;\n\n case 'null':\n if (value !== null) {\n bKeep = false;\n }\n break;\n\n case 'notnull':\n if (value === null) {\n bKeep = false;\n }\n break;\n\n default:\n break;\n }\n break;\n\n default:\n value = item[filterObj.ref].toLowerCase();\n filterValue = filterObj.containsFilterValue.toLowerCase();\n\n // eslint-disable-next-line sonarjs/no-nested-switch\n switch (filterObj.containsFilter) {\n case 'contains':\n if (value.indexOf(filterValue) < 0) {\n bKeep = false;\n }\n break;\n\n case 'equals':\n if (value !== filterValue) {\n bKeep = false;\n }\n break;\n\n case 'startswith':\n if (value.indexOf(filterValue) !== 0) {\n bKeep = false;\n }\n break;\n\n default:\n break;\n }\n\n break;\n }\n }\n\n // if don't keep stop filtering\n if (!bKeep) {\n break;\n }\n }\n return bKeep;\n };\n};\n"]}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const connectToState: (mapStateToProps?: () => void) => (Component: any) => (ownProps?: {}) => JSX.Element;
3
+ export default connectToState;
4
+ //# sourceMappingURL=state-utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/state-utils.tsx"],"names":[],"mappings":";AAKA,QAAA,MAAM,cAAc,gDACC,GAAG,mCAkCvB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,34 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { useContext } from 'react';
3
+ import { connect, Provider, shallowEqual } from 'react-redux';
4
+ import ReactReduxContext from '../../bridge/Context/StoreContext';
5
+ const connectToState = (mapStateToProps = () => { }) => {
6
+ return (Component) => {
7
+ const ConnectedComponent = connect(mapStateToProps, null, null, {
8
+ areStatePropsEqual: (next, prev) => {
9
+ // Compare visibility
10
+ const prevWasVisible = prev.visibility !== false;
11
+ if (next.visibility !== undefined && next.visibility !== prevWasVisible) {
12
+ return false;
13
+ }
14
+ // Compare start props
15
+ const c11nEnv = next.getPConnect();
16
+ const allStateProps = c11nEnv.getStateProps();
17
+ for (const key of Object.keys(allStateProps)) {
18
+ if (!shallowEqual(next[key], prev[key]) || (next.routingInfo && !PCore.isDeepEqual(next.routingInfo, prev.routingInfo))) {
19
+ return false;
20
+ }
21
+ }
22
+ /* TODO For some rawConfig we are not getting routingInfo under allStateProps */
23
+ return !('routingInfo' in next &&
24
+ (!shallowEqual(next.routingInfo, prev.routingInfo) || !PCore.isDeepEqual(next.routingInfo, prev.routingInfo)));
25
+ }
26
+ })(Component);
27
+ return (ownProps = {}) => {
28
+ const { store } = useContext(ReactReduxContext);
29
+ return (_jsx(Provider, { store: store, children: _jsx(ConnectedComponent, { ...ownProps }) }));
30
+ };
31
+ };
32
+ };
33
+ export default connectToState;
34
+ //# sourceMappingURL=state-utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/state-utils.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,OAAO,CAAC;AACnC,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE9D,OAAO,iBAAiB,MAAM,mCAAmC,CAAC;AAElE,MAAM,cAAc,GAAG,CAAC,eAAe,GAAG,GAAG,EAAE,GAAE,CAAC,EAAE,EAAE;IACpD,OAAO,CAAC,SAAc,EAAE,EAAE;QACxB,MAAM,kBAAkB,GAAG,OAAO,CAAC,eAAe,EAAE,IAAI,EAAE,IAAI,EAAE;YAC9D,kBAAkB,EAAE,CAAC,IAAI,EAAE,IAAS,EAAE,EAAE;gBACtC,qBAAqB;gBACrB,MAAM,cAAc,GAAG,IAAI,CAAC,UAAU,KAAK,KAAK,CAAC;gBACjD,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,IAAI,IAAI,CAAC,UAAU,KAAK,cAAc,EAAE;oBACvE,OAAO,KAAK,CAAC;iBACd;gBACD,sBAAsB;gBACtB,MAAM,OAAO,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;gBACnC,MAAM,aAAa,GAAG,OAAO,CAAC,aAAa,EAAE,CAAC;gBAC9C,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,EAAE;oBAC5C,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,EAAE;wBACvH,OAAO,KAAK,CAAC;qBACd;iBACF;gBACD,gFAAgF;gBAChF,OAAO,CAAC,CACN,aAAa,IAAI,IAAI;oBACrB,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAC9G,CAAC;YACJ,CAAC;SACF,CAAC,CAAC,SAAS,CAAC,CAAC;QAEd,OAAO,CAAC,QAAQ,GAAG,EAAE,EAAE,EAAE;YACvB,MAAM,EAAE,KAAK,EAAE,GAAG,UAAU,CAAM,iBAAiB,CAAC,CAAC;YAErD,OAAO,CACL,KAAC,QAAQ,IAAC,KAAK,EAAE,KAAK,YACpB,KAAC,kBAAkB,OAAK,QAAQ,GAAI,GAC3B,CACZ,CAAC;QACJ,CAAC,CAAC;IACJ,CAAC,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import { useContext } from 'react';\nimport { connect, Provider, shallowEqual } from 'react-redux';\n\nimport ReactReduxContext from '../../bridge/Context/StoreContext';\n\nconst connectToState = (mapStateToProps = () => {}) => {\n return (Component: any) => {\n const ConnectedComponent = connect(mapStateToProps, null, null, {\n areStatePropsEqual: (next, prev: any) => {\n // Compare visibility\n const prevWasVisible = prev.visibility !== false;\n if (next.visibility !== undefined && next.visibility !== prevWasVisible) {\n return false;\n }\n // Compare start props\n const c11nEnv = next.getPConnect();\n const allStateProps = c11nEnv.getStateProps();\n for (const key of Object.keys(allStateProps)) {\n if (!shallowEqual(next[key], prev[key]) || (next.routingInfo && !PCore.isDeepEqual(next.routingInfo, prev.routingInfo))) {\n return false;\n }\n }\n /* TODO For some rawConfig we are not getting routingInfo under allStateProps */\n return !(\n 'routingInfo' in next &&\n (!shallowEqual(next.routingInfo, prev.routingInfo) || !PCore.isDeepEqual(next.routingInfo, prev.routingInfo))\n );\n }\n })(Component);\n\n return (ownProps = {}) => {\n const { store } = useContext<any>(ReactReduxContext);\n\n return (\n <Provider store={store}>\n <ConnectedComponent {...ownProps} />\n </Provider>\n );\n };\n };\n};\n\nexport default connectToState;\n"]}
@@ -1,5 +1,9 @@
1
- export declare function getAllFields(pConnect: any): never[];
2
- export declare function filterForFieldValueList(fields: any): any;
1
+ export declare function getAllFields(pConnect: any): any[];
2
+ export declare function filterForFieldValueList(fields: any[]): {
3
+ id: any;
4
+ name: any;
5
+ value: any;
6
+ }[];
3
7
  /**
4
8
  * Determine if the current view is the view of the case step/assignment.
5
9
  * @param {Function} pConnect PConnect object for the component
@@ -10,5 +14,5 @@ export declare function getIsAssignmentView(pConnect: any): boolean;
10
14
  * @param {Function} pConnect PConnect object for the component
11
15
  * @param {string} [instructions="casestep"] 'casestep', 'none', or the html content of a Rule-UI-Paragraph rule (processed via core's paragraph annotation handler)
12
16
  */
13
- export declare function getInstructions(pConnect: any, instructions?: string): any;
17
+ export declare function getInstructions(pConnect: any, instructions?: string): string | undefined;
14
18
  //# sourceMappingURL=template-utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"template-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/template-utils.ts"],"names":[],"mappings":"AAIA,wBAAgB,YAAY,CAAC,QAAQ,EAAE,GAAG,WAUzC;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,GAAG,OAQlD;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,KAAA,WAY3C;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,QAAQ,KAAA,EAAE,YAAY,SAAa,OA8BlE"}
1
+ {"version":3,"file":"template-utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/template-utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,CAAC,QAAQ,EAAE,GAAG,SAUzC;AAED,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,GAAG,EAAE;;;;IAQpD;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,QAAQ,KAAA,WAY3C;AAED;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,QAAQ,KAAA,EAAE,YAAY,GAAE,MAAmB,GAAG,MAAM,GAAG,SAAS,CA4B/F"}
@@ -39,8 +39,7 @@ export function getIsAssignmentView(pConnect) {
39
39
  * @param {string} [instructions="casestep"] 'casestep', 'none', or the html content of a Rule-UI-Paragraph rule (processed via core's paragraph annotation handler)
40
40
  */
41
41
  export function getInstructions(pConnect, instructions = 'casestep') {
42
- const caseStepInstructions = PCore.getConstants().CASE_INFO.INSTRUCTIONS &&
43
- pConnect.getValue(PCore.getConstants().CASE_INFO.INSTRUCTIONS);
42
+ const caseStepInstructions = PCore.getConstants().CASE_INFO.INSTRUCTIONS && pConnect.getValue(PCore.getConstants().CASE_INFO.INSTRUCTIONS);
44
43
  // Determine if this view is the current assignment/step view
45
44
  const isCurrentAssignmentView = getIsAssignmentView(pConnect);
46
45
  // Case step instructions
@@ -1 +1 @@
1
- {"version":3,"file":"template-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/template-utils.ts"],"names":[],"mappings":"AAAA,mEAAmE;AAInE,MAAM,UAAU,YAAY,CAAC,QAAa;IACxC,MAAM,QAAQ,GAAG,QAAQ,CAAC,cAAc,EAAE,CAAC;IAC3C,IAAI,SAAS,GAAG,EAAE,CAAC;IACnB,IAAI,QAAQ,CAAC,QAAQ,IAAI,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE;QAC9C,SAAS,GAAG,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE;YACzC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,YAAY,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;YACzE,OAAO,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC7C,CAAC,CAAC,CAAC;KACJ;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,MAAW;IACjD,OAAO,MAAM;SACV,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,UAAU,KAAK,KAAK,CAAC;SAChD,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;QAC1B,EAAE,EAAE,KAAK,CAAC,WAAW,EAAE;QACvB,IAAI,EAAE,KAAK;QACX,KAAK;KACN,CAAC,CAAC,CAAC;AACR,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,QAAQ;IAC1C,qGAAqG;IACrG,+FAA+F;IAC/F,MAAM,mBAAmB,GAAG,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAChG,MAAM,kBAAkB,GAAG,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAEjG,MAAM,gBAAgB,GAAG,GAAG,kBAAkB,IAAI,mBAAmB,EAAE,CAAC;IAExE,oDAAoD;IACpD,MAAM,aAAa,GAAG,GAAG,QAAQ,CAAC,cAAc,EAAE,IAAI,QAAQ,CAAC,iBAAiB,EAAE,EAAE,CAAC;IAErF,OAAO,gBAAgB,KAAK,aAAa,CAAC;AAC5C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,QAAQ,EAAE,YAAY,GAAG,UAAU;IACjE,MAAM,oBAAoB,GACxB,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,YAAY;QAC3C,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAEjE,6DAA6D;IAC7D,MAAM,uBAAuB,GAAG,mBAAmB,CAAC,QAAQ,CAAC,CAAC;IAE9D,yBAAyB;IACzB,IAAI,YAAY,KAAK,UAAU,IAAI,uBAAuB,IAAI,oBAAoB,EAAE,MAAM,EAAE;QAC1F,OAAO,oBAAoB,CAAC;KAC7B;IAED,kBAAkB;IAClB,IAAI,YAAY,KAAK,MAAM,EAAE;QAC3B,OAAO,SAAS,CAAC;KAClB;IAED,kFAAkF;IAClF,IAAI,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC,EAAE;QAC1C,OAAO,SAAS,CAAC;KAClB;IAED,oCAAoC;IACpC,iGAAiG;IACjG,+CAA+C;IAC/C,IAAI,YAAY,KAAK,UAAU,IAAI,YAAY,KAAK,MAAM,EAAE;QAC1D,OAAO,YAAY,CAAC;KACrB;IACD,OAAO,SAAS,CAAC;AACnB,CAAC","sourcesContent":["// This file is adapted from React DX components/template/utils.js\n\ndeclare const PCore: any;\n\nexport function getAllFields(pConnect: any) {\n const metadata = pConnect.getRawMetadata();\n let allFields = [];\n if (metadata.children && metadata.children.map) {\n allFields = metadata.children.map(fields => {\n const children = fields.children instanceof Array ? fields.children : [];\n return children.map(field => field.config);\n });\n }\n return allFields;\n}\n\nexport function filterForFieldValueList(fields: any) {\n return fields\n .filter(({ visibility }) => visibility !== false)\n .map(({ value, label }) => ({\n id: label.toLowerCase(),\n name: label,\n value\n }));\n}\n\n/**\n * Determine if the current view is the view of the case step/assignment.\n * @param {Function} pConnect PConnect object for the component\n */\nexport function getIsAssignmentView(pConnect) {\n // Get caseInfo content from the store which contains the view info about the current assignment/step\n // TODO To be replaced with pConnect.getCaseInfo().getCurrentAssignmentView when it's available\n const assignmentViewClass = pConnect.getValue(PCore.getConstants().CASE_INFO.CASE_INFO_CLASSID);\n const assignmentViewName = pConnect.getValue(PCore.getConstants().CASE_INFO.ASSIGNMENTACTION_ID);\n\n const assignmentViewId = `${assignmentViewName}!${assignmentViewClass}`;\n\n // Get the info about the current view from pConnect\n const currentViewId = `${pConnect.getCurrentView()}!${pConnect.getCurrentClassID()}`;\n\n return assignmentViewId === currentViewId;\n}\n\n/**\n * A hook that gets the instructions content for a view.\n * @param {Function} pConnect PConnect object for the component\n * @param {string} [instructions=\"casestep\"] 'casestep', 'none', or the html content of a Rule-UI-Paragraph rule (processed via core's paragraph annotation handler)\n */\nexport function getInstructions(pConnect, instructions = 'casestep') {\n const caseStepInstructions =\n PCore.getConstants().CASE_INFO.INSTRUCTIONS &&\n pConnect.getValue(PCore.getConstants().CASE_INFO.INSTRUCTIONS);\n\n // Determine if this view is the current assignment/step view\n const isCurrentAssignmentView = getIsAssignmentView(pConnect);\n\n // Case step instructions\n if (instructions === 'casestep' && isCurrentAssignmentView && caseStepInstructions?.length) {\n return caseStepInstructions;\n }\n\n // No instructions\n if (instructions === 'none') {\n return undefined;\n }\n\n // If the annotation wasn't processed correctly, don't return any instruction text\n if (instructions?.startsWith('@PARAGRAPH')) {\n return undefined;\n }\n\n // Custom instructions from the view\n // The raw metadata for `instructions` will be something like '@PARAGRAPH .SomeParagraphRule' but\n // it is evaluated by core logic to the content\n if (instructions !== 'casestep' && instructions !== 'none') {\n return instructions;\n }\n return undefined;\n}\n"]}
1
+ {"version":3,"file":"template-utils.js","sourceRoot":"","sources":["../../../src/components/helpers/template-utils.ts"],"names":[],"mappings":"AAAA,mEAAmE;AAEnE,MAAM,UAAU,YAAY,CAAC,QAAa;IACxC,MAAM,QAAQ,GAAG,QAAQ,CAAC,cAAc,EAAE,CAAC;IAC3C,IAAI,SAAS,GAAU,EAAE,CAAC;IAC1B,IAAI,QAAQ,CAAC,QAAQ,IAAI,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE;QAC9C,SAAS,GAAG,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE;YACzC,MAAM,QAAQ,GAAG,MAAM,CAAC,QAAQ,YAAY,KAAK,CAAC,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;YACzE,OAAO,QAAQ,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;QAC7C,CAAC,CAAC,CAAC;KACJ;IACD,OAAO,SAAS,CAAC;AACnB,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,MAAa;IACnD,OAAO,MAAM;SACV,MAAM,CAAC,CAAC,EAAE,UAAU,EAAE,EAAE,EAAE,CAAC,UAAU,KAAK,KAAK,CAAC;SAChD,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC;QAC1B,EAAE,EAAE,KAAK,CAAC,WAAW,EAAE;QACvB,IAAI,EAAE,KAAK;QACX,KAAK;KACN,CAAC,CAAC,CAAC;AACR,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,mBAAmB,CAAC,QAAQ;IAC1C,qGAAqG;IACrG,+FAA+F;IAC/F,MAAM,mBAAmB,GAAG,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAChG,MAAM,kBAAkB,GAAG,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC;IAEjG,MAAM,gBAAgB,GAAG,GAAG,kBAAkB,IAAI,mBAAmB,EAAE,CAAC;IAExE,oDAAoD;IACpD,MAAM,aAAa,GAAG,GAAG,QAAQ,CAAC,cAAc,EAAE,IAAI,QAAQ,CAAC,iBAAiB,EAAE,EAAE,CAAC;IAErF,OAAO,gBAAgB,KAAK,aAAa,CAAC;AAC5C,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,eAAe,CAAC,QAAQ,EAAE,eAAuB,UAAU;IACzE,MAAM,oBAAoB,GAAG,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,YAAY,IAAI,QAAQ,CAAC,QAAQ,CAAC,KAAK,CAAC,YAAY,EAAE,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;IAE3I,6DAA6D;IAC7D,MAAM,uBAAuB,GAAG,mBAAmB,CAAC,QAAQ,CAAC,CAAC;IAE9D,yBAAyB;IACzB,IAAI,YAAY,KAAK,UAAU,IAAI,uBAAuB,IAAI,oBAAoB,EAAE,MAAM,EAAE;QAC1F,OAAO,oBAAoB,CAAC;KAC7B;IAED,kBAAkB;IAClB,IAAI,YAAY,KAAK,MAAM,EAAE;QAC3B,OAAO,SAAS,CAAC;KAClB;IAED,kFAAkF;IAClF,IAAI,YAAY,EAAE,UAAU,CAAC,YAAY,CAAC,EAAE;QAC1C,OAAO,SAAS,CAAC;KAClB;IAED,oCAAoC;IACpC,iGAAiG;IACjG,+CAA+C;IAC/C,IAAI,YAAY,KAAK,UAAU,IAAI,YAAY,KAAK,MAAM,EAAE;QAC1D,OAAO,YAAY,CAAC;KACrB;IACD,OAAO,SAAS,CAAC;AACnB,CAAC","sourcesContent":["// This file is adapted from React DX components/template/utils.js\n\nexport function getAllFields(pConnect: any) {\n const metadata = pConnect.getRawMetadata();\n let allFields: any[] = [];\n if (metadata.children && metadata.children.map) {\n allFields = metadata.children.map(fields => {\n const children = fields.children instanceof Array ? fields.children : [];\n return children.map(field => field.config);\n });\n }\n return allFields;\n}\n\nexport function filterForFieldValueList(fields: any[]) {\n return fields\n .filter(({ visibility }) => visibility !== false)\n .map(({ value, label }) => ({\n id: label.toLowerCase(),\n name: label,\n value\n }));\n}\n\n/**\n * Determine if the current view is the view of the case step/assignment.\n * @param {Function} pConnect PConnect object for the component\n */\nexport function getIsAssignmentView(pConnect) {\n // Get caseInfo content from the store which contains the view info about the current assignment/step\n // TODO To be replaced with pConnect.getCaseInfo().getCurrentAssignmentView when it's available\n const assignmentViewClass = pConnect.getValue(PCore.getConstants().CASE_INFO.CASE_INFO_CLASSID);\n const assignmentViewName = pConnect.getValue(PCore.getConstants().CASE_INFO.ASSIGNMENTACTION_ID);\n\n const assignmentViewId = `${assignmentViewName}!${assignmentViewClass}`;\n\n // Get the info about the current view from pConnect\n const currentViewId = `${pConnect.getCurrentView()}!${pConnect.getCurrentClassID()}`;\n\n return assignmentViewId === currentViewId;\n}\n\n/**\n * A hook that gets the instructions content for a view.\n * @param {Function} pConnect PConnect object for the component\n * @param {string} [instructions=\"casestep\"] 'casestep', 'none', or the html content of a Rule-UI-Paragraph rule (processed via core's paragraph annotation handler)\n */\nexport function getInstructions(pConnect, instructions: string = 'casestep'): string | undefined {\n const caseStepInstructions = PCore.getConstants().CASE_INFO.INSTRUCTIONS && pConnect.getValue(PCore.getConstants().CASE_INFO.INSTRUCTIONS);\n\n // Determine if this view is the current assignment/step view\n const isCurrentAssignmentView = getIsAssignmentView(pConnect);\n\n // Case step instructions\n if (instructions === 'casestep' && isCurrentAssignmentView && caseStepInstructions?.length) {\n return caseStepInstructions;\n }\n\n // No instructions\n if (instructions === 'none') {\n return undefined;\n }\n\n // If the annotation wasn't processed correctly, don't return any instruction text\n if (instructions?.startsWith('@PARAGRAPH')) {\n return undefined;\n }\n\n // Custom instructions from the view\n // The raw metadata for `instructions` will be something like '@PARAGRAPH .SomeParagraphRule' but\n // it is evaluated by core logic to the content\n if (instructions !== 'casestep' && instructions !== 'none') {\n return instructions;\n }\n return undefined;\n}\n"]}
@@ -1,7 +1,8 @@
1
1
  export declare class Utils {
2
2
  static lastControlID: number;
3
+ static getSDKStaticConentUrl(): string;
3
4
  static getUniqueControlID(): string;
4
- static getOptionList(configProps: any, dataObject: any): Array<any>;
5
+ static getOptionList(configProps: any, dataObject: any): any[];
5
6
  static getInitials(userName: string): string;
6
7
  static getImageSrc(name: string, serverUrl: string): string;
7
8
  static getIconPath(serverUrl: string): string;
@@ -12,7 +13,6 @@ export declare class Utils {
12
13
  static getIconFromFileType(fileType: any): string;
13
14
  static getIconForAttachment(attachment: any): any;
14
15
  static getLastChar(text: any): any;
15
- static isEmptyObject(obj: Object): Boolean;
16
16
  static isObject(objValue: any): any;
17
17
  }
18
18
  export default Utils;
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/utils.ts"],"names":[],"mappings":"AASA,qBAAa,KAAK;IAChB,MAAM,CAAC,aAAa,EAAE,MAAM,CAAK;IAEjC,MAAM,CAAC,kBAAkB,IAAI,MAAM;IAQnC,MAAM,CAAC,aAAa,CAAC,WAAW,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC;IAwCnE,MAAM,CAAC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAoB5C,MAAM,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;IAS3D,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAK7C,MAAM,CAAC,eAAe,CAAC,OAAO,EAAE,GAAG,GAAG,OAAO;IAiB7C,MAAM,CAAC,YAAY,CAAC,OAAO,KAAA,EAAE,UAAU,KAAA;IAuFvC,MAAM,CAAC,gBAAgB,CAAC,WAAW,KAAA,EAAE,UAAU,KAAA;IA4E/C,MAAM,CAAC,UAAU,CAAC,KAAK,KAAA,GAAG,GAAG;IAI7B,MAAM,CAAC,mBAAmB,CAAC,QAAQ,KAAA,GAAG,MAAM;IA2B5C,MAAM,CAAC,oBAAoB,CAAC,UAAU,KAAA;IAetC,MAAM,CAAC,WAAW,CAAC,IAAI,KAAA;IAIvB,MAAM,CAAC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAI1C,MAAM,CAAC,QAAQ,CAAC,QAAQ,KAAA;CAGzB;AAED,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/helpers/utils.ts"],"names":[],"mappings":"AAUA,qBAAa,KAAK;IAChB,MAAM,CAAC,aAAa,SAAK;IAEzB,MAAM,CAAC,qBAAqB;IAW5B,MAAM,CAAC,kBAAkB,IAAI,MAAM;IAQnC,MAAM,CAAC,aAAa,CAAC,WAAW,EAAE,GAAG,EAAE,UAAU,EAAE,GAAG,GAAG,GAAG,EAAE;IAwC9D,MAAM,CAAC,WAAW,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM;IAoB5C,MAAM,CAAC,WAAW,CAAC,IAAI,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;IAS3D,MAAM,CAAC,WAAW,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAK7C,MAAM,CAAC,eAAe,CAAC,OAAO,EAAE,GAAG,GAAG,OAAO;IAiB7C,MAAM,CAAC,YAAY,CAAC,OAAO,KAAA,EAAE,UAAU,KAAA;IAuFvC,MAAM,CAAC,gBAAgB,CAAC,WAAW,KAAA,EAAE,UAAU,KAAA;IA4E/C,MAAM,CAAC,UAAU,CAAC,KAAK,KAAA,GAAG,GAAG;IAI7B,MAAM,CAAC,mBAAmB,CAAC,QAAQ,KAAA,GAAG,MAAM;IA2B5C,MAAM,CAAC,oBAAoB,CAAC,UAAU,KAAA;IAetC,MAAM,CAAC,WAAW,CAAC,IAAI,KAAA;IAIvB,MAAM,CAAC,QAAQ,CAAC,QAAQ,KAAA;CAGzB;AAED,eAAe,KAAK,CAAC"}
@@ -2,10 +2,20 @@ import dayjs from 'dayjs';
2
2
  import customParseFormat from 'dayjs/plugin/customParseFormat';
3
3
  import localizedFormat from 'dayjs/plugin/localizedFormat';
4
4
  import relativeTime from 'dayjs/plugin/relativeTime';
5
+ import { SdkConfigAccess } from '@pega/auth/lib/sdk-auth-manager';
5
6
  dayjs.extend(customParseFormat);
6
7
  dayjs.extend(localizedFormat);
7
8
  dayjs.extend(relativeTime);
8
9
  export class Utils {
10
+ static lastControlID = 0;
11
+ static getSDKStaticConentUrl() {
12
+ const sdkConfigServer = SdkConfigAccess.getSdkConfigServer();
13
+ // NOTE: Needs a trailing slash! So add one if not provided
14
+ if (!sdkConfigServer.sdkContentServerUrl.endsWith('/')) {
15
+ sdkConfigServer.sdkContentServerUrl = `${sdkConfigServer.sdkContentServerUrl}/`;
16
+ }
17
+ return `${sdkConfigServer.sdkContentServerUrl}constellation/`;
18
+ }
9
19
  static getUniqueControlID() {
10
20
  const sPrefix = 'control-';
11
21
  this.lastControlID += 1;
@@ -26,7 +36,7 @@ export class Utils {
26
36
  // get data page
27
37
  // eslint-disable-next-line no-case-declarations
28
38
  const dataPage = configProps.datasource;
29
- if (dataObject[dataPage]) {
39
+ if (typeof dataPage === 'string' && dataObject[dataPage]) {
30
40
  // eslint-disable-next-line no-alert
31
41
  alert('need to handle data page');
32
42
  }
@@ -293,18 +303,9 @@ export class Utils {
293
303
  static getLastChar(text) {
294
304
  return text.charAt(text.length - 1);
295
305
  }
296
- static isEmptyObject(obj) {
297
- return Object.keys(obj).length === 0;
298
- }
299
306
  static isObject(objValue) {
300
307
  return objValue && typeof objValue === 'object' && objValue.constructor === Object;
301
308
  }
302
309
  }
303
- Object.defineProperty(Utils, "lastControlID", {
304
- enumerable: true,
305
- configurable: true,
306
- writable: true,
307
- value: 0
308
- });
309
310
  export default Utils;
310
311
  //# sourceMappingURL=utils.js.map