udp-react-enterprise-component-library 1.0.5-beta.2 → 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 (976) hide show
  1. package/{dist-tsdown/AmbientGridTemplate-C4cO-UBE.js → dist/AmbientGridTemplate-BLwgiqwK.js} +800 -1133
  2. package/dist/AmbientGridTemplate-BLwgiqwK.js.map +1 -0
  3. package/{dist-tsdown/EnvironmentRibbon-W5AjvnLN.js → dist/EnvironmentRibbon-BMvQEZPZ.js} +91 -108
  4. package/dist/EnvironmentRibbon-BMvQEZPZ.js.map +1 -0
  5. package/{dist-tsdown/MenuPage-DsZUwqyz.js → dist/MenuPage-DLsNc-P8.js} +104 -160
  6. package/{dist-tsdown/MenuPage-DsZUwqyz.js.map → dist/MenuPage-DLsNc-P8.js.map} +1 -1
  7. package/{dist-tsdown/MyExportsPage-DWbSEbU5.js → dist/MyExportsPage-BYH2Wl9k.js} +120 -151
  8. package/dist/{MyExportsPage-B-xwnIEc.js.map → MyExportsPage-BYH2Wl9k.js.map} +1 -1
  9. package/dist/MyExportsPage-CVUIXWTf.js +8 -0
  10. package/{dist-tsdown/PageContainer-CWhjU1zS.js → dist/PageContainer-B65gsUfF.js} +401 -599
  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-tsdown/PageNotFoundRoute-Z5qYmErL.js.map → dist/PageNotFoundRoute-CxYZNEhN.js.map} +1 -1
  15. package/{dist-tsdown/PasswordResetRedirect-D6RVOdwy.js → dist/PasswordResetRedirect-BHnkAW40.js} +24 -34
  16. package/{dist-tsdown/PasswordResetRedirect-D6RVOdwy.js.map → dist/PasswordResetRedirect-BHnkAW40.js.map} +1 -1
  17. package/dist/{PasswordResetRedirect-CX9MEbof.js → PasswordResetRedirect-tUV2yEkH.js} +1 -1
  18. package/{dist-tsdown/SearchUtilities-URbeAh75.js → dist/SearchUtilities-dbXvMYoa.js} +5 -5
  19. package/dist/SearchUtilities-dbXvMYoa.js.map +1 -0
  20. package/{dist-tsdown/SideSheet-DcEfnfH_.js → dist/SideSheet-CPHhyWLB.js} +99 -132
  21. package/dist/SideSheet-CPHhyWLB.js.map +1 -0
  22. package/dist/UdpPublicForm-BrVSSMCN.js +4 -0
  23. package/dist/{UdpPublicForm-BNe1yTjb.js → UdpPublicForm-DFCL1GzD.js} +16 -7
  24. package/{dist-tsdown/UdpPublicForm-EOSy6X_O.js.map → dist/UdpPublicForm-DFCL1GzD.js.map} +1 -1
  25. package/{dist-tsdown/UtilitySideBar-D4Gdx13d.js → dist/UtilitySideBar-B4r2IAv5.js} +185 -303
  26. package/{dist-tsdown/UtilitySideBar-D4Gdx13d.js.map → dist/UtilitySideBar-B4r2IAv5.js.map} +1 -1
  27. package/{dist-tsdown/VirtualBrowser-OXhftZwa.js → dist/VirtualBrowser-C_IJ0I6f.js} +64 -85
  28. package/dist/VirtualBrowser-C_IJ0I6f.js.map +1 -0
  29. package/dist/WorkflowContainer-8-mmebY0.js +9 -0
  30. package/{dist-tsdown/WorkflowContainer-C2W0pr5f.js → dist/WorkflowContainer-DKwRWi1i.js} +200 -319
  31. package/dist/WorkflowContainer-DKwRWi1i.js.map +1 -0
  32. package/{dist-tsdown/apiHelpers-DtpC3VqG.js → dist/apiHelpers-t3rfkjFZ.js} +9 -13
  33. package/{dist-tsdown/apiHelpers-DtpC3VqG.js.map → dist/apiHelpers-t3rfkjFZ.js.map} +1 -1
  34. package/dist/index.js +10584 -15705
  35. package/dist/index.js.map +1 -1
  36. package/{dist-tsdown/propertyTypeEnums-CaDtepcE.js → dist/propertyTypeEnums-DTGsK5-s.js} +22 -30
  37. package/dist/propertyTypeEnums-DTGsK5-s.js.map +1 -0
  38. package/dist/types/AGLicense.d.ts +1 -0
  39. package/dist/types/UI/AlertContainer.d.ts +1 -0
  40. package/dist/types/UI/Box.d.ts +2 -0
  41. package/dist/types/UI/Grid.d.ts +1 -0
  42. package/dist/types/UI/SuccessAction.d.ts +1 -0
  43. package/dist/types/UI/accordion/Accordion.d.ts +1 -0
  44. package/dist/types/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts +2 -0
  45. package/dist/types/UI/charts/InsightRenderer.d.ts +20 -0
  46. package/dist/types/UI/charts/UdpBarChart.d.ts +7 -0
  47. package/dist/types/UI/charts/UdpDistributionChart.d.ts +5 -0
  48. package/dist/types/UI/charts/UdpDonutChart.d.ts +8 -0
  49. package/dist/types/UI/charts/UdpLineChart.d.ts +7 -0
  50. package/dist/types/UI/charts/index.d.ts +6 -0
  51. package/dist/types/UI/charts/types.d.ts +62 -0
  52. package/dist/types/UI/components/dataDisplay/Ellipse.d.ts +8 -0
  53. package/dist/types/UI/components/dataDisplay/EmailDisplay.d.ts +1 -0
  54. package/dist/types/UI/components/dataDisplay/SmsDisplay.d.ts +1 -0
  55. package/dist/types/UI/components/dataDisplay/Sticky.d.ts +8 -0
  56. package/dist/types/UI/components/dataDisplay/Token.d.ts +13 -0
  57. package/dist/types/UI/components/feedback/Adornment.d.ts +6 -0
  58. package/dist/types/UI/containers/DynamicContainerWithMenu.d.ts +1 -0
  59. package/dist/types/UI/dataDisplay/AmbientList.d.ts +15 -0
  60. package/dist/types/UI/dataDisplay/AvatarAlphabet.d.ts +1 -0
  61. package/dist/types/UI/dataDisplay/ChipAlphabet.d.ts +6 -0
  62. package/dist/types/UI/dataDisplay/CompactDataList.d.ts +1 -0
  63. package/dist/types/UI/dataDisplay/CompactDataListItem.d.ts +1 -0
  64. package/dist/types/UI/dataDisplay/EmptyStateDisplay.d.ts +19 -0
  65. package/dist/types/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +1 -0
  66. package/dist/types/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +1 -0
  67. package/dist/types/UI/dataDisplay/FluentDataTable/FluentBody/index.d.ts +8 -0
  68. package/dist/types/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +78 -0
  69. package/dist/types/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +11 -0
  70. package/dist/types/UI/dataDisplay/FluentDataTable/FluentHead/index.d.ts +9 -0
  71. package/dist/types/UI/dataDisplay/FluentDataTable/FluentRow/index.d.ts +8 -0
  72. package/dist/types/UI/dataDisplay/FluentListElement.d.ts +8 -0
  73. package/dist/types/UI/dataDisplay/FluentListItem.d.ts +1 -0
  74. package/dist/types/UI/dataDisplay/GraphCard.d.ts +31 -0
  75. package/dist/types/UI/dataDisplay/HeaderExpander.d.ts +31 -0
  76. package/dist/types/UI/dataDisplay/HintPanel.d.ts +10 -0
  77. package/dist/types/UI/dataDisplay/StatusChip.d.ts +9 -0
  78. package/dist/types/UI/dataDisplay/StatusFlags.d.ts +31 -0
  79. package/dist/types/UI/dataDisplay/SummaryBlock.d.ts +30 -0
  80. package/dist/types/UI/dataDisplay/TimelineCalendar.d.ts +1 -0
  81. package/dist/types/UI/dataDisplay/address/AddressListItem.d.ts +3 -0
  82. package/dist/types/UI/dataDisplay/cardList/CardList.d.ts +40 -0
  83. package/dist/types/UI/dataDisplay/cardList/enum.d.ts +5 -0
  84. package/dist/types/UI/dataDisplay/directory/Directory.d.ts +9 -0
  85. package/dist/types/UI/dataDisplay/directory/DirectoryListItem.d.ts +4 -0
  86. package/dist/types/UI/dataDisplay/entityHeader/EntityHeader.d.ts +13 -0
  87. package/dist/types/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +1 -0
  88. package/dist/types/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +2 -0
  89. package/dist/types/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +15 -0
  90. package/dist/types/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +47 -0
  91. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +16 -0
  92. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +4 -0
  93. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +1 -0
  94. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +1 -0
  95. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +16 -0
  96. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +1 -0
  97. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +1 -0
  98. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +4 -0
  99. package/dist/types/UI/dataDisplay/map/ColorKey.d.ts +16 -0
  100. package/dist/types/UI/dataDisplay/map/FluentIconKey.d.ts +2 -0
  101. package/dist/types/UI/dataDisplay/map/IconKey.d.ts +16 -0
  102. package/dist/types/UI/dataDisplay/notes/Note.d.ts +7 -0
  103. package/dist/types/UI/dataDisplay/notes/Notes.d.ts +11 -0
  104. package/dist/types/UI/dataDisplay/ticketCard/NotificationElement.d.ts +11 -0
  105. package/dist/types/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +31 -0
  106. package/dist/types/UI/dataDisplay/ticketCard/TicketCard.d.ts +39 -0
  107. package/dist/types/UI/dataDisplay/typography/FormHeaders.d.ts +2 -0
  108. package/dist/types/UI/dataDisplay/typography/SideSheetHeader.d.ts +4 -0
  109. package/dist/types/UI/dataDisplay/typography/SidebarHeader.d.ts +1 -0
  110. package/dist/types/UI/dataDisplay/typography/StandardTitle.d.ts +1 -0
  111. package/dist/types/UI/dataDisplay/typography/StylizedTitle.d.ts +24 -0
  112. package/dist/types/UI/dataDisplay/typography/Typography.d.ts +1 -0
  113. package/dist/types/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +63 -0
  114. package/dist/types/UI/dataDisplay/visualization/GaugeGraph.d.ts +1 -0
  115. package/dist/types/UI/dataDisplay/visualization/RatioVisulization.d.ts +5 -0
  116. package/dist/types/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +11 -0
  117. package/dist/types/UI/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +2 -0
  118. package/dist/types/UI/demos/InputsExample.d.ts +3 -0
  119. package/dist/types/UI/feedback/AmbientAlert.d.ts +12 -0
  120. package/dist/types/UI/feedback/AmbientToast.d.ts +1 -0
  121. package/dist/types/UI/feedback/FluentDialog.d.ts +1 -0
  122. package/dist/types/UI/feedback/NodeLoader.d.ts +4 -0
  123. package/dist/types/UI/feedback/PageLoading.d.ts +1 -0
  124. package/dist/types/UI/fileViewer/FileViewer.d.ts +1 -0
  125. package/dist/types/UI/fileViewer/imageSlider/Image.d.ts +1 -0
  126. package/dist/types/UI/fileViewer/imageSlider/ImageFooter.d.ts +1 -0
  127. package/dist/types/UI/fileViewer/imageSlider/ImageSlider.d.ts +1 -0
  128. package/dist/types/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +1 -0
  129. package/dist/types/UI/fileViewer/pdfViewer/ControlPanel.d.ts +2 -0
  130. package/dist/types/UI/fileViewer/pdfViewer/PDFViewer.d.ts +11 -0
  131. package/dist/types/UI/fileViewer/utils/fileTypes.d.ts +1 -0
  132. package/dist/types/UI/fileViewer/utils/fileUtils.d.ts +2 -0
  133. package/dist/types/UI/floorplans/CoreLayoutFloorplan.d.ts +189 -0
  134. package/dist/types/UI/forms/CrudForm.d.ts +29 -0
  135. package/dist/types/UI/forms/LoginForm.d.ts +1 -0
  136. package/dist/types/UI/forms/PaymentReversalForm.d.ts +5 -0
  137. package/dist/types/UI/forms/UdpCrudFormFields.d.ts +9 -0
  138. package/dist/types/UI/forms/VirtualForm.d.ts +17 -0
  139. package/dist/types/UI/iframe/Iframe.d.ts +1 -0
  140. package/dist/types/UI/inputs/buttons/AdvanceButton.d.ts +4 -0
  141. package/dist/types/UI/inputs/buttons/AmbientCardButton.d.ts +21 -0
  142. package/dist/types/UI/inputs/buttons/AmbientChipButton.d.ts +1 -0
  143. package/dist/types/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +5 -0
  144. package/dist/types/UI/inputs/buttons/AmbientToggleButton.d.ts +27 -0
  145. package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +2 -0
  146. package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +63 -0
  147. package/dist/types/UI/inputs/buttons/AmbientTokenButton.d.ts +1 -0
  148. package/dist/types/UI/inputs/buttons/FUISquareIconButton.d.ts +5 -0
  149. package/dist/types/UI/inputs/buttons/FluentButton.d.ts +1 -0
  150. package/dist/types/UI/inputs/buttons/FluentCompoundButton.d.ts +1 -0
  151. package/dist/types/UI/inputs/buttons/FluentIconButton.d.ts +1 -0
  152. package/dist/types/UI/inputs/buttons/FluentMenuListButton.d.ts +9 -0
  153. package/dist/types/UI/inputs/buttons/FluentMenuListItem.d.ts +9 -0
  154. package/dist/types/UI/inputs/buttons/FluentUploadButton.d.ts +1 -0
  155. package/dist/types/UI/inputs/buttons/FluentUploadIconButton.d.ts +1 -0
  156. package/dist/types/UI/inputs/buttons/IconButtonWithToolTip.d.ts +12 -0
  157. package/dist/types/UI/inputs/buttons/PrimaryActionButton.d.ts +6 -0
  158. package/dist/types/UI/inputs/buttons/ToolBarButton.d.ts +11 -0
  159. package/dist/types/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +3 -0
  160. package/dist/types/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +3 -0
  161. package/dist/types/UI/inputs/checkbox/FluentCheckbox.d.ts +1 -0
  162. package/dist/types/UI/inputs/datetimes/DateField.d.ts +6 -0
  163. package/dist/types/UI/inputs/datetimes/DateTimeField.d.ts +4 -0
  164. package/dist/types/UI/inputs/datetimes/TimeField.d.ts +5 -0
  165. package/dist/types/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +3 -0
  166. package/dist/types/UI/inputs/fieldArrayCard/DateRangeField.d.ts +2 -0
  167. package/dist/types/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +1 -0
  168. package/dist/types/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +2 -0
  169. package/dist/types/UI/inputs/fieldArrayCard/fieldArrayCardEnum.d.ts +10 -0
  170. package/dist/types/UI/inputs/link/BreadCrumbMenu.d.ts +1 -0
  171. package/dist/types/UI/inputs/link/FluentLink.d.ts +1 -0
  172. package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +9 -0
  173. package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +13 -0
  174. package/dist/types/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +64 -0
  175. package/dist/types/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +109 -0
  176. package/dist/types/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +6 -0
  177. package/dist/types/UI/inputs/menus/FluentSelectGroupMenu.d.ts +7 -0
  178. package/dist/types/UI/inputs/menus/FluentSelectMenu-old.d.ts +1 -0
  179. package/dist/types/UI/inputs/menus/FluentSelectMenu.d.ts +9 -0
  180. package/dist/types/UI/inputs/menus/FluentSimpleSelect.d.ts +1 -0
  181. package/dist/types/UI/inputs/pickers/FluentColorPicker.d.ts +1 -0
  182. package/dist/types/UI/inputs/pickers/FluentDatePicker.d.ts +9 -0
  183. package/dist/types/UI/inputs/pickers/FluentDateTimePicker.d.ts +9 -0
  184. package/dist/types/UI/inputs/pickers/FluentTimePicker.d.ts +13 -0
  185. package/dist/types/UI/inputs/pickers/UdpDateSelector.d.ts +10 -0
  186. package/dist/types/UI/inputs/pickers/UdpTimeSelector.d.ts +14 -0
  187. package/dist/types/UI/inputs/radio/FluentRadio.d.ts +1 -0
  188. package/dist/types/UI/inputs/radio/FluentRadioGroup.d.ts +1 -0
  189. package/dist/types/UI/inputs/richEditors/CkRichEditor.d.ts +1 -0
  190. package/dist/types/UI/inputs/sliders/FluentInputSlider.d.ts +3 -0
  191. package/dist/types/UI/inputs/textField/AmbientAutoComplete.d.ts +1 -0
  192. package/dist/types/UI/inputs/textField/AmbientTextField.d.ts +21 -0
  193. package/dist/types/UI/inputs/textField/FluentSearchField.d.ts +1 -0
  194. package/dist/types/UI/inputs/textField/FluentTagField.d.ts +2 -0
  195. package/dist/types/UI/inputs/textField/FluentTextField.d.ts +2 -0
  196. package/dist/types/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +1 -0
  197. package/dist/types/UI/inputs/textField/KeyValueTextField.d.ts +1 -0
  198. package/dist/types/UI/inputs/toggle/FluentToggle.d.ts +1 -0
  199. package/dist/types/UI/loading/CircularProgress.d.ts +1 -0
  200. package/dist/types/UI/loading/LinearProgress.d.ts +1 -0
  201. package/dist/types/UI/loading/LoadingIndicator.d.ts +4 -0
  202. package/dist/types/UI/loading/LoadingOverlay.d.ts +4 -0
  203. package/dist/types/UI/mapLayout/MapLayout.d.ts +1 -0
  204. package/dist/types/UI/mapLayout/ui/ActionsRenderer.d.ts +2 -0
  205. package/dist/types/UI/mapLayout/ui/CheckboxGroup.d.ts +1 -0
  206. package/dist/types/UI/mapLayout/ui/CheckboxList.d.ts +1 -0
  207. package/dist/types/UI/mapLayout/ui/CompactCard.d.ts +1 -0
  208. package/dist/types/UI/mapLayout/ui/ListCard.d.ts +9 -0
  209. package/dist/types/UI/mapLayout/ui/ListView.d.ts +2 -0
  210. package/dist/types/UI/mapLayout/ui/MapLayoutToolbar.d.ts +2 -0
  211. package/dist/types/UI/mapLayout/ui/PopoverCard.d.ts +1 -0
  212. package/dist/types/UI/mapLayout/ui/PopoverOverlay.d.ts +2 -0
  213. package/dist/types/UI/mapLayout/ui/Statistic.d.ts +1 -0
  214. package/dist/types/UI/mapLayout/utilities/MapUtilities.d.ts +12 -0
  215. package/dist/types/UI/maps/UdpMap.d.ts +120 -0
  216. package/dist/types/UI/maps/UdpMapComponent.d.ts +128 -0
  217. package/dist/types/UI/maps/UdpMapToolbar.d.ts +87 -0
  218. package/dist/types/UI/navigation/FluentSideNav.d.ts +1 -0
  219. package/dist/types/UI/navigation/menus/AppMenu.d.ts +6 -0
  220. package/dist/types/UI/navigation/menus/AppMenuItem.d.ts +25 -0
  221. package/dist/types/UI/navigation/menus/AppMenuItemComponent.d.ts +1 -0
  222. package/dist/types/UI/navigation/menus/Expander.d.ts +1 -0
  223. package/dist/types/UI/navigation/menus/ExpanderItem.d.ts +4 -0
  224. package/dist/types/UI/navigation/menus/FluentMenuListItem.d.ts +5 -0
  225. package/dist/types/UI/navigation/tabs/UdpTabPanel.d.ts +1 -0
  226. package/dist/types/UI/navigation/tabs/UdpTabUtility.d.ts +1 -0
  227. package/dist/types/UI/navigation/tabs/UdpTabs.d.ts +1 -0
  228. package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +1 -0
  229. package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +1 -0
  230. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +8 -0
  231. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +17 -0
  232. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +1 -0
  233. package/dist/types/UI/property/PropertyFields.d.ts +16 -0
  234. package/dist/types/UI/property/widgets/AutoCompletePropertyWidget.d.ts +7 -0
  235. package/dist/types/UI/property/widgets/BooleanPropertyWidget.d.ts +7 -0
  236. package/dist/types/UI/property/widgets/DatePropertyWidget.d.ts +7 -0
  237. package/dist/types/UI/property/widgets/DateTimePropertyWidget.d.ts +7 -0
  238. package/dist/types/UI/property/widgets/FloatPropertyWidget.d.ts +7 -0
  239. package/dist/types/UI/property/widgets/IntegerPropertyWidget.d.ts +7 -0
  240. package/dist/types/UI/property/widgets/MultilineTextPropertyWidget.d.ts +7 -0
  241. package/dist/types/UI/property/widgets/NumericPropertyWidget.d.ts +7 -0
  242. package/dist/types/UI/property/widgets/SelectPropertyWidget.d.ts +7 -0
  243. package/dist/types/UI/property/widgets/TextPropertyWidget.d.ts +11 -0
  244. package/dist/types/UI/property/widgets/TimePropertyWidget.d.ts +7 -0
  245. package/dist/types/UI/property/widgets/index.d.ts +15 -0
  246. package/dist/types/UI/stepper/types.d.ts +38 -0
  247. package/dist/types/UI/stepper/udp-stepper.d.ts +3 -0
  248. package/dist/types/UI/support/SupportCaseForm.d.ts +6 -0
  249. package/dist/types/UI/support/SupportCaseSideSheet.d.ts +9 -0
  250. package/dist/types/UI/surfaces/NestedGrid/NestedGrid.d.ts +18 -0
  251. package/dist/types/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +5 -0
  252. package/dist/types/UI/surfaces/SideSheet.d.ts +60 -0
  253. package/dist/types/UI/surfaces/cards/AmbientCard.d.ts +1 -0
  254. package/dist/types/UI/surfaces/cards/AmbientCardTitle.d.ts +32 -0
  255. package/dist/types/UI/surfaces/cards/AmbientVisualizationCard.d.ts +10 -0
  256. package/dist/types/UI/surfaces/cards/BioCard.d.ts +10 -0
  257. package/dist/types/UI/surfaces/cards/ContentDisplayCard.d.ts +19 -0
  258. package/dist/types/UI/surfaces/cards/FUICard.d.ts +4 -0
  259. package/dist/types/UI/surfaces/cards/FUICardHeader.d.ts +2 -0
  260. package/dist/types/UI/surfaces/cards/FluentCard.d.ts +4 -0
  261. package/dist/types/UI/surfaces/cards/FluentCardActions.d.ts +4 -0
  262. package/dist/types/UI/surfaces/cards/FluentCardContent.d.ts +4 -0
  263. package/dist/types/UI/surfaces/cards/FluentCardHeader.d.ts +4 -0
  264. package/dist/types/UI/surfaces/cards/FluentCardText.d.ts +1 -0
  265. package/dist/types/UI/surfaces/cards/InfoCard.d.ts +54 -0
  266. package/dist/types/UI/surfaces/cards/QuickViewCard.d.ts +14 -0
  267. package/dist/types/UI/surfaces/cards/newsCard/NewsCard.d.ts +34 -0
  268. package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +12 -0
  269. package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +4 -0
  270. package/dist/types/UI/templates/AmbientGridTemplate.d.ts +122 -0
  271. package/dist/types/UI/templates/DraggableSidebarTemplate.d.ts +1 -0
  272. package/dist/types/UI/templates/OpenPage.d.ts +4 -0
  273. package/dist/types/UI/templates/SapFlexibleTemplate.d.ts +5 -0
  274. package/dist/types/UI/templates/ToggleSection.d.ts +31 -0
  275. package/dist/types/UI/templates/UdpCalendar.d.ts +1 -0
  276. package/dist/types/UI/templates/UdpCalendarDayView.d.ts +1 -0
  277. package/dist/types/UI/templates/UdpCalendarMonthView.d.ts +1 -0
  278. package/dist/types/UI/templates/UdpCalendarWeekView.d.ts +1 -0
  279. package/dist/types/UI/templates/UdpCalendarYearView.d.ts +1 -0
  280. package/dist/types/UI/templates/UdpGridTemplate.d.ts +1 -0
  281. package/dist/types/UI/templates/newGrid/ApiMethodInstanceUdpGrid.d.ts +1 -0
  282. package/dist/types/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +1 -0
  283. package/dist/types/UI/templates/newGrid/BackwardsCompatibleGrid.d.ts +5 -0
  284. package/dist/types/UI/templates/newGrid/ClientSideUdpGrid.d.ts +1 -0
  285. package/dist/types/UI/templates/newGrid/EntityMaintenanceUdpGrid.d.ts +2 -0
  286. package/dist/types/UI/templates/newGrid/ServerSideUdpGrid.d.ts +1 -0
  287. package/dist/types/UI/templates/ui/ExtenderToggle.d.ts +17 -0
  288. package/dist/types/UI/templates/ui/GridGroupingHeader.d.ts +16 -0
  289. package/dist/types/UI/templates/ui/GridGroupingSidebar.d.ts +37 -0
  290. package/dist/types/UI/templates/ui/GridSidebarContainer.d.ts +10 -0
  291. package/dist/types/UI/templates/ui/TokenGroupItem.d.ts +24 -0
  292. package/dist/types/UI/templates/ui/renderers/ActionsRenderer.d.ts +1 -0
  293. package/dist/types/UI/templates/ui/renderers/IconRenderer.d.ts +4 -0
  294. package/dist/types/UI/templates/ui/renderers/StatusCellRenderer.d.ts +1 -0
  295. package/dist/types/UI/timeline/ExtendActions.d.ts +2 -0
  296. package/dist/types/UI/timeline/ExtendedHeader.d.ts +2 -0
  297. package/dist/types/UI/timeline/TimeEntryStates.d.ts +1 -0
  298. package/dist/types/UI/timeline/TimeLine.d.ts +6 -0
  299. package/dist/types/UI/timeline/TimelineElement.d.ts +2 -0
  300. package/dist/types/UI/timeline/UdpTimeline.d.ts +1 -0
  301. package/dist/types/UI/timeline/UdpTimelineContent.d.ts +1 -0
  302. package/dist/types/UI/timeline/UdpTimelineDot.d.ts +1 -0
  303. package/dist/types/UI/timeline/UdpTimelineItem.d.ts +1 -0
  304. package/dist/types/UI/timeline/UdpTimelineItemConnector.d.ts +1 -0
  305. package/dist/types/UI/timeline/UdpTimelineItemSeparator.d.ts +1 -0
  306. package/dist/types/UI/timeline/fluentTimeline/FluentTimeline.d.ts +1 -0
  307. package/dist/types/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +1 -0
  308. package/dist/types/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +1 -0
  309. package/dist/types/UI/utilityDisplay/AggregateChip.d.ts +13 -0
  310. package/dist/types/UI/utilityDisplay/BulkActionsGridButton.d.ts +1 -0
  311. package/dist/types/UI/utilityDisplay/ChipSection.d.ts +41 -0
  312. package/dist/types/UI/utilityDisplay/Divider.d.ts +1 -0
  313. package/dist/types/UI/utilityDisplay/FormControl.d.ts +1 -0
  314. package/dist/types/UI/utilityDisplay/FormControlLabel.d.ts +1 -0
  315. package/dist/types/UI/utilityDisplay/GridActionBar.d.ts +37 -0
  316. package/dist/types/UI/utilityDisplay/GridPrimaryBar.d.ts +83 -0
  317. package/dist/types/UI/utilityDisplay/GridViewsSideSheet.d.ts +17 -0
  318. package/dist/types/UI/utilityDisplay/IndicatorChip.d.ts +1 -0
  319. package/dist/types/UI/utilityDisplay/InputAdornment.d.ts +1 -0
  320. package/dist/types/UI/utilityDisplay/SaveViewFormDialog.d.ts +4 -0
  321. package/dist/types/UI/utilityDisplay/UtilityBar.d.ts +1 -0
  322. package/dist/types/UI/utilityDisplay/UtilitySideBar.d.ts +1 -0
  323. package/dist/types/UI/utilityDisplay/alerts/UdpAlert.d.ts +9 -0
  324. package/dist/types/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +1 -0
  325. package/dist/types/UI/utilityDisplay/ui/UtilitySearch.d.ts +5 -0
  326. package/dist/types/UI/utilityDisplay/utilities/aggregateUtils.d.ts +1 -0
  327. package/dist/types/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +148 -0
  328. package/dist/types/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +6 -0
  329. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +4 -0
  330. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +4 -0
  331. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +5 -0
  332. package/dist/types/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +8 -0
  333. package/dist/types/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +1 -0
  334. package/dist/types/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +2 -0
  335. package/dist/types/UI/widgets/FluentComponents/FUIMenuItem.d.ts +2 -0
  336. package/dist/types/UI/widgets/FluentComponents/SimpleTable.d.ts +2 -0
  337. package/dist/types/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +2 -0
  338. package/dist/types/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +2 -0
  339. package/dist/types/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +2 -0
  340. package/dist/types/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +2 -0
  341. package/dist/types/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +2 -0
  342. package/dist/types/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +2 -0
  343. package/dist/types/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +2 -0
  344. package/dist/types/UI/widgets/ItemsWidgetCard.d.ts +46 -0
  345. package/dist/types/UI/widgets/WidgetCard.d.ts +5 -0
  346. package/dist/types/UI/widgets/library/BarChartWidget.d.ts +19 -0
  347. package/dist/types/UI/widgets/library/BubbleWidget.d.ts +19 -0
  348. package/dist/types/UI/widgets/library/CircleGaugeWidget.d.ts +19 -0
  349. package/dist/types/UI/widgets/library/DateTrendWidget.d.ts +14 -0
  350. package/dist/types/UI/widgets/library/DensePlotWidget.d.ts +19 -0
  351. package/dist/types/UI/widgets/library/DonutChartWidget.d.ts +14 -0
  352. package/dist/types/UI/widgets/library/GaugeWidget.d.ts +23 -0
  353. package/dist/types/UI/widgets/library/LineAndSparklinesWidget.d.ts +14 -0
  354. package/dist/types/UI/widgets/library/LineGraphWidget.d.ts +19 -0
  355. package/dist/types/UI/widgets/library/ProgressBarWidget.d.ts +14 -0
  356. package/dist/types/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +7 -0
  357. package/dist/types/UI/widgets/library/RemindersWidget.d.ts +3 -0
  358. package/dist/types/UI/widgets/library/SparklineWidget.d.ts +14 -0
  359. package/dist/types/UI/widgets/library/SparsePlotWidget.d.ts +19 -0
  360. package/dist/types/UI/widgets/library/TableWidget.d.ts +14 -0
  361. package/dist/types/UI/widgets/utils/ConvertISODate.d.ts +1 -0
  362. package/dist/types/UI/widgets/utils/NumberVisualization.d.ts +2 -0
  363. package/dist/types/UI/widgets/utils/dateUtils.d.ts +3 -0
  364. package/dist/types/UI/widgets/utils/useId.d.ts +4 -0
  365. package/dist/types/actions/ActionForm.d.ts +29 -0
  366. package/dist/types/actions/ActionModal.d.ts +1 -0
  367. package/dist/types/actions/ActionPanelPlacement.d.ts +17 -0
  368. package/dist/types/actions/ActionSideSheet.d.ts +33 -0
  369. package/dist/types/actions/ActionSpeedDial.d.ts +13 -0
  370. package/dist/types/actions/ActionSplitScreen.d.ts +14 -0
  371. package/dist/types/actions/ActionWrapper.d.ts +12 -0
  372. package/dist/types/actions/PageActionWrapper.d.ts +1 -0
  373. package/dist/types/actions/actionSummary/ActionSummaryCard.d.ts +13 -0
  374. package/dist/types/actions/actionSummary/ActionSummaryHeader.d.ts +8 -0
  375. package/dist/types/actions/actionSummary/ActionSummaryListContainer.d.ts +8 -0
  376. package/dist/types/actions/actionSummary/ActionSummaryListItem.d.ts +10 -0
  377. package/dist/types/actions/actionSummary/ActionSummaryPopover.d.ts +17 -0
  378. package/dist/types/actions/actionSummary/index.d.ts +5 -0
  379. package/dist/types/actions/sidebar/EntitySideBarContent.d.ts +1 -0
  380. package/dist/types/actions/utils/actionUtils.d.ts +3 -0
  381. package/dist/types/assets/unityIcons/LibraryData.d.ts +9 -0
  382. package/dist/types/chatBot/ChatContainer.d.ts +1 -0
  383. package/dist/types/chatBot/ChatMessage.d.ts +1 -0
  384. package/dist/types/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +8 -0
  385. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +4 -0
  386. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +1 -0
  387. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +3 -0
  388. package/dist/types/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +6 -0
  389. package/dist/types/componentSystems/multiThreadTimeline/timeline.d.ts +26 -0
  390. package/dist/types/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +6 -0
  391. package/dist/types/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +14 -0
  392. package/dist/types/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +1 -0
  393. package/dist/types/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +8 -0
  394. package/dist/types/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +9 -0
  395. package/dist/types/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +18 -0
  396. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +13 -0
  397. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +9 -0
  398. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +9 -0
  399. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +2 -0
  400. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +10 -0
  401. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +6 -0
  402. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +20 -0
  403. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +22 -0
  404. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +16 -0
  405. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +11 -0
  406. package/dist/types/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +11 -0
  407. package/dist/types/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +18 -0
  408. package/dist/types/componentSystems/pageRenderer/PageRenderer.d.ts +9 -0
  409. package/dist/types/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +1 -0
  410. package/dist/types/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +34 -0
  411. package/dist/types/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +9 -0
  412. package/dist/types/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +13 -0
  413. package/dist/types/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +7 -0
  414. package/dist/types/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +1 -0
  415. package/dist/types/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +1 -0
  416. package/dist/types/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +7 -0
  417. package/dist/types/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +1 -0
  418. package/dist/types/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +1 -0
  419. package/dist/types/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +1 -0
  420. package/dist/types/constants/reminderConstants.d.ts +4 -0
  421. package/dist/types/containers/IframeContainer.d.ts +1 -0
  422. package/dist/types/contexts/ActionContext.d.ts +1 -0
  423. package/dist/types/contexts/ActionDispatchContext.d.ts +1 -0
  424. package/dist/types/contexts/ActionLoadingContext.d.ts +1 -0
  425. package/dist/types/contexts/ActionLoadingDispatchContext.d.ts +1 -0
  426. package/dist/types/contexts/PageContext.d.ts +15 -0
  427. package/dist/types/contexts/usePageContext.d.ts +1 -0
  428. package/dist/types/dashboard/DashboardCardGrid.d.ts +7 -0
  429. package/dist/types/dashboard/DashboardWidget.d.ts +2 -0
  430. package/dist/types/dashboard/WidgetCard.d.ts +4 -0
  431. package/dist/types/dashboard/getWidgetLayout.d.ts +5 -0
  432. package/dist/types/dashboard/types.d.ts +27 -0
  433. package/dist/types/dataBrowser/DataBrowserColumnDefs.d.ts +9 -0
  434. package/dist/types/dataBrowser/DataBrowserContainer.d.ts +1 -0
  435. package/dist/types/dataBrowser/forms/ParamsMappingFields.d.ts +1 -0
  436. package/dist/types/dataBrowser/forms/ParamsMappingForm.d.ts +1 -0
  437. package/dist/types/dataBrowser/forms/RequiredFieldsMappingField.d.ts +1 -0
  438. package/dist/types/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +1 -0
  439. package/dist/types/diffChecker/DiffChecker.d.ts +6 -0
  440. package/dist/types/enums/InputFieldTypeEnums.d.ts +9 -0
  441. package/dist/types/enums/aggridEnums.d.ts +46 -0
  442. package/dist/types/enums/menuEnums.d.ts +6 -0
  443. package/dist/types/enums/pageEnums.d.ts +14 -0
  444. package/dist/types/enums/paymentMethodTypeEnum.d.ts +6 -0
  445. package/dist/types/enums/paymentTenderTypeEnum.d.ts +8 -0
  446. package/dist/types/enums/paymentVendorFactoryEnum.d.ts +10 -0
  447. package/dist/types/enums/propertyTypeEnums.d.ts +9 -0
  448. package/dist/types/enums/searchEnums.d.ts +5 -0
  449. package/dist/types/enums/tagEnums.d.ts +5 -0
  450. package/dist/types/enums/unitySystemEnums.d.ts +243 -0
  451. package/dist/types/enums/workflowEnums.d.ts +41 -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/index.test.d.ts +1 -0
  472. package/dist/types/inquiry/AlertFlag.d.ts +4 -0
  473. package/dist/types/inquiry/AmbientListItem.d.ts +4 -0
  474. package/dist/types/inquiry/AmbientSplitStatCard.d.ts +4 -0
  475. package/dist/types/inquiry/AmbientSummaryListHeader.d.ts +4 -0
  476. package/dist/types/inquiry/EmbeddedInquiry.d.ts +2 -0
  477. package/dist/types/inquiry/ExecuteApiDialog.d.ts +1 -0
  478. package/dist/types/inquiry/FilterSearch.d.ts +3 -0
  479. package/dist/types/inquiry/FlagBlock.d.ts +4 -0
  480. package/dist/types/inquiry/Inquiry.d.ts +29 -0
  481. package/dist/types/inquiry/InquiryContainer.d.ts +28 -0
  482. package/dist/types/inquiry/InquiryTreeMenu.d.ts +1 -0
  483. package/dist/types/inquiry/InquiryTreeMenuItem.d.ts +1 -0
  484. package/dist/types/inquiry/InquiryWrapper.d.ts +1 -0
  485. package/dist/types/inquiry/ItemDescription.d.ts +4 -0
  486. package/dist/types/inquiry/NodeColumnHeader.d.ts +5 -0
  487. package/dist/types/inquiry/NodeDetails.d.ts +1 -0
  488. package/dist/types/inquiry/NodeList.d.ts +1 -0
  489. package/dist/types/inquiry/ToggleButton.d.ts +4 -0
  490. package/dist/types/inquiry/dashboard/InquiryDashboard.d.ts +1 -0
  491. package/dist/types/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +1 -0
  492. package/dist/types/inquiry/inquiryBar/InquiryControlList.d.ts +11 -0
  493. package/dist/types/inquiry/inquiryBar/InquiryNodeControls.d.ts +1 -0
  494. package/dist/types/inquiry/search/InquiryAdvancedSearch.d.ts +1 -0
  495. package/dist/types/inquiry/search/InquiryAdvancedSearchForm.d.ts +1 -0
  496. package/dist/types/inquiry/search/InquirySearchContainer.d.ts +1 -0
  497. package/dist/types/inquiry/search/InquirySearchDatasource.d.ts +4 -0
  498. package/dist/types/inquiry/search/InquirySearchTable.d.ts +1 -0
  499. package/dist/types/layout/GridGroup.d.ts +10 -0
  500. package/dist/types/layout/GridRow.d.ts +5 -0
  501. package/dist/types/layout/GridUnit.d.ts +1 -0
  502. package/dist/types/layout/HeaderLayout.d.ts +3 -0
  503. package/dist/types/layout/LayoutUnit.d.ts +2 -0
  504. package/dist/types/layout/getRatio.d.ts +1 -0
  505. package/dist/types/layout/templates/SideBarTemplate.d.ts +4 -0
  506. package/dist/types/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +1 -0
  507. package/dist/types/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +2 -0
  508. package/dist/types/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +9 -0
  509. package/dist/types/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +29 -0
  510. package/dist/types/maintenanceEngine/entityAttributeActions.d.ts +1 -0
  511. package/dist/types/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +46 -0
  512. package/dist/types/maintenanceEngine/tableBrowser/TableContainer.d.ts +1 -0
  513. package/dist/types/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +1 -0
  514. package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +9 -0
  515. package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +25 -0
  516. package/dist/types/map-library/Controls/Controls.d.ts +3 -0
  517. package/dist/types/map-library/Controls/CustomControl.d.ts +9 -0
  518. package/dist/types/map-library/Controls/FullScreenControl.d.ts +1 -0
  519. package/dist/types/map-library/Controls/ZoomControl.d.ts +1 -0
  520. package/dist/types/map-library/Controls/index.d.ts +5 -0
  521. package/dist/types/map-library/Layers/ImageLayer.d.ts +4 -0
  522. package/dist/types/map-library/Layers/Layers.d.ts +3 -0
  523. package/dist/types/map-library/Layers/TileLayer.d.ts +4 -0
  524. package/dist/types/map-library/Layers/VectorLayer.d.ts +6 -0
  525. package/dist/types/map-library/Layers/index.d.ts +5 -0
  526. package/dist/types/map-library/Map/Map.d.ts +23 -0
  527. package/dist/types/map-library/Map/MapContext.d.ts +2 -0
  528. package/dist/types/map-library/Map/index.d.ts +1 -0
  529. package/dist/types/map-library/Source/index.d.ts +4 -0
  530. package/dist/types/map-library/Source/osm.d.ts +3 -0
  531. package/dist/types/map-library/Source/vector.d.ts +9 -0
  532. package/dist/types/map-library/Source/xyz.d.ts +7 -0
  533. package/dist/types/map-library/functions/mapFunctions.d.ts +2 -0
  534. package/dist/types/map-library/geoLocation/FreeFormField.d.ts +1 -0
  535. package/dist/types/map-library/geoLocation/GeoLocation.d.ts +3 -0
  536. package/dist/types/map-library/ui/ControlZoom.d.ts +2 -0
  537. package/dist/types/map-library/ui/Filter.d.ts +2 -0
  538. package/dist/types/map-library/ui/FilterOptions.d.ts +2 -0
  539. package/dist/types/map-library/ui/LocationPin.d.ts +2 -0
  540. package/dist/types/map-library/ui/MapControls.d.ts +2 -0
  541. package/dist/types/map-library/ui/MapControlsStandard.d.ts +2 -0
  542. package/dist/types/map-library/ui/MapFilterBar.d.ts +1 -0
  543. package/dist/types/map-library/ui/MapSheet.d.ts +1 -0
  544. package/dist/types/map-library/ui/Position.d.ts +2 -0
  545. package/dist/types/map-library/ui/TileDisplay.d.ts +1 -0
  546. package/dist/types/map-library/ui/ToggleViewType.d.ts +2 -0
  547. package/dist/types/maps/GeoMap.d.ts +3 -0
  548. package/dist/types/maps/leafletMaps/FluentImageMap.d.ts +13 -0
  549. package/dist/types/maps/leafletMaps/FluentMap.d.ts +26 -0
  550. package/dist/types/maps/leafletMaps/ui/MapContent.d.ts +13 -0
  551. package/dist/types/maps/leafletMaps/ui/MapMarker.d.ts +1 -0
  552. package/dist/types/maps/openLayerMaps/Controls/Controls.d.ts +4 -0
  553. package/dist/types/maps/openLayerMaps/Controls/FullScreenControl.d.ts +2 -0
  554. package/dist/types/maps/openLayerMaps/Controls/index.d.ts +3 -0
  555. package/dist/types/maps/openLayerMaps/Layers/ImageLayer.d.ts +4 -0
  556. package/dist/types/maps/openLayerMaps/Layers/Layers.d.ts +3 -0
  557. package/dist/types/maps/openLayerMaps/Layers/TileLayer.d.ts +4 -0
  558. package/dist/types/maps/openLayerMaps/Layers/VectorLayer.d.ts +5 -0
  559. package/dist/types/maps/openLayerMaps/Layers/index.d.ts +5 -0
  560. package/dist/types/maps/openLayerMaps/Map/Map.d.ts +7 -0
  561. package/dist/types/maps/openLayerMaps/Map/MapContext.d.ts +2 -0
  562. package/dist/types/maps/openLayerMaps/Map/index.d.ts +1 -0
  563. package/dist/types/maps/openLayerMaps/Source/index.d.ts +4 -0
  564. package/dist/types/maps/openLayerMaps/Source/osm.d.ts +3 -0
  565. package/dist/types/maps/openLayerMaps/Source/vector.d.ts +9 -0
  566. package/dist/types/maps/openLayerMaps/Source/xyz.d.ts +7 -0
  567. package/dist/types/maps/openLayerMaps/ui/ControlZoom.d.ts +2 -0
  568. package/dist/types/maps/openLayerMaps/ui/Filter.d.ts +2 -0
  569. package/dist/types/maps/openLayerMaps/ui/LocationPin.d.ts +2 -0
  570. package/dist/types/maps/openLayerMaps/ui/MapControls.d.ts +2 -0
  571. package/dist/types/maps/openLayerMaps/ui/MapControlsStandard.d.ts +2 -0
  572. package/dist/types/maps/openLayerMaps/ui/Position.d.ts +2 -0
  573. package/dist/types/maps/openLayerMaps/ui/ToggleViewType.d.ts +2 -0
  574. package/dist/types/menuPage/MenuPage.d.ts +1 -0
  575. package/dist/types/models/ApiMethodInstance.d.ts +10 -0
  576. package/dist/types/models/GroupNode.d.ts +13 -0
  577. package/dist/types/models/Lookup.d.ts +6 -0
  578. package/dist/types/models/NumberOperator.d.ts +14 -0
  579. package/dist/types/models/QueryResult.d.ts +9 -0
  580. package/dist/types/models/SearchOperator.d.ts +17 -0
  581. package/dist/types/notes/NotesScreen.d.ts +1 -0
  582. package/dist/types/page/Page.d.ts +2 -0
  583. package/dist/types/page/PageContainer.d.ts +1 -0
  584. package/dist/types/page/PageContent.d.ts +4 -0
  585. package/dist/types/page/PageHeader.d.ts +6 -0
  586. package/dist/types/page/PageSectionHeader.d.ts +1 -0
  587. package/dist/types/page/PageSectionSpacer.d.ts +4 -0
  588. package/dist/types/reminders/CompleteReminderSwitch.d.ts +1 -0
  589. package/dist/types/reminders/RemindersCard.d.ts +1 -0
  590. package/dist/types/reminders/RemindersScreen.d.ts +1 -0
  591. package/dist/types/reports/PowerBIReport.d.ts +1 -0
  592. package/dist/types/routes/PrivateRoute.d.ts +3 -0
  593. package/dist/types/routes/UdpRoutes.d.ts +1 -0
  594. package/dist/types/routes/components/PageForbiddenRoute.d.ts +1 -0
  595. package/dist/types/routes/components/PageNotFoundRoute.d.ts +1 -0
  596. package/dist/types/routes/components/PageStatus.d.ts +1 -0
  597. package/dist/types/routes/components/PasswordResetRedirect.d.ts +1 -0
  598. package/dist/types/shell/Shell.d.ts +73 -0
  599. package/dist/types/shell/ui/AmbientProjectSwitcher.d.ts +17 -0
  600. package/dist/types/shell/ui/EnvironmentRibbon.d.ts +3 -0
  601. package/dist/types/shell/ui/FluentProfileMenuCard.d.ts +1 -0
  602. package/dist/types/shell/ui/HelpCenter.d.ts +1 -0
  603. package/dist/types/shell/ui/LanguageSwitcher.d.ts +1 -0
  604. package/dist/types/shell/ui/MiniCollapsibleSidebar.d.ts +2 -0
  605. package/dist/types/shell/ui/NavigationSidebar.d.ts +2 -0
  606. package/dist/types/shell/ui/SidebarCollapseButton.d.ts +4 -0
  607. package/dist/types/shell/ui/SidebarListItem.d.ts +5 -0
  608. package/dist/types/shell/ui/SiteHeader.d.ts +17 -0
  609. package/dist/types/shell/ui/SiteHeaderRightComponent.d.ts +9 -0
  610. package/dist/types/shell/ui/UserAvatar.d.ts +9 -0
  611. package/dist/types/shell/ui/addUser/PasswordValidator.d.ts +10 -0
  612. package/dist/types/shell/ui/addUser/UserForm.d.ts +2 -0
  613. package/dist/types/shell/ui/addUser/UserFormFields.d.ts +2 -0
  614. package/dist/types/shell/ui/addUser/UserFormSideSheet.d.ts +5 -0
  615. package/dist/types/shell/ui/appSwitcher/FUIAppHeader.d.ts +2 -0
  616. package/dist/types/shell/ui/appSwitcher/FUIAppList.d.ts +2 -0
  617. package/dist/types/shell/ui/appSwitcher/FUIAppListItem.d.ts +2 -0
  618. package/dist/types/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +2 -0
  619. package/dist/types/shell/ui/appSwitcher/ProductAppList.d.ts +2 -0
  620. package/dist/types/shell/ui/appSwitcher/ProductAppListItem.d.ts +2 -0
  621. package/dist/types/shell/ui/appSwitcher/UnityApps.d.ts +2 -0
  622. package/dist/types/stores/actionStore.d.ts +12 -0
  623. package/dist/types/stores/catalogStore.d.ts +10 -0
  624. package/dist/types/stores/inquiryStore.d.ts +21 -0
  625. package/dist/types/stores/lookupsStore.d.ts +8 -0
  626. package/dist/types/stores/shellStore.d.ts +21 -0
  627. package/dist/types/stores/teleporterStore.d.ts +13 -0
  628. package/dist/types/stores/tenantStore.d.ts +12 -0
  629. package/dist/types/stores/workflowStore.d.ts +15 -0
  630. package/dist/types/stories/Button.d.ts +41 -0
  631. package/dist/types/stories/Button.stories.d.ts +35 -0
  632. package/dist/types/stories/Header.d.ts +18 -0
  633. package/dist/types/stories/Header.stories.d.ts +23 -0
  634. package/dist/types/stories/Page.d.ts +18 -0
  635. package/dist/types/stories/Page.stories.d.ts +23 -0
  636. package/dist/types/treeMenu/BaseTreeMenu.d.ts +1 -0
  637. package/dist/types/treeMenu/BaseTreeMenuItem.d.ts +1 -0
  638. package/dist/types/tsconfig.tsbuildinfo +1 -0
  639. package/dist/types/udp/ShortcutContent/ListSearch.d.ts +1 -0
  640. package/dist/types/udp/ShortcutContent/ShortcutContentFinder.d.ts +1 -0
  641. package/dist/types/udp/export/ExportSidesheet.d.ts +1 -0
  642. package/dist/types/udp/export/MyExportsPage.d.ts +1 -0
  643. package/dist/types/udp/export/VisualSearchObject.d.ts +3 -0
  644. package/dist/types/udp/export/useUdpExport.d.ts +14 -0
  645. package/dist/types/udp/fileImportMapping/FileImportConfigCard.d.ts +1 -0
  646. package/dist/types/udp/fileImportMapping/FileImportMappingEnums.d.ts +6 -0
  647. package/dist/types/udp/fileImportMapping/FileImportMappingWizard.d.ts +2 -0
  648. package/dist/types/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +1 -0
  649. package/dist/types/udp/fileImportMapping/SampleFileImportGrid.d.ts +1 -0
  650. package/dist/types/udp/fileImportMapping/fileUtils.d.ts +3 -0
  651. package/dist/types/udp/pages/ChatUDP.d.ts +2 -0
  652. package/dist/types/udp/pages/UdpDataBrowserPage.d.ts +21 -0
  653. package/dist/types/udp/pages/UdpFormsBuilderPage.d.ts +2 -0
  654. package/dist/types/udp/pages/UdpFormsListPage.d.ts +2 -0
  655. package/dist/types/udp/pages/UdpGridPanelManagementPage.d.ts +2 -0
  656. package/dist/types/udp/pages/UdpGridPanelManagementSidesheet.d.ts +31 -0
  657. package/dist/types/udp/pages/UdpImportFromFileMappingPage.d.ts +2 -0
  658. package/dist/types/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +2 -0
  659. package/dist/types/udp/pages/UdpMaintenanceConfigPage.d.ts +1 -0
  660. package/dist/types/udp/pages/UdpMaintenanceEnginePage.d.ts +2 -0
  661. package/dist/types/udp/pages/UdpNotesPage.d.ts +2 -0
  662. package/dist/types/udp/pages/UdpPrivateForm.d.ts +2 -0
  663. package/dist/types/udp/pages/UdpPublicForm.d.ts +2 -0
  664. package/dist/types/udp/pages/UdpRemindersPage.d.ts +2 -0
  665. package/dist/types/udp/pages/UdpReportsPage.d.ts +2 -0
  666. package/dist/types/udp/pages/UdpVerticalManagementPage.d.ts +2 -0
  667. package/dist/types/udp/pages/UdpVerticalManagementSidesheet.d.ts +2 -0
  668. package/dist/types/udp/pages/udpPages.d.ts +40 -0
  669. package/dist/types/udp/utilities/methodUtils.d.ts +5 -0
  670. package/dist/types/uploader/DragDropFileUpload.d.ts +35 -0
  671. package/dist/types/uploader/FileProfile.d.ts +2 -0
  672. package/dist/types/uploader/FileType.d.ts +1 -0
  673. package/dist/types/uploader/FileUpload.d.ts +2 -0
  674. package/dist/types/uploader/ImagePreview.d.ts +2 -0
  675. package/dist/types/utilities/CustomNavigationClient.d.ts +11 -0
  676. package/dist/types/utilities/DemoJuly/redirectToProduct.d.ts +14 -0
  677. package/dist/types/utilities/FluentIcon.d.ts +4 -0
  678. package/dist/types/utilities/TrimForAvatar.d.ts +1 -0
  679. package/dist/types/utilities/UnityFluentIcon.d.ts +1 -0
  680. package/dist/types/utilities/UnityIcon.d.ts +1 -0
  681. package/dist/types/utilities/aggrid/AgTable.d.ts +36 -0
  682. package/dist/types/utilities/aggrid/GridFunctions.d.ts +9 -0
  683. package/dist/types/utilities/aggrid/SplitButton.d.ts +4 -0
  684. package/dist/types/utilities/aggrid/aggridHelpers.d.ts +1 -0
  685. package/dist/types/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +4 -0
  686. package/dist/types/utilities/apiHelpers.d.ts +12 -0
  687. package/dist/types/utilities/auth/AuthDialogs.d.ts +2 -0
  688. package/dist/types/utilities/auth/AuthProvider.d.ts +5 -0
  689. package/dist/types/utilities/auth/AuthProviderWrapper.d.ts +1 -0
  690. package/dist/types/utilities/auth/UserProvider.d.ts +2 -0
  691. package/dist/types/utilities/auth/authActions.d.ts +9 -0
  692. package/dist/types/utilities/auth/internal.d.ts +10 -0
  693. package/dist/types/utilities/auth/signInAuthProvider.d.ts +5 -0
  694. package/dist/types/utilities/auth/useAccessToken.d.ts +1 -0
  695. package/dist/types/utilities/auth/useAuthedUser.d.ts +16 -0
  696. package/dist/types/utilities/auth/useIsUnityAuthenticated.d.ts +1 -0
  697. package/dist/types/utilities/auth/useSingleLogout.d.ts +2 -0
  698. package/dist/types/utilities/auth/useUser.d.ts +8 -0
  699. package/dist/types/utilities/auth/user.d.ts +29 -0
  700. package/dist/types/utilities/auth/users.d.ts +8 -0
  701. package/dist/types/utilities/auth/whitelistedPaths.d.ts +1 -0
  702. package/dist/types/utilities/axiosInterceptors.d.ts +2 -0
  703. package/dist/types/utilities/brand.d.ts +23 -0
  704. package/dist/types/utilities/chatBot/ChatBotContext.d.ts +1 -0
  705. package/dist/types/utilities/chatBot/ChatBotProvider.d.ts +3 -0
  706. package/dist/types/utilities/chatBot/useChatBot.d.ts +6 -0
  707. package/dist/types/utilities/crud/useDefaultFormValues.d.ts +6 -0
  708. package/dist/types/utilities/customIcons/ApprovalIcon.d.ts +6 -0
  709. package/dist/types/utilities/customIcons/RejectIcon.d.ts +4 -0
  710. package/dist/types/utilities/entities/entityUtilities.d.ts +3 -0
  711. package/dist/types/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +2 -0
  712. package/dist/types/utilities/form/AltSubmitButton.d.ts +14 -0
  713. package/dist/types/utilities/form/Field.d.ts +23 -0
  714. package/dist/types/utilities/form/Form.d.ts +7 -0
  715. package/dist/types/utilities/form/FormButtons.d.ts +3 -0
  716. package/dist/types/utilities/form/FormError.d.ts +7 -0
  717. package/dist/types/utilities/form/FormSpy.d.ts +10 -0
  718. package/dist/types/utilities/form/SubmitButton.d.ts +14 -0
  719. package/dist/types/utilities/form/arrayMutators.d.ts +2 -0
  720. package/dist/types/utilities/form/final-form-scroll/createDecorator.d.ts +5 -0
  721. package/dist/types/utilities/form/final-form-scroll/findInput.d.ts +2 -0
  722. package/dist/types/utilities/form/final-form-scroll/getAllInputs.d.ts +2 -0
  723. package/dist/types/utilities/form/final-form-scroll/isFocusableInput.d.ts +2 -0
  724. package/dist/types/utilities/form/formHooks.d.ts +12 -0
  725. package/dist/types/utilities/form/index.d.ts +9 -0
  726. package/dist/types/utilities/form/paymentForm/AccountPayment.model.d.ts +143 -0
  727. package/dist/types/utilities/form/paymentForm/BankAccountForm.d.ts +48 -0
  728. package/dist/types/utilities/form/paymentForm/BankIcon.d.ts +7 -0
  729. package/dist/types/utilities/form/paymentForm/CashForm.d.ts +9 -0
  730. package/dist/types/utilities/form/paymentForm/CashIcon.d.ts +7 -0
  731. package/dist/types/utilities/form/paymentForm/CheckIcon.d.ts +7 -0
  732. package/dist/types/utilities/form/paymentForm/CreditCardAdornment.d.ts +12 -0
  733. package/dist/types/utilities/form/paymentForm/CreditCardForm.d.ts +41 -0
  734. package/dist/types/utilities/form/paymentForm/CreditCardIcon.d.ts +7 -0
  735. package/dist/types/utilities/form/paymentForm/CreditCardUtils.d.ts +42 -0
  736. package/dist/types/utilities/form/paymentForm/DisableOverlay.d.ts +7 -0
  737. package/dist/types/utilities/form/paymentForm/HostedPaymentError.d.ts +20 -0
  738. package/dist/types/utilities/form/paymentForm/NewCreditCardForm.d.ts +18 -0
  739. package/dist/types/utilities/form/paymentForm/NewECheckForm.d.ts +15 -0
  740. package/dist/types/utilities/form/paymentForm/PaymentAccount.model.d.ts +81 -0
  741. package/dist/types/utilities/form/paymentForm/PaymentBankDetails.d.ts +12 -0
  742. package/dist/types/utilities/form/paymentForm/PaymentBoxDetail.d.ts +32 -0
  743. package/dist/types/utilities/form/paymentForm/PaymentCard.d.ts +12 -0
  744. package/dist/types/utilities/form/paymentForm/PaymentCardDetail.d.ts +19 -0
  745. package/dist/types/utilities/form/paymentForm/PaymentDropdown.d.ts +32 -0
  746. package/dist/types/utilities/form/paymentForm/PaymentForm.d.ts +77 -0
  747. package/dist/types/utilities/form/paymentForm/TabPanel.d.ts +20 -0
  748. package/dist/types/utilities/form/paymentForm/usePaymentProviderForm.d.ts +12 -0
  749. package/dist/types/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +40 -0
  750. package/dist/types/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +46 -0
  751. package/dist/types/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +13 -0
  752. package/dist/types/utilities/form/useFieldChangeListener.d.ts +7 -0
  753. package/dist/types/utilities/iconLibrary/IconLibrary.d.ts +2 -0
  754. package/dist/types/utilities/iconLibrary/IconLibraryComponent.d.ts +7 -0
  755. package/dist/types/utilities/iconLibrary/SelectedLibraryItem.d.ts +2 -0
  756. package/dist/types/utilities/iconLibrary/UnityIconLibrary.d.ts +7 -0
  757. package/dist/types/utilities/input/DateUtilities.d.ts +3 -0
  758. package/dist/types/utilities/input/SelectUtilities.d.ts +3 -0
  759. package/dist/types/utilities/input/StringUtilities.d.ts +7 -0
  760. package/dist/types/utilities/isValueSelected.d.ts +3 -0
  761. package/dist/types/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +5 -0
  762. package/dist/types/utilities/menus/menuUtilities.d.ts +1 -0
  763. package/dist/types/utilities/menus/redirectToLink.d.ts +1 -0
  764. package/dist/types/utilities/page/PageSubHeaderAction.d.ts +9 -0
  765. package/dist/types/utilities/provider/ActionProvider.d.ts +1 -0
  766. package/dist/types/utilities/redirect/ExternalRedirectUrlStorage.d.ts +3 -0
  767. package/dist/types/utilities/redirect/LocalRedirectUrlStorage.d.ts +5 -0
  768. package/dist/types/utilities/redirect/pages/OutlookCallback.d.ts +1 -0
  769. package/dist/types/utilities/rules/RuleUtilities.d.ts +40 -0
  770. package/dist/types/utilities/search/Search.d.ts +37 -0
  771. package/dist/types/utilities/search/SearchUtilities.d.ts +15 -0
  772. package/dist/types/utilities/storage/UnitySessionStorage.d.ts +4 -0
  773. package/dist/types/utilities/stringUtils.d.ts +8 -0
  774. package/dist/types/utilities/style/ContentContainer.d.ts +29 -0
  775. package/dist/types/utilities/style/colorConverter.d.ts +3 -0
  776. package/dist/types/utilities/style/colors.d.ts +76 -0
  777. package/dist/types/utilities/style/utils/styleUtils.d.ts +2 -0
  778. package/dist/types/utilities/style/verticalStyles.d.ts +4 -0
  779. package/dist/types/utilities/systemColors.d.ts +1 -0
  780. package/dist/types/utilities/tenant/TenantProvider.d.ts +3 -0
  781. package/dist/types/utilities/tenant/tenantContext.d.ts +1 -0
  782. package/dist/types/utilities/tenant/useTenant.d.ts +6 -0
  783. package/dist/types/utilities/theme.d.ts +6 -0
  784. package/dist/types/utilities/theme.types.d.ts +11 -0
  785. package/dist/types/utilities/tree/TreeUtilities.d.ts +81 -0
  786. package/dist/types/utilities/types.d.ts +31 -0
  787. package/dist/types/utilities/uploader/FileProfile.d.ts +2 -0
  788. package/dist/types/utilities/uploader/FileType.d.ts +1 -0
  789. package/dist/types/utilities/uploader/FileUpload.d.ts +1 -0
  790. package/dist/types/utilities/uploader/ImagePreview.d.ts +2 -0
  791. package/dist/types/utilities/uploader/formatBytes.d.ts +1 -0
  792. package/dist/types/utilities/useAxiosGet.d.ts +21 -0
  793. package/dist/types/utilities/useAxiosMutate.d.ts +6 -0
  794. package/dist/types/utilities/useDevicePixelRatio.d.ts +6 -0
  795. package/dist/types/utilities/useGravatar.d.ts +10 -0
  796. package/dist/types/utilities/usePrevious.d.ts +2 -0
  797. package/dist/types/utilities/utilityBar/InquiryHeaderControl.d.ts +9 -0
  798. package/dist/types/utilities/utilityBar/InquiryHeaderSecondary.d.ts +8 -0
  799. package/dist/types/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +8 -0
  800. package/dist/types/utilities/utilityBar/InquiryHeaderTitle.d.ts +8 -0
  801. package/dist/types/utilities/utilityBar/SubHeaderAction.d.ts +8 -0
  802. package/dist/types/utilities/utilityBar/UtilityBarInport.d.ts +8 -0
  803. package/dist/types/utilities/workflow/workflowUtilities.d.ts +47 -0
  804. package/dist/types/workflow/WorkflowContainer.d.ts +1 -0
  805. package/dist/types/workflow/WorkflowContent.d.ts +1 -0
  806. package/dist/types/workflow/WorkflowUiInterruptContent.d.ts +1 -0
  807. package/dist/types/workflow/components/WorkflowTaskFlow.d.ts +1 -0
  808. package/dist/types/workflow/menus/WorkflowTreeMenu.d.ts +1 -0
  809. package/dist/types/workflow/menus/WorkflowTreeMenuItem.d.ts +1 -0
  810. package/package.json +17 -24
  811. package/dist/AmbientGridTemplate-CvXWVsCb.cjs +0 -4205
  812. package/dist/AmbientGridTemplate-CvXWVsCb.cjs.map +0 -1
  813. package/dist/AmbientGridTemplate-Dq2QYPF2.js +0 -3905
  814. package/dist/AmbientGridTemplate-Dq2QYPF2.js.map +0 -1
  815. package/dist/EnvironmentRibbon-CgKsTmQ7.cjs +0 -1558
  816. package/dist/EnvironmentRibbon-CgKsTmQ7.cjs.map +0 -1
  817. package/dist/EnvironmentRibbon-DBJftQWQ.js +0 -1108
  818. package/dist/EnvironmentRibbon-DBJftQWQ.js.map +0 -1
  819. package/dist/MenuPage-DNywMmn2.cjs +0 -562
  820. package/dist/MenuPage-DNywMmn2.cjs.map +0 -1
  821. package/dist/MenuPage-MyE8iJHD.js +0 -561
  822. package/dist/MenuPage-MyE8iJHD.js.map +0 -1
  823. package/dist/MyExportsPage-B-xwnIEc.js +0 -724
  824. package/dist/MyExportsPage-C-NEjmfQ.cjs +0 -8
  825. package/dist/MyExportsPage-CKwuN1wj.js +0 -8
  826. package/dist/MyExportsPage-CcO8Mf8y.cjs +0 -778
  827. package/dist/MyExportsPage-CcO8Mf8y.cjs.map +0 -1
  828. package/dist/PageContainer-DFKnbhBN.cjs +0 -1858
  829. package/dist/PageContainer-DFKnbhBN.cjs.map +0 -1
  830. package/dist/PageContainer-SljTiaZr.js +0 -1756
  831. package/dist/PageContainer-SljTiaZr.js.map +0 -1
  832. package/dist/PageNotFoundRoute-BR4QPROq.js +0 -112
  833. package/dist/PageNotFoundRoute-BR4QPROq.js.map +0 -1
  834. package/dist/PageNotFoundRoute-B_3_Yw5c.js +0 -3
  835. package/dist/PageNotFoundRoute-Cu88CEUm.cjs +0 -124
  836. package/dist/PageNotFoundRoute-Cu88CEUm.cjs.map +0 -1
  837. package/dist/PageNotFoundRoute-DNBUulJh.cjs +0 -3
  838. package/dist/PasswordResetRedirect-BXP3ftKb.js +0 -86
  839. package/dist/PasswordResetRedirect-BXP3ftKb.js.map +0 -1
  840. package/dist/PasswordResetRedirect-CYJBeZIA.cjs +0 -122
  841. package/dist/PasswordResetRedirect-CYJBeZIA.cjs.map +0 -1
  842. package/dist/PasswordResetRedirect-DbPv1Au9.cjs +0 -3
  843. package/dist/SearchUtilities-BYR03EFr.cjs +0 -232
  844. package/dist/SearchUtilities-BYR03EFr.cjs.map +0 -1
  845. package/dist/SearchUtilities-Bl4U_j-0.js +0 -202
  846. package/dist/SearchUtilities-Bl4U_j-0.js.map +0 -1
  847. package/dist/SideSheet-DKR15EH5.js +0 -485
  848. package/dist/SideSheet-DKR15EH5.js.map +0 -1
  849. package/dist/SideSheet-ERkgeXFG.cjs +0 -575
  850. package/dist/SideSheet-ERkgeXFG.cjs.map +0 -1
  851. package/dist/UdpPublicForm-1vK6Ug4-.cjs +0 -5
  852. package/dist/UdpPublicForm-BNe1yTjb.js.map +0 -1
  853. package/dist/UdpPublicForm-C8eVm1sb.js +0 -4
  854. package/dist/UdpPublicForm-fWsuCBoR.cjs +0 -52
  855. package/dist/UdpPublicForm-fWsuCBoR.cjs.map +0 -1
  856. package/dist/UtilitySideBar-CoLVUjcV.cjs +0 -2647
  857. package/dist/UtilitySideBar-CoLVUjcV.cjs.map +0 -1
  858. package/dist/UtilitySideBar-Dz_17lBo.js +0 -2277
  859. package/dist/UtilitySideBar-Dz_17lBo.js.map +0 -1
  860. package/dist/VirtualBrowser-79L67ptM.js +0 -572
  861. package/dist/VirtualBrowser-79L67ptM.js.map +0 -1
  862. package/dist/VirtualBrowser-CBJQrZar.cjs +0 -573
  863. package/dist/VirtualBrowser-CBJQrZar.cjs.map +0 -1
  864. package/dist/WorkflowContainer-0_Aj2YEQ.js +0 -9
  865. package/dist/WorkflowContainer-C06Cr059.cjs +0 -9
  866. package/dist/WorkflowContainer-D8L8yLtX.cjs +0 -1774
  867. package/dist/WorkflowContainer-D8L8yLtX.cjs.map +0 -1
  868. package/dist/WorkflowContainer-mXeP_hbS.js +0 -1708
  869. package/dist/WorkflowContainer-mXeP_hbS.js.map +0 -1
  870. package/dist/apiHelpers-Dyq5plHt.cjs +0 -377
  871. package/dist/apiHelpers-Dyq5plHt.cjs.map +0 -1
  872. package/dist/apiHelpers-ntQQ4i7A.js +0 -257
  873. package/dist/apiHelpers-ntQQ4i7A.js.map +0 -1
  874. package/dist/chunk-Cn1u12Og.js +0 -34
  875. package/dist/chunk-DoeelZqw.cjs +0 -51
  876. package/dist/index.cjs +0 -50843
  877. package/dist/index.cjs.map +0 -1
  878. package/dist/index.d.cts +0 -1727
  879. package/dist/index.d.ts +0 -1723
  880. package/dist/propertyTypeEnums-BcUuGbb0.js +0 -94
  881. package/dist/propertyTypeEnums-BcUuGbb0.js.map +0 -1
  882. package/dist/propertyTypeEnums-NvvbX8dM.cjs +0 -112
  883. package/dist/propertyTypeEnums-NvvbX8dM.cjs.map +0 -1
  884. package/dist-tsdown/AmbientGridTemplate-C4cO-UBE.js.map +0 -1
  885. package/dist-tsdown/AmbientGridTemplate-RvpH04W2.cjs +0 -4151
  886. package/dist-tsdown/AmbientGridTemplate-RvpH04W2.cjs.map +0 -1
  887. package/dist-tsdown/EnvironmentRibbon-C5I-zJ7u.cjs +0 -1546
  888. package/dist-tsdown/EnvironmentRibbon-C5I-zJ7u.cjs.map +0 -1
  889. package/dist-tsdown/EnvironmentRibbon-W5AjvnLN.js.map +0 -1
  890. package/dist-tsdown/MenuPage-Zn5ipVRK.cjs +0 -547
  891. package/dist-tsdown/MenuPage-Zn5ipVRK.cjs.map +0 -1
  892. package/dist-tsdown/MyExportsPage-B2wf-kFZ.cjs +0 -763
  893. package/dist-tsdown/MyExportsPage-B2wf-kFZ.cjs.map +0 -1
  894. package/dist-tsdown/MyExportsPage-BuzFo_X_.cjs +0 -8
  895. package/dist-tsdown/MyExportsPage-CuJoA0n6.js +0 -8
  896. package/dist-tsdown/MyExportsPage-DWbSEbU5.js.map +0 -1
  897. package/dist-tsdown/PageContainer-BG6v3pM7.cjs +0 -1841
  898. package/dist-tsdown/PageContainer-BG6v3pM7.cjs.map +0 -1
  899. package/dist-tsdown/PageContainer-CWhjU1zS.js.map +0 -1
  900. package/dist-tsdown/PageNotFoundRoute-CciC9cPY.cjs +0 -124
  901. package/dist-tsdown/PageNotFoundRoute-CciC9cPY.cjs.map +0 -1
  902. package/dist-tsdown/PageNotFoundRoute-DsRSLpI6.js +0 -3
  903. package/dist-tsdown/PageNotFoundRoute-Z5qYmErL.js +0 -112
  904. package/dist-tsdown/PageNotFoundRoute-aJr2o81C.cjs +0 -3
  905. package/dist-tsdown/PasswordResetRedirect-1cRmBJvr.cjs +0 -3
  906. package/dist-tsdown/PasswordResetRedirect-BMHXzpvb.js +0 -3
  907. package/dist-tsdown/PasswordResetRedirect-DRhK3lVL.cjs +0 -118
  908. package/dist-tsdown/PasswordResetRedirect-DRhK3lVL.cjs.map +0 -1
  909. package/dist-tsdown/SearchUtilities-URbeAh75.js.map +0 -1
  910. package/dist-tsdown/SearchUtilities-kF1roS4F.cjs +0 -216
  911. package/dist-tsdown/SearchUtilities-kF1roS4F.cjs.map +0 -1
  912. package/dist-tsdown/SideSheet-DcEfnfH_.js.map +0 -1
  913. package/dist-tsdown/SideSheet-XOQ0yjmY.cjs +0 -410
  914. package/dist-tsdown/SideSheet-XOQ0yjmY.cjs.map +0 -1
  915. package/dist-tsdown/UdpPublicForm-BZff9-Hy.js +0 -4
  916. package/dist-tsdown/UdpPublicForm-CaWFfHLQ.cjs +0 -5
  917. package/dist-tsdown/UdpPublicForm-DFEJakHu.cjs +0 -52
  918. package/dist-tsdown/UdpPublicForm-DFEJakHu.cjs.map +0 -1
  919. package/dist-tsdown/UdpPublicForm-EOSy6X_O.js +0 -41
  920. package/dist-tsdown/UtilitySideBar-C-5lGIvy.cjs +0 -2503
  921. package/dist-tsdown/UtilitySideBar-C-5lGIvy.cjs.map +0 -1
  922. package/dist-tsdown/VirtualBrowser-DmgmfhWg.cjs +0 -568
  923. package/dist-tsdown/VirtualBrowser-DmgmfhWg.cjs.map +0 -1
  924. package/dist-tsdown/VirtualBrowser-OXhftZwa.js.map +0 -1
  925. package/dist-tsdown/WorkflowContainer-BdakMxJP.js +0 -9
  926. package/dist-tsdown/WorkflowContainer-Bm1FHgJq.cjs +0 -1718
  927. package/dist-tsdown/WorkflowContainer-Bm1FHgJq.cjs.map +0 -1
  928. package/dist-tsdown/WorkflowContainer-C2W0pr5f.js.map +0 -1
  929. package/dist-tsdown/WorkflowContainer-C9hsSvOg.cjs +0 -9
  930. package/dist-tsdown/apiHelpers-TkqtXraB.cjs +0 -373
  931. package/dist-tsdown/apiHelpers-TkqtXraB.cjs.map +0 -1
  932. package/dist-tsdown/chunk-CHLpw0oG.js +0 -25
  933. package/dist-tsdown/chunk-CsX-DzYB.cjs +0 -42
  934. package/dist-tsdown/index.cjs +0 -49909
  935. package/dist-tsdown/index.cjs.map +0 -1
  936. package/dist-tsdown/index.d.cts +0 -1727
  937. package/dist-tsdown/index.d.ts +0 -1723
  938. package/dist-tsdown/index.js +0 -49180
  939. package/dist-tsdown/index.js.map +0 -1
  940. package/dist-tsdown/propertyTypeEnums-CaDtepcE.js.map +0 -1
  941. package/dist-tsdown/propertyTypeEnums-Cn4wJJc5.cjs +0 -174
  942. package/dist-tsdown/propertyTypeEnums-Cn4wJJc5.cjs.map +0 -1
  943. /package/{dist-tsdown → dist}/assets/images/phone.png +0 -0
  944. /package/{dist-tsdown → dist}/assets/paymentIcons/american-logo.svg +0 -0
  945. /package/{dist-tsdown → dist}/assets/paymentIcons/amex.svg +0 -0
  946. /package/{dist-tsdown → dist}/assets/paymentIcons/diners.svg +0 -0
  947. /package/{dist-tsdown → dist}/assets/paymentIcons/discover-logo.svg +0 -0
  948. /package/{dist-tsdown → dist}/assets/paymentIcons/discover.svg +0 -0
  949. /package/{dist-tsdown → dist}/assets/paymentIcons/echeck-logo.svg +0 -0
  950. /package/{dist-tsdown → dist}/assets/paymentIcons/jcb.svg +0 -0
  951. /package/{dist-tsdown → dist}/assets/paymentIcons/mastercard-logo.svg +0 -0
  952. /package/{dist-tsdown → dist}/assets/paymentIcons/mastercard.svg +0 -0
  953. /package/{dist-tsdown → dist}/assets/paymentIcons/unionpay.svg +0 -0
  954. /package/{dist-tsdown → dist}/assets/paymentIcons/visa-logo.svg +0 -0
  955. /package/{dist-tsdown → dist}/assets/paymentIcons/visa.svg +0 -0
  956. /package/{dist-tsdown → dist}/assets/unityIcons/NoEntityOpened.svg +0 -0
  957. /package/{dist-tsdown → dist}/assets/unityIcons/Sewer.svg +0 -0
  958. /package/{dist-tsdown → dist}/assets/unityIcons/TruckIcon.svg +0 -0
  959. /package/{dist-tsdown → dist}/assets/unityIcons/WaterDrop.svg +0 -0
  960. /package/{dist-tsdown → dist}/componentSystems/pageRenderer/style/style.css +0 -0
  961. /package/{dist-tsdown → dist}/map-library/Map/Map.css +0 -0
  962. /package/{dist-tsdown → dist}/maps/openLayerMaps/Map/Map.css +0 -0
  963. /package/{dist-tsdown → dist}/stories/assets/code-brackets.svg +0 -0
  964. /package/{dist-tsdown → dist}/stories/assets/colors.svg +0 -0
  965. /package/{dist-tsdown → dist}/stories/assets/comments.svg +0 -0
  966. /package/{dist-tsdown → dist}/stories/assets/direction.svg +0 -0
  967. /package/{dist-tsdown → dist}/stories/assets/flow.svg +0 -0
  968. /package/{dist-tsdown → dist}/stories/assets/plugin.svg +0 -0
  969. /package/{dist-tsdown → dist}/stories/assets/repo.svg +0 -0
  970. /package/{dist-tsdown → dist}/stories/assets/stackalt.svg +0 -0
  971. /package/{dist-tsdown → dist}/stories/button.css +0 -0
  972. /package/{dist-tsdown → dist}/stories/header.css +0 -0
  973. /package/{dist-tsdown → dist}/stories/page.css +0 -0
  974. /package/{dist-tsdown → dist}/style.css +0 -0
  975. /package/{dist-tsdown → dist}/styles.module.css +0 -0
  976. /package/{dist-tsdown → dist}/utilities/aggrid/ag-grid-styles.scss +0 -0
