udp-react-enterprise-component-library 26.1.0-beta.4 → 26.1.0-beta.6

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 (1598) hide show
  1. package/dist/AGLicense.mjs.map +1 -1
  2. package/dist/UI/AlertContainer.mjs +89 -20
  3. package/dist/UI/AlertContainer.mjs.map +1 -1
  4. package/dist/UI/Box.mjs +9 -1
  5. package/dist/UI/Box.mjs.map +1 -1
  6. package/dist/UI/Grid.mjs +34 -7
  7. package/dist/UI/Grid.mjs.map +1 -1
  8. package/dist/UI/SuccessAction.mjs.map +1 -1
  9. package/dist/UI/accordion/Accordion.mjs +284 -87
  10. package/dist/UI/accordion/Accordion.mjs.map +1 -1
  11. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.mjs +23 -8
  12. package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.mjs.map +1 -1
  13. package/dist/UI/charts/InsightRenderer.mjs +1 -1
  14. package/dist/UI/charts/InsightRenderer.mjs.map +1 -1
  15. package/dist/UI/charts/amcharts/UdpBarChart.mjs +9 -1
  16. package/dist/UI/charts/amcharts/UdpBarChart.mjs.map +1 -1
  17. package/dist/UI/charts/amcharts/UdpDistributionChart.mjs +9 -1
  18. package/dist/UI/charts/amcharts/UdpDistributionChart.mjs.map +1 -1
  19. package/dist/UI/charts/amcharts/UdpDonutChart.mjs +9 -1
  20. package/dist/UI/charts/amcharts/UdpDonutChart.mjs.map +1 -1
  21. package/dist/UI/charts/amcharts/UdpLineChart.mjs +9 -1
  22. package/dist/UI/charts/amcharts/UdpLineChart.mjs.map +1 -1
  23. package/dist/UI/charts/amcharts/UdpSankeyChart.mjs +12 -4
  24. package/dist/UI/charts/amcharts/UdpSankeyChart.mjs.map +1 -1
  25. package/dist/UI/charts/amcharts/UdpXYMultiSeriesChart.mjs +9 -1
  26. package/dist/UI/charts/amcharts/UdpXYMultiSeriesChart.mjs.map +1 -1
  27. package/dist/UI/components/dataDisplay/Ellipse.mjs +10 -1
  28. package/dist/UI/components/dataDisplay/Ellipse.mjs.map +1 -1
  29. package/dist/UI/components/dataDisplay/EmailDisplay.mjs +80 -17
  30. package/dist/UI/components/dataDisplay/EmailDisplay.mjs.map +1 -1
  31. package/dist/UI/components/dataDisplay/SmsDisplay.mjs +129 -31
  32. package/dist/UI/components/dataDisplay/SmsDisplay.mjs.map +1 -1
  33. package/dist/UI/components/dataDisplay/Sticky.mjs +51 -15
  34. package/dist/UI/components/dataDisplay/Sticky.mjs.map +1 -1
  35. package/dist/UI/components/dataDisplay/Token.mjs +104 -30
  36. package/dist/UI/components/dataDisplay/Token.mjs.map +1 -1
  37. package/dist/UI/components/feedback/Adornment.mjs +9 -1
  38. package/dist/UI/components/feedback/Adornment.mjs.map +1 -1
  39. package/dist/UI/containers/DynamicContainerWithMenu.mjs +20 -20
  40. package/dist/UI/containers/DynamicContainerWithMenu.mjs.map +1 -1
  41. package/dist/UI/dataDisplay/AmbientList.mjs +102 -44
  42. package/dist/UI/dataDisplay/AmbientList.mjs.map +1 -1
  43. package/dist/UI/dataDisplay/AvatarAlphabet.mjs +497 -157
  44. package/dist/UI/dataDisplay/AvatarAlphabet.mjs.map +1 -1
  45. package/dist/UI/dataDisplay/ChipAlphabet.mjs +886 -339
  46. package/dist/UI/dataDisplay/ChipAlphabet.mjs.map +1 -1
  47. package/dist/UI/dataDisplay/CompactDataList.mjs +22 -6
  48. package/dist/UI/dataDisplay/CompactDataList.mjs.map +1 -1
  49. package/dist/UI/dataDisplay/CompactDataListItem.mjs +36 -8
  50. package/dist/UI/dataDisplay/CompactDataListItem.mjs.map +1 -1
  51. package/dist/UI/dataDisplay/EmptyStateDisplay.mjs +90 -23
  52. package/dist/UI/dataDisplay/EmptyStateDisplay.mjs.map +1 -1
  53. package/dist/UI/dataDisplay/FluentActivity/FluentActivity.mjs +126 -18
  54. package/dist/UI/dataDisplay/FluentActivity/FluentActivity.mjs.map +1 -1
  55. package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.mjs +14 -1
  56. package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.mjs.map +1 -1
  57. package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.mjs +23 -4
  58. package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.mjs.map +1 -1
  59. package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.mjs +181 -29
  60. package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.mjs.map +1 -1
  61. package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.mjs.map +1 -1
  62. package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.mjs +25 -1
  63. package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.mjs.map +1 -1
  64. package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.mjs +42 -7
  65. package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.mjs.map +1 -1
  66. package/dist/UI/dataDisplay/FluentListElement.mjs +71 -14
  67. package/dist/UI/dataDisplay/FluentListElement.mjs.map +1 -1
  68. package/dist/UI/dataDisplay/FluentListItem.mjs +218 -40
  69. package/dist/UI/dataDisplay/FluentListItem.mjs.map +1 -1
  70. package/dist/UI/dataDisplay/GraphCard/GraphCard.mjs +107 -19
  71. package/dist/UI/dataDisplay/GraphCard/GraphCard.mjs.map +1 -1
  72. package/dist/UI/dataDisplay/HeaderExpander.mjs +68 -10
  73. package/dist/UI/dataDisplay/HeaderExpander.mjs.map +1 -1
  74. package/dist/UI/dataDisplay/SummaryBlock.mjs +86 -32
  75. package/dist/UI/dataDisplay/SummaryBlock.mjs.map +1 -1
  76. package/dist/UI/dataDisplay/UdpDetailList.mjs +9 -1
  77. package/dist/UI/dataDisplay/UdpDetailList.mjs.map +1 -1
  78. package/dist/UI/dataDisplay/UdpDetailListItem.mjs +9 -1
  79. package/dist/UI/dataDisplay/UdpDetailListItem.mjs.map +1 -1
  80. package/dist/UI/dataDisplay/address/AddressListItem.mjs +27 -5
  81. package/dist/UI/dataDisplay/address/AddressListItem.mjs.map +1 -1
  82. package/dist/UI/dataDisplay/calendar/TimelineCalendar.mjs +15 -2
  83. package/dist/UI/dataDisplay/calendar/TimelineCalendar.mjs.map +1 -1
  84. package/dist/UI/dataDisplay/cardList/CardList.mjs +89 -24
  85. package/dist/UI/dataDisplay/cardList/CardList.mjs.map +1 -1
  86. package/dist/UI/dataDisplay/cardList/enum.mjs.map +1 -1
  87. package/dist/UI/dataDisplay/directory/Directory.mjs +40 -27
  88. package/dist/UI/dataDisplay/directory/Directory.mjs.map +1 -1
  89. package/dist/UI/dataDisplay/directory/DirectoryListItem.mjs +33 -2
  90. package/dist/UI/dataDisplay/directory/DirectoryListItem.mjs.map +1 -1
  91. package/dist/UI/dataDisplay/entityHeader/EntityHeader.mjs +233 -109
  92. package/dist/UI/dataDisplay/entityHeader/EntityHeader.mjs.map +1 -1
  93. package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.mjs +68 -25
  94. package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.mjs.map +1 -1
  95. package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.mjs +172 -55
  96. package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.mjs.map +1 -1
  97. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.mjs +36 -8
  98. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.mjs.map +1 -1
  99. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.mjs +50 -12
  100. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.mjs.map +1 -1
  101. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.mjs +20 -3
  102. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.mjs.map +1 -1
  103. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.mjs +57 -18
  104. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.mjs.map +1 -1
  105. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.mjs +53 -12
  106. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.mjs.map +1 -1
  107. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.mjs +25 -6
  108. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.mjs.map +1 -1
  109. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.mjs +81 -22
  110. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.mjs.map +1 -1
  111. package/dist/UI/dataDisplay/map/ColorKey.mjs +35 -5
  112. package/dist/UI/dataDisplay/map/ColorKey.mjs.map +1 -1
  113. package/dist/UI/dataDisplay/map/FluentIconKey.mjs +39 -9
  114. package/dist/UI/dataDisplay/map/FluentIconKey.mjs.map +1 -1
  115. package/dist/UI/dataDisplay/map/IconKey.mjs +23 -5
  116. package/dist/UI/dataDisplay/map/IconKey.mjs.map +1 -1
  117. package/dist/UI/dataDisplay/notes/Note.mjs +98 -12
  118. package/dist/UI/dataDisplay/notes/Note.mjs.map +1 -1
  119. package/dist/UI/dataDisplay/notes/Notes.mjs +21 -5
  120. package/dist/UI/dataDisplay/notes/Notes.mjs.map +1 -1
  121. package/dist/UI/dataDisplay/status/StatusChip.mjs +56 -17
  122. package/dist/UI/dataDisplay/status/StatusChip.mjs.map +1 -1
  123. package/dist/UI/dataDisplay/status/StatusFlags.mjs +116 -38
  124. package/dist/UI/dataDisplay/status/StatusFlags.mjs.map +1 -1
  125. package/dist/UI/dataDisplay/ticketCard/NotificationElement.mjs +25 -2
  126. package/dist/UI/dataDisplay/ticketCard/NotificationElement.mjs.map +1 -1
  127. package/dist/UI/dataDisplay/ticketCard/StatusLineItem.mjs +78 -10
  128. package/dist/UI/dataDisplay/ticketCard/StatusLineItem.mjs.map +1 -1
  129. package/dist/UI/dataDisplay/ticketCard/TicketCard.mjs +82 -18
  130. package/dist/UI/dataDisplay/ticketCard/TicketCard.mjs.map +1 -1
  131. package/dist/UI/dataDisplay/typography/FormHeaders.mjs +33 -2
  132. package/dist/UI/dataDisplay/typography/FormHeaders.mjs.map +1 -1
  133. package/dist/UI/dataDisplay/typography/SideSheetHeader.mjs +164 -37
  134. package/dist/UI/dataDisplay/typography/SideSheetHeader.mjs.map +1 -1
  135. package/dist/UI/dataDisplay/typography/SidebarHeader.mjs +174 -39
  136. package/dist/UI/dataDisplay/typography/SidebarHeader.mjs.map +1 -1
  137. package/dist/UI/dataDisplay/typography/StandardTitle.mjs +27 -7
  138. package/dist/UI/dataDisplay/typography/StandardTitle.mjs.map +1 -1
  139. package/dist/UI/dataDisplay/typography/StylizedTitle.mjs +33 -8
  140. package/dist/UI/dataDisplay/typography/StylizedTitle.mjs.map +1 -1
  141. package/dist/UI/dataDisplay/typography/Typography.mjs +31 -8
  142. package/dist/UI/dataDisplay/typography/Typography.mjs.map +1 -1
  143. package/dist/UI/dataDisplay/visualization/AmbientVisualizer.mjs +571 -188
  144. package/dist/UI/dataDisplay/visualization/AmbientVisualizer.mjs.map +1 -1
  145. package/dist/UI/dataDisplay/visualization/GaugeGraph.mjs +618 -280
  146. package/dist/UI/dataDisplay/visualization/GaugeGraph.mjs.map +1 -1
  147. package/dist/UI/dataDisplay/visualization/RatioVisulization.mjs +73 -14
  148. package/dist/UI/dataDisplay/visualization/RatioVisulization.mjs.map +1 -1
  149. package/dist/UI/dataDisplay/visualization/amCharts/AmChart.mjs +176 -55
  150. package/dist/UI/dataDisplay/visualization/amCharts/AmChart.mjs.map +1 -1
  151. package/dist/UI/feedback/AmbientAlert.mjs +90 -18
  152. package/dist/UI/feedback/AmbientAlert.mjs.map +1 -1
  153. package/dist/UI/feedback/AmbientToast.mjs +125 -30
  154. package/dist/UI/feedback/AmbientToast.mjs.map +1 -1
  155. package/dist/UI/feedback/FluentDialog.mjs +217 -38
  156. package/dist/UI/feedback/FluentDialog.mjs.map +1 -1
  157. package/dist/UI/feedback/MenuLoader.mjs +35 -13
  158. package/dist/UI/feedback/MenuLoader.mjs.map +1 -1
  159. package/dist/UI/feedback/NodeLoader.mjs +56 -19
  160. package/dist/UI/feedback/NodeLoader.mjs.map +1 -1
  161. package/dist/UI/feedback/PageLoading.mjs +14 -1
  162. package/dist/UI/feedback/PageLoading.mjs.map +1 -1
  163. package/dist/UI/fileViewer/FileViewer.mjs.map +1 -1
  164. package/dist/UI/fileViewer/imageSlider/Image.mjs +45 -10
  165. package/dist/UI/fileViewer/imageSlider/Image.mjs.map +1 -1
  166. package/dist/UI/fileViewer/imageSlider/ImageFooter.mjs +62 -35
  167. package/dist/UI/fileViewer/imageSlider/ImageFooter.mjs.map +1 -1
  168. package/dist/UI/fileViewer/imageSlider/ImageSlider.mjs +191 -80
  169. package/dist/UI/fileViewer/imageSlider/ImageSlider.mjs.map +1 -1
  170. package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.mjs +61 -17
  171. package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.mjs.map +1 -1
  172. package/dist/UI/fileViewer/pdfViewer/ControlPanel.mjs +301 -63
  173. package/dist/UI/fileViewer/pdfViewer/ControlPanel.mjs.map +1 -1
  174. package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs +94 -45
  175. package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs.map +1 -1
  176. package/dist/UI/fileViewer/utils/fileTypes.mjs.map +1 -1
  177. package/dist/UI/fileViewer/utils/fileUtils.mjs.map +1 -1
  178. package/dist/UI/floorplans/CoreLayoutFloorplan.mjs +441 -64
  179. package/dist/UI/floorplans/CoreLayoutFloorplan.mjs.map +1 -1
  180. package/dist/UI/fluent-web-components/UdpAccordion.mjs +9 -1
  181. package/dist/UI/fluent-web-components/UdpAccordion.mjs.map +1 -1
  182. package/dist/UI/fluent-web-components/UdpAutocomplete.mjs +88 -20
  183. package/dist/UI/fluent-web-components/UdpAutocomplete.mjs.map +1 -1
  184. package/dist/UI/fluent-web-components/UdpAvatar.mjs +9 -1
  185. package/dist/UI/fluent-web-components/UdpAvatar.mjs.map +1 -1
  186. package/dist/UI/fluent-web-components/UdpBadge.mjs +9 -1
  187. package/dist/UI/fluent-web-components/UdpBadge.mjs.map +1 -1
  188. package/dist/UI/fluent-web-components/UdpButton.mjs +9 -1
  189. package/dist/UI/fluent-web-components/UdpButton.mjs.map +1 -1
  190. package/dist/UI/fluent-web-components/UdpCard.mjs +9 -1
  191. package/dist/UI/fluent-web-components/UdpCard.mjs.map +1 -1
  192. package/dist/UI/fluent-web-components/UdpCheckbox.mjs +58 -12
  193. package/dist/UI/fluent-web-components/UdpCheckbox.mjs.map +1 -1
  194. package/dist/UI/fluent-web-components/UdpChip.mjs +9 -1
  195. package/dist/UI/fluent-web-components/UdpChip.mjs.map +1 -1
  196. package/dist/UI/fluent-web-components/UdpCompoundButton.mjs +9 -1
  197. package/dist/UI/fluent-web-components/UdpCompoundButton.mjs.map +1 -1
  198. package/dist/UI/fluent-web-components/UdpContainerQuery.mjs +9 -1
  199. package/dist/UI/fluent-web-components/UdpContainerQuery.mjs.map +1 -1
  200. package/dist/UI/fluent-web-components/UdpContainerQueryGrid.mjs +9 -1
  201. package/dist/UI/fluent-web-components/UdpContainerQueryGrid.mjs.map +1 -1
  202. package/dist/UI/fluent-web-components/UdpCounterBadge.mjs +9 -1
  203. package/dist/UI/fluent-web-components/UdpCounterBadge.mjs.map +1 -1
  204. package/dist/UI/fluent-web-components/UdpDateInput.mjs +88 -20
  205. package/dist/UI/fluent-web-components/UdpDateInput.mjs.map +1 -1
  206. package/dist/UI/fluent-web-components/UdpDatePicker.mjs +38 -8
  207. package/dist/UI/fluent-web-components/UdpDatePicker.mjs.map +1 -1
  208. package/dist/UI/fluent-web-components/UdpDateTimeInput.mjs +58 -12
  209. package/dist/UI/fluent-web-components/UdpDateTimeInput.mjs.map +1 -1
  210. package/dist/UI/fluent-web-components/UdpDialog.mjs +32 -9
  211. package/dist/UI/fluent-web-components/UdpDialog.mjs.map +1 -1
  212. package/dist/UI/fluent-web-components/UdpDivider.mjs +9 -1
  213. package/dist/UI/fluent-web-components/UdpDivider.mjs.map +1 -1
  214. package/dist/UI/fluent-web-components/UdpDrawer.mjs +32 -9
  215. package/dist/UI/fluent-web-components/UdpDrawer.mjs.map +1 -1
  216. package/dist/UI/fluent-web-components/UdpDropdown.mjs +88 -20
  217. package/dist/UI/fluent-web-components/UdpDropdown.mjs.map +1 -1
  218. package/dist/UI/fluent-web-components/UdpDurationInput.mjs +89 -21
  219. package/dist/UI/fluent-web-components/UdpDurationInput.mjs.map +1 -1
  220. package/dist/UI/fluent-web-components/UdpFlexbox.mjs +9 -1
  221. package/dist/UI/fluent-web-components/UdpFlexbox.mjs.map +1 -1
  222. package/dist/UI/fluent-web-components/UdpIcon.mjs +9 -1
  223. package/dist/UI/fluent-web-components/UdpIcon.mjs.map +1 -1
  224. package/dist/UI/fluent-web-components/UdpIconButton.mjs +9 -1
  225. package/dist/UI/fluent-web-components/UdpIconButton.mjs.map +1 -1
  226. package/dist/UI/fluent-web-components/UdpIconGrid.mjs +9 -1
  227. package/dist/UI/fluent-web-components/UdpIconGrid.mjs.map +1 -1
  228. package/dist/UI/fluent-web-components/UdpImage.mjs +9 -1
  229. package/dist/UI/fluent-web-components/UdpImage.mjs.map +1 -1
  230. package/dist/UI/fluent-web-components/UdpLink.mjs +9 -1
  231. package/dist/UI/fluent-web-components/UdpLink.mjs.map +1 -1
  232. package/dist/UI/fluent-web-components/UdpList.mjs +9 -1
  233. package/dist/UI/fluent-web-components/UdpList.mjs.map +1 -1
  234. package/dist/UI/fluent-web-components/UdpListItem.mjs +9 -1
  235. package/dist/UI/fluent-web-components/UdpListItem.mjs.map +1 -1
  236. package/dist/UI/fluent-web-components/UdpMenu.mjs +9 -1
  237. package/dist/UI/fluent-web-components/UdpMenu.mjs.map +1 -1
  238. package/dist/UI/fluent-web-components/UdpMessageBar.mjs +9 -1
  239. package/dist/UI/fluent-web-components/UdpMessageBar.mjs.map +1 -1
  240. package/dist/UI/fluent-web-components/UdpPopover.mjs +9 -1
  241. package/dist/UI/fluent-web-components/UdpPopover.mjs.map +1 -1
  242. package/dist/UI/fluent-web-components/UdpPrimaryActionHeader.mjs +9 -1
  243. package/dist/UI/fluent-web-components/UdpPrimaryActionHeader.mjs.map +1 -1
  244. package/dist/UI/fluent-web-components/UdpProgressBar.mjs +9 -1
  245. package/dist/UI/fluent-web-components/UdpProgressBar.mjs.map +1 -1
  246. package/dist/UI/fluent-web-components/UdpRadioGroup.mjs +58 -12
  247. package/dist/UI/fluent-web-components/UdpRadioGroup.mjs.map +1 -1
  248. package/dist/UI/fluent-web-components/UdpSearchInput.mjs +88 -20
  249. package/dist/UI/fluent-web-components/UdpSearchInput.mjs.map +1 -1
  250. package/dist/UI/fluent-web-components/UdpSlider.mjs +58 -12
  251. package/dist/UI/fluent-web-components/UdpSlider.mjs.map +1 -1
  252. package/dist/UI/fluent-web-components/UdpSpinner.mjs +9 -1
  253. package/dist/UI/fluent-web-components/UdpSpinner.mjs.map +1 -1
  254. package/dist/UI/fluent-web-components/UdpSwatchPicker.mjs +45 -10
  255. package/dist/UI/fluent-web-components/UdpSwatchPicker.mjs.map +1 -1
  256. package/dist/UI/fluent-web-components/UdpSwitch.mjs +58 -12
  257. package/dist/UI/fluent-web-components/UdpSwitch.mjs.map +1 -1
  258. package/dist/UI/fluent-web-components/UdpTablist.mjs +9 -1
  259. package/dist/UI/fluent-web-components/UdpTablist.mjs.map +1 -1
  260. package/dist/UI/fluent-web-components/UdpText.mjs +9 -1
  261. package/dist/UI/fluent-web-components/UdpText.mjs.map +1 -1
  262. package/dist/UI/fluent-web-components/UdpTextInput.mjs +88 -20
  263. package/dist/UI/fluent-web-components/UdpTextInput.mjs.map +1 -1
  264. package/dist/UI/fluent-web-components/UdpTextarea.mjs +88 -20
  265. package/dist/UI/fluent-web-components/UdpTextarea.mjs.map +1 -1
  266. package/dist/UI/fluent-web-components/UdpTimeInput.mjs +93 -21
  267. package/dist/UI/fluent-web-components/UdpTimeInput.mjs.map +1 -1
  268. package/dist/UI/fluent-web-components/UdpToggleButton.mjs +9 -1
  269. package/dist/UI/fluent-web-components/UdpToggleButton.mjs.map +1 -1
  270. package/dist/UI/fluent-web-components/UdpTooltip.mjs +9 -1
  271. package/dist/UI/fluent-web-components/UdpTooltip.mjs.map +1 -1
  272. package/dist/UI/fluent-web-components/UdpTree.mjs +47 -9
  273. package/dist/UI/fluent-web-components/UdpTree.mjs.map +1 -1
  274. package/dist/UI/fluent-web-components/UdpTreeItem.mjs +66 -6
  275. package/dist/UI/fluent-web-components/UdpTreeItem.mjs.map +1 -1
  276. package/dist/UI/fluent-web-components/UdpVerticalSpacer.mjs +9 -1
  277. package/dist/UI/fluent-web-components/UdpVerticalSpacer.mjs.map +1 -1
  278. package/dist/UI/fluent-web-components/utils/formEvents.mjs.map +1 -1
  279. package/dist/UI/forms/CrudForm.mjs +50 -50
  280. package/dist/UI/forms/CrudForm.mjs.map +1 -1
  281. package/dist/UI/forms/LoginForm.mjs +165 -52
  282. package/dist/UI/forms/LoginForm.mjs.map +1 -1
  283. package/dist/UI/forms/PaymentReversalForm.mjs +7 -7
  284. package/dist/UI/forms/PaymentReversalForm.mjs.map +1 -1
  285. package/dist/UI/forms/UdpCrudFormFields.mjs +1 -1
  286. package/dist/UI/forms/UdpCrudFormFields.mjs.map +1 -1
  287. package/dist/UI/forms/UdpTransactionEmailForm.mjs +276 -84
  288. package/dist/UI/forms/UdpTransactionEmailForm.mjs.map +1 -1
  289. package/dist/UI/forms/VirtualForm.mjs +62 -19
  290. package/dist/UI/forms/VirtualForm.mjs.map +1 -1
  291. package/dist/UI/iframe/Iframe.mjs +65 -21
  292. package/dist/UI/iframe/Iframe.mjs.map +1 -1
  293. package/dist/UI/inputs/buttons/AmbientCardButton.mjs +64 -8
  294. package/dist/UI/inputs/buttons/AmbientCardButton.mjs.map +1 -1
  295. package/dist/UI/inputs/buttons/AmbientChipButton.mjs +59 -12
  296. package/dist/UI/inputs/buttons/AmbientChipButton.mjs.map +1 -1
  297. package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.mjs +41 -7
  298. package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.mjs.map +1 -1
  299. package/dist/UI/inputs/buttons/AmbientToggleButton.mjs +54 -8
  300. package/dist/UI/inputs/buttons/AmbientToggleButton.mjs.map +1 -1
  301. package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.mjs +123 -32
  302. package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.mjs.map +1 -1
  303. package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.mjs +126 -32
  304. package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.mjs.map +1 -1
  305. package/dist/UI/inputs/buttons/AmbientTokenButton.mjs +55 -14
  306. package/dist/UI/inputs/buttons/AmbientTokenButton.mjs.map +1 -1
  307. package/dist/UI/inputs/buttons/FUISquareIconButton.mjs +13 -4
  308. package/dist/UI/inputs/buttons/FUISquareIconButton.mjs.map +1 -1
  309. package/dist/UI/inputs/buttons/FluentButton.mjs +74 -17
  310. package/dist/UI/inputs/buttons/FluentButton.mjs.map +1 -1
  311. package/dist/UI/inputs/buttons/FluentCompoundButton.mjs +56 -7
  312. package/dist/UI/inputs/buttons/FluentCompoundButton.mjs.map +1 -1
  313. package/dist/UI/inputs/buttons/FluentIconButton.mjs +55 -10
  314. package/dist/UI/inputs/buttons/FluentIconButton.mjs.map +1 -1
  315. package/dist/UI/inputs/buttons/FluentMenuListButton.mjs +98 -7
  316. package/dist/UI/inputs/buttons/FluentMenuListButton.mjs.map +1 -1
  317. package/dist/UI/inputs/buttons/FluentUploadButton.mjs +62 -18
  318. package/dist/UI/inputs/buttons/FluentUploadButton.mjs.map +1 -1
  319. package/dist/UI/inputs/buttons/FluentUploadIconButton.mjs +64 -19
  320. package/dist/UI/inputs/buttons/FluentUploadIconButton.mjs.map +1 -1
  321. package/dist/UI/inputs/buttons/IconButtonWithToolTip.mjs +86 -16
  322. package/dist/UI/inputs/buttons/IconButtonWithToolTip.mjs.map +1 -1
  323. package/dist/UI/inputs/buttons/PrimaryActionButton.mjs +43 -10
  324. package/dist/UI/inputs/buttons/PrimaryActionButton.mjs.map +1 -1
  325. package/dist/UI/inputs/buttons/ToolBarButton.mjs +67 -17
  326. package/dist/UI/inputs/buttons/ToolBarButton.mjs.map +1 -1
  327. package/dist/UI/inputs/buttons/UdpActionCard/UdpActionCard.mjs +185 -46
  328. package/dist/UI/inputs/buttons/UdpActionCard/UdpActionCard.mjs.map +1 -1
  329. package/dist/UI/inputs/calendar/AmbientDateRangeSelector.mjs +51 -12
  330. package/dist/UI/inputs/calendar/AmbientDateRangeSelector.mjs.map +1 -1
  331. package/dist/UI/inputs/calendar/AmbientSingleDateSelector.mjs.map +1 -1
  332. package/dist/UI/inputs/checkbox/FluentCheckbox.mjs +61 -10
  333. package/dist/UI/inputs/checkbox/FluentCheckbox.mjs.map +1 -1
  334. package/dist/UI/inputs/dateRangeSelector/UdpDateRangeSelector.mjs +9 -1
  335. package/dist/UI/inputs/dateRangeSelector/UdpDateRangeSelector.mjs.map +1 -1
  336. package/dist/UI/inputs/datetimes/DateField.mjs +52 -19
  337. package/dist/UI/inputs/datetimes/DateField.mjs.map +1 -1
  338. package/dist/UI/inputs/datetimes/DateTimeField.mjs +51 -18
  339. package/dist/UI/inputs/datetimes/DateTimeField.mjs.map +1 -1
  340. package/dist/UI/inputs/datetimes/TimeField.mjs +57 -23
  341. package/dist/UI/inputs/datetimes/TimeField.mjs.map +1 -1
  342. package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.mjs +51 -15
  343. package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.mjs.map +1 -1
  344. package/dist/UI/inputs/fieldArrayCard/DateRangeField.mjs +170 -52
  345. package/dist/UI/inputs/fieldArrayCard/DateRangeField.mjs.map +1 -1
  346. package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.mjs +200 -142
  347. package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.mjs.map +1 -1
  348. package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.mjs +174 -70
  349. package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.mjs.map +1 -1
  350. package/dist/UI/inputs/fieldArrayCard/fieldArrayCardEnum.mjs.map +1 -1
  351. package/dist/UI/inputs/link/BreadCrumbMenu.mjs +61 -26
  352. package/dist/UI/inputs/link/BreadCrumbMenu.mjs.map +1 -1
  353. package/dist/UI/inputs/link/FluentLink.mjs +55 -16
  354. package/dist/UI/inputs/link/FluentLink.mjs.map +1 -1
  355. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.mjs +92 -17
  356. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.mjs.map +1 -1
  357. package/dist/UI/inputs/menus/AmbientStepper/StepLabel.mjs +154 -24
  358. package/dist/UI/inputs/menus/AmbientStepper/StepLabel.mjs.map +1 -1
  359. package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.mjs.map +1 -1
  360. package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.mjs +72 -18
  361. package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.mjs.map +1 -1
  362. package/dist/UI/inputs/menus/FluentSelectGroupMenu.mjs +73 -18
  363. package/dist/UI/inputs/menus/FluentSelectGroupMenu.mjs.map +1 -1
  364. package/dist/UI/inputs/menus/FluentSelectMenu.mjs +89 -14
  365. package/dist/UI/inputs/menus/FluentSelectMenu.mjs.map +1 -1
  366. package/dist/UI/inputs/menus/FluentSimpleSelect.mjs +53 -14
  367. package/dist/UI/inputs/menus/FluentSimpleSelect.mjs.map +1 -1
  368. package/dist/UI/inputs/pickers/FluentColorPicker.mjs +96 -28
  369. package/dist/UI/inputs/pickers/FluentColorPicker.mjs.map +1 -1
  370. package/dist/UI/inputs/pickers/FluentDatePicker.mjs +134 -35
  371. package/dist/UI/inputs/pickers/FluentDatePicker.mjs.map +1 -1
  372. package/dist/UI/inputs/pickers/FluentDateTimePicker.mjs +132 -33
  373. package/dist/UI/inputs/pickers/FluentDateTimePicker.mjs.map +1 -1
  374. package/dist/UI/inputs/pickers/FluentTimePicker.mjs +104 -24
  375. package/dist/UI/inputs/pickers/FluentTimePicker.mjs.map +1 -1
  376. package/dist/UI/inputs/pickers/UdpDateSelector.mjs +58 -15
  377. package/dist/UI/inputs/pickers/UdpDateSelector.mjs.map +1 -1
  378. package/dist/UI/inputs/pickers/UdpTimeSelector.mjs +45 -11
  379. package/dist/UI/inputs/pickers/UdpTimeSelector.mjs.map +1 -1
  380. package/dist/UI/inputs/radio/FluentRadio.mjs +47 -10
  381. package/dist/UI/inputs/radio/FluentRadio.mjs.map +1 -1
  382. package/dist/UI/inputs/radio/FluentRadioGroup.mjs +29 -6
  383. package/dist/UI/inputs/radio/FluentRadioGroup.mjs.map +1 -1
  384. package/dist/UI/inputs/richEditors/CkRichEditor.mjs +100 -31
  385. package/dist/UI/inputs/richEditors/CkRichEditor.mjs.map +1 -1
  386. package/dist/UI/inputs/sliders/FluentInputSlider.mjs +67 -24
  387. package/dist/UI/inputs/sliders/FluentInputSlider.mjs.map +1 -1
  388. package/dist/UI/inputs/textField/AmbientAutoComplete.mjs +58 -50
  389. package/dist/UI/inputs/textField/AmbientAutoComplete.mjs.map +1 -1
  390. package/dist/UI/inputs/textField/AmbientTextField.mjs +110 -21
  391. package/dist/UI/inputs/textField/AmbientTextField.mjs.map +1 -1
  392. package/dist/UI/inputs/textField/FluentSearchField.mjs +124 -54
  393. package/dist/UI/inputs/textField/FluentSearchField.mjs.map +1 -1
  394. package/dist/UI/inputs/textField/FluentTagField.mjs +121 -28
  395. package/dist/UI/inputs/textField/FluentTagField.mjs.map +1 -1
  396. package/dist/UI/inputs/textField/FluentTextField.mjs +109 -22
  397. package/dist/UI/inputs/textField/FluentTextField.mjs.map +1 -1
  398. package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.mjs +60 -52
  399. package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.mjs.map +1 -1
  400. package/dist/UI/inputs/textField/KeyValueTextField.mjs +94 -42
  401. package/dist/UI/inputs/textField/KeyValueTextField.mjs.map +1 -1
  402. package/dist/UI/inputs/toggle/FluentToggle.mjs +34 -7
  403. package/dist/UI/inputs/toggle/FluentToggle.mjs.map +1 -1
  404. package/dist/UI/loading/CircularProgress.mjs +101 -27
  405. package/dist/UI/loading/CircularProgress.mjs.map +1 -1
  406. package/dist/UI/loading/LinearProgress.mjs +101 -27
  407. package/dist/UI/loading/LinearProgress.mjs.map +1 -1
  408. package/dist/UI/loading/LoadingIndicator/LoadingIndicator.mjs +36 -13
  409. package/dist/UI/loading/LoadingIndicator/LoadingIndicator.mjs.map +1 -1
  410. package/dist/UI/loading/LoadingOverlay.mjs +28 -6
  411. package/dist/UI/loading/LoadingOverlay.mjs.map +1 -1
  412. package/dist/UI/mapLayout/MapLayout.mjs.map +1 -1
  413. package/dist/UI/mapLayout/ui/ActionsRenderer.mjs +25 -8
  414. package/dist/UI/mapLayout/ui/ActionsRenderer.mjs.map +1 -1
  415. package/dist/UI/mapLayout/ui/CheckboxGroup.mjs +18 -18
  416. package/dist/UI/mapLayout/ui/CheckboxGroup.mjs.map +1 -1
  417. package/dist/UI/mapLayout/ui/CheckboxList.mjs +22 -6
  418. package/dist/UI/mapLayout/ui/CheckboxList.mjs.map +1 -1
  419. package/dist/UI/mapLayout/ui/CompactCard.mjs +184 -44
  420. package/dist/UI/mapLayout/ui/CompactCard.mjs.map +1 -1
  421. package/dist/UI/mapLayout/ui/ListCard.mjs +79 -17
  422. package/dist/UI/mapLayout/ui/ListCard.mjs.map +1 -1
  423. package/dist/UI/mapLayout/ui/ListView.mjs.map +1 -1
  424. package/dist/UI/mapLayout/ui/PopoverCard.mjs +321 -78
  425. package/dist/UI/mapLayout/ui/PopoverCard.mjs.map +1 -1
  426. package/dist/UI/mapLayout/ui/Statistic.mjs +68 -16
  427. package/dist/UI/mapLayout/ui/Statistic.mjs.map +1 -1
  428. package/dist/UI/mapLayout/utilities/MapUtilities.mjs.map +1 -1
  429. package/dist/UI/maps/UdpMap.mjs +9 -1
  430. package/dist/UI/maps/UdpMap.mjs.map +1 -1
  431. package/dist/UI/maps/UdpMapComponent.mjs +9 -1
  432. package/dist/UI/maps/UdpMapComponent.mjs.map +1 -1
  433. package/dist/UI/maps/UdpMapToolbar.mjs +9 -1
  434. package/dist/UI/maps/UdpMapToolbar.mjs.map +1 -1
  435. package/dist/UI/navigation/FluentSideNav.mjs +177 -50
  436. package/dist/UI/navigation/FluentSideNav.mjs.map +1 -1
  437. package/dist/UI/navigation/menus/AppMenu.mjs +34 -10
  438. package/dist/UI/navigation/menus/AppMenu.mjs.map +1 -1
  439. package/dist/UI/navigation/menus/AppMenuItem.mjs +222 -53
  440. package/dist/UI/navigation/menus/AppMenuItem.mjs.map +1 -1
  441. package/dist/UI/navigation/menus/AppMenuItemComponent.mjs +86 -22
  442. package/dist/UI/navigation/menus/AppMenuItemComponent.mjs.map +1 -1
  443. package/dist/UI/navigation/menus/Expander.mjs +106 -19
  444. package/dist/UI/navigation/menus/Expander.mjs.map +1 -1
  445. package/dist/UI/navigation/menus/ExpanderItem.mjs +39 -2
  446. package/dist/UI/navigation/menus/ExpanderItem.mjs.map +1 -1
  447. package/dist/UI/navigation/menus/FluentMenuListItem.mjs +66 -8
  448. package/dist/UI/navigation/menus/FluentMenuListItem.mjs.map +1 -1
  449. package/dist/UI/navigation/tabs/UdpTabPanel.mjs +45 -9
  450. package/dist/UI/navigation/tabs/UdpTabPanel.mjs.map +1 -1
  451. package/dist/UI/navigation/tabs/UdpTabUtility.mjs +60 -21
  452. package/dist/UI/navigation/tabs/UdpTabUtility.mjs.map +1 -1
  453. package/dist/UI/navigation/tabs/UdpTabs.mjs +22 -22
  454. package/dist/UI/navigation/tabs/UdpTabs.mjs.map +1 -1
  455. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.mjs +79 -13
  456. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.mjs.map +1 -1
  457. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.mjs +46 -8
  458. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.mjs.map +1 -1
  459. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.mjs +56 -8
  460. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.mjs.map +1 -1
  461. package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.mjs.map +1 -1
  462. package/dist/UI/property/PropertyFields.mjs +41 -13
  463. package/dist/UI/property/PropertyFields.mjs.map +1 -1
  464. package/dist/UI/property/widgets/AutoCompletePropertyWidget.mjs +54 -16
  465. package/dist/UI/property/widgets/AutoCompletePropertyWidget.mjs.map +1 -1
  466. package/dist/UI/property/widgets/BooleanPropertyWidget.mjs +29 -5
  467. package/dist/UI/property/widgets/BooleanPropertyWidget.mjs.map +1 -1
  468. package/dist/UI/property/widgets/DatePropertyWidget.mjs +13 -5
  469. package/dist/UI/property/widgets/DatePropertyWidget.mjs.map +1 -1
  470. package/dist/UI/property/widgets/DateTimePropertyWidget.mjs +13 -5
  471. package/dist/UI/property/widgets/DateTimePropertyWidget.mjs.map +1 -1
  472. package/dist/UI/property/widgets/FloatPropertyWidget.mjs +44 -7
  473. package/dist/UI/property/widgets/FloatPropertyWidget.mjs.map +1 -1
  474. package/dist/UI/property/widgets/IntegerPropertyWidget.mjs +37 -8
  475. package/dist/UI/property/widgets/IntegerPropertyWidget.mjs.map +1 -1
  476. package/dist/UI/property/widgets/MultilineTextPropertyWidget.mjs +14 -6
  477. package/dist/UI/property/widgets/MultilineTextPropertyWidget.mjs.map +1 -1
  478. package/dist/UI/property/widgets/NumericPropertyWidget.mjs +15 -7
  479. package/dist/UI/property/widgets/NumericPropertyWidget.mjs.map +1 -1
  480. package/dist/UI/property/widgets/SelectPropertyWidget.mjs +24 -6
  481. package/dist/UI/property/widgets/SelectPropertyWidget.mjs.map +1 -1
  482. package/dist/UI/property/widgets/TextPropertyWidget.mjs +71 -18
  483. package/dist/UI/property/widgets/TextPropertyWidget.mjs.map +1 -1
  484. package/dist/UI/property/widgets/TimePropertyWidget.mjs +13 -5
  485. package/dist/UI/property/widgets/TimePropertyWidget.mjs.map +1 -1
  486. package/dist/UI/property/widgets/index.mjs.map +1 -1
  487. package/dist/UI/stepper/udp-stepper.mjs +11 -1
  488. package/dist/UI/stepper/udp-stepper.mjs.map +1 -1
  489. package/dist/UI/support/SupportCaseForm.mjs +26 -26
  490. package/dist/UI/support/SupportCaseForm.mjs.map +1 -1
  491. package/dist/UI/support/SupportCaseSideSheet.mjs +32 -12
  492. package/dist/UI/support/SupportCaseSideSheet.mjs.map +1 -1
  493. package/dist/UI/surfaces/NestedGrid/NestedGrid.mjs +103 -33
  494. package/dist/UI/surfaces/NestedGrid/NestedGrid.mjs.map +1 -1
  495. package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.mjs +33 -7
  496. package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.mjs.map +1 -1
  497. package/dist/UI/surfaces/SideSheet.mjs +208 -33
  498. package/dist/UI/surfaces/SideSheet.mjs.map +1 -1
  499. package/dist/UI/surfaces/cards/AmbientCard/AmbientCard.mjs +319 -71
  500. package/dist/UI/surfaces/cards/AmbientCard/AmbientCard.mjs.map +1 -1
  501. package/dist/UI/surfaces/cards/AmbientCard/AmbientCardTitle.mjs.map +1 -1
  502. package/dist/UI/surfaces/cards/BioCard.mjs +150 -22
  503. package/dist/UI/surfaces/cards/BioCard.mjs.map +1 -1
  504. package/dist/UI/surfaces/cards/InfoCard.mjs +95 -14
  505. package/dist/UI/surfaces/cards/InfoCard.mjs.map +1 -1
  506. package/dist/UI/surfaces/cards/QuickViewCard.mjs +22 -8
  507. package/dist/UI/surfaces/cards/QuickViewCard.mjs.map +1 -1
  508. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientSplitStatCard.mjs +188 -28
  509. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientSplitStatCard.mjs.map +1 -1
  510. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientVisualizationCard.mjs +282 -95
  511. package/dist/UI/surfaces/cards/chartDisplayCards/AmbientVisualizationCard.mjs.map +1 -1
  512. package/dist/UI/surfaces/cards/fluentCards/FUICard.mjs +147 -28
  513. package/dist/UI/surfaces/cards/fluentCards/FUICard.mjs.map +1 -1
  514. package/dist/UI/surfaces/cards/fluentCards/FUICardHeader.mjs +55 -9
  515. package/dist/UI/surfaces/cards/fluentCards/FUICardHeader.mjs.map +1 -1
  516. package/dist/UI/surfaces/cards/fluentCards/FluentCard.mjs +28 -7
  517. package/dist/UI/surfaces/cards/fluentCards/FluentCard.mjs.map +1 -1
  518. package/dist/UI/surfaces/cards/fluentCards/FluentCardActions.mjs +27 -6
  519. package/dist/UI/surfaces/cards/fluentCards/FluentCardActions.mjs.map +1 -1
  520. package/dist/UI/surfaces/cards/fluentCards/FluentCardContent.mjs +27 -6
  521. package/dist/UI/surfaces/cards/fluentCards/FluentCardContent.mjs.map +1 -1
  522. package/dist/UI/surfaces/cards/fluentCards/FluentCardHeader.mjs +27 -6
  523. package/dist/UI/surfaces/cards/fluentCards/FluentCardHeader.mjs.map +1 -1
  524. package/dist/UI/surfaces/cards/fluentCards/FluentCardText.mjs +61 -28
  525. package/dist/UI/surfaces/cards/fluentCards/FluentCardText.mjs.map +1 -1
  526. package/dist/UI/surfaces/cards/newsCard/NewsCard.mjs +144 -19
  527. package/dist/UI/surfaces/cards/newsCard/NewsCard.mjs.map +1 -1
  528. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.mjs +95 -21
  529. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.mjs.map +1 -1
  530. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.mjs +59 -2
  531. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.mjs.map +1 -1
  532. package/dist/UI/templates/DraggableSidebarTemplate.mjs +118 -38
  533. package/dist/UI/templates/DraggableSidebarTemplate.mjs.map +1 -1
  534. package/dist/UI/templates/OpenPage.mjs +48 -8
  535. package/dist/UI/templates/OpenPage.mjs.map +1 -1
  536. package/dist/UI/templates/SapFlexibleTemplate.mjs.map +1 -1
  537. package/dist/UI/templates/ToggleSection.mjs +47 -6
  538. package/dist/UI/templates/ToggleSection.mjs.map +1 -1
  539. package/dist/UI/templates/calendar/UdpCalendar.mjs +53 -11
  540. package/dist/UI/templates/calendar/UdpCalendar.mjs.map +1 -1
  541. package/dist/UI/templates/calendar/UdpCalendarDayView.mjs +34 -2
  542. package/dist/UI/templates/calendar/UdpCalendarDayView.mjs.map +1 -1
  543. package/dist/UI/templates/calendar/UdpCalendarMonthView.mjs +34 -2
  544. package/dist/UI/templates/calendar/UdpCalendarMonthView.mjs.map +1 -1
  545. package/dist/UI/templates/calendar/UdpCalendarWeekView.mjs +34 -2
  546. package/dist/UI/templates/calendar/UdpCalendarWeekView.mjs.map +1 -1
  547. package/dist/UI/templates/calendar/UdpCalendarYearView.mjs +34 -2
  548. package/dist/UI/templates/calendar/UdpCalendarYearView.mjs.map +1 -1
  549. package/dist/UI/templates/deprecated/AmbientGridTemplate/AmbientGridTemplate.mjs +1084 -338
  550. package/dist/UI/templates/deprecated/AmbientGridTemplate/AmbientGridTemplate.mjs.map +1 -1
  551. package/dist/UI/templates/deprecated/UdpGridTemplate/UdpGridTemplate.mjs +87 -27
  552. package/dist/UI/templates/deprecated/UdpGridTemplate/UdpGridTemplate.mjs.map +1 -1
  553. package/dist/UI/templates/newGrid/ApiMethodInstanceUdpGrid.mjs +9 -1
  554. package/dist/UI/templates/newGrid/ApiMethodInstanceUdpGrid.mjs.map +1 -1
  555. package/dist/UI/templates/newGrid/BackwardsCompatibleGrid.mjs +234 -81
  556. package/dist/UI/templates/newGrid/BackwardsCompatibleGrid.mjs.map +1 -1
  557. package/dist/UI/templates/newGrid/ClientSideUdpGrid.mjs +9 -1
  558. package/dist/UI/templates/newGrid/ClientSideUdpGrid.mjs.map +1 -1
  559. package/dist/UI/templates/newGrid/SearchMethodUdpGrid.mjs +9 -1
  560. package/dist/UI/templates/newGrid/SearchMethodUdpGrid.mjs.map +1 -1
  561. package/dist/UI/templates/newGrid/ServerSideUdpGrid.mjs +9 -1
  562. package/dist/UI/templates/newGrid/ServerSideUdpGrid.mjs.map +1 -1
  563. package/dist/UI/templates/ui/ExtenderToggle.mjs +49 -11
  564. package/dist/UI/templates/ui/ExtenderToggle.mjs.map +1 -1
  565. package/dist/UI/templates/ui/GridGroupingHeader.mjs +64 -12
  566. package/dist/UI/templates/ui/GridGroupingHeader.mjs.map +1 -1
  567. package/dist/UI/templates/ui/GridGroupingSidebar.mjs +119 -43
  568. package/dist/UI/templates/ui/GridGroupingSidebar.mjs.map +1 -1
  569. package/dist/UI/templates/ui/GridSidebarContainer.mjs +34 -5
  570. package/dist/UI/templates/ui/GridSidebarContainer.mjs.map +1 -1
  571. package/dist/UI/templates/ui/TokenGroupItem.mjs +36 -11
  572. package/dist/UI/templates/ui/TokenGroupItem.mjs.map +1 -1
  573. package/dist/UI/templates/ui/renderers/ActionsRenderer.mjs +239 -116
  574. package/dist/UI/templates/ui/renderers/ActionsRenderer.mjs.map +1 -1
  575. package/dist/UI/templates/ui/renderers/IconRenderer.mjs +55 -7
  576. package/dist/UI/templates/ui/renderers/IconRenderer.mjs.map +1 -1
  577. package/dist/UI/templates/ui/renderers/StatusCellRenderer.mjs +34 -7
  578. package/dist/UI/templates/ui/renderers/StatusCellRenderer.mjs.map +1 -1
  579. package/dist/UI/timeline/ExtendActions.mjs +33 -9
  580. package/dist/UI/timeline/ExtendActions.mjs.map +1 -1
  581. package/dist/UI/timeline/TimeEntryStates.mjs +79 -18
  582. package/dist/UI/timeline/TimeEntryStates.mjs.map +1 -1
  583. package/dist/UI/timeline/TimeLine.mjs +103 -33
  584. package/dist/UI/timeline/TimeLine.mjs.map +1 -1
  585. package/dist/UI/timeline/TimelineElement.mjs +96 -13
  586. package/dist/UI/timeline/TimelineElement.mjs.map +1 -1
  587. package/dist/UI/timeline/UdpTimeline.mjs +9 -1
  588. package/dist/UI/timeline/UdpTimeline.mjs.map +1 -1
  589. package/dist/UI/timeline/UdpTimelineContent.mjs +9 -1
  590. package/dist/UI/timeline/UdpTimelineContent.mjs.map +1 -1
  591. package/dist/UI/timeline/UdpTimelineDot.mjs +9 -1
  592. package/dist/UI/timeline/UdpTimelineDot.mjs.map +1 -1
  593. package/dist/UI/timeline/UdpTimelineItem.mjs +9 -1
  594. package/dist/UI/timeline/UdpTimelineItem.mjs.map +1 -1
  595. package/dist/UI/timeline/UdpTimelineItemConnector.mjs +9 -1
  596. package/dist/UI/timeline/UdpTimelineItemConnector.mjs.map +1 -1
  597. package/dist/UI/timeline/UdpTimelineItemSeparator.mjs +9 -1
  598. package/dist/UI/timeline/UdpTimelineItemSeparator.mjs.map +1 -1
  599. package/dist/UI/timeline/fluentTimeline/FluentTimeline.mjs +34 -12
  600. package/dist/UI/timeline/fluentTimeline/FluentTimeline.mjs.map +1 -1
  601. package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.mjs +134 -49
  602. package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.mjs.map +1 -1
  603. package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.mjs +55 -9
  604. package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.mjs.map +1 -1
  605. package/dist/UI/utilityDisplay/AggregateChip.mjs.map +1 -1
  606. package/dist/UI/utilityDisplay/BulkActionsGridButton.mjs +123 -51
  607. package/dist/UI/utilityDisplay/BulkActionsGridButton.mjs.map +1 -1
  608. package/dist/UI/utilityDisplay/ChipSection.mjs +134 -77
  609. package/dist/UI/utilityDisplay/ChipSection.mjs.map +1 -1
  610. package/dist/UI/utilityDisplay/Divider.mjs +9 -1
  611. package/dist/UI/utilityDisplay/Divider.mjs.map +1 -1
  612. package/dist/UI/utilityDisplay/FormControl.mjs +21 -2
  613. package/dist/UI/utilityDisplay/FormControl.mjs.map +1 -1
  614. package/dist/UI/utilityDisplay/FormControlLabel.mjs +34 -7
  615. package/dist/UI/utilityDisplay/FormControlLabel.mjs.map +1 -1
  616. package/dist/UI/utilityDisplay/IndicatorChip.mjs +10 -1
  617. package/dist/UI/utilityDisplay/IndicatorChip.mjs.map +1 -1
  618. package/dist/UI/utilityDisplay/InputAdornment.mjs +28 -5
  619. package/dist/UI/utilityDisplay/InputAdornment.mjs.map +1 -1
  620. package/dist/UI/utilityDisplay/SaveViewFormDialog.mjs +290 -78
  621. package/dist/UI/utilityDisplay/SaveViewFormDialog.mjs.map +1 -1
  622. package/dist/UI/utilityDisplay/UtilityBar.mjs +93 -23
  623. package/dist/UI/utilityDisplay/UtilityBar.mjs.map +1 -1
  624. package/dist/UI/utilityDisplay/UtilitySideBar.mjs +208 -45
  625. package/dist/UI/utilityDisplay/UtilitySideBar.mjs.map +1 -1
  626. package/dist/UI/utilityDisplay/alerts/UdpAlert.mjs +69 -30
  627. package/dist/UI/utilityDisplay/alerts/UdpAlert.mjs.map +1 -1
  628. package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.mjs +32 -6
  629. package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.mjs.map +1 -1
  630. package/dist/UI/utilityDisplay/deprecated/grid/GridActionBar.mjs +226 -77
  631. package/dist/UI/utilityDisplay/deprecated/grid/GridActionBar.mjs.map +1 -1
  632. package/dist/UI/utilityDisplay/deprecated/grid/GridPrimaryBar.mjs +36 -36
  633. package/dist/UI/utilityDisplay/deprecated/grid/GridPrimaryBar.mjs.map +1 -1
  634. package/dist/UI/utilityDisplay/utilities/aggregateUtils.mjs.map +1 -1
  635. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.mjs +1007 -294
  636. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.mjs.map +1 -1
  637. package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.mjs +51 -11
  638. package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.mjs.map +1 -1
  639. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.mjs +15 -5
  640. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.mjs.map +1 -1
  641. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.mjs +15 -5
  642. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.mjs.map +1 -1
  643. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.mjs +125 -41
  644. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.mjs.map +1 -1
  645. package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.mjs +25 -3
  646. package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.mjs.map +1 -1
  647. package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.mjs +13 -6
  648. package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.mjs.map +1 -1
  649. package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.mjs +41 -16
  650. package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.mjs.map +1 -1
  651. package/dist/UI/widgets/FluentComponents/FUIMenuItem.mjs +60 -9
  652. package/dist/UI/widgets/FluentComponents/FUIMenuItem.mjs.map +1 -1
  653. package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.mjs +62 -9
  654. package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.mjs.map +1 -1
  655. package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.mjs +96 -17
  656. package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.mjs.map +1 -1
  657. package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.mjs +23 -7
  658. package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.mjs.map +1 -1
  659. package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.mjs +20 -4
  660. package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.mjs.map +1 -1
  661. package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.mjs +30 -6
  662. package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.mjs.map +1 -1
  663. package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.mjs +72 -10
  664. package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.mjs.map +1 -1
  665. package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.mjs +68 -3
  666. package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.mjs.map +1 -1
  667. package/dist/UI/widgets/ItemsWidgetCard.mjs +214 -93
  668. package/dist/UI/widgets/ItemsWidgetCard.mjs.map +1 -1
  669. package/dist/UI/widgets/WidgetCard.mjs +3 -3
  670. package/dist/UI/widgets/WidgetCard.mjs.map +1 -1
  671. package/dist/UI/widgets/library/BarChartWidget/BarChartWidget.mjs +84 -43
  672. package/dist/UI/widgets/library/BarChartWidget/BarChartWidget.mjs.map +1 -1
  673. package/dist/UI/widgets/library/BarChartWidget/index.mjs.map +1 -1
  674. package/dist/UI/widgets/library/BubbleWidget/BubbleWidget.mjs +69 -16
  675. package/dist/UI/widgets/library/BubbleWidget/BubbleWidget.mjs.map +1 -1
  676. package/dist/UI/widgets/library/BubbleWidget/index.mjs.map +1 -1
  677. package/dist/UI/widgets/library/CircleGaugeWidget/CircleGaugeWidget.mjs +62 -11
  678. package/dist/UI/widgets/library/CircleGaugeWidget/CircleGaugeWidget.mjs.map +1 -1
  679. package/dist/UI/widgets/library/DateTrendWidget/DateTrendWidget.mjs +89 -21
  680. package/dist/UI/widgets/library/DateTrendWidget/DateTrendWidget.mjs.map +1 -1
  681. package/dist/UI/widgets/library/DateTrendWidget/index.mjs.map +1 -1
  682. package/dist/UI/widgets/library/DensePlotWidget/DensePlotWidget.mjs +98 -31
  683. package/dist/UI/widgets/library/DensePlotWidget/DensePlotWidget.mjs.map +1 -1
  684. package/dist/UI/widgets/library/DensePlotWidget/index.mjs.map +1 -1
  685. package/dist/UI/widgets/library/DonutChartWidget/DonutChartWidget.mjs +262 -115
  686. package/dist/UI/widgets/library/DonutChartWidget/DonutChartWidget.mjs.map +1 -1
  687. package/dist/UI/widgets/library/DonutChartWidget/index.mjs.map +1 -1
  688. package/dist/UI/widgets/library/GaugeWidget/GaugeWidget.mjs +616 -282
  689. package/dist/UI/widgets/library/GaugeWidget/GaugeWidget.mjs.map +1 -1
  690. package/dist/UI/widgets/library/LineAndSparklinesWidget/LineAndSparklinesWidget.mjs +89 -50
  691. package/dist/UI/widgets/library/LineAndSparklinesWidget/LineAndSparklinesWidget.mjs.map +1 -1
  692. package/dist/UI/widgets/library/LineAndSparklinesWidget/index.mjs.map +1 -1
  693. package/dist/UI/widgets/library/LineGraphWidget/LineGraphWidget.mjs +90 -50
  694. package/dist/UI/widgets/library/LineGraphWidget/LineGraphWidget.mjs.map +1 -1
  695. package/dist/UI/widgets/library/LineGraphWidget/index.mjs.map +1 -1
  696. package/dist/UI/widgets/library/ProgressBarWidget/ProgressBarWidget.mjs +68 -29
  697. package/dist/UI/widgets/library/ProgressBarWidget/ProgressBarWidget.mjs.map +1 -1
  698. package/dist/UI/widgets/library/ProgressBarWidget/index.mjs.map +1 -1
  699. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/RecentlyLoadedNodesWidget.mjs +50 -13
  700. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/RecentlyLoadedNodesWidget.mjs.map +1 -1
  701. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/index.mjs.map +1 -1
  702. package/dist/UI/widgets/library/RemindersWidget/RemindersWidget.mjs.map +1 -1
  703. package/dist/UI/widgets/library/RemindersWidget/index.mjs.map +1 -1
  704. package/dist/UI/widgets/library/SparklineWidget/SparklineWidget.mjs +61 -19
  705. package/dist/UI/widgets/library/SparklineWidget/SparklineWidget.mjs.map +1 -1
  706. package/dist/UI/widgets/library/SparklineWidget/index.mjs.map +1 -1
  707. package/dist/UI/widgets/library/SparsePlotWidget/SparsePlotWidget.mjs +121 -41
  708. package/dist/UI/widgets/library/SparsePlotWidget/SparsePlotWidget.mjs.map +1 -1
  709. package/dist/UI/widgets/library/SparsePlotWidget/index.mjs.map +1 -1
  710. package/dist/UI/widgets/utils/ConvertISODate.mjs.map +1 -1
  711. package/dist/UI/widgets/utils/NumberVisualization.mjs +75 -16
  712. package/dist/UI/widgets/utils/NumberVisualization.mjs.map +1 -1
  713. package/dist/UI/widgets/utils/dateUtils.mjs.map +1 -1
  714. package/dist/UI/widgets/utils/useId.mjs.map +1 -1
  715. package/dist/actions/ActionForm.mjs +114 -43
  716. package/dist/actions/ActionForm.mjs.map +1 -1
  717. package/dist/actions/ActionModal.mjs +71 -17
  718. package/dist/actions/ActionModal.mjs.map +1 -1
  719. package/dist/actions/ActionPanelPlacement.mjs +275 -135
  720. package/dist/actions/ActionPanelPlacement.mjs.map +1 -1
  721. package/dist/actions/ActionSideSheet.mjs +321 -183
  722. package/dist/actions/ActionSideSheet.mjs.map +1 -1
  723. package/dist/actions/ActionSpeedDial.mjs +96 -27
  724. package/dist/actions/ActionSpeedDial.mjs.map +1 -1
  725. package/dist/actions/ActionSplitScreen.mjs +478 -180
  726. package/dist/actions/ActionSplitScreen.mjs.map +1 -1
  727. package/dist/actions/ActionWrapper.mjs +430 -189
  728. package/dist/actions/ActionWrapper.mjs.map +1 -1
  729. package/dist/actions/PageActionWrapper.mjs +93 -36
  730. package/dist/actions/PageActionWrapper.mjs.map +1 -1
  731. package/dist/actions/actionSummary/ActionSummaryCard.mjs +84 -29
  732. package/dist/actions/actionSummary/ActionSummaryCard.mjs.map +1 -1
  733. package/dist/actions/actionSummary/ActionSummaryHeader.mjs +49 -9
  734. package/dist/actions/actionSummary/ActionSummaryHeader.mjs.map +1 -1
  735. package/dist/actions/actionSummary/ActionSummaryListContainer.mjs +6 -6
  736. package/dist/actions/actionSummary/ActionSummaryListContainer.mjs.map +1 -1
  737. package/dist/actions/actionSummary/ActionSummaryListItem.mjs.map +1 -1
  738. package/dist/actions/actionSummary/ActionSummaryPopover.mjs +95 -27
  739. package/dist/actions/actionSummary/ActionSummaryPopover.mjs.map +1 -1
  740. package/dist/actions/sidebar/EntitySideBarContent.mjs +120 -63
  741. package/dist/actions/sidebar/EntitySideBarContent.mjs.map +1 -1
  742. package/dist/actions/utils/actionUtils.mjs +210 -171
  743. package/dist/actions/utils/actionUtils.mjs.map +1 -1
  744. package/dist/assets/unityIcons/LibraryData.mjs.map +1 -1
  745. package/dist/chatBot/ChatContainer.mjs +15 -15
  746. package/dist/chatBot/ChatContainer.mjs.map +1 -1
  747. package/dist/chatBot/ChatMessage.mjs +74 -15
  748. package/dist/chatBot/ChatMessage.mjs.map +1 -1
  749. package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.mjs.map +1 -1
  750. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.mjs +85 -20
  751. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.mjs.map +1 -1
  752. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.mjs +94 -46
  753. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.mjs.map +1 -1
  754. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.mjs +283 -283
  755. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.mjs.map +1 -1
  756. package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.mjs +42 -42
  757. package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.mjs.map +1 -1
  758. package/dist/componentSystems/multiThreadTimeline/timeline.mjs.map +1 -1
  759. package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.mjs +31 -5
  760. package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.mjs.map +1 -1
  761. package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.mjs +109 -32
  762. package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.mjs.map +1 -1
  763. package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.mjs +20 -5
  764. package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.mjs.map +1 -1
  765. package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.mjs +37 -10
  766. package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.mjs.map +1 -1
  767. package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.mjs +55 -14
  768. package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.mjs.map +1 -1
  769. package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.mjs +223 -40
  770. package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.mjs.map +1 -1
  771. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.mjs +149 -49
  772. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.mjs.map +1 -1
  773. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.mjs +46 -6
  774. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.mjs.map +1 -1
  775. package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.mjs +44 -5
  776. package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.mjs.map +1 -1
  777. package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.mjs +117 -48
  778. package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.mjs.map +1 -1
  779. package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.mjs +56 -27
  780. package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.mjs.map +1 -1
  781. package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.mjs +107 -34
  782. package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.mjs.map +1 -1
  783. package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.mjs +61 -15
  784. package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.mjs.map +1 -1
  785. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.mjs +116 -70
  786. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.mjs.map +1 -1
  787. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.mjs +32 -5
  788. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.mjs.map +1 -1
  789. package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.mjs +152 -44
  790. package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.mjs.map +1 -1
  791. package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.mjs +89 -28
  792. package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.mjs.map +1 -1
  793. package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.mjs +78 -20
  794. package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.mjs.map +1 -1
  795. package/dist/componentSystems/pageRenderer/PageRenderer.mjs +33 -17
  796. package/dist/componentSystems/pageRenderer/PageRenderer.mjs.map +1 -1
  797. package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.mjs +8 -1
  798. package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.mjs.map +1 -1
  799. package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.mjs.map +1 -1
  800. package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.mjs.map +1 -1
  801. package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.mjs +69 -25
  802. package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.mjs.map +1 -1
  803. package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.mjs +100 -38
  804. package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.mjs.map +1 -1
  805. package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.mjs +38 -14
  806. package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.mjs.map +1 -1
  807. package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.mjs +59 -28
  808. package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.mjs.map +1 -1
  809. package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.mjs +81 -39
  810. package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.mjs.map +1 -1
  811. package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.mjs +231 -134
  812. package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.mjs.map +1 -1
  813. package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.mjs +77 -40
  814. package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.mjs.map +1 -1
  815. package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.mjs +18 -7
  816. package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.mjs.map +1 -1
  817. package/dist/constants/reminderConstants.mjs.map +1 -1
  818. package/dist/containers/IframeContainer.mjs +41 -10
  819. package/dist/containers/IframeContainer.mjs.map +1 -1
  820. package/dist/contexts/ActionContext.mjs.map +1 -1
  821. package/dist/contexts/ActionDispatchContext.mjs.map +1 -1
  822. package/dist/contexts/ActionLoadingContext.mjs.map +1 -1
  823. package/dist/contexts/ActionLoadingDispatchContext.mjs.map +1 -1
  824. package/dist/contexts/PageContext.mjs +21 -5
  825. package/dist/contexts/PageContext.mjs.map +1 -1
  826. package/dist/contexts/usePageContext.mjs +3 -1
  827. package/dist/contexts/usePageContext.mjs.map +1 -1
  828. package/dist/dashboard/DashboardCardGrid.mjs +8 -8
  829. package/dist/dashboard/DashboardCardGrid.mjs.map +1 -1
  830. package/dist/dashboard/DashboardWidget.mjs +304 -75
  831. package/dist/dashboard/DashboardWidget.mjs.map +1 -1
  832. package/dist/dashboard/WidgetCard.mjs +3 -3
  833. package/dist/dashboard/WidgetCard.mjs.map +1 -1
  834. package/dist/dashboard/getWidgetLayout.mjs.map +1 -1
  835. package/dist/dataBrowser/DataBrowserColumnDefs.mjs.map +1 -1
  836. package/dist/dataBrowser/DataBrowserContainer.mjs +27 -27
  837. package/dist/dataBrowser/DataBrowserContainer.mjs.map +1 -1
  838. package/dist/dataBrowser/forms/ParamsMappingFields.mjs +54 -29
  839. package/dist/dataBrowser/forms/ParamsMappingFields.mjs.map +1 -1
  840. package/dist/dataBrowser/forms/ParamsMappingForm.mjs +9 -9
  841. package/dist/dataBrowser/forms/ParamsMappingForm.mjs.map +1 -1
  842. package/dist/dataBrowser/forms/RequiredFieldsMappingField.mjs +213 -80
  843. package/dist/dataBrowser/forms/RequiredFieldsMappingField.mjs.map +1 -1
  844. package/dist/dataBrowser/forms/RequiredFieldsMappingForm.mjs +173 -84
  845. package/dist/dataBrowser/forms/RequiredFieldsMappingForm.mjs.map +1 -1
  846. package/dist/diffChecker/DiffChecker.mjs +106 -24
  847. package/dist/diffChecker/DiffChecker.mjs.map +1 -1
  848. package/dist/enums/InputFieldTypeEnums.mjs.map +1 -1
  849. package/dist/enums/aggridEnums.mjs.map +1 -1
  850. package/dist/enums/auditEventEnums.mjs.map +1 -1
  851. package/dist/enums/httpStatusCodesEnums.mjs.map +1 -1
  852. package/dist/enums/pageEnums.mjs.map +1 -1
  853. package/dist/enums/paymentMethodTypeEnum.mjs.map +1 -1
  854. package/dist/enums/paymentTenderTypeEnum.mjs.map +1 -1
  855. package/dist/enums/paymentVendorFactoryEnum.mjs.map +1 -1
  856. package/dist/enums/propertyTypeEnums.mjs.map +1 -1
  857. package/dist/enums/searchEnums.mjs.map +1 -1
  858. package/dist/enums/tagEnums.mjs.map +1 -1
  859. package/dist/enums/unitySystemEnums.mjs.map +1 -1
  860. package/dist/enums/workflowEnums.mjs.map +1 -1
  861. package/dist/errorBoundary/ErrorBoundary.mjs.map +1 -1
  862. package/dist/hooks/crudActions.mjs +29 -29
  863. package/dist/hooks/crudActions.mjs.map +1 -1
  864. package/dist/hooks/useActions.mjs +22 -20
  865. package/dist/hooks/useActions.mjs.map +1 -1
  866. package/dist/hooks/useApiCatalog.mjs +78 -42
  867. package/dist/hooks/useApiCatalog.mjs.map +1 -1
  868. package/dist/hooks/useDateLocale.mjs +69 -38
  869. package/dist/hooks/useDateLocale.mjs.map +1 -1
  870. package/dist/hooks/useDynamicListCalculation.mjs +41 -13
  871. package/dist/hooks/useDynamicListCalculation.mjs.map +1 -1
  872. package/dist/hooks/useFluentIcon.mjs +25 -5
  873. package/dist/hooks/useFluentIcon.mjs.map +1 -1
  874. package/dist/hooks/useItemSubCard.mjs +62 -23
  875. package/dist/hooks/useItemSubCard.mjs.map +1 -1
  876. package/dist/hooks/useOutlook.mjs +9 -9
  877. package/dist/hooks/useOutlook.mjs.map +1 -1
  878. package/dist/hooks/useProductVersion.mjs +11 -1
  879. package/dist/hooks/useProductVersion.mjs.map +1 -1
  880. package/dist/hooks/usePromotedLookupMethods.mjs +68 -30
  881. package/dist/hooks/usePromotedLookupMethods.mjs.map +1 -1
  882. package/dist/hooks/usePromotedMethodEntities.mjs +73 -38
  883. package/dist/hooks/usePromotedMethodEntities.mjs.map +1 -1
  884. package/dist/hooks/usePromotedMethodEntity.mjs +120 -69
  885. package/dist/hooks/usePromotedMethodEntity.mjs.map +1 -1
  886. package/dist/hooks/useQueryExecutors.mjs +44 -44
  887. package/dist/hooks/useQueryExecutors.mjs.map +1 -1
  888. package/dist/hooks/useSearchFilterParamsMap.mjs +14 -14
  889. package/dist/hooks/useSearchFilterParamsMap.mjs.map +1 -1
  890. package/dist/hooks/useSetLocationState.mjs +28 -14
  891. package/dist/hooks/useSetLocationState.mjs.map +1 -1
  892. package/dist/hooks/useSplitDecimal.mjs +52 -11
  893. package/dist/hooks/useSplitDecimal.mjs.map +1 -1
  894. package/dist/hooks/useTransactionType.mjs +110 -55
  895. package/dist/hooks/useTransactionType.mjs.map +1 -1
  896. package/dist/hooks/useUdpGridFilterModel.mjs +21 -7
  897. package/dist/hooks/useUdpGridFilterModel.mjs.map +1 -1
  898. package/dist/hooks/useUdpWebSocket.mjs.map +1 -1
  899. package/dist/hooks/useUpdateSearchParams.mjs +21 -12
  900. package/dist/hooks/useUpdateSearchParams.mjs.map +1 -1
  901. package/dist/hooks/virtualActions.mjs +70 -61
  902. package/dist/hooks/virtualActions.mjs.map +1 -1
  903. package/dist/inquiry/AlertFlag.mjs +98 -23
  904. package/dist/inquiry/AlertFlag.mjs.map +1 -1
  905. package/dist/inquiry/AmbientListItem.mjs +54 -11
  906. package/dist/inquiry/AmbientListItem.mjs.map +1 -1
  907. package/dist/inquiry/AmbientSummaryListHeader.mjs +41 -8
  908. package/dist/inquiry/AmbientSummaryListHeader.mjs.map +1 -1
  909. package/dist/inquiry/ExecuteApiDialog.mjs +112 -29
  910. package/dist/inquiry/ExecuteApiDialog.mjs.map +1 -1
  911. package/dist/inquiry/FilterSearch.mjs +12 -2
  912. package/dist/inquiry/FilterSearch.mjs.map +1 -1
  913. package/dist/inquiry/FlagBlock.mjs +21 -4
  914. package/dist/inquiry/FlagBlock.mjs.map +1 -1
  915. package/dist/inquiry/Inquiry.mjs +276 -96
  916. package/dist/inquiry/Inquiry.mjs.map +1 -1
  917. package/dist/inquiry/InquiryContainer.mjs.map +1 -1
  918. package/dist/inquiry/InquiryTreeMenu.mjs +565 -384
  919. package/dist/inquiry/InquiryTreeMenu.mjs.map +1 -1
  920. package/dist/inquiry/InquiryTreeMenuItem.mjs +13 -13
  921. package/dist/inquiry/InquiryTreeMenuItem.mjs.map +1 -1
  922. package/dist/inquiry/InquiryWrapper.mjs +64 -10
  923. package/dist/inquiry/InquiryWrapper.mjs.map +1 -1
  924. package/dist/inquiry/ItemDescription.mjs +80 -19
  925. package/dist/inquiry/ItemDescription.mjs.map +1 -1
  926. package/dist/inquiry/NodeColumnHeader.mjs +37 -5
  927. package/dist/inquiry/NodeColumnHeader.mjs.map +1 -1
  928. package/dist/inquiry/NodeDetails.mjs +113 -34
  929. package/dist/inquiry/NodeDetails.mjs.map +1 -1
  930. package/dist/inquiry/NodeList.mjs +103 -34
  931. package/dist/inquiry/NodeList.mjs.map +1 -1
  932. package/dist/inquiry/dashboard/InquiryDashboard.mjs +10 -1
  933. package/dist/inquiry/dashboard/InquiryDashboard.mjs.map +1 -1
  934. package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.mjs +146 -85
  935. package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.mjs.map +1 -1
  936. package/dist/inquiry/inquiryBar/InquiryControlList.mjs +169 -69
  937. package/dist/inquiry/inquiryBar/InquiryControlList.mjs.map +1 -1
  938. package/dist/inquiry/inquiryBar/InquiryNodeControls.mjs +288 -68
  939. package/dist/inquiry/inquiryBar/InquiryNodeControls.mjs.map +1 -1
  940. package/dist/inquiry/search/InquiryAdvancedSearch.mjs +370 -112
  941. package/dist/inquiry/search/InquiryAdvancedSearch.mjs.map +1 -1
  942. package/dist/inquiry/search/InquiryAdvancedSearchForm.mjs +231 -140
  943. package/dist/inquiry/search/InquiryAdvancedSearchForm.mjs.map +1 -1
  944. package/dist/inquiry/search/InquirySearchContainer.mjs +217 -143
  945. package/dist/inquiry/search/InquirySearchContainer.mjs.map +1 -1
  946. package/dist/inquiry/search/InquirySearchDatasource.mjs.map +1 -1
  947. package/dist/inquiry/search/InquirySearchTable.mjs +277 -151
  948. package/dist/inquiry/search/InquirySearchTable.mjs.map +1 -1
  949. package/dist/integrations/outlook/OutlookIntegrationBanner.mjs +98 -27
  950. package/dist/integrations/outlook/OutlookIntegrationBanner.mjs.map +1 -1
  951. package/dist/integrations/outlook/OutlookIntegrationCallbackPage.mjs +185 -87
  952. package/dist/integrations/outlook/OutlookIntegrationCallbackPage.mjs.map +1 -1
  953. package/dist/integrations/outlook/OutlookIntegrationSideSheet.mjs +9 -9
  954. package/dist/integrations/outlook/OutlookIntegrationSideSheet.mjs.map +1 -1
  955. package/dist/integrations/outlook/outlookIntegrationClient.mjs.map +1 -1
  956. package/dist/integrations/outlook/outlookIntegrationStatus.mjs.map +1 -1
  957. package/dist/kpi/UdpKpiCard.mjs +9 -1
  958. package/dist/kpi/UdpKpiCard.mjs.map +1 -1
  959. package/dist/kpi/UdpKpiCards.mjs +21 -2
  960. package/dist/kpi/UdpKpiCards.mjs.map +1 -1
  961. package/dist/layout/GridGroup.mjs +157 -40
  962. package/dist/layout/GridGroup.mjs.map +1 -1
  963. package/dist/layout/GridRow.mjs +35 -5
  964. package/dist/layout/GridRow.mjs.map +1 -1
  965. package/dist/layout/GridUnit.mjs +36 -5
  966. package/dist/layout/GridUnit.mjs.map +1 -1
  967. package/dist/layout/HeaderLayout.mjs +44 -20
  968. package/dist/layout/HeaderLayout.mjs.map +1 -1
  969. package/dist/layout/LayoutUnit.mjs +219 -49
  970. package/dist/layout/LayoutUnit.mjs.map +1 -1
  971. package/dist/layout/getRatio.mjs.map +1 -1
  972. package/dist/layout/templates/SideBarTemplate.mjs +81 -19
  973. package/dist/layout/templates/SideBarTemplate.mjs.map +1 -1
  974. package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.mjs +284 -94
  975. package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.mjs.map +1 -1
  976. package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.mjs.map +1 -1
  977. package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs +149 -56
  978. package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs.map +1 -1
  979. package/dist/maintenanceEngine/crudBrowser/crudHelper.mjs.map +1 -1
  980. package/dist/maintenanceEngine/entityAttributeActions.mjs.map +1 -1
  981. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.mjs +53 -25
  982. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.mjs.map +1 -1
  983. package/dist/maintenanceEngine/tableBrowser/TableContainer.mjs +183 -50
  984. package/dist/maintenanceEngine/tableBrowser/TableContainer.mjs.map +1 -1
  985. package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.mjs +536 -234
  986. package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.mjs.map +1 -1
  987. package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.mjs.map +1 -1
  988. package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.mjs +106 -43
  989. package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.mjs.map +1 -1
  990. package/dist/map-library/Controls/Controls.mjs +11 -2
  991. package/dist/map-library/Controls/Controls.mjs.map +1 -1
  992. package/dist/map-library/Controls/FullScreenControl.mjs +20 -6
  993. package/dist/map-library/Controls/FullScreenControl.mjs.map +1 -1
  994. package/dist/map-library/Controls/ZoomControl.mjs +21 -6
  995. package/dist/map-library/Controls/ZoomControl.mjs.map +1 -1
  996. package/dist/map-library/Layers/ImageLayer.mjs +31 -12
  997. package/dist/map-library/Layers/ImageLayer.mjs.map +1 -1
  998. package/dist/map-library/Layers/Layers.mjs +11 -2
  999. package/dist/map-library/Layers/Layers.mjs.map +1 -1
  1000. package/dist/map-library/Layers/TileLayer.mjs +31 -12
  1001. package/dist/map-library/Layers/TileLayer.mjs.map +1 -1
  1002. package/dist/map-library/Layers/VectorLayer.mjs +50 -13
  1003. package/dist/map-library/Layers/VectorLayer.mjs.map +1 -1
  1004. package/dist/map-library/Map/Map.mjs +262 -99
  1005. package/dist/map-library/Map/Map.mjs.map +1 -1
  1006. package/dist/map-library/Map/MapContext.mjs.map +1 -1
  1007. package/dist/map-library/functions/mapFunctions.mjs +56 -19
  1008. package/dist/map-library/functions/mapFunctions.mjs.map +1 -1
  1009. package/dist/map-library/geoLocation/FreeFormField.mjs +31 -11
  1010. package/dist/map-library/geoLocation/FreeFormField.mjs.map +1 -1
  1011. package/dist/map-library/geoLocation/GeoLocation.mjs +18 -18
  1012. package/dist/map-library/geoLocation/GeoLocation.mjs.map +1 -1
  1013. package/dist/map-library/ui/ControlZoom.mjs +101 -20
  1014. package/dist/map-library/ui/ControlZoom.mjs.map +1 -1
  1015. package/dist/map-library/ui/FilterOptions.mjs +94 -17
  1016. package/dist/map-library/ui/FilterOptions.mjs.map +1 -1
  1017. package/dist/map-library/ui/MapFilterBar.mjs +76 -14
  1018. package/dist/map-library/ui/MapFilterBar.mjs.map +1 -1
  1019. package/dist/map-library/ui/MapSheet.mjs +54 -6
  1020. package/dist/map-library/ui/MapSheet.mjs.map +1 -1
  1021. package/dist/map-library/ui/TileDisplay.mjs +137 -27
  1022. package/dist/map-library/ui/TileDisplay.mjs.map +1 -1
  1023. package/dist/maps/GeoMap.mjs +205 -74
  1024. package/dist/maps/GeoMap.mjs.map +1 -1
  1025. package/dist/maps/leafletMaps/FluentImageMap.mjs +67 -26
  1026. package/dist/maps/leafletMaps/FluentImageMap.mjs.map +1 -1
  1027. package/dist/maps/leafletMaps/FluentMap.mjs +83 -28
  1028. package/dist/maps/leafletMaps/FluentMap.mjs.map +1 -1
  1029. package/dist/maps/leafletMaps/ui/MapContent.mjs +4 -4
  1030. package/dist/maps/leafletMaps/ui/MapContent.mjs.map +1 -1
  1031. package/dist/maps/leafletMaps/ui/MapMarker.mjs +125 -48
  1032. package/dist/maps/leafletMaps/ui/MapMarker.mjs.map +1 -1
  1033. package/dist/maps/openLayerMaps/Controls/Controls.mjs +11 -2
  1034. package/dist/maps/openLayerMaps/Controls/Controls.mjs.map +1 -1
  1035. package/dist/maps/openLayerMaps/Controls/FullScreenControl.mjs +20 -6
  1036. package/dist/maps/openLayerMaps/Controls/FullScreenControl.mjs.map +1 -1
  1037. package/dist/maps/openLayerMaps/Layers/Layers.mjs +11 -2
  1038. package/dist/maps/openLayerMaps/Layers/Layers.mjs.map +1 -1
  1039. package/dist/maps/openLayerMaps/Layers/TileLayer.mjs +31 -12
  1040. package/dist/maps/openLayerMaps/Layers/TileLayer.mjs.map +1 -1
  1041. package/dist/maps/openLayerMaps/Map/Map.mjs +111 -34
  1042. package/dist/maps/openLayerMaps/Map/Map.mjs.map +1 -1
  1043. package/dist/maps/openLayerMaps/Map/MapContext.mjs.map +1 -1
  1044. package/dist/maps/openLayerMaps/Source/osm.mjs.map +1 -1
  1045. package/dist/maps/openLayerMaps/ui/ControlZoom.mjs +99 -18
  1046. package/dist/maps/openLayerMaps/ui/ControlZoom.mjs.map +1 -1
  1047. package/dist/maps/openLayerMaps/ui/LocationPin.mjs +42 -8
  1048. package/dist/maps/openLayerMaps/ui/LocationPin.mjs.map +1 -1
  1049. package/dist/maps/openLayerMaps/ui/MapControlsStandard.mjs +85 -17
  1050. package/dist/maps/openLayerMaps/ui/MapControlsStandard.mjs.map +1 -1
  1051. package/dist/maps/openLayerMaps/ui/Position.mjs +109 -19
  1052. package/dist/maps/openLayerMaps/ui/Position.mjs.map +1 -1
  1053. package/dist/menuPage/CustomMenuPage.mjs +82 -28
  1054. package/dist/menuPage/CustomMenuPage.mjs.map +1 -1
  1055. package/dist/menuPage/MenuPage.mjs +364 -149
  1056. package/dist/menuPage/MenuPage.mjs.map +1 -1
  1057. package/dist/models/GroupNode.mjs.map +1 -1
  1058. package/dist/models/NumberOperator.mjs.map +1 -1
  1059. package/dist/models/QueryResult.mjs.map +1 -1
  1060. package/dist/models/SearchOperator.mjs.map +1 -1
  1061. package/dist/notes/NotesScreen.mjs +637 -304
  1062. package/dist/notes/NotesScreen.mjs.map +1 -1
  1063. package/dist/page/Page.mjs +105 -50
  1064. package/dist/page/Page.mjs.map +1 -1
  1065. package/dist/page/PageContainer/PageContainer.mjs +297 -129
  1066. package/dist/page/PageContainer/PageContainer.mjs.map +1 -1
  1067. package/dist/page/PageContent.mjs +36 -6
  1068. package/dist/page/PageContent.mjs.map +1 -1
  1069. package/dist/page/PageHeader.mjs +29 -8
  1070. package/dist/page/PageHeader.mjs.map +1 -1
  1071. package/dist/page/PageSectionHeader.mjs +39 -10
  1072. package/dist/page/PageSectionHeader.mjs.map +1 -1
  1073. package/dist/page/PageSectionSpacer.mjs +16 -1
  1074. package/dist/page/PageSectionSpacer.mjs.map +1 -1
  1075. package/dist/page/StaticPageRenderer.mjs +11 -2
  1076. package/dist/page/StaticPageRenderer.mjs.map +1 -1
  1077. package/dist/providers/QueryProvider.mjs +19 -2
  1078. package/dist/providers/QueryProvider.mjs.map +1 -1
  1079. package/dist/providers/UdpAppProvider.mjs +45 -8
  1080. package/dist/providers/UdpAppProvider.mjs.map +1 -1
  1081. package/dist/reminders/CompleteReminderSwitch.mjs +40 -11
  1082. package/dist/reminders/CompleteReminderSwitch.mjs.map +1 -1
  1083. package/dist/reminders/RemindersCard.mjs +132 -93
  1084. package/dist/reminders/RemindersCard.mjs.map +1 -1
  1085. package/dist/reminders/RemindersScreen.mjs +784 -375
  1086. package/dist/reminders/RemindersScreen.mjs.map +1 -1
  1087. package/dist/reports/PowerBIReport.mjs +106 -34
  1088. package/dist/reports/PowerBIReport.mjs.map +1 -1
  1089. package/dist/reports/Reports.mjs +16 -8
  1090. package/dist/reports/Reports.mjs.map +1 -1
  1091. package/dist/routes/PrivateRoute.mjs.map +1 -1
  1092. package/dist/routes/PublicRoute.mjs +32 -6
  1093. package/dist/routes/PublicRoute.mjs.map +1 -1
  1094. package/dist/routes/UdpRoutes.mjs +211 -75
  1095. package/dist/routes/UdpRoutes.mjs.map +1 -1
  1096. package/dist/routes/components/PageForbiddenRoute.mjs +58 -9
  1097. package/dist/routes/components/PageForbiddenRoute.mjs.map +1 -1
  1098. package/dist/routes/components/PageNotFoundRoute.mjs +51 -8
  1099. package/dist/routes/components/PageNotFoundRoute.mjs.map +1 -1
  1100. package/dist/routes/components/PageStatus.mjs +105 -12
  1101. package/dist/routes/components/PageStatus.mjs.map +1 -1
  1102. package/dist/routes/components/PasswordResetRedirect.mjs +4 -4
  1103. package/dist/routes/components/PasswordResetRedirect.mjs.map +1 -1
  1104. package/dist/routes/routeRegistryStore.mjs.map +1 -1
  1105. package/dist/routes/useRegisterRoute.mjs +46 -17
  1106. package/dist/routes/useRegisterRoute.mjs.map +1 -1
  1107. package/dist/shell/Shell.mjs +7 -7
  1108. package/dist/shell/Shell.mjs.map +1 -1
  1109. package/dist/shell/ui/AmbientProjectSwitcher.mjs +118 -30
  1110. package/dist/shell/ui/AmbientProjectSwitcher.mjs.map +1 -1
  1111. package/dist/shell/ui/EnvironmentRibbon.mjs.map +1 -1
  1112. package/dist/shell/ui/HelpCenter.mjs +3 -3
  1113. package/dist/shell/ui/HelpCenter.mjs.map +1 -1
  1114. package/dist/shell/ui/LanguageSwitcher.mjs +8 -8
  1115. package/dist/shell/ui/LanguageSwitcher.mjs.map +1 -1
  1116. package/dist/shell/ui/MiniCollapsibleSidebar.mjs +52 -9
  1117. package/dist/shell/ui/MiniCollapsibleSidebar.mjs.map +1 -1
  1118. package/dist/shell/ui/NavigationSidebar.mjs +151 -37
  1119. package/dist/shell/ui/NavigationSidebar.mjs.map +1 -1
  1120. package/dist/shell/ui/ShellDropdown.mjs +88 -13
  1121. package/dist/shell/ui/ShellDropdown.mjs.map +1 -1
  1122. package/dist/shell/ui/SidebarCollapseButton.mjs +73 -12
  1123. package/dist/shell/ui/SidebarCollapseButton.mjs.map +1 -1
  1124. package/dist/shell/ui/SiteHeader.mjs +298 -47
  1125. package/dist/shell/ui/SiteHeader.mjs.map +1 -1
  1126. package/dist/shell/ui/SiteHeaderRightComponent.mjs +10 -2
  1127. package/dist/shell/ui/SiteHeaderRightComponent.mjs.map +1 -1
  1128. package/dist/shell/ui/appSwitcher/FUIAppHeader.mjs +76 -26
  1129. package/dist/shell/ui/appSwitcher/FUIAppHeader.mjs.map +1 -1
  1130. package/dist/shell/ui/appSwitcher/FUIAppList.mjs +34 -9
  1131. package/dist/shell/ui/appSwitcher/FUIAppList.mjs.map +1 -1
  1132. package/dist/shell/ui/appSwitcher/FUIAppListItem.mjs +79 -31
  1133. package/dist/shell/ui/appSwitcher/FUIAppListItem.mjs.map +1 -1
  1134. package/dist/shell/ui/appSwitcher/FUIAppSwitcher.mjs +117 -31
  1135. package/dist/shell/ui/appSwitcher/FUIAppSwitcher.mjs.map +1 -1
  1136. package/dist/shell/ui/appSwitcher/ProductAppList.mjs +48 -19
  1137. package/dist/shell/ui/appSwitcher/ProductAppList.mjs.map +1 -1
  1138. package/dist/shell/ui/appSwitcher/ProductAppListItem.mjs +40 -16
  1139. package/dist/shell/ui/appSwitcher/ProductAppListItem.mjs.map +1 -1
  1140. package/dist/shell/ui/appSwitcher/UnityApps.mjs +11 -1
  1141. package/dist/shell/ui/appSwitcher/UnityApps.mjs.map +1 -1
  1142. package/dist/shell/ui/profile/FluentProfileMenuCard.mjs +137 -39
  1143. package/dist/shell/ui/profile/FluentProfileMenuCard.mjs.map +1 -1
  1144. package/dist/shell/ui/profile/MenuOpener.mjs +61 -16
  1145. package/dist/shell/ui/profile/MenuOpener.mjs.map +1 -1
  1146. package/dist/shell/ui/profile/UserAvatar.mjs +73 -12
  1147. package/dist/shell/ui/profile/UserAvatar.mjs.map +1 -1
  1148. package/dist/shell/ui/profile/UserProfileMenuWrapper.mjs +94 -27
  1149. package/dist/shell/ui/profile/UserProfileMenuWrapper.mjs.map +1 -1
  1150. package/dist/shell/ui/useBuildEnvironment.mjs +16 -5
  1151. package/dist/shell/ui/useBuildEnvironment.mjs.map +1 -1
  1152. package/dist/shell/ui/user/AddUser.mjs +16 -16
  1153. package/dist/shell/ui/user/AddUser.mjs.map +1 -1
  1154. package/dist/shell/ui/user/PasswordValidator.mjs +38 -13
  1155. package/dist/shell/ui/user/PasswordValidator.mjs.map +1 -1
  1156. package/dist/shell/ui/user/UserFormSideSheet.mjs +6 -6
  1157. package/dist/shell/ui/user/UserFormSideSheet.mjs.map +1 -1
  1158. package/dist/shell/ui/user/form/UserForm.mjs +79 -34
  1159. package/dist/shell/ui/user/form/UserForm.mjs.map +1 -1
  1160. package/dist/shell/ui/user/form/UserFormFields.mjs +304 -161
  1161. package/dist/shell/ui/user/form/UserFormFields.mjs.map +1 -1
  1162. package/dist/shell/ui/user/form/UserRoleAutoComplete.mjs +15 -15
  1163. package/dist/shell/ui/user/form/UserRoleAutoComplete.mjs.map +1 -1
  1164. package/dist/shell/useShellVisibility.mjs +41 -18
  1165. package/dist/shell/useShellVisibility.mjs.map +1 -1
  1166. package/dist/shell/useWidgetRegistry.mjs +86 -24
  1167. package/dist/shell/useWidgetRegistry.mjs.map +1 -1
  1168. package/dist/stores/actionStore.mjs.map +1 -1
  1169. package/dist/stores/catalogStore.mjs.map +1 -1
  1170. package/dist/stores/inquiryStore.mjs +21 -4
  1171. package/dist/stores/inquiryStore.mjs.map +1 -1
  1172. package/dist/stores/lookupsStore.mjs.map +1 -1
  1173. package/dist/stores/productsStore.mjs.map +1 -1
  1174. package/dist/stores/shellStore.mjs +21 -4
  1175. package/dist/stores/shellStore.mjs.map +1 -1
  1176. package/dist/stores/teleporterStore.mjs.map +1 -1
  1177. package/dist/stores/tenantStore.mjs.map +1 -1
  1178. package/dist/stores/transactionStore.mjs.map +1 -1
  1179. package/dist/stores/workflowStore.mjs.map +1 -1
  1180. package/dist/test/TestFullStencilPage.mjs +8 -1
  1181. package/dist/test/TestFullStencilPage.mjs.map +1 -1
  1182. package/dist/test/TestStencilWrappedComponentsPage.mjs +388 -171
  1183. package/dist/test/TestStencilWrappedComponentsPage.mjs.map +1 -1
  1184. package/dist/treeMenu/BaseTreeMenu.mjs +7 -7
  1185. package/dist/treeMenu/BaseTreeMenu.mjs.map +1 -1
  1186. package/dist/treeMenu/BaseTreeMenuItem.mjs +13 -13
  1187. package/dist/treeMenu/BaseTreeMenuItem.mjs.map +1 -1
  1188. package/dist/udp/ShortcutContent/ListSearch.mjs +158 -48
  1189. package/dist/udp/ShortcutContent/ListSearch.mjs.map +1 -1
  1190. package/dist/udp/ShortcutContent/ShortcutContentFinder.mjs +76 -35
  1191. package/dist/udp/ShortcutContent/ShortcutContentFinder.mjs.map +1 -1
  1192. package/dist/udp/export/ExportSidesheet.mjs +309 -97
  1193. package/dist/udp/export/ExportSidesheet.mjs.map +1 -1
  1194. package/dist/udp/export/MyExportsPage.mjs +326 -136
  1195. package/dist/udp/export/MyExportsPage.mjs.map +1 -1
  1196. package/dist/udp/export/VisualSearchObject.mjs +5 -5
  1197. package/dist/udp/export/VisualSearchObject.mjs.map +1 -1
  1198. package/dist/udp/export/useUdpExport.mjs +12 -12
  1199. package/dist/udp/export/useUdpExport.mjs.map +1 -1
  1200. package/dist/udp/fileImportMapping/FileImportConfigCard.mjs +3 -3
  1201. package/dist/udp/fileImportMapping/FileImportConfigCard.mjs.map +1 -1
  1202. package/dist/udp/fileImportMapping/FileImportMappingWizard.mjs +31 -31
  1203. package/dist/udp/fileImportMapping/FileImportMappingWizard.mjs.map +1 -1
  1204. package/dist/udp/fileImportMapping/ImportDataFromFileMapping.mjs +243 -102
  1205. package/dist/udp/fileImportMapping/ImportDataFromFileMapping.mjs.map +1 -1
  1206. package/dist/udp/fileImportMapping/fileUtils.mjs.map +1 -1
  1207. package/dist/udp/pages/ChatUDP/ChatUDP.mjs +8 -1
  1208. package/dist/udp/pages/ChatUDP/ChatUDP.mjs.map +1 -1
  1209. package/dist/udp/pages/ChatUDP/index.mjs.map +1 -1
  1210. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventSidesheet.mjs +3 -3
  1211. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventSidesheet.mjs.map +1 -1
  1212. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventsPage.mjs +5 -5
  1213. package/dist/udp/pages/UdpAuditEvents/UdpAuditEventsPage.mjs.map +1 -1
  1214. package/dist/udp/pages/UdpAuditEvents/index.mjs.map +1 -1
  1215. package/dist/udp/pages/UdpDataBrowserPage/UdpDataBrowserPage.mjs +619 -300
  1216. package/dist/udp/pages/UdpDataBrowserPage/UdpDataBrowserPage.mjs.map +1 -1
  1217. package/dist/udp/pages/UdpDataBrowserPage/index.mjs.map +1 -1
  1218. package/dist/udp/pages/UdpFormsBuilderPage/UdpFormsBuilderPage.mjs +76 -19
  1219. package/dist/udp/pages/UdpFormsBuilderPage/UdpFormsBuilderPage.mjs.map +1 -1
  1220. package/dist/udp/pages/UdpFormsBuilderPage/index.mjs.map +1 -1
  1221. package/dist/udp/pages/UdpFormsListPage/UdpFormsListPage.mjs +13 -4
  1222. package/dist/udp/pages/UdpFormsListPage/UdpFormsListPage.mjs.map +1 -1
  1223. package/dist/udp/pages/UdpFormsListPage/index.mjs.map +1 -1
  1224. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.mjs +35 -15
  1225. package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.mjs.map +1 -1
  1226. package/dist/udp/pages/UdpFormsPrivateForm/UdpPrivateForm.mjs +59 -27
  1227. package/dist/udp/pages/UdpFormsPrivateForm/UdpPrivateForm.mjs.map +1 -1
  1228. package/dist/udp/pages/UdpFormsPrivateForm/index.mjs.map +1 -1
  1229. package/dist/udp/pages/UdpFormsPublicForm/UdpPublicForm.mjs +48 -25
  1230. package/dist/udp/pages/UdpFormsPublicForm/UdpPublicForm.mjs.map +1 -1
  1231. package/dist/udp/pages/UdpFormsPublicForm/index.mjs.map +1 -1
  1232. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs +89 -89
  1233. package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs.map +1 -1
  1234. package/dist/udp/pages/UdpFormsSubmissionGrid/index.mjs.map +1 -1
  1235. package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/UdpFormsSubmissionGridManagerPage.mjs +12 -4
  1236. package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/UdpFormsSubmissionGridManagerPage.mjs.map +1 -1
  1237. package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/index.mjs.map +1 -1
  1238. package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/UdpFormsSubmissionGridResponderPage.mjs +12 -4
  1239. package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/UdpFormsSubmissionGridResponderPage.mjs.map +1 -1
  1240. package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/index.mjs.map +1 -1
  1241. package/dist/udp/pages/UdpFormsUtils/Utils.mjs +22 -12
  1242. package/dist/udp/pages/UdpFormsUtils/Utils.mjs.map +1 -1
  1243. package/dist/udp/pages/UdpGridPanelManagementPage/UdpGridPanelManagementPage.mjs +9 -9
  1244. package/dist/udp/pages/UdpGridPanelManagementPage/UdpGridPanelManagementPage.mjs.map +1 -1
  1245. package/dist/udp/pages/UdpGridPanelManagementPage/index.mjs.map +1 -1
  1246. package/dist/udp/pages/UdpGridPanelManagementSidesheet/UdpGridPanelManagementSidesheet.mjs +108 -24
  1247. package/dist/udp/pages/UdpGridPanelManagementSidesheet/UdpGridPanelManagementSidesheet.mjs.map +1 -1
  1248. package/dist/udp/pages/UdpImportFromFileMappingPage/UdpImportFromFileMappingPage.mjs +8 -1
  1249. package/dist/udp/pages/UdpImportFromFileMappingPage/UdpImportFromFileMappingPage.mjs.map +1 -1
  1250. package/dist/udp/pages/UdpImportFromFileMappingPage/index.mjs.map +1 -1
  1251. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/UdpInquiryMaintenanceEnginePage.mjs +33 -6
  1252. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/UdpInquiryMaintenanceEnginePage.mjs.map +1 -1
  1253. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/index.mjs.map +1 -1
  1254. package/dist/udp/pages/UdpMaintenanceConfigPage/UdpMaintenanceConfigPage.mjs +242 -60
  1255. package/dist/udp/pages/UdpMaintenanceConfigPage/UdpMaintenanceConfigPage.mjs.map +1 -1
  1256. package/dist/udp/pages/UdpMaintenanceEnginePage/UdpMaintenanceEnginePage.mjs +783 -402
  1257. package/dist/udp/pages/UdpMaintenanceEnginePage/UdpMaintenanceEnginePage.mjs.map +1 -1
  1258. package/dist/udp/pages/UdpMaintenanceEnginePage/index.mjs.map +1 -1
  1259. package/dist/udp/pages/UdpNotesPage/UdpNotesPage.mjs.map +1 -1
  1260. package/dist/udp/pages/UdpNotesPage/index.mjs.map +1 -1
  1261. package/dist/udp/pages/UdpPages/index.mjs.map +1 -1
  1262. package/dist/udp/pages/UdpPagesLazy/index.mjs.map +1 -1
  1263. package/dist/udp/pages/UdpRemindersPage/UdpRemindersPage.mjs.map +1 -1
  1264. package/dist/udp/pages/UdpRemindersPage/index.mjs.map +1 -1
  1265. package/dist/udp/pages/UdpReportsPage/UdpReportsPage.mjs +10 -1
  1266. package/dist/udp/pages/UdpReportsPage/UdpReportsPage.mjs.map +1 -1
  1267. package/dist/udp/pages/UdpReportsPage/index.mjs.map +1 -1
  1268. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs +304 -304
  1269. package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs.map +1 -1
  1270. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionAttachmentTypeForm.mjs +42 -13
  1271. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionAttachmentTypeForm.mjs.map +1 -1
  1272. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationForm.mjs +212 -88
  1273. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationForm.mjs.map +1 -1
  1274. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationTransactionActionForm.mjs +52 -15
  1275. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationTransactionActionForm.mjs.map +1 -1
  1276. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeForm.mjs +156 -78
  1277. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeForm.mjs.map +1 -1
  1278. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeStatusForm.mjs +51 -14
  1279. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeStatusForm.mjs.map +1 -1
  1280. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionForm.mjs +128 -35
  1281. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionForm.mjs.map +1 -1
  1282. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionFormFields.mjs +314 -140
  1283. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionFormFields.mjs.map +1 -1
  1284. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionUiActionForm.mjs +59 -16
  1285. package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionUiActionForm.mjs.map +1 -1
  1286. package/dist/udp/pages/UdpTransactionTypesPage/index.mjs.map +1 -1
  1287. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeCreateAndEditSidesheet.mjs +69 -18
  1288. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeCreateAndEditSidesheet.mjs.map +1 -1
  1289. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeSidesheet.mjs +301 -101
  1290. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeSidesheet.mjs.map +1 -1
  1291. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationCreateAndEditSidesheet.mjs +77 -22
  1292. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationCreateAndEditSidesheet.mjs.map +1 -1
  1293. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationSidesheet.mjs +445 -153
  1294. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationSidesheet.mjs.map +1 -1
  1295. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionCreateAndEditSidesheet.mjs +115 -38
  1296. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionCreateAndEditSidesheet.mjs.map +1 -1
  1297. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionSidesheet.mjs +309 -107
  1298. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionSidesheet.mjs.map +1 -1
  1299. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypePageConfigurationSidesheet.mjs +177 -41
  1300. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypePageConfigurationSidesheet.mjs.map +1 -1
  1301. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeSidesheet.mjs +2 -2
  1302. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeSidesheet.mjs.map +1 -1
  1303. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusCreateAndEditSidesheet.mjs +69 -18
  1304. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusCreateAndEditSidesheet.mjs.map +1 -1
  1305. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusSidesheet.mjs +401 -140
  1306. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusSidesheet.mjs.map +1 -1
  1307. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionCreateAndEditSidesheet.mjs +79 -23
  1308. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionCreateAndEditSidesheet.mjs.map +1 -1
  1309. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionSidesheet.mjs +388 -126
  1310. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionSidesheet.mjs.map +1 -1
  1311. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionCreateAndEditSidesheet.mjs +119 -41
  1312. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionCreateAndEditSidesheet.mjs.map +1 -1
  1313. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionSidesheet.mjs +327 -111
  1314. package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionSidesheet.mjs.map +1 -1
  1315. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs +23 -23
  1316. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs.map +1 -1
  1317. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs +5 -5
  1318. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs.map +1 -1
  1319. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs +255 -113
  1320. package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs.map +1 -1
  1321. package/dist/udp/pages/UdpTransactionsPage/components/AttachmentTransactionAttachmentList.mjs +58 -27
  1322. package/dist/udp/pages/UdpTransactionsPage/components/AttachmentTransactionAttachmentList.mjs.map +1 -1
  1323. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.mjs +19 -19
  1324. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.mjs.map +1 -1
  1325. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainFormFields.mjs +10 -10
  1326. package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainFormFields.mjs.map +1 -1
  1327. package/dist/udp/pages/UdpTransactionsPage/components/EditTransactionDetailsFooterItem.mjs +40 -9
  1328. package/dist/udp/pages/UdpTransactionsPage/components/EditTransactionDetailsFooterItem.mjs.map +1 -1
  1329. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.mjs +13 -13
  1330. package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.mjs.map +1 -1
  1331. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachment.mjs +38 -11
  1332. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachment.mjs.map +1 -1
  1333. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachmentPdfStitcher.mjs +26 -26
  1334. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachmentPdfStitcher.mjs.map +1 -1
  1335. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachments.mjs +15 -5
  1336. package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachments.mjs.map +1 -1
  1337. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs +112 -19
  1338. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs.map +1 -1
  1339. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimeline.mjs +216 -123
  1340. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimeline.mjs.map +1 -1
  1341. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimelineItem.mjs +53 -11
  1342. package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimelineItem.mjs.map +1 -1
  1343. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNote.mjs +96 -21
  1344. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNote.mjs.map +1 -1
  1345. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNoteForm.mjs +102 -70
  1346. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNoteForm.mjs.map +1 -1
  1347. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNotes.mjs +190 -74
  1348. package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNotes.mjs.map +1 -1
  1349. package/dist/udp/pages/UdpTransactionsPage/index.mjs.map +1 -1
  1350. package/dist/udp/pages/UdpTransactionsPage/sidesheets/AttachmentTransaction.mjs +2 -2
  1351. package/dist/udp/pages/UdpTransactionsPage/sidesheets/AttachmentTransaction.mjs.map +1 -1
  1352. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.mjs +4 -4
  1353. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.mjs.map +1 -1
  1354. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransactionHeaderItem.mjs +23 -1
  1355. package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransactionHeaderItem.mjs.map +1 -1
  1356. package/dist/udp/pages/UdpTransactionsPage/sidesheets/ViewTransaction.mjs +14 -8
  1357. package/dist/udp/pages/UdpTransactionsPage/sidesheets/ViewTransaction.mjs.map +1 -1
  1358. package/dist/udp/pages/UdpTransactionsPage/sidesheets/WorkflowActions.mjs +41 -15
  1359. package/dist/udp/pages/UdpTransactionsPage/sidesheets/WorkflowActions.mjs.map +1 -1
  1360. package/dist/udp/pages/UdpTransactionsPage/sidesheets/enum.mjs.map +1 -1
  1361. package/dist/udp/pages/UdpVerticalManagementPage/UdpVerticalManagementPage.mjs +11 -11
  1362. package/dist/udp/pages/UdpVerticalManagementPage/UdpVerticalManagementPage.mjs.map +1 -1
  1363. package/dist/udp/pages/UdpVerticalManagementPage/index.mjs.map +1 -1
  1364. package/dist/udp/pages/UdpVerticalManagementSidesheet/UdpVerticalManagementSidesheet.mjs +15 -15
  1365. package/dist/udp/pages/UdpVerticalManagementSidesheet/UdpVerticalManagementSidesheet.mjs.map +1 -1
  1366. package/dist/udp/utilities/dateLocalizationHooks.mjs +40 -16
  1367. package/dist/udp/utilities/dateLocalizationHooks.mjs.map +1 -1
  1368. package/dist/udp/utilities/methodUtils.mjs.map +1 -1
  1369. package/dist/udp/utilities/transactionConstants.mjs.map +1 -1
  1370. package/dist/udp/utilities/useDateStringColumnDef.mjs +27 -15
  1371. package/dist/udp/utilities/useDateStringColumnDef.mjs.map +1 -1
  1372. package/dist/uploader/Attachments.mjs +21 -21
  1373. package/dist/uploader/Attachments.mjs.map +1 -1
  1374. package/dist/uploader/DragDropFileUpload.mjs.map +1 -1
  1375. package/dist/uploader/enums/systemEnums.mjs.map +1 -1
  1376. package/dist/uploader/utils/allowedFileProperties.mjs.map +1 -1
  1377. package/dist/utilities/CustomNavigationClient.mjs.map +1 -1
  1378. package/dist/utilities/DemoJuly/redirectToProduct.mjs.map +1 -1
  1379. package/dist/utilities/TrimForAvatar.mjs.map +1 -1
  1380. package/dist/utilities/aggrid/AgTable.mjs +165 -60
  1381. package/dist/utilities/aggrid/AgTable.mjs.map +1 -1
  1382. package/dist/utilities/aggrid/GridFunctions.mjs.map +1 -1
  1383. package/dist/utilities/aggrid/SplitButton.mjs.map +1 -1
  1384. package/dist/utilities/aggrid/aggridHelpers.mjs +26 -20
  1385. package/dist/utilities/aggrid/aggridHelpers.mjs.map +1 -1
  1386. package/dist/utilities/aggrid/datasources/SearchServiceDatasource.mjs.map +1 -1
  1387. package/dist/utilities/apiClient.mjs.map +1 -1
  1388. package/dist/utilities/apiHelpers.mjs +10 -10
  1389. package/dist/utilities/apiHelpers.mjs.map +1 -1
  1390. package/dist/utilities/auth/AadCallback.mjs +31 -7
  1391. package/dist/utilities/auth/AadCallback.mjs.map +1 -1
  1392. package/dist/utilities/auth/AuthProvider.mjs +2 -2
  1393. package/dist/utilities/auth/AuthProvider.mjs.map +1 -1
  1394. package/dist/utilities/auth/AuthProviderWrapper.mjs +10 -1
  1395. package/dist/utilities/auth/AuthProviderWrapper.mjs.map +1 -1
  1396. package/dist/utilities/auth/UserProvider.mjs +129 -38
  1397. package/dist/utilities/auth/UserProvider.mjs.map +1 -1
  1398. package/dist/utilities/auth/authActions.mjs.map +1 -1
  1399. package/dist/utilities/auth/internal.mjs.map +1 -1
  1400. package/dist/utilities/auth/signInAuthProvider.mjs.map +1 -1
  1401. package/dist/utilities/auth/useAccessToken.mjs.map +1 -1
  1402. package/dist/utilities/auth/useAuthedUser.mjs +18 -5
  1403. package/dist/utilities/auth/useAuthedUser.mjs.map +1 -1
  1404. package/dist/utilities/auth/useIsUnityAuthenticated.mjs.map +1 -1
  1405. package/dist/utilities/auth/useSingleLogout.mjs +14 -6
  1406. package/dist/utilities/auth/useSingleLogout.mjs.map +1 -1
  1407. package/dist/utilities/auth/useUser.mjs.map +1 -1
  1408. package/dist/utilities/auth/user.mjs.map +1 -1
  1409. package/dist/utilities/auth/users.mjs +17 -2
  1410. package/dist/utilities/auth/users.mjs.map +1 -1
  1411. package/dist/utilities/auth/whitelistedPaths.internal.mjs.map +1 -1
  1412. package/dist/utilities/axiosInterceptors.mjs.map +1 -1
  1413. package/dist/utilities/catalog/CatalogUtilities.mjs.map +1 -1
  1414. package/dist/utilities/chatBot/ChatBotContext.mjs.map +1 -1
  1415. package/dist/utilities/chatBot/ChatBotProvider.mjs +78 -32
  1416. package/dist/utilities/chatBot/ChatBotProvider.mjs.map +1 -1
  1417. package/dist/utilities/chatBot/useChatBot.mjs.map +1 -1
  1418. package/dist/utilities/crud/useDefaultFormValues.mjs.map +1 -1
  1419. package/dist/utilities/customIcons/ApprovalIcon.mjs +31 -7
  1420. package/dist/utilities/customIcons/ApprovalIcon.mjs.map +1 -1
  1421. package/dist/utilities/customIcons/RejectIcon.mjs +31 -7
  1422. package/dist/utilities/customIcons/RejectIcon.mjs.map +1 -1
  1423. package/dist/utilities/entities/entityUtilities.mjs.map +1 -1
  1424. package/dist/utilities/env.mjs.map +1 -1
  1425. package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.mjs +102 -51
  1426. package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.mjs.map +1 -1
  1427. package/dist/utilities/form/Field.mjs +193 -50
  1428. package/dist/utilities/form/Field.mjs.map +1 -1
  1429. package/dist/utilities/form/Form.mjs +102 -26
  1430. package/dist/utilities/form/Form.mjs.map +1 -1
  1431. package/dist/utilities/form/FormButtons.mjs +28 -6
  1432. package/dist/utilities/form/FormButtons.mjs.map +1 -1
  1433. package/dist/utilities/form/FormError.mjs +26 -12
  1434. package/dist/utilities/form/FormError.mjs.map +1 -1
  1435. package/dist/utilities/form/FormSpy.mjs +31 -2
  1436. package/dist/utilities/form/FormSpy.mjs.map +1 -1
  1437. package/dist/utilities/form/SubmitButton.mjs +48 -10
  1438. package/dist/utilities/form/SubmitButton.mjs.map +1 -1
  1439. package/dist/utilities/form/final-form-scroll/createDecorator.mjs.map +1 -1
  1440. package/dist/utilities/form/final-form-scroll/findInput.mjs.map +1 -1
  1441. package/dist/utilities/form/final-form-scroll/getAllInputs.mjs.map +1 -1
  1442. package/dist/utilities/form/final-form-scroll/isFocusableInput.mjs.map +1 -1
  1443. package/dist/utilities/form/formHooks.mjs +9 -3
  1444. package/dist/utilities/form/formHooks.mjs.map +1 -1
  1445. package/dist/utilities/form/paymentForm/BankAccountForm.mjs +151 -37
  1446. package/dist/utilities/form/paymentForm/BankAccountForm.mjs.map +1 -1
  1447. package/dist/utilities/form/paymentForm/BankIcon.mjs +42 -22
  1448. package/dist/utilities/form/paymentForm/BankIcon.mjs.map +1 -1
  1449. package/dist/utilities/form/paymentForm/CashForm.mjs +106 -24
  1450. package/dist/utilities/form/paymentForm/CashForm.mjs.map +1 -1
  1451. package/dist/utilities/form/paymentForm/CashIcon.mjs +41 -20
  1452. package/dist/utilities/form/paymentForm/CashIcon.mjs.map +1 -1
  1453. package/dist/utilities/form/paymentForm/CheckIcon.mjs +48 -28
  1454. package/dist/utilities/form/paymentForm/CheckIcon.mjs.map +1 -1
  1455. package/dist/utilities/form/paymentForm/CreditCardAdornment.mjs +31 -11
  1456. package/dist/utilities/form/paymentForm/CreditCardAdornment.mjs.map +1 -1
  1457. package/dist/utilities/form/paymentForm/CreditCardForm.mjs +147 -39
  1458. package/dist/utilities/form/paymentForm/CreditCardForm.mjs.map +1 -1
  1459. package/dist/utilities/form/paymentForm/CreditCardIcon.mjs +71 -27
  1460. package/dist/utilities/form/paymentForm/CreditCardIcon.mjs.map +1 -1
  1461. package/dist/utilities/form/paymentForm/CreditCardUtils.mjs.map +1 -1
  1462. package/dist/utilities/form/paymentForm/DisableOverlay.mjs +31 -17
  1463. package/dist/utilities/form/paymentForm/DisableOverlay.mjs.map +1 -1
  1464. package/dist/utilities/form/paymentForm/HostedPaymentError.mjs +48 -8
  1465. package/dist/utilities/form/paymentForm/HostedPaymentError.mjs.map +1 -1
  1466. package/dist/utilities/form/paymentForm/NewCreditCardForm.mjs +258 -59
  1467. package/dist/utilities/form/paymentForm/NewCreditCardForm.mjs.map +1 -1
  1468. package/dist/utilities/form/paymentForm/NewECheckForm.mjs +229 -48
  1469. package/dist/utilities/form/paymentForm/NewECheckForm.mjs.map +1 -1
  1470. package/dist/utilities/form/paymentForm/PaymentBankDetails.mjs +141 -60
  1471. package/dist/utilities/form/paymentForm/PaymentBankDetails.mjs.map +1 -1
  1472. package/dist/utilities/form/paymentForm/PaymentCard.mjs +51 -12
  1473. package/dist/utilities/form/paymentForm/PaymentCard.mjs.map +1 -1
  1474. package/dist/utilities/form/paymentForm/PaymentCardDetail.mjs +249 -69
  1475. package/dist/utilities/form/paymentForm/PaymentCardDetail.mjs.map +1 -1
  1476. package/dist/utilities/form/paymentForm/PaymentDropdown.mjs +110 -56
  1477. package/dist/utilities/form/paymentForm/PaymentDropdown.mjs.map +1 -1
  1478. package/dist/utilities/form/paymentForm/PaymentForm.mjs +65 -65
  1479. package/dist/utilities/form/paymentForm/PaymentForm.mjs.map +1 -1
  1480. package/dist/utilities/form/paymentForm/TabPanel.mjs +51 -8
  1481. package/dist/utilities/form/paymentForm/TabPanel.mjs.map +1 -1
  1482. package/dist/utilities/form/paymentForm/usePaymentProviderForm.mjs +73 -22
  1483. package/dist/utilities/form/paymentForm/usePaymentProviderForm.mjs.map +1 -1
  1484. package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.mjs +5 -5
  1485. package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.mjs.map +1 -1
  1486. package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.mjs +10 -10
  1487. package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.mjs.map +1 -1
  1488. package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.mjs +15 -15
  1489. package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.mjs.map +1 -1
  1490. package/dist/utilities/form/useFieldChangeListener.mjs +29 -12
  1491. package/dist/utilities/form/useFieldChangeListener.mjs.map +1 -1
  1492. package/dist/utilities/i18n/initializeI18n.mjs +8 -4
  1493. package/dist/utilities/i18n/initializeI18n.mjs.map +1 -1
  1494. package/dist/utilities/iconLibrary/FluentIcon.mjs +49 -5
  1495. package/dist/utilities/iconLibrary/FluentIcon.mjs.map +1 -1
  1496. package/dist/utilities/iconLibrary/IconLibrary.mjs +224 -75
  1497. package/dist/utilities/iconLibrary/IconLibrary.mjs.map +1 -1
  1498. package/dist/utilities/iconLibrary/SelectedLibraryItem.mjs +119 -14
  1499. package/dist/utilities/iconLibrary/SelectedLibraryItem.mjs.map +1 -1
  1500. package/dist/utilities/iconLibrary/SvgIcon.mjs +26 -9
  1501. package/dist/utilities/iconLibrary/SvgIcon.mjs.map +1 -1
  1502. package/dist/utilities/iconLibrary/UnityFluentIcon.mjs +37 -10
  1503. package/dist/utilities/iconLibrary/UnityFluentIcon.mjs.map +1 -1
  1504. package/dist/utilities/iconLibrary/UnityIcon.mjs +41 -5
  1505. package/dist/utilities/iconLibrary/UnityIcon.mjs.map +1 -1
  1506. package/dist/utilities/iconLibrary/UnityIconLibrary.mjs.map +1 -1
  1507. package/dist/utilities/input/DateUtilities.mjs.map +1 -1
  1508. package/dist/utilities/input/SelectUtilities.mjs.map +1 -1
  1509. package/dist/utilities/input/StringUtilities.mjs.map +1 -1
  1510. package/dist/utilities/isValueSelected.mjs.map +1 -1
  1511. package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.mjs.map +1 -1
  1512. package/dist/utilities/menus/MenuProvider.mjs +142 -66
  1513. package/dist/utilities/menus/MenuProvider.mjs.map +1 -1
  1514. package/dist/utilities/menus/menuUtilities.mjs.map +1 -1
  1515. package/dist/utilities/menus/redirectToLink.mjs.map +1 -1
  1516. package/dist/utilities/page/PageSubHeaderAction.mjs +10 -2
  1517. package/dist/utilities/page/PageSubHeaderAction.mjs.map +1 -1
  1518. package/dist/utilities/provider/ActionProvider.mjs +48 -48
  1519. package/dist/utilities/provider/ActionProvider.mjs.map +1 -1
  1520. package/dist/utilities/redirect/ExternalRedirectUrlStorage.mjs.map +1 -1
  1521. package/dist/utilities/redirect/LocalRedirectUrlStorage.mjs.map +1 -1
  1522. package/dist/utilities/redirect/pages/OutlookCallback.mjs +2 -2
  1523. package/dist/utilities/redirect/pages/OutlookCallback.mjs.map +1 -1
  1524. package/dist/utilities/rules/RuleUtilities.mjs.map +1 -1
  1525. package/dist/utilities/search/SearchUtilities.mjs +87 -73
  1526. package/dist/utilities/search/SearchUtilities.mjs.map +1 -1
  1527. package/dist/utilities/storage/UnitySessionStorage.mjs.map +1 -1
  1528. package/dist/utilities/stringUtils.mjs.map +1 -1
  1529. package/dist/utilities/style/ContentContainer.mjs +25 -1
  1530. package/dist/utilities/style/ContentContainer.mjs.map +1 -1
  1531. package/dist/utilities/style/colorConverter.mjs.map +1 -1
  1532. package/dist/utilities/style/colors.mjs.map +1 -1
  1533. package/dist/utilities/style/utils/styleUtils.mjs.map +1 -1
  1534. package/dist/utilities/style/verticalStyles.mjs +204 -107
  1535. package/dist/utilities/style/verticalStyles.mjs.map +1 -1
  1536. package/dist/utilities/tenant/TenantAccessDialog.mjs +35 -11
  1537. package/dist/utilities/tenant/TenantAccessDialog.mjs.map +1 -1
  1538. package/dist/utilities/tenant/TenantProvider.mjs +48 -22
  1539. package/dist/utilities/tenant/TenantProvider.mjs.map +1 -1
  1540. package/dist/utilities/tenant/TenantSelect.mjs +128 -44
  1541. package/dist/utilities/tenant/TenantSelect.mjs.map +1 -1
  1542. package/dist/utilities/tenant/UdpTenantSelect.mjs +79 -19
  1543. package/dist/utilities/tenant/UdpTenantSelect.mjs.map +1 -1
  1544. package/dist/utilities/tenant/tenantContext.mjs.map +1 -1
  1545. package/dist/utilities/tenant/useTenant.mjs.map +1 -1
  1546. package/dist/utilities/theme/brand.mjs.map +1 -1
  1547. package/dist/utilities/theme/systemColors.mjs +20 -7
  1548. package/dist/utilities/theme/systemColors.mjs.map +1 -1
  1549. package/dist/utilities/theme/theme.mjs +270 -223
  1550. package/dist/utilities/theme/theme.mjs.map +1 -1
  1551. package/dist/utilities/theme/useTheme.mjs +3 -1
  1552. package/dist/utilities/theme/useTheme.mjs.map +1 -1
  1553. package/dist/utilities/transactions/useTransactionEngine.mjs +358 -164
  1554. package/dist/utilities/transactions/useTransactionEngine.mjs.map +1 -1
  1555. package/dist/utilities/tree/TreeUtilities.mjs.map +1 -1
  1556. package/dist/utilities/uploader/FileProfile.mjs +83 -10
  1557. package/dist/utilities/uploader/FileProfile.mjs.map +1 -1
  1558. package/dist/utilities/uploader/FileType.mjs +114 -41
  1559. package/dist/utilities/uploader/FileType.mjs.map +1 -1
  1560. package/dist/utilities/uploader/FileUpload.mjs +174 -74
  1561. package/dist/utilities/uploader/FileUpload.mjs.map +1 -1
  1562. package/dist/utilities/uploader/ImagePreview.mjs +21 -5
  1563. package/dist/utilities/uploader/ImagePreview.mjs.map +1 -1
  1564. package/dist/utilities/uploader/formatBytes.mjs.map +1 -1
  1565. package/dist/utilities/useApiQuery.mjs +41 -12
  1566. package/dist/utilities/useApiQuery.mjs.map +1 -1
  1567. package/dist/utilities/useAxiosGet.mjs.map +1 -1
  1568. package/dist/utilities/useAxiosMutate.mjs.map +1 -1
  1569. package/dist/utilities/useDevicePixelRatio.mjs +21 -7
  1570. package/dist/utilities/useDevicePixelRatio.mjs.map +1 -1
  1571. package/dist/utilities/useGravatar.mjs +36 -12
  1572. package/dist/utilities/useGravatar.mjs.map +1 -1
  1573. package/dist/utilities/usePrevious.mjs.map +1 -1
  1574. package/dist/utilities/utilityBar/InquiryHeaderControl.mjs +17 -2
  1575. package/dist/utilities/utilityBar/InquiryHeaderControl.mjs.map +1 -1
  1576. package/dist/utilities/utilityBar/InquiryHeaderSecondary.mjs +17 -2
  1577. package/dist/utilities/utilityBar/InquiryHeaderSecondary.mjs.map +1 -1
  1578. package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.mjs +17 -2
  1579. package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.mjs.map +1 -1
  1580. package/dist/utilities/utilityBar/InquiryHeaderTitle.mjs +18 -3
  1581. package/dist/utilities/utilityBar/InquiryHeaderTitle.mjs.map +1 -1
  1582. package/dist/utilities/utilityBar/SubHeaderAction.mjs +38 -7
  1583. package/dist/utilities/utilityBar/SubHeaderAction.mjs.map +1 -1
  1584. package/dist/utilities/utilityBar/UtilityBarInport.mjs +18 -3
  1585. package/dist/utilities/utilityBar/UtilityBarInport.mjs.map +1 -1
  1586. package/dist/utilities/workflow/workflowUtilities.mjs.map +1 -1
  1587. package/dist/workflow/WorkflowContainer.mjs +324 -107
  1588. package/dist/workflow/WorkflowContainer.mjs.map +1 -1
  1589. package/dist/workflow/WorkflowContent.mjs.map +1 -1
  1590. package/dist/workflow/WorkflowUiInterruptContent.mjs +26 -26
  1591. package/dist/workflow/WorkflowUiInterruptContent.mjs.map +1 -1
  1592. package/dist/workflow/components/WorkflowTaskFlow.mjs +201 -50
  1593. package/dist/workflow/components/WorkflowTaskFlow.mjs.map +1 -1
  1594. package/dist/workflow/menus/WorkflowTreeMenu.mjs +7 -7
  1595. package/dist/workflow/menus/WorkflowTreeMenu.mjs.map +1 -1
  1596. package/dist/workflow/menus/WorkflowTreeMenuItem.mjs +13 -13
  1597. package/dist/workflow/menus/WorkflowTreeMenuItem.mjs.map +1 -1
  1598. package/package.json +2 -1
