@pega/cosmos-react-work 5.0.0-dev.4.9 → 5.0.0-dev.6.0

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 (337) hide show
  1. package/lib/components/AppAnnouncement/AppAnnouncement.d.ts +23 -0
  2. package/lib/components/AppAnnouncement/AppAnnouncement.d.ts.map +1 -0
  3. package/lib/components/AppAnnouncement/AppAnnouncement.js +93 -0
  4. package/lib/components/AppAnnouncement/AppAnnouncement.js.map +1 -0
  5. package/lib/components/AppAnnouncement/index.d.ts +3 -0
  6. package/lib/components/AppAnnouncement/index.d.ts.map +1 -0
  7. package/lib/components/AppAnnouncement/index.js +2 -0
  8. package/lib/components/AppAnnouncement/index.js.map +1 -0
  9. package/lib/components/Article/Article.d.ts +60 -0
  10. package/lib/components/Article/Article.d.ts.map +1 -0
  11. package/lib/components/Article/Article.js +87 -0
  12. package/lib/components/Article/Article.js.map +1 -0
  13. package/lib/components/Article/ArticleFooter.d.ts +38 -0
  14. package/lib/components/Article/ArticleFooter.d.ts.map +1 -0
  15. package/lib/components/Article/ArticleFooter.js +58 -0
  16. package/lib/components/Article/ArticleFooter.js.map +1 -0
  17. package/lib/components/Article/ArticleMeta.d.ts +13 -0
  18. package/lib/components/Article/ArticleMeta.d.ts.map +1 -0
  19. package/lib/components/Article/ArticleMeta.js +27 -0
  20. package/lib/components/Article/ArticleMeta.js.map +1 -0
  21. package/lib/components/Article/ArticleRating.d.ts +13 -0
  22. package/lib/components/Article/ArticleRating.d.ts.map +1 -0
  23. package/lib/components/Article/ArticleRating.js +43 -0
  24. package/lib/components/Article/ArticleRating.js.map +1 -0
  25. package/lib/components/Article/index.d.ts +7 -0
  26. package/lib/components/Article/index.d.ts.map +1 -0
  27. package/lib/components/Article/index.js +4 -0
  28. package/lib/components/Article/index.js.map +1 -0
  29. package/lib/components/ArticleList/ArticleBuddy.d.ts +9 -0
  30. package/lib/components/ArticleList/ArticleBuddy.d.ts.map +1 -0
  31. package/lib/components/ArticleList/ArticleBuddy.js +57 -0
  32. package/lib/components/ArticleList/ArticleBuddy.js.map +1 -0
  33. package/lib/components/ArticleList/ArticleList.d.ts +6 -0
  34. package/lib/components/ArticleList/ArticleList.d.ts.map +1 -0
  35. package/lib/components/ArticleList/ArticleList.js +146 -0
  36. package/lib/components/ArticleList/ArticleList.js.map +1 -0
  37. package/lib/components/ArticleList/ArticleList.types.d.ts +128 -0
  38. package/lib/components/ArticleList/ArticleList.types.d.ts.map +1 -0
  39. package/lib/components/ArticleList/ArticleList.types.js +7 -0
  40. package/lib/components/ArticleList/ArticleList.types.js.map +1 -0
  41. package/lib/components/ArticleList/ArticleListFilter.d.ts +6 -0
  42. package/lib/components/ArticleList/ArticleListFilter.d.ts.map +1 -0
  43. package/lib/components/ArticleList/ArticleListFilter.js +67 -0
  44. package/lib/components/ArticleList/ArticleListFilter.js.map +1 -0
  45. package/lib/components/ArticleList/ArticleListHeader.d.ts +5 -0
  46. package/lib/components/ArticleList/ArticleListHeader.d.ts.map +1 -0
  47. package/lib/components/ArticleList/ArticleListHeader.js +20 -0
  48. package/lib/components/ArticleList/ArticleListHeader.js.map +1 -0
  49. package/lib/components/ArticleList/ArticleSummary.d.ts +7 -0
  50. package/lib/components/ArticleList/ArticleSummary.d.ts.map +1 -0
  51. package/lib/components/ArticleList/ArticleSummary.js +63 -0
  52. package/lib/components/ArticleList/ArticleSummary.js.map +1 -0
  53. package/lib/components/ArticleList/index.d.ts +8 -0
  54. package/lib/components/ArticleList/index.d.ts.map +1 -0
  55. package/lib/components/ArticleList/index.js +5 -0
  56. package/lib/components/ArticleList/index.js.map +1 -0
  57. package/lib/components/Assignments/Assignments.d.ts +21 -0
  58. package/lib/components/Assignments/Assignments.d.ts.map +1 -0
  59. package/lib/components/Assignments/Assignments.js +20 -0
  60. package/lib/components/Assignments/Assignments.js.map +1 -0
  61. package/lib/components/Assignments/Assignments.styles.d.ts +8 -0
  62. package/lib/components/Assignments/Assignments.styles.d.ts.map +1 -0
  63. package/lib/components/Assignments/Assignments.styles.js +41 -0
  64. package/lib/components/Assignments/Assignments.styles.js.map +1 -0
  65. package/lib/components/Assignments/index.d.ts +3 -0
  66. package/lib/components/Assignments/index.d.ts.map +1 -0
  67. package/lib/components/Assignments/index.js +2 -0
  68. package/lib/components/Assignments/index.js.map +1 -0
  69. package/lib/components/CasePreview/CasePreview.d.ts +27 -0
  70. package/lib/components/CasePreview/CasePreview.d.ts.map +1 -0
  71. package/lib/components/CasePreview/CasePreview.js +82 -0
  72. package/lib/components/CasePreview/CasePreview.js.map +1 -0
  73. package/lib/components/CasePreview/CasePreview.test-ids.d.ts +2 -0
  74. package/lib/components/CasePreview/CasePreview.test-ids.d.ts.map +1 -0
  75. package/lib/components/CasePreview/CasePreview.test-ids.js +3 -0
  76. package/lib/components/CasePreview/CasePreview.test-ids.js.map +1 -0
  77. package/lib/components/CasePreview/index.d.ts +3 -0
  78. package/lib/components/CasePreview/index.d.ts.map +1 -0
  79. package/lib/components/CasePreview/index.js +2 -0
  80. package/lib/components/CasePreview/index.js.map +1 -0
  81. package/lib/components/CaseView/CaseHeader/CaseHeader.d.ts +4 -0
  82. package/lib/components/CaseView/CaseHeader/CaseHeader.d.ts.map +1 -0
  83. package/lib/components/CaseView/CaseHeader/CaseHeader.js +127 -0
  84. package/lib/components/CaseView/CaseHeader/CaseHeader.js.map +1 -0
  85. package/lib/components/CaseView/CaseHeader/Summary.d.ts +6 -0
  86. package/lib/components/CaseView/CaseHeader/Summary.d.ts.map +1 -0
  87. package/lib/components/CaseView/CaseHeader/Summary.js +182 -0
  88. package/lib/components/CaseView/CaseHeader/Summary.js.map +1 -0
  89. package/lib/components/CaseView/CaseSummary.d.ts +4 -0
  90. package/lib/components/CaseView/CaseSummary.d.ts.map +1 -0
  91. package/lib/components/CaseView/CaseSummary.js +18 -0
  92. package/lib/components/CaseView/CaseSummary.js.map +1 -0
  93. package/lib/components/CaseView/CaseSummaryFields.d.ts +6 -0
  94. package/lib/components/CaseView/CaseSummaryFields.d.ts.map +1 -0
  95. package/lib/components/CaseView/CaseSummaryFields.js +18 -0
  96. package/lib/components/CaseView/CaseSummaryFields.js.map +1 -0
  97. package/lib/components/CaseView/CaseView.context.d.ts +5 -0
  98. package/lib/components/CaseView/CaseView.context.d.ts.map +1 -0
  99. package/lib/components/CaseView/CaseView.context.js +5 -0
  100. package/lib/components/CaseView/CaseView.context.js.map +1 -0
  101. package/lib/components/CaseView/CaseView.d.ts +8 -0
  102. package/lib/components/CaseView/CaseView.d.ts.map +1 -0
  103. package/lib/components/CaseView/CaseView.js +421 -0
  104. package/lib/components/CaseView/CaseView.js.map +1 -0
  105. package/lib/components/CaseView/CaseView.styles.d.ts +45 -0
  106. package/lib/components/CaseView/CaseView.styles.d.ts.map +1 -0
  107. package/lib/components/CaseView/CaseView.styles.js +559 -0
  108. package/lib/components/CaseView/CaseView.styles.js.map +1 -0
  109. package/lib/components/CaseView/CaseView.test-ids.d.ts +2 -0
  110. package/lib/components/CaseView/CaseView.test-ids.d.ts.map +1 -0
  111. package/lib/components/CaseView/CaseView.test-ids.js +18 -0
  112. package/lib/components/CaseView/CaseView.test-ids.js.map +1 -0
  113. package/lib/components/CaseView/CaseView.types.d.ts +98 -0
  114. package/lib/components/CaseView/CaseView.types.d.ts.map +1 -0
  115. package/lib/components/CaseView/CaseView.types.js +2 -0
  116. package/lib/components/CaseView/CaseView.types.js.map +1 -0
  117. package/lib/components/CaseView/UtilitiesSummary.d.ts +9 -0
  118. package/lib/components/CaseView/UtilitiesSummary.d.ts.map +1 -0
  119. package/lib/components/CaseView/UtilitiesSummary.js +53 -0
  120. package/lib/components/CaseView/UtilitiesSummary.js.map +1 -0
  121. package/lib/components/CaseView/UtilitySummaryItemDialog.d.ts +9 -0
  122. package/lib/components/CaseView/UtilitySummaryItemDialog.d.ts.map +1 -0
  123. package/lib/components/CaseView/UtilitySummaryItemDialog.js +33 -0
  124. package/lib/components/CaseView/UtilitySummaryItemDialog.js.map +1 -0
  125. package/lib/components/CaseView/index.d.ts +5 -0
  126. package/lib/components/CaseView/index.d.ts.map +1 -0
  127. package/lib/components/CaseView/index.js +4 -0
  128. package/lib/components/CaseView/index.js.map +1 -0
  129. package/lib/components/ConfigurableLayout/ConfigurableLayout.d.ts +4 -0
  130. package/lib/components/ConfigurableLayout/ConfigurableLayout.d.ts.map +1 -0
  131. package/lib/components/ConfigurableLayout/ConfigurableLayout.js +86 -0
  132. package/lib/components/ConfigurableLayout/ConfigurableLayout.js.map +1 -0
  133. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.d.ts +41 -0
  134. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.d.ts.map +1 -0
  135. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.js +2 -0
  136. package/lib/components/ConfigurableLayout/ConfigurableLayout.types.js.map +1 -0
  137. package/lib/components/ConfigurableLayout/LayoutCell.d.ts +6 -0
  138. package/lib/components/ConfigurableLayout/LayoutCell.d.ts.map +1 -0
  139. package/lib/components/ConfigurableLayout/LayoutCell.js +64 -0
  140. package/lib/components/ConfigurableLayout/LayoutCell.js.map +1 -0
  141. package/lib/components/ConfigurableLayout/defaults.d.ts +4 -0
  142. package/lib/components/ConfigurableLayout/defaults.d.ts.map +1 -0
  143. package/lib/components/ConfigurableLayout/defaults.js +4 -0
  144. package/lib/components/ConfigurableLayout/defaults.js.map +1 -0
  145. package/lib/components/ConfigurableLayout/index.d.ts +4 -0
  146. package/lib/components/ConfigurableLayout/index.d.ts.map +1 -0
  147. package/lib/components/ConfigurableLayout/index.js +3 -0
  148. package/lib/components/ConfigurableLayout/index.js.map +1 -0
  149. package/lib/components/ConfigurableLayout/options.d.ts +10 -0
  150. package/lib/components/ConfigurableLayout/options.d.ts.map +1 -0
  151. package/lib/components/ConfigurableLayout/options.js +10 -0
  152. package/lib/components/ConfigurableLayout/options.js.map +1 -0
  153. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.d.ts +7 -0
  154. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.d.ts.map +1 -0
  155. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.js +37 -0
  156. package/lib/components/ConfigurableLayout/useTrackWrappedRegions.js.map +1 -0
  157. package/lib/components/Confirmation/Confirmation.d.ts +19 -0
  158. package/lib/components/Confirmation/Confirmation.d.ts.map +1 -0
  159. package/lib/components/Confirmation/Confirmation.js +29 -0
  160. package/lib/components/Confirmation/Confirmation.js.map +1 -0
  161. package/lib/components/Confirmation/index.d.ts +3 -0
  162. package/lib/components/Confirmation/index.d.ts.map +1 -0
  163. package/lib/components/Confirmation/index.js +2 -0
  164. package/lib/components/Confirmation/index.js.map +1 -0
  165. package/lib/components/Details/Details.d.ts +43 -0
  166. package/lib/components/Details/Details.d.ts.map +1 -0
  167. package/lib/components/Details/Details.js +95 -0
  168. package/lib/components/Details/Details.js.map +1 -0
  169. package/lib/components/Details/Details.styles.d.ts +50 -0
  170. package/lib/components/Details/Details.styles.d.ts.map +1 -0
  171. package/lib/components/Details/Details.styles.js +204 -0
  172. package/lib/components/Details/Details.styles.js.map +1 -0
  173. package/lib/components/Details/Details.test-ids.d.ts +2 -0
  174. package/lib/components/Details/Details.test-ids.d.ts.map +1 -0
  175. package/lib/components/Details/Details.test-ids.js +9 -0
  176. package/lib/components/Details/Details.test-ids.js.map +1 -0
  177. package/lib/components/Details/DetailsContext.d.ts +9 -0
  178. package/lib/components/Details/DetailsContext.d.ts.map +1 -0
  179. package/lib/components/Details/DetailsContext.js +9 -0
  180. package/lib/components/Details/DetailsContext.js.map +1 -0
  181. package/lib/components/Details/index.d.ts +4 -0
  182. package/lib/components/Details/index.d.ts.map +1 -0
  183. package/lib/components/Details/index.js +4 -0
  184. package/lib/components/Details/index.js.map +1 -0
  185. package/lib/components/Glimpse/Glimpse.d.ts +20 -0
  186. package/lib/components/Glimpse/Glimpse.d.ts.map +1 -0
  187. package/lib/components/Glimpse/Glimpse.js +12 -0
  188. package/lib/components/Glimpse/Glimpse.js.map +1 -0
  189. package/lib/components/Glimpse/index.d.ts +3 -0
  190. package/lib/components/Glimpse/index.d.ts.map +1 -0
  191. package/lib/components/Glimpse/index.js +2 -0
  192. package/lib/components/Glimpse/index.js.map +1 -0
  193. package/lib/components/IntelligentGuidance/IntelligentGuidance.d.ts +6 -0
  194. package/lib/components/IntelligentGuidance/IntelligentGuidance.d.ts.map +1 -0
  195. package/lib/components/IntelligentGuidance/IntelligentGuidance.js +83 -0
  196. package/lib/components/IntelligentGuidance/IntelligentGuidance.js.map +1 -0
  197. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.d.ts +9 -0
  198. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.d.ts.map +1 -0
  199. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.js +199 -0
  200. package/lib/components/IntelligentGuidance/IntelligentGuidance.styles.js.map +1 -0
  201. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.d.ts +35 -0
  202. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.d.ts.map +1 -0
  203. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.js +2 -0
  204. package/lib/components/IntelligentGuidance/IntelligentGuidance.types.js.map +1 -0
  205. package/lib/components/IntelligentGuidance/index.d.ts +3 -0
  206. package/lib/components/IntelligentGuidance/index.d.ts.map +1 -0
  207. package/lib/components/IntelligentGuidance/index.js +2 -0
  208. package/lib/components/IntelligentGuidance/index.js.map +1 -0
  209. package/lib/components/Predictions/Predictions.d.ts +6 -0
  210. package/lib/components/Predictions/Predictions.d.ts.map +1 -0
  211. package/lib/components/Predictions/Predictions.js +68 -0
  212. package/lib/components/Predictions/Predictions.js.map +1 -0
  213. package/lib/components/Predictions/Predictions.types.d.ts +23 -0
  214. package/lib/components/Predictions/Predictions.types.d.ts.map +1 -0
  215. package/lib/components/Predictions/Predictions.types.js +2 -0
  216. package/lib/components/Predictions/Predictions.types.js.map +1 -0
  217. package/lib/components/Predictions/index.d.ts +3 -0
  218. package/lib/components/Predictions/index.d.ts.map +1 -0
  219. package/lib/components/Predictions/index.js +2 -0
  220. package/lib/components/Predictions/index.js.map +1 -0
  221. package/lib/components/SearchResults/Filter.d.ts +8 -0
  222. package/lib/components/SearchResults/Filter.d.ts.map +1 -0
  223. package/lib/components/SearchResults/Filter.js +45 -0
  224. package/lib/components/SearchResults/Filter.js.map +1 -0
  225. package/lib/components/SearchResults/SearchResult.d.ts +4 -0
  226. package/lib/components/SearchResults/SearchResult.d.ts.map +1 -0
  227. package/lib/components/SearchResults/SearchResult.js +27 -0
  228. package/lib/components/SearchResults/SearchResult.js.map +1 -0
  229. package/lib/components/SearchResults/SearchResults.d.ts +6 -0
  230. package/lib/components/SearchResults/SearchResults.d.ts.map +1 -0
  231. package/lib/components/SearchResults/SearchResults.js +121 -0
  232. package/lib/components/SearchResults/SearchResults.js.map +1 -0
  233. package/lib/components/SearchResults/SearchResults.styles.d.ts +11 -0
  234. package/lib/components/SearchResults/SearchResults.styles.d.ts.map +1 -0
  235. package/lib/components/SearchResults/SearchResults.styles.js +88 -0
  236. package/lib/components/SearchResults/SearchResults.styles.js.map +1 -0
  237. package/lib/components/SearchResults/SearchResults.types.d.ts +100 -0
  238. package/lib/components/SearchResults/SearchResults.types.d.ts.map +1 -0
  239. package/lib/components/SearchResults/SearchResults.types.js +2 -0
  240. package/lib/components/SearchResults/SearchResults.types.js.map +1 -0
  241. package/lib/components/SearchResults/index.d.ts +3 -0
  242. package/lib/components/SearchResults/index.d.ts.map +1 -0
  243. package/lib/components/SearchResults/index.js +2 -0
  244. package/lib/components/SearchResults/index.js.map +1 -0
  245. package/lib/components/Stages/StageGlimpse.d.ts +8 -0
  246. package/lib/components/Stages/StageGlimpse.d.ts.map +1 -0
  247. package/lib/components/Stages/StageGlimpse.js +11 -0
  248. package/lib/components/Stages/StageGlimpse.js.map +1 -0
  249. package/lib/components/Stages/Stages.d.ts +6 -0
  250. package/lib/components/Stages/Stages.d.ts.map +1 -0
  251. package/lib/components/Stages/Stages.js +107 -0
  252. package/lib/components/Stages/Stages.js.map +1 -0
  253. package/lib/components/Stages/Stages.styles.d.ts +14 -0
  254. package/lib/components/Stages/Stages.styles.d.ts.map +1 -0
  255. package/lib/components/Stages/Stages.styles.js +270 -0
  256. package/lib/components/Stages/Stages.styles.js.map +1 -0
  257. package/lib/components/Stages/Stages.types.d.ts +38 -0
  258. package/lib/components/Stages/Stages.types.d.ts.map +1 -0
  259. package/lib/components/Stages/Stages.types.js +2 -0
  260. package/lib/components/Stages/Stages.types.js.map +1 -0
  261. package/lib/components/Stages/index.d.ts +3 -0
  262. package/lib/components/Stages/index.d.ts.map +1 -0
  263. package/lib/components/Stages/index.js +2 -0
  264. package/lib/components/Stages/index.js.map +1 -0
  265. package/lib/components/Stakeholders/StakeholderForm.d.ts +7 -0
  266. package/lib/components/Stakeholders/StakeholderForm.d.ts.map +1 -0
  267. package/lib/components/Stakeholders/StakeholderForm.js +49 -0
  268. package/lib/components/Stakeholders/StakeholderForm.js.map +1 -0
  269. package/lib/components/Stakeholders/Stakeholders.d.ts +6 -0
  270. package/lib/components/Stakeholders/Stakeholders.d.ts.map +1 -0
  271. package/lib/components/Stakeholders/Stakeholders.js +220 -0
  272. package/lib/components/Stakeholders/Stakeholders.js.map +1 -0
  273. package/lib/components/Stakeholders/Stakeholders.types.d.ts +75 -0
  274. package/lib/components/Stakeholders/Stakeholders.types.d.ts.map +1 -0
  275. package/lib/components/Stakeholders/Stakeholders.types.js +2 -0
  276. package/lib/components/Stakeholders/Stakeholders.types.js.map +1 -0
  277. package/lib/components/Stakeholders/index.d.ts +3 -0
  278. package/lib/components/Stakeholders/index.d.ts.map +1 -0
  279. package/lib/components/Stakeholders/index.js +2 -0
  280. package/lib/components/Stakeholders/index.js.map +1 -0
  281. package/lib/components/Tags/Tags.d.ts +34 -0
  282. package/lib/components/Tags/Tags.d.ts.map +1 -0
  283. package/lib/components/Tags/Tags.js +230 -0
  284. package/lib/components/Tags/Tags.js.map +1 -0
  285. package/lib/components/Tags/index.d.ts +3 -0
  286. package/lib/components/Tags/index.d.ts.map +1 -0
  287. package/lib/components/Tags/index.js +2 -0
  288. package/lib/components/Tags/index.js.map +1 -0
  289. package/lib/components/Tasks/TaskList.d.ts +39 -0
  290. package/lib/components/Tasks/TaskList.d.ts.map +1 -0
  291. package/lib/components/Tasks/TaskList.js +71 -0
  292. package/lib/components/Tasks/TaskList.js.map +1 -0
  293. package/lib/components/Tasks/Tasks.d.ts +29 -0
  294. package/lib/components/Tasks/Tasks.d.ts.map +1 -0
  295. package/lib/components/Tasks/Tasks.js +52 -0
  296. package/lib/components/Tasks/Tasks.js.map +1 -0
  297. package/lib/components/Tasks/Tasks.test-ids.d.ts +4 -0
  298. package/lib/components/Tasks/Tasks.test-ids.d.ts.map +1 -0
  299. package/lib/components/Tasks/Tasks.test-ids.js +5 -0
  300. package/lib/components/Tasks/Tasks.test-ids.js.map +1 -0
  301. package/lib/components/Tasks/index.d.ts +6 -0
  302. package/lib/components/Tasks/index.d.ts.map +1 -0
  303. package/lib/components/Tasks/index.js +4 -0
  304. package/lib/components/Tasks/index.js.map +1 -0
  305. package/lib/components/Timeline/Timeline.d.ts +6 -0
  306. package/lib/components/Timeline/Timeline.d.ts.map +1 -0
  307. package/lib/components/Timeline/Timeline.js +26 -0
  308. package/lib/components/Timeline/Timeline.js.map +1 -0
  309. package/lib/components/Timeline/Timeline.styles.d.ts +21 -0
  310. package/lib/components/Timeline/Timeline.styles.d.ts.map +1 -0
  311. package/lib/components/Timeline/Timeline.styles.js +165 -0
  312. package/lib/components/Timeline/Timeline.styles.js.map +1 -0
  313. package/lib/components/Timeline/Timeline.types.d.ts +66 -0
  314. package/lib/components/Timeline/Timeline.types.d.ts.map +1 -0
  315. package/lib/components/Timeline/Timeline.types.js +2 -0
  316. package/lib/components/Timeline/Timeline.types.js.map +1 -0
  317. package/lib/components/Timeline/TimelineItem.d.ts +13 -0
  318. package/lib/components/Timeline/TimelineItem.d.ts.map +1 -0
  319. package/lib/components/Timeline/TimelineItem.js +33 -0
  320. package/lib/components/Timeline/TimelineItem.js.map +1 -0
  321. package/lib/components/Timeline/TimelineToolbar.d.ts +6 -0
  322. package/lib/components/Timeline/TimelineToolbar.d.ts.map +1 -0
  323. package/lib/components/Timeline/TimelineToolbar.js +68 -0
  324. package/lib/components/Timeline/TimelineToolbar.js.map +1 -0
  325. package/lib/components/Timeline/index.d.ts +4 -0
  326. package/lib/components/Timeline/index.d.ts.map +1 -0
  327. package/lib/components/Timeline/index.js +3 -0
  328. package/lib/components/Timeline/index.js.map +1 -0
  329. package/lib/components/Timeline/utils.d.ts +15 -0
  330. package/lib/components/Timeline/utils.d.ts.map +1 -0
  331. package/lib/components/Timeline/utils.js +75 -0
  332. package/lib/components/Timeline/utils.js.map +1 -0
  333. package/lib/index.d.ts +37 -0
  334. package/lib/index.d.ts.map +1 -0
  335. package/lib/index.js +38 -0
  336. package/lib/index.js.map +1 -0
  337. package/package.json +2 -2