@@ -1,9 +1,8 @@
1
- import { Field, Form, SideSheet, apiMutate as apiMutate$1 } from "./SideSheet-DcEfnfH_.js";
2
- import { FluentButton, FluentIcon, GridStateTypeEnums, LayoutUnit, NodeActionEnums, PrimaryActionButton, SplitScreenTypeEnums, UnityFluentIcon, VisibilityTypeEnums, toTitleCase, useAxiosGet, useId, useShellStore } from "./EnvironmentRibbon-W5AjvnLN.js";
3
- import { ClickOpenEnums, useHandleAxiosSnackbar } from "./apiHelpers-DtpC3VqG.js";
4
- import React, { Children, cloneElement, createContext, forwardRef, isValidElement, memo, useCallback, useContext, useEffect, useLayoutEffect, useMemo, useReducer, useRef, useState } from "react";
1
+ import { Field, Form, SideSheet, apiMutate as apiMutate$1 } from "./SideSheet-CPHhyWLB.js";
2
+ import { FluentButton, FluentIcon, GridStateTypeEnums, LayoutUnit, NodeActionEnums, PrimaryActionButton, PrimaryActionButton_default, SplitScreenTypeEnums, UnityFluentIcon, VisibilityTypeEnums, toTitleCase, useAxiosGet, useId, useShellStore } from "./EnvironmentRibbon-BMvQEZPZ.js";
3
+ import { ClickOpenEnums, useHandleAxiosSnackbar } from "./apiHelpers-t3rfkjFZ.js";
4
+ import React$1, { Children, React as React$2, cloneElement, createContext, forwardRef, isValidElement, memo, useCallback, useContext, useEffect, useLayoutEffect, useMemo, useReducer, useRef, useState } from "react";
5
5
  import { Badge, Box, Button, ButtonGroup, Chip, ClickAwayListener, Dialog, DialogActions, DialogContent, DialogContentText, DialogTitle, Divider, FormControlLabel, Grid, Grow, IconButton, InputAdornment, LinearProgress, MenuItem, MenuList, Paper, Popover, Popper, Switch, Tab, Tabs, TextField, Tooltip, Typography, lighten, makeStyles, useTheme } from "@material-ui/core";
