udp-react-enterprise-component-library 26.1.0-beta.0 → 26.1.0-beta.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1740) hide show
  1. package/README.md +105 -304
  2. package/dist/AGLicense.mjs.map +1 -1
  3. package/dist/UI/AlertContainer.mjs +89 -20
  4. package/dist/UI/AlertContainer.mjs.map +1 -1
  5. package/dist/UI/Box.mjs +9 -1
  6. package/dist/UI/Box.mjs.map +1 -1
  7. package/dist/UI/Grid.mjs +34 -7
  8. package/dist/UI/Grid.mjs.map +1 -1
  9. package/dist/UI/SuccessAction.mjs.map +1 -1
  10. package/dist/UI/accordion/Accordion.mjs +284 -87
  11. package/dist/UI/accordion/Accordion.mjs.map +1 -1
  12. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts +7 -1
  13. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts.map +1 -1
  14. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.js +15 -13
  15. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.js.map +1 -1
  16. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.mjs +27 -11
  17. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.mjs.map +1 -1
  18. package/dist/UI/charts/InsightRenderer.mjs +1 -1
  19. package/dist/UI/charts/InsightRenderer.mjs.map +1 -1
  20. package/dist/UI/charts/amcharts/UdpBarChart.mjs +9 -1
  21. package/dist/UI/charts/amcharts/UdpBarChart.mjs.map +1 -1
  22. package/dist/UI/charts/amcharts/UdpDistributionChart.mjs +9 -1
  23. package/dist/UI/charts/amcharts/UdpDistributionChart.mjs.map +1 -1
  24. package/dist/UI/charts/amcharts/UdpDonutChart.mjs +9 -1
  25. package/dist/UI/charts/amcharts/UdpDonutChart.mjs.map +1 -1
  26. package/dist/UI/charts/amcharts/UdpLineChart.mjs +9 -1
  27. package/dist/UI/charts/amcharts/UdpLineChart.mjs.map +1 -1
  28. package/dist/UI/charts/amcharts/UdpSankeyChart.mjs +12 -4
  29. package/dist/UI/charts/amcharts/UdpSankeyChart.mjs.map +1 -1
  30. package/dist/UI/charts/amcharts/UdpXYMultiSeriesChart.mjs +9 -1
  31. package/dist/UI/charts/amcharts/UdpXYMultiSeriesChart.mjs.map +1 -1
  32. package/dist/UI/components/dataDisplay/Ellipse.mjs +10 -1
  33. package/dist/UI/components/dataDisplay/Ellipse.mjs.map +1 -1
  34. package/dist/UI/components/dataDisplay/EmailDisplay.mjs +80 -17
  35. package/dist/UI/components/dataDisplay/EmailDisplay.mjs.map +1 -1
  36. package/dist/UI/components/dataDisplay/SmsDisplay.mjs +129 -31
  37. package/dist/UI/components/dataDisplay/SmsDisplay.mjs.map +1 -1
  38. package/dist/UI/components/dataDisplay/Sticky.mjs +51 -15
  39. package/dist/UI/components/dataDisplay/Sticky.mjs.map +1 -1
  40. package/dist/UI/components/dataDisplay/Token.mjs +104 -30
  41. package/dist/UI/components/dataDisplay/Token.mjs.map +1 -1
  42. package/dist/UI/components/feedback/Adornment.mjs +9 -1
  43. package/dist/UI/components/feedback/Adornment.mjs.map +1 -1
  44. package/dist/UI/containers/DynamicContainerWithMenu.mjs +20 -20
  45. package/dist/UI/containers/DynamicContainerWithMenu.mjs.map +1 -1
  46. package/dist/UI/dataDisplay/AmbientList.mjs +102 -44
  47. package/dist/UI/dataDisplay/AmbientList.mjs.map +1 -1
  48. package/dist/UI/dataDisplay/AvatarAlphabet.mjs +497 -157
  49. package/dist/UI/dataDisplay/AvatarAlphabet.mjs.map +1 -1
  50. package/dist/UI/dataDisplay/ChipAlphabet.mjs +886 -339
  51. package/dist/UI/dataDisplay/ChipAlphabet.mjs.map +1 -1
  52. package/dist/UI/dataDisplay/CompactDataList.mjs +22 -6
  53. package/dist/UI/dataDisplay/CompactDataList.mjs.map +1 -1
  54. package/dist/UI/dataDisplay/CompactDataListItem.mjs +36 -8
  55. package/dist/UI/dataDisplay/CompactDataListItem.mjs.map +1 -1
  56. package/dist/UI/dataDisplay/EmptyStateDisplay.mjs +90 -23
  57. package/dist/UI/dataDisplay/EmptyStateDisplay.mjs.map +1 -1
  58. package/dist/UI/dataDisplay/FluentActivity/FluentActivity.mjs +126 -18
  59. package/dist/UI/dataDisplay/FluentActivity/FluentActivity.mjs.map +1 -1
  60. package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.mjs +14 -1
  61. package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.mjs.map +1 -1
  62. package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.mjs +23 -4
  63. package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.mjs.map +1 -1
  64. package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.mjs +181 -29
  65. package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.mjs.map +1 -1
  66. package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.mjs.map +1 -1
  67. package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.mjs +25 -1
  68. package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.mjs.map +1 -1
  69. package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.mjs +42 -7
  70. package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.mjs.map +1 -1
  71. package/dist/UI/dataDisplay/FluentListElement.mjs +71 -14
  72. package/dist/UI/dataDisplay/FluentListElement.mjs.map +1 -1
  73. package/dist/UI/dataDisplay/FluentListItem.mjs +218 -40
  74. package/dist/UI/dataDisplay/FluentListItem.mjs.map +1 -1
  75. package/dist/UI/dataDisplay/GraphCard/GraphCard.mjs +107 -19
  76. package/dist/UI/dataDisplay/GraphCard/GraphCard.mjs.map +1 -1
  77. package/dist/UI/dataDisplay/HeaderExpander.mjs +68 -10
  78. package/dist/UI/dataDisplay/HeaderExpander.mjs.map +1 -1
  79. package/dist/UI/dataDisplay/SummaryBlock.mjs +86 -32
  80. package/dist/UI/dataDisplay/SummaryBlock.mjs.map +1 -1
  81. package/dist/UI/dataDisplay/UdpDetailList.mjs +9 -1
  82. package/dist/UI/dataDisplay/UdpDetailList.mjs.map +1 -1
  83. package/dist/UI/dataDisplay/UdpDetailListItem.mjs +9 -1
  84. package/dist/UI/dataDisplay/UdpDetailListItem.mjs.map +1 -1
  85. package/dist/UI/dataDisplay/address/AddressListItem.mjs +27 -5
  86. package/dist/UI/dataDisplay/address/AddressListItem.mjs.map +1 -1
  87. package/dist/UI/dataDisplay/calendar/TimelineCalendar.mjs +15 -2
  88. package/dist/UI/dataDisplay/calendar/TimelineCalendar.mjs.map +1 -1
  89. package/dist/UI/dataDisplay/cardList/CardList.mjs +89 -24
  90. package/dist/UI/dataDisplay/cardList/CardList.mjs.map +1 -1
  91. package/dist/UI/dataDisplay/cardList/enum.mjs.map +1 -1
  92. package/dist/UI/dataDisplay/directory/Directory.mjs +40 -27
  93. package/dist/UI/dataDisplay/directory/Directory.mjs.map +1 -1
  94. package/dist/UI/dataDisplay/directory/DirectoryListItem.mjs +33 -2
  95. package/dist/UI/dataDisplay/directory/DirectoryListItem.mjs.map +1 -1
  96. package/dist/UI/dataDisplay/entityHeader/EntityHeader.mjs +233 -109
  97. package/dist/UI/dataDisplay/entityHeader/EntityHeader.mjs.map +1 -1
  98. package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.mjs +68 -25
  99. package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.mjs.map +1 -1
  100. package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.mjs +172 -55
  101. package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.mjs.map +1 -1
  102. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.mjs +36 -8
  103. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.mjs.map +1 -1
  104. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.mjs +50 -12
  105. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.mjs.map +1 -1
  106. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.mjs +20 -3
  107. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.mjs.map +1 -1
  108. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.mjs +57 -18
  109. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.mjs.map +1 -1
  110. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.mjs +53 -12
  111. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.mjs.map +1 -1
  112. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.mjs +25 -6
  113. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.mjs.map +1 -1
  114. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.mjs +81 -22
  115. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.mjs.map +1 -1
  116. package/dist/UI/dataDisplay/map/ColorKey.mjs +35 -5
  117. package/dist/UI/dataDisplay/map/ColorKey.mjs.map +1 -1
  118. package/dist/UI/dataDisplay/map/FluentIconKey.mjs +39 -9
  119. package/dist/UI/dataDisplay/map/FluentIconKey.mjs.map +1 -1
  120. package/dist/UI/dataDisplay/map/IconKey.mjs +23 -5
  121. package/dist/UI/dataDisplay/map/IconKey.mjs.map +1 -1
  122. package/dist/UI/dataDisplay/notes/Note.mjs +98 -12
  123. package/dist/UI/dataDisplay/notes/Note.mjs.map +1 -1
  124. package/dist/UI/dataDisplay/notes/Notes.mjs +21 -5
  125. package/dist/UI/dataDisplay/notes/Notes.mjs.map +1 -1
  126. package/dist/UI/dataDisplay/status/StatusChip.mjs +56 -17
  127. package/dist/UI/dataDisplay/status/StatusChip.mjs.map +1 -1
  128. package/dist/UI/dataDisplay/status/StatusFlags.mjs +116 -38
  129. package/dist/UI/dataDisplay/status/StatusFlags.mjs.map +1 -1
  130. package/dist/UI/dataDisplay/ticketCard/NotificationElement.mjs +25 -2
  131. package/dist/UI/dataDisplay/ticketCard/NotificationElement.mjs.map +1 -1
  132. package/dist/UI/dataDisplay/ticketCard/StatusLineItem.mjs +78 -10
  133. package/dist/UI/dataDisplay/ticketCard/StatusLineItem.mjs.map +1 -1
  134. package/dist/UI/dataDisplay/ticketCard/TicketCard.mjs +82 -18
  135. package/dist/UI/dataDisplay/ticketCard/TicketCard.mjs.map +1 -1
  136. package/dist/UI/dataDisplay/typography/FormHeaders.mjs +33 -2
  137. package/dist/UI/dataDisplay/typography/FormHeaders.mjs.map +1 -1
  138. package/dist/UI/dataDisplay/typography/SideSheetHeader.mjs +164 -37
  139. package/dist/UI/dataDisplay/typography/SideSheetHeader.mjs.map +1 -1
  140. package/dist/UI/dataDisplay/typography/SidebarHeader.mjs +174 -39
  141. package/dist/UI/dataDisplay/typography/SidebarHeader.mjs.map +1 -1
  142. package/dist/UI/dataDisplay/typography/StandardTitle.mjs +27 -7
  143. package/dist/UI/dataDisplay/typography/StandardTitle.mjs.map +1 -1
  144. package/dist/UI/dataDisplay/typography/StylizedTitle.mjs +33 -8
  145. package/dist/UI/dataDisplay/typography/StylizedTitle.mjs.map +1 -1
  146. package/dist/UI/dataDisplay/typography/Typography.mjs +31 -8
  147. package/dist/UI/dataDisplay/typography/Typography.mjs.map +1 -1
  148. package/dist/UI/dataDisplay/visualization/AmbientVisualizer.mjs +571 -188
  149. package/dist/UI/dataDisplay/visualization/AmbientVisualizer.mjs.map +1 -1
  150. package/dist/UI/dataDisplay/visualization/GaugeGraph.mjs +618 -280
  151. package/dist/UI/dataDisplay/visualization/GaugeGraph.mjs.map +1 -1
  152. package/dist/UI/dataDisplay/visualization/RatioVisulization.mjs +73 -14
  153. package/dist/UI/dataDisplay/visualization/RatioVisulization.mjs.map +1 -1
  154. package/dist/UI/dataDisplay/visualization/amCharts/AmChart.mjs +176 -55
  155. package/dist/UI/dataDisplay/visualization/amCharts/AmChart.mjs.map +1 -1
  156. package/dist/UI/feedback/AmbientAlert.mjs +90 -18
  157. package/dist/UI/feedback/AmbientAlert.mjs.map +1 -1
  158. package/dist/UI/feedback/AmbientToast.mjs +125 -30
  159. package/dist/UI/feedback/AmbientToast.mjs.map +1 -1
  160. package/dist/UI/feedback/FluentDialog.mjs +217 -38
  161. package/dist/UI/feedback/FluentDialog.mjs.map +1 -1
  162. package/dist/UI/feedback/MenuLoader.mjs +35 -13
  163. package/dist/UI/feedback/MenuLoader.mjs.map +1 -1
  164. package/dist/UI/feedback/NodeLoader.mjs +56 -19
  165. package/dist/UI/feedback/NodeLoader.mjs.map +1 -1
  166. package/dist/UI/feedback/PageLoading.mjs +14 -1
  167. package/dist/UI/feedback/PageLoading.mjs.map +1 -1
  168. package/dist/UI/fileViewer/FileViewer.mjs.map +1 -1
  169. package/dist/UI/fileViewer/imageSlider/Image.mjs +45 -10
  170. package/dist/UI/fileViewer/imageSlider/Image.mjs.map +1 -1
  171. package/dist/UI/fileViewer/imageSlider/ImageFooter.mjs +62 -35
  172. package/dist/UI/fileViewer/imageSlider/ImageFooter.mjs.map +1 -1
  173. package/dist/UI/fileViewer/imageSlider/ImageSlider.mjs +191 -80
  174. package/dist/UI/fileViewer/imageSlider/ImageSlider.mjs.map +1 -1
  175. package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.mjs +61 -17
  176. package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.mjs.map +1 -1
  177. package/dist/UI/fileViewer/pdfViewer/ControlPanel.mjs +301 -63
  178. package/dist/UI/fileViewer/pdfViewer/ControlPanel.mjs.map +1 -1
  179. package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs +94 -45
  180. package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs.map +1 -1
  181. package/dist/UI/fileViewer/utils/fileTypes.mjs.map +1 -1
  182. package/dist/UI/fileViewer/utils/fileUtils.mjs.map +1 -1
  183. package/dist/UI/floorplans/CoreLayoutFloorplan.mjs +441 -64
  184. package/dist/UI/floorplans/CoreLayoutFloorplan.mjs.map +1 -1
  185. package/dist/UI/fluent-web-components/UdpAccordion.mjs +9 -1
  186. package/dist/UI/fluent-web-components/UdpAccordion.mjs.map +1 -1
  187. package/dist/UI/fluent-web-components/UdpAutocomplete.mjs +88 -20
  188. package/dist/UI/fluent-web-components/UdpAutocomplete.mjs.map +1 -1
  189. package/dist/UI/fluent-web-components/UdpAvatar.mjs +9 -1
  190. package/dist/UI/fluent-web-components/UdpAvatar.mjs.map +1 -1
  191. package/dist/UI/fluent-web-components/UdpBadge.mjs +9 -1
  192. package/dist/UI/fluent-web-components/UdpBadge.mjs.map +1 -1
  193. package/dist/UI/fluent-web-components/UdpButton.mjs +9 -1
  194. package/dist/UI/fluent-web-components/UdpButton.mjs.map +1 -1
  195. package/dist/UI/fluent-web-components/UdpCard.mjs +9 -1
  196. package/dist/UI/fluent-web-components/UdpCard.mjs.map +1 -1
  197. package/dist/UI/fluent-web-components/UdpCheckbox.mjs +58 -12
  198. package/dist/UI/fluent-web-components/UdpCheckbox.mjs.map +1 -1
  199. package/dist/UI/fluent-web-components/UdpChip.mjs +9 -1
  200. package/dist/UI/fluent-web-components/UdpChip.mjs.map +1 -1
  201. package/dist/UI/fluent-web-components/UdpCompoundButton.mjs +9 -1
  202. package/dist/UI/fluent-web-components/UdpCompoundButton.mjs.map +1 -1
  203. package/dist/UI/fluent-web-components/UdpContainerQuery.mjs +9 -1
  204. package/dist/UI/fluent-web-components/UdpContainerQuery.mjs.map +1 -1
  205. package/dist/UI/fluent-web-components/UdpContainerQueryGrid.mjs +9 -1
  206. package/dist/UI/fluent-web-components/UdpContainerQueryGrid.mjs.map +1 -1
  207. package/dist/UI/fluent-web-components/UdpCounterBadge.mjs +9 -1
  208. package/dist/UI/fluent-web-components/UdpCounterBadge.mjs.map +1 -1
  209. package/dist/UI/fluent-web-components/UdpDateInput.mjs +88 -20
  210. package/dist/UI/fluent-web-components/UdpDateInput.mjs.map +1 -1
  211. package/dist/UI/fluent-web-components/UdpDatePicker.mjs +38 -8
  212. package/dist/UI/fluent-web-components/UdpDatePicker.mjs.map +1 -1
  213. package/dist/UI/fluent-web-components/UdpDateTimeInput.mjs +58 -12
  214. package/dist/UI/fluent-web-components/UdpDateTimeInput.mjs.map +1 -1
  215. package/dist/UI/fluent-web-components/UdpDialog.mjs +32 -9
  216. package/dist/UI/fluent-web-components/UdpDialog.mjs.map +1 -1
  217. package/dist/UI/fluent-web-components/UdpDivider.mjs +9 -1
  218. package/dist/UI/fluent-web-components/UdpDivider.mjs.map +1 -1
  219. package/dist/UI/fluent-web-components/UdpDrawer.mjs +32 -9
  220. package/dist/UI/fluent-web-components/UdpDrawer.mjs.map +1 -1
  221. package/dist/UI/fluent-web-components/UdpDropdown.mjs +88 -20
  222. package/dist/UI/fluent-web-components/UdpDropdown.mjs.map +1 -1
  223. package/dist/UI/fluent-web-components/UdpDurationInput.mjs +89 -21
  224. package/dist/UI/fluent-web-components/UdpDurationInput.mjs.map +1 -1
  225. package/dist/UI/fluent-web-components/UdpFlexbox.mjs +9 -1
  226. package/dist/UI/fluent-web-components/UdpFlexbox.mjs.map +1 -1
  227. package/dist/UI/fluent-web-components/UdpIcon.mjs +9 -1
  228. package/dist/UI/fluent-web-components/UdpIcon.mjs.map +1 -1
  229. package/dist/UI/fluent-web-components/UdpIconButton.mjs +9 -1
  230. package/dist/UI/fluent-web-components/UdpIconButton.mjs.map +1 -1
  231. package/dist/UI/fluent-web-components/UdpIconGrid.mjs +9 -1
  232. package/dist/UI/fluent-web-components/UdpIconGrid.mjs.map +1 -1
  233. package/dist/UI/fluent-web-components/UdpImage.mjs +9 -1
  234. package/dist/UI/fluent-web-components/UdpImage.mjs.map +1 -1
  235. package/dist/UI/fluent-web-components/UdpLink.mjs +9 -1
  236. package/dist/UI/fluent-web-components/UdpLink.mjs.map +1 -1
  237. package/dist/UI/fluent-web-components/UdpList.mjs +9 -1
  238. package/dist/UI/fluent-web-components/UdpList.mjs.map +1 -1
  239. package/dist/UI/fluent-web-components/UdpListItem.mjs +9 -1
  240. package/dist/UI/fluent-web-components/UdpListItem.mjs.map +1 -1
  241. package/dist/UI/fluent-web-components/UdpMenu.mjs +9 -1
  242. package/dist/UI/fluent-web-components/UdpMenu.mjs.map +1 -1
  243. package/dist/UI/fluent-web-components/UdpMessageBar.mjs +9 -1
  244. package/dist/UI/fluent-web-components/UdpMessageBar.mjs.map +1 -1
  245. package/dist/UI/fluent-web-components/UdpPopover.mjs +9 -1
  246. package/dist/UI/fluent-web-components/UdpPopover.mjs.map +1 -1
  247. package/dist/UI/fluent-web-components/UdpPrimaryActionHeader.mjs +9 -1
  248. package/dist/UI/fluent-web-components/UdpPrimaryActionHeader.mjs.map +1 -1
  249. package/dist/UI/fluent-web-components/UdpProgressBar.mjs +9 -1
  250. package/dist/UI/fluent-web-components/UdpProgressBar.mjs.map +1 -1
  251. package/dist/UI/fluent-web-components/UdpRadioGroup.mjs +58 -12
  252. package/dist/UI/fluent-web-components/UdpRadioGroup.mjs.map +1 -1
  253. package/dist/UI/fluent-web-components/UdpSearchInput.mjs +88 -20
  254. package/dist/UI/fluent-web-components/UdpSearchInput.mjs.map +1 -1
  255. package/dist/UI/fluent-web-components/UdpSlider.mjs +58 -12
  256. package/dist/UI/fluent-web-components/UdpSlider.mjs.map +1 -1
  257. package/dist/UI/fluent-web-components/UdpSpinner.mjs +9 -1
  258. package/dist/UI/fluent-web-components/UdpSpinner.mjs.map +1 -1
  259. package/dist/UI/fluent-web-components/UdpSwatchPicker.mjs +45 -10
  260. package/dist/UI/fluent-web-components/UdpSwatchPicker.mjs.map +1 -1
  261. package/dist/UI/fluent-web-components/UdpSwitch.mjs +58 -12
  262. package/dist/UI/fluent-web-components/UdpSwitch.mjs.map +1 -1
  263. package/dist/UI/fluent-web-components/UdpTablist.mjs +9 -1
  264. package/dist/UI/fluent-web-components/UdpTablist.mjs.map +1 -1
  265. package/dist/UI/fluent-web-components/UdpText.mjs +9 -1
  266. package/dist/UI/fluent-web-components/UdpText.mjs.map +1 -1
  267. package/dist/UI/fluent-web-components/UdpTextInput.mjs +88 -20
  268. package/dist/UI/fluent-web-components/UdpTextInput.mjs.map +1 -1
  269. package/dist/UI/fluent-web-components/UdpTextarea.mjs +88 -20
  270. package/dist/UI/fluent-web-components/UdpTextarea.mjs.map +1 -1
  271. package/dist/UI/fluent-web-components/UdpTimeInput.mjs +93 -21
  272. package/dist/UI/fluent-web-components/UdpTimeInput.mjs.map +1 -1
  273. package/dist/UI/fluent-web-components/UdpToggleButton.mjs +9 -1
  274. package/dist/UI/fluent-web-components/UdpToggleButton.mjs.map +1 -1
  275. package/dist/UI/fluent-web-components/UdpTooltip.mjs +9 -1
  276. package/dist/UI/fluent-web-components/UdpTooltip.mjs.map +1 -1
  277. package/dist/UI/fluent-web-components/UdpTree.mjs +47 -9
  278. package/dist/UI/fluent-web-components/UdpTree.mjs.map +1 -1
  279. package/dist/UI/fluent-web-components/UdpTreeItem.mjs +66 -6
  280. package/dist/UI/fluent-web-components/UdpTreeItem.mjs.map +1 -1
  281. package/dist/UI/fluent-web-components/UdpVerticalSpacer.mjs +9 -1
  282. package/dist/UI/fluent-web-components/UdpVerticalSpacer.mjs.map +1 -1
  283. package/dist/UI/fluent-web-components/utils/formEvents.mjs.map +1 -1
  284. package/dist/UI/forms/CrudForm.mjs +50 -50
  285. package/dist/UI/forms/CrudForm.mjs.map +1 -1
  286. package/dist/UI/forms/LoginForm.mjs +165 -52
  287. package/dist/UI/forms/LoginForm.mjs.map +1 -1
  288. package/dist/UI/forms/PaymentReversalForm.mjs +7 -7
  289. package/dist/UI/forms/PaymentReversalForm.mjs.map +1 -1
  290. package/dist/UI/forms/UdpCrudFormFields.mjs +1 -1
  291. package/dist/UI/forms/UdpCrudFormFields.mjs.map +1 -1
  292. package/dist/UI/forms/UdpTransactionEmailForm.mjs +276 -84
  293. package/dist/UI/forms/UdpTransactionEmailForm.mjs.map +1 -1
  294. package/dist/UI/forms/VirtualForm.mjs +62 -19
  295. package/dist/UI/forms/VirtualForm.mjs.map +1 -1
  296. package/dist/UI/iframe/Iframe.mjs +65 -21
  297. package/dist/UI/iframe/Iframe.mjs.map +1 -1
  298. package/dist/UI/inputs/buttons/AmbientCardButton.mjs +64 -8
  299. package/dist/UI/inputs/buttons/AmbientCardButton.mjs.map +1 -1
  300. package/dist/UI/inputs/buttons/AmbientChipButton.mjs +59 -12
  301. package/dist/UI/inputs/buttons/AmbientChipButton.mjs.map +1 -1
  302. package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.mjs +41 -7
  303. package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.mjs.map +1 -1
  304. package/dist/UI/inputs/buttons/AmbientToggleButton.mjs +54 -8
  305. package/dist/UI/inputs/buttons/AmbientToggleButton.mjs.map +1 -1
  306. package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.mjs +123 -32
  307. package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.mjs.map +1 -1
  308. package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.mjs +126 -32
  309. package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.mjs.map +1 -1
  310. package/dist/UI/inputs/buttons/AmbientTokenButton.mjs +55 -14
  311. package/dist/UI/inputs/buttons/AmbientTokenButton.mjs.map +1 -1
  312. package/dist/UI/inputs/buttons/FUISquareIconButton.mjs +13 -4
  313. package/dist/UI/inputs/buttons/FUISquareIconButton.mjs.map +1 -1
  314. package/dist/UI/inputs/buttons/FluentButton.mjs +74 -17
  315. package/dist/UI/inputs/buttons/FluentButton.mjs.map +1 -1
  316. package/dist/UI/inputs/buttons/FluentCompoundButton.mjs +56 -7
  317. package/dist/UI/inputs/buttons/FluentCompoundButton.mjs.map +1 -1
  318. package/dist/UI/inputs/buttons/FluentIconButton.mjs +55 -10
  319. package/dist/UI/inputs/buttons/FluentIconButton.mjs.map +1 -1
  320. package/dist/UI/inputs/buttons/FluentMenuListButton.mjs +98 -7
  321. package/dist/UI/inputs/buttons/FluentMenuListButton.mjs.map +1 -1
  322. package/dist/UI/inputs/buttons/FluentUploadButton.mjs +62 -18
  323. package/dist/UI/inputs/buttons/FluentUploadButton.mjs.map +1 -1
  324. package/dist/UI/inputs/buttons/FluentUploadIconButton.mjs +64 -19
  325. package/dist/UI/inputs/buttons/FluentUploadIconButton.mjs.map +1 -1
  326. package/dist/UI/inputs/buttons/IconButtonWithToolTip.mjs +86 -16
  327. package/dist/UI/inputs/buttons/IconButtonWithToolTip.mjs.map +1 -1
  328. package/dist/UI/inputs/buttons/PrimaryActionButton.mjs +43 -10
  329. package/dist/UI/inputs/buttons/PrimaryActionButton.mjs.map +1 -1
  330. package/dist/UI/inputs/buttons/ToolBarButton.mjs +67 -17
  331. package/dist/UI/inputs/buttons/ToolBarButton.mjs.map +1 -1
  332. package/dist/UI/inputs/buttons/UdpActionCard/UdpActionCard.mjs +185 -46
  333. package/dist/UI/inputs/buttons/UdpActionCard/UdpActionCard.mjs.map +1 -1
  334. package/dist/UI/inputs/calendar/AmbientDateRangeSelector.mjs +51 -12
  335. package/dist/UI/inputs/calendar/AmbientDateRangeSelector.mjs.map +1 -1
  336. package/dist/UI/inputs/calendar/AmbientSingleDateSelector.mjs.map +1 -1
  337. package/dist/UI/inputs/checkbox/FluentCheckbox.mjs +61 -10
  338. package/dist/UI/inputs/checkbox/FluentCheckbox.mjs.map +1 -1
  339. package/dist/UI/inputs/dateRangeSelector/UdpDateRangeSelector.mjs +9 -1
  340. package/dist/UI/inputs/dateRangeSelector/UdpDateRangeSelector.mjs.map +1 -1
  341. package/dist/UI/inputs/datetimes/DateField.mjs +52 -19
  342. package/dist/UI/inputs/datetimes/DateField.mjs.map +1 -1
  343. package/dist/UI/inputs/datetimes/DateTimeField.mjs +51 -18
  344. package/dist/UI/inputs/datetimes/DateTimeField.mjs.map +1 -1
  345. package/dist/UI/inputs/datetimes/TimeField.mjs +57 -23
  346. package/dist/UI/inputs/datetimes/TimeField.mjs.map +1 -1
  347. package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.mjs +51 -15
  348. package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.mjs.map +1 -1
  349. package/dist/UI/inputs/fieldArrayCard/DateRangeField.mjs +170 -52
  350. package/dist/UI/inputs/fieldArrayCard/DateRangeField.mjs.map +1 -1
  351. package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.mjs +200 -142
  352. package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.mjs.map +1 -1
  353. package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.mjs +174 -70
  354. package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.mjs.map +1 -1
  355. package/dist/UI/inputs/fieldArrayCard/fieldArrayCardEnum.mjs.map +1 -1
  356. package/dist/UI/inputs/link/BreadCrumbMenu.mjs +61 -26
  357. package/dist/UI/inputs/link/BreadCrumbMenu.mjs.map +1 -1
  358. package/dist/UI/inputs/link/FluentLink.mjs +55 -16
  359. package/dist/UI/inputs/link/FluentLink.mjs.map +1 -1
  360. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.mjs +92 -17
  361. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.mjs.map +1 -1
  362. package/dist/UI/inputs/menus/AmbientStepper/StepLabel.mjs +154 -24
  363. package/dist/UI/inputs/menus/AmbientStepper/StepLabel.mjs.map +1 -1
  364. package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.mjs.map +1 -1
  365. package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.mjs +72 -18
  366. package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.mjs.map +1 -1
  367. package/dist/UI/inputs/menus/FluentSelectGroupMenu.mjs +73 -18
  368. package/dist/UI/inputs/menus/FluentSelectGroupMenu.mjs.map +1 -1
  369. package/dist/UI/inputs/menus/FluentSelectMenu.mjs +89 -14
  370. package/dist/UI/inputs/menus/FluentSelectMenu.mjs.map +1 -1
  371. package/dist/UI/inputs/menus/FluentSimpleSelect.mjs +53 -14
  372. package/dist/UI/inputs/menus/FluentSimpleSelect.mjs.map +1 -1
  373. package/dist/UI/inputs/pickers/FluentColorPicker.mjs +96 -28
  374. package/dist/UI/inputs/pickers/FluentColorPicker.mjs.map +1 -1
  375. package/dist/UI/inputs/pickers/FluentDatePicker.mjs +134 -35
  376. package/dist/UI/inputs/pickers/FluentDatePicker.mjs.map +1 -1
  377. package/dist/UI/inputs/pickers/FluentDateTimePicker.mjs +132 -33
  378. package/dist/UI/inputs/pickers/FluentDateTimePicker.mjs.map +1 -1
  379. package/dist/UI/inputs/pickers/FluentTimePicker.mjs +104 -24
  380. package/dist/UI/inputs/pickers/FluentTimePicker.mjs.map +1 -1
  381. package/dist/UI/inputs/pickers/UdpDateSelector.mjs +58 -15
  382. package/dist/UI/inputs/pickers/UdpDateSelector.mjs.map +1 -1
  383. package/dist/UI/inputs/pickers/UdpTimeSelector.mjs +45 -11
  384. package/dist/UI/inputs/pickers/UdpTimeSelector.mjs.map +1 -1
  385. package/dist/UI/inputs/radio/FluentRadio.mjs +47 -10
  386. package/dist/UI/inputs/radio/FluentRadio.mjs.map +1 -1
  387. package/dist/UI/inputs/radio/FluentRadioGroup.mjs +29 -6
  388. package/dist/UI/inputs/radio/FluentRadioGroup.mjs.map +1 -1
  389. package/dist/UI/inputs/richEditors/CkRichEditor.mjs +100 -31
  390. package/dist/UI/inputs/richEditors/CkRichEditor.mjs.map +1 -1
  391. package/dist/UI/inputs/sliders/FluentInputSlider.mjs +67 -24
  392. package/dist/UI/inputs/sliders/FluentInputSlider.mjs.map +1 -1
  393. package/dist/UI/inputs/textField/AmbientAutoComplete.mjs +58 -50
  394. package/dist/UI/inputs/textField/AmbientAutoComplete.mjs.map +1 -1
  395. package/dist/UI/inputs/textField/AmbientTextField.mjs +110 -21
  396. package/dist/UI/inputs/textField/AmbientTextField.mjs.map +1 -1
  397. package/dist/UI/inputs/textField/FluentSearchField.mjs +124 -54
  398. package/dist/UI/inputs/textField/FluentSearchField.mjs.map +1 -1
  399. package/dist/UI/inputs/textField/FluentTagField.mjs +121 -28
  400. package/dist/UI/inputs/textField/FluentTagField.mjs.map +1 -1
  401. package/dist/UI/inputs/textField/FluentTextField.mjs +109 -22
  402. package/dist/UI/inputs/textField/FluentTextField.mjs.map +1 -1
  403. package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.mjs +60 -52
  404. package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.mjs.map +1 -1
  405. package/dist/UI/inputs/textField/KeyValueTextField.mjs +94 -42
  406. package/dist/UI/inputs/textField/KeyValueTextField.mjs.map +1 -1
  407. package/dist/UI/inputs/toggle/FluentToggle.mjs +34 -7
  408. package/dist/UI/inputs/toggle/FluentToggle.mjs.map +1 -1
  409. package/dist/UI/loading/CircularProgress.mjs +101 -27
  410. package/dist/UI/loading/CircularProgress.mjs.map +1 -1
  411. package/dist/UI/loading/LinearProgress.mjs +101 -27
  412. package/dist/UI/loading/LinearProgress.mjs.map +1 -1
  413. package/dist/UI/loading/LoadingIndicator/LoadingIndicator.mjs +36 -13
  414. package/dist/UI/loading/LoadingIndicator/LoadingIndicator.mjs.map +1 -1
  415. package/dist/UI/loading/LoadingOverlay.mjs +28 -6
  416. package/dist/UI/loading/LoadingOverlay.mjs.map +1 -1
  417. package/dist/UI/mapLayout/MapLayout.mjs.map +1 -1
  418. package/dist/UI/mapLayout/ui/ActionsRenderer.mjs +25 -8
  419. package/dist/UI/mapLayout/ui/ActionsRenderer.mjs.map +1 -1
  420. package/dist/UI/mapLayout/ui/CheckboxGroup.mjs +18 -18
  421. package/dist/UI/mapLayout/ui/CheckboxGroup.mjs.map +1 -1
  422. package/dist/UI/mapLayout/ui/CheckboxList.mjs +22 -6
  423. package/dist/UI/mapLayout/ui/CheckboxList.mjs.map +1 -1
  424. package/dist/UI/mapLayout/ui/CompactCard.mjs +184 -44
  425. package/dist/UI/mapLayout/ui/CompactCard.mjs.map +1 -1
  426. package/dist/UI/mapLayout/ui/ListCard.mjs +79 -17
  427. package/dist/UI/mapLayout/ui/ListCard.mjs.map +1 -1
  428. package/dist/UI/mapLayout/ui/ListView.mjs +1 -1
  429. package/dist/UI/mapLayout/ui/ListView.mjs.map +1 -1
  430. package/dist/UI/mapLayout/ui/PopoverCard.mjs +321 -78
  431. package/dist/UI/mapLayout/ui/PopoverCard.mjs.map +1 -1
  432. package/dist/UI/mapLayout/ui/Statistic.mjs +68 -16
  433. package/dist/UI/mapLayout/ui/Statistic.mjs.map +1 -1
  434. package/dist/UI/mapLayout/utilities/MapUtilities.mjs.map +1 -1
  435. package/dist/UI/maps/UdpMap.mjs +9 -1
  436. package/dist/UI/maps/UdpMap.mjs.map +1 -1
  437. package/dist/UI/maps/UdpMapComponent.mjs +9 -1
  438. package/dist/UI/maps/UdpMapComponent.mjs.map +1 -1
  439. package/dist/UI/maps/UdpMapToolbar.mjs +9 -1
  440. package/dist/UI/maps/UdpMapToolbar.mjs.map +1 -1
  441. package/dist/UI/navigation/FluentSideNav.mjs +177 -50
  442. package/dist/UI/navigation/FluentSideNav.mjs.map +1 -1
  443. package/dist/UI/navigation/menus/AppMenu.mjs +34 -10
  444. package/dist/UI/navigation/menus/AppMenu.mjs.map +1 -1
  445. package/dist/UI/navigation/menus/AppMenuItem.mjs +222 -53
  446. package/dist/UI/navigation/menus/AppMenuItem.mjs.map +1 -1
  447. package/dist/UI/navigation/menus/AppMenuItemComponent.mjs +86 -22
  448. package/dist/UI/navigation/menus/AppMenuItemComponent.mjs.map +1 -1
  449. package/dist/UI/navigation/menus/Expander.mjs +106 -19
  450. package/dist/UI/navigation/menus/Expander.mjs.map +1 -1
  451. package/dist/UI/navigation/menus/ExpanderItem.mjs +39 -2
  452. package/dist/UI/navigation/menus/ExpanderItem.mjs.map +1 -1
  453. package/dist/UI/navigation/menus/FluentMenuListItem.mjs +66 -8
  454. package/dist/UI/navigation/menus/FluentMenuListItem.mjs.map +1 -1
  455. package/dist/UI/navigation/tabs/UdpTabPanel.mjs +45 -9
  456. package/dist/UI/navigation/tabs/UdpTabPanel.mjs.map +1 -1
  457. package/dist/UI/navigation/tabs/UdpTabUtility.mjs +60 -21
  458. package/dist/UI/navigation/tabs/UdpTabUtility.mjs.map +1 -1
  459. package/dist/UI/navigation/tabs/UdpTabs.mjs +22 -22
  460. package/dist/UI/navigation/tabs/UdpTabs.mjs.map +1 -1
  461. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.mjs +79 -13
  462. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.mjs.map +1 -1
  463. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.mjs +46 -8
  464. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.mjs.map +1 -1
  465. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.mjs +56 -8
  466. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.mjs.map +1 -1
  467. package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.mjs.map +1 -1
  468. package/dist/UI/property/PropertyFields.mjs +41 -13
  469. package/dist/UI/property/PropertyFields.mjs.map +1 -1
  470. package/dist/UI/property/widgets/AutoCompletePropertyWidget.mjs +54 -16
  471. package/dist/UI/property/widgets/AutoCompletePropertyWidget.mjs.map +1 -1
  472. package/dist/UI/property/widgets/BooleanPropertyWidget.mjs +29 -5
  473. package/dist/UI/property/widgets/BooleanPropertyWidget.mjs.map +1 -1
  474. package/dist/UI/property/widgets/DatePropertyWidget.mjs +13 -5
  475. package/dist/UI/property/widgets/DatePropertyWidget.mjs.map +1 -1
  476. package/dist/UI/property/widgets/DateTimePropertyWidget.mjs +13 -5
  477. package/dist/UI/property/widgets/DateTimePropertyWidget.mjs.map +1 -1
  478. package/dist/UI/property/widgets/FloatPropertyWidget.mjs +44 -7
  479. package/dist/UI/property/widgets/FloatPropertyWidget.mjs.map +1 -1
  480. package/dist/UI/property/widgets/IntegerPropertyWidget.mjs +37 -8
  481. package/dist/UI/property/widgets/IntegerPropertyWidget.mjs.map +1 -1
  482. package/dist/UI/property/widgets/MultilineTextPropertyWidget.mjs +14 -6
  483. package/dist/UI/property/widgets/MultilineTextPropertyWidget.mjs.map +1 -1
  484. package/dist/UI/property/widgets/NumericPropertyWidget.mjs +15 -7
  485. package/dist/UI/property/widgets/NumericPropertyWidget.mjs.map +1 -1
  486. package/dist/UI/property/widgets/SelectPropertyWidget.mjs +24 -6
  487. package/dist/UI/property/widgets/SelectPropertyWidget.mjs.map +1 -1
  488. package/dist/UI/property/widgets/TextPropertyWidget.mjs +71 -18
  489. package/dist/UI/property/widgets/TextPropertyWidget.mjs.map +1 -1
  490. package/dist/UI/property/widgets/TimePropertyWidget.mjs +13 -5
  491. package/dist/UI/property/widgets/TimePropertyWidget.mjs.map +1 -1
  492. package/dist/UI/property/widgets/index.mjs.map +1 -1
  493. package/dist/UI/stepper/udp-stepper.mjs +11 -1
  494. package/dist/UI/stepper/udp-stepper.mjs.map +1 -1
  495. package/dist/UI/support/SupportCaseForm.mjs +26 -26
  496. package/dist/UI/support/SupportCaseForm.mjs.map +1 -1
  497. package/dist/UI/support/SupportCaseSideSheet.mjs +32 -12
  498. package/dist/UI/support/SupportCaseSideSheet.mjs.map +1 -1
  499. package/dist/UI/surfaces/NestedGrid/NestedGrid.mjs +103 -33
  500. package/dist/UI/surfaces/NestedGrid/NestedGrid.mjs.map +1 -1
  501. package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.mjs +33 -7
  502. package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.mjs.map +1 -1
  503. package/dist/UI/surfaces/SideSheet.mjs +208 -33
  504. package/dist/UI/surfaces/SideSheet.mjs.map +1 -1
  505. package/dist/UI/surfaces/cards/AmbientCard/AmbientCard.mjs +319 -71
  506. package/dist/UI/surfaces/cards/AmbientCard/AmbientCard.mjs.map +1 -1
  507. package/dist/UI/surfaces/cards/AmbientCard/AmbientCardTitle.mjs.map +1 -1
  508. package/dist/UI/surfaces/cards/BioCard.mjs +150 -22
  509. package/dist/UI/surfaces/cards/BioCard.mjs.map +1 -1
  510. package/dist/UI/surfaces/cards/InfoCard.mjs +95 -14
  511. package/dist/UI/surfaces/cards/InfoCard.mjs.map +1 -1
  512. package/dist/UI/surfaces/cards/QuickViewCard.mjs +22 -8
  513. package/dist/UI/surfaces/cards/QuickViewCard.mjs.map +1 -1
  514. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientSplitStatCard.mjs +188 -28
  515. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientSplitStatCard.mjs.map +1 -1
  516. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientVisualizationCard.mjs +282 -95
  517. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientVisualizationCard.mjs.map +1 -1
  518. package/dist/UI/surfaces/cards/fluentCards/FUICard.mjs +147 -28
  519. package/dist/UI/surfaces/cards/fluentCards/FUICard.mjs.map +1 -1
  520. package/dist/UI/surfaces/cards/fluentCards/FUICardHeader.mjs +55 -9
  521. package/dist/UI/surfaces/cards/fluentCards/FUICardHeader.mjs.map +1 -1
  522. package/dist/UI/surfaces/cards/fluentCards/FluentCard.mjs +28 -7
  523. package/dist/UI/surfaces/cards/fluentCards/FluentCard.mjs.map +1 -1
  524. package/dist/UI/surfaces/cards/fluentCards/FluentCardActions.mjs +27 -6
  525. package/dist/UI/surfaces/cards/fluentCards/FluentCardActions.mjs.map +1 -1
  526. package/dist/UI/surfaces/cards/fluentCards/FluentCardContent.mjs +27 -6
  527. package/dist/UI/surfaces/cards/fluentCards/FluentCardContent.mjs.map +1 -1
  528. package/dist/UI/surfaces/cards/fluentCards/FluentCardHeader.mjs +27 -6
  529. package/dist/UI/surfaces/cards/fluentCards/FluentCardHeader.mjs.map +1 -1
  530. package/dist/UI/surfaces/cards/fluentCards/FluentCardText.mjs +61 -28
  531. package/dist/UI/surfaces/cards/fluentCards/FluentCardText.mjs.map +1 -1
  532. package/dist/UI/surfaces/cards/newsCard/NewsCard.mjs +144 -19
  533. package/dist/UI/surfaces/cards/newsCard/NewsCard.mjs.map +1 -1
  534. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.mjs +95 -21
  535. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.mjs.map +1 -1
  536. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.mjs +59 -2
  537. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.mjs.map +1 -1
  538. package/dist/UI/templates/DraggableSidebarTemplate.d.ts.map +1 -1
  539. package/dist/UI/templates/DraggableSidebarTemplate.js +2 -7
  540. package/dist/UI/templates/DraggableSidebarTemplate.js.map +1 -1
  541. package/dist/UI/templates/DraggableSidebarTemplate.mjs +121 -29
  542. package/dist/UI/templates/DraggableSidebarTemplate.mjs.map +1 -1
  543. package/dist/UI/templates/OpenPage.mjs +48 -8
  544. package/dist/UI/templates/OpenPage.mjs.map +1 -1
  545. package/dist/UI/templates/SapFlexibleTemplate.mjs.map +1 -1
  546. package/dist/UI/templates/ToggleSection.mjs +47 -6
  547. package/dist/UI/templates/ToggleSection.mjs.map +1 -1
  548. package/dist/UI/templates/calendar/UdpCalendar.mjs +53 -11
  549. package/dist/UI/templates/calendar/UdpCalendar.mjs.map +1 -1
  550. package/dist/UI/templates/calendar/UdpCalendarDayView.mjs +34 -2
  551. package/dist/UI/templates/calendar/UdpCalendarDayView.mjs.map +1 -1
  552. package/dist/UI/templates/calendar/UdpCalendarMonthView.mjs +34 -2
  553. package/dist/UI/templates/calendar/UdpCalendarMonthView.mjs.map +1 -1
  554. package/dist/UI/templates/calendar/UdpCalendarWeekView.mjs +34 -2
  555. package/dist/UI/templates/calendar/UdpCalendarWeekView.mjs.map +1 -1
  556. package/dist/UI/templates/calendar/UdpCalendarYearView.mjs +34 -2
  557. package/dist/UI/templates/calendar/UdpCalendarYearView.mjs.map +1 -1
  558. package/dist/UI/templates/deprecated/AmbientGridTemplate/AmbientGridTemplate.mjs +1084 -338
  559. package/dist/UI/templates/deprecated/AmbientGridTemplate/AmbientGridTemplate.mjs.map +1 -1
  560. package/dist/UI/templates/deprecated/UdpGridTemplate/UdpGridTemplate.mjs +87 -27
  561. package/dist/UI/templates/deprecated/UdpGridTemplate/UdpGridTemplate.mjs.map +1 -1
  562. package/dist/UI/templates/newGrid/ApiMethodInstanceUdpGrid.mjs +9 -1
  563. package/dist/UI/templates/newGrid/ApiMethodInstanceUdpGrid.mjs.map +1 -1
  564. package/dist/UI/templates/newGrid/BackwardsCompatibleGrid.mjs +234 -81
  565. package/dist/UI/templates/newGrid/BackwardsCompatibleGrid.mjs.map +1 -1
  566. package/dist/UI/templates/newGrid/ClientSideUdpGrid.mjs +9 -1
  567. package/dist/UI/templates/newGrid/ClientSideUdpGrid.mjs.map +1 -1
  568. package/dist/UI/templates/newGrid/SearchMethodUdpGrid.mjs +9 -1
  569. package/dist/UI/templates/newGrid/SearchMethodUdpGrid.mjs.map +1 -1
  570. package/dist/UI/templates/newGrid/ServerSideUdpGrid.mjs +9 -1
  571. package/dist/UI/templates/newGrid/ServerSideUdpGrid.mjs.map +1 -1
  572. package/dist/UI/templates/ui/ExtenderToggle.mjs +49 -11
  573. package/dist/UI/templates/ui/ExtenderToggle.mjs.map +1 -1
  574. package/dist/UI/templates/ui/GridGroupingHeader.mjs +64 -12
  575. package/dist/UI/templates/ui/GridGroupingHeader.mjs.map +1 -1
  576. package/dist/UI/templates/ui/GridGroupingSidebar.mjs +119 -43
  577. package/dist/UI/templates/ui/GridGroupingSidebar.mjs.map +1 -1
  578. package/dist/UI/templates/ui/GridSidebarContainer.mjs +34 -5
  579. package/dist/UI/templates/ui/GridSidebarContainer.mjs.map +1 -1
  580. package/dist/UI/templates/ui/TokenGroupItem.mjs +36 -11
  581. package/dist/UI/templates/ui/TokenGroupItem.mjs.map +1 -1
  582. package/dist/UI/templates/ui/renderers/ActionsRenderer.mjs +239 -116
  583. package/dist/UI/templates/ui/renderers/ActionsRenderer.mjs.map +1 -1
  584. package/dist/UI/templates/ui/renderers/IconRenderer.mjs +55 -7
  585. package/dist/UI/templates/ui/renderers/IconRenderer.mjs.map +1 -1
  586. package/dist/UI/templates/ui/renderers/StatusCellRenderer.mjs +34 -7
  587. package/dist/UI/templates/ui/renderers/StatusCellRenderer.mjs.map +1 -1
  588. package/dist/UI/timeline/ExtendActions.mjs +33 -9
  589. package/dist/UI/timeline/ExtendActions.mjs.map +1 -1
  590. package/dist/UI/timeline/TimeEntryStates.mjs +79 -18
  591. package/dist/UI/timeline/TimeEntryStates.mjs.map +1 -1
  592. package/dist/UI/timeline/TimeLine.mjs +103 -33
  593. package/dist/UI/timeline/TimeLine.mjs.map +1 -1
  594. package/dist/UI/timeline/TimelineElement.mjs +96 -13
  595. package/dist/UI/timeline/TimelineElement.mjs.map +1 -1
  596. package/dist/UI/timeline/UdpTimeline.mjs +9 -1
  597. package/dist/UI/timeline/UdpTimeline.mjs.map +1 -1
  598. package/dist/UI/timeline/UdpTimelineContent.mjs +9 -1
  599. package/dist/UI/timeline/UdpTimelineContent.mjs.map +1 -1
  600. package/dist/UI/timeline/UdpTimelineDot.mjs +9 -1
  601. package/dist/UI/timeline/UdpTimelineDot.mjs.map +1 -1
  602. package/dist/UI/timeline/UdpTimelineItem.mjs +9 -1
  603. package/dist/UI/timeline/UdpTimelineItem.mjs.map +1 -1
  604. package/dist/UI/timeline/UdpTimelineItemConnector.mjs +9 -1
  605. package/dist/UI/timeline/UdpTimelineItemConnector.mjs.map +1 -1
  606. package/dist/UI/timeline/UdpTimelineItemSeparator.mjs +9 -1
  607. package/dist/UI/timeline/UdpTimelineItemSeparator.mjs.map +1 -1
  608. package/dist/UI/timeline/fluentTimeline/FluentTimeline.mjs +34 -12
  609. package/dist/UI/timeline/fluentTimeline/FluentTimeline.mjs.map +1 -1
  610. package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.mjs +134 -49
  611. package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.mjs.map +1 -1
  612. package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.mjs +55 -9
  613. package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.mjs.map +1 -1
  614. package/dist/UI/utilityDisplay/AggregateChip.mjs.map +1 -1
  615. package/dist/UI/utilityDisplay/BulkActionsGridButton.mjs +123 -51
  616. package/dist/UI/utilityDisplay/BulkActionsGridButton.mjs.map +1 -1
  617. package/dist/UI/utilityDisplay/ChipSection.mjs +134 -77
  618. package/dist/UI/utilityDisplay/ChipSection.mjs.map +1 -1
  619. package/dist/UI/utilityDisplay/Divider.mjs +9 -1
  620. package/dist/UI/utilityDisplay/Divider.mjs.map +1 -1
  621. package/dist/UI/utilityDisplay/FormControl.mjs +21 -2
  622. package/dist/UI/utilityDisplay/FormControl.mjs.map +1 -1
  623. package/dist/UI/utilityDisplay/FormControlLabel.mjs +34 -7
  624. package/dist/UI/utilityDisplay/FormControlLabel.mjs.map +1 -1
  625. package/dist/UI/utilityDisplay/IndicatorChip.mjs +10 -1
  626. package/dist/UI/utilityDisplay/IndicatorChip.mjs.map +1 -1
  627. package/dist/UI/utilityDisplay/InputAdornment.mjs +28 -5
  628. package/dist/UI/utilityDisplay/InputAdornment.mjs.map +1 -1
  629. package/dist/UI/utilityDisplay/SaveViewFormDialog.mjs +290 -78
  630. package/dist/UI/utilityDisplay/SaveViewFormDialog.mjs.map +1 -1
  631. package/dist/UI/utilityDisplay/UtilityBar.mjs +93 -23
  632. package/dist/UI/utilityDisplay/UtilityBar.mjs.map +1 -1
  633. package/dist/UI/utilityDisplay/UtilitySideBar.mjs +208 -45
  634. package/dist/UI/utilityDisplay/UtilitySideBar.mjs.map +1 -1
  635. package/dist/UI/utilityDisplay/alerts/UdpAlert.mjs +69 -30
  636. package/dist/UI/utilityDisplay/alerts/UdpAlert.mjs.map +1 -1
  637. package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.mjs +32 -6
  638. package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.mjs.map +1 -1
  639. package/dist/UI/utilityDisplay/deprecated/grid/GridActionBar.mjs +226 -77
  640. package/dist/UI/utilityDisplay/deprecated/grid/GridActionBar.mjs.map +1 -1
  641. package/dist/UI/utilityDisplay/deprecated/grid/GridPrimaryBar.mjs +36 -36
  642. package/dist/UI/utilityDisplay/deprecated/grid/GridPrimaryBar.mjs.map +1 -1
  643. package/dist/UI/utilityDisplay/utilities/aggregateUtils.mjs.map +1 -1
  644. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +1 -1
  645. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts.map +1 -1
  646. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.js +98 -35
  647. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.js.map +1 -1
  648. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.mjs +1069 -287
  649. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.mjs.map +1 -1
  650. package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.mjs +51 -11
  651. package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.mjs.map +1 -1
  652. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.mjs +15 -5
  653. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.mjs.map +1 -1
  654. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.mjs +15 -5
  655. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.mjs.map +1 -1
  656. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.mjs +125 -41
  657. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.mjs.map +1 -1
  658. package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.mjs +25 -3
  659. package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.mjs.map +1 -1
  660. package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.mjs +13 -6
  661. package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.mjs.map +1 -1
  662. package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.mjs +41 -16
  663. package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.mjs.map +1 -1
  664. package/dist/UI/widgets/FluentComponents/FUIMenuItem.mjs +60 -9
  665. package/dist/UI/widgets/FluentComponents/FUIMenuItem.mjs.map +1 -1
  666. package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.mjs +62 -9
  667. package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.mjs.map +1 -1
  668. package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.mjs +96 -17
  669. package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.mjs.map +1 -1
  670. package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.mjs +23 -7
  671. package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.mjs.map +1 -1
  672. package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.mjs +20 -4
  673. package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.mjs.map +1 -1
  674. package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.mjs +30 -6
  675. package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.mjs.map +1 -1
  676. package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.mjs +72 -10
  677. package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.mjs.map +1 -1
  678. package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.mjs +68 -3
  679. package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.mjs.map +1 -1
  680. package/dist/UI/widgets/ItemsWidgetCard.mjs +214 -93
  681. package/dist/UI/widgets/ItemsWidgetCard.mjs.map +1 -1
  682. package/dist/UI/widgets/WidgetCard.mjs +3 -3
  683. package/dist/UI/widgets/WidgetCard.mjs.map +1 -1
  684. package/dist/UI/widgets/library/BarChartWidget/BarChartWidget.mjs +84 -43
  685. package/dist/UI/widgets/library/BarChartWidget/BarChartWidget.mjs.map +1 -1
  686. package/dist/UI/widgets/library/BarChartWidget/index.mjs.map +1 -1
  687. package/dist/UI/widgets/library/BubbleWidget/BubbleWidget.mjs +69 -16
  688. package/dist/UI/widgets/library/BubbleWidget/BubbleWidget.mjs.map +1 -1
  689. package/dist/UI/widgets/library/BubbleWidget/index.mjs.map +1 -1
  690. package/dist/UI/widgets/library/CircleGaugeWidget/CircleGaugeWidget.mjs +62 -11
  691. package/dist/UI/widgets/library/CircleGaugeWidget/CircleGaugeWidget.mjs.map +1 -1
  692. package/dist/UI/widgets/library/DateTrendWidget/DateTrendWidget.mjs +89 -21
  693. package/dist/UI/widgets/library/DateTrendWidget/DateTrendWidget.mjs.map +1 -1
  694. package/dist/UI/widgets/library/DateTrendWidget/index.mjs.map +1 -1
  695. package/dist/UI/widgets/library/DensePlotWidget/DensePlotWidget.mjs +98 -31
  696. package/dist/UI/widgets/library/DensePlotWidget/DensePlotWidget.mjs.map +1 -1
  697. package/dist/UI/widgets/library/DensePlotWidget/index.mjs.map +1 -1
  698. package/dist/UI/widgets/library/DonutChartWidget/DonutChartWidget.mjs +262 -115
  699. package/dist/UI/widgets/library/DonutChartWidget/DonutChartWidget.mjs.map +1 -1
  700. package/dist/UI/widgets/library/DonutChartWidget/index.mjs.map +1 -1
  701. package/dist/UI/widgets/library/GaugeWidget/GaugeWidget.mjs +616 -282
  702. package/dist/UI/widgets/library/GaugeWidget/GaugeWidget.mjs.map +1 -1
  703. package/dist/UI/widgets/library/LineAndSparklinesWidget/LineAndSparklinesWidget.mjs +89 -50
  704. package/dist/UI/widgets/library/LineAndSparklinesWidget/LineAndSparklinesWidget.mjs.map +1 -1
  705. package/dist/UI/widgets/library/LineAndSparklinesWidget/index.mjs.map +1 -1
  706. package/dist/UI/widgets/library/LineGraphWidget/LineGraphWidget.mjs +90 -50
  707. package/dist/UI/widgets/library/LineGraphWidget/LineGraphWidget.mjs.map +1 -1
  708. package/dist/UI/widgets/library/LineGraphWidget/index.mjs.map +1 -1
  709. package/dist/UI/widgets/library/ProgressBarWidget/ProgressBarWidget.mjs +68 -29
  710. package/dist/UI/widgets/library/ProgressBarWidget/ProgressBarWidget.mjs.map +1 -1
  711. package/dist/UI/widgets/library/ProgressBarWidget/index.mjs.map +1 -1
  712. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/RecentlyLoadedNodesWidget.mjs +50 -13
  713. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/RecentlyLoadedNodesWidget.mjs.map +1 -1
  714. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/index.mjs.map +1 -1
  715. package/dist/UI/widgets/library/RemindersWidget/RemindersWidget.mjs.map +1 -1
  716. package/dist/UI/widgets/library/RemindersWidget/index.mjs.map +1 -1
  717. package/dist/UI/widgets/library/SparklineWidget/SparklineWidget.mjs +61 -19
  718. package/dist/UI/widgets/library/SparklineWidget/SparklineWidget.mjs.map +1 -1
  719. package/dist/UI/widgets/library/SparklineWidget/index.mjs.map +1 -1
  720. package/dist/UI/widgets/library/SparsePlotWidget/SparsePlotWidget.mjs +121 -41
  721. package/dist/UI/widgets/library/SparsePlotWidget/SparsePlotWidget.mjs.map +1 -1
  722. package/dist/UI/widgets/library/SparsePlotWidget/index.mjs.map +1 -1
  723. package/dist/UI/widgets/utils/ConvertISODate.mjs.map +1 -1
  724. package/dist/UI/widgets/utils/NumberVisualization.mjs +75 -16
  725. package/dist/UI/widgets/utils/NumberVisualization.mjs.map +1 -1
  726. package/dist/UI/widgets/utils/dateUtils.mjs.map +1 -1
  727. package/dist/UI/widgets/utils/useId.mjs.map +1 -1
  728. package/dist/actions/ActionForm.mjs +114 -43
  729. package/dist/actions/ActionForm.mjs.map +1 -1
  730. package/dist/actions/ActionModal.mjs +71 -17
  731. package/dist/actions/ActionModal.mjs.map +1 -1
  732. package/dist/actions/ActionPanelPlacement.mjs +275 -135
  733. package/dist/actions/ActionPanelPlacement.mjs.map +1 -1
  734. package/dist/actions/ActionSideSheet.mjs +321 -183
  735. package/dist/actions/ActionSideSheet.mjs.map +1 -1
  736. package/dist/actions/ActionSpeedDial.mjs +96 -27
  737. package/dist/actions/ActionSpeedDial.mjs.map +1 -1
  738. package/dist/actions/ActionSplitScreen.mjs +478 -180
  739. package/dist/actions/ActionSplitScreen.mjs.map +1 -1
  740. package/dist/actions/ActionWrapper.mjs +430 -189
  741. package/dist/actions/ActionWrapper.mjs.map +1 -1
  742. package/dist/actions/PageActionWrapper.mjs +93 -36
  743. package/dist/actions/PageActionWrapper.mjs.map +1 -1
  744. package/dist/actions/actionSummary/ActionSummaryCard.mjs +84 -29
  745. package/dist/actions/actionSummary/ActionSummaryCard.mjs.map +1 -1
  746. package/dist/actions/actionSummary/ActionSummaryHeader.mjs +49 -9
  747. package/dist/actions/actionSummary/ActionSummaryHeader.mjs.map +1 -1
  748. package/dist/actions/actionSummary/ActionSummaryListContainer.mjs +6 -6
  749. package/dist/actions/actionSummary/ActionSummaryListContainer.mjs.map +1 -1
  750. package/dist/actions/actionSummary/ActionSummaryListItem.mjs.map +1 -1
  751. package/dist/actions/actionSummary/ActionSummaryPopover.mjs +95 -27
  752. package/dist/actions/actionSummary/ActionSummaryPopover.mjs.map +1 -1
  753. package/dist/actions/sidebar/EntitySideBarContent.mjs +120 -63
  754. package/dist/actions/sidebar/EntitySideBarContent.mjs.map +1 -1
  755. package/dist/actions/utils/actionUtils.mjs +210 -171
  756. package/dist/actions/utils/actionUtils.mjs.map +1 -1
  757. package/dist/assets/unityIcons/LibraryData.mjs.map +1 -1
  758. package/dist/chatBot/ChatContainer.mjs +15 -15
  759. package/dist/chatBot/ChatContainer.mjs.map +1 -1
  760. package/dist/chatBot/ChatMessage.mjs +74 -15
  761. package/dist/chatBot/ChatMessage.mjs.map +1 -1
  762. package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.mjs.map +1 -1
  763. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.mjs +85 -20
  764. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.mjs.map +1 -1
  765. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.mjs +94 -46
  766. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.mjs.map +1 -1
  767. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.mjs +283 -283
  768. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.mjs.map +1 -1
  769. package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.mjs +42 -42
  770. package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.mjs.map +1 -1
  771. package/dist/componentSystems/multiThreadTimeline/timeline.mjs.map +1 -1
  772. package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.mjs +31 -5
  773. package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.mjs.map +1 -1
  774. package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.mjs +109 -32
  775. package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.mjs.map +1 -1
  776. package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.mjs +20 -5
  777. package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.mjs.map +1 -1
  778. package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.mjs +37 -10
  779. package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.mjs.map +1 -1
  780. package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.mjs +55 -14
  781. package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.mjs.map +1 -1
  782. package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.mjs +223 -40
  783. package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.mjs.map +1 -1
  784. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.mjs +149 -49
  785. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.mjs.map +1 -1
  786. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.mjs +46 -6
  787. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.mjs.map +1 -1
  788. package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.mjs +44 -5
  789. package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.mjs.map +1 -1
  790. package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.mjs +117 -48
  791. package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.mjs.map +1 -1
  792. package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.mjs +56 -27
  793. package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.mjs.map +1 -1
  794. package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.mjs +107 -34
  795. package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.mjs.map +1 -1
  796. package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.mjs +61 -15
  797. package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.mjs.map +1 -1
  798. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.mjs +116 -70
  799. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.mjs.map +1 -1
  800. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.mjs +32 -5
  801. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.mjs.map +1 -1
  802. package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.mjs +152 -44
  803. package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.mjs.map +1 -1
  804. package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.mjs +89 -28
  805. package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.mjs.map +1 -1
  806. package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.mjs +78 -20
  807. package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.mjs.map +1 -1
  808. package/dist/componentSystems/pageRenderer/PageRenderer.mjs +33 -17
  809. package/dist/componentSystems/pageRenderer/PageRenderer.mjs.map +1 -1
  810. package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.mjs +8 -1
  811. package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.mjs.map +1 -1
  812. package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.mjs.map +1 -1
  813. package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.mjs.map +1 -1
  814. package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.mjs +69 -25
  815. package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.mjs.map +1 -1
  816. package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.mjs +100 -38
  817. package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.mjs.map +1 -1
  818. package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.mjs +38 -14
  819. package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.mjs.map +1 -1
  820. package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.mjs +59 -28
  821. package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.mjs.map +1 -1
  822. package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.mjs +81 -39
  823. package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.mjs.map +1 -1
  824. package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.mjs +231 -134
  825. package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.mjs.map +1 -1
  826. package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.mjs +77 -40
  827. package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.mjs.map +1 -1
  828. package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.mjs +18 -7
  829. package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.mjs.map +1 -1
  830. package/dist/constants/reminderConstants.mjs.map +1 -1
  831. package/dist/containers/IframeContainer.mjs +41 -10
  832. package/dist/containers/IframeContainer.mjs.map +1 -1
  833. package/dist/contexts/ActionContext.mjs.map +1 -1
  834. package/dist/contexts/ActionDispatchContext.mjs.map +1 -1
  835. package/dist/contexts/ActionLoadingContext.mjs.map +1 -1
  836. package/dist/contexts/ActionLoadingDispatchContext.mjs.map +1 -1
  837. package/dist/contexts/PageContext.mjs +21 -5
  838. package/dist/contexts/PageContext.mjs.map +1 -1
  839. package/dist/contexts/usePageContext.mjs +3 -1
  840. package/dist/contexts/usePageContext.mjs.map +1 -1
  841. package/dist/dashboard/DashboardCardGrid.mjs +8 -8
  842. package/dist/dashboard/DashboardCardGrid.mjs.map +1 -1
  843. package/dist/dashboard/DashboardWidget.mjs +304 -75
  844. package/dist/dashboard/DashboardWidget.mjs.map +1 -1
  845. package/dist/dashboard/WidgetCard.mjs +3 -3
  846. package/dist/dashboard/WidgetCard.mjs.map +1 -1
  847. package/dist/dashboard/getWidgetLayout.mjs.map +1 -1
  848. package/dist/dataBrowser/DataBrowserColumnDefs.mjs.map +1 -1
  849. package/dist/dataBrowser/DataBrowserContainer.mjs +27 -27
  850. package/dist/dataBrowser/DataBrowserContainer.mjs.map +1 -1
  851. package/dist/dataBrowser/forms/ParamsMappingFields.mjs +54 -29
  852. package/dist/dataBrowser/forms/ParamsMappingFields.mjs.map +1 -1
  853. package/dist/dataBrowser/forms/ParamsMappingForm.mjs +9 -9
  854. package/dist/dataBrowser/forms/ParamsMappingForm.mjs.map +1 -1
  855. package/dist/dataBrowser/forms/RequiredFieldsMappingField.mjs +213 -80
  856. package/dist/dataBrowser/forms/RequiredFieldsMappingField.mjs.map +1 -1
  857. package/dist/dataBrowser/forms/RequiredFieldsMappingForm.mjs +173 -84
  858. package/dist/dataBrowser/forms/RequiredFieldsMappingForm.mjs.map +1 -1
  859. package/dist/diffChecker/DiffChecker.mjs +106 -24
  860. package/dist/diffChecker/DiffChecker.mjs.map +1 -1
  861. package/dist/enums/InputFieldTypeEnums.mjs.map +1 -1
  862. package/dist/enums/aggridEnums.mjs.map +1 -1
  863. package/dist/enums/auditEventEnums.mjs.map +1 -1
  864. package/dist/enums/httpStatusCodesEnums.mjs.map +1 -1
  865. package/dist/enums/pageEnums.mjs.map +1 -1
  866. package/dist/enums/paymentMethodTypeEnum.mjs.map +1 -1
  867. package/dist/enums/paymentTenderTypeEnum.mjs.map +1 -1
  868. package/dist/enums/paymentVendorFactoryEnum.mjs.map +1 -1
  869. package/dist/enums/propertyTypeEnums.mjs.map +1 -1
  870. package/dist/enums/searchEnums.mjs.map +1 -1
  871. package/dist/enums/tagEnums.mjs.map +1 -1
  872. package/dist/enums/unitySystemEnums.mjs +1 -10
  873. package/dist/enums/unitySystemEnums.mjs.map +1 -1
  874. package/dist/enums/workflowEnums.mjs.map +1 -1
  875. package/dist/errorBoundary/ErrorBoundary.mjs.map +1 -1
  876. package/dist/hooks/crudActions.mjs +29 -29
  877. package/dist/hooks/crudActions.mjs.map +1 -1
  878. package/dist/hooks/useActions.mjs +22 -20
  879. package/dist/hooks/useActions.mjs.map +1 -1
  880. package/dist/hooks/useApiCatalog.mjs +78 -42
  881. package/dist/hooks/useApiCatalog.mjs.map +1 -1
  882. package/dist/hooks/useDateLocale.mjs +69 -38
  883. package/dist/hooks/useDateLocale.mjs.map +1 -1
  884. package/dist/hooks/useDynamicListCalculation.mjs +41 -13
  885. package/dist/hooks/useDynamicListCalculation.mjs.map +1 -1
  886. package/dist/hooks/useFluentIcon.mjs +25 -5
  887. package/dist/hooks/useFluentIcon.mjs.map +1 -1
  888. package/dist/hooks/useItemSubCard.mjs +62 -23
  889. package/dist/hooks/useItemSubCard.mjs.map +1 -1
  890. package/dist/hooks/useOutlook.mjs +9 -9
  891. package/dist/hooks/useOutlook.mjs.map +1 -1
  892. package/dist/hooks/useProductVersion.mjs +11 -1
  893. package/dist/hooks/useProductVersion.mjs.map +1 -1
  894. package/dist/hooks/usePromotedLookupMethods.mjs +68 -30
  895. package/dist/hooks/usePromotedLookupMethods.mjs.map +1 -1
  896. package/dist/hooks/usePromotedMethodEntities.mjs +73 -38
  897. package/dist/hooks/usePromotedMethodEntities.mjs.map +1 -1
  898. package/dist/hooks/usePromotedMethodEntity.mjs +120 -69
  899. package/dist/hooks/usePromotedMethodEntity.mjs.map +1 -1
  900. package/dist/hooks/useQueryExecutors.mjs +44 -44
  901. package/dist/hooks/useQueryExecutors.mjs.map +1 -1
  902. package/dist/hooks/useSearchFilterParamsMap.mjs +14 -14
  903. package/dist/hooks/useSearchFilterParamsMap.mjs.map +1 -1
  904. package/dist/hooks/useSetLocationState.mjs +28 -14
  905. package/dist/hooks/useSetLocationState.mjs.map +1 -1
  906. package/dist/hooks/useSplitDecimal.mjs +52 -11
  907. package/dist/hooks/useSplitDecimal.mjs.map +1 -1
  908. package/dist/hooks/useTransactionType.mjs +110 -55
  909. package/dist/hooks/useTransactionType.mjs.map +1 -1
  910. package/dist/hooks/useUdpGridFilterModel.d.ts.map +1 -1
  911. package/dist/hooks/useUdpGridFilterModel.js +28 -20
  912. package/dist/hooks/useUdpGridFilterModel.js.map +1 -1
  913. package/dist/hooks/useUdpGridFilterModel.mjs +39 -19
  914. package/dist/hooks/useUdpGridFilterModel.mjs.map +1 -1
  915. package/dist/hooks/useUdpWebSocket.mjs.map +1 -1
  916. package/dist/hooks/useUpdateSearchParams.mjs +21 -12
  917. package/dist/hooks/useUpdateSearchParams.mjs.map +1 -1
  918. package/dist/hooks/virtualActions.mjs +70 -61
  919. package/dist/hooks/virtualActions.mjs.map +1 -1
  920. package/dist/index.d.ts +12 -7
  921. package/dist/index.d.ts.map +1 -1
  922. package/dist/index.js +8 -7
  923. package/dist/index.js.map +1 -1
  924. package/dist/index.mjs +23 -16
  925. package/dist/inquiry/AlertFlag.mjs +98 -23
  926. package/dist/inquiry/AlertFlag.mjs.map +1 -1
  927. package/dist/inquiry/AmbientListItem.mjs +54 -11
  928. package/dist/inquiry/AmbientListItem.mjs.map +1 -1
  929. package/dist/inquiry/AmbientSummaryListHeader.mjs +41 -8
  930. package/dist/inquiry/AmbientSummaryListHeader.mjs.map +1 -1
  931. package/dist/inquiry/ExecuteApiDialog.mjs +112 -29
  932. package/dist/inquiry/ExecuteApiDialog.mjs.map +1 -1
  933. package/dist/inquiry/FilterSearch.mjs +12 -2
  934. package/dist/inquiry/FilterSearch.mjs.map +1 -1
  935. package/dist/inquiry/FlagBlock.mjs +21 -4
  936. package/dist/inquiry/FlagBlock.mjs.map +1 -1
  937. package/dist/inquiry/Inquiry.mjs +276 -96
  938. package/dist/inquiry/Inquiry.mjs.map +1 -1
  939. package/dist/inquiry/InquiryContainer.d.ts.map +1 -1
  940. package/dist/inquiry/InquiryContainer.js +110 -26
  941. package/dist/inquiry/InquiryContainer.js.map +1 -1
  942. package/dist/inquiry/InquiryContainer.mjs +93 -32
  943. package/dist/inquiry/InquiryContainer.mjs.map +1 -1
  944. package/dist/inquiry/InquiryTreeMenu.d.ts.map +1 -1
  945. package/dist/inquiry/InquiryTreeMenu.js +373 -209
  946. package/dist/inquiry/InquiryTreeMenu.js.map +1 -1
  947. package/dist/inquiry/InquiryTreeMenu.mjs +591 -279
  948. package/dist/inquiry/InquiryTreeMenu.mjs.map +1 -1
  949. package/dist/inquiry/InquiryTreeMenuItem.mjs +13 -13
  950. package/dist/inquiry/InquiryTreeMenuItem.mjs.map +1 -1
  951. package/dist/inquiry/InquiryWrapper.mjs +64 -10
  952. package/dist/inquiry/InquiryWrapper.mjs.map +1 -1
  953. package/dist/inquiry/ItemDescription.mjs +80 -19
  954. package/dist/inquiry/ItemDescription.mjs.map +1 -1
  955. package/dist/inquiry/NodeColumnHeader.mjs +37 -5
  956. package/dist/inquiry/NodeColumnHeader.mjs.map +1 -1
  957. package/dist/inquiry/NodeDetails.mjs +113 -34
  958. package/dist/inquiry/NodeDetails.mjs.map +1 -1
  959. package/dist/inquiry/NodeList.d.ts.map +1 -1
  960. package/dist/inquiry/NodeList.js +2 -2
  961. package/dist/inquiry/NodeList.js.map +1 -1
  962. package/dist/inquiry/NodeList.mjs +104 -34
  963. package/dist/inquiry/NodeList.mjs.map +1 -1
  964. package/dist/inquiry/dashboard/InquiryDashboard.mjs +10 -1
  965. package/dist/inquiry/dashboard/InquiryDashboard.mjs.map +1 -1
  966. package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.mjs +146 -85
  967. package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.mjs.map +1 -1
  968. package/dist/inquiry/inquiryBar/InquiryControlList.mjs +169 -69
  969. package/dist/inquiry/inquiryBar/InquiryControlList.mjs.map +1 -1
  970. package/dist/inquiry/inquiryBar/InquiryNodeControls.mjs +288 -68
  971. package/dist/inquiry/inquiryBar/InquiryNodeControls.mjs.map +1 -1
  972. package/dist/inquiry/search/InquiryAdvancedSearch.mjs +370 -112
  973. package/dist/inquiry/search/InquiryAdvancedSearch.mjs.map +1 -1
  974. package/dist/inquiry/search/InquiryAdvancedSearchForm.mjs +231 -140
  975. package/dist/inquiry/search/InquiryAdvancedSearchForm.mjs.map +1 -1
  976. package/dist/inquiry/search/InquirySearchContainer.mjs +217 -143
  977. package/dist/inquiry/search/InquirySearchContainer.mjs.map +1 -1
  978. package/dist/inquiry/search/InquirySearchDatasource.mjs.map +1 -1
  979. package/dist/inquiry/search/InquirySearchTable.mjs +277 -151
  980. package/dist/inquiry/search/InquirySearchTable.mjs.map +1 -1
  981. package/dist/integrations/outlook/OutlookIntegrationBanner.mjs +98 -27
  982. package/dist/integrations/outlook/OutlookIntegrationBanner.mjs.map +1 -1
  983. package/dist/integrations/outlook/OutlookIntegrationCallbackPage.mjs +185 -87
  984. package/dist/integrations/outlook/OutlookIntegrationCallbackPage.mjs.map +1 -1
  985. package/dist/integrations/outlook/OutlookIntegrationSideSheet.mjs +9 -9
  986. package/dist/integrations/outlook/OutlookIntegrationSideSheet.mjs.map +1 -1
  987. package/dist/integrations/outlook/outlookIntegrationClient.mjs.map +1 -1
  988. package/dist/integrations/outlook/outlookIntegrationStatus.mjs.map +1 -1
  989. package/dist/kpi/UdpKpiCard.mjs +9 -1
  990. package/dist/kpi/UdpKpiCard.mjs.map +1 -1
  991. package/dist/kpi/UdpKpiCards.mjs +21 -2
  992. package/dist/kpi/UdpKpiCards.mjs.map +1 -1
  993. package/dist/layout/GridGroup.mjs +158 -41
  994. package/dist/layout/GridGroup.mjs.map +1 -1
  995. package/dist/layout/GridRow.mjs +35 -5
  996. package/dist/layout/GridRow.mjs.map +1 -1
  997. package/dist/layout/GridUnit.mjs +36 -5
  998. package/dist/layout/GridUnit.mjs.map +1 -1
  999. package/dist/layout/HeaderLayout.mjs +44 -20
  1000. package/dist/layout/HeaderLayout.mjs.map +1 -1
  1001. package/dist/layout/LayoutUnit.mjs +219 -49
  1002. package/dist/layout/LayoutUnit.mjs.map +1 -1
  1003. package/dist/layout/UdpContainer.mjs +18 -0
  1004. package/dist/layout/UdpContainer.mjs.map +1 -0
  1005. package/dist/layout/getRatio.mjs.map +1 -1
  1006. package/dist/layout/templates/SideBarTemplate.mjs +81 -19
  1007. package/dist/layout/templates/SideBarTemplate.mjs.map +1 -1
  1008. package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.mjs +284 -94
  1009. package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.mjs.map +1 -1
  1010. package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.mjs.map +1 -1
  1011. package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs +149 -56
  1012. package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs.map +1 -1
  1013. package/dist/maintenanceEngine/crudBrowser/crudHelper.mjs.map +1 -1
  1014. package/dist/maintenanceEngine/entityAttributeActions.mjs.map +1 -1
  1015. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +1 -1
  1016. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts.map +1 -1
  1017. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.mjs +53 -25
  1018. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.mjs.map +1 -1
  1019. package/dist/maintenanceEngine/tableBrowser/TableContainer.mjs +183 -50
  1020. package/dist/maintenanceEngine/tableBrowser/TableContainer.mjs.map +1 -1
  1021. package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.mjs +536 -234
  1022. package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.mjs.map +1 -1
  1023. package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.mjs.map +1 -1
  1024. package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.mjs +106 -43
  1025. package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.mjs.map +1 -1
  1026. package/dist/map-library/Controls/Controls.mjs +11 -2
  1027. package/dist/map-library/Controls/Controls.mjs.map +1 -1
  1028. package/dist/map-library/Controls/FullScreenControl.mjs +20 -6
  1029. package/dist/map-library/Controls/FullScreenControl.mjs.map +1 -1
  1030. package/dist/map-library/Controls/ZoomControl.mjs +21 -6
  1031. package/dist/map-library/Controls/ZoomControl.mjs.map +1 -1
  1032. package/dist/map-library/Layers/ImageLayer.mjs +31 -12
  1033. package/dist/map-library/Layers/ImageLayer.mjs.map +1 -1
  1034. package/dist/map-library/Layers/Layers.mjs +11 -2
  1035. package/dist/map-library/Layers/Layers.mjs.map +1 -1
  1036. package/dist/map-library/Layers/TileLayer.mjs +31 -12
  1037. package/dist/map-library/Layers/TileLayer.mjs.map +1 -1
  1038. package/dist/map-library/Layers/VectorLayer.mjs +50 -13
  1039. package/dist/map-library/Layers/VectorLayer.mjs.map +1 -1
  1040. package/dist/map-library/Map/Map.mjs +262 -99
  1041. package/dist/map-library/Map/Map.mjs.map +1 -1
  1042. package/dist/map-library/Map/MapContext.mjs.map +1 -1
  1043. package/dist/map-library/functions/mapFunctions.mjs +56 -19
  1044. package/dist/map-library/functions/mapFunctions.mjs.map +1 -1
  1045. package/dist/map-library/geoLocation/FreeFormField.mjs +31 -11
  1046. package/dist/map-library/geoLocation/FreeFormField.mjs.map +1 -1
  1047. package/dist/map-library/geoLocation/GeoLocation.mjs +18 -18
  1048. package/dist/map-library/geoLocation/GeoLocation.mjs.map +1 -1
  1049. package/dist/map-library/ui/ControlZoom.mjs +101 -20
  1050. package/dist/map-library/ui/ControlZoom.mjs.map +1 -1
  1051. package/dist/map-library/ui/FilterOptions.mjs +94 -17
  1052. package/dist/map-library/ui/FilterOptions.mjs.map +1 -1
  1053. package/dist/map-library/ui/MapFilterBar.mjs +76 -14
  1054. package/dist/map-library/ui/MapFilterBar.mjs.map +1 -1
  1055. package/dist/map-library/ui/MapSheet.mjs +54 -6
  1056. package/dist/map-library/ui/MapSheet.mjs.map +1 -1
  1057. package/dist/map-library/ui/TileDisplay.mjs +137 -27
  1058. package/dist/map-library/ui/TileDisplay.mjs.map +1 -1
  1059. package/dist/maps/GeoMap.mjs +205 -74
  1060. package/dist/maps/GeoMap.mjs.map +1 -1
  1061. package/dist/maps/leafletMaps/FluentImageMap.mjs +67 -26
  1062. package/dist/maps/leafletMaps/FluentImageMap.mjs.map +1 -1
  1063. package/dist/maps/leafletMaps/FluentMap.mjs +83 -28
  1064. package/dist/maps/leafletMaps/FluentMap.mjs.map +1 -1
  1065. package/dist/maps/leafletMaps/ui/MapContent.mjs +4 -4
  1066. package/dist/maps/leafletMaps/ui/MapContent.mjs.map +1 -1
  1067. package/dist/maps/leafletMaps/ui/MapMarker.mjs +125 -48
  1068. package/dist/maps/leafletMaps/ui/MapMarker.mjs.map +1 -1
  1069. package/dist/maps/openLayerMaps/Controls/Controls.mjs +11 -2
  1070. package/dist/maps/openLayerMaps/Controls/Controls.mjs.map +1 -1
  1071. package/dist/maps/openLayerMaps/Controls/FullScreenControl.mjs +20 -6
  1072. package/dist/maps/openLayerMaps/Controls/FullScreenControl.mjs.map +1 -1
  1073. package/dist/maps/openLayerMaps/Layers/Layers.mjs +11 -2
  1074. package/dist/maps/openLayerMaps/Layers/Layers.mjs.map +1 -1
  1075. package/dist/maps/openLayerMaps/Layers/TileLayer.mjs +31 -12
  1076. package/dist/maps/openLayerMaps/Layers/TileLayer.mjs.map +1 -1
  1077. package/dist/maps/openLayerMaps/Map/Map.mjs +111 -34
  1078. package/dist/maps/openLayerMaps/Map/Map.mjs.map +1 -1
  1079. package/dist/maps/openLayerMaps/Map/MapContext.mjs.map +1 -1
  1080. package/dist/maps/openLayerMaps/Source/osm.mjs.map +1 -1
  1081. package/dist/maps/openLayerMaps/ui/ControlZoom.mjs +99 -18
  1082. package/dist/maps/openLayerMaps/ui/ControlZoom.mjs.map +1 -1
  1083. package/dist/maps/openLayerMaps/ui/LocationPin.mjs +42 -8
  1084. package/dist/maps/openLayerMaps/ui/LocationPin.mjs.map +1 -1
  1085. package/dist/maps/openLayerMaps/ui/MapControlsStandard.mjs +85 -17
  1086. package/dist/maps/openLayerMaps/ui/MapControlsStandard.mjs.map +1 -1
  1087. package/dist/maps/openLayerMaps/ui/Position.mjs +109 -19
  1088. package/dist/maps/openLayerMaps/ui/Position.mjs.map +1 -1
  1089. package/dist/menuPage/CustomMenuPage.mjs +82 -28
  1090. package/dist/menuPage/CustomMenuPage.mjs.map +1 -1
  1091. package/dist/menuPage/MenuPage.mjs +364 -149
  1092. package/dist/menuPage/MenuPage.mjs.map +1 -1
  1093. package/dist/models/GroupNode.mjs.map +1 -1
  1094. package/dist/models/NumberOperator.mjs.map +1 -1
  1095. package/dist/models/QueryResult.mjs.map +1 -1
  1096. package/dist/models/SearchOperator.mjs.map +1 -1
  1097. package/dist/notes/NotesScreen.mjs +637 -304
  1098. package/dist/notes/NotesScreen.mjs.map +1 -1
  1099. package/dist/page/Page.d.ts.map +1 -1
  1100. package/dist/page/Page.js +5 -1
  1101. package/dist/page/Page.js.map +1 -1
  1102. package/dist/page/Page.mjs +107 -50
  1103. package/dist/page/Page.mjs.map +1 -1
  1104. package/dist/page/PageContainer/PageContainer.d.ts.map +1 -1
  1105. package/dist/page/PageContainer/PageContainer.js +2 -2
  1106. package/dist/page/PageContainer/PageContainer.js.map +1 -1
  1107. package/dist/page/PageContainer/PageContainer.mjs +297 -128
  1108. package/dist/page/PageContainer/PageContainer.mjs.map +1 -1
  1109. package/dist/page/PageContent.mjs +36 -6
  1110. package/dist/page/PageContent.mjs.map +1 -1
  1111. package/dist/page/PageHeader.mjs +29 -8
  1112. package/dist/page/PageHeader.mjs.map +1 -1
  1113. package/dist/page/PageSectionHeader.mjs +39 -10
  1114. package/dist/page/PageSectionHeader.mjs.map +1 -1
  1115. package/dist/page/PageSectionSpacer.mjs +16 -1
  1116. package/dist/page/PageSectionSpacer.mjs.map +1 -1
  1117. package/dist/page/StaticPageRenderer.d.ts +6 -0
  1118. package/dist/page/StaticPageRenderer.d.ts.map +1 -0
  1119. package/dist/page/StaticPageRenderer.js +7 -0
  1120. package/dist/page/StaticPageRenderer.js.map +1 -0
  1121. package/dist/page/StaticPageRenderer.mjs +19 -0
  1122. package/dist/page/StaticPageRenderer.mjs.map +1 -0
  1123. package/dist/page/StaticPageRenderer.module.css +6 -0
  1124. package/dist/providers/QueryProvider.d.ts.map +1 -1
  1125. package/dist/providers/QueryProvider.js +3 -3
  1126. package/dist/providers/QueryProvider.js.map +1 -1
  1127. package/dist/providers/QueryProvider.mjs +21 -4
  1128. package/dist/providers/QueryProvider.mjs.map +1 -1
  1129. package/dist/providers/UdpAppProvider.mjs +45 -8
  1130. package/dist/providers/UdpAppProvider.mjs.map +1 -1
  1131. package/dist/reminders/CompleteReminderSwitch.mjs +40 -11
  1132. package/dist/reminders/CompleteReminderSwitch.mjs.map +1 -1
  1133. package/dist/reminders/RemindersCard.mjs +132 -93
  1134. package/dist/reminders/RemindersCard.mjs.map +1 -1
  1135. package/dist/reminders/RemindersScreen.mjs +784 -375
  1136. package/dist/reminders/RemindersScreen.mjs.map +1 -1
  1137. package/dist/reports/PowerBIReport.mjs +106 -34
  1138. package/dist/reports/PowerBIReport.mjs.map +1 -1
  1139. package/dist/reports/Reports.mjs +16 -8
  1140. package/dist/reports/Reports.mjs.map +1 -1
  1141. package/dist/routes/PrivateRoute.mjs.map +1 -1
  1142. package/dist/routes/PublicRoute.mjs +32 -6
  1143. package/dist/routes/PublicRoute.mjs.map +1 -1
  1144. package/dist/routes/UdpRoutes.mjs +211 -75
  1145. package/dist/routes/UdpRoutes.mjs.map +1 -1
  1146. package/dist/routes/components/PageForbiddenRoute.mjs +58 -9
  1147. package/dist/routes/components/PageForbiddenRoute.mjs.map +1 -1
  1148. package/dist/routes/components/PageNotFoundRoute.mjs +51 -8
  1149. package/dist/routes/components/PageNotFoundRoute.mjs.map +1 -1
  1150. package/dist/routes/components/PageStatus.mjs +105 -12
  1151. package/dist/routes/components/PageStatus.mjs.map +1 -1
  1152. package/dist/routes/components/PasswordResetRedirect.mjs +4 -4
  1153. package/dist/routes/components/PasswordResetRedirect.mjs.map +1 -1
  1154. package/dist/routes/routeRegistryStore.mjs.map +1 -1
  1155. package/dist/routes/useRegisterRoute.mjs +46 -17
  1156. package/dist/routes/useRegisterRoute.mjs.map +1 -1
  1157. package/dist/shell/Shell.mjs +7 -7
  1158. package/dist/shell/Shell.mjs.map +1 -1
  1159. package/dist/shell/ui/AmbientProjectSwitcher.mjs +118 -30
  1160. package/dist/shell/ui/AmbientProjectSwitcher.mjs.map +1 -1
  1161. package/dist/shell/ui/EnvironmentRibbon.mjs.map +1 -1
  1162. package/dist/shell/ui/HelpCenter.mjs +3 -3
  1163. package/dist/shell/ui/HelpCenter.mjs.map +1 -1
  1164. package/dist/shell/ui/LanguageSwitcher.mjs +8 -8
  1165. package/dist/shell/ui/LanguageSwitcher.mjs.map +1 -1
  1166. package/dist/shell/ui/MiniCollapsibleSidebar.mjs +52 -9
  1167. package/dist/shell/ui/MiniCollapsibleSidebar.mjs.map +1 -1
  1168. package/dist/shell/ui/NavigationSidebar.mjs +151 -37
  1169. package/dist/shell/ui/NavigationSidebar.mjs.map +1 -1
  1170. package/dist/shell/ui/ShellDropdown.mjs +88 -13
  1171. package/dist/shell/ui/ShellDropdown.mjs.map +1 -1
  1172. package/dist/shell/ui/SidebarCollapseButton.mjs +73 -12
  1173. package/dist/shell/ui/SidebarCollapseButton.mjs.map +1 -1
  1174. package/dist/shell/ui/SiteHeader.mjs +298 -47
  1175. package/dist/shell/ui/SiteHeader.mjs.map +1 -1
  1176. package/dist/shell/ui/SiteHeaderRightComponent.mjs +10 -2
  1177. package/dist/shell/ui/SiteHeaderRightComponent.mjs.map +1 -1
  1178. package/dist/shell/ui/appSwitcher/FUIAppHeader.mjs +76 -26
  1179. package/dist/shell/ui/appSwitcher/FUIAppHeader.mjs.map +1 -1
  1180. package/dist/shell/ui/appSwitcher/FUIAppList.mjs +34 -9
  1181. package/dist/shell/ui/appSwitcher/FUIAppList.mjs.map +1 -1
  1182. package/dist/shell/ui/appSwitcher/FUIAppListItem.mjs +79 -31
  1183. package/dist/shell/ui/appSwitcher/FUIAppListItem.mjs.map +1 -1
  1184. package/dist/shell/ui/appSwitcher/FUIAppSwitcher.mjs +117 -31
  1185. package/dist/shell/ui/appSwitcher/FUIAppSwitcher.mjs.map +1 -1
  1186. package/dist/shell/ui/appSwitcher/ProductAppList.mjs +48 -19
  1187. package/dist/shell/ui/appSwitcher/ProductAppList.mjs.map +1 -1
  1188. package/dist/shell/ui/appSwitcher/ProductAppListItem.mjs +40 -16
  1189. package/dist/shell/ui/appSwitcher/ProductAppListItem.mjs.map +1 -1
  1190. package/dist/shell/ui/appSwitcher/UnityApps.mjs +11 -1
  1191. package/dist/shell/ui/appSwitcher/UnityApps.mjs.map +1 -1
  1192. package/dist/shell/ui/profile/FluentProfileMenuCard.mjs +137 -39
  1193. package/dist/shell/ui/profile/FluentProfileMenuCard.mjs.map +1 -1
  1194. package/dist/shell/ui/profile/MenuOpener.mjs +61 -16
  1195. package/dist/shell/ui/profile/MenuOpener.mjs.map +1 -1
  1196. package/dist/shell/ui/profile/UserAvatar.mjs +73 -12
  1197. package/dist/shell/ui/profile/UserAvatar.mjs.map +1 -1
  1198. package/dist/shell/ui/profile/UserProfileMenuWrapper.mjs +94 -27
  1199. package/dist/shell/ui/profile/UserProfileMenuWrapper.mjs.map +1 -1
  1200. package/dist/shell/ui/useBuildEnvironment.mjs +16 -5
  1201. package/dist/shell/ui/useBuildEnvironment.mjs.map +1 -1
  1202. package/dist/shell/ui/user/AddUser.mjs +16 -16
  1203. package/dist/shell/ui/user/AddUser.mjs.map +1 -1
  1204. package/dist/shell/ui/user/PasswordValidator.mjs +38 -13
  1205. package/dist/shell/ui/user/PasswordValidator.mjs.map +1 -1
  1206. package/dist/shell/ui/user/UserFormSideSheet.mjs +6 -6
  1207. package/dist/shell/ui/user/UserFormSideSheet.mjs.map +1 -1
  1208. package/dist/shell/ui/user/form/UserForm.mjs +79 -34
  1209. package/dist/shell/ui/user/form/UserForm.mjs.map +1 -1
  1210. package/dist/shell/ui/user/form/UserFormFields.mjs +304 -161
  1211. package/dist/shell/ui/user/form/UserFormFields.mjs.map +1 -1
  1212. package/dist/shell/ui/user/form/UserRoleAutoComplete.mjs +15 -15
  1213. package/dist/shell/ui/user/form/UserRoleAutoComplete.mjs.map +1 -1
  1214. package/dist/shell/useShellVisibility.mjs +41 -18
  1215. package/dist/shell/useShellVisibility.mjs.map +1 -1
  1216. package/dist/shell/useWidgetRegistry.mjs +86 -24
  1217. package/dist/shell/useWidgetRegistry.mjs.map +1 -1
  1218. package/dist/stores/actionStore.mjs.map +1 -1
  1219. package/dist/stores/catalogStore.mjs.map +1 -1
  1220. package/dist/stores/inquiryStore.mjs +21 -4
  1221. package/dist/stores/inquiryStore.mjs.map +1 -1
  1222. package/dist/stores/lookupsStore.mjs.map +1 -1
  1223. package/dist/stores/productsStore.mjs.map +1 -1
  1224. package/dist/stores/shellStore.mjs +21 -4
  1225. package/dist/stores/shellStore.mjs.map +1 -1
  1226. package/dist/stores/teleporterStore.mjs.map +1 -1
  1227. package/dist/stores/tenantStore.mjs.map +1 -1
  1228. package/dist/stores/transactionStore.mjs.map +1 -1
  1229. package/dist/stores/workflowStore.mjs.map +1 -1
  1230. package/dist/test/TestFullStencilPage.mjs +8 -1
  1231. package/dist/test/TestFullStencilPage.mjs.map +1 -1
  1232. package/dist/test/TestStencilWrappedComponentsPage.mjs +388 -171
  1233. package/dist/test/TestStencilWrappedComponentsPage.mjs.map +1 -1
  1234. package/dist/treeMenu/BaseTreeMenu.mjs +7 -7
  1235. package/dist/treeMenu/BaseTreeMenu.mjs.map +1 -1
  1236. package/dist/treeMenu/BaseTreeMenuItem.mjs +13 -13
  1237. package/dist/treeMenu/BaseTreeMenuItem.mjs.map +1 -1
  1238. package/dist/udp/ShortcutContent/ListSearch.mjs +158 -48
  1239. package/dist/udp/ShortcutContent/ListSearch.mjs.map +1 -1
  1240. package/dist/udp/ShortcutContent/ShortcutContentFinder.mjs +76 -35
  1241. package/dist/udp/ShortcutContent/ShortcutContentFinder.mjs.map +1 -1
  1242. package/dist/udp/export/ExportSidesheet.mjs +309 -97
  1243. package/dist/udp/export/ExportSidesheet.mjs.map +1 -1
  1244. package/dist/udp/export/MyExportsPage.mjs +326 -136
  1245. package/dist/udp/export/MyExportsPage.mjs.map +1 -1
  1246. package/dist/udp/export/VisualSearchObject.mjs +5 -5
  1247. package/dist/udp/export/VisualSearchObject.mjs.map +1 -1
  1248. package/dist/udp/export/useUdpExport.mjs +12 -12
  1249. package/dist/udp/export/useUdpExport.mjs.map +1 -1
  1250. package/dist/udp/fileImportMapping/FileImportConfigCard.mjs +3 -3
  1251. package/dist/udp/fileImportMapping/FileImportConfigCard.mjs.map +1 -1
  1252. package/dist/udp/fileImportMapping/FileImportMappingWizard.mjs +31 -31
  1253. package/dist/udp/fileImportMapping/FileImportMappingWizard.mjs.map +1 -1
  1254. package/dist/udp/fileImportMapping/ImportDataFromFileMapping.mjs +243 -102
  1255. package/dist/udp/fileImportMapping/ImportDataFromFileMapping.mjs.map +1 -1
  1256. package/dist/udp/fileImportMapping/fileUtils.mjs.map +1 -1
  1257. package/dist/udp/lookups/LookupCreationSheet.d.ts +40 -0
  1258. package/dist/udp/lookups/LookupCreationSheet.d.ts.map +1 -0
  1259. package/dist/udp/lookups/LookupCreationSheet.js +447 -0
  1260. package/dist/udp/lookups/LookupCreationSheet.js.map +1 -0
  1261. package/dist/udp/lookups/LookupCreationSheet.mjs +575 -0
  1262. package/dist/udp/lookups/LookupCreationSheet.mjs.map +1 -0
  1263. package/dist/udp/lookups/index.d.ts +3 -0
  1264. package/dist/udp/lookups/index.d.ts.map +1 -0
  1265. package/dist/udp/lookups/index.js +3 -0
  1266. package/dist/udp/lookups/index.js.map +1 -0
  1267. package/dist/udp/lookups/useLookups.d.ts +49 -0
  1268. package/dist/udp/lookups/useLookups.d.ts.map +1 -0
  1269. package/dist/udp/lookups/useLookups.js +217 -0
  1270. package/dist/udp/lookups/useLookups.js.map +1 -0
  1271. package/dist/udp/lookups/useLookups.mjs +217 -0
  1272. package/dist/udp/lookups/useLookups.mjs.map +1 -0
  1273. package/dist/udp/pages/ChatUDP/ChatUDP.mjs +8 -1
  1274. package/dist/udp/pages/ChatUDP/ChatUDP.mjs.map +1 -1
  1275. package/dist/udp/pages/ChatUDP/index.mjs.map +1 -1
  1276. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventSidesheet.mjs +4 -4
  1277. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventSidesheet.mjs.map +1 -1
  1278. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventsPage.mjs +5 -5
  1279. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventsPage.mjs.map +1 -1
  1280. package/dist/udp/pages/UdpAuditEvents/index.mjs.map +1 -1
  1281. package/dist/udp/pages/UdpDataBrowserPage/UdpDataBrowserPage.mjs +619 -300
  1282. package/dist/udp/pages/UdpDataBrowserPage/UdpDataBrowserPage.mjs.map +1 -1
  1283. package/dist/udp/pages/UdpDataBrowserPage/index.mjs.map +1 -1
  1284. package/dist/udp/pages/UdpFormsBuilderPage/UdpFormsBuilderPage.mjs +76 -19
  1285. package/dist/udp/pages/UdpFormsBuilderPage/UdpFormsBuilderPage.mjs.map +1 -1
  1286. package/dist/udp/pages/UdpFormsBuilderPage/index.mjs.map +1 -1
  1287. package/dist/udp/pages/UdpFormsListPage/UdpFormsListPage.mjs +13 -4
  1288. package/dist/udp/pages/UdpFormsListPage/UdpFormsListPage.mjs.map +1 -1
  1289. package/dist/udp/pages/UdpFormsListPage/index.mjs.map +1 -1
  1290. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.d.ts.map +1 -1
  1291. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.js +1 -3
  1292. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.js.map +1 -1
  1293. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.mjs +35 -15
  1294. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.mjs.map +1 -1
  1295. package/dist/udp/pages/UdpFormsPrivateForm/UdpPrivateForm.mjs +59 -27
  1296. package/dist/udp/pages/UdpFormsPrivateForm/UdpPrivateForm.mjs.map +1 -1
  1297. package/dist/udp/pages/UdpFormsPrivateForm/index.mjs.map +1 -1
  1298. package/dist/udp/pages/UdpFormsPublicForm/UdpPublicForm.mjs +48 -25
  1299. package/dist/udp/pages/UdpFormsPublicForm/UdpPublicForm.mjs.map +1 -1
  1300. package/dist/udp/pages/UdpFormsPublicForm/index.mjs.map +1 -1
  1301. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.d.ts.map +1 -1
  1302. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.js +40 -8
  1303. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.js.map +1 -1
  1304. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs +126 -100
  1305. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs.map +1 -1
  1306. package/dist/udp/pages/UdpFormsSubmissionGrid/index.mjs +1 -10
  1307. package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/UdpFormsSubmissionGridManagerPage.mjs +12 -4
  1308. package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/UdpFormsSubmissionGridManagerPage.mjs.map +1 -1
  1309. package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/index.mjs.map +1 -1
  1310. package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/UdpFormsSubmissionGridResponderPage.mjs +12 -4
  1311. package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/UdpFormsSubmissionGridResponderPage.mjs.map +1 -1
  1312. package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/index.mjs.map +1 -1
  1313. package/dist/udp/pages/UdpFormsUtils/Utils.mjs +22 -12
  1314. package/dist/udp/pages/UdpFormsUtils/Utils.mjs.map +1 -1
  1315. package/dist/udp/pages/UdpGridPanelManagementPage/UdpGridPanelManagementPage.mjs +9 -9
  1316. package/dist/udp/pages/UdpGridPanelManagementPage/UdpGridPanelManagementPage.mjs.map +1 -1
  1317. package/dist/udp/pages/UdpGridPanelManagementPage/index.mjs.map +1 -1
  1318. package/dist/udp/pages/UdpGridPanelManagementSidesheet/UdpGridPanelManagementSidesheet.mjs +108 -24
  1319. package/dist/udp/pages/UdpGridPanelManagementSidesheet/UdpGridPanelManagementSidesheet.mjs.map +1 -1
  1320. package/dist/udp/pages/UdpImportFromFileMappingPage/UdpImportFromFileMappingPage.mjs +8 -1
  1321. package/dist/udp/pages/UdpImportFromFileMappingPage/UdpImportFromFileMappingPage.mjs.map +1 -1
  1322. package/dist/udp/pages/UdpImportFromFileMappingPage/index.mjs.map +1 -1
  1323. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/UdpInquiryMaintenanceEnginePage.mjs +33 -6
  1324. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/UdpInquiryMaintenanceEnginePage.mjs.map +1 -1
  1325. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/index.mjs.map +1 -1
  1326. package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.d.ts +5 -0
  1327. package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.d.ts.map +1 -0
  1328. package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.js +138 -0
  1329. package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.js.map +1 -0
  1330. package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.mjs +178 -0
  1331. package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.mjs.map +1 -0
  1332. package/dist/udp/pages/UdpLookupManagementPage/index.d.ts +2 -0
  1333. package/dist/udp/pages/UdpLookupManagementPage/index.d.ts.map +1 -0
  1334. package/dist/udp/pages/UdpLookupManagementPage/index.js +2 -0
  1335. package/dist/udp/pages/UdpLookupManagementPage/index.js.map +1 -0
  1336. package/dist/udp/pages/UdpLookupManagementPage/index.mjs +8 -0
  1337. package/dist/udp/pages/UdpLookupManagementPage/index.mjs.map +1 -0
  1338. package/dist/udp/pages/UdpMaintenanceConfigPage/UdpMaintenanceConfigPage.mjs +242 -60
  1339. package/dist/udp/pages/UdpMaintenanceConfigPage/UdpMaintenanceConfigPage.mjs.map +1 -1
  1340. package/dist/udp/pages/UdpMaintenanceEnginePage/UdpMaintenanceEnginePage.mjs +783 -402
  1341. package/dist/udp/pages/UdpMaintenanceEnginePage/UdpMaintenanceEnginePage.mjs.map +1 -1
  1342. package/dist/udp/pages/UdpMaintenanceEnginePage/index.mjs.map +1 -1
  1343. package/dist/udp/pages/UdpNotesPage/UdpNotesPage.mjs.map +1 -1
  1344. package/dist/udp/pages/UdpNotesPage/index.mjs.map +1 -1
  1345. package/dist/udp/pages/UdpPages/index.d.ts +2 -2
  1346. package/dist/udp/pages/UdpPages/index.d.ts.map +1 -1
  1347. package/dist/udp/pages/UdpPages/index.js +3 -3
  1348. package/dist/udp/pages/UdpPages/index.js.map +1 -1
  1349. package/dist/udp/pages/UdpPages/index.mjs +3 -3
  1350. package/dist/udp/pages/UdpPages/index.mjs.map +1 -1
  1351. package/dist/udp/pages/UdpPagesLazy/index.d.ts +1 -0
  1352. package/dist/udp/pages/UdpPagesLazy/index.d.ts.map +1 -1
  1353. package/dist/udp/pages/UdpPagesLazy/index.js +1 -0
  1354. package/dist/udp/pages/UdpPagesLazy/index.js.map +1 -1
  1355. package/dist/udp/pages/UdpPagesLazy/index.mjs +2 -1
  1356. package/dist/udp/pages/UdpPagesLazy/index.mjs.map +1 -1
  1357. package/dist/udp/pages/UdpRemindersPage/UdpRemindersPage.mjs.map +1 -1
  1358. package/dist/udp/pages/UdpRemindersPage/index.mjs.map +1 -1
  1359. package/dist/udp/pages/UdpReportsPage/UdpReportsPage.mjs +10 -1
  1360. package/dist/udp/pages/UdpReportsPage/UdpReportsPage.mjs.map +1 -1
  1361. package/dist/udp/pages/UdpReportsPage/index.mjs.map +1 -1
  1362. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.d.ts.map +1 -1
  1363. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.js +19 -31
  1364. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.js.map +1 -1
  1365. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs +315 -319
  1366. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs.map +1 -1
  1367. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionAttachmentTypeForm.mjs +42 -13
  1368. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionAttachmentTypeForm.mjs.map +1 -1
  1369. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationForm.mjs +212 -88
  1370. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationForm.mjs.map +1 -1
  1371. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationTransactionActionForm.mjs +52 -15
  1372. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationTransactionActionForm.mjs.map +1 -1
  1373. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeForm.mjs +156 -78
  1374. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeForm.mjs.map +1 -1
  1375. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeStatusForm.mjs +51 -14
  1376. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeStatusForm.mjs.map +1 -1
  1377. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionForm.mjs +128 -35
  1378. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionForm.mjs.map +1 -1
  1379. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionFormFields.mjs +314 -140
  1380. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionFormFields.mjs.map +1 -1
  1381. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionUiActionForm.mjs +59 -16
  1382. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionUiActionForm.mjs.map +1 -1
  1383. package/dist/udp/pages/UdpTransactionTypesPage/index.mjs.map +1 -1
  1384. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeCreateAndEditSidesheet.mjs +69 -18
  1385. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeCreateAndEditSidesheet.mjs.map +1 -1
  1386. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeSidesheet.mjs +301 -101
  1387. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeSidesheet.mjs.map +1 -1
  1388. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationCreateAndEditSidesheet.mjs +77 -22
  1389. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationCreateAndEditSidesheet.mjs.map +1 -1
  1390. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationSidesheet.mjs +445 -153
  1391. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationSidesheet.mjs.map +1 -1
  1392. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionCreateAndEditSidesheet.mjs +115 -38
  1393. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionCreateAndEditSidesheet.mjs.map +1 -1
  1394. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionSidesheet.mjs +309 -107
  1395. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionSidesheet.mjs.map +1 -1
  1396. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypePageConfigurationSidesheet.mjs +177 -41
  1397. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypePageConfigurationSidesheet.mjs.map +1 -1
  1398. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeSidesheet.mjs +2 -2
  1399. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeSidesheet.mjs.map +1 -1
  1400. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusCreateAndEditSidesheet.mjs +69 -18
  1401. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusCreateAndEditSidesheet.mjs.map +1 -1
  1402. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusSidesheet.mjs +401 -140
  1403. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusSidesheet.mjs.map +1 -1
  1404. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionCreateAndEditSidesheet.mjs +79 -23
  1405. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionCreateAndEditSidesheet.mjs.map +1 -1
  1406. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionSidesheet.mjs +388 -126
  1407. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionSidesheet.mjs.map +1 -1
  1408. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionCreateAndEditSidesheet.mjs +119 -41
  1409. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionCreateAndEditSidesheet.mjs.map +1 -1
  1410. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionSidesheet.mjs +327 -111
  1411. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionSidesheet.mjs.map +1 -1
  1412. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.d.ts.map +1 -1
  1413. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.js +21 -9
  1414. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.js.map +1 -1
  1415. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs +43 -31
  1416. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs.map +1 -1
  1417. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.d.ts.map +1 -1
  1418. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.js +8 -6
  1419. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.js.map +1 -1
  1420. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs +11 -11
  1421. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs.map +1 -1
  1422. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.d.ts.map +1 -1
  1423. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.js +3 -3
  1424. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.js.map +1 -1
  1425. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs +255 -112
  1426. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs.map +1 -1
  1427. package/dist/udp/pages/UdpTransactionsPage/components/AttachmentTransactionAttachmentList.mjs +58 -27
  1428. package/dist/udp/pages/UdpTransactionsPage/components/AttachmentTransactionAttachmentList.mjs.map +1 -1
  1429. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.d.ts.map +1 -1
  1430. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.js +17 -6
  1431. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.js.map +1 -1
  1432. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.mjs +28 -21
  1433. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.mjs.map +1 -1
  1434. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainFormFields.mjs +10 -10
  1435. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainFormFields.mjs.map +1 -1
  1436. package/dist/udp/pages/UdpTransactionsPage/components/EditTransactionDetailsFooterItem.mjs +40 -9
  1437. package/dist/udp/pages/UdpTransactionsPage/components/EditTransactionDetailsFooterItem.mjs.map +1 -1
  1438. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.d.ts.map +1 -1
  1439. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.js +33 -9
  1440. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.js.map +1 -1
  1441. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.mjs +22 -15
  1442. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.mjs.map +1 -1
  1443. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachment.mjs +38 -11
  1444. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachment.mjs.map +1 -1
  1445. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachmentPdfStitcher.mjs +26 -26
  1446. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachmentPdfStitcher.mjs.map +1 -1
  1447. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachments.mjs +15 -5
  1448. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachments.mjs.map +1 -1
  1449. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs +113 -20
  1450. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs.map +1 -1
  1451. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimeline.mjs +216 -123
  1452. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimeline.mjs.map +1 -1
  1453. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimelineItem.mjs +53 -11
  1454. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimelineItem.mjs.map +1 -1
  1455. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNote.mjs +96 -21
  1456. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNote.mjs.map +1 -1
  1457. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNoteForm.mjs +102 -70
  1458. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNoteForm.mjs.map +1 -1
  1459. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNotes.mjs +190 -74
  1460. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNotes.mjs.map +1 -1
  1461. package/dist/udp/pages/UdpTransactionsPage/index.mjs.map +1 -1
  1462. package/dist/udp/pages/UdpTransactionsPage/sidesheets/AttachmentTransaction.mjs +2 -2
  1463. package/dist/udp/pages/UdpTransactionsPage/sidesheets/AttachmentTransaction.mjs.map +1 -1
  1464. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.d.ts.map +1 -1
  1465. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.js +9 -6
  1466. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.js.map +1 -1
  1467. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.mjs +15 -15
  1468. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.mjs.map +1 -1
  1469. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransactionHeaderItem.mjs +23 -1
  1470. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransactionHeaderItem.mjs.map +1 -1
  1471. package/dist/udp/pages/UdpTransactionsPage/sidesheets/ViewTransaction.mjs +14 -8
  1472. package/dist/udp/pages/UdpTransactionsPage/sidesheets/ViewTransaction.mjs.map +1 -1
  1473. package/dist/udp/pages/UdpTransactionsPage/sidesheets/WorkflowActions.mjs +41 -15
  1474. package/dist/udp/pages/UdpTransactionsPage/sidesheets/WorkflowActions.mjs.map +1 -1
  1475. package/dist/udp/pages/UdpTransactionsPage/sidesheets/enum.mjs.map +1 -1
  1476. package/dist/udp/pages/UdpVerticalManagementPage/UdpVerticalManagementPage.mjs +11 -11
  1477. package/dist/udp/pages/UdpVerticalManagementPage/UdpVerticalManagementPage.mjs.map +1 -1
  1478. package/dist/udp/pages/UdpVerticalManagementPage/index.mjs.map +1 -1
  1479. package/dist/udp/pages/UdpVerticalManagementSidesheet/UdpVerticalManagementSidesheet.mjs +15 -15
  1480. package/dist/udp/pages/UdpVerticalManagementSidesheet/UdpVerticalManagementSidesheet.mjs.map +1 -1
  1481. package/dist/udp/tags/index.d.ts +2 -0
  1482. package/dist/udp/tags/index.d.ts.map +1 -0
  1483. package/dist/udp/tags/index.js +2 -0
  1484. package/dist/udp/tags/index.js.map +1 -0
  1485. package/dist/udp/tags/useTags.d.ts +11 -0
  1486. package/dist/udp/tags/useTags.d.ts.map +1 -0
  1487. package/dist/udp/tags/useTags.js +40 -0
  1488. package/dist/udp/tags/useTags.js.map +1 -0
  1489. package/dist/udp/tags/useTags.mjs +37 -0
  1490. package/dist/udp/tags/useTags.mjs.map +1 -0
  1491. package/dist/udp/utilities/dateLocalizationHooks.mjs +40 -16
  1492. package/dist/udp/utilities/dateLocalizationHooks.mjs.map +1 -1
  1493. package/dist/udp/utilities/methodUtils.mjs.map +1 -1
  1494. package/dist/udp/utilities/transactionConstants.mjs.map +1 -1
  1495. package/dist/udp/utilities/useDateStringColumnDef.mjs +27 -15
  1496. package/dist/udp/utilities/useDateStringColumnDef.mjs.map +1 -1
  1497. package/dist/uploader/Attachments.mjs +21 -21
  1498. package/dist/uploader/Attachments.mjs.map +1 -1
  1499. package/dist/uploader/DragDropFileUpload.mjs.map +1 -1
  1500. package/dist/uploader/enums/systemEnums.mjs.map +1 -1
  1501. package/dist/uploader/utils/allowedFileProperties.mjs.map +1 -1
  1502. package/dist/utilities/CustomNavigationClient.mjs.map +1 -1
  1503. package/dist/utilities/DemoJuly/redirectToProduct.mjs.map +1 -1
  1504. package/dist/utilities/TrimForAvatar.mjs.map +1 -1
  1505. package/dist/utilities/aggrid/AgTable.mjs +165 -60
  1506. package/dist/utilities/aggrid/AgTable.mjs.map +1 -1
  1507. package/dist/utilities/aggrid/GridFunctions.mjs.map +1 -1
  1508. package/dist/utilities/aggrid/SplitButton.mjs.map +1 -1
  1509. package/dist/utilities/aggrid/aggridHelpers.mjs +26 -20
  1510. package/dist/utilities/aggrid/aggridHelpers.mjs.map +1 -1
  1511. package/dist/utilities/aggrid/datasources/SearchServiceDatasource.mjs.map +1 -1
  1512. package/dist/utilities/apiClient.mjs.map +1 -1
  1513. package/dist/utilities/apiHelpers.mjs +10 -10
  1514. package/dist/utilities/apiHelpers.mjs.map +1 -1
  1515. package/dist/utilities/auth/AadCallback.mjs +31 -7
  1516. package/dist/utilities/auth/AadCallback.mjs.map +1 -1
  1517. package/dist/utilities/auth/AuthProvider.mjs +2 -2
  1518. package/dist/utilities/auth/AuthProvider.mjs.map +1 -1
  1519. package/dist/utilities/auth/AuthProviderWrapper.mjs +10 -1
  1520. package/dist/utilities/auth/AuthProviderWrapper.mjs.map +1 -1
  1521. package/dist/utilities/auth/UserProvider.mjs +130 -39
  1522. package/dist/utilities/auth/UserProvider.mjs.map +1 -1
  1523. package/dist/utilities/auth/authActions.mjs.map +1 -1
  1524. package/dist/utilities/auth/internal.mjs.map +1 -1
  1525. package/dist/utilities/auth/signInAuthProvider.mjs.map +1 -1
  1526. package/dist/utilities/auth/useAccessToken.mjs.map +1 -1
  1527. package/dist/utilities/auth/useAuthedUser.mjs +18 -5
  1528. package/dist/utilities/auth/useAuthedUser.mjs.map +1 -1
  1529. package/dist/utilities/auth/useIsUnityAuthenticated.mjs.map +1 -1
  1530. package/dist/utilities/auth/useSingleLogout.mjs +14 -6
  1531. package/dist/utilities/auth/useSingleLogout.mjs.map +1 -1
  1532. package/dist/utilities/auth/useUser.mjs.map +1 -1
  1533. package/dist/utilities/auth/user.mjs.map +1 -1
  1534. package/dist/utilities/auth/users.mjs +17 -2
  1535. package/dist/utilities/auth/users.mjs.map +1 -1
  1536. package/dist/utilities/auth/whitelistedPaths.internal.mjs.map +1 -1
  1537. package/dist/utilities/axiosInterceptors.mjs.map +1 -1
  1538. package/dist/utilities/catalog/CatalogUtilities.mjs.map +1 -1
  1539. package/dist/utilities/chatBot/ChatBotContext.mjs.map +1 -1
  1540. package/dist/utilities/chatBot/ChatBotProvider.mjs +78 -32
  1541. package/dist/utilities/chatBot/ChatBotProvider.mjs.map +1 -1
  1542. package/dist/utilities/chatBot/useChatBot.mjs.map +1 -1
  1543. package/dist/utilities/crud/useDefaultFormValues.mjs.map +1 -1
  1544. package/dist/utilities/customIcons/ApprovalIcon.mjs +31 -7
  1545. package/dist/utilities/customIcons/ApprovalIcon.mjs.map +1 -1
  1546. package/dist/utilities/customIcons/RejectIcon.mjs +31 -7
  1547. package/dist/utilities/customIcons/RejectIcon.mjs.map +1 -1
  1548. package/dist/utilities/entities/entityUtilities.mjs.map +1 -1
  1549. package/dist/utilities/env.mjs.map +1 -1
  1550. package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.mjs +102 -51
  1551. package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.mjs.map +1 -1
  1552. package/dist/utilities/form/Field.mjs +193 -50
  1553. package/dist/utilities/form/Field.mjs.map +1 -1
  1554. package/dist/utilities/form/Form.mjs +102 -26
  1555. package/dist/utilities/form/Form.mjs.map +1 -1
  1556. package/dist/utilities/form/FormButtons.mjs +28 -6
  1557. package/dist/utilities/form/FormButtons.mjs.map +1 -1
  1558. package/dist/utilities/form/FormError.mjs +26 -12
  1559. package/dist/utilities/form/FormError.mjs.map +1 -1
  1560. package/dist/utilities/form/FormSpy.mjs +31 -2
  1561. package/dist/utilities/form/FormSpy.mjs.map +1 -1
  1562. package/dist/utilities/form/SubmitButton.mjs +48 -10
  1563. package/dist/utilities/form/SubmitButton.mjs.map +1 -1
  1564. package/dist/utilities/form/final-form-scroll/createDecorator.mjs.map +1 -1
  1565. package/dist/utilities/form/final-form-scroll/findInput.mjs.map +1 -1
  1566. package/dist/utilities/form/final-form-scroll/getAllInputs.mjs.map +1 -1
  1567. package/dist/utilities/form/final-form-scroll/isFocusableInput.mjs.map +1 -1
  1568. package/dist/utilities/form/formHooks.mjs +9 -3
  1569. package/dist/utilities/form/formHooks.mjs.map +1 -1
  1570. package/dist/utilities/form/paymentForm/BankAccountForm.mjs +151 -37
  1571. package/dist/utilities/form/paymentForm/BankAccountForm.mjs.map +1 -1
  1572. package/dist/utilities/form/paymentForm/BankIcon.mjs +42 -22
  1573. package/dist/utilities/form/paymentForm/BankIcon.mjs.map +1 -1
  1574. package/dist/utilities/form/paymentForm/CashForm.mjs +106 -24
  1575. package/dist/utilities/form/paymentForm/CashForm.mjs.map +1 -1
  1576. package/dist/utilities/form/paymentForm/CashIcon.mjs +41 -20
  1577. package/dist/utilities/form/paymentForm/CashIcon.mjs.map +1 -1
  1578. package/dist/utilities/form/paymentForm/CheckIcon.mjs +48 -28
  1579. package/dist/utilities/form/paymentForm/CheckIcon.mjs.map +1 -1
  1580. package/dist/utilities/form/paymentForm/CreditCardAdornment.mjs +31 -11
  1581. package/dist/utilities/form/paymentForm/CreditCardAdornment.mjs.map +1 -1
  1582. package/dist/utilities/form/paymentForm/CreditCardForm.mjs +147 -39
  1583. package/dist/utilities/form/paymentForm/CreditCardForm.mjs.map +1 -1
  1584. package/dist/utilities/form/paymentForm/CreditCardIcon.mjs +71 -27
  1585. package/dist/utilities/form/paymentForm/CreditCardIcon.mjs.map +1 -1
  1586. package/dist/utilities/form/paymentForm/CreditCardUtils.mjs.map +1 -1
  1587. package/dist/utilities/form/paymentForm/DisableOverlay.mjs +31 -17
  1588. package/dist/utilities/form/paymentForm/DisableOverlay.mjs.map +1 -1
  1589. package/dist/utilities/form/paymentForm/HostedPaymentError.mjs +48 -8
  1590. package/dist/utilities/form/paymentForm/HostedPaymentError.mjs.map +1 -1
  1591. package/dist/utilities/form/paymentForm/NewCreditCardForm.mjs +258 -59
  1592. package/dist/utilities/form/paymentForm/NewCreditCardForm.mjs.map +1 -1
  1593. package/dist/utilities/form/paymentForm/NewECheckForm.mjs +229 -48
  1594. package/dist/utilities/form/paymentForm/NewECheckForm.mjs.map +1 -1
  1595. package/dist/utilities/form/paymentForm/PaymentBankDetails.mjs +141 -60
  1596. package/dist/utilities/form/paymentForm/PaymentBankDetails.mjs.map +1 -1
  1597. package/dist/utilities/form/paymentForm/PaymentCard.mjs +51 -12
  1598. package/dist/utilities/form/paymentForm/PaymentCard.mjs.map +1 -1
  1599. package/dist/utilities/form/paymentForm/PaymentCardDetail.mjs +249 -69
  1600. package/dist/utilities/form/paymentForm/PaymentCardDetail.mjs.map +1 -1
  1601. package/dist/utilities/form/paymentForm/PaymentDropdown.mjs +110 -56
  1602. package/dist/utilities/form/paymentForm/PaymentDropdown.mjs.map +1 -1
  1603. package/dist/utilities/form/paymentForm/PaymentForm.mjs +65 -65
  1604. package/dist/utilities/form/paymentForm/PaymentForm.mjs.map +1 -1
  1605. package/dist/utilities/form/paymentForm/TabPanel.mjs +51 -8
  1606. package/dist/utilities/form/paymentForm/TabPanel.mjs.map +1 -1
  1607. package/dist/utilities/form/paymentForm/usePaymentProviderForm.mjs +73 -22
  1608. package/dist/utilities/form/paymentForm/usePaymentProviderForm.mjs.map +1 -1
  1609. package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.mjs +5 -5
  1610. package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.mjs.map +1 -1
  1611. package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.mjs +10 -10
  1612. package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.mjs.map +1 -1
  1613. package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.mjs +15 -15
  1614. package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.mjs.map +1 -1
  1615. package/dist/utilities/form/useFieldChangeListener.mjs +29 -12
  1616. package/dist/utilities/form/useFieldChangeListener.mjs.map +1 -1
  1617. package/dist/utilities/i18n/initializeI18n.mjs +8 -4
  1618. package/dist/utilities/i18n/initializeI18n.mjs.map +1 -1
  1619. package/dist/utilities/iconLibrary/FluentIcon.mjs +49 -5
  1620. package/dist/utilities/iconLibrary/FluentIcon.mjs.map +1 -1
  1621. package/dist/utilities/iconLibrary/IconLibrary.mjs +224 -75
  1622. package/dist/utilities/iconLibrary/IconLibrary.mjs.map +1 -1
  1623. package/dist/utilities/iconLibrary/SelectedLibraryItem.mjs +119 -14
  1624. package/dist/utilities/iconLibrary/SelectedLibraryItem.mjs.map +1 -1
  1625. package/dist/utilities/iconLibrary/SvgIcon.mjs +26 -9
  1626. package/dist/utilities/iconLibrary/SvgIcon.mjs.map +1 -1
  1627. package/dist/utilities/iconLibrary/UnityFluentIcon.mjs +37 -10
  1628. package/dist/utilities/iconLibrary/UnityFluentIcon.mjs.map +1 -1
  1629. package/dist/utilities/iconLibrary/UnityIcon.mjs +41 -5
  1630. package/dist/utilities/iconLibrary/UnityIcon.mjs.map +1 -1
  1631. package/dist/utilities/iconLibrary/UnityIconLibrary.mjs.map +1 -1
  1632. package/dist/utilities/input/DateUtilities.mjs.map +1 -1
  1633. package/dist/utilities/input/SelectUtilities.mjs.map +1 -1
  1634. package/dist/utilities/input/StringUtilities.mjs.map +1 -1
  1635. package/dist/utilities/isValueSelected.mjs.map +1 -1
  1636. package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.mjs.map +1 -1
  1637. package/dist/utilities/menus/MenuProvider.mjs +142 -66
  1638. package/dist/utilities/menus/MenuProvider.mjs.map +1 -1
  1639. package/dist/utilities/menus/menuUtilities.mjs.map +1 -1
  1640. package/dist/utilities/menus/redirectToLink.mjs.map +1 -1
  1641. package/dist/utilities/page/PageSubHeaderAction.mjs +10 -2
  1642. package/dist/utilities/page/PageSubHeaderAction.mjs.map +1 -1
  1643. package/dist/utilities/provider/ActionProvider.mjs +48 -48
  1644. package/dist/utilities/provider/ActionProvider.mjs.map +1 -1
  1645. package/dist/utilities/redirect/ExternalRedirectUrlStorage.mjs.map +1 -1
  1646. package/dist/utilities/redirect/LocalRedirectUrlStorage.mjs.map +1 -1
  1647. package/dist/utilities/redirect/pages/OutlookCallback.mjs +2 -2
  1648. package/dist/utilities/redirect/pages/OutlookCallback.mjs.map +1 -1
  1649. package/dist/utilities/rules/RuleUtilities.mjs.map +1 -1
  1650. package/dist/utilities/search/SearchUtilities.mjs +87 -73
  1651. package/dist/utilities/search/SearchUtilities.mjs.map +1 -1
  1652. package/dist/utilities/storage/UnitySessionStorage.mjs.map +1 -1
  1653. package/dist/utilities/stringUtils.mjs.map +1 -1
  1654. package/dist/utilities/style/ContentContainer.mjs +25 -1
  1655. package/dist/utilities/style/ContentContainer.mjs.map +1 -1
  1656. package/dist/utilities/style/colorConverter.mjs.map +1 -1
  1657. package/dist/utilities/style/colors.mjs.map +1 -1
  1658. package/dist/utilities/style/utils/styleUtils.mjs.map +1 -1
  1659. package/dist/utilities/style/verticalStyles.mjs +204 -107
  1660. package/dist/utilities/style/verticalStyles.mjs.map +1 -1
  1661. package/dist/utilities/tenant/TenantAccessDialog.mjs +35 -11
  1662. package/dist/utilities/tenant/TenantAccessDialog.mjs.map +1 -1
  1663. package/dist/utilities/tenant/TenantProvider.mjs +48 -22
  1664. package/dist/utilities/tenant/TenantProvider.mjs.map +1 -1
  1665. package/dist/utilities/tenant/TenantSelect.mjs +128 -44
  1666. package/dist/utilities/tenant/TenantSelect.mjs.map +1 -1
  1667. package/dist/utilities/tenant/UdpTenantSelect.mjs +79 -19
  1668. package/dist/utilities/tenant/UdpTenantSelect.mjs.map +1 -1
  1669. package/dist/utilities/tenant/tenantContext.mjs.map +1 -1
  1670. package/dist/utilities/tenant/useTenant.mjs.map +1 -1
  1671. package/dist/utilities/theme/brand.mjs.map +1 -1
  1672. package/dist/utilities/theme/index.d.ts +1 -0
  1673. package/dist/utilities/theme/index.d.ts.map +1 -1
  1674. package/dist/utilities/theme/index.js +1 -0
  1675. package/dist/utilities/theme/index.js.map +1 -1
  1676. package/dist/utilities/theme/index.mjs +6 -0
  1677. package/dist/utilities/theme/systemColors.mjs +20 -7
  1678. package/dist/utilities/theme/systemColors.mjs.map +1 -1
  1679. package/dist/utilities/theme/theme.js +1 -1
  1680. package/dist/utilities/theme/theme.js.map +1 -1
  1681. package/dist/utilities/theme/theme.mjs +274 -224
  1682. package/dist/utilities/theme/theme.mjs.map +1 -1
  1683. package/dist/utilities/theme/useTheme.mjs +3 -1
  1684. package/dist/utilities/theme/useTheme.mjs.map +1 -1
  1685. package/dist/utilities/transactions/useTransactionEngine.d.ts +3 -2
  1686. package/dist/utilities/transactions/useTransactionEngine.d.ts.map +1 -1
  1687. package/dist/utilities/transactions/useTransactionEngine.js +14 -10
  1688. package/dist/utilities/transactions/useTransactionEngine.js.map +1 -1
  1689. package/dist/utilities/transactions/useTransactionEngine.mjs +358 -161
  1690. package/dist/utilities/transactions/useTransactionEngine.mjs.map +1 -1
  1691. package/dist/utilities/tree/TreeUtilities.d.ts +2 -1
  1692. package/dist/utilities/tree/TreeUtilities.d.ts.map +1 -1
  1693. package/dist/utilities/tree/TreeUtilities.js +170 -162
  1694. package/dist/utilities/tree/TreeUtilities.js.map +1 -1
  1695. package/dist/utilities/tree/TreeUtilities.mjs +8 -4
  1696. package/dist/utilities/tree/TreeUtilities.mjs.map +1 -1
  1697. package/dist/utilities/uploader/FileProfile.mjs +83 -10
  1698. package/dist/utilities/uploader/FileProfile.mjs.map +1 -1
  1699. package/dist/utilities/uploader/FileType.mjs +114 -41
  1700. package/dist/utilities/uploader/FileType.mjs.map +1 -1
  1701. package/dist/utilities/uploader/FileUpload.mjs +174 -74
  1702. package/dist/utilities/uploader/FileUpload.mjs.map +1 -1
  1703. package/dist/utilities/uploader/ImagePreview.mjs +21 -5
  1704. package/dist/utilities/uploader/ImagePreview.mjs.map +1 -1
  1705. package/dist/utilities/uploader/formatBytes.mjs.map +1 -1
  1706. package/dist/utilities/useApiQuery.mjs +41 -12
  1707. package/dist/utilities/useApiQuery.mjs.map +1 -1
  1708. package/dist/utilities/useAxiosGet.mjs.map +1 -1
  1709. package/dist/utilities/useAxiosMutate.mjs.map +1 -1
  1710. package/dist/utilities/useDevicePixelRatio.mjs +21 -7
  1711. package/dist/utilities/useDevicePixelRatio.mjs.map +1 -1
  1712. package/dist/utilities/useGravatar.mjs +36 -12
  1713. package/dist/utilities/useGravatar.mjs.map +1 -1
  1714. package/dist/utilities/usePrevious.mjs.map +1 -1
  1715. package/dist/utilities/utilityBar/InquiryHeaderControl.mjs +17 -2
  1716. package/dist/utilities/utilityBar/InquiryHeaderControl.mjs.map +1 -1
  1717. package/dist/utilities/utilityBar/InquiryHeaderSecondary.mjs +17 -2
  1718. package/dist/utilities/utilityBar/InquiryHeaderSecondary.mjs.map +1 -1
  1719. package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.mjs +17 -2
  1720. package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.mjs.map +1 -1
  1721. package/dist/utilities/utilityBar/InquiryHeaderTitle.mjs +18 -3
  1722. package/dist/utilities/utilityBar/InquiryHeaderTitle.mjs.map +1 -1
  1723. package/dist/utilities/utilityBar/SubHeaderAction.mjs +38 -7
  1724. package/dist/utilities/utilityBar/SubHeaderAction.mjs.map +1 -1
  1725. package/dist/utilities/utilityBar/UtilityBarInport.mjs +18 -3
  1726. package/dist/utilities/utilityBar/UtilityBarInport.mjs.map +1 -1
  1727. package/dist/utilities/workflow/workflowUtilities.mjs.map +1 -1
  1728. package/dist/workflow/WorkflowContainer.mjs +324 -107
  1729. package/dist/workflow/WorkflowContainer.mjs.map +1 -1
  1730. package/dist/workflow/WorkflowContent.mjs.map +1 -1
  1731. package/dist/workflow/WorkflowUiInterruptContent.mjs +26 -26
  1732. package/dist/workflow/WorkflowUiInterruptContent.mjs.map +1 -1
  1733. package/dist/workflow/components/WorkflowTaskFlow.mjs +201 -50
  1734. package/dist/workflow/components/WorkflowTaskFlow.mjs.map +1 -1
  1735. package/dist/workflow/menus/WorkflowTreeMenu.mjs +7 -7
  1736. package/dist/workflow/menus/WorkflowTreeMenu.mjs.map +1 -1
  1737. package/dist/workflow/menus/WorkflowTreeMenuItem.mjs +13 -13
  1738. package/dist/workflow/menus/WorkflowTreeMenuItem.mjs.map +1 -1
  1739. package/package.json +3606 -895
  1740. package/dist/udp/pages/UdpFormsSubmissionGrid/index.mjs.map +0 -1