@@ -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"}
package/dist/UI/Grid.mjs CHANGED
@@ -1,14 +1,41 @@
1
+ import { c } from "react-compiler-runtime";
1
2
  import React from "react";
2
3
  import { Grid } from "@material-ui/core";
3
4
  //#region src/UI/Grid.jsx
4
5
  const Grid$1 = (props) => {
5
- const { container, item, spacing, ...otherProps } = props;
6
- return /* @__PURE__ */ React.createElement(Grid, {
7
- container,
8
- item,
9
- spacing,
10
- ...otherProps
11
- });
6
+ const $ = c(10);
7
+ let container;
8
+ let item;
9
+ let otherProps;
10
+ let spacing;
11
+ if ($[0] !== props) {
12
+ ({container, item, spacing, ...otherProps} = props);
13
+ $[0] = props;
14
+ $[1] = container;
15
+ $[2] = item;
16
+ $[3] = otherProps;
17
+ $[4] = spacing;
18
+ } else {
19
+ container = $[1];
20
+ item = $[2];
21
+ otherProps = $[3];
22
+ spacing = $[4];
23
+ }
24
+ let t0;
25
+ if ($[5] !== container || $[6] !== item || $[7] !== otherProps || $[8] !== spacing) {
26
+ t0 = /* @__PURE__ */ React.createElement(Grid, {
27
+ container,
28
+ item,
29
+ spacing,
30
+ ...otherProps
31
+ });
32
+ $[5] = container;
33
+ $[6] = item;
34
+ $[7] = otherProps;
35
+ $[8] = spacing;
36
+ $[9] = t0;
37
+ } else t0 = $[9];
38
+ return t0;
12
39
  };