6
- import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
7
6
  import { ConfigService } from "udp-react-stencil-component-library";
8
7
  import { useSnackbar } from "notistack";
9
8
  import { useHistory } from "react-router-dom";
@@ -145,14 +144,13 @@ const ActionContext = createContext(null);
145
144
  //#endregion
146
145
  //#region src/UI/SuccessAction.jsx
147
146
  const getSuccessAction = (closeSnackbar) => {
148
- const successAction = (key) => /* @__PURE__ */ jsx(Button, {
147
+ const successAction = (key) => /* @__PURE__ */ React$1.createElement(Button, {
149
148
  color: "secondary",
150
149
  size: "small",
151
150
  onClick: () => {
152
151
  closeSnackbar(key);
153
- },
154
- children: "OK"
155
- });
152
+ }
153
+ }, "OK");
156
154
  return successAction;
157
155
  };
158
156
 
@@ -627,36 +625,33 @@ const useStyles$21 = makeStyles((theme) => ({
627
625
  const AmbientTextField = (props) => {
628
626
  const classes = useStyles$21(props);
629
627
  const { id, label, startAdornment, endAdornment, title = "noTitle",...InputProps } = props;
630
- return /* @__PURE__ */ jsx("div", {
631
- className: label ? classes.root : classes.noLabel,
632
- children: /* @__PURE__ */ jsx(TextField, {
633
- ...InputProps,
634
- id,
635
- udprecordid: `udpRecord-FluentAmbientTextField-${title.replace(/\s/g, "")}-${props?.InputProps?.type}`,
636
- variant: "filled",
637
- size: "small",
638
- margin: "dense",
639
- label,
640
- classes: { label: classes.label },
641
- InputProps: {
642
- classes: {
643
- root: classes.input,
644
- input: classes.formTextInput,
645
- ...props.InputProps?.classes
646
- },
647
- ...props.InputProps,
648
- ...startAdornment,
649
- ...endAdornment
628
+ return /* @__PURE__ */ React$1.createElement("div", { className: label ? classes.root : classes.noLabel }, /* @__PURE__ */ React$1.createElement(TextField, {
629
+ ...InputProps,
630
+ id,
631
+ udprecordid: `udpRecord-FluentAmbientTextField-${title.replace(/\s/g, "")}-${props?.InputProps?.type}`,
632
+ variant: "filled",
633
+ size: "small",
634
+ margin: "dense",
635
+ label,
636
+ classes: { label: classes.label },
637
+ InputProps: {
638
+ classes: {
639
+ root: classes.input,
640
+ input: classes.formTextInput,
641
+ ...props.InputProps?.classes
650
642
  },
651
- InputLabelProps: {
652
- shrink: false,
653
- classes: {
654
- root: classes.labelRoot,
655
- focused: classes.labelFocused
656
- }
643
+ ...props.InputProps,
644
+ ...startAdornment,
645
+ ...endAdornment
646
+ },
647
+ InputLabelProps: {
648
+ shrink: false,
649
+ classes: {
650
+ root: classes.labelRoot,
651
+ focused: classes.labelFocused
657
652
  }
658
- })
659
- });
653
+ }
654
+ }));
660
655
  };
661
656
  AmbientTextField.propTypes = {
662
657
  id: PropTypes.string,
@@ -764,10 +759,7 @@ const useStyles$20 = makeStyles((theme) => ({ root: {
764
759
  const Ellipse = (props) => {
765
760
  const { children } = props;
766
761
  const classes = useStyles$20(props);
767
- return /* @__PURE__ */ jsx("div", {
768
- className: classes.root,
769
- children
770
- });
762
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, children);
771
763
  };
772
764
  Ellipse.propTypes = {
773
765
  color: PropTypes.string,
@@ -788,18 +780,11 @@ const useStyles$19 = makeStyles((theme) => ({
788
780
  const GridSidebarContainer = (props) => {
789
781
  const { children, color } = props;
790
782
  const classes = useStyles$19(props);
791
- return /* @__PURE__ */ jsx("div", {
792
- className: classes.root,
793
- children: /* @__PURE__ */ jsx(Paper, {
794
- elevation: "0",
795
- square: true,
796
- style: { background: color },
797
- children: /* @__PURE__ */ jsx("div", {
798
- className: classes.groupWrapper,
799
- children
800
- })
801
- })
802
- });
783
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement(Paper, {
784
+ elevation: "0",
785
+ square: true,
786
+ style: { background: color }
787
+ }, /* @__PURE__ */ React$1.createElement("div", { className: classes.groupWrapper }, children)));
803
788
  };
804
789
  GridSidebarContainer.propTypes = {
805
790
  children: PropTypes.node,
@@ -823,26 +808,19 @@ const useStyles$18 = makeStyles((theme) => ({
823
808
  const AmbientTokenButton = forwardRef(function AmbientTokenButton$1(props, ref) {
824
809
  const { tooltip, ariaLabel, onClick, size, icon = ChevronDownIcon, iconClassName, otherProps, id = "token-button", udprecordid } = props;
825
810
  const classes = useStyles$18(props);
826
- return /* @__PURE__ */ jsx("div", {
827
- className: classes.root,
828
- children: /* @__PURE__ */ jsx(Tooltip, {
829
- title: tooltip,
830
- children: /* @__PURE__ */ jsx(IconButton, {
831
- id,
832
- udprecordid,
833
- ref,
834
- "aria-label": ariaLabel,
835
- className: iconClassName ?? classes.icon,
836
- size: size ?? "small",
837
- onClick,
838
- ...otherProps,
839
- children: /* @__PURE__ */ jsx(FluentIcon, {
840
- className: classes.iconButtonStyle,
841
- component: icon
842
- })
843
- })
844
- })
845
- });
811
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement(Tooltip, { title: tooltip }, /* @__PURE__ */ React$1.createElement(IconButton, {
812
+ id,
813
+ udprecordid,
814
+ ref,
815
+ "aria-label": ariaLabel,
816
+ className: iconClassName ?? classes.icon,
817
+ size: size ?? "small",
818
+ onClick,
819
+ ...otherProps
820
+ }, /* @__PURE__ */ React$1.createElement(FluentIcon, {
821
+ className: classes.iconButtonStyle,
822
+ component: icon
823
+ }))));
846
824
  });
847
825
  AmbientTokenButton.propTypes = {
848
826
  tooltip: PropTypes.string.isRequired,
@@ -868,34 +846,17 @@ const useStyles$17 = makeStyles((theme) => ({
868
846
  }));
869
847
  const GridGroupingHeader = ({ expandClick, collapseClick }) => {
870
848
  const classes = useStyles$17();
871
- return /* @__PURE__ */ jsxs("div", {
872
- className: classes.root,
873
- children: [
874
- /* @__PURE__ */ jsxs("div", {
875
- className: classes.actionHeader,
876
- children: [/* @__PURE__ */ jsx(AmbientTokenButton, {
877
- icon: ChevronFold10Icon,
878
- tooltip: "Collapse All",
879
- ariaLabel: "Collapse All",
880
- onClick: collapseClick
881
- }), /* @__PURE__ */ jsx(AmbientTokenButton, {
882
- icon: ChevronUnfold10Icon,
883
- tooltip: "Expand All",
884
- ariaLabel: "Expand All",
885
- onClick: expandClick
886
- })]
887
- }),
888
- /* @__PURE__ */ jsx(LayoutUnit, { unit: "nudge" }),
889
- /* @__PURE__ */ jsx("div", {
890
- className: classes.label,
891
- children: /* @__PURE__ */ jsx(Typography, {
892
- variant: "caption",
893
- children: "Group By:"
894
- })
895
- }),
896
- /* @__PURE__ */ jsx(LayoutUnit, { unit: "nudge" })
897
- ]
898
- });
849
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement("div", { className: classes.actionHeader }, /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
850
+ icon: ChevronFold10Icon,
851
+ tooltip: "Collapse All",
852
+ ariaLabel: "Collapse All",
853
+ onClick: collapseClick
854
+ }), /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
855
+ icon: ChevronUnfold10Icon,
856
+ tooltip: "Expand All",
857
+ ariaLabel: "Expand All",
858
+ onClick: expandClick
859
+ })), /* @__PURE__ */ React$1.createElement(LayoutUnit, { unit: "nudge" }), /* @__PURE__ */ React$1.createElement("div", { className: classes.label }, /* @__PURE__ */ React$1.createElement(Typography, { variant: "caption" }, "Group By:")), /* @__PURE__ */ React$1.createElement(LayoutUnit, { unit: "nudge" }));
899
860
  };
900
861
  GridGroupingHeader.propTypes = {
901
862
  expandClick: PropTypes.func.isRequired,
@@ -926,37 +887,31 @@ const Token = (props) => {
926
887
  const iconColor = useMemo(() => {
927
888
  return getEllipseColor(theme, color);
928
889
  }, [color, theme]);
929
- const tokenComponent = /* @__PURE__ */ jsx("div", {
930
- className: classes.root,
931
- children: /* @__PURE__ */ jsx(Ellipse, {
932
- variant,
933
- size,
934
- color,
935
- ...IconEllipseProps,
936
- children: type === "letter" ? /* @__PURE__ */ jsx(Typography, {
937
- variant: "body1",
938
- className: classes.letter,
939
- children: letter.toUpperCase()
940
- }) : /* @__PURE__ */ jsx(UnityFluentIcon, {
941
- size: size === "small" ? size : "medium",
942
- color: iconColor,
943
- type: iconType,
944
- icon,
945
- style: { color: iconColor }
946
- })
947
- })
948
- });
949
- if (type === "action") return /* @__PURE__ */ jsx(IconButton, {
890
+ const tokenComponent = /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement(Ellipse, {
891
+ variant,
892
+ size,
893
+ color,
894
+ ...IconEllipseProps
895
+ }, type === "letter" ? /* @__PURE__ */ React$1.createElement(Typography, {
896
+ variant: "body1",
897
+ className: classes.letter
898
+ }, letter.toUpperCase()) : /* @__PURE__ */ React$1.createElement(UnityFluentIcon, {
899
+ size: size === "small" ? size : "medium",
900
+ color: iconColor,
901
+ type: iconType,
902
+ icon,
903
+ style: { color: iconColor }
904
+ })));
905
+ if (type === "action") return /* @__PURE__ */ React$1.createElement(IconButton, {
950
906
  classes: { root: classes.buttonRoot },
951
- onClick,
952
- children: /* @__PURE__ */ jsx(UnityFluentIcon, {
953
- size: size === "small" ? size : "medium",
954
- color: iconColor,
955
- type: iconType,
956
- icon,
957
- style: { color: iconColor }
958
- })
959
- });
907
+ onClick
908
+ }, /* @__PURE__ */ React$1.createElement(UnityFluentIcon, {
909
+ size: size === "small" ? size : "medium",
910
+ color: iconColor,
911
+ type: iconType,
912
+ icon,
913
+ style: { color: iconColor }
914
+ }));
960
915
  return tokenComponent;
961
916
  };
962
917
  Token.propTypes = {
@@ -1015,17 +970,13 @@ const useStyles$15 = makeStyles((theme) => ({
1015
970
  }));
1016
971
  const AmbientToggleButton = ({ children, value, ariaLabel, onClick,...otherProps }) => {
1017
972
  const classes = useStyles$15();
1018
- return /* @__PURE__ */ jsx("div", {
1019
- className: classes.root,
1020
- children: /* @__PURE__ */ jsx(ToggleButton, {
1021
- classes: { root: classes.buttonRoot },
1022
- value,
1023
- "aria-label": ariaLabel,
1024
- onClick,
1025
- ...otherProps,
1026
- children
1027
- })
1028
- });
973
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement(ToggleButton, {
974
+ classes: { root: classes.buttonRoot },
975
+ value,
976
+ "aria-label": ariaLabel,
977
+ onClick,
978
+ ...otherProps
979
+ }, children));
1029
980
  };
1030
981
  AmbientToggleButton.propTypes = {
1031
982
  children: PropTypes.node,
@@ -1100,24 +1051,23 @@ const AmbientToggleButtonGroupDefault = forwardRef(function AmbientToggleButton$
1100
1051
  if (!onChange) return;
1101
1052
  onChange(event, value === buttonValue ? null : buttonValue);
1102
1053
  };
1103
- return /* @__PURE__ */ jsx("div", {
1054
+ return /* @__PURE__ */ React$1.createElement("div", {
1104
1055
  role: "group",
1105
1056
  className: clsx(classes.root, { [classes.vertical]: orientation === "vertical" }, className),
1106
1057
  ref,
1107
- ...other,
1108
- children: Children.map(children, (child) => {
1109
- if (!isValidElement(child)) return null;
1110
- if (process.env.NODE_ENV !== "production") {
1111
- if (isFragment(child)) console.error(["Material-UI: The ToggleButtonGroup component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join("\n"));
1112
- }
1113
- return cloneElement(child, {
1114
- className: clsx(classes.grouped, classes[`grouped${capitalize(orientation)}`], child.props.className),
1115
- onChange: exclusive ? handleExclusiveChange : handleChange,
1116
- selected: child.props.selected === void 0 ? isValueSelected(child.props.value, value) : child.props.selected,
1117
- size: child.props.size || size
1118
- });
1119
- })
1120
- });
1058
+ ...other
1059
+ }, Children.map(children, (child) => {
1060
+ if (!isValidElement(child)) return null;
1061
+ if (process.env.NODE_ENV !== "production") {
1062
+ if (isFragment(child)) console.error(["Material-UI: The ToggleButtonGroup component doesn't accept a Fragment as a child.", "Consider providing an array instead."].join("\n"));
1063
+ }
1064
+ return cloneElement(child, {
1065
+ className: clsx(classes.grouped, classes[`grouped${capitalize(orientation)}`], child.props.className),
1066
+ onChange: exclusive ? handleExclusiveChange : handleChange,
1067
+ selected: child.props.selected === void 0 ? isValueSelected(child.props.value, value) : child.props.selected,
1068
+ size: child.props.size || size
1069
+ });
1070
+ }));
1121
1071
  });
1122
1072
  AmbientToggleButtonGroupDefault.propTypes = {
1123
1073
  children: PropTypes.node,
@@ -1133,7 +1083,12 @@ AmbientToggleButtonGroupDefault.propTypes = {
1133
1083
  ]),
1134
1084
  value: PropTypes.any
1135
1085
  };
1136
- var AmbientToggleButtonGroupDefault_default = withStyles$1(styles, { name: "MuiToggleButtonGroup" })(AmbientToggleButtonGroupDefault);
1086
+ /**
1087
+ * Explicitly cast the HOC to any to avoid non-portable inferred React types in declaration output.
1088
+ * @type {any}
1089
+ */
1090
+ const AmbientToggleButtonGroupDefaultExport = withStyles$1(styles, { name: "MuiToggleButtonGroup" })(AmbientToggleButtonGroupDefault);
1091
+ var AmbientToggleButtonGroupDefault_default = AmbientToggleButtonGroupDefaultExport;
1137
1092
 
1138
1093
  //#endregion
1139
1094
  //#region src/UI/templates/ui/GridGroupingSidebar.jsx
@@ -1159,59 +1114,44 @@ const GridGroupingSidebar = ({ groupItem, expandClick, collapseClick, closeClick
1159
1114
  setView(nextView);
1160
1115
  };
1161
1116
  const GroupItem = ({ label, clear }) => {
1162
- return /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsx(Token, {
1117
+ return /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, /* @__PURE__ */ React$1.createElement(Token, {
1163
1118
  icon: clear ? ChromeCloseIcon : AssessmentGroupIcon,
1164
1119
  color: "trigger",
1165
1120
  size: "small",
1166
1121
  variant: "filled",
1167
1122
  type: "icon"
1168
- }), /* @__PURE__ */ jsxs(Typography, {
1123
+ }), /* @__PURE__ */ React$1.createElement(Typography, {
1169
1124
  variant: "caption",
1170
- style: { color: "black" },
1171
- children: [
1172
- " ",
1173
- label,
1174
- " "
1175
- ]
1176
- })] });
1125
+ style: { color: "black" }
1126
+ }, " ", label, " "));
1177
1127
  };
1178
- return /* @__PURE__ */ jsx("div", {
1179
- className: classes.root,
1180
- children: /* @__PURE__ */ jsxs(GridSidebarContainer, {
1181
- color,
1182
- height,
1183
- children: [/* @__PURE__ */ jsx(GridGroupingHeader, {
1184
- expandClick,
1185
- collapseClick,
1186
- closeClick
1187
- }), /* @__PURE__ */ jsx("div", {
1188
- className: classes.groupActionContainer,
1189
- children: /* @__PURE__ */ jsxs(AmbientToggleButtonGroupDefault_default, {
1190
- orientation: "vertical",
1191
- value: view,
1192
- exclusive: true,
1193
- onChange: handleChange,
1194
- className: classes.buttonGroupWrapper,
1195
- children: [groupingData.map((item) => {
1196
- return /* @__PURE__ */ jsx(AmbientToggleButton, {
1197
- value: item.value,
1198
- "aria-label": item.label,
1199
- onClick: () => groupItem(item.groupItem),
1200
- children: /* @__PURE__ */ jsx(GroupItem, { label: item.label })
1201
- });
1202
- }), /* @__PURE__ */ jsx(AmbientToggleButton, {
1203
- value: "noGroups",
1204
- "aria-label": "noGroups",
1205
- onClick: closeClick,
1206
- children: /* @__PURE__ */ jsx(GroupItem, {
1207
- label: "No Groups",
1208
- clear: true
1209
- })
1210
- })]
1211
- })
1212
- })]
1213
- })
1214
- });
1128
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement(GridSidebarContainer, {
1129
+ color,
1130
+ height
1131
+ }, /* @__PURE__ */ React$1.createElement(GridGroupingHeader, {
1132
+ expandClick,
1133
+ collapseClick,
1134
+ closeClick
1135
+ }), /* @__PURE__ */ React$1.createElement("div", { className: classes.groupActionContainer }, /* @__PURE__ */ React$1.createElement(AmbientToggleButtonGroupDefault_default, {
1136
+ orientation: "vertical",
1137
+ value: view,
1138
+ exclusive: true,
1139
+ onChange: handleChange,
1140
+ className: classes.buttonGroupWrapper
1141
+ }, groupingData.map((item) => {
1142
+ return /* @__PURE__ */ React$1.createElement(AmbientToggleButton, {
1143
+ value: item.value,
1144
+ "aria-label": item.label,
1145
+ onClick: () => groupItem(item.groupItem)
1146
+ }, /* @__PURE__ */ React$1.createElement(GroupItem, { label: item.label }));
1147
+ }), /* @__PURE__ */ React$1.createElement(AmbientToggleButton, {
1148
+ value: "noGroups",
1149
+ "aria-label": "noGroups",
1150
+ onClick: closeClick
1151
+ }, /* @__PURE__ */ React$1.createElement(GroupItem, {
1152
+ label: "No Groups",
1153
+ clear: true
1154
+ }))))));
1215
1155
  };
1216
1156
  GridGroupingSidebar.propTypes = {
1217
1157
  groupItem: PropTypes.func,
@@ -1244,41 +1184,28 @@ const SplitButton = (props) => {
1244
1184
  const setAnchorEl = useCallback((ref) => {
1245
1185
  if (ref) popupState.setAnchorEl(ref);
1246
1186
  }, []);
1247
- return /* @__PURE__ */ jsxs(React.Fragment, { children: [/* @__PURE__ */ jsxs(ButtonGroup, {
1187
+ return /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, /* @__PURE__ */ React$1.createElement(ButtonGroup, {
1248
1188
  variant,
1249
1189
  color,
1250
1190
  size,
1251
1191
  ref: setAnchorEl,
1252
- "aria-label": ariaLabel,
1253
- children: [/* @__PURE__ */ jsx(Button, {
1254
- onClick: firstItem?.props?.onClick,
1255
- children: label || firstItem?.props?.children
1256
- }), /* @__PURE__ */ jsx(Button, {
1257
- ...bindTrigger(popupState),
1258
- className: classes.arrowButtonRoot,
1259
- color,
1260
- size: "small",
1261
- "aria-expanded": popupState.isOpen ? true : void 0,
1262
- children: /* @__PURE__ */ jsx(ArrowDropDown, {})
1263
- })]
1264
- }), /* @__PURE__ */ jsx(Popper, {
1192
+ "aria-label": ariaLabel
1193
+ }, /* @__PURE__ */ React$1.createElement(Button, { onClick: firstItem?.props?.onClick }, label || firstItem?.props?.children), /* @__PURE__ */ React$1.createElement(Button, {
1194
+ ...bindTrigger(popupState),
1195
+ className: classes.arrowButtonRoot,
1196
+ color,
1197
+ size: "small",
1198
+ "aria-expanded": popupState.isOpen ? true : void 0
1199
+ }, /* @__PURE__ */ React$1.createElement(ArrowDropDown, null))), /* @__PURE__ */ React$1.createElement(Popper, {
1265
1200
  ...bindPopper(popupState),
1266
1201
  role: void 0,
1267
1202
  transition: true,
1268
1203
  disablePortal: true,
1269
- className: classes.menu,
1270
- children: ({ TransitionProps, placement }) => /* @__PURE__ */ jsx(Grow, {
1271
- ...TransitionProps,
1272
- style: { transformOrigin: placement === "bottom" ? "center top" : "center bottom" },
1273
- children: /* @__PURE__ */ jsx(Paper, {
1274
- className: classes.paper,
1275
- children: /* @__PURE__ */ jsx(ClickAwayListener, {
1276
- onClickAway: popupState.close,
1277
- children: /* @__PURE__ */ jsx(MenuList, { children })
1278
- })
1279
- })
1280
- })
1281
- })] });
1204
+ className: classes.menu
1205
+ }, ({ TransitionProps, placement }) => /* @__PURE__ */ React$1.createElement(Grow, {
1206
+ ...TransitionProps,
1207
+ style: { transformOrigin: placement === "bottom" ? "center top" : "center bottom" }
1208
+ }, /* @__PURE__ */ React$1.createElement(Paper, { className: classes.paper }, /* @__PURE__ */ React$1.createElement(ClickAwayListener, { onClickAway: popupState.close }, /* @__PURE__ */ React$1.createElement(MenuList, null, children))))));
1282
1209
  };
1283
1210
 
1284
1211
  //#endregion
@@ -1348,58 +1275,26 @@ const AgTableButtons = (props) => {
1348
1275
  }, [gridColumnApi]);
1349
1276
  const autoSizeAllWithHeader = useCallback(() => autoSizeAll(false), [autoSizeAll]);
1350
1277
  const autoSizeAllWithoutHeader = useCallback(() => autoSizeAll(false), [autoSizeAll]);
1351
- return /* @__PURE__ */ jsx(Box, {
1352
- mb: 1,
1353
- children: /* @__PURE__ */ jsxs(Grid, {
1354
- container: true,
1355
- direction: "row",
1356
- spacing: 1,
1357
- justify: "flex-end",
1358
- children: [
1359
- /* @__PURE__ */ jsx(Grid, {
1360
- item: true,
1361
- children: /* @__PURE__ */ jsx(Button, {
1362
- variant: "outlined",
1363
- size: "small",
1364
- onClick: sizeToFit,
1365
- children: "Size to Fit"
1366
- })
1367
- }),
1368
- /* @__PURE__ */ jsx(Grid, {
1369
- item: true,
1370
- children: /* @__PURE__ */ jsxs(SplitButton, {
1371
- popupName: "auto-size",
1372
- variant: "outlined",
1373
- size: "small",
1374
- label: "Auto-Size",
1375
- children: [/* @__PURE__ */ jsx(MenuItem, {
1376
- onClick: autoSizeAllWithHeader,
1377
- children: "All"
1378
- }), /* @__PURE__ */ jsx(MenuItem, {
1379
- onClick: autoSizeAllWithoutHeader,
1380
- children: "Skip Header"
1381
- })]
1382
- })
1383
- }),
1384
- /* @__PURE__ */ jsx(Grid, {
1385
- item: true,
1386
- children: /* @__PURE__ */ jsxs(SplitButton, {
1387
- popupName: "export",
1388
- variant: "outlined",
1389
- size: "small",
1390
- label: "Export",
1391
- children: [/* @__PURE__ */ jsx(MenuItem, {
1392
- onClick: exportToExcel,
1393
- children: "Excel"
1394
- }), /* @__PURE__ */ jsx(MenuItem, {
1395
- onClick: exportToCSV,
1396
- children: "CSV"
1397
- })]
1398
- })
1399
- })
1400
- ]
1401
- })
1402
- });
1278
+ return /* @__PURE__ */ React$1.createElement(Box, { mb: 1 }, /* @__PURE__ */ React$1.createElement(Grid, {
1279
+ container: true,
1280
+ direction: "row",
1281
+ spacing: 1,
1282
+ justify: "flex-end"
1283
+ }, /* @__PURE__ */ React$1.createElement(Grid, { item: true }, /* @__PURE__ */ React$1.createElement(Button, {
1284
+ variant: "outlined",
1285
+ size: "small",
1286
+ onClick: sizeToFit
1287
+ }, "Size to Fit")), /* @__PURE__ */ React$1.createElement(Grid, { item: true }, /* @__PURE__ */ React$1.createElement(SplitButton, {
1288
+ popupName: "auto-size",
1289
+ variant: "outlined",
1290
+ size: "small",
1291
+ label: "Auto-Size"
1292
+ }, /* @__PURE__ */ React$1.createElement(MenuItem, { onClick: autoSizeAllWithHeader }, "All"), /* @__PURE__ */ React$1.createElement(MenuItem, { onClick: autoSizeAllWithoutHeader }, "Skip Header"))), /* @__PURE__ */ React$1.createElement(Grid, { item: true }, /* @__PURE__ */ React$1.createElement(SplitButton, {
1293
+ popupName: "export",
1294
+ variant: "outlined",
1295
+ size: "small",
1296
+ label: "Export"
1297
+ }, /* @__PURE__ */ React$1.createElement(MenuItem, { onClick: exportToExcel }, "Excel"), /* @__PURE__ */ React$1.createElement(MenuItem, { onClick: exportToCSV }, "CSV")))));
1403
1298
  };
1404
1299
  /**
1405
1300
  * AgGrid with tweaks
@@ -1423,16 +1318,13 @@ const AgTable = (props) => {
1423
1318
  const onGridSizeChanged = () => {
1424
1319
  if (props.dynamicSizing) props.api?.sizeColumnsToFit();
1425
1320
  };
1426
- return /* @__PURE__ */ jsx("div", {
1427
- className: clsx("ag-theme-material", classes.root, className),
1428
- children: /* @__PURE__ */ jsx(AgGridReact, {
1429
- ...props,
1430
- modules,
1431
- onGridSizeChanged,
1432
- getRowHeight: rowHeightFunction,
1433
- className: classes.AgGrid
1434
- })
1435
- });
1321
+ return /* @__PURE__ */ React$1.createElement("div", { className: clsx("ag-theme-material", classes.root, className) }, /* @__PURE__ */ React$1.createElement(AgGridReact, {
1322
+ ...props,
1323
+ modules,
1324
+ onGridSizeChanged,
1325
+ getRowHeight: rowHeightFunction,
1326
+ className: classes.AgGrid
1327
+ }));
1436
1328
  };
1437
1329
 
1438
1330
  //#endregion
@@ -1475,121 +1367,82 @@ const useStyles$11 = makeStyles((theme) => ({
1475
1367
  const GridActionBar = (props) => {
1476
1368
  const classes = useStyles$11(props);
1477
1369
  const { children, onChange, handleChange, value, exportCSV, exportExcel, exportPDF, fitClick, expandClick, clearClick, exportClick, saveGridConfig, deleteGridConfig, clearGridConfig, title, hideFitGrid = false, hideExpandGrid = false, hideExportGrid = false, hideRemoveFilters = false, hideFilterTab = false, hideGroupTab = false, hideColumnTab = false, hideSearchBar = false } = props;
1478
- const gridControlsExport = /* @__PURE__ */ jsx("div", {});
1479
- return /* @__PURE__ */ jsxs("div", {
1480
- className: classes.root,
1481
- children: [
1482
- /* @__PURE__ */ jsxs("div", {
1483
- className: classes.title,
1484
- children: [title && /* @__PURE__ */ jsxs(Typography, {
1485
- variant: "h6",
1486
- style: {
1487
- overflow: "hidden",
1488
- whiteSpace: "nowrap",
1489
- textOverflow: "ellipsis"
1490
- },
1491
- children: [
1492
- " ",
1493
- title,
1494
- " "
1495
- ]
1496
- }), !hideSearchBar && /* @__PURE__ */ jsx("div", {
1497
- style: {
1498
- flex: 1,
1499
- marginLeft: 16,
1500
- marginRight: 16,
1501
- marginTop: -16
1502
- },
1503
- children: /* @__PURE__ */ jsx(AmbientTextField, {
1504
- title,
1505
- onChange,
1506
- InputProps: {
1507
- type: "search",
1508
- startAdornment: /* @__PURE__ */ jsx(InputAdornment, {
1509
- position: "start",
1510
- children: /* @__PURE__ */ jsx(SearchIcon, {})
1511
- })
1512
- }
1513
- })
1514
- })]
1515
- }),
1516
- /* @__PURE__ */ jsxs("div", { children: [" ", gridControlsExport] }),
1517
- /* @__PURE__ */ jsxs("div", {
1518
- className: classes.controls,
1519
- children: [
1520
- saveGridConfig && /* @__PURE__ */ jsx(AmbientTokenButton, {
1521
- iconClassName: classes.icon,
1522
- icon: SaveIcon,
1523
- tooltip: "Save Grid Configuration",
1524
- ariaLabel: "Save Grid Configuration",
1525
- onClick: saveGridConfig
1526
- }),
1527
- deleteGridConfig && /* @__PURE__ */ jsx(AmbientTokenButton, {
1528
- iconClassName: classes.icon,
1529
- icon: DeleteIcon,
1530
- tooltip: "Delete Grid Configuration",
1531
- ariaLabel: "Delete Grid Configuration",
1532
- onClick: deleteGridConfig
1533
- }),
1534
- clearGridConfig && /* @__PURE__ */ jsx(AmbientTokenButton, {
1535
- iconClassName: classes.icon,
1536
- icon: ClearIcon,
1537
- tooltip: "Clear Grid Configuration",
1538
- ariaLabel: "Clear Grid Configuration",
1539
- onClick: clearGridConfig
1540
- }),
1541
- !hideFitGrid && /* @__PURE__ */ jsx(AmbientTokenButton, {
1542
- iconClassName: classes.icon,
1543
- icon: CombineIcon,
1544
- tooltip: "Fit Grid",
1545
- ariaLabel: "Fit Grid",
1546
- onClick: fitClick
1547
- }),
1548
- !hideExpandGrid && /* @__PURE__ */ jsx(AmbientTokenButton, {
1549
- iconClassName: classes.icon,
1550
- icon: ExportIcon,
1551
- tooltip: "Expand Grid",
1552
- ariaLabel: "Expand Grid",
1553
- onClick: expandClick
1554
- }),
1555
- !hideExportGrid && /* @__PURE__ */ jsx(AmbientTokenButton, {
1556
- iconClassName: classes.icon,
1557
- icon: DownloadIcon,
1558
- tooltip: "Export Grid",
1559
- ariaLabel: "Export Grid",
1560
- onClick: exportClick
1561
- }),
1562
- !hideRemoveFilters && /* @__PURE__ */ jsx(AmbientTokenButton, {
1563
- iconClassName: classes.icon,
1564
- icon: BlockedIcon,
1565
- tooltip: "Remove Filters",
1566
- ariaLabel: "Remove Filters",
1567
- onClick: clearClick
1568
- })
1569
- ]
1570
- }),
1571
- /* @__PURE__ */ jsxs(Tabs, {
1572
- value,
1573
- onChange: handleChange,
1574
- "aria-label": "basic tabs example",
1575
- children: [
1576
- !hideFilterTab && /* @__PURE__ */ jsx(Tab, {
1577
- label: "Filter",
1578
- classes: { root: classes.tabRoot }
1579
- }),
1580
- !hideGroupTab && /* @__PURE__ */ jsx(Tab, {
1581
- label: "Group",
1582
- classes: { root: classes.tabRoot }
1583
- }),
1584
- !hideColumnTab && /* @__PURE__ */ jsx(Tab, {
1585
- label: "Column",
1586
- classes: { root: classes.tabRoot }
1587
- })
1588
- ]
1589
- }),
1590
- children
1591
- ]
1592
- });
1370
+ const gridControlsExport = /* @__PURE__ */ React$1.createElement("div", null);
1371
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement("div", { className: classes.title }, title && /* @__PURE__ */ React$1.createElement(Typography, {
1372
+ variant: "h6",
1373
+ style: {
1374
+ overflow: "hidden",
1375
+ whiteSpace: "nowrap",
1376
+ textOverflow: "ellipsis"
1377
+ }
1378
+ }, " ", title, " "), !hideSearchBar && /* @__PURE__ */ React$1.createElement("div", { style: {
1379
+ flex: 1,
1380
+ marginLeft: 16,
1381
+ marginRight: 16,
1382
+ marginTop: -16
1383
+ } }, /* @__PURE__ */ React$1.createElement(AmbientTextField, {
1384
+ title,
1385
+ onChange,
1386
+ InputProps: {
1387
+ type: "search",
1388
+ startAdornment: /* @__PURE__ */ React$1.createElement(InputAdornment, { position: "start" }, /* @__PURE__ */ React$1.createElement(SearchIcon, null))
1389
+ }
1390
+ }))), /* @__PURE__ */ React$1.createElement("div", null, " ", gridControlsExport), /* @__PURE__ */ React$1.createElement("div", { className: classes.controls }, saveGridConfig && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1391
+ iconClassName: classes.icon,
1392
+ icon: SaveIcon,
1393
+ tooltip: "Save Grid Configuration",
1394
+ ariaLabel: "Save Grid Configuration",
1395
+ onClick: saveGridConfig
1396
+ }), deleteGridConfig && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1397
+ iconClassName: classes.icon,
1398
+ icon: DeleteIcon,
1399
+ tooltip: "Delete Grid Configuration",
1400
+ ariaLabel: "Delete Grid Configuration",
1401
+ onClick: deleteGridConfig
1402
+ }), clearGridConfig && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1403
+ iconClassName: classes.icon,
1404
+ icon: ClearIcon,
1405
+ tooltip: "Clear Grid Configuration",
1406
+ ariaLabel: "Clear Grid Configuration",
1407
+ onClick: clearGridConfig
1408
+ }), !hideFitGrid && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1409
+ iconClassName: classes.icon,
1410
+ icon: CombineIcon,
1411
+ tooltip: "Fit Grid",
1412
+ ariaLabel: "Fit Grid",
1413
+ onClick: fitClick
1414
+ }), !hideExpandGrid && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1415
+ iconClassName: classes.icon,
1416
+ icon: ExportIcon,
1417
+ tooltip: "Expand Grid",
1418
+ ariaLabel: "Expand Grid",
1419
+ onClick: expandClick
1420
+ }), !hideExportGrid && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1421
+ iconClassName: classes.icon,
1422
+ icon: DownloadIcon,
1423
+ tooltip: "Export Grid",
1424
+ ariaLabel: "Export Grid",
1425
+ onClick: exportClick
1426
+ }), !hideRemoveFilters && /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
1427
+ iconClassName: classes.icon,
1428
+ icon: BlockedIcon,
1429
+ tooltip: "Remove Filters",
1430
+ ariaLabel: "Remove Filters",
1431
+ onClick: clearClick
1432
+ })), /* @__PURE__ */ React$1.createElement(Tabs, {
1433
+ value,
1434
+ onChange: handleChange,
1435
+ "aria-label": "basic tabs example"
1436
+ }, !hideFilterTab && /* @__PURE__ */ React$1.createElement(Tab, {
1437
+ label: "Filter",
1438
+ classes: { root: classes.tabRoot }
1439
+ }), !hideGroupTab && /* @__PURE__ */ React$1.createElement(Tab, {
1440
+ label: "Group",
1441
+ classes: { root: classes.tabRoot }
1442
+ }), !hideColumnTab && /* @__PURE__ */ React$1.createElement(Tab, {
1443
+ label: "Column",
1444
+ classes: { root: classes.tabRoot }
1445
+ })), children);
1593
1446
  };