@@ -0,0 +1,75 @@
1
+ import { getQuarter, parseToDate } from '@pega/cosmos-react-core/lib/components/DateTime/Input/utils';
2
+ export function sortByDateAscending(dates) {
3
+ return [...dates].sort((a, b) => parseToDate(a.date).getTime() - parseToDate(b.date).getTime());
4
+ }
5
+ export function sortByDateDescending(dates) {
6
+ return [...dates].sort((a, b) => parseToDate(b.date).getTime() - parseToDate(a.date).getTime());
7
+ }
8
+ export function sortByDate(activity, sortOrder) {
9
+ return sortOrder === 'ascending' ? sortByDateAscending(activity) : sortByDateDescending(activity);
10
+ }
11
+ export function getDatePartAsDate(date) {
12
+ const parsedDate = parseToDate(date);
13
+ return new Date(parsedDate.getUTCFullYear(), parsedDate.getUTCMonth(), parsedDate.getUTCDate());
14
+ }
15
+ export function getMonthYearPartAsDate(date) {
16
+ const parsedDate = parseToDate(date);
17
+ return new Date(parsedDate.getUTCFullYear(), parsedDate.getUTCMonth());
18
+ }
19
+ export function getYearPartAsDate(date) {
20
+ const parsedDate = parseToDate(date);
21
+ return new Date(parsedDate.getUTCFullYear());
22
+ }
23
+ export function isSameDate(firstDate, secondDate) {
24
+ return getDatePartAsDate(firstDate).getTime() === getDatePartAsDate(secondDate).getTime();
25
+ }
26
+ export function isSameMonthYear(firstDate, secondDate) {
27
+ return (getMonthYearPartAsDate(firstDate).getTime() === getMonthYearPartAsDate(secondDate).getTime());
28
+ }
29
+ export function isSameYear(firstDate, secondDate) {
30
+ return getYearPartAsDate(firstDate).getTime() === getYearPartAsDate(secondDate).getTime();
31
+ }
32
+ export function isSameQuarterYear(firstDate, secondDate) {
33
+ return isSameYear(firstDate, secondDate) && getQuarter(firstDate) === getQuarter(secondDate);
34
+ }
35
+ export function isSameGroup(firstDate, secondDate, groupBy) {
36
+ if (!firstDate || !secondDate)
37
+ return false;
38
+ switch (groupBy) {
39
+ case 'none': {
40
+ return true;
41
+ }
42
+ case 'date': {
43
+ return isSameDate(firstDate, secondDate);
44
+ }
45
+ case 'monthyear': {
46
+ return isSameMonthYear(firstDate, secondDate);
47
+ }
48
+ case 'quarteryear': {
49
+ return isSameQuarterYear(firstDate, secondDate);
50
+ }
51
+ case 'year': {
52
+ return isSameYear(firstDate, secondDate);
53
+ }
54
+ default:
55
+ return false;
56
+ }
57
+ }
58
+ export function groupByActivity(activity, groupBy) {
59
+ return activity.reduce((result, item, index) => {
60
+ const isFirstItemInGroup = !isSameGroup(activity[index - 1]?.date, item.date, groupBy);
61
+ if (isFirstItemInGroup) {
62
+ result.push([item]);
63
+ }
64
+ else {
65
+ result[result.length - 1].push(item);
66
+ }
67
+ return result;
68
+ }, []);
69
+ }
70
+ export function isFutureDate(date, current) {
71
+ if (!date || !current)
72
+ return false;
73
+ return parseToDate(date).getTime() > current.getTime();
74
+ }
75
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../src/components/Timeline/utils.ts"],"names":[],"mappings":"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","sourcesContent":["import {\n getQuarter,\n parseToDate\n} from '@pega/cosmos-react-core/lib/components/DateTime/Input/utils';\n\nimport type { ActivityObject, TimelineGroupBy, TimelineSortOrder } from './Timeline.types';\n\nexport function sortByDateAscending(dates: ActivityObject[]): ActivityObject[] {\n return [...dates].sort((a, b) => parseToDate(a.date).getTime() - parseToDate(b.date).getTime());\n}\n\nexport function sortByDateDescending(dates: ActivityObject[]): ActivityObject[] {\n return [...dates].sort((a, b) => parseToDate(b.date).getTime() - parseToDate(a.date).getTime());\n}\n\nexport function sortByDate(\n activity: ActivityObject[],\n sortOrder: TimelineSortOrder\n): ActivityObject[] {\n return sortOrder === 'ascending' ? sortByDateAscending(activity) : sortByDateDescending(activity);\n}\n\nexport function getDatePartAsDate(date: string | number | Date): Date {\n const parsedDate = parseToDate(date);\n return new Date(parsedDate.getUTCFullYear(), parsedDate.getUTCMonth(), parsedDate.getUTCDate());\n}\n\nexport function getMonthYearPartAsDate(date: string | number | Date): Date {\n const parsedDate = parseToDate(date);\n return new Date(parsedDate.getUTCFullYear(), parsedDate.getUTCMonth());\n}\n\nexport function getYearPartAsDate(date: string | number | Date): Date {\n const parsedDate = parseToDate(date);\n return new Date(parsedDate.getUTCFullYear());\n}\n\nexport function isSameDate(\n firstDate: string | number | Date,\n secondDate: string | number | Date\n): boolean {\n return getDatePartAsDate(firstDate).getTime() === getDatePartAsDate(secondDate).getTime();\n}\n\nexport function isSameMonthYear(\n firstDate: string | number | Date,\n secondDate: string | number | Date\n): boolean {\n return (\n getMonthYearPartAsDate(firstDate).getTime() === getMonthYearPartAsDate(secondDate).getTime()\n );\n}\n\nexport function isSameYear(\n firstDate: string | number | Date,\n secondDate: string | number | Date\n): boolean {\n return getYearPartAsDate(firstDate).getTime() === getYearPartAsDate(secondDate).getTime();\n}\n\nexport function isSameQuarterYear(\n firstDate: string | number | Date,\n secondDate: string | number | Date\n): boolean {\n return isSameYear(firstDate, secondDate) && getQuarter(firstDate) === getQuarter(secondDate);\n}\n\nexport function isSameGroup(\n firstDate: string | number | Date | undefined,\n secondDate: string | number | Date | undefined,\n groupBy: TimelineGroupBy\n): boolean {\n if (!firstDate || !secondDate) return false;\n switch (groupBy) {\n case 'none': {\n return true;\n }\n case 'date': {\n return isSameDate(firstDate, secondDate);\n }\n case 'monthyear': {\n return isSameMonthYear(firstDate, secondDate);\n }\n case 'quarteryear': {\n return isSameQuarterYear(firstDate, secondDate);\n }\n case 'year': {\n return isSameYear(firstDate, secondDate);\n }\n default:\n return false;\n }\n}\n\nexport function groupByActivity(\n activity: ActivityObject[],\n groupBy: TimelineGroupBy\n): ActivityObject[][] {\n return activity.reduce((result: ActivityObject[][], item, index) => {\n const isFirstItemInGroup = !isSameGroup(activity[index - 1]?.date, item.date, groupBy);\n if (isFirstItemInGroup) {\n result.push([item]);\n } else {\n result[result.length - 1].push(item);\n }\n return result;\n }, []);\n}\n\nexport function isFutureDate(date: string | number | Date | undefined, current: Date): boolean {\n if (!date || !current) return false;\n return parseToDate(date).getTime() > current.getTime();\n}\n"]}
package/lib/index.d.ts ADDED
@@ -0,0 +1,37 @@
1
+ export { default as AppAnnouncement } from './components/AppAnnouncement';
2
+ export * from './components/AppAnnouncement';
3
+ export { default as Article } from './components/Article';
4
+ export * from './components/Article';
5
+ export { default as ArticleList } from './components/ArticleList';
6
+ export * from './components/ArticleList';
7
+ export { default as Assignments } from './components/Assignments';
8
+ export * from './components/Assignments';
9
+ export { default as CasePreview } from './components/CasePreview';
10
+ export * from './components/CasePreview';
11
+ export { default as CaseView } from './components/CaseView';
12
+ export * from './components/CaseView';
13
+ export { default as ConfigurableLayout } from './components/ConfigurableLayout';
14
+ export * from './components/ConfigurableLayout';
15
+ export { default as Confirmation } from './components/Confirmation';
16
+ export * from './components/Confirmation';
17
+ export { default as Details } from './components/Details';
18
+ export * from './components/Details';
19
+ export { default as Glimpse } from './components/Glimpse';
20
+ export * from './components/Glimpse';
21
+ export { default as IntelligentGuidance } from './components/IntelligentGuidance';
22
+ export * from './components/IntelligentGuidance';
23
+ export { default as Predictions } from './components/Predictions';
24
+ export * from './components/Predictions';
25
+ export { default as SearchResults } from './components/SearchResults';
26
+ export * from './components/SearchResults';
27
+ export { default as Stages } from './components/Stages';
28
+ export * from './components/Stages';
29
+ export { default as Stakeholders } from './components/Stakeholders';
30
+ export * from './components/Stakeholders';
31
+ export { default as Tags } from './components/Tags';
32
+ export * from './components/Tags';
33
+ export { default as Tasks } from './components/Tasks';
34
+ export * from './components/Tasks';
35
+ export { default as Timeline } from './components/Timeline';
36
+ export * from './components/Timeline';
37
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC1E,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,cAAc,uBAAuB,CAAC;AACtC,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAChF,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAClF,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AACtE,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACxD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACtD,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,cAAc,uBAAuB,CAAC"}
package/lib/index.js ADDED
@@ -0,0 +1,38 @@
1
+ // This file is autogenerated. Any changes will be overwritten.
2
+ export { default as AppAnnouncement } from './components/AppAnnouncement';
3
+ export * from './components/AppAnnouncement';
4
+ export { default as Article } from './components/Article';
5
+ export * from './components/Article';
6
+ export { default as ArticleList } from './components/ArticleList';
7
+ export * from './components/ArticleList';
8
+ export { default as Assignments } from './components/Assignments';
9
+ export * from './components/Assignments';
10
+ export { default as CasePreview } from './components/CasePreview';
11
+ export * from './components/CasePreview';
12
+ export { default as CaseView } from './components/CaseView';
13
+ export * from './components/CaseView';
14
+ export { default as ConfigurableLayout } from './components/ConfigurableLayout';
15
+ export * from './components/ConfigurableLayout';
16
+ export { default as Confirmation } from './components/Confirmation';
17
+ export * from './components/Confirmation';
18
+ export { default as Details } from './components/Details';
19
+ export * from './components/Details';
20
+ export { default as Glimpse } from './components/Glimpse';
21
+ export * from './components/Glimpse';
22
+ export { default as IntelligentGuidance } from './components/IntelligentGuidance';
23
+ export * from './components/IntelligentGuidance';
24
+ export { default as Predictions } from './components/Predictions';
25
+ export * from './components/Predictions';
26
+ export { default as SearchResults } from './components/SearchResults';
27
+ export * from './components/SearchResults';
28
+ export { default as Stages } from './components/Stages';
29
+ export * from './components/Stages';
30
+ export { default as Stakeholders } from './components/Stakeholders';
31
+ export * from './components/Stakeholders';
32
+ export { default as Tags } from './components/Tags';
33
+ export * from './components/Tags';
34
+ export { default as Tasks } from './components/Tasks';
35
+ export * from './components/Tasks';
36
+ export { default as Timeline } from './components/Timeline';
37
+ export * from './components/Timeline';
38
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC1E,cAAc,8BAA8B,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,cAAc,uBAAuB,CAAC;AACtC,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAChF,cAAc,iCAAiC,CAAC;AAChD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC1D,cAAc,sBAAsB,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AAClF,cAAc,kCAAkC,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,0BAA0B,CAAC;AAClE,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,4BAA4B,CAAC;AACtE,cAAc,4BAA4B,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACxD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,2BAA2B,CAAC;AACpE,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACpD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,oBAAoB,CAAC;AACtD,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAC5D,cAAc,uBAAuB,CAAC","sourcesContent":["// This file is autogenerated. Any changes will be overwritten.\nexport { default as AppAnnouncement } from './components/AppAnnouncement';\nexport * from './components/AppAnnouncement';\nexport { default as Article } from './components/Article';\nexport * from './components/Article';\nexport { default as ArticleList } from './components/ArticleList';\nexport * from './components/ArticleList';\nexport { default as Assignments } from './components/Assignments';\nexport * from './components/Assignments';\nexport { default as CasePreview } from './components/CasePreview';\nexport * from './components/CasePreview';\nexport { default as CaseView } from './components/CaseView';\nexport * from './components/CaseView';\nexport { default as ConfigurableLayout } from './components/ConfigurableLayout';\nexport * from './components/ConfigurableLayout';\nexport { default as Confirmation } from './components/Confirmation';\nexport * from './components/Confirmation';\nexport { default as Details } from './components/Details';\nexport * from './components/Details';\nexport { default as Glimpse } from './components/Glimpse';\nexport * from './components/Glimpse';\nexport { default as IntelligentGuidance } from './components/IntelligentGuidance';\nexport * from './components/IntelligentGuidance';\nexport { default as Predictions } from './components/Predictions';\nexport * from './components/Predictions';\nexport { default as SearchResults } from './components/SearchResults';\nexport * from './components/SearchResults';\nexport { default as Stages } from './components/Stages';\nexport * from './components/Stages';\nexport { default as Stakeholders } from './components/Stakeholders';\nexport * from './components/Stakeholders';\nexport { default as Tags } from './components/Tags';\nexport * from './components/Tags';\nexport { default as Tasks } from './components/Tasks';\nexport * from './components/Tasks';\nexport { default as Timeline } from './components/Timeline';\nexport * from './components/Timeline';\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pega/cosmos-react-work",
3
- "version": "5.0.0-dev.4.9",
3
+ "version": "5.0.0-dev.6.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/pegasystems/cosmos-react.git",
@@ -20,7 +20,7 @@
20
20
  "build": "tsc -b"
21
21
  },
22
22
  "dependencies": {
23
- "@pega/cosmos-react-core": "5.0.0-dev.4.9",
23
+ "@pega/cosmos-react-core": "5.0.0-dev.6.0",
24
24
  "@types/react": "^17.0.62",
25
25
  "@types/react-dom": "^17.0.20",
26
26
  "@types/styled-components": "^5.1.26",