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,1727 +0,0 @@
1
- import { SpeedDialProps } from "@material-ui/lab/SpeedDial";
2
- import React, { ComponentType, Dispatch as Dispatch$1, ElementType, FC, ReactNode } from "react";
3
- import * as formatDataWithTimelineCategoryNameOrderedByDate from "./componentSystems/multiThreadTimeline/functions/mttFunctions";
4
- import * as zustand0 from "zustand";
5
- import * as AutoCompletePropertyWidget from "./UI/property/widgets/AutoCompletePropertyWidget";
6
- import * as BooleanPropertyWidget from "./UI/property/widgets/BooleanPropertyWidget";
7
- import * as DatePropertyWidget from "./UI/property/widgets/DatePropertyWidget";
8
- import * as DateTimePropertyWidget from "./UI/property/widgets/DateTimePropertyWidget";
9
- import * as FloatPropertyWidget from "./UI/property/widgets/FloatPropertyWidget";
10
- import * as IntegerPropertyWidget from "./UI/property/widgets/IntegerPropertyWidget";
11
- import * as MultilineTextPropertyWidget from "./UI/property/widgets/MultilineTextPropertyWidget";
12
- import * as NumericPropertyWidget from "./UI/property/widgets/NumericPropertyWidget";
13
- import * as SelectPropertyWidget from "./UI/property/widgets/SelectPropertyWidget";
14
- import * as TextPropertyWidget from "./UI/property/widgets/TextPropertyWidget";
15
- import * as TimePropertyWidget from "./UI/property/widgets/TimePropertyWidget";
16
- import { ButtonProps, CardProps, InputBaseComponentProps, Size, TypographyProps } from "@material-ui/core";
17
- import * as BarChartWidget from "./UI/widgets/library/BarChartWidget";
18
- import * as BubbleWidget from "./UI/widgets/library/BubbleWidget";
19
- import * as DateTrendWidget from "./UI/widgets/library/DateTrendWidget";
20
- import * as DensePlotWidget from "./UI/widgets/library/DensePlotWidget";
21
- import * as DonutChartWidget from "./UI/widgets/library/DonutChartWidget";
22
- import * as LineAndSparklinesWidget from "./UI/widgets/library/LineAndSparklinesWidget";
23
- import * as LineGraphWidget from "./UI/widgets/library/LineGraphWidget";
24
- import * as ProgressBarWidget from "./UI/widgets/library/ProgressBarWidget";
25
- import * as RecentlyLoadedNodesWidget from "./UI/widgets/library/RecentlyLoadedNodesWidget";
26
- import * as RemindersWidget from "./UI/widgets/library/RemindersWidget";
27
- import * as SparklineWidget from "./UI/widgets/library/SparklineWidget";
28
- import * as SparsePlotWidget from "./UI/widgets/library/SparsePlotWidget";
29
- import { AgGridEvent, ColumnApi, GridApi } from "@ag-grid-enterprise/all-modules/dist/cjs/main";
30
- import "@ag-grid-enterprise/all-modules/dist/styles/ag-grid.css";
31
- import "@ag-grid-enterprise/all-modules/dist/styles/ag-theme-material.css";
32
- import "./utilities/aggrid/ag-grid-styles.scss";
33
- import { AgGridReactProps } from "@ag-grid-community/react";
34
- import { FluentButton } from "../../UI/inputs/buttons/FluentButton";
35
- import { AnyObject, FieldProps as FieldProps$1, FieldRenderProps, FormProps as FormProps$1, FormRenderProps, FormSpyProps as FormSpyProps$1, FormSpyRenderProps } from "react-final-form";
36
- import arrayMutators from "final-form-arrays";
37
- import { FormApi } from "final-form";
38
- import { ConfigService } from "udp-react-stencil-component-library";
39
- import { TeleporterInstance } from "react-teleporter";
40
- export * from "./AGLicense";
41
- export * from "./actions/ActionForm";
42
- export * from "./actions/ActionModal";
43
- export * from "./actions/ActionPanelPlacement";
44
- export * from "./actions/ActionSideSheet";
45
- export * from "./actions/ActionSplitScreen";
46
- export * from "./ActionSummaryPopover";
47
- export * from "./actions/ActionWrapper";
48
- export * from "./actions/utils/actionUtils";
49
- export * from "./assets/unityIcons/LibraryData";
50
- export * from "./chatBot/ChatContainer";
51
- export * from "./chatBot/ChatMessage";
52
- export * from "./componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline";
53
- export * from "./componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline";
54
- export * from "./componentSystems/multiThreadTimeline/mttSummary/MttSummary";
55
- export * from "./componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode";
56
- export * from "./componentSystems/pageRenderer/PageRenderer";
57
- export * from "./containers/IframeContainer";
58
- export * from "./contexts/ActionContext";
59
- export * from "./contexts/ActionDispatchContext";
60
- export * from "./contexts/usePageContext";
61
- export * from "./dashboard/WidgetCard";
62
- export * from "./dataBrowser/forms/ParamsMappingForm";
63
- export * from "./dataBrowser/forms/RequiredFieldsMappingForm";
64
- export * from "./diffChecker/DiffChecker";
65
- export * from "./hooks/crudActions";
66
- export * from "./hooks/useActions";
67
- export * from "./hooks/useApiCatalog";
68
- export * from "./hooks/useDynamicListCalculation";
69
- export * from "./hooks/useFluentIcon";
70
- export * from "./hooks/useItemSubCard";
71
- export * from "./hooks/useOutlook";
72
- export * from "./hooks/usePromotedLookupMethods";
73
- export * from "./hooks/usePromotedMethodEntity";
74
- export * from "./hooks/useSearchFilterParamsMap";
75
- export * from "./hooks/useProductVersion";
76
- export * from "./hooks/useSetLocationState";
77
- export * from "./inquiry/AlertFlag";
78
- export * from "./inquiry/AmbientListItem";
79
- export * from "./inquiry/AmbientSplitStatCard";
80
- export * from "./inquiry/AmbientSummaryListHeader";
81
- export * from "./inquiry/ExecuteApiDialog";
82
- export * from "./inquiry/FilterSearch";
83
- export * from "./inquiry/FlagBlock";
84
- export * from "./inquiry/InquiryContainer";
85
- export * from "./inquiry/InquiryTreeMenu";
86
- export * from "./inquiry/InquiryTreeMenuItem";
87
- export * from "./inquiry/InquiryWrapper";
88
- export * from "./inquiry/ItemDescription";
89
- export * from "./inquiry/NodeColumnHeader";
90
- export * from "./inquiry/NodeDetails";
91
- export * from "./inquiry/NodeList";
92
- export * from "./inquiry/dashboard/InquiryDashboard";
93
- export * from "./inquiry/dashboard/RecentlyLoadedNodesTable";
94
- export * from "./inquiry/inquiryBar/InquiryNodeControls";
95
- export * from "./inquiry/search/InquiryAdvancedSearch";
96
- export * from "./inquiry/search/InquiryAdvancedSearchForm";
97
- export * from "./inquiry/search/InquirySearchContainer";
98
- export * from "./inquiry/search/InquirySearchDatasource";
99
- export * from "./inquiry/search/InquirySearchTable";
100
- export * from "./layout/GridGroup";
101
- export * from "./layout/GridRow";
102
- export * from "./layout/GridUnit";
103
- export * from "./layout/HeaderLayout";
104
- export * from "./layout/getRatio";
105
- export * from "./layout/templates/SideBarTemplate";
106
- export * from "./maintenanceEngine/crudBrowser/CrudBrowserContainer";
107
- export * from "./maintenanceEngine/crudBrowser/CrudTableActionRender";
108
- export * from "./maintenanceEngine/crudBrowser/CrudTableColumnDefs";
109
- export * from "./maintenanceEngine/crudBrowser/CrudTableSidePanel";
110
- export * from "./maintenanceEngine/tableBrowser/TableColumnDefs";
111
- export * from "./maintenanceEngine/tableBrowser/TableContainer";
112
- export * from "./map-library/Controls/Controls";
113
- export * from "./map-library/Controls/FullScreenControl";
114
- export * from "./map-library/Controls/ZoomControl";
115
- export * from "./map-library/Layers/ImageLayer";
116
- export * from "./map-library/Layers/Layers";
117
- export * from "./map-library/Layers/TileLayer";
118
- export * from "./map-library/Layers/VectorLayer";
119
- export * from "./map-library/Map/Map";
120
- export * from "./map-library/functions/mapFunctions";
121
- export * from "./map-library/ui/MapFilterBar";
122
- export * from "./map-library/ui/MapSheet";
123
- export * from "./map-library/ui/TileDisplay";
124
- export * from "./maps/GeoMap";
125
- export * from "./maps/leafletMaps/FluentImageMap";
126
- export * from "./maps/leafletMaps/FluentMap";
127
- export * from "./notes/NotesScreen";
128
- export * from "./page/Page";
129
- export * from "./page/PageContainer";
130
- export * from "./page/PageContent";
131
- export * from "./page/PageHeader";
132
- export * from "./page/PageSectionHeader";
133
- export * from "./page/PageSectionSpacer";
134
- export * from "./reminders/RemindersScreen";
135
- export * from "./reports/PowerBIReport";
136
- export * from "./routes/UdpRoutes";
137
- export * from "./shell/Shell";
138
- export * from "./shell/ui/AmbientProjectSwitcher";
139
- export * from "./shell/ui/FluentProfileMenuCard";
140
- export * from "./shell/ui/SiteHeaderRightComponent";
141
- export * from "./udp/pages/UdpMaintenanceEnginePage";
142
- export * from "./udp/pages/udpPages";
143
- export * from "./udp/utilities/methodUtils";
144
- export * from "./UI/AlertContainer";
145
- export * from "./UI/SuccessAction";
146
- export * from "./UI/accordion/Accordion";
147
- export * from "./UI/components/dataDisplay/Ellipse";
148
- export * from "./UI/components/dataDisplay/Sticky";
149
- export * from "./UI/components/dataDisplay/Token";
150
- export * from "./UI/components/feedback/Adornment";
151
- export * from "./UI/containers/DynamicContainerWithMenu";
152
- export * from "./UI/dataDisplay/AvatarAlphabet";
153
- export * from "./UI/dataDisplay/cardList/CardList";
154
- export * from "./UI/dataDisplay/ChipAlphabet";
155
- export * from "./UI/dataDisplay/CompactDataList";
156
- export * from "./UI/dataDisplay/CompactDataListItem";
157
- export * from "./UI/dataDisplay/FluentActivity/FluentActivity";
158
- export * from "./UI/dataDisplay/FluentActivity/FluentActivityRow";
159
- export * from "./UI/dataDisplay/FluentListElement";
160
- export * from "./UI/dataDisplay/FluentListItem";
161
- export * from "./UI/dataDisplay/GraphCard";
162
- export * from "./UI/dataDisplay/HeaderExpander";
163
- export * from "./UI/dataDisplay/StatusChip";
164
- export * from "./UI/dataDisplay/StatusFlags";
165
- export * from "./UI/dataDisplay/SummaryBlock";
166
- export * from "./UI/dataDisplay/address/AddressListItem";
167
- export * from "./UI/dataDisplay/directory/Directory";
168
- export * from "./UI/dataDisplay/directory/DirectoryListItem";
169
- export * from "./UI/dataDisplay/entityHeader/EntityHeader";
170
- export * from "./UI/dataDisplay/map/ColorKey";
171
- export * from "./UI/dataDisplay/map/IconKey";
172
- export * from "./UI/dataDisplay/notes/Note";
173
- export * from "./UI/dataDisplay/notes/Notes";
174
- export * from "./UI/dataDisplay/ticketCard/NotificationElement";
175
- export * from "./UI/dataDisplay/ticketCard/StatusLineItem";
176
- export * from "./UI/dataDisplay/ticketCard/TicketCard";
177
- export * from "./UI/dataDisplay/typography/FormHeaders";
178
- export * from "./UI/dataDisplay/typography/SideSheetHeader";
179
- export * from "./UI/dataDisplay/typography/StandardTitle";
180
- export * from "./UI/dataDisplay/typography/StylizedTitle";
181
- export * from "./UI/dataDisplay/visualization/AmbientVisualizer";
182
- export * from "./UI/feedback/AmbientAlert";
183
- export * from "./UI/feedback/AmbientToast";
184
- export * from "./UI/feedback/FluentDialog";
185
- export * from "./UI/feedback/NodeLoader";
186
- export * from "./UI/feedback/PageLoading";
187
- export * from "./UI/floorplans/CoreLayoutFloorplan";
188
- export * from "./UI/forms/CrudForm";
189
- export * from "./UI/forms/LoginForm";
190
- export * from "./UI/forms/UdpCrudFormFields";
191
- export * from "./UI/forms/PaymentReversalForm";
192
- export * from "./UI/inputs/buttons/AdvanceButton";
193
- export * from "./UI/inputs/buttons/AmbientCardButton";
194
- export * from "./UI/inputs/buttons/AmbientPopoverMenuItem";
195
- export * from "./UI/inputs/buttons/AmbientToggleButton";
196
- export * from "./UI/inputs/buttons/AmbientToggleButtonGroup";
197
- export * from "./UI/inputs/buttons/AmbientTokenButton";
198
- export * from "./UI/inputs/buttons/FluentButton";
199
- export * from "./UI/inputs/buttons/FluentCompoundButton";
200
- export * from "./UI/inputs/buttons/FluentIconButton";
201
- export * from "./UI/inputs/buttons/FluentMenuListButton";
202
- export * from "./UI/inputs/buttons/FluentUploadButton";
203
- export * from "./UI/inputs/buttons/FluentUploadIconButton";
204
- export * from "./UI/inputs/buttons/IconButtonWithToolTip";
205
- export * from "./UI/inputs/buttons/PrimaryActionButton";
206
- export * from "./UI/inputs/buttons/ToolBarButton";
207
- export * from "./UI/inputs/checkbox/FluentCheckbox";
208
- export * from "./UI/inputs/datetimes/DateField";
209
- export * from "./UI/inputs/datetimes/DateTimeField";
210
- export * from "./UI/inputs/datetimes/TimeField";
211
- export * from "./UI/inputs/link/BreadCrumbMenu";
212
- export * from "./UI/inputs/link/FluentLink";
213
- export * from "./UI/inputs/menus/AmbientStepper/AmbientStepContent";
214
- export * from "./UI/inputs/menus/AmbientStepper/AmbientStepper";
215
- export * from "./UI/inputs/menus/FluentSelectDirectoryMenu";
216
- export * from "./UI/inputs/menus/FluentSelectGroupMenu";
217
- export * from "./UI/inputs/menus/FluentSelectMenu";
218
- export * from "./UI/inputs/menus/FluentScrollLoadAutocompleteMenu";
219
- export * from "./UI/inputs/menus/FluentSimpleSelect";
220
- export * from "./UI/inputs/pickers/FluentColorPicker";
221
- export * from "./UI/inputs/pickers/FluentDatePicker";
222
- export * from "./UI/inputs/pickers/FluentTimePicker";
223
- export * from "./UI/inputs/pickers/FluentDateTimePicker";
224
- export * from "./UI/inputs/pickers/UdpDateSelector";
225
- export * from "./UI/inputs/pickers/UdpTimeSelector";
226
- export * from "./UI/inputs/richEditors/CkRichEditor";
227
- export * from "./UI/inputs/textField/AmbientTextField";
228
- export * from "./UI/inputs/textField/FluentSearchField";
229
- export * from "./UI/inputs/textField/FluentTagField";
230
- export * from "./UI/inputs/textField/FluentTextField";
231
- export * from "./UI/inputs/textField/FluentTextFieldAutoComplete";
232
- export * from "./UI/inputs/textField/KeyValueTextField";
233
- export * from "./UI/inputs/toggle/FluentToggle";
234
- export * from "./UI/loading/LoadingIndicator";
235
- export * from "./UI/mapLayout/MapLayout";
236
- export * from "./UI/mapLayout/ui/CheckboxGroup";
237
- export * from "./UI/mapLayout/ui/CheckboxList";
238
- export * from "./UI/mapLayout/ui/CompactCard";
239
- export * from "./UI/mapLayout/ui/ListCard";
240
- export * from "./UI/mapLayout/ui/PopoverCard";
241
- export * from "./UI/mapLayout/ui/Statistic";
242
- export * from "./UI/navigation/FluentSideNav";
243
- export * from "./UI/navigation/menus/AppMenu";
244
- export * from "./UI/navigation/menus/AppMenuItem";
245
- export * from "./UI/navigation/menus/AppMenuItemComponent";
246
- export * from "./UI/navigation/menus/Expander";
247
- export * from "./UI/navigation/menus/FluentMenuListItem";
248
- export * from "./UI/navigation/tabs/defaultTabs/FluentSimpleTab";
249
- export * from "./UI/navigation/tabs/defaultTabs/FluentSimpleTabs";
250
- export * from "./UI/navigation/tabs/defaultTabs/FluentTabPanel";
251
- export * from "./UI/navigation/tabs/defaultTabs/FluentTabUtility";
252
- export * from "./UI/property/PropertyFields";
253
- export * from "./UI/surfaces/NestedGrid/NestedGrid";
254
- export * from "./UI/surfaces/NestedGrid/ui/ExpandRenderer";
255
- export * from "./UI/surfaces/SideSheet";
256
- export * from "./UI/surfaces/cards/AmbientCard";
257
- export * from "./UI/surfaces/cards/AmbientCardTitle";
258
- export * from "./UI/surfaces/cards/AmbientVisualizationCard";
259
- export * from "./UI/surfaces/cards/BioCard";
260
- export * from "./UI/surfaces/cards/FluentCardText";
261
- export * from "./UI/surfaces/cards/FluentCardActions";
262
- export * from "./UI/surfaces/cards/FluentCardContent";
263
- export * from "./UI/surfaces/cards/InfoCard";
264
- export * from "./UI/surfaces/cards/QuickViewCard";
265
- export * from "./UI/surfaces/cards/newsCard/NewsCard";
266
- export * from "./UI/surfaces/cards/workOrderCard/WorkOrderCard";
267
- export * from "./UI/templates/AmbientGridTemplate";
268
- export * from "./UI/templates/UdpGridTemplate";
269
- export * from "./UI/templates/newGrid/ClientSideUdpGrid";
270
- export * from "./UI/templates/newGrid/ServerSideUdpGrid";
271
- export * from "./UI/templates/newGrid/ApiMethodUdpGrid";
272
- export * from "./UI/templates/newGrid/ApiMethodInstanceUdpGrid";
273
- export * from "./UI/templates/newGrid/BackwardsCompatibleGrid";
274
- export * from "./UI/templates/UdpCalendar";
275
- export * from "./UI/templates/UdpCalendarDayView";
276
- export * from "./UI/templates/UdpCalendarWeekView";
277
- export * from "./UI/templates/UdpCalendarMonthView";
278
- export * from "./UI/templates/UdpCalendarYearView";
279
- export * from "./UI/templates/DraggableSidebarTemplate";
280
- export * from "./UI/templates/OpenPage";
281
- export * from "./UI/templates/SapFlexibleTemplate";
282
- export * from "./UI/templates/ToggleSection";
283
- export * from "./UI/templates/ui/ExtenderToggle";
284
- export * from "./UI/templates/ui/GridGroupingHeader";
285
- export * from "./UI/templates/ui/GridGroupingSidebar";
286
- export * from "./UI/templates/ui/GridSidebarContainer";
287
- export * from "./UI/templates/ui/TokenGroupItem";
288
- export * from "./UI/templates/ui/renderers/ActionsRenderer";
289
- export * from "./UI/templates/ui/renderers/IconRenderer";
290
- export * from "./UI/timeline/TimeLine";
291
- export * from "./UI/utilityDisplay/GridActionBar";
292
- export * from "./UI/utilityDisplay/UtilityBar";
293
- export * from "./UI/utilityDisplay/IndicatorChip";
294
- export * from "./UI/utilityDisplay/utilityHeader/PrimaryActionHeader";
295
- export * from "./UI/utilityDisplay/utilityHeader/UtilityTabHeader";
296
- export * from "./UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent";
297
- export * from "./UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent";
298
- export * from "./UI/utilityDisplay/utilityHeader/ui/PAHExport";
299
- export * from "./UI/widgets/ItemsWidgetCard";
300
- export * from "./UI/widgets/library/CircleGaugeWidget";
301
- export * from "./UI/widgets/library/GaugeWidget";
302
- export * from "./uploader/DragDropFileUpload";
303
- export * from "./uploader/FileUpload";
304
- export * from "./utilities/FluentIcon";
305
- export * from "./utilities/TrimForAvatar";
306
- export * from "./utilities/UnityFluentIcon";
307
- export * from "./utilities/UnityIcon";
308
- export * from "./utilities/aggrid/GridFunctions";
309
- export * from "./utilities/aggrid/datasources/SearchServiceDatasource";
310
- export * from "./utilities/apiHelpers";
311
- export * from "./utilities/auth/AuthProvider";
312
- export * from "./utilities/auth/AuthProviderWrapper";
313
- export * from "./utilities/auth/signInAuthProvider";
314
- export * from "./utilities/auth/useAccessToken";
315
- export * from "./utilities/auth/useIsUnityAuthenticated";
316
- export * from "./utilities/auth/users";
317
- export * from "./utilities/axiosInterceptors";
318
- export * from "./utilities/crud/useDefaultFormValues";
319
- export * from "./utilities/entities/entityUtilities";
320
- export * from "./utilities/floorplanFunctions/gridVisualizationFunctions";
321
- export * from "./utilities/form/formHooks";
322
- export * from "./utilities/iconLibrary/IconLibrary";
323
- export * from "./utilities/iconLibrary/UnityIconLibrary";
324
- export * from "./utilities/input/DateUtilities";
325
- export * from "./utilities/input/SelectUtilities";
326
- export * from "./utilities/input/StringUtilities";
327
- export * from "./utilities/maintenanceEngine/CrudBrowserUtilities";
328
- export * from "./utilities/menus/menuUtilities";
329
- export * from "./utilities/page/PageSubHeaderAction";
330
- export * from "./utilities/provider/ActionProvider";
331
- export * from "./utilities/redirect/ExternalRedirectUrlStorage";
332
- export * from "./utilities/redirect/LocalRedirectUrlStorage";
333
- export * from "./utilities/redirect/pages/OutlookCallback";
334
- export * from "./utilities/rules/RuleUtilities";
335
- export * from "./utilities/storage/UnitySessionStorage";
336
- export * from "./utilities/style/ContentContainer";
337
- export * from "./utilities/style/colors";
338
- export * from "./utilities/style/verticalStyles";
339
- export * from "./utilities/systemColors";
340
- export * from "./utilities/theme";
341
- export * from "./utilities/tree/TreeUtilities";
342
- export * from "./utilities/uploader/FileUpload";
343
- export * from "./utilities/uploader/formatBytes";
344
- export * from "./utilities/useAxiosGet";
345
- export * from "./utilities/useAxiosMutate";
346
- export * from "./utilities/utilityBar/InquiryHeaderControl";
347
- export * from "./utilities/utilityBar/InquiryHeaderSecondary";
348
- export * from "./utilities/utilityBar/InquiryHeaderSecondaryAlert";
349
- export * from "./utilities/utilityBar/InquiryHeaderTitle";
350
- export * from "./utilities/utilityBar/SubHeaderAction";
351
- export * from "./utilities/utilityBar/UtilityBarInport";
352
- export * from "./UI/inputs/textField/AmbientAutoComplete";
353
- export * from "./UI/inputs/calendar/AmbientDateRangeSelector";
354
- export * from "./UI/inputs/calendar/AmbientSingleDateSelector";
355
- export * from "./UI/dataDisplay/AmbientList";
356
- export * from "./UI/dataDisplay/EmptyStateDisplay";
357
- export * from "./UI/timeline/fluentTimeline/FluentTimeline";
358
- export * from "./UI/navigation/tabs/UdpTabs";
359
- export * from "./UI/navigation/tabs/UdpTabPanel";
360
- export * from "./UI/navigation/tabs/UdpTabUtility";
361
- export * from "./UI/dataDisplay/typography/Typography";
362
- export * from "./UI/inputs/radio/FluentRadio";
363
- export * from "./UI/inputs/radio/FluentRadioGroup";
364
- export * from "./UI/loading/CircularProgress";
365
- export * from "./UI/loading/LinearProgress";
366
- export * from "./utilities/auth/whitelistedPaths";
367
- export * from "./udp/pages/UdpPublicForm";
368
- export * from "./UI/Box";
369
- export * from "./UI/Grid";
370
- export * from "./routes/PrivateRoute";
371
- export * from "./routes/components/PageStatus";
372
- export * from "./routes/components/PageNotFoundRoute";
373
- export * from "./workflow/WorkflowContainer";
374
- export * from "./inquiry/Inquiry";
375
- export * from "./UI/dataDisplay/TimelineCalendar";
376
- export * from "./UI/fileViewer/FileViewer";
377
- export * from "./UI/utilityDisplay/Divider";
378
- export * from "./UI/utilityDisplay/InputAdornment";
379
- export * from "./UI/utilityDisplay/FormControl";
380
- export * from "./UI/utilityDisplay/FormControlLabel";
381
- export * from "./udp/fileImportMapping/ImportDataFromFileMapping";
382
- export * from "./UI/inputs/fieldArrayCard/FieldArrayCard";
383
- export * from "./UI/timeline/UdpTimeline";
384
- export * from "./UI/timeline/UdpTimelineContent";
385
- export * from "./UI/timeline/UdpTimelineDot";
386
- export * from "./UI/timeline/UdpTimelineItem";
387
- export * from "./UI/timeline/UdpTimelineItemConnector";
388
- export * from "./UI/timeline/UdpTimelineItemSeparator";
389
- export * from "./utilities/customIcons/ApprovalIcon";
390
- export * from "./utilities/customIcons/RejectIcon";
391
- export * from "./routes/components/PasswordResetRedirect";
392
- export * from "./UI/support/SupportCaseSideSheet";
393
- export * from "./udp/export/ExportSidesheet";
394
- export * from "./udp/export/useUdpExport";
395
- export * from "./UI/templates/ui/renderers/StatusCellRenderer";
396
- export * from "./udp/export/MyExportsPage";
397
- export * from "./UI/demos/InputsExample";
398
-
399
- //#region rolldown:runtime
400
- //#endregion
401
- //#region src/actions/ActionSpeedDial.d.ts
402
- interface FluentSpeedDialProps extends SpeedDialProps {
403
- actions: Array<{
404
- icon: {
405
- type?: string;
406
- name: string;
407
- };
408
- name: string;
409
- onClick: Function;
410
- }>;
411
- }
412
- declare const ActionSpeedDial: (props: FluentSpeedDialProps) => JSX.Element | null;
413
- //#endregion
414
- //#region src/actions/actionSummary/ActionSummaryCard.d.ts
415
- type ActionSummaryProps = {
416
- actionMenuContent: Array<ActionSummaryContent>;
417
- selectedNode: object | null | undefined;
418
- };
419
- type ActionSummaryContent = {
420
- header: string;
421
- icon: string;
422
- iconType?: string;
423
- items: Array<ActionSummaryListItemProps>;
424
- };
425
- declare const ActionSummaryCard: FC<ActionSummaryProps>;
426
- //#endregion
427
- //#region src/actions/actionSummary/ActionSummaryListContainer.d.ts
428
- type ActionSummaryListContainerProps = {
429
- items: Array<ActionSummaryListItemProps>;
430
- selectedNode?: object;
431
- };
432
- declare const ActionSummaryListContainer: FC<ActionSummaryListContainerProps>;
433
- //#endregion
434
- //#region src/actions/actionSummary/ActionSummaryHeader.d.ts
435
- type ActionSummaryHeaderProps = {
436
- icon: string;
437
- header: string;
438
- iconType?: string;
439
- };
440
- declare const ActionSummaryHeader: FC<ActionSummaryHeaderProps>;
441
- //#endregion
442
- //#region src/actions/actionSummary/ActionSummaryListItem.d.ts
443
- type ActionSummaryListItemProps = {
444
- value: string;
445
- highlighted?: boolean;
446
- enabled?: boolean;
447
- actionId: string;
448
- setLoading: Function;
449
- selectedNode?: any;
450
- };
451
- declare const ActionSummaryListItem: FC<ActionSummaryListItemProps>;
452
- //#endregion
453
- //#region src/componentSystems/multiThreadTimeline/timeline.d.ts
454
- interface Event {
455
- id: string | undefined;
456
- eventTypeID: string | undefined;
457
- primaryContextID: string | undefined;
458
- secondaryContextID: string | undefined;
459
- date: string | undefined;
460
- transactionType: string | undefined;
461
- description: string | undefined;
462
- shortDescription: string | undefined;
463
- status: number | undefined;
464
- data1: '';
465
- }
466
- interface Thread {
467
- id: string | undefined;
468
- name: string | undefined;
469
- inSummary: boolean;
470
- queryID: string | undefined;
471
- iconID: string | undefined;
472
- mttConfigID: string | undefined;
473
- events: Array<Event> | undefined;
474
- }
475
- interface Timeline {
476
- threads: Array<Thread> | undefined;
477
- }
478
- declare const createTimeline: (threads: Array<any>) => Timeline;
479
- //#endregion
480
- //#region src/dashboard/types.d.ts
481
- interface LayoutDimensionRange {
482
- default: number;
483
- min: number;
484
- max: number;
485
- }
486
- type LayoutDimension = number | LayoutDimensionRange;
487
- interface WidgetLayout {
488
- w?: LayoutDimension;
489
- h?: LayoutDimension;
490
- }
491
- interface WidgetParam<T = unknown> {
492
- defaultValue: T;
493
- }
494
- type WidgetParams = Record<string, WidgetParam>;
495
- interface WidgetModule {
496
- layout?: WidgetLayout;
497
- params?: WidgetParams;
498
- default: ComponentType;
499
- Preview?: ComponentType;
500
- }
501
- interface WidgetType {
502
- layout: WidgetLayout;
503
- params: WidgetParams;
504
- Widget: ComponentType;
505
- Preview?: ComponentType;
506
- }
507
- //#endregion
508
- //#region src/enums/InputFieldTypeEnums.d.ts
509
- declare enum InputFieldType {
510
- Default = 0,
511
- Text = 1,
512
- Number = 2,
513
- Toggle = 3,
514
- DateTime = 4,
515
- ColorPicker = 5,
516
- }
517
- //#endregion
518
- //#region src/enums/pageEnums.d.ts
519
- declare enum ClickOpenEnums {
520
- SideSheet = "sideSheet",
521
- Dialog = "dialog",
522
- SplitScreen = "splitScreen",
523
- }
524
- declare enum UdpPageEnums {
525
- Udp_Maintenance_Engine_Page = "32f32abb-e633-494e-b4c7-8e187c731e95",
526
- Udp_Data_Browser_Page = "efaa7518-c943-4cd3-ad44-d78941de3211",
527
- Udp_Notes_Page = "ef18c935-4d7b-4923-a87e-975d71f019a2",
528
- Udp_Reminders_Page = "308d9644-60db-4a0f-88c6-3a1309600ebc",
529
- Udp_Reports_Page = "35eb68db-cadc-497a-b915-de4e4b709459",
530
- Udp_Inquiry_Explore_Page = "8118a06e-5e26-437f-8661-8171f9e2ab16",
531
- Udp_Public_Forms_Page = "0a2f83f1-6f74-4088-b954-7d5762d93cfa",
532
- }
533
- //#endregion
534
- //#region src/enums/propertyTypeEnums.d.ts
535
- declare enum PropertyTypeEnum {
536
- Int = "int",
537
- Long = "long",
538
- Double = "double",
539
- DateTime = "DateTime",
540
- String = "string",
541
- String_Uuid = "string uuid",
542
- Boolean = "bool",
543
- }
544
- //#endregion
545
- //#region src/enums/unitySystemEnums.d.ts
546
- declare enum GridEnums {
547
- Ideas = "f3c1bf72-15fd-4dcd-904c-b67850525cff",
548
- Tickets = "787a2afc-26df-440a-9040-9a3e5c5333d5",
549
- Users = "4ea9fe5d-0af3-4102-af95-4d4a5ca886e1",
550
- Tenants = "b543fc1d-6f45-469e-87ae-2b18b8200955",
551
- Roles = "9af2eebb-7687-4b3c-91fa-607efb0a5fea",
552
- Inquiry = "ac0b9a3a-d113-4590-93db-dea62bcb89a2",
553
- Groups = "c599b6ff-fee3-4ade-bf78-16700fddb5b9",
554
- }
555
- declare enum GridStateTypeEnums {
556
- Column = 1,
557
- Pivot_Mode = 2,
558
- Column_Sort = 3,
559
- Column_Filter = 4,
560
- Column_Group = 5,
561
- }
562
- declare enum MenuTypeEnums {
563
- Left_Menu = 1,
564
- Application_Menu = 2,
565
- Builders_Menu = 3,
566
- Favorites_Menu = 4,
567
- }
568
- declare enum VerticalEnums {
569
- Engage = 1,
570
- Manage = 2,
571
- Build = 3,
572
- Play = 4,
573
- }
574
- declare enum MenuItemEnums {
575
- Container = "b36cec3c-fe05-47ed-a687-70be22b0e200",
576
- External_Link = "11758dfd-ac3a-4996-b86c-767947776ff8",
577
- Data_Browser = "afc3833e-e288-4cf6-8155-a069ec4ddc5a",
578
- Report = "22763e92-2477-43c3-92db-124a84e5ff7f",
579
- Page = "d506aeef-ba1b-49a8-9032-beba450b11bc",
580
- Page_Builder = "16df758b-c456-4c8c-8ca3-2ae167b3b078",
581
- Route = "ec5f1c26-e7e1-4f19-8e6e-143308995a40",
582
- Tree_Builder = "d4379c4f-6496-4caa-bc0d-5f297fea580f",
583
- Inquiry = "b45f660f-a172-4444-8dd8-8f51d56e0725",
584
- Scheduler = "4007feb9-e50c-44f9-8502-a1f337d82bcf",
585
- Config = "aeb48be9-09ea-49b3-9f21-486fe3545b2d",
586
- Action = "a66e9458-2540-4166-9b26-1e9b44a2b080",
587
- Inner_Menu = "c4f7b46c-00b8-428e-b982-1639c03fde20",
588
- }
589
- declare enum ADUserTypeEnums {
590
- Guest = "Guest",
591
- Member = "Member",
592
- }
593
- declare enum ProductEnums {
594
- Unity = 1,
595
- }
596
- declare enum RoleTypeEnums {
597
- System = 1,
598
- Tenant = 2,
599
- }
600
- declare enum LookupTypeEnums {
601
- No_Lookup = "NO_LOOKUP",
602
- Api = "API",
603
- Csv = "CSV",
604
- Domain = "DOMAIN",
605
- Lookup = "LOOKUP",
606
- }
607
- declare enum SearchValueType {
608
- String = "String",
609
- Int = "Int",
610
- Long = "Long",
611
- Double = "Double",
612
- Boolean = "Boolean",
613
- DateTime = "DateTime",
614
- }
615
- declare enum SearchGroupingType {
616
- Distinct = "DISTINCT",
617
- Aggregate = "AGGREGATE",
618
- }
619
- declare enum SearchSortDirection {
620
- Asc = "ASC",
621
- Desc = "DESC",
622
- }
623
- declare enum RoleNameEnums {
624
- System_Administrator = "System Administrator",
625
- Company_Administrator = "Company Administrator",
626
- Developer = "Developer",
627
- }
628
- declare enum ProductNameEnums {
629
- Asset_Management = "Asset Management",
630
- Asset_Routing = "Asset Routing",
631
- AVI = "AVI",
632
- Cashiering = "Cashiering",
633
- Citizen_Portal = "Citizen Portal",
634
- Compliance = "Compliance",
635
- Consumer_Engagement = "Consumer Engagement",
636
- Consumer_Information = "Consumer Information",
637
- Contact_Center = "Contact Center",
638
- Course_Management = "Course Management",
639
- Crew_Routing = "Crew Routing",
640
- Dispatch = "Dispatch",
641
- Dispatch_Admin = "Dispatch Admin",
642
- Employee_Network = "Employee Network",
643
- Energy_Management = "Energy Management",
644
- Equipment_Inspection = "Equipment Inspection",
645
- Facility_Management = "Facility Management",
646
- Field_Mobility = "Field Mobility",
647
- Fixed_Assets = "Fixed Assets",
648
- Fleet_Management = "Fleet Management",
649
- Health_And_Safety = "Health & Safety",
650
- Instructor_Application = "Instructor Application",
651
- MDM = "MDM",
652
- Member_Management = "Member Management",
653
- Page_Builder = "Page Builder",
654
- Project_Management = "Project Management",
655
- Rentals = "Rentals",
656
- Unity = "Unity",
657
- Work_Orders = "Work Orders",
658
- }
659
- declare enum LogicalSearchOperatorEnums {
660
- And = 1,
661
- Or = 2,
662
- }
663
- declare enum NodeActionTriggerEnums {
664
- On_Node_Drop = 1,
665
- }
666
- declare enum NodeActionEnums {
667
- Load_Inquiry_Page = 1,
668
- Execute_Api = 2,
669
- Start_Workflow = 3,
670
- Create = 4,
671
- Update = 5,
672
- Delete = 6,
673
- Retrieve = 7,
674
- Open_Inquiry = 8,
675
- Open_Maintenance_Engine = 9,
676
- Redirect = 10,
677
- Open_External_Link = 11,
678
- Hide = 12,
679
- Disable = 13,
680
- Open_Page_Split_Screen = 14,
681
- Open_Shell_Split_Screen = 15,
682
- Open_Notes = 16,
683
- Open_Reminders = 17,
684
- Execute_Function = 18,
685
- }
686
- declare enum TreeViewModeEnums {
687
- Classic = 1,
688
- Compact = 2,
689
- }
690
- declare enum PanelPositionEnums {
691
- Site_Header = 1,
692
- Site_Header_Summary = 2,
693
- Speed_Dial = 3,
694
- Inquiry_Header = 4,
695
- Inquiry_Header_Summary = 5,
696
- }
697
- declare enum CardinalityTypeEnums {
698
- One_To_One = 0,
699
- One_To_Many = 1,
700
- Many_To_Many = 2,
701
- Many_To_One = 3,
702
- }
703
- declare enum SplitScreenTypeEnums {
704
- Entity = 1,
705
- Notes = 2,
706
- Page = 3,
707
- Reminders = 4,
708
- }
709
- declare enum UdpEnums {
710
- Udp_Note_Type = "UdpNoteType",
711
- Udp_Note_Template = "UdpNoteTemplate",
712
- Udp_Note = "UdpNote",
713
- Udp_Note_Filed_For = "UdpNoteFiledFor",
714
- Udp_Shortcut_Content = "UdpShortcutContent",
715
- Udp_Lookup = "UdpLookup",
716
- Udp_Reminder_Type = "UdpReminderType",
717
- Udp_Reminder_Template = "UdpReminderTemplate",
718
- Udp_Reminder = "UdpReminder",
719
- Udp_Reminder_Filed_For = "UdpReminderFiledFor",
720
- }
721
- declare enum NodeGroupTypeEnums {
722
- Static = "static",
723
- Dynamic = "dynamic",
724
- }
725
- declare enum NodeGroupOutlierEnums {
726
- Hide = "hide",
727
- Group = "group",
728
- Individual = "individual",
729
- }
730
- declare enum LookupTypeIdEnums {
731
- Api = 1,
732
- Csv = 2,
733
- Domain = 3,
734
- Lookup = 4,
735
- }
736
- declare enum VisibilityTypeEnums {
737
- Private = 1,
738
- Public = 2,
739
- }
740
- declare enum SeverityTypeEnums {
741
- Success = "success",
742
- Error = "error",
743
- Warning = "warning",
744
- Info = "info",
745
- Default = "default",
746
- }
747
- declare enum UdpKeywordEnums {
748
- Udp_Tenant_Id = "UDP_TENANT_ID",
749
- Udp_Product_Id = "UDP_PRODUCT_ID",
750
- Udp_Language_Id = "UDP_LANGUAGE_ID",
751
- }
752
- declare const enum JobStatusIdMapping {
753
- PENDING = 1,
754
- IN_PROGRESS = 2,
755
- COMPLETED = 3,
756
- FAILED = 4,
757
- }
758
- declare const enum JobTypeIdMapping {
759
- IMPORT = 1,
760
- EXPORT = 2,
761
- }
762
- declare enum UdpReminderFiledForType {
763
- User = 1,
764
- System = 2,
765
- }
766
- declare enum DeviceTypeEnums {
767
- Desktop = 1,
768
- Tablet = 2,
769
- Mobile = 3,
770
- }
771
- declare enum ContainerTypeEnums {
772
- Sidesheet = 1,
773
- SplitScreen = 2,
774
- Page = 3,
775
- }
776
- declare enum TenantTypeEnums {
777
- Tenant = 1,
778
- Product = 2,
779
- }
780
- declare enum EntityAttributeEnums {
781
- Is_Product_ShortcutContent = "IsProductShortcutContent",
782
- Is_Product_Lookup = "IsProductLookup",
783
- User_Defined = "UserDefined",
784
- Domain_Name = "DomainName",
785
- }
786
- declare enum RoleIdEnums {
787
- Unity_System_Administrator = "302dacf5-bf16-412d-bf66-519d4c3491c3",
788
- }
789
- //#endregion
790
- //#region src/enums/paymentMethodTypeEnum.d.ts
791
- declare enum PaymentMethodTypeEnum {
792
- CreditCard = 4001,
793
- Cash = 4002,
794
- DebitCard = 4003,
795
- eCheck = 4004,
796
- }
797
- //#endregion
798
- //#region src/enums/paymentTenderTypeEnum.d.ts
799
- declare enum PaymentTenderTypeEnum {
800
- CreditCard = 1,
801
- ECheck = 2,
802
- Cash = 3,
803
- Check = 4,
804
- DebitCard = 5,
805
- ECheckNoPost = 7,
806
- }
807
- //#endregion
808
- //#region src/enums/paymentVendorFactoryEnum.d.ts
809
- declare enum PaymentVendorFactoryEnum {
810
- AuthorizeNet = 10,
811
- Stripe = 20,
812
- DummyCashAccount = 30,
813
- Paymentus = 40,
814
- Fiserv = 50,
815
- ICheck = 60,
816
- DummyAuthorization = 444,
817
- DummyLockbox = 999,
818
- }
819
- //#endregion
820
- //#region src/hooks/useQueryExecutors.d.ts
821
- declare const useQueryExecutors: () => {
822
- executeQueryInstanceAndMapLookups: any;
823
- executeQueryInstanceWithObjectAndMapLookups: any;
824
- executeQueryAdHocAndMapLookups: any;
825
- getCleanData: any;
826
- getLookup: any;
827
- };
828
- //#endregion
829
- //#region src/layout/LayoutUnit.d.ts
830
- declare const LayoutUnit: React.FC<any>;
831
- //#endregion
832
- //#region src/models/SearchOperator.d.ts
833
- interface SearchOperator {
834
- value: string;
835
- label: string;
836
- }
837
- declare const SearchOperators: Array<SearchOperator>;
838
- declare const FilterOperators: {
839
- equals: string;
840
- contains: string;
841
- notEqual: string;
842
- greaterThan: string;
843
- lessThan: string;
844
- greaterThanOrEqual: string;
845
- lessThanOrEqual: string;
846
- between: string;
847
- In: string;
848
- startsWith: string;
849
- };
850
- //#endregion
851
- //#region src/stores/catalogStore.d.ts
852
- interface CatalogState {
853
- currentApiCatalogId: string | null | undefined;
854
- setCurrentApiCatalogId: (apiCatalogId: string) => void;
855
- catalogsMap: Object | null | undefined;
856
- setCatalogsMap: (catalog: Object) => void;
857
- promotedEntityMap: Object | null | undefined;
858
- setPromotedEntityMap: (catalog: Object) => void;
859
- }
860
- declare const useCatalogStore: zustand0.UseBoundStore<Omit<zustand0.StoreApi<CatalogState>, "setState"> & {
861
- setState<A extends string | {
862
- type: string;
863
- }>(partial: CatalogState | Partial<CatalogState> | ((state: CatalogState) => CatalogState | Partial<CatalogState>), replace?: boolean | undefined, action?: A | undefined): void;
864
- }>;
865
- //#endregion
866
- //#region src/stores/lookupsStore.d.ts
867
- interface LookupsState {
868
- lookupApiMethodId: string | null | undefined;
869
- setLookupApiMethodId: (apiMethodId: string) => void;
870
- lookupsDataMap: Object | null | undefined;
871
- setLookupsDataMap: (lookupsDataMap: Object, replace: boolean | null | undefined) => void;
872
- }
873
- declare const useLookupsStore: zustand0.UseBoundStore<Omit<zustand0.StoreApi<LookupsState>, "setState"> & {
874
- setState<A extends string | {
875
- type: string;
876
- }>(partial: LookupsState | Partial<LookupsState> | ((state: LookupsState) => LookupsState | Partial<LookupsState>), replace?: boolean | undefined, action?: A | undefined): void;
877
- }>;
878
- //#endregion
879
- //#region src/stores/shellStore.d.ts
880
- interface ShellState {
881
- subHeaderActionHasChildren: boolean | null | undefined;
882
- setSubHeaderActionHasChildren: (subHeaderActionHasChildren: boolean) => void;
883
- navigationExpanded: boolean | null | undefined;
884
- setNavigationExpanded: (navigationExpanded: boolean) => void;
885
- setIsValidWidget: (isValidWidget: (a: string) => boolean) => void;
886
- isValidWidget: (a: string) => boolean;
887
- setGetWidget: (getWidget: (a: string) => any) => void;
888
- getWidget: (a: string) => any;
889
- shellHidden: boolean | null | undefined;
890
- setShellHidden: (shellHidden: boolean) => void;
891
- currentContainerId: string | null | undefined;
892
- setCurrentContainerId: (containerId: string) => void;
893
- }
894
- declare const useShellStore: zustand0.UseBoundStore<Omit<zustand0.StoreApi<ShellState>, "setState"> & {
895
- setState<A extends string | {
896
- type: string;
897
- }>(partial: ShellState | Partial<ShellState> | ((state: ShellState) => ShellState | Partial<ShellState>), replace?: boolean | undefined, action?: A | undefined): void;
898
- }>;
899
- declare const useSetInitialShellVisibility: () => void;
900
- //#endregion
901
- //#region src/stores/tenantStore.d.ts
902
- interface TenantView {
903
- tenantId: string;
904
- name: string | null | undefined;
905
- tenantType: number | null | undefined;
906
- }
907
- interface TenantState {
908
- currentTenant: TenantView | null | undefined;
909
- setCurrentTenant: (currentTenant: TenantView) => void;
910
- isProductTenant: boolean;
911
- }
912
- declare const useTenantStore: zustand0.UseBoundStore<Omit<zustand0.StoreApi<TenantState>, "setState"> & {
913
- setState<A extends string | {
914
- type: string;
915
- }>(partial: TenantState | Partial<TenantState> | ((state: TenantState) => TenantState | Partial<TenantState>), replace?: boolean | undefined, action?: A | undefined): void;
916
- }>;
917
- //#endregion
918
- //#region src/UI/surfaces/cards/FluentCard.d.ts
919
- // @fixme this doesn't include the `raised` class
920
- interface FluentCardProps extends CardProps {}
921
-
922
- /**
923
- * A variant of <Card> that uses a square Fluent UI card style
924
- */
925
- declare function FluentCard(props: FluentCardProps): JSX.Element;
926
- //#endregion
927
- //#region src/UI/stepper/types.d.ts
928
- interface StepDisplay {
929
- inProcessIcon: string;
930
- completeIcon: string;
931
- title?: string;
932
- subTitle?: string;
933
- }
934
- interface Button {
935
- title: string;
936
- action: number;
937
- customAction?: any;
938
- disabled?: boolean;
939
- variant?: 'default' | 'outline';
940
- }
941
- type LabelDisplayMode = 'all' | 'none' | 'active-only';
942
- type LabelPosition = 'right' | 'bottom' | 'default';
943
- interface Step {
944
- stepDisplay: StepDisplay;
945
- stepTitle: string;
946
- showTitle: boolean;
947
- buttons: Button[];
948
- content?: any;
949
- }
950
- interface UdpStepperProps {
951
- steps: Step[];
952
- activeStep?: number;
953
- orientation?: 'horizontal' | 'vertical';
954
- alternativeLabel?: boolean;
955
- nonLinear?: boolean;
956
- completed?: {
957
- [key: number]: boolean;
958
- };
959
- disableStrictStepCompletion?: boolean;
960
- labelDisplay?: LabelDisplayMode;
961
- labelPosition?: LabelPosition;
962
- onStepChange: (event: any) => void;
963
- stepChange?: (event: any) => void;
964
- children?: any;
965
- }
966
- //#endregion
967
- //#region src/UI/stepper/udp-stepper.d.ts
968
- declare const UdpStepper: (props: UdpStepperProps) => JSX.Element;
969
- //#endregion
970
- //#region src/UI/templates/newGrid/EntityMaintenanceUdpGrid.d.ts
971
- declare const EntityMaintenanceUdpGrid: (props: any) => JSX.Element;
972
- //#endregion
973
- //#region src/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts
974
- declare const UdpAdvancedSearchBuilder: (props: any) => JSX.Element;
975
- //#endregion
976
- //#region src/utilities/aggrid/AgTable.d.ts
977
- interface AgGridApi {
978
- gridApi?: GridApi;
979
- gridColumnApi?: ColumnApi;
980
- }
981
- interface UseAgGridApi extends AgGridApi {
982
- onGridReady: Dispatch$1<AgGridEvent>;
983
- }
984
- /**
985
- * Utility hook for getting the ag-grid APIs into state
986
- */
987
- declare function useAgGridApi(): UseAgGridApi;
988
- interface AgTableButttonsProps {
989
- gridApi?: GridApi;
990
- gridColumnApi?: ColumnApi;
991
- }
992
- /**
993
- * Size/Export buttons for AgGrid tables
994
- */
995
- declare const AgTableButtons: FC<AgTableButttonsProps>;
996
- interface AgTableProps extends AgGridReactProps {
997
- dynamicSizing?: boolean;
998
- className?: string;
999
- isUsingAgRowHeight?: boolean;
1000
- hideHeader?: boolean;
1001
- }
1002
- /**
1003
- * AgGrid with tweaks
1004
- */
1005
- declare const AgTable: FC<AgTableProps>;
1006
- //#endregion
1007
- //#region src/utilities/aggrid/aggridHelpers.d.ts
1008
- declare const useServerSideDatasource: (refetchData: Function, refetchGroupData: any, filterChanged: any,
1009
- // a ref (from useRef()) for detecting when a grid's filters have been changed
1010
- setFilterChanged: any) => any;
1011
- //#endregion
1012
- //#region src/utilities/auth/authActions.d.ts
1013
- type LoginFunction = () => void;
1014
- type LogoutFunction = () => void;
1015
- /**
1016
- * Hook providing auth "actions" such as login/logout
1017
- */
1018
- declare const useLoginAction: LoginFunction;
1019
- declare const loginRedirect: () => void;
1020
- declare function useLogoutAction(): LogoutFunction;
1021
- declare function acquireAccessToken(): Promise<string | void>;
1022
- //#endregion
1023
- //#region src/utilities/auth/internal.d.ts
1024
- type UserAction = {
1025
- type: 'SET_USER';
1026
- };
1027
- type AccessTokenAction = {
1028
- type: 'SET_ACCESS_TOKEN';
1029
- };
1030
- type Dispatch = (action: UserAction | AccessTokenAction) => void;
1031
- declare const UserContext: any;
1032
- declare const UserDispatchContext: any;
1033
- //#endregion
1034
- //#region src/utilities/auth/user.d.ts
1035
- interface User {
1036
- name: string | undefined;
1037
- firstName: string | undefined;
1038
- familyName: string | undefined;
1039
- jobTitle: string | undefined;
1040
- email: string | undefined;
1041
- mobile: string | undefined;
1042
- phone: string | undefined;
1043
- id: string | undefined;
1044
- location: string | undefined;
1045
- aadId: string | undefined;
1046
- accessToken: string | undefined;
1047
- defaultTenantId: string | undefined;
1048
- currentTenantId: string | undefined;
1049
- tenantIds: Array<string> | undefined;
1050
- roleIds: Array<string> | undefined;
1051
- products: Array<object> | undefined;
1052
- permissions: Array<object> | undefined;
1053
- can: any | undefined;
1054
- statusCode: number | undefined;
1055
- unityId: string | undefined;
1056
- additionalProperties: any | undefined;
1057
- roleNames: Array<string> | undefined;
1058
- isUnitySystemAdmin: boolean | undefined;
1059
- }
1060
- /**
1061
- * Create a "unified" user object from MSAL account info and Univerus user data (in the future)
1062
- */
1063
- declare function createUser(userInfo: any): User;
1064
- //#endregion
1065
- //#region src/utilities/auth/useAuthedUser.d.ts
1066
- /**
1067
- * Hook that provides a returnTo string for the current location
1068
- */
1069
- declare function useCurrentPageReturnTo(): {
1070
- pathname: any;
1071
- search: any;
1072
- hash: any;
1073
- };
1074
- declare function useIsAuthed(): boolean;
1075
- /**
1076
- * Hook used on routes that require a logged in user to ensure that the user is logged in
1077
- * @see {@link useUser}
1078
- */
1079
- declare function useAuthedUser(): User | null;
1080
- //#endregion
1081
- //#region src/utilities/auth/useSingleLogout.d.ts
1082
- declare const useSingleLogout: () => () => void;
1083
- //#endregion
1084
- //#region src/utilities/auth/useUser.d.ts
1085
- /**
1086
- * Get the current User object (or null if not logged in)
1087
- *
1088
- * Does not redirect to login
1089
- * @see {@link useAuthedUser}
1090
- */
1091
- declare function useUser(): User | null;
1092
- //#endregion
1093
- //#region src/utilities/form/AltSubmitButton.d.ts
1094
- type AltSubmitButtonProps<P = {}, D extends React.ElementType = 'button'> = Omit<ButtonProps<D, P>, 'onClick'> & {
1095
- ButtonComponent: typeof FluentButton;
1096
- disablePristine: boolean;
1097
- };
1098
- //#endregion
1099
- //#region src/utilities/form/Field.d.ts
1100
- interface MuiFieldComponentProps {
1101
- error?: boolean;
1102
- helperText?: React.ReactNode;
1103
- inputProps?: InputBaseComponentProps;
1104
- onChange: React.ChangeEventHandler;
1105
- ComponentProps?: MuiFieldComponentProps;
1106
- }
1107
- type MuiFieldComponent = ElementType<MuiFieldComponentProps>;
1108
- type FieldProps<FieldValue, RP extends FieldRenderProps<FieldValue, T>, T extends HTMLElement = HTMLElement> = {
1109
- component: MuiFieldComponent;
1110
- valueForChange?: (event: React.ChangeEvent<T>) => FieldValue;
1111
- } & Pick<FieldProps$1<FieldValue, RP, T>, 'afterSubmit' | 'allowNull' | 'beforeSubmit' | 'defaultValue' | 'format' | 'formatOnBlur' | 'initialValue' | 'isEqual' | 'name' | 'parse' | 'subscription' | 'type' | 'validate' | 'validateFields' | 'value' | 'required'> & MuiFieldComponentProps;
1112
- type FieldComponent<FieldValue = any, RP extends FieldRenderProps<FieldValue, T> = FieldRenderProps<FieldValue, HTMLElement>, T extends HTMLElement = HTMLElement> = ComponentType<FieldProps<FieldValue, RP, T>>;
1113
- /**
1114
- * final-form Field wrapper that supports using Material UI fields as components
1115
- * @todo Implement a validation function that uses required, etc... (or defer this till Redwerks' form library is built)
1116
- */
1117
- declare let Field: FieldComponent;
1118
- //#endregion
1119
- //#region src/utilities/form/Form.d.ts
1120
- interface FormProps<FormValues = AnyObject> extends FormProps$1<FormValues> {
1121
- children?: (props: FormRenderProps<FormValues>) => React.ReactNode;
1122
- id?: string;
1123
- }
1124
- declare const Form: any;
1125
- //#endregion
1126
- //#region src/utilities/form/FormButtons.d.ts
1127
- type FormButtonsProps = {};
1128
- declare const FormButtons: any;
1129
- //#endregion
1130
- //#region src/utilities/form/FormError.d.ts
1131
- type FormErrorProps = TypographyProps<'p', {}>;
1132
- /**
1133
- * Displays form-wide validation and submit errors in a MUI Typography error element
1134
- */
1135
- declare const FormError: FC<FormErrorProps>;
1136
- //#endregion
1137
- //#region src/utilities/form/FormSpy.d.ts
1138
- interface FormSpyProps<FormValues = AnyObject> extends FormSpyProps$1<FormValues> {
1139
- children?: (props: FormSpyRenderProps<FormValues>) => React.ReactNode;
1140
- id?: string;
1141
- }
1142
- /**
1143
- * final-form Form Spy wrapper
1144
- */
1145
- declare const FormSpy: FC<FormSpyProps>;
1146
- //#endregion
1147
- //#region src/utilities/form/SubmitButton.d.ts
1148
- type SubmitButtonProps<P = {}, D extends React.ElementType = 'button'> = ButtonProps<D, P> & {
1149
- ButtonComponent?: typeof FluentButton;
1150
- disablePristine: boolean;
1151
- };
1152
- type SubmitButtonComponent<P = {}, D extends React.ElementType = 'button'> = ComponentType<SubmitButtonProps<P, D>>;
1153
- /**
1154
- * A MUI Button varaint intended for use as the submit button for a form
1155
- */
1156
- declare let SubmitButton: SubmitButtonComponent;
1157
- //#endregion
1158
- //#region src/utilities/form/paymentForm/AccountPayment.model.d.ts
1159
- interface PaymentDetails {
1160
- accountNumber?: string;
1161
- firstName?: string;
1162
- lastName?: string;
1163
- company?: string;
1164
- amount?: string | number | null | undefined;
1165
- salesTax?: number;
1166
- custId?: number | string;
1167
- street1?: string;
1168
- street2?: string;
1169
- city?: string | number;
1170
- state?: string;
1171
- zip?: number;
1172
- email?: string;
1173
- phone?: string;
1174
- description?: string;
1175
- reference1?: string | number;
1176
- reference2?: string | number;
1177
- reference3?: string | number;
1178
- }
1179
- //#endregion
1180
- //#region src/utilities/form/paymentForm/PaymentForm.d.ts
1181
- interface PaymentMethodProps {
1182
- id: string;
1183
- activeTab?: number;
1184
- externalId?: string | number;
1185
- paymentAccounts?: any[];
1186
- paymentDetails: PaymentDetails;
1187
- bankAccountTypes?: any[];
1188
- loading: boolean;
1189
- onTabChange: (event: React.ChangeEvent<{}>, paymentMethodTab: any) => void;
1190
- onFormStatusChange?: (paymentFormResult: any) => void;
1191
- onSubmitCompleted?: (event: React.FormEvent<HTMLFormElement>, result: any) => void;
1192
- submit?: (event: React.FormEvent<HTMLFormElement>) => void;
1193
- presetDataRequest: (formData: any, paymentMethod: any, isHostedPayment: boolean) => any;
1194
- children?: any;
1195
- childrenPosition?: "before" | "after" | "outside";
1196
- actionLabel?: string;
1197
- render?: any;
1198
- }
1199
- /**
1200
- * PaymentForm Component
1201
- *
1202
- * This component provides a user interface for selecting and handling different payment methods.
1203
- * It allows users to switch between available payment methods using tabs and handles the form submission process.
1204
- * Each payment method has its own form component that is displayed based on the selected tab.
1205
- *
1206
- * Props:
1207
- * @param {PaymentMethodProps} props - Object containing the following properties:
1208
- * @param {string} id - Unique identifier for the payment form.
1209
- * @param {number} [activeTab=0] - The index of the currently active tab. Defaults to 0. [OPTIONAL]
1210
- * @param {any[]} [paymentAccounts] - Array of payment accounts associated with the user. [OPTIONAL]
1211
- * @param {PaymentDetails} paymentDetails - Object containing details about the customer's payment information.
1212
- * @param {any[]} [bankAccountTypes=DEFAULT_ACCOUNT_TYPES] - Array of available bank account types, with a default value.
1213
- * @param {boolean} loading - Boolean flag indicating if asynchronous operations like data fetching are in progress.
1214
- * @param {Function} onTabChange - Function to be called when the active tab changes.
1215
- * @param {Function} [onFormStatusChange] - Optional function to handle status changes during form interactions.
1216
- * @param {Function} [onSubmitCompleted] - Optional function to be called upon successful form submission.
1217
- * @param {Function} presetDataRequest - Function to prepare the data request for payment processing.
1218
- * @param {Function} [submit] - Optional function to be called on form submission.
1219
- * @param {any} [children] - Optional elements to be rendered inside the form.
1220
- * @param {"before" | "after" | "outside"} [childrenPosition="before"] - Position of the children elements relative to the form.
1221
- * @param {string} [actionLabel] - Optional label for the form action button.
1222
- * @param {any} [render] - Optional render function for custom rendering inside the component.
1223
- *
1224
- * Usage:
1225
- * The component renders tabs to switch between different payment methods and handles form interactions
1226
- * for submitting payments. It integrates with Material-UI components to render the form and uses React hooks
1227
- * for managing state, such as the currently active tab and form interaction data.
1228
- *
1229
- * The component uses the `useMemo` hook to optimize rendering performance and to handle the memoization of
1230
- * computed payment fields. It ensures that the form submission process is smooth, even for hosted payments.
1231
- *
1232
- * Each payment method form (e.g., CreditCardForm, eCheckForm, etc.) is conditionally rendered based on the
1233
- * currently selected payment method, ensuring a consistent user experience.
1234
- *
1235
- * Example:
1236
- * <PaymentForm
1237
- * id="paymentForm"
1238
- * activeTab={0}
1239
- * paymentAccounts={accounts}
1240
- * paymentDetails={paymentDetails}
1241
- * bankAccountTypes={accountTypes}
1242
- * loading={isLoading}
1243
- * onTabChange={handleTabChange}
1244
- * onFormStatusChange={handleStatusChange}
1245
- * presetDataRequest={createDataRequest}
1246
- * onSubmitCompleted={handleSubmitCompleted}
1247
- * actionLabel="Enter Card Details"
1248
- * submit={handleSubmit}
1249
- * />
1250
- *
1251
- * Note:
1252
- * This component should be used within a React environment that supports hooks and functional components.
1253
- * It relies on Material-UI for UI components and theming.
1254
- */
1255
- declare const PaymentForm: FC<PaymentMethodProps>;
1256
- //#endregion
1257
- //#region src/utilities/form/useFieldChangeListener.d.ts
1258
- type FieldChangeCallback<T> = (form: FormApi, value: T, prevValue: T) => void;
1259
- /**
1260
- * Form helper hook that runs a callback when the value of a field has changed
1261
- * Usefull for creating effects where changes to one field affect the value of another field imperatively
1262
- */
1263
- declare function useFieldChangeListener<T>(name: string, cb: FieldChangeCallback<T>): void;
1264
- //#endregion
1265
- //#region src/utilities/search/Search.d.ts
1266
- interface SearchFilters {
1267
- searchField: string;
1268
- searchValue: string;
1269
- searchOperator: string;
1270
- searchValueType: number;
1271
- groupId: number | null | undefined;
1272
- }
1273
- interface SearchFilterGroups {
1274
- groupId: number;
1275
- groupOperator: number;
1276
- parentGroupId: number;
1277
- }
1278
- interface GroupOperation {
1279
- operation: string;
1280
- property: string;
1281
- }
1282
- interface OrderElement {
1283
- sortColumn: string;
1284
- sortDirection: string;
1285
- }
1286
- interface Search {
1287
- eagerLoad?: boolean;
1288
- pageNumber: number;
1289
- pageSize: number;
1290
- groupingType?: string;
1291
- groupProperty?: string[];
1292
- groupOperationList?: GroupOperation[];
1293
- orderElements: OrderElement[];
1294
- filterElements: SearchFilters[];
1295
- filterGroups: SearchFilterGroups[];
1296
- logicalSearchOperator?: number;
1297
- }
1298
- //#endregion
1299
- //#region src/utilities/search/SearchUtilities.d.ts
1300
- declare const getSearchObject: (searchFilterElements: any, page: any, pageSize: any, eagerLoad?: boolean, logicalSearchOperator?: LogicalSearchOperatorEnums, searchFilterGroups?: never[]) => Search;
1301
- declare const getApiMethodIdByPath: (apiMethodList: any, path: any) => any;
1302
- declare const getSearchIdentifiers: (catalogObjects: any, catalogReturnObject: any) => any;
1303
- /**
1304
- * Returns a reference to a function that takes an Ag-grid FilterModel object and
1305
- * processes it to create an array of SearchFilters.
1306
- * @param timeZone string or null;
1307
- * @returns Function for processing Ag-grid FilterModel
1308
- */
1309
- declare const useConvertFilterModelToSearchFilters: (timeZone?: string | null) => any;
1310
- //#endregion
1311
- //#region src/hooks/useDateLocale.d.ts
1312
- declare const useDateLocale: (datetimeFormatOptions?: Intl.DateTimeFormatOptions | null, locale?: string | null) => {
1313
- convertISOStringToLocalDateTime: (date: string) => string | null;
1314
- convertISOStringToLocalDate: (date: string) => string | null;
1315
- getISODate: () => string;
1316
- };
1317
- //#endregion
1318
- //#region src/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts
1319
- interface FluentDataTableProps {
1320
- style?: object;
1321
- size?: Size | undefined;
1322
- children: ReactNode;
1323
- stickyHeader?: boolean;
1324
- containerMaxHeight?: string | number;
1325
- }
1326
- declare const FluentDataTable: React.FC<FluentDataTableProps>;
1327
- //#endregion
1328
- //#region src/UI/fileViewer/pdfViewer/PDFViewer.d.ts
1329
- interface PDFContainerProps {
1330
- isPDFOpen?: boolean;
1331
- fileUrl?: string;
1332
- blobPDF?: Blob;
1333
- closePDF?: () => void;
1334
- onClickDownload?: () => void;
1335
- minWidth?: number | string;
1336
- }
1337
- declare const PDFViewer: FC<PDFContainerProps>;
1338
- //#endregion
1339
- //#region src/utilities/types.d.ts
1340
- interface BaseTenant {
1341
- tenantId: string;
1342
- clusterId: number;
1343
- tenantName: string;
1344
- contactEmail?: string | null;
1345
- locked: boolean;
1346
- theme?: string;
1347
- showUnsubscribableProducts: boolean;
1348
- description?: string;
1349
- apiAuthKey: string;
1350
- defaultVerticalId: number;
1351
- tenantType: number;
1352
- }
1353
- interface Product {
1354
- productId: number;
1355
- name: string;
1356
- isSubscribable: boolean;
1357
- areRolesManaged: boolean;
1358
- }
1359
- interface Vertical {
1360
- verticalId: number;
1361
- name: string;
1362
- icon: string | null;
1363
- isActive: boolean;
1364
- }
1365
- interface Tenant extends BaseTenant {
1366
- products: Product[];
1367
- verticals: Vertical[];
1368
- defaultVertical: Vertical;
1369
- userCount: number;
1370
- }
1371
- //#endregion
1372
- //#region src/utilities/tenant/useTenant.d.ts
1373
- declare const useTenant: () => {
1374
- activeTenant: Tenant;
1375
- tenantsList: Tenant[];
1376
- refresh: () => void;
1377
- } | null;
1378
- //#endregion
1379
- //#region src/UI/dataDisplay/visualization/amCharts/AmChart.d.ts
1380
- declare const AmChart: (props: any) => JSX.Element;
1381
- //#endregion
1382
- //#region src/stores/workflowStore.d.ts
1383
- interface PageDataMap {
1384
- [pageId: string]: Object | null | undefined;
1385
- }
1386
- interface TaskDataMap {
1387
- [taskId: string]: PageDataMap;
1388
- }
1389
- interface WorkflowState {
1390
- title: string | null | undefined;
1391
- setWorkflowToolbarTitle: (title: string) => void;
1392
- taskDataMap: TaskDataMap | null | undefined;
1393
- updateTaskDataMap: (taskId: string, pageId: string, data: Object) => void;
1394
- setTaskDataMap: (taskId: string, data: PageDataMap) => void;
1395
- }
1396
- declare const useWorkflowStore: zustand0.UseBoundStore<Omit<zustand0.StoreApi<WorkflowState>, "setState"> & {
1397
- setState<A extends string | {
1398
- type: string;
1399
- }>(partial: WorkflowState | Partial<WorkflowState> | ((state: WorkflowState) => WorkflowState | Partial<WorkflowState>), replace?: boolean | undefined, action?: A | undefined): void;
1400
- }>;
1401
- //#endregion
1402
- //#region src/UI/charts/types.d.ts
1403
- type Guid = string;
1404
- interface BaseProps {
1405
- header: string;
1406
- subheader: string;
1407
- kpis: {
1408
- label: string;
1409
- value: string;
1410
- }[];
1411
- data: {
1412
- [key: string]: any;
1413
- }[];
1414
- size: 'small' | 'medium' | 'large';
1415
- customWidth?: number;
1416
- customHeight?: number;
1417
- customCardWidth?: number;
1418
- kpisPosition: 'left' | 'top';
1419
- hideAdornment?: boolean;
1420
- }
1421
- interface XyChartBaseProps extends BaseProps {
1422
- yAxisLabel?: string;
1423
- xAxisLabel?: string;
1424
- }
1425
- interface InsightType {
1426
- properties: InsightTypeProperties;
1427
- dataFields: InsightTypeField[];
1428
- version: string;
1429
- name: string;
1430
- insightTypeId: Guid;
1431
- maxKpis: number;
1432
- }
1433
- interface InsightTypeProperties {
1434
- hidden: boolean;
1435
- component: string;
1436
- icon: string;
1437
- section: string;
1438
- }
1439
- interface Insight {
1440
- insightId?: Guid;
1441
- clusterId?: number;
1442
- apiMethodInstanceId?: Guid;
1443
- insightTypeId: Guid;
1444
- version: string;
1445
- title: string;
1446
- subheader: string;
1447
- dataMapping: string;
1448
- insightInsightKpi?: InsightKpi[];
1449
- insightInsightType?: InsightType;
1450
- }
1451
- interface InsightKpi {
1452
- insightKpiId?: Guid;
1453
- insightId?: Guid;
1454
- label: string;
1455
- field: string;
1456
- active: boolean;
1457
- }
1458
- interface InsightTypeField {
1459
- type: 'field' | 'text' | 'boolean';
1460
- name: string;
1461
- label: string;
1462
- required: boolean;
1463
- fieldRestriction?: 'date' | 'number' | 'string';
1464
- }
1465
- //#endregion
1466
- //#region src/UI/charts/UdpDonutChart.d.ts
1467
- interface UdpDonutChartProps extends BaseProps {
1468
- valueField: string;
1469
- labelField: string;
1470
- hideLegend: boolean;
1471
- }
1472
- declare const UdpDonutChart: (props: UdpDonutChartProps) => JSX.Element;
1473
- //#endregion
1474
- //#region src/UI/charts/UdpBarChart.d.ts
1475
- interface UdpBarChartProps extends XyChartBaseProps {
1476
- valueField: string;
1477
- labelField: string;
1478
- }
1479
- declare const UdpBarChart: (props: UdpBarChartProps) => JSX.Element;
1480
- //#endregion
1481
- //#region src/UI/charts/UdpLineChart.d.ts
1482
- interface UdpLineChartProps extends XyChartBaseProps {
1483
- xAxisField: string;
1484
- yAxisField: string;
1485
- }
1486
- declare const UdpLineChart: (props: UdpLineChartProps) => JSX.Element;
1487
- //#endregion
1488
- //#region src/models/QueryResult.d.ts
1489
- declare class QueryResult {
1490
- aliasMap: Object | null | undefined;
1491
- countable: Boolean | null | undefined;
1492
- eagerLoad: Boolean | null | undefined;
1493
- lookupsMap: Object | null | undefined;
1494
- pageList: Array<Object>;
1495
- total: Number | null | undefined;
1496
- aggregateResults?: Array<Object>;
1497
- }
1498
- //#endregion
1499
- //#region src/UI/charts/InsightRenderer.d.ts
1500
- type UdpChart = 'UdpBarChart' | 'UdpDonutChart' | 'UdpLineChart' | 'UdpDistributionChart';
1501
- interface InsightRendererProps {
1502
- insight: Insight | undefined;
1503
- data: QueryResult | undefined;
1504
- insightId: string | undefined;
1505
- }
1506
- /**
1507
- * InsightRenderer component
1508
- *
1509
- * This component is responsible for rendering insights based on the provided props.
1510
- *
1511
- * @prop {Insight} `insight` - The insight metadata
1512
- * @prop {any} `data` - Search results associated with the insight
1513
- * @prop {string} `insightId` - InsightId, if included the component will get the data from server
1514
- * @returns {JSX.Element} - The rendered insight component.
1515
- */
1516
- declare const InsightRenderer: (props: InsightRendererProps) => JSX.Element | null;
1517
- //#endregion
1518
- //#region src/UI/inputs/fieldArrayCard/fieldArrayCardEnum.d.ts
1519
- declare enum FieldType {
1520
- Text = "text",
1521
- Date = "date",
1522
- DateRange = "dateRange",
1523
- Time = "time",
1524
- DateTime = "dateTime",
1525
- Toggle = "toggle",
1526
- Checkbox = "checkbox",
1527
- DropdownMenu = "dropdownMenu",
1528
- }
1529
- //#endregion
1530
- //#region src/UI/maps/UdpMap.d.ts
1531
- interface UdpMapProps {
1532
- enableToolbar?: boolean;
1533
- mapTitle?: string;
1534
- data?: any[];
1535
- isGeoJsonFormat?: boolean;
1536
- geoJsonMappingConfig?: any;
1537
- enableZoom?: boolean;
1538
- mapZoom?: number;
1539
- mapCenter?: any;
1540
- mapHeight?: string;
1541
- crs?: any;
1542
- mapProjection?: string;
1543
- mapDataProjection?: string;
1544
- getFilteredMapData?: any;
1545
- getFeatureStyles?: any;
1546
- getSelectedFeatureStyles?: any;
1547
- filterPanel?: string;
1548
- filterPanelCallback?: any;
1549
- enableTileSelection?: boolean;
1550
- tileLayersOptions?: any[];
1551
- defaultTileOptionName?: string;
1552
- layerOptions?: any[];
1553
- initialSelectedLayers?: any[];
1554
- handleSelectLayersCallback: any;
1555
- bulkSelectedFeaturesActionPanel?: string;
1556
- handleSetSelectedFeaturesOnBulkSelect: any;
1557
- handleSetSelectedFeatureOnSelect: any;
1558
- filterLayersByRole: boolean;
1559
- layerKeys?: string[];
1560
- layerKeySeparator?: string;
1561
- user?: any;
1562
- layerRoles?: any;
1563
- handleRefresh?: any;
1564
- refreshButtonTooltip?: string;
1565
- readOnlyMap: boolean;
1566
- enableAdd: boolean;
1567
- handleAddNewFeatures: any;
1568
- addMultipleFeatures: boolean;
1569
- enableSplitFeature: boolean;
1570
- handleSplitFeature: any;
1571
- enableViewFeature: boolean;
1572
- handleViewFeature: any;
1573
- enableDeleteFeature: boolean;
1574
- handleDeleteFeature?: any;
1575
- enableEditFeature: boolean;
1576
- handleEditFeature?: any;
1577
- handleGetZoomExtent?: any;
1578
- cardConfig?: any;
1579
- popoverPrimaryActions?: {
1580
- id?: string;
1581
- name: string;
1582
- iconName: string;
1583
- onClick: (data: any) => void;
1584
- }[];
1585
- popoverMoreIconButtonActions?: {
1586
- id?: string;
1587
- name: string;
1588
- iconName: string;
1589
- onClick: (data: any) => void;
1590
- }[];
1591
- getMessagePopover?: (data: any) => string;
1592
- getMessageIconPopover?: (data: any) => any;
1593
- hideMessageIconPopover?: boolean;
1594
- readOnlyLayers?: string[];
1595
- }
1596
- declare const UdpMap: (props: UdpMapProps) => JSX.Element;
1597
- //#endregion
1598
- //#region src/UI/maps/UdpMapToolbar.d.ts
1599
- interface AddFeaturePanelConfig {
1600
- getLayerOptionsFromLayerValues?: (layerValues: any[]) => {
1601
- label: string;
1602
- value: any;
1603
- }[];
1604
- getFeatureTypeOptionsFromLayerValue?: (layerValue: any) => {
1605
- label: string;
1606
- value: any;
1607
- }[];
1608
- }
1609
- interface UdpMapToolbarProps {
1610
- map: any;
1611
- mapTitle?: string;
1612
- mapProjection?: string;
1613
- getFeatureStyles?: any;
1614
- getSelectedFeatureStyles?: any;
1615
- filterPanel?: string;
1616
- enableTileSelection?: boolean;
1617
- tileLayersOptions?: any[];
1618
- defaultTileOptionName?: string;
1619
- layerOptions?: any[];
1620
- initialSelectedLayers?: any[];
1621
- bulkSelectedFeaturesActionPanel?: string;
1622
- handleSetSelectedFeaturesOnBulkSelect: any;
1623
- handleRefresh?: any;
1624
- refreshButtonTooltip?: string;
1625
- readOnlyMap: boolean;
1626
- enableAdd: boolean;
1627
- handleAddNewFeatures: any;
1628
- addMultipleFeatures: boolean;
1629
- enableSplitFeature: boolean;
1630
- handleSplitFeature: any;
1631
- handleSetSelectedFeatureProperties: any;
1632
- filteredLayerOptionsByRole: any[];
1633
- handleSetBulkSelectionActive: any;
1634
- enableDragBox: boolean;
1635
- handleSetEnableDragBox: any;
1636
- splitActive: boolean;
1637
- handleSetSplitActive: any;
1638
- selectFeatureInteraction: any;
1639
- handleAddInteractionToMap: any;
1640
- enableAddNewFeature: boolean;
1641
- handleEnableAddNewFeature: any;
1642
- readOnlyLayers?: string[];
1643
- selectedLayers: any[];
1644
- handleSetSelectedLayers: (value: any) => void;
1645
- addFeaturePanelConfig?: AddFeaturePanelConfig;
1646
- }
1647
- declare const UdpMapToolbar: (props: UdpMapToolbarProps) => JSX.Element;
1648
- //#endregion
1649
- //#region src/UI/maps/UdpMapComponent.d.ts
1650
- interface UdpMapComponentProps {
1651
- map: any;
1652
- handleSetMapComponent?: any;
1653
- data?: any[];
1654
- isGeoJsonFormat?: boolean;
1655
- geoJsonMappingConfig?: any;
1656
- enableZoom?: boolean;
1657
- mapZoom?: number;
1658
- mapCenter?: any;
1659
- mapHeight?: string;
1660
- crs?: any;
1661
- mapProjection?: string;
1662
- mapDataProjection?: string;
1663
- getFilteredMapData?: any;
1664
- getFeatureStyles?: any;
1665
- getSelectedFeatureStyles?: any;
1666
- filterPanel?: string;
1667
- filterPanelCallback?: any;
1668
- enableTileSelection?: boolean;
1669
- tileLayersOptions?: any[];
1670
- defaultTileOptionName?: string;
1671
- layerOptions?: any[];
1672
- initialSelectedLayers?: any[];
1673
- bulkSelectedFeaturesActionPanel?: string;
1674
- handleSetSelectedFeaturesOnBulkSelect: any;
1675
- handleSetSelectedFeatureOnSelect: any;
1676
- filterLayersByRole: boolean;
1677
- layerKeys?: string[];
1678
- layerKeySeparator?: string;
1679
- user?: any;
1680
- layerRoles?: any;
1681
- filteredLayerOptionsByRole: any[];
1682
- handleSetFilteredLayerOptionsByRole?: any;
1683
- readOnlyMap: boolean;
1684
- enableViewFeature: boolean;
1685
- handleViewFeature: any;
1686
- enableDeleteFeature: boolean;
1687
- handleDeleteFeature?: any;
1688
- enableEditFeature: boolean;
1689
- handleEditFeature?: any;
1690
- bulkSelectionActive: boolean;
1691
- splitActive: boolean;
1692
- enableDragBox: boolean;
1693
- selectFeatureInteraction: any;
1694
- handleSetSelectedFeatureProperties: any;
1695
- selectedFeatureCoordinates: any[];
1696
- selectedFeatureProperties: any;
1697
- enableAddNewFeature: boolean;
1698
- handleGetZoomExtent?: any;
1699
- selectedFeatureIdExternal?: string | number;
1700
- readOnlyLayers?: string[];
1701
- additionalOnclosePopover?: (event: any) => void;
1702
- popoverPrimaryActions: any[];
1703
- popoverMoreIconButtonActions: any[];
1704
- getMessagePopover: (data: any) => string;
1705
- getMessageIconPopover: (data: any) => any;
1706
- hideMessageIconPopover: boolean;
1707
- popoverCardConfig: any;
1708
- selectedLayers: any[];
1709
- handleSelectLayers: (value: any) => void;
1710
- handleSetSelectedLayers: (value: any) => void;
1711
- getVectorLayerSources: any;
1712
- }
1713
- declare const UdpMapComponent: (props: UdpMapComponentProps) => JSX.Element;
1714
- //#endregion
1715
- //#region src/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts
1716
- declare const useAllTeleporters: () => [string, string, TeleporterInstance][];
1717
- //#endregion
1718
- //#region src/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts
1719
- type TeleportSourceProps = {
1720
- targetId: string;
1721
- location: string;
1722
- children: React.ReactNode;
1723
- };
1724
- declare const TeleportSource: React.FC<TeleportSourceProps>;
1725
- //#endregion
1726
- export { ADUserTypeEnums, AccessTokenAction, ActionSpeedDial, ActionSummaryCard, ActionSummaryContent, ActionSummaryHeader, ActionSummaryListContainer, ActionSummaryListItem, ActionSummaryListItemProps, ActionSummaryProps, AddFeaturePanelConfig, AgTable, AgTableButtons, AgTableButttonsProps, AltSubmitButtonProps, AmChart, AutoCompletePropertyWidget, BarChartWidget, BooleanPropertyWidget, BubbleWidget, Button, CardinalityTypeEnums, ClickOpenEnums, ConfigService, ContainerTypeEnums, DatePropertyWidget, DateTimePropertyWidget, DateTrendWidget, DensePlotWidget, DeviceTypeEnums, Dispatch, DonutChartWidget, EntityAttributeEnums, EntityMaintenanceUdpGrid, Field, FieldChangeCallback, FieldProps, FieldType, FilterOperators, FloatPropertyWidget, FluentCard, FluentCardProps, FluentDataTable, Form, FormButtons, FormButtonsProps, FormError, FormErrorProps, FormProps, FormSpy, FormSpyProps, GridEnums, GridStateTypeEnums, InputFieldType, InsightRenderer, InsightRendererProps, IntegerPropertyWidget, JobStatusIdMapping, JobTypeIdMapping, LabelDisplayMode, LabelPosition, LayoutDimension, LayoutDimensionRange, LayoutUnit, LineAndSparklinesWidget, LineGraphWidget, LogicalSearchOperatorEnums, LoginFunction, LogoutFunction, LookupTypeEnums, LookupTypeIdEnums, MenuItemEnums, MenuTypeEnums, MuiFieldComponent, MuiFieldComponentProps, MultilineTextPropertyWidget, NodeActionEnums, NodeActionTriggerEnums, NodeGroupOutlierEnums, NodeGroupTypeEnums, NumericPropertyWidget, PDFViewer, PanelPositionEnums, PaymentForm, PaymentMethodProps, PaymentMethodTypeEnum, PaymentTenderTypeEnum, PaymentVendorFactoryEnum, ProductEnums, ProductNameEnums, ProgressBarWidget, PropertyTypeEnum, RecentlyLoadedNodesWidget, RemindersWidget, RoleIdEnums, RoleNameEnums, RoleTypeEnums, SearchGroupingType, SearchOperator, SearchOperators, SearchSortDirection, SearchValueType, SelectPropertyWidget, SeverityTypeEnums, SparklineWidget, SparsePlotWidget, SplitScreenTypeEnums, Step, StepDisplay, SubmitButton, SubmitButtonProps, TeleportSource, TenantTypeEnums, TextPropertyWidget, TimePropertyWidget, Timeline, TreeViewModeEnums, UdpAdvancedSearchBuilder, UdpBarChart, UdpBarChartProps, UdpChart, UdpDonutChart, UdpDonutChartProps, UdpEnums, UdpKeywordEnums, UdpLineChart, UdpLineChartProps, UdpMap, UdpMapComponent, UdpMapComponentProps, UdpMapProps, UdpMapToolbar, UdpMapToolbarProps, UdpPageEnums, UdpReminderFiledForType, UdpStepper, UdpStepperProps, User, UserAction, UserContext, UserDispatchContext, VerticalEnums, VisibilityTypeEnums, WidgetLayout, WidgetModule, WidgetParam, WidgetParams, WidgetType, acquireAccessToken, arrayMutators, createTimeline, createUser, formatDataWithTimelineCategoryNameOrderedByDate, getApiMethodIdByPath, getSearchIdentifiers, getSearchObject, loginRedirect, useAgGridApi, useAllTeleporters, useAuthedUser, useCatalogStore, useConvertFilterModelToSearchFilters, useCurrentPageReturnTo, useDateLocale, useFieldChangeListener, useIsAuthed, useLoginAction, useLogoutAction, useLookupsStore, useQueryExecutors, useServerSideDatasource, useSetInitialShellVisibility, useShellStore, useSingleLogout, useTenant, useTenantStore, useUser, useWorkflowStore };
1727
- //# sourceMappingURL=index.d.cts.map