udp-react-enterprise-component-library 1.0.6 → 25.1.0-beta.2

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 (566) hide show
  1. package/dist/AmbientGridTemplate-BLwgiqwK.js.map +1 -1
  2. package/dist/SideSheet-CPHhyWLB.js.map +1 -1
  3. package/dist/index.js +29 -14
  4. package/dist/index.js.map +1 -1
  5. package/dist/propertyTypeEnums-DTGsK5-s.js.map +1 -1
  6. package/dist/types/UI/AlertContainer.d.ts +2 -1
  7. package/dist/types/UI/Box.d.ts +2 -1
  8. package/dist/types/UI/Grid.d.ts +2 -1
  9. package/dist/types/UI/SuccessAction.d.ts +2 -1
  10. package/dist/types/UI/accordion/Accordion.d.ts +2 -1
  11. package/dist/types/UI/charts/UdpDistributionChart.d.ts +2 -1
  12. package/dist/types/UI/charts/index.d.ts +2 -6
  13. package/dist/types/UI/components/dataDisplay/Ellipse.d.ts +2 -1
  14. package/dist/types/UI/components/dataDisplay/EmailDisplay.d.ts +2 -1
  15. package/dist/types/UI/components/dataDisplay/SmsDisplay.d.ts +2 -1
  16. package/dist/types/UI/components/dataDisplay/Sticky.d.ts +2 -1
  17. package/dist/types/UI/components/dataDisplay/Token.d.ts +2 -1
  18. package/dist/types/UI/components/feedback/Adornment.d.ts +2 -1
  19. package/dist/types/UI/containers/DynamicContainerWithMenu.d.ts +2 -1
  20. package/dist/types/UI/dataDisplay/AmbientList.d.ts +2 -1
  21. package/dist/types/UI/dataDisplay/CompactDataList.d.ts +2 -1
  22. package/dist/types/UI/dataDisplay/CompactDataListItem.d.ts +2 -1
  23. package/dist/types/UI/dataDisplay/EmptyStateDisplay.d.ts +2 -1
  24. package/dist/types/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +2 -1
  25. package/dist/types/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +2 -1
  26. package/dist/types/UI/dataDisplay/FluentDataTable/FluentBody/index.d.ts +2 -2
  27. package/dist/types/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +10 -10
  28. package/dist/types/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +11 -1
  29. package/dist/types/UI/dataDisplay/FluentDataTable/FluentHead/index.d.ts +2 -2
  30. package/dist/types/UI/dataDisplay/FluentDataTable/FluentRow/index.d.ts +2 -2
  31. package/dist/types/UI/dataDisplay/FluentListElement.d.ts +2 -1
  32. package/dist/types/UI/dataDisplay/FluentListItem.d.ts +3 -1
  33. package/dist/types/UI/dataDisplay/GraphCard.d.ts +2 -1
  34. package/dist/types/UI/dataDisplay/HeaderExpander.d.ts +2 -1
  35. package/dist/types/UI/dataDisplay/HintPanel.d.ts +2 -1
  36. package/dist/types/UI/dataDisplay/StatusChip.d.ts +2 -1
  37. package/dist/types/UI/dataDisplay/StatusFlags.d.ts +2 -1
  38. package/dist/types/UI/dataDisplay/SummaryBlock.d.ts +2 -1
  39. package/dist/types/UI/dataDisplay/TimelineCalendar.d.ts +2 -1
  40. package/dist/types/UI/dataDisplay/address/AddressListItem.d.ts +2 -1
  41. package/dist/types/UI/dataDisplay/cardList/CardList.d.ts +2 -1
  42. package/dist/types/UI/dataDisplay/directory/Directory.d.ts +2 -1
  43. package/dist/types/UI/dataDisplay/directory/DirectoryListItem.d.ts +2 -1
  44. package/dist/types/UI/dataDisplay/entityHeader/EntityHeader.d.ts +2 -1
  45. package/dist/types/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +1 -1
  46. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +2 -1
  47. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +2 -1
  48. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +2 -1
  49. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +2 -1
  50. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +2 -1
  51. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +2 -1
  52. package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +2 -1
  53. package/dist/types/UI/dataDisplay/map/ColorKey.d.ts +2 -1
  54. package/dist/types/UI/dataDisplay/map/FluentIconKey.d.ts +2 -1
  55. package/dist/types/UI/dataDisplay/map/IconKey.d.ts +2 -1
  56. package/dist/types/UI/dataDisplay/notes/Note.d.ts +2 -1
  57. package/dist/types/UI/dataDisplay/ticketCard/NotificationElement.d.ts +2 -1
  58. package/dist/types/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +2 -1
  59. package/dist/types/UI/dataDisplay/ticketCard/TicketCard.d.ts +2 -1
  60. package/dist/types/UI/dataDisplay/typography/FormHeaders.d.ts +3 -2
  61. package/dist/types/UI/dataDisplay/typography/SideSheetHeader.d.ts +2 -1
  62. package/dist/types/UI/dataDisplay/typography/SidebarHeader.d.ts +2 -1
  63. package/dist/types/UI/dataDisplay/typography/StandardTitle.d.ts +2 -1
  64. package/dist/types/UI/dataDisplay/typography/StylizedTitle.d.ts +2 -1
  65. package/dist/types/UI/dataDisplay/typography/Typography.d.ts +2 -1
  66. package/dist/types/UI/dataDisplay/visualization/GaugeGraph.d.ts +2 -1
  67. package/dist/types/UI/dataDisplay/visualization/RatioVisulization.d.ts +2 -1
  68. package/dist/types/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +2 -1
  69. package/dist/types/UI/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +2 -1
  70. package/dist/types/UI/demos/InputsExample.d.ts +2 -1
  71. package/dist/types/UI/feedback/AmbientAlert.d.ts +2 -1
  72. package/dist/types/UI/feedback/AmbientToast.d.ts +2 -1
  73. package/dist/types/UI/feedback/FluentDialog.d.ts +2 -1
  74. package/dist/types/UI/feedback/NodeLoader.d.ts +2 -1
  75. package/dist/types/UI/feedback/PageLoading.d.ts +2 -1
  76. package/dist/types/UI/fileViewer/FileViewer.d.ts +3 -1
  77. package/dist/types/UI/fileViewer/imageSlider/Image.d.ts +2 -1
  78. package/dist/types/UI/fileViewer/imageSlider/ImageFooter.d.ts +2 -1
  79. package/dist/types/UI/fileViewer/imageSlider/ImageSlider.d.ts +2 -1
  80. package/dist/types/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +2 -1
  81. package/dist/types/UI/fileViewer/pdfViewer/ControlPanel.d.ts +2 -1
  82. package/dist/types/UI/floorplans/CoreLayoutFloorplan.d.ts +2 -1
  83. package/dist/types/UI/forms/CrudForm.d.ts +2 -1
  84. package/dist/types/UI/forms/LoginForm.d.ts +2 -1
  85. package/dist/types/UI/forms/PaymentReversalForm.d.ts +2 -1
  86. package/dist/types/UI/forms/UdpCrudFormFields.d.ts +2 -1
  87. package/dist/types/UI/forms/VirtualForm.d.ts +2 -1
  88. package/dist/types/UI/iframe/Iframe.d.ts +2 -1
  89. package/dist/types/UI/inputs/buttons/AdvanceButton.d.ts +2 -1
  90. package/dist/types/UI/inputs/buttons/AmbientCardButton.d.ts +2 -1
  91. package/dist/types/UI/inputs/buttons/AmbientChipButton.d.ts +2 -1
  92. package/dist/types/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +2 -1
  93. package/dist/types/UI/inputs/buttons/AmbientToggleButton.d.ts +2 -1
  94. package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +2 -1
  95. package/dist/types/UI/inputs/buttons/AmbientTokenButton.d.ts +2 -1
  96. package/dist/types/UI/inputs/buttons/FUISquareIconButton.d.ts +2 -1
  97. package/dist/types/UI/inputs/buttons/FluentButton.d.ts +2 -1
  98. package/dist/types/UI/inputs/buttons/FluentCompoundButton.d.ts +2 -1
  99. package/dist/types/UI/inputs/buttons/FluentIconButton.d.ts +2 -1
  100. package/dist/types/UI/inputs/buttons/FluentMenuListButton.d.ts +2 -1
  101. package/dist/types/UI/inputs/buttons/FluentMenuListItem.d.ts +2 -1
  102. package/dist/types/UI/inputs/buttons/FluentUploadButton.d.ts +2 -1
  103. package/dist/types/UI/inputs/buttons/FluentUploadIconButton.d.ts +2 -1
  104. package/dist/types/UI/inputs/buttons/IconButtonWithToolTip.d.ts +2 -1
  105. package/dist/types/UI/inputs/buttons/PrimaryActionButton.d.ts +2 -1
  106. package/dist/types/UI/inputs/buttons/ToolBarButton.d.ts +2 -1
  107. package/dist/types/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +2 -1
  108. package/dist/types/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +2 -1
  109. package/dist/types/UI/inputs/checkbox/FluentCheckbox.d.ts +2 -1
  110. package/dist/types/UI/inputs/datetimes/DateField.d.ts +2 -1
  111. package/dist/types/UI/inputs/datetimes/DateTimeField.d.ts +2 -1
  112. package/dist/types/UI/inputs/datetimes/TimeField.d.ts +2 -1
  113. package/dist/types/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +2 -1
  114. package/dist/types/UI/inputs/fieldArrayCard/DateRangeField.d.ts +2 -1
  115. package/dist/types/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +2 -1
  116. package/dist/types/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +2 -1
  117. package/dist/types/UI/inputs/link/BreadCrumbMenu.d.ts +2 -1
  118. package/dist/types/UI/inputs/link/FluentLink.d.ts +2 -1
  119. package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +2 -1
  120. package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +2 -1
  121. package/dist/types/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +3 -1
  122. package/dist/types/UI/inputs/menus/FluentSelectGroupMenu.d.ts +3 -1
  123. package/dist/types/UI/inputs/menus/FluentSelectMenu-old.d.ts +2 -1
  124. package/dist/types/UI/inputs/menus/FluentSelectMenu.d.ts +3 -1
  125. package/dist/types/UI/inputs/menus/FluentSimpleSelect.d.ts +9 -1
  126. package/dist/types/UI/inputs/pickers/FluentColorPicker.d.ts +3 -1
  127. package/dist/types/UI/inputs/pickers/FluentDatePicker.d.ts +2 -1
  128. package/dist/types/UI/inputs/pickers/FluentDateTimePicker.d.ts +2 -1
  129. package/dist/types/UI/inputs/pickers/FluentTimePicker.d.ts +2 -1
  130. package/dist/types/UI/inputs/pickers/UdpDateSelector.d.ts +2 -1
  131. package/dist/types/UI/inputs/pickers/UdpTimeSelector.d.ts +2 -1
  132. package/dist/types/UI/inputs/radio/FluentRadio.d.ts +2 -1
  133. package/dist/types/UI/inputs/radio/FluentRadioGroup.d.ts +2 -1
  134. package/dist/types/UI/inputs/richEditors/CkRichEditor.d.ts +2 -1
  135. package/dist/types/UI/inputs/sliders/FluentInputSlider.d.ts +2 -1
  136. package/dist/types/UI/inputs/textField/AmbientAutoComplete.d.ts +3 -1
  137. package/dist/types/UI/inputs/textField/AmbientTextField.d.ts +2 -1
  138. package/dist/types/UI/inputs/textField/FluentSearchField.d.ts +3 -1
  139. package/dist/types/UI/inputs/textField/FluentTagField.d.ts +3 -2
  140. package/dist/types/UI/inputs/textField/FluentTextField.d.ts +3 -2
  141. package/dist/types/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +3 -1
  142. package/dist/types/UI/inputs/textField/KeyValueTextField.d.ts +2 -1
  143. package/dist/types/UI/inputs/toggle/FluentToggle.d.ts +2 -1
  144. package/dist/types/UI/loading/CircularProgress.d.ts +2 -1
  145. package/dist/types/UI/loading/LinearProgress.d.ts +2 -1
  146. package/dist/types/UI/loading/LoadingIndicator.d.ts +2 -1
  147. package/dist/types/UI/loading/LoadingOverlay.d.ts +2 -1
  148. package/dist/types/UI/mapLayout/MapLayout.d.ts +2 -1
  149. package/dist/types/UI/mapLayout/ui/ActionsRenderer.d.ts +2 -1
  150. package/dist/types/UI/mapLayout/ui/CheckboxGroup.d.ts +2 -1
  151. package/dist/types/UI/mapLayout/ui/CheckboxList.d.ts +2 -1
  152. package/dist/types/UI/mapLayout/ui/CompactCard.d.ts +2 -1
  153. package/dist/types/UI/mapLayout/ui/ListCard.d.ts +3 -2
  154. package/dist/types/UI/mapLayout/ui/ListView.d.ts +2 -1
  155. package/dist/types/UI/mapLayout/ui/MapLayoutToolbar.d.ts +2 -1
  156. package/dist/types/UI/mapLayout/ui/PopoverCard.d.ts +2 -1
  157. package/dist/types/UI/mapLayout/ui/PopoverOverlay.d.ts +2 -1
  158. package/dist/types/UI/mapLayout/ui/Statistic.d.ts +2 -1
  159. package/dist/types/UI/navigation/FluentSideNav.d.ts +2 -1
  160. package/dist/types/UI/navigation/menus/AppMenu.d.ts +2 -1
  161. package/dist/types/UI/navigation/menus/AppMenuItem.d.ts +2 -1
  162. package/dist/types/UI/navigation/menus/AppMenuItemComponent.d.ts +2 -1
  163. package/dist/types/UI/navigation/menus/Expander.d.ts +2 -1
  164. package/dist/types/UI/navigation/menus/ExpanderItem.d.ts +2 -1
  165. package/dist/types/UI/navigation/menus/FluentMenuListItem.d.ts +2 -1
  166. package/dist/types/UI/navigation/tabs/UdpTabPanel.d.ts +2 -1
  167. package/dist/types/UI/navigation/tabs/UdpTabUtility.d.ts +2 -1
  168. package/dist/types/UI/navigation/tabs/UdpTabs.d.ts +2 -1
  169. package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +2 -1
  170. package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +2 -1
  171. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +2 -1
  172. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +2 -1
  173. package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +2 -1
  174. package/dist/types/UI/property/PropertyFields.d.ts +2 -1
  175. package/dist/types/UI/property/widgets/AutoCompletePropertyWidget.d.ts +2 -1
  176. package/dist/types/UI/property/widgets/BooleanPropertyWidget.d.ts +2 -1
  177. package/dist/types/UI/property/widgets/DatePropertyWidget.d.ts +2 -1
  178. package/dist/types/UI/property/widgets/DateTimePropertyWidget.d.ts +2 -1
  179. package/dist/types/UI/property/widgets/FloatPropertyWidget.d.ts +2 -1
  180. package/dist/types/UI/property/widgets/IntegerPropertyWidget.d.ts +2 -1
  181. package/dist/types/UI/property/widgets/MultilineTextPropertyWidget.d.ts +2 -1
  182. package/dist/types/UI/property/widgets/NumericPropertyWidget.d.ts +2 -1
  183. package/dist/types/UI/property/widgets/SelectPropertyWidget.d.ts +2 -1
  184. package/dist/types/UI/property/widgets/TextPropertyWidget.d.ts +3 -2
  185. package/dist/types/UI/property/widgets/TimePropertyWidget.d.ts +2 -1
  186. package/dist/types/UI/property/widgets/index.d.ts +2 -13
  187. package/dist/types/UI/support/SupportCaseForm.d.ts +2 -1
  188. package/dist/types/UI/support/SupportCaseSideSheet.d.ts +2 -1
  189. package/dist/types/UI/surfaces/NestedGrid/NestedGrid.d.ts +4 -3
  190. package/dist/types/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +2 -1
  191. package/dist/types/UI/surfaces/SideSheet.d.ts +3 -2
  192. package/dist/types/UI/surfaces/cards/AmbientCard.d.ts +2 -1
  193. package/dist/types/UI/surfaces/cards/AmbientCardTitle.d.ts +2 -1
  194. package/dist/types/UI/surfaces/cards/AmbientVisualizationCard.d.ts +2 -1
  195. package/dist/types/UI/surfaces/cards/BioCard.d.ts +2 -1
  196. package/dist/types/UI/surfaces/cards/FUICard.d.ts +4 -3
  197. package/dist/types/UI/surfaces/cards/FUICardHeader.d.ts +2 -1
  198. package/dist/types/UI/surfaces/cards/FluentCard.d.ts +2 -1
  199. package/dist/types/UI/surfaces/cards/FluentCardActions.d.ts +2 -1
  200. package/dist/types/UI/surfaces/cards/FluentCardContent.d.ts +2 -1
  201. package/dist/types/UI/surfaces/cards/FluentCardHeader.d.ts +2 -1
  202. package/dist/types/UI/surfaces/cards/FluentCardText.d.ts +2 -1
  203. package/dist/types/UI/surfaces/cards/InfoCard.d.ts +2 -1
  204. package/dist/types/UI/surfaces/cards/QuickViewCard.d.ts +2 -1
  205. package/dist/types/UI/surfaces/cards/newsCard/NewsCard.d.ts +2 -1
  206. package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +2 -1
  207. package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +2 -1
  208. package/dist/types/UI/templates/AmbientGridTemplate.d.ts +2 -1
  209. package/dist/types/UI/templates/DraggableSidebarTemplate.d.ts +2 -1
  210. package/dist/types/UI/templates/OpenPage.d.ts +2 -1
  211. package/dist/types/UI/templates/SapFlexibleTemplate.d.ts +2 -1
  212. package/dist/types/UI/templates/ToggleSection.d.ts +2 -1
  213. package/dist/types/UI/templates/UdpCalendar.d.ts +2 -1
  214. package/dist/types/UI/templates/UdpCalendarDayView.d.ts +2 -1
  215. package/dist/types/UI/templates/UdpCalendarMonthView.d.ts +2 -1
  216. package/dist/types/UI/templates/UdpCalendarWeekView.d.ts +2 -1
  217. package/dist/types/UI/templates/UdpCalendarYearView.d.ts +2 -1
  218. package/dist/types/UI/templates/UdpGridTemplate.d.ts +2 -1
  219. package/dist/types/UI/templates/newGrid/ApiMethodInstanceUdpGrid.d.ts +2 -1
  220. package/dist/types/UI/templates/newGrid/BackwardsCompatibleGrid.d.ts +2 -1
  221. package/dist/types/UI/templates/newGrid/ClientSideUdpGrid.d.ts +2 -1
  222. package/dist/types/UI/templates/newGrid/SearchMethodUdpGrid.d.ts +2 -0
  223. package/dist/types/UI/templates/newGrid/ServerSideUdpGrid.d.ts +2 -1
  224. package/dist/types/UI/templates/ui/ExtenderToggle.d.ts +2 -1
  225. package/dist/types/UI/templates/ui/GridGroupingHeader.d.ts +2 -1
  226. package/dist/types/UI/templates/ui/GridGroupingSidebar.d.ts +2 -1
  227. package/dist/types/UI/templates/ui/GridSidebarContainer.d.ts +2 -1
  228. package/dist/types/UI/templates/ui/TokenGroupItem.d.ts +3 -2
  229. package/dist/types/UI/templates/ui/renderers/ActionsRenderer.d.ts +2 -1
  230. package/dist/types/UI/templates/ui/renderers/IconRenderer.d.ts +2 -1
  231. package/dist/types/UI/templates/ui/renderers/StatusCellRenderer.d.ts +2 -1
  232. package/dist/types/UI/timeline/ExtendActions.d.ts +2 -1
  233. package/dist/types/UI/timeline/ExtendedHeader.d.ts +2 -1
  234. package/dist/types/UI/timeline/TimeLine.d.ts +2 -1
  235. package/dist/types/UI/timeline/TimelineElement.d.ts +2 -1
  236. package/dist/types/UI/timeline/UdpTimeline.d.ts +2 -1
  237. package/dist/types/UI/timeline/UdpTimelineContent.d.ts +2 -1
  238. package/dist/types/UI/timeline/UdpTimelineDot.d.ts +2 -1
  239. package/dist/types/UI/timeline/UdpTimelineItem.d.ts +2 -1
  240. package/dist/types/UI/timeline/UdpTimelineItemConnector.d.ts +2 -1
  241. package/dist/types/UI/timeline/UdpTimelineItemSeparator.d.ts +2 -1
  242. package/dist/types/UI/timeline/fluentTimeline/FluentTimeline.d.ts +2 -1
  243. package/dist/types/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +2 -1
  244. package/dist/types/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +2 -1
  245. package/dist/types/UI/utilityDisplay/AggregateChip.d.ts +2 -1
  246. package/dist/types/UI/utilityDisplay/BulkActionsGridButton.d.ts +2 -1
  247. package/dist/types/UI/utilityDisplay/Divider.d.ts +2 -1
  248. package/dist/types/UI/utilityDisplay/FormControl.d.ts +2 -1
  249. package/dist/types/UI/utilityDisplay/FormControlLabel.d.ts +2 -1
  250. package/dist/types/UI/utilityDisplay/GridActionBar.d.ts +2 -1
  251. package/dist/types/UI/utilityDisplay/GridViewsSideSheet.d.ts +2 -1
  252. package/dist/types/UI/utilityDisplay/IndicatorChip.d.ts +2 -1
  253. package/dist/types/UI/utilityDisplay/InputAdornment.d.ts +2 -1
  254. package/dist/types/UI/utilityDisplay/UtilityBar.d.ts +2 -1
  255. package/dist/types/UI/utilityDisplay/UtilitySideBar.d.ts +2 -1
  256. package/dist/types/UI/utilityDisplay/alerts/UdpAlert.d.ts +2 -1
  257. package/dist/types/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +2 -1
  258. package/dist/types/UI/utilityDisplay/ui/UtilitySearch.d.ts +2 -1
  259. package/dist/types/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +2 -1
  260. package/dist/types/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +2 -1
  261. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +2 -1
  262. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +2 -1
  263. package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +2 -1
  264. package/dist/types/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +2 -1
  265. package/dist/types/UI/widgets/FluentComponents/FUIMenuItem.d.ts +2 -1
  266. package/dist/types/UI/widgets/FluentComponents/SimpleTable.d.ts +2 -1
  267. package/dist/types/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +2 -1
  268. package/dist/types/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +2 -1
  269. package/dist/types/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +2 -1
  270. package/dist/types/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +2 -1
  271. package/dist/types/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +2 -1
  272. package/dist/types/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +2 -1
  273. package/dist/types/UI/widgets/ItemsWidgetCard.d.ts +2 -1
  274. package/dist/types/UI/widgets/WidgetCard.d.ts +2 -1
  275. package/dist/types/UI/widgets/library/BarChartWidget.d.ts +2 -1
  276. package/dist/types/UI/widgets/library/BubbleWidget.d.ts +2 -1
  277. package/dist/types/UI/widgets/library/CircleGaugeWidget.d.ts +2 -1
  278. package/dist/types/UI/widgets/library/DateTrendWidget.d.ts +2 -1
  279. package/dist/types/UI/widgets/library/DensePlotWidget.d.ts +2 -1
  280. package/dist/types/UI/widgets/library/DonutChartWidget.d.ts +2 -1
  281. package/dist/types/UI/widgets/library/GaugeWidget.d.ts +2 -1
  282. package/dist/types/UI/widgets/library/LineAndSparklinesWidget.d.ts +2 -1
  283. package/dist/types/UI/widgets/library/LineGraphWidget.d.ts +2 -1
  284. package/dist/types/UI/widgets/library/ProgressBarWidget.d.ts +2 -1
  285. package/dist/types/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +3 -2
  286. package/dist/types/UI/widgets/library/RemindersWidget.d.ts +3 -2
  287. package/dist/types/UI/widgets/library/SparklineWidget.d.ts +2 -1
  288. package/dist/types/UI/widgets/library/SparsePlotWidget.d.ts +2 -1
  289. package/dist/types/UI/widgets/library/TableWidget.d.ts +2 -1
  290. package/dist/types/UI/widgets/utils/NumberVisualization.d.ts +2 -1
  291. package/dist/types/actions/ActionForm.d.ts +2 -1
  292. package/dist/types/actions/ActionModal.d.ts +2 -1
  293. package/dist/types/actions/ActionPanelPlacement.d.ts +2 -1
  294. package/dist/types/actions/ActionSideSheet.d.ts +2 -1
  295. package/dist/types/actions/ActionSpeedDial.d.ts +1 -1
  296. package/dist/types/actions/ActionSplitScreen.d.ts +2 -1
  297. package/dist/types/actions/ActionWrapper.d.ts +2 -1
  298. package/dist/types/actions/PageActionWrapper.d.ts +2 -1
  299. package/dist/types/actions/actionSummary/ActionSummaryPopover.d.ts +2 -1
  300. package/dist/types/actions/sidebar/EntitySideBarContent.d.ts +2 -1
  301. package/dist/types/chatBot/ChatContainer.d.ts +2 -1
  302. package/dist/types/chatBot/ChatMessage.d.ts +2 -1
  303. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +2 -1
  304. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +2 -1
  305. package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +2 -1
  306. package/dist/types/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +2 -1
  307. package/dist/types/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +2 -1
  308. package/dist/types/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +2 -1
  309. package/dist/types/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +2 -1
  310. package/dist/types/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +2 -1
  311. package/dist/types/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +2 -1
  312. package/dist/types/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +2 -1
  313. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +2 -1
  314. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +2 -1
  315. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +2 -1
  316. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +2 -1
  317. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +2 -1
  318. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +2 -1
  319. package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +2 -1
  320. package/dist/types/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +2 -1
  321. package/dist/types/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +2 -1
  322. package/dist/types/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +2 -1
  323. package/dist/types/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +2 -1
  324. package/dist/types/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +2 -1
  325. package/dist/types/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +2 -1
  326. package/dist/types/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +2 -1
  327. package/dist/types/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +2 -1
  328. package/dist/types/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +2 -1
  329. package/dist/types/containers/IframeContainer.d.ts +2 -1
  330. package/dist/types/contexts/ActionContext.d.ts +1 -1
  331. package/dist/types/contexts/ActionDispatchContext.d.ts +1 -1
  332. package/dist/types/contexts/ActionLoadingContext.d.ts +1 -1
  333. package/dist/types/contexts/ActionLoadingDispatchContext.d.ts +1 -1
  334. package/dist/types/contexts/PageContext.d.ts +9 -2
  335. package/dist/types/contexts/usePageContext.d.ts +7 -1
  336. package/dist/types/dashboard/DashboardCardGrid.d.ts +2 -1
  337. package/dist/types/dashboard/DashboardWidget.d.ts +2 -1
  338. package/dist/types/dashboard/WidgetCard.d.ts +2 -1
  339. package/dist/types/dataBrowser/DataBrowserContainer.d.ts +2 -1
  340. package/dist/types/dataBrowser/forms/ParamsMappingForm.d.ts +2 -1
  341. package/dist/types/dataBrowser/forms/RequiredFieldsMappingField.d.ts +2 -1
  342. package/dist/types/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +2 -1
  343. package/dist/types/diffChecker/DiffChecker.d.ts +2 -1
  344. package/dist/types/hooks/crudActions.d.ts +4 -3
  345. package/dist/types/hooks/useActions.d.ts +14 -14
  346. package/dist/types/hooks/useApiCatalog.d.ts +1 -1
  347. package/dist/types/hooks/useFluentIcon.d.ts +2 -1
  348. package/dist/types/hooks/useItemSubCard.d.ts +14 -5
  349. package/dist/types/hooks/usePromotedLookupMethods.d.ts +1 -1
  350. package/dist/types/hooks/useSearchFilterParamsMap.d.ts +4 -4
  351. package/dist/types/hooks/useSplitDecimal.d.ts +7 -1
  352. package/dist/types/hooks/useWorkflow.d.ts +1 -1
  353. package/dist/types/hooks/virtualActions.d.ts +2 -1
  354. package/dist/types/index.d.ts +2 -2
  355. package/dist/types/inquiry/AlertFlag.d.ts +2 -1
  356. package/dist/types/inquiry/AmbientListItem.d.ts +2 -1
  357. package/dist/types/inquiry/AmbientSplitStatCard.d.ts +2 -1
  358. package/dist/types/inquiry/AmbientSummaryListHeader.d.ts +2 -1
  359. package/dist/types/inquiry/EmbeddedInquiry.d.ts +2 -1
  360. package/dist/types/inquiry/ExecuteApiDialog.d.ts +2 -1
  361. package/dist/types/inquiry/FilterSearch.d.ts +2 -1
  362. package/dist/types/inquiry/FlagBlock.d.ts +2 -1
  363. package/dist/types/inquiry/Inquiry.d.ts +2 -1
  364. package/dist/types/inquiry/InquiryContainer.d.ts +2 -1
  365. package/dist/types/inquiry/InquiryTreeMenu.d.ts +2 -1
  366. package/dist/types/inquiry/InquiryTreeMenuItem.d.ts +2 -1
  367. package/dist/types/inquiry/InquiryWrapper.d.ts +2 -1
  368. package/dist/types/inquiry/ItemDescription.d.ts +2 -1
  369. package/dist/types/inquiry/NodeColumnHeader.d.ts +2 -1
  370. package/dist/types/inquiry/NodeDetails.d.ts +2 -1
  371. package/dist/types/inquiry/NodeList.d.ts +2 -1
  372. package/dist/types/inquiry/ToggleButton.d.ts +2 -1
  373. package/dist/types/inquiry/dashboard/InquiryDashboard.d.ts +2 -1
  374. package/dist/types/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +2 -1
  375. package/dist/types/inquiry/inquiryBar/InquiryControlList.d.ts +2 -1
  376. package/dist/types/inquiry/inquiryBar/InquiryNodeControls.d.ts +2 -1
  377. package/dist/types/inquiry/search/InquiryAdvancedSearch.d.ts +2 -1
  378. package/dist/types/inquiry/search/InquiryAdvancedSearchForm.d.ts +2 -1
  379. package/dist/types/inquiry/search/InquirySearchContainer.d.ts +2 -1
  380. package/dist/types/inquiry/search/InquirySearchTable.d.ts +2 -1
  381. package/dist/types/layout/GridGroup.d.ts +2 -1
  382. package/dist/types/layout/GridRow.d.ts +2 -1
  383. package/dist/types/layout/GridUnit.d.ts +2 -1
  384. package/dist/types/layout/HeaderLayout.d.ts +2 -1
  385. package/dist/types/layout/templates/SideBarTemplate.d.ts +2 -1
  386. package/dist/types/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +2 -1
  387. package/dist/types/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +2 -1
  388. package/dist/types/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +2 -1
  389. package/dist/types/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +1 -1
  390. package/dist/types/maintenanceEngine/tableBrowser/TableContainer.d.ts +2 -1
  391. package/dist/types/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +2 -1
  392. package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +2 -1
  393. package/dist/types/map-library/Controls/Controls.d.ts +2 -1
  394. package/dist/types/map-library/Layers/Layers.d.ts +2 -1
  395. package/dist/types/map-library/Map/Map.d.ts +2 -1
  396. package/dist/types/map-library/geoLocation/FreeFormField.d.ts +2 -1
  397. package/dist/types/map-library/geoLocation/GeoLocation.d.ts +2 -1
  398. package/dist/types/map-library/ui/ControlZoom.d.ts +2 -1
  399. package/dist/types/map-library/ui/Filter.d.ts +2 -1
  400. package/dist/types/map-library/ui/FilterOptions.d.ts +2 -1
  401. package/dist/types/map-library/ui/LocationPin.d.ts +2 -1
  402. package/dist/types/map-library/ui/MapControls.d.ts +2 -1
  403. package/dist/types/map-library/ui/MapControlsStandard.d.ts +2 -1
  404. package/dist/types/map-library/ui/MapFilterBar.d.ts +2 -1
  405. package/dist/types/map-library/ui/MapSheet.d.ts +2 -1
  406. package/dist/types/map-library/ui/Position.d.ts +2 -1
  407. package/dist/types/map-library/ui/TileDisplay.d.ts +2 -1
  408. package/dist/types/map-library/ui/ToggleViewType.d.ts +2 -1
  409. package/dist/types/maps/GeoMap.d.ts +2 -1
  410. package/dist/types/maps/leafletMaps/FluentImageMap.d.ts +2 -1
  411. package/dist/types/maps/leafletMaps/FluentMap.d.ts +2 -1
  412. package/dist/types/maps/leafletMaps/ui/MapMarker.d.ts +2 -1
  413. package/dist/types/maps/openLayerMaps/Controls/Controls.d.ts +2 -1
  414. package/dist/types/maps/openLayerMaps/Layers/Layers.d.ts +2 -1
  415. package/dist/types/maps/openLayerMaps/Map/Map.d.ts +2 -1
  416. package/dist/types/maps/openLayerMaps/ui/ControlZoom.d.ts +2 -1
  417. package/dist/types/maps/openLayerMaps/ui/Filter.d.ts +2 -1
  418. package/dist/types/maps/openLayerMaps/ui/LocationPin.d.ts +2 -1
  419. package/dist/types/maps/openLayerMaps/ui/MapControls.d.ts +2 -1
  420. package/dist/types/maps/openLayerMaps/ui/MapControlsStandard.d.ts +2 -1
  421. package/dist/types/maps/openLayerMaps/ui/Position.d.ts +2 -1
  422. package/dist/types/maps/openLayerMaps/ui/ToggleViewType.d.ts +2 -1
  423. package/dist/types/menuPage/MenuPage.d.ts +2 -1
  424. package/dist/types/notes/NotesScreen.d.ts +2 -1
  425. package/dist/types/page/Page.d.ts +2 -1
  426. package/dist/types/page/PageContainer.d.ts +2 -1
  427. package/dist/types/page/PageContent.d.ts +2 -1
  428. package/dist/types/page/PageHeader.d.ts +2 -1
  429. package/dist/types/page/PageSectionHeader.d.ts +2 -1
  430. package/dist/types/page/PageSectionSpacer.d.ts +2 -1
  431. package/dist/types/reminders/CompleteReminderSwitch.d.ts +2 -1
  432. package/dist/types/reminders/RemindersCard.d.ts +2 -1
  433. package/dist/types/reminders/RemindersScreen.d.ts +2 -1
  434. package/dist/types/reports/PowerBIReport.d.ts +2 -1
  435. package/dist/types/routes/PrivateRoute.d.ts +2 -1
  436. package/dist/types/routes/UdpRoutes.d.ts +2 -1
  437. package/dist/types/routes/components/PageForbiddenRoute.d.ts +2 -1
  438. package/dist/types/routes/components/PageNotFoundRoute.d.ts +2 -1
  439. package/dist/types/routes/components/PageStatus.d.ts +2 -1
  440. package/dist/types/routes/components/PasswordResetRedirect.d.ts +2 -1
  441. package/dist/types/shell/Shell.d.ts +2 -1
  442. package/dist/types/shell/ui/AmbientProjectSwitcher.d.ts +2 -1
  443. package/dist/types/shell/ui/EnvironmentRibbon.d.ts +2 -1
  444. package/dist/types/shell/ui/FluentProfileMenuCard.d.ts +2 -1
  445. package/dist/types/shell/ui/HelpCenter.d.ts +2 -1
  446. package/dist/types/shell/ui/LanguageSwitcher.d.ts +2 -1
  447. package/dist/types/shell/ui/MiniCollapsibleSidebar.d.ts +2 -1
  448. package/dist/types/shell/ui/NavigationSidebar.d.ts +2 -1
  449. package/dist/types/shell/ui/SidebarCollapseButton.d.ts +2 -1
  450. package/dist/types/shell/ui/SidebarListItem.d.ts +2 -1
  451. package/dist/types/shell/ui/SiteHeader.d.ts +3 -2
  452. package/dist/types/shell/ui/SiteHeaderRightComponent.d.ts +1 -1
  453. package/dist/types/shell/ui/UserAvatar.d.ts +2 -1
  454. package/dist/types/shell/ui/addUser/PasswordValidator.d.ts +2 -1
  455. package/dist/types/shell/ui/addUser/UserForm.d.ts +2 -1
  456. package/dist/types/shell/ui/addUser/UserFormFields.d.ts +2 -1
  457. package/dist/types/shell/ui/addUser/UserFormSideSheet.d.ts +2 -1
  458. package/dist/types/shell/ui/appSwitcher/FUIAppHeader.d.ts +2 -1
  459. package/dist/types/shell/ui/appSwitcher/FUIAppList.d.ts +2 -1
  460. package/dist/types/shell/ui/appSwitcher/FUIAppListItem.d.ts +2 -1
  461. package/dist/types/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +2 -1
  462. package/dist/types/shell/ui/appSwitcher/ProductAppList.d.ts +2 -1
  463. package/dist/types/shell/ui/appSwitcher/ProductAppListItem.d.ts +2 -1
  464. package/dist/types/shell/ui/appSwitcher/UnityApps.d.ts +2 -1
  465. package/dist/types/stories/Button.d.ts +2 -1
  466. package/dist/types/stories/Button.stories.d.ts +2 -1
  467. package/dist/types/stories/Header.d.ts +2 -1
  468. package/dist/types/stories/Header.stories.d.ts +2 -1
  469. package/dist/types/stories/Page.d.ts +2 -1
  470. package/dist/types/stories/Page.stories.d.ts +2 -1
  471. package/dist/types/treeMenu/BaseTreeMenu.d.ts +2 -1
  472. package/dist/types/treeMenu/BaseTreeMenuItem.d.ts +2 -1
  473. package/dist/types/tsconfig.tsbuildinfo +1 -1
  474. package/dist/types/udp/ShortcutContent/ListSearch.d.ts +2 -1
  475. package/dist/types/udp/ShortcutContent/ShortcutContentFinder.d.ts +2 -1
  476. package/dist/types/udp/export/ExportSidesheet.d.ts +2 -1
  477. package/dist/types/udp/export/MyExportsPage.d.ts +2 -1
  478. package/dist/types/udp/export/VisualSearchObject.d.ts +2 -1
  479. package/dist/types/udp/export/useUdpExport.d.ts +11 -11
  480. package/dist/types/udp/fileImportMapping/FileImportConfigCard.d.ts +2 -1
  481. package/dist/types/udp/fileImportMapping/FileImportMappingWizard.d.ts +2 -1
  482. package/dist/types/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +2 -1
  483. package/dist/types/udp/fileImportMapping/SampleFileImportGrid.d.ts +2 -1
  484. package/dist/types/udp/pages/ChatUDP.d.ts +2 -1
  485. package/dist/types/udp/pages/UdpDataBrowserPage.d.ts +3 -2
  486. package/dist/types/udp/pages/UdpFormsBuilderPage.d.ts +2 -1
  487. package/dist/types/udp/pages/UdpFormsListPage.d.ts +2 -1
  488. package/dist/types/udp/pages/UdpGridPanelManagementPage.d.ts +2 -1
  489. package/dist/types/udp/pages/UdpImportFromFileMappingPage.d.ts +2 -1
  490. package/dist/types/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +2 -1
  491. package/dist/types/udp/pages/UdpMaintenanceConfigPage.d.ts +2 -1
  492. package/dist/types/udp/pages/UdpMaintenanceEnginePage.d.ts +2 -1
  493. package/dist/types/udp/pages/UdpNotesPage.d.ts +2 -1
  494. package/dist/types/udp/pages/UdpPrivateForm.d.ts +2 -1
  495. package/dist/types/udp/pages/UdpPublicForm.d.ts +2 -1
  496. package/dist/types/udp/pages/UdpRemindersPage.d.ts +2 -1
  497. package/dist/types/udp/pages/UdpReportsPage.d.ts +2 -1
  498. package/dist/types/udp/pages/UdpVerticalManagementPage.d.ts +2 -1
  499. package/dist/types/udp/pages/UdpVerticalManagementSidesheet.d.ts +2 -1
  500. package/dist/types/uploader/DragDropFileUpload.d.ts +2 -1
  501. package/dist/types/uploader/FileProfile.d.ts +2 -1
  502. package/dist/types/uploader/FileUpload.d.ts +2 -1
  503. package/dist/types/uploader/ImagePreview.d.ts +2 -1
  504. package/dist/types/utilities/FluentIcon.d.ts +2 -1
  505. package/dist/types/utilities/UnityFluentIcon.d.ts +2 -1
  506. package/dist/types/utilities/UnityIcon.d.ts +2 -1
  507. package/dist/types/utilities/aggrid/SplitButton.d.ts +2 -1
  508. package/dist/types/utilities/aggrid/aggridHelpers.d.ts +2 -1
  509. package/dist/types/utilities/apiHelpers.d.ts +2 -2
  510. package/dist/types/utilities/auth/AuthDialogs.d.ts +2 -1
  511. package/dist/types/utilities/auth/AuthProvider.d.ts +2 -1
  512. package/dist/types/utilities/auth/AuthProviderWrapper.d.ts +2 -1
  513. package/dist/types/utilities/auth/UserProvider.d.ts +2 -1
  514. package/dist/types/utilities/auth/users.d.ts +4 -4
  515. package/dist/types/utilities/chatBot/ChatBotContext.d.ts +6 -1
  516. package/dist/types/utilities/chatBot/ChatBotProvider.d.ts +2 -1
  517. package/dist/types/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +2 -2
  518. package/dist/types/utilities/form/AltSubmitButton.d.ts +2 -3
  519. package/dist/types/utilities/form/Field.d.ts +2 -1
  520. package/dist/types/utilities/form/SubmitButton.d.ts +2 -4
  521. package/dist/types/utilities/form/paymentForm/BankIcon.d.ts +2 -1
  522. package/dist/types/utilities/form/paymentForm/CashForm.d.ts +2 -1
  523. package/dist/types/utilities/form/paymentForm/CashIcon.d.ts +2 -1
  524. package/dist/types/utilities/form/paymentForm/CheckIcon.d.ts +2 -1
  525. package/dist/types/utilities/form/paymentForm/CreditCardAdornment.d.ts +2 -1
  526. package/dist/types/utilities/form/paymentForm/CreditCardIcon.d.ts +2 -1
  527. package/dist/types/utilities/form/paymentForm/DisableOverlay.d.ts +2 -1
  528. package/dist/types/utilities/form/paymentForm/HostedPaymentError.d.ts +2 -1
  529. package/dist/types/utilities/form/paymentForm/NewCreditCardForm.d.ts +2 -1
  530. package/dist/types/utilities/form/paymentForm/NewECheckForm.d.ts +2 -1
  531. package/dist/types/utilities/form/paymentForm/PaymentBankDetails.d.ts +2 -1
  532. package/dist/types/utilities/form/paymentForm/PaymentBoxDetail.d.ts +2 -1
  533. package/dist/types/utilities/form/paymentForm/PaymentCardDetail.d.ts +2 -1
  534. package/dist/types/utilities/form/paymentForm/TabPanel.d.ts +1 -1
  535. package/dist/types/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +2 -1
  536. package/dist/types/utilities/iconLibrary/IconLibrary.d.ts +2 -1
  537. package/dist/types/utilities/iconLibrary/IconLibraryComponent.d.ts +2 -1
  538. package/dist/types/utilities/iconLibrary/SelectedLibraryItem.d.ts +2 -1
  539. package/dist/types/utilities/iconLibrary/UnityIconLibrary.d.ts +3 -2
  540. package/dist/types/utilities/page/PageSubHeaderAction.d.ts +1 -1
  541. package/dist/types/utilities/provider/ActionProvider.d.ts +2 -1
  542. package/dist/types/utilities/redirect/pages/OutlookCallback.d.ts +2 -1
  543. package/dist/types/utilities/style/ContentContainer.d.ts +2 -1
  544. package/dist/types/utilities/style/verticalStyles.d.ts +11 -1
  545. package/dist/types/utilities/systemColors.d.ts +6 -1
  546. package/dist/types/utilities/tenant/TenantProvider.d.ts +2 -1
  547. package/dist/types/utilities/tenant/tenantContext.d.ts +6 -1
  548. package/dist/types/utilities/theme.d.ts +2 -1
  549. package/dist/types/utilities/uploader/FileProfile.d.ts +2 -1
  550. package/dist/types/utilities/uploader/FileUpload.d.ts +2 -1
  551. package/dist/types/utilities/uploader/ImagePreview.d.ts +2 -1
  552. package/dist/types/utilities/usePrevious.d.ts +1 -1
  553. package/dist/types/utilities/utilityBar/InquiryHeaderControl.d.ts +3 -2
  554. package/dist/types/utilities/utilityBar/InquiryHeaderSecondary.d.ts +3 -2
  555. package/dist/types/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +3 -2
  556. package/dist/types/utilities/utilityBar/InquiryHeaderTitle.d.ts +3 -2
  557. package/dist/types/utilities/utilityBar/SubHeaderAction.d.ts +3 -2
  558. package/dist/types/utilities/utilityBar/UtilityBarInport.d.ts +3 -2
  559. package/dist/types/workflow/WorkflowContainer.d.ts +2 -1
  560. package/dist/types/workflow/WorkflowContent.d.ts +2 -1
  561. package/dist/types/workflow/WorkflowUiInterruptContent.d.ts +2 -1
  562. package/dist/types/workflow/components/WorkflowTaskFlow.d.ts +2 -1
  563. package/dist/types/workflow/menus/WorkflowTreeMenu.d.ts +2 -1
  564. package/dist/types/workflow/menus/WorkflowTreeMenuItem.d.ts +2 -1
  565. package/package.json +8 -3
  566. package/dist/types/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +0 -1
