@pega/react-sdk-components 0.24.3 → 0.25.1

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 (347) hide show
  1. package/lib/bridge/react_pconnect.d.ts.map +1 -1
  2. package/lib/bridge/react_pconnect.js +137 -140
  3. package/lib/bridge/react_pconnect.js.map +1 -1
  4. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js +1 -1
  5. package/lib/components/designSystemExtension/AlertBanner/AlertBanner.js.map +1 -1
  6. package/lib/components/designSystemExtension/Banner/Banner.js +1 -1
  7. package/lib/components/designSystemExtension/Banner/Banner.js.map +1 -1
  8. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.css +0 -1
  9. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.d.ts.map +1 -1
  10. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js +11 -11
  11. package/lib/components/designSystemExtension/CaseSummaryFields/CaseSummaryFields.js.map +1 -1
  12. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js +4 -4
  13. package/lib/components/designSystemExtension/DetailsFields/DetailsFields.js.map +1 -1
  14. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js +4 -4
  15. package/lib/components/designSystemExtension/FieldGroup/FieldGroup.js.map +1 -1
  16. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js +4 -4
  17. package/lib/components/designSystemExtension/FieldGroupList/FieldGroupList.js.map +1 -1
  18. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js +6 -6
  19. package/lib/components/designSystemExtension/FieldValueList/FieldValueList.js.map +1 -1
  20. package/lib/components/designSystemExtension/Operator/Operator.d.ts.map +1 -1
  21. package/lib/components/designSystemExtension/Operator/Operator.js +6 -6
  22. package/lib/components/designSystemExtension/Operator/Operator.js.map +1 -1
  23. package/lib/components/designSystemExtension/Pulse/Pulse.js +2 -2
  24. package/lib/components/designSystemExtension/Pulse/Pulse.js.map +1 -1
  25. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.d.ts.map +1 -1
  26. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js +3 -2
  27. package/lib/components/designSystemExtension/RichTextEditor/RichTextEditor.js.map +1 -1
  28. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js +1 -1
  29. package/lib/components/designSystemExtension/WssQuickCreate/WssQuickCreate.js.map +1 -1
  30. package/lib/components/field/AutoComplete/AutoComplete.js +4 -4
  31. package/lib/components/field/AutoComplete/AutoComplete.js.map +1 -1
  32. package/lib/components/field/CancelAlert/CancelAlert.d.ts.map +1 -1
  33. package/lib/components/field/CancelAlert/CancelAlert.js +3 -6
  34. package/lib/components/field/CancelAlert/CancelAlert.js.map +1 -1
  35. package/lib/components/field/Checkbox/Checkbox.d.ts.map +1 -1
  36. package/lib/components/field/Checkbox/Checkbox.js +4 -4
  37. package/lib/components/field/Checkbox/Checkbox.js.map +1 -1
  38. package/lib/components/field/Currency/Currency.d.ts.map +1 -1
  39. package/lib/components/field/Currency/Currency.js +9 -8
  40. package/lib/components/field/Currency/Currency.js.map +1 -1
  41. package/lib/components/field/Date/Date.d.ts.map +1 -1
  42. package/lib/components/field/Date/Date.js +21 -9
  43. package/lib/components/field/Date/Date.js.map +1 -1
  44. package/lib/components/field/DateTime/DateTime.d.ts.map +1 -1
  45. package/lib/components/field/DateTime/DateTime.js +38 -9
  46. package/lib/components/field/DateTime/DateTime.js.map +1 -1
  47. package/lib/components/field/Decimal/Decimal.d.ts.map +1 -1
  48. package/lib/components/field/Decimal/Decimal.js +8 -5
  49. package/lib/components/field/Decimal/Decimal.js.map +1 -1
  50. package/lib/components/field/Dropdown/Dropdown.d.ts.map +1 -1
  51. package/lib/components/field/Dropdown/Dropdown.js +18 -12
  52. package/lib/components/field/Dropdown/Dropdown.js.map +1 -1
  53. package/lib/components/field/Email/Email.d.ts.map +1 -1
  54. package/lib/components/field/Email/Email.js +21 -5
  55. package/lib/components/field/Email/Email.js.map +1 -1
  56. package/lib/components/field/Group/Group.js +2 -2
  57. package/lib/components/field/Group/Group.js.map +1 -1
  58. package/lib/components/field/Integer/Integer.d.ts.map +1 -1
  59. package/lib/components/field/Integer/Integer.js +17 -6
  60. package/lib/components/field/Integer/Integer.js.map +1 -1
  61. package/lib/components/field/Multiselect/Multiselect.d.ts.map +1 -1
  62. package/lib/components/field/Multiselect/Multiselect.js +12 -8
  63. package/lib/components/field/Multiselect/Multiselect.js.map +1 -1
  64. package/lib/components/field/Multiselect/utils.js +1 -1
  65. package/lib/components/field/Multiselect/utils.js.map +1 -1
  66. package/lib/components/field/Percentage/Percentage.d.ts.map +1 -1
  67. package/lib/components/field/Percentage/Percentage.js +7 -4
  68. package/lib/components/field/Percentage/Percentage.js.map +1 -1
  69. package/lib/components/field/Phone/Phone.d.ts.map +1 -1
  70. package/lib/components/field/Phone/Phone.js +16 -10
  71. package/lib/components/field/Phone/Phone.js.map +1 -1
  72. package/lib/components/field/RadioButtons/RadioButtons.d.ts.map +1 -1
  73. package/lib/components/field/RadioButtons/RadioButtons.js +6 -12
  74. package/lib/components/field/RadioButtons/RadioButtons.js.map +1 -1
  75. package/lib/components/field/RichText/RichText.js +1 -1
  76. package/lib/components/field/RichText/RichText.js.map +1 -1
  77. package/lib/components/field/ScalarList/ScalarList.d.ts.map +1 -1
  78. package/lib/components/field/ScalarList/ScalarList.js +5 -5
  79. package/lib/components/field/ScalarList/ScalarList.js.map +1 -1
  80. package/lib/components/field/SemanticLink/SemanticLink.js +4 -4
  81. package/lib/components/field/SemanticLink/SemanticLink.js.map +1 -1
  82. package/lib/components/field/TextArea/TextArea.d.ts.map +1 -1
  83. package/lib/components/field/TextArea/TextArea.js +20 -4
  84. package/lib/components/field/TextArea/TextArea.js.map +1 -1
  85. package/lib/components/field/TextContent/TextContent.js +1 -1
  86. package/lib/components/field/TextContent/TextContent.js.map +1 -1
  87. package/lib/components/field/TextInput/TextInput.js +2 -2
  88. package/lib/components/field/TextInput/TextInput.js.map +1 -1
  89. package/lib/components/field/Time/Time.d.ts.map +1 -1
  90. package/lib/components/field/Time/Time.js +31 -8
  91. package/lib/components/field/Time/Time.js.map +1 -1
  92. package/lib/components/field/URL/URL.d.ts.map +1 -1
  93. package/lib/components/field/URL/URL.js +19 -4
  94. package/lib/components/field/URL/URL.js.map +1 -1
  95. package/lib/components/field/UserReference/UserReference.d.ts.map +1 -1
  96. package/lib/components/field/UserReference/UserReference.js +3 -5
  97. package/lib/components/field/UserReference/UserReference.js.map +1 -1
  98. package/lib/components/helpers/common-utils.d.ts +7 -0
  99. package/lib/components/helpers/common-utils.d.ts.map +1 -1
  100. package/lib/components/helpers/common-utils.js +21 -1
  101. package/lib/components/helpers/common-utils.js.map +1 -1
  102. package/lib/components/helpers/field-group-utils.js +2 -2
  103. package/lib/components/helpers/field-group-utils.js.map +1 -1
  104. package/lib/components/helpers/formatters/Currency.d.ts.map +1 -1
  105. package/lib/components/helpers/formatters/Currency.js +12 -15
  106. package/lib/components/helpers/formatters/Currency.js.map +1 -1
  107. package/lib/components/helpers/formatters/common.d.ts +2 -2
  108. package/lib/components/helpers/formatters/common.d.ts.map +1 -1
  109. package/lib/components/helpers/formatters/common.js +2 -1
  110. package/lib/components/helpers/formatters/common.js.map +1 -1
  111. package/lib/components/helpers/formatters/index.d.ts.map +1 -1
  112. package/lib/components/helpers/formatters/index.js +2 -3
  113. package/lib/components/helpers/formatters/index.js.map +1 -1
  114. package/lib/components/helpers/simpleTableHelpers.d.ts +1 -1
  115. package/lib/components/helpers/simpleTableHelpers.js +1 -1
  116. package/lib/components/helpers/simpleTableHelpers.js.map +1 -1
  117. package/lib/components/infra/ActionButtons/ActionButtons.js +3 -3
  118. package/lib/components/infra/ActionButtons/ActionButtons.js.map +1 -1
  119. package/lib/components/infra/Assignment/Assignment.d.ts.map +1 -1
  120. package/lib/components/infra/Assignment/Assignment.js +31 -13
  121. package/lib/components/infra/Assignment/Assignment.js.map +1 -1
  122. package/lib/components/infra/Containers/FlowContainer/FlowContainer.d.ts.map +1 -1
  123. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js +12 -22
  124. package/lib/components/infra/Containers/FlowContainer/FlowContainer.js.map +1 -1
  125. package/lib/components/infra/Containers/FlowContainer/helpers.d.ts.map +1 -1
  126. package/lib/components/infra/Containers/FlowContainer/helpers.js +1 -5
  127. package/lib/components/infra/Containers/FlowContainer/helpers.js.map +1 -1
  128. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.d.ts.map +1 -1
  129. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js +9 -4
  130. package/lib/components/infra/Containers/ModalViewContainer/ListViewActionButtons/ListViewActionButtons.js.map +1 -1
  131. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js +7 -7
  132. package/lib/components/infra/Containers/ModalViewContainer/ModalViewContainer.js.map +1 -1
  133. package/lib/components/infra/Containers/SimpleView/helper.js +1 -1
  134. package/lib/components/infra/Containers/SimpleView/helper.js.map +1 -1
  135. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js +1 -1
  136. package/lib/components/infra/Containers/ViewContainer/ViewContainer.js.map +1 -1
  137. package/lib/components/infra/Containers/container-helpers.d.ts +2 -0
  138. package/lib/components/infra/Containers/container-helpers.d.ts.map +1 -0
  139. package/lib/components/infra/Containers/{helpers.js → container-helpers.js} +1 -1
  140. package/lib/components/infra/Containers/container-helpers.js.map +1 -0
  141. package/lib/components/infra/DashboardFilter/DashboardFilter.d.ts.map +1 -1
  142. package/lib/components/infra/DashboardFilter/DashboardFilter.js +4 -6
  143. package/lib/components/infra/DashboardFilter/DashboardFilter.js.map +1 -1
  144. package/lib/components/infra/DashboardFilter/filterUtils.d.ts.map +1 -1
  145. package/lib/components/infra/DashboardFilter/filterUtils.js +3 -5
  146. package/lib/components/infra/DashboardFilter/filterUtils.js.map +1 -1
  147. package/lib/components/infra/DeferLoad/DeferLoad.d.ts +1 -0
  148. package/lib/components/infra/DeferLoad/DeferLoad.d.ts.map +1 -1
  149. package/lib/components/infra/DeferLoad/DeferLoad.js +7 -8
  150. package/lib/components/infra/DeferLoad/DeferLoad.js.map +1 -1
  151. package/lib/components/infra/MultiStep/MultiStep.d.ts +1 -1
  152. package/lib/components/infra/MultiStep/MultiStep.d.ts.map +1 -1
  153. package/lib/components/infra/MultiStep/MultiStep.js +12 -11
  154. package/lib/components/infra/MultiStep/MultiStep.js.map +1 -1
  155. package/lib/components/infra/NavBar/NavBar.css +1 -0
  156. package/lib/components/infra/NavBar/NavBar.d.ts.map +1 -1
  157. package/lib/components/infra/NavBar/NavBar.js +24 -16
  158. package/lib/components/infra/NavBar/NavBar.js.map +1 -1
  159. package/lib/components/infra/RootContainer/RootContainer.d.ts.map +1 -1
  160. package/lib/components/infra/RootContainer/RootContainer.js +5 -6
  161. package/lib/components/infra/RootContainer/RootContainer.js.map +1 -1
  162. package/lib/components/infra/Stages/Stages.js +4 -4
  163. package/lib/components/infra/Stages/Stages.js.map +1 -1
  164. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.d.ts.map +1 -1
  165. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js +4 -3
  166. package/lib/components/infra/VerticalTabs/LeftAlignVerticalTabs/LeftAlignVerticalTabs.js.map +1 -1
  167. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js +2 -2
  168. package/lib/components/infra/VerticalTabs/VerticalTabs/VerticalTabs.js.map +1 -1
  169. package/lib/components/infra/View/View.d.ts +1 -0
  170. package/lib/components/infra/View/View.d.ts.map +1 -1
  171. package/lib/components/infra/View/View.js +32 -2
  172. package/lib/components/infra/View/View.js.map +1 -1
  173. package/lib/components/template/AdvancedSearch/AdvancedSearch.d.ts +2 -0
  174. package/lib/components/template/AdvancedSearch/AdvancedSearch.d.ts.map +1 -0
  175. package/lib/components/template/AdvancedSearch/AdvancedSearch.js +69 -0
  176. package/lib/components/template/AdvancedSearch/AdvancedSearch.js.map +1 -0
  177. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.d.ts +24 -0
  178. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.d.ts.map +1 -0
  179. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.js +32 -0
  180. package/lib/components/template/AdvancedSearch/SearchGroup/persistUtils.js.map +1 -0
  181. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.d.ts +3 -0
  182. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.d.ts.map +1 -0
  183. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.js +181 -0
  184. package/lib/components/template/AdvancedSearch/SearchGroups/SearchGroups.js.map +1 -0
  185. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.d.ts +10 -0
  186. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.d.ts.map +1 -0
  187. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.js +26 -0
  188. package/lib/components/template/AdvancedSearch/SearchGroups/hooks.js.map +1 -0
  189. package/lib/components/template/AdvancedSearch/SearchGroups/index.d.ts +2 -0
  190. package/lib/components/template/AdvancedSearch/SearchGroups/index.d.ts.map +1 -0
  191. package/lib/components/template/AdvancedSearch/SearchGroups/index.js +2 -0
  192. package/lib/components/template/AdvancedSearch/SearchGroups/index.js.map +1 -0
  193. package/lib/components/template/AdvancedSearch/SearchGroups/utils.d.ts +16 -0
  194. package/lib/components/template/AdvancedSearch/SearchGroups/utils.d.ts.map +1 -0
  195. package/lib/components/template/AdvancedSearch/SearchGroups/utils.js +22 -0
  196. package/lib/components/template/AdvancedSearch/SearchGroups/utils.js.map +1 -0
  197. package/lib/components/template/AdvancedSearch/TemplateContext.d.ts +11 -0
  198. package/lib/components/template/AdvancedSearch/TemplateContext.d.ts.map +1 -0
  199. package/lib/components/template/AdvancedSearch/TemplateContext.js +11 -0
  200. package/lib/components/template/AdvancedSearch/TemplateContext.js.map +1 -0
  201. package/lib/components/template/AdvancedSearch/index.d.ts +2 -0
  202. package/lib/components/template/AdvancedSearch/index.d.ts.map +1 -0
  203. package/lib/components/template/AdvancedSearch/index.js +2 -0
  204. package/lib/components/template/AdvancedSearch/index.js.map +1 -0
  205. package/lib/components/template/AppShell/AppShell.d.ts +2 -0
  206. package/lib/components/template/AppShell/AppShell.d.ts.map +1 -1
  207. package/lib/components/template/AppShell/AppShell.js +33 -10
  208. package/lib/components/template/AppShell/AppShell.js.map +1 -1
  209. package/lib/components/template/CaseView/CaseView.d.ts +1 -0
  210. package/lib/components/template/CaseView/CaseView.d.ts.map +1 -1
  211. package/lib/components/template/CaseView/CaseView.js +7 -7
  212. package/lib/components/template/CaseView/CaseView.js.map +1 -1
  213. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js +6 -6
  214. package/lib/components/template/CaseViewActionsMenu/CaseViewActionsMenu.js.map +1 -1
  215. package/lib/components/template/Confirmation/Confirmation.d.ts.map +1 -1
  216. package/lib/components/template/Confirmation/Confirmation.js +3 -2
  217. package/lib/components/template/Confirmation/Confirmation.js.map +1 -1
  218. package/lib/components/template/DataReference/DataReference.d.ts +7 -0
  219. package/lib/components/template/DataReference/DataReference.d.ts.map +1 -1
  220. package/lib/components/template/DataReference/DataReference.js +245 -81
  221. package/lib/components/template/DataReference/DataReference.js.map +1 -1
  222. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.d.ts +8 -0
  223. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.d.ts.map +1 -0
  224. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.js +9 -0
  225. package/lib/components/template/DataReference/DataReferenceAdvancedSearchContext.js.map +1 -0
  226. package/lib/components/template/DataReference/SearchForm.d.ts +3 -0
  227. package/lib/components/template/DataReference/SearchForm.d.ts.map +1 -0
  228. package/lib/components/template/DataReference/SearchForm.js +86 -0
  229. package/lib/components/template/DataReference/SearchForm.js.map +1 -0
  230. package/lib/components/template/DataReference/utils.d.ts +15 -0
  231. package/lib/components/template/DataReference/utils.d.ts.map +1 -0
  232. package/lib/components/template/DataReference/utils.js +75 -0
  233. package/lib/components/template/DataReference/utils.js.map +1 -0
  234. package/lib/components/template/DefaultForm/utils/index.d.ts.map +1 -1
  235. package/lib/components/template/DefaultForm/utils/index.js +1 -2
  236. package/lib/components/template/DefaultForm/utils/index.js.map +1 -1
  237. package/lib/components/template/Details/Details/Details.js +2 -2
  238. package/lib/components/template/Details/Details/Details.js.map +1 -1
  239. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js +3 -3
  240. package/lib/components/template/Details/DetailsSubTabs/DetailsSubTabs.js.map +1 -1
  241. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js +2 -2
  242. package/lib/components/template/Details/DetailsThreeColumn/DetailsThreeColumn.js.map +1 -1
  243. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js +2 -2
  244. package/lib/components/template/Details/DetailsTwoColumn/DetailsTwoColumn.js.map +1 -1
  245. package/lib/components/template/Details/DynamicTabs/DynamicTabs.d.ts.map +1 -1
  246. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js +4 -4
  247. package/lib/components/template/Details/DynamicTabs/DynamicTabs.js.map +1 -1
  248. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.d.ts.map +1 -1
  249. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js +9 -5
  250. package/lib/components/template/FieldGroupTemplate/FieldGroupTemplate.js.map +1 -1
  251. package/lib/components/template/InlineDashboard/InlineDashboard.js +2 -2
  252. package/lib/components/template/InlineDashboard/InlineDashboard.js.map +1 -1
  253. package/lib/components/template/ListView/ListView.d.ts +3 -0
  254. package/lib/components/template/ListView/ListView.d.ts.map +1 -1
  255. package/lib/components/template/ListView/ListView.js +166 -90
  256. package/lib/components/template/ListView/ListView.js.map +1 -1
  257. package/lib/components/template/ListView/utils.d.ts.map +1 -1
  258. package/lib/components/template/ListView/utils.js +29 -6
  259. package/lib/components/template/ListView/utils.js.map +1 -1
  260. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js +2 -2
  261. package/lib/components/template/NarrowWide/NarrowWideDetails/NarrowWideDetails.js.map +1 -1
  262. package/lib/components/template/OneColumn/OneColumn/OneColumn.js +2 -2
  263. package/lib/components/template/OneColumn/OneColumn/OneColumn.js.map +1 -1
  264. package/lib/components/template/PromotedFilters/PromotedFilters.d.ts.map +1 -1
  265. package/lib/components/template/PromotedFilters/PromotedFilters.js +1 -2
  266. package/lib/components/template/PromotedFilters/PromotedFilters.js.map +1 -1
  267. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.d.ts.map +1 -1
  268. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js +0 -2
  269. package/lib/components/template/SimpleTable/SimpleTable/SimpleTable.js.map +1 -1
  270. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts +2 -0
  271. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.d.ts.map +1 -1
  272. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js +67 -44
  273. package/lib/components/template/SimpleTable/SimpleTableManual/SimpleTableManual.js.map +1 -1
  274. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.d.ts.map +1 -1
  275. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js +2 -4
  276. package/lib/components/template/SimpleTable/SimpleTableSelect/SimpleTableSelect.js.map +1 -1
  277. package/lib/components/template/SubTabs/SubTabs.js +2 -2
  278. package/lib/components/template/SubTabs/SubTabs.js.map +1 -1
  279. package/lib/components/template/SubTabs/tabUtils.d.ts +10 -0
  280. package/lib/components/template/SubTabs/tabUtils.d.ts.map +1 -1
  281. package/lib/components/template/SubTabs/tabUtils.js +102 -1
  282. package/lib/components/template/SubTabs/tabUtils.js.map +1 -1
  283. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js +2 -2
  284. package/lib/components/template/TwoColumn/TwoColumn/TwoColumn.js.map +1 -1
  285. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js +2 -2
  286. package/lib/components/template/TwoColumn/TwoColumnTab/TwoColumnTab.js.map +1 -1
  287. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js +2 -2
  288. package/lib/components/template/WideNarrow/WideNarrowDetails/WideNarrowDetails.js.map +1 -1
  289. package/lib/components/template/WssNavBar/WssNavBar.js +9 -9
  290. package/lib/components/template/WssNavBar/WssNavBar.js.map +1 -1
  291. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js +2 -2
  292. package/lib/components/widget/AppAnnouncement/AppAnnouncement.js.map +1 -1
  293. package/lib/components/widget/Attachment/Attachment.css +1 -0
  294. package/lib/components/widget/Attachment/Attachment.d.ts.map +1 -1
  295. package/lib/components/widget/Attachment/Attachment.js +7 -10
  296. package/lib/components/widget/Attachment/Attachment.js.map +1 -1
  297. package/lib/components/widget/CaseHistory/CaseHistory.d.ts.map +1 -1
  298. package/lib/components/widget/CaseHistory/CaseHistory.js +8 -7
  299. package/lib/components/widget/CaseHistory/CaseHistory.js.map +1 -1
  300. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js +1 -1
  301. package/lib/components/widget/FileUtility/ActionButtonsForFileUtil/ActionButtonsForFileUtil.js.map +1 -1
  302. package/lib/components/widget/FileUtility/FileUtility/FileUtility.d.ts.map +1 -1
  303. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js +4 -4
  304. package/lib/components/widget/FileUtility/FileUtility/FileUtility.js.map +1 -1
  305. package/lib/components/widget/Followers/Followers.js +2 -2
  306. package/lib/components/widget/Followers/Followers.js.map +1 -1
  307. package/lib/components/widget/QuickCreate/QuickCreate.d.ts.map +1 -1
  308. package/lib/components/widget/QuickCreate/QuickCreate.js +0 -1
  309. package/lib/components/widget/QuickCreate/QuickCreate.js.map +1 -1
  310. package/lib/components/widget/SummaryItem/SummaryItem.d.ts.map +1 -1
  311. package/lib/components/widget/SummaryItem/SummaryItem.js +3 -3
  312. package/lib/components/widget/SummaryItem/SummaryItem.js.map +1 -1
  313. package/lib/components/widget/ToDo/ToDo.d.ts.map +1 -1
  314. package/lib/components/widget/ToDo/ToDo.js +60 -17
  315. package/lib/components/widget/ToDo/ToDo.js.map +1 -1
  316. package/lib/doc/KeyReleaseUpdates.md +19 -7
  317. package/lib/hooks/index.d.ts +2 -0
  318. package/lib/hooks/index.d.ts.map +1 -1
  319. package/lib/hooks/index.js +2 -0
  320. package/lib/hooks/index.js.map +1 -1
  321. package/lib/hooks/useFocusFirstField.d.ts +7 -0
  322. package/lib/hooks/useFocusFirstField.d.ts.map +1 -0
  323. package/lib/hooks/useFocusFirstField.js +20 -0
  324. package/lib/hooks/useFocusFirstField.js.map +1 -0
  325. package/lib/hooks/useGetTabsCount.d.ts +11 -0
  326. package/lib/hooks/useGetTabsCount.d.ts.map +1 -0
  327. package/lib/hooks/useGetTabsCount.js +166 -0
  328. package/lib/hooks/useGetTabsCount.js.map +1 -0
  329. package/lib/hooks/useIsMount.d.ts +2 -0
  330. package/lib/hooks/useIsMount.d.ts.map +1 -0
  331. package/lib/hooks/useIsMount.js +9 -0
  332. package/lib/hooks/useIsMount.js.map +1 -0
  333. package/lib/hooks/useScrolltoTop.d.ts +7 -0
  334. package/lib/hooks/useScrolltoTop.d.ts.map +1 -0
  335. package/lib/hooks/useScrolltoTop.js +13 -0
  336. package/lib/hooks/useScrolltoTop.js.map +1 -0
  337. package/lib/sdk-pega-component-map.d.ts +7 -1
  338. package/lib/sdk-pega-component-map.js +7 -1
  339. package/lib/sdk-pega-component-map.js.map +1 -1
  340. package/lib/theme.d.ts +11 -0
  341. package/lib/theme.d.ts.map +1 -0
  342. package/lib/theme.js +31 -0
  343. package/lib/theme.js.map +1 -0
  344. package/package.json +30 -1
  345. package/lib/components/infra/Containers/helpers.d.ts +0 -2
  346. package/lib/components/infra/Containers/helpers.d.ts.map +0 -1
  347. package/lib/components/infra/Containers/helpers.js.map +0 -1