13
40
  //#endregion
14
41
  export { Grid$1 as Grid };
@@ -1 +1 @@
1
- {"version":3,"file":"Grid.mjs","names":["Grid","MuiGrid"],"sources":["../../src/UI/Grid.jsx"],"sourcesContent":["import React from 'react';\nimport { Grid as MuiGrid } from '@material-ui/core';\n\nexport const Grid = props => {\n const { container, item, spacing, ...otherProps } = props;\n\n return (\n <MuiGrid\n container={container}\n item={item}\n spacing={spacing}\n {...otherProps}\n />\n );\n};\n"],"mappings":";;;AAGA,MAAaA,UAAO,UAAS;CAC3B,MAAM,EAAE,WAAW,MAAM,SAAS,GAAG,eAAe;AAEpD,QACE,sBAAA,cAACC,MAAD;EACa;EACL;EACG;EACT,GAAI;EACJ,CAAA"}
1
+ {"version":3,"file":"Grid.mjs","names":["React","Grid","MuiGrid","props","$","_c","container","item","otherProps","spacing","t0"],"sources":["../../src/UI/Grid.jsx"],"sourcesContent":["import React from 'react';\nimport { Grid as MuiGrid } from '@material-ui/core';\n\nexport const Grid = props => {\n const { container, item, spacing, ...otherProps } = props;\n\n return (\n <MuiGrid\n container={container}\n item={item}\n spacing={spacing}\n {...otherProps}\n />\n );\n};\n"],"mappings":";;;;AAGA,MAAaC,UAAOE,UAAA;CAAA,MAAAC,IAAAC,EAAA,GAAA;CAAA,IAAAC;CAAA,IAAAC;CAAA,IAAAC;CAAA,IAAAC;AAAA,KAAAL,EAAA,OAAAD,OAAA;AAClB,GAAA,CAAAG,WAAAC,MAAAE,YAAAD,cAAoDL;AAAMC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;AAAAF,IAAA,KAAAG;AAAAH,IAAA,KAAAI;AAAAJ,IAAA,KAAAK;QAAA;AAAAH,cAAAF,EAAA;AAAAG,SAAAH,EAAA;AAAAI,eAAAJ,EAAA;AAAAK,YAAAL,EAAA;;CAAA,IAAAM;AAAA,KAAAN,EAAA,OAAAE,aAAAF,EAAA,OAAAG,QAAAH,EAAA,OAAAI,cAAAJ,EAAA,OAAAK,SAAA;AAGxDC,OAAA,sBAAA,cAAC,MAAD;GACaJ;GACLC;GACGE;GAAO,GACZD;GACJ,CAAA;AAAAJ,IAAA,KAAAE;AAAAF,IAAA,KAAAG;AAAAH,IAAA,KAAAI;AAAAJ,IAAA,KAAAK;AAAAL,IAAA,KAAAM;OAAAA,MAAAN,EAAA;AAAA,QALFM"}
@@ -1 +1 @@
1
- {"version":3,"file":"SuccessAction.mjs","names":[],"sources":["../../src/UI/SuccessAction.jsx"],"sourcesContent":["import React from 'react';\nimport { Button } from '@material-ui/core';\n\nexport const getSuccessAction = (closeSnackbar) => {\n const successAction = (key) => (\n <Button\n color='secondary'\n size='small'\n onClick={() => {\n closeSnackbar(key);\n }}\n >\n OK\n </Button>\n );\n return successAction;\n};\n"],"mappings":";;;AAGA,MAAa,oBAAoB,kBAAkB;CACjD,MAAM,iBAAiB,QACrB,sBAAA,cAAC,QAAD;EACE,OAAM;EACN,MAAK;EACL,eAAe;AACb,iBAAc,IAAI;;EAIb,EAFR,KAEQ;AAEX,QAAO"}
1
+ {"version":3,"file":"SuccessAction.mjs","names":["React","Button","getSuccessAction","closeSnackbar","successAction","key"],"sources":["../../src/UI/SuccessAction.jsx"],"sourcesContent":["import React from 'react';\nimport { Button } from '@material-ui/core';\n\nexport const getSuccessAction = (closeSnackbar) => {\n const successAction = (key) => (\n <Button\n color='secondary'\n size='small'\n onClick={() => {\n closeSnackbar(key);\n }}\n >\n OK\n </Button>\n );\n return successAction;\n};\n"],"mappings":";;;AAGA,MAAaE,oBAAoBC,kBAAkB;CACjD,MAAMC,iBAAiBC,QACrB,sBAAA,cAAC,QAAD;EACE,OAAM;EACN,MAAK;EACL,eAAe;AACbF,iBAAcE,IAAI;;EAKvB,EAJK,KAIL;AACD,QAAOD"}
@@ -3,7 +3,8 @@ import { FluentIconButton } from "../inputs/buttons/FluentIconButton.mjs";
3
3
  import { getIconFromName } from "../../utilities/tree/TreeUtilities.mjs";