@@ -1 +1,2 @@
1
- export declare const ActionModal: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const ActionModal: (props: any) => React.JSX.Element;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const ActionPanelPlacement: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  /**
5
6
  * Action Panels
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const ActionSideSheet: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  /**
5
6
  * User object
@@ -9,5 +9,5 @@ interface FluentSpeedDialProps extends SpeedDialProps {
9
9
  onClick: Function;
10
10
  }>;
11
11
  }
12
- export declare const ActionSpeedDial: (props: FluentSpeedDialProps) => any;
12
+ export declare const ActionSpeedDial: (props: FluentSpeedDialProps) => JSX.Element;
13
13
  export {};
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const ActionSplitScreen: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  body: any;
5
6
  open: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const ActionWrapper: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  actionState: any;
5
6
  actionPanel: any;
@@ -1 +1,2 @@
1
- export declare const PageActionWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const PageActionWrapper: (props: any) => React.JSX.Element;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const ActionSummaryPopover: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  /**
5
6
  * Actions configured within Action Panel
@@ -1 +1,2 @@
1
- export declare const EntitySideBarContent: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const EntitySideBarContent: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const ChatContainer: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const ChatContainer: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const ChatMessage: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const ChatMessage: (props: any) => React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  export declare const HeightAdjuster: ({ verticalAdjuster, setVerticalAdjuster }: {
2
3
  setVerticalAdjuster: any;
3
4
  verticalAdjuster: any;
4
- }) => JSX.Element;
5
+ }) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const MttMainTimeline: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const MttMainTimeline: (props: any) => React.JSX.Element;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  import 'react-range-slider-input/dist/style.css';
2
3
  // eslint-disable-next-line react/display-name
3
- export declare const MttTimeline: any;
4
+ export declare const MttTimeline: React.NamedExoticComponent<object>;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const MttSummary: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  timelineApiMethodInstanceId: any;
5
6
  };
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const CircleButton: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  children: any;
5
6
  };
@@ -1,10 +1,11 @@
1
+ import React from 'react';
1
2
  export declare const DateWrapper: {
2
3
  ({ children, date, months, count }: {
3
4
  children: any;
4
5
  count: any;
5
6
  date: any;
6
7
  months: any;
7
- }): JSX.Element;
8
+ }): React.JSX.Element;
8
9
  propTypes: {
9
10
  children: any;
10
11
  date: any;
@@ -1 +1,2 @@
1
- export declare const DynamicRangeSlider: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const DynamicRangeSlider: (props: any) => React.JSX.Element;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const MttYearTag: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  children: any;
5
6
  year: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const MultiDot: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  // Define propTypes
4
5
  propTypes: {
5
6
  map: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const SummaryToken: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  title: any;
5
6
  short: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const TimelineDot: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  hoverContent: any;
5
6
  title: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const TimelineHoverCard: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  children: any;
5
6
  className: any;
@@ -1,2 +1,3 @@
1
+ import React from 'react';
1
2
  // eslint-disable-next-line react/display-name
2
- export declare const TimelineNode: any;
3
+ export declare const TimelineNode: React.NamedExoticComponent<object>;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const TimelinePreloaderNode: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  // Define propTypes
4
5
  propTypes: {
5
6
  children: any;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * @returns {import('@material-ui/core/styles').WithStyles<import('@material-ui/core/styles/withStyles').Styles<any, {}, string>>}
3
4
  */
