udp-react-enterprise-component-library 1.0.0

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 (773) hide show
  1. package/README.md +240 -0
  2. package/dist/AGLicense.d.ts +1 -0
  3. package/dist/MenuPage-DJNdI-BW.js +556 -0
  4. package/dist/UI/AlertContainer.d.ts +1 -0
  5. package/dist/UI/Box.d.ts +1 -0
  6. package/dist/UI/Grid.d.ts +1 -0
  7. package/dist/UI/SuccessAction.d.ts +1 -0
  8. package/dist/UI/accordion/Accordion.d.ts +1 -0
  9. package/dist/UI/charts/InsightRenderer.d.ts +19 -0
  10. package/dist/UI/charts/UdpBarChart.d.ts +6 -0
  11. package/dist/UI/charts/UdpDistributionChart.d.ts +5 -0
  12. package/dist/UI/charts/UdpDonutChart.d.ts +7 -0
  13. package/dist/UI/charts/UdpLineChart.d.ts +6 -0
  14. package/dist/UI/charts/index.d.ts +6 -0
  15. package/dist/UI/charts/types.d.ts +62 -0
  16. package/dist/UI/components/dataDisplay/Ellipse.d.ts +8 -0
  17. package/dist/UI/components/dataDisplay/EmailDisplay.d.ts +1 -0
  18. package/dist/UI/components/dataDisplay/SmsDisplay.d.ts +1 -0
  19. package/dist/UI/components/dataDisplay/Sticky.d.ts +8 -0
  20. package/dist/UI/components/dataDisplay/Token.d.ts +13 -0
  21. package/dist/UI/components/feedback/Adornment.d.ts +6 -0
  22. package/dist/UI/containers/DynamicContainerWithMenu.d.ts +1 -0
  23. package/dist/UI/dataDisplay/AmbientList.d.ts +15 -0
  24. package/dist/UI/dataDisplay/AvatarAlphabet.d.ts +1 -0
  25. package/dist/UI/dataDisplay/ChipAlphabet.d.ts +6 -0
  26. package/dist/UI/dataDisplay/CompactDataList.d.ts +1 -0
  27. package/dist/UI/dataDisplay/CompactDataListItem.d.ts +1 -0
  28. package/dist/UI/dataDisplay/EmptyStateDisplay.d.ts +22 -0
  29. package/dist/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +1 -0
  30. package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +1 -0
  31. package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.d.ts +8 -0
  32. package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +62 -0
  33. package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +11 -0
  34. package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.d.ts +9 -0
  35. package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.d.ts +8 -0
  36. package/dist/UI/dataDisplay/FluentListElement.d.ts +8 -0
  37. package/dist/UI/dataDisplay/FluentListItem.d.ts +1 -0
  38. package/dist/UI/dataDisplay/GraphCard.d.ts +10 -0
  39. package/dist/UI/dataDisplay/HeaderExpander.d.ts +11 -0
  40. package/dist/UI/dataDisplay/HintPanel.d.ts +10 -0
  41. package/dist/UI/dataDisplay/StatusChip.d.ts +9 -0
  42. package/dist/UI/dataDisplay/StatusFlags.d.ts +8 -0
  43. package/dist/UI/dataDisplay/SummaryBlock.d.ts +16 -0
  44. package/dist/UI/dataDisplay/TimelineCalendar.d.ts +1 -0
  45. package/dist/UI/dataDisplay/address/AddressListItem.d.ts +3 -0
  46. package/dist/UI/dataDisplay/cardList/CardList.d.ts +49 -0
  47. package/dist/UI/dataDisplay/cardList/enum.d.ts +5 -0
  48. package/dist/UI/dataDisplay/directory/Directory.d.ts +9 -0
  49. package/dist/UI/dataDisplay/directory/DirectoryListItem.d.ts +4 -0
  50. package/dist/UI/dataDisplay/entityHeader/EntityHeader.d.ts +12 -0
  51. package/dist/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +2 -0
  52. package/dist/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +2 -0
  53. package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +14 -0
  54. package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +22 -0
  55. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +20 -0
  56. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +4 -0
  57. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +1 -0
  58. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +1 -0
  59. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +19 -0
  60. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +1 -0
  61. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +1 -0
  62. package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +3 -0
  63. package/dist/UI/dataDisplay/map/ColorKey.d.ts +10 -0
  64. package/dist/UI/dataDisplay/map/FluentIconKey.d.ts +2 -0
  65. package/dist/UI/dataDisplay/map/IconKey.d.ts +10 -0
  66. package/dist/UI/dataDisplay/notes/Note.d.ts +7 -0
  67. package/dist/UI/dataDisplay/notes/Notes.d.ts +6 -0
  68. package/dist/UI/dataDisplay/ticketCard/NotificationElement.d.ts +8 -0
  69. package/dist/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +16 -0
  70. package/dist/UI/dataDisplay/ticketCard/TicketCard.d.ts +22 -0
  71. package/dist/UI/dataDisplay/typography/FormHeaders.d.ts +2 -0
  72. package/dist/UI/dataDisplay/typography/SideSheetHeader.d.ts +4 -0
  73. package/dist/UI/dataDisplay/typography/SidebarHeader.d.ts +1 -0
  74. package/dist/UI/dataDisplay/typography/StandardTitle.d.ts +1 -0
  75. package/dist/UI/dataDisplay/typography/StylizedTitle.d.ts +16 -0
  76. package/dist/UI/dataDisplay/typography/Typography.d.ts +1 -0
  77. package/dist/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +63 -0
  78. package/dist/UI/dataDisplay/visualization/GaugeGraph.d.ts +1 -0
  79. package/dist/UI/dataDisplay/visualization/RatioVisulization.d.ts +5 -0
  80. package/dist/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +1 -0
  81. package/dist/UI/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +2 -0
  82. package/dist/UI/feedback/AmbientAlert.d.ts +12 -0
  83. package/dist/UI/feedback/AmbientToast.d.ts +1 -0
  84. package/dist/UI/feedback/FluentDialog.d.ts +1 -0
  85. package/dist/UI/feedback/NodeLoader.d.ts +4 -0
  86. package/dist/UI/feedback/PageLoading.d.ts +1 -0
  87. package/dist/UI/fileViewer/FileViewer.d.ts +1 -0
  88. package/dist/UI/fileViewer/imageSlider/Image.d.ts +1 -0
  89. package/dist/UI/fileViewer/imageSlider/ImageFooter.d.ts +1 -0
  90. package/dist/UI/fileViewer/imageSlider/ImageSlider.d.ts +1 -0
  91. package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +1 -0
  92. package/dist/UI/fileViewer/pdfViewer/ControlPanel.d.ts +2 -0
  93. package/dist/UI/fileViewer/pdfViewer/PDFViewer.d.ts +11 -0
  94. package/dist/UI/fileViewer/utils/fileTypes.d.ts +1 -0
  95. package/dist/UI/fileViewer/utils/fileUtils.d.ts +2 -0
  96. package/dist/UI/floorplans/CoreLayoutFloorplan.d.ts +51 -0
  97. package/dist/UI/forms/CrudForm.d.ts +11 -0
  98. package/dist/UI/forms/LoginForm.d.ts +1 -0
  99. package/dist/UI/forms/PaymentReversalForm.d.ts +5 -0
  100. package/dist/UI/forms/UdpCrudFormFields.d.ts +6 -0
  101. package/dist/UI/forms/VirtualForm.d.ts +8 -0
  102. package/dist/UI/iframe/Iframe.d.ts +1 -0
  103. package/dist/UI/inputs/buttons/AdvanceButton.d.ts +4 -0
  104. package/dist/UI/inputs/buttons/AmbientCardButton.d.ts +9 -0
  105. package/dist/UI/inputs/buttons/AmbientChipButton.d.ts +1 -0
  106. package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +5 -0
  107. package/dist/UI/inputs/buttons/AmbientToggleButton.d.ts +15 -0
  108. package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +1 -0
  109. package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +44 -0
  110. package/dist/UI/inputs/buttons/AmbientTokenButton.d.ts +1 -0
  111. package/dist/UI/inputs/buttons/FUISquareIconButton.d.ts +5 -0
  112. package/dist/UI/inputs/buttons/FluentButton.d.ts +1 -0
  113. package/dist/UI/inputs/buttons/FluentCompoundButton.d.ts +1 -0
  114. package/dist/UI/inputs/buttons/FluentIconButton.d.ts +1 -0
  115. package/dist/UI/inputs/buttons/FluentMenuListButton.d.ts +6 -0
  116. package/dist/UI/inputs/buttons/FluentMenuListItem.d.ts +6 -0
  117. package/dist/UI/inputs/buttons/FluentUploadButton.d.ts +1 -0
  118. package/dist/UI/inputs/buttons/FluentUploadIconButton.d.ts +1 -0
  119. package/dist/UI/inputs/buttons/IconButtonWithToolTip.d.ts +11 -0
  120. package/dist/UI/inputs/buttons/PrimaryActionButton.d.ts +6 -0
  121. package/dist/UI/inputs/buttons/ToolBarButton.d.ts +11 -0
  122. package/dist/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +1 -0
  123. package/dist/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +1 -0
  124. package/dist/UI/inputs/checkbox/FluentCheckbox.d.ts +1 -0
  125. package/dist/UI/inputs/datetimes/DateField.d.ts +1 -0
  126. package/dist/UI/inputs/datetimes/DateTimeField.d.ts +1 -0
  127. package/dist/UI/inputs/datetimes/TimeField.d.ts +1 -0
  128. package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +2 -0
  129. package/dist/UI/inputs/fieldArrayCard/DateRangeField.d.ts +2 -0
  130. package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +1 -0
  131. package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +2 -0
  132. package/dist/UI/inputs/fieldArrayCard/fieldArrayCardEnum.d.ts +10 -0
  133. package/dist/UI/inputs/link/BreadCrumbMenu.d.ts +1 -0
  134. package/dist/UI/inputs/link/FluentLink.d.ts +1 -0
  135. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +9 -0
  136. package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +5 -0
  137. package/dist/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +49 -0
  138. package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +44 -0
  139. package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +6 -0
  140. package/dist/UI/inputs/menus/FluentSelectGroupMenu.d.ts +7 -0
  141. package/dist/UI/inputs/menus/FluentSelectMenu-old.d.ts +1 -0
  142. package/dist/UI/inputs/menus/FluentSelectMenu.d.ts +9 -0
  143. package/dist/UI/inputs/menus/FluentSimpleSelect.d.ts +1 -0
  144. package/dist/UI/inputs/pickers/FluentColorPicker.d.ts +1 -0
  145. package/dist/UI/inputs/pickers/FluentDatePicker.d.ts +6 -0
  146. package/dist/UI/inputs/pickers/FluentDateTimePicker.d.ts +6 -0
  147. package/dist/UI/inputs/pickers/FluentTimePicker.d.ts +7 -0
  148. package/dist/UI/inputs/pickers/UdpDateSelector.d.ts +10 -0
  149. package/dist/UI/inputs/pickers/UdpTimeSelector.d.ts +8 -0
  150. package/dist/UI/inputs/radio/FluentRadio.d.ts +1 -0
  151. package/dist/UI/inputs/radio/FluentRadioGroup.d.ts +1 -0
  152. package/dist/UI/inputs/richEditors/CkRichEditor.d.ts +1 -0
  153. package/dist/UI/inputs/sliders/FluentInputSlider.d.ts +2 -0
  154. package/dist/UI/inputs/textField/AmbientAutoComplete.d.ts +1 -0
  155. package/dist/UI/inputs/textField/AmbientTextField.d.ts +9 -0
  156. package/dist/UI/inputs/textField/FluentSearchField.d.ts +1 -0
  157. package/dist/UI/inputs/textField/FluentTagField.d.ts +2 -0
  158. package/dist/UI/inputs/textField/FluentTextField.d.ts +2 -0
  159. package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +1 -0
  160. package/dist/UI/inputs/textField/KeyValueTextField.d.ts +1 -0
  161. package/dist/UI/inputs/toggle/FluentToggle.d.ts +1 -0
  162. package/dist/UI/loading/CircularProgress.d.ts +1 -0
  163. package/dist/UI/loading/LinearProgress.d.ts +1 -0
  164. package/dist/UI/loading/LoadingIndicator.d.ts +4 -0
  165. package/dist/UI/loading/LoadingOverlay.d.ts +4 -0
  166. package/dist/UI/mapLayout/MapLayout.d.ts +1 -0
  167. package/dist/UI/mapLayout/ui/ActionsRenderer.d.ts +2 -0
  168. package/dist/UI/mapLayout/ui/CheckboxGroup.d.ts +1 -0
  169. package/dist/UI/mapLayout/ui/CheckboxList.d.ts +1 -0
  170. package/dist/UI/mapLayout/ui/CompactCard.d.ts +1 -0
  171. package/dist/UI/mapLayout/ui/ListCard.d.ts +9 -0
  172. package/dist/UI/mapLayout/ui/ListView.d.ts +2 -0
  173. package/dist/UI/mapLayout/ui/MapLayoutToolbar.d.ts +2 -0
  174. package/dist/UI/mapLayout/ui/PopoverCard.d.ts +1 -0
  175. package/dist/UI/mapLayout/ui/PopoverOverlay.d.ts +2 -0
  176. package/dist/UI/mapLayout/ui/Statistic.d.ts +1 -0
  177. package/dist/UI/mapLayout/utilities/MapUtilities.d.ts +12 -0
  178. package/dist/UI/maps/UdpMap.d.ts +66 -0
  179. package/dist/UI/maps/UdpMapComponent.d.ts +64 -0
  180. package/dist/UI/maps/UdpMapToolbar.d.ts +49 -0
  181. package/dist/UI/navigation/FluentSideNav.d.ts +1 -0
  182. package/dist/UI/navigation/menus/AppMenu.d.ts +6 -0
  183. package/dist/UI/navigation/menus/AppMenuItem.d.ts +24 -0
  184. package/dist/UI/navigation/menus/AppMenuItemComponent.d.ts +1 -0
  185. package/dist/UI/navigation/menus/Expander.d.ts +1 -0
  186. package/dist/UI/navigation/menus/ExpanderItem.d.ts +4 -0
  187. package/dist/UI/navigation/menus/FluentMenuListItem.d.ts +5 -0
  188. package/dist/UI/navigation/tabs/UdpTabPanel.d.ts +1 -0
  189. package/dist/UI/navigation/tabs/UdpTabUtility.d.ts +1 -0
  190. package/dist/UI/navigation/tabs/UdpTabs.d.ts +1 -0
  191. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +1 -0
  192. package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +1 -0
  193. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +8 -0
  194. package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +45 -0
  195. package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +1 -0
  196. package/dist/UI/property/PropertyFields.d.ts +10 -0
  197. package/dist/UI/property/widgets/AutoCompletePropertyWidget.d.ts +7 -0
  198. package/dist/UI/property/widgets/BooleanPropertyWidget.d.ts +7 -0
  199. package/dist/UI/property/widgets/DatePropertyWidget.d.ts +7 -0
  200. package/dist/UI/property/widgets/DateTimePropertyWidget.d.ts +7 -0
  201. package/dist/UI/property/widgets/FloatPropertyWidget.d.ts +7 -0
  202. package/dist/UI/property/widgets/IntegerPropertyWidget.d.ts +7 -0
  203. package/dist/UI/property/widgets/MultilineTextPropertyWidget.d.ts +7 -0
  204. package/dist/UI/property/widgets/NumericPropertyWidget.d.ts +7 -0
  205. package/dist/UI/property/widgets/SelectPropertyWidget.d.ts +7 -0
  206. package/dist/UI/property/widgets/TextPropertyWidget.d.ts +8 -0
  207. package/dist/UI/property/widgets/TimePropertyWidget.d.ts +7 -0
  208. package/dist/UI/property/widgets/index.d.ts +25 -0
  209. package/dist/UI/stepper/types.d.ts +38 -0
  210. package/dist/UI/stepper/udp-stepper.d.ts +2 -0
  211. package/dist/UI/support/SupportCaseForm.d.ts +6 -0
  212. package/dist/UI/support/SupportCaseSideSheet.d.ts +9 -0
  213. package/dist/UI/surfaces/NestedGrid/NestedGrid.d.ts +18 -0
  214. package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +5 -0
  215. package/dist/UI/surfaces/SideSheet.d.ts +23 -0
  216. package/dist/UI/surfaces/cards/AmbientCard.d.ts +1 -0
  217. package/dist/UI/surfaces/cards/AmbientCardTitle.d.ts +12 -0
  218. package/dist/UI/surfaces/cards/AmbientVisualizationCard.d.ts +10 -0
  219. package/dist/UI/surfaces/cards/BioCard.d.ts +10 -0
  220. package/dist/UI/surfaces/cards/ContentDisplayCard.d.ts +13 -0
  221. package/dist/UI/surfaces/cards/FUICard.d.ts +4 -0
  222. package/dist/UI/surfaces/cards/FUICardHeader.d.ts +2 -0
  223. package/dist/UI/surfaces/cards/FluentCard.d.ts +8 -0
  224. package/dist/UI/surfaces/cards/FluentCardActions.d.ts +4 -0
  225. package/dist/UI/surfaces/cards/FluentCardContent.d.ts +4 -0
  226. package/dist/UI/surfaces/cards/FluentCardHeader.d.ts +4 -0
  227. package/dist/UI/surfaces/cards/FluentCardText.d.ts +1 -0
  228. package/dist/UI/surfaces/cards/InfoCard.d.ts +33 -0
  229. package/dist/UI/surfaces/cards/QuickViewCard.d.ts +8 -0
  230. package/dist/UI/surfaces/cards/newsCard/NewsCard.d.ts +20 -0
  231. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +12 -0
  232. package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +4 -0
  233. package/dist/UI/templates/AmbientGridTemplate.d.ts +34 -0
  234. package/dist/UI/templates/DraggableSidebarTemplate.d.ts +1 -0
  235. package/dist/UI/templates/OpenPage.d.ts +1 -0
  236. package/dist/UI/templates/SapFlexibleTemplate.d.ts +5 -0
  237. package/dist/UI/templates/ToggleSection.d.ts +11 -0
  238. package/dist/UI/templates/UdpCalendar.d.ts +1 -0
  239. package/dist/UI/templates/UdpCalendarDayView.d.ts +1 -0
  240. package/dist/UI/templates/UdpCalendarMonthView.d.ts +1 -0
  241. package/dist/UI/templates/UdpCalendarWeekView.d.ts +1 -0
  242. package/dist/UI/templates/UdpCalendarYearView.d.ts +1 -0
  243. package/dist/UI/templates/UdpGridTemplate.d.ts +1 -0
  244. package/dist/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +1 -0
  245. package/dist/UI/templates/newGrid/ClientSideUdpGrid.d.ts +1 -0
  246. package/dist/UI/templates/newGrid/ServerSideUdpGrid.d.ts +1 -0
  247. package/dist/UI/templates/ui/ExtenderToggle.d.ts +8 -0
  248. package/dist/UI/templates/ui/GridGroupingHeader.d.ts +10 -0
  249. package/dist/UI/templates/ui/GridGroupingSidebar.d.ts +19 -0
  250. package/dist/UI/templates/ui/GridSidebarContainer.d.ts +7 -0
  251. package/dist/UI/templates/ui/TokenGroupItem.d.ts +12 -0
  252. package/dist/UI/templates/ui/renderers/ActionsRenderer.d.ts +1 -0
  253. package/dist/UI/templates/ui/renderers/IconRenderer.d.ts +1 -0
  254. package/dist/UI/templates/ui/renderers/StatusCellRenderer.d.ts +1 -0
  255. package/dist/UI/timeline/ExtendActions.d.ts +2 -0
  256. package/dist/UI/timeline/ExtendedHeader.d.ts +2 -0
  257. package/dist/UI/timeline/TimeEntryStates.d.ts +1 -0
  258. package/dist/UI/timeline/TimeLine.d.ts +6 -0
  259. package/dist/UI/timeline/TimelineElement.d.ts +2 -0
  260. package/dist/UI/timeline/UdpTimeline.d.ts +1 -0
  261. package/dist/UI/timeline/UdpTimelineContent.d.ts +1 -0
  262. package/dist/UI/timeline/UdpTimelineDot.d.ts +1 -0
  263. package/dist/UI/timeline/UdpTimelineItem.d.ts +1 -0
  264. package/dist/UI/timeline/UdpTimelineItemConnector.d.ts +1 -0
  265. package/dist/UI/timeline/UdpTimelineItemSeparator.d.ts +1 -0
  266. package/dist/UI/timeline/fluentTimeline/FluentTimeline.d.ts +1 -0
  267. package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +1 -0
  268. package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +1 -0
  269. package/dist/UI/utilityDisplay/AggregateChip.d.ts +2 -0
  270. package/dist/UI/utilityDisplay/BulkActionsGridButton.d.ts +1 -0
  271. package/dist/UI/utilityDisplay/ChipSection.d.ts +14 -0
  272. package/dist/UI/utilityDisplay/Divider.d.ts +1 -0
  273. package/dist/UI/utilityDisplay/FormControl.d.ts +1 -0
  274. package/dist/UI/utilityDisplay/FormControlLabel.d.ts +1 -0
  275. package/dist/UI/utilityDisplay/GridActionBar.d.ts +13 -0
  276. package/dist/UI/utilityDisplay/GridPrimaryBar.d.ts +23 -0
  277. package/dist/UI/utilityDisplay/GridViewsSideSheet.d.ts +17 -0
  278. package/dist/UI/utilityDisplay/IndicatorChip.d.ts +1 -0
  279. package/dist/UI/utilityDisplay/InputAdornment.d.ts +1 -0
  280. package/dist/UI/utilityDisplay/SaveViewFormDialog.d.ts +16 -0
  281. package/dist/UI/utilityDisplay/UtilityBar.d.ts +1 -0
  282. package/dist/UI/utilityDisplay/UtilitySideBar.d.ts +1 -0
  283. package/dist/UI/utilityDisplay/alerts/UdpAlert.d.ts +2 -0
  284. package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +1 -0
  285. package/dist/UI/utilityDisplay/ui/UtilitySearch.d.ts +5 -0
  286. package/dist/UI/utilityDisplay/utilities/aggregateUtils.d.ts +1 -0
  287. package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +44 -0
  288. package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +6 -0
  289. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +4 -0
  290. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +4 -0
  291. package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +5 -0
  292. package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +8 -0
  293. package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +2 -0
  294. package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +2 -0
  295. package/dist/UI/widgets/FluentComponents/FUIMenuItem.d.ts +2 -0
  296. package/dist/UI/widgets/FluentComponents/SimpleTable.d.ts +2 -0
  297. package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +2 -0
  298. package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +2 -0
  299. package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +2 -0
  300. package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +2 -0
  301. package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +2 -0
  302. package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +2 -0
  303. package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +2 -0
  304. package/dist/UI/widgets/ItemsWidgetCard.d.ts +8 -0
  305. package/dist/UI/widgets/WidgetCard.d.ts +5 -0
  306. package/dist/UI/widgets/library/BarChartWidget.d.ts +23 -0
  307. package/dist/UI/widgets/library/BubbleWidget.d.ts +23 -0
  308. package/dist/UI/widgets/library/CircleGaugeWidget.d.ts +12 -0
  309. package/dist/UI/widgets/library/DateTrendWidget.d.ts +18 -0
  310. package/dist/UI/widgets/library/DensePlotWidget.d.ts +23 -0
  311. package/dist/UI/widgets/library/DonutChartWidget.d.ts +18 -0
  312. package/dist/UI/widgets/library/GaugeWidget.d.ts +14 -0
  313. package/dist/UI/widgets/library/LineAndSparklinesWidget.d.ts +18 -0
  314. package/dist/UI/widgets/library/LineGraphWidget.d.ts +23 -0
  315. package/dist/UI/widgets/library/ProgressBarWidget.d.ts +18 -0
  316. package/dist/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +3 -0
  317. package/dist/UI/widgets/library/RemindersWidget.d.ts +3 -0
  318. package/dist/UI/widgets/library/SparklineWidget.d.ts +18 -0
  319. package/dist/UI/widgets/library/SparsePlotWidget.d.ts +23 -0
  320. package/dist/UI/widgets/library/TableWidget.d.ts +18 -0
  321. package/dist/UI/widgets/utils/ConvertISODate.d.ts +1 -0
  322. package/dist/UI/widgets/utils/NumberVisualization.d.ts +2 -0
  323. package/dist/UI/widgets/utils/dateUtils.d.ts +3 -0
  324. package/dist/UI/widgets/utils/useId.d.ts +4 -0
  325. package/dist/VirtualBrowser-BwufFn95.js +593 -0
  326. package/dist/actions/ActionForm.d.ts +11 -0
  327. package/dist/actions/ActionModal.d.ts +1 -0
  328. package/dist/actions/ActionPanelPlacement.d.ts +8 -0
  329. package/dist/actions/ActionSideSheet.d.ts +12 -0
  330. package/dist/actions/ActionSpeedDial.d.ts +13 -0
  331. package/dist/actions/ActionSplitScreen.d.ts +14 -0
  332. package/dist/actions/ActionWrapper.d.ts +12 -0
  333. package/dist/actions/PageActionWrapper.d.ts +1 -0
  334. package/dist/actions/actionSummary/ActionSummaryCard.d.ts +13 -0
  335. package/dist/actions/actionSummary/ActionSummaryHeader.d.ts +8 -0
  336. package/dist/actions/actionSummary/ActionSummaryListContainer.d.ts +8 -0
  337. package/dist/actions/actionSummary/ActionSummaryListItem.d.ts +10 -0
  338. package/dist/actions/actionSummary/ActionSummaryPopover.d.ts +8 -0
  339. package/dist/actions/actionSummary/index.d.ts +5 -0
  340. package/dist/actions/sidebar/EntitySideBarContent.d.ts +1 -0
  341. package/dist/actions/utils/actionUtils.d.ts +3 -0
  342. package/dist/assets/unityIcons/LibraryData.d.ts +5 -0
  343. package/dist/chatBot/ChatContainer.d.ts +1 -0
  344. package/dist/chatBot/ChatMessage.d.ts +1 -0
  345. package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +5 -0
  346. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +4 -0
  347. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +1 -0
  348. package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +1 -0
  349. package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +6 -0
  350. package/dist/componentSystems/multiThreadTimeline/timeline.d.ts +26 -0
  351. package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +6 -0
  352. package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +14 -0
  353. package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +1 -0
  354. package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +8 -0
  355. package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +8 -0
  356. package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +18 -0
  357. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +12 -0
  358. package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +9 -0
  359. package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +9 -0
  360. package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +1 -0
  361. package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +9 -0
  362. package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +6 -0
  363. package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +17 -0
  364. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +22 -0
  365. package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +16 -0
  366. package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +10 -0
  367. package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +10 -0
  368. package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +18 -0
  369. package/dist/componentSystems/pageRenderer/PageRenderer.d.ts +6 -0
  370. package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +1 -0
  371. package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +33 -0
  372. package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +9 -0
  373. package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +12 -0
  374. package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +7 -0
  375. package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +1 -0
  376. package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +1 -0
  377. package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +7 -0
  378. package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +1 -0
  379. package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +1 -0
  380. package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +1 -0
  381. package/dist/constants/reminderConstants.d.ts +4 -0
  382. package/dist/containers/IframeContainer.d.ts +1 -0
  383. package/dist/contexts/ActionContext.d.ts +1 -0
  384. package/dist/contexts/ActionDispatchContext.d.ts +1 -0
  385. package/dist/contexts/ActionLoadingContext.d.ts +1 -0
  386. package/dist/contexts/ActionLoadingDispatchContext.d.ts +1 -0
  387. package/dist/contexts/PageContext.d.ts +15 -0
  388. package/dist/contexts/usePageContext.d.ts +1 -0
  389. package/dist/dashboard/DashboardCardGrid.d.ts +5 -0
  390. package/dist/dashboard/DashboardWidget.d.ts +2 -0
  391. package/dist/dashboard/WidgetCard.d.ts +1 -0
  392. package/dist/dashboard/getWidgetLayout.d.ts +5 -0
  393. package/dist/dashboard/types.d.ts +27 -0
  394. package/dist/dataBrowser/DataBrowserColumnDefs.d.ts +9 -0
  395. package/dist/dataBrowser/DataBrowserContainer.d.ts +1 -0
  396. package/dist/dataBrowser/forms/ParamsMappingFields.d.ts +1 -0
  397. package/dist/dataBrowser/forms/ParamsMappingForm.d.ts +1 -0
  398. package/dist/dataBrowser/forms/RequiredFieldsMappingField.d.ts +1 -0
  399. package/dist/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +1 -0
  400. package/dist/diffChecker/DiffChecker.d.ts +6 -0
  401. package/dist/enums/InputFieldTypeEnums.d.ts +8 -0
  402. package/dist/enums/aggridEnums.d.ts +46 -0
  403. package/dist/enums/menuEnums.d.ts +6 -0
  404. package/dist/enums/pageEnums.d.ts +14 -0
  405. package/dist/enums/paymentMethodTypeEnum.d.ts +6 -0
  406. package/dist/enums/paymentTenderTypeEnum.d.ts +8 -0
  407. package/dist/enums/paymentVendorFactoryEnum.d.ts +10 -0
  408. package/dist/enums/propertyTypeEnums.d.ts +9 -0
  409. package/dist/enums/searchEnums.d.ts +5 -0
  410. package/dist/enums/tagEnums.d.ts +5 -0
  411. package/dist/enums/unitySystemEnums.d.ts +243 -0
  412. package/dist/enums/workflowEnums.d.ts +41 -0
  413. package/dist/hooks/crudActions.d.ts +5 -0
  414. package/dist/hooks/useActions.d.ts +17 -0
  415. package/dist/hooks/useApiCatalog.d.ts +6 -0
  416. package/dist/hooks/useDateLocale.d.ts +5 -0
  417. package/dist/hooks/useDynamicListCalculation.d.ts +1 -0
  418. package/dist/hooks/useFluentIcon.d.ts +3 -0
  419. package/dist/hooks/useItemSubCard.d.ts +7 -0
  420. package/dist/hooks/useOutlook.d.ts +6 -0
  421. package/dist/hooks/useProductVersion.d.ts +1 -0
  422. package/dist/hooks/usePromotedLookupMethods.d.ts +5 -0
  423. package/dist/hooks/usePromotedMethodEntity.d.ts +5 -0
  424. package/dist/hooks/useQueryExecutors.d.ts +7 -0
  425. package/dist/hooks/useSearchFilterParamsMap.d.ts +6 -0
  426. package/dist/hooks/useSetLocationState.d.ts +1 -0
  427. package/dist/hooks/useSplitDecimal.d.ts +3 -0
  428. package/dist/hooks/useUpdateSearchParams.d.ts +1 -0
  429. package/dist/hooks/useWorkflow.d.ts +3 -0
  430. package/dist/hooks/virtualActions.d.ts +3 -0
  431. package/dist/index-D4ob0Len.js +56512 -0
  432. package/dist/index.d.ts +438 -0
  433. package/dist/index.modern.js +610 -0
  434. package/dist/index.test.d.ts +1 -0
  435. package/dist/inquiry/AlertFlag.d.ts +1 -0
  436. package/dist/inquiry/AmbientListItem.d.ts +1 -0
  437. package/dist/inquiry/AmbientSplitStatCard.d.ts +1 -0
  438. package/dist/inquiry/AmbientSummaryListHeader.d.ts +1 -0
  439. package/dist/inquiry/EmbeddedInquiry.d.ts +2 -0
  440. package/dist/inquiry/ExecuteApiDialog.d.ts +1 -0
  441. package/dist/inquiry/FilterSearch.d.ts +3 -0
  442. package/dist/inquiry/FlagBlock.d.ts +1 -0
  443. package/dist/inquiry/Inquiry.d.ts +1 -0
  444. package/dist/inquiry/InquiryContainer.d.ts +28 -0
  445. package/dist/inquiry/InquiryTreeMenu.d.ts +1 -0
  446. package/dist/inquiry/InquiryTreeMenuItem.d.ts +1 -0
  447. package/dist/inquiry/InquiryWrapper.d.ts +1 -0
  448. package/dist/inquiry/ItemDescription.d.ts +1 -0
  449. package/dist/inquiry/NodeColumnHeader.d.ts +5 -0
  450. package/dist/inquiry/NodeDetails.d.ts +1 -0
  451. package/dist/inquiry/NodeList.d.ts +1 -0
  452. package/dist/inquiry/ToggleButton.d.ts +1 -0
  453. package/dist/inquiry/dashboard/InquiryDashboard.d.ts +1 -0
  454. package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +1 -0
  455. package/dist/inquiry/inquiryBar/InquiryControlList.d.ts +11 -0
  456. package/dist/inquiry/inquiryBar/InquiryNodeControls.d.ts +1 -0
  457. package/dist/inquiry/search/InquiryAdvancedSearch.d.ts +1 -0
  458. package/dist/inquiry/search/InquiryAdvancedSearchForm.d.ts +1 -0
  459. package/dist/inquiry/search/InquirySearchContainer.d.ts +1 -0
  460. package/dist/inquiry/search/InquirySearchDatasource.d.ts +3 -0
  461. package/dist/inquiry/search/InquirySearchTable.d.ts +1 -0
  462. package/dist/layout/GridGroup.d.ts +10 -0
  463. package/dist/layout/GridRow.d.ts +5 -0
  464. package/dist/layout/GridUnit.d.ts +1 -0
  465. package/dist/layout/HeaderLayout.d.ts +3 -0
  466. package/dist/layout/LayoutUnit.d.ts +2 -0
  467. package/dist/layout/getRatio.d.ts +1 -0
  468. package/dist/layout/templates/SideBarTemplate.d.ts +4 -0
  469. package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +1 -0
  470. package/dist/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +2 -0
  471. package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +9 -0
  472. package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +11 -0
  473. package/dist/maintenanceEngine/entityAttributeActions.d.ts +1 -0
  474. package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +44 -0
  475. package/dist/maintenanceEngine/tableBrowser/TableContainer.d.ts +1 -0
  476. package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +1 -0
  477. package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +9 -0
  478. package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +10 -0
  479. package/dist/map-library/Controls/Controls.d.ts +3 -0
  480. package/dist/map-library/Controls/CustomControl.d.ts +1 -0
  481. package/dist/map-library/Controls/FullScreenControl.d.ts +1 -0
  482. package/dist/map-library/Controls/ZoomControl.d.ts +1 -0
  483. package/dist/map-library/Controls/index.d.ts +1 -0
  484. package/dist/map-library/Layers/ImageLayer.d.ts +4 -0
  485. package/dist/map-library/Layers/Layers.d.ts +3 -0
  486. package/dist/map-library/Layers/TileLayer.d.ts +4 -0
  487. package/dist/map-library/Layers/VectorLayer.d.ts +6 -0
  488. package/dist/map-library/Layers/index.d.ts +1 -0
  489. package/dist/map-library/Map/Map.d.ts +22 -0
  490. package/dist/map-library/Map/MapContext.d.ts +2 -0
  491. package/dist/map-library/Map/index.d.ts +1 -0
  492. package/dist/map-library/Source/index.d.ts +4 -0
  493. package/dist/map-library/Source/osm.d.ts +3 -0
  494. package/dist/map-library/Source/vector.d.ts +5 -0
  495. package/dist/map-library/Source/xyz.d.ts +7 -0
  496. package/dist/map-library/functions/mapFunctions.d.ts +2 -0
  497. package/dist/map-library/geoLocation/FreeFormField.d.ts +1 -0
  498. package/dist/map-library/geoLocation/GeoLocation.d.ts +2 -0
  499. package/dist/map-library/ui/ControlZoom.d.ts +2 -0
  500. package/dist/map-library/ui/Filter.d.ts +2 -0
  501. package/dist/map-library/ui/FilterOptions.d.ts +2 -0
  502. package/dist/map-library/ui/LocationPin.d.ts +2 -0
  503. package/dist/map-library/ui/MapControls.d.ts +2 -0
  504. package/dist/map-library/ui/MapControlsStandard.d.ts +2 -0
  505. package/dist/map-library/ui/MapFilterBar.d.ts +1 -0
  506. package/dist/map-library/ui/MapSheet.d.ts +1 -0
  507. package/dist/map-library/ui/Position.d.ts +2 -0
  508. package/dist/map-library/ui/TileDisplay.d.ts +1 -0
  509. package/dist/map-library/ui/ToggleViewType.d.ts +2 -0
  510. package/dist/maps/GeoMap.d.ts +1 -0
  511. package/dist/maps/leafletMaps/FluentImageMap.d.ts +13 -0
  512. package/dist/maps/leafletMaps/FluentMap.d.ts +24 -0
  513. package/dist/maps/leafletMaps/ui/MapContent.d.ts +12 -0
  514. package/dist/maps/leafletMaps/ui/MapMarker.d.ts +1 -0
  515. package/dist/maps/openLayerMaps/Controls/Controls.d.ts +4 -0
  516. package/dist/maps/openLayerMaps/Controls/FullScreenControl.d.ts +2 -0
  517. package/dist/maps/openLayerMaps/Controls/index.d.ts +3 -0
  518. package/dist/maps/openLayerMaps/Layers/ImageLayer.d.ts +4 -0
  519. package/dist/maps/openLayerMaps/Layers/Layers.d.ts +3 -0
  520. package/dist/maps/openLayerMaps/Layers/TileLayer.d.ts +4 -0
  521. package/dist/maps/openLayerMaps/Layers/VectorLayer.d.ts +5 -0
  522. package/dist/maps/openLayerMaps/Layers/index.d.ts +5 -0
  523. package/dist/maps/openLayerMaps/Map/Map.d.ts +6 -0
  524. package/dist/maps/openLayerMaps/Map/MapContext.d.ts +2 -0
  525. package/dist/maps/openLayerMaps/Map/index.d.ts +1 -0
  526. package/dist/maps/openLayerMaps/Source/index.d.ts +4 -0
  527. package/dist/maps/openLayerMaps/Source/osm.d.ts +3 -0
  528. package/dist/maps/openLayerMaps/Source/vector.d.ts +5 -0
  529. package/dist/maps/openLayerMaps/Source/xyz.d.ts +7 -0
  530. package/dist/maps/openLayerMaps/ui/ControlZoom.d.ts +2 -0
  531. package/dist/maps/openLayerMaps/ui/Filter.d.ts +2 -0
  532. package/dist/maps/openLayerMaps/ui/LocationPin.d.ts +2 -0
  533. package/dist/maps/openLayerMaps/ui/MapControls.d.ts +2 -0
  534. package/dist/maps/openLayerMaps/ui/MapControlsStandard.d.ts +2 -0
  535. package/dist/maps/openLayerMaps/ui/Position.d.ts +2 -0
  536. package/dist/maps/openLayerMaps/ui/ToggleViewType.d.ts +2 -0
  537. package/dist/menuPage/MenuPage.d.ts +1 -0
  538. package/dist/models/ApiMethodInstance.d.ts +10 -0
  539. package/dist/models/GroupNode.d.ts +13 -0
  540. package/dist/models/Lookup.d.ts +6 -0
  541. package/dist/models/NumberOperator.d.ts +14 -0
  542. package/dist/models/QueryResult.d.ts +9 -0
  543. package/dist/models/SearchOperator.d.ts +17 -0
  544. package/dist/notes/NotesScreen.d.ts +1 -0
  545. package/dist/page/Page.d.ts +2 -0
  546. package/dist/page/PageContainer.d.ts +1 -0
  547. package/dist/page/PageContent.d.ts +1 -0
  548. package/dist/page/PageHeader.d.ts +1 -0
  549. package/dist/page/PageSectionHeader.d.ts +1 -0
  550. package/dist/page/PageSectionSpacer.d.ts +1 -0
  551. package/dist/reminders/CompleteReminderSwitch.d.ts +1 -0
  552. package/dist/reminders/RemindersCard.d.ts +1 -0
  553. package/dist/reminders/RemindersScreen.d.ts +1 -0
  554. package/dist/reports/PowerBIReport.d.ts +1 -0
  555. package/dist/routes/PrivateRoute.d.ts +3 -0
  556. package/dist/routes/UdpRoutes.d.ts +1 -0
  557. package/dist/routes/components/PageForbiddenRoute.d.ts +1 -0
  558. package/dist/routes/components/PageNotFoundRoute.d.ts +1 -0
  559. package/dist/routes/components/PageStatus.d.ts +1 -0
  560. package/dist/routes/components/PasswordResetRedirect.d.ts +1 -0
  561. package/dist/shell/Shell.d.ts +43 -0
  562. package/dist/shell/ui/AmbientProjectSwitcher.d.ts +8 -0
  563. package/dist/shell/ui/EnvironmentRibbon.d.ts +4 -0
  564. package/dist/shell/ui/FluentProfileMenuCard.d.ts +1 -0
  565. package/dist/shell/ui/HelpCenter.d.ts +1 -0
  566. package/dist/shell/ui/LanguageSwitcher.d.ts +1 -0
  567. package/dist/shell/ui/MiniCollapsibleSidebar.d.ts +2 -0
  568. package/dist/shell/ui/NavigationSidebar.d.ts +2 -0
  569. package/dist/shell/ui/SidebarCollapseButton.d.ts +1 -0
  570. package/dist/shell/ui/SidebarListItem.d.ts +5 -0
  571. package/dist/shell/ui/SiteHeader.d.ts +11 -0
  572. package/dist/shell/ui/SiteHeaderRightComponent.d.ts +11 -0
  573. package/dist/shell/ui/UserAvatar.d.ts +9 -0
  574. package/dist/shell/ui/addUser/PasswordValidator.d.ts +10 -0
  575. package/dist/shell/ui/addUser/UserForm.d.ts +2 -0
  576. package/dist/shell/ui/addUser/UserFormFields.d.ts +2 -0
  577. package/dist/shell/ui/addUser/UserFormSideSheet.d.ts +5 -0
  578. package/dist/shell/ui/appSwitcher/FUIAppHeader.d.ts +2 -0
  579. package/dist/shell/ui/appSwitcher/FUIAppList.d.ts +2 -0
  580. package/dist/shell/ui/appSwitcher/FUIAppListItem.d.ts +2 -0
  581. package/dist/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +2 -0
  582. package/dist/shell/ui/appSwitcher/ProductAppList.d.ts +2 -0
  583. package/dist/shell/ui/appSwitcher/ProductAppListItem.d.ts +2 -0
  584. package/dist/shell/ui/appSwitcher/UnityApps.d.ts +2 -0
  585. package/dist/stores/actionStore.d.ts +12 -0
  586. package/dist/stores/catalogStore.d.ts +14 -0
  587. package/dist/stores/inquiryStore.d.ts +21 -0
  588. package/dist/stores/lookupsStore.d.ts +12 -0
  589. package/dist/stores/shellStore.d.ts +21 -0
  590. package/dist/stores/teleporterStore.d.ts +13 -0
  591. package/dist/stores/tenantStore.d.ts +16 -0
  592. package/dist/stores/workflowStore.d.ts +19 -0
  593. package/dist/stories/Button.d.ts +26 -0
  594. package/dist/stories/Button.stories.d.ts +45 -0
  595. package/dist/stories/Header.d.ts +18 -0
  596. package/dist/stories/Header.stories.d.ts +17 -0
  597. package/dist/stories/Page.d.ts +18 -0
  598. package/dist/stories/Page.stories.d.ts +15 -0
  599. package/dist/treeMenu/BaseTreeMenu.d.ts +1 -0
  600. package/dist/treeMenu/BaseTreeMenuItem.d.ts +1 -0
  601. package/dist/udp/ShortcutContent/ListSearch.d.ts +1 -0
  602. package/dist/udp/ShortcutContent/ShortcutContentFinder.d.ts +1 -0
  603. package/dist/udp/export/ExportSidesheet.d.ts +1 -0
  604. package/dist/udp/export/MyExportsPage.d.ts +1 -0
  605. package/dist/udp/export/VisualSearchObject.d.ts +3 -0
  606. package/dist/udp/export/useUdpExport.d.ts +14 -0
  607. package/dist/udp/fileImportMapping/FileImportConfigCard.d.ts +1 -0
  608. package/dist/udp/fileImportMapping/FileImportMappingEnums.d.ts +6 -0
  609. package/dist/udp/fileImportMapping/FileImportMappingWizard.d.ts +2 -0
  610. package/dist/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +1 -0
  611. package/dist/udp/fileImportMapping/SampleFileImportGrid.d.ts +1 -0
  612. package/dist/udp/fileImportMapping/fileUtils.d.ts +3 -0
  613. package/dist/udp/pages/ChatUDP.d.ts +2 -0
  614. package/dist/udp/pages/UdpDataBrowserPage.d.ts +3 -0
  615. package/dist/udp/pages/UdpFormsBuilderPage.d.ts +2 -0
  616. package/dist/udp/pages/UdpFormsListPage.d.ts +2 -0
  617. package/dist/udp/pages/UdpGridPanelManagementPage.d.ts +2 -0
  618. package/dist/udp/pages/UdpGridPanelManagementSidesheet.d.ts +2 -0
  619. package/dist/udp/pages/UdpImportFromFileMappingPage.d.ts +2 -0
  620. package/dist/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +2 -0
  621. package/dist/udp/pages/UdpMaintenanceConfigPage.d.ts +1 -0
  622. package/dist/udp/pages/UdpMaintenanceEnginePage.d.ts +2 -0
  623. package/dist/udp/pages/UdpNotesPage.d.ts +2 -0
  624. package/dist/udp/pages/UdpPrivateForm.d.ts +2 -0
  625. package/dist/udp/pages/UdpPublicForm.d.ts +2 -0
  626. package/dist/udp/pages/UdpRemindersPage.d.ts +2 -0
  627. package/dist/udp/pages/UdpReportsPage.d.ts +2 -0
  628. package/dist/udp/pages/UdpVerticalManagementPage.d.ts +2 -0
  629. package/dist/udp/pages/UdpVerticalManagementSidesheet.d.ts +2 -0
  630. package/dist/udp/pages/udpPages.d.ts +40 -0
  631. package/dist/udp/utilities/methodUtils.d.ts +5 -0
  632. package/dist/udp-react-enterprise-component-library.css +1 -0
  633. package/dist/uploader/DragDropFileUpload.d.ts +12 -0
  634. package/dist/uploader/FileProfile.d.ts +2 -0
  635. package/dist/uploader/FileType.d.ts +1 -0
  636. package/dist/uploader/FileUpload.d.ts +2 -0
  637. package/dist/uploader/ImagePreview.d.ts +2 -0
  638. package/dist/utilities/CustomNavigationClient.d.ts +11 -0
  639. package/dist/utilities/DemoJuly/redirectToProduct.d.ts +1 -0
  640. package/dist/utilities/FluentIcon.d.ts +1 -0
  641. package/dist/utilities/TrimForAvatar.d.ts +1 -0
  642. package/dist/utilities/UnityFluentIcon.d.ts +1 -0
  643. package/dist/utilities/UnityIcon.d.ts +1 -0
  644. package/dist/utilities/aggrid/AgTable.d.ts +33 -0
  645. package/dist/utilities/aggrid/GridFunctions.d.ts +13 -0
  646. package/dist/utilities/aggrid/SplitButton.d.ts +1 -0
  647. package/dist/utilities/aggrid/aggridHelpers.d.ts +1 -0
  648. package/dist/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +4 -0
  649. package/dist/utilities/apiHelpers.d.ts +7 -0
  650. package/dist/utilities/auth/AuthDialogs.d.ts +2 -0
  651. package/dist/utilities/auth/AuthProvider.d.ts +5 -0
  652. package/dist/utilities/auth/AuthProviderWrapper.d.ts +1 -0
  653. package/dist/utilities/auth/UserProvider.d.ts +2 -0
  654. package/dist/utilities/auth/authActions.d.ts +9 -0
  655. package/dist/utilities/auth/internal.d.ts +9 -0
  656. package/dist/utilities/auth/signInAuthProvider.d.ts +5 -0
  657. package/dist/utilities/auth/useAccessToken.d.ts +1 -0
  658. package/dist/utilities/auth/useAuthedUser.d.ts +15 -0
  659. package/dist/utilities/auth/useIsUnityAuthenticated.d.ts +1 -0
  660. package/dist/utilities/auth/useSingleLogout.d.ts +1 -0
  661. package/dist/utilities/auth/useUser.d.ts +8 -0
  662. package/dist/utilities/auth/user.d.ts +29 -0
  663. package/dist/utilities/auth/users.d.ts +8 -0
  664. package/dist/utilities/auth/whitelistedPaths.d.ts +1 -0
  665. package/dist/utilities/axiosInterceptors.d.ts +2 -0
  666. package/dist/utilities/brand.d.ts +19 -0
  667. package/dist/utilities/chatBot/ChatBotContext.d.ts +1 -0
  668. package/dist/utilities/chatBot/ChatBotProvider.d.ts +3 -0
  669. package/dist/utilities/chatBot/useChatBot.d.ts +6 -0
  670. package/dist/utilities/crud/useDefaultFormValues.d.ts +6 -0
  671. package/dist/utilities/customIcons/ApprovalIcon.d.ts +1 -0
  672. package/dist/utilities/customIcons/RejectIcon.d.ts +1 -0
  673. package/dist/utilities/entities/entityUtilities.d.ts +3 -0
  674. package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +2 -0
  675. package/dist/utilities/form/AltSubmitButton.d.ts +13 -0
  676. package/dist/utilities/form/Field.d.ts +22 -0
  677. package/dist/utilities/form/Form.d.ts +7 -0
  678. package/dist/utilities/form/FormButtons.d.ts +2 -0
  679. package/dist/utilities/form/FormError.d.ts +7 -0
  680. package/dist/utilities/form/FormSpy.d.ts +10 -0
  681. package/dist/utilities/form/SubmitButton.d.ts +13 -0
  682. package/dist/utilities/form/arrayMutators.d.ts +2 -0
  683. package/dist/utilities/form/final-form-scroll/createDecorator.d.ts +5 -0
  684. package/dist/utilities/form/final-form-scroll/findInput.d.ts +2 -0
  685. package/dist/utilities/form/final-form-scroll/getAllInputs.d.ts +2 -0
  686. package/dist/utilities/form/final-form-scroll/isFocusableInput.d.ts +2 -0
  687. package/dist/utilities/form/formHooks.d.ts +3 -0
  688. package/dist/utilities/form/index.d.ts +9 -0
  689. package/dist/utilities/form/paymentForm/AccountPayment.model.d.ts +143 -0
  690. package/dist/utilities/form/paymentForm/BankAccountForm.d.ts +48 -0
  691. package/dist/utilities/form/paymentForm/BankIcon.d.ts +8 -0
  692. package/dist/utilities/form/paymentForm/CashForm.d.ts +9 -0
  693. package/dist/utilities/form/paymentForm/CashIcon.d.ts +8 -0
  694. package/dist/utilities/form/paymentForm/CheckIcon.d.ts +8 -0
  695. package/dist/utilities/form/paymentForm/CreditCardAdornment.d.ts +12 -0
  696. package/dist/utilities/form/paymentForm/CreditCardForm.d.ts +41 -0
  697. package/dist/utilities/form/paymentForm/CreditCardIcon.d.ts +8 -0
  698. package/dist/utilities/form/paymentForm/CreditCardUtils.d.ts +42 -0
  699. package/dist/utilities/form/paymentForm/DisableOverlay.d.ts +7 -0
  700. package/dist/utilities/form/paymentForm/HostedPaymentError.d.ts +20 -0
  701. package/dist/utilities/form/paymentForm/NewCreditCardForm.d.ts +19 -0
  702. package/dist/utilities/form/paymentForm/NewECheckForm.d.ts +15 -0
  703. package/dist/utilities/form/paymentForm/PaymentAccount.model.d.ts +81 -0
  704. package/dist/utilities/form/paymentForm/PaymentBankDetails.d.ts +12 -0
  705. package/dist/utilities/form/paymentForm/PaymentBoxDetail.d.ts +32 -0
  706. package/dist/utilities/form/paymentForm/PaymentCard.d.ts +12 -0
  707. package/dist/utilities/form/paymentForm/PaymentCardDetail.d.ts +19 -0
  708. package/dist/utilities/form/paymentForm/PaymentDropdown.d.ts +32 -0
  709. package/dist/utilities/form/paymentForm/PaymentForm.d.ts +77 -0
  710. package/dist/utilities/form/paymentForm/TabPanel.d.ts +20 -0
  711. package/dist/utilities/form/paymentForm/usePaymentProviderForm.d.ts +12 -0
  712. package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +40 -0
  713. package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +46 -0
  714. package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +13 -0
  715. package/dist/utilities/form/useFieldChangeListener.d.ts +7 -0
  716. package/dist/utilities/iconLibrary/IconLibrary.d.ts +2 -0
  717. package/dist/utilities/iconLibrary/IconLibraryComponent.d.ts +7 -0
  718. package/dist/utilities/iconLibrary/SelectedLibraryItem.d.ts +2 -0
  719. package/dist/utilities/iconLibrary/UnityIconLibrary.d.ts +7 -0
  720. package/dist/utilities/input/DateUtilities.d.ts +2 -0
  721. package/dist/utilities/input/SelectUtilities.d.ts +3 -0
  722. package/dist/utilities/input/StringUtilities.d.ts +7 -0
  723. package/dist/utilities/isValueSelected.d.ts +1 -0
  724. package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +5 -0
  725. package/dist/utilities/menus/menuUtilities.d.ts +1 -0
  726. package/dist/utilities/menus/redirectToLink.d.ts +1 -0
  727. package/dist/utilities/page/PageSubHeaderAction.d.ts +11 -0
  728. package/dist/utilities/provider/ActionProvider.d.ts +1 -0
  729. package/dist/utilities/redirect/ExternalRedirectUrlStorage.d.ts +3 -0
  730. package/dist/utilities/redirect/LocalRedirectUrlStorage.d.ts +5 -0
  731. package/dist/utilities/redirect/pages/OutlookCallback.d.ts +1 -0
  732. package/dist/utilities/rules/RuleUtilities.d.ts +5 -0
  733. package/dist/utilities/search/Search.d.ts +37 -0
  734. package/dist/utilities/search/SearchUtilities.d.ts +12 -0
  735. package/dist/utilities/storage/UnitySessionStorage.d.ts +4 -0
  736. package/dist/utilities/stringUtils.d.ts +8 -0
  737. package/dist/utilities/style/ContentContainer.d.ts +11 -0
  738. package/dist/utilities/style/colorConverter.d.ts +3 -0
  739. package/dist/utilities/style/colors.d.ts +107 -0
  740. package/dist/utilities/style/utils/styleUtils.d.ts +2 -0
  741. package/dist/utilities/style/verticalStyles.d.ts +4 -0
  742. package/dist/utilities/systemColors.d.ts +1 -0
  743. package/dist/utilities/tenant/TenantProvider.d.ts +3 -0
  744. package/dist/utilities/tenant/tenantContext.d.ts +1 -0
  745. package/dist/utilities/tenant/useTenant.d.ts +6 -0
  746. package/dist/utilities/theme.d.ts +3 -0
  747. package/dist/utilities/theme.types.d.ts +11 -0
  748. package/dist/utilities/tree/TreeUtilities.d.ts +74 -0
  749. package/dist/utilities/types.d.ts +31 -0
  750. package/dist/utilities/uploader/FileProfile.d.ts +2 -0
  751. package/dist/utilities/uploader/FileType.d.ts +1 -0
  752. package/dist/utilities/uploader/FileUpload.d.ts +1 -0
  753. package/dist/utilities/uploader/ImagePreview.d.ts +2 -0
  754. package/dist/utilities/uploader/formatBytes.d.ts +1 -0
  755. package/dist/utilities/useAxiosGet.d.ts +10 -0
  756. package/dist/utilities/useAxiosMutate.d.ts +6 -0
  757. package/dist/utilities/useDevicePixelRatio.d.ts +6 -0
  758. package/dist/utilities/useGravatar.d.ts +10 -0
  759. package/dist/utilities/usePrevious.d.ts +1 -0
  760. package/dist/utilities/utilityBar/InquiryHeaderControl.d.ts +11 -0
  761. package/dist/utilities/utilityBar/InquiryHeaderSecondary.d.ts +11 -0
  762. package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +11 -0
  763. package/dist/utilities/utilityBar/InquiryHeaderTitle.d.ts +11 -0
  764. package/dist/utilities/utilityBar/SubHeaderAction.d.ts +11 -0
  765. package/dist/utilities/utilityBar/UtilityBarInport.d.ts +11 -0
  766. package/dist/utilities/workflow/workflowUtilities.d.ts +47 -0
  767. package/dist/workflow/WorkflowContainer.d.ts +1 -0
  768. package/dist/workflow/WorkflowContent.d.ts +1 -0
  769. package/dist/workflow/WorkflowUiInterruptContent.d.ts +1 -0
  770. package/dist/workflow/components/WorkflowTaskFlow.d.ts +1 -0
  771. package/dist/workflow/menus/WorkflowTreeMenu.d.ts +1 -0
  772. package/dist/workflow/menus/WorkflowTreeMenuItem.d.ts +1 -0
  773. package/package.json +176 -0