1594
1447
  GridActionBar.propTypes = {
1595
1448
  title: PropTypes.string,
@@ -1624,28 +1477,19 @@ const useStyles$10 = makeStyles((theme) => ({
1624
1477
  const AmbientChipButton = forwardRef(function AmbientChipButton$1(props, ref) {
1625
1478
  const { tooltip, label, onClick, icon, iconClassName, className, labelClassName, otherProps, id = "chip-button", udprecordid } = props;
1626
1479
  const classes = useStyles$10(props);
1627
- return /* @__PURE__ */ jsx("div", {
1628
- className: classes.root,
1629
- children: /* @__PURE__ */ jsx(Tooltip, {
1630
- title: tooltip,
1631
- children: /* @__PURE__ */ jsx(Chip, {
1632
- id,
1633
- udprecordid,
1634
- ref,
1635
- className: className ?? classes.chipRoot,
1636
- label: /* @__PURE__ */ jsx(Typography, {
1637
- className: labelClassName ?? classes.label,
1638
- children: label
1639
- }),
1640
- onClick,
1641
- icon: icon && /* @__PURE__ */ jsx(FluentIcon, {
1642
- className: iconClassName ?? classes.icon,
1643
- component: icon
1644
- }),
1645
- ...otherProps
1646
- })
1647
- })
1648
- });
1480
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.root }, /* @__PURE__ */ React$1.createElement(Tooltip, { title: tooltip }, /* @__PURE__ */ React$1.createElement(Chip, {
1481
+ id,
1482
+ udprecordid,
1483
+ ref,
1484
+ className: className ?? classes.chipRoot,
1485
+ label: /* @__PURE__ */ React$1.createElement(Typography, { className: labelClassName ?? classes.label }, label),
1486
+ onClick,
1487
+ icon: icon && /* @__PURE__ */ React$1.createElement(FluentIcon, {
1488
+ className: iconClassName ?? classes.icon,
1489
+ component: icon
1490
+ }),
1491
+ ...otherProps
1492
+ })));
1649
1493
  });
1650
1494
  AmbientChipButton.propTypes = {
1651
1495
  tooltip: PropTypes.string.isRequired,
@@ -1885,116 +1729,86 @@ const GridPrimaryBar = (props) => {
1885
1729
  if (event.key === "Enter") onSearchKeyDown();
1886
1730
  }
1887
1731
  };
1888
- return /* @__PURE__ */ jsxs("div", {
1889
- className: classes.root,
1890
- children: [
1891
- /* @__PURE__ */ jsxs("div", {
1892
- className: classes.title,
1893
- children: [title && /* @__PURE__ */ jsxs(Typography, {
1894
- variant: "h6",
1895
- style: {
1896
- overflow: "hidden",
1897
- whiteSpace: "nowrap",
1898
- textOverflow: "ellipsis"
1899
- },
1900
- children: [
1901
- " ",
1902
- title,
1903
- " "
1904
- ]
1905
- }), !hideSearchBar && /* @__PURE__ */ jsx("div", {
1906
- style: {
1907
- flex: 1,
1908
- marginLeft: 16,
1909
- marginRight: 16,
1910
- marginTop: -16,
1911
- maxWidth: 300
1912
- },
1913
- children: /* @__PURE__ */ jsx(AmbientTextField, {
1914
- title,
1915
- onChange,
1916
- onKeyDown: handleCustomKeyDown,
1917
- InputProps: {
1918
- type: "search",
1919
- startAdornment: /* @__PURE__ */ jsx(InputAdornment, {
1920
- position: "start",
1921
- children: /* @__PURE__ */ jsx(SearchIcon, {})
1922
- })
1923
- }
1924
- })
1925
- })]
1926
- }),
1927
- /* @__PURE__ */ jsxs("div", {
1928
- className: classes.controls,
1929
- children: [actionButtons.map((button) => button.visible && (button.hideLabel ? /* @__PURE__ */ jsx(AmbientTokenButton, {
1930
- id: "udpRecord-GridPrimaryBar-Token-" + button.label.replace(/ /g, "-"),
1931
- udprecordid: "udpRecord-GridPrimaryBar-Token-" + button.label.replace(/ /g, "-"),
1932
- icon: button.icon ?? AppIconDefaultIcon,
1933
- tooltip: button.tooltip,
1934
- onClick: button.onClick,
1935
- ariaLabel: button.label,
1936
- iconClassName: button.iconClassName
1937
- }) : /* @__PURE__ */ jsx(AmbientChipButton, {
1938
- id: "udpRecord-GridPrimaryBar-Chip-" + button.label.replace(/ /g, "-"),
1939
- udprecordid: "udpRecord-GridPrimaryBar-Chip-" + button.label.replace(/ /g, "-"),
1940
- icon: button.icon ?? AppIconDefaultIcon,
1941
- tooltip: button.tooltip,
1942
- label: button.label,
1943
- onClick: button.onClick,
1944
- background: button.background
1945
- }))), !!menuActionButtons.length && /* @__PURE__ */ jsxs("div", { children: [/* @__PURE__ */ jsx(AmbientTokenButton, {
1946
- id,
1947
- icon: MoreVerticalIcon,
1948
- tooltip: "More Actions",
1949
- ariaLabel: "More Actions",
1950
- onClick: handlePopoverClick,
1951
- iconClassName: classes.icon
1952
- }), /* @__PURE__ */ jsx(Popover, {
1953
- id,
1954
- open,
1955
- anchorEl,
1956
- onClose: handlePopoverClose,
1957
- anchorOrigin: {
1958
- vertical: "bottom",
1959
- horizontal: "right"
1960
- },
1961
- transformOrigin: {
1962
- vertical: "top",
1963
- horizontal: "right"
1964
- },
1965
- children: menuActionButtons.slice(0).reverse().map((button) => {
1966
- if (!button.visible) return null;
1967
- return /* @__PURE__ */ jsxs(MenuItem, {
1968
- id: "udpRecord-GridPrimaryBar-MenuItem-" + button.label.replace(/ /g, "-"),
1969
- udprecordid: "udpRecord-GridPrimaryBar-MenuItem-" + button.label.replace(/ /g, "-"),
1970
- onClick: button.onClick,
1971
- style: {
1972
- display: "flex",
1973
- justifyContent: "space-between"
1974
- },
1975
- children: [/* @__PURE__ */ jsx(Typography, { children: button.label }), /* @__PURE__ */ jsx(FluentIcon, {
1976
- component: button.icon ?? AppIconDefaultIcon,
1977
- style: { marginLeft: 7 }
1978
- })]
1979
- });
1980
- })
1981
- })] })]
1982
- }),
1983
- onPrimaryActionClick && /* @__PURE__ */ jsxs(PrimaryActionButton, {
1984
- onClick: onPrimaryActionClick,
1985
- id: "udpRecord-GridPrimaryBar-Add",
1986
- udprecordid: "udpRecord-GridPrimaryBar-Add",
1987
- disabled: primaryActionDisabled,
1988
- children: [/* @__PURE__ */ jsx(Typography, {
1989
- style: { marginLeft: 4 },
1990
- children: primaryActionLabel ?? "Button"
1991
- }), /* @__PURE__ */ jsx(FluentIcon, {
1992
- style: { marginLeft: 7 },
1993
- component: primaryActionIcon ?? AppIconDefaultIcon
1994
- })]
1995
- })
1996
- ]
1997
- });
1732
+ return /* @__PURE__ */ React$2.createElement("div", { className: classes.root }, /* @__PURE__ */ React$2.createElement("div", { className: classes.title }, title && /* @__PURE__ */ React$2.createElement(Typography, {
1733
+ variant: "h6",
1734
+ style: {
1735
+ overflow: "hidden",
1736
+ whiteSpace: "nowrap",
1737
+ textOverflow: "ellipsis"
1738
+ }
1739
+ }, " ", title, " "), !hideSearchBar && /* @__PURE__ */ React$2.createElement("div", { style: {
1740
+ flex: 1,
1741
+ marginLeft: 16,
1742
+ marginRight: 16,
1743
+ marginTop: -16,
1744
+ maxWidth: 300
1745
+ } }, /* @__PURE__ */ React$2.createElement(AmbientTextField, {
1746
+ title,
1747
+ onChange,
1748
+ onKeyDown: handleCustomKeyDown,
1749
+ InputProps: {
1750
+ type: "search",
1751
+ startAdornment: /* @__PURE__ */ React$2.createElement(InputAdornment, { position: "start" }, /* @__PURE__ */ React$2.createElement(SearchIcon, null))
1752
+ }
1753
+ }))), /* @__PURE__ */ React$2.createElement("div", { className: classes.controls }, actionButtons.map((button) => button.visible && (button.hideLabel ? /* @__PURE__ */ React$2.createElement(AmbientTokenButton, {
1754
+ id: "udpRecord-GridPrimaryBar-Token-" + button.label.replace(/ /g, "-"),
1755
+ udprecordid: "udpRecord-GridPrimaryBar-Token-" + button.label.replace(/ /g, "-"),
1756
+ icon: button.icon ?? AppIconDefaultIcon,
1757
+ tooltip: button.tooltip,
1758
+ onClick: button.onClick,
1759
+ ariaLabel: button.label,
1760
+ iconClassName: button.iconClassName
1761
+ }) : /* @__PURE__ */ React$2.createElement(AmbientChipButton, {
1762
+ id: "udpRecord-GridPrimaryBar-Chip-" + button.label.replace(/ /g, "-"),
1763
+ udprecordid: "udpRecord-GridPrimaryBar-Chip-" + button.label.replace(/ /g, "-"),
1764
+ icon: button.icon ?? AppIconDefaultIcon,
1765
+ tooltip: button.tooltip,
1766
+ label: button.label,
1767
+ onClick: button.onClick,
1768
+ background: button.background
1769
+ }))), !!menuActionButtons.length && /* @__PURE__ */ React$2.createElement("div", null, /* @__PURE__ */ React$2.createElement(AmbientTokenButton, {
1770
+ id,
1771
+ icon: MoreVerticalIcon,
1772
+ tooltip: "More Actions",
1773
+ ariaLabel: "More Actions",
1774
+ onClick: handlePopoverClick,
1775
+ iconClassName: classes.icon
1776
+ }), /* @__PURE__ */ React$2.createElement(Popover, {
1777
+ id,
1778
+ open,
1779
+ anchorEl,
1780
+ onClose: handlePopoverClose,
1781
+ anchorOrigin: {
1782
+ vertical: "bottom",
1783
+ horizontal: "right"
1784
+ },
1785
+ transformOrigin: {
1786
+ vertical: "top",
1787
+ horizontal: "right"
1788
+ }
1789
+ }, menuActionButtons.slice(0).reverse().map((button) => {
1790
+ if (!button.visible) return null;
1791
+ return /* @__PURE__ */ React$2.createElement(MenuItem, {
1792
+ id: "udpRecord-GridPrimaryBar-MenuItem-" + button.label.replace(/ /g, "-"),
1793
+ udprecordid: "udpRecord-GridPrimaryBar-MenuItem-" + button.label.replace(/ /g, "-"),
1794
+ onClick: button.onClick,
1795
+ style: {
1796
+ display: "flex",
1797
+ justifyContent: "space-between"
1798
+ }
1799
+ }, /* @__PURE__ */ React$2.createElement(Typography, null, button.label), /* @__PURE__ */ React$2.createElement(FluentIcon, {
1800
+ component: button.icon ?? AppIconDefaultIcon,
1801
+ style: { marginLeft: 7 }
1802
+ }));
1803
+ })))), onPrimaryActionClick && /* @__PURE__ */ React$2.createElement(PrimaryActionButton_default, {
1804
+ onClick: onPrimaryActionClick,
1805
+ id: "udpRecord-GridPrimaryBar-Add",
1806
+ udprecordid: "udpRecord-GridPrimaryBar-Add",
1807
+ disabled: primaryActionDisabled
1808
+ }, /* @__PURE__ */ React$2.createElement(Typography, { style: { marginLeft: 4 } }, primaryActionLabel ?? "Button"), /* @__PURE__ */ React$2.createElement(FluentIcon, {
1809
+ style: { marginLeft: 7 },
1810
+ component: primaryActionIcon ?? AppIconDefaultIcon
1811
+ })));
1998
1812
  };
1999
1813
  GridPrimaryBar.propTypes = {
2000
1814
  title: PropTypes.string,
@@ -2074,65 +1888,43 @@ const useStyles$8 = makeStyles((theme) => ({
2074
1888
  const FluentDialog = (props) => {
2075
1889
  const classes = useStyles$8(props);
2076
1890
  const { title, message, actionOne, actionTwo, actionThree, labelOne, labelTwo, labelThree, open, handleClose, ariaLabelledby, ariaDescribedby, titleId, descriptionId, children, buttonOneHidden = false, buttonTwoHidden = false, buttonThreeHidden = true, disableOne, disableTwo, disableThree, progress, enableLeftBorderStyling = false,...otherProps } = props;
2077
- return /* @__PURE__ */ jsxs(Dialog, {
1891
+ return /* @__PURE__ */ React$1.createElement(Dialog, {
2078
1892
  open,
2079
1893
  onClose: handleClose,
2080
1894
  "aria-labelledby": ariaLabelledby,
2081
1895
  "aria-describedby": ariaDescribedby,
2082
1896
  ...otherProps,
2083
- classes: { paper: classes.paper },
2084
- children: [
2085
- /* @__PURE__ */ jsx("div", { className: enableLeftBorderStyling ? classes.dialogLeftBorder : "" }),
2086
- /* @__PURE__ */ jsx(DialogTitle, {
2087
- className: classes.title,
2088
- id: titleId,
2089
- children: title
2090
- }),
2091
- /* @__PURE__ */ jsxs(DialogContent, {
2092
- className: classes.dialogContent,
2093
- children: [/* @__PURE__ */ jsx(DialogContentText, {
2094
- id: descriptionId,
2095
- children: message
2096
- }), children]
2097
- }),
2098
- /* @__PURE__ */ jsxs(DialogActions, {
2099
- className: classes.actions,
2100
- disableSpacing: true,
2101
- children: [
2102
- !buttonThreeHidden && /* @__PURE__ */ jsx(Button, {
2103
- id: "udpRecord-FluentDialog-Confirm",
2104
- udprecordid: "udpRecord-FluentDialog-Confirm",
2105
- onClick: actionThree,
2106
- color: "secondary",
2107
- disabled: disableThree,
2108
- className: classes.button,
2109
- children: labelThree
2110
- }),
2111
- !buttonTwoHidden && /* @__PURE__ */ jsx(Button, {
2112
- id: "udpRecord-FluentDialog-Confirm",
2113
- udprecordid: "udpRecord-FluentDialog-Confirm",
2114
- onClick: actionTwo,
2115
- color: "secondary",
2116
- disabled: disableTwo,
2117
- className: classes.button,
2118
- children: labelTwo
2119
- }),
2120
- !buttonOneHidden && /* @__PURE__ */ jsx(PrimaryActionButton, {
2121
- id: "udpRecord-FluentDialog-Cancel",
2122
- udprecordid: "udpRecord-FluentDialog-Cancel",
2123
- disabled: disableOne,
2124
- onClick: actionOne,
2125
- children: labelOne
2126
- })
2127
- ]
2128
- }),
2129
- progress && /* @__PURE__ */ jsx(LinearProgress, {
2130
- color: "secondary",
2131
- value: progress,
2132
- ...otherProps
2133
- })
2134
- ]
2135
- });
1897
+ classes: { paper: classes.paper }
1898
+ }, /* @__PURE__ */ React$1.createElement("div", { className: enableLeftBorderStyling ? classes.dialogLeftBorder : "" }), /* @__PURE__ */ React$1.createElement(DialogTitle, {
1899
+ className: classes.title,
1900
+ id: titleId
1901
+ }, title), /* @__PURE__ */ React$1.createElement(DialogContent, { className: classes.dialogContent }, /* @__PURE__ */ React$1.createElement(DialogContentText, { id: descriptionId }, message), children), /* @__PURE__ */ React$1.createElement(DialogActions, {
1902
+ className: classes.actions,
1903
+ disableSpacing: true
1904
+ }, !buttonThreeHidden && /* @__PURE__ */ React$1.createElement(Button, {
1905
+ id: "udpRecord-FluentDialog-Confirm",
1906
+ udprecordid: "udpRecord-FluentDialog-Confirm",
1907
+ onClick: actionThree,
1908
+ color: "secondary",
1909
+ disabled: disableThree,
1910
+ className: classes.button
1911
+ }, labelThree), !buttonTwoHidden && /* @__PURE__ */ React$1.createElement(Button, {
1912
+ id: "udpRecord-FluentDialog-Confirm",
1913
+ udprecordid: "udpRecord-FluentDialog-Confirm",
1914
+ onClick: actionTwo,
1915
+ color: "secondary",
1916
+ disabled: disableTwo,
1917
+ className: classes.button
1918
+ }, labelTwo), !buttonOneHidden && /* @__PURE__ */ React$1.createElement(PrimaryActionButton, {
1919
+ id: "udpRecord-FluentDialog-Cancel",
1920
+ udprecordid: "udpRecord-FluentDialog-Cancel",
1921
+ disabled: disableOne,
1922
+ onClick: actionOne
1923
+ }, labelOne)), progress && /* @__PURE__ */ React$1.createElement(LinearProgress, {
1924
+ color: "secondary",
1925
+ value: progress,
1926
+ ...otherProps
1927
+ }));
2136
1928
  };
2137
1929
 
2138
1930
  //#endregion
@@ -2303,6 +2095,9 @@ const useStyles$7 = makeStyles((theme) => ({
2303
2095
  },
2304
2096
  infoHeader: { color: "grey" }
2305
2097
  }));
2098
+ /**
2099
+ * @param {PropTypes.InferProps<typeof SaveViewFormDialog.propTypes>} props
2100
+ */
2306
2101
  const SaveViewFormDialog = (props) => {
2307
2102
  const { handleErrorSnackbar, handleSuccessSnackbar } = useHandleAxiosSnackbar();
2308
2103
  const { open, handleClose, tenant, application, user, refetchViews, gApi, gcApi, gridId, domain, apiCatalogId } = props;
@@ -2338,93 +2133,64 @@ const SaveViewFormDialog = (props) => {
2338
2133
  handleErrorSnackbar(error, t("Failed to Save View"));
2339
2134
  });
2340
2135
  };
2341
- return /* @__PURE__ */ jsxs(FluentDialog, {
2136
+ return /* @__PURE__ */ React.createElement(FluentDialog, {
2342
2137
  title: t("Save New View"),
2343
2138
  open,
2344
2139
  handleClose,
2345
2140
  labelOne: t("Save View"),
2346
2141
  labelTwo: t("Cancel"),
2347
2142
  actionOne: triggerSaveView,
2348
- actionTwo: handleClose,
2349
- children: [/* @__PURE__ */ jsxs(Box, {
2350
- display: "flex",
2351
- children: [
2352
- /* @__PURE__ */ jsxs("div", {
2353
- className: classes.column,
2354
- children: [/* @__PURE__ */ jsx(Typography, {
2355
- className: classes.infoHeader,
2356
- align: "left",
2357
- children: t("Tenant")
2358
- }), /* @__PURE__ */ jsx(Typography, {
2359
- variant: "subtitle2",
2360
- align: "left",
2361
- children: tenant ?? "--"
2362
- })]
2363
- }),
2364
- /* @__PURE__ */ jsx(Divider, {
2365
- flexItem: true,
2366
- orientation: "vertical"
2367
- }),
2368
- /* @__PURE__ */ jsxs("div", {
2369
- className: classes.column,
2370
- children: [/* @__PURE__ */ jsx(Typography, {
2371
- className: classes.infoHeader,
2372
- align: "left",
2373
- children: t("Application")
2374
- }), /* @__PURE__ */ jsx(Typography, {
2375
- variant: "subtitle2",
2376
- align: "left",
2377
- children: application ?? "--"
2378
- })]
2379
- }),
2380
- /* @__PURE__ */ jsx(Divider, {
2381
- flexItem: true,
2382
- orientation: "vertical"
2383
- }),
2384
- /* @__PURE__ */ jsxs("div", {
2385
- className: classes.column,
2386
- children: [/* @__PURE__ */ jsx(Typography, {
2387
- className: classes.infoHeader,
2388
- align: "left",
2389
- children: t("Entity")
2390
- }), /* @__PURE__ */ jsx(Typography, {
2391
- variant: "subtitle2",
2392
- align: "left",
2393
- children: domain ?? "--"
2394
- })]
2395
- })
2396
- ]
2397
- }), /* @__PURE__ */ jsx("div", {
2398
- className: classes.saveForm,
2399
- children: /* @__PURE__ */ jsxs(Form, {
2400
- onSubmit: saveView,
2401
- ref: saveViewFormRef,
2402
- children: [/* @__PURE__ */ jsx(Field, {
2403
- type: "text",
2404
- component: AmbientTextField,
2405
- name: "name",
2406
- id: "name",
2407
- label: t("Name"),
2408
- fullWidth: true,
2409
- required: true,
2410
- style: {
2411
- marginBottom: 20,
2412
- marginTop: 10
2413
- }
2414
- }), /* @__PURE__ */ jsx(FormControlLabel, {
2415
- control: /* @__PURE__ */ jsx(Field, {
2416
- component: Switch,
2417
- name: "private",
2418
- id: "private",
2419
- defaultValue: false,
2420
- type: "checkbox"
2421
- }),
2422
- label: t("Private"),
2423
- labelPlacement: "end"
2424
- })]
2425
- })
2426
- })]
2427
- });
2143
+ actionTwo: handleClose
2144
+ }, /* @__PURE__ */ React.createElement(Box, { display: "flex" }, /* @__PURE__ */ React.createElement("div", { className: classes.column }, /* @__PURE__ */ React.createElement(Typography, {
2145
+ className: classes.infoHeader,
2146
+ align: "left"
2147
+ }, t("Tenant")), /* @__PURE__ */ React.createElement(Typography, {
2148
+ variant: "subtitle2",
2149
+ align: "left"
2150
+ }, tenant ?? "--")), /* @__PURE__ */ React.createElement(Divider, {
2151
+ flexItem: true,
2152
+ orientation: "vertical"
2153
+ }), /* @__PURE__ */ React.createElement("div", { className: classes.column }, /* @__PURE__ */ React.createElement(Typography, {
2154
+ className: classes.infoHeader,
2155
+ align: "left"
2156
+ }, t("Application")), /* @__PURE__ */ React.createElement(Typography, {
2157
+ variant: "subtitle2",
2158
+ align: "left"
2159
+ }, application ?? "--")), /* @__PURE__ */ React.createElement(Divider, {
2160
+ flexItem: true,
2161
+ orientation: "vertical"
2162
+ }), /* @__PURE__ */ React.createElement("div", { className: classes.column }, /* @__PURE__ */ React.createElement(Typography, {
2163
+ className: classes.infoHeader,
2164
+ align: "left"
2165
+ }, t("Entity")), /* @__PURE__ */ React.createElement(Typography, {
2166
+ variant: "subtitle2",
2167
+ align: "left"
2168
+ }, domain ?? "--"))), /* @__PURE__ */ React.createElement("div", { className: classes.saveForm }, /* @__PURE__ */ React.createElement(Form, {
2169
+ onSubmit: saveView,
2170
+ ref: saveViewFormRef
2171
+ }, /* @__PURE__ */ React.createElement(Field, {
2172
+ type: "text",
2173
+ component: AmbientTextField,
2174
+ name: "name",
2175
+ id: "name",
2176
+ label: t("Name"),
2177
+ fullWidth: true,
2178
+ required: true,
2179
+ style: {
2180
+ marginBottom: 20,
2181
+ marginTop: 10
2182
+ }
2183
+ }), /* @__PURE__ */ React.createElement(FormControlLabel, {
2184
+ control: /* @__PURE__ */ React.createElement(Field, {
2185
+ component: Switch,
2186
+ name: "private",
2187
+ id: "private",
2188
+ defaultValue: false,
2189
+ type: "checkbox"
2190
+ }),
2191
+ label: t("Private"),
2192
+ labelPlacement: "end"
2193
+ }))));
2428
2194
  };
2429
2195
  SaveViewFormDialog.propTypes = {
2430
2196
  open: PropTypes.bool.isRequired,
@@ -2566,55 +2332,49 @@ const DynamicContainerWithMenu = forwardRef((props, ref) => {
2566
2332
  resizeObserver.disconnect();
2567
2333
  };
2568
2334
  }, [handleSizeChange, outerContainerRef]);
2569
- return /* @__PURE__ */ jsx("div", {
2335
+ return /* @__PURE__ */ React$1.createElement("div", {
2570
2336
  ref: outerContainerRef,
2571
2337
  style: {
2572
2338
  width: "100%",
2573
2339
  overflow: "hidden"
2340
+ }
2341
+ }, /* @__PURE__ */ React$1.createElement("div", {
2342
+ className,
2343
+ ref: containerRef,
2344
+ style: {
2345
+ display: "flex",
2346
+ flexWrap: "noWrap",
2347
+ overflow: "hidden",
2348
+ flexGrow: 1
2349
+ }
2350
+ }, visibleChildren && Children.map(visibleChildren, (child, index) => {
2351
+ return cloneElement(child, {
2352
+ ref: (ref$1) => childrenRefs.current[index] = ref$1,
2353
+ ...child.props
2354
+ }, child.props.children);
2355
+ }), menuChildren && menuChildren.length > 0 && /* @__PURE__ */ React$1.createElement("div", null, modifiedMenuButton ?? /* @__PURE__ */ React$1.createElement(AmbientTokenButton, {
2356
+ id,
2357
+ icon: MoreVerticalIcon,
2358
+ tooltip: "Additional Filter Values",
2359
+ ariaLabel: "Additional Filter Values",
2360
+ onClick: handlePopoverClick,
2361
+ iconClassName: menuIconClassName ?? classes.filterChipMenuIcon
2362
+ }), /* @__PURE__ */ React$1.createElement(Popover, {
2363
+ id,
2364
+ open,
2365
+ anchorEl,
2366
+ onClose: handlePopoverClose,
2367
+ anchorOrigin: {
2368
+ vertical: "bottom",
2369
+ horizontal: "right"
2574
2370
  },
2575
- children: /* @__PURE__ */ jsxs("div", {
2576
- className,
2577
- ref: containerRef,
2578
- style: {
2579
- display: "flex",
2580
- flexWrap: "noWrap",
2581
- overflow: "hidden",
2582
- flexGrow: 1
2583
- },
2584
- children: [visibleChildren && Children.map(visibleChildren, (child, index) => {
2585
- return cloneElement(child, {
2586
- ref: (ref$1) => childrenRefs.current[index] = ref$1,
2587
- ...child.props
2588
- }, child.props.children);
2589
- }), menuChildren && menuChildren.length > 0 && /* @__PURE__ */ jsxs("div", { children: [modifiedMenuButton ?? /* @__PURE__ */ jsx(AmbientTokenButton, {
2590
- id,
2591
- icon: MoreVerticalIcon,
2592
- tooltip: "Additional Filter Values",
2593
- ariaLabel: "Additional Filter Values",
2594
- onClick: handlePopoverClick,
2595
- iconClassName: menuIconClassName ?? classes.filterChipMenuIcon
2596
- }), /* @__PURE__ */ jsx(Popover, {
2597
- id,
2598
- open,
2599
- anchorEl,
2600
- onClose: handlePopoverClose,
2601
- anchorOrigin: {
2602
- vertical: "bottom",
2603
- horizontal: "right"
2604
- },
2605
- transformOrigin: {
2606
- vertical: "top",
2607
- horizontal: "right"
2608
- },
2609
- children: Children.map(menuChildren, (child, index) => {
2610
- return /* @__PURE__ */ jsx(MenuItem, {
2611
- onClick: () => handleMenuItemClick(child),
2612
- children: cloneElement(child, { ...child.props }, child.props.children)
2613
- });
2614
- })
2615
- })] })]
2616
- })
2617
- });
2371
+ transformOrigin: {
2372
+ vertical: "top",
2373
+ horizontal: "right"
2374
+ }
2375
+ }, Children.map(menuChildren, (child, index) => {
2376
+ return /* @__PURE__ */ React$1.createElement(MenuItem, { onClick: () => handleMenuItemClick(child) }, cloneElement(child, { ...child.props }, child.props.children));
2377
+ })))));
2618
2378
  });