4
4
  import { StatusChip } from "../dataDisplay/status/StatusChip.mjs";
5
5
  import { IconButtonWithTooltip } from "../inputs/buttons/IconButtonWithToolTip.mjs";
6
- import React, { useCallback } from "react";
6
+ import { c } from "react-compiler-runtime";
7
+ import React from "react";
7
8
  import { ButtonBase, Collapse, Tooltip, Typography, lighten, makeStyles } from "@material-ui/core";
8
9
  import clsx from "clsx";
9
10
  import { ChevronUpIcon } from "@fluentui/react-icons";
@@ -98,92 +99,288 @@ const useStyles = makeStyles((theme) => ({
98
99
  }
99
100
  }));
100
101
  const Accordion = (props) => {
101
- const { title, subtitle, subtitleVariant, status, statusIcon, statusLabel, secondaryIconButtons, overriddenSecondaryContainer, rightIcon, rightIconAction, rightIconTooltip, disableRightIconButton = false, primaryActionIcon, primaryActionLabel, primaryAction, primaryActionMaxWidth, disablePrimaryActionButton = false, color = "info", children, expand, setExpand, additionalEvent, hideCloseButton = false, hideRightIconButton = false, hidePrimaryAction = false, noWrapTitle = false, simpleAccordion = false, recordId = 0, removeBorder = false, headerWidth, removeHeaderMargin, titleVariant = "subtitle2", chevronIconSize = "medium", unmountOnExit = true } = props;
102
- const classes = useStyles({
103
- color,
104
- primaryActionMaxWidth,
105
- simpleAccordion,
106
- headerWidth,
107
- removeHeaderMargin,
108
- removeBorder
109
- });
110
- const handleOnClickAccordion = useCallback(() => {
111
- if (setExpand) setExpand(!expand);
112
- if (additionalEvent) additionalEvent();
113
- }, [
114
- additionalEvent,
115
- expand,
116
- setExpand
117
- ]);
118
- return /* @__PURE__ */ React.createElement("div", { className: clsx(classes.root, { [classes.rootBorder]: !simpleAccordion & !removeBorder }) }, /* @__PURE__ */ React.createElement("div", {
119
- className: clsx(classes.headerWrapper, { [classes.headerColor]: simpleAccordion ? false : expand }),
120
- onClick: handleOnClickAccordion
121
- }, /* @__PURE__ */ React.createElement("div", { className: classes.titleWrapper }, /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement("div", { className: classes.titleStatusWrapper }, /* @__PURE__ */ React.createElement(Typography, {
122
- variant: titleVariant,
123
- noWrap: noWrapTitle
124
- }, title), statusLabel && /* @__PURE__ */ React.createElement(StatusChip, {
125
- status: status ?? color,
126
- label: statusLabel,
127
- icon: statusIcon
128
- })), subtitle && /* @__PURE__ */ React.createElement(Typography, {
129
- variant: subtitleVariant,
130
- noWrap: noWrapTitle
131
- }, subtitle), overriddenSecondaryContainer ? { overriddenSecondaryContainer } : /* @__PURE__ */ React.createElement("div", null, secondaryIconButtons?.length > 0 && /* @__PURE__ */ React.createElement("div", { className: classes.secondaryButtonsWrapper }, secondaryIconButtons?.map((item) => /* @__PURE__ */ React.createElement("div", { className: classes.buttonWrapper }, /* @__PURE__ */ React.createElement(IconButtonWithTooltip, {
132
- ...item,
133
- title: item?.title,
134
- icon: item.icon,
135
- onClick: (event) => {
136
- event.stopPropagation();
137
- item.onClick();
138
- },
139
- size: "small",
140
- id: `udpRecord-Accordion-${item?.title}-${recordId}`,
141
- udprecordid: `udpRecord-Accordion-${item?.title}-${recordId}`
142
- }), item?.value && /* @__PURE__ */ React.createElement(Typography, null, item?.value)))))), !hideRightIconButton && !simpleAccordion && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(IconButtonWithTooltip, {
143
- title: rightIconTooltip,
144
- icon: rightIcon,
145
- onClick: (event) => {
146
- event.stopPropagation();
147
- rightIconAction();
148
- },
149
- className: classes.rightIconButton,
150
- size: "small",
151
- disabled: disableRightIconButton,
152
- id: `udpRecord-Accordion-RightButton-${recordId}`,
153
- udprecordid: `udpRecord-Accordion-RightButton-${recordId}`
154
- }))), !hidePrimaryAction && !simpleAccordion && /* @__PURE__ */ React.createElement("div", { className: classes.primaryButtonWrapper }, primaryActionIcon ? /* @__PURE__ */ React.createElement(Tooltip, { title: primaryActionLabel }, /* @__PURE__ */ React.createElement(ButtonBase, {
155
- onClick: (event) => {
156
- event.stopPropagation();
157
- primaryAction();
158
- },
159
- className: classes.primaryButtonWrapper,
160
- disabled: disablePrimaryActionButton,
161
- id: `udpRecord-Accordion-ButtonBase-${recordId}`,
162
- udprecordid: `udpRecord-Accordion-ButtonBase-${recordId}`
163
- }, /* @__PURE__ */ React.createElement(FluentIcon, { component: primaryActionIcon }))) : /* @__PURE__ */ React.createElement(ButtonBase, {
164
- onClick: primaryAction,
165
- className: classes.primaryButtonWrapper,
166
- disabled: disablePrimaryActionButton
167
- }, /* @__PURE__ */ React.createElement(Typography, { className: classes.primaryActionLabel }, primaryActionLabel))), simpleAccordion && /* @__PURE__ */ React.createElement(FluentIconButton, {
168
- icon: getIconFromName("ChevronDownIcon"),
169
- onClick: handleOnClickAccordion,
170
- className: clsx(classes.expand, { [classes.expandOpen]: expand }),
171
- size: chevronIconSize,
172
- disabled: disableRightIconButton,
173
- id: `udpRecord-Accordion-ExpandButton-${recordId}`,
174
- udprecordid: `udpRecord-Accordion-ExpandButton-${recordId}`
175
- })), /* @__PURE__ */ React.createElement(Collapse, {
176
- in: expand,
177
- timeout: "auto",
178
- unmountOnExit
179
- }, /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement("div", null, children), !hideCloseButton && !simpleAccordion && /* @__PURE__ */ React.createElement("div", { className: classes.closeButtonWrapper }, /* @__PURE__ */ React.createElement(ButtonBase, {
180
- onClick: () => {
181
- if (setExpand) setExpand(false);
182
- },
183
- className: classes.unexpandedIconButton,
184
- id: `udpRecord-Accordion-CloseButton-${recordId}`,
185
- udprecordid: `udpRecord-Accordion-CloseButton-${recordId}`
186
- }, /* @__PURE__ */ React.createElement(FluentIcon, { component: ChevronUpIcon }))))));
102
+ const $ = c(104);
103
+ const { title, subtitle, subtitleVariant, status, statusIcon, statusLabel, secondaryIconButtons, overriddenSecondaryContainer, rightIcon, rightIconAction, rightIconTooltip, disableRightIconButton: t0, primaryActionIcon, primaryActionLabel, primaryAction, primaryActionMaxWidth, disablePrimaryActionButton: t1, color: t2, children, expand, setExpand, additionalEvent, hideCloseButton: t3, hideRightIconButton: t4, hidePrimaryAction: t5, noWrapTitle: t6, simpleAccordion: t7, recordId: t8, removeBorder: t9, headerWidth, removeHeaderMargin, titleVariant: t10, chevronIconSize: t11, unmountOnExit: t12 } = props;
104
+ const disableRightIconButton = t0 === void 0 ? false : t0;
105
+ const disablePrimaryActionButton = t1 === void 0 ? false : t1;
106
+ const color = t2 === void 0 ? "info" : t2;
107
+ const hideCloseButton = t3 === void 0 ? false : t3;
108
+ const hideRightIconButton = t4 === void 0 ? false : t4;
109
+ const hidePrimaryAction = t5 === void 0 ? false : t5;
110
+ const noWrapTitle = t6 === void 0 ? false : t6;
111
+ const simpleAccordion = t7 === void 0 ? false : t7;
112
+ const recordId = t8 === void 0 ? 0 : t8;
113
+ const removeBorder = t9 === void 0 ? false : t9;
114
+ const titleVariant = t10 === void 0 ? "subtitle2" : t10;
115
+ const chevronIconSize = t11 === void 0 ? "medium" : t11;
116
+ const unmountOnExit = t12 === void 0 ? true : t12;
117
+ let t13;
118
+ if ($[0] !== color || $[1] !== headerWidth || $[2] !== primaryActionMaxWidth || $[3] !== removeBorder || $[4] !== removeHeaderMargin || $[5] !== simpleAccordion) {
119
+ t13 = {
120
+ color,
121
+ primaryActionMaxWidth,
122
+ simpleAccordion,
123
+ headerWidth,
124
+ removeHeaderMargin,
125
+ removeBorder
126
+ };
127
+ $[0] = color;
128
+ $[1] = headerWidth;
129
+ $[2] = primaryActionMaxWidth;
130
+ $[3] = removeBorder;
131
+ $[4] = removeHeaderMargin;
132
+ $[5] = simpleAccordion;
133
+ $[6] = t13;
134
+ } else t13 = $[6];
135
+ const classes = useStyles(t13);
136
+ let t14;
137
+ if ($[7] !== additionalEvent || $[8] !== expand || $[9] !== setExpand) {
138
+ t14 = () => {
139
+ if (setExpand) setExpand(!expand);
140
+ if (additionalEvent) additionalEvent();
141
+ };
142
+ $[7] = additionalEvent;
143
+ $[8] = expand;
144
+ $[9] = setExpand;
145
+ $[10] = t14;
146
+ } else t14 = $[10];
147
+ const handleOnClickAccordion = t14;
148
+ const t15 = !simpleAccordion & !removeBorder;
149
+ let t16;
150
+ if ($[11] !== classes.root || $[12] !== classes.rootBorder || $[13] !== t15) {
151
+ t16 = clsx(classes.root, { [classes.rootBorder]: t15 });
152
+ $[11] = classes.root;
153
+ $[12] = classes.rootBorder;
154
+ $[13] = t15;
155
+ $[14] = t16;
156
+ } else t16 = $[14];
157
+ const t17 = simpleAccordion ? false : expand;
158
+ let t18;
159
+ if ($[15] !== classes.headerColor || $[16] !== classes.headerWrapper || $[17] !== t17) {
160
+ t18 = clsx(classes.headerWrapper, { [classes.headerColor]: t17 });
161
+ $[15] = classes.headerColor;
162
+ $[16] = classes.headerWrapper;
163
+ $[17] = t17;
164
+ $[18] = t18;
165
+ } else t18 = $[18];
166
+ let t19;
167
+ if ($[19] !== noWrapTitle || $[20] !== title || $[21] !== titleVariant) {
168
+ t19 = /* @__PURE__ */ React.createElement(Typography, {
169
+ variant: titleVariant,
170
+ noWrap: noWrapTitle
171
+ }, title);
172
+ $[19] = noWrapTitle;
173
+ $[20] = title;
174
+ $[21] = titleVariant;
175
+ $[22] = t19;
176
+ } else t19 = $[22];
177
+ let t20;
178
+ if ($[23] !== color || $[24] !== status || $[25] !== statusIcon || $[26] !== statusLabel) {
179
+ t20 = statusLabel && /* @__PURE__ */ React.createElement(StatusChip, {
180
+ status: status ?? color,
181
+ label: statusLabel,
182
+ icon: statusIcon
183
+ });
184
+ $[23] = color;
185
+ $[24] = status;
186
+ $[25] = statusIcon;
187
+ $[26] = statusLabel;
188
+ $[27] = t20;
189
+ } else t20 = $[27];
190
+ let t21;
191
+ if ($[28] !== classes.titleStatusWrapper || $[29] !== t19 || $[30] !== t20) {
192
+ t21 = /* @__PURE__ */ React.createElement("div", { className: classes.titleStatusWrapper }, t19, t20);
193
+ $[28] = classes.titleStatusWrapper;
194
+ $[29] = t19;
195
+ $[30] = t20;
196
+ $[31] = t21;
197
+ } else t21 = $[31];
198
+ let t22;
199
+ if ($[32] !== noWrapTitle || $[33] !== subtitle || $[34] !== subtitleVariant) {
200
+ t22 = subtitle && /* @__PURE__ */ React.createElement(Typography, {
201
+ variant: subtitleVariant,
202
+ noWrap: noWrapTitle
203
+ }, subtitle);
204
+ $[32] = noWrapTitle;
205
+ $[33] = subtitle;
206
+ $[34] = subtitleVariant;
207
+ $[35] = t22;
208
+ } else t22 = $[35];
209
+ let t23;
210
+ if ($[36] !== classes.buttonWrapper || $[37] !== classes.secondaryButtonsWrapper || $[38] !== overriddenSecondaryContainer || $[39] !== recordId || $[40] !== secondaryIconButtons) {
211
+ t23 = overriddenSecondaryContainer ? { overriddenSecondaryContainer } : /* @__PURE__ */ React.createElement("div", null, secondaryIconButtons?.length > 0 && /* @__PURE__ */ React.createElement("div", { className: classes.secondaryButtonsWrapper }, secondaryIconButtons?.map((item) => /* @__PURE__ */ React.createElement("div", { className: classes.buttonWrapper }, /* @__PURE__ */ React.createElement(IconButtonWithTooltip, {
212
+ ...item,
213
+ title: item?.title,
214
+ icon: item.icon,
215
+ onClick: (event) => {
216
+ event.stopPropagation();
217
+ item.onClick();
218
+ },
219
+ size: "small",
220
+ id: `udpRecord-Accordion-${item?.title}-${recordId}`,
221
+ udprecordid: `udpRecord-Accordion-${item?.title}-${recordId}`
222
+ }), item?.value && /* @__PURE__ */ React.createElement(Typography, null, item?.value)))));
223
+ $[36] = classes.buttonWrapper;
224
+ $[37] = classes.secondaryButtonsWrapper;
225
+ $[38] = overriddenSecondaryContainer;
226
+ $[39] = recordId;
227
+ $[40] = secondaryIconButtons;
228
+ $[41] = t23;
229
+ } else t23 = $[41];
230
+ let t24;
231
+ if ($[42] !== t21 || $[43] !== t22 || $[44] !== t23) {
232
+ t24 = /* @__PURE__ */ React.createElement("div", null, t21, t22, t23);
233
+ $[42] = t21;
234
+ $[43] = t22;
235
+ $[44] = t23;
236
+ $[45] = t24;
237
+ } else t24 = $[45];
238
+ let t25;
239
+ if ($[46] !== classes.rightIconButton || $[47] !== disableRightIconButton || $[48] !== hideRightIconButton || $[49] !== recordId || $[50] !== rightIcon || $[51] !== rightIconAction || $[52] !== rightIconTooltip || $[53] !== simpleAccordion) {
240
+ t25 = !hideRightIconButton && !simpleAccordion && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(IconButtonWithTooltip, {
241
+ title: rightIconTooltip,
242
+ icon: rightIcon,
243
+ onClick: (event_0) => {
244
+ event_0.stopPropagation();
245
+ rightIconAction();
246
+ },
247
+ className: classes.rightIconButton,
248
+ size: "small",
249
+ disabled: disableRightIconButton,
250
+ id: `udpRecord-Accordion-RightButton-${recordId}`,
251
+ udprecordid: `udpRecord-Accordion-RightButton-${recordId}`
252
+ }));
253
+ $[46] = classes.rightIconButton;
254
+ $[47] = disableRightIconButton;
255
+ $[48] = hideRightIconButton;
256
+ $[49] = recordId;
257
+ $[50] = rightIcon;
258
+ $[51] = rightIconAction;
259
+ $[52] = rightIconTooltip;
260
+ $[53] = simpleAccordion;
261
+ $[54] = t25;
262
+ } else t25 = $[54];
263
+ let t26;
264
+ if ($[55] !== classes.titleWrapper || $[56] !== t24 || $[57] !== t25) {
265
+ t26 = /* @__PURE__ */ React.createElement("div", { className: classes.titleWrapper }, t24, t25);
266
+ $[55] = classes.titleWrapper;
267
+ $[56] = t24;
268
+ $[57] = t25;
269
+ $[58] = t26;
270
+ } else t26 = $[58];
271
+ let t27;
272
+ if ($[59] !== classes.primaryActionLabel || $[60] !== classes.primaryButtonWrapper || $[61] !== disablePrimaryActionButton || $[62] !== hidePrimaryAction || $[63] !== primaryAction || $[64] !== primaryActionIcon || $[65] !== primaryActionLabel || $[66] !== recordId || $[67] !== simpleAccordion) {
273
+ t27 = !hidePrimaryAction && !simpleAccordion && /* @__PURE__ */ React.createElement("div", { className: classes.primaryButtonWrapper }, primaryActionIcon ? /* @__PURE__ */ React.createElement(Tooltip, { title: primaryActionLabel }, /* @__PURE__ */ React.createElement(ButtonBase, {
274
+ onClick: (event_1) => {
275
+ event_1.stopPropagation();
276
+ primaryAction();
277
+ },
278
+ className: classes.primaryButtonWrapper,
279
+ disabled: disablePrimaryActionButton,
280
+ id: `udpRecord-Accordion-ButtonBase-${recordId}`,
281
+ udprecordid: `udpRecord-Accordion-ButtonBase-${recordId}`
282
+ }, /* @__PURE__ */ React.createElement(FluentIcon, { component: primaryActionIcon }))) : /* @__PURE__ */ React.createElement(ButtonBase, {
283
+ onClick: primaryAction,
284
+ className: classes.primaryButtonWrapper,
285
+ disabled: disablePrimaryActionButton
286
+ }, /* @__PURE__ */ React.createElement(Typography, { className: classes.primaryActionLabel }, primaryActionLabel)));
287
+ $[59] = classes.primaryActionLabel;
288
+ $[60] = classes.primaryButtonWrapper;
289
+ $[61] = disablePrimaryActionButton;
290
+ $[62] = hidePrimaryAction;
291
+ $[63] = primaryAction;
292
+ $[64] = primaryActionIcon;
293
+ $[65] = primaryActionLabel;
294
+ $[66] = recordId;
295
+ $[67] = simpleAccordion;
296
+ $[68] = t27;
297
+ } else t27 = $[68];
298
+ let t28;
299
+ if ($[69] !== chevronIconSize || $[70] !== classes.expand || $[71] !== classes.expandOpen || $[72] !== disableRightIconButton || $[73] !== expand || $[74] !== handleOnClickAccordion || $[75] !== recordId || $[76] !== simpleAccordion) {
300
+ t28 = simpleAccordion && /* @__PURE__ */ React.createElement(FluentIconButton, {
301
+ icon: getIconFromName("ChevronDownIcon"),
302
+ onClick: handleOnClickAccordion,
303
+ className: clsx(classes.expand, { [classes.expandOpen]: expand }),
304
+ size: chevronIconSize,
305
+ disabled: disableRightIconButton,
306
+ id: `udpRecord-Accordion-ExpandButton-${recordId}`,
307
+ udprecordid: `udpRecord-Accordion-ExpandButton-${recordId}`
308
+ });
309
+ $[69] = chevronIconSize;
310
+ $[70] = classes.expand;
311
+ $[71] = classes.expandOpen;
312
+ $[72] = disableRightIconButton;
313
+ $[73] = expand;
314
+ $[74] = handleOnClickAccordion;
315
+ $[75] = recordId;
316
+ $[76] = simpleAccordion;
317
+ $[77] = t28;
318
+ } else t28 = $[77];
319
+ let t29;
320
+ if ($[78] !== handleOnClickAccordion || $[79] !== t18 || $[80] !== t26 || $[81] !== t27 || $[82] !== t28) {
321
+ t29 = /* @__PURE__ */ React.createElement("div", {
322
+ className: t18,
323
+ onClick: handleOnClickAccordion
324
+ }, t26, t27, t28);
325
+ $[78] = handleOnClickAccordion;
326
+ $[79] = t18;
327
+ $[80] = t26;
328
+ $[81] = t27;
329
+ $[82] = t28;
330
+ $[83] = t29;
331
+ } else t29 = $[83];
332
+ let t30;
333
+ if ($[84] !== children) {
334
+ t30 = /* @__PURE__ */ React.createElement("div", null, children);
335
+ $[84] = children;
336
+ $[85] = t30;
337
+ } else t30 = $[85];
338
+ let t31;
339
+ if ($[86] !== classes.closeButtonWrapper || $[87] !== classes.unexpandedIconButton || $[88] !== hideCloseButton || $[89] !== recordId || $[90] !== setExpand || $[91] !== simpleAccordion) {
340
+ t31 = !hideCloseButton && !simpleAccordion && /* @__PURE__ */ React.createElement("div", { className: classes.closeButtonWrapper }, /* @__PURE__ */ React.createElement(ButtonBase, {
341
+ onClick: () => {
342
+ if (setExpand) setExpand(false);
343
+ },
344
+ className: classes.unexpandedIconButton,
345
+ id: `udpRecord-Accordion-CloseButton-${recordId}`,
346
+ udprecordid: `udpRecord-Accordion-CloseButton-${recordId}`
347
+ }, /* @__PURE__ */ React.createElement(FluentIcon, { component: ChevronUpIcon })));
348
+ $[86] = classes.closeButtonWrapper;
349
+ $[87] = classes.unexpandedIconButton;
350
+ $[88] = hideCloseButton;
351
+ $[89] = recordId;
352
+ $[90] = setExpand;
353
+ $[91] = simpleAccordion;
354
+ $[92] = t31;
355
+ } else t31 = $[92];
356
+ let t32;
357
+ if ($[93] !== t30 || $[94] !== t31) {
358
+ t32 = /* @__PURE__ */ React.createElement("div", null, t30, t31);
359
+ $[93] = t30;
360
+ $[94] = t31;
361
+ $[95] = t32;
362
+ } else t32 = $[95];
363
+ let t33;
364
+ if ($[96] !== expand || $[97] !== t32 || $[98] !== unmountOnExit) {
365
+ t33 = /* @__PURE__ */ React.createElement(Collapse, {
366
+ in: expand,
367
+ timeout: "auto",
368
+ unmountOnExit
369
+ }, t32);
370
+ $[96] = expand;
371
+ $[97] = t32;
372
+ $[98] = unmountOnExit;
373
+ $[99] = t33;
374
+ } else t33 = $[99];
375
+ let t34;
376
+ if ($[100] !== t16 || $[101] !== t29 || $[102] !== t33) {
377
+ t34 = /* @__PURE__ */ React.createElement("div", { className: t16 }, t29, t33);
378
+ $[100] = t16;
379
+ $[101] = t29;
380
+ $[102] = t33;
381
+ $[103] = t34;
382
+ } else t34 = $[103];
383
+ return t34;
187
384
  };
188
385
  //#endregion
189
386
  export { Accordion };