@pega/react-sdk-components 0.25.1 → 0.25.3

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 (542) 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.js +2 -2
  13. package/lib/components/designSystemExtension/Banner/Banner.js.map +1 -1
  14. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.css +0 -1
  15. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -1
  16. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +49 -34
  17. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -1
  18. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.d.ts.map +1 -1
  19. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +6 -8
  20. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -1
  21. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts +1 -1
  22. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.d.ts.map +1 -1
  23. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js +3 -5
  24. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -1
  25. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js +2 -2
  26. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -1
  27. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.d.ts.map +1 -1
  28. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js +4 -6
  29. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -1
  30. package/lib/components/designSystemExtension/Operator/Operator.d.ts +1 -1
  31. package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -1
  32. package/lib/components/designSystemExtension/Operator/Operator.js +12 -9
  33. package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -1
  34. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts +1 -1
  35. package/lib/components/designSystemExtension/Pulse/Pulse.d.ts.map +1 -1
  36. package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -1
  37. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  38. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js +28 -4
  39. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js.map +1 -1
  40. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.css +4 -4
  41. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js +1 -1
  42. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js.map +1 -1
  43. package/lib/components/field/AutoComplete/AutoComplete.d.ts +1 -1
  44. package/lib/components/field/AutoComplete/AutoComplete.d.ts.map +1 -1
  45. package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -1
  46. package/lib/components/field/CancelAlert/CancelAlert.css +4 -4
  47. package/lib/components/field/CancelAlert/CancelAlert.d.ts +1 -1
  48. package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -1
  49. package/lib/components/field/CancelAlert/CancelAlert.js +3 -3
  50. package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -1
  51. package/lib/components/field/Checkbox/Checkbox.d.ts +9 -1
  52. package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -1
  53. package/lib/components/field/Checkbox/Checkbox.js +52 -3
  54. package/lib/components/field/Checkbox/Checkbox.js.map +1 -1
  55. package/lib/components/field/Currency/Currency.d.ts +1 -1
  56. package/lib/components/field/Currency/Currency.d.ts.map +1 -1
  57. package/lib/components/field/Currency/Currency.js +2 -2
  58. package/lib/components/field/Currency/Currency.js.map +1 -1
  59. package/lib/components/field/Currency/currency-utils.d.ts.map +1 -1
  60. package/lib/components/field/Currency/currency-utils.js +0 -2
  61. package/lib/components/field/Currency/currency-utils.js.map +1 -1
  62. package/lib/components/field/Date/Date.d.ts +1 -1
  63. package/lib/components/field/Date/Date.d.ts.map +1 -1
  64. package/lib/components/field/Date/Date.js +3 -6
  65. package/lib/components/field/Date/Date.js.map +1 -1
  66. package/lib/components/field/DateTime/DateTime.d.ts +1 -1
  67. package/lib/components/field/DateTime/DateTime.d.ts.map +1 -1
  68. package/lib/components/field/DateTime/DateTime.js +4 -7
  69. package/lib/components/field/DateTime/DateTime.js.map +1 -1
  70. package/lib/components/field/Decimal/Decimal.d.ts +1 -1
  71. package/lib/components/field/Decimal/Decimal.d.ts.map +1 -1
  72. package/lib/components/field/Decimal/Decimal.js +2 -4
  73. package/lib/components/field/Decimal/Decimal.js.map +1 -1
  74. package/lib/components/field/Dropdown/Dropdown.d.ts +1 -1
  75. package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -1
  76. package/lib/components/field/Dropdown/Dropdown.js +6 -9
  77. package/lib/components/field/Dropdown/Dropdown.js.map +1 -1
  78. package/lib/components/field/Email/Email.d.ts +1 -1
  79. package/lib/components/field/Email/Email.d.ts.map +1 -1
  80. package/lib/components/field/Email/Email.js +6 -7
  81. package/lib/components/field/Email/Email.js.map +1 -1
  82. package/lib/components/field/Group/Group.d.ts +2 -2
  83. package/lib/components/field/Group/Group.d.ts.map +1 -1
  84. package/lib/components/field/Group/Group.js +2 -2
  85. package/lib/components/field/Group/Group.js.map +1 -1
  86. package/lib/components/field/Integer/Integer.d.ts +1 -1
  87. package/lib/components/field/Integer/Integer.d.ts.map +1 -1
  88. package/lib/components/field/Integer/Integer.js +4 -5
  89. package/lib/components/field/Integer/Integer.js.map +1 -1
  90. package/lib/components/field/Location/Location.d.ts +10 -0
  91. package/lib/components/field/Location/Location.d.ts.map +1 -0
  92. package/lib/components/field/Location/Location.js +157 -0
  93. package/lib/components/field/Location/Location.js.map +1 -0
  94. package/lib/components/field/Location/index.d.ts +2 -0
  95. package/lib/components/field/Location/index.d.ts.map +1 -0
  96. package/lib/components/field/Location/index.js +2 -0
  97. package/lib/components/field/Location/index.js.map +1 -0
  98. package/lib/components/field/Multiselect/Multiselect.js.map +1 -1
  99. package/lib/components/field/Multiselect/utils.d.ts +2 -1
  100. package/lib/components/field/Multiselect/utils.d.ts.map +1 -1
  101. package/lib/components/field/Multiselect/utils.js.map +1 -1
  102. package/lib/components/field/ObjectReference/ObjectReference.d.ts +16 -0
  103. package/lib/components/field/ObjectReference/ObjectReference.d.ts.map +1 -0
  104. package/lib/components/field/ObjectReference/ObjectReference.js +165 -0
  105. package/lib/components/field/ObjectReference/ObjectReference.js.map +1 -0
  106. package/lib/components/field/ObjectReference/index.d.ts +2 -0
  107. package/lib/components/field/ObjectReference/index.d.ts.map +1 -0
  108. package/lib/components/field/ObjectReference/index.js +2 -0
  109. package/lib/components/field/ObjectReference/index.js.map +1 -0
  110. package/lib/components/field/ObjectReference/utils.d.ts +17 -0
  111. package/lib/components/field/ObjectReference/utils.d.ts.map +1 -0
  112. package/lib/components/field/ObjectReference/utils.js +99 -0
  113. package/lib/components/field/ObjectReference/utils.js.map +1 -0
  114. package/lib/components/field/Percentage/Percentage.d.ts +1 -1
  115. package/lib/components/field/Percentage/Percentage.d.ts.map +1 -1
  116. package/lib/components/field/Percentage/Percentage.js +2 -5
  117. package/lib/components/field/Percentage/Percentage.js.map +1 -1
  118. package/lib/components/field/Phone/Phone.d.ts +1 -1
  119. package/lib/components/field/Phone/Phone.d.ts.map +1 -1
  120. package/lib/components/field/Phone/Phone.js +6 -4
  121. package/lib/components/field/Phone/Phone.js.map +1 -1
  122. package/lib/components/field/RadioButtons/RadioButtons.d.ts +8 -1
  123. package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -1
  124. package/lib/components/field/RadioButtons/RadioButtons.js +12 -1
  125. package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -1
  126. package/lib/components/field/RichText/RichText.d.ts +1 -1
  127. package/lib/components/field/RichText/RichText.d.ts.map +1 -1
  128. package/lib/components/field/RichText/RichText.js.map +1 -1
  129. package/lib/components/field/ScalarList/ScalarList.d.ts +1 -1
  130. package/lib/components/field/ScalarList/ScalarList.d.ts.map +1 -1
  131. package/lib/components/field/ScalarList/ScalarList.js +1 -2
  132. package/lib/components/field/ScalarList/ScalarList.js.map +1 -1
  133. package/lib/components/field/SelectableCard/SelectableCard.d.ts +2 -0
  134. package/lib/components/field/SelectableCard/SelectableCard.d.ts.map +1 -0
  135. package/lib/components/field/SelectableCard/SelectableCard.js +57 -0
  136. package/lib/components/field/SelectableCard/SelectableCard.js.map +1 -0
  137. package/lib/components/field/SelectableCard/index.d.ts +2 -0
  138. package/lib/components/field/SelectableCard/index.d.ts.map +1 -0
  139. package/lib/components/field/SelectableCard/index.js +2 -0
  140. package/lib/components/field/SelectableCard/index.js.map +1 -0
  141. package/lib/components/field/SelectableCard/utils.d.ts +14 -0
  142. package/lib/components/field/SelectableCard/utils.d.ts.map +1 -0
  143. package/lib/components/field/SelectableCard/utils.js +185 -0
  144. package/lib/components/field/SelectableCard/utils.js.map +1 -0
  145. package/lib/components/field/SemanticLink/SemanticLink.d.ts +10 -2
  146. package/lib/components/field/SemanticLink/SemanticLink.d.ts.map +1 -1
  147. package/lib/components/field/SemanticLink/SemanticLink.js +128 -15
  148. package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -1
  149. package/lib/components/field/SemanticLink/utils.js +1 -1
  150. package/lib/components/field/SemanticLink/utils.js.map +1 -1
  151. package/lib/components/field/TextArea/TextArea.d.ts +1 -1
  152. package/lib/components/field/TextArea/TextArea.d.ts.map +1 -1
  153. package/lib/components/field/TextArea/TextArea.js +4 -5
  154. package/lib/components/field/TextArea/TextArea.js.map +1 -1
  155. package/lib/components/field/TextContent/TextContent.d.ts +1 -1
  156. package/lib/components/field/TextContent/TextContent.d.ts.map +1 -1
  157. package/lib/components/field/TextContent/TextContent.js +0 -1
  158. package/lib/components/field/TextContent/TextContent.js.map +1 -1
  159. package/lib/components/field/TextInput/TextInput.d.ts +1 -1
  160. package/lib/components/field/TextInput/TextInput.d.ts.map +1 -1
  161. package/lib/components/field/TextInput/TextInput.js +4 -5
  162. package/lib/components/field/TextInput/TextInput.js.map +1 -1
  163. package/lib/components/field/Time/Time.d.ts +1 -1
  164. package/lib/components/field/Time/Time.d.ts.map +1 -1
  165. package/lib/components/field/Time/Time.js +2 -5
  166. package/lib/components/field/Time/Time.js.map +1 -1
  167. package/lib/components/field/URL/URL.d.ts +1 -1
  168. package/lib/components/field/URL/URL.d.ts.map +1 -1
  169. package/lib/components/field/URL/URL.js +4 -5
  170. package/lib/components/field/URL/URL.js.map +1 -1
  171. package/lib/components/field/UserReference/UserReference.d.ts +1 -2
  172. package/lib/components/field/UserReference/UserReference.d.ts.map +1 -1
  173. package/lib/components/field/UserReference/UserReference.js +0 -1
  174. package/lib/components/field/UserReference/UserReference.js.map +1 -1
  175. package/lib/components/field/UserReference/UserReferenceUtils.d.ts.map +1 -1
  176. package/lib/components/field/UserReference/UserReferenceUtils.js.map +1 -1
  177. package/lib/components/helpers/attachmentHelpers.d.ts +14 -11
  178. package/lib/components/helpers/attachmentHelpers.d.ts.map +1 -1
  179. package/lib/components/helpers/attachmentHelpers.js +52 -30
  180. package/lib/components/helpers/attachmentHelpers.js.map +1 -1
  181. package/lib/components/helpers/case-utils.js.map +1 -1
  182. package/lib/components/helpers/common-utils.d.ts +1 -1
  183. package/lib/components/helpers/common-utils.js.map +1 -1
  184. package/lib/components/helpers/data_page.d.ts.map +1 -1
  185. package/lib/components/helpers/data_page.js +0 -1
  186. package/lib/components/helpers/data_page.js.map +1 -1
  187. package/lib/components/helpers/date-format-utils.d.ts.map +1 -1
  188. package/lib/components/helpers/event-utils.d.ts.map +1 -1
  189. package/lib/components/helpers/event-utils.js.map +1 -1
  190. package/lib/components/helpers/field-group-utils.d.ts +1 -1
  191. package/lib/components/helpers/field-group-utils.d.ts.map +1 -1
  192. package/lib/components/helpers/field-group-utils.js.map +1 -1
  193. package/lib/components/helpers/formatters/Boolean.js.map +1 -1
  194. package/lib/components/helpers/formatters/Currency.js.map +1 -1
  195. package/lib/components/helpers/formatters/CurrencyMap.d.ts.map +1 -1
  196. package/lib/components/helpers/formatters/CurrencyMap.js +0 -1
  197. package/lib/components/helpers/formatters/CurrencyMap.js.map +1 -1
  198. package/lib/components/helpers/formatters/Date.js.map +1 -1
  199. package/lib/components/helpers/formatters/index.js.map +1 -1
  200. package/lib/components/helpers/instructions-utils.d.ts.map +1 -1
  201. package/lib/components/helpers/reactContextHelpers.d.ts +0 -1
  202. package/lib/components/helpers/reactContextHelpers.d.ts.map +1 -1
  203. package/lib/components/helpers/simpleTableHelpers.d.ts +15 -1
  204. package/lib/components/helpers/simpleTableHelpers.d.ts.map +1 -1
  205. package/lib/components/helpers/simpleTableHelpers.js +111 -5
  206. package/lib/components/helpers/simpleTableHelpers.js.map +1 -1
  207. package/lib/components/helpers/state-utils.d.ts.map +1 -1
  208. package/lib/components/helpers/state-utils.js.map +1 -1
  209. package/lib/components/helpers/template-utils.js.map +1 -1
  210. package/lib/components/helpers/utils.d.ts +1 -0
  211. package/lib/components/helpers/utils.d.ts.map +1 -1
  212. package/lib/components/helpers/utils.js +7 -1
  213. package/lib/components/helpers/utils.js.map +1 -1
  214. package/lib/components/helpers/versionHelpers.d.ts.map +1 -1
  215. package/lib/components/helpers/versionHelpers.js +0 -1
  216. package/lib/components/helpers/versionHelpers.js.map +1 -1
  217. package/lib/components/infra/ActionButtons/ActionButtons.d.ts.map +1 -1
  218. package/lib/components/infra/ActionButtons/ActionButtons.js +12 -7
  219. package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -1
  220. package/lib/components/infra/Assignment/Assignment.d.ts +2 -2
  221. package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -1
  222. package/lib/components/infra/Assignment/Assignment.js +1 -2
  223. package/lib/components/infra/Assignment/Assignment.js.map +1 -1
  224. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts +2 -2
  225. package/lib/components/infra/AssignmentCard/AssignmentCard.d.ts.map +1 -1
  226. package/lib/components/infra/AssignmentCard/AssignmentCard.js.map +1 -1
  227. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts +1 -2
  228. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -1
  229. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +13 -77
  230. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
  231. package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -1
  232. package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -1
  233. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts +1 -1
  234. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts.map +1 -1
  235. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js +0 -1
  236. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js.map +1 -1
  237. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts +1 -1
  238. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.d.ts.map +1 -1
  239. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +0 -2
  240. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
  241. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts +0 -1
  242. package/lib/components/infra/Containers/SimpleView/SimpleView.d.ts.map +1 -1
  243. package/lib/components/infra/Containers/SimpleView/helper.d.ts +0 -1
  244. package/lib/components/infra/Containers/SimpleView/helper.d.ts.map +1 -1
  245. package/lib/components/infra/Containers/SimpleView/helper.js.map +1 -1
  246. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts +1 -1
  247. package/lib/components/infra/Containers/ViewContainer/ViewContainer.d.ts.map +1 -1
  248. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +3 -4
  249. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -1
  250. package/lib/components/infra/Containers/container-helpers.d.ts +1 -0
  251. package/lib/components/infra/Containers/container-helpers.d.ts.map +1 -1
  252. package/lib/components/infra/Containers/container-helpers.js +46 -1
  253. package/lib/components/infra/Containers/container-helpers.js.map +1 -1
  254. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts +2 -2
  255. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -1
  256. package/lib/components/infra/DashboardFilter/DashboardFilter.js +0 -2
  257. package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -1
  258. package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -1
  259. package/lib/components/infra/DashboardFilter/filterUtils.js +2 -3
  260. package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -1
  261. package/lib/components/infra/DeferLoad/DeferLoad.d.ts +1 -1
  262. package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -1
  263. package/lib/components/infra/DeferLoad/DeferLoad.js +2 -4
  264. package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -1
  265. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts +1 -1
  266. package/lib/components/infra/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
  267. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js +0 -2
  268. package/lib/components/infra/ErrorBoundary/ErrorBoundary.js.map +1 -1
  269. package/lib/components/infra/MultiStep/MultiStep.css +8 -8
  270. package/lib/components/infra/MultiStep/MultiStep.d.ts +2 -2
  271. package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -1
  272. package/lib/components/infra/MultiStep/MultiStep.js +1 -1
  273. package/lib/components/infra/MultiStep/MultiStep.js.map +1 -1
  274. package/lib/components/infra/NavBar/NavBar.css +1 -1
  275. package/lib/components/infra/NavBar/NavBar.d.ts +1 -1
  276. package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -1
  277. package/lib/components/infra/NavBar/NavBar.js +4 -5
  278. package/lib/components/infra/NavBar/NavBar.js.map +1 -1
  279. package/lib/components/infra/Reference/Reference.d.ts +1 -1
  280. package/lib/components/infra/Reference/Reference.d.ts.map +1 -1
  281. package/lib/components/infra/Reference/Reference.js +2 -3
  282. package/lib/components/infra/Reference/Reference.js.map +1 -1
  283. package/lib/components/infra/Region/Region.d.ts +1 -1
  284. package/lib/components/infra/Region/Region.d.ts.map +1 -1
  285. package/lib/components/infra/Region/Region.js.map +1 -1
  286. package/lib/components/infra/RootContainer/RootContainer.d.ts +2 -2
  287. package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -1
  288. package/lib/components/infra/RootContainer/RootContainer.js +0 -1
  289. package/lib/components/infra/RootContainer/RootContainer.js.map +1 -1
  290. package/lib/components/infra/Stages/Stages.d.ts +1 -1
  291. package/lib/components/infra/Stages/Stages.d.ts.map +1 -1
  292. package/lib/components/infra/Stages/Stages.js.map +1 -1
  293. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js +1 -1
  294. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js.map +1 -1
  295. package/lib/components/infra/View/View.d.ts +2 -2
  296. package/lib/components/infra/View/View.d.ts.map +1 -1
  297. package/lib/components/infra/View/View.js.map +1 -1
  298. package/lib/components/template/AdvancedSearch/AdvancedSearch.d.ts.map +1 -1
  299. package/lib/components/template/AdvancedSearch/AdvancedSearch.js +0 -1
  300. package/lib/components/template/AdvancedSearch/AdvancedSearch.js.map +1 -1
  301. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.d.ts +0 -1
  302. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.d.ts.map +1 -1
  303. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.js +2 -8
  304. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.js.map +1 -1
  305. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.d.ts.map +1 -1
  306. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.js +3 -5
  307. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.js.map +1 -1
  308. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.js +0 -1
  309. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.js.map +1 -1
  310. package/lib/components/template/AdvancedSearch/SearchGroups/utils.js.map +1 -1
  311. package/lib/components/template/AdvancedSearch/TemplateContext.d.ts +0 -1
  312. package/lib/components/template/AdvancedSearch/TemplateContext.d.ts.map +1 -1
  313. package/lib/components/template/AppShell/AppShell.css +1 -1
  314. package/lib/components/template/AppShell/AppShell.d.ts +2 -2
  315. package/lib/components/template/AppShell/AppShell.d.ts.map +1 -1
  316. package/lib/components/template/AppShell/AppShell.js +4 -9
  317. package/lib/components/template/AppShell/AppShell.js.map +1 -1
  318. package/lib/components/template/BannerPage/BannerPage.d.ts +2 -2
  319. package/lib/components/template/BannerPage/BannerPage.d.ts.map +1 -1
  320. package/lib/components/template/BannerPage/BannerPage.js.map +1 -1
  321. package/lib/components/template/CaseSummary/CaseSummary.d.ts +2 -2
  322. package/lib/components/template/CaseSummary/CaseSummary.d.ts.map +1 -1
  323. package/lib/components/template/CaseSummary/CaseSummary.js +0 -1
  324. package/lib/components/template/CaseSummary/CaseSummary.js.map +1 -1
  325. package/lib/components/template/CaseView/CaseView.d.ts +2 -2
  326. package/lib/components/template/CaseView/CaseView.d.ts.map +1 -1
  327. package/lib/components/template/CaseView/CaseView.js +4 -5
  328. package/lib/components/template/CaseView/CaseView.js.map +1 -1
  329. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts +1 -1
  330. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.d.ts.map +1 -1
  331. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js +1 -1
  332. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -1
  333. package/lib/components/template/Confirmation/Confirmation.d.ts +2 -2
  334. package/lib/components/template/Confirmation/Confirmation.d.ts.map +1 -1
  335. package/lib/components/template/Confirmation/Confirmation.js +0 -1
  336. package/lib/components/template/Confirmation/Confirmation.js.map +1 -1
  337. package/lib/components/template/DataReference/DataReference.d.ts +2 -2
  338. package/lib/components/template/DataReference/DataReference.d.ts.map +1 -1
  339. package/lib/components/template/DataReference/DataReference.js +8 -12
  340. package/lib/components/template/DataReference/DataReference.js.map +1 -1
  341. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.d.ts +1 -1
  342. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.d.ts.map +1 -1
  343. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.js.map +1 -1
  344. package/lib/components/template/DataReference/SearchForm.d.ts.map +1 -1
  345. package/lib/components/template/DataReference/SearchForm.js +3 -2
  346. package/lib/components/template/DataReference/SearchForm.js.map +1 -1
  347. package/lib/components/template/DataReference/utils.d.ts +4 -4
  348. package/lib/components/template/DataReference/utils.d.ts.map +1 -1
  349. package/lib/components/template/DataReference/utils.js +1 -1
  350. package/lib/components/template/DataReference/utils.js.map +1 -1
  351. package/lib/components/template/DefaultForm/DefaultForm.d.ts +2 -2
  352. package/lib/components/template/DefaultForm/DefaultForm.d.ts.map +1 -1
  353. package/lib/components/template/DefaultForm/DefaultForm.js.map +1 -1
  354. package/lib/components/template/DefaultForm/utils/index.d.ts.map +1 -1
  355. package/lib/components/template/DefaultForm/utils/index.js.map +1 -1
  356. package/lib/components/template/Details/Details/Details.d.ts +1 -1
  357. package/lib/components/template/Details/Details/Details.d.ts.map +1 -1
  358. package/lib/components/template/Details/Details/Details.js +2 -3
  359. package/lib/components/template/Details/Details/Details.js.map +1 -1
  360. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts +2 -2
  361. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.d.ts.map +1 -1
  362. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -1
  363. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts +1 -1
  364. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.d.ts.map +1 -1
  365. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +2 -3
  366. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -1
  367. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts +1 -1
  368. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.d.ts.map +1 -1
  369. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +2 -3
  370. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -1
  371. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts +1 -1
  372. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts.map +1 -1
  373. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js.map +1 -1
  374. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts +1 -1
  375. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -1
  376. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +1 -2
  377. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -1
  378. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts +2 -2
  379. package/lib/components/template/InlineDashboard/InlineDashboard.d.ts.map +1 -1
  380. package/lib/components/template/InlineDashboard/InlineDashboard.js +2 -2
  381. package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -1
  382. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts +2 -2
  383. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.d.ts.map +1 -1
  384. package/lib/components/template/InlineDashboardPage/InlineDashboardPage.js.map +1 -1
  385. package/lib/components/template/ListPage/ListPage.d.ts +1 -1
  386. package/lib/components/template/ListPage/ListPage.d.ts.map +1 -1
  387. package/lib/components/template/ListPage/ListPage.js.map +1 -1
  388. package/lib/components/template/ListView/DefaultViewMeta.js.map +1 -1
  389. package/lib/components/template/ListView/ListView.d.ts +1 -1
  390. package/lib/components/template/ListView/ListView.d.ts.map +1 -1
  391. package/lib/components/template/ListView/ListView.js +3 -14
  392. package/lib/components/template/ListView/ListView.js.map +1 -1
  393. package/lib/components/template/ListView/hooks.d.ts.map +1 -1
  394. package/lib/components/template/ListView/hooks.js +2 -5
  395. package/lib/components/template/ListView/hooks.js.map +1 -1
  396. package/lib/components/template/ListView/utils.d.ts.map +1 -1
  397. package/lib/components/template/ListView/utils.js +0 -1
  398. package/lib/components/template/ListView/utils.js.map +1 -1
  399. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts +1 -1
  400. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.d.ts.map +1 -1
  401. package/lib/components/template/MultiReferenceReadOnly/MultiReferenceReadOnly.js.map +1 -1
  402. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts +2 -2
  403. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.d.ts.map +1 -1
  404. package/lib/components/template/NarrowWide/NarrowWide/NarrowWide.js.map +1 -1
  405. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts +1 -1
  406. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.d.ts.map +1 -1
  407. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +2 -3
  408. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -1
  409. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts +2 -2
  410. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.d.ts.map +1 -1
  411. package/lib/components/template/NarrowWide/NarrowWideForm/NarrowWideForm.js.map +1 -1
  412. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts +2 -2
  413. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.d.ts.map +1 -1
  414. package/lib/components/template/NarrowWide/NarrowWidePage/NarrowWidePage.js.map +1 -1
  415. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts +2 -2
  416. package/lib/components/template/OneColumn/OneColumn/OneColumn.d.ts.map +1 -1
  417. package/lib/components/template/OneColumn/OneColumn/OneColumn.js +2 -2
  418. package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -1
  419. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts +1 -1
  420. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.d.ts.map +1 -1
  421. package/lib/components/template/OneColumn/OneColumnPage/OneColumnPage.js.map +1 -1
  422. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts +2 -2
  423. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.d.ts.map +1 -1
  424. package/lib/components/template/OneColumn/OneColumnTab/OneColumnTab.js.map +1 -1
  425. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts +1 -1
  426. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -1
  427. package/lib/components/template/PromotedFilters/PromotedFilters.js +0 -1
  428. package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -1
  429. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts +1 -1
  430. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -1
  431. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +1 -2
  432. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -1
  433. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +2 -2
  434. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -1
  435. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js +33 -31
  436. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -1
  437. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts +1 -1
  438. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -1
  439. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -1
  440. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts +1 -1
  441. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.d.ts.map +1 -1
  442. package/lib/components/template/SingleReferenceReadOnly/SingleReferenceReadOnly.js.map +1 -1
  443. package/lib/components/template/SubTabs/SubTabs.d.ts +2 -2
  444. package/lib/components/template/SubTabs/SubTabs.d.ts.map +1 -1
  445. package/lib/components/template/SubTabs/SubTabs.js.map +1 -1
  446. package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -1
  447. package/lib/components/template/SubTabs/tabUtils.js.map +1 -1
  448. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts +2 -2
  449. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.d.ts.map +1 -1
  450. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js +2 -3
  451. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -1
  452. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts +1 -1
  453. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.d.ts.map +1 -1
  454. package/lib/components/template/TwoColumn/TwoColumnPage/TwoColumnPage.js.map +1 -1
  455. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts +2 -2
  456. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.d.ts.map +1 -1
  457. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js +2 -3
  458. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -1
  459. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts +2 -2
  460. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.d.ts.map +1 -1
  461. package/lib/components/template/WideNarrow/WideNarrow/WideNarrow.js.map +1 -1
  462. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts +1 -1
  463. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.d.ts.map +1 -1
  464. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +2 -3
  465. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -1
  466. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts +2 -2
  467. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.d.ts.map +1 -1
  468. package/lib/components/template/WideNarrow/WideNarrowForm/WideNarrowForm.js.map +1 -1
  469. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts +2 -2
  470. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.d.ts.map +1 -1
  471. package/lib/components/template/WideNarrow/WideNarrowPage/WideNarrowPage.js.map +1 -1
  472. package/lib/components/template/WssNavBar/WssNavBar.css +1 -1
  473. package/lib/components/template/WssNavBar/WssNavBar.d.ts +1 -1
  474. package/lib/components/template/WssNavBar/WssNavBar.d.ts.map +1 -1
  475. package/lib/components/template/WssNavBar/WssNavBar.js +3 -3
  476. package/lib/components/template/WssNavBar/WssNavBar.js.map +1 -1
  477. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts +1 -1
  478. package/lib/components/widget/AppAnnouncement/AppAnnouncement.d.ts.map +1 -1
  479. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -1
  480. package/lib/components/widget/Attachment/Attachment.css +6 -8
  481. package/lib/components/widget/Attachment/Attachment.d.ts +1 -1
  482. package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -1
  483. package/lib/components/widget/Attachment/Attachment.js +52 -51
  484. package/lib/components/widget/Attachment/Attachment.js.map +1 -1
  485. package/lib/components/widget/CaseHistory/CaseHistory.d.ts +1 -1
  486. package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -1
  487. package/lib/components/widget/CaseHistory/CaseHistory.js +2 -2
  488. package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -1
  489. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.css +0 -14
  490. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts +1 -1
  491. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.d.ts.map +1 -1
  492. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +1 -1
  493. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -1
  494. package/lib/components/widget/FileUtility/FileUtility/FileUtility.css +7 -6
  495. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts +1 -1
  496. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -1
  497. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js +9 -10
  498. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -1
  499. package/lib/components/widget/Followers/Followers.d.ts +2 -2
  500. package/lib/components/widget/Followers/Followers.d.ts.map +1 -1
  501. package/lib/components/widget/Followers/Followers.js +0 -2
  502. package/lib/components/widget/Followers/Followers.js.map +1 -1
  503. package/lib/components/widget/QuickCreate/QuickCreate.d.ts +1 -1
  504. package/lib/components/widget/QuickCreate/QuickCreate.d.ts.map +1 -1
  505. package/lib/components/widget/QuickCreate/QuickCreate.js +0 -1
  506. package/lib/components/widget/QuickCreate/QuickCreate.js.map +1 -1
  507. package/lib/components/widget/SummaryItem/SummaryItem.css +9 -11
  508. package/lib/components/widget/SummaryItem/SummaryItem.d.ts +1 -1
  509. package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -1
  510. package/lib/components/widget/SummaryItem/SummaryItem.js +1 -1
  511. package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -1
  512. package/lib/components/widget/SummaryList/SummaryList.d.ts +1 -1
  513. package/lib/components/widget/SummaryList/SummaryList.d.ts.map +1 -1
  514. package/lib/components/widget/SummaryList/SummaryList.js.map +1 -1
  515. package/lib/components/widget/ToDo/ToDo.css +1 -13
  516. package/lib/components/widget/ToDo/ToDo.d.ts +1 -1
  517. package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -1
  518. package/lib/components/widget/ToDo/ToDo.js +14 -8
  519. package/lib/components/widget/ToDo/ToDo.js.map +1 -1
  520. package/lib/hooks/useAfterInitialEffect.d.ts +1 -1
  521. package/lib/hooks/useAfterInitialEffect.d.ts.map +1 -1
  522. package/lib/hooks/useAfterInitialEffect.js.map +1 -1
  523. package/lib/hooks/useConsolidatedRef.d.ts +1 -1
  524. package/lib/hooks/useConsolidatedRef.d.ts.map +1 -1
  525. package/lib/hooks/useConsolidatedRef.js.map +1 -1
  526. package/lib/hooks/useFocusFirstField.d.ts.map +1 -1
  527. package/lib/hooks/useFocusFirstField.js.map +1 -1
  528. package/lib/hooks/useGetTabsCount.d.ts +0 -1
  529. package/lib/hooks/useGetTabsCount.d.ts.map +1 -1
  530. package/lib/hooks/useGetTabsCount.js +2 -3
  531. package/lib/hooks/useGetTabsCount.js.map +1 -1
  532. package/lib/hooks/useScrolltoTop.d.ts.map +1 -1
  533. package/lib/sdk-pega-component-map.d.ts +112 -106
  534. package/lib/sdk-pega-component-map.d.ts.map +1 -1
  535. package/lib/sdk-pega-component-map.js +9 -2
  536. package/lib/sdk-pega-component-map.js.map +1 -1
  537. package/lib/theme.d.ts +23 -0
  538. package/lib/theme.d.ts.map +1 -1
  539. package/lib/theme.js +189 -2
  540. package/lib/theme.js.map +1 -1
  541. package/lib/types/PConnProps.d.ts +1 -1
  542. package/package.json +16 -14