2619
2379
  DynamicContainerWithMenu.displayName = "DynamicContainerWithMenu";
2620
2380
  DynamicContainerWithMenu.propTypes = {
@@ -2749,7 +2509,7 @@ const ChipSection = (props) => {
2749
2509
  setSelectedFilterChip(null);
2750
2510
  }
2751
2511
  };
2752
- return /* @__PURE__ */ jsxs("div", {
2512
+ return /* @__PURE__ */ React$2.createElement("div", {
2753
2513
  ref: chipSectionContainerRef,
2754
2514
  className: classes.wrapper,
2755
2515
  style: { display: [
@@ -2757,106 +2517,73 @@ const ChipSection = (props) => {
2757
2517
  additionalFilterChips,
2758
2518
  viewChips,
2759
2519
  filterChips
2760
- ].every((arr) => arr.length === 0) ? "none" : "flex" },
2761
- children: [/* @__PURE__ */ jsxs("div", {
2762
- className: classes.chipHolder,
2763
- children: [
2764
- /* @__PURE__ */ jsx("div", {
2765
- ref: viewChipsContainerRef,
2766
- children: viewChips.map((chip, index) => /* @__PURE__ */ jsx(Chip$1, {
2767
- onDelete: () => handleDelete("view", index),
2768
- label: chip.label,
2769
- className: classes.viewChip,
2770
- icon: /* @__PURE__ */ jsx(StarIcon, {}),
2771
- size: "small"
2772
- }, index))
2773
- }),
2774
- !isEmpty(viewChips) && !isEmpty(filterChips) && /* @__PURE__ */ jsx(Divider$1, {
2775
- orientation: "vertical",
2776
- flexItem: true
2777
- }),
2778
- !isEmpty(filterChips) && /* @__PURE__ */ jsxs(DynamicContainerWithMenu, {
2779
- className: classes.chipHolder,
2780
- ref: filterChipsContainerRef,
2781
- children: [selectedFilterChip && /* @__PURE__ */ jsx(Chip$1, {
2782
- onDelete: handleFilterChipUntoggle,
2783
- label: selectedFilterChip.label,
2784
- className: classes.viewChip,
2785
- size: "small"
2786
- }), filterChips.map((chip, index) => {
2787
- if (selectedFilterChip && chip.id === selectedFilterChip.id) return null;
2788
- return /* @__PURE__ */ jsx(Tooltip$1, {
2789
- title: chip.label,
2790
- children: /* @__PURE__ */ jsx(Chip$1, {
2791
- label: /* @__PURE__ */ jsxs("div", {
2792
- style: {
2793
- display: "flex",
2794
- flexWrap: "noWrap"
2795
- },
2796
- children: [/* @__PURE__ */ jsx(Typography$1, {
2797
- noWrap: true,
2798
- className: chip.value ? classes.filterChipLabel : "",
2799
- children: chip.label
2800
- }), /* @__PURE__ */ jsx(Typography$1, {
2801
- noWrap: true,
2802
- className: classes.filterChipValue,
2803
- children: chip.value
2804
- })]
2805
- }),
2806
- className: classes.filterChip,
2807
- size: "small",
2808
- onClick: () => handleFilterChipToggle(chip),
2809
- ref: (el) => chipRefs.current[index] = el
2810
- }, index)
2811
- });
2812
- })]
2813
- }),
2814
- !isEmpty(additionalFilterChips) && !isEmpty(filterChips) && /* @__PURE__ */ jsx(Divider$1, {
2815
- orientation: "vertical",
2816
- flexItem: true
2817
- }),
2818
- /* @__PURE__ */ jsx("div", {
2819
- ref: additionalFilterChipsContainerRef,
2820
- style: { display: "flex" },
2821
- children: additionalFilterChips.map((chip, index) => /* @__PURE__ */ jsx(Chip$1, {
2822
- variant: "outlined",
2823
- onDelete: () => handleDelete("additionalFilter", index),
2824
- label: chip.label,
2825
- className: classes.additionalFilterChip,
2826
- size: "small"
2827
- }, index))
2828
- })
2829
- ]
2830
- }), !hideKpiSection && /* @__PURE__ */ jsx("div", {
2831
- className: classes.KPI,
2832
- ref: kpiContainerRef,
2833
- children: kpiValues.slice(0, 4).map((kpi, index) => /* @__PURE__ */ jsxs(Fragment$1, { children: [/* @__PURE__ */ jsxs("div", {
2834
- className: classes.kpiItem,
2835
- id: index,
2836
- children: [/* @__PURE__ */ jsx("span", {
2837
- className: classes.kpiLabel,
2838
- children: abbreviateLabel(kpi.label) && /* @__PURE__ */ jsx(Tooltip$1, {
2839
- title: kpi.label,
2840
- arrow: true,
2841
- children: /* @__PURE__ */ jsx(Typography$1, {
2842
- noWrap: true,
2843
- children: /* @__PURE__ */ jsxs("span", { children: [kpi.label, ":"] })
2844
- })
2845
- }) || /* @__PURE__ */ jsx(Fragment$1, { children: kpi.label })
2846
- }), /* @__PURE__ */ jsx("span", {
2847
- className: classes.kpiValue,
2848
- children: /* @__PURE__ */ jsx(Tooltip$1, {
2849
- title: kpi.value,
2850
- arrow: true,
2851
- children: /* @__PURE__ */ jsx("span", { children: abbrNum(kpi.value, 1) })
2852
- })
2853
- })]
2854
- }), index !== maxKPIsDisplayed - 1 && /* @__PURE__ */ jsx(Divider$1, {
2855
- orientation: "vertical",
2856
- flexItem: true
2857
- })] }))
2858
- })]
2859
- });
2520
+ ].every((arr) => arr.length === 0) ? "none" : "flex" }
2521
+ }, /* @__PURE__ */ React$2.createElement("div", { className: classes.chipHolder }, /* @__PURE__ */ React$2.createElement("div", { ref: viewChipsContainerRef }, viewChips.map((chip, index) => /* @__PURE__ */ React$2.createElement(Chip$1, {
2522
+ onDelete: () => handleDelete("view", index),
2523
+ key: index,
2524
+ label: chip.label,
2525
+ className: classes.viewChip,
2526
+ icon: /* @__PURE__ */ React$2.createElement(StarIcon, null),
2527
+ size: "small"
2528
+ }))), !isEmpty(viewChips) && !isEmpty(filterChips) && /* @__PURE__ */ React$2.createElement(Divider$1, {
2529
+ orientation: "vertical",
2530
+ flexItem: true
2531
+ }), !isEmpty(filterChips) && /* @__PURE__ */ React$2.createElement(DynamicContainerWithMenu, {
2532
+ className: classes.chipHolder,
2533
+ ref: filterChipsContainerRef
2534
+ }, selectedFilterChip && /* @__PURE__ */ React$2.createElement(Chip$1, {
2535
+ onDelete: handleFilterChipUntoggle,
2536
+ label: selectedFilterChip.label,
2537
+ className: classes.viewChip,
2538
+ size: "small"
2539
+ }), filterChips.map((chip, index) => {
2540
+ if (selectedFilterChip && chip.id === selectedFilterChip.id) return null;
2541
+ return /* @__PURE__ */ React$2.createElement(Tooltip$1, { title: chip.label }, /* @__PURE__ */ React$2.createElement(Chip$1, {
2542
+ key: index,
2543
+ label: /* @__PURE__ */ React$2.createElement("div", { style: {
2544
+ display: "flex",
2545
+ flexWrap: "noWrap"
2546
+ } }, /* @__PURE__ */ React$2.createElement(Typography$1, {
2547
+ noWrap: true,
2548
+ className: chip.value ? classes.filterChipLabel : ""
2549
+ }, chip.label), /* @__PURE__ */ React$2.createElement(Typography$1, {
2550
+ noWrap: true,
2551
+ className: classes.filterChipValue
2552
+ }, chip.value)),
2553
+ className: classes.filterChip,
2554
+ size: "small",
2555
+ onClick: () => handleFilterChipToggle(chip),
2556
+ ref: (el) => chipRefs.current[index] = el
2557
+ }));
2558
+ })), !isEmpty(additionalFilterChips) && !isEmpty(filterChips) && /* @__PURE__ */ React$2.createElement(Divider$1, {
2559
+ orientation: "vertical",
2560
+ flexItem: true
2561
+ }), /* @__PURE__ */ React$2.createElement("div", {
2562
+ ref: additionalFilterChipsContainerRef,
2563
+ style: { display: "flex" }
2564
+ }, additionalFilterChips.map((chip, index) => /* @__PURE__ */ React$2.createElement(Chip$1, {
2565
+ variant: "outlined",
2566
+ onDelete: () => handleDelete("additionalFilter", index),
2567
+ key: index,
2568
+ label: chip.label,
2569
+ className: classes.additionalFilterChip,
2570
+ size: "small"
2571
+ })))), !hideKpiSection && /* @__PURE__ */ React$2.createElement("div", {
2572
+ className: classes.KPI,
2573
+ ref: kpiContainerRef
2574
+ }, kpiValues.slice(0, 4).map((kpi, index) => /* @__PURE__ */ React$2.createElement(React$2.Fragment, null, /* @__PURE__ */ React$2.createElement("div", {
2575
+ className: classes.kpiItem,
2576
+ id: index
2577
+ }, /* @__PURE__ */ React$2.createElement("span", { className: classes.kpiLabel }, abbreviateLabel(kpi.label) && /* @__PURE__ */ React$2.createElement(Tooltip$1, {
2578
+ title: kpi.label,
2579
+ arrow: true
2580
+ }, /* @__PURE__ */ React$2.createElement(Typography$1, { noWrap: true }, /* @__PURE__ */ React$2.createElement("span", null, kpi.label, ":"))) || /* @__PURE__ */ React$2.createElement(React$2.Fragment, null, kpi.label)), /* @__PURE__ */ React$2.createElement("span", { className: classes.kpiValue }, /* @__PURE__ */ React$2.createElement(Tooltip$1, {
2581
+ title: kpi.value,
2582
+ arrow: true
2583
+ }, /* @__PURE__ */ React$2.createElement("span", null, abbrNum(kpi.value, 1))))), index !== maxKPIsDisplayed - 1 && /* @__PURE__ */ React$2.createElement(Divider$1, {
2584
+ orientation: "vertical",
2585
+ flexItem: true
2586
+ })))));
2860
2587
  };