@@ -0,0 +1,166 @@
1
+ import { useState, useEffect, useCallback, useMemo } from 'react';
2
+ import { getTabLabel } from '../components/template/SubTabs/tabUtils';
3
+ const useGetTabsCount = (deferLoadedTabs, uuid, selectedTabId, template) => {
4
+ const pConn = deferLoadedTabs.props.getPConnect();
5
+ const [availableTabs] = useState(deferLoadedTabs.props.getPConnect().getChildren() || []);
6
+ const [data, setData] = useState([]);
7
+ const [loading, setLoading] = useState(false);
8
+ const [error, setError] = useState(false);
9
+ const [countMetadata, setCountMetadata] = useState([]);
10
+ const [currentTabId, setCurrentTabId] = useState(selectedTabId);
11
+ const viewName = deferLoadedTabs?.props?.getPConnect()?.options?.viewName || null;
12
+ const tabContent = (id, index, overideTabContent, tab) => {
13
+ if (id === currentTabId || template === 'HierarchicalForm') {
14
+ if (overideTabContent) {
15
+ return tab.getPConnect().getComponent();
16
+ }
17
+ if (data[index]?.content) {
18
+ return data[index]?.content;
19
+ }
20
+ return tab.getPConnect().getComponent();
21
+ }
22
+ if (template !== 'HierarchicalForm') {
23
+ return overideTabContent ? null : data[index]?.content;
24
+ }
25
+ };
26
+ const getTabsData = useCallback(overideTabContent => availableTabs.map((tab, index) => {
27
+ const config = tab.getPConnect().getConfigProps();
28
+ const name = getTabLabel(tab.getPConnect());
29
+ const tabId = `${viewName}-${config.name || name}-${index}`;
30
+ const count = countMetadata.find((item) => item.tabId === tabId)?.count;
31
+ return {
32
+ name,
33
+ id: tabId,
34
+ getPConnect: tab.getPConnect,
35
+ content: tabContent(tabId, index, overideTabContent, tab),
36
+ loaded: tabId === currentTabId || Boolean(data[index]?.content),
37
+ visibility: () => {
38
+ const tabConfig = tab.getPConnect().getConfigProps();
39
+ const isVisible = !('visibility' in tabConfig) || tabConfig.visibility === true;
40
+ if (!isVisible) {
41
+ tab.getPConnect().removeNode();
42
+ }
43
+ return isVisible;
44
+ },
45
+ count
46
+ };
47
+ }), [availableTabs, countMetadata, data, currentTabId, uuid]);
48
+ const tabCountSources = useMemo(() => availableTabs.reduce((prev, tab, index) => {
49
+ const config = tab.getPConnect().getConfigProps();
50
+ const { value: showTabCount } = config.inheritedProps?.find(item => item.prop === 'showTabCount') || {};
51
+ const { value } = config.inheritedProps?.find(item => item.prop === 'count') || {};
52
+ const tabCountSource = config.inheritedProps?.find(item => item.prop === 'tabCount');
53
+ const name = getTabLabel(tab.getPConnect());
54
+ const tabId = `${viewName}-${config.name || name}-${index}`;
55
+ if (showTabCount) {
56
+ if (tabCountSource?.value?.fields?.count) {
57
+ const isPrefixedByDot = tabCountSource.value.fields.count.substring(0, 1) === '.';
58
+ return {
59
+ ...prev,
60
+ dataPageSources: [
61
+ ...prev.dataPageSources,
62
+ {
63
+ dataPageName: tabCountSource.value.source,
64
+ tabId,
65
+ tabCountProp: isPrefixedByDot ? tabCountSource.value.fields.count.substring(1) : tabCountSource.value.fields.count,
66
+ dataViewParameters: tabCountSource.value?.parameters || {}
67
+ }
68
+ ]
69
+ };
70
+ }
71
+ if (Number.isInteger(value) && value % 1 === 0) {
72
+ return {
73
+ ...prev,
74
+ calculatedFields: [
75
+ ...prev.calculatedFields,
76
+ {
77
+ count: value,
78
+ context: tab.getPConnect().getContextName(),
79
+ tabId
80
+ }
81
+ ]
82
+ };
83
+ }
84
+ if (value?.isDeferred) {
85
+ return {
86
+ ...prev,
87
+ calculatedFields: [
88
+ ...prev.calculatedFields,
89
+ {
90
+ propertyName: value.propertyName,
91
+ context: 'content',
92
+ tabId
93
+ }
94
+ ]
95
+ };
96
+ }
97
+ }
98
+ return prev;
99
+ }, {
100
+ dataPageSources: [],
101
+ calculatedFields: []
102
+ }), []);
103
+ useEffect(() => {
104
+ setCurrentTabId(selectedTabId);
105
+ }, [selectedTabId]);
106
+ useEffect(() => {
107
+ // @ts-ignore
108
+ setData(getTabsData());
109
+ }, [countMetadata, currentTabId]);
110
+ useEffect(() => {
111
+ const { dataPageSources, calculatedFields } = tabCountSources;
112
+ const calculatedFieldsWithoutValue = calculatedFields.filter(item => item.propertyName);
113
+ if (dataPageSources.length) {
114
+ setLoading(true);
115
+ Promise.all(dataPageSources.map(item => PCore.getDataPageUtils().getPageDataAsync(item.dataPageName, '', item.dataViewParameters)))
116
+ .then(res => {
117
+ const temp = res.map((r, index) => ({
118
+ ...dataPageSources[index],
119
+ count: r[dataPageSources[index].tabCountProp]
120
+ }));
121
+ setCountMetadata(temp);
122
+ setLoading(false);
123
+ })
124
+ .catch(err => {
125
+ setError(err);
126
+ setLoading(false);
127
+ });
128
+ }
129
+ else if (calculatedFieldsWithoutValue.length) {
130
+ PCore.getViewRuleApi()
131
+ // @ts-ignore
132
+ .getCalculatedFields(pConn.getCaseInfo().getKey(), pConn.getCurrentView(), calculatedFieldsWithoutValue.map(({ propertyName, context }) => ({
133
+ name: propertyName,
134
+ context
135
+ })))
136
+ .then(res => {
137
+ const values = res?.data?.caseInfo?.content || {};
138
+ const temp = calculatedFields.map(field => ({
139
+ ...field,
140
+ count: values[field.propertyName?.substring(1)] || field.count
141
+ }));
142
+ setCountMetadata(temp);
143
+ })
144
+ .catch(err => {
145
+ setError(err);
146
+ setLoading(false);
147
+ });
148
+ }
149
+ else {
150
+ setCountMetadata(calculatedFields.map(field => ({
151
+ ...field,
152
+ count: field.count
153
+ })));
154
+ }
155
+ }, []);
156
+ return {
157
+ availableTabs,
158
+ data,
159
+ loading,
160
+ error,
161
+ updateCurrentTabId: setCurrentTabId,
162
+ refreshTabData: () => setData(getTabsData(true))
163
+ };
164
+ };
165
+ export default useGetTabsCount;
166
+ //# sourceMappingURL=useGetTabsCount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useGetTabsCount.js","sourceRoot":"","sources":["../../src/hooks/useGetTabsCount.ts"],"names":[],"mappings":"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","sourcesContent":["import { useState, useEffect, useCallback, useMemo } from 'react';\n\nimport { getTabLabel } from '../components/template/SubTabs/tabUtils';\n\nconst useGetTabsCount = (deferLoadedTabs, uuid, selectedTabId, template) => {\n const pConn = deferLoadedTabs.props.getPConnect();\n const [availableTabs] = useState(deferLoadedTabs.props.getPConnect().getChildren() || []);\n const [data, setData] = useState<any[]>([]);\n const [loading, setLoading] = useState(false);\n const [error, setError] = useState(false);\n const [countMetadata, setCountMetadata] = useState<any[]>([]);\n const [currentTabId, setCurrentTabId] = useState(selectedTabId);\n\n const viewName = deferLoadedTabs?.props?.getPConnect()?.options?.viewName || null;\n\n const tabContent = (id, index, overideTabContent, tab) => {\n if (id === currentTabId || template === 'HierarchicalForm') {\n if (overideTabContent) {\n return tab.getPConnect().getComponent();\n }\n if (data[index]?.content) {\n return data[index]?.content;\n }\n return tab.getPConnect().getComponent();\n }\n if (template !== 'HierarchicalForm') {\n return overideTabContent ? null : data[index]?.content;\n }\n };\n\n const getTabsData = useCallback(\n overideTabContent =>\n availableTabs.map((tab, index) => {\n const config = tab.getPConnect().getConfigProps();\n const name = getTabLabel(tab.getPConnect());\n const tabId = `${viewName}-${config.name || name}-${index}`;\n const count = countMetadata.find((item: any) => item.tabId === tabId)?.count;\n\n return {\n name,\n id: tabId,\n getPConnect: tab.getPConnect,\n content: tabContent(tabId, index, overideTabContent, tab),\n loaded: tabId === currentTabId || Boolean(data[index]?.content),\n visibility: () => {\n const tabConfig = tab.getPConnect().getConfigProps();\n const isVisible = !('visibility' in tabConfig) || tabConfig.visibility === true;\n if (!isVisible) {\n tab.getPConnect().removeNode();\n }\n return isVisible;\n },\n count\n };\n }),\n [availableTabs, countMetadata, data, currentTabId, uuid]\n );\n\n const tabCountSources = useMemo(\n () =>\n availableTabs.reduce(\n (prev, tab, index) => {\n const config = tab.getPConnect().getConfigProps();\n const { value: showTabCount } = config.inheritedProps?.find(item => item.prop === 'showTabCount') || {};\n const { value } = config.inheritedProps?.find(item => item.prop === 'count') || {};\n const tabCountSource = config.inheritedProps?.find(item => item.prop === 'tabCount');\n const name = getTabLabel(tab.getPConnect());\n const tabId = `${viewName}-${config.name || name}-${index}`;\n if (showTabCount) {\n if (tabCountSource?.value?.fields?.count) {\n const isPrefixedByDot = tabCountSource.value.fields.count.substring(0, 1) === '.';\n return {\n ...prev,\n dataPageSources: [\n ...prev.dataPageSources,\n {\n dataPageName: tabCountSource.value.source,\n tabId,\n tabCountProp: isPrefixedByDot ? tabCountSource.value.fields.count.substring(1) : tabCountSource.value.fields.count,\n dataViewParameters: tabCountSource.value?.parameters || {}\n }\n ]\n };\n }\n if (Number.isInteger(value) && value % 1 === 0) {\n return {\n ...prev,\n calculatedFields: [\n ...prev.calculatedFields,\n {\n count: value,\n context: tab.getPConnect().getContextName(),\n tabId\n }\n ]\n };\n }\n if (value?.isDeferred) {\n return {\n ...prev,\n calculatedFields: [\n ...prev.calculatedFields,\n {\n propertyName: value.propertyName,\n context: 'content',\n tabId\n }\n ]\n };\n }\n }\n return prev;\n },\n {\n dataPageSources: [],\n calculatedFields: []\n }\n ),\n []\n );\n\n useEffect(() => {\n setCurrentTabId(selectedTabId);\n }, [selectedTabId]);\n\n useEffect(() => {\n // @ts-ignore\n setData(getTabsData());\n }, [countMetadata, currentTabId]);\n\n useEffect(() => {\n const { dataPageSources, calculatedFields } = tabCountSources;\n const calculatedFieldsWithoutValue = calculatedFields.filter(item => item.propertyName);\n if (dataPageSources.length) {\n setLoading(true);\n Promise.all(dataPageSources.map(item => PCore.getDataPageUtils().getPageDataAsync(item.dataPageName, '', item.dataViewParameters)))\n .then(res => {\n const temp = res.map((r, index) => ({\n ...dataPageSources[index],\n count: r[dataPageSources[index].tabCountProp]\n }));\n setCountMetadata(temp);\n setLoading(false);\n })\n .catch(err => {\n setError(err);\n setLoading(false);\n });\n } else if (calculatedFieldsWithoutValue.length) {\n PCore.getViewRuleApi()\n // @ts-ignore\n .getCalculatedFields(\n pConn.getCaseInfo().getKey(),\n pConn.getCurrentView(),\n calculatedFieldsWithoutValue.map(({ propertyName, context }) => ({\n name: propertyName,\n context\n }))\n )\n .then(res => {\n const values = res?.data?.caseInfo?.content || {};\n const temp = calculatedFields.map(field => ({\n ...field,\n count: values[field.propertyName?.substring(1)] || field.count\n }));\n setCountMetadata(temp);\n })\n .catch(err => {\n setError(err);\n setLoading(false);\n });\n } else {\n setCountMetadata(\n calculatedFields.map(field => ({\n ...field,\n count: field.count\n }))\n );\n }\n }, []);\n\n return {\n availableTabs,\n data,\n loading,\n error,\n updateCurrentTabId: setCurrentTabId,\n refreshTabData: () => setData(getTabsData(true))\n };\n};\n\nexport default useGetTabsCount;\n"]}
@@ -0,0 +1,2 @@
1
+ export default function useIsMount(): boolean;
2
+ //# sourceMappingURL=useIsMount.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIsMount.d.ts","sourceRoot":"","sources":["../../src/hooks/useIsMount.js"],"names":[],"mappings":"AAEA,8CAQC"}
@@ -0,0 +1,9 @@
1
+ import { useRef, useEffect } from 'react';
2
+ export default function useIsMount() {
3
+ const isMountRef = useRef(true);
4
+ useEffect(() => {
5
+ isMountRef.current = false;
6
+ }, []);
7
+ return isMountRef.current;
8
+ }
9
+ //# sourceMappingURL=useIsMount.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useIsMount.js","sourceRoot":"","sources":["../../src/hooks/useIsMount.js"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE1C,MAAM,CAAC,OAAO,UAAU,UAAU;IAChC,MAAM,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC;IAEhC,SAAS,CAAC,GAAG,EAAE;QACb,UAAU,CAAC,OAAO,GAAG,KAAK,CAAC;IAC7B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,OAAO,UAAU,CAAC,OAAO,CAAC;AAC5B,CAAC","sourcesContent":["import { useRef, useEffect } from 'react';\n\nexport default function useIsMount() {\n const isMountRef = useRef(true);\n\n useEffect(() => {\n isMountRef.current = false;\n }, []);\n\n return isMountRef.current;\n}\n"]}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * @example useScrolltoTop(id, children);;
3
+ * Page scrolls to top on view change.
4
+ */
5
+ declare const useScrolltoTop: (id: any, children: any) => void;
6
+ export default useScrolltoTop;
7
+ //# sourceMappingURL=useScrolltoTop.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useScrolltoTop.d.ts","sourceRoot":"","sources":["../../src/hooks/useScrolltoTop.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,QAAA,MAAM,cAAc,kCAKnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { useEffect } from 'react';
2
+ /**
3
+ * @example useScrolltoTop(id, children);;
4
+ * Page scrolls to top on view change.
5
+ */
6
+ const useScrolltoTop = (id, children) => {
7
+ useEffect(() => {
8
+ const scrollElement = document.querySelector(id);
9
+ scrollElement?.scrollIntoView();
10
+ }, [children]);
11
+ };
12
+ export default useScrolltoTop;
13
+ //# sourceMappingURL=useScrolltoTop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useScrolltoTop.js","sourceRoot":"","sources":["../../src/hooks/useScrolltoTop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC;;;GAGG;AACH,MAAM,cAAc,GAAG,CAAC,EAAE,EAAE,QAAQ,EAAE,EAAE;IACtC,SAAS,CAAC,GAAG,EAAE;QACb,MAAM,aAAa,GAAG,QAAQ,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;QACjD,aAAa,EAAE,cAAc,EAAE,CAAC;IAClC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;AACjB,CAAC,CAAC;AAEF,eAAe,cAAc,CAAC","sourcesContent":["import { useEffect } from 'react';\n\n/**\n * @example useScrolltoTop(id, children);;\n * Page scrolls to top on view change.\n */\nconst useScrolltoTop = (id, children) => {\n useEffect(() => {\n const scrollElement = document.querySelector(id);\n scrollElement?.scrollIntoView();\n }, [children]);\n};\n\nexport default useScrolltoTop;\n"]}
@@ -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 };
@@ -75,6 +76,8 @@ declare namespace pegaSdkComponentMap {
75
76
  export { RichTextEditor };
76
77
  export { RootContainer };
77
78
  export { ScalarList };
79
+ export { SearchForm };
80
+ export { SearchGroups };
78
81
  export { SemanticLink };
79
82
  export { SimpleTable };
80
83
  export { SimpleTableManual };
@@ -104,8 +107,9 @@ declare namespace pegaSdkComponentMap {
104
107
  export { WssNavBar };
105
108
  export { WssQuickCreate };
106
109
  }
107
- import ActionButtons from "../lib/components/infra/ActionButtons";
110
+ import ActionButtons from "./components/infra/ActionButtons";
108
111
  import ActionButtonsForFileUtil from "./components/widget/FileUtility/ActionButtonsForFileUtil";
112
+ import AdvancedSearch from "./components/template/AdvancedSearch";
109
113
  import AlertBanner from "./components/designSystemExtension/AlertBanner";
110
114
  import AppAnnouncement from "./components/widget/AppAnnouncement";
111
115
  import AppShell from "./components/template/AppShell/AppShell";
@@ -179,6 +183,8 @@ import RichText from "./components/field/RichText";
179
183
  import RichTextEditor from "./components/designSystemExtension/RichTextEditor";
180
184
  import RootContainer from "./components/infra/RootContainer/RootContainer";
181
185
  import ScalarList from "./components/field/ScalarList";
186
+ import SearchForm from "./components/template/DataReference/SearchForm";
187
+ import SearchGroups from "./components/template/AdvancedSearch/SearchGroups";
182
188
  import SemanticLink from "./components/field/SemanticLink";
183
189
  import SimpleTable from "./components/template/SimpleTable/SimpleTable";
184
190
  import SimpleTableManual from "./components/template/SimpleTable/SimpleTableManual";
@@ -2,8 +2,9 @@
2
2
  // placed in the npm module's 'lib' directory. So, we expect to import from there.
3
3
  // This file should import and expose ALL of the components that may be
4
4
  // dynamically rendered at runtime via calls to react_pconnect or the View component
5
- import ActionButtons from '../lib/components/infra/ActionButtons';
5
+ import ActionButtons from './components/infra/ActionButtons';
6
6
  import ActionButtonsForFileUtil from './components/widget/FileUtility/ActionButtonsForFileUtil';
7
+ import AdvancedSearch from './components/template/AdvancedSearch';
7
8
  import AlertBanner from './components/designSystemExtension/AlertBanner';
8
9
  import AppAnnouncement from './components/widget/AppAnnouncement';
9
10
  import AppShell from './components/template/AppShell/AppShell';
@@ -77,6 +78,8 @@ import RichText from './components/field/RichText';
77
78
  import RichTextEditor from './components/designSystemExtension/RichTextEditor';
78
79
  import RootContainer from './components/infra/RootContainer/RootContainer';
79
80
  import ScalarList from './components/field/ScalarList';
81
+ import SearchForm from './components/template/DataReference/SearchForm';
82
+ import SearchGroups from './components/template/AdvancedSearch/SearchGroups';
80
83
  import SemanticLink from './components/field/SemanticLink';
81
84
  import SimpleTable from './components/template/SimpleTable/SimpleTable';
82
85
  import SimpleTableManual from './components/template/SimpleTable/SimpleTableManual';
@@ -115,6 +118,7 @@ import WssQuickCreate from './components/designSystemExtension/WssQuickCreate';
115
118
  const pegaSdkComponentMap = {
116
119
  ActionButtons,
117
120
  ActionButtonsForFileUtil,
121
+ AdvancedSearch,
118
122
  AlertBanner,
119
123
  AppAnnouncement,
120
124
  AppShell,
@@ -188,6 +192,8 @@ const pegaSdkComponentMap = {
188
192
  RichTextEditor,
189
193
  RootContainer,
190
194
  ScalarList,
195
+ SearchForm,
196
+ SearchGroups,
191
197
  SemanticLink,
192
198
  SimpleTable,
193
199
  SimpleTableManual,
@@ -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 '../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":["// 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"]}
package/lib/theme.d.ts ADDED
@@ -0,0 +1,11 @@
1
+ import { Theme } from '@mui/material/styles';
2
+ /**
3
+ * Since makeStyles is now exported from @mui/styles package which does not know about Theme in the core package.
4
+ * you need to augment the DefaultTheme (empty object) in @mui/styles with Theme from the core.
5
+ */
6
+ declare module '@mui/styles/defaultTheme' {
7
+ interface DefaultTheme extends Theme {
8
+ }
9
+ }
10
+ export declare const theme: Theme;
11
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +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"}
package/lib/theme.js ADDED
@@ -0,0 +1,31 @@
1
+ import { createTheme } from '@mui/material';
2
+ // eslint-disable-next-line import/prefer-default-export
3
+ export const theme = createTheme({
4
+ components: {
5
+ MuiTextField: {
6
+ defaultProps: {
7
+ size: 'small'
8
+ },
9
+ styleOverrides: {
10
+ root: {
11
+ width: '100%'
12
+ }
13
+ }
14
+ }
15
+ },
16
+ palette: {
17
+ primary: {
18
+ contrastText: '#fff',
19
+ dark: '#303f9f',
20
+ light: '#7986cb',
21
+ main: '#3f51b5'
22
+ },
23
+ secondary: {
24
+ contrastText: '#fff',
25
+ dark: '#c51162',
26
+ light: '#ff4081',
27
+ main: '#f50057'
28
+ }
29
+ }
30
+ });
31
+ //# sourceMappingURL=theme.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.js","sourceRoot":"","sources":["../src/theme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAW5C,wDAAwD;AACxD,MAAM,CAAC,MAAM,KAAK,GAAG,WAAW,CAAC;IAC/B,UAAU,EAAE;QACV,YAAY,EAAE;YACZ,YAAY,EAAE;gBACZ,IAAI,EAAE,OAAO;aACd;YACD,cAAc,EAAE;gBACd,IAAI,EAAE;oBACJ,KAAK,EAAE,MAAM;iBACd;aACF;SACF;KACF;IACD,OAAO,EAAE;QACP,OAAO,EAAE;YACP,YAAY,EAAE,MAAM;YACpB,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;YAChB,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,YAAY,EAAE,MAAM;YACpB,IAAI,EAAE,SAAS;YACf,KAAK,EAAE,SAAS;YAChB,IAAI,EAAE,SAAS;SAChB;KACF;CACF,CAAC,CAAC","sourcesContent":["import { createTheme } from '@mui/material';\nimport { Theme } from '@mui/material/styles';\n\n/**\n * Since makeStyles is now exported from @mui/styles package which does not know about Theme in the core package.\n * you need to augment the DefaultTheme (empty object) in @mui/styles with Theme from the core.\n */\ndeclare module '@mui/styles/defaultTheme' {\n interface DefaultTheme extends Theme {}\n}\n\n// eslint-disable-next-line import/prefer-default-export\nexport const theme = createTheme({\n components: {\n MuiTextField: {\n defaultProps: {\n size: 'small'\n },\n styleOverrides: {\n root: {\n width: '100%'\n }\n }\n }\n },\n palette: {\n primary: {\n contrastText: '#fff',\n dark: '#303f9f',\n light: '#7986cb',\n main: '#3f51b5'\n },\n secondary: {\n contrastText: '#fff',\n dark: '#c51162',\n light: '#ff4081',\n main: '#f50057'\n }\n }\n});\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/react-sdk-components",
3
- "version": "0.24.3",
3
+ "version": "0.25.1",
4
4
  "description": "React SDK Infrastructure: bridge and components",
5
5
  "_filesComment": "During packing, npm ignores everything NOT in the files list",
6
6
  "files": [
@@ -12,6 +12,35 @@
12
12
  "scripts": {
13
13
  "test": "echo \"Error: no test specified\" && exit 1"
14
14
  },
15
+ "dependencies": {
16
+ "@emotion/react": "^11.14.0",
17
+ "@emotion/styled": "^11.14.0",
18
+ "@mui/icons-material": "^5.16.7",
19
+ "@mui/lab": "^5.0.0-alpha.173",
20
+ "@mui/material": "^5.16.7",
21
+ "@mui/styles": "^5.16.7",
22
+ "@mui/x-date-pickers": "^7.20.0",
23
+ "@tinymce/tinymce-react": "^5.1.1",
24
+ "clsx": "^2.1.1",
25
+ "dayjs": "^1.11.13",
26
+ "downloadjs": "^1.4.7",
27
+ "fast-deep-equal": "^3.1.3",
28
+ "lodash.clonedeep": "^4.5.0",
29
+ "lodash.difference": "^4.5.0",
30
+ "mui-tel-input": "^6.0.1",
31
+ "react-datepicker": "^4.25.0",
32
+ "react-number-format": "^5.4.4",
33
+ "react-redux": "^8.1.3",
34
+ "throttle-debounce": "^5.0.2"
35
+ },
36
+ "devDependencies": {
37
+ "@pega/pcore-pconnect-typedefs": "~3.2.2"
38
+ },
39
+ "peerDependencies": {
40
+ "@pega/auth": "~0.2.30",
41
+ "react": "^17.0.2",
42
+ "react-dom": "^17.0.2"
43
+ },
15
44
  "author": "Pegasystems",
16
45
  "license": "SEE LICENCE IN LICENSE"
17
46
  }
@@ -1,2 +0,0 @@
1
- export declare const isContainerInitialized: (pConnect: any) => any;
2
- //# sourceMappingURL=helpers.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../src/components/infra/Containers/helpers.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,sBAAsB,wBAIlC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../../../src/components/infra/Containers/helpers.ts"],"names":[],"mappings":"AAAA,wDAAwD;AACxD,MAAM,CAAC,MAAM,sBAAsB,GAAG,QAAQ,CAAC,EAAE;IAC/C,MAAM,OAAO,GAAG,QAAQ,CAAC,cAAc,EAAE,CAAC;IAC1C,MAAM,aAAa,GAAG,QAAQ,CAAC,gBAAgB,EAAE,CAAC;IAClD,OAAO,KAAK,CAAC,iBAAiB,EAAE,CAAC,sBAAsB,CAAC,OAAO,EAAE,aAAa,CAAC,CAAC;AAClF,CAAC,CAAC","sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport const isContainerInitialized = pConnect => {\n const context = pConnect.getContextName();\n const containerName = pConnect.getContainerName();\n return PCore.getContainerUtils().isContainerInitialized(context, containerName);\n};\n"]}