@@ -9,7 +10,7 @@ export declare const TimelineToggleButton: {
9
10
  off: any;
10
11
  timelineItem: any;
11
12
  title: any;
12
- }): JSX.Element;
13
+ }): React.JSX.Element;
13
14
  propTypes: {
14
15
  title: any;
15
16
  timelineItem: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const TimelineTokenSummary: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  timelineItem: any;
5
6
  onClick: any;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  export declare const TimelineTopRowFilter: {
2
3
  ({ filterList, filterCall, filterListGroup, off, clear }: {
3
4
  clear: any;
@@ -5,7 +6,7 @@ export declare const TimelineTopRowFilter: {
5
6
  filterList: any;
6
7
  filterListGroup: any;
7
8
  off: any;
8
- }): JSX.Element;
9
+ }): React.JSX.Element;
9
10
  propTypes: {
10
11
  filterList: any;
11
12
  filterCall: any;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare const TimelineToken: {
2
- (props: any): JSX.Element;
3
+ (props: any): React.JSX.Element;
3
4
  propTypes: {
4
5
  type: any;
5
6
  variant: any;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  // Demonstrative purpose
2
3
  export declare const data: {
3
4
  id: number;
@@ -10,4 +11,4 @@ export declare const data: {
10
11
  status: string;
11
12
  instructors: string;
12
13
  }[];
13
- export declare const AgGridSimpleWrapper: (props: any) => JSX.Element;
14
+ export declare const AgGridSimpleWrapper: (props: any) => React.JSX.Element;
@@ -1,4 +1,5 @@
1
- export declare const BarChartWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const BarChartWrapper: (props: any) => React.JSX.Element;
2
3
  export declare const barChartWrapperProps: {
3
4
  structure: {
4
5
  label: string;
@@ -1 +1,2 @@
1
- export declare const BioCardWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const BioCardWrapper: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const DisplayCardWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const DisplayCardWrapper: (props: any) => React.JSX.Element;
@@ -1,4 +1,5 @@
1
- export declare const DonutWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const DonutWrapper: (props: any) => React.JSX.Element;
2
3
  export declare const barChartWrapperProps: {
3
4
  structure: {
4
5
  label: string;
@@ -1 +1,2 @@
1
- export declare const HistogramWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const HistogramWrapper: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const LineGraphWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const LineGraphWrapper: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const PrimaryActionHeaderWrapper: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const PrimaryActionHeaderWrapper: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const IframeContainer: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const IframeContainer: (props: any) => React.JSX.Element;
@@ -1 +1 @@
1
- export declare const ActionContext: any;
1
+ export declare const ActionContext: import("react").Context<any>;
@@ -1 +1 @@
1
- export declare const ActionDispatchContext: any;
1
+ export declare const ActionDispatchContext: import("react").Context<any>;
@@ -1 +1 @@
1
- export declare const ActionLoadingContext: any;
1
+ export declare const ActionLoadingContext: import("react").Context<any>;
@@ -1 +1 @@
1
- export declare const ActionLoadingDispatchContext: any;
1
+ export declare const ActionLoadingDispatchContext: import("react").Context<any>;
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * The Page context, shared amongst the Page
3
4
  * and all children. Generally used to share state between
@@ -5,11 +6,17 @@
5
6
  * only supports dispatch types of "set <state_property>".
6
7
  * Example: dispatch({ type: "set mySharedProperty", value: oldSharedProperty + 1 });
7
8
  */
8
- declare const pageContext: any;
9
+ declare const pageContext: React.Context<{
10
+ state: any;
11
+ dispatch: React.Dispatch<{
12
+ type: string;
13
+ value?: any;
14
+ }>;
15
+ }>;
9
16
  /**
10
17
  * A Context component to wrap around a Page. Allows
11
18
  * sharing of state amongst sibling Widgets.
12
19
  * @returns
13
20
  */
14
- declare const PageContextProvider: ({ children }: any) => JSX.Element;
21
+ declare const PageContextProvider: ({ children }: any) => React.JSX.Element;
15
22
  export { pageContext, PageContextProvider };
@@ -1 +1,7 @@
1
- export declare const usePageContext: () => any;
1
+ export declare const usePageContext: () => {
2
+ state: any;
3
+ dispatch: import("react").Dispatch<{
4
+ type: string;
5
+ value?: any;
6
+ }>;
7
+ };
@@ -1,7 +1,8 @@
1
+ import React from 'react';
1
2
  import 'react-grid-layout/css/styles.css';
2
3
  import 'react-resizable/css/styles.css';
3
4
  /**
4
5
  * Grid layout for dashboard cards
5
6
  */
6
- declare const DashboardCardGrid: (props: any) => JSX.Element;
7
+ declare const DashboardCardGrid: (props: any) => React.JSX.Element;
7
8
  export default DashboardCardGrid;
@@ -1,2 +1,3 @@
1
- declare const _default: any;
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<(props: any) => React.JSX.Element>;
2
3
  export default _default;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * Core component for dashboard widget cards
3
4
  */
4
- export declare const WidgetCard: (props: any) => JSX.Element;
5
+ export declare const WidgetCard: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const DataBrowserContainer: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const DataBrowserContainer: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const ParamsMappingForm: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const ParamsMappingForm: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const RequiredFieldsMappingField: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const RequiredFieldsMappingField: (props: any) => React.JSX.Element;
@@ -1 +1,2 @@
1
- export declare const RequiredFieldsMappingForm: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const RequiredFieldsMappingForm: (props: any) => React.JSX.Element;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  export declare const DiffChecker: ({ leftTitle, rightTitle, oldValue, newValue }: {
2
3
  leftTitle: any;
3
4
  newValue: any;
4
5
  oldValue: any;
5
6
  rightTitle: any;
6
- }) => JSX.Element;
7
+ }) => React.JSX.Element;
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  export declare function useCrudActions(): {
2
- renderInputByForeignKey: any;
3
- renderInputByFieldType: any;
4
- getFKData: any;
3
+ renderInputByForeignKey: (foreignKeyData: any, setFkData: any, crudTableFormData: any, schemaAttribute: any, index: any, isNewEntry: any, entityData: any, label?: string, manyToManyPropertyList?: Set<unknown>) => React.JSX.Element;
4
+ renderInputByFieldType: (schemaAttribute: any, index: any, attributes: any, fieldInfo: any, foreignKeyData: any, setFkData: any, crudTableFormData: any, classes: any, isNewEntry: any, entityData: any, manyToManyPropertyList: any) => React.JSX.Element;
5
+ getFKData: (fkMethods: any, setForeignKeyData: any, enqueueSnackbar: any, displayToasts: any) => Promise<void>;
5
6
  };
@@ -1,17 +1,17 @@
1
1
  export declare const useActions: () => {
2
- setActionPanels: any;
3
- triggerAction: any;
4
- triggerMultipleActions: any;
5
- setCatalogEntities: any;
6
- setCatalogPromotedEntities: any;
7
- setInquiryParams: any;
8
- setShowInquiryHeaderActions: any;
9
- setMenuListState: any;
10
- closeAllSplitScreens: any;
11
- openSplitScreen: any;
12
- openPageSplitScreen: any;
13
- openPageContainerSplitScreen: any;
14
- setApiCatalog: any;
15
- setActionLoading: any;
2
+ setActionPanels: (actionPanels: any, containerId: any) => void;
3
+ triggerAction: (actionId: any, actionData: any) => void;
4
+ triggerMultipleActions: (actionIds: any) => void;
5
+ setCatalogEntities: (catalogEntities: any) => void;
6
+ setCatalogPromotedEntities: (catalogPromotedEntities: any) => void;
7
+ setInquiryParams: (inquiryParams: any, containerId: any) => void;
8
+ setShowInquiryHeaderActions: (showInquiryHeaderActions: any) => void;
9
+ setMenuListState: (menuListState: any) => void;
10
+ closeAllSplitScreens: () => void;
11
+ openSplitScreen: (splitScreen: any) => void;
12
+ openPageSplitScreen: (pageSplitScreen: any) => void;
13
+ openPageContainerSplitScreen: (pageContainerSplitScreen: any) => void;
14
+ setApiCatalog: (catalog: any) => void;
15
+ setActionLoading: (loading: any) => void;
16
16
  };
17
17
  export declare const useActionState: () => any;
@@ -1,6 +1,6 @@
1
1
  export declare const useApiCatalog: (apiCatalogId: any) => {
2
2
  data: any;
3
- loading: any;
3
+ loading: boolean;
4
4
  error: any;
5
5
  promise: any;
6
6
  };
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  export declare const useFluentIcon: (iconName: any) => {
2
- icon: any;
3
+ icon: React.ComponentType<{}>;
3
4
  };
@@ -1,10 +1,19 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * `useItemSubCard` hook
3
4
  */
4
5
  export declare const useItemSubCard: (subCardsList: any) => {
5
- SubCard: any;
6
- closeSubCard: () => any;
7
- setSubCardType: (cardType: any) => any;
8
- subCardType: any;
9
- getSubCardInfo: any;
6
+ SubCard: ({ cardInfo, ...rest }: {
7
+ [x: string]: any;
8
+ cardInfo: any;
9
+ }, child: any) => React.JSX.Element;
10
+ closeSubCard: () => void;
11
+ setSubCardType: (cardType: any) => void;
12
+ subCardType: string;
13
+ getSubCardInfo: (subCardTypeStr: any) => {
14
+ defaultColor: any;
15
+ textColor: any;
16
+ backgroundColor: any;
17
+ icon: any;
18
+ };
10
19
  };
@@ -1,5 +1,5 @@
1
1
  export declare const usePromotedLookupMethods: (apiCatalogId: any, productId?: any) => {
2
2
  data: any;
3
- loading: any;
3
+ loading: boolean;
4
4
  error: any;
5
5
  };
@@ -1,6 +1,6 @@
1
1
  export declare const useSearchFilterParamsMap: () => {
2
- getParamsMap: any;
3
- getQueryFilterElements: any;
4
- getQueryFilterGroups: any;
5
- getQuerySearchOperator: any;
2
+ getParamsMap: (params?: any[], functionList?: any[]) => {};
3
+ getQueryFilterElements: (apiMethodInstance: any, params?: any[]) => any[];
4
+ getQueryFilterGroups: (apiMethodInstance: any, params?: any[]) => any[];
5
+ getQuerySearchOperator: (apiMethodInstance: any, params?: any[]) => number | any[];
6
6
  };
@@ -4,5 +4,11 @@
4
4
  * return { mainLabel: '125', decimalLabel: '46' }
5
5
  */
6
6
  export declare const useSplitDecimal: (value: any, decimals?: number) => {
7
- textValue: any;
7
+ textValue: {
8
+ mainLabel: any;
9
+ decimalLabel?: undefined;
10
+ } | {
11
+ mainLabel: number;
12
+ decimalLabel: string;
13
+ };
8
14
  };
@@ -1,3 +1,3 @@
1
1
  export declare const useWorkflow: () => {
2
- setWorkflowTaskPageData: any;
2
+ setWorkflowTaskPageData: (taskId: any, pageId: any, data: any) => void;
3
3
  };
@@ -1,3 +1,4 @@
1
+ import React from 'react';
1
2
  export declare function useVirtualActions(): {
2
- renderInputByFieldType: any;
3
+ renderInputByFieldType: (formField: any, index: any, virtualTableFormData: any, classes: any) => React.JSX.Element;
3
4
  };
@@ -261,7 +261,7 @@ export * from './UI/templates/AmbientGridTemplate';
261
261
  export * from './UI/templates/UdpGridTemplate';
262
262
  export * from './UI/templates/newGrid/ClientSideUdpGrid';
263
263
  export * from './UI/templates/newGrid/ServerSideUdpGrid';
264
- export * from './UI/templates/newGrid/ApiMethodUdpGrid';
264
+ export * from './UI/templates/newGrid/SearchMethodUdpGrid';
265
265
  export * from './UI/templates/newGrid/EntityMaintenanceUdpGrid';
266
266
  export * from './UI/templates/newGrid/ApiMethodInstanceUdpGrid';
267
267
  export * from './UI/templates/newGrid/BackwardsCompatibleGrid';
@@ -399,7 +399,7 @@ export * from './UI/dataDisplay/FluentDataTable/FluentDataTable';
399
399
  export * from './routes/PrivateRoute';
400
400
  export * from './routes/components/PageStatus';
401
401
  export * from './UI/fileViewer/pdfViewer/PDFViewer';
402
- export { ConfigService } from 'udp-react-stencil-component-library';
402
+ export { ConfigService, type IConfigService, type UnityEnvironment } from 'udp-react-stencil-component-library';
403
403
  export * from './routes/components/PageNotFoundRoute';
404
404
  export * from './utilities/tenant/useTenant';
405
405
  export * from './UI/dataDisplay/visualization/amCharts/AmChart';
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * `AlertFlag` component
3
4
  */
4
- export declare const AlertFlag: (props: any) => JSX.Element;
5
+ export declare const AlertFlag: (props: any) => React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * `AmbientListItem` component
3
4
  */
4
- export declare const AmbientListItem: (props: any) => JSX.Element;
5
+ export declare const AmbientListItem: (props: any) => React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * `AmbientSplitStatCard` component
3
4
  */
4
- export declare const AmbientSplitStatCard: (props: any) => JSX.Element;
5
+ export declare const AmbientSplitStatCard: (props: any) => React.JSX.Element;
@@ -1,4 +1,5 @@
1
+ import React from 'react';
1
2
  /**
2
3
  * `AmbientSummaryListHeader` component
3
4
  */
4
- export declare const AmbientSummaryListHeader: (props: any) => JSX.Element;
5
+ export declare const AmbientSummaryListHeader: (props: any) => React.JSX.Element;
@@ -1,2 +1,3 @@
1
- declare const EmbeddedInquiry: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ declare const EmbeddedInquiry: (props: any) => React.JSX.Element;
2
3
  export default EmbeddedInquiry;
@@ -1 +1,2 @@
1
- export declare const ExecuteApiDialog: (props: any) => JSX.Element;
1
+ import React from 'react';
2
+ export declare const ExecuteApiDialog: (props: any) => React.JSX.Element;