2861
2588
  ChipSection.propTypes = {
2862
2589
  filterChips: PropTypes.arrayOf(PropTypes.shape({
@@ -2886,20 +2613,16 @@ const IconButtonWithTooltip = ({ icon, title, disabled, onClick, className, flue
2886
2613
  onClick: disabled ? void 0 : onClick
2887
2614
  };
2888
2615
  const classes = useStyles$4();
2889
- return /* @__PURE__ */ jsx(Tooltip, {
2890
- title,
2891
- children: /* @__PURE__ */ jsx(IconButton, {
2892
- id,
2893
- udprecordid,
2894
- className: `${className} ${classes.root}`,
2895
- ...other,
2896
- ...adjustedButtonProps,
2897
- children: /* @__PURE__ */ jsx(FluentIcon, {
2898
- className: fluentIconClassName,
2899
- component: icon
2900
- })
2901
- })
2902
- });
2616
+ return /* @__PURE__ */ React$1.createElement(Tooltip, { title }, /* @__PURE__ */ React$1.createElement(IconButton, {
2617
+ id,
2618
+ udprecordid,
2619
+ className: `${className} ${classes.root}`,
2620
+ ...other,
2621
+ ...adjustedButtonProps
2622
+ }, /* @__PURE__ */ React$1.createElement(FluentIcon, {
2623
+ className: fluentIconClassName,
2624
+ component: icon
2625
+ })));
2903
2626
  };
2904
2627
 
2905
2628
  //#endregion
@@ -2918,7 +2641,7 @@ const useStyles$3 = makeStyles((theme) => ({
2918
2641
  const ActionItem = memo((props) => {
2919
2642
  const { icon, title, onClick, disabled, businessObjectKey = "" } = props;
2920
2643
  const classes = useStyles$3();
2921
- return /* @__PURE__ */ jsx(IconButtonWithTooltip, {
2644
+ return /* @__PURE__ */ React$1.createElement(IconButtonWithTooltip, {
2922
2645
  title,
2923
2646
  className: classes.icon,
2924
2647
  size: "small",
@@ -3010,47 +2733,40 @@ const ActionsRenderer = memo((props) => {
3010
2733
  }
3011
2734
  if (item.getTitle) title = item.getTitle(value);
3012
2735
  if (item.checkDisabled) disabled = item.checkDisabled(value);
3013
- return /* @__PURE__ */ jsxs(Fragment$1, { children: [item.loading && /* @__PURE__ */ jsx("div", {
3014
- style: {
3015
- display: "inline-flex",
3016
- marginRight: 10
3017
- },
3018
- children: /* @__PURE__ */ jsx(Skeleton, {
3019
- className: classes.circularSkeleton,
3020
- width: 24,
3021
- height: 40
3022
- })
3023
- }), !item.loading && /* @__PURE__ */ jsx(ActionItem, {
2736
+ return /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, item.loading && /* @__PURE__ */ React$1.createElement("div", { style: {
2737
+ display: "inline-flex",
2738
+ marginRight: 10
2739
+ } }, /* @__PURE__ */ React$1.createElement(Skeleton, {
2740
+ className: classes.circularSkeleton,
2741
+ width: 24,
2742
+ height: 40
2743
+ })), !item.loading && /* @__PURE__ */ React$1.createElement(ActionItem, {
2744
+ key: `${item.id}-${index}`,
3024
2745
  title,
3025
2746
  icon: item.icon,
3026
2747
  onClick: onClick$1,
3027
2748
  disabled,
3028
2749
  businessObjectKey: value?.businessObjectKey
3029
- }, `${item.id}-${index}`)] });
2750
+ }));
3030
2751
  });
3031
- return /* @__PURE__ */ jsxs("div", { children: [
3032
- displayActions,
3033
- /* @__PURE__ */ jsx(SideSheet, {
3034
- open: sheetOpen,
3035
- onClose: closeSheet,
3036
- title: sheetItem?.title,
3037
- width: sheetItem?.width || 600,
3038
- buttonLabel: sideSheetButtonLabel,
3039
- onSubmit: sideSheetOnSubmit,
3040
- children: /* @__PURE__ */ jsx("div", { children: sheetItem?.children })
3041
- }),
3042
- /* @__PURE__ */ jsx(FluentDialog, {
3043
- open: dialogOpen,
3044
- handleClose: closeDialog,
3045
- title: dialogItem?.title,
3046
- message: dialogItem?.message,
3047
- actionOne: dialogItem?.closeDialog,
3048
- labelOne: dialogItem?.labelOne,
3049
- actionTwo: dialogItem?.actionTwo,
3050
- labelTwo: dialogItem?.labelTwo,
3051
- progress: dialogItem?.isLoading
3052
- })
3053
- ] });
2752
+ return /* @__PURE__ */ React$1.createElement("div", null, displayActions, /* @__PURE__ */ React$1.createElement(SideSheet, {
2753
+ open: sheetOpen,
2754
+ onClose: closeSheet,
2755
+ title: sheetItem?.title,
2756
+ width: sheetItem?.width || 600,
2757
+ buttonLabel: sideSheetButtonLabel,
2758
+ onSubmit: sideSheetOnSubmit
2759
+ }, /* @__PURE__ */ React$1.createElement("div", null, sheetItem?.children)), /* @__PURE__ */ React$1.createElement(FluentDialog, {
2760
+ open: dialogOpen,
2761
+ handleClose: closeDialog,
2762
+ title: dialogItem?.title,
2763
+ message: dialogItem?.message,
2764
+ actionOne: dialogItem?.closeDialog,
2765
+ labelOne: dialogItem?.labelOne,
2766
+ actionTwo: dialogItem?.actionTwo,
2767
+ labelTwo: dialogItem?.labelTwo,
2768
+ progress: dialogItem?.isLoading
2769
+ }));
3054
2770
  });
3055
2771
  ActionItem.displayName = "ActionItem";
3056
2772
  ActionsRenderer.displayName = "ActionsRenderer";
@@ -3084,20 +2800,10 @@ const HintPanel = ({ hint, hideHintText }) => {
3084
2800
  const handleHideHint = () => {
3085
2801
  setShowHint(false);
3086
2802
  };
3087
- return /* @__PURE__ */ jsx("div", {
3088
- className: classes.hintContainer,
3089
- children: showHint && /* @__PURE__ */ jsxs("div", {
3090
- className: classes.hintContent,
3091
- children: [/* @__PURE__ */ jsx("div", { children: hint }), /* @__PURE__ */ jsx("div", {
3092
- className: classes.hidehelp,
3093
- children: /* @__PURE__ */ jsx("button", {
3094
- className: classes.hideHintButton,
3095
- onClick: handleHideHint,
3096
- children: hideHintText
3097
- })
3098
- })]
3099
- })
3100
- });
2803
+ return /* @__PURE__ */ React$1.createElement("div", { className: classes.hintContainer }, showHint && /* @__PURE__ */ React$1.createElement("div", { className: classes.hintContent }, /* @__PURE__ */ React$1.createElement("div", null, hint), /* @__PURE__ */ React$1.createElement("div", { className: classes.hidehelp }, /* @__PURE__ */ React$1.createElement("button", {
2804
+ className: classes.hideHintButton,
2805
+ onClick: handleHideHint
2806
+ }, hideHintText))));
3101
2807
  };
3102
2808
  HintPanel.propTypes = {
3103
2809
  hint: PropTypes.string.isRequired,
@@ -3128,7 +2834,7 @@ const GridViewsSideSheet = (props) => {
3128
2834
  const handleChipClick = () => {
3129
2835
  onChange(id);
3130
2836
  };
3131
- return /* @__PURE__ */ jsx(Chip$1, {
2837
+ return /* @__PURE__ */ React$1.createElement(Chip$1, {
3132
2838
  label: value === VisibilityTypeEnums.Public ? t("Public") : t("Private"),
3133
2839
  onClick: handleChipClick,
3134
2840
  className: value === VisibilityTypeEnums.Public ? classes.publicChip : classes.privateChip,
@@ -3181,7 +2887,7 @@ const GridViewsSideSheet = (props) => {
3181
2887
  }
3182
2888
  ]
3183
2889
  };
3184
- return /* @__PURE__ */ jsxs(SideSheet, {
2890
+ return /* @__PURE__ */ React$1.createElement(SideSheet, {
3185
2891
  id: "udpRecord-GridViewsSideSheet",
3186
2892
  udprecordid: "udpRecord-GridViewsSideSheet",
3187
2893
  open,
@@ -3189,42 +2895,39 @@ const GridViewsSideSheet = (props) => {
3189
2895
  width: "40%",
3190
2896
  title: "Select a View",
3191
2897
  buttonLabel: "Create View",
3192
- onSubmit: openSaveView,
3193
- children: [/* @__PURE__ */ jsx("div", {
3194
- style: { marginBottom: 10 },
3195
- children: /* @__PURE__ */ jsx(HintPanel, {
3196
- hint: "Quickly access and manage your pre-configured table/grid views. These views are designed to help you focus on specific sets of data and streamline your workflow.",
3197
- hideHintText: "Hide Help"
3198
- })
3199
- }), /* @__PURE__ */ jsx(AmbientGridTemplate, {
3200
- gridOptions,
3201
- title: "Saved Views",
3202
- rowData: rowData || [],
3203
- onGridReady,
3204
- suppressCellSelection: true,
3205
- suppressRowClickSelection: true,
3206
- sideBar: false,
3207
- pivotMode: false,
3208
- pivotPanelShow: "never",
3209
- animateRows: true,
3210
- pagination: false,
3211
- api: gApi,
3212
- useNewHeader: true,
3213
- hiddenActionButtons: [
3214
- "saveView",
3215
- "views",
3216
- "insights",
3217
- "importExport",
3218
- "group",
3219
- "filter",
3220
- "columns",
3221
- "fitGrid",
3222
- "expandGrid",
3223
- "clearFilters"
3224
- ]
3225
- })]
3226
- });
2898
+ onSubmit: openSaveView
2899
+ }, /* @__PURE__ */ React$1.createElement("div", { style: { marginBottom: 10 } }, /* @__PURE__ */ React$1.createElement(HintPanel, {
2900
+ hint: "Quickly access and manage your pre-configured table/grid views. These views are designed to help you focus on specific sets of data and streamline your workflow.",
2901
+ hideHintText: "Hide Help"
2902
+ })), /* @__PURE__ */ React$1.createElement(AmbientGridTemplate, {
2903
+ gridOptions,
2904
+ title: "Saved Views",
2905
+ rowData: rowData || [],
2906
+ onGridReady,
2907
+ suppressCellSelection: true,
2908
+ suppressRowClickSelection: true,
2909
+ sideBar: false,
2910
+ pivotMode: false,
2911
+ pivotPanelShow: "never",
2912
+ animateRows: true,
2913
+ pagination: false,
2914
+ api: gApi,
2915
+ useNewHeader: true,
2916
+ hiddenActionButtons: [
2917
+ "saveView",
2918
+ "views",
2919
+ "insights",
2920
+ "importExport",
2921
+ "group",
2922
+ "filter",
2923
+ "columns",
2924
+ "fitGrid",
2925
+ "expandGrid",
2926
+ "clearFilters"
2927
+ ]
2928
+ }));
3227
2929
  };
2930
+ var GridViewsSideSheet_default = GridViewsSideSheet;
3228
2931
  GridViewsSideSheet.propTypes = {
3229
2932
  onClose: PropTypes.func.isRequired,
3230
2933
  open: PropTypes.bool.isRequired,
@@ -3253,60 +2956,52 @@ const BulkActionsGridButton = (props) => {
3253
2956
  const filterAction = (action) => {
3254
2957
  return !!domain ? JSON.parse(action?.parameters)?.entityName === domain : true;
3255
2958
  };
3256
- return /* @__PURE__ */ jsxs("div", {
3257
- style: {
3258
- marginTop: 5,
3259
- marginLeft: 20
2959
+ return /* @__PURE__ */ React$1.createElement("div", { style: {
2960
+ marginTop: 5,
2961
+ marginLeft: 20
2962
+ } }, /* @__PURE__ */ React$1.createElement(Badge, {
2963
+ badgeContent: numSelectedRows,
2964
+ color: "secondary"
2965
+ }, /* @__PURE__ */ React$1.createElement(FluentButton, {
2966
+ type: "button",
2967
+ onClick: handleBulkActionsClick,
2968
+ variant: "outlined",
2969
+ color: "primary",
2970
+ endIcon: /* @__PURE__ */ React$1.createElement(FluentIcon, {
2971
+ component: ChevronDownIcon,
2972
+ size: "small"
2973
+ })
2974
+ }, "With Selected")), /* @__PURE__ */ React$1.createElement(Popover, {
2975
+ id: "actions",
2976
+ open: Boolean(actionsAnchorEl),
2977
+ anchorEl: actionsAnchorEl,
2978
+ onClose: () => setActionsAnchorEl(null),
2979
+ anchorOrigin: {
2980
+ vertical: "bottom",
2981
+ horizontal: "right"
3260
2982
  },
3261
- children: [/* @__PURE__ */ jsx(Badge, {
3262
- badgeContent: numSelectedRows,
3263
- color: "secondary",
3264
- children: /* @__PURE__ */ jsx(FluentButton, {
3265
- type: "button",
3266
- onClick: handleBulkActionsClick,
3267
- variant: "outlined",
3268
- color: "primary",
3269
- endIcon: /* @__PURE__ */ jsx(FluentIcon, {
3270
- component: ChevronDownIcon,
3271
- size: "small"
3272
- }),
3273
- children: "With Selected"
3274
- })
3275
- }), /* @__PURE__ */ jsx(Popover, {
3276
- id: "actions",
3277
- open: Boolean(actionsAnchorEl),
3278
- anchorEl: actionsAnchorEl,
3279
- onClose: () => setActionsAnchorEl(null),
3280
- anchorOrigin: {
3281
- vertical: "bottom",
3282
- horizontal: "right"
3283
- },
3284
- transformOrigin: {
3285
- vertical: "top",
3286
- horizontal: "right"
2983
+ transformOrigin: {
2984
+ vertical: "top",
2985
+ horizontal: "right"
2986
+ }
2987
+ }, bulkActions && bulkActions.map((action) => {
2988
+ const valid = filterAction(action);
2989
+ return /* @__PURE__ */ React$1.createElement(Tooltip, {
2990
+ placement: "right",
2991
+ title: !valid ? "Action entity does not match data grid entity" : ""
2992
+ }, /* @__PURE__ */ React$1.createElement("span", null, /* @__PURE__ */ React$1.createElement(MenuItem, {
2993
+ onClick: () => triggerBulkAction(action.actionId),
2994
+ style: {
2995
+ display: "flex",
2996
+ justifyContent: "space-between"
3287
2997
  },
3288
- children: bulkActions && bulkActions.map((action) => {
3289
- const valid = filterAction(action);
3290
- return /* @__PURE__ */ jsx(Tooltip, {
3291
- placement: "right",
3292
- title: !valid ? "Action entity does not match data grid entity" : "",
3293
- children: /* @__PURE__ */ jsx("span", { children: /* @__PURE__ */ jsxs(MenuItem, {
3294
- onClick: () => triggerBulkAction(action.actionId),
3295
- style: {
3296
- display: "flex",
3297
- justifyContent: "space-between"
3298
- },
3299
- disabled: !valid,
3300
- children: [/* @__PURE__ */ jsx(Typography, { children: action.name }), /* @__PURE__ */ jsx(FluentIcon, {
3301
- component: valid ? action.icon ?? AppIconDefaultIcon : ErrorIcon,
3302
- style: { marginLeft: 7 },
3303
- color: !valid && "red"
3304
- })]
3305
- }) })
3306
- });
3307
- })
3308
- })]
3309
- });
2998
+ disabled: !valid
2999
+ }, /* @__PURE__ */ React$1.createElement(Typography, null, action.name), /* @__PURE__ */ React$1.createElement(FluentIcon, {
3000
+ component: valid ? action.icon ?? AppIconDefaultIcon : ErrorIcon,
3001
+ style: { marginLeft: 7 },
3002
+ color: !valid && "red"
3003
+ }))));
3004
+ })));
3310
3005
  };
3311
3006
 
3312
3007
  //#endregion
@@ -3626,165 +3321,137 @@ const AmbientGridTemplate = (props) => {
3626
3321
  useEffect(() => {
3627
3322
  if (additionalFilters) setAdditionalFilterChips(additionalFilters);
3628
3323
  }, [additionalFilters]);
3629
- return /* @__PURE__ */ jsxs(Fragment$1, { children: [
3630
- !hideHeader && useNewHeader && gApi && /* @__PURE__ */ jsx(GridPrimaryBar, {
3631
- title,
3632
- showFilter: setSideBarInvisible,
3633
- selected: isVisible,
3634
- onChange: onSearch || handleFilterChange,
3635
- showGroup: showGrouping,
3636
- value,
3637
- saveViewClick: openSaveView,
3638
- viewsClick: openViews,
3639
- handleChange,
3640
- fitClick: fitToSpace,
3641
- expandClick: autoSizeAllWithoutHeader,
3642
- exportClick: exportGrid,
3643
- insightsClick,
3644
- clearClick: restoreGridDefault,
3645
- filterClick: onFilterClick,
3646
- columnsClick: onColumnsClick,
3647
- hideSearchBar,
3648
- secondaryActionButtons: secondaryActionButtons || [],
3649
- onPrimaryActionClick,
3650
- primaryActionDisabled,
3651
- primaryActionLabel,
3652
- primaryActionIcon,
3653
- hiddenActionButtons: hiddenActionButtons || [],
3654
- hiddenLabels: hiddenLabels || [],
3655
- background: headerBackgroundColor,
3656
- onSearchKeyDown
3657
- }),
3658
- useNewHeader && (kpiValues?.length > 0 || filterChips?.length > 0 || filters?.length > 0 || viewChips?.length > 0 || additionalFilterChips?.length > 0) && /* @__PURE__ */ jsxs("div", {
3659
- style: {
3660
- display: "flex",
3661
- flexDirection: "row",
3662
- height: 40
3663
- },
3664
- children: [/* @__PURE__ */ jsx(Grow, {
3665
- in: bulkActions && numSelectedRows > 0,
3666
- unmountOnExit: true,
3667
- children: /* @__PURE__ */ jsx(BulkActionsGridButton, {
3668
- bulkActions,
3669
- numSelectedRows,
3670
- triggerAction: handleTriggerAction,
3671
- domain
3672
- })
3673
- }), /* @__PURE__ */ jsx(ChipSection, {
3674
- filterChips,
3675
- viewChips,
3676
- additionalFilterChips,
3677
- kpiValues,
3678
- handleDelete: handleChipDelete,
3679
- setAdditionalFilterChips,
3680
- setViewChips,
3681
- setFilter
3682
- })]
3683
- }),
3684
- useNewHeader && gApi && gcApi && /* @__PURE__ */ jsx(GridViewsSideSheet, {
3685
- open: viewsOpen,
3686
- onClose: closeViews,
3687
- openSaveView,
3688
- setViewChips,
3689
- setFilter: setView,
3690
- rowData: views,
3691
- setSelectedView
3692
- }),
3693
- !hideHeader && !useNewHeader && /* @__PURE__ */ jsx(GridActionBar, {
3694
- title,
3695
- showFilter: setSideBarInvisible,
3696
- selected: isVisible,
3697
- onChange: onSearch || handleFilterChange,
3698
- showGroup: showGrouping,
3699
- value,
3700
- handleChange,
3701
- fitClick: fitToSpace,
3702
- expandClick: autoSizeAllWithoutHeader,
3703
- exportClick: exportGrid,
3704
- clearClick: restoreGridDefault,
3705
- saveGridConfig,
3706
- deleteGridConfig,
3707
- clearGridConfig,
3708
- hideFitGrid,
3709
- hideExpandGrid,
3710
- hideExportGrid,
3711
- hideRemoveFilters,
3712
- hideFilterTab,
3713
- hideGroupTab,
3714
- hideColumnTab,
3715
- hideSearchBar,
3716
- children: primaryActionButton && /* @__PURE__ */ jsx("div", {
3717
- className: classes.pab,
3718
- children: primaryActionButton
3719
- })
3720
- }),
3721
- loading && /* @__PURE__ */ jsx(LinearProgress, {}),
3722
- /* @__PURE__ */ jsxs("div", {
3723
- style: { display: "flex" },
3724
- children: [
3725
- /* @__PURE__ */ jsx("div", {
3726
- style: { width: "100%" },
3727
- children: /* @__PURE__ */ jsx(AgTable, {
3728
- ...agGridOptions,
3729
- columnDefs,
3730
- dynamicSizing: !disableDynamicSizing,
3731
- rowData: data || emptyArr,
3732
- onGridReady: gridReady || onGridReady,
3733
- onRowSelected: handleRowSelected,
3734
- suppressCellSelection: true,
3735
- suppressRowClickSelection: false,
3736
- defaultColDef: defaultColActionsDef,
3737
- enableRangeSelection: true,
3738
- enableColResize: true,
3739
- sideBar: sidebarIsVisible,
3740
- pivotMode: false,
3741
- pivotPanelShow: "never",
3742
- groupSelectsChildren: true,
3743
- animateRows: false,
3744
- pagination: !disablePagination,
3745
- showOpenedGroup: true,
3746
- paginateChildRows: true,
3747
- paginationPageSize,
3748
- modules: rowModelType === "serverSide" ? [ServerSideRowModelModule] : [],
3749
- onFirstDataRendered: firstDataRendered,
3750
- rowModelType,
3751
- rowClassRules: { "first-row-in-group": (params) => params.node.rowIndex !== 0 && params.node.firstChild },
3752
- height,
3753
- api: gApi,
3754
- rowSelection: !disableRowSelection && (bulkActions ? "multiple" : "single"),
3755
- hideHeader,
3756
- ...otherGridProps
3757
- })
3758
- }),
3759
- showGroupOptions && /* @__PURE__ */ jsx("div", {
3760
- className: classes.groupSideBar,
3761
- children: /* @__PURE__ */ jsx(GridGroupingSidebar, {
3762
- groupItem: (item) => groupGridItems(item),
3763
- closeClick: () => groupGridItems(""),
3764
- expandClick: expandGroupedGrid,
3765
- collapseClick: collapseGroupedGrid,
3766
- groupingData,
3767
- height
3768
- })
3769
- }),
3770
- !hiddenActionButtons?.includes("saveView") && /* @__PURE__ */ jsx(SaveViewFormDialog, {
3771
- open: saveViewOpen,
3772
- handleClose: closeSaveView,
3773
- application: applicationName,
3774
- tenant: tenantName,
3775
- user,
3776
- columnDefsValues,
3777
- refetchViews: refetch,
3778
- gApi,
3779
- gcApi,
3780
- setSelectedView: setView,
3781
- gridId,
3782
- domain,
3783
- apiCatalogId
3784
- })
3785
- ]
3786
- })
3787
- ] });
3324
+ return /* @__PURE__ */ React$1.createElement(React$1.Fragment, null, !hideHeader && useNewHeader && gApi && /* @__PURE__ */ React$1.createElement(GridPrimaryBar, {
3325
+ title,
3326
+ showFilter: setSideBarInvisible,
3327
+ selected: isVisible,
3328
+ onChange: onSearch || handleFilterChange,
3329
+ showGroup: showGrouping,
3330
+ value,
3331
+ saveViewClick: openSaveView,
3332
+ viewsClick: openViews,
3333
+ handleChange,
3334
+ fitClick: fitToSpace,
3335
+ expandClick: autoSizeAllWithoutHeader,
3336
+ exportClick: exportGrid,
3337
+ insightsClick,
3338
+ clearClick: restoreGridDefault,
3339
+ filterClick: onFilterClick,
3340
+ columnsClick: onColumnsClick,
3341
+ hideSearchBar,
3342
+ secondaryActionButtons: secondaryActionButtons || [],
3343
+ onPrimaryActionClick,
3344
+ primaryActionDisabled,
3345
+ primaryActionLabel,
3346
+ primaryActionIcon,
3347
+ hiddenActionButtons: hiddenActionButtons || [],
3348
+ hiddenLabels: hiddenLabels || [],
3349
+ background: headerBackgroundColor,
3350
+ onSearchKeyDown
3351
+ }), useNewHeader && (kpiValues?.length > 0 || filterChips?.length > 0 || filters?.length > 0 || viewChips?.length > 0 || additionalFilterChips?.length > 0) && /* @__PURE__ */ React$1.createElement("div", { style: {
3352
+ display: "flex",
3353
+ flexDirection: "row",
3354
+ height: 40
3355
+ } }, /* @__PURE__ */ React$1.createElement(Grow, {
3356
+ in: bulkActions && numSelectedRows > 0,
3357
+ unmountOnExit: true
3358
+ }, /* @__PURE__ */ React$1.createElement(BulkActionsGridButton, {
3359
+ bulkActions,
3360
+ numSelectedRows,
3361
+ triggerAction: handleTriggerAction,
3362
+ domain
3363
+ })), /* @__PURE__ */ React$1.createElement(ChipSection, {
3364
+ filterChips,
3365
+ viewChips,
3366
+ additionalFilterChips,
3367
+ kpiValues,
3368
+ handleDelete: handleChipDelete,
3369
+ setAdditionalFilterChips,
3370
+ setViewChips,
3371
+ setFilter
3372
+ })), useNewHeader && gApi && gcApi && /* @__PURE__ */ React$1.createElement(GridViewsSideSheet_default, {
3373
+ open: viewsOpen,
3374
+ onClose: closeViews,
3375
+ openSaveView,
3376
+ setViewChips,
3377
+ setFilter: setView,
3378
+ rowData: views,
3379
+ setSelectedView
3380
+ }), !hideHeader && !useNewHeader && /* @__PURE__ */ React$1.createElement(GridActionBar, {
3381
+ title,
3382
+ showFilter: setSideBarInvisible,
3383
+ selected: isVisible,
3384
+ onChange: onSearch || handleFilterChange,
3385
+ showGroup: showGrouping,
3386
+ value,
3387
+ handleChange,
3388
+ fitClick: fitToSpace,
3389
+ expandClick: autoSizeAllWithoutHeader,
3390
+ exportClick: exportGrid,
3391
+ clearClick: restoreGridDefault,
3392
+ saveGridConfig,
3393
+ deleteGridConfig,
3394
+ clearGridConfig,
3395
+ hideFitGrid,
3396
+ hideExpandGrid,
3397
+ hideExportGrid,
3398
+ hideRemoveFilters,
3399
+ hideFilterTab,
3400
+ hideGroupTab,
3401
+ hideColumnTab,
3402
+ hideSearchBar
3403
+ }, primaryActionButton && /* @__PURE__ */ React$1.createElement("div", { className: classes.pab }, primaryActionButton)), loading && /* @__PURE__ */ React$1.createElement(LinearProgress, null), /* @__PURE__ */ React$1.createElement("div", { style: { display: "flex" } }, /* @__PURE__ */ React$1.createElement("div", { style: { width: "100%" } }, /* @__PURE__ */ React$1.createElement(AgTable, {
3404
+ ...agGridOptions,
3405
+ columnDefs,
3406
+ dynamicSizing: !disableDynamicSizing,
3407
+ rowData: data || emptyArr,
3408
+ onGridReady: gridReady || onGridReady,
3409
+ onRowSelected: handleRowSelected,
3410
+ suppressCellSelection: true,
3411
+ suppressRowClickSelection: false,
3412
+ defaultColDef: defaultColActionsDef,
3413
+ enableRangeSelection: true,
3414
+ enableColResize: true,
3415
+ sideBar: sidebarIsVisible,
3416
+ pivotMode: false,
3417
+ pivotPanelShow: "never",
3418
+ groupSelectsChildren: true,
3419
+ animateRows: false,
3420
+ pagination: !disablePagination,
3421
+ showOpenedGroup: true,
3422
+ paginateChildRows: true,
3423
+ paginationPageSize,
3424
+ modules: rowModelType === "serverSide" ? [ServerSideRowModelModule] : [],
3425
+ onFirstDataRendered: firstDataRendered,
3426
+ rowModelType,
3427
+ rowClassRules: { "first-row-in-group": (params) => params.node.rowIndex !== 0 && params.node.firstChild },
3428
+ height,
3429
+ api: gApi,
3430
+ rowSelection: !disableRowSelection && (bulkActions ? "multiple" : "single"),
3431
+ hideHeader,
3432
+ ...otherGridProps
3433
+ })), showGroupOptions && /* @__PURE__ */ React$1.createElement("div", { className: classes.groupSideBar }, /* @__PURE__ */ React$1.createElement(GridGroupingSidebar, {
3434
+ groupItem: (item) => groupGridItems(item),
3435
+ closeClick: () => groupGridItems(""),
3436
+ expandClick: expandGroupedGrid,
3437
+ collapseClick: collapseGroupedGrid,
3438
+ groupingData,
3439
+ height
3440
+ })), !hiddenActionButtons?.includes("saveView") && /* @__PURE__ */ React$1.createElement(SaveViewFormDialog, {
3441
+ open: saveViewOpen,
3442
+ handleClose: closeSaveView,
3443
+ application: applicationName,
3444
+ tenant: tenantName,
3445
+ user,
3446
+ columnDefsValues,
3447
+ refetchViews: refetch,
3448
+ gApi,
3449
+ gcApi,
3450
+ setSelectedView: setView,
3451
+ gridId,
3452
+ domain,
3453
+ apiCatalogId
3454
+ })));
3788
3455
  };
3789
3456
  AmbientGridTemplate.propTypes = {
3790
3457
  columnDefs: PropTypes.array,
@@ -3848,4 +3515,4 @@ AmbientGridTemplate.propTypes = {
3848
3515
 
3849
3516
  //#endregion
3850
3517
  export { ActionContext, ActionDispatchContext, ActionLoadingDispatchContext, ActionsRenderer, AgTable, AgTableButtons, AmbientGridTemplate, AmbientTextField, AmbientToggleButton, AmbientTokenButton, DynamicContainerWithMenu, Ellipse, FilterOperators, FluentDialog, GridActionBar, GridGroupingHeader, GridGroupingSidebar, GridSidebarContainer, IconButtonWithTooltip, LicenseKey, SearchOperators, Token, clearGridState, deleteGridState, findTermByType, getCommonEntityName, getEllipseColor, getEntityAttributes, getFullyQualifiedName, getGridState, getPathObject, getPathParametersObj, getPrimaryKeyValues, getSanitizedName, getSuccessAction, isValueSelected, onFirstDataRendered, saveGridState, useActionState, useActionStore, useActions, useAgGridApi, useCatalogStore, useDynamicListCalculation, useExport, useGridClear, useGridFormat, useHandleAction, useInquiryStore, useQuickFilter };
3851
- //# sourceMappingURL=AmbientGridTemplate-C4cO-UBE.js.map
3518
+ //# sourceMappingURL=AmbientGridTemplate-BLwgiqwK.js.map