udp-react-enterprise-component-library 1.0.5 → 1.0.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 (1549) hide show
  1. package/dist/AmbientGridTemplate-BLwgiqwK.js +3518 -0
  2. package/dist/AmbientGridTemplate-BLwgiqwK.js.map +1 -0
  3. package/dist/EnvironmentRibbon-BMvQEZPZ.js +1079 -0
  4. package/dist/EnvironmentRibbon-BMvQEZPZ.js.map +1 -0
  5. package/dist/MenuPage-DLsNc-P8.js +490 -0
  6. package/dist/MenuPage-DLsNc-P8.js.map +1 -0
  7. package/dist/MyExportsPage-BYH2Wl9k.js +678 -0
  8. package/dist/MyExportsPage-BYH2Wl9k.js.map +1 -0
  9. package/dist/MyExportsPage-CVUIXWTf.js +8 -0
  10. package/dist/PageContainer-B65gsUfF.js +1541 -0
  11. package/dist/PageContainer-B65gsUfF.js.map +1 -0
  12. package/dist/PageNotFoundRoute-BbBtA9Cz.js +3 -0
  13. package/dist/PageNotFoundRoute-CxYZNEhN.js +69 -0
  14. package/dist/PageNotFoundRoute-CxYZNEhN.js.map +1 -0
  15. package/dist/PasswordResetRedirect-BHnkAW40.js +72 -0
  16. package/dist/PasswordResetRedirect-BHnkAW40.js.map +1 -0
  17. package/dist/PasswordResetRedirect-tUV2yEkH.js +3 -0
  18. package/dist/SearchUtilities-dbXvMYoa.js +186 -0
  19. package/dist/SearchUtilities-dbXvMYoa.js.map +1 -0
  20. package/dist/SideSheet-CPHhyWLB.js +329 -0
  21. package/dist/SideSheet-CPHhyWLB.js.map +1 -0
  22. package/dist/UdpPublicForm-BrVSSMCN.js +4 -0
  23. package/dist/UdpPublicForm-DFCL1GzD.js +50 -0
  24. package/dist/UdpPublicForm-DFCL1GzD.js.map +1 -0
  25. package/dist/UtilitySideBar-B4r2IAv5.js +2020 -0
  26. package/dist/UtilitySideBar-B4r2IAv5.js.map +1 -0
  27. package/dist/VirtualBrowser-C_IJ0I6f.js +546 -0
  28. package/dist/VirtualBrowser-C_IJ0I6f.js.map +1 -0
  29. package/dist/WorkflowContainer-8-mmebY0.js +9 -0
  30. package/dist/WorkflowContainer-DKwRWi1i.js +1533 -0
  31. package/dist/WorkflowContainer-DKwRWi1i.js.map +1 -0
  32. package/dist/apiHelpers-t3rfkjFZ.js +249 -0
  33. package/dist/apiHelpers-t3rfkjFZ.js.map +1 -0
  34. package/dist/assets/images/phone.png +0 -0
  35. package/dist/assets/paymentIcons/american-logo.svg +71 -0
  36. package/dist/assets/paymentIcons/amex.svg +101 -0
  37. package/dist/assets/paymentIcons/diners.svg +1 -0
  38. package/dist/assets/paymentIcons/discover-logo.svg +1 -0
  39. package/dist/assets/paymentIcons/discover.svg +1 -0
  40. package/dist/assets/paymentIcons/echeck-logo.svg +6 -0
  41. package/dist/assets/paymentIcons/jcb.svg +64 -0
  42. package/dist/assets/paymentIcons/mastercard-logo.svg +11 -0
  43. package/dist/assets/paymentIcons/mastercard.svg +1 -0
  44. package/dist/assets/paymentIcons/unionpay.svg +9 -0
  45. package/dist/assets/paymentIcons/visa-logo.svg +76 -0
  46. package/dist/assets/paymentIcons/visa.svg +60 -0
  47. package/dist/assets/unityIcons/NoEntityOpened.svg +7 -0
  48. package/dist/assets/unityIcons/Sewer.svg +1 -0
  49. package/dist/assets/unityIcons/TruckIcon.svg +8 -0
  50. package/dist/assets/unityIcons/WaterDrop.svg +43 -0
  51. package/dist/componentSystems/pageRenderer/style/style.css +5 -0
  52. package/dist/index.js +44992 -0
  53. package/dist/index.js.map +1 -0
  54. package/dist/map-library/Map/Map.css +11 -0
  55. package/dist/maps/openLayerMaps/Map/Map.css +11 -0
  56. package/dist/propertyTypeEnums-DTGsK5-s.js +136 -0
  57. package/dist/propertyTypeEnums-DTGsK5-s.js.map +1 -0
  58. package/dist/stories/assets/code-brackets.svg +1 -0
  59. package/dist/stories/assets/colors.svg +1 -0
  60. package/dist/stories/assets/comments.svg +1 -0
  61. package/dist/stories/assets/direction.svg +1 -0
  62. package/dist/stories/assets/flow.svg +1 -0
  63. package/dist/stories/assets/plugin.svg +1 -0
  64. package/dist/stories/assets/repo.svg +1 -0
  65. package/dist/stories/assets/stackalt.svg +1 -0
  66. package/dist/stories/button.css +30 -0
  67. package/dist/stories/header.css +26 -0
  68. package/dist/stories/page.css +69 -0
  69. package/dist/style.css +49 -0
  70. package/dist/styles.module.css +9 -0
  71. package/dist/types/AGLicense.d.ts +1 -0
  72. package/dist/types/UI/AlertContainer.d.ts +1 -0
  73. package/dist/types/UI/Box.d.ts +2 -0
  74. package/dist/types/UI/Grid.d.ts +1 -0
  75. package/dist/types/UI/SuccessAction.d.ts +1 -0
  76. package/dist/types/UI/accordion/Accordion.d.ts +1 -0
  77. package/dist/types/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts +2 -0
  78. package/dist/types/UI/charts/InsightRenderer.d.ts +20 -0
  79. package/dist/types/UI/charts/UdpBarChart.d.ts +7 -0
  80. package/dist/types/UI/charts/UdpDonutChart.d.ts +8 -0
  81. package/dist/types/UI/charts/UdpLineChart.d.ts +7 -0
  82. package/dist/types/UI/charts/index.d.ts +6 -0
  83. package/dist/types/UI/components/dataDisplay/Ellipse.d.ts +8 -0
  84. package/dist/types/UI/components/dataDisplay/EmailDisplay.d.ts +1 -0
  85. package/dist/types/UI/components/dataDisplay/SmsDisplay.d.ts +1 -0
  86. package/dist/types/UI/components/dataDisplay/Sticky.d.ts +8 -0
  87. package/dist/types/UI/components/dataDisplay/Token.d.ts +13 -0
  88. package/dist/types/UI/components/feedback/Adornment.d.ts +6 -0
  89. package/dist/types/UI/containers/DynamicContainerWithMenu.d.ts +1 -0
  90. package/dist/types/UI/dataDisplay/AmbientList.d.ts +15 -0
  91. package/dist/types/UI/dataDisplay/AvatarAlphabet.d.ts +1 -0
  92. package/dist/types/UI/dataDisplay/ChipAlphabet.d.ts +6 -0
  93. package/dist/types/UI/dataDisplay/CompactDataList.d.ts +1 -0
  94. package/dist/types/UI/dataDisplay/CompactDataListItem.d.ts +1 -0
  95. package/dist/types/UI/dataDisplay/EmptyStateDisplay.d.ts +19 -0
  96. package/dist/types/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +1 -0
  97. package/dist/types/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +1 -0
  98. package/dist/types/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +78 -0
  99. package/dist/types/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +11 -0
  100. package/dist/types/UI/dataDisplay/FluentListElement.d.ts +8 -0
  101. package/dist/types/UI/dataDisplay/FluentListItem.d.ts +1 -0
  102. package/dist/types/UI/dataDisplay/GraphCard.d.ts +31 -0
  103. package/dist/types/UI/dataDisplay/HeaderExpander.d.ts +31 -0
  104. package/dist/types/UI/dataDisplay/HintPanel.d.ts +10 -0
  105. package/dist/types/UI/dataDisplay/StatusChip.d.ts +9 -0
  106. package/dist/types/UI/dataDisplay/StatusFlags.d.ts +31 -0
  107. package/dist/types/UI/dataDisplay/SummaryBlock.d.ts +30 -0
  108. package/dist/types/UI/dataDisplay/TimelineCalendar.d.ts +1 -0
  109. package/dist/types/UI/dataDisplay/address/AddressListItem.d.ts +3 -0
  110. package/dist/types/UI/dataDisplay/cardList/CardList.d.ts +40 -0
  111. package/dist/types/UI/dataDisplay/directory/Directory.d.ts +9 -0
  112. package/dist/types/UI/dataDisplay/directory/DirectoryListItem.d.ts +4 -0
  113. package/dist/types/UI/dataDisplay/entityHeader/EntityHeader.d.ts +13 -0
  114. package/dist/types/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +1 -0
  115. package/dist/types/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +2 -0
  116. package/dist/types/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +15 -0
  117. package/dist/types/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +47 -0
  118. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +16 -0
  119. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +4 -0
  120. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +1 -0
  121. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +1 -0
  122. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +16 -0
  123. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +1 -0
  124. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +1 -0
  125. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +4 -0
  126. package/dist/types/UI/dataDisplay/map/ColorKey.d.ts +16 -0
  127. package/dist/types/UI/dataDisplay/map/IconKey.d.ts +16 -0
  128. package/dist/types/UI/dataDisplay/notes/Note.d.ts +7 -0
  129. package/dist/types/UI/dataDisplay/notes/Notes.d.ts +11 -0
  130. package/dist/types/UI/dataDisplay/ticketCard/NotificationElement.d.ts +11 -0
  131. package/dist/types/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +31 -0
  132. package/dist/types/UI/dataDisplay/ticketCard/TicketCard.d.ts +39 -0
  133. package/dist/types/UI/dataDisplay/typography/FormHeaders.d.ts +2 -0
  134. package/dist/types/UI/dataDisplay/typography/SideSheetHeader.d.ts +4 -0
  135. package/dist/types/UI/dataDisplay/typography/SidebarHeader.d.ts +1 -0
  136. package/dist/types/UI/dataDisplay/typography/StandardTitle.d.ts +1 -0
  137. package/dist/types/UI/dataDisplay/typography/StylizedTitle.d.ts +24 -0
  138. package/dist/types/UI/dataDisplay/typography/Typography.d.ts +1 -0
  139. package/dist/types/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +63 -0
  140. package/dist/types/UI/dataDisplay/visualization/GaugeGraph.d.ts +1 -0
  141. package/dist/types/UI/dataDisplay/visualization/RatioVisulization.d.ts +5 -0
  142. package/dist/types/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +11 -0
  143. package/dist/types/UI/demos/InputsExample.d.ts +3 -0
  144. package/dist/types/UI/feedback/AmbientAlert.d.ts +12 -0
  145. package/dist/types/UI/feedback/AmbientToast.d.ts +1 -0
  146. package/dist/types/UI/feedback/FluentDialog.d.ts +1 -0
  147. package/dist/types/UI/feedback/NodeLoader.d.ts +4 -0
  148. package/dist/types/UI/feedback/PageLoading.d.ts +1 -0
  149. package/dist/types/UI/fileViewer/FileViewer.d.ts +1 -0
  150. package/dist/types/UI/fileViewer/imageSlider/Image.d.ts +1 -0
  151. package/dist/types/UI/fileViewer/imageSlider/ImageFooter.d.ts +1 -0
  152. package/dist/types/UI/fileViewer/imageSlider/ImageSlider.d.ts +1 -0
  153. package/dist/types/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +1 -0
  154. package/dist/types/UI/fileViewer/utils/fileTypes.d.ts +1 -0
  155. package/dist/types/UI/fileViewer/utils/fileUtils.d.ts +2 -0
  156. package/dist/types/UI/floorplans/CoreLayoutFloorplan.d.ts +189 -0
  157. package/dist/types/UI/forms/CrudForm.d.ts +29 -0
  158. package/dist/types/UI/forms/LoginForm.d.ts +1 -0
  159. package/dist/types/UI/forms/PaymentReversalForm.d.ts +5 -0
  160. package/dist/types/UI/forms/UdpCrudFormFields.d.ts +9 -0
  161. package/dist/types/UI/forms/VirtualForm.d.ts +17 -0
  162. package/dist/types/UI/iframe/Iframe.d.ts +1 -0
  163. package/dist/types/UI/inputs/buttons/AdvanceButton.d.ts +4 -0
  164. package/dist/types/UI/inputs/buttons/AmbientCardButton.d.ts +21 -0
  165. package/dist/types/UI/inputs/buttons/AmbientChipButton.d.ts +1 -0
  166. package/dist/types/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +5 -0
  167. package/dist/types/UI/inputs/buttons/AmbientToggleButton.d.ts +27 -0
  168. package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +2 -0
  169. package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +63 -0
  170. package/dist/types/UI/inputs/buttons/AmbientTokenButton.d.ts +1 -0
  171. package/dist/types/UI/inputs/buttons/FUISquareIconButton.d.ts +5 -0
  172. package/dist/types/UI/inputs/buttons/FluentButton.d.ts +1 -0
  173. package/dist/types/UI/inputs/buttons/FluentCompoundButton.d.ts +1 -0
  174. package/dist/types/UI/inputs/buttons/FluentIconButton.d.ts +1 -0
  175. package/dist/types/UI/inputs/buttons/FluentMenuListButton.d.ts +9 -0
  176. package/dist/types/UI/inputs/buttons/FluentMenuListItem.d.ts +9 -0
  177. package/dist/types/UI/inputs/buttons/FluentUploadButton.d.ts +1 -0
  178. package/dist/types/UI/inputs/buttons/FluentUploadIconButton.d.ts +1 -0
  179. package/dist/types/UI/inputs/buttons/IconButtonWithToolTip.d.ts +12 -0
  180. package/dist/types/UI/inputs/buttons/PrimaryActionButton.d.ts +6 -0
  181. package/dist/types/UI/inputs/buttons/ToolBarButton.d.ts +11 -0
  182. package/dist/types/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +3 -0
  183. package/dist/types/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +3 -0
  184. package/dist/types/UI/inputs/checkbox/FluentCheckbox.d.ts +1 -0
  185. package/dist/types/UI/inputs/datetimes/DateField.d.ts +6 -0
  186. package/dist/types/UI/inputs/datetimes/DateTimeField.d.ts +4 -0
  187. package/dist/types/UI/inputs/datetimes/TimeField.d.ts +5 -0
  188. package/dist/types/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +3 -0
  189. package/dist/types/UI/inputs/fieldArrayCard/DateRangeField.d.ts +2 -0
  190. package/dist/types/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +1 -0
  191. package/dist/types/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +2 -0
  192. package/dist/types/UI/inputs/link/BreadCrumbMenu.d.ts +1 -0
  193. package/dist/types/UI/inputs/link/FluentLink.d.ts +1 -0
  194. package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +9 -0
  195. package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +13 -0
  196. package/dist/types/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +64 -0
  197. package/dist/types/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +109 -0
  198. package/dist/types/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +6 -0
  199. package/dist/types/UI/inputs/menus/FluentSelectGroupMenu.d.ts +7 -0
  200. package/dist/types/UI/inputs/menus/FluentSelectMenu-old.d.ts +1 -0
  201. package/dist/types/UI/inputs/menus/FluentSelectMenu.d.ts +9 -0
  202. package/dist/types/UI/inputs/menus/FluentSimpleSelect.d.ts +1 -0
  203. package/dist/types/UI/inputs/pickers/FluentColorPicker.d.ts +1 -0
  204. package/dist/types/UI/inputs/pickers/FluentDatePicker.d.ts +9 -0
  205. package/dist/types/UI/inputs/pickers/FluentDateTimePicker.d.ts +9 -0
  206. package/dist/types/UI/inputs/pickers/FluentTimePicker.d.ts +13 -0
  207. package/dist/types/UI/inputs/pickers/UdpDateSelector.d.ts +10 -0
  208. package/dist/types/UI/inputs/pickers/UdpTimeSelector.d.ts +14 -0
  209. package/dist/types/UI/inputs/radio/FluentRadio.d.ts +1 -0
  210. package/dist/types/UI/inputs/radio/FluentRadioGroup.d.ts +1 -0
  211. package/dist/types/UI/inputs/richEditors/CkRichEditor.d.ts +1 -0
  212. package/dist/types/UI/inputs/sliders/FluentInputSlider.d.ts +3 -0
  213. package/dist/types/UI/inputs/textField/AmbientAutoComplete.d.ts +1 -0
  214. package/dist/types/UI/inputs/textField/AmbientTextField.d.ts +21 -0
  215. package/dist/types/UI/inputs/textField/FluentSearchField.d.ts +1 -0
  216. package/dist/types/UI/inputs/textField/FluentTagField.d.ts +2 -0
  217. package/dist/types/UI/inputs/textField/FluentTextField.d.ts +2 -0
  218. package/dist/types/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +1 -0
  219. package/dist/types/UI/inputs/textField/KeyValueTextField.d.ts +1 -0
  220. package/dist/types/UI/inputs/toggle/FluentToggle.d.ts +1 -0
  221. package/dist/types/UI/loading/CircularProgress.d.ts +1 -0
  222. package/dist/types/UI/loading/LinearProgress.d.ts +1 -0
  223. package/dist/types/UI/loading/LoadingIndicator.d.ts +4 -0
  224. package/dist/types/UI/loading/LoadingOverlay.d.ts +4 -0
  225. package/dist/types/UI/mapLayout/MapLayout.d.ts +1 -0
  226. package/dist/types/UI/mapLayout/ui/ActionsRenderer.d.ts +2 -0
  227. package/dist/types/UI/mapLayout/ui/CheckboxGroup.d.ts +1 -0
  228. package/dist/types/UI/mapLayout/ui/CheckboxList.d.ts +1 -0
  229. package/dist/types/UI/mapLayout/ui/CompactCard.d.ts +1 -0
  230. package/dist/types/UI/mapLayout/ui/ListCard.d.ts +9 -0
  231. package/dist/types/UI/mapLayout/ui/ListView.d.ts +2 -0
  232. package/dist/types/UI/mapLayout/ui/MapLayoutToolbar.d.ts +2 -0
  233. package/dist/types/UI/mapLayout/ui/PopoverCard.d.ts +1 -0
  234. package/dist/types/UI/mapLayout/ui/PopoverOverlay.d.ts +2 -0
  235. package/dist/types/UI/mapLayout/ui/Statistic.d.ts +1 -0
  236. package/dist/types/UI/mapLayout/utilities/MapUtilities.d.ts +12 -0
  237. package/dist/types/UI/maps/UdpMap.d.ts +120 -0
  238. package/dist/types/UI/maps/UdpMapComponent.d.ts +128 -0
  239. package/dist/types/UI/maps/UdpMapToolbar.d.ts +87 -0
  240. package/dist/types/UI/navigation/FluentSideNav.d.ts +1 -0
  241. package/dist/types/UI/navigation/menus/AppMenu.d.ts +6 -0
  242. package/dist/types/UI/navigation/menus/AppMenuItem.d.ts +25 -0
  243. package/dist/types/UI/navigation/menus/AppMenuItemComponent.d.ts +1 -0
  244. package/dist/types/UI/navigation/menus/Expander.d.ts +1 -0
  245. package/dist/types/UI/navigation/menus/ExpanderItem.d.ts +4 -0
  246. package/dist/types/UI/navigation/menus/FluentMenuListItem.d.ts +5 -0
  247. package/dist/types/UI/navigation/tabs/UdpTabPanel.d.ts +1 -0
  248. package/dist/types/UI/navigation/tabs/UdpTabUtility.d.ts +1 -0
  249. package/dist/types/UI/navigation/tabs/UdpTabs.d.ts +1 -0
  250. package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +1 -0
  251. package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +1 -0
  252. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +8 -0
  253. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +17 -0
  254. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +1 -0
  255. package/dist/types/UI/property/PropertyFields.d.ts +16 -0
  256. package/dist/types/UI/property/widgets/AutoCompletePropertyWidget.d.ts +7 -0
  257. package/dist/types/UI/property/widgets/BooleanPropertyWidget.d.ts +7 -0
  258. package/dist/types/UI/property/widgets/DatePropertyWidget.d.ts +7 -0
  259. package/dist/types/UI/property/widgets/DateTimePropertyWidget.d.ts +7 -0
  260. package/dist/types/UI/property/widgets/FloatPropertyWidget.d.ts +7 -0
  261. package/dist/types/UI/property/widgets/IntegerPropertyWidget.d.ts +7 -0
  262. package/dist/types/UI/property/widgets/MultilineTextPropertyWidget.d.ts +7 -0
  263. package/dist/types/UI/property/widgets/NumericPropertyWidget.d.ts +7 -0
  264. package/dist/types/UI/property/widgets/SelectPropertyWidget.d.ts +7 -0
  265. package/dist/types/UI/property/widgets/TextPropertyWidget.d.ts +11 -0
  266. package/dist/types/UI/property/widgets/TimePropertyWidget.d.ts +7 -0
  267. package/dist/types/UI/property/widgets/index.d.ts +15 -0
  268. package/dist/types/UI/stepper/udp-stepper.d.ts +3 -0
  269. package/dist/types/UI/support/SupportCaseForm.d.ts +6 -0
  270. package/dist/types/UI/support/SupportCaseSideSheet.d.ts +9 -0
  271. package/dist/types/UI/surfaces/NestedGrid/NestedGrid.d.ts +18 -0
  272. package/dist/types/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +5 -0
  273. package/dist/types/UI/surfaces/SideSheet.d.ts +60 -0
  274. package/dist/types/UI/surfaces/cards/AmbientCard.d.ts +1 -0
  275. package/dist/types/UI/surfaces/cards/AmbientCardTitle.d.ts +32 -0
  276. package/dist/types/UI/surfaces/cards/AmbientVisualizationCard.d.ts +10 -0
  277. package/dist/types/UI/surfaces/cards/BioCard.d.ts +10 -0
  278. package/dist/types/UI/surfaces/cards/ContentDisplayCard.d.ts +19 -0
  279. package/dist/types/UI/surfaces/cards/FUICard.d.ts +4 -0
  280. package/dist/types/UI/surfaces/cards/FluentCard.d.ts +4 -0
  281. package/dist/types/UI/surfaces/cards/FluentCardActions.d.ts +4 -0
  282. package/dist/types/UI/surfaces/cards/FluentCardContent.d.ts +4 -0
  283. package/dist/types/UI/surfaces/cards/FluentCardHeader.d.ts +4 -0
  284. package/dist/types/UI/surfaces/cards/FluentCardText.d.ts +1 -0
  285. package/dist/types/UI/surfaces/cards/InfoCard.d.ts +54 -0
  286. package/dist/types/UI/surfaces/cards/QuickViewCard.d.ts +14 -0
  287. package/dist/types/UI/surfaces/cards/newsCard/NewsCard.d.ts +34 -0
  288. package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +12 -0
  289. package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +4 -0
  290. package/dist/types/UI/templates/AmbientGridTemplate.d.ts +122 -0
  291. package/dist/types/UI/templates/DraggableSidebarTemplate.d.ts +1 -0
  292. package/dist/types/UI/templates/OpenPage.d.ts +4 -0
  293. package/dist/types/UI/templates/SapFlexibleTemplate.d.ts +5 -0
  294. package/dist/types/UI/templates/ToggleSection.d.ts +31 -0
  295. package/dist/types/UI/templates/UdpCalendar.d.ts +1 -0
  296. package/dist/types/UI/templates/UdpCalendarDayView.d.ts +1 -0
  297. package/dist/types/UI/templates/UdpCalendarMonthView.d.ts +1 -0
  298. package/dist/types/UI/templates/UdpCalendarWeekView.d.ts +1 -0
  299. package/dist/types/UI/templates/UdpCalendarYearView.d.ts +1 -0
  300. package/dist/types/UI/templates/UdpGridTemplate.d.ts +1 -0
  301. package/dist/types/UI/templates/newGrid/ApiMethodInstanceUdpGrid.d.ts +1 -0
  302. package/dist/types/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +1 -0
  303. package/dist/types/UI/templates/newGrid/BackwardsCompatibleGrid.d.ts +5 -0
  304. package/dist/types/UI/templates/newGrid/ClientSideUdpGrid.d.ts +1 -0
  305. package/dist/types/UI/templates/newGrid/EntityMaintenanceUdpGrid.d.ts +2 -0
  306. package/dist/types/UI/templates/newGrid/ServerSideUdpGrid.d.ts +1 -0
  307. package/dist/types/UI/templates/ui/ExtenderToggle.d.ts +17 -0
  308. package/dist/types/UI/templates/ui/GridGroupingHeader.d.ts +16 -0
  309. package/dist/types/UI/templates/ui/GridGroupingSidebar.d.ts +37 -0
  310. package/dist/types/UI/templates/ui/GridSidebarContainer.d.ts +10 -0
  311. package/dist/types/UI/templates/ui/TokenGroupItem.d.ts +24 -0
  312. package/dist/types/UI/templates/ui/renderers/ActionsRenderer.d.ts +1 -0
  313. package/dist/types/UI/templates/ui/renderers/IconRenderer.d.ts +4 -0
  314. package/dist/types/UI/templates/ui/renderers/StatusCellRenderer.d.ts +1 -0
  315. package/dist/types/UI/timeline/ExtendActions.d.ts +2 -0
  316. package/dist/types/UI/timeline/ExtendedHeader.d.ts +2 -0
  317. package/dist/types/UI/timeline/TimeEntryStates.d.ts +1 -0
  318. package/dist/types/UI/timeline/TimeLine.d.ts +6 -0
  319. package/dist/types/UI/timeline/TimelineElement.d.ts +2 -0
  320. package/dist/types/UI/timeline/UdpTimeline.d.ts +1 -0
  321. package/dist/types/UI/timeline/UdpTimelineContent.d.ts +1 -0
  322. package/dist/types/UI/timeline/UdpTimelineDot.d.ts +1 -0
  323. package/dist/types/UI/timeline/UdpTimelineItem.d.ts +1 -0
  324. package/dist/types/UI/timeline/UdpTimelineItemConnector.d.ts +1 -0
  325. package/dist/types/UI/timeline/UdpTimelineItemSeparator.d.ts +1 -0
  326. package/dist/types/UI/timeline/fluentTimeline/FluentTimeline.d.ts +1 -0
  327. package/dist/types/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +1 -0
  328. package/dist/types/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +1 -0
  329. package/dist/types/UI/utilityDisplay/AggregateChip.d.ts +13 -0
  330. package/dist/types/UI/utilityDisplay/BulkActionsGridButton.d.ts +1 -0
  331. package/dist/types/UI/utilityDisplay/ChipSection.d.ts +41 -0
  332. package/dist/types/UI/utilityDisplay/Divider.d.ts +1 -0
  333. package/dist/types/UI/utilityDisplay/FormControl.d.ts +1 -0
  334. package/dist/types/UI/utilityDisplay/FormControlLabel.d.ts +1 -0
  335. package/dist/types/UI/utilityDisplay/GridActionBar.d.ts +37 -0
  336. package/dist/types/UI/utilityDisplay/GridPrimaryBar.d.ts +83 -0
  337. package/dist/types/UI/utilityDisplay/GridViewsSideSheet.d.ts +17 -0
  338. package/dist/types/UI/utilityDisplay/IndicatorChip.d.ts +1 -0
  339. package/dist/types/UI/utilityDisplay/InputAdornment.d.ts +1 -0
  340. package/dist/types/UI/utilityDisplay/SaveViewFormDialog.d.ts +4 -0
  341. package/dist/types/UI/utilityDisplay/UtilityBar.d.ts +1 -0
  342. package/dist/types/UI/utilityDisplay/UtilitySideBar.d.ts +1 -0
  343. package/dist/types/UI/utilityDisplay/alerts/UdpAlert.d.ts +9 -0
  344. package/dist/types/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +1 -0
  345. package/dist/types/UI/utilityDisplay/ui/UtilitySearch.d.ts +5 -0
  346. package/dist/types/UI/utilityDisplay/utilities/aggregateUtils.d.ts +1 -0
  347. package/dist/types/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +148 -0
  348. package/dist/types/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +6 -0
  349. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +4 -0
  350. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +4 -0
  351. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +5 -0
  352. package/dist/types/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +8 -0
  353. package/dist/types/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +1 -0
  354. package/dist/types/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +2 -0
  355. package/dist/types/UI/widgets/FluentComponents/SimpleTable.d.ts +2 -0
  356. package/dist/types/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +2 -0
  357. package/dist/types/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +2 -0
  358. package/dist/types/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +2 -0
  359. package/dist/types/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +2 -0
  360. package/dist/types/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +2 -0
  361. package/dist/types/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +2 -0
  362. package/dist/types/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +2 -0
  363. package/dist/types/UI/widgets/ItemsWidgetCard.d.ts +46 -0
  364. package/dist/types/UI/widgets/WidgetCard.d.ts +5 -0
  365. package/dist/types/UI/widgets/library/BarChartWidget.d.ts +19 -0
  366. package/dist/types/UI/widgets/library/BubbleWidget.d.ts +19 -0
  367. package/dist/types/UI/widgets/library/CircleGaugeWidget.d.ts +19 -0
  368. package/dist/types/UI/widgets/library/DateTrendWidget.d.ts +14 -0
  369. package/dist/types/UI/widgets/library/DensePlotWidget.d.ts +19 -0
  370. package/dist/types/UI/widgets/library/DonutChartWidget.d.ts +14 -0
  371. package/dist/types/UI/widgets/library/GaugeWidget.d.ts +23 -0
  372. package/dist/types/UI/widgets/library/LineAndSparklinesWidget.d.ts +14 -0
  373. package/dist/types/UI/widgets/library/LineGraphWidget.d.ts +19 -0
  374. package/dist/types/UI/widgets/library/ProgressBarWidget.d.ts +14 -0
  375. package/dist/types/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +7 -0
  376. package/dist/types/UI/widgets/library/RemindersWidget.d.ts +3 -0
  377. package/dist/types/UI/widgets/library/SparklineWidget.d.ts +14 -0
  378. package/dist/types/UI/widgets/library/SparsePlotWidget.d.ts +19 -0
  379. package/dist/types/UI/widgets/library/TableWidget.d.ts +14 -0
  380. package/dist/types/UI/widgets/utils/ConvertISODate.d.ts +1 -0
  381. package/dist/types/UI/widgets/utils/NumberVisualization.d.ts +2 -0
  382. package/dist/types/UI/widgets/utils/dateUtils.d.ts +3 -0
  383. package/dist/types/actions/ActionForm.d.ts +29 -0
  384. package/dist/types/actions/ActionModal.d.ts +1 -0
  385. package/dist/types/actions/ActionPanelPlacement.d.ts +17 -0
  386. package/dist/types/actions/ActionSideSheet.d.ts +33 -0
  387. package/dist/types/actions/ActionSpeedDial.d.ts +13 -0
  388. package/dist/types/actions/ActionSplitScreen.d.ts +14 -0
  389. package/dist/types/actions/ActionWrapper.d.ts +12 -0
  390. package/dist/types/actions/PageActionWrapper.d.ts +1 -0
  391. package/dist/types/actions/actionSummary/ActionSummaryHeader.d.ts +8 -0
  392. package/dist/types/actions/actionSummary/ActionSummaryListItem.d.ts +10 -0
  393. package/dist/types/actions/actionSummary/ActionSummaryPopover.d.ts +17 -0
  394. package/dist/types/actions/sidebar/EntitySideBarContent.d.ts +1 -0
  395. package/dist/types/actions/utils/actionUtils.d.ts +3 -0
  396. package/dist/types/assets/unityIcons/LibraryData.d.ts +9 -0
  397. package/dist/types/chatBot/ChatContainer.d.ts +1 -0
  398. package/dist/types/chatBot/ChatMessage.d.ts +1 -0
  399. package/dist/types/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +8 -0
  400. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +4 -0
  401. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +1 -0
  402. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +3 -0
  403. package/dist/types/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +6 -0
  404. package/dist/types/componentSystems/multiThreadTimeline/timeline.d.ts +26 -0
  405. package/dist/types/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +6 -0
  406. package/dist/types/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +14 -0
  407. package/dist/types/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +1 -0
  408. package/dist/types/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +8 -0
  409. package/dist/types/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +9 -0
  410. package/dist/types/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +18 -0
  411. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +13 -0
  412. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +9 -0
  413. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +9 -0
  414. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +2 -0
  415. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +10 -0
  416. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +6 -0
  417. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +20 -0
  418. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +22 -0
  419. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +16 -0
  420. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +11 -0
  421. package/dist/types/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +11 -0
  422. package/dist/types/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +18 -0
  423. package/dist/types/componentSystems/pageRenderer/PageRenderer.d.ts +9 -0
  424. package/dist/types/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +1 -0
  425. package/dist/types/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +34 -0
  426. package/dist/types/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +9 -0
  427. package/dist/types/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +13 -0
  428. package/dist/types/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +7 -0
  429. package/dist/types/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +1 -0
  430. package/dist/types/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +1 -0
  431. package/dist/types/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +7 -0
  432. package/dist/types/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +1 -0
  433. package/dist/types/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +1 -0
  434. package/dist/types/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +1 -0
  435. package/dist/types/constants/reminderConstants.d.ts +4 -0
  436. package/dist/types/containers/IframeContainer.d.ts +1 -0
  437. package/dist/types/contexts/ActionContext.d.ts +1 -0
  438. package/dist/types/contexts/ActionDispatchContext.d.ts +1 -0
  439. package/dist/types/contexts/ActionLoadingContext.d.ts +1 -0
  440. package/dist/types/contexts/ActionLoadingDispatchContext.d.ts +1 -0
  441. package/dist/types/contexts/usePageContext.d.ts +1 -0
  442. package/dist/types/dashboard/DashboardCardGrid.d.ts +7 -0
  443. package/dist/types/dashboard/WidgetCard.d.ts +4 -0
  444. package/dist/types/dataBrowser/DataBrowserColumnDefs.d.ts +9 -0
  445. package/dist/types/dataBrowser/DataBrowserContainer.d.ts +1 -0
  446. package/dist/types/dataBrowser/forms/ParamsMappingFields.d.ts +1 -0
  447. package/dist/types/dataBrowser/forms/ParamsMappingForm.d.ts +1 -0
  448. package/dist/types/dataBrowser/forms/RequiredFieldsMappingField.d.ts +1 -0
  449. package/dist/types/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +1 -0
  450. package/dist/types/diffChecker/DiffChecker.d.ts +6 -0
  451. package/dist/types/enums/InputFieldTypeEnums.d.ts +9 -0
  452. package/dist/types/hooks/crudActions.d.ts +5 -0
  453. package/dist/types/hooks/useActions.d.ts +17 -0
  454. package/dist/types/hooks/useApiCatalog.d.ts +6 -0
  455. package/dist/types/hooks/useDateLocale.d.ts +7 -0
  456. package/dist/types/hooks/useDynamicListCalculation.d.ts +20 -0
  457. package/dist/types/hooks/useFluentIcon.d.ts +3 -0
  458. package/dist/types/hooks/useItemSubCard.d.ts +10 -0
  459. package/dist/types/hooks/useOutlook.d.ts +6 -0
  460. package/dist/types/hooks/useProductVersion.d.ts +1 -0
  461. package/dist/types/hooks/usePromotedLookupMethods.d.ts +5 -0
  462. package/dist/types/hooks/usePromotedMethodEntity.d.ts +5 -0
  463. package/dist/types/hooks/useQueryExecutors.d.ts +23 -0
  464. package/dist/types/hooks/useSearchFilterParamsMap.d.ts +6 -0
  465. package/dist/types/hooks/useSetLocationState.d.ts +1 -0
  466. package/dist/types/hooks/useSplitDecimal.d.ts +8 -0
  467. package/dist/types/hooks/useUpdateSearchParams.d.ts +1 -0
  468. package/dist/types/hooks/useWorkflow.d.ts +3 -0
  469. package/dist/types/hooks/virtualActions.d.ts +3 -0
  470. package/dist/types/index.d.ts +444 -0
  471. package/dist/types/inquiry/AlertFlag.d.ts +4 -0
  472. package/dist/types/inquiry/AmbientListItem.d.ts +4 -0
  473. package/dist/types/inquiry/AmbientSplitStatCard.d.ts +4 -0
  474. package/dist/types/inquiry/AmbientSummaryListHeader.d.ts +4 -0
  475. package/dist/types/inquiry/EmbeddedInquiry.d.ts +2 -0
  476. package/dist/types/inquiry/ExecuteApiDialog.d.ts +1 -0
  477. package/dist/types/inquiry/FilterSearch.d.ts +3 -0
  478. package/dist/types/inquiry/FlagBlock.d.ts +4 -0
  479. package/dist/types/inquiry/Inquiry.d.ts +29 -0
  480. package/dist/types/inquiry/InquiryContainer.d.ts +28 -0
  481. package/dist/types/inquiry/InquiryTreeMenu.d.ts +1 -0
  482. package/dist/types/inquiry/InquiryTreeMenuItem.d.ts +1 -0
  483. package/dist/types/inquiry/InquiryWrapper.d.ts +1 -0
  484. package/dist/types/inquiry/ItemDescription.d.ts +4 -0
  485. package/dist/types/inquiry/NodeColumnHeader.d.ts +5 -0
  486. package/dist/types/inquiry/NodeDetails.d.ts +1 -0
  487. package/dist/types/inquiry/NodeList.d.ts +1 -0
  488. package/dist/types/inquiry/ToggleButton.d.ts +4 -0
  489. package/dist/types/inquiry/dashboard/InquiryDashboard.d.ts +1 -0
  490. package/dist/types/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +1 -0
  491. package/dist/types/inquiry/inquiryBar/InquiryControlList.d.ts +11 -0
  492. package/dist/types/inquiry/inquiryBar/InquiryNodeControls.d.ts +1 -0
  493. package/dist/types/inquiry/search/InquiryAdvancedSearch.d.ts +1 -0
  494. package/dist/types/inquiry/search/InquiryAdvancedSearchForm.d.ts +1 -0
  495. package/dist/types/inquiry/search/InquirySearchContainer.d.ts +1 -0
  496. package/dist/types/inquiry/search/InquirySearchDatasource.d.ts +4 -0
  497. package/dist/types/inquiry/search/InquirySearchTable.d.ts +1 -0
  498. package/dist/types/layout/GridGroup.d.ts +10 -0
  499. package/dist/types/layout/GridRow.d.ts +5 -0
  500. package/dist/types/layout/GridUnit.d.ts +1 -0
  501. package/dist/types/layout/HeaderLayout.d.ts +3 -0
  502. package/dist/types/layout/LayoutUnit.d.ts +2 -0
  503. package/dist/types/layout/getRatio.d.ts +1 -0
  504. package/dist/types/layout/templates/SideBarTemplate.d.ts +4 -0
  505. package/dist/types/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +1 -0
  506. package/dist/types/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +2 -0
  507. package/dist/types/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +9 -0
  508. package/dist/types/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +29 -0
  509. package/dist/types/maintenanceEngine/entityAttributeActions.d.ts +1 -0
  510. package/dist/types/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +46 -0
  511. package/dist/types/maintenanceEngine/tableBrowser/TableContainer.d.ts +1 -0
  512. package/dist/types/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +1 -0
  513. package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +9 -0
  514. package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +25 -0
  515. package/dist/types/map-library/Controls/Controls.d.ts +3 -0
  516. package/dist/types/map-library/Controls/CustomControl.d.ts +9 -0
  517. package/dist/types/map-library/Controls/FullScreenControl.d.ts +1 -0
  518. package/dist/types/map-library/Controls/ZoomControl.d.ts +1 -0
  519. package/dist/types/map-library/Controls/index.d.ts +5 -0
  520. package/dist/types/map-library/Layers/ImageLayer.d.ts +4 -0
  521. package/dist/types/map-library/Layers/Layers.d.ts +3 -0
  522. package/dist/types/map-library/Layers/TileLayer.d.ts +4 -0
  523. package/dist/types/map-library/Layers/VectorLayer.d.ts +6 -0
  524. package/dist/types/map-library/Layers/index.d.ts +5 -0
  525. package/dist/types/map-library/Map/Map.d.ts +23 -0
  526. package/dist/types/map-library/Map/MapContext.d.ts +2 -0
  527. package/dist/types/map-library/Source/index.d.ts +4 -0
  528. package/dist/types/map-library/Source/osm.d.ts +3 -0
  529. package/dist/types/map-library/Source/vector.d.ts +9 -0
  530. package/dist/types/map-library/Source/xyz.d.ts +7 -0
  531. package/dist/types/map-library/functions/mapFunctions.d.ts +2 -0
  532. package/dist/types/map-library/geoLocation/FreeFormField.d.ts +1 -0
  533. package/dist/types/map-library/geoLocation/GeoLocation.d.ts +3 -0
  534. package/dist/types/map-library/ui/ControlZoom.d.ts +2 -0
  535. package/dist/types/map-library/ui/Filter.d.ts +2 -0
  536. package/dist/types/map-library/ui/FilterOptions.d.ts +2 -0
  537. package/dist/types/map-library/ui/LocationPin.d.ts +2 -0
  538. package/dist/types/map-library/ui/MapControls.d.ts +2 -0
  539. package/dist/types/map-library/ui/MapControlsStandard.d.ts +2 -0
  540. package/dist/types/map-library/ui/MapFilterBar.d.ts +1 -0
  541. package/dist/types/map-library/ui/MapSheet.d.ts +1 -0
  542. package/dist/types/map-library/ui/Position.d.ts +2 -0
  543. package/dist/types/map-library/ui/TileDisplay.d.ts +1 -0
  544. package/dist/types/map-library/ui/ToggleViewType.d.ts +2 -0
  545. package/dist/types/maps/GeoMap.d.ts +3 -0
  546. package/dist/types/maps/leafletMaps/FluentImageMap.d.ts +13 -0
  547. package/dist/types/maps/leafletMaps/FluentMap.d.ts +26 -0
  548. package/dist/types/maps/leafletMaps/ui/MapContent.d.ts +13 -0
  549. package/dist/types/maps/leafletMaps/ui/MapMarker.d.ts +1 -0
  550. package/dist/types/maps/openLayerMaps/Controls/Controls.d.ts +4 -0
  551. package/dist/types/maps/openLayerMaps/Controls/FullScreenControl.d.ts +2 -0
  552. package/dist/types/maps/openLayerMaps/Controls/index.d.ts +3 -0
  553. package/dist/types/maps/openLayerMaps/Layers/ImageLayer.d.ts +4 -0
  554. package/dist/types/maps/openLayerMaps/Layers/Layers.d.ts +3 -0
  555. package/dist/types/maps/openLayerMaps/Layers/TileLayer.d.ts +4 -0
  556. package/dist/types/maps/openLayerMaps/Layers/VectorLayer.d.ts +5 -0
  557. package/dist/types/maps/openLayerMaps/Map/Map.d.ts +7 -0
  558. package/dist/types/maps/openLayerMaps/Map/MapContext.d.ts +2 -0
  559. package/dist/types/maps/openLayerMaps/Map/index.d.ts +1 -0
  560. package/dist/types/maps/openLayerMaps/Source/index.d.ts +4 -0
  561. package/dist/types/maps/openLayerMaps/Source/osm.d.ts +3 -0
  562. package/dist/types/maps/openLayerMaps/Source/vector.d.ts +9 -0
  563. package/dist/types/maps/openLayerMaps/Source/xyz.d.ts +7 -0
  564. package/dist/types/maps/openLayerMaps/ui/ControlZoom.d.ts +2 -0
  565. package/dist/types/maps/openLayerMaps/ui/Filter.d.ts +2 -0
  566. package/dist/types/maps/openLayerMaps/ui/LocationPin.d.ts +2 -0
  567. package/dist/types/maps/openLayerMaps/ui/MapControls.d.ts +2 -0
  568. package/dist/types/maps/openLayerMaps/ui/MapControlsStandard.d.ts +2 -0
  569. package/dist/types/maps/openLayerMaps/ui/Position.d.ts +2 -0
  570. package/dist/types/maps/openLayerMaps/ui/ToggleViewType.d.ts +2 -0
  571. package/dist/types/menuPage/MenuPage.d.ts +1 -0
  572. package/dist/types/notes/NotesScreen.d.ts +1 -0
  573. package/dist/types/page/Page.d.ts +2 -0
  574. package/dist/types/page/PageContainer.d.ts +1 -0
  575. package/dist/types/page/PageContent.d.ts +4 -0
  576. package/dist/types/page/PageHeader.d.ts +6 -0
  577. package/dist/types/page/PageSectionHeader.d.ts +1 -0
  578. package/dist/types/page/PageSectionSpacer.d.ts +4 -0
  579. package/dist/types/reminders/CompleteReminderSwitch.d.ts +1 -0
  580. package/dist/types/reminders/RemindersCard.d.ts +1 -0
  581. package/dist/types/reminders/RemindersScreen.d.ts +1 -0
  582. package/dist/types/reports/PowerBIReport.d.ts +1 -0
  583. package/dist/types/routes/PrivateRoute.d.ts +3 -0
  584. package/dist/types/routes/UdpRoutes.d.ts +1 -0
  585. package/dist/types/routes/components/PageForbiddenRoute.d.ts +1 -0
  586. package/dist/types/routes/components/PageNotFoundRoute.d.ts +1 -0
  587. package/dist/types/routes/components/PageStatus.d.ts +1 -0
  588. package/dist/types/routes/components/PasswordResetRedirect.d.ts +1 -0
  589. package/dist/types/shell/Shell.d.ts +73 -0
  590. package/dist/types/shell/ui/AmbientProjectSwitcher.d.ts +17 -0
  591. package/dist/types/shell/ui/EnvironmentRibbon.d.ts +3 -0
  592. package/dist/types/shell/ui/FluentProfileMenuCard.d.ts +1 -0
  593. package/dist/types/shell/ui/HelpCenter.d.ts +1 -0
  594. package/dist/types/shell/ui/LanguageSwitcher.d.ts +1 -0
  595. package/dist/types/shell/ui/MiniCollapsibleSidebar.d.ts +2 -0
  596. package/dist/types/shell/ui/NavigationSidebar.d.ts +2 -0
  597. package/dist/types/shell/ui/SidebarCollapseButton.d.ts +4 -0
  598. package/dist/types/shell/ui/SidebarListItem.d.ts +5 -0
  599. package/dist/types/shell/ui/SiteHeader.d.ts +17 -0
  600. package/dist/types/shell/ui/SiteHeaderRightComponent.d.ts +9 -0
  601. package/dist/types/shell/ui/UserAvatar.d.ts +9 -0
  602. package/dist/types/shell/ui/addUser/PasswordValidator.d.ts +10 -0
  603. package/dist/types/shell/ui/addUser/UserForm.d.ts +2 -0
  604. package/dist/types/shell/ui/addUser/UserFormFields.d.ts +2 -0
  605. package/dist/types/shell/ui/addUser/UserFormSideSheet.d.ts +5 -0
  606. package/dist/types/shell/ui/appSwitcher/FUIAppHeader.d.ts +2 -0
  607. package/dist/types/shell/ui/appSwitcher/FUIAppList.d.ts +2 -0
  608. package/dist/types/shell/ui/appSwitcher/FUIAppListItem.d.ts +2 -0
  609. package/dist/types/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +2 -0
  610. package/dist/types/shell/ui/appSwitcher/ProductAppList.d.ts +2 -0
  611. package/dist/types/shell/ui/appSwitcher/ProductAppListItem.d.ts +2 -0
  612. package/dist/types/shell/ui/appSwitcher/UnityApps.d.ts +2 -0
  613. package/dist/types/stores/actionStore.d.ts +12 -0
  614. package/dist/types/stores/catalogStore.d.ts +10 -0
  615. package/dist/types/stores/inquiryStore.d.ts +21 -0
  616. package/dist/types/stores/lookupsStore.d.ts +8 -0
  617. package/dist/types/stores/shellStore.d.ts +21 -0
  618. package/dist/types/stores/teleporterStore.d.ts +13 -0
  619. package/dist/types/stores/tenantStore.d.ts +12 -0
  620. package/dist/types/stores/workflowStore.d.ts +15 -0
  621. package/dist/types/stories/Button.d.ts +41 -0
  622. package/dist/types/stories/Button.stories.d.ts +35 -0
  623. package/dist/types/stories/Header.d.ts +18 -0
  624. package/dist/types/stories/Header.stories.d.ts +23 -0
  625. package/dist/types/stories/Page.d.ts +18 -0
  626. package/dist/types/stories/Page.stories.d.ts +23 -0
  627. package/dist/types/treeMenu/BaseTreeMenu.d.ts +1 -0
  628. package/dist/types/treeMenu/BaseTreeMenuItem.d.ts +1 -0
  629. package/dist/types/tsconfig.tsbuildinfo +1 -0
  630. package/dist/types/udp/ShortcutContent/ListSearch.d.ts +1 -0
  631. package/dist/types/udp/ShortcutContent/ShortcutContentFinder.d.ts +1 -0
  632. package/dist/types/udp/export/ExportSidesheet.d.ts +1 -0
  633. package/dist/types/udp/export/MyExportsPage.d.ts +1 -0
  634. package/dist/types/udp/export/VisualSearchObject.d.ts +3 -0
  635. package/dist/types/udp/export/useUdpExport.d.ts +14 -0
  636. package/dist/types/udp/fileImportMapping/FileImportConfigCard.d.ts +1 -0
  637. package/dist/types/udp/fileImportMapping/FileImportMappingWizard.d.ts +2 -0
  638. package/dist/types/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +1 -0
  639. package/dist/types/udp/fileImportMapping/SampleFileImportGrid.d.ts +1 -0
  640. package/dist/types/udp/fileImportMapping/fileUtils.d.ts +3 -0
  641. package/dist/types/udp/pages/ChatUDP.d.ts +2 -0
  642. package/dist/types/udp/pages/UdpDataBrowserPage.d.ts +21 -0
  643. package/dist/types/udp/pages/UdpFormsBuilderPage.d.ts +2 -0
  644. package/dist/types/udp/pages/UdpFormsListPage.d.ts +2 -0
  645. package/dist/types/udp/pages/UdpGridPanelManagementPage.d.ts +2 -0
  646. package/dist/types/udp/pages/UdpGridPanelManagementSidesheet.d.ts +31 -0
  647. package/dist/types/udp/pages/UdpImportFromFileMappingPage.d.ts +2 -0
  648. package/dist/types/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +2 -0
  649. package/dist/types/udp/pages/UdpMaintenanceConfigPage.d.ts +1 -0
  650. package/dist/types/udp/pages/UdpMaintenanceEnginePage.d.ts +2 -0
  651. package/dist/types/udp/pages/UdpNotesPage.d.ts +2 -0
  652. package/dist/types/udp/pages/UdpPrivateForm.d.ts +2 -0
  653. package/dist/types/udp/pages/UdpPublicForm.d.ts +2 -0
  654. package/dist/types/udp/pages/UdpRemindersPage.d.ts +2 -0
  655. package/dist/types/udp/pages/UdpReportsPage.d.ts +2 -0
  656. package/dist/types/udp/pages/UdpVerticalManagementPage.d.ts +2 -0
  657. package/dist/types/udp/pages/UdpVerticalManagementSidesheet.d.ts +2 -0
  658. package/dist/types/udp/pages/udpPages.d.ts +40 -0
  659. package/dist/types/udp/utilities/methodUtils.d.ts +5 -0
  660. package/dist/types/uploader/DragDropFileUpload.d.ts +35 -0
  661. package/dist/types/uploader/FileProfile.d.ts +2 -0
  662. package/dist/types/uploader/FileType.d.ts +1 -0
  663. package/dist/types/uploader/FileUpload.d.ts +2 -0
  664. package/dist/types/uploader/ImagePreview.d.ts +2 -0
  665. package/dist/types/utilities/CustomNavigationClient.d.ts +11 -0
  666. package/dist/types/utilities/DemoJuly/redirectToProduct.d.ts +14 -0
  667. package/dist/types/utilities/FluentIcon.d.ts +4 -0
  668. package/dist/types/utilities/TrimForAvatar.d.ts +1 -0
  669. package/dist/types/utilities/UnityFluentIcon.d.ts +1 -0
  670. package/dist/types/utilities/UnityIcon.d.ts +1 -0
  671. package/dist/types/utilities/aggrid/AgTable.d.ts +36 -0
  672. package/dist/types/utilities/aggrid/GridFunctions.d.ts +9 -0
  673. package/dist/types/utilities/aggrid/SplitButton.d.ts +4 -0
  674. package/dist/types/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +4 -0
  675. package/dist/types/utilities/apiHelpers.d.ts +12 -0
  676. package/dist/types/utilities/auth/AuthDialogs.d.ts +2 -0
  677. package/dist/types/utilities/auth/AuthProvider.d.ts +5 -0
  678. package/dist/types/utilities/auth/AuthProviderWrapper.d.ts +1 -0
  679. package/dist/types/utilities/auth/UserProvider.d.ts +2 -0
  680. package/dist/types/utilities/auth/internal.d.ts +10 -0
  681. package/dist/types/utilities/auth/signInAuthProvider.d.ts +5 -0
  682. package/dist/types/utilities/auth/useAccessToken.d.ts +1 -0
  683. package/dist/types/utilities/auth/useAuthedUser.d.ts +16 -0
  684. package/dist/types/utilities/auth/useIsUnityAuthenticated.d.ts +1 -0
  685. package/dist/types/utilities/auth/useSingleLogout.d.ts +2 -0
  686. package/dist/types/utilities/auth/users.d.ts +8 -0
  687. package/dist/types/utilities/auth/whitelistedPaths.d.ts +1 -0
  688. package/dist/types/utilities/axiosInterceptors.d.ts +2 -0
  689. package/dist/types/utilities/brand.d.ts +23 -0
  690. package/dist/types/utilities/chatBot/useChatBot.d.ts +6 -0
  691. package/dist/types/utilities/crud/useDefaultFormValues.d.ts +6 -0
  692. package/dist/types/utilities/customIcons/ApprovalIcon.d.ts +6 -0
  693. package/dist/types/utilities/customIcons/RejectIcon.d.ts +4 -0
  694. package/dist/types/utilities/entities/entityUtilities.d.ts +3 -0
  695. package/dist/types/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +2 -0
  696. package/dist/types/utilities/form/AltSubmitButton.d.ts +14 -0
  697. package/dist/types/utilities/form/Field.d.ts +23 -0
  698. package/dist/types/utilities/form/Form.d.ts +7 -0
  699. package/dist/types/utilities/form/FormButtons.d.ts +3 -0
  700. package/dist/types/utilities/form/FormSpy.d.ts +10 -0
  701. package/dist/types/utilities/form/SubmitButton.d.ts +14 -0
  702. package/dist/types/utilities/form/arrayMutators.d.ts +2 -0
  703. package/dist/types/utilities/form/final-form-scroll/createDecorator.d.ts +5 -0
  704. package/dist/types/utilities/form/final-form-scroll/findInput.d.ts +2 -0
  705. package/dist/types/utilities/form/final-form-scroll/getAllInputs.d.ts +2 -0
  706. package/dist/types/utilities/form/final-form-scroll/isFocusableInput.d.ts +2 -0
  707. package/dist/types/utilities/form/formHooks.d.ts +12 -0
  708. package/dist/types/utilities/form/paymentForm/AccountPayment.model.d.ts +143 -0
  709. package/dist/types/utilities/form/paymentForm/BankIcon.d.ts +7 -0
  710. package/dist/types/utilities/form/paymentForm/CashIcon.d.ts +7 -0
  711. package/dist/types/utilities/form/paymentForm/CheckIcon.d.ts +7 -0
  712. package/dist/types/utilities/form/paymentForm/CreditCardIcon.d.ts +7 -0
  713. package/dist/types/utilities/form/paymentForm/NewCreditCardForm.d.ts +18 -0
  714. package/dist/types/utilities/form/paymentForm/NewECheckForm.d.ts +15 -0
  715. package/dist/types/utilities/form/paymentForm/PaymentBankDetails.d.ts +12 -0
  716. package/dist/types/utilities/form/paymentForm/PaymentCard.d.ts +12 -0
  717. package/dist/types/utilities/form/paymentForm/PaymentCardDetail.d.ts +19 -0
  718. package/dist/types/utilities/form/paymentForm/PaymentDropdown.d.ts +32 -0
  719. package/dist/types/utilities/form/paymentForm/PaymentForm.d.ts +77 -0
  720. package/dist/types/utilities/form/paymentForm/TabPanel.d.ts +20 -0
  721. package/dist/types/utilities/form/paymentForm/usePaymentProviderForm.d.ts +12 -0
  722. package/dist/types/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +40 -0
  723. package/dist/types/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +46 -0
  724. package/dist/types/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +13 -0
  725. package/dist/types/utilities/iconLibrary/IconLibraryComponent.d.ts +7 -0
  726. package/dist/types/utilities/iconLibrary/SelectedLibraryItem.d.ts +2 -0
  727. package/dist/types/utilities/iconLibrary/UnityIconLibrary.d.ts +7 -0
  728. package/dist/types/utilities/input/DateUtilities.d.ts +3 -0
  729. package/dist/types/utilities/input/SelectUtilities.d.ts +3 -0
  730. package/dist/types/utilities/input/StringUtilities.d.ts +7 -0
  731. package/dist/types/utilities/isValueSelected.d.ts +3 -0
  732. package/dist/types/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +5 -0
  733. package/dist/types/utilities/menus/menuUtilities.d.ts +1 -0
  734. package/dist/types/utilities/menus/redirectToLink.d.ts +1 -0
  735. package/dist/types/utilities/page/PageSubHeaderAction.d.ts +9 -0
  736. package/dist/types/utilities/provider/ActionProvider.d.ts +1 -0
  737. package/dist/types/utilities/redirect/ExternalRedirectUrlStorage.d.ts +3 -0
  738. package/dist/types/utilities/redirect/LocalRedirectUrlStorage.d.ts +5 -0
  739. package/dist/types/utilities/redirect/pages/OutlookCallback.d.ts +1 -0
  740. package/dist/types/utilities/rules/RuleUtilities.d.ts +40 -0
  741. package/dist/types/utilities/search/Search.d.ts +37 -0
  742. package/dist/types/utilities/search/SearchUtilities.d.ts +15 -0
  743. package/dist/types/utilities/storage/UnitySessionStorage.d.ts +4 -0
  744. package/dist/types/utilities/stringUtils.d.ts +8 -0
  745. package/dist/types/utilities/style/ContentContainer.d.ts +29 -0
  746. package/dist/types/utilities/style/colorConverter.d.ts +3 -0
  747. package/dist/types/utilities/style/colors.d.ts +76 -0
  748. package/dist/types/utilities/style/utils/styleUtils.d.ts +2 -0
  749. package/dist/types/utilities/style/verticalStyles.d.ts +4 -0
  750. package/dist/types/utilities/systemColors.d.ts +1 -0
  751. package/dist/types/utilities/tenant/TenantProvider.d.ts +3 -0
  752. package/dist/types/utilities/tenant/useTenant.d.ts +6 -0
  753. package/dist/types/utilities/theme.d.ts +6 -0
  754. package/dist/types/utilities/tree/TreeUtilities.d.ts +81 -0
  755. package/dist/types/utilities/uploader/FileProfile.d.ts +2 -0
  756. package/dist/types/utilities/uploader/FileType.d.ts +1 -0
  757. package/dist/types/utilities/uploader/FileUpload.d.ts +1 -0
  758. package/dist/types/utilities/uploader/ImagePreview.d.ts +2 -0
  759. package/dist/types/utilities/uploader/formatBytes.d.ts +1 -0
  760. package/dist/types/utilities/useAxiosGet.d.ts +21 -0
  761. package/dist/types/utilities/useAxiosMutate.d.ts +6 -0
  762. package/dist/types/utilities/usePrevious.d.ts +2 -0
  763. package/dist/types/utilities/utilityBar/InquiryHeaderControl.d.ts +9 -0
  764. package/dist/types/utilities/utilityBar/InquiryHeaderSecondary.d.ts +8 -0
  765. package/dist/types/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +8 -0
  766. package/dist/types/utilities/utilityBar/InquiryHeaderTitle.d.ts +8 -0
  767. package/dist/types/utilities/utilityBar/SubHeaderAction.d.ts +8 -0
  768. package/dist/types/utilities/utilityBar/UtilityBarInport.d.ts +8 -0
  769. package/dist/types/utilities/workflow/workflowUtilities.d.ts +47 -0
  770. package/dist/types/workflow/WorkflowContainer.d.ts +1 -0
  771. package/dist/types/workflow/WorkflowContent.d.ts +1 -0
  772. package/dist/types/workflow/WorkflowUiInterruptContent.d.ts +1 -0
  773. package/dist/types/workflow/components/WorkflowTaskFlow.d.ts +1 -0
  774. package/dist/types/workflow/menus/WorkflowTreeMenu.d.ts +1 -0
  775. package/dist/types/workflow/menus/WorkflowTreeMenuItem.d.ts +1 -0
  776. package/dist/utilities/aggrid/ag-grid-styles.scss +46 -0
  777. package/package.json +23 -20
  778. package/dist/AGLicense.d.ts +0 -1
  779. package/dist/MenuPage-Bkxf-uer.js +0 -556
  780. package/dist/UI/AlertContainer.d.ts +0 -1
  781. package/dist/UI/Box.d.ts +0 -1
  782. package/dist/UI/Grid.d.ts +0 -1
  783. package/dist/UI/SuccessAction.d.ts +0 -1
  784. package/dist/UI/accordion/Accordion.d.ts +0 -1
  785. package/dist/UI/charts/InsightRenderer.d.ts +0 -19
  786. package/dist/UI/charts/UdpBarChart.d.ts +0 -6
  787. package/dist/UI/charts/UdpDonutChart.d.ts +0 -7
  788. package/dist/UI/charts/UdpLineChart.d.ts +0 -6
  789. package/dist/UI/charts/index.d.ts +0 -6
  790. package/dist/UI/components/dataDisplay/Ellipse.d.ts +0 -8
  791. package/dist/UI/components/dataDisplay/EmailDisplay.d.ts +0 -1
  792. package/dist/UI/components/dataDisplay/SmsDisplay.d.ts +0 -1
  793. package/dist/UI/components/dataDisplay/Sticky.d.ts +0 -8
  794. package/dist/UI/components/dataDisplay/Token.d.ts +0 -13
  795. package/dist/UI/components/feedback/Adornment.d.ts +0 -6
  796. package/dist/UI/containers/DynamicContainerWithMenu.d.ts +0 -1
  797. package/dist/UI/dataDisplay/AmbientList.d.ts +0 -15
  798. package/dist/UI/dataDisplay/AvatarAlphabet.d.ts +0 -1
  799. package/dist/UI/dataDisplay/ChipAlphabet.d.ts +0 -6
  800. package/dist/UI/dataDisplay/CompactDataList.d.ts +0 -1
  801. package/dist/UI/dataDisplay/CompactDataListItem.d.ts +0 -1
  802. package/dist/UI/dataDisplay/EmptyStateDisplay.d.ts +0 -22
  803. package/dist/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +0 -1
  804. package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +0 -1
  805. package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +0 -62
  806. package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +0 -11
  807. package/dist/UI/dataDisplay/FluentListElement.d.ts +0 -8
  808. package/dist/UI/dataDisplay/FluentListItem.d.ts +0 -1
  809. package/dist/UI/dataDisplay/GraphCard.d.ts +0 -10
  810. package/dist/UI/dataDisplay/HeaderExpander.d.ts +0 -11
  811. package/dist/UI/dataDisplay/HintPanel.d.ts +0 -10
  812. package/dist/UI/dataDisplay/StatusChip.d.ts +0 -9
  813. package/dist/UI/dataDisplay/StatusFlags.d.ts +0 -8
  814. package/dist/UI/dataDisplay/SummaryBlock.d.ts +0 -16
  815. package/dist/UI/dataDisplay/TimelineCalendar.d.ts +0 -1
  816. package/dist/UI/dataDisplay/address/AddressListItem.d.ts +0 -3
  817. package/dist/UI/dataDisplay/cardList/CardList.d.ts +0 -49
  818. package/dist/UI/dataDisplay/directory/Directory.d.ts +0 -9
  819. package/dist/UI/dataDisplay/directory/DirectoryListItem.d.ts +0 -4
  820. package/dist/UI/dataDisplay/entityHeader/EntityHeader.d.ts +0 -12
  821. package/dist/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +0 -2
  822. package/dist/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +0 -2
  823. package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +0 -14
  824. package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +0 -22
  825. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +0 -20
  826. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +0 -4
  827. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +0 -1
  828. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +0 -1
  829. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +0 -19
  830. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +0 -1
  831. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +0 -1
  832. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +0 -3
  833. package/dist/UI/dataDisplay/map/ColorKey.d.ts +0 -10
  834. package/dist/UI/dataDisplay/map/IconKey.d.ts +0 -10
  835. package/dist/UI/dataDisplay/notes/Note.d.ts +0 -7
  836. package/dist/UI/dataDisplay/notes/Notes.d.ts +0 -6
  837. package/dist/UI/dataDisplay/ticketCard/NotificationElement.d.ts +0 -8
  838. package/dist/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +0 -16
  839. package/dist/UI/dataDisplay/ticketCard/TicketCard.d.ts +0 -22
  840. package/dist/UI/dataDisplay/typography/FormHeaders.d.ts +0 -2
  841. package/dist/UI/dataDisplay/typography/SideSheetHeader.d.ts +0 -4
  842. package/dist/UI/dataDisplay/typography/SidebarHeader.d.ts +0 -1
  843. package/dist/UI/dataDisplay/typography/StandardTitle.d.ts +0 -1
  844. package/dist/UI/dataDisplay/typography/StylizedTitle.d.ts +0 -16
  845. package/dist/UI/dataDisplay/typography/Typography.d.ts +0 -1
  846. package/dist/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +0 -63
  847. package/dist/UI/dataDisplay/visualization/GaugeGraph.d.ts +0 -1
  848. package/dist/UI/dataDisplay/visualization/RatioVisulization.d.ts +0 -5
  849. package/dist/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +0 -1
  850. package/dist/UI/demos/InputsExample.d.ts +0 -2
  851. package/dist/UI/feedback/AmbientAlert.d.ts +0 -12
  852. package/dist/UI/feedback/AmbientToast.d.ts +0 -1
  853. package/dist/UI/feedback/FluentDialog.d.ts +0 -1
  854. package/dist/UI/feedback/NodeLoader.d.ts +0 -4
  855. package/dist/UI/feedback/PageLoading.d.ts +0 -1
  856. package/dist/UI/fileViewer/FileViewer.d.ts +0 -1
  857. package/dist/UI/fileViewer/imageSlider/Image.d.ts +0 -1
  858. package/dist/UI/fileViewer/imageSlider/ImageFooter.d.ts +0 -1
  859. package/dist/UI/fileViewer/imageSlider/ImageSlider.d.ts +0 -1
  860. package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +0 -1
  861. package/dist/UI/fileViewer/utils/fileTypes.d.ts +0 -1
  862. package/dist/UI/fileViewer/utils/fileUtils.d.ts +0 -2
  863. package/dist/UI/floorplans/CoreLayoutFloorplan.d.ts +0 -51
  864. package/dist/UI/forms/CrudForm.d.ts +0 -11
  865. package/dist/UI/forms/LoginForm.d.ts +0 -1
  866. package/dist/UI/forms/PaymentReversalForm.d.ts +0 -5
  867. package/dist/UI/forms/UdpCrudFormFields.d.ts +0 -6
  868. package/dist/UI/forms/VirtualForm.d.ts +0 -8
  869. package/dist/UI/iframe/Iframe.d.ts +0 -1
  870. package/dist/UI/inputs/buttons/AdvanceButton.d.ts +0 -4
  871. package/dist/UI/inputs/buttons/AmbientCardButton.d.ts +0 -9
  872. package/dist/UI/inputs/buttons/AmbientChipButton.d.ts +0 -1
  873. package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +0 -5
  874. package/dist/UI/inputs/buttons/AmbientToggleButton.d.ts +0 -15
  875. package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +0 -1
  876. package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +0 -44
  877. package/dist/UI/inputs/buttons/AmbientTokenButton.d.ts +0 -1
  878. package/dist/UI/inputs/buttons/FUISquareIconButton.d.ts +0 -5
  879. package/dist/UI/inputs/buttons/FluentButton.d.ts +0 -1
  880. package/dist/UI/inputs/buttons/FluentCompoundButton.d.ts +0 -1
  881. package/dist/UI/inputs/buttons/FluentIconButton.d.ts +0 -1
  882. package/dist/UI/inputs/buttons/FluentMenuListButton.d.ts +0 -6
  883. package/dist/UI/inputs/buttons/FluentMenuListItem.d.ts +0 -6
  884. package/dist/UI/inputs/buttons/FluentUploadButton.d.ts +0 -1
  885. package/dist/UI/inputs/buttons/FluentUploadIconButton.d.ts +0 -1
  886. package/dist/UI/inputs/buttons/IconButtonWithToolTip.d.ts +0 -11
  887. package/dist/UI/inputs/buttons/PrimaryActionButton.d.ts +0 -6
  888. package/dist/UI/inputs/buttons/ToolBarButton.d.ts +0 -11
  889. package/dist/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +0 -1
  890. package/dist/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +0 -1
  891. package/dist/UI/inputs/checkbox/FluentCheckbox.d.ts +0 -1
  892. package/dist/UI/inputs/datetimes/DateField.d.ts +0 -1
  893. package/dist/UI/inputs/datetimes/DateTimeField.d.ts +0 -1
  894. package/dist/UI/inputs/datetimes/TimeField.d.ts +0 -1
  895. package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +0 -2
  896. package/dist/UI/inputs/fieldArrayCard/DateRangeField.d.ts +0 -2
  897. package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +0 -1
  898. package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +0 -2
  899. package/dist/UI/inputs/link/BreadCrumbMenu.d.ts +0 -1
  900. package/dist/UI/inputs/link/FluentLink.d.ts +0 -1
  901. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +0 -9
  902. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +0 -5
  903. package/dist/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +0 -49
  904. package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +0 -44
  905. package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +0 -6
  906. package/dist/UI/inputs/menus/FluentSelectGroupMenu.d.ts +0 -7
  907. package/dist/UI/inputs/menus/FluentSelectMenu-old.d.ts +0 -1
  908. package/dist/UI/inputs/menus/FluentSelectMenu.d.ts +0 -9
  909. package/dist/UI/inputs/menus/FluentSimpleSelect.d.ts +0 -1
  910. package/dist/UI/inputs/pickers/FluentColorPicker.d.ts +0 -1
  911. package/dist/UI/inputs/pickers/FluentDatePicker.d.ts +0 -6
  912. package/dist/UI/inputs/pickers/FluentDateTimePicker.d.ts +0 -6
  913. package/dist/UI/inputs/pickers/FluentTimePicker.d.ts +0 -7
  914. package/dist/UI/inputs/pickers/UdpDateSelector.d.ts +0 -10
  915. package/dist/UI/inputs/pickers/UdpTimeSelector.d.ts +0 -8
  916. package/dist/UI/inputs/radio/FluentRadio.d.ts +0 -1
  917. package/dist/UI/inputs/radio/FluentRadioGroup.d.ts +0 -1
  918. package/dist/UI/inputs/richEditors/CkRichEditor.d.ts +0 -1
  919. package/dist/UI/inputs/sliders/FluentInputSlider.d.ts +0 -2
  920. package/dist/UI/inputs/textField/AmbientAutoComplete.d.ts +0 -1
  921. package/dist/UI/inputs/textField/AmbientTextField.d.ts +0 -9
  922. package/dist/UI/inputs/textField/FluentSearchField.d.ts +0 -1
  923. package/dist/UI/inputs/textField/FluentTagField.d.ts +0 -2
  924. package/dist/UI/inputs/textField/FluentTextField.d.ts +0 -2
  925. package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +0 -1
  926. package/dist/UI/inputs/textField/KeyValueTextField.d.ts +0 -1
  927. package/dist/UI/inputs/toggle/FluentToggle.d.ts +0 -1
  928. package/dist/UI/loading/CircularProgress.d.ts +0 -1
  929. package/dist/UI/loading/LinearProgress.d.ts +0 -1
  930. package/dist/UI/loading/LoadingIndicator.d.ts +0 -4
  931. package/dist/UI/loading/LoadingOverlay.d.ts +0 -4
  932. package/dist/UI/mapLayout/MapLayout.d.ts +0 -1
  933. package/dist/UI/mapLayout/ui/ActionsRenderer.d.ts +0 -2
  934. package/dist/UI/mapLayout/ui/CheckboxGroup.d.ts +0 -1
  935. package/dist/UI/mapLayout/ui/CheckboxList.d.ts +0 -1
  936. package/dist/UI/mapLayout/ui/CompactCard.d.ts +0 -1
  937. package/dist/UI/mapLayout/ui/ListCard.d.ts +0 -9
  938. package/dist/UI/mapLayout/ui/ListView.d.ts +0 -2
  939. package/dist/UI/mapLayout/ui/MapLayoutToolbar.d.ts +0 -2
  940. package/dist/UI/mapLayout/ui/PopoverCard.d.ts +0 -1
  941. package/dist/UI/mapLayout/ui/PopoverOverlay.d.ts +0 -2
  942. package/dist/UI/mapLayout/ui/Statistic.d.ts +0 -1
  943. package/dist/UI/mapLayout/utilities/MapUtilities.d.ts +0 -12
  944. package/dist/UI/maps/UdpMap.d.ts +0 -66
  945. package/dist/UI/maps/UdpMapComponent.d.ts +0 -64
  946. package/dist/UI/maps/UdpMapToolbar.d.ts +0 -49
  947. package/dist/UI/navigation/FluentSideNav.d.ts +0 -1
  948. package/dist/UI/navigation/menus/AppMenu.d.ts +0 -6
  949. package/dist/UI/navigation/menus/AppMenuItem.d.ts +0 -24
  950. package/dist/UI/navigation/menus/AppMenuItemComponent.d.ts +0 -1
  951. package/dist/UI/navigation/menus/Expander.d.ts +0 -1
  952. package/dist/UI/navigation/menus/ExpanderItem.d.ts +0 -4
  953. package/dist/UI/navigation/menus/FluentMenuListItem.d.ts +0 -5
  954. package/dist/UI/navigation/tabs/UdpTabPanel.d.ts +0 -1
  955. package/dist/UI/navigation/tabs/UdpTabUtility.d.ts +0 -1
  956. package/dist/UI/navigation/tabs/UdpTabs.d.ts +0 -1
  957. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +0 -1
  958. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +0 -1
  959. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +0 -8
  960. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +0 -45
  961. package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +0 -1
  962. package/dist/UI/property/PropertyFields.d.ts +0 -10
  963. package/dist/UI/property/widgets/AutoCompletePropertyWidget.d.ts +0 -7
  964. package/dist/UI/property/widgets/BooleanPropertyWidget.d.ts +0 -7
  965. package/dist/UI/property/widgets/DatePropertyWidget.d.ts +0 -7
  966. package/dist/UI/property/widgets/DateTimePropertyWidget.d.ts +0 -7
  967. package/dist/UI/property/widgets/FloatPropertyWidget.d.ts +0 -7
  968. package/dist/UI/property/widgets/IntegerPropertyWidget.d.ts +0 -7
  969. package/dist/UI/property/widgets/MultilineTextPropertyWidget.d.ts +0 -7
  970. package/dist/UI/property/widgets/NumericPropertyWidget.d.ts +0 -7
  971. package/dist/UI/property/widgets/SelectPropertyWidget.d.ts +0 -7
  972. package/dist/UI/property/widgets/TextPropertyWidget.d.ts +0 -8
  973. package/dist/UI/property/widgets/TimePropertyWidget.d.ts +0 -7
  974. package/dist/UI/property/widgets/index.d.ts +0 -25
  975. package/dist/UI/stepper/udp-stepper.d.ts +0 -2
  976. package/dist/UI/support/SupportCaseForm.d.ts +0 -6
  977. package/dist/UI/support/SupportCaseSideSheet.d.ts +0 -9
  978. package/dist/UI/surfaces/NestedGrid/NestedGrid.d.ts +0 -18
  979. package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +0 -5
  980. package/dist/UI/surfaces/SideSheet.d.ts +0 -23
  981. package/dist/UI/surfaces/cards/AmbientCard.d.ts +0 -1
  982. package/dist/UI/surfaces/cards/AmbientCardTitle.d.ts +0 -12
  983. package/dist/UI/surfaces/cards/AmbientVisualizationCard.d.ts +0 -10
  984. package/dist/UI/surfaces/cards/BioCard.d.ts +0 -10
  985. package/dist/UI/surfaces/cards/ContentDisplayCard.d.ts +0 -13
  986. package/dist/UI/surfaces/cards/FUICard.d.ts +0 -4
  987. package/dist/UI/surfaces/cards/FluentCard.d.ts +0 -8
  988. package/dist/UI/surfaces/cards/FluentCardActions.d.ts +0 -4
  989. package/dist/UI/surfaces/cards/FluentCardContent.d.ts +0 -4
  990. package/dist/UI/surfaces/cards/FluentCardHeader.d.ts +0 -4
  991. package/dist/UI/surfaces/cards/FluentCardText.d.ts +0 -1
  992. package/dist/UI/surfaces/cards/InfoCard.d.ts +0 -33
  993. package/dist/UI/surfaces/cards/QuickViewCard.d.ts +0 -8
  994. package/dist/UI/surfaces/cards/newsCard/NewsCard.d.ts +0 -20
  995. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +0 -12
  996. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +0 -4
  997. package/dist/UI/templates/AmbientGridTemplate.d.ts +0 -34
  998. package/dist/UI/templates/DraggableSidebarTemplate.d.ts +0 -1
  999. package/dist/UI/templates/OpenPage.d.ts +0 -1
  1000. package/dist/UI/templates/SapFlexibleTemplate.d.ts +0 -5
  1001. package/dist/UI/templates/ToggleSection.d.ts +0 -11
  1002. package/dist/UI/templates/UdpCalendar.d.ts +0 -1
  1003. package/dist/UI/templates/UdpCalendarDayView.d.ts +0 -1
  1004. package/dist/UI/templates/UdpCalendarMonthView.d.ts +0 -1
  1005. package/dist/UI/templates/UdpCalendarWeekView.d.ts +0 -1
  1006. package/dist/UI/templates/UdpCalendarYearView.d.ts +0 -1
  1007. package/dist/UI/templates/UdpGridTemplate.d.ts +0 -1
  1008. package/dist/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +0 -1
  1009. package/dist/UI/templates/newGrid/ClientSideUdpGrid.d.ts +0 -1
  1010. package/dist/UI/templates/newGrid/ServerSideUdpGrid.d.ts +0 -1
  1011. package/dist/UI/templates/ui/ExtenderToggle.d.ts +0 -8
  1012. package/dist/UI/templates/ui/GridGroupingHeader.d.ts +0 -10
  1013. package/dist/UI/templates/ui/GridGroupingSidebar.d.ts +0 -19
  1014. package/dist/UI/templates/ui/GridSidebarContainer.d.ts +0 -7
  1015. package/dist/UI/templates/ui/TokenGroupItem.d.ts +0 -12
  1016. package/dist/UI/templates/ui/renderers/ActionsRenderer.d.ts +0 -1
  1017. package/dist/UI/templates/ui/renderers/IconRenderer.d.ts +0 -1
  1018. package/dist/UI/templates/ui/renderers/StatusCellRenderer.d.ts +0 -1
  1019. package/dist/UI/timeline/ExtendActions.d.ts +0 -2
  1020. package/dist/UI/timeline/ExtendedHeader.d.ts +0 -2
  1021. package/dist/UI/timeline/TimeEntryStates.d.ts +0 -1
  1022. package/dist/UI/timeline/TimeLine.d.ts +0 -6
  1023. package/dist/UI/timeline/TimelineElement.d.ts +0 -2
  1024. package/dist/UI/timeline/UdpTimeline.d.ts +0 -1
  1025. package/dist/UI/timeline/UdpTimelineContent.d.ts +0 -1
  1026. package/dist/UI/timeline/UdpTimelineDot.d.ts +0 -1
  1027. package/dist/UI/timeline/UdpTimelineItem.d.ts +0 -1
  1028. package/dist/UI/timeline/UdpTimelineItemConnector.d.ts +0 -1
  1029. package/dist/UI/timeline/UdpTimelineItemSeparator.d.ts +0 -1
  1030. package/dist/UI/timeline/fluentTimeline/FluentTimeline.d.ts +0 -1
  1031. package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +0 -1
  1032. package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +0 -1
  1033. package/dist/UI/utilityDisplay/AggregateChip.d.ts +0 -2
  1034. package/dist/UI/utilityDisplay/BulkActionsGridButton.d.ts +0 -1
  1035. package/dist/UI/utilityDisplay/ChipSection.d.ts +0 -14
  1036. package/dist/UI/utilityDisplay/Divider.d.ts +0 -1
  1037. package/dist/UI/utilityDisplay/FormControl.d.ts +0 -1
  1038. package/dist/UI/utilityDisplay/FormControlLabel.d.ts +0 -1
  1039. package/dist/UI/utilityDisplay/GridActionBar.d.ts +0 -13
  1040. package/dist/UI/utilityDisplay/GridPrimaryBar.d.ts +0 -23
  1041. package/dist/UI/utilityDisplay/GridViewsSideSheet.d.ts +0 -17
  1042. package/dist/UI/utilityDisplay/IndicatorChip.d.ts +0 -1
  1043. package/dist/UI/utilityDisplay/InputAdornment.d.ts +0 -1
  1044. package/dist/UI/utilityDisplay/SaveViewFormDialog.d.ts +0 -16
  1045. package/dist/UI/utilityDisplay/UtilityBar.d.ts +0 -1
  1046. package/dist/UI/utilityDisplay/UtilitySideBar.d.ts +0 -1
  1047. package/dist/UI/utilityDisplay/alerts/UdpAlert.d.ts +0 -2
  1048. package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +0 -1
  1049. package/dist/UI/utilityDisplay/ui/UtilitySearch.d.ts +0 -5
  1050. package/dist/UI/utilityDisplay/utilities/aggregateUtils.d.ts +0 -1
  1051. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +0 -44
  1052. package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +0 -6
  1053. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +0 -4
  1054. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +0 -4
  1055. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +0 -5
  1056. package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +0 -8
  1057. package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +0 -2
  1058. package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +0 -2
  1059. package/dist/UI/widgets/FluentComponents/SimpleTable.d.ts +0 -2
  1060. package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +0 -2
  1061. package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +0 -2
  1062. package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +0 -2
  1063. package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +0 -2
  1064. package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +0 -2
  1065. package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +0 -2
  1066. package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +0 -2
  1067. package/dist/UI/widgets/ItemsWidgetCard.d.ts +0 -8
  1068. package/dist/UI/widgets/WidgetCard.d.ts +0 -5
  1069. package/dist/UI/widgets/library/BarChartWidget.d.ts +0 -23
  1070. package/dist/UI/widgets/library/BubbleWidget.d.ts +0 -23
  1071. package/dist/UI/widgets/library/CircleGaugeWidget.d.ts +0 -12
  1072. package/dist/UI/widgets/library/DateTrendWidget.d.ts +0 -18
  1073. package/dist/UI/widgets/library/DensePlotWidget.d.ts +0 -23
  1074. package/dist/UI/widgets/library/DonutChartWidget.d.ts +0 -18
  1075. package/dist/UI/widgets/library/GaugeWidget.d.ts +0 -14
  1076. package/dist/UI/widgets/library/LineAndSparklinesWidget.d.ts +0 -18
  1077. package/dist/UI/widgets/library/LineGraphWidget.d.ts +0 -23
  1078. package/dist/UI/widgets/library/ProgressBarWidget.d.ts +0 -18
  1079. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +0 -3
  1080. package/dist/UI/widgets/library/RemindersWidget.d.ts +0 -3
  1081. package/dist/UI/widgets/library/SparklineWidget.d.ts +0 -18
  1082. package/dist/UI/widgets/library/SparsePlotWidget.d.ts +0 -23
  1083. package/dist/UI/widgets/library/TableWidget.d.ts +0 -18
  1084. package/dist/UI/widgets/utils/ConvertISODate.d.ts +0 -1
  1085. package/dist/UI/widgets/utils/NumberVisualization.d.ts +0 -2
  1086. package/dist/UI/widgets/utils/dateUtils.d.ts +0 -3
  1087. package/dist/VirtualBrowser-BvntTEs-.js +0 -593
  1088. package/dist/actions/ActionForm.d.ts +0 -11
  1089. package/dist/actions/ActionModal.d.ts +0 -1
  1090. package/dist/actions/ActionPanelPlacement.d.ts +0 -8
  1091. package/dist/actions/ActionSideSheet.d.ts +0 -12
  1092. package/dist/actions/ActionSpeedDial.d.ts +0 -13
  1093. package/dist/actions/ActionSplitScreen.d.ts +0 -14
  1094. package/dist/actions/ActionWrapper.d.ts +0 -12
  1095. package/dist/actions/PageActionWrapper.d.ts +0 -1
  1096. package/dist/actions/actionSummary/ActionSummaryHeader.d.ts +0 -8
  1097. package/dist/actions/actionSummary/ActionSummaryListItem.d.ts +0 -10
  1098. package/dist/actions/actionSummary/ActionSummaryPopover.d.ts +0 -8
  1099. package/dist/actions/sidebar/EntitySideBarContent.d.ts +0 -1
  1100. package/dist/actions/utils/actionUtils.d.ts +0 -3
  1101. package/dist/assets/unityIcons/LibraryData.d.ts +0 -5
  1102. package/dist/chatBot/ChatContainer.d.ts +0 -1
  1103. package/dist/chatBot/ChatMessage.d.ts +0 -1
  1104. package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +0 -5
  1105. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +0 -4
  1106. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +0 -1
  1107. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +0 -1
  1108. package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +0 -6
  1109. package/dist/componentSystems/multiThreadTimeline/timeline.d.ts +0 -26
  1110. package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +0 -6
  1111. package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +0 -14
  1112. package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +0 -1
  1113. package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +0 -8
  1114. package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +0 -8
  1115. package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +0 -18
  1116. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +0 -12
  1117. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +0 -9
  1118. package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +0 -9
  1119. package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +0 -1
  1120. package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +0 -9
  1121. package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +0 -6
  1122. package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +0 -17
  1123. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +0 -22
  1124. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +0 -16
  1125. package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +0 -10
  1126. package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +0 -10
  1127. package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +0 -18
  1128. package/dist/componentSystems/pageRenderer/PageRenderer.d.ts +0 -6
  1129. package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +0 -1
  1130. package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +0 -33
  1131. package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +0 -9
  1132. package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +0 -12
  1133. package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +0 -7
  1134. package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +0 -1
  1135. package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +0 -1
  1136. package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +0 -7
  1137. package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +0 -1
  1138. package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +0 -1
  1139. package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +0 -1
  1140. package/dist/constants/reminderConstants.d.ts +0 -4
  1141. package/dist/containers/IframeContainer.d.ts +0 -1
  1142. package/dist/contexts/ActionContext.d.ts +0 -1
  1143. package/dist/contexts/ActionDispatchContext.d.ts +0 -1
  1144. package/dist/contexts/ActionLoadingContext.d.ts +0 -1
  1145. package/dist/contexts/ActionLoadingDispatchContext.d.ts +0 -1
  1146. package/dist/contexts/usePageContext.d.ts +0 -1
  1147. package/dist/dashboard/DashboardCardGrid.d.ts +0 -5
  1148. package/dist/dashboard/WidgetCard.d.ts +0 -1
  1149. package/dist/dataBrowser/DataBrowserColumnDefs.d.ts +0 -9
  1150. package/dist/dataBrowser/DataBrowserContainer.d.ts +0 -1
  1151. package/dist/dataBrowser/forms/ParamsMappingFields.d.ts +0 -1
  1152. package/dist/dataBrowser/forms/ParamsMappingForm.d.ts +0 -1
  1153. package/dist/dataBrowser/forms/RequiredFieldsMappingField.d.ts +0 -1
  1154. package/dist/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +0 -1
  1155. package/dist/diffChecker/DiffChecker.d.ts +0 -6
  1156. package/dist/enums/InputFieldTypeEnums.d.ts +0 -8
  1157. package/dist/hooks/crudActions.d.ts +0 -5
  1158. package/dist/hooks/useActions.d.ts +0 -17
  1159. package/dist/hooks/useApiCatalog.d.ts +0 -6
  1160. package/dist/hooks/useDateLocale.d.ts +0 -5
  1161. package/dist/hooks/useDynamicListCalculation.d.ts +0 -1
  1162. package/dist/hooks/useFluentIcon.d.ts +0 -3
  1163. package/dist/hooks/useItemSubCard.d.ts +0 -7
  1164. package/dist/hooks/useOutlook.d.ts +0 -6
  1165. package/dist/hooks/useProductVersion.d.ts +0 -1
  1166. package/dist/hooks/usePromotedLookupMethods.d.ts +0 -5
  1167. package/dist/hooks/usePromotedMethodEntity.d.ts +0 -5
  1168. package/dist/hooks/useQueryExecutors.d.ts +0 -7
  1169. package/dist/hooks/useSearchFilterParamsMap.d.ts +0 -6
  1170. package/dist/hooks/useSetLocationState.d.ts +0 -1
  1171. package/dist/hooks/useSplitDecimal.d.ts +0 -3
  1172. package/dist/hooks/useUpdateSearchParams.d.ts +0 -1
  1173. package/dist/hooks/useWorkflow.d.ts +0 -3
  1174. package/dist/hooks/virtualActions.d.ts +0 -3
  1175. package/dist/index-DWuWdOI1.js +0 -56507
  1176. package/dist/index.d.ts +0 -439
  1177. package/dist/index.modern.js +0 -611
  1178. package/dist/inquiry/AlertFlag.d.ts +0 -1
  1179. package/dist/inquiry/AmbientListItem.d.ts +0 -1
  1180. package/dist/inquiry/AmbientSplitStatCard.d.ts +0 -1
  1181. package/dist/inquiry/AmbientSummaryListHeader.d.ts +0 -1
  1182. package/dist/inquiry/EmbeddedInquiry.d.ts +0 -2
  1183. package/dist/inquiry/ExecuteApiDialog.d.ts +0 -1
  1184. package/dist/inquiry/FilterSearch.d.ts +0 -3
  1185. package/dist/inquiry/FlagBlock.d.ts +0 -1
  1186. package/dist/inquiry/Inquiry.d.ts +0 -1
  1187. package/dist/inquiry/InquiryContainer.d.ts +0 -28
  1188. package/dist/inquiry/InquiryTreeMenu.d.ts +0 -1
  1189. package/dist/inquiry/InquiryTreeMenuItem.d.ts +0 -1
  1190. package/dist/inquiry/InquiryWrapper.d.ts +0 -1
  1191. package/dist/inquiry/ItemDescription.d.ts +0 -1
  1192. package/dist/inquiry/NodeColumnHeader.d.ts +0 -5
  1193. package/dist/inquiry/NodeDetails.d.ts +0 -1
  1194. package/dist/inquiry/NodeList.d.ts +0 -1
  1195. package/dist/inquiry/ToggleButton.d.ts +0 -1
  1196. package/dist/inquiry/dashboard/InquiryDashboard.d.ts +0 -1
  1197. package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +0 -1
  1198. package/dist/inquiry/inquiryBar/InquiryControlList.d.ts +0 -11
  1199. package/dist/inquiry/inquiryBar/InquiryNodeControls.d.ts +0 -1
  1200. package/dist/inquiry/search/InquiryAdvancedSearch.d.ts +0 -1
  1201. package/dist/inquiry/search/InquiryAdvancedSearchForm.d.ts +0 -1
  1202. package/dist/inquiry/search/InquirySearchContainer.d.ts +0 -1
  1203. package/dist/inquiry/search/InquirySearchDatasource.d.ts +0 -3
  1204. package/dist/inquiry/search/InquirySearchTable.d.ts +0 -1
  1205. package/dist/layout/GridGroup.d.ts +0 -10
  1206. package/dist/layout/GridRow.d.ts +0 -5
  1207. package/dist/layout/GridUnit.d.ts +0 -1
  1208. package/dist/layout/HeaderLayout.d.ts +0 -3
  1209. package/dist/layout/LayoutUnit.d.ts +0 -2
  1210. package/dist/layout/getRatio.d.ts +0 -1
  1211. package/dist/layout/templates/SideBarTemplate.d.ts +0 -4
  1212. package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +0 -1
  1213. package/dist/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +0 -2
  1214. package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +0 -9
  1215. package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +0 -11
  1216. package/dist/maintenanceEngine/entityAttributeActions.d.ts +0 -1
  1217. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +0 -44
  1218. package/dist/maintenanceEngine/tableBrowser/TableContainer.d.ts +0 -1
  1219. package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +0 -1
  1220. package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +0 -9
  1221. package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +0 -10
  1222. package/dist/map-library/Controls/Controls.d.ts +0 -3
  1223. package/dist/map-library/Controls/CustomControl.d.ts +0 -1
  1224. package/dist/map-library/Controls/FullScreenControl.d.ts +0 -1
  1225. package/dist/map-library/Controls/ZoomControl.d.ts +0 -1
  1226. package/dist/map-library/Controls/index.d.ts +0 -1
  1227. package/dist/map-library/Layers/ImageLayer.d.ts +0 -4
  1228. package/dist/map-library/Layers/Layers.d.ts +0 -3
  1229. package/dist/map-library/Layers/TileLayer.d.ts +0 -4
  1230. package/dist/map-library/Layers/VectorLayer.d.ts +0 -6
  1231. package/dist/map-library/Layers/index.d.ts +0 -1
  1232. package/dist/map-library/Map/Map.d.ts +0 -22
  1233. package/dist/map-library/Map/MapContext.d.ts +0 -2
  1234. package/dist/map-library/Map/index.d.ts +0 -1
  1235. package/dist/map-library/Source/index.d.ts +0 -4
  1236. package/dist/map-library/Source/osm.d.ts +0 -3
  1237. package/dist/map-library/Source/vector.d.ts +0 -5
  1238. package/dist/map-library/Source/xyz.d.ts +0 -7
  1239. package/dist/map-library/functions/mapFunctions.d.ts +0 -2
  1240. package/dist/map-library/geoLocation/FreeFormField.d.ts +0 -1
  1241. package/dist/map-library/geoLocation/GeoLocation.d.ts +0 -2
  1242. package/dist/map-library/ui/ControlZoom.d.ts +0 -2
  1243. package/dist/map-library/ui/Filter.d.ts +0 -2
  1244. package/dist/map-library/ui/FilterOptions.d.ts +0 -2
  1245. package/dist/map-library/ui/LocationPin.d.ts +0 -2
  1246. package/dist/map-library/ui/MapControls.d.ts +0 -2
  1247. package/dist/map-library/ui/MapControlsStandard.d.ts +0 -2
  1248. package/dist/map-library/ui/MapFilterBar.d.ts +0 -1
  1249. package/dist/map-library/ui/MapSheet.d.ts +0 -1
  1250. package/dist/map-library/ui/Position.d.ts +0 -2
  1251. package/dist/map-library/ui/TileDisplay.d.ts +0 -1
  1252. package/dist/map-library/ui/ToggleViewType.d.ts +0 -2
  1253. package/dist/maps/GeoMap.d.ts +0 -1
  1254. package/dist/maps/leafletMaps/FluentImageMap.d.ts +0 -13
  1255. package/dist/maps/leafletMaps/FluentMap.d.ts +0 -24
  1256. package/dist/maps/leafletMaps/ui/MapContent.d.ts +0 -12
  1257. package/dist/maps/leafletMaps/ui/MapMarker.d.ts +0 -1
  1258. package/dist/maps/openLayerMaps/Controls/Controls.d.ts +0 -4
  1259. package/dist/maps/openLayerMaps/Controls/FullScreenControl.d.ts +0 -2
  1260. package/dist/maps/openLayerMaps/Controls/index.d.ts +0 -3
  1261. package/dist/maps/openLayerMaps/Layers/ImageLayer.d.ts +0 -4
  1262. package/dist/maps/openLayerMaps/Layers/Layers.d.ts +0 -3
  1263. package/dist/maps/openLayerMaps/Layers/TileLayer.d.ts +0 -4
  1264. package/dist/maps/openLayerMaps/Layers/VectorLayer.d.ts +0 -5
  1265. package/dist/maps/openLayerMaps/Map/Map.d.ts +0 -6
  1266. package/dist/maps/openLayerMaps/Map/MapContext.d.ts +0 -2
  1267. package/dist/maps/openLayerMaps/Source/index.d.ts +0 -4
  1268. package/dist/maps/openLayerMaps/Source/osm.d.ts +0 -3
  1269. package/dist/maps/openLayerMaps/Source/vector.d.ts +0 -5
  1270. package/dist/maps/openLayerMaps/Source/xyz.d.ts +0 -7
  1271. package/dist/maps/openLayerMaps/ui/ControlZoom.d.ts +0 -2
  1272. package/dist/maps/openLayerMaps/ui/Filter.d.ts +0 -2
  1273. package/dist/maps/openLayerMaps/ui/LocationPin.d.ts +0 -2
  1274. package/dist/maps/openLayerMaps/ui/MapControls.d.ts +0 -2
  1275. package/dist/maps/openLayerMaps/ui/MapControlsStandard.d.ts +0 -2
  1276. package/dist/maps/openLayerMaps/ui/Position.d.ts +0 -2
  1277. package/dist/maps/openLayerMaps/ui/ToggleViewType.d.ts +0 -2
  1278. package/dist/menuPage/MenuPage.d.ts +0 -1
  1279. package/dist/notes/NotesScreen.d.ts +0 -1
  1280. package/dist/page/Page.d.ts +0 -2
  1281. package/dist/page/PageContainer.d.ts +0 -1
  1282. package/dist/page/PageContent.d.ts +0 -1
  1283. package/dist/page/PageHeader.d.ts +0 -1
  1284. package/dist/page/PageSectionHeader.d.ts +0 -1
  1285. package/dist/page/PageSectionSpacer.d.ts +0 -1
  1286. package/dist/reminders/CompleteReminderSwitch.d.ts +0 -1
  1287. package/dist/reminders/RemindersCard.d.ts +0 -1
  1288. package/dist/reminders/RemindersScreen.d.ts +0 -1
  1289. package/dist/reports/PowerBIReport.d.ts +0 -1
  1290. package/dist/routes/PrivateRoute.d.ts +0 -3
  1291. package/dist/routes/UdpRoutes.d.ts +0 -1
  1292. package/dist/routes/components/PageForbiddenRoute.d.ts +0 -1
  1293. package/dist/routes/components/PageNotFoundRoute.d.ts +0 -1
  1294. package/dist/routes/components/PageStatus.d.ts +0 -1
  1295. package/dist/routes/components/PasswordResetRedirect.d.ts +0 -1
  1296. package/dist/shell/Shell.d.ts +0 -43
  1297. package/dist/shell/ui/AmbientProjectSwitcher.d.ts +0 -8
  1298. package/dist/shell/ui/EnvironmentRibbon.d.ts +0 -3
  1299. package/dist/shell/ui/FluentProfileMenuCard.d.ts +0 -1
  1300. package/dist/shell/ui/HelpCenter.d.ts +0 -1
  1301. package/dist/shell/ui/LanguageSwitcher.d.ts +0 -1
  1302. package/dist/shell/ui/MiniCollapsibleSidebar.d.ts +0 -2
  1303. package/dist/shell/ui/NavigationSidebar.d.ts +0 -2
  1304. package/dist/shell/ui/SidebarCollapseButton.d.ts +0 -1
  1305. package/dist/shell/ui/SidebarListItem.d.ts +0 -5
  1306. package/dist/shell/ui/SiteHeader.d.ts +0 -11
  1307. package/dist/shell/ui/SiteHeaderRightComponent.d.ts +0 -11
  1308. package/dist/shell/ui/UserAvatar.d.ts +0 -9
  1309. package/dist/shell/ui/addUser/PasswordValidator.d.ts +0 -10
  1310. package/dist/shell/ui/addUser/UserForm.d.ts +0 -2
  1311. package/dist/shell/ui/addUser/UserFormFields.d.ts +0 -2
  1312. package/dist/shell/ui/addUser/UserFormSideSheet.d.ts +0 -5
  1313. package/dist/shell/ui/appSwitcher/FUIAppHeader.d.ts +0 -2
  1314. package/dist/shell/ui/appSwitcher/FUIAppList.d.ts +0 -2
  1315. package/dist/shell/ui/appSwitcher/FUIAppListItem.d.ts +0 -2
  1316. package/dist/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +0 -2
  1317. package/dist/shell/ui/appSwitcher/ProductAppList.d.ts +0 -2
  1318. package/dist/shell/ui/appSwitcher/ProductAppListItem.d.ts +0 -2
  1319. package/dist/shell/ui/appSwitcher/UnityApps.d.ts +0 -2
  1320. package/dist/stores/actionStore.d.ts +0 -12
  1321. package/dist/stores/catalogStore.d.ts +0 -14
  1322. package/dist/stores/inquiryStore.d.ts +0 -21
  1323. package/dist/stores/lookupsStore.d.ts +0 -12
  1324. package/dist/stores/shellStore.d.ts +0 -21
  1325. package/dist/stores/teleporterStore.d.ts +0 -13
  1326. package/dist/stores/tenantStore.d.ts +0 -16
  1327. package/dist/stores/workflowStore.d.ts +0 -19
  1328. package/dist/stories/Button.d.ts +0 -26
  1329. package/dist/stories/Button.stories.d.ts +0 -45
  1330. package/dist/stories/Header.d.ts +0 -18
  1331. package/dist/stories/Header.stories.d.ts +0 -17
  1332. package/dist/stories/Page.d.ts +0 -18
  1333. package/dist/stories/Page.stories.d.ts +0 -15
  1334. package/dist/treeMenu/BaseTreeMenu.d.ts +0 -1
  1335. package/dist/treeMenu/BaseTreeMenuItem.d.ts +0 -1
  1336. package/dist/udp/ShortcutContent/ListSearch.d.ts +0 -1
  1337. package/dist/udp/ShortcutContent/ShortcutContentFinder.d.ts +0 -1
  1338. package/dist/udp/export/ExportSidesheet.d.ts +0 -1
  1339. package/dist/udp/export/MyExportsPage.d.ts +0 -1
  1340. package/dist/udp/export/VisualSearchObject.d.ts +0 -3
  1341. package/dist/udp/export/useUdpExport.d.ts +0 -14
  1342. package/dist/udp/fileImportMapping/FileImportConfigCard.d.ts +0 -1
  1343. package/dist/udp/fileImportMapping/FileImportMappingWizard.d.ts +0 -2
  1344. package/dist/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +0 -1
  1345. package/dist/udp/fileImportMapping/SampleFileImportGrid.d.ts +0 -1
  1346. package/dist/udp/fileImportMapping/fileUtils.d.ts +0 -3
  1347. package/dist/udp/pages/ChatUDP.d.ts +0 -2
  1348. package/dist/udp/pages/UdpDataBrowserPage.d.ts +0 -3
  1349. package/dist/udp/pages/UdpFormsBuilderPage.d.ts +0 -2
  1350. package/dist/udp/pages/UdpFormsListPage.d.ts +0 -2
  1351. package/dist/udp/pages/UdpGridPanelManagementPage.d.ts +0 -2
  1352. package/dist/udp/pages/UdpGridPanelManagementSidesheet.d.ts +0 -2
  1353. package/dist/udp/pages/UdpImportFromFileMappingPage.d.ts +0 -2
  1354. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +0 -2
  1355. package/dist/udp/pages/UdpMaintenanceConfigPage.d.ts +0 -1
  1356. package/dist/udp/pages/UdpMaintenanceEnginePage.d.ts +0 -2
  1357. package/dist/udp/pages/UdpNotesPage.d.ts +0 -2
  1358. package/dist/udp/pages/UdpPrivateForm.d.ts +0 -2
  1359. package/dist/udp/pages/UdpPublicForm.d.ts +0 -2
  1360. package/dist/udp/pages/UdpRemindersPage.d.ts +0 -2
  1361. package/dist/udp/pages/UdpReportsPage.d.ts +0 -2
  1362. package/dist/udp/pages/UdpVerticalManagementPage.d.ts +0 -2
  1363. package/dist/udp/pages/UdpVerticalManagementSidesheet.d.ts +0 -2
  1364. package/dist/udp/pages/udpPages.d.ts +0 -40
  1365. package/dist/udp/utilities/methodUtils.d.ts +0 -5
  1366. package/dist/udp-react-enterprise-component-library.css +0 -1
  1367. package/dist/uploader/DragDropFileUpload.d.ts +0 -12
  1368. package/dist/uploader/FileProfile.d.ts +0 -2
  1369. package/dist/uploader/FileType.d.ts +0 -1
  1370. package/dist/uploader/FileUpload.d.ts +0 -2
  1371. package/dist/uploader/ImagePreview.d.ts +0 -2
  1372. package/dist/utilities/CustomNavigationClient.d.ts +0 -11
  1373. package/dist/utilities/DemoJuly/redirectToProduct.d.ts +0 -1
  1374. package/dist/utilities/FluentIcon.d.ts +0 -1
  1375. package/dist/utilities/TrimForAvatar.d.ts +0 -1
  1376. package/dist/utilities/UnityFluentIcon.d.ts +0 -1
  1377. package/dist/utilities/UnityIcon.d.ts +0 -1
  1378. package/dist/utilities/aggrid/AgTable.d.ts +0 -33
  1379. package/dist/utilities/aggrid/GridFunctions.d.ts +0 -13
  1380. package/dist/utilities/aggrid/SplitButton.d.ts +0 -1
  1381. package/dist/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +0 -4
  1382. package/dist/utilities/apiHelpers.d.ts +0 -7
  1383. package/dist/utilities/auth/AuthDialogs.d.ts +0 -2
  1384. package/dist/utilities/auth/AuthProvider.d.ts +0 -5
  1385. package/dist/utilities/auth/AuthProviderWrapper.d.ts +0 -1
  1386. package/dist/utilities/auth/UserProvider.d.ts +0 -2
  1387. package/dist/utilities/auth/internal.d.ts +0 -9
  1388. package/dist/utilities/auth/signInAuthProvider.d.ts +0 -5
  1389. package/dist/utilities/auth/useAccessToken.d.ts +0 -1
  1390. package/dist/utilities/auth/useAuthedUser.d.ts +0 -15
  1391. package/dist/utilities/auth/useIsUnityAuthenticated.d.ts +0 -1
  1392. package/dist/utilities/auth/useSingleLogout.d.ts +0 -1
  1393. package/dist/utilities/auth/users.d.ts +0 -8
  1394. package/dist/utilities/auth/whitelistedPaths.d.ts +0 -1
  1395. package/dist/utilities/axiosInterceptors.d.ts +0 -2
  1396. package/dist/utilities/brand.d.ts +0 -19
  1397. package/dist/utilities/chatBot/useChatBot.d.ts +0 -6
  1398. package/dist/utilities/crud/useDefaultFormValues.d.ts +0 -6
  1399. package/dist/utilities/customIcons/ApprovalIcon.d.ts +0 -1
  1400. package/dist/utilities/customIcons/RejectIcon.d.ts +0 -1
  1401. package/dist/utilities/entities/entityUtilities.d.ts +0 -3
  1402. package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +0 -2
  1403. package/dist/utilities/form/AltSubmitButton.d.ts +0 -13
  1404. package/dist/utilities/form/Field.d.ts +0 -22
  1405. package/dist/utilities/form/Form.d.ts +0 -7
  1406. package/dist/utilities/form/FormButtons.d.ts +0 -2
  1407. package/dist/utilities/form/FormSpy.d.ts +0 -10
  1408. package/dist/utilities/form/SubmitButton.d.ts +0 -13
  1409. package/dist/utilities/form/arrayMutators.d.ts +0 -2
  1410. package/dist/utilities/form/final-form-scroll/createDecorator.d.ts +0 -5
  1411. package/dist/utilities/form/final-form-scroll/findInput.d.ts +0 -2
  1412. package/dist/utilities/form/final-form-scroll/getAllInputs.d.ts +0 -2
  1413. package/dist/utilities/form/final-form-scroll/isFocusableInput.d.ts +0 -2
  1414. package/dist/utilities/form/formHooks.d.ts +0 -3
  1415. package/dist/utilities/form/paymentForm/AccountPayment.model.d.ts +0 -143
  1416. package/dist/utilities/form/paymentForm/BankIcon.d.ts +0 -8
  1417. package/dist/utilities/form/paymentForm/CashIcon.d.ts +0 -8
  1418. package/dist/utilities/form/paymentForm/CheckIcon.d.ts +0 -8
  1419. package/dist/utilities/form/paymentForm/CreditCardIcon.d.ts +0 -8
  1420. package/dist/utilities/form/paymentForm/NewCreditCardForm.d.ts +0 -19
  1421. package/dist/utilities/form/paymentForm/NewECheckForm.d.ts +0 -15
  1422. package/dist/utilities/form/paymentForm/PaymentBankDetails.d.ts +0 -12
  1423. package/dist/utilities/form/paymentForm/PaymentCard.d.ts +0 -12
  1424. package/dist/utilities/form/paymentForm/PaymentCardDetail.d.ts +0 -19
  1425. package/dist/utilities/form/paymentForm/PaymentDropdown.d.ts +0 -32
  1426. package/dist/utilities/form/paymentForm/PaymentForm.d.ts +0 -77
  1427. package/dist/utilities/form/paymentForm/TabPanel.d.ts +0 -20
  1428. package/dist/utilities/form/paymentForm/usePaymentProviderForm.d.ts +0 -12
  1429. package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +0 -40
  1430. package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +0 -46
  1431. package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +0 -13
  1432. package/dist/utilities/iconLibrary/IconLibraryComponent.d.ts +0 -7
  1433. package/dist/utilities/iconLibrary/SelectedLibraryItem.d.ts +0 -2
  1434. package/dist/utilities/iconLibrary/UnityIconLibrary.d.ts +0 -7
  1435. package/dist/utilities/input/DateUtilities.d.ts +0 -2
  1436. package/dist/utilities/input/SelectUtilities.d.ts +0 -3
  1437. package/dist/utilities/input/StringUtilities.d.ts +0 -7
  1438. package/dist/utilities/isValueSelected.d.ts +0 -1
  1439. package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +0 -5
  1440. package/dist/utilities/menus/menuUtilities.d.ts +0 -1
  1441. package/dist/utilities/menus/redirectToLink.d.ts +0 -1
  1442. package/dist/utilities/page/PageSubHeaderAction.d.ts +0 -11
  1443. package/dist/utilities/provider/ActionProvider.d.ts +0 -1
  1444. package/dist/utilities/redirect/ExternalRedirectUrlStorage.d.ts +0 -3
  1445. package/dist/utilities/redirect/LocalRedirectUrlStorage.d.ts +0 -5
  1446. package/dist/utilities/redirect/pages/OutlookCallback.d.ts +0 -1
  1447. package/dist/utilities/rules/RuleUtilities.d.ts +0 -5
  1448. package/dist/utilities/search/Search.d.ts +0 -37
  1449. package/dist/utilities/search/SearchUtilities.d.ts +0 -12
  1450. package/dist/utilities/storage/UnitySessionStorage.d.ts +0 -4
  1451. package/dist/utilities/stringUtils.d.ts +0 -8
  1452. package/dist/utilities/style/ContentContainer.d.ts +0 -11
  1453. package/dist/utilities/style/colorConverter.d.ts +0 -3
  1454. package/dist/utilities/style/colors.d.ts +0 -107
  1455. package/dist/utilities/style/utils/styleUtils.d.ts +0 -2
  1456. package/dist/utilities/style/verticalStyles.d.ts +0 -4
  1457. package/dist/utilities/systemColors.d.ts +0 -1
  1458. package/dist/utilities/tenant/TenantProvider.d.ts +0 -3
  1459. package/dist/utilities/tenant/useTenant.d.ts +0 -6
  1460. package/dist/utilities/theme.d.ts +0 -3
  1461. package/dist/utilities/tree/TreeUtilities.d.ts +0 -74
  1462. package/dist/utilities/uploader/FileProfile.d.ts +0 -2
  1463. package/dist/utilities/uploader/FileType.d.ts +0 -1
  1464. package/dist/utilities/uploader/FileUpload.d.ts +0 -1
  1465. package/dist/utilities/uploader/ImagePreview.d.ts +0 -2
  1466. package/dist/utilities/uploader/formatBytes.d.ts +0 -1
  1467. package/dist/utilities/useAxiosGet.d.ts +0 -10
  1468. package/dist/utilities/useAxiosMutate.d.ts +0 -6
  1469. package/dist/utilities/usePrevious.d.ts +0 -1
  1470. package/dist/utilities/utilityBar/InquiryHeaderControl.d.ts +0 -11
  1471. package/dist/utilities/utilityBar/InquiryHeaderSecondary.d.ts +0 -11
  1472. package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +0 -11
  1473. package/dist/utilities/utilityBar/InquiryHeaderTitle.d.ts +0 -11
  1474. package/dist/utilities/utilityBar/SubHeaderAction.d.ts +0 -11
  1475. package/dist/utilities/utilityBar/UtilityBarInport.d.ts +0 -11
  1476. package/dist/utilities/workflow/workflowUtilities.d.ts +0 -47
  1477. package/dist/workflow/WorkflowContainer.d.ts +0 -1
  1478. package/dist/workflow/WorkflowContent.d.ts +0 -1
  1479. package/dist/workflow/WorkflowUiInterruptContent.d.ts +0 -1
  1480. package/dist/workflow/components/WorkflowTaskFlow.d.ts +0 -1
  1481. package/dist/workflow/menus/WorkflowTreeMenu.d.ts +0 -1
  1482. package/dist/workflow/menus/WorkflowTreeMenuItem.d.ts +0 -1
  1483. /package/dist/{UI → types/UI}/charts/UdpDistributionChart.d.ts +0 -0
  1484. /package/dist/{UI → types/UI}/charts/types.d.ts +0 -0
  1485. /package/dist/{UI → types/UI}/dataDisplay/FluentDataTable/FluentBody/index.d.ts +0 -0
  1486. /package/dist/{UI → types/UI}/dataDisplay/FluentDataTable/FluentHead/index.d.ts +0 -0
  1487. /package/dist/{UI → types/UI}/dataDisplay/FluentDataTable/FluentRow/index.d.ts +0 -0
  1488. /package/dist/{UI → types/UI}/dataDisplay/cardList/enum.d.ts +0 -0
  1489. /package/dist/{UI → types/UI}/dataDisplay/map/FluentIconKey.d.ts +0 -0
  1490. /package/dist/{UI → types/UI}/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +0 -0
  1491. /package/dist/{UI → types/UI}/fileViewer/pdfViewer/ControlPanel.d.ts +0 -0
  1492. /package/dist/{UI → types/UI}/fileViewer/pdfViewer/PDFViewer.d.ts +0 -0
  1493. /package/dist/{UI → types/UI}/inputs/fieldArrayCard/fieldArrayCardEnum.d.ts +0 -0
  1494. /package/dist/{UI → types/UI}/stepper/types.d.ts +0 -0
  1495. /package/dist/{UI → types/UI}/surfaces/cards/FUICardHeader.d.ts +0 -0
  1496. /package/dist/{UI → types/UI}/widgets/FluentComponents/FUIMenuItem.d.ts +0 -0
  1497. /package/dist/{UI → types/UI}/widgets/utils/useId.d.ts +0 -0
  1498. /package/dist/{actions → types/actions}/actionSummary/ActionSummaryCard.d.ts +0 -0
  1499. /package/dist/{actions → types/actions}/actionSummary/ActionSummaryListContainer.d.ts +0 -0
  1500. /package/dist/{actions → types/actions}/actionSummary/index.d.ts +0 -0
  1501. /package/dist/{contexts → types/contexts}/PageContext.d.ts +0 -0
  1502. /package/dist/{dashboard → types/dashboard}/DashboardWidget.d.ts +0 -0
  1503. /package/dist/{dashboard → types/dashboard}/getWidgetLayout.d.ts +0 -0
  1504. /package/dist/{dashboard → types/dashboard}/types.d.ts +0 -0
  1505. /package/dist/{enums → types/enums}/aggridEnums.d.ts +0 -0
  1506. /package/dist/{enums → types/enums}/menuEnums.d.ts +0 -0
  1507. /package/dist/{enums → types/enums}/pageEnums.d.ts +0 -0
  1508. /package/dist/{enums → types/enums}/paymentMethodTypeEnum.d.ts +0 -0
  1509. /package/dist/{enums → types/enums}/paymentTenderTypeEnum.d.ts +0 -0
  1510. /package/dist/{enums → types/enums}/paymentVendorFactoryEnum.d.ts +0 -0
  1511. /package/dist/{enums → types/enums}/propertyTypeEnums.d.ts +0 -0
  1512. /package/dist/{enums → types/enums}/searchEnums.d.ts +0 -0
  1513. /package/dist/{enums → types/enums}/tagEnums.d.ts +0 -0
  1514. /package/dist/{enums → types/enums}/unitySystemEnums.d.ts +0 -0
  1515. /package/dist/{enums → types/enums}/workflowEnums.d.ts +0 -0
  1516. /package/dist/{index.test.d.ts → types/index.test.d.ts} +0 -0
  1517. /package/dist/{maps/openLayerMaps → types/map-library}/Map/index.d.ts +0 -0
  1518. /package/dist/{maps → types/maps}/openLayerMaps/Layers/index.d.ts +0 -0
  1519. /package/dist/{models → types/models}/ApiMethodInstance.d.ts +0 -0
  1520. /package/dist/{models → types/models}/GroupNode.d.ts +0 -0
  1521. /package/dist/{models → types/models}/Lookup.d.ts +0 -0
  1522. /package/dist/{models → types/models}/NumberOperator.d.ts +0 -0
  1523. /package/dist/{models → types/models}/QueryResult.d.ts +0 -0
  1524. /package/dist/{models → types/models}/SearchOperator.d.ts +0 -0
  1525. /package/dist/{udp → types/udp}/fileImportMapping/FileImportMappingEnums.d.ts +0 -0
  1526. /package/dist/{utilities → types/utilities}/aggrid/aggridHelpers.d.ts +0 -0
  1527. /package/dist/{utilities → types/utilities}/auth/authActions.d.ts +0 -0
  1528. /package/dist/{utilities → types/utilities}/auth/useUser.d.ts +0 -0
  1529. /package/dist/{utilities → types/utilities}/auth/user.d.ts +0 -0
  1530. /package/dist/{utilities → types/utilities}/chatBot/ChatBotContext.d.ts +0 -0
  1531. /package/dist/{utilities → types/utilities}/chatBot/ChatBotProvider.d.ts +0 -0
  1532. /package/dist/{utilities → types/utilities}/form/FormError.d.ts +0 -0
  1533. /package/dist/{utilities → types/utilities}/form/index.d.ts +0 -0
  1534. /package/dist/{utilities → types/utilities}/form/paymentForm/BankAccountForm.d.ts +0 -0
  1535. /package/dist/{utilities → types/utilities}/form/paymentForm/CashForm.d.ts +0 -0
  1536. /package/dist/{utilities → types/utilities}/form/paymentForm/CreditCardAdornment.d.ts +0 -0
  1537. /package/dist/{utilities → types/utilities}/form/paymentForm/CreditCardForm.d.ts +0 -0
  1538. /package/dist/{utilities → types/utilities}/form/paymentForm/CreditCardUtils.d.ts +0 -0
  1539. /package/dist/{utilities → types/utilities}/form/paymentForm/DisableOverlay.d.ts +0 -0
  1540. /package/dist/{utilities → types/utilities}/form/paymentForm/HostedPaymentError.d.ts +0 -0
  1541. /package/dist/{utilities → types/utilities}/form/paymentForm/PaymentAccount.model.d.ts +0 -0
  1542. /package/dist/{utilities → types/utilities}/form/paymentForm/PaymentBoxDetail.d.ts +0 -0
  1543. /package/dist/{utilities → types/utilities}/form/useFieldChangeListener.d.ts +0 -0
  1544. /package/dist/{utilities → types/utilities}/iconLibrary/IconLibrary.d.ts +0 -0
  1545. /package/dist/{utilities → types/utilities}/tenant/tenantContext.d.ts +0 -0
  1546. /package/dist/{utilities → types/utilities}/theme.types.d.ts +0 -0
  1547. /package/dist/{utilities → types/utilities}/types.d.ts +0 -0
  1548. /package/dist/{utilities → types/utilities}/useDevicePixelRatio.d.ts +0 -0
  1549. /package/dist/{utilities → types/utilities}/useGravatar.d.ts +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageContainer-B65gsUfF.js","names":["result: [string, string, TeleporterInstance][]","useStyles","layout: Omit<Layout, 'i' | 'x' | 'y'>","uuid","ResponsiveGridLayout","useStyles","useStyles","useStyles","useStyles","useStyles","useStyles","FUISquareIconButton","FUICardHeader","useStyles","useStyles","theme","FUICard","FUIMenuItem","params","layouts","DashboardWidget","DashboardCardGrid","useStyles","useStyles","useStyles","currentTabList","result: [string, string, TeleporterInstance][]","useStyles","value","initialState: any","widgetParams","uuid","Page"],"sources":["../src/stores/teleporterStore.ts","../src/UI/inputs/buttons/ToolBarButton.jsx","../src/dashboard/getWidgetLayout.ts","../src/dashboard/DashboardCardGrid.jsx","../src/UI/surfaces/cards/FUICardHeader.jsx","../src/UI/inputs/buttons/FUISquareIconButton.jsx","../src/UI/surfaces/cards/FluentCard.jsx","../src/UI/surfaces/cards/FluentCardContent.jsx","../src/UI/surfaces/cards/FluentCardActions.jsx","../src/UI/surfaces/cards/FUICard.jsx","../src/UI/widgets/FluentComponents/FUIMenuItem.jsx","../src/dashboard/WidgetCard.jsx","../src/dashboard/DashboardWidget.jsx","../src/page/Page.jsx","../src/UI/inputs/buttons/AmbientPopoverMenuItem.jsx","../src/UI/utilityDisplay/utilityHeader/ui/PAHExport.jsx","../src/UI/navigation/tabs/UdpTabs.jsx","../src/UI/utilityDisplay/utilityHeader/ui/teleporter.ts","../src/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.jsx","../src/contexts/PageContext.tsx","../src/hooks/useSetLocationState.js","../src/page/PageContainer.jsx"],"sourcesContent":["import { create } from 'zustand';\nimport { createTeleporter } from 'react-teleporter';\n\ntype TeleporterInstance = ReturnType<typeof createTeleporter>;\n\ntype LocationEntry = {\n teleporter: TeleporterInstance;\n};\n\ntype TeleporterMap = Map<string, Map<string, LocationEntry>>;\n\ninterface TeleporterStore {\n teleporterMap: TeleporterMap;\n getTeleporter: (targetId: string, location: string) => TeleporterInstance;\n getAllTeleporters: () => [string, string, TeleporterInstance][];\n}\n\nexport const useTeleporterStore = create<TeleporterStore>((set, get) => ({\n teleporterMap: new Map(),\n\n getTeleporter: (targetId = '', location) => {\n const mapCopy = new Map(get().teleporterMap); // clone to maintain reactivity\n let locationMap = mapCopy.get(targetId);\n\n if (!locationMap) {\n locationMap = new Map();\n mapCopy.set(targetId, locationMap);\n }\n\n if (!locationMap.has(location)) {\n locationMap.set(location, {\n teleporter: createTeleporter()\n });\n }\n\n const teleporter = locationMap.get(location)!.teleporter;\n\n // Update store\n set({ teleporterMap: mapCopy });\n\n return teleporter;\n },\n\n getAllTeleporters: () => {\n const result: [string, string, TeleporterInstance][] = [];\n const map = get().teleporterMap;\n\n for (const [targetId, locationMap] of map.entries()) {\n for (const [location, entry] of locationMap.entries()) {\n result.push([targetId, location, entry.teleporter]);\n }\n }\n\n return result;\n }\n}));\n","import { ButtonBase, makeStyles, Tooltip, Typography } from '@material-ui/core';\nimport PropTypes from 'prop-types';\nimport React from 'react';\n\nconst useStyles = makeStyles(\n (theme) => ({\n root: {\n borderBottom: (props) =>\n props.selected && `2px solid ${theme.palette.secondary.main}`\n },\n wrapper: {\n display: 'flex',\n flexDirection: 'row',\n marginRight: theme.spacing(2)\n },\n icon: {\n fontSize: 16,\n width: 16,\n height: 16,\n color: theme.palette.secondary.main\n },\n iconWrapper: {\n background: theme.palette.common.white,\n borderRadius: 100,\n padding: theme.spacing(1)\n },\n label: {\n marginLeft: theme.spacing(1),\n fontSize: '0.875rem',\n '&:hover': { color: theme.palette.secondary.main }\n }\n }),\n { name: 'ToolBarButton' }\n);\n\nexport const ToolBarButton = (props) => {\n const classes = useStyles(props);\n const {\n component: ToolBarComponent,\n click,\n label,\n expanded,\n aria,\n icon = true,\n disabled = false\n } = props;\n\n return (\n <Tooltip\n title={(expanded && label) || aria || ''}\n aria-label={label}\n placement='top'\n enterDelay={!expanded && 5000}\n >\n <ButtonBase\n classes={{\n root: classes.root\n // label: classes.label\n }}\n className={classes.wrapper}\n onClick={click}\n disableRipple\n aria-label={aria}\n disabled={disabled}\n >\n {icon && (\n <div className={classes.iconWrapper}>\n <ToolBarComponent className={classes.icon} />\n </div>\n )}\n\n <Typography variant='body2' className={classes.label}>\n {!expanded && label}\n </Typography>\n </ButtonBase>\n </Tooltip>\n );\n};\n\nToolBarButton.propTypes = {\n component: PropTypes.func,\n click: PropTypes.func,\n label: PropTypes.string,\n expanded: PropTypes.bool,\n aria: PropTypes.string,\n icon: PropTypes.bool\n};\n","import { Layout } from 'react-grid-layout';\nimport { LayoutDimension } from './types';\n\nconst getW = (\n w: LayoutDimension | undefined\n): Pick<Layout, 'w' | 'minW' | 'maxW'> => {\n if (typeof w === 'object') {\n return {\n w: w.default,\n minW: w.min,\n maxW: w.max\n };\n }\n\n if (typeof w === 'number') {\n return { w };\n }\n\n return { w: 2 };\n};\n\nconst getH = (\n h: LayoutDimension | undefined\n): Pick<Layout, 'h' | 'minH' | 'maxH'> => {\n if (typeof h === 'object') {\n return {\n h: h.default,\n minH: h.min,\n maxH: h.max\n };\n }\n\n if (typeof h === 'number') {\n return { h };\n }\n\n return { h: 2 };\n};\n\n/**\n * Get a default layout for widgets of a type\n */\nexport default function getWidgetLayout(\n getWidget: Function,\n widgetType: string\n): Omit<Layout, 'i' | 'x' | 'y'> {\n const { w, h } = (getWidget && getWidget(widgetType)?.layout) ?? {};\n\n const layout: Omit<Layout, 'i' | 'x' | 'y'> = {\n ...getW(w),\n ...getH(h)\n };\n\n const wResizable = 'minW' in layout || 'maxW' in layout;\n const hResizable = 'minH' in layout || 'maxH' in layout;\n layout.isResizable = wResizable || hResizable;\n\n return layout;\n}\n","import { v4 as uuid } from 'uuid';\nimport React, { useCallback, useMemo, useRef } from 'react';\nimport { Responsive as ResponsiveGridLayout } from 'react-grid-layout';\nimport { makeStyles, useTheme } from '@material-ui/core';\nimport { useMeasure } from 'react-use';\nimport 'react-grid-layout/css/styles.css';\nimport 'react-resizable/css/styles.css';\nimport { useDragLayer } from 'react-dnd';\nimport getWidgetLayout from './getWidgetLayout.ts';\nimport { useShellStore } from '../stores/shellStore';\n\nconst useStyle = makeStyles(\n (theme) => ({\n root: {\n display: 'flex',\n flexDirection: 'column',\n width: '100%',\n height: '100%',\n marginBottom: (props) => (props?.disableMargin ? '' : theme.spacing(3))\n }\n }),\n { name: 'DashboardCardGrid' }\n);\n\nconst DASHBOARD_WIDGET = Symbol('DASHBOARD_WIDGET');\n\nconst breakpoints = {\n xs: 0,\n xl: 1150\n};\n\nconst breakpointCols = {\n xs: 4,\n xl: 4\n};\n\n/**\n * Grid layout for dashboard cards\n */\nconst DashboardCardGrid = (props) => {\n const classes = useStyle(props);\n const { children, onCreateCard, gridProperties, ...other } = props;\n const { getWidget } = useShellStore();\n const rglRef = useRef();\n const [ref, { width }] = useMeasure();\n const theme = useTheme();\n const { droppingWidgetType } = useDragLayer((monitor) => {\n if (monitor.getItemType() === DASHBOARD_WIDGET) {\n const { id: wigetType } = monitor.getItem();\n return { droppingWidgetType: wigetType };\n }\n\n return { droppingWidgetType: null };\n });\n const droppingItemLayout = useMemo(() => {\n if (droppingWidgetType) {\n return { i: uuid(), ...getWidgetLayout(getWidget, droppingWidgetType) };\n }\n }, [getWidget, droppingWidgetType]);\n\n const drag = useCallback((layout, oldLayoutItem, layoutItem, placeholder) => {\n // Cards larger than 1 should snap to columns that are a multiple of 2\n // if (layoutItem.w > 1) {\n // // @fixme This affects the visual placeholder, but doesn't actually fix the layout item when its dropped\n // placeholder.x = layoutItem.x = Math.floor(layoutItem.x / 2) * 2;\n // }\n }, []);\n\n const resize = useCallback(\n (layout, oldLayoutItem, layoutItem, placeholder) => {\n // Widths larger than 1 should be a multiple of 2\n // The small size of columns is just so we can have small 1x1 tiles that are 1/2 the size of normal cards\n // if (layoutItem.w > 1) {\n // const w = Math.floor(layoutItem.w / 2) * 3;\n // layoutItem.w = w;\n // placeholder.w = w;\n // }\n\n // There is no 3 (i.e. 6) column layout so don't allow cards to be that size either\n if (layoutItem.w >= 6 && layoutItem.w < 8) {\n layoutItem.w = 4;\n placeholder.w = 4;\n }\n },\n []\n );\n\n const drop = useCallback(\n (layout, item) => {\n if (droppingWidgetType) {\n const { x, y, w, h } = item;\n const { breakpoint } = rglRef.current.state;\n if (onCreateCard)\n onCreateCard({\n widgetType: droppingWidgetType,\n id: uuid(),\n layout: {\n [breakpoint]: {\n x,\n y,\n w,\n h\n }\n },\n params: []\n });\n }\n },\n [droppingWidgetType, onCreateCard]\n );\n\n return (\n <div ref={ref} className={classes.root}>\n {width ? (\n <ResponsiveGridLayout\n ref={rglRef}\n {...other}\n width={width}\n breakpoints={breakpoints}\n cols={breakpointCols}\n rowHeight={128}\n margin={[theme.spacing(3), theme.spacing(3)]}\n containerPadding={[0, 0]}\n draggableHandle='[data-handle]'\n onDrag={drag}\n onResize={resize}\n onDrop={drop}\n isDroppable={gridProperties?.isDroppable || false}\n isDraggable={gridProperties?.isDraggable || false}\n droppingItem={droppingItemLayout}\n style={{\n height: '100%'\n }}\n >\n {children}\n </ResponsiveGridLayout>\n ) : null}\n </div>\n );\n};\n\nexport default DashboardCardGrid;\n","import { makeStyles, Typography } from '@material-ui/core';\nimport clsx from 'clsx';\nimport React, { forwardRef } from 'react';\n\nconst useStyles = makeStyles(theme => ({\n root: {\n minHeight: 40,\n paddingLeft: theme.spacing(2),\n display: 'flex',\n flexDirection: 'row',\n alignItems: 'center',\n borderBottom: `1px solid ${theme.palette.divider}`,\n },\n title: {\n flexGrow: 1,\n },\n}));\n\nconst FUICardHeader = (props, ref) => {\n const classes = useStyles(props);\n const { className, children, headerActions, titleId, ...other } = props;\n\n return (\n <div ref={ref} {...other} className={clsx(className, classes.root)}>\n <Typography id={titleId} className={classes.title}>\n {children}\n </Typography>\n {headerActions}\n </div>\n );\n};\n\nexport default forwardRef(FUICardHeader);\n","import { IconButton, makeStyles } from '@material-ui/core';\nimport React from 'react';\n\nconst useStyles = makeStyles(\n theme => ({\n root: {\n borderRadius: 0,\n },\n }),\n { name: 'FUISquareIconButton' }\n);\n\n/**\n * <IconButton> but with a square highlight\n */\nconst FUISquareIconButton = props => {\n const classes = useStyles(props);\n return <IconButton {...props} classes={classes} />;\n};\n\nexport default FUISquareIconButton;\n","import React, { forwardRef } from 'react'\n\nimport { makeStyles, Card } from '@material-ui/core'\n\nconst useStyles = makeStyles(\n {\n root: {}\n },\n { name: 'FluentCard' }\n)\n\n/**\n * A variant of <Card> that uses a square Fluent UI card style\n */\nexport const FluentCard = forwardRef((props, ref) => {\n const classes = useStyles(props)\n const { children, ...other } = props\n\n return (\n <Card ref={ref} square {...other} classes={classes}>\n {children}\n </Card>\n )\n})\nFluentCard.displayName = 'FluentCard'\n","import React from 'react';\nimport { forwardRef } from 'react';\nimport { makeStyles, CardContent } from '@material-ui/core';\n\nconst useStyles = makeStyles(\n {\n root: {},\n },\n { name: 'FluentCardContent' }\n);\n\n/**\n * A variant of <CardContent> that uses a Fluent UI card style\n */\nexport const FluentCardContent = forwardRef((props, ref) => {\n const classes = useStyles(props);\n const { children, ...other } = props;\n\n return (\n <CardContent ref={ref} {...other} classes={classes}>\n {children}\n </CardContent>\n );\n});\nFluentCardContent.displayName = 'FluentCardContent';\n","import React from 'react';\nimport { forwardRef } from 'react';\nimport { makeStyles, CardActions } from '@material-ui/core';\n\nconst useStyles = makeStyles(\n {\n root: {},\n spacing: {},\n },\n { name: 'FluentCardActions' }\n);\n\n/**\n * A variant of <CardActions> that uses a Fluent UI card style\n */\nexport const FluentCardActions = forwardRef((props, ref) => {\n const classes = useStyles(props);\n const { children, ...other } = props;\n\n return (\n <CardActions ref={ref} {...other} classes={classes}>\n {children}\n </CardActions>\n );\n});\nFluentCardActions.displayName = 'FluentCardActions';\n","import { MoreIcon } from '@fluentui/react-icons'\nimport { Button, makeStyles, Menu } from '@material-ui/core'\nimport clsx from 'clsx'\nimport React, { forwardRef } from 'react'\nimport { FluentIcon } from '../../../utilities/FluentIcon'\nimport FUICardHeader from './FUICardHeader'\nimport FUISquareIconButton from '../../inputs/buttons/FUISquareIconButton'\nimport { FluentCard } from './FluentCard'\nimport { FluentCardContent } from './FluentCardContent'\nimport { FluentCardActions } from './FluentCardActions'\nimport useId from '../../widgets/utils/useId'\n\nconst useStyles = makeStyles(\n (theme) => ({\n root: {\n display: 'flex',\n flexDirection: 'column'\n },\n raised: {\n zIndex: 1\n },\n contentArea: {\n flex: '1 1 auto',\n minHeight: 0,\n display: 'flex',\n flexDirection: 'column'\n },\n cardActions: {\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'flex-start',\n paddingTop: theme.spacing(1),\n padding: theme.spacing(2)\n }\n }),\n { name: 'FUICard' }\n)\n\nexport let FUICardAction = (props, ref) => {\n const { children, ...other } = props\n\n return (\n <Button\n ref={ref}\n size='small'\n variant='contained'\n disableElevation\n {...other}\n >\n {children}\n </Button>\n )\n}\nFUICardAction = forwardRef(FUICardAction)\n\nexport let FUICardHeaderMenu = (props, ref) => {\n const { children } = props\n\n return (\n <div\n button={\n <FUISquareIconButton>\n <FluentIcon component={MoreIcon} size='small' />\n </FUISquareIconButton>\n }\n menu={<Menu>{children}</Menu>}\n />\n )\n}\nFUICardHeaderMenu = forwardRef(FUICardHeaderMenu)\n\nconst FUICard = (props, ref) => {\n const classes = useStyles()\n const {\n className,\n children,\n actions,\n title,\n headerActions,\n CardHeaderProps,\n CardProps,\n raised,\n name,\n ...cardProps\n } = props\n const id = useId(name, cardProps.id)\n const titleId = `${id}-title`\n\n return (\n <FluentCard\n ref={ref}\n component='section'\n aria-labelledby={titleId}\n {...cardProps}\n raised={raised}\n className={clsx(className, raised && classes.raised)}\n {...CardProps}\n classes={{ root: classes.root }}\n >\n <FUICardHeader\n titleId={titleId}\n headerActions={headerActions}\n {...CardHeaderProps}\n >\n {title}\n </FUICardHeader>\n <FluentCardContent className={classes.contentArea}>\n {children}\n </FluentCardContent>\n {actions && (\n <FluentCardActions className={classes.cardActions}>\n {actions}\n </FluentCardActions>\n )}\n </FluentCard>\n )\n}\n\nexport default forwardRef(FUICard)\n","import React, { forwardRef } from 'react'\nimport {\n MenuItem,\n ListItemIcon,\n ListItemText,\n makeStyles\n} from '@material-ui/core'\nimport { FluentIcon } from '../../../utilities/FluentIcon'\n\nconst useStyles = makeStyles(\n {\n listItemIcon: {\n minWidth: 32\n }\n },\n { name: 'FUIMenuItem' }\n)\n\n/**\n * <MenuItem> with icon support\n */\nconst FUIMenuItem = (props, ref) => {\n const classes = useStyles()\n const { icon, fluentIcon, primary, secondary, ...menuItemProps } = props\n\n return (\n <MenuItem ref={ref} dense {...menuItemProps}>\n <ListItemIcon className={classes.listItemIcon}>\n {icon || <FluentIcon component={fluentIcon} />}\n </ListItemIcon>\n <ListItemText {...{ primary, secondary }} />\n </MenuItem>\n )\n}\n\nexport default forwardRef(FUIMenuItem)\n","import { DeleteIcon } from '@fluentui/react-icons';\nimport { makeStyles, CircularProgress, lighten } from '@material-ui/core';\nimport clsx from 'clsx';\nimport React from 'react';\nimport FUICard, { FUICardHeaderMenu } from '../UI/surfaces/cards/FUICard';\nimport FUIMenuItem from '../UI/widgets/FluentComponents/FUIMenuItem';\n\n/**\n * Core component for dashboard widget cards\n */\nexport const WidgetCard = (props) => {\n const {\n children,\n headerActions,\n className,\n widgetType,\n id,\n layout,\n params,\n setParam,\n onDelete,\n loading,\n errors,\n theme,\n hideWidgetName,\n innerPadding,\n contentHeight,\n contentMaxHeight,\n ...other\n } = props;\n\n const useStyles = makeStyles((theme) => ({\n root: {\n '&.react-resizable-hide .react-resizable-handle': {\n display: 'none'\n }\n },\n darkRoot: {\n '&.react-resizable-hide .react-resizable-handle': {\n display: 'none'\n },\n background: '#424242',\n color: 'white'\n },\n anyRoot: {\n '& .MuiCardContent-root': {\n justifyContent: 'space-between',\n overflow: 'auto',\n padding: 0\n }\n },\n handle: {\n cursor: 'move',\n '&:hover': {\n backgroundColor: theme.palette.action.hover\n },\n display: hideWidgetName && 'none'\n },\n loadingContent: {\n flex: 1,\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center'\n },\n innerWidgetContentContainer: {\n height:\n widgetType === 'TransformerLoadWidget'\n ? 'auto'\n : contentHeight\n ? contentHeight\n : '100%',\n maxHeight: contentMaxHeight ? contentMaxHeight : '',\n minWidth: widgetType === 'ProgressBarWidget' ? 0 : 270,\n display: 'flex',\n flexDirection: 'column',\n justifyContent: 'space-between',\n padding:\n innerPadding ||\n (widgetType === 'VEERegisterRead' ? 0 : theme.spacing(2))\n }\n }));\n const classes = useStyles();\n const raised = /(^|\\s)react-draggable-dragging(\\s|$)/.test(className ?? '');\n\n let body = children;\n if (loading && !body) {\n body = (\n <div className={classes.loadingContent}>\n <CircularProgress size={64} />\n </div>\n );\n }\n if (errors && !body) {\n body = <div>Unexpected error</div>;\n }\n\n return (\n <FUICard\n {...other}\n className={clsx(\n className,\n theme === 'dark' ? classes.darkRoot : classes.root,\n classes.anyRoot\n )}\n raised={raised}\n CardHeaderProps={{\n className: classes.handle,\n 'data-handle': true\n }}\n headerActions={\n <>\n {headerActions}\n <FUICardHeaderMenu>\n <FUIMenuItem\n onClick={onDelete}\n fluentIcon={DeleteIcon}\n primary='Delete'\n />\n </FUICardHeaderMenu>\n </>\n }\n >\n <div className={classes.innerWidgetContentContainer}>{body}</div>\n </FUICard>\n );\n};\n","import React, { memo, useCallback, useMemo } from 'react';\nimport { WidgetCard } from './WidgetCard';\nimport { useShellStore } from '../stores/shellStore';\n\n/**\n * Widget implementation for dashboards\n */\nlet DashboardWidget = (props) => {\n const {\n widgetType,\n id,\n deleteCard,\n children,\n params: paramValues,\n setParams,\n ...other\n } = props;\n const { getWidget, isValidWidget } = useShellStore();\n const onDelete = useCallback(() => {\n deleteCard(id);\n }, [deleteCard, id]);\n\n const { Widget, params: paramDefs } = useMemo(() => {\n if (!isValidWidget || !getWidget) {\n return {};\n }\n if (isValidWidget(widgetType) && getWidget) {\n return getWidget(widgetType);\n }\n\n return {};\n }, [widgetType, getWidget, isValidWidget]);\n\n const params = useMemo(() => {\n const params = {};\n if (paramDefs) {\n for (const name in paramDefs) {\n params[name] = paramDefs[name].defaultValue;\n }\n for (const param in paramValues) {\n params[param] = paramValues[param];\n }\n }\n\n return params;\n }, [paramDefs, paramValues]);\n const setParam = useCallback(\n (name, value) => setParams(id, { [name]: value }),\n [id, setParams]\n );\n\n if (!isValidWidget || !getWidget) {\n return (\n <WidgetCard {...other} title='Error'>\n isValidWidget or getWidget functions are not defined\n </WidgetCard>\n );\n }\n\n if (!Widget) {\n return (\n <WidgetCard {...other} title='Error'>\n Unknown widget type \"{widgetType}\".\n </WidgetCard>\n );\n } else {\n return (\n <Widget\n {...other}\n id={id}\n params={params}\n setParam={setParam}\n onDelete={onDelete}\n >\n {children}\n </Widget>\n );\n }\n};\n\nexport default memo(DashboardWidget);\n","import React, { useMemo } from 'react';\nimport DashboardCardGrid from '../dashboard/DashboardCardGrid';\nimport DashboardWidget from '../dashboard/DashboardWidget';\nimport getWidgetLayout from '../dashboard/getWidgetLayout.ts';\nimport { useShellStore } from '../stores/shellStore';\n\nconst Page = (props) => {\n const { gridConfig, widgetConfig, disableMargin } = props;\n const { getWidget, isValidWidget } = useShellStore();\n const gridProperties = gridConfig ? JSON.parse(gridConfig) : null;\n let widgets = widgetConfig || null;\n\n if (typeof widgetConfig === 'string') {\n widgets = JSON.parse(widgetConfig);\n }\n\n const calculateLayouts = () => {\n if (!widgets) return null;\n\n const layouts = {};\n for (const widget of widgets) {\n for (const breakpoint in widget.layout) {\n if (breakpoint === '__typename' || !widget.layout[breakpoint]) continue;\n layouts[breakpoint] = layouts[breakpoint] || [];\n const { __typename, ...layout } = widget.layout[breakpoint];\n layouts[breakpoint].push({\n ...getWidgetLayout(getWidget, widget.widgetType),\n isResizable: widget.params.isResizable || false,\n ...layout,\n i: widget.id\n });\n }\n }\n\n return layouts;\n };\n\n const layouts = useMemo(\n () => calculateLayouts(),\n [calculateLayouts, widgetConfig]\n );\n\n const cards = useMemo(\n () =>\n widgets &&\n widgets.map(({ __typename, ...widget }) => (\n <DashboardWidget key={widget.id} {...widget} />\n )),\n [widgets]\n );\n\n if (!layouts) return null;\n\n return (\n <DashboardCardGrid\n layouts={layouts}\n gridProperties={gridProperties}\n disableMargin={disableMargin}\n >\n {cards}\n </DashboardCardGrid>\n );\n};\nexport default Page;\n","import React from 'react'\nimport { makeStyles, Divider } from '@material-ui/core'\nimport { ToolBarButton } from './ToolBarButton'\nimport { LayoutUnit } from '../../../layout/LayoutUnit'\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n paddingLeft: theme.spacing(1)\n }\n}))\n\nexport const AmbientPopoverMenuItem = ({ label, component, click }) => {\n const classes = useStyles()\n\n return (\n <div className={classes.root}>\n <LayoutUnit unit='nudge' />\n <ToolBarButton label={label} component={component} click={click} icon={false} />\n <LayoutUnit unit='nudge' />\n <Divider />\n </div>\n )\n}\n","import React, { useState } from 'react';\nimport { makeStyles, Popover } from '@material-ui/core';\nimport {\n ArrowUpRightIcon,\n PDFIcon,\n ExcelDocumentIcon,\n TextDocumentIcon\n} from '@fluentui/react-icons';\nimport { AmbientPopoverMenuItem } from '../../../inputs/buttons/AmbientPopoverMenuItem';\nimport { FluentIconButton } from '../../../inputs/buttons/FluentIconButton';\n\nconst useStyles = makeStyles((theme) => ({\n root: {},\n popoverRoot: {},\n icon: {\n color: theme.palette.secondary.main\n }\n}));\n\nexport const PAHExport = ({ exportCSV, exportExcel, exportPDF }) => {\n const classes = useStyles();\n\n const [anchorEl, setAnchorEl] = useState(null);\n\n const handleClick = (event) => {\n setAnchorEl(event.currentTarget);\n };\n\n const handleClose = () => {\n setAnchorEl(null);\n };\n\n const open = Boolean(anchorEl);\n const id = open ? 'simple-popover' : undefined;\n\n const gridControlsExport = [\n {\n label: 'Export CSV',\n component: TextDocumentIcon,\n click: exportCSV,\n key: 1\n },\n {\n label: 'Export Excel',\n component: ExcelDocumentIcon,\n click: exportExcel,\n key: 2\n }\n ];\n\n // if (exportPDF) {\n // gridControlsExport.push({\n // label: 'Export PDF',\n // component: PDFIcon,\n // click: exportPDF,\n // key: 3\n // });\n // }\n\n return (\n <div className={classes.root}>\n <FluentIconButton\n className={classes.icon}\n icon={ArrowUpRightIcon}\n onClick={handleClick}\n />\n\n <Popover\n classes={{ root: classes.popoverRoot }}\n square\n elevation={1}\n id={id}\n open={open}\n anchorEl={anchorEl}\n onClose={handleClose}\n anchorOrigin={{\n vertical: 'bottom',\n horizontal: 'left'\n }}\n transformOrigin={{\n vertical: 'top',\n horizontal: 'left'\n }}\n >\n <div style={{ width: 140 }}>\n <div>\n {gridControlsExport.map((item) => {\n return (\n <AmbientPopoverMenuItem\n label={item.label}\n component={item.component}\n click={item.click}\n />\n );\n })}\n </div>\n </div>\n </Popover>\n </div>\n );\n};\n","import React, {\n useCallback,\n useEffect,\n useMemo,\n useState,\n useRef,\n createRef\n} from 'react';\nimport {\n makeStyles,\n MenuItem,\n Typography,\n Popover,\n ButtonBase,\n Badge,\n IconButton\n} from '@material-ui/core';\nimport { FluentIcon } from '../../../utilities/FluentIcon';\nimport clsx from 'clsx';\nimport { MoreVerticalIcon } from '@fluentui/react-icons';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n flexSkrink: 0,\n overflow: 'hidden'\n },\n tabsWrapper: {\n display: 'flex',\n gap: (props) => (props?.variant === 'block' ? theme.spacing(1) : null),\n flexGrow: 1\n },\n tab: {\n padding: `8px 18px`,\n flex: 1\n },\n blockTab: {\n backgroundColor: theme.palette.background.paper\n },\n activeTab: {\n borderBottom: (props) =>\n props?.variant === 'block'\n ? null\n : `2px solid ${theme.palette.secondary.main}`,\n backgroundColor: (props) =>\n props?.variant === 'block' ? theme.palette.secondary.light : null,\n color: (props) =>\n props?.variant === 'block'\n ? theme.palette.getContrastText(theme.palette.secondary.light)\n : null\n },\n moreButton: {\n marginTop: theme.spacing(1),\n width: theme.spacing(1),\n height: theme.spacing(1),\n borderRadius: 2\n },\n menuItem: {\n whiteSpace: 'normal',\n width: (props) => (props?.menuWidth ? props?.menuWidth : '170px')\n },\n popoverWrapper: {\n maxHeight: (props) =>\n props?.menuMaxHeight ? props?.menuMaxHeight : '250px'\n }\n}));\n\nexport const UdpTabs = (props) => {\n const {\n value,\n onChange,\n className,\n menuItemProps,\n tabList,\n variant,\n buttonWidth\n } = props;\n const classes = useStyles(props);\n const tabContainerRef = useRef(null);\n const innerTabContainerRef = useRef(null);\n const [anchorEl, setAnchorEl] = useState(null);\n const [visibleTabList, setVisibleTabList] = useState(null);\n const [menuTabList, setMenuTabList] = useState(null);\n const [initialTotalTabWidth, setInitialTotalTabWidth] = useState(null);\n const [initialTabWidth, setInitialTabWidth] = useState();\n const gapWidth = 8;\n const open = Boolean(anchorEl);\n\n const currentTabList = useMemo(() => {\n return tabList?.map((tab, index) => ({\n id: index,\n ...tab,\n ref: createRef()\n }));\n }, [tabList]);\n\n const handlePopoverClick = useCallback((event, index) => {\n setAnchorEl(event.currentTarget);\n }, []);\n\n const handlePopoverClose = () => {\n setAnchorEl(null);\n };\n\n const menuItemSelected = useMemo(() => {\n return !!menuTabList?.find((tab) => tab?.id === value);\n }, [value, menuTabList]);\n\n const getInitialTabWidth = useCallback(\n (tabsElements, currentTabList) => {\n let totalTabWidth = 0;\n let tabWidth = [];\n\n if (\n tabsElements?.length === currentTabList?.length &&\n !initialTotalTabWidth\n ) {\n for (let i = 0; i < tabsElements.length; i++) {\n totalTabWidth += tabsElements[i].clientWidth;\n if (variant === 'block') {\n totalTabWidth += gapWidth;\n }\n tabWidth[i] = tabsElements[i].clientWidth;\n }\n setInitialTotalTabWidth(totalTabWidth);\n setInitialTabWidth(tabWidth);\n\n return { totalTabWidth, tabWidth };\n }\n\n return { totalTabWidth: initialTotalTabWidth, tabWidth: initialTabWidth };\n },\n [initialTabWidth, initialTotalTabWidth, variant]\n );\n\n const calculateHiddenTabs = useCallback(() => {\n if (innerTabContainerRef.current) {\n const containerWidth = innerTabContainerRef.current.clientWidth;\n const tabsElements = Array.from(innerTabContainerRef.current.children);\n const moreBtnWidth = 24;\n let hiddenTabsArray = [];\n let visibleTabsArray = Array.from(currentTabList);\n const { totalTabWidth, tabWidth } = getInitialTabWidth(\n tabsElements,\n currentTabList\n );\n\n if (totalTabWidth > containerWidth) {\n let accumulatedWidth = 0;\n for (let i = 0; i < tabWidth?.length; i++) {\n accumulatedWidth += tabWidth[i];\n if (variant === 'block') {\n accumulatedWidth += gapWidth;\n }\n\n if (accumulatedWidth > containerWidth - moreBtnWidth) {\n hiddenTabsArray = Array.from(currentTabList).slice(i);\n visibleTabsArray = Array.from(currentTabList).slice(0, i);\n break;\n }\n }\n }\n setVisibleTabList(visibleTabsArray);\n setMenuTabList(hiddenTabsArray);\n }\n }, [currentTabList, getInitialTabWidth, variant]);\n\n useEffect(() => {\n // initial visible tab list\n setVisibleTabList(currentTabList);\n }, [currentTabList]);\n\n useEffect(() => {\n calculateHiddenTabs();\n\n const observer = new ResizeObserver((entries) => {\n handlePopoverClose();\n calculateHiddenTabs();\n });\n\n if (tabContainerRef.current) {\n observer.observe(tabContainerRef.current);\n }\n\n // Cleanup observer on component unmount\n return () => {\n observer.disconnect();\n };\n }, [calculateHiddenTabs]);\n\n return (\n <div>\n <div className={clsx(classes.root, className)} ref={tabContainerRef}>\n <div\n className={classes.tabsWrapper}\n ref={innerTabContainerRef}\n style={\n variant === 'spread' ? { justifyContent: 'space-between' } : null\n }\n >\n {visibleTabList?.map((item, index) => (\n <ButtonBase\n // style={variant === 'spread' ? { flex: 1 } : null}\n style={{\n flex: variant === 'spread' && 1,\n width: !!buttonWidth && buttonWidth\n }}\n key={index}\n id={\n 'udpRecord-UdpTabs-MenuItem-' + item?.label?.replace(/ /g, '-')\n }\n udprecordid={\n 'udpRecord-UdpTabs-MenuItem-' + item?.label?.replace(/ /g, '-')\n }\n >\n <div\n className={clsx(classes.tab, {\n [classes.blockTab]: variant === 'block',\n [classes.activeTab]: value === item?.id\n })}\n onClick={(e) => {\n onChange(e, item?.id);\n if (item?.onClick) {\n item.onClick();\n }\n setAnchorEl(null);\n }}\n >\n <Typography\n noWrap\n style={{\n fontWeight: variant === 'spread' ? 'bold' : 'normal'\n }}\n >\n {item?.label}\n </Typography>\n </div>\n </ButtonBase>\n ))}\n {menuTabList?.length > 0 && (\n <IconButton\n onClick={handlePopoverClick}\n className={classes.moreButton}\n color='primary'\n id='udpRecord-UdpTabs-MoreActions'\n udprecordid='udpRecord-UdpTabs-MoreActions'\n >\n <Badge\n color='secondary'\n variant='dot'\n invisible={menuItemSelected === false}\n >\n <FluentIcon component={MoreVerticalIcon} size='medium' />\n </Badge>\n </IconButton>\n )}\n </div>\n\n {!!menuTabList?.length && (\n <div>\n <Popover\n id='menuTabList'\n open={open}\n anchorEl={anchorEl}\n onClose={handlePopoverClose}\n anchorOrigin={{\n vertical: 'bottom',\n horizontal: 'left'\n }}\n transformOrigin={{\n vertical: 'top',\n horizontal: 'left'\n }}\n className={classes.popoverWrapper}\n >\n {menuTabList?.map((tab) => {\n return (\n <MenuItem\n key={tab?.id}\n id={\n 'udpRecord-UdpTabs-MenuItem-' +\n tab?.label?.replace(/ /g, '-')\n }\n udprecordid={\n 'udpRecord-UdpTabs-MenuItem-' +\n tab?.label?.replace(/ /g, '-')\n }\n onClick={(e) => {\n if (tab?.onClick) {\n tab.onClick();\n }\n\n if (onChange) {\n onChange(e, tab?.id);\n }\n setAnchorEl(null);\n }}\n className={clsx(classes.menuItem, className)}\n selected={tab?.id === value}\n {...menuItemProps}\n >\n <Typography>{tab?.label}</Typography>\n </MenuItem>\n );\n })}\n </Popover>\n </div>\n )}\n </div>\n </div>\n );\n};\n","import { useMemo } from 'react';\n// @ts-ignore - TeleporterInstance type may not be exported\nimport { TeleporterInstance } from 'react-teleporter';\nimport { useTeleporterStore } from '../../../../stores/teleporterStore';\n\nexport const useAllTeleporters = (): [string, string, TeleporterInstance][] => {\n const teleporterMap = useTeleporterStore((state) => state.teleporterMap);\n\n const allTeleporters = useMemo(() => {\n const result: [string, string, TeleporterInstance][] = [];\n\n for (const [targetId, locationMap] of teleporterMap.entries()) {\n for (const [location, entry] of locationMap.entries()) {\n result.push([targetId, location, entry.teleporter]);\n }\n }\n\n return result;\n }, [teleporterMap]);\n\n return allTeleporters;\n};\n","import React, { useState, Fragment, useMemo } from 'react';\nimport {\n makeStyles,\n Slide,\n Typography,\n Collapse,\n Divider,\n LinearProgress,\n lighten\n} from '@material-ui/core';\nimport { StandardTitle } from '../../dataDisplay/typography/StandardTitle';\nimport { FluentIconButton } from '../../inputs/buttons/FluentIconButton';\nimport {\n SearchIcon,\n ChevronRightIcon,\n MaximumValueIcon,\n ChevronFold10Icon,\n ChevronUnfold10Icon,\n GroupListIcon,\n FilterIcon,\n MoreVerticalIcon,\n SaveIcon,\n DeleteIcon,\n ClearIcon\n} from '@fluentui/react-icons';\nimport { ToolBarButton } from '../../inputs/buttons/ToolBarButton';\nimport { PrimaryActionButton } from '../../inputs/buttons/PrimaryActionButton';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport ArrowBackIcon from '@material-ui/icons/ArrowBack';\nimport { PAHExport } from './ui/PAHExport';\nimport { StatusChip } from '../../dataDisplay/StatusChip';\nimport { useShellStore } from '../../../stores/shellStore';\nimport { UdpTabs } from '../../navigation/tabs/UdpTabs';\nimport { useAllTeleporters } from './ui/teleporter';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n display: 'flex',\n [theme.breakpoints.between('xs', 'sm')]: {\n height: 50\n }\n },\n title: {\n margin: theme.spacing(2)\n },\n titleWrapper: {\n paddingLeft: theme.spacing(2),\n paddingRight: (props) => (props.single ? theme.spacing(2) : 0),\n display: 'flex',\n alignItems: 'center'\n },\n subHeaderWrapper: {\n // display: 'flex',\n // justifyContent: 'flex-end',\n // marginTop: props => props.single && 6,\n width: '100%',\n marginTop: 0,\n [theme.breakpoints.down('xs')]: {\n justifyContent: 'flex-start'\n }\n },\n subHeader: {\n minWidth: (props) => props.subheader && 320,\n marginLeft: theme.spacing(2),\n [theme.breakpoints.between('sm', 'lg')]: {\n display: 'none'\n },\n [theme.breakpoints.down('xs')]: {\n display: 'none'\n }\n },\n denseSubtitle: {\n marginTop: theme.spacing(1.2),\n marginLeft: theme.spacing(2)\n // [theme.breakpoints.up('xl')]: {\n // display: 'none'\n // },\n // [theme.breakpoints.down('xs')]: {\n // display: 'none'\n // }\n },\n actionRow: {\n display: 'flex',\n flex: 1,\n alignItems: 'center'\n // [theme.breakpoints.up('lg')]: {\n // width: '100%',\n // },\n // paddingBottom: props => props.hidePAB && theme.spacing(2),\n },\n secondaryButtons: {\n display: 'flex',\n [theme.breakpoints.down('sm')]: {\n display: 'none'\n },\n alignItems: 'center'\n },\n secondaryButtonsMobile: {\n display: 'flex',\n padding: theme.spacing(1),\n background: theme.palette.divider,\n [theme.breakpoints.up('sm')]: {\n display: 'none'\n }\n },\n search: {\n marginRight: theme.spacing(2),\n marginTop: theme.spacing(3),\n\n flex: 1\n },\n close: {\n marginRight: theme.spacing(2)\n },\n pab: {\n display: 'flex',\n [theme.breakpoints.between('xs', 'sm')]: {\n position: 'fixed',\n bottom: theme.spacing(2),\n right: theme.spacing(2),\n zIndex: theme.zIndex.appBar\n }\n },\n titleOnly: {\n paddingBottom: theme.spacing(1)\n },\n advancedOptions: {\n backgroundColor: '#EEEEEE',\n width: '100%'\n },\n tabPageButtons: {\n height: 50,\n borderTop: `1px solid ${theme.palette.divider}`,\n paddingLeft: theme.spacing(2),\n backgroundColor: '#EEEEEE'\n },\n divider: {\n height: 25,\n marginLeft: theme.spacing(1),\n marginRight: theme.spacing(2)\n },\n functionIcons: {\n fontSize: 18,\n color: theme.palette.secondary.main\n },\n tabRow: {\n maxWidth: 500,\n [theme.breakpoints.down('sm')]: {\n width: 300\n },\n minHeight: '48px'\n },\n fullTabs: {\n [theme.breakpoints.down('xl')]: {\n maxWidth: 700\n },\n [theme.breakpoints.down('lg')]: {\n maxWidth: 500\n },\n [theme.breakpoints.down('sm')]: {\n maxWidth: '100vw'\n },\n minHeight: '48px'\n },\n iconButton: {\n marginTop: 9,\n marginLeft: 4\n },\n titleWrapperBack: {\n display: 'flex',\n flex: (props) => props.title && 1\n },\n buttomButtonRow: {\n display: 'flex',\n width: '100%'\n },\n\n bottomButtonsLeft: {\n display: 'flex',\n flex: 1,\n // width: '100%',\n justifyContent: 'flex-start'\n },\n bottomButtonsRigth: {\n display: 'flex',\n justifyContent: 'flex-end'\n },\n single: {\n display: 'flex'\n },\n containerStyle: {\n background: lighten(theme.palette.secondary.light, 0.9),\n padding: theme.spacing(1),\n paddingLeft: theme.spacing(2),\n borderTop: `1px solid ${theme.palette.divider} `\n },\n gridControlLineUp: {\n display: 'flex',\n alignItems: 'center',\n marginRight: theme.spacing(2)\n },\n additionalTitleComponent: {\n marginLeft: theme.spacing(2)\n }\n}));\n\nexport const PrimaryActionHeader = (props) => {\n const classes = useStyles(props);\n\n const {\n buttonLabel,\n title,\n subheader,\n handleClick,\n secondaryButtons,\n hidePAB = false,\n search,\n searchField,\n expandOptions,\n handleMouseLeave,\n expandedContent,\n handleChange,\n value,\n tabList,\n tabs,\n resizeGrid,\n collapse,\n expandAllItems,\n groups,\n showGroups,\n grid,\n clickBack,\n topRowSecondary,\n bottomRowSecondary,\n bottomRowSecondaryRight,\n loading,\n openGroups,\n openFilter,\n altInputs,\n loadingVal,\n exportGrid,\n openSearch = false,\n styleSearch,\n stepper,\n pabDisabled,\n switcher,\n single,\n lowerTray,\n lowerTraySearch,\n lowerTrayGrid,\n upperTrayGrid,\n exportCSV,\n exportExcel,\n exportPDF,\n expand,\n expandGrid,\n collapseGrid,\n resize,\n gridApi,\n saveGridConfig,\n deleteGridConfig,\n clearGridConfig,\n hideActionRow = false,\n allowAdditionalTitleComponent = false,\n allowAdditionalRightComponent = true,\n StatusChipProps = null,\n tabProps,\n tabVariant,\n additionalComponentId = '',\n ...otherProps\n } = props;\n\n const [searchExpanded, setSearchExpanded] = useState(openSearch);\n const currentContainerId = useShellStore((state) => state.currentContainerId);\n const allTeleporters = useAllTeleporters();\n\n const expandSearch = () => {\n setSearchExpanded(!searchExpanded);\n };\n\n function a11yProps(index) {\n return {\n id: `simple-tab-${index}`,\n 'aria-controls': `simple-tabpanel-${index}`\n };\n }\n\n const gridControlsExpand = [\n {\n label: '',\n aria: 'expand',\n component: ChevronUnfold10Icon,\n click: expandGrid,\n id: 1\n }\n ];\n const gridControlsResize = [\n {\n label: '',\n aria: 'resize',\n component: MaximumValueIcon,\n click: resizeGrid,\n id: 2\n }\n ];\n const gridControlsCollapse = [\n {\n label: '',\n aria: 'collapse',\n component: ChevronFold10Icon,\n click: collapseGrid,\n id: 3\n }\n ];\n\n const gridControlsGroup = [\n {\n label: 'Group',\n component: GroupListIcon,\n click: openGroups,\n id: 4\n }\n ];\n const gridControlsFilter = [\n {\n label: 'Filter',\n component: FilterIcon,\n click: openFilter,\n id: 5\n }\n ];\n\n const gridControlsSave = [\n {\n label: 'Save Grid Configuration',\n component: SaveIcon,\n click: saveGridConfig,\n id: 6\n }\n ];\n const gridControlsDelete = [\n {\n label: 'Delete Grid Configuration',\n component: DeleteIcon,\n click: deleteGridConfig,\n id: 7\n }\n ];\n const gridControlsClear = [\n {\n label: 'Clear Grid Configuration',\n component: ClearIcon,\n click: clearGridConfig,\n id: 8\n }\n ];\n\n const gridControlsExport = (\n <div>\n <PAHExport\n exportCSV={exportCSV || (() => gridApi?.exportDataAsCsv())}\n exportExcel={exportExcel || (() => gridApi?.exportDataAsExcel())}\n exportPDF={exportPDF}\n />\n </div>\n );\n const gridControlExpand = gridControlsExpand && (\n <div>\n {gridControlsExpand.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n </div>\n );\n const gridControlResize = gridControlsResize && (\n <div>\n {gridControlsResize.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n </div>\n );\n const gridControlCollapse = gridControlsCollapse && (\n <div>\n {gridControlsCollapse.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n </div>\n );\n const gridControlSave = gridControlsSave && (\n <div>\n {gridControlsSave.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n </div>\n );\n const gridControlDelete = gridControlsDelete && (\n <div>\n {gridControlsDelete.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n </div>\n );\n const gridControlClear = gridControlsClear && (\n <div>\n {gridControlsClear.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n </div>\n );\n\n const searchToggle = (\n <>\n <div style={{ display: 'flex' }}>\n {searchExpanded && (\n <FluentIconButton\n click={expandSearch}\n aria-label='close search'\n className={classes.close}\n icon={ChevronRightIcon}\n onClick={expandSearch}\n size='small'\n />\n )}\n </div>\n <div className={classes.search} style={{ flex: 1 }}>\n <div>\n {searchExpanded && (\n <div>\n <Slide\n direction='left'\n in={expandSearch}\n mountOnEnter\n unmountOnExit\n >\n <div className={classes.searchWrapper}>{searchField}</div>\n </Slide>\n </div>\n )}\n </div>\n </div>\n </>\n );\n\n const LowerTrayShell = ({ children }) => {\n return <div className={classes.containerStyle}>{children}</div>;\n };\n\n const GridControlLineUp = () => {\n return (\n <div className={classes.gridControlLineUp}>\n {saveGridConfig && gridControlSave}\n {deleteGridConfig && gridControlDelete}\n {clearGridConfig && gridControlClear}\n {expandGrid && gridControlExpand}\n {resizeGrid && gridControlResize}\n {collapseGrid && gridControlCollapse}\n {exportGrid && gridControlsExport}\n </div>\n );\n };\n\n const additionalTitleTeleportedComponents = useMemo(() => {\n const components = [];\n allTeleporters.forEach(([targetId, location, teleporter]) => {\n const Target = teleporter.Target;\n if (\n targetId === additionalComponentId &&\n location === 'title'\n ) {\n components.push(\n <div key={targetId} className='teleport-target'>\n <Target />\n </div>\n );\n }\n })\n return components;\n }, [additionalComponentId, allTeleporters]);\n\n return (\n <div key={currentContainerId}>\n <div className={single && classes.single}>\n {/* {switcher && <PAHViewSwitcher>Meeting Title</PAHViewSwitcher>} */}\n <div className={classes.titleWrapperBack}>\n {clickBack && (\n <div className={classes.iconButton}>\n <FluentIconButton icon={ArrowBackIcon} onClick={clickBack} />\n </div>\n )}\n\n {title && (\n <div className={classes.root}>\n <div className={classes.titleWrapper}>\n <StandardTitle removeMarginTop={single}>{title}</StandardTitle>\n {single && subheader && (\n <Typography\n className={classes.denseSubtitle}\n variant='subtitle1'\n component='h2'\n >\n {subheader}\n </Typography>\n )}\n\n {allowAdditionalTitleComponent && (\n <div className={classes.additionalTitleComponent}>\n {additionalTitleTeleportedComponents.map(value => {\n return value;\n })}\n </div>\n )}\n </div>\n </div>\n )}\n {!title && allowAdditionalTitleComponent && (\n <div className={classes.additionalTitleComponent}>\n {additionalTitleTeleportedComponents.map(value => {\n return value;\n })}\n </div>\n )}\n {StatusChipProps && (\n <div className={classes.root}>\n <div className={classes.titleWrapper}>\n <StatusChip\n label={StatusChipProps?.label}\n status={StatusChipProps?.status}\n />\n </div>\n </div>\n )}\n </div>\n <div className={classes.subHeaderWrapper}>\n {/* <div className={classes.subHeader}>\n <Typography variant=\"subtitle1\">{subheader}</Typography>\n </div> */}\n {stepper}\n {!hideActionRow && (\n <div className={classes.actionRow}>\n {!single && subheader && (\n <Typography\n className={classes.denseSubtitle}\n variant='subtitle1'\n component='h2'\n >\n {subheader}\n </Typography>\n )}\n <div className={grid ? classes.tabRow : classes.fullTabs}>\n {tabList?.length > 0 && (\n <UdpTabs\n value={value}\n onChange={handleChange}\n tabList={tabList}\n variant={tabVariant}\n />\n )}\n </div>\n\n {search && searchToggle}\n <div style={{ flex: 1 }} />\n\n <div className={classes.secondaryButtons}>\n {!searchExpanded && search && (\n <ToolBarButton\n label='Search'\n component={SearchIcon}\n click={expandSearch}\n />\n )}\n {search && (\n <Divider orientation='vertical' className={classes.divider} />\n )}\n\n {/* {grid &&\n gridControls.map(item => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })} */}\n {(expandGrid ||\n resizeGrid ||\n collapseGrid ||\n exportGrid ||\n saveGridConfig ||\n deleteGridConfig ||\n clearGridConfig) &&\n upperTrayGrid && <GridControlLineUp expand={expand} />}\n\n {grid &&\n openFilter &&\n gridControlsFilter.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n\n {grid &&\n openGroups &&\n gridControlsGroup.map((item) => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded={true}\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })}\n\n {/* {grid &&\n exportGrid &&\n gridControlsExport.map(item => {\n return (\n <ToolBarButton\n label={item.label}\n title={item.label}\n expanded\n component={item.component}\n click={item.click}\n aria={item.aria}\n key={item.id}\n />\n );\n })} */}\n\n {grid && searchExpanded && (\n <div>\n <FluentIconButton\n id='udpRecord-PrimaryActionHeader-ClosePanel'\n udprecordid='udpRecord-PrimaryActionHeader-ClosePanel'\n icon={MoreVerticalIcon}\n // onClick={toggleExpandedHeader}\n aria-label='Close Panel'\n />\n </div>\n )}\n\n {secondaryButtons &&\n !tabs &&\n secondaryButtons.map((item, index) => {\n return (\n <ToolBarButton\n label={item.label}\n expanded={searchExpanded}\n component={item.component}\n click={item.click}\n key={item.id ?? index}\n aria={item.label}\n disabled={item.disabled}\n />\n );\n })}\n </div>\n <div>\n {allowAdditionalRightComponent &&\n allTeleporters.map(([targetId, location, teleporter]) => {\n const Target = teleporter.Target;\n if (\n targetId === additionalComponentId &&\n location === 'right'\n ) {\n return (\n <div key={targetId} className='teleport-target'>\n <Target />\n </div>\n );\n } else {\n return null;\n }\n })}\n </div>\n {!hidePAB && (\n <div className={classes.pab}>\n {topRowSecondary &&\n topRowSecondary.map((item, index) => {\n return (\n <ToolBarButton\n label={item.label}\n expanded={searchExpanded}\n component={item.component}\n click={item.click}\n key={item.id ?? index}\n aria={item.label}\n />\n );\n })}\n\n <PrimaryActionButton\n disabled={pabDisabled}\n onClick={handleClick}\n {...otherProps}\n >\n {buttonLabel}\n </PrimaryActionButton>\n </div>\n )}\n </div>\n )}\n </div>\n\n <div\n className={clsx(\n classes.secondaryButtons,\n (altInputs || bottomRowSecondary) && classes.tabPageButtons\n )}\n >\n <div className={classes.buttomButtonRow}>\n <div className={classes.bottomButtonsLeft}>\n {bottomRowSecondary &&\n bottomRowSecondary.map((item, index) => {\n return (\n <ToolBarButton\n label={item.label}\n expanded={!tabs && searchExpanded}\n component={item.component}\n click={item.click}\n key={item.id ?? index}\n />\n );\n })}\n </div>\n <div className={classes.bottomButtonsRigth}>\n {bottomRowSecondaryRight &&\n bottomRowSecondaryRight.map((item, index) => {\n return (\n <ToolBarButton\n label={item.label}\n expanded={!tabs && searchExpanded}\n component={item.component}\n click={item.click}\n key={item.id ?? index}\n />\n );\n })}\n </div>\n\n {altInputs}\n </div>\n <div>\n {showGroups && <Divider />}\n {showGroups && groups}\n </div>\n </div>\n\n <Collapse in={expandOptions} timeout='auto'>\n <div onMouseLeave={handleMouseLeave}>\n {/* <div> */}\n <div className={classes.advancedOptions}>{expandedContent}</div>\n </div>\n </Collapse>\n {loading && <LinearProgress value={loadingVal} />}\n </div>\n {lowerTray && (\n <LowerTrayShell>\n <div style={{ display: 'flex', justifyContent: 'flex-end' }}>\n <div style={{ display: 'flex' }}>\n {!searchExpanded && lowerTraySearch && (\n <ToolBarButton\n label='Search'\n component={SearchIcon}\n click={expandSearch}\n />\n )}\n {searchToggle}\n </div>\n {lowerTrayGrid && <GridControlLineUp />}\n </div>\n </LowerTrayShell>\n )}\n\n <div className={classes.secondaryButtonsMobile}>\n {secondaryButtons &&\n !tabs &&\n secondaryButtons.map((item, index) => {\n return (\n <ToolBarButton\n label={item.label}\n expanded={searchExpanded}\n component={item.component}\n click={item.click}\n key={item.id ?? index}\n aria={item.label}\n disabled={item.disabled}\n />\n );\n })}\n </div>\n </div>\n );\n};\n\nPrimaryActionHeader.propTypes = {\n /**\n * Primary action button label\n */\n buttonLabel: PropTypes.string,\n /**\n * Page title\n */\n title: PropTypes.string.isRequired,\n /**\n * Page subtitle\n */\n subheader: PropTypes.string,\n /**\n * Primary action button function\n */\n handleClick: PropTypes.func,\n /**\n * prop for mapped secondary button data\n */\n secondaryButtons: PropTypes.arrayOf(\n PropTypes.shape({\n label: PropTypes.string,\n component: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),\n click: PropTypes.func,\n key: PropTypes.oneOfType([PropTypes.string, PropTypes.number])\n })\n ),\n /**\n * Hides Primary Action Button (not recommended)\n */\n hidePAB: PropTypes.bool,\n /**\n * Allows search option to display\n */\n search: PropTypes.bool,\n /**\n * Search field designed to fit header space\n */\n searchField: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),\n /**\n * If true, expanded space for advanced search is open\n */\n expandOptions: PropTypes.func,\n /**\n * Function to close expanded space when the user mouse leaves\n */\n handleMouseLeave: PropTypes.string,\n /**\n * The contents of the expanded search\n */\n expandedContent: PropTypes.node,\n /**\n * Handle change option for tabs (when the tab prop is active)\n */\n handleChange: PropTypes.string,\n /**\n * Sends value that determines what tab content is visable (when the tab prop is active)\n */\n value: PropTypes.oneOfType([PropTypes.node, false]),\n /**\n * Prop to pass an array of tab lables to display tabs (when the tab prop is active)\n */\n tabList: PropTypes.node,\n /**\n * Prop option to display tabs. Tabs are available when true. Also provides additional formatting.\n */\n tabs: PropTypes.bool,\n /**\n * Click event to resize grid to fit (when using the PAH to display a grid).\n */\n resizeGrid: PropTypes.func,\n /**\n * Click event to collapse Ag Grid when grouped (when using the PAH to display a grid).\n */\n collapse: PropTypes.func,\n /**\n * Click event to expand Ag Grid when grouped (when using the PAH to display a grid).\n */\n expandAllItems: PropTypes.func,\n /**\n * Click event to save Ag Grid configurations (e.g. filters, sorting, column widths, etc.) when using the PAH to display a grid.\n */\n saveGridConfig: PropTypes.func,\n /**\n * Click event to delete Ag Grid configurations (e.g. filters, sorting, column widths, etc.) when using the PAH to display a grid.\n */\n deleteGridConfig: PropTypes.func,\n /**\n * Click event to clear Ag Grid configurations (e.g. filters, sorting, column widths, etc.) when using the PAH to display a grid.\n */\n clearGridConfig: PropTypes.func,\n /**\n * Prop that accepts a component of groups (when using the PAH to display a grid).\n */\n groups: PropTypes.node,\n /**\n * Prop option to display grid. Grid formatting is available when true.\n */\n grid: PropTypes.bool,\n /**\n * Prop option to display grid. Grid formatting is available when true.\n */\n otherProps: PropTypes.any,\n /**\n * Prop option to show secondary buttons on top row.\n */\n bottomRowSecondary: PropTypes.array,\n /**\n * Prop option to show secondary buttons on bottom row.\n */\n topRowSecondary: PropTypes.array,\n /**\n * Exposes onClick for back arrow. Only displays arrow when a function is provided.\n */\n clickBack: PropTypes.func,\n /**\n * Toggles visaiblity for loading progress bar.\n */\n loading: PropTypes.bool,\n /**\n * The value of progress loading.\n */\n loadingVal: PropTypes.number,\n /**\n * Exposes function to open group options.\n */\n openGroups: PropTypes.func,\n /**\n * Exposes function to open filter options.\n */\n openFilter: PropTypes.func,\n /**\n * Alternate method to include toolbar inputs.\n */\n altInputs: PropTypes.node,\n /**\n * If true, actionRow will be hidden\n */\n hideActionRow: PropTypes.bool,\n /**\n * Props passed into FluentSimpleTabs Component\n */\n tabProps: PropTypes.object,\n /**\n * Determines if the primary action header should be multiple rows\n */\n single: PropTypes.bool\n};\n\nPrimaryActionHeader.defaultProps = {\n hidePAB: false\n};\n","import React, { createContext, useReducer } from 'react';\n\nconst initialState: any = {};\n\n/**\n * The Page context, shared amongst the Page\n * and all children. Generally used to share state between\n * Widgets. Call dispatch() to update the state. Currently\n * only supports dispatch types of \"set <state_property>\".\n * Example: dispatch({ type: \"set mySharedProperty\", value: oldSharedProperty + 1 });\n */\nconst pageContext = createContext(\n {} as { state: any; dispatch: React.Dispatch<{ type: string; value?: any }> }\n);\nconst { Provider } = pageContext;\n\n/**\n * Sets shared state based on an action type and a value.\n * action.type is in the format: <operator> <prop>\n * Currently the only supported action type is \"set <prop>\",\n * which will set state.prop to action.value.\n * @param state The current state\n * @param action A type and value to alter the current state\n * @returns The new state\n */\nconst reducer = (state: any, action: { type: string; value?: any }) => {\n // Action.type should be in the format: <operator> <prop>. Ex: set sharedId\n const operator = action.type.substr(0, action.type.indexOf(' '));\n const prop = action.type.substr(action.type.indexOf(' ') + 1);\n\n switch (operator) {\n case 'set':\n const newState = { ...state, [prop]: action.value };\n return newState;\n default:\n throw new Error('Unknown operator');\n }\n};\n\n/**\n * A Context component to wrap around a Page. Allows\n * sharing of state amongst sibling Widgets.\n * @returns\n */\nconst PageContextProvider = ({ children }: any) => {\n const [state, dispatch] = useReducer(reducer, initialState);\n\n return <Provider value={{ state, dispatch }}>{children}</Provider>;\n};\n\nexport { pageContext, PageContextProvider };\n","import { useHistory, useLocation } from 'react-router-dom';\n\nexport const useSetLocationState = () => {\n const history = useHistory();\n const location = useLocation();\n\n const setLocationState = (newState) => {\n const currentState = location.state || {};\n\n // Avoid unnecessary replace if state is already the same\n const hasChanged = Object.entries(newState).some(\n ([key, value]) => currentState[key] !== value\n );\n if (!hasChanged || !!location?.state) return;\n\n history.replace({\n pathname: location.pathname,\n search: location.search,\n hash: location.hash,\n state: {\n ...currentState,\n ...newState\n }\n });\n };\n\n return setLocationState;\n};\n","import React, { useCallback, useEffect, useMemo, useState } from 'react';\nimport { Redirect } from 'react-router-dom';\nimport Page from './Page';\nimport { makeStyles, Card, CircularProgress } from '@material-ui/core';\nimport { Alert } from '@material-ui/lab';\nimport { PrimaryActionHeader } from '../UI/utilityDisplay/utilityHeader/PrimaryActionHeader';\nimport { PageContextProvider } from '../contexts/PageContext.tsx';\nimport { useAxiosGet } from '../utilities/useAxiosGet';\nimport { DndProvider } from 'react-dnd';\nimport { HTML5Backend } from 'react-dnd-html5-backend';\nimport { v4 as uuid } from 'uuid';\nimport { useTranslation } from 'react-i18next';\nimport { useSetLocationState } from '../hooks/useSetLocationState';\nimport { ConfigService } from 'udp-react-stencil-component-library';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n marginTop: (props) => (props.disableMargins ? 0 : theme.spacing(3)),\n marginRight: (props) => (props.disableMargins ? 0 : theme.spacing(3)),\n marginLeft: (props) => (props.disableMargins ? 0 : theme.spacing(3)),\n height: (props) => props.height ?? '100%',\n overflow: (props) => props.height && 'auto'\n },\n staticRoot: {\n marginTop: 0,\n marginRight: 0,\n marginLeft: 0,\n height: (props) => props.height ?? '100%',\n overflow: (props) => props.height && 'auto'\n },\n title: {\n flex: 1,\n marginBottom: theme.spacing(1)\n },\n icon: {\n marginTop: theme.spacing(-2.5)\n },\n loadingContent: {\n flex: 1,\n display: 'flex',\n flexDirection: 'column',\n alignItems: 'center',\n justifyContent: 'center',\n height: (props) =>\n props.loadingHeight ? props.loadingHeight : 'calc(100vh - 160px)'\n }\n}));\n\nexport const PageContainer = (props) => {\n const {\n user,\n widgetParams,\n redirectSlug,\n pageData,\n pageLoading = false,\n disableMargin = true,\n location,\n fromMenu = false,\n loadingHeight,\n isHomePage = false\n } = props;\n const classes = useStyles(props);\n const [page, setPage] = useState(null);\n const [alertWarnings, setAlertWarnings] = useState([]);\n const params = location?.state?.params;\n const pathPageId = location?.pathname?.replace('/page/', '');\n const pageId = (pathPageId === '/' ? null : pathPageId) || params?.PageId;\n const { t } = useTranslation();\n const setLocationState = useSetLocationState();\n\n const [{ data: pageInfo, loading: pageInfoLoading }] = useAxiosGet(\n ConfigService.tenantV1ApiUrl,\n `page/${pageId}`,\n {},\n !!!pageId,\n false\n );\n\n const [\n { data: homePage, loading: homePageLoading, error: homePageError },\n refetchHomePage\n ] = useAxiosGet(\n ConfigService.tenantV1ApiUrl,\n `page/homePage?tenantId=${user?.currentTenantId}&productId=${ConfigService.config.UNITY_PRODUCT_ID}`,\n {},\n !isHomePage,\n false\n );\n\n const removeWarning = useCallback((id) => {\n setAlertWarnings((prevWarnings) =>\n prevWarnings.filter((warning) => warning.id !== id)\n );\n }, []);\n\n const getRequiredFieldWarnings = useCallback(\n (requiredFields = '', widgetParams) => {\n const fieldsStr = requiredFields || '';\n if (!fieldsStr.trim()) {\n return;\n }\n\n const warnings = [];\n const requiredFieldsMap = widgetParams?.requiredFieldsMap || {};\n const nodeObj = widgetParams?.nodeObj || {};\n const fields = fieldsStr.split(',').map((str) => str.trim());\n const missingRequiredFieldNames = [];\n\n fields.forEach((fieldName) => {\n const requiredField = requiredFieldsMap[fieldName];\n if (!requiredField?.value) {\n missingRequiredFieldNames.push(fieldName);\n } else {\n if (\n requiredField.type === 'entity' &&\n (nodeObj[requiredField.value] === undefined ||\n nodeObj[requiredField.value] === null)\n ) {\n missingRequiredFieldNames.push(fieldName);\n }\n }\n });\n\n missingRequiredFieldNames.forEach((name) => {\n warnings.push({\n id: uuid(),\n message: `${name} ${t('field is missing a value')}`\n });\n });\n return warnings;\n },\n [t]\n );\n\n const pages = useMemo(\n () =>\n page?.widgets &&\n Object.keys(JSON.parse(page.widgets)).map((key) => {\n // Static Page\n const widgetStr = JSON.parse(page.widgets)[key];\n const widget = widgetStr ? JSON.parse(widgetStr) : null;\n if (widget?.length) {\n widget.forEach((w) => {\n // Add additional parameters from menu. Will get overwriten if\n // key exists in page widget parms\n if (pageId) {\n w.params = {\n entityName: params?.entityName,\n pbiReportCode: params?.pbiReportCode,\n queryId: params?.queryId,\n inquiryTreeId: params?.InquiryTreeId,\n udpTagId: params?.udpTagId,\n requiredFieldsMap: params?.requiredFieldMapping,\n ...w.params\n };\n }\n if (widgetParams) {\n w.params = { ...w.params, ...widgetParams };\n }\n });\n }\n return (\n <DndProvider\n backend={HTML5Backend}\n key={pageId ? `${key}-${params?.entityName}` : key}\n >\n <Page\n user={user}\n gridConfig={JSON.parse(page.gridProperties)[key]}\n widgetConfig={widget}\n disableMargin={disableMargin}\n />\n </DndProvider>\n );\n }),\n [page, user, widgetParams, disableMargin, pageId, params]\n );\n\n useEffect(() => {\n if (pageId) {\n if (pageInfo) {\n setPage(pageInfo);\n }\n } else if (homePage) {\n setPage(homePage);\n } else {\n setPage(pageData);\n }\n setAlertWarnings([]);\n }, [pageId, pageInfo, pageData, homePage]);\n\n useEffect(() => {\n if (page?.widgets) {\n let warnings = [];\n Object.keys(JSON.parse(page.widgets)).forEach((key) => {\n // Static Page\n const widgetStr = JSON.parse(page.widgets)[key];\n const widget = widgetStr ? JSON.parse(widgetStr) : null;\n if (widget?.length) {\n widget.forEach((w) => {\n // Add additional parameters from menu. Will get overwriten if\n // key exists in page widget parms\n if (pageId) {\n w.params = {\n entityName: params?.entityName,\n pbiReportCode: params?.pbiReportCode,\n queryId: params?.queryId,\n inquiryTreeId: params?.InquiryTreeId,\n udpTagId: params?.udpTagId,\n requiredFieldsMap: params?.requiredFieldMapping,\n ...w.params\n };\n }\n if (widgetParams) {\n w.params = { ...w.params, ...widgetParams };\n }\n // Adding condition to compare pageId's\n if (fromMenu || page?.pageId === widgetParams?.pageId) {\n warnings = getRequiredFieldWarnings(\n w.requiredParameters,\n w.params\n );\n }\n });\n }\n });\n setAlertWarnings(warnings);\n }\n }, [page, widgetParams, pageId, params, fromMenu, getRequiredFieldWarnings]);\n\n // Setting location state label so that if this page was saved to favorites\n // we can determine the bread crumb\n useEffect(() => {\n if (page) {\n setLocationState({ label: t(page?.name) });\n }\n }, [setLocationState, t, page]);\n\n if (redirectSlug && !pageData) {\n return <Redirect to={redirectSlug} />;\n }\n\n if (pageInfoLoading || pageLoading) {\n return (\n <div className={classes.loadingContent}>\n <CircularProgress size={loadingHeight || 64} />\n </div>\n );\n }\n\n return (\n <>\n {page?.showPageName && (\n <Card variant={'outlined'}>\n <PrimaryActionHeader title={page.name} hidePAB single />\n </Card>\n )}\n <div\n className={page?.pageTypeId === 1 ? classes.staticRoot : classes.root}\n >\n {alertWarnings?.length > 0 &&\n alertWarnings.map((warning) => (\n <Alert\n key={warning.id}\n onClose={() => removeWarning(warning.id)}\n severity='warning'\n >\n {warning.message || ''}\n </Alert>\n ))}\n <PageContextProvider>{pages}</PageContextProvider>\n </div>\n </>\n );\n};\n"],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { PageNotFoundRoute } from "./PageNotFoundRoute-CxYZNEhN.js";
2
+
3
+ export { PageNotFoundRoute };
@@ -0,0 +1,69 @@
1
+ import React from "react";
2
+ import { Button, Card, CardContent, Typography, makeStyles } from "@material-ui/core";
3
+ import { Link as Link$1 } from "react-router-dom";
4
+ import { useTranslation } from "react-i18next";
5
+
6
+ //#region src/routes/components/PageStatus.jsx
7
+ const useStyles$1 = makeStyles((theme) => ({
8
+ root: {
9
+ display: "flex",
10
+ justifyContent: "center",
11
+ alignItems: "center"
12
+ },
13
+ card: {
14
+ background: theme.palette.primary.main,
15
+ minWidth: (props) => props?.minWidth,
16
+ minHeight: (props) => props?.minHeight
17
+ },
18
+ subHeader: { marginTop: theme.spacing(3) },
19
+ content: { color: theme.palette.getContrastText(theme.palette.primary.main) },
20
+ header: {
21
+ textAlign: "center",
22
+ marginTop: theme.spacing(2)
23
+ },
24
+ button: {
25
+ marginTop: theme.spacing(8),
26
+ display: "flex",
27
+ justifyContent: "center"
28
+ },
29
+ largeDisplay: {
30
+ fontSize: "4rem",
31
+ color: theme.palette.getContrastText(theme.palette.primary.main)
32
+ },
33
+ message: { marginTop: theme.spacing(3) }
34
+ }));
35
+ const PageStatus = (props) => {
36
+ const classes = useStyles$1(props);
37
+ const { title, subheader, message, to, buttonLabel, statusCode, showButton = true } = props;
38
+ return /* @__PURE__ */ React.createElement("div", { className: classes.root }, /* @__PURE__ */ React.createElement(Card, { className: classes.card }, /* @__PURE__ */ React.createElement(CardContent, null, /* @__PURE__ */ React.createElement("div", { className: classes.content }, /* @__PURE__ */ React.createElement("div", { className: classes.header }, statusCode && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Typography, { className: classes.largeDisplay }, statusCode)), /* @__PURE__ */ React.createElement("div", { className: classes.subHeader }, /* @__PURE__ */ React.createElement(Typography, { variant: "h6" }, title))), /* @__PURE__ */ React.createElement("div", { className: classes.message }, /* @__PURE__ */ React.createElement(Typography, {
39
+ variant: "overline",
40
+ style: { fontWeight: 700 }
41
+ }, subheader), /* @__PURE__ */ React.createElement("div", { style: { textAlign: "left" } }, /* @__PURE__ */ React.createElement(Typography, { variant: "caption" }, message))), showButton && /* @__PURE__ */ React.createElement("div", { className: classes.button }, /* @__PURE__ */ React.createElement(Button, {
42
+ component: Link$1,
43
+ to,
44
+ variant: "contained",
45
+ color: "secondary",
46
+ id: `udpRecord-PageStatus-${buttonLabel}`,
47
+ udprecordid: `udpRecord-PageStatus-${buttonLabel}`
48
+ }, buttonLabel))))));
49
+ };
50
+
51
+ //#endregion
52
+ //#region src/routes/components/PageNotFoundRoute.jsx
53
+ const useStyles = makeStyles((theme) => ({ root: { marginTop: theme.spacing(4) } }));
54
+ const PageNotFoundRoute = () => {
55
+ const classes = useStyles();
56
+ const { t } = useTranslation();
57
+ return /* @__PURE__ */ React.createElement("div", { className: classes.root }, /* @__PURE__ */ React.createElement(PageStatus, {
58
+ statusCode: 404,
59
+ title: t("Page Not Found"),
60
+ subheader: t("Sorry, we can't find the page you are looking for."),
61
+ message: t("You may have typed the address incorrectly or you may have used an outdated link."),
62
+ to: "/",
63
+ buttonLabel: t("Back to Home Page")
64
+ }));
65
+ };
66
+
67
+ //#endregion
68
+ export { PageNotFoundRoute, PageStatus };
69
+ //# sourceMappingURL=PageNotFoundRoute-CxYZNEhN.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PageNotFoundRoute-CxYZNEhN.js","names":["useStyles","Link"],"sources":["../src/routes/components/PageStatus.jsx","../src/routes/components/PageNotFoundRoute.jsx"],"sourcesContent":["import React from 'react';\nimport {\n Button,\n makeStyles,\n Typography,\n Card,\n CardContent,\n} from '@material-ui/core';\nimport { Link } from 'react-router-dom';\n\nconst useStyles = makeStyles(theme => ({\n root: {\n display: 'flex',\n justifyContent: 'center',\n alignItems: 'center',\n },\n card: {\n background: theme.palette.primary.main,\n minWidth: props => props?.minWidth,\n minHeight: props => props?.minHeight,\n },\n subHeader: {\n marginTop: theme.spacing(3),\n },\n content: {\n color: theme.palette.getContrastText(theme.palette.primary.main),\n },\n header: {\n textAlign: 'center',\n marginTop: theme.spacing(2),\n },\n button: {\n marginTop: theme.spacing(8),\n display: 'flex',\n justifyContent: 'center',\n },\n largeDisplay: {\n fontSize: '4rem',\n color: theme.palette.getContrastText(theme.palette.primary.main),\n },\n message: {\n marginTop: theme.spacing(3),\n },\n}));\nexport const PageStatus = props => {\n const classes = useStyles(props);\n const {\n title,\n subheader,\n message,\n to,\n buttonLabel,\n statusCode,\n showButton = true,\n } = props;\n\n return (\n <div className={classes.root}>\n <Card className={classes.card}>\n <CardContent>\n <div className={classes.content}>\n <div className={classes.header}>\n {statusCode && (\n <div>\n <Typography className={classes.largeDisplay}>\n {statusCode}\n </Typography>\n </div>\n )}\n <div className={classes.subHeader}>\n <Typography variant=\"h6\">{title}</Typography>\n </div>\n </div>\n <div className={classes.message}>\n <Typography variant=\"overline\" style={{ fontWeight: 700 }}>\n {subheader}\n </Typography>\n <div style={{ textAlign: 'left' }}>\n <Typography variant=\"caption\">{message}</Typography>\n </div>\n </div>\n {showButton && (\n <div className={classes.button}>\n <Button\n component={Link}\n to={to}\n variant=\"contained\"\n color=\"secondary\"\n id={`udpRecord-PageStatus-${buttonLabel}`}\n udprecordid={`udpRecord-PageStatus-${buttonLabel}`}\n >\n {buttonLabel}\n </Button>\n </div>\n )}\n </div>\n </CardContent>\n </Card>\n </div>\n );\n};\n","import React from 'react';\nimport { makeStyles } from '@material-ui/core';\nimport { useTranslation } from 'react-i18next';\nimport { PageStatus } from './PageStatus';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n marginTop: theme.spacing(4)\n }\n}));\n\nexport const PageNotFoundRoute = () => {\n const classes = useStyles();\n const { t } = useTranslation();\n return (\n <div className={classes.root}>\n <PageStatus\n statusCode={404}\n title={t('Page Not Found')}\n subheader={t(\"Sorry, we can't find the page you are looking for.\")}\n message={t(\n 'You may have typed the address incorrectly or you may have used an outdated link.'\n )}\n to='/'\n buttonLabel={t('Back to Home Page')}\n />\n </div>\n );\n};\n"],"mappings":";;;;;;AAUA,MAAMA,cAAY,YAAW,WAAU;CACrC,MAAM;EACJ,SAAS;EACT,gBAAgB;EAChB,YAAY;;CAEd,MAAM;EACJ,YAAY,MAAM,QAAQ,QAAQ;EAClC,WAAU,UAAS,OAAO;EAC1B,YAAW,UAAS,OAAO;;CAE7B,WAAW,EACT,WAAW,MAAM,QAAQ;CAE3B,SAAS,EACP,OAAO,MAAM,QAAQ,gBAAgB,MAAM,QAAQ,QAAQ;CAE7D,QAAQ;EACN,WAAW;EACX,WAAW,MAAM,QAAQ;;CAE3B,QAAQ;EACN,WAAW,MAAM,QAAQ;EACzB,SAAS;EACT,gBAAgB;;CAElB,cAAc;EACZ,UAAU;EACV,OAAO,MAAM,QAAQ,gBAAgB,MAAM,QAAQ,QAAQ;;CAE7D,SAAS,EACP,WAAW,MAAM,QAAQ;;AAG7B,MAAa,cAAa,UAAS;CACjC,MAAM,UAAUA,YAAU;CAC1B,MAAM,EACJ,OACA,WACA,SACA,IACA,aACA,YACA,aAAa,SACX;AAEJ,QACE,oCAAC,SAAI,WAAW,QAAQ,QACtB,oCAAC,QAAK,WAAW,QAAQ,QACvB,oCAAC,mBACC,oCAAC,SAAI,WAAW,QAAQ,WACtB,oCAAC,SAAI,WAAW,QAAQ,UACrB,cACC,oCAAC,aACC,oCAAC,cAAW,WAAW,QAAQ,gBAC5B,cAIP,oCAAC,SAAI,WAAW,QAAQ,aACtB,oCAAC,cAAW,SAAQ,QAAM,UAG9B,oCAAC,SAAI,WAAW,QAAQ,WACtB,oCAAC;EAAW,SAAQ;EAAW,OAAO,EAAE,YAAY;IACjD,YAEH,oCAAC,SAAI,OAAO,EAAE,WAAW,YACvB,oCAAC,cAAW,SAAQ,aAAW,YAGlC,cACC,oCAAC,SAAI,WAAW,QAAQ,UACtB,oCAAC;EACC,WAAWC;EACP;EACJ,SAAQ;EACR,OAAM;EACN,IAAI,wBAAwB;EAC5B,aAAa,wBAAwB;IAEpC;;;;;ACtFnB,MAAM,YAAY,YAAY,WAAW,EACvC,MAAM,EACJ,WAAW,MAAM,QAAQ;AAI7B,MAAa,0BAA0B;CACrC,MAAM,UAAU;CAChB,MAAM,EAAE,MAAM;AACd,QACE,oCAAC,SAAI,WAAW,QAAQ,QACtB,oCAAC;EACC,YAAY;EACZ,OAAO,EAAE;EACT,WAAW,EAAE;EACb,SAAS,EACP;EAEF,IAAG;EACH,aAAa,EAAE"}
@@ -0,0 +1,72 @@
1
+ import React, { useEffect, useState } from "react";
2
+
3
+ //#region src/utilities/redirect/LocalRedirectUrlStorage.js
4
+ const SessionStorageKey = "local-url";
5
+ const storeInitialPath = () => {
6
+ if (!window.sessionStorage.getItem(SessionStorageKey) || window.sessionStorage.getItem(SessionStorageKey) === "/" || window.sessionStorage.getItem(SessionStorageKey) === "/null") window.sessionStorage.setItem(SessionStorageKey, window.location.pathname === "/null" ? "/" : window.location.pathname);
7
+ };
8
+ const storeCurrentPath = () => {
9
+ window.sessionStorage.setItem(SessionStorageKey, window.location.pathname);
10
+ };
11
+ const storePath = (pathname) => {
12
+ window.sessionStorage.setItem(SessionStorageKey, pathname);
13
+ };
14
+ const getStoredPath = () => {
15
+ return window.sessionStorage.getItem(SessionStorageKey);
16
+ };
17
+ const clearStoredPath = () => {
18
+ window.sessionStorage.removeItem(SessionStorageKey);
19
+ };
20
+
21
+ //#endregion
22
+ //#region src/routes/components/PasswordResetRedirect.jsx
23
+ const PasswordResetRedirect = (props) => {
24
+ const [errorDescription, setErrorDescription] = useState(null);
25
+ useEffect(() => {
26
+ const hash = window.location.hash || "";
27
+ if (props?.error?.errorMessage) formatError(props?.error?.errorMessage);
28
+ else if (hash) {
29
+ const params = new URLSearchParams(hash.substring(1));
30
+ const errorDescription$1 = params.get("error_description");
31
+ if (errorDescription$1) formatError(errorDescription$1);
32
+ }
33
+ }, [props?.error?.errorMessage]);
34
+ const formatError = (errorDescription$1) => {
35
+ const decodedDescription = decodeURIComponent(errorDescription$1).replace(/%0d%0a/g, "\n");
36
+ if (decodedDescription.includes("AADB2C90208")) setErrorDescription("The password reset link has expired.");
37
+ else if (decodedDescription.includes("AADB2C")) setErrorDescription("Unable to find an account associated to that email.");
38
+ else setErrorDescription("An unexpected error occurred.");
39
+ };
40
+ const handleGoHome = () => {
41
+ clearStoredPath();
42
+ window.location.href = "/";
43
+ };
44
+ return /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement("div", { style: {
45
+ textAlign: "center",
46
+ marginTop: "50px"
47
+ } }, /* @__PURE__ */ React.createElement("img", {
48
+ src: "https://customb2cpolicydevtest.blob.core.windows.net/root/unitylogo.svg",
49
+ alt: "Unity Logo",
50
+ width: "300",
51
+ style: {
52
+ height: "auto",
53
+ marginBottom: 50
54
+ }
55
+ }), errorDescription ? /* @__PURE__ */ React.createElement("h2", null, errorDescription) : /* @__PURE__ */ React.createElement("h2", null, "Your password has been successfully reset"), errorDescription !== "The password reset link has expired." && /* @__PURE__ */ React.createElement("p", null, "Please click below to return to the sign in page"), errorDescription !== "The password reset link has expired." && /* @__PURE__ */ React.createElement("button", {
56
+ onClick: handleGoHome,
57
+ style: {
58
+ marginTop: "10px",
59
+ backgroundColor: "#0C2F50",
60
+ color: "white",
61
+ border: "none",
62
+ padding: "10px 20px",
63
+ cursor: "pointer",
64
+ borderRadius: "5px",
65
+ fontSize: "16px"
66
+ }
67
+ }, "Sign In")));
68
+ };
69
+
70
+ //#endregion
71
+ export { PasswordResetRedirect, clearStoredPath, getStoredPath, storeCurrentPath, storeInitialPath, storePath };
72
+ //# sourceMappingURL=PasswordResetRedirect-BHnkAW40.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PasswordResetRedirect-BHnkAW40.js","names":["errorDescription"],"sources":["../src/utilities/redirect/LocalRedirectUrlStorage.js","../src/routes/components/PasswordResetRedirect.jsx"],"sourcesContent":["const SessionStorageKey = 'local-url';\n\nexport const storeInitialPath = () => {\n if (\n !window.sessionStorage.getItem(SessionStorageKey) ||\n window.sessionStorage.getItem(SessionStorageKey) === '/' ||\n window.sessionStorage.getItem(SessionStorageKey) === '/null'\n ) {\n window.sessionStorage.setItem(\n SessionStorageKey,\n window.location.pathname === '/null' ? '/' : window.location.pathname\n );\n }\n};\n\nexport const storeCurrentPath = () => {\n window.sessionStorage.setItem(SessionStorageKey, window.location.pathname);\n};\n\nexport const storePath = pathname => {\n window.sessionStorage.setItem(SessionStorageKey, pathname);\n};\n\nexport const getStoredPath = () => {\n return window.sessionStorage.getItem(SessionStorageKey);\n};\n\nexport const clearStoredPath = () => {\n window.sessionStorage.removeItem(SessionStorageKey);\n};\n","import React, { useEffect, useState } from 'react';\nimport { clearStoredPath } from '../../utilities/redirect/LocalRedirectUrlStorage';\n\nexport const PasswordResetRedirect = (props) => {\n const [errorDescription, setErrorDescription] = useState(null);\n\n useEffect(() => {\n // Get the hash portion of the URL\n const hash = window.location.hash || ''; // Fallback to empty string if no hash\n\n if (props?.error?.errorMessage) {\n formatError(props?.error?.errorMessage);\n } else if (hash) {\n // Parse the hash to get query parameters\n const params = new URLSearchParams(hash.substring(1)); // Remove \"#\" and parse\n\n // Get and decode the error_description\n const errorDescription = params.get('error_description');\n\n if (errorDescription) {\n formatError(errorDescription);\n // Decode the URL-encoded string\n }\n }\n }, [props?.error?.errorMessage]);\n\n const formatError = (errorDescription) => {\n const decodedDescription = decodeURIComponent(errorDescription).replace(\n /%0d%0a/g,\n '\\n'\n ); // Replace %0d%0a with newlines for clarity\n\n if (decodedDescription.includes('AADB2C90208')) {\n // Hardcoded message for AADB2C90208 (a specific error code, often related to user not found or invalid credentials)\n setErrorDescription('The password reset link has expired.');\n // Check for \"AADB2C\" or \"AADB2C90208\" in the decoded description\n } else if (decodedDescription.includes('AADB2C')) {\n // Hardcoded message for generic AADB2C errors\n setErrorDescription('Unable to find an account associated to that email.');\n } else {\n // Fallback message if neither error is found (optional)\n setErrorDescription('An unexpected error occurred.');\n }\n };\n\n const handleGoHome = () => {\n clearStoredPath();\n window.location.href = '/';\n };\n\n return (\n <div>\n <div style={{ textAlign: 'center', marginTop: '50px' }}>\n <img\n src='https://customb2cpolicydevtest.blob.core.windows.net/root/unitylogo.svg'\n alt='Unity Logo'\n width='300'\n style={{ height: 'auto', marginBottom: 50 }}\n />\n {errorDescription ? (\n <h2>{errorDescription}</h2>\n ) : (\n <h2>\n Your password has been successfully reset\n </h2>\n )}\n {errorDescription !== 'The password reset link has expired.' && (\n <p>Please click below to return to the sign in page</p>)}\n\n {errorDescription !== 'The password reset link has expired.' && (\n <button\n onClick={handleGoHome}\n style={{\n marginTop: '10px',\n backgroundColor: '#0C2F50',\n color: 'white',\n border: 'none',\n padding: '10px 20px',\n cursor: 'pointer',\n borderRadius: '5px',\n fontSize: '16px'\n }}\n >\n Sign In\n </button>\n )}\n </div>\n </div>\n );\n};\n"],"mappings":";;;AAAA,MAAM,oBAAoB;AAE1B,MAAa,yBAAyB;AACpC,KACE,CAAC,OAAO,eAAe,QAAQ,sBAC/B,OAAO,eAAe,QAAQ,uBAAuB,OACrD,OAAO,eAAe,QAAQ,uBAAuB,QAErD,QAAO,eAAe,QACpB,mBACA,OAAO,SAAS,aAAa,UAAU,MAAM,OAAO,SAAS;;AAKnE,MAAa,yBAAyB;AACpC,QAAO,eAAe,QAAQ,mBAAmB,OAAO,SAAS;;AAGnE,MAAa,aAAY,aAAY;AACnC,QAAO,eAAe,QAAQ,mBAAmB;;AAGnD,MAAa,sBAAsB;AACjC,QAAO,OAAO,eAAe,QAAQ;;AAGvC,MAAa,wBAAwB;AACnC,QAAO,eAAe,WAAW;;;;;ACzBnC,MAAa,yBAAyB,UAAU;CAC9C,MAAM,CAAC,kBAAkB,uBAAuB,SAAS;AAEzD,iBAAgB;EAEd,MAAM,OAAO,OAAO,SAAS,QAAQ;AAErC,MAAI,OAAO,OAAO,aAChB,aAAY,OAAO,OAAO;WACjB,MAAM;GAEf,MAAM,SAAS,IAAI,gBAAgB,KAAK,UAAU;GAGlD,MAAMA,qBAAmB,OAAO,IAAI;AAEpC,OAAIA,mBACF,aAAYA;;IAIf,CAAC,OAAO,OAAO;CAElB,MAAM,eAAe,uBAAqB;EACxC,MAAM,qBAAqB,mBAAmBA,oBAAkB,QAC9D,WACA;AAGF,MAAI,mBAAmB,SAAS,eAE9B,qBAAoB;WAEX,mBAAmB,SAAS,UAErC,qBAAoB;MAGpB,qBAAoB;;CAIxB,MAAM,qBAAqB;AACzB;AACA,SAAO,SAAS,OAAO;;AAGzB,QACE,oCAAC,aACC,oCAAC,SAAI,OAAO;EAAE,WAAW;EAAU,WAAW;MAC5C,oCAAC;EACC,KAAI;EACJ,KAAI;EACJ,OAAM;EACN,OAAO;GAAE,QAAQ;GAAQ,cAAc;;KAExC,mBACC,oCAAC,YAAI,oBAEL,oCAAC,YAAG,8CAIL,qBAAqB,0CACtB,oCAAC,WAAE,qDAEF,qBAAqB,0CACpB,oCAAC;EACC,SAAS;EACT,OAAO;GACL,WAAW;GACX,iBAAiB;GACjB,OAAO;GACP,QAAQ;GACR,SAAS;GACT,QAAQ;GACR,cAAc;GACd,UAAU;;IAEb"}
@@ -0,0 +1,3 @@
1
+ import { PasswordResetRedirect } from "./PasswordResetRedirect-BHnkAW40.js";
2
+
3
+ export { PasswordResetRedirect };
@@ -0,0 +1,186 @@
1
+ import { LogicalSearchOperatorEnums, SearchGroupingType, useUser } from "./EnvironmentRibbon-BMvQEZPZ.js";
2
+ import { useCallback, useMemo } from "react";
3
+ import { DateTime, IANAZone } from "luxon";
4
+
5
+ //#region src/enums/aggridEnums.ts
6
+ let AgGridFilterOperators = /* @__PURE__ */ function(AgGridFilterOperators$1) {
7
+ AgGridFilterOperators$1["CONTAINS"] = "contains";
8
+ AgGridFilterOperators$1["NOT_CONTAINS"] = "notcontains";
9
+ AgGridFilterOperators$1["EQUALS"] = "equals";
10
+ AgGridFilterOperators$1["NOT_EQUALS"] = "notequals";
11
+ AgGridFilterOperators$1["STARTSWITH"] = "startswith";
12
+ AgGridFilterOperators$1["ENDSWITH"] = "endswith";
13
+ AgGridFilterOperators$1["LESS_THAN"] = "lessthan";
14
+ AgGridFilterOperators$1["LESS_THAN_OR_EQUAL"] = "lessthanorequal";
15
+ AgGridFilterOperators$1["GREATER_THAN"] = "greaterthan";
16
+ AgGridFilterOperators$1["GREATER_THAN_OR_EQUAL"] = "greaterthanorequal";
17
+ AgGridFilterOperators$1["IN_RANGE"] = "inrange";
18
+ AgGridFilterOperators$1["SET"] = "set";
19
+ return AgGridFilterOperators$1;
20
+ }({});
21
+ let SqlFilterOperators = /* @__PURE__ */ function(SqlFilterOperators$1) {
22
+ SqlFilterOperators$1["LIKE"] = "LIKE";
23
+ SqlFilterOperators$1["EQUALS"] = "=";
24
+ SqlFilterOperators$1["NOT_EQUALS"] = "<>";
25
+ SqlFilterOperators$1["LESS_THAN"] = "<";
26
+ SqlFilterOperators$1["LESS_THAN_OR_EQUAL"] = "<=";
27
+ SqlFilterOperators$1["GREATER_THAN"] = ">";
28
+ SqlFilterOperators$1["GREATER_THAN_OR_EQUAL"] = ">=";
29
+ SqlFilterOperators$1["BETWEEN"] = "BETWEEN";
30
+ SqlFilterOperators$1["IN"] = "IN";
31
+ SqlFilterOperators$1["STARTSWITH"] = "STARTSWITH";
32
+ SqlFilterOperators$1["ENDSWITH"] = "ENDSWITH";
33
+ return SqlFilterOperators$1;
34
+ }({});
35
+ let AgGridFilterTypes = /* @__PURE__ */ function(AgGridFilterTypes$1) {
36
+ AgGridFilterTypes$1["TEXT"] = "text";
37
+ AgGridFilterTypes$1["NUMBER"] = "number";
38
+ AgGridFilterTypes$1["DATE"] = "date";
39
+ AgGridFilterTypes$1["SET"] = "set";
40
+ return AgGridFilterTypes$1;
41
+ }({});
42
+ let SearchValueType = /* @__PURE__ */ function(SearchValueType$1) {
43
+ SearchValueType$1[SearchValueType$1["Type_String"] = 1] = "Type_String";
44
+ SearchValueType$1[SearchValueType$1["Type_Int"] = 2] = "Type_Int";
45
+ SearchValueType$1[SearchValueType$1["Type_Long"] = 3] = "Type_Long";
46
+ SearchValueType$1[SearchValueType$1["Type_Double"] = 4] = "Type_Double";
47
+ SearchValueType$1[SearchValueType$1["Type_Boolean"] = 5] = "Type_Boolean";
48
+ SearchValueType$1[SearchValueType$1["Type_DateTime"] = 6] = "Type_DateTime";
49
+ SearchValueType$1[SearchValueType$1["Type_Guid"] = 7] = "Type_Guid";
50
+ return SearchValueType$1;
51
+ }({});
52
+
53
+ //#endregion
54
+ //#region src/utilities/search/SearchUtilities.ts
55
+ const getSearchObject = (searchFilterElements, page, pageSize, eagerLoad = false, logicalSearchOperator = LogicalSearchOperatorEnums.And, searchFilterGroups = []) => {
56
+ const searchObject = {
57
+ pageNumber: page || 1,
58
+ pageSize: pageSize || 20,
59
+ filterElements: [],
60
+ filterGroups: [],
61
+ orderElements: [],
62
+ groupingType: "",
63
+ groupProperty: [],
64
+ groupOperationList: [],
65
+ eagerLoad,
66
+ logicalSearchOperator
67
+ };
68
+ if (searchFilterElements) searchFilterElements.forEach((property) => {
69
+ const formattedPropertyName = property.searchField;
70
+ searchObject.filterElements = searchFilterElements;
71
+ if ("sortDirection" in property && property.sortDirection) {
72
+ const orderElement = {
73
+ sortColumn: formattedPropertyName,
74
+ sortDirection: property.sortDirection
75
+ };
76
+ searchObject.orderElements.push(orderElement);
77
+ }
78
+ if ("distinct" in property && property.distinct) {
79
+ searchObject.groupingType = SearchGroupingType.Distinct;
80
+ searchObject.groupProperty?.push(formattedPropertyName);
81
+ }
82
+ });
83
+ searchObject.filterGroups = searchFilterGroups;
84
+ return searchObject;
85
+ };
86
+ const getApiMethodIdByPath = (apiMethodList, path) => {
87
+ const foundApiMethod = apiMethodList.find((method) => path.includes(method.path));
88
+ return foundApiMethod?.apiMethodId ?? null;
89
+ };
90
+ const getSearchIdentifiers = (catalogObjects, catalogReturnObject) => {
91
+ if (!catalogObjects) return [];
92
+ const matchingCatalogObject = catalogObjects.find((co) => co.catalogObjectName === catalogReturnObject);
93
+ const properties = matchingCatalogObject?.properties?.filter((property) => property?.extendedProperties?.identifier);
94
+ return properties?.map((property) => property.name) ?? [];
95
+ };
96
+ /**
97
+ * Returns a reference to a function that takes an Ag-grid FilterModel object and
98
+ * processes it to create an array of SearchFilters.
99
+ * @param timeZone string or null;
100
+ * @returns Function for processing Ag-grid FilterModel
101
+ */
102
+ const useConvertFilterModelToSearchFilters = (timeZone = null) => {
103
+ const user = useUser();
104
+ const zone = useMemo(() => {
105
+ let tz = timeZone ?? user?.additionalProperties?.activeUtilityTimeZone ?? "local";
106
+ const validTimeZone = tz !== "local" && (tz === user?.additionalProperties?.activeUtilityTimeZone || IANAZone.isValidZone(tz)) ? tz : "local";
107
+ return validTimeZone;
108
+ }, [timeZone, user]);
109
+ const convertFilterModelToSearchFilters = useCallback((filterModel = null) => {
110
+ if (!filterModel) return [];
111
+ let searchFilters = [];
112
+ searchFilters = Object.entries(filterModel).map((item) => {
113
+ let field = item[0];
114
+ let operator;
115
+ let type;
116
+ let value;
117
+ if (item[1]?.filterType === AgGridFilterTypes.DATE) {
118
+ let dateFilterValueWithoutTime = item[1]?.dateFrom?.substring(0, 10);
119
+ let dateSplit = dateFilterValueWithoutTime.split("-");
120
+ let date = new Date(dateSplit[0], dateSplit[1] - 1, dateSplit[2]);
121
+ const filterDateTimeMidnight = DateTime.fromJSDate(date).setZone(zone, { keepLocalTime: true });
122
+ let dateString = filterDateTimeMidnight.toJSDate().toISOString();
123
+ value = dateString;
124
+ } else if (item[1]?.filterType === AgGridFilterTypes.SET) {
125
+ value = item[1].values.join(",");
126
+ operator = SqlFilterOperators.IN;
127
+ } else value = item[1]?.filter;
128
+ switch (item[1]?.type?.toLowerCase()) {
129
+ case AgGridFilterOperators.CONTAINS:
130
+ operator = SqlFilterOperators.LIKE;
131
+ break;
132
+ case AgGridFilterOperators.EQUALS:
133
+ operator = SqlFilterOperators.EQUALS;
134
+ if (item[1]?.filterType === AgGridFilterTypes.DATE) type = SearchValueType.Type_DateTime;
135
+ break;
136
+ case AgGridFilterOperators.NOT_EQUALS:
137
+ operator = SqlFilterOperators.NOT_EQUALS;
138
+ break;
139
+ case AgGridFilterOperators.GREATER_THAN:
140
+ operator = SqlFilterOperators.GREATER_THAN;
141
+ break;
142
+ case AgGridFilterOperators.GREATER_THAN_OR_EQUAL:
143
+ operator = SqlFilterOperators.GREATER_THAN_OR_EQUAL;
144
+ break;
145
+ case AgGridFilterOperators.LESS_THAN:
146
+ operator = SqlFilterOperators.LESS_THAN;
147
+ break;
148
+ case AgGridFilterOperators.LESS_THAN_OR_EQUAL:
149
+ operator = SqlFilterOperators.LESS_THAN_OR_EQUAL;
150
+ break;
151
+ case AgGridFilterOperators.STARTSWITH:
152
+ operator = SqlFilterOperators.STARTSWITH;
153
+ break;
154
+ case AgGridFilterOperators.IN_RANGE:
155
+ operator = SqlFilterOperators.BETWEEN;
156
+ if (item[1]?.filterType === AgGridFilterTypes.NUMBER) value += "," + item[1]?.filterTo;
157
+ else if (item[1]?.filterType === AgGridFilterTypes.DATE) {
158
+ let dateFilterValueWithoutTime = item[1]?.dateTo?.substring(0, 10);
159
+ let dateSplit = dateFilterValueWithoutTime.split("-");
160
+ let date = new Date(dateSplit[0], dateSplit[1] - 1, dateSplit[2]);
161
+ const filterDateTimeMidnight = DateTime.fromJSDate(date).setZone(zone, { keepLocalTime: true });
162
+ let dateString = filterDateTimeMidnight.toJSDate().toISOString();
163
+ value += "," + dateString;
164
+ }
165
+ break;
166
+ case AgGridFilterOperators.ENDSWITH:
167
+ operator = SqlFilterOperators.ENDSWITH;
168
+ break;
169
+ default: break;
170
+ }
171
+ return {
172
+ searchField: field,
173
+ searchValue: value,
174
+ searchOperator: operator,
175
+ searchValueType: type,
176
+ groupId: null
177
+ };
178
+ });
179
+ return searchFilters;
180
+ }, [zone]);
181
+ return convertFilterModelToSearchFilters;
182
+ };
183
+
184
+ //#endregion
185
+ export { SqlFilterOperators, getApiMethodIdByPath, getSearchIdentifiers, getSearchObject, useConvertFilterModelToSearchFilters };
186
+ //# sourceMappingURL=SearchUtilities-dbXvMYoa.js.map