@@ -51,6 +51,7 @@ declare namespace pegaSdkComponentMap {
51
51
  export { ListPage };
52
52
  export { ListView };
53
53
  export { ListViewActionButtons };
54
+ export { Location };
54
55
  export { ModalViewContainer };
55
56
  export { MultiReferenceReadOnly };
56
57
  export { Multiselect };
@@ -60,6 +61,7 @@ declare namespace pegaSdkComponentMap {
60
61
  export { NarrowWideForm };
61
62
  export { NarrowWidePage };
62
63
  export { NavBar };
64
+ export { ObjectReference };
63
65
  export { OneColumn };
64
66
  export { OneColumnPage };
65
67
  export { OneColumnTab };
@@ -78,6 +80,7 @@ declare namespace pegaSdkComponentMap {
78
80
  export { ScalarList };
79
81
  export { SearchForm };
80
82
  export { SearchGroups };
83
+ export { SelectableCard };
81
84
  export { SemanticLink };
82
85
  export { SimpleTable };
83
86
  export { SimpleTableManual };
@@ -107,110 +110,113 @@ declare namespace pegaSdkComponentMap {
107
110
  export { WssNavBar };
108
111
  export { WssQuickCreate };
109
112
  }
110
- import ActionButtons from "./components/infra/ActionButtons";
111
- import ActionButtonsForFileUtil from "./components/widget/FileUtility/ActionButtonsForFileUtil";
112
- import AdvancedSearch from "./components/template/AdvancedSearch";
113
- import AlertBanner from "./components/designSystemExtension/AlertBanner";
114
- import AppAnnouncement from "./components/widget/AppAnnouncement";
115
- import AppShell from "./components/template/AppShell/AppShell";
116
- import Assignment from "./components/infra/Assignment/Assignment";
117
- import AssignmentCard from "./components/infra/AssignmentCard/AssignmentCard";
118
- import Attachment from "./components/widget/Attachment";
119
- import AutoComplete from "./components/field/AutoComplete";
120
- import Banner from "./components/designSystemExtension/Banner";
121
- import BannerPage from "./components/template/BannerPage";
122
- import CancelAlert from "./components/field/CancelAlert";
123
- import CaseHistory from "./components/widget/CaseHistory";
124
- import CaseSummary from "./components/template/CaseSummary";
125
- import CaseSummaryFields from "./components/designSystemExtension/CaseSummaryFields";
126
- import CaseView from "./components/template/CaseView";
127
- import CaseViewActionsMenu from "./components/template/CaseViewActionsMenu";
128
- import Checkbox from "./components/field/Checkbox";
129
- import Confirmation from "./components/template/Confirmation";
130
- import Currency from "./components/field/Currency";
131
- import DashboardFilter from "./components/infra/DashboardFilter";
132
- import DataReference from "./components/template/DataReference";
133
- import Date from "./components/field/Date";
134
- import DateTime from "./components/field/DateTime";
135
- import Decimal from "./components/field/Decimal";
136
- import DefaultForm from "./components/template/DefaultForm";
137
- import DeferLoad from "./components/infra/DeferLoad";
138
- import Details from "./components/template/Details/Details";
139
- import DetailsSubTabs from "./components/template/Details/DetailsSubTabs";
140
- import DetailsThreeColumn from "./components/template/Details/DetailsThreeColumn";
141
- import DetailsTwoColumn from "./components/template/Details/DetailsTwoColumn/DetailsTwoColumn";
142
- import Dropdown from "./components/field/Dropdown";
143
- import DynamicTabs from "./components/template/Details/DynamicTabs";
144
- import Email from "./components/field/Email/Email";
145
- import ErrorBoundary from "./components/infra/ErrorBoundary";
146
- import FieldGroup from "./components/designSystemExtension/FieldGroup";
147
- import FieldGroupList from "./components/designSystemExtension/FieldGroupList";
148
- import FieldGroupTemplate from "./components/template/FieldGroupTemplate";
149
- import FieldValueList from "./components/designSystemExtension/FieldValueList";
150
- import FileUtility from "./components/widget/FileUtility/FileUtility";
151
- import FlowContainer from "./components/infra/Containers/FlowContainer";
152
- import Followers from "./components/widget/Followers";
153
- import Group from "./components/field/Group";
154
- import InlineDashboard from "./components/template/InlineDashboard";
155
- import InlineDashboardPage from "./components/template/InlineDashboardPage/InlineDashboardPage";
156
- import Integer from "./components/field/Integer";
157
- import LeftAlignVerticalTabs from "./components/infra/VerticalTabs/LeftAlignVerticalTabs";
158
- import ListPage from "./components/template/ListPage/ListPage";
159
- import ListView from "./components/template/ListView";
160
- import ListViewActionButtons from "./components/infra/Containers/ModalViewContainer/ListViewActionButtons";
161
- import ModalViewContainer from "./components/infra/Containers/ModalViewContainer/ModalViewContainer";
162
- import MultiReferenceReadOnly from "./components/template/MultiReferenceReadOnly";
163
- import Multiselect from "./components/field/Multiselect/Multiselect";
164
- import MultiStep from "./components/infra/MultiStep";
165
- import NarrowWide from "./components/template/NarrowWide/NarrowWide";
166
- import NarrowWideDetails from "./components/template/NarrowWide/NarrowWideDetails";
167
- import NarrowWideForm from "./components/template/NarrowWide/NarrowWideForm";
168
- import NarrowWidePage from "./components/template/NarrowWide/NarrowWidePage";
169
- import NavBar from "./components/infra/NavBar";
170
- import OneColumn from "./components/template/OneColumn/OneColumn";
171
- import OneColumnPage from "./components/template/OneColumn/OneColumnPage";
172
- import OneColumnTab from "./components/template/OneColumn/OneColumnTab";
173
- import Operator from "./components/designSystemExtension/Operator";
174
- import Percentage from "./components/field/Percentage";
175
- import Phone from "./components/field/Phone/Phone";
176
- import PromotedFilters from "./components/template/PromotedFilters";
177
- import Pulse from "./components/designSystemExtension/Pulse";
178
- import QuickCreate from "./components/widget/QuickCreate";
179
- import Reference from "./components/infra/Reference/Reference";
180
- import RadioButtons from "./components/field/RadioButtons";
181
- import Region from "./components/infra/Region/Region";
182
- import RichText from "./components/field/RichText";
183
- import RichTextEditor from "./components/designSystemExtension/RichTextEditor";
184
- import RootContainer from "./components/infra/RootContainer/RootContainer";
185
- import ScalarList from "./components/field/ScalarList";
186
- import SearchForm from "./components/template/DataReference/SearchForm";
187
- import SearchGroups from "./components/template/AdvancedSearch/SearchGroups";
188
- import SemanticLink from "./components/field/SemanticLink";
189
- import SimpleTable from "./components/template/SimpleTable/SimpleTable";
190
- import SimpleTableManual from "./components/template/SimpleTable/SimpleTableManual";
191
- import SimpleTableSelect from "./components/template/SimpleTable/SimpleTableSelect";
192
- import SingleReferenceReadOnly from "./components/template/SingleReferenceReadOnly";
193
- import Stages from "./components/infra/Stages";
194
- import SubTabs from "./components/template/SubTabs";
195
- import SummaryItem from "./components/widget/SummaryItem";
196
- import SummaryList from "./components/widget/SummaryList";
197
- import TextArea from "./components/field/TextArea";
198
- import TextContent from "./components/field/TextContent";
199
- import TextInput from "./components/field/TextInput/TextInput";
200
- import Time from "./components/field/Time";
201
- import ToDo from "./components/widget/ToDo";
202
- import TwoColumn from "./components/template/TwoColumn/TwoColumn";
203
- import TwoColumnPage from "./components/template/TwoColumn/TwoColumnPage";
204
- import TwoColumnTab from "./components/template/TwoColumn/TwoColumnTab";
205
- import URL from "./components/field/URL";
206
- import UserReference from "./components/field/UserReference";
207
- import VerticalTabs from "./components/infra/VerticalTabs/VerticalTabs";
208
- import View from "./components/infra/View";
209
- import ViewContainer from "./components/infra/Containers/ViewContainer";
210
- import WideNarrow from "./components/template/WideNarrow/WideNarrow";
211
- import WideNarrowDetails from "./components/template/WideNarrow/WideNarrowDetails";
212
- import WideNarrowForm from "./components/template/WideNarrow/WideNarrowForm";
213
- import WideNarrowPage from "./components/template/WideNarrow/WideNarrowPage";
214
- import WssNavBar from "./components/template/WssNavBar/WssNavBar";
215
- import WssQuickCreate from "./components/designSystemExtension/WssQuickCreate";
113
+ import ActionButtons from './components/infra/ActionButtons';
114
+ import ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';
115
+ import AdvancedSearch from './components/template/AdvancedSearch';
116
+ import AlertBanner from './components/designSystemExtension/AlertBanner';
117
+ import AppAnnouncement from './components/widget/AppAnnouncement';
118
+ import AppShell from './components/template/AppShell/AppShell';
119
+ import Assignment from './components/infra/Assignment/Assignment';
120
+ import AssignmentCard from './components/infra/AssignmentCard/AssignmentCard';
121
+ import Attachment from './components/widget/Attachment';
122
+ import AutoComplete from './components/field/AutoComplete';
123
+ import Banner from './components/designSystemExtension/Banner';
124
+ import BannerPage from './components/template/BannerPage';
125
+ import CancelAlert from './components/field/CancelAlert';
126
+ import CaseHistory from './components/widget/CaseHistory';
127
+ import CaseSummary from './components/template/CaseSummary';
128
+ import CaseSummaryFields from './components/designSystemExtension/CaseSummaryFields';
129
+ import CaseView from './components/template/CaseView';
130
+ import CaseViewActionsMenu from './components/template/CaseViewActionsMenu';
131
+ import Checkbox from './components/field/Checkbox';
132
+ import Confirmation from './components/template/Confirmation';
133
+ import Currency from './components/field/Currency';
134
+ import DashboardFilter from './components/infra/DashboardFilter';
135
+ import DataReference from './components/template/DataReference';
136
+ import Date from './components/field/Date';
137
+ import DateTime from './components/field/DateTime';
138
+ import Decimal from './components/field/Decimal';
139
+ import DefaultForm from './components/template/DefaultForm';
140
+ import DeferLoad from './components/infra/DeferLoad';
141
+ import Details from './components/template/Details/Details';
142
+ import DetailsSubTabs from './components/template/Details/DetailsSubTabs';
143
+ import DetailsThreeColumn from './components/template/Details/DetailsThreeColumn';
144
+ import DetailsTwoColumn from './components/template/Details/DetailsTwoColumn/DetailsTwoColumn';
145
+ import Dropdown from './components/field/Dropdown';
146
+ import DynamicTabs from './components/template/Details/DynamicTabs';
147
+ import Email from './components/field/Email/Email';
148
+ import ErrorBoundary from './components/infra/ErrorBoundary';
149
+ import FieldGroup from './components/designSystemExtension/FieldGroup';
150
+ import FieldGroupList from './components/designSystemExtension/FieldGroupList';
151
+ import FieldGroupTemplate from './components/template/FieldGroupTemplate';
152
+ import FieldValueList from './components/designSystemExtension/FieldValueList';
153
+ import FileUtility from './components/widget/FileUtility/FileUtility';
154
+ import FlowContainer from './components/infra/Containers/FlowContainer';
155
+ import Followers from './components/widget/Followers';
156
+ import Group from './components/field/Group';
157
+ import InlineDashboard from './components/template/InlineDashboard';
158
+ import InlineDashboardPage from './components/template/InlineDashboardPage/InlineDashboardPage';
159
+ import Integer from './components/field/Integer';
160
+ import LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVerticalTabs';
161
+ import ListPage from './components/template/ListPage/ListPage';
162
+ import ListView from './components/template/ListView';
163
+ import ListViewActionButtons from './components/infra/Containers/ModalViewContainer/ListViewActionButtons';
164
+ import Location from './components/field/Location';
165
+ import ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';
166
+ import MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';
167
+ import Multiselect from './components/field/Multiselect/Multiselect';
168
+ import MultiStep from './components/infra/MultiStep';
169
+ import NarrowWide from './components/template/NarrowWide/NarrowWide';
170
+ import NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetails';
171
+ import NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';
172
+ import NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';
173
+ import NavBar from './components/infra/NavBar';
174
+ import ObjectReference from './components/field/ObjectReference';
175
+ import OneColumn from './components/template/OneColumn/OneColumn';
176
+ import OneColumnPage from './components/template/OneColumn/OneColumnPage';
177
+ import OneColumnTab from './components/template/OneColumn/OneColumnTab';
178
+ import Operator from './components/designSystemExtension/Operator';
179
+ import Percentage from './components/field/Percentage';
180
+ import Phone from './components/field/Phone/Phone';
181
+ import PromotedFilters from './components/template/PromotedFilters';
182
+ import Pulse from './components/designSystemExtension/Pulse';
183
+ import QuickCreate from './components/widget/QuickCreate';
184
+ import Reference from './components/infra/Reference/Reference';
185
+ import RadioButtons from './components/field/RadioButtons';
186
+ import Region from './components/infra/Region/Region';
187
+ import RichText from './components/field/RichText';
188
+ import RichTextEditor from './components/designSystemExtension/RichTextEditor';
189
+ import RootContainer from './components/infra/RootContainer/RootContainer';
190
+ import ScalarList from './components/field/ScalarList';
191
+ import SearchForm from './components/template/DataReference/SearchForm';
192
+ import SearchGroups from './components/template/AdvancedSearch/SearchGroups';
193
+ import SelectableCard from './components/field/SelectableCard';
194
+ import SemanticLink from './components/field/SemanticLink';
195
+ import SimpleTable from './components/template/SimpleTable/SimpleTable';
196
+ import SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';
197
+ import SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';
198
+ import SingleReferenceReadOnly from './components/template/SingleReferenceReadOnly';
199
+ import Stages from './components/infra/Stages';
200
+ import SubTabs from './components/template/SubTabs';
201
+ import SummaryItem from './components/widget/SummaryItem';
202
+ import SummaryList from './components/widget/SummaryList';
203
+ import TextArea from './components/field/TextArea';
204
+ import TextContent from './components/field/TextContent';
205
+ import TextInput from './components/field/TextInput/TextInput';
206
+ import Time from './components/field/Time';
207
+ import ToDo from './components/widget/ToDo';
208
+ import TwoColumn from './components/template/TwoColumn/TwoColumn';
209
+ import TwoColumnPage from './components/template/TwoColumn/TwoColumnPage';
210
+ import TwoColumnTab from './components/template/TwoColumn/TwoColumnTab';
211
+ import URL from './components/field/URL';
212
+ import UserReference from './components/field/UserReference';
213
+ import VerticalTabs from './components/infra/VerticalTabs/VerticalTabs';
214
+ import View from './components/infra/View';
215
+ import ViewContainer from './components/infra/Containers/ViewContainer';
216
+ import WideNarrow from './components/template/WideNarrow/WideNarrow';
217
+ import WideNarrowDetails from './components/template/WideNarrow/WideNarrowDetails';
218
+ import WideNarrowForm from './components/template/WideNarrow/WideNarrowForm';
219
+ import WideNarrowPage from './components/template/WideNarrow/WideNarrowPage';
220
+ import WssNavBar from './components/template/WssNavBar/WssNavBar';
221
+ import WssQuickCreate from './components/designSystemExtension/WssQuickCreate';
216
222
  //# 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;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;2BAEjD,mCAAmC;yBADrC,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,3 +1,4 @@
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
@@ -53,6 +54,7 @@ import LeftAlignVerticalTabs from './components/infra/VerticalTabs/LeftAlignVert
53
54
  import ListPage from './components/template/ListPage/ListPage';
54
55
  import ListView from './components/template/ListView';
55
56
  import ListViewActionButtons from './components/infra/Containers/ModalViewContainer/ListViewActionButtons';
57
+ import Location from './components/field/Location';
56
58
  import ModalViewContainer from './components/infra/Containers/ModalViewContainer/ModalViewContainer';
57
59
  import MultiReferenceReadOnly from './components/template/MultiReferenceReadOnly';
58
60
  import Multiselect from './components/field/Multiselect/Multiselect';
@@ -62,6 +64,7 @@ import NarrowWideDetails from './components/template/NarrowWide/NarrowWideDetail
62
64
  import NarrowWideForm from './components/template/NarrowWide/NarrowWideForm';
63
65
  import NarrowWidePage from './components/template/NarrowWide/NarrowWidePage';
64
66
  import NavBar from './components/infra/NavBar';
67
+ import ObjectReference from './components/field/ObjectReference';
65
68
  import OneColumn from './components/template/OneColumn/OneColumn';
66
69
  import OneColumnPage from './components/template/OneColumn/OneColumnPage';
67
70
  import OneColumnTab from './components/template/OneColumn/OneColumnTab';
@@ -81,6 +84,7 @@ import ScalarList from './components/field/ScalarList';
81
84
  import SearchForm from './components/template/DataReference/SearchForm';
82
85
  import SearchGroups from './components/template/AdvancedSearch/SearchGroups';
83
86
  import SemanticLink from './components/field/SemanticLink';
87
+ import SelectableCard from './components/field/SelectableCard';
84
88
  import SimpleTable from './components/template/SimpleTable/SimpleTable';
85
89
  import SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';
86
90
  import SimpleTableSelect from './components/template/SimpleTable/SimpleTableSelect';
@@ -167,6 +171,7 @@ const pegaSdkComponentMap = {
167
171
  ListPage,
168
172
  ListView,
169
173
  ListViewActionButtons,
174
+ Location,
170
175
  ModalViewContainer,
171
176
  MultiReferenceReadOnly,
172
177
  Multiselect,
@@ -176,6 +181,7 @@ const pegaSdkComponentMap = {
176
181
  NarrowWideForm,
177
182
  NarrowWidePage,
178
183
  NavBar,
184
+ ObjectReference,
179
185
  OneColumn,
180
186
  OneColumnPage,
181
187
  OneColumnTab,
@@ -185,7 +191,7 @@ const pegaSdkComponentMap = {
185
191
  PromotedFilters,
186
192
  Pulse,
187
193
  QuickCreate,
188
- reference: Reference,
194
+ reference: Reference, // See note about about non-standard capitalization
189
195
  RadioButtons,
190
196
  Region,
191
197
  RichText,
@@ -194,6 +200,7 @@ const pegaSdkComponentMap = {
194
200
  ScalarList,
195
201
  SearchForm,
196
202
  SearchGroups,
203
+ SelectableCard,
197
204
  SemanticLink,
198
205
  SimpleTable,
199
206
  SimpleTableManual,
@@ -207,7 +214,7 @@ const pegaSdkComponentMap = {
207
214
  TextContent,
208
215
  TextInput,
209
216
  Time,
210
- Todo: ToDo,
217
+ Todo: ToDo, // See note about about non-standard capitalization
211
218
  TwoColumn,
212
219
  TwoColumnPage,
213
220
  TwoColumnTab,
@@ -1 +1 @@
1
- {"version":3,"file":"sdk-pega-component-map.js","sourceRoot":"","sources":["../lib/sdk-pega-component-map.js"],"names":[],"mappings":"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","sourcesContent":["// When this code is run from the generated npm module, the components are\n// placed in the npm module's 'lib' directory. So, we expect to import from there.\n// This file should import and expose ALL of the components that may be\n// dynamically rendered at runtime via calls to react_pconnect or the View component\n\nimport ActionButtons from './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 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 SearchForm from './components/template/DataReference/SearchForm';\nimport SearchGroups from './components/template/AdvancedSearch/SearchGroups';\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 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 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 SearchForm,\n SearchGroups,\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 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 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 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 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
@@ -5,6 +5,29 @@ import { Theme } from '@mui/material/styles';
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
+ embedded: {
19
+ resolutionTextColor: string;
20
+ };
21
+ actionButtons: {
22
+ primary: {
23
+ backgroundColor: string;
24
+ color: string;
25
+ };
26
+ secondary: {
27
+ backgroundColor: string;
28
+ color: string;
29
+ };
30
+ };
8
31
  }
9
32
  }
10
33
  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,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAI7C;;;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,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;AAiOD,eAAO,MAAM,KAAK,OAAsD,CAAC"}