package/README.md CHANGED
@@ -1,337 +1,138 @@
1
- # `udp-react-enterprise-component-library` Documentation
1
+ # `udp-react-enterprise-component-library`
2
2
 
3
- ## Overview
3
+ The definitive React surface for building enterprise applications on the Univerus Development Platform. This is the top of a three-layer stack:
4
4
 
5
- The `udp-react-enterprise-component-library` is the definitive React-based UI component library for building feature-rich, enterprise-grade applications at Univerus. It serves as the top layer in our UI development stack, providing high-level components, integrated business logic, and complete page templates.
5
+ 1. **`udp-stencil-component-library`** core Web Components built with StencilJS.
6
+ 2. **`udp-react-stencil-component-library`** — auto-generated React wrappers around the stencil components.
7
+ 3. **`udp-react-enterprise-component-library`** *(this package)* — the public library apps consume. Adds the provider stack, auth + tenant integration, data-fetching hooks, shell chrome, and high-level page templates on top of the wrapped stencil components.
6
8
 
7
- This library is built upon a chain of dependencies, each with a specific role:
8
- 1. **`udp-stencil-component-library`**: The foundation, providing a set of core Web Components built with StencilJS.
9
- 2. **`udp-react-stencil-component-library`**: A wrapper that makes the Stencil web components seamlessly usable within a React environment.
10
- 3. **`udp-react-enterprise-component-library` (This Library)**: The final layer that consumes the wrapped Stencil components and adds complex, application-level components, integrated authentication, state management, and enterprise-specific features using the Fluent UI design system.
9
+ Full documentation is published to Univerus Hub see [hub.dev.univerus.com](https://hub.dev.univerus.com) for the searchable TechDocs site generated from this package.
11
10
 
12
- ## Core Concepts
11
+ ## Framework
13
12
 
14
- This library is designed to dramatically accelerate development by providing solutions to common enterprise application challenges.
13
+ - [App Provider](src/providers/README.md)
14
+ - [Shell](src/shell/README.md)
15
+ - [Config Service](src/configService/README.md)
16
+ - [Auth](src/utilities/auth/README.md) · [User](src/utilities/auth/user.md) · [Tenant](src/utilities/tenant/README.md)
17
+ - [Routes](src/routes/README.md)
18
+ - [Data Fetching](src/utilities/data-fetching.md)
15
19
 
16
- * **🧩 High-Level React Components**: Beyond basic UI elements, this library offers components that structure entire pages (`Shell`), manage complex data interactions (`UdpDataBrowserPage`), and guide users through business processes (`WorkflowContainer`).
17
- * **🔐 Integrated Authentication**: The library includes a complete authentication solution using MSAL (`AuthProvider`). It handles user login, session management, and access token acquisition, simplifying application security.
18
- * **🌍 Global State Management**: We use **Zustand** for efficient and predictable state management. The library provides pre-configured stores for shared application state like UI (`shellStore`), user/tenant info (`tenantStore`), API data (`catalogStore`), and more.
19
- * **📊 Powerful Data Grids & Visualizations**: By leveraging **AG Grid**, the library offers powerful and highly customizable data grids (`AmbientGridTemplate`, `ServerSideUdpGrid`) with built-in support for server-side operations, filtering, sorting, and custom rendering. It also includes a rich set of chart components for data visualization.
20
+ More coming forms, data browser, workflows, maps, charts.
20
21
 
21
- ---
22
-
23
- ## Build Process & Modular Exports
24
-
25
- This library employs an advanced build system that optimizes for both developer experience and runtime performance through intelligent export management.
26
-
27
- ### Dual Export Strategy
28
-
29
- The library provides **dual export patterns** to maximize flexibility and tree-shaking benefits:
30
-
31
- 1. **Barrel Exports**: All components are exported from the root `index.js` for convenient development:
32
- ```js
33
- import { FluentButton, FluentDialog, FluentDataTable } from 'udp-react-enterprise-component-library';
34
- ```
35
-
36
- 2. **Modular Exports**: Each component is also available as a direct module import for optimal tree-shaking:
37
- ```js
38
- import { FluentButton } from 'udp-react-enterprise-component-library/UI/inputs/buttons';
39
- import { FluentDialog } from 'udp-react-enterprise-component-library/UI/feedback';
40
- import { FluentDataTable } from 'udp-react-enterprise-component-library/UI/dataDisplay/FluentDataTable';
41
- ```
42
-
43
- ### Export Map Generation
44
-
45
- During the build process the system performs a glob-based scan of the `src` tree and automatically generates an **export map** (`export-map.json`) that catalogs every component and its corresponding module path. The generator looks for `index.*` files (for example `index.ts` or `index.js`) inside child directories of `src` and treats each discovered index as an export entry. This means you can add a local `index.ts` file in a subfolder and it will be picked up and published automatically.
46
-
47
- Example:
48
-
49
- Project layout:
50
-
51
- ```
52
- src/
53
- UI/
54
- inputs/
55
- buttons/
56
- index.ts <-- exported as `UI/inputs/buttons`
57
- utilities/
58
- auth/
59
- index.js <-- exported as `utilities/auth`
60
- ```
61
-
62
- Resulting `export-map.json` entries:
63
-
64
- ```json
65
- {
66
- "FluentButton": "UI/inputs/buttons",
67
- "AuthProvider": "utilities/auth"
68
- }
69
- ```
70
-
71
- This export map is the source of truth the plugin uses to rewrite barrel imports to modular imports during build.
72
-
73
- ### Vite Plugin Integration
74
-
75
- The previous monorepo plugin-based barrel rewrite flow has been superseded by the library bundler output. Modular exports are now produced by the package build itself.
22
+ ## Getting Started
76
23
 
77
- **Example Transformation:**
78
- ```js
79
- // Developer writes:
80
- import { FluentButton, FluentDialog } from 'udp-react-enterprise-component-library';
24
+ The fastest way to stand up a new UDP app is to clone the **[starter-kit](https://github.com/univerus/starter-kit)** — it comes pre-wired with the four files described below, Vite config, env files for each environment, and a working dashboard widget so you have something to `pnpm dev` against on day one.
81
25
 
82
- // Plugin transforms to:
83
- import { FluentButton } from 'udp-react-enterprise-component-library/UI/inputs/buttons';
84
- import { FluentDialog } from 'udp-react-enterprise-component-library/UI/feedback';
26
+ ```bash
27
+ git clone git@github.com:univerus/starter-kit.git my-app
28
+ cd my-app/frontend
29
+ pnpm install
30
+ pnpm dev
85
31
  ```
86
32
 
87
- ### Tree-Shaking Benefits
88
-
89
- This approach delivers the best of both worlds:
90
- - **Developer Experience**: Clean, simple imports during development
91
- - **Bundle Optimization**: Automatic tree-shaking eliminates unused components from production bundles
92
- - **Performance**: Reduced bundle sizes lead to faster load times and better user experience
93
- - **Maintainability**: Centralized export management without manual import path maintenance
94
-
95
- ---
33
+ If you're wiring the library into an existing app instead, you need four files in `src/`:
96
34
 
97
- ## Code splitting & chunking
35
+ ### 1. `src/index.jsx` entry point
98
36
 
99
- This build system also enables effective code splitting so the bundler can place modules where they're needed instead of producing one large entry bundle.
37
+ Boot the runtime config **before** rendering, then mount `<App />`.
100
38
 
101
- Key points:
102
- - Use dynamic `import()` (or framework-level lazy loading) to load routes/pages and large components on demand.
103
- - The package build now emits modular exports directly, which gives downstream bundlers clearer module boundaries and better chunking control.
104
- - Smaller chunks mean faster initial loads and better cache behavior: only code required for the first screen downloads immediately.
105
-
106
- Example (developer code):
107
- ```js
108
- // route-level lazy loading keeps large pages out of the main bundle
109
- const SupportCaseListPage = React.lazy(() => import('udp-react-enterprise-component-library/SupportCaseList'));
110
- ```
39
+ ```jsx
40
+ import React from 'react';
41
+ import { createRoot } from 'react-dom/client';
42
+ import App from './App';
43
+ import { loadUdpRuntimeConfig } from './udp-runtime-config';
111
44
 
112
- What the bundler sees (after plugin transform):
113
- ```js
114
- import SupportCaseList from 'udp-react-enterprise-component-library/UDP/SupportCaseList';
115
- // ...this allows Rollup/Vite to split `SupportCaseList` into its own chunk
45
+ loadUdpRuntimeConfig();
46
+ createRoot(document.getElementById('root')).render(<App />);
116
47
  ```
117
48
 
118
-
119
-
120
- ## Getting Started
121
-
122
- ### Installation
123
-
124
- To use the library in your project, install it via npm:
125
-
126
- ```bash
127
- npm install udp-react-enterprise-component-library
49
+ `loadUdpRuntimeConfig()` must run before any component that touches [`ConfigService`](src/configService/README.md) (auth, API URLs, product/tenant ids all read from it).
50
+
51
+ ### 2. `src/udp-runtime-config.ts` — env → `ConfigService`
52
+
53
+ Maps Vite `import.meta.env.*` vars onto the shape `ConfigService` expects, then pushes it in via `loadConfigObject`:
54
+
55
+ ```ts
56
+ import { ConfigService } from '@univerus/udp-react-enterprise-component-library';
57
+
58
+ export function loadUdpRuntimeConfig() {
59
+ ConfigService.loadConfigObject({
60
+ UNITY_API_DOMAIN: import.meta.env.REACT_APP_UNITY_API_DOMAIN ?? 'https://gateway.unitydev.ca',
61
+ PRODUCT_API_DOMAIN: import.meta.env.REACT_APP_PRODUCT_API_DOMAIN ?? '',
62
+ UNITY_PRODUCT_ID: import.meta.env.REACT_APP_UNITY_PRODUCT_ID ?? '',
63
+ MSAL_CLIENT_ID: import.meta.env.REACT_APP_MSAL_CLIENT_ID ?? '',
64
+ MSAL_TENANT: import.meta.env.REACT_APP_MSAL_TENANT ?? '',
65
+ MSAL_API_ACCESS_SCOPE: import.meta.env.REACT_APP_MSAL_API_ACCESS_SCOPE ?? '',
66
+ UNITY_URL: import.meta.env.REACT_APP_UNITY_URL ?? 'https://unitydev.ca',
67
+ UNITY_TENANT_ID: import.meta.env.REACT_APP_UNITY_TENANT_ID ?? '',
68
+ UNITY_VERTICAL_ID: import.meta.env.REACT_APP_UNITY_VERTICAL_ID ?? '',
69
+ USE_AAD_REDIRECT: import.meta.env.REACT_APP_USE_AAD_REDIRECT === 'true',
70
+ UNITY_ENVIRONMENT: import.meta.env.REACT_APP_UNITY_ENVIRONMENT,
71
+ SIGN_IN_POLICY: import.meta.env.REACT_APP_SIGN_IN_POLICY ?? 'B2C_1A_signup_signin_v2',
72
+ });
73
+ }
128
74
  ```
129
75
 
130
- ### Basic Usage with `starter-client`
76
+ See the starter-kit's [`.env.development`](https://github.com/univerus/starter-kit/blob/development/frontend/.env.development) / `.env.production` etc. for the matching variable set per environment.
131
77
 
132
- While you can set up a project from scratch, we highly recommend using the **`starter-client`** application. This template comes pre-configured with the necessary providers, routing, and basic structure, allowing you to start building features immediately.
78
+ ### 3. `src/App.jsx` provider root
133
79
 
134
- The `starter-client` sets up the foundational structure for you, which looks like this:
80
+ Wrap your routes in [`UdpAppProvider`](src/providers/README.md). It mounts theme, TanStack Query, MSAL/auth, user, tenant, router, and snackbar in the right order you should not mount any of them yourself.
135
81
 
136
82
  ```jsx
137
- // Example of the setup in starter-client's App.js
138
-
139
83
  import React from 'react';
140
- import { Shell, ThemeProvider, AuthProvider } from 'udp-react-enterprise-component-library';
141
- import { BrowserRouter } from 'react-router-dom';
142
- import UdpRoutes from './routes/UdpRoutes'; // Your application's routes
143
-
144
- function App() {
145
- return (
146
- <BrowserRouter>
147
- {/* AuthProvider handles MSAL authentication and provides user context */}
148
- <AuthProvider>
149
- {/* ThemeProvider applies the Fluent UI theme */}
150
- <ThemeProvider>
151
- {/* Shell is the main layout component for the entire application */}
152
- <Shell siteName="My Application">
153
- {/* UdpRoutes contains all your application's page routes */}
154
- <UdpRoutes />
155
- </Shell>
156
- </ThemeProvider>
157
- </AuthProvider>
158
- </BrowserRouter>
159
- );
160
- }
84
+ import { UdpAppProvider } from '@univerus/udp-react-enterprise-component-library';
85
+ import Routes from './Routes';
86
+
87
+ const App = () => (
88
+ <UdpAppProvider>
89
+ <Routes />
90
+ </UdpAppProvider>
91
+ );
161
92
 
162
93
  export default App;
163
94
  ```
164
95
 
165
- ---
96
+ ### 4. `src/Routes.jsx` — shell + route table
166
97
 
167
- ## Data-Driven Pages & Containers
98
+ Render [`<Shell>`](src/shell/README.md) once at the top; put `<PrivateRoute>` / `<Redirect>` children inside it.
168
99
 
169
- This library excels at providing pre-built pages and containers that are deeply integrated with our API catalog, enabling rapid development of data-centric features.
100
+ ```jsx
101
+ import React, { lazy } from 'react';
102
+ import {
103
+ PageContainer,
104
+ PrivateRoute,
105
+ Shell,
106
+ Redirect,
107
+ } from '@univerus/udp-react-enterprise-component-library';
108
+ import AppBarControls from './appBarContent/AppBarControls';
109
+ import widgets from './dashboard/widgets';
110
+
111
+ const TestShell = lazy(() => import('./routes/test/TestShell'));
112
+
113
+ const Routes = () => (
114
+ <Shell
115
+ appContent={<AppBarControls />}
116
+ navRoot='Home'
117
+ siteName='My App'
118
+ widgets={widgets}
119
+ >
120
+ <PrivateRoute exact path='/' render={props => <PageContainer isHomePage {...props} />} />
121
+ <Redirect exact from='/home' to='/' />
122
+ <PrivateRoute path='/test' exact component={TestShell} />
123
+ </Shell>
124
+ );
125
+
126
+ export default Routes;
127
+ ```
170
128
 
171
- ### `UdpDataBrowserPage`
172
- This is a powerful, generic page designed for browsing, filtering, and managing large datasets. It connects directly to an API endpoint defined in the API catalog.
173
- * **Functionality**: Provides a full-featured data grid experience with minimal configuration.
174
- * **Features**: Includes advanced search capabilities, column filtering, sorting, pagination, and the ability to perform actions (view, edit, delete) on individual rows.
175
- * **Use Case**: Ideal for any scenario where users need to view and interact with a list of business objects, such as a list of customers, orders, or assets.
176
-
177
- ### `UdpMaintenanceEnginePage`
178
- This component provides a generic "maintenance" screen for performing CRUD (Create, Read, Update, Delete) operations on any entity defined in the API catalog.
179
- * **Functionality**: It dynamically generates a data grid and corresponding forms for editing, creating, and viewing records.
180
- * **Use Case**: Perfect for administrative back-office applications or any situation where users need to manage system data directly.
181
-
182
- ### `InquiryContainer`
183
- The `InquiryContainer` is designed for building complex data exploration and investigation interfaces. It allows you to create screens where users can navigate through related data entities.
184
- * **Functionality**: It typically presents a master-detail or a tree-based layout. Users can select an item in a list or tree to see its detailed information and related child entities in a separate panel.
185
- * **Use Case**: Excellent for investigative analysis, such as exploring a customer's full history, including their orders, support tickets, and contact information, all in one connected view.
186
-
187
- ### `WorkflowContainer`
188
- This container is designed to guide users through structured, multi-step business processes.
189
- * **Functionality**: Manages the state, progression, and UI for a series of defined steps or tasks. It can render different forms or components at each stage of the workflow and handle the logic for moving between steps.
190
- * **Use Case**: Ideal for processes like new user onboarding, multi-stage approval processes, or complex data entry tasks that need to be broken down into manageable parts.
191
-
192
- ---
193
-
194
- ## UI Component Reference
195
-
196
- The library provides a vast collection of components, categorized by function.
197
-
198
- ### Layout & Structure
199
-
200
- Components for organizing page content and overall application layout.
201
- * **`Shell`**: The main application wrapper including header, sidebar, and content area.
202
- * **`Page`, `PageContainer`, `PageContent`**: Components for structuring the content of a page.
203
- * **`PageHeader`, `PageSectionHeader`**: Headers for pages and sections within a page.
204
- * **`GridGroup`, `GridRow`, `GridUnit`**: A set of components for creating flexible grid layouts.
205
- * **`HeaderLayout`, `SideBarTemplate`, `DraggableSidebarTemplate`**: Pre-defined page layouts.
206
- * **`SplitScreen`**: Creates a resizable split-screen view.
207
-
208
- ### Navigation
209
-
210
- Components for user navigation and flow control.
211
- * **`NavigationSidebar`, `MiniCollapsibleSidebar`**: The primary application navigation menus.
212
- * **`UdpTabs`, `FluentSimpleTabs`**: Tab components for organizing content.
213
- * **`BreadCrumbMenu`**: A breadcrumb component for showing navigation hierarchy.
214
- * **`AmbientStepper`**: A stepper component to guide users through a sequence of steps.
215
- * **`AppMenu`, `AppMenuItem`**: Components for building in-app menus.
216
- * **`BaseTreeMenu`**: A component for creating hierarchical tree menus.
217
-
218
- ### Buttons
219
-
220
- A wide variety of buttons for different user actions and contexts.
221
- * **`FluentButton`, `FluentCompoundButton`, `FluentIconButton`**: Standard, compound, and icon-only buttons based on Fluent UI.
222
- * **`IconButtonWithToolTip`**: An icon button that includes a tooltip on hover.
223
- * **`ActionSpeedDial`**: A floating action button that expands to show more actions.
224
- * **`AmbientTokenButton`, `AmbientChipButton`, `AmbientCardButton`**: Stylized buttons for specific use cases.
225
- * **`ToolBarButton`**: Buttons designed for use in toolbars.
226
- * **`AdvanceButton`**: A button for progressing in a workflow or stepper.
227
-
228
- ### Forms & Inputs
229
-
230
- A comprehensive suite of form controls, primarily designed to work with `react-final-form`.
231
-
232
- #### Text & Numeric
233
- * **`FluentTextField`, `AmbientTextField`**: General-purpose text input fields.
234
- * **`FluentSearchField`**: A text field specifically styled for search inputs.
235
- * **`FluentTagField`**: An input for entering and displaying tags.
236
- * **`KeyValueTextField`**: A specialized field for entering key-value pairs.
237
-
238
- #### Selection Controls
239
- * **`FluentSelectMenu`, `FluentSimpleSelect`**: Dropdown select menus.
240
- * **`FluentCheckbox`**: A standard checkbox.
241
- * **`FluentRadioGroup`, `FluentRadio`**: Radio buttons for single selection from a list.
242
- * **`FluentToggle`**: An on/off switch.
243
- * **`AmbientToggleButton`, `AmbientToggleButtonGroup`**: A group of toggle buttons.
244
- * **`FluentScrollLoadAutocompleteMenu`, `AmbientAutoComplete`**: Autocomplete inputs that can load data on scroll.
245
-
246
- #### Date & Time Pickers
247
- * **`FluentDatePicker`, `FluentDateTimePicker`, `FluentTimePicker`**: Controls for selecting dates and times.
248
- * **`UdpDateSelector`, `UdpTimeSelector`**: Alternative date and time selectors.
249
- * **`AmbientDateRangeSelector`**: A specialized control for selecting a date range.
250
-
251
- #### Specialized Inputs
252
- * **`FileImportMappingWizard`**: A full wizard component for guiding users through a file import and data mapping process.
253
- * **`FieldArrayCard`**: A card component for managing a dynamic array of fields in a form.
254
- * **`CkRichEditor`**: A rich text editor for formatted text input.
255
- * **`FileUpload`, `DragDropFileUpload`**: Components for file uploads.
256
- * **`FluentColorPicker`**: A control for selecting a color.
257
-
258
- ### Data Display
259
-
260
- Components for presenting information to the user in various formats.
261
-
262
- #### Cards
263
- * **`AmbientCard`, `FluentCard`**: General-purpose container cards.
264
- * **`WidgetCard`, `InfoCard`, `QuickViewCard`**: Specialized cards for dashboards and quick information display.
265
- * **`NewsCard`, `BioCard`, `WorkOrderCard`**: Cards designed for specific types of content.
266
- * **`AmbientVisualizationCard`**: A card specifically for holding charts and other visualizations.
267
-
268
- #### Lists
269
- * **`AmbientList`, `CompactDataList`**: Flexible list components.
270
- * **`FluentListElement`, `FluentListItem`**: Components for building custom lists.
271
- * **`Directory`, `AddressListItem`**: Specialized list formats for directories and addresses.
272
- * **`CardList`**: A component that renders a list of items as cards.
273
-
274
- #### Grids & Tables
275
- * **`AmbientGridTemplate`, `UdpGridTemplate`**: High-level, feature-rich AG Grid templates.
276
- * **`ServerSideUdpGrid`, `ClientSideUdpGrid`, `ApiMethodUdpGrid`**: Grid implementations for different data fetching strategies.
277
- * **`FluentDataTable`**: A simpler, lighter table component.
278
- * **`NestedGrid`**: A grid that supports expandable rows to show nested child grids.
279
-
280
- #### Headers
281
- * **`PrimaryActionHeader`**: A prominent header with a title and primary action buttons, often used with grids.
282
- * **`EntityHeader`**: A detailed header for displaying key information about a single data entity.
283
- * **`SideSheetHeader`**: A standardized header for use in side sheets.
284
-
285
- #### Chips, Badges & Tags
286
- * **`StatusChip`**: A chip designed to display a status (e.g., "Active", "Pending").
287
- * **`AggregateChip`**: A chip used to display an aggregated value.
288
- * **`IndicatorChip`**: A general-purpose indicator chip.
289
-
290
- #### Timelines
291
- * **`UdpTimeline`, `FluentTimeline`**: Components for displaying a sequence of events over time.
292
- * **`MttMainTimeline`**: A multi-threaded timeline for visualizing parallel event streams.
293
- * **`TimelineCalendar`**: A component that combines a calendar view with a timeline.
294
-
295
- ### Feedback & Loading
296
-
297
- Components for communicating state and progress to the user.
298
- * **`FluentDialog`**: A modal dialog for important messages or actions.
299
- * **`AmbientAlert`, `UdpAlert`**: Alert components for displaying messages (success, error, info, warning).
300
- * **`SideSheet`**: A panel that slides in from the side of the screen, often used for editing or detail views.
301
- * **`AmbientToast`**: A non-intrusive notification that appears briefly.
302
- * **`PageLoading`, `LoadingOverlay`, `LoadingIndicator`**: Various styles of loading indicators.
303
- * **`LinearProgress`, `CircularProgress`**: Progress bars.
304
-
305
- ### Charts & Visualization
306
-
307
- A rich set of components for visualizing data.
308
- * **`UdpBarChart`, `UdpDonutChart`, `UdpLineChart`, `UdpDistributionChart`**: Standard chart types.
309
- * **`AmSankeyChart`**: A Sankey diagram for visualizing flows.
310
- * **`GaugeGraph`, `CircleGaugeWidget`**: Gauge components for displaying a value within a range.
311
- * **`SparklineWidget`**: A small, inline chart showing a trend.
312
-
313
- ### Maps
314
-
315
- Components for displaying and interacting with geographical data.
316
- * **`UdpMap`, `FluentMap`, `GeoMap`**: Core map components.
317
- * **`MapLayout`**: A template for creating complex map-based interfaces with sidebars, toolbars, and popovers.
318
- * **`UdpMapToolbar`**: A toolbar with common map controls.
319
-
320
- ### Actions & Workflows
321
-
322
- Components related to triggering and managing application actions.
323
- * **`ActionWrapper`**: A generic wrapper for actions that handles different display modes (modal, side sheet).
324
- * **`ActionModal`, `ActionSideSheet`**: Components that host action forms in a modal or side sheet.
325
- * **`ActionForm`**: A standardized form for actions.
326
- * **`WorkflowContainer`, `WorkflowContent`**: Components for managing multi-step workflows.
327
-
328
- ### Utility & Miscellaneous
329
-
330
- A collection of other useful components and utilities.
331
- * **`UnityIcon`, `FluentIcon`, `UnityFluentIcon`**: Components for rendering icons from our icon library.
332
- * **`UserAvatar`**: Displays a user's avatar or initials.
333
- * **`DiffChecker`**: A component to show the differences between two sets of data.
334
- * **`Iframe`**: A component for embedding external content.
335
- * **`FileViewer`, `PDFViewer`, `ImageViewerSideSheet`**: Components for viewing different file types.
129
+ ### What goes where
336
130
 
131
+ | File | Responsibility |
132
+ | --- | --- |
133
+ | `index.jsx` | Boot runtime config, create React root, render `<App />`. |
134
+ | `udp-runtime-config.ts` | Read env vars and push them into `ConfigService`. |
135
+ | `App.jsx` | Mount `UdpAppProvider` — the only place providers are wired. |
136
+ | `Routes.jsx` | Mount `<Shell>`, declare `PrivateRoute` / `PublicRoute` children. |
337
137
 
138
+ For the full reference — dashboard widgets, `.env.*` files, `app.manifest.json`, Vite config — clone the **[starter-kit](https://github.com/univerus/starter-kit)**.
@@ -1 +1 @@
1
- {"version":3,"file":"AGLicense.mjs","names":[],"sources":["../src/AGLicense.js"],"sourcesContent":["export const LicenseKey =\n 'Using_this_{AG_Grid}_Enterprise_key_{AG-080613}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Univerus_Software_Inc}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{MAIS_eRec}_only_for_{1}_Front-End_JavaScript_developer___All_Front-End_JavaScript_developers_working_on_{MAIS_eRec}_need_to_be_licensed___{MAIS_eRec}_has_not_been_granted_a_Deployment_License_Add-on___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{28_June_2026}____[v3]_[01]_MTc4MjYwMTIwMDAwMA==5c7d1487ecb13b28e75415d34b7cf694';\n"],"mappings":";AAAA,MAAa,aACX"}
1
+ {"version":3,"file":"AGLicense.mjs","names":["LicenseKey"],"sources":["../src/AGLicense.js"],"sourcesContent":["export const LicenseKey =\n 'Using_this_{AG_Grid}_Enterprise_key_{AG-080613}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Univerus_Software_Inc}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{MAIS_eRec}_only_for_{1}_Front-End_JavaScript_developer___All_Front-End_JavaScript_developers_working_on_{MAIS_eRec}_need_to_be_licensed___{MAIS_eRec}_has_not_been_granted_a_Deployment_License_Add-on___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{28_June_2026}____[v3]_[01]_MTc4MjYwMTIwMDAwMA==5c7d1487ecb13b28e75415d34b7cf694';\n"],"mappings":";AAAA,MAAaA,aACX"}
@@ -1,4 +1,5 @@
1
1
  import { evaluateRule, mapRule } from "../utilities/rules/RuleUtilities.mjs";
2
+ import { c } from "react-compiler-runtime";
2
3
  import React, { useEffect, useState } from "react";
3
4
  import { Chip, makeStyles, useTheme } from "@material-ui/core";
4
5
  //#region src/UI/AlertContainer.jsx
@@ -14,30 +15,98 @@ const useStyles = makeStyles((theme) => ({
14
15
  }
15
16
  }));
16
17
  const AlertContainer = (props) => {
18
+ const $ = c(26);
17
19
  const { data } = props;
18
20
  const theme = useTheme();
19
- const [alertData, setAlertData] = useState([]);
21
+ let t0;
22
+ if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
23
+ t0 = [];
24
+ $[0] = t0;
25
+ } else t0 = $[0];
26
+ const [alertData, setAlertData] = useState(t0);
20
27
  const classes = useStyles(props);
21
- useEffect(() => {
22
- if (data?.properties?.alerts) {
23
- let tempData = [];
24
- data.properties.alerts.forEach((alert) => {
25
- if (evaluateRule(mapRule(alert.propertyMapping, alert.jsonLogic), data.nodeObj, data.properties?.joiningEntityCatalogObjectKey, data.wasLazyLoaded)) tempData.push(alert);
26
- });
27
- setAlertData(tempData);
28
- }
29
- }, [data]);
30
- if (alertData.length > 0) return /* @__PURE__ */ React.createElement("div", { className: classes.root }, alertData.filter((item, i) => i % 2 === 0).map((alert) => /* @__PURE__ */ React.createElement("div", { className: classes.alertContainer }, /* @__PURE__ */ React.createElement(Chip, {
31
- label: alert.label,
32
- style: { backgroundColor: alert ? alert.alertColor.hex : theme.palette.secondary.main },
33
- className: classes.chipStyle
34
- }))), alertData.filter((item, i) => i % 2 !== 0 && i !== 0).map((alert) => /* @__PURE__ */ React.createElement("div", { className: classes.alertContainer }, /* @__PURE__ */ React.createElement(Chip, {
35
- label: alert.label,
36
- style: { backgroundColor: alert ? alert.alertColor.hex : theme.palette.secondary.main },
37
- className: classes.chipStyle
38
- }))));
39
- else return null;
28
+ let t1;
29
+ let t2;
30
+ if ($[1] !== data) {
31
+ t1 = () => {
32
+ if (data?.properties?.alerts) {
33
+ const tempData = [];
34
+ data.properties.alerts.forEach((alert) => {
35
+ if (evaluateRule(mapRule(alert.propertyMapping, alert.jsonLogic), data.nodeObj, data.properties?.joiningEntityCatalogObjectKey, data.wasLazyLoaded)) tempData.push(alert);
36
+ });
37
+ setAlertData(tempData);
38
+ }
39
+ };
40
+ t2 = [data];
41
+ $[1] = data;
42
+ $[2] = t1;
43
+ $[3] = t2;
44
+ } else {
45
+ t1 = $[2];
46
+ t2 = $[3];
47
+ }
48
+ useEffect(t1, t2);
49
+ if (alertData.length > 0) {
50
+ const t3 = classes.root;
51
+ let t4;
52
+ if ($[4] !== alertData || $[5] !== classes.alertContainer || $[6] !== classes.chipStyle || $[7] !== theme) {
53
+ let t5;
54
+ if ($[9] !== classes.alertContainer || $[10] !== classes.chipStyle || $[11] !== theme) {
55
+ t5 = (alert_0) => /* @__PURE__ */ React.createElement("div", { className: classes.alertContainer }, /* @__PURE__ */ React.createElement(Chip, {
56
+ label: alert_0.label,
57
+ style: { backgroundColor: alert_0 ? alert_0.alertColor.hex : theme.palette.secondary.main },
58
+ className: classes.chipStyle
59
+ }));
60
+ $[9] = classes.alertContainer;
61
+ $[10] = classes.chipStyle;
62
+ $[11] = theme;
63
+ $[12] = t5;
64
+ } else t5 = $[12];
65
+ t4 = alertData.filter(_temp).map(t5);
66
+ $[4] = alertData;
67
+ $[5] = classes.alertContainer;
68
+ $[6] = classes.chipStyle;
69
+ $[7] = theme;
70
+ $[8] = t4;
71
+ } else t4 = $[8];
72
+ let t5;
73
+ if ($[13] !== alertData || $[14] !== classes.alertContainer || $[15] !== classes.chipStyle || $[16] !== theme) {
74
+ let t6;
75
+ if ($[18] !== classes.alertContainer || $[19] !== classes.chipStyle || $[20] !== theme) {
76
+ t6 = (alert_1) => /* @__PURE__ */ React.createElement("div", { className: classes.alertContainer }, /* @__PURE__ */ React.createElement(Chip, {
77
+ label: alert_1.label,
78
+ style: { backgroundColor: alert_1 ? alert_1.alertColor.hex : theme.palette.secondary.main },
79
+ className: classes.chipStyle
80
+ }));
81
+ $[18] = classes.alertContainer;
82
+ $[19] = classes.chipStyle;
83
+ $[20] = theme;
84
+ $[21] = t6;
85
+ } else t6 = $[21];
86
+ t5 = alertData.filter(_temp2).map(t6);
87
+ $[13] = alertData;
88
+ $[14] = classes.alertContainer;
89
+ $[15] = classes.chipStyle;
90
+ $[16] = theme;
91
+ $[17] = t5;
92
+ } else t5 = $[17];
93
+ let t6;
94
+ if ($[22] !== classes.root || $[23] !== t4 || $[24] !== t5) {
95
+ t6 = /* @__PURE__ */ React.createElement("div", { className: t3 }, t4, t5);
96
+ $[22] = classes.root;
97
+ $[23] = t4;
98
+ $[24] = t5;
99
+ $[25] = t6;
100
+ } else t6 = $[25];
101
+ return t6;
102
+ } else return null;
40
103
  };
104
+ function _temp(item, i) {
105
+ return i % 2 === 0;
106
+ }
107
+ function _temp2(item_0, i_0) {
108
+ return i_0 % 2 !== 0 && i_0 !== 0;
109
+ }
41
110
  //#endregion
42
111
  export { AlertContainer };
43
112
 
@@ -1 +1 @@
1
- {"version":3,"file":"AlertContainer.mjs","names":[],"sources":["../../src/UI/AlertContainer.jsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport { evaluateRule, mapRule } from '../utilities/rules/RuleUtilities';\nimport { Chip, useTheme, makeStyles } from '@material-ui/core';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n display: 'grid',\n gridTemplateColumns: 'auto auto'\n },\n alertContainer: {\n margin: '0.3em'\n },\n chipStyle: {\n maxWidth: '150px',\n textOverflow: 'ellipsis'\n }\n}));\n\nexport const AlertContainer = (props) => {\n const { data } = props;\n\n const theme = useTheme();\n const [alertData, setAlertData] = useState([]);\n const classes = useStyles(props);\n\n useEffect(() => {\n if (data?.properties?.alerts) {\n let tempData = [];\n data.properties.alerts.forEach((alert) => {\n let res = mapRule(alert.propertyMapping, alert.jsonLogic);\n if (\n evaluateRule(\n res,\n data.nodeObj,\n data.properties?.joiningEntityCatalogObjectKey,\n data.wasLazyLoaded\n )\n ) {\n tempData.push(alert);\n }\n });\n setAlertData(tempData);\n }\n }, [data]);\n\n if (alertData.length > 0) {\n return (\n <div className={classes.root}>\n {alertData\n .filter((item, i) => i % 2 === 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n\n {alertData\n .filter((item, i) => i % 2 !== 0 && i !== 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n </div>\n );\n } else {\n return null;\n }\n};\n"],"mappings":";;;;AAIA,MAAM,YAAY,YAAY,WAAW;CACvC,MAAM;EACJ,SAAS;EACT,qBAAqB;EACtB;CACD,gBAAgB,EACd,QAAQ,SACT;CACD,WAAW;EACT,UAAU;EACV,cAAc;EACf;CACF,EAAE;AAEH,MAAa,kBAAkB,UAAU;CACvC,MAAM,EAAE,SAAS;CAEjB,MAAM,QAAQ,UAAU;CACxB,MAAM,CAAC,WAAW,gBAAgB,SAAS,EAAE,CAAC;CAC9C,MAAM,UAAU,UAAU,MAAM;AAEhC,iBAAgB;AACd,MAAI,MAAM,YAAY,QAAQ;GAC5B,IAAI,WAAW,EAAE;AACjB,QAAK,WAAW,OAAO,SAAS,UAAU;AAExC,QACE,aAFQ,QAAQ,MAAM,iBAAiB,MAAM,UAAU,EAIrD,KAAK,SACL,KAAK,YAAY,+BACjB,KAAK,cACN,CAED,UAAS,KAAK,MAAM;KAEtB;AACF,gBAAa,SAAS;;IAEvB,CAAC,KAAK,CAAC;AAEV,KAAI,UAAU,SAAS,EACrB,QACE,sBAAA,cAAC,OAAD,EAAK,WAAW,QAAQ,MAgClB,EA/BH,UACE,QAAQ,MAAM,MAAM,IAAI,MAAM,EAAE,CAChC,KAAK,UACJ,sBAAA,cAAC,OAAD,EAAK,WAAW,QAAQ,gBAUlB,EATJ,sBAAA,cAAC,MAAD;EACE,OAAO,MAAM;EACb,OAAO,EACL,iBAAiB,QACb,MAAM,WAAW,MACjB,MAAM,QAAQ,UAAU,MAC7B;EACD,WAAW,QAAQ;EACnB,CAAA,CACE,CACN,EAEH,UACE,QAAQ,MAAM,MAAM,IAAI,MAAM,KAAK,MAAM,EAAE,CAC3C,KAAK,UACJ,sBAAA,cAAC,OAAD,EAAK,WAAW,QAAQ,gBAUlB,EATJ,sBAAA,cAAC,MAAD;EACE,OAAO,MAAM;EACb,OAAO,EACL,iBAAiB,QACb,MAAM,WAAW,MACjB,MAAM,QAAQ,UAAU,MAC7B;EACD,WAAW,QAAQ;EACnB,CAAA,CACE,CACN,CACA;KAGR,QAAO"}
1
+ {"version":3,"file":"AlertContainer.mjs","names":["React","useState","useEffect","evaluateRule","mapRule","Chip","useTheme","makeStyles","useStyles","theme","root","display","gridTemplateColumns","alertContainer","margin","chipStyle","maxWidth","textOverflow","AlertContainer","props","$","_c","data","t0","Symbol","for","alertData","setAlertData","classes","t1","t2","properties","alerts","tempData","forEach","alert","res","propertyMapping","jsonLogic","nodeObj","joiningEntityCatalogObjectKey","wasLazyLoaded","push","length","t3","t4","t5","alert_0","label","backgroundColor","alertColor","hex","palette","secondary","main","filter","_temp","map","t6","alert_1","_temp2","item","i","item_0","i_0"],"sources":["../../src/UI/AlertContainer.jsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport { evaluateRule, mapRule } from '../utilities/rules/RuleUtilities';\nimport { Chip, useTheme, makeStyles } from '@material-ui/core';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n display: 'grid',\n gridTemplateColumns: 'auto auto'\n },\n alertContainer: {\n margin: '0.3em'\n },\n chipStyle: {\n maxWidth: '150px',\n textOverflow: 'ellipsis'\n }\n}));\n\nexport const AlertContainer = (props) => {\n const { data } = props;\n\n const theme = useTheme();\n const [alertData, setAlertData] = useState([]);\n const classes = useStyles(props);\n\n useEffect(() => {\n if (data?.properties?.alerts) {\n let tempData = [];\n data.properties.alerts.forEach((alert) => {\n let res = mapRule(alert.propertyMapping, alert.jsonLogic);\n if (\n evaluateRule(\n res,\n data.nodeObj,\n data.properties?.joiningEntityCatalogObjectKey,\n data.wasLazyLoaded\n )\n ) {\n tempData.push(alert);\n }\n });\n setAlertData(tempData);\n }\n }, [data]);\n\n if (alertData.length > 0) {\n return (\n <div className={classes.root}>\n {alertData\n .filter((item, i) => i % 2 === 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n\n {alertData\n .filter((item, i) => i % 2 !== 0 && i !== 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n </div>\n );\n } else {\n return null;\n }\n};\n"],"mappings":";;;;;AAIA,MAAMQ,YAAYD,YAAYE,WAAW;CACvCC,MAAM;EACJC,SAAS;EACTC,qBAAqB;EACtB;CACDC,gBAAgB,EACdC,QAAQ,SACT;CACDC,WAAW;EACTC,UAAU;EACVC,cAAc;EAChB;CACD,EAAE;AAEH,MAAaC,kBAAiBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,GAAA;CAC5B,MAAA,EAAAC,SAAiBH;CAEjB,MAAAV,QAAcH,UAAU;CAAC,IAAAiB;AAAA,KAAAH,EAAA,OAAAI,OAAAC,IAAA,4BAAA,EAAA;AACkBF,OAAA,EAAE;AAAAH,IAAA,KAAAG;OAAAA,MAAAH,EAAA;CAA7C,MAAA,CAAAM,WAAAC,gBAAkC1B,SAASsB,GAAG;CAC9C,MAAAK,UAAgBpB,UAAUW,MAAM;CAAC,IAAAU;CAAA,IAAAC;AAAA,KAAAV,EAAA,OAAAE,MAAA;AAEvBO,aAAA;AACR,OAAIP,MAAIS,YAAoBC,QAAA;IAC1B,MAAAC,WAAe,EAAE;AACjBX,SAAIS,WAAWC,OAAOE,SAASC,UAAA;AAE7B,SACEhC,aAFQC,QAAQ+B,MAAKE,iBAAkBF,MAAKG,UAAW,EAIrDhB,KAAIiB,SACJjB,KAAIS,YAA0CS,+BAC9ClB,KAAImB,cACL,CAEDR,UAAQS,KAAMP,MAAM;MAEtB;AACFR,iBAAaM,SAAS;;;AAEvBH,OAAA,CAACR,KAAK;AAAAF,IAAA,KAAAE;AAAAF,IAAA,KAAAS;AAAAT,IAAA,KAAAU;QAAA;AAAAD,OAAAT,EAAA;AAAAU,OAAAV,EAAA;;AAlBTlB,WAAU2B,IAkBPC,GAAO;AAEV,KAAIJ,UAASiB,SAAU,GAAC;EAEJ,MAAAC,KAAAhB,QAAOlB;EAAK,IAAAmC;AAAA,MAAAzB,EAAA,OAAAM,aAAAN,EAAA,OAAAQ,QAAAf,kBAAAO,EAAA,OAAAQ,QAAAb,aAAAK,EAAA,OAAAX,OAAA;GAAA,IAAAqC;AAAA,OAAA1B,EAAA,OAAAQ,QAAAf,kBAAAO,EAAA,QAAAQ,QAAAb,aAAAK,EAAA,QAAAX,OAAA;AAGnBqC,UAAAC,YACH,sBAAA,cAAA,OAAA,EAAgB,WAAAnB,QAAOf,gBAWxB,EAVG,sBAAA,cAAC,MAAD;KACS,OAAAsB,QAAKa;KACL,OAAA,EAAAC,iBACYd,UACbA,QAAKe,WAAWC,MAChB1C,MAAK2C,QAAQC,UAAUC,MAC7B;KACW,WAAA1B,QAAOb;KAEtB,CAAA,CACD;AAAAK,MAAA,KAAAQ,QAAAf;AAAAO,MAAA,MAAAQ,QAAAb;AAAAK,MAAA,MAAAX;AAAAW,MAAA,MAAA0B;SAAAA,MAAA1B,EAAA;AAdFyB,QAAAnB,UAAS6B,OACAC,MAAyB,CAAAC,IAC5BX,GAYH;AAAA1B,KAAA,KAAAM;AAAAN,KAAA,KAAAQ,QAAAf;AAAAO,KAAA,KAAAQ,QAAAb;AAAAK,KAAA,KAAAX;AAAAW,KAAA,KAAAyB;QAAAA,MAAAzB,EAAA;EAAA,IAAA0B;AAAA,MAAA1B,EAAA,QAAAM,aAAAN,EAAA,QAAAQ,QAAAf,kBAAAO,EAAA,QAAAQ,QAAAb,aAAAK,EAAA,QAAAX,OAAA;GAAA,IAAAiD;AAAA,OAAAtC,EAAA,QAAAQ,QAAAf,kBAAAO,EAAA,QAAAQ,QAAAb,aAAAK,EAAA,QAAAX,OAAA;AAIGiD,UAAAC,YACH,sBAAA,cAAA,OAAA,EAAgB,WAAA/B,QAAOf,gBAWxB,EAVG,sBAAA,cAAC,MAAD;KACS,OAAAsB,QAAKa;KACL,OAAA,EAAAC,iBACYd,UACbA,QAAKe,WAAWC,MAChB1C,MAAK2C,QAAQC,UAAUC,MAC7B;KACW,WAAA1B,QAAOb;KAEtB,CAAA,CACD;AAAAK,MAAA,MAAAQ,QAAAf;AAAAO,MAAA,MAAAQ,QAAAb;AAAAK,MAAA,MAAAX;AAAAW,MAAA,MAAAsC;SAAAA,MAAAtC,EAAA;AAdF0B,QAAApB,UAAS6B,OACAK,OAAoC,CAAAH,IACvCC,GAYH;AAAAtC,KAAA,MAAAM;AAAAN,KAAA,MAAAQ,QAAAf;AAAAO,KAAA,MAAAQ,QAAAb;AAAAK,KAAA,MAAAX;AAAAW,KAAA,MAAA0B;QAAAA,MAAA1B,EAAA;EAAA,IAAAsC;AAAA,MAAAtC,EAAA,QAAAQ,QAAAlB,QAAAU,EAAA,QAAAyB,MAAAzB,EAAA,QAAA0B,IAAA;AA/BNY,QAAA,sBAAA,cAAA,OAAA,EAAgB,WAAAd,IAgCV,EA/BHC,IAgBAC,GAeG;AAAA1B,KAAA,MAAAQ,QAAAlB;AAAAU,KAAA,MAAAyB;AAAAzB,KAAA,MAAA0B;AAAA1B,KAAA,MAAAsC;QAAAA,MAAAtC,EAAA;AAAA,SAhCNsC;OAgCM,QAGD;;AAhEmB,SAAAF,MAAAK,MAAAC,GAAA;AAAA,QA+BCA,IAAI,MAAM;;AA/BX,SAAAF,OAAAG,QAAAC,KAAA;AAAA,QA+CCF,MAAI,MAAM,KAAKA,QAAM"}
package/dist/UI/Box.mjs CHANGED
@@ -1,8 +1,16 @@
1
+ import { c } from "react-compiler-runtime";
1
2
  import React from "react";
2
3
  import { Box } from "@material-ui/core";
3
4
  //#region src/UI/Box.jsx
4
5
  const Box$1 = (props) => {
5
- return /* @__PURE__ */ React.createElement(Box, props);
6
+ const $ = c(2);
7
+ let t0;
8
+ if ($[0] !== props) {
9
+ t0 = /* @__PURE__ */ React.createElement(Box, props);
10
+ $[0] = props;
11
+ $[1] = t0;
12
+ } else t0 = $[1];
13
+ return t0;
6
14
  };
7
15
  //#endregion
8
16
  export { Box$1 as Box };
@@ -1 +1 @@
1
- {"version":3,"file":"Box.mjs","names":["Box","MuiBox"],"sources":["../../src/UI/Box.jsx"],"sourcesContent":["import React from \"react\";\nimport { Box as MuiBox } from \"@material-ui/core\";\n\n// Please confirm with UI/UX team before using this as this is not recomended\nexport const Box = props => {\n return (<MuiBox {...props}/>)\n}"],"mappings":";;;AAIA,MAAaA,SAAM,UAAS;AAC1B,QAAQ,sBAAA,cAACC,KAAW,MAAQ"}
1
+ {"version":3,"file":"Box.mjs","names":["React","Box","MuiBox","props","$","_c","t0"],"sources":["../../src/UI/Box.jsx"],"sourcesContent":["import React from \"react\";\nimport { Box as MuiBox } from \"@material-ui/core\";\n\n// Please confirm with UI/UX team before using this as this is not recomended\nexport const Box = props => {\n return (<MuiBox {...props}/>)\n}"],"mappings":";;;;AAIA,MAAaC,SAAME,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACTG,OAAA,sBAAA,cAAC,KAAWH,MAAQ;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAApBE"}