@pega/react-sdk-components 24.2.11 → 25.1.10

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 (630) hide show
  1. package/lib/bridge/Context/StoreContext.d.ts +0 -1
  2. package/lib/bridge/Context/StoreContext.d.ts.map +1 -1
  3. package/lib/bridge/Context/StoreContext.js.map +1 -1
  4. package/lib/bridge/helpers/sdk_component_map.d.ts.map +1 -1
  5. package/lib/bridge/helpers/sdk_component_map.js +0 -6
  6. package/lib/bridge/helpers/sdk_component_map.js.map +1 -1
  7. package/lib/bridge/react_pconnect.d.ts.map +1 -1
  8. package/lib/bridge/react_pconnect.js +11 -14
  9. package/lib/bridge/react_pconnect.js.map +1 -1
  10. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js.map +1 -1
  11. package/lib/components/designSystemExtension/Banner/Banner.css +1 -1
  12. package/lib/components/designSystemExtension/Banner/Banner.d.ts.map +1 -1
  13. package/lib/components/designSystemExtension/Banner/Banner.js +2 -2
  14. package/lib/components/designSystemExtension/Banner/Banner.js.map +1 -1
  15. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.css +0 -1
  16. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -1
  17. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +50 -35
  18. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -1
  19. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -1
  20. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +6 -8
  21. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -1
  22. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts +1 -1
  23. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -1
  24. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js +3 -5
  25. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -1
  26. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js +2 -2
  27. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -1
  28. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -1
  29. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js +4 -6
  30. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -1
  31. package/lib/components/designSystemExtension/Operator/Operator.d.ts +1 -1
  32. package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -1
  33. package/lib/components/designSystemExtension/Operator/Operator.js +12 -9
  34. package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -1
  35. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts +1 -1
  36. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -1
  37. package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -1
  38. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  39. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js +32 -4
  40. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js.map +1 -1
  41. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.css +7 -14
  42. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.d.ts.map +1 -1
  43. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js +12 -2
  44. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js.map +1 -1
  45. package/lib/components/field/AutoComplete/AutoComplete.d.ts +1 -1
  46. package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -1
  47. package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -1
  48. package/lib/components/field/CancelAlert/CancelAlert.css +4 -4
  49. package/lib/components/field/CancelAlert/CancelAlert.d.ts +1 -1
  50. package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -1
  51. package/lib/components/field/CancelAlert/CancelAlert.js +3 -3
  52. package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -1
  53. package/lib/components/field/Checkbox/Checkbox.d.ts +9 -1
  54. package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -1
  55. package/lib/components/field/Checkbox/Checkbox.js +52 -3
  56. package/lib/components/field/Checkbox/Checkbox.js.map +1 -1
  57. package/lib/components/field/Currency/Currency.d.ts +1 -1
  58. package/lib/components/field/Currency/Currency.d.ts.map +1 -1
  59. package/lib/components/field/Currency/Currency.js +2 -2
  60. package/lib/components/field/Currency/Currency.js.map +1 -1
  61. package/lib/components/field/Currency/currency-utils.d.ts.map +1 -1
  62. package/lib/components/field/Currency/currency-utils.js +0 -2
  63. package/lib/components/field/Currency/currency-utils.js.map +1 -1
  64. package/lib/components/field/Date/Date.d.ts +1 -1
  65. package/lib/components/field/Date/Date.d.ts.map +1 -1
  66. package/lib/components/field/Date/Date.js +3 -6
  67. package/lib/components/field/Date/Date.js.map +1 -1
  68. package/lib/components/field/DateTime/DateTime.d.ts +1 -1
  69. package/lib/components/field/DateTime/DateTime.d.ts.map +1 -1
  70. package/lib/components/field/DateTime/DateTime.js +4 -7
  71. package/lib/components/field/DateTime/DateTime.js.map +1 -1
  72. package/lib/components/field/Decimal/Decimal.d.ts +1 -1
  73. package/lib/components/field/Decimal/Decimal.d.ts.map +1 -1
  74. package/lib/components/field/Decimal/Decimal.js +2 -4
  75. package/lib/components/field/Decimal/Decimal.js.map +1 -1
  76. package/lib/components/field/Dropdown/Dropdown.d.ts +1 -1
  77. package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -1
  78. package/lib/components/field/Dropdown/Dropdown.js +6 -9
  79. package/lib/components/field/Dropdown/Dropdown.js.map +1 -1
  80. package/lib/components/field/Email/Email.d.ts +1 -1
  81. package/lib/components/field/Email/Email.d.ts.map +1 -1
  82. package/lib/components/field/Email/Email.js +6 -7
  83. package/lib/components/field/Email/Email.js.map +1 -1
  84. package/lib/components/field/Group/Group.d.ts +2 -2
  85. package/lib/components/field/Group/Group.d.ts.map +1 -1
  86. package/lib/components/field/Group/Group.js +4 -3
  87. package/lib/components/field/Group/Group.js.map +1 -1
  88. package/lib/components/field/Integer/Integer.d.ts +1 -1
  89. package/lib/components/field/Integer/Integer.d.ts.map +1 -1
  90. package/lib/components/field/Integer/Integer.js +4 -5
  91. package/lib/components/field/Integer/Integer.js.map +1 -1
  92. package/lib/components/field/Location/Location.css +4 -0
  93. package/lib/components/field/Location/Location.d.ts +11 -0
  94. package/lib/components/field/Location/Location.d.ts.map +1 -0
  95. package/lib/components/field/Location/Location.js +158 -0
  96. package/lib/components/field/Location/Location.js.map +1 -0
  97. package/lib/components/field/Location/index.d.ts +2 -0
  98. package/lib/components/field/Location/index.d.ts.map +1 -0
  99. package/lib/components/field/Location/index.js +2 -0
  100. package/lib/components/field/Location/index.js.map +1 -0
  101. package/lib/components/field/Multiselect/Multiselect.js.map +1 -1
  102. package/lib/components/field/Multiselect/utils.d.ts +2 -1
  103. package/lib/components/field/Multiselect/utils.d.ts.map +1 -1
  104. package/lib/components/field/Multiselect/utils.js +1 -1
  105. package/lib/components/field/Multiselect/utils.js.map +1 -1
  106. package/lib/components/field/ObjectReference/ObjectReference.d.ts +16 -0
  107. package/lib/components/field/ObjectReference/ObjectReference.d.ts.map +1 -0
  108. package/lib/components/field/ObjectReference/ObjectReference.js +165 -0
  109. package/lib/components/field/ObjectReference/ObjectReference.js.map +1 -0
  110. package/lib/components/field/ObjectReference/index.d.ts +2 -0
  111. package/lib/components/field/ObjectReference/index.d.ts.map +1 -0
  112. package/lib/components/field/ObjectReference/index.js +2 -0
  113. package/lib/components/field/ObjectReference/index.js.map +1 -0
  114. package/lib/components/field/ObjectReference/utils.d.ts +17 -0
  115. package/lib/components/field/ObjectReference/utils.d.ts.map +1 -0
  116. package/lib/components/field/ObjectReference/utils.js +99 -0
  117. package/lib/components/field/ObjectReference/utils.js.map +1 -0
  118. package/lib/components/field/Percentage/Percentage.d.ts +1 -1
  119. package/lib/components/field/Percentage/Percentage.d.ts.map +1 -1
  120. package/lib/components/field/Percentage/Percentage.js +2 -5
  121. package/lib/components/field/Percentage/Percentage.js.map +1 -1
  122. package/lib/components/field/Phone/Phone.d.ts +1 -1
  123. package/lib/components/field/Phone/Phone.d.ts.map +1 -1
  124. package/lib/components/field/Phone/Phone.js +6 -4
  125. package/lib/components/field/Phone/Phone.js.map +1 -1
  126. package/lib/components/field/RadioButtons/RadioButtons.d.ts +8 -1
  127. package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -1
  128. package/lib/components/field/RadioButtons/RadioButtons.js +12 -1
  129. package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -1
  130. package/lib/components/field/RichText/RichText.css +79 -0
  131. package/lib/components/field/RichText/RichText.d.ts +2 -1
  132. package/lib/components/field/RichText/RichText.d.ts.map +1 -1
  133. package/lib/components/field/RichText/RichText.js +1 -0
  134. package/lib/components/field/RichText/RichText.js.map +1 -1
  135. package/lib/components/field/ScalarList/ScalarList.d.ts +1 -1
  136. package/lib/components/field/ScalarList/ScalarList.d.ts.map +1 -1
  137. package/lib/components/field/ScalarList/ScalarList.js +1 -2
  138. package/lib/components/field/ScalarList/ScalarList.js.map +1 -1
  139. package/lib/components/field/SelectableCard/SelectableCard.d.ts +2 -0
  140. package/lib/components/field/SelectableCard/SelectableCard.d.ts.map +1 -0
  141. package/lib/components/field/SelectableCard/SelectableCard.js +57 -0
  142. package/lib/components/field/SelectableCard/SelectableCard.js.map +1 -0
  143. package/lib/components/field/SelectableCard/index.d.ts +2 -0
  144. package/lib/components/field/SelectableCard/index.d.ts.map +1 -0
  145. package/lib/components/field/SelectableCard/index.js +2 -0
  146. package/lib/components/field/SelectableCard/index.js.map +1 -0
  147. package/lib/components/field/SelectableCard/utils.d.ts +13 -0
  148. package/lib/components/field/SelectableCard/utils.d.ts.map +1 -0
  149. package/lib/components/field/SelectableCard/utils.js +183 -0
  150. package/lib/components/field/SelectableCard/utils.js.map +1 -0
  151. package/lib/components/field/SemanticLink/SemanticLink.d.ts +10 -2
  152. package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -1
  153. package/lib/components/field/SemanticLink/SemanticLink.js +128 -15
  154. package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -1
  155. package/lib/components/field/SemanticLink/utils.js +1 -1
  156. package/lib/components/field/SemanticLink/utils.js.map +1 -1
  157. package/lib/components/field/TextArea/TextArea.d.ts +1 -1
  158. package/lib/components/field/TextArea/TextArea.d.ts.map +1 -1
  159. package/lib/components/field/TextArea/TextArea.js +4 -5
  160. package/lib/components/field/TextArea/TextArea.js.map +1 -1
  161. package/lib/components/field/TextContent/TextContent.d.ts +1 -1
  162. package/lib/components/field/TextContent/TextContent.d.ts.map +1 -1
  163. package/lib/components/field/TextContent/TextContent.js +0 -1
  164. package/lib/components/field/TextContent/TextContent.js.map +1 -1
  165. package/lib/components/field/TextInput/TextInput.d.ts +1 -1
  166. package/lib/components/field/TextInput/TextInput.d.ts.map +1 -1
  167. package/lib/components/field/TextInput/TextInput.js +4 -5
  168. package/lib/components/field/TextInput/TextInput.js.map +1 -1
  169. package/lib/components/field/Time/Time.d.ts +1 -1
  170. package/lib/components/field/Time/Time.d.ts.map +1 -1
  171. package/lib/components/field/Time/Time.js +2 -5
  172. package/lib/components/field/Time/Time.js.map +1 -1
  173. package/lib/components/field/URL/URL.d.ts +1 -1
  174. package/lib/components/field/URL/URL.d.ts.map +1 -1
  175. package/lib/components/field/URL/URL.js +4 -5
  176. package/lib/components/field/URL/URL.js.map +1 -1
  177. package/lib/components/field/UserReference/UserReference.d.ts +1 -2
  178. package/lib/components/field/UserReference/UserReference.d.ts.map +1 -1
  179. package/lib/components/field/UserReference/UserReference.js +1 -2
  180. package/lib/components/field/UserReference/UserReference.js.map +1 -1
  181. package/lib/components/field/UserReference/UserReferenceUtils.d.ts.map +1 -1
  182. package/lib/components/field/UserReference/UserReferenceUtils.js.map +1 -1
  183. package/lib/components/helpers/attachmentShared.d.ts +2 -0
  184. package/lib/components/helpers/attachmentShared.d.ts.map +1 -0
  185. package/lib/components/helpers/attachmentShared.js +6 -0
  186. package/lib/components/helpers/attachmentShared.js.map +1 -0
  187. package/lib/components/helpers/case-utils.js.map +1 -1
  188. package/lib/components/helpers/common-utils.d.ts +1 -1
  189. package/lib/components/helpers/common-utils.d.ts.map +1 -1
  190. package/lib/components/helpers/common-utils.js +1 -2
  191. package/lib/components/helpers/common-utils.js.map +1 -1
  192. package/lib/components/helpers/data_page.d.ts.map +1 -1
  193. package/lib/components/helpers/data_page.js +0 -1
  194. package/lib/components/helpers/data_page.js.map +1 -1
  195. package/lib/components/helpers/date-format-utils.d.ts.map +1 -1
  196. package/lib/components/helpers/event-utils.d.ts.map +1 -1
  197. package/lib/components/helpers/event-utils.js.map +1 -1
  198. package/lib/components/helpers/field-group-utils.d.ts +1 -1
  199. package/lib/components/helpers/field-group-utils.d.ts.map +1 -1
  200. package/lib/components/helpers/field-group-utils.js.map +1 -1
  201. package/lib/components/helpers/formatters/Boolean.js.map +1 -1
  202. package/lib/components/helpers/formatters/Currency.d.ts +1 -0
  203. package/lib/components/helpers/formatters/Currency.d.ts.map +1 -1
  204. package/lib/components/helpers/formatters/Currency.js +8 -4
  205. package/lib/components/helpers/formatters/Currency.js.map +1 -1
  206. package/lib/components/helpers/formatters/CurrencyMap.d.ts.map +1 -1
  207. package/lib/components/helpers/formatters/CurrencyMap.js +0 -1
  208. package/lib/components/helpers/formatters/CurrencyMap.js.map +1 -1
  209. package/lib/components/helpers/formatters/Date.js.map +1 -1
  210. package/lib/components/helpers/formatters/index.d.ts +1 -0
  211. package/lib/components/helpers/formatters/index.d.ts.map +1 -1
  212. package/lib/components/helpers/formatters/index.js.map +1 -1
  213. package/lib/components/helpers/instructions-utils.d.ts.map +1 -1
  214. package/lib/components/helpers/object-utils.d.ts +9 -0
  215. package/lib/components/helpers/object-utils.d.ts.map +1 -0
  216. package/lib/components/helpers/object-utils.js +11 -0
  217. package/lib/components/helpers/object-utils.js.map +1 -0
  218. package/lib/components/helpers/reactContextHelpers.d.ts +0 -1
  219. package/lib/components/helpers/reactContextHelpers.d.ts.map +1 -1
  220. package/lib/components/helpers/simpleTableHelpers.d.ts +15 -1
  221. package/lib/components/helpers/simpleTableHelpers.d.ts.map +1 -1
  222. package/lib/components/helpers/simpleTableHelpers.js +111 -5
  223. package/lib/components/helpers/simpleTableHelpers.js.map +1 -1
  224. package/lib/components/helpers/state-utils.d.ts.map +1 -1
  225. package/lib/components/helpers/state-utils.js.map +1 -1
  226. package/lib/components/helpers/template-utils.js.map +1 -1
  227. package/lib/components/helpers/utils.d.ts +1 -0
  228. package/lib/components/helpers/utils.d.ts.map +1 -1
  229. package/lib/components/helpers/utils.js +7 -1
  230. package/lib/components/helpers/utils.js.map +1 -1
  231. package/lib/components/helpers/versionHelpers.d.ts.map +1 -1
  232. package/lib/components/helpers/versionHelpers.js +0 -1
  233. package/lib/components/helpers/versionHelpers.js.map +1 -1
  234. package/lib/components/infra/ActionButtons/ActionButtons.d.ts.map +1 -1
  235. package/lib/components/infra/ActionButtons/ActionButtons.js +12 -7
  236. package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -1
  237. package/lib/components/infra/Assignment/Assignment.d.ts +2 -2
  238. package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -1
  239. package/lib/components/infra/Assignment/Assignment.js +32 -28
  240. package/lib/components/infra/Assignment/Assignment.js.map +1 -1
  241. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts +2 -2
  242. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts.map +1 -1
  243. package/lib/components/infra/AssignmentCard/AssignmentCard.js.map +1 -1
  244. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts +1 -2
  245. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -1
  246. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +15 -79
  247. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
  248. package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -1
  249. package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -1
  250. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts +1 -1
  251. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts.map +1 -1
  252. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js +0 -1
  253. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js.map +1 -1
  254. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts +1 -1
  255. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts.map +1 -1
  256. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +4 -5
  257. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
  258. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts +0 -1
  259. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts.map +1 -1
  260. package/lib/components/infra/Containers/SimpleView/helper.d.ts +0 -1
  261. package/lib/components/infra/Containers/SimpleView/helper.d.ts.map +1 -1
  262. package/lib/components/infra/Containers/SimpleView/helper.js.map +1 -1
  263. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts +1 -1
  264. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts.map +1 -1
  265. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +3 -4
  266. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -1
  267. package/lib/components/infra/Containers/container-helpers.d.ts +1 -0
  268. package/lib/components/infra/Containers/container-helpers.d.ts.map +1 -1
  269. package/lib/components/infra/Containers/container-helpers.js +46 -1
  270. package/lib/components/infra/Containers/container-helpers.js.map +1 -1
  271. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts +2 -2
  272. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -1
  273. package/lib/components/infra/DashboardFilter/DashboardFilter.js +1 -4
  274. package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -1
  275. package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -1
  276. package/lib/components/infra/DashboardFilter/filterUtils.js +2 -3
  277. package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -1
  278. package/lib/components/infra/DeferLoad/DeferLoad.d.ts +1 -1
  279. package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -1
  280. package/lib/components/infra/DeferLoad/DeferLoad.js +2 -4
  281. package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -1
  282. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts +1 -1
  283. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
  284. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js +0 -2
  285. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js.map +1 -1
  286. package/lib/components/infra/MultiStep/MultiStep.css +48 -70
  287. package/lib/components/infra/MultiStep/MultiStep.d.ts +2 -2
  288. package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -1
  289. package/lib/components/infra/MultiStep/MultiStep.js +19 -37
  290. package/lib/components/infra/MultiStep/MultiStep.js.map +1 -1
  291. package/lib/components/infra/NavBar/NavBar.css +1 -1
  292. package/lib/components/infra/NavBar/NavBar.d.ts +1 -1
  293. package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -1
  294. package/lib/components/infra/NavBar/NavBar.js +13 -7
  295. package/lib/components/infra/NavBar/NavBar.js.map +1 -1
  296. package/lib/components/infra/Reference/Reference.d.ts +1 -1
  297. package/lib/components/infra/Reference/Reference.d.ts.map +1 -1
  298. package/lib/components/infra/Reference/Reference.js +2 -3
  299. package/lib/components/infra/Reference/Reference.js.map +1 -1
  300. package/lib/components/infra/Region/Region.d.ts +1 -1
  301. package/lib/components/infra/Region/Region.d.ts.map +1 -1
  302. package/lib/components/infra/Region/Region.js.map +1 -1
  303. package/lib/components/infra/RootContainer/RootContainer.d.ts +2 -2
  304. package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -1
  305. package/lib/components/infra/RootContainer/RootContainer.js +0 -1
  306. package/lib/components/infra/RootContainer/RootContainer.js.map +1 -1
  307. package/lib/components/infra/Stages/Stages.d.ts +1 -1
  308. package/lib/components/infra/Stages/Stages.d.ts.map +1 -1
  309. package/lib/components/infra/Stages/Stages.js +2 -2
  310. package/lib/components/infra/Stages/Stages.js.map +1 -1
  311. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js +1 -1
  312. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js.map +1 -1
  313. package/lib/components/infra/View/View.d.ts +2 -2
  314. package/lib/components/infra/View/View.d.ts.map +1 -1
  315. package/lib/components/infra/View/View.js +2 -1
  316. package/lib/components/infra/View/View.js.map +1 -1
  317. package/lib/components/template/AdvancedSearch/AdvancedSearch.d.ts +2 -0
  318. package/lib/components/template/AdvancedSearch/AdvancedSearch.d.ts.map +1 -0
  319. package/lib/components/template/AdvancedSearch/AdvancedSearch.js +68 -0
  320. package/lib/components/template/AdvancedSearch/AdvancedSearch.js.map +1 -0
  321. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.d.ts +23 -0
  322. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.d.ts.map +1 -0
  323. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.js +26 -0
  324. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.js.map +1 -0
  325. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.d.ts +3 -0
  326. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.d.ts.map +1 -0
  327. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.js +179 -0
  328. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.js.map +1 -0
  329. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.d.ts +10 -0
  330. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.d.ts.map +1 -0
  331. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.js +25 -0
  332. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.js.map +1 -0
  333. package/lib/components/template/AdvancedSearch/SearchGroups/index.d.ts +2 -0
  334. package/lib/components/template/AdvancedSearch/SearchGroups/index.d.ts.map +1 -0
  335. package/lib/components/template/AdvancedSearch/SearchGroups/index.js +2 -0
  336. package/lib/components/template/AdvancedSearch/SearchGroups/index.js.map +1 -0
  337. package/lib/components/template/AdvancedSearch/SearchGroups/utils.d.ts +16 -0
  338. package/lib/components/template/AdvancedSearch/SearchGroups/utils.d.ts.map +1 -0
  339. package/lib/components/template/AdvancedSearch/SearchGroups/utils.js +22 -0
  340. package/lib/components/template/AdvancedSearch/SearchGroups/utils.js.map +1 -0
  341. package/lib/components/template/AdvancedSearch/TemplateContext.d.ts +10 -0
  342. package/lib/components/template/AdvancedSearch/TemplateContext.d.ts.map +1 -0
  343. package/lib/components/template/AdvancedSearch/TemplateContext.js +11 -0
  344. package/lib/components/template/AdvancedSearch/TemplateContext.js.map +1 -0
  345. package/lib/components/template/AdvancedSearch/index.d.ts +2 -0
  346. package/lib/components/template/AdvancedSearch/index.d.ts.map +1 -0
  347. package/lib/components/template/AdvancedSearch/index.js +2 -0
  348. package/lib/components/template/AdvancedSearch/index.js.map +1 -0
  349. package/lib/components/template/AppShell/AppShell.css +1 -1
  350. package/lib/components/template/AppShell/AppShell.d.ts +2 -2
  351. package/lib/components/template/AppShell/AppShell.d.ts.map +1 -1
  352. package/lib/components/template/AppShell/AppShell.js +10 -13
  353. package/lib/components/template/AppShell/AppShell.js.map +1 -1
  354. package/lib/components/template/BannerPage/BannerPage.d.ts +2 -2
  355. package/lib/components/template/BannerPage/BannerPage.d.ts.map +1 -1
  356. package/lib/components/template/BannerPage/BannerPage.js.map +1 -1
  357. package/lib/components/template/CaseSummary/CaseSummary.d.ts +4 -2
  358. package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -1
  359. package/lib/components/template/CaseSummary/CaseSummary.js +24 -37
  360. package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -1
  361. package/lib/components/template/CaseView/CaseView.d.ts +2 -2
  362. package/lib/components/template/CaseView/CaseView.d.ts.map +1 -1
  363. package/lib/components/template/CaseView/CaseView.js +13 -15
  364. package/lib/components/template/CaseView/CaseView.js.map +1 -1
  365. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +1 -1
  366. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -1
  367. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js +1 -1
  368. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -1
  369. package/lib/components/template/Confirmation/Confirmation.d.ts +2 -2
  370. package/lib/components/template/Confirmation/Confirmation.d.ts.map +1 -1
  371. package/lib/components/template/Confirmation/Confirmation.js +0 -1
  372. package/lib/components/template/Confirmation/Confirmation.js.map +1 -1
  373. package/lib/components/template/DataReference/DataReference.d.ts +9 -2
  374. package/lib/components/template/DataReference/DataReference.d.ts.map +1 -1
  375. package/lib/components/template/DataReference/DataReference.js +239 -80
  376. package/lib/components/template/DataReference/DataReference.js.map +1 -1
  377. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.d.ts +8 -0
  378. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.d.ts.map +1 -0
  379. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.js +9 -0
  380. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.js.map +1 -0
  381. package/lib/components/template/DataReference/SearchForm.d.ts +3 -0
  382. package/lib/components/template/DataReference/SearchForm.d.ts.map +1 -0
  383. package/lib/components/template/DataReference/SearchForm.js +87 -0
  384. package/lib/components/template/DataReference/SearchForm.js.map +1 -0
  385. package/lib/components/template/DataReference/utils.d.ts +15 -0
  386. package/lib/components/template/DataReference/utils.d.ts.map +1 -0
  387. package/lib/components/template/DataReference/utils.js +75 -0
  388. package/lib/components/template/DataReference/utils.js.map +1 -0
  389. package/lib/components/template/DefaultForm/DefaultForm.d.ts +2 -2
  390. package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -1
  391. package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -1
  392. package/lib/components/template/DefaultForm/utils/index.d.ts.map +1 -1
  393. package/lib/components/template/DefaultForm/utils/index.js +1 -2
  394. package/lib/components/template/DefaultForm/utils/index.js.map +1 -1
  395. package/lib/components/template/DefaultPage/DefaultPage.d.ts +36 -0
  396. package/lib/components/template/DefaultPage/DefaultPage.d.ts.map +1 -0
  397. package/lib/components/template/DefaultPage/DefaultPage.js +28 -0
  398. package/lib/components/template/DefaultPage/DefaultPage.js.map +1 -0
  399. package/lib/components/template/DefaultPage/index.d.ts +2 -0
  400. package/lib/components/template/DefaultPage/index.d.ts.map +1 -0
  401. package/lib/components/template/DefaultPage/index.js +2 -0
  402. package/lib/components/template/DefaultPage/index.js.map +1 -0
  403. package/lib/components/template/Details/Details/Details.d.ts +1 -1
  404. package/lib/components/template/Details/Details/Details.d.ts.map +1 -1
  405. package/lib/components/template/Details/Details/Details.js +2 -3
  406. package/lib/components/template/Details/Details/Details.js.map +1 -1
  407. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts +2 -2
  408. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -1
  409. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -1
  410. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +1 -1
  411. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -1
  412. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +2 -3
  413. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -1
  414. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +1 -1
  415. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -1
  416. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +2 -3
  417. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -1
  418. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts +1 -1
  419. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts.map +1 -1
  420. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js.map +1 -1
  421. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts +1 -1
  422. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -1
  423. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +1 -2
  424. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -1
  425. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts +2 -2
  426. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -1
  427. package/lib/components/template/InlineDashboard/InlineDashboard.js +2 -2
  428. package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -1
  429. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts +2 -2
  430. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -1
  431. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -1
  432. package/lib/components/template/ListPage/ListPage.d.ts +1 -1
  433. package/lib/components/template/ListPage/ListPage.d.ts.map +1 -1
  434. package/lib/components/template/ListPage/ListPage.js.map +1 -1
  435. package/lib/components/template/ListView/DefaultViewMeta.js.map +1 -1
  436. package/lib/components/template/ListView/ListView.d.ts +4 -1
  437. package/lib/components/template/ListView/ListView.d.ts.map +1 -1
  438. package/lib/components/template/ListView/ListView.js +133 -64
  439. package/lib/components/template/ListView/ListView.js.map +1 -1
  440. package/lib/components/template/ListView/hooks.d.ts.map +1 -1
  441. package/lib/components/template/ListView/hooks.js +2 -5
  442. package/lib/components/template/ListView/hooks.js.map +1 -1
  443. package/lib/components/template/ListView/utils.d.ts.map +1 -1
  444. package/lib/components/template/ListView/utils.js +28 -5
  445. package/lib/components/template/ListView/utils.js.map +1 -1
  446. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +1 -1
  447. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -1
  448. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -1
  449. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts +2 -2
  450. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -1
  451. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -1
  452. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +1 -1
  453. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -1
  454. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +2 -3
  455. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -1
  456. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +2 -2
  457. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -1
  458. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -1
  459. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +2 -2
  460. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -1
  461. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -1
  462. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts +2 -2
  463. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -1
  464. package/lib/components/template/OneColumn/OneColumn/OneColumn.js +2 -2
  465. package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -1
  466. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts +1 -1
  467. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -1
  468. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -1
  469. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts +2 -2
  470. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -1
  471. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -1
  472. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +1 -1
  473. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -1
  474. package/lib/components/template/PromotedFilters/PromotedFilters.js +0 -1
  475. package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -1
  476. package/lib/components/template/SelfServiceCaseView/SelfServiceCaseView.d.ts +2 -0
  477. package/lib/components/template/SelfServiceCaseView/SelfServiceCaseView.d.ts.map +1 -0
  478. package/lib/components/template/SelfServiceCaseView/SelfServiceCaseView.js +73 -0
  479. package/lib/components/template/SelfServiceCaseView/SelfServiceCaseView.js.map +1 -0
  480. package/lib/components/template/SelfServiceCaseView/index.d.ts +2 -0
  481. package/lib/components/template/SelfServiceCaseView/index.d.ts.map +1 -0
  482. package/lib/components/template/SelfServiceCaseView/index.js +2 -0
  483. package/lib/components/template/SelfServiceCaseView/index.js.map +1 -0
  484. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts +1 -1
  485. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -1
  486. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +1 -2
  487. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -1
  488. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +2 -2
  489. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -1
  490. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js +34 -32
  491. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -1
  492. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +1 -1
  493. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -1
  494. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -1
  495. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +1 -1
  496. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -1
  497. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js +3 -2
  498. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -1
  499. package/lib/components/template/SubTabs/SubTabs.d.ts +2 -2
  500. package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -1
  501. package/lib/components/template/SubTabs/SubTabs.js.map +1 -1
  502. package/lib/components/template/SubTabs/tabUtils.d.ts +10 -0
  503. package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -1
  504. package/lib/components/template/SubTabs/tabUtils.js +102 -1
  505. package/lib/components/template/SubTabs/tabUtils.js.map +1 -1
  506. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts +2 -2
  507. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -1
  508. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js +2 -3
  509. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -1
  510. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +1 -1
  511. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -1
  512. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -1
  513. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +2 -2
  514. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -1
  515. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js +2 -3
  516. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -1
  517. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts +2 -2
  518. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -1
  519. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -1
  520. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +1 -1
  521. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -1
  522. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +2 -3
  523. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -1
  524. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +2 -2
  525. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -1
  526. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -1
  527. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +2 -2
  528. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -1
  529. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -1
  530. package/lib/components/template/WssNavBar/WssNavBar.css +1 -1
  531. package/lib/components/template/WssNavBar/WssNavBar.d.ts +1 -1
  532. package/lib/components/template/WssNavBar/WssNavBar.d.ts.map +1 -1
  533. package/lib/components/template/WssNavBar/WssNavBar.js +4 -4
  534. package/lib/components/template/WssNavBar/WssNavBar.js.map +1 -1
  535. package/lib/components/template/utils.d.ts +7 -0
  536. package/lib/components/template/utils.d.ts.map +1 -0
  537. package/lib/components/template/utils.js +52 -0
  538. package/lib/components/template/utils.js.map +1 -0
  539. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts +1 -1
  540. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -1
  541. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -1
  542. package/lib/components/widget/Attachment/Attachment.css +6 -8
  543. package/lib/components/widget/Attachment/Attachment.d.ts +4 -2
  544. package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -1
  545. package/lib/components/widget/Attachment/Attachment.js +255 -202
  546. package/lib/components/widget/Attachment/Attachment.js.map +1 -1
  547. package/lib/components/widget/Attachment/Attachment.types.d.ts +90 -0
  548. package/lib/components/widget/Attachment/Attachment.types.d.ts.map +1 -0
  549. package/lib/components/widget/Attachment/Attachment.types.js +2 -0
  550. package/lib/components/widget/Attachment/Attachment.types.js.map +1 -0
  551. package/lib/components/widget/Attachment/AttachmentUtils.d.ts +25 -0
  552. package/lib/components/widget/Attachment/AttachmentUtils.d.ts.map +1 -0
  553. package/lib/components/widget/Attachment/AttachmentUtils.js +255 -0
  554. package/lib/components/widget/Attachment/AttachmentUtils.js.map +1 -0
  555. package/lib/components/widget/CaseHistory/CaseHistory.d.ts +1 -1
  556. package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -1
  557. package/lib/components/widget/CaseHistory/CaseHistory.js +2 -2
  558. package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -1
  559. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.css +0 -14
  560. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +1 -1
  561. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -1
  562. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +1 -1
  563. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -1
  564. package/lib/components/widget/FileUtility/FileUtility/FileUtility.css +7 -6
  565. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts +2 -1
  566. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -1
  567. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js +29 -17
  568. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -1
  569. package/lib/components/widget/Followers/Followers.d.ts +2 -2
  570. package/lib/components/widget/Followers/Followers.d.ts.map +1 -1
  571. package/lib/components/widget/Followers/Followers.js +0 -2
  572. package/lib/components/widget/Followers/Followers.js.map +1 -1
  573. package/lib/components/widget/QuickCreate/QuickCreate.d.ts +1 -1
  574. package/lib/components/widget/QuickCreate/QuickCreate.d.ts.map +1 -1
  575. package/lib/components/widget/QuickCreate/QuickCreate.js +0 -1
  576. package/lib/components/widget/QuickCreate/QuickCreate.js.map +1 -1
  577. package/lib/components/widget/SummaryItem/SummaryItem.css +9 -11
  578. package/lib/components/widget/SummaryItem/SummaryItem.d.ts +1 -1
  579. package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -1
  580. package/lib/components/widget/SummaryItem/SummaryItem.js +1 -1
  581. package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -1
  582. package/lib/components/widget/SummaryList/SummaryList.d.ts +1 -1
  583. package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -1
  584. package/lib/components/widget/SummaryList/SummaryList.js.map +1 -1
  585. package/lib/components/widget/ToDo/ToDo.css +1 -13
  586. package/lib/components/widget/ToDo/ToDo.d.ts +1 -1
  587. package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -1
  588. package/lib/components/widget/ToDo/ToDo.js +21 -16
  589. package/lib/components/widget/ToDo/ToDo.js.map +1 -1
  590. package/lib/hooks/useAfterInitialEffect.d.ts +1 -1
  591. package/lib/hooks/useAfterInitialEffect.d.ts.map +1 -1
  592. package/lib/hooks/useAfterInitialEffect.js.map +1 -1
  593. package/lib/hooks/useConsolidatedRef.d.ts +1 -1
  594. package/lib/hooks/useConsolidatedRef.d.ts.map +1 -1
  595. package/lib/hooks/useConsolidatedRef.js.map +1 -1
  596. package/lib/hooks/useFocusFirstField.d.ts.map +1 -1
  597. package/lib/hooks/useFocusFirstField.js.map +1 -1
  598. package/lib/hooks/useGetTabsCount.d.ts +10 -0
  599. package/lib/hooks/useGetTabsCount.d.ts.map +1 -0
  600. package/lib/hooks/useGetTabsCount.js +165 -0
  601. package/lib/hooks/useGetTabsCount.js.map +1 -0
  602. package/lib/hooks/useIsMount.d.ts +2 -0
  603. package/lib/hooks/useIsMount.d.ts.map +1 -0
  604. package/lib/hooks/useIsMount.js +9 -0
  605. package/lib/hooks/useIsMount.js.map +1 -0
  606. package/lib/hooks/useScrolltoTop.d.ts.map +1 -1
  607. package/lib/mediaco/ToDo/ToDo.css +81 -0
  608. package/lib/mediaco/ToDo/ToDo.d.ts +16 -0
  609. package/lib/mediaco/ToDo/ToDo.d.ts.map +1 -0
  610. package/lib/mediaco/ToDo/ToDo.js +187 -0
  611. package/lib/mediaco/ToDo/ToDo.js.map +1 -0
  612. package/lib/mediaco/ToDo/index.d.ts +2 -0
  613. package/lib/mediaco/ToDo/index.d.ts.map +1 -0
  614. package/lib/mediaco/ToDo/index.js +2 -0
  615. package/lib/mediaco/ToDo/index.js.map +1 -0
  616. package/lib/samples/Embedded/styles.css +26 -0
  617. package/lib/sdk-pega-component-map.d.ts +119 -103
  618. package/lib/sdk-pega-component-map.d.ts.map +1 -1
  619. package/lib/sdk-pega-component-map.js +20 -3
  620. package/lib/sdk-pega-component-map.js.map +1 -1
  621. package/lib/theme.d.ts +30 -1
  622. package/lib/theme.d.ts.map +1 -1
  623. package/lib/theme.js +209 -2
  624. package/lib/theme.js.map +1 -1
  625. package/lib/types/PConnProps.d.ts +1 -1
  626. package/package.json +32 -1
  627. package/lib/components/helpers/attachmentHelpers.d.ts +0 -13
  628. package/lib/components/helpers/attachmentHelpers.d.ts.map +0 -1
  629. package/lib/components/helpers/attachmentHelpers.js +0 -72
  630. package/lib/components/helpers/attachmentHelpers.js.map +0 -1