@@ -0,0 +1,77 @@
1
+ import { default as React, FC } from 'react';
2
+ import { PaymentDetails } from './AccountPayment.model';
3
+ export interface PaymentMethodProps {
4
+ id: string;
5
+ activeTab?: number;
6
+ externalId?: string | number;
7
+ paymentAccounts?: any[];
8
+ paymentDetails: PaymentDetails;
9
+ bankAccountTypes?: any[];
10
+ loading: boolean;
11
+ onTabChange: (event: React.ChangeEvent<{}>, paymentMethodTab: any) => void;
12
+ onFormStatusChange?: (paymentFormResult: any) => void;
13
+ onSubmitCompleted?: (event: React.FormEvent<HTMLFormElement>, result: any) => void;
14
+ submit?: (event: React.FormEvent<HTMLFormElement>) => void;
15
+ presetDataRequest: (formData: any, paymentMethod: any, isHostedPayment: boolean) => any;
16
+ children?: any;
17
+ childrenPosition?: "before" | "after" | "outside";
18
+ actionLabel?: string;
19
+ render?: any;
20
+ }
21
+ /**
22
+ * PaymentForm Component
23
+ *
24
+ * This component provides a user interface for selecting and handling different payment methods.
25
+ * It allows users to switch between available payment methods using tabs and handles the form submission process.
26
+ * Each payment method has its own form component that is displayed based on the selected tab.
27
+ *
28
+ * Props:
29
+ * @param {PaymentMethodProps} props - Object containing the following properties:
30
+ * @param {string} id - Unique identifier for the payment form.
31
+ * @param {number} [activeTab=0] - The index of the currently active tab. Defaults to 0. [OPTIONAL]
32
+ * @param {any[]} [paymentAccounts] - Array of payment accounts associated with the user. [OPTIONAL]
33
+ * @param {PaymentDetails} paymentDetails - Object containing details about the customer's payment information.
34
+ * @param {any[]} [bankAccountTypes=DEFAULT_ACCOUNT_TYPES] - Array of available bank account types, with a default value.
35
+ * @param {boolean} loading - Boolean flag indicating if asynchronous operations like data fetching are in progress.
36
+ * @param {Function} onTabChange - Function to be called when the active tab changes.
37
+ * @param {Function} [onFormStatusChange] - Optional function to handle status changes during form interactions.
38
+ * @param {Function} [onSubmitCompleted] - Optional function to be called upon successful form submission.
39
+ * @param {Function} presetDataRequest - Function to prepare the data request for payment processing.
40
+ * @param {Function} [submit] - Optional function to be called on form submission.
41
+ * @param {any} [children] - Optional elements to be rendered inside the form.
42
+ * @param {"before" | "after" | "outside"} [childrenPosition="before"] - Position of the children elements relative to the form.
43
+ * @param {string} [actionLabel] - Optional label for the form action button.
44
+ * @param {any} [render] - Optional render function for custom rendering inside the component.
45
+ *
46
+ * Usage:
47
+ * The component renders tabs to switch between different payment methods and handles form interactions
48
+ * for submitting payments. It integrates with Material-UI components to render the form and uses React hooks
49
+ * for managing state, such as the currently active tab and form interaction data.
50
+ *
51
+ * The component uses the `useMemo` hook to optimize rendering performance and to handle the memoization of
52
+ * computed payment fields. It ensures that the form submission process is smooth, even for hosted payments.
53
+ *
54
+ * Each payment method form (e.g., CreditCardForm, eCheckForm, etc.) is conditionally rendered based on the
55
+ * currently selected payment method, ensuring a consistent user experience.
56
+ *
57
+ * Example:
58
+ * <PaymentForm
59
+ * id="paymentForm"
60
+ * activeTab={0}
61
+ * paymentAccounts={accounts}
62
+ * paymentDetails={paymentDetails}
63
+ * bankAccountTypes={accountTypes}
64
+ * loading={isLoading}
65
+ * onTabChange={handleTabChange}
66
+ * onFormStatusChange={handleStatusChange}
67
+ * presetDataRequest={createDataRequest}
68
+ * onSubmitCompleted={handleSubmitCompleted}
69
+ * actionLabel="Enter Card Details"
70
+ * submit={handleSubmit}
71
+ * />
72
+ *
73
+ * Note:
74
+ * This component should be used within a React environment that supports hooks and functional components.
75
+ * It relies on Material-UI for UI components and theming.
76
+ */
77
+ export declare const PaymentForm: FC<PaymentMethodProps>;
@@ -0,0 +1,20 @@
1
+ import { default as React } from 'react';
2
+ export declare const a11yProps: (index: number | string) => {
3
+ id: string;
4
+ 'aria-controls': string;
5
+ };
6
+ export declare const StyledTab: React.ComponentType<any>;
7
+ interface TabPanelProps {
8
+ children?: React.ReactNode;
9
+ index: number;
10
+ value: number;
11
+ sx?: any;
12
+ }
13
+ /**
14
+ * TabPanel
15
+ *
16
+ * @param {TabPanelProps} props
17
+ * @return {*}
18
+ */
19
+ export declare const TabPanel: (props: TabPanelProps) => JSX.Element;
20
+ export {};
@@ -0,0 +1,12 @@
1
+ import { PaymentMethodData } from './AccountPayment.model';
2
+ import { PaymentTenderTypeEnum } from '../../../enums/paymentTenderTypeEnum';
3
+ /**
4
+ * useProviderForm
5
+ *
6
+ * @param {(PaymentTenderTypeEnum | undefined)} paymentMethod
7
+ * @param {*} providerType
8
+ * @param {*} providerProps
9
+ * @param {(paymentFormResult: any) => void} onStatusChange
10
+ * @return {*} {*}
11
+ */
12
+ export declare const usePaymentProviderForm: (paymentMethod: PaymentTenderTypeEnum | undefined, providerType: any, providerProps: any, onStatusChange?: ((paymentFormResult: any) => void) | undefined, paymentDetails?: any, data?: PaymentMethodData) => any;
@@ -0,0 +1,40 @@
1
+ import { PaymentTenderTypeEnum } from '../../../../enums/paymentTenderTypeEnum';
2
+ /**
3
+ * `FiservForm` Component
4
+ *
5
+ * This component is responsible for rendering an iframe for payment processing tailored for the Fiserv payment gateway. It manages the dynamic creation of the iframe URL based on the provided attributes and configures the iframe behavior accordingly.
6
+ *
7
+ * @param {Object} {
8
+ * paymentMethod = PaymentTenderTypeEnum.CreditCard,
9
+ * baseUrl = "https://fts-uat.cardconnect.com/itoke/ajax-tokenizer.html",
10
+ * customCss = defaultCssStyles,
11
+ * attributes = null
12
+ * } The properties passed to the component.
13
+ * @param {PaymentTenderTypeEnum} [paymentMethod=PaymentTenderTypeEnum.CreditCard] The payment method type, affecting the endpoint.
14
+ * @param {Object} [onStatusChange=null] Callback function to handle the status change event.
15
+ * @param {string} [baseUrl="https://fts-uat.cardconnect.com/itoke/ajax-tokenizer.html"] The base URL for the Fiserv payment gateway iframe.
16
+ * @param {string} [customCss=defaultCssStyles] Custom CSS to apply within the iframe.
17
+ * @param {Object} [attributes=null] Additional payment attributes to append as query parameters.
18
+ * @param {string} [attributes.placeholder] Placeholder text for the card fields.
19
+ * @param {string} [attributes.placeholdercvv] Placeholder text for the CVV field.
20
+ * @param {string} [attributes.placeholdermonth] Placeholder for the expiration month field.
21
+ * @param {string} [attributes.placeholderyear] Placeholder for the expiration year field.
22
+ * @param {boolean} [attributes.useexpiry=true] Flag to enable the use of the expiration date.
23
+ * @param {boolean} [attributes.usecvv=true] Flag to enable the use of the CVV code.
24
+ * @param {boolean} [attributes.invalidcreditcardevent=true] Event triggered on invalid card input.
25
+ * @param {boolean} [attributes.formatinput=true] Formats the card input fields.
26
+ * @param {boolean} [attributes.unique=true] Ensures unique card number inputs.
27
+ * @param {boolean} [attributes.enhancedresponse=true] Provides enhanced responses.
28
+ * @param {boolean} [attributes.cardnumbernumericonly=true] Allows only numeric input for the card number.
29
+ * @param {boolean} [attributes.fullmobilekeyboard=false] Enables full mobile keyboard access.
30
+ *
31
+ * @return {React.Component} The `FiservForm` component that handles the rendering of the payment iframe and processes payment data or errors.
32
+ */
33
+ export declare const FiservForm: ({ paymentMethod, onStatusChange, baseUrl, customCss, attributes, paymentData }: {
34
+ paymentMethod?: PaymentTenderTypeEnum | undefined;
35
+ onStatusChange?: ((paymentFormResult: any) => void) | undefined;
36
+ baseUrl?: string | undefined;
37
+ customCss?: string | undefined;
38
+ attributes?: null | undefined;
39
+ paymentData?: null | undefined;
40
+ }) => JSX.Element;
@@ -0,0 +1,46 @@
1
+ import { default as React } from 'react';
2
+ import { PaymentDetails, PaymentMethodData } from '../AccountPayment.model';
3
+ import { PaymentTenderTypeEnum } from '../../../../enums/paymentTenderTypeEnum';
4
+ interface iCheckFormProps {
5
+ paymentMethod?: PaymentTenderTypeEnum;
6
+ onStatusChange?: (paymentFormResult: any) => void;
7
+ paymentDetails: PaymentDetails;
8
+ baseUrl: string;
9
+ customCss?: string;
10
+ attributes?: any;
11
+ paymentData?: PaymentMethodData;
12
+ }
13
+ /**
14
+ * `ICheckForm` Component
15
+ *
16
+ * Renders an iframe for payment processing via the iCheckGateway. Depending on the payment method, it dynamically generates the iframe URL with the appropriate query parameters. The component also listens for messages from the iframe, handling payment data or errors.
17
+ *
18
+ * @param {Object} props The properties passed to the component.
19
+ * @param {PaymentTenderTypeEnum} [paymentMethod=PaymentTenderTypeEnum.CreditCard] Specifies the type of payment method, influencing the iframe endpoint.
20
+ * @param {Object} [onStatusChange=null] Callback function to handle the status change event.
21
+ * @param {Object} [paymentDetails=null] An object containing customer details such as firstName, lastName, email, etc.
22
+ * @param {string} [baseUrl="https://iframe.icheckgateway.com"] The base URL for the payment gateway iframe.
23
+ * @param {string} [customCss=defaultCssStyles] Custom CSS styles to be applied within the iframe.
24
+ * @param {Object} [attributes=null] An object containing additional payment attributes such as appId, appSecret, custId, etc. These are dynamically appended to the iframe URL as query parameters.
25
+ * @param {string} [attributes.appId] Application ID for the payment gateway.
26
+ * @param {string} [attributes.appSecret] Application secret for the payment gateway.
27
+ * @param {string} [attributes.custId] Customer ID.
28
+ * @param {string} [attributes.saveTokenDisabled] Flag to disable token saving.
29
+ * @param {string} [attributes.firstName] Customer's first name.
30
+ * @param {string} [attributes.lastName] Customer's last name.
31
+ * @param {string} [attributes.email] Customer's email address.
32
+ * @param {string} [attributes.company] Customer's company name.
33
+ * @param {string} [attributes.street1] Customer's street address line 1.
34
+ * @param {string} [attributes.street2] Customer's street address line 2.
35
+ * @param {string} [attributes.city] Customer's city.
36
+ * @param {string} [attributes.custom1] A custom field for additional data.
37
+ * @param {string} [attributes.amount] Payment amount.
38
+ * @param {string} [attributes.salesTax] Applicable sales tax.
39
+ * @param {string} [attributes.entryClassCode] Entry class code for the transaction.
40
+ * @param {string} [attributes.css] Custom CSS for the iframe content.
41
+ * @param {string} [attributes.hostedURL="https://iframe.icheckgateway.com"] Hosted URL; defaults to the base URL but can be overridden.
42
+ *
43
+ * @return {React.Component} The `ICheckForm` component renders an iframe for payment processing and displays the payment response.
44
+ */
45
+ export declare const ICheckForm: React.FC<iCheckFormProps>;
46
+ export {};
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ import { PaymentDetails, PaymentMethodData } from '../AccountPayment.model';
3
+ import { PaymentTenderTypeEnum } from '../../../../enums/paymentTenderTypeEnum';
4
+ interface PaymentusFormProps {
5
+ paymentMethod?: PaymentTenderTypeEnum;
6
+ onStatusChange?: (paymentFormResult: any) => void;
7
+ paymentDetails: PaymentDetails;
8
+ baseUrl: string;
9
+ attributes?: any;
10
+ paymentData?: PaymentMethodData;
11
+ }
12
+ export declare const PaymentusForm: React.FC<PaymentusFormProps>;
13
+ export {};
@@ -0,0 +1,7 @@
1
+ import { FormApi } from 'final-form';
2
+ export type FieldChangeCallback<T> = (form: FormApi, value: T, prevValue: T) => void;
3
+ /**
4
+ * Form helper hook that runs a callback when the value of a field has changed
5
+ * Usefull for creating effects where changes to one field affect the value of another field imperatively
6
+ */
7
+ export declare function useFieldChangeListener<T>(name: string, cb: FieldChangeCallback<T>): void;
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export default IconLibraryComponent;
2
+ declare function IconLibraryComponent({ open, onClose, handleIconSelect, selectedIconName }: {
3
+ open: any;
4
+ onClose: any;
5
+ handleIconSelect: any;
6
+ selectedIconName: any;
7
+ }): JSX.Element;
@@ -0,0 +1,2 @@
1
+ export default SelectedLibraryItem;
2
+ declare function SelectedLibraryItem(props: any): JSX.Element;
@@ -0,0 +1,7 @@
1
+ export const unityIcons: {
2
+ id: string;
3
+ label: string;
4
+ icon: JSX.Element;
5
+ type: string;
6
+ }[];
7
+ export function getUnityIconFromName(name: any): JSX.Element | null;
@@ -0,0 +1,2 @@
1
+ export function formatDateToLocaleString(isoDate: any, luxonFormat?: string): string;
2
+ export function toUtcDate(date: any): Date | null;
@@ -0,0 +1,3 @@
1
+ export function csvStrToArray(csvStr: any): any;
2
+ export function csvStrToArrayOfObjects(csvStr: any): any[];
3
+ export function apiResponseArrayToOptions(responseArr: any): any[];
@@ -0,0 +1,7 @@
1
+ export function removeWhiteSpace(str: any): any;
2
+ export function camelToPascalCaseWithSpace(str: any): any;
3
+ export function trimStringAfter(str: any, character: any): any;
4
+ export function toLowerFirstChar(field: any): any;
5
+ export function toUpperFirstChar(field: any): any;
6
+ export function toTitleCase(str: any): any;
7
+ export function pluralize(str: any): any;
@@ -0,0 +1 @@
1
+ export default function isValueSelected(value: any, candidate: any): boolean;
@@ -0,0 +1,5 @@
1
+ export function getPrimaryKeyValues(properties: any, entityValue: any): any;
2
+ export function getPathObject(pathParameters: any, primaryKeyValues: any): {};
3
+ export function findTermByType(fieldType: any, term: any): any;
4
+ export function getEntityAttributes(catalog: any, entityName: any): any;
5
+ export function getPathParametersObj(pathParametersDefinition: any, entityData: any): {};
@@ -0,0 +1 @@
1
+ export function getMenuItemsRecursively(menuItems: any, activeOnly: any, user: any, getAccessToken: any, checkDeviceSize?: boolean): any;
@@ -0,0 +1 @@
1
+ export function redirectToLinkOnClick(redirectInfo: any, getAccessToken: any, user: any): Promise<void>;
@@ -0,0 +1,11 @@
1
+ export const PageSubHeaderActionsTarget: {
2
+ <Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
3
+ as?: Type | undefined;
4
+ } & {
5
+ as: Type;
6
+ }): JSX.Element;
7
+ (props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
8
+ as?: "div" | undefined;
9
+ }): JSX.Element;
10
+ };
11
+ export function PageSubHeaderAction(props: any): JSX.Element;
@@ -0,0 +1 @@
1
+ export function ActionProvider(props: any): JSX.Element;
@@ -0,0 +1,3 @@
1
+ export function storeExternalPath(url: any): void;
2
+ export function getStoredExternalPath(): string | null;
3
+ export function clearStoredExternalPath(): void;
@@ -0,0 +1,5 @@
1
+ export function storeInitialPath(): void;
2
+ export function storeCurrentPath(): void;
3
+ export function storePath(pathname: any): void;
4
+ export function getStoredPath(): string | null;
5
+ export function clearStoredPath(): void;
@@ -0,0 +1 @@
1
+ export function OutlookCallback(): JSX.Element;
@@ -0,0 +1,5 @@
1
+ export function getPropertyMappingList(obj: any): any[];
2
+ export function getPropertyMappingObj(properties: Array<any>): {};
3
+ export function mapRuleData(mapping: any, data: any): {};
4
+ export function mapRule(mapping?: any, rule?: any): any;
5
+ export function evaluateRule(rule: any, data: any, objectKey: string, dataLazyLoaded: boolean): any;
@@ -0,0 +1,37 @@
1
+ export interface SearchFilters {
2
+ searchField: string;
3
+ searchValue: string;
4
+ searchOperator: string;
5
+ searchValueType: number;
6
+ groupId: number | null | undefined;
7
+ }
8
+ export interface SearchFilterGroups {
9
+ groupId: number;
10
+ groupOperator: number;
11
+ parentGroupId: number;
12
+ }
13
+ export interface FilterObject {
14
+ filterType: string;
15
+ type: string;
16
+ filter: string;
17
+ }
18
+ export interface GroupOperation {
19
+ operation: string;
20
+ property: string;
21
+ }
22
+ export interface OrderElement {
23
+ sortColumn: string;
24
+ sortDirection: string;
25
+ }
26
+ export interface Search {
27
+ eagerLoad?: boolean;
28
+ pageNumber: number;
29
+ pageSize: number;
30
+ groupingType?: string;
31
+ groupProperty?: string[];
32
+ groupOperationList?: GroupOperation[];
33
+ orderElements: OrderElement[];
34
+ filterElements: SearchFilters[];
35
+ filterGroups: SearchFilterGroups[];
36
+ logicalSearchOperator?: number;
37
+ }
@@ -0,0 +1,12 @@
1
+ import { LogicalSearchOperatorEnums } from '../../enums/unitySystemEnums';
2
+ import { Search } from './Search';
3
+ export declare const getSearchObject: (searchFilterElements: any, page: any, pageSize: any, eagerLoad?: boolean, logicalSearchOperator?: LogicalSearchOperatorEnums, searchFilterGroups?: never[]) => Search;
4
+ export declare const getApiMethodIdByPath: (apiMethodList: any, path: any) => any;
5
+ export declare const getSearchIdentifiers: (catalogObjects: any, catalogReturnObject: any) => any;
6
+ /**
7
+ * Returns a reference to a function that takes an Ag-grid FilterModel object and
8
+ * processes it to create an array of SearchFilters.
9
+ * @param timeZone string or null;
10
+ * @returns Function for processing Ag-grid FilterModel
11
+ */
12
+ export declare const useConvertFilterModelToSearchFilters: (timeZone?: string | null) => any;
@@ -0,0 +1,4 @@
1
+ export function storeInitialTenant(): void;
2
+ export function storeTenant(tenantId: any): void;
3
+ export function getStoredTenant(): string | null;
4
+ export function clearStoredTenant(): void;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * stringToProps
3
+ *
4
+ * @export
5
+ * @param {*} stringProperties
6
+ * @return {*}
7
+ */
8
+ export function stringToProps(stringProperties: any): any;
@@ -0,0 +1,11 @@
1
+ export function ContentContainer(props: any): JSX.Element;
2
+ export namespace ContentContainer {
3
+ namespace propTypes {
4
+ const np: any;
5
+ const pt: any;
6
+ const pb: any;
7
+ const pl: any;
8
+ const pr: any;
9
+ const text: any;
10
+ }
11
+ }
@@ -0,0 +1,3 @@
1
+ export function getEllipseColor(theme: any, color: any, variant?: string): any;
2
+ export function getCustomHintColor(color: any): string;
3
+ export function getCategoryColor(color: any): string;
@@ -0,0 +1,107 @@
1
+ export namespace colors {
2
+ namespace systemIcon {
3
+ namespace trigger {
4
+ const main: string;
5
+ const hint: string;
6
+ namespace hover {
7
+ const outline: string;
8
+ const background: string;
9
+ }
10
+ }
11
+ namespace action {
12
+ const main_1: string;
13
+ export { main_1 as main };
14
+ const hint_1: string;
15
+ export { hint_1 as hint };
16
+ export namespace hover_1 {
17
+ const outline_1: string;
18
+ export { outline_1 as outline };
19
+ const background_1: string;
20
+ export { background_1 as background };
21
+ }
22
+ export { hover_1 as hover };
23
+ }
24
+ namespace condition {
25
+ const main_2: string;
26
+ export { main_2 as main };
27
+ const hint_2: string;
28
+ export { hint_2 as hint };
29
+ export namespace hover_2 {
30
+ const outline_2: string;
31
+ export { outline_2 as outline };
32
+ const background_2: string;
33
+ export { background_2 as background };
34
+ }
35
+ export { hover_2 as hover };
36
+ }
37
+ namespace sequence {
38
+ const main_3: string;
39
+ export { main_3 as main };
40
+ const hint_3: string;
41
+ export { hint_3 as hint };
42
+ export namespace hover_3 {
43
+ const outline_3: string;
44
+ export { outline_3 as outline };
45
+ const background_3: string;
46
+ export { background_3 as background };
47
+ }
48
+ export { hover_3 as hover };
49
+ }
50
+ }
51
+ namespace unity {
52
+ namespace success {
53
+ const hint_4: string;
54
+ export { hint_4 as hint };
55
+ }
56
+ namespace warning {
57
+ const hint_5: string;
58
+ export { hint_5 as hint };
59
+ }
60
+ namespace info {
61
+ const hint_6: string;
62
+ export { hint_6 as hint };
63
+ }
64
+ namespace error {
65
+ const hint_7: string;
66
+ export { hint_7 as hint };
67
+ }
68
+ }
69
+ namespace categoryColors {
70
+ namespace one {
71
+ const hint_8: string;
72
+ export { hint_8 as hint };
73
+ const main_4: string;
74
+ export { main_4 as main };
75
+ }
76
+ namespace two {
77
+ const hint_9: string;
78
+ export { hint_9 as hint };
79
+ const main_5: string;
80
+ export { main_5 as main };
81
+ }
82
+ namespace three {
83
+ const hint_10: string;
84
+ export { hint_10 as hint };
85
+ const main_6: string;
86
+ export { main_6 as main };
87
+ }
88
+ namespace four {
89
+ const hint_11: string;
90
+ export { hint_11 as hint };
91
+ const main_7: string;
92
+ export { main_7 as main };
93
+ }
94
+ namespace five {
95
+ const hint_12: string;
96
+ export { hint_12 as hint };
97
+ const main_8: string;
98
+ export { main_8 as main };
99
+ }
100
+ namespace six {
101
+ const hint_13: string;
102
+ export { hint_13 as hint };
103
+ const main_9: string;
104
+ export { main_9 as main };
105
+ }
106
+ }
107
+ }
@@ -0,0 +1,2 @@
1
+ export function getEllipseColor(theme: any, color: any): any;
2
+ export function getEllipseHintColor(theme: any, color: any): any;
@@ -0,0 +1,4 @@
1
+ export function verticalPrimary(vertical: any): "#2951B8" | "#9A1A5F" | "#008383" | "#CE4A00" | "#0C2F50" | "#344861" | "#161616";
2
+ export function verticalSecondary(vertical: any): "#09A58C" | "#322514" | "#500472" | "#bf0d10" | "#03BBC3" | "#9eb0c2" | "#0f62fe";
3
+ export function useTypeScale(): any[];
4
+ export function greyScale(shade: any): string;
@@ -0,0 +1 @@
1
+ export function useSystemColor(): any[];
@@ -0,0 +1,3 @@
1
+ export function TenantProvider({ children }: {
2
+ children: any;
3
+ }): JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const TenantContext: any;
@@ -0,0 +1,6 @@
1
+ import { Tenant } from '../types';
2
+ export declare const useTenant: () => {
3
+ activeTenant: Tenant;
4
+ tenantsList: Tenant[];
5
+ refresh: () => void;
6
+ } | null;
@@ -0,0 +1,3 @@
1
+ export function ThemeProvider({ children }: {
2
+ children: any;
3
+ }): JSX.Element;
@@ -0,0 +1,11 @@
1
+ import { Theme } from '@material-ui/core/styles';
2
+ export interface UnityThemeData {
3
+ mode: 'light' | 'dark';
4
+ currentTheme: string;
5
+ }
6
+ export interface UdpTheme extends Theme {
7
+ getThemeData(): UnityThemeData;
8
+ setCurrentTheme: (theme: string) => void;
9
+ setMode: (mode: 'light' | 'dark') => void;
10
+ isInitialized: boolean;
11
+ }