@@ -2,6 +2,7 @@ export default pegaSdkComponentMap;
2
2
  declare namespace pegaSdkComponentMap {
3
3
  export { ActionButtons };
4
4
  export { ActionButtonsForFileUtil };
5
+ export { AdvancedSearch };
5
6
  export { AlertBanner };
6
7
  export { AppAnnouncement };
7
8
  export { AppShell };
@@ -26,6 +27,7 @@ declare namespace pegaSdkComponentMap {
26
27
  export { DateTime };
27
28
  export { Decimal };
28
29
  export { DefaultForm };
30
+ export { DefaultPage };
29
31
  export { DeferLoad };
30
32
  export { Details };
31
33
  export { DetailsSubTabs };
@@ -50,6 +52,7 @@ declare namespace pegaSdkComponentMap {
50
52
  export { ListPage };
51
53
  export { ListView };
52
54
  export { ListViewActionButtons };
55
+ export { Location };
53
56
  export { ModalViewContainer };
54
57
  export { MultiReferenceReadOnly };
55
58
  export { Multiselect };
@@ -59,6 +62,7 @@ declare namespace pegaSdkComponentMap {
59
62
  export { NarrowWideForm };
60
63
  export { NarrowWidePage };
61
64
  export { NavBar };
65
+ export { ObjectReference };
62
66
  export { OneColumn };
63
67
  export { OneColumnPage };
64
68
  export { OneColumnTab };
@@ -75,6 +79,10 @@ declare namespace pegaSdkComponentMap {
75
79
  export { RichTextEditor };
76
80
  export { RootContainer };
77
81
  export { ScalarList };
82
+ export { SearchForm };
83
+ export { SearchGroups };
84
+ export { SelectableCard };
85
+ export { SelfServiceCaseView };
78
86
  export { SemanticLink };
79
87
  export { SimpleTable };
80
88
  export { SimpleTableManual };
@@ -104,107 +112,115 @@ declare namespace pegaSdkComponentMap {
104
112
  export { WssNavBar };
105
113
  export { WssQuickCreate };
106
114
  }
107
- import ActionButtons from "../lib/components/infra/ActionButtons";
108
- import ActionButtonsForFileUtil from "./components/widget/FileUtility/ActionButtonsForFileUtil";
109
- import AlertBanner from "./components/designSystemExtension/AlertBanner";
110
- import AppAnnouncement from "./components/widget/AppAnnouncement";
111
- import AppShell from "./components/template/AppShell/AppShell";
112
- import Assignment from "./components/infra/Assignment/Assignment";
113
- import AssignmentCard from "./components/infra/AssignmentCard/AssignmentCard";
114
- import Attachment from "./components/widget/Attachment";
115
- import AutoComplete from "./components/field/AutoComplete";
116
- import Banner from "./components/designSystemExtension/Banner";
117
- import BannerPage from "./components/template/BannerPage";
118
- import CancelAlert from "./components/field/CancelAlert";
119
- import CaseHistory from "./components/widget/CaseHistory";
120
- import CaseSummary from "./components/template/CaseSummary";
121
- import CaseSummaryFields from "./components/designSystemExtension/CaseSummaryFields";
122
- import CaseView from "./components/template/CaseView";
123
- import CaseViewActionsMenu from "./components/template/CaseViewActionsMenu";
124
- import Checkbox from "./components/field/Checkbox";
125
- import Confirmation from "./components/template/Confirmation";
126
- import Currency from "./components/field/Currency";
127
- import DashboardFilter from "./components/infra/DashboardFilter";
128
- import DataReference from "./components/template/DataReference";
129
- import Date from "./components/field/Date";
130
- import DateTime from "./components/field/DateTime";
131
- import Decimal from "./components/field/Decimal";
132
- import DefaultForm from "./components/template/DefaultForm";
133
- import DeferLoad from "./components/infra/DeferLoad";
134
- import Details from "./components/template/Details/Details";
135
- import DetailsSubTabs from "./components/template/Details/DetailsSubTabs";
136
- import DetailsThreeColumn from "./components/template/Details/DetailsThreeColumn";
137
- import DetailsTwoColumn from "./components/template/Details/DetailsTwoColumn/DetailsTwoColumn";
138
- import Dropdown from "./components/field/Dropdown";
139
- import DynamicTabs from "./components/template/Details/DynamicTabs";
140
- import Email from "./components/field/Email/Email";
141
- import ErrorBoundary from "./components/infra/ErrorBoundary";
142
- import FieldGroup from "./components/designSystemExtension/FieldGroup";
143
- import FieldGroupList from "./components/designSystemExtension/FieldGroupList";
144
- import FieldGroupTemplate from "./components/template/FieldGroupTemplate";
145
- import FieldValueList from "./components/designSystemExtension/FieldValueList";
146
- import FileUtility from "./components/widget/FileUtility/FileUtility";
147
- import FlowContainer from "./components/infra/Containers/FlowContainer";
148
- import Followers from "./components/widget/Followers";
149
- import Group from "./components/field/Group";
150
- import InlineDashboard from "./components/template/InlineDashboard";
151
- import InlineDashboardPage from "./components/template/InlineDashboardPage/InlineDashboardPage";
152
- import Integer from "./components/field/Integer";
153
- import LeftAlignVerticalTabs from "./components/infra/VerticalTabs/LeftAlignVerticalTabs";
154
- import ListPage from "./components/template/ListPage/ListPage";
155
- import ListView from "./components/template/ListView";
156
- import ListViewActionButtons from "./components/infra/Containers/ModalViewContainer/ListViewActionButtons";
157
- import ModalViewContainer from "./components/infra/Containers/ModalViewContainer/ModalViewContainer";
158
- import MultiReferenceReadOnly from "./components/template/MultiReferenceReadOnly";
159
- import Multiselect from "./components/field/Multiselect/Multiselect";
160
- import MultiStep from "./components/infra/MultiStep";
161
- import NarrowWide from "./components/template/NarrowWide/NarrowWide";
162
- import NarrowWideDetails from "./components/template/NarrowWide/NarrowWideDetails";
163
- import NarrowWideForm from "./components/template/NarrowWide/NarrowWideForm";
164
- import NarrowWidePage from "./components/template/NarrowWide/NarrowWidePage";
165
- import NavBar from "./components/infra/NavBar";
166
- import OneColumn from "./components/template/OneColumn/OneColumn";
167
- import OneColumnPage from "./components/template/OneColumn/OneColumnPage";
168
- import OneColumnTab from "./components/template/OneColumn/OneColumnTab";
169
- import Operator from "./components/designSystemExtension/Operator";
170
- import Percentage from "./components/field/Percentage";
171
- import Phone from "./components/field/Phone/Phone";
172
- import PromotedFilters from "./components/template/PromotedFilters";
173
- import Pulse from "./components/designSystemExtension/Pulse";
174
- import QuickCreate from "./components/widget/QuickCreate";
175
- import Reference from "./components/infra/Reference/Reference";
176
- import RadioButtons from "./components/field/RadioButtons";
177
- import Region from "./components/infra/Region/Region";
178
- import RichText from "./components/field/RichText";
179
- import RichTextEditor from "./components/designSystemExtension/RichTextEditor";
180
- import RootContainer from "./components/infra/RootContainer/RootContainer";
181
- import ScalarList from "./components/field/ScalarList";
182
- import SemanticLink from "./components/field/SemanticLink";
183
- import SimpleTable from "./components/template/SimpleTable/SimpleTable";
184
- import SimpleTableManual from "./components/template/SimpleTable/SimpleTableManual";
185
- import SimpleTableSelect from "./components/template/SimpleTable/SimpleTableSelect";
186
- import SingleReferenceReadOnly from "./components/template/SingleReferenceReadOnly";
187
- import Stages from "./components/infra/Stages";
188
- import SubTabs from "./components/template/SubTabs";
189
- import SummaryItem from "./components/widget/SummaryItem";
190
- import SummaryList from "./components/widget/SummaryList";
191
- import TextArea from "./components/field/TextArea";
192
- import TextContent from "./components/field/TextContent";
193
- import TextInput from "./components/field/TextInput/TextInput";
194
- import Time from "./components/field/Time";
195
- import ToDo from "./components/widget/ToDo";
196
- import TwoColumn from "./components/template/TwoColumn/TwoColumn";
197
- import TwoColumnPage from "./components/template/TwoColumn/TwoColumnPage";
198
- import TwoColumnTab from "./components/template/TwoColumn/TwoColumnTab";
199
- import URL from "./components/field/URL";
200
- import UserReference from "./components/field/UserReference";
201
- import VerticalTabs from "./components/infra/VerticalTabs/VerticalTabs";
202
- import View from "./components/infra/View";
203
- import ViewContainer from "./components/infra/Containers/ViewContainer";
204
- import WideNarrow from "./components/template/WideNarrow/WideNarrow";
205
- import WideNarrowDetails from "./components/template/WideNarrow/WideNarrowDetails";
206
- import WideNarrowForm from "./components/template/WideNarrow/WideNarrowForm";
207
- import WideNarrowPage from "./components/template/WideNarrow/WideNarrowPage";
208
- import WssNavBar from "./components/template/WssNavBar/WssNavBar";
209
- import WssQuickCreate from "./components/designSystemExtension/WssQuickCreate";
115
+ import ActionButtons from './components/infra/ActionButtons';
116
+ import ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';
117
+ import AdvancedSearch from './components/template/AdvancedSearch';
118
+ import AlertBanner from './components/designSystemExtension/AlertBanner';
119
+ import AppAnnouncement from './components/widget/AppAnnouncement';
120
+ import AppShell from './components/template/AppShell/AppShell';
121
+ import Assignment from './components/infra/Assignment/Assignment';
122
+ import AssignmentCard from './components/infra/AssignmentCard/AssignmentCard';
123
+ import Attachment from './components/widget/Attachment';
124
+ import AutoComplete from './components/field/AutoComplete';
125
+ import Banner from './components/designSystemExtension/Banner';
126
+ import BannerPage from './components/template/BannerPage';
127
+ import CancelAlert from './components/field/CancelAlert';
128
+ import CaseHistory from './components/widget/CaseHistory';
129
+ import CaseSummary from './components/template/CaseSummary';
130
+ import CaseSummaryFields from './components/designSystemExtension/CaseSummaryFields';
131
+ import CaseView from './components/template/CaseView';
132
+ import CaseViewActionsMenu from './components/template/CaseViewActionsMenu';
133
+ import Checkbox from './components/field/Checkbox';
134
+ import Confirmation from './components/template/Confirmation';
135
+ import Currency from './components/field/Currency';
136
+ import DashboardFilter from './components/infra/DashboardFilter';
137
+ import DataReference from './components/template/DataReference';
138
+ import Date from './components/field/Date';
139
+ import DateTime from './components/field/DateTime';
140
+ import Decimal from './components/field/Decimal';
141
+ import DefaultForm from './components/template/DefaultForm';
142
+ import DefaultPage from './components/template/DefaultPage';
143
+ import DeferLoad from './components/infra/DeferLoad';
144
+ import Details from './components/template/Details/Details';
145
+ import DetailsSubTabs from './components/template/Details/DetailsSubTabs';
146
+ import DetailsThreeColumn from './components/template/Details/DetailsThreeColumn';
147
+ import DetailsTwoColumn from './components/template/Details/DetailsTwoColumn/DetailsTwoColumn';
148
+ import Dropdown from './components/field/Dropdown';
149
+ import DynamicTabs from './components/template/Details/DynamicTabs';
150
+ import Email from './components/field/Email/Email';
151
+ import ErrorBoundary from './components/infra/ErrorBoundary';
152
+ import FieldGroup from './components/designSystemExtension/FieldGroup';
153
+ import FieldGroupList from './components/designSystemExtension/FieldGroupList';
154
+ import FieldGroupTemplate from './components/template/FieldGroupTemplate';
155
+ import FieldValueList from './components/designSystemExtension/FieldValueList';
156
+ import FileUtility from './components/widget/FileUtility/FileUtility';
157
+ import FlowContainer from './components/infra/Containers/FlowContainer';
158
+ import Followers from './components/widget/Followers';
159
+ import Group from './components/field/Group';
160
+ import InlineDashboard from './components/template/InlineDashboard';
161
+ import InlineDashboardPage from './components/template/InlineDashboardPage/InlineDashboardPage';
162
+ import Integer from './components/field/Integer';
163
+ import LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVerticalTabs';
164
+ import ListPage from './components/template/ListPage/ListPage';
165
+ import ListView from './components/template/ListView';
166
+ import ListViewActionButtons from './components/infra/Containers/ModalViewContainer/ListViewActionButtons';
167
+ import Location from './components/field/Location';
168
+ import ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';
169
+ import MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';
170
+ import Multiselect from './components/field/Multiselect/Multiselect';
171
+ import MultiStep from './components/infra/MultiStep';
172
+ import NarrowWide from './components/template/NarrowWide/NarrowWide';
173
+ import NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetails';
174
+ import NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';
175
+ import NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';
176
+ import NavBar from './components/infra/NavBar';
177
+ import ObjectReference from './components/field/ObjectReference';
178
+ import OneColumn from './components/template/OneColumn/OneColumn';
179
+ import OneColumnPage from './components/template/OneColumn/OneColumnPage';
180
+ import OneColumnTab from './components/template/OneColumn/OneColumnTab';
181
+ import Operator from './components/designSystemExtension/Operator';
182
+ import Percentage from './components/field/Percentage';
183
+ import Phone from './components/field/Phone/Phone';
184
+ import PromotedFilters from './components/template/PromotedFilters';
185
+ import Pulse from './components/designSystemExtension/Pulse';
186
+ import QuickCreate from './components/widget/QuickCreate';
187
+ import Reference from './components/infra/Reference/Reference';
188
+ import RadioButtons from './components/field/RadioButtons';
189
+ import Region from './components/infra/Region/Region';
190
+ import RichText from './components/field/RichText';
191
+ import RichTextEditor from './components/designSystemExtension/RichTextEditor';
192
+ import RootContainer from './components/infra/RootContainer/RootContainer';
193
+ import ScalarList from './components/field/ScalarList';
194
+ import SearchForm from './components/template/DataReference/SearchForm';
195
+ import SearchGroups from './components/template/AdvancedSearch/SearchGroups';
196
+ import SelectableCard from './components/field/SelectableCard';
197
+ import SelfServiceCaseView from './components/template/SelfServiceCaseView';
198
+ import SemanticLink from './components/field/SemanticLink';
199
+ import SimpleTable from './components/template/SimpleTable/SimpleTable';
200
+ import SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';
201
+ import SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';
202
+ import SingleReferenceReadOnly from './components/template/SingleReferenceReadOnly';
203
+ import Stages from './components/infra/Stages';
204
+ import SubTabs from './components/template/SubTabs';
205
+ import SummaryItem from './components/widget/SummaryItem';
206
+ import SummaryList from './components/widget/SummaryList';
207
+ import TextArea from './components/field/TextArea';
208
+ import TextContent from './components/field/TextContent';
209
+ import TextInput from './components/field/TextInput/TextInput';
210
+ import Time from './components/field/Time';
211
+ import ToDo from './components/widget/ToDo';
212
+ import TwoColumn from './components/template/TwoColumn/TwoColumn';
213
+ import TwoColumnPage from './components/template/TwoColumn/TwoColumnPage';
214
+ import TwoColumnTab from './components/template/TwoColumn/TwoColumnTab';
215
+ import URL from './components/field/URL';
216
+ import UserReference from './components/field/UserReference';
217
+ import VerticalTabs from './components/infra/VerticalTabs/VerticalTabs';
218
+ import View from './components/infra/View';
219
+ import ViewContainer from './components/infra/Containers/ViewContainer';
220
+ import WideNarrow from './components/template/WideNarrow/WideNarrow';
221
+ import WideNarrowDetails from './components/template/WideNarrow/WideNarrowDetails';
222
+ import WideNarrowForm from './components/template/WideNarrow/WideNarrowForm';
223
+ import WideNarrowPage from './components/template/WideNarrow/WideNarrowPage';
224
+ import WssNavBar from './components/template/WssNavBar/WssNavBar';
225
+ import WssQuickCreate from './components/designSystemExtension/WssQuickCreate';
210
226
  //# sourceMappingURL=sdk-pega-component-map.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sdk-pega-component-map.d.ts","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":""}
1
+ {"version":3,"file":"sdk-pega-component-map.d.ts","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAO0B,kCAAkC;qCACvB,0DAA0D;2BACpE,sCAAsC;wBACzC,gDAAgD;4BAC5C,qCAAqC;qBAC5C,yCAAyC;uBACvC,0CAA0C;2BACtC,kDAAkD;uBACtD,gCAAgC;yBAC9B,iCAAiC;mBACvC,2CAA2C;uBACvC,kCAAkC;wBACjC,gCAAgC;wBAChC,iCAAiC;wBACjC,mCAAmC;8BAC7B,sDAAsD;qBAC/D,gCAAgC;gCACrB,2CAA2C;qBACtD,6BAA6B;yBACzB,oCAAoC;qBACxC,6BAA6B;4BACtB,oCAAoC;0BACtC,qCAAqC;iBAC9C,yBAAyB;qBACrB,6BAA6B;oBAC9B,4BAA4B;wBACxB,mCAAmC;wBACnC,mCAAmC;sBACrC,8BAA8B;oBAChC,uCAAuC;2BAChC,8CAA8C;+BAC1C,kDAAkD;6BACpD,iEAAiE;qBACzE,6BAA6B;wBAC1B,2CAA2C;kBACjD,gCAAgC;0BACxB,kCAAkC;uBACrC,+CAA+C;2BAC3C,mDAAmD;+BAC/C,0CAA0C;2BAC9C,mDAAmD;wBACtD,6CAA6C;0BAC3C,6CAA6C;sBACjD,+BAA+B;kBACnC,0BAA0B;4BAChB,uCAAuC;gCACnC,+DAA+D;oBAC3E,4BAA4B;kCACd,uDAAuD;qBACpE,yCAAyC;qBACzC,gCAAgC;kCACnB,wEAAwE;qBACrF,6BAA6B;+BACnB,qEAAqE;mCACjE,8CAA8C;wBACzD,4CAA4C;sBAC9C,8BAA8B;uBAC7B,6CAA6C;8BACtC,oDAAoD;2BACvD,iDAAiD;2BACjD,iDAAiD;mBACzD,2BAA2B;4BAClB,oCAAoC;sBAC1C,2CAA2C;0BACvC,+CAA+C;yBAChD,8CAA8C;qBAClD,6CAA6C;uBAC3C,+BAA+B;kBACpC,gCAAgC;4BACtB,uCAAuC;kBACjD,0CAA0C;wBACpC,iCAAiC;sBAEnC,wCAAwC;yBADrC,iCAAiC;mBAEvC,kCAAkC;qBAChC,6BAA6B;2BACvB,mDAAmD;0BACpD,gDAAgD;uBACnD,+BAA+B;uBAC/B,gDAAgD;yBAC9C,mDAAmD;2BAGjD,mCAAmC;gCAF9B,2CAA2C;yBAClD,iCAAiC;wBAElC,+CAA+C;8BACzC,qDAAqD;8BACrD,qDAAqD;oCAC/C,+CAA+C;mBAChE,2BAA2B;oBAC1B,+BAA+B;wBAC3B,iCAAiC;wBACjC,iCAAiC;qBACpC,6BAA6B;wBAC1B,gCAAgC;sBAClC,wCAAwC;iBAC7C,yBAAyB;iBACzB,0BAA0B;sBACrB,2CAA2C;0BACvC,+CAA+C;yBAChD,8CAA8C;gBACvD,wBAAwB;0BACd,kCAAkC;yBACnC,8CAA8C;iBACtD,yBAAyB;0BAChB,6CAA6C;uBAChD,6CAA6C;8BACtC,oDAAoD;2BACvD,iDAAiD;2BACjD,iDAAiD;sBACtD,2CAA2C;2BACtC,mDAAmD"}
@@ -1,9 +1,11 @@
1
+ /* eslint-disable no-redeclare */
1
2
  // When this code is run from the generated npm module, the components are
2
3
  // placed in the npm module's 'lib' directory. So, we expect to import from there.
3
4
  // This file should import and expose ALL of the components that may be
4
5
  // dynamically rendered at runtime via calls to react_pconnect or the View component
5
- import ActionButtons from '../lib/components/infra/ActionButtons';
6
+ import ActionButtons from './components/infra/ActionButtons';
6
7
  import ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';
8
+ import AdvancedSearch from './components/template/AdvancedSearch';
7
9
  import AlertBanner from './components/designSystemExtension/AlertBanner';
8
10
  import AppAnnouncement from './components/widget/AppAnnouncement';
9
11
  import AppShell from './components/template/AppShell/AppShell';
@@ -28,6 +30,7 @@ import Date from './components/field/Date';
28
30
  import DateTime from './components/field/DateTime';
29
31
  import Decimal from './components/field/Decimal';
30
32
  import DefaultForm from './components/template/DefaultForm';
33
+ import DefaultPage from './components/template/DefaultPage';
31
34
  import DeferLoad from './components/infra/DeferLoad';
32
35
  import Details from './components/template/Details/Details';
33
36
  import DetailsSubTabs from './components/template/Details/DetailsSubTabs';
@@ -52,6 +55,7 @@ import LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVert
52
55
  import ListPage from './components/template/ListPage/ListPage';
53
56
  import ListView from './components/template/ListView';
54
57
  import ListViewActionButtons from './components/infra/Containers/ModalViewContainer/ListViewActionButtons';
58
+ import Location from './components/field/Location';
55
59
  import ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';
56
60
  import MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';
57
61
  import Multiselect from './components/field/Multiselect/Multiselect';
@@ -61,6 +65,7 @@ import NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetail
61
65
  import NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';
62
66
  import NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';
63
67
  import NavBar from './components/infra/NavBar';
68
+ import ObjectReference from './components/field/ObjectReference';
64
69
  import OneColumn from './components/template/OneColumn/OneColumn';
65
70
  import OneColumnPage from './components/template/OneColumn/OneColumnPage';
66
71
  import OneColumnTab from './components/template/OneColumn/OneColumnTab';
@@ -77,7 +82,11 @@ import RichText from './components/field/RichText';
77
82
  import RichTextEditor from './components/designSystemExtension/RichTextEditor';
78
83
  import RootContainer from './components/infra/RootContainer/RootContainer';
79
84
  import ScalarList from './components/field/ScalarList';
85
+ import SearchForm from './components/template/DataReference/SearchForm';
86
+ import SearchGroups from './components/template/AdvancedSearch/SearchGroups';
87
+ import SelfServiceCaseView from './components/template/SelfServiceCaseView';
80
88
  import SemanticLink from './components/field/SemanticLink';
89
+ import SelectableCard from './components/field/SelectableCard';
81
90
  import SimpleTable from './components/template/SimpleTable/SimpleTable';
82
91
  import SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';
83
92
  import SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';
@@ -115,6 +124,7 @@ import WssQuickCreate from './components/designSystemExtension/WssQuickCreate';
115
124
  const pegaSdkComponentMap = {
116
125
  ActionButtons,
117
126
  ActionButtonsForFileUtil,
127
+ AdvancedSearch,
118
128
  AlertBanner,
119
129
  AppAnnouncement,
120
130
  AppShell,
@@ -139,6 +149,7 @@ const pegaSdkComponentMap = {
139
149
  DateTime,
140
150
  Decimal,
141
151
  DefaultForm,
152
+ DefaultPage,
142
153
  DeferLoad,
143
154
  Details,
144
155
  DetailsSubTabs,
@@ -163,6 +174,7 @@ const pegaSdkComponentMap = {
163
174
  ListPage,
164
175
  ListView,
165
176
  ListViewActionButtons,
177
+ Location,
166
178
  ModalViewContainer,
167
179
  MultiReferenceReadOnly,
168
180
  Multiselect,
@@ -172,6 +184,7 @@ const pegaSdkComponentMap = {
172
184
  NarrowWideForm,
173
185
  NarrowWidePage,
174
186
  NavBar,
187
+ ObjectReference,
175
188
  OneColumn,
176
189
  OneColumnPage,
177
190
  OneColumnTab,
@@ -181,13 +194,17 @@ const pegaSdkComponentMap = {
181
194
  PromotedFilters,
182
195
  Pulse,
183
196
  QuickCreate,
184
- reference: Reference,
197
+ reference: Reference, // See note about about non-standard capitalization
185
198
  RadioButtons,
186
199
  Region,
187
200
  RichText,
188
201
  RichTextEditor,
189
202
  RootContainer,
190
203
  ScalarList,
204
+ SearchForm,
205
+ SearchGroups,
206
+ SelectableCard,
207
+ SelfServiceCaseView,
191
208
  SemanticLink,
192
209
  SimpleTable,
193
210
  SimpleTableManual,
@@ -201,7 +218,7 @@ const pegaSdkComponentMap = {
201
218
  TextContent,
202
219
  TextInput,
203
220
  Time,
204
- Todo: ToDo,
221
+ Todo: ToDo, // See note about about non-standard capitalization
205
222
  TwoColumn,
206
223
  TwoColumnPage,
207
224
  TwoColumnTab,
@@ -1 +1 @@
1
- {"version":3,"file":"sdk-pega-component-map.js","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":"AAAA,0EAA0E;AAC1E,mFAAmF;AACnF,wEAAwE;AACxE,qFAAqF;AAErF,OAAO,aAAa,MAAM,uCAAuC,CAAC;AAElE,OAAO,wBAAwB,MAAM,0DAA0D,CAAC;AAChG,OAAO,WAAW,MAAM,gDAAgD,CAAC;AACzE,OAAO,eAAe,MAAM,qCAAqC,CAAC;AAClE,OAAO,QAAQ,MAAM,yCAAyC,CAAC;AAC/D,OAAO,UAAU,MAAM,0CAA0C,CAAC;AAClE,OAAO,cAAc,MAAM,kDAAkD,CAAC;AAC9E,OAAO,UAAU,MAAM,gCAAgC,CAAC;AACxD,OAAO,YAAY,MAAM,iCAAiC,CAAC;AAC3D,OAAO,MAAM,MAAM,2CAA2C,CAAC;AAC/D,OAAO,UAAU,MAAM,kCAAkC,CAAC;AAC1D,OAAO,WAAW,MAAM,gCAAgC,CAAC;AACzD,OAAO,WAAW,MAAM,iCAAiC,CAAC;AAC1D,OAAO,WAAW,MAAM,mCAAmC,CAAC;AAC5D,OAAO,iBAAiB,MAAM,sDAAsD,CAAC;AACrF,OAAO,QAAQ,MAAM,gCAAgC,CAAC;AACtD,OAAO,mBAAmB,MAAM,2CAA2C,CAAC;AAC5E,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,YAAY,MAAM,oCAAoC,CAAC;AAC9D,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,eAAe,MAAM,oCAAoC,CAAC;AACjE,OAAO,aAAa,MAAM,qCAAqC,CAAC;AAChE,OAAO,IAAI,MAAM,yBAAyB,CAAC;AAC3C,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,OAAO,MAAM,4BAA4B,CAAC;AACjD,OAAO,WAAW,MAAM,mCAAmC,CAAC;AAC5D,OAAO,SAAS,MAAM,8BAA8B,CAAC;AACrD,OAAO,OAAO,MAAM,uCAAuC,CAAC;AAC5D,OAAO,cAAc,MAAM,8CAA8C,CAAC;AAC1E,OAAO,kBAAkB,MAAM,kDAAkD,CAAC;AAClF,OAAO,gBAAgB,MAAM,iEAAiE,CAAC;AAC/F,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,WAAW,MAAM,2CAA2C,CAAC;AACpE,OAAO,KAAK,MAAM,gCAAgC,CAAC;AACnD,OAAO,aAAa,MAAM,kCAAkC,CAAC;AAC7D,OAAO,UAAU,MAAM,+CAA+C,CAAC;AACvE,OAAO,cAAc,MAAM,mDAAmD,CAAC;AAC/E,OAAO,kBAAkB,MAAM,0CAA0C,CAAC;AAC1E,OAAO,cAAc,MAAM,mDAAmD,CAAC;AAC/E,OAAO,WAAW,MAAM,6CAA6C,CAAC;AACtE,OAAO,aAAa,MAAM,6CAA6C,CAAC;AACxE,OAAO,SAAS,MAAM,+BAA+B,CAAC;AACtD,OAAO,KAAK,MAAM,0BAA0B,CAAC;AAC7C,OAAO,eAAe,MAAM,uCAAuC,CAAC;AACpE,OAAO,mBAAmB,MAAM,+DAA+D,CAAC;AAChG,OAAO,OAAO,MAAM,4BAA4B,CAAC;AACjD,OAAO,qBAAqB,MAAM,uDAAuD,CAAC;AAC1F,OAAO,QAAQ,MAAM,yCAAyC,CAAC;AAC/D,OAAO,QAAQ,MAAM,gCAAgC,CAAC;AACtD,OAAO,qBAAqB,MAAM,wEAAwE,CAAC;AAC3G,OAAO,kBAAkB,MAAM,qEAAqE,CAAC;AACrG,OAAO,sBAAsB,MAAM,8CAA8C,CAAC;AAClF,OAAO,WAAW,MAAM,4CAA4C,CAAC;AACrE,OAAO,SAAS,MAAM,8BAA8B,CAAC;AACrD,OAAO,UAAU,MAAM,6CAA6C,CAAC;AACrE,OAAO,iBAAiB,MAAM,oDAAoD,CAAC;AACnF,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,MAAM,MAAM,2BAA2B,CAAC;AAC/C,OAAO,SAAS,MAAM,2CAA2C,CAAC;AAClE,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAC1E,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,QAAQ,MAAM,6CAA6C,CAAC;AACnE,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,KAAK,MAAM,gCAAgC,CAAC;AACnD,OAAO,eAAe,MAAM,uCAAuC,CAAC;AACpE,OAAO,KAAK,MAAM,0CAA0C,CAAC;AAC7D,OAAO,WAAW,MAAM,iCAAiC,CAAC;AAC1D,OAAO,YAAY,MAAM,iCAAiC,CAAC;AAC3D,OAAO,SAAS,MAAM,wCAAwC,CAAC;AAC/D,OAAO,MAAM,MAAM,kCAAkC,CAAC;AACtD,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,cAAc,MAAM,mDAAmD,CAAC;AAC/E,OAAO,aAAa,MAAM,gDAAgD,CAAC;AAC3E,OAAO,UAAU,MAAM,+BAA+B,CAAC;AACvD,OAAO,YAAY,MAAM,iCAAiC,CAAC;AAC3D,OAAO,WAAW,MAAM,+CAA+C,CAAC;AACxE,OAAO,iBAAiB,MAAM,qDAAqD,CAAC;AACpF,OAAO,iBAAiB,MAAM,qDAAqD,CAAC;AACpF,OAAO,uBAAuB,MAAM,+CAA+C,CAAC;AACpF,OAAO,MAAM,MAAM,2BAA2B,CAAC;AAC/C,OAAO,OAAO,MAAM,+BAA+B,CAAC;AACpD,OAAO,WAAW,MAAM,iCAAiC,CAAC;AAC1D,OAAO,WAAW,MAAM,iCAAiC,CAAC;AAC1D,OAAO,QAAQ,MAAM,6BAA6B,CAAC;AACnD,OAAO,WAAW,MAAM,gCAAgC,CAAC;AACzD,OAAO,SAAS,MAAM,wCAAwC,CAAC;AAC/D,OAAO,IAAI,MAAM,yBAAyB,CAAC;AAC3C,OAAO,IAAI,MAAM,0BAA0B,CAAC;AAC5C,OAAO,SAAS,MAAM,2CAA2C,CAAC;AAClE,OAAO,aAAa,MAAM,+CAA+C,CAAC;AAC1E,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,GAAG,MAAM,wBAAwB,CAAC;AACzC,OAAO,aAAa,MAAM,kCAAkC,CAAC;AAC7D,OAAO,YAAY,MAAM,8CAA8C,CAAC;AACxE,OAAO,IAAI,MAAM,yBAAyB,CAAC;AAC3C,OAAO,aAAa,MAAM,6CAA6C,CAAC;AACxE,OAAO,UAAU,MAAM,6CAA6C,CAAC;AACrE,OAAO,iBAAiB,MAAM,oDAAoD,CAAC;AACnF,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,cAAc,MAAM,iDAAiD,CAAC;AAC7E,OAAO,SAAS,MAAM,2CAA2C,CAAC;AAClE,OAAO,cAAc,MAAM,mDAAmD,CAAC;AAE/E,mFAAmF;AACnF,qFAAqF;AACrF,uCAAuC;AAEvC,2DAA2D;AAC3D,wDAAwD;AACxD,8CAA8C;AAC9C,+EAA+E;AAE/E,MAAM,mBAAmB,GAAG;IAC1B,aAAa;IACb,wBAAwB;IACxB,WAAW;IACX,eAAe;IACf,QAAQ;IACR,UAAU;IACV,cAAc;IACd,UAAU;IACV,YAAY;IACZ,MAAM;IACN,UAAU;IACV,WAAW;IACX,WAAW;IACX,WAAW;IACX,iBAAiB;IACjB,QAAQ;IACR,mBAAmB;IACnB,QAAQ;IACR,YAAY;IACZ,QAAQ;IACR,eAAe;IACf,aAAa;IACb,IAAI;IACJ,QAAQ;IACR,OAAO;IACP,WAAW;IACX,SAAS;IACT,OAAO;IACP,cAAc;IACd,kBAAkB;IAClB,gBAAgB;IAChB,QAAQ;IACR,WAAW;IACX,KAAK;IACL,aAAa;IACb,UAAU;IACV,cAAc;IACd,kBAAkB;IAClB,cAAc;IACd,WAAW;IACX,aAAa;IACb,SAAS;IACT,KAAK;IACL,eAAe;IACf,mBAAmB;IACnB,OAAO;IACP,qBAAqB;IACrB,QAAQ;IACR,QAAQ;IACR,qBAAqB;IACrB,kBAAkB;IAClB,sBAAsB;IACtB,WAAW;IACX,SAAS;IACT,UAAU;IACV,iBAAiB;IACjB,cAAc;IACd,cAAc;IACd,MAAM;IACN,SAAS;IACT,aAAa;IACb,YAAY;IACZ,QAAQ;IACR,UAAU;IACV,KAAK;IACL,eAAe;IACf,KAAK;IACL,WAAW;IACX,SAAS,EAAE,SAAS;IACpB,YAAY;IACZ,MAAM;IACN,QAAQ;IACR,cAAc;IACd,aAAa;IACb,UAAU;IACV,YAAY;IACZ,WAAW;IACX,iBAAiB;IACjB,iBAAiB;IACjB,uBAAuB;IACvB,MAAM;IACN,OAAO;IACP,WAAW;IACX,WAAW;IACX,QAAQ;IACR,WAAW;IACX,SAAS;IACT,IAAI;IACJ,IAAI,EAAE,IAAI;IACV,SAAS;IACT,aAAa;IACb,YAAY;IACZ,GAAG;IACH,aAAa;IACb,YAAY;IACZ,IAAI;IACJ,aAAa;IACb,UAAU;IACV,iBAAiB;IACjB,cAAc;IACd,cAAc;IACd,SAAS;IACT,cAAc;CACf,CAAC;AAEF,eAAe,mBAAmB,CAAC","sourcesContent":["// When this code is run from the generated npm module, the components are\n// placed in the npm module's 'lib' directory. So, we expect to import from there.\n// This file should import and expose ALL of the components that may be\n// dynamically rendered at runtime via calls to react_pconnect or the View component\n\nimport ActionButtons from '../lib/components/infra/ActionButtons';\n\nimport ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';\nimport AlertBanner from './components/designSystemExtension/AlertBanner';\nimport AppAnnouncement from './components/widget/AppAnnouncement';\nimport AppShell from './components/template/AppShell/AppShell';\nimport Assignment from './components/infra/Assignment/Assignment';\nimport AssignmentCard from './components/infra/AssignmentCard/AssignmentCard';\nimport Attachment from './components/widget/Attachment';\nimport AutoComplete from './components/field/AutoComplete';\nimport Banner from './components/designSystemExtension/Banner';\nimport BannerPage from './components/template/BannerPage';\nimport CancelAlert from './components/field/CancelAlert';\nimport CaseHistory from './components/widget/CaseHistory';\nimport CaseSummary from './components/template/CaseSummary';\nimport CaseSummaryFields from './components/designSystemExtension/CaseSummaryFields';\nimport CaseView from './components/template/CaseView';\nimport CaseViewActionsMenu from './components/template/CaseViewActionsMenu';\nimport Checkbox from './components/field/Checkbox';\nimport Confirmation from './components/template/Confirmation';\nimport Currency from './components/field/Currency';\nimport DashboardFilter from './components/infra/DashboardFilter';\nimport DataReference from './components/template/DataReference';\nimport Date from './components/field/Date';\nimport DateTime from './components/field/DateTime';\nimport Decimal from './components/field/Decimal';\nimport DefaultForm from './components/template/DefaultForm';\nimport DeferLoad from './components/infra/DeferLoad';\nimport Details from './components/template/Details/Details';\nimport DetailsSubTabs from './components/template/Details/DetailsSubTabs';\nimport DetailsThreeColumn from './components/template/Details/DetailsThreeColumn';\nimport DetailsTwoColumn from './components/template/Details/DetailsTwoColumn/DetailsTwoColumn';\nimport Dropdown from './components/field/Dropdown';\nimport DynamicTabs from './components/template/Details/DynamicTabs';\nimport Email from './components/field/Email/Email';\nimport ErrorBoundary from './components/infra/ErrorBoundary';\nimport FieldGroup from './components/designSystemExtension/FieldGroup';\nimport FieldGroupList from './components/designSystemExtension/FieldGroupList';\nimport FieldGroupTemplate from './components/template/FieldGroupTemplate';\nimport FieldValueList from './components/designSystemExtension/FieldValueList';\nimport FileUtility from './components/widget/FileUtility/FileUtility';\nimport FlowContainer from './components/infra/Containers/FlowContainer';\nimport Followers from './components/widget/Followers';\nimport Group from './components/field/Group';\nimport InlineDashboard from './components/template/InlineDashboard';\nimport InlineDashboardPage from './components/template/InlineDashboardPage/InlineDashboardPage';\nimport Integer from './components/field/Integer';\nimport LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVerticalTabs';\nimport ListPage from './components/template/ListPage/ListPage';\nimport ListView from './components/template/ListView';\nimport ListViewActionButtons from './components/infra/Containers/ModalViewContainer/ListViewActionButtons';\nimport ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';\nimport MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';\nimport Multiselect from './components/field/Multiselect/Multiselect';\nimport MultiStep from './components/infra/MultiStep';\nimport NarrowWide from './components/template/NarrowWide/NarrowWide';\nimport NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetails';\nimport NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';\nimport NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';\nimport NavBar from './components/infra/NavBar';\nimport OneColumn from './components/template/OneColumn/OneColumn';\nimport OneColumnPage from './components/template/OneColumn/OneColumnPage';\nimport OneColumnTab from './components/template/OneColumn/OneColumnTab';\nimport Operator from './components/designSystemExtension/Operator';\nimport Percentage from './components/field/Percentage';\nimport Phone from './components/field/Phone/Phone';\nimport PromotedFilters from './components/template/PromotedFilters';\nimport Pulse from './components/designSystemExtension/Pulse';\nimport QuickCreate from './components/widget/QuickCreate';\nimport RadioButtons from './components/field/RadioButtons';\nimport Reference from './components/infra/Reference/Reference';\nimport Region from './components/infra/Region/Region';\nimport RichText from './components/field/RichText';\nimport RichTextEditor from './components/designSystemExtension/RichTextEditor';\nimport RootContainer from './components/infra/RootContainer/RootContainer';\nimport ScalarList from './components/field/ScalarList';\nimport SemanticLink from './components/field/SemanticLink';\nimport SimpleTable from './components/template/SimpleTable/SimpleTable';\nimport SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';\nimport SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';\nimport SingleReferenceReadOnly from './components/template/SingleReferenceReadOnly';\nimport Stages from './components/infra/Stages';\nimport SubTabs from './components/template/SubTabs';\nimport SummaryItem from './components/widget/SummaryItem';\nimport SummaryList from './components/widget/SummaryList';\nimport TextArea from './components/field/TextArea';\nimport TextContent from './components/field/TextContent';\nimport TextInput from './components/field/TextInput/TextInput';\nimport Time from './components/field/Time';\nimport ToDo from './components/widget/ToDo';\nimport TwoColumn from './components/template/TwoColumn/TwoColumn';\nimport TwoColumnPage from './components/template/TwoColumn/TwoColumnPage';\nimport TwoColumnTab from './components/template/TwoColumn/TwoColumnTab';\nimport URL from './components/field/URL';\nimport UserReference from './components/field/UserReference';\nimport VerticalTabs from './components/infra/VerticalTabs/VerticalTabs';\nimport View from './components/infra/View';\nimport ViewContainer from './components/infra/Containers/ViewContainer';\nimport WideNarrow from './components/template/WideNarrow/WideNarrow';\nimport WideNarrowDetails from './components/template/WideNarrow/WideNarrowDetails';\nimport WideNarrowForm from './components/template/WideNarrow/WideNarrowForm';\nimport WideNarrowPage from './components/template/WideNarrow/WideNarrowPage';\nimport WssNavBar from './components/template/WssNavBar/WssNavBar';\nimport WssQuickCreate from './components/designSystemExtension/WssQuickCreate';\n\n// pegaSdkComponentMap is the JSON object where we'll store the components that are\n// the default implementations provided by the SDK. These will be used if there isn't\n// an entry in the localSdkComponentMap\n\n// NOTE: A few components have non-standard capitalization:\n// 'reference' is what's in the metadata, not Reference\n// 'Todo' is what's in the metadata, not ToDo\n// Also, note that \"Checkbox\" component is named/exported as CheckboxComponent\n\nconst pegaSdkComponentMap = {\n ActionButtons,\n ActionButtonsForFileUtil,\n AlertBanner,\n AppAnnouncement,\n AppShell,\n Assignment,\n AssignmentCard,\n Attachment,\n AutoComplete,\n Banner,\n BannerPage,\n CancelAlert,\n CaseHistory,\n CaseSummary,\n CaseSummaryFields,\n CaseView,\n CaseViewActionsMenu,\n Checkbox,\n Confirmation,\n Currency,\n DashboardFilter,\n DataReference,\n Date,\n DateTime,\n Decimal,\n DefaultForm,\n DeferLoad,\n Details,\n DetailsSubTabs,\n DetailsThreeColumn,\n DetailsTwoColumn,\n Dropdown,\n DynamicTabs,\n Email,\n ErrorBoundary,\n FieldGroup,\n FieldGroupList,\n FieldGroupTemplate,\n FieldValueList,\n FileUtility,\n FlowContainer,\n Followers,\n Group,\n InlineDashboard,\n InlineDashboardPage,\n Integer,\n LeftAlignVerticalTabs,\n ListPage,\n ListView,\n ListViewActionButtons,\n ModalViewContainer,\n MultiReferenceReadOnly,\n Multiselect,\n MultiStep,\n NarrowWide,\n NarrowWideDetails,\n NarrowWideForm,\n NarrowWidePage,\n NavBar,\n OneColumn,\n OneColumnPage,\n OneColumnTab,\n Operator,\n Percentage,\n Phone,\n PromotedFilters,\n Pulse,\n QuickCreate,\n reference: Reference, // See note about about non-standard capitalization\n RadioButtons,\n Region,\n RichText,\n RichTextEditor,\n RootContainer,\n ScalarList,\n SemanticLink,\n SimpleTable,\n SimpleTableManual,\n SimpleTableSelect,\n SingleReferenceReadOnly,\n Stages,\n SubTabs,\n SummaryItem,\n SummaryList,\n TextArea,\n TextContent,\n TextInput,\n Time,\n Todo: ToDo, // See note about about non-standard capitalization\n TwoColumn,\n TwoColumnPage,\n TwoColumnTab,\n URL,\n UserReference,\n VerticalTabs,\n View,\n ViewContainer,\n WideNarrow,\n WideNarrowDetails,\n WideNarrowForm,\n WideNarrowPage,\n WssNavBar,\n WssQuickCreate\n};\n\nexport default pegaSdkComponentMap;\n"]}
1
+ {"version":3,"file":"sdk-pega-component-map.js","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":"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","sourcesContent":["/* eslint-disable no-redeclare */\n\n// When this code is run from the generated npm module, the components are\n// placed in the npm module's 'lib' directory. So, we expect to import from there.\n// This file should import and expose ALL of the components that may be\n// dynamically rendered at runtime via calls to react_pconnect or the View component\n\nimport ActionButtons from './components/infra/ActionButtons';\nimport ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';\nimport AdvancedSearch from './components/template/AdvancedSearch';\nimport AlertBanner from './components/designSystemExtension/AlertBanner';\nimport AppAnnouncement from './components/widget/AppAnnouncement';\nimport AppShell from './components/template/AppShell/AppShell';\nimport Assignment from './components/infra/Assignment/Assignment';\nimport AssignmentCard from './components/infra/AssignmentCard/AssignmentCard';\nimport Attachment from './components/widget/Attachment';\nimport AutoComplete from './components/field/AutoComplete';\nimport Banner from './components/designSystemExtension/Banner';\nimport BannerPage from './components/template/BannerPage';\nimport CancelAlert from './components/field/CancelAlert';\nimport CaseHistory from './components/widget/CaseHistory';\nimport CaseSummary from './components/template/CaseSummary';\nimport CaseSummaryFields from './components/designSystemExtension/CaseSummaryFields';\nimport CaseView from './components/template/CaseView';\nimport CaseViewActionsMenu from './components/template/CaseViewActionsMenu';\nimport Checkbox from './components/field/Checkbox';\nimport Confirmation from './components/template/Confirmation';\nimport Currency from './components/field/Currency';\nimport DashboardFilter from './components/infra/DashboardFilter';\nimport DataReference from './components/template/DataReference';\nimport Date from './components/field/Date';\nimport DateTime from './components/field/DateTime';\nimport Decimal from './components/field/Decimal';\nimport DefaultForm from './components/template/DefaultForm';\nimport DefaultPage from './components/template/DefaultPage';\nimport DeferLoad from './components/infra/DeferLoad';\nimport Details from './components/template/Details/Details';\nimport DetailsSubTabs from './components/template/Details/DetailsSubTabs';\nimport DetailsThreeColumn from './components/template/Details/DetailsThreeColumn';\nimport DetailsTwoColumn from './components/template/Details/DetailsTwoColumn/DetailsTwoColumn';\nimport Dropdown from './components/field/Dropdown';\nimport DynamicTabs from './components/template/Details/DynamicTabs';\nimport Email from './components/field/Email/Email';\nimport ErrorBoundary from './components/infra/ErrorBoundary';\nimport FieldGroup from './components/designSystemExtension/FieldGroup';\nimport FieldGroupList from './components/designSystemExtension/FieldGroupList';\nimport FieldGroupTemplate from './components/template/FieldGroupTemplate';\nimport FieldValueList from './components/designSystemExtension/FieldValueList';\nimport FileUtility from './components/widget/FileUtility/FileUtility';\nimport FlowContainer from './components/infra/Containers/FlowContainer';\nimport Followers from './components/widget/Followers';\nimport Group from './components/field/Group';\nimport InlineDashboard from './components/template/InlineDashboard';\nimport InlineDashboardPage from './components/template/InlineDashboardPage/InlineDashboardPage';\nimport Integer from './components/field/Integer';\nimport LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVerticalTabs';\nimport ListPage from './components/template/ListPage/ListPage';\nimport ListView from './components/template/ListView';\nimport ListViewActionButtons from './components/infra/Containers/ModalViewContainer/ListViewActionButtons';\nimport Location from './components/field/Location';\nimport ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';\nimport MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';\nimport Multiselect from './components/field/Multiselect/Multiselect';\nimport MultiStep from './components/infra/MultiStep';\nimport NarrowWide from './components/template/NarrowWide/NarrowWide';\nimport NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetails';\nimport NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';\nimport NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';\nimport NavBar from './components/infra/NavBar';\nimport ObjectReference from './components/field/ObjectReference';\nimport OneColumn from './components/template/OneColumn/OneColumn';\nimport OneColumnPage from './components/template/OneColumn/OneColumnPage';\nimport OneColumnTab from './components/template/OneColumn/OneColumnTab';\nimport Operator from './components/designSystemExtension/Operator';\nimport Percentage from './components/field/Percentage';\nimport Phone from './components/field/Phone/Phone';\nimport PromotedFilters from './components/template/PromotedFilters';\nimport Pulse from './components/designSystemExtension/Pulse';\nimport QuickCreate from './components/widget/QuickCreate';\nimport RadioButtons from './components/field/RadioButtons';\nimport Reference from './components/infra/Reference/Reference';\nimport Region from './components/infra/Region/Region';\nimport RichText from './components/field/RichText';\nimport RichTextEditor from './components/designSystemExtension/RichTextEditor';\nimport RootContainer from './components/infra/RootContainer/RootContainer';\nimport ScalarList from './components/field/ScalarList';\nimport SearchForm from './components/template/DataReference/SearchForm';\nimport SearchGroups from './components/template/AdvancedSearch/SearchGroups';\nimport SelfServiceCaseView from './components/template/SelfServiceCaseView';\nimport SemanticLink from './components/field/SemanticLink';\nimport SelectableCard from './components/field/SelectableCard';\nimport SimpleTable from './components/template/SimpleTable/SimpleTable';\nimport SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';\nimport SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';\nimport SingleReferenceReadOnly from './components/template/SingleReferenceReadOnly';\nimport Stages from './components/infra/Stages';\nimport SubTabs from './components/template/SubTabs';\nimport SummaryItem from './components/widget/SummaryItem';\nimport SummaryList from './components/widget/SummaryList';\nimport TextArea from './components/field/TextArea';\nimport TextContent from './components/field/TextContent';\nimport TextInput from './components/field/TextInput/TextInput';\nimport Time from './components/field/Time';\nimport ToDo from './components/widget/ToDo';\nimport TwoColumn from './components/template/TwoColumn/TwoColumn';\nimport TwoColumnPage from './components/template/TwoColumn/TwoColumnPage';\nimport TwoColumnTab from './components/template/TwoColumn/TwoColumnTab';\nimport URL from './components/field/URL';\nimport UserReference from './components/field/UserReference';\nimport VerticalTabs from './components/infra/VerticalTabs/VerticalTabs';\nimport View from './components/infra/View';\nimport ViewContainer from './components/infra/Containers/ViewContainer';\nimport WideNarrow from './components/template/WideNarrow/WideNarrow';\nimport WideNarrowDetails from './components/template/WideNarrow/WideNarrowDetails';\nimport WideNarrowForm from './components/template/WideNarrow/WideNarrowForm';\nimport WideNarrowPage from './components/template/WideNarrow/WideNarrowPage';\nimport WssNavBar from './components/template/WssNavBar/WssNavBar';\nimport WssQuickCreate from './components/designSystemExtension/WssQuickCreate';\n\n// pegaSdkComponentMap is the JSON object where we'll store the components that are\n// the default implementations provided by the SDK. These will be used if there isn't\n// an entry in the localSdkComponentMap\n\n// NOTE: A few components have non-standard capitalization:\n// 'reference' is what's in the metadata, not Reference\n// 'Todo' is what's in the metadata, not ToDo\n// Also, note that \"Checkbox\" component is named/exported as CheckboxComponent\n\nconst pegaSdkComponentMap = {\n ActionButtons,\n ActionButtonsForFileUtil,\n AdvancedSearch,\n AlertBanner,\n AppAnnouncement,\n AppShell,\n Assignment,\n AssignmentCard,\n Attachment,\n AutoComplete,\n Banner,\n BannerPage,\n CancelAlert,\n CaseHistory,\n CaseSummary,\n CaseSummaryFields,\n CaseView,\n CaseViewActionsMenu,\n Checkbox,\n Confirmation,\n Currency,\n DashboardFilter,\n DataReference,\n Date,\n DateTime,\n Decimal,\n DefaultForm,\n DefaultPage,\n DeferLoad,\n Details,\n DetailsSubTabs,\n DetailsThreeColumn,\n DetailsTwoColumn,\n Dropdown,\n DynamicTabs,\n Email,\n ErrorBoundary,\n FieldGroup,\n FieldGroupList,\n FieldGroupTemplate,\n FieldValueList,\n FileUtility,\n FlowContainer,\n Followers,\n Group,\n InlineDashboard,\n InlineDashboardPage,\n Integer,\n LeftAlignVerticalTabs,\n ListPage,\n ListView,\n ListViewActionButtons,\n Location,\n ModalViewContainer,\n MultiReferenceReadOnly,\n Multiselect,\n MultiStep,\n NarrowWide,\n NarrowWideDetails,\n NarrowWideForm,\n NarrowWidePage,\n NavBar,\n ObjectReference,\n OneColumn,\n OneColumnPage,\n OneColumnTab,\n Operator,\n Percentage,\n Phone,\n PromotedFilters,\n Pulse,\n QuickCreate,\n reference: Reference, // See note about about non-standard capitalization\n RadioButtons,\n Region,\n RichText,\n RichTextEditor,\n RootContainer,\n ScalarList,\n SearchForm,\n SearchGroups,\n SelectableCard,\n SelfServiceCaseView,\n SemanticLink,\n SimpleTable,\n SimpleTableManual,\n SimpleTableSelect,\n SingleReferenceReadOnly,\n Stages,\n SubTabs,\n SummaryItem,\n SummaryList,\n TextArea,\n TextContent,\n TextInput,\n Time,\n Todo: ToDo, // See note about about non-standard capitalization\n TwoColumn,\n TwoColumnPage,\n TwoColumnTab,\n URL,\n UserReference,\n VerticalTabs,\n View,\n ViewContainer,\n WideNarrow,\n WideNarrowDetails,\n WideNarrowForm,\n WideNarrowPage,\n WssNavBar,\n WssQuickCreate\n};\n\nexport default pegaSdkComponentMap;\n"]}
package/lib/theme.d.ts CHANGED
@@ -1,10 +1,39 @@
1
- import { Theme } from '@mui/material/styles';
1
+ import type { Theme } from '@mui/material/styles';
2
2
  /**
3
3
  * Since makeStyles is now exported from @mui/styles package which does not know about Theme in the core package.
4
4
  * you need to augment the DefaultTheme (empty object) in @mui/styles with Theme from the core.
5
5
  */
6
6
  declare module '@mui/styles/defaultTheme' {
7
7
  interface DefaultTheme extends Theme {
8
+ backgroundColor: string;
9
+ card: {
10
+ backgroundColor: string;
11
+ borderLeft: string;
12
+ borderLeftColor: string;
13
+ };
14
+ modal: {
15
+ backgroundColor: string;
16
+ topColor: string;
17
+ };
18
+ headerNav: {
19
+ backgroundColor: string;
20
+ navLinkColor: string;
21
+ navLinkHoverColor: string;
22
+ menuToggleColor: string;
23
+ };
24
+ embedded: {
25
+ resolutionTextColor: string;
26
+ };
27
+ actionButtons: {
28
+ primary: {
29
+ backgroundColor: string;
30
+ color: string;
31
+ };
32
+ secondary: {
33
+ backgroundColor: string;
34
+ color: string;
35
+ };
36
+ };
8
37
  }
9
38
  }
10
39
  export declare const theme: Theme;
@@ -1 +1 @@
1
- {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAE7C;;;GAGG;AACH,OAAO,QAAQ,0BAA0B,CAAC;IACxC,UAAU,YAAa,SAAQ,KAAK;KAAG;CACxC;AAGD,eAAO,MAAM,KAAK,OA2BhB,CAAC"}
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAIlD;;;GAGG;AACH,OAAO,QAAQ,0BAA0B,CAAC;IACxC,UAAU,YAAa,SAAQ,KAAK;QAClC,eAAe,EAAE,MAAM,CAAC;QACxB,IAAI,EAAE;YACJ,eAAe,EAAE,MAAM,CAAC;YACxB,UAAU,EAAE,MAAM,CAAC;YACnB,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,KAAK,EAAE;YACL,eAAe,EAAE,MAAM,CAAC;YACxB,QAAQ,EAAE,MAAM,CAAC;SAClB,CAAC;QACF,SAAS,EAAE;YACT,eAAe,EAAE,MAAM,CAAC;YACxB,YAAY,EAAE,MAAM,CAAC;YACrB,iBAAiB,EAAE,MAAM,CAAC;YAC1B,eAAe,EAAE,MAAM,CAAC;SACzB,CAAC;QACF,QAAQ,EAAE;YACR,mBAAmB,EAAE,MAAM,CAAC;SAC7B,CAAC;QACF,aAAa,EAAE;YACb,OAAO,EAAE;gBACP,eAAe,EAAE,MAAM,CAAC;gBACxB,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;YACF,SAAS,EAAE;gBACT,eAAe,EAAE,MAAM,CAAC;gBACxB,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;SACH,CAAC;KACH;CACF;AAwPD,eAAO,MAAM,KAAK,OAAsD,CAAC"}