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,1558 +0,0 @@
1
- const require_chunk = require('./chunk-DoeelZqw.cjs');
2
- const require_apiHelpers = require('./apiHelpers-Dyq5plHt.cjs');
3
- const react = require_chunk.__toESM(require("react"));
4
- const __material_ui_core = require_chunk.__toESM(require("@material-ui/core"));
5
- const react_jsx_runtime = require_chunk.__toESM(require("react/jsx-runtime"));
6
- const axios_hooks = require_chunk.__toESM(require("axios-hooks"));
7
- const axios = require_chunk.__toESM(require("axios"));
8
- const udp_react_stencil_component_library = require_chunk.__toESM(require("udp-react-stencil-component-library"));
9
- const clsx = require_chunk.__toESM(require("clsx"));
10
- const zustand = require_chunk.__toESM(require("zustand"));
11
- const zustand_middleware = require_chunk.__toESM(require("zustand/middleware"));
12
- const warning = require_chunk.__toESM(require("warning"));
13
- const use_constant = require_chunk.__toESM(require("use-constant"));
14
-
15
- //#region src/UI/inputs/buttons/FluentButton.jsx
16
- const useStyles$9 = (0, __material_ui_core.makeStyles)((theme) => ({
17
- root: {
18
- borderRadius: 2,
19
- height: (props) => props.height ? props.height : 32,
20
- padding: "0 16px",
21
- minWidth: (props) => props.minWidth ? props.minWidth : 80,
22
- border: (props) => `1px solid ${props.color}`
23
- },
24
- label: {
25
- textTransform: "capitalize",
26
- fontSize: "0.875rem",
27
- fontWeight: 600
28
- }
29
- }));
30
- const FluentButton = (props) => {
31
- const classes = useStyles$9(props);
32
- const { children, id, udprecordid, minWidth, progress, disabled,...otherProps } = props;
33
- return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(__material_ui_core.Button, {
34
- ...otherProps,
35
- disableElevation: true,
36
- classes: {
37
- root: classes.root,
38
- label: classes.label
39
- },
40
- margin: "dense",
41
- id,
42
- udprecordid,
43
- minWidth,
44
- disabled: disabled || progress,
45
- children: [progress && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.CircularProgress, {
46
- id: id + "-ButtonProgress",
47
- udprecordid: udprecordid + "-ButtonProgress",
48
- size: 18,
49
- color: "primary"
50
- }), !progress && children]
51
- });
52
- };
53
-
54
- //#endregion
55
- //#region src/utilities/axiosInterceptors.js
56
- const axiosInterceptors = () => {
57
- axios.default.interceptors.request.use(async (config) => {
58
- if (!require_apiHelpers.whitelistedPaths.includes(window.location.pathname)) {
59
- var _config$headers;
60
- let accessToken = "";
61
- if (!(config === null || config === void 0 || (_config$headers = config.headers) === null || _config$headers === void 0 ? void 0 : _config$headers.Authorization)) accessToken = await require_apiHelpers.getAccessToken();
62
- return require_apiHelpers.getMergedConfig(accessToken, config);
63
- }
64
- return config;
65
- }, (error) => Promise.reject(error));
66
- axios.default.interceptors.response.use((response) => response, async (error) => {
67
- var _error$response;
68
- const config = error === null || error === void 0 ? void 0 : error.config;
69
- if ((error === null || error === void 0 || (_error$response = error.response) === null || _error$response === void 0 ? void 0 : _error$response.status) === 401 && !(config === null || config === void 0 ? void 0 : config._retry) && !require_apiHelpers.whitelistedPaths.includes(window.location.pathname)) {
70
- config.headers.Authorization = `Bearer ${await require_apiHelpers.getAccessToken()}`;
71
- config._retry = true;
72
- return (0, axios.default)(config);
73
- }
74
- return Promise.reject(error);
75
- });
76
- };
77
-
78
- //#endregion
79
- //#region src/utilities/auth/internal.ts
80
- const UserContext = (0, react.createContext)(null);
81
- const UserDispatchContext = (0, react.createContext)(null);
82
-
83
- //#endregion
84
- //#region src/utilities/auth/useUser.ts
85
- /**
86
- * Get the current User object (or null if not logged in)
87
- *
88
- * Does not redirect to login
89
- * @see {@link useAuthedUser}
90
- */
91
- function useUser() {
92
- return (0, react.useContext)(UserContext);
93
- }
94
-
95
- //#endregion
96
- //#region src/utilities/input/StringUtilities.js
97
- const removeWhiteSpace = (str) => {
98
- if (!str) return "";
99
- return str.replace(/\s/g, "");
100
- };
101
- const camelToPascalCaseWithSpace = (str) => {
102
- const capitalizedStr = str.charAt(0).toUpperCase() + str.slice(1);
103
- return capitalizedStr.replace(/([a-z0-9])([A-Z])/g, "$1 $2");
104
- };
105
- const trimStringAfter = (str, character) => {
106
- const lastIndex = str.lastIndexOf(character);
107
- return str.substring(0, lastIndex === -1 ? str.length : lastIndex);
108
- };
109
- const toLowerFirstChar = (field) => {
110
- var _field$charAt;
111
- return (field === null || field === void 0 || (_field$charAt = field.charAt(0)) === null || _field$charAt === void 0 ? void 0 : _field$charAt.toLowerCase()) + (field === null || field === void 0 ? void 0 : field.slice(1));
112
- };
113
- const toUpperFirstChar = (field) => {
114
- var _field$charAt2;
115
- return (field === null || field === void 0 || (_field$charAt2 = field.charAt(0)) === null || _field$charAt2 === void 0 ? void 0 : _field$charAt2.toUpperCase()) + (field === null || field === void 0 ? void 0 : field.slice(1));
116
- };
117
- const toTitleCase = (str) => {
118
- const result = str.replace(/([A-Z][a-z]+)/g, " $1").replace(/([A-Z]+)\b/g, " $1").replace(/_/g, " ").trim();
119
- return result.charAt(0).toUpperCase() + result.slice(1);
120
- };
121
- const pluralize = (str) => {
122
- const last = str.charAt(str.length - 1);
123
- if (last === "s") return str;
124
- else return `${str}s`;
125
- };
126
-
127
- //#endregion
128
- //#region src/utilities/FluentIcon.jsx
129
- const useStyles$8 = (0, __material_ui_core.makeStyles)((props) => ({
130
- root: {
131
- display: "inline-block",
132
- "& > svg": { display: "inherit" }
133
- },
134
- default: {
135
- fontSize: 18,
136
- width: 18,
137
- height: 18
138
- },
139
- large: {
140
- fontSize: 24,
141
- width: 24,
142
- height: 24
143
- },
144
- medium: {
145
- fontSize: 16,
146
- width: 16,
147
- height: 16
148
- },
149
- small: {
150
- fontSize: 14,
151
- width: 14,
152
- height: 14
153
- },
154
- xs: {
155
- fontSize: 12,
156
- width: 12,
157
- height: 12
158
- },
159
- color: { color: (props$1) => props$1.color },
160
- customSize: {
161
- fontSize: (props$1) => props$1.size,
162
- width: (props$1) => props$1.size,
163
- height: (props$1) => props$1.size
164
- }
165
- }), { name: "FluentIcon" });
166
- /**
167
- * Wrapper for @fluentui/react-icons to provide it with required size
168
- */
169
- const FluentIcon = (props) => {
170
- const classes = useStyles$8(props);
171
- const { component: IconComponent, size = "default", className, color, customSize = false,...otherProps } = props;
172
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(IconComponent, {
173
- ...otherProps,
174
- className: (0, clsx.default)(classes.root, className, customSize && typeof size === "number" && classes["customSize"] || classes[size], color && classes["color"])
175
- });
176
- };
177
-
178
- //#endregion
179
- //#region src/UI/inputs/buttons/FluentIconButton.jsx
180
- const useStyles$7 = (0, __material_ui_core.makeStyles)((theme) => ({ root: {
181
- borderRadius: (props) => props.rounded ? 50 : 2,
182
- width: (props) => props.rounded ? theme.spacing(4) : theme.spacing(1),
183
- height: (props) => props.rounded ? theme.spacing(4) : theme.spacing(1),
184
- border: (props) => props.rounded && `1px solid ${theme.palette.divider}`,
185
- background: (props) => props.rounded && theme.palette.common.white
186
- } }));
187
- const FluentIconButton = (props) => {
188
- const classes = useStyles$7(props);
189
- const { icon, size = "medium", id, udprecordid,...otherProps } = props;
190
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.IconButton, {
191
- ...otherProps,
192
- classes: { root: classes.root },
193
- udprecordid,
194
- children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(FluentIcon, {
195
- component: icon,
196
- size,
197
- id
198
- })
199
- });
200
- };
201
-
202
- //#endregion
203
- //#region src/enums/unitySystemEnums.ts
204
- let GridEnums = /* @__PURE__ */ function(GridEnums$1) {
205
- GridEnums$1["Ideas"] = "f3c1bf72-15fd-4dcd-904c-b67850525cff";
206
- GridEnums$1["Tickets"] = "787a2afc-26df-440a-9040-9a3e5c5333d5";
207
- GridEnums$1["Users"] = "4ea9fe5d-0af3-4102-af95-4d4a5ca886e1";
208
- GridEnums$1["Tenants"] = "b543fc1d-6f45-469e-87ae-2b18b8200955";
209
- GridEnums$1["Roles"] = "9af2eebb-7687-4b3c-91fa-607efb0a5fea";
210
- GridEnums$1["Inquiry"] = "ac0b9a3a-d113-4590-93db-dea62bcb89a2";
211
- GridEnums$1["Groups"] = "c599b6ff-fee3-4ade-bf78-16700fddb5b9";
212
- return GridEnums$1;
213
- }({});
214
- let GridStateTypeEnums = /* @__PURE__ */ function(GridStateTypeEnums$1) {
215
- GridStateTypeEnums$1[GridStateTypeEnums$1["Column"] = 1] = "Column";
216
- GridStateTypeEnums$1[GridStateTypeEnums$1["Pivot_Mode"] = 2] = "Pivot_Mode";
217
- GridStateTypeEnums$1[GridStateTypeEnums$1["Column_Sort"] = 3] = "Column_Sort";
218
- GridStateTypeEnums$1[GridStateTypeEnums$1["Column_Filter"] = 4] = "Column_Filter";
219
- GridStateTypeEnums$1[GridStateTypeEnums$1["Column_Group"] = 5] = "Column_Group";
220
- return GridStateTypeEnums$1;
221
- }({});
222
- let MenuTypeEnums = /* @__PURE__ */ function(MenuTypeEnums$1) {
223
- MenuTypeEnums$1[MenuTypeEnums$1["Left_Menu"] = 1] = "Left_Menu";
224
- MenuTypeEnums$1[MenuTypeEnums$1["Application_Menu"] = 2] = "Application_Menu";
225
- MenuTypeEnums$1[MenuTypeEnums$1["Builders_Menu"] = 3] = "Builders_Menu";
226
- MenuTypeEnums$1[MenuTypeEnums$1["Favorites_Menu"] = 4] = "Favorites_Menu";
227
- return MenuTypeEnums$1;
228
- }({});
229
- let VerticalEnums = /* @__PURE__ */ function(VerticalEnums$1) {
230
- VerticalEnums$1[VerticalEnums$1["Engage"] = 1] = "Engage";
231
- VerticalEnums$1[VerticalEnums$1["Manage"] = 2] = "Manage";
232
- VerticalEnums$1[VerticalEnums$1["Build"] = 3] = "Build";
233
- VerticalEnums$1[VerticalEnums$1["Play"] = 4] = "Play";
234
- return VerticalEnums$1;
235
- }({});
236
- let MenuItemEnums = /* @__PURE__ */ function(MenuItemEnums$1) {
237
- MenuItemEnums$1["Container"] = "b36cec3c-fe05-47ed-a687-70be22b0e200";
238
- MenuItemEnums$1["External_Link"] = "11758dfd-ac3a-4996-b86c-767947776ff8";
239
- MenuItemEnums$1["Data_Browser"] = "afc3833e-e288-4cf6-8155-a069ec4ddc5a";
240
- MenuItemEnums$1["Report"] = "22763e92-2477-43c3-92db-124a84e5ff7f";
241
- MenuItemEnums$1["Page"] = "d506aeef-ba1b-49a8-9032-beba450b11bc";
242
- MenuItemEnums$1["Page_Builder"] = "16df758b-c456-4c8c-8ca3-2ae167b3b078";
243
- MenuItemEnums$1["Route"] = "ec5f1c26-e7e1-4f19-8e6e-143308995a40";
244
- MenuItemEnums$1["Tree_Builder"] = "d4379c4f-6496-4caa-bc0d-5f297fea580f";
245
- MenuItemEnums$1["Inquiry"] = "b45f660f-a172-4444-8dd8-8f51d56e0725";
246
- MenuItemEnums$1["Scheduler"] = "4007feb9-e50c-44f9-8502-a1f337d82bcf";
247
- MenuItemEnums$1["Config"] = "aeb48be9-09ea-49b3-9f21-486fe3545b2d";
248
- MenuItemEnums$1["Action"] = "a66e9458-2540-4166-9b26-1e9b44a2b080";
249
- MenuItemEnums$1["Inner_Menu"] = "c4f7b46c-00b8-428e-b982-1639c03fde20";
250
- return MenuItemEnums$1;
251
- }({});
252
- let ADUserTypeEnums = /* @__PURE__ */ function(ADUserTypeEnums$1) {
253
- ADUserTypeEnums$1["Guest"] = "Guest";
254
- ADUserTypeEnums$1["Member"] = "Member";
255
- return ADUserTypeEnums$1;
256
- }({});
257
- let ProductEnums = /* @__PURE__ */ function(ProductEnums$1) {
258
- ProductEnums$1[ProductEnums$1["Unity"] = 1] = "Unity";
259
- return ProductEnums$1;
260
- }({});
261
- let RoleTypeEnums = /* @__PURE__ */ function(RoleTypeEnums$1) {
262
- RoleTypeEnums$1[RoleTypeEnums$1["System"] = 1] = "System";
263
- RoleTypeEnums$1[RoleTypeEnums$1["Tenant"] = 2] = "Tenant";
264
- return RoleTypeEnums$1;
265
- }({});
266
- let LookupTypeEnums = /* @__PURE__ */ function(LookupTypeEnums$1) {
267
- LookupTypeEnums$1["No_Lookup"] = "NO_LOOKUP";
268
- LookupTypeEnums$1["Api"] = "API";
269
- LookupTypeEnums$1["Csv"] = "CSV";
270
- LookupTypeEnums$1["Domain"] = "DOMAIN";
271
- LookupTypeEnums$1["Lookup"] = "LOOKUP";
272
- return LookupTypeEnums$1;
273
- }({});
274
- let SearchValueType = /* @__PURE__ */ function(SearchValueType$1) {
275
- SearchValueType$1["String"] = "String";
276
- SearchValueType$1["Int"] = "Int";
277
- SearchValueType$1["Long"] = "Long";
278
- SearchValueType$1["Double"] = "Double";
279
- SearchValueType$1["Boolean"] = "Boolean";
280
- SearchValueType$1["DateTime"] = "DateTime";
281
- return SearchValueType$1;
282
- }({});
283
- let SearchGroupingType = /* @__PURE__ */ function(SearchGroupingType$1) {
284
- SearchGroupingType$1["Distinct"] = "DISTINCT";
285
- SearchGroupingType$1["Aggregate"] = "AGGREGATE";
286
- return SearchGroupingType$1;
287
- }({});
288
- let SearchSortDirection = /* @__PURE__ */ function(SearchSortDirection$1) {
289
- SearchSortDirection$1["Asc"] = "ASC";
290
- SearchSortDirection$1["Desc"] = "DESC";
291
- return SearchSortDirection$1;
292
- }({});
293
- let RoleNameEnums = /* @__PURE__ */ function(RoleNameEnums$1) {
294
- RoleNameEnums$1["System_Administrator"] = "System Administrator";
295
- RoleNameEnums$1["Company_Administrator"] = "Company Administrator";
296
- RoleNameEnums$1["Developer"] = "Developer";
297
- return RoleNameEnums$1;
298
- }({});
299
- let ProductNameEnums = /* @__PURE__ */ function(ProductNameEnums$1) {
300
- ProductNameEnums$1["Asset_Management"] = "Asset Management";
301
- ProductNameEnums$1["Asset_Routing"] = "Asset Routing";
302
- ProductNameEnums$1["AVI"] = "AVI";
303
- ProductNameEnums$1["Cashiering"] = "Cashiering";
304
- ProductNameEnums$1["Citizen_Portal"] = "Citizen Portal";
305
- ProductNameEnums$1["Compliance"] = "Compliance";
306
- ProductNameEnums$1["Consumer_Engagement"] = "Consumer Engagement";
307
- ProductNameEnums$1["Consumer_Information"] = "Consumer Information";
308
- ProductNameEnums$1["Contact_Center"] = "Contact Center";
309
- ProductNameEnums$1["Course_Management"] = "Course Management";
310
- ProductNameEnums$1["Crew_Routing"] = "Crew Routing";
311
- ProductNameEnums$1["Dispatch"] = "Dispatch";
312
- ProductNameEnums$1["Dispatch_Admin"] = "Dispatch Admin";
313
- ProductNameEnums$1["Employee_Network"] = "Employee Network";
314
- ProductNameEnums$1["Energy_Management"] = "Energy Management";
315
- ProductNameEnums$1["Equipment_Inspection"] = "Equipment Inspection";
316
- ProductNameEnums$1["Facility_Management"] = "Facility Management";
317
- ProductNameEnums$1["Field_Mobility"] = "Field Mobility";
318
- ProductNameEnums$1["Fixed_Assets"] = "Fixed Assets";
319
- ProductNameEnums$1["Fleet_Management"] = "Fleet Management";
320
- ProductNameEnums$1["Health_And_Safety"] = "Health & Safety";
321
- ProductNameEnums$1["Instructor_Application"] = "Instructor Application";
322
- ProductNameEnums$1["MDM"] = "MDM";
323
- ProductNameEnums$1["Member_Management"] = "Member Management";
324
- ProductNameEnums$1["Page_Builder"] = "Page Builder";
325
- ProductNameEnums$1["Project_Management"] = "Project Management";
326
- ProductNameEnums$1["Rentals"] = "Rentals";
327
- ProductNameEnums$1["Unity"] = "Unity";
328
- ProductNameEnums$1["Work_Orders"] = "Work Orders";
329
- return ProductNameEnums$1;
330
- }({});
331
- let LogicalSearchOperatorEnums = /* @__PURE__ */ function(LogicalSearchOperatorEnums$1) {
332
- LogicalSearchOperatorEnums$1[LogicalSearchOperatorEnums$1["And"] = 1] = "And";
333
- LogicalSearchOperatorEnums$1[LogicalSearchOperatorEnums$1["Or"] = 2] = "Or";
334
- return LogicalSearchOperatorEnums$1;
335
- }({});
336
- let NodeActionTriggerEnums = /* @__PURE__ */ function(NodeActionTriggerEnums$1) {
337
- NodeActionTriggerEnums$1[NodeActionTriggerEnums$1["On_Node_Drop"] = 1] = "On_Node_Drop";
338
- return NodeActionTriggerEnums$1;
339
- }({});
340
- let NodeActionEnums = /* @__PURE__ */ function(NodeActionEnums$1) {
341
- NodeActionEnums$1[NodeActionEnums$1["Load_Inquiry_Page"] = 1] = "Load_Inquiry_Page";
342
- NodeActionEnums$1[NodeActionEnums$1["Execute_Api"] = 2] = "Execute_Api";
343
- NodeActionEnums$1[NodeActionEnums$1["Start_Workflow"] = 3] = "Start_Workflow";
344
- NodeActionEnums$1[NodeActionEnums$1["Create"] = 4] = "Create";
345
- NodeActionEnums$1[NodeActionEnums$1["Update"] = 5] = "Update";
346
- NodeActionEnums$1[NodeActionEnums$1["Delete"] = 6] = "Delete";
347
- NodeActionEnums$1[NodeActionEnums$1["Retrieve"] = 7] = "Retrieve";
348
- NodeActionEnums$1[NodeActionEnums$1["Open_Inquiry"] = 8] = "Open_Inquiry";
349
- NodeActionEnums$1[NodeActionEnums$1["Open_Maintenance_Engine"] = 9] = "Open_Maintenance_Engine";
350
- NodeActionEnums$1[NodeActionEnums$1["Redirect"] = 10] = "Redirect";
351
- NodeActionEnums$1[NodeActionEnums$1["Open_External_Link"] = 11] = "Open_External_Link";
352
- NodeActionEnums$1[NodeActionEnums$1["Hide"] = 12] = "Hide";
353
- NodeActionEnums$1[NodeActionEnums$1["Disable"] = 13] = "Disable";
354
- NodeActionEnums$1[NodeActionEnums$1["Open_Page_Split_Screen"] = 14] = "Open_Page_Split_Screen";
355
- NodeActionEnums$1[NodeActionEnums$1["Open_Shell_Split_Screen"] = 15] = "Open_Shell_Split_Screen";
356
- NodeActionEnums$1[NodeActionEnums$1["Open_Notes"] = 16] = "Open_Notes";
357
- NodeActionEnums$1[NodeActionEnums$1["Open_Reminders"] = 17] = "Open_Reminders";
358
- NodeActionEnums$1[NodeActionEnums$1["Execute_Function"] = 18] = "Execute_Function";
359
- return NodeActionEnums$1;
360
- }({});
361
- let TreeViewModeEnums = /* @__PURE__ */ function(TreeViewModeEnums$1) {
362
- TreeViewModeEnums$1[TreeViewModeEnums$1["Classic"] = 1] = "Classic";
363
- TreeViewModeEnums$1[TreeViewModeEnums$1["Compact"] = 2] = "Compact";
364
- return TreeViewModeEnums$1;
365
- }({});
366
- let PanelPositionEnums = /* @__PURE__ */ function(PanelPositionEnums$1) {
367
- PanelPositionEnums$1[PanelPositionEnums$1["Site_Header"] = 1] = "Site_Header";
368
- PanelPositionEnums$1[PanelPositionEnums$1["Site_Header_Summary"] = 2] = "Site_Header_Summary";
369
- PanelPositionEnums$1[PanelPositionEnums$1["Speed_Dial"] = 3] = "Speed_Dial";
370
- PanelPositionEnums$1[PanelPositionEnums$1["Inquiry_Header"] = 4] = "Inquiry_Header";
371
- PanelPositionEnums$1[PanelPositionEnums$1["Inquiry_Header_Summary"] = 5] = "Inquiry_Header_Summary";
372
- return PanelPositionEnums$1;
373
- }({});
374
- let CardinalityTypeEnums = /* @__PURE__ */ function(CardinalityTypeEnums$1) {
375
- CardinalityTypeEnums$1[CardinalityTypeEnums$1["One_To_One"] = 0] = "One_To_One";
376
- CardinalityTypeEnums$1[CardinalityTypeEnums$1["One_To_Many"] = 1] = "One_To_Many";
377
- CardinalityTypeEnums$1[CardinalityTypeEnums$1["Many_To_Many"] = 2] = "Many_To_Many";
378
- CardinalityTypeEnums$1[CardinalityTypeEnums$1["Many_To_One"] = 3] = "Many_To_One";
379
- return CardinalityTypeEnums$1;
380
- }({});
381
- let SplitScreenTypeEnums = /* @__PURE__ */ function(SplitScreenTypeEnums$1) {
382
- SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Entity"] = 1] = "Entity";
383
- SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Notes"] = 2] = "Notes";
384
- SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Page"] = 3] = "Page";
385
- SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Reminders"] = 4] = "Reminders";
386
- return SplitScreenTypeEnums$1;
387
- }({});
388
- let UdpEnums = /* @__PURE__ */ function(UdpEnums$1) {
389
- UdpEnums$1["Udp_Note_Type"] = "UdpNoteType";
390
- UdpEnums$1["Udp_Note_Template"] = "UdpNoteTemplate";
391
- UdpEnums$1["Udp_Note"] = "UdpNote";
392
- UdpEnums$1["Udp_Note_Filed_For"] = "UdpNoteFiledFor";
393
- UdpEnums$1["Udp_Shortcut_Content"] = "UdpShortcutContent";
394
- UdpEnums$1["Udp_Lookup"] = "UdpLookup";
395
- UdpEnums$1["Udp_Reminder_Type"] = "UdpReminderType";
396
- UdpEnums$1["Udp_Reminder_Template"] = "UdpReminderTemplate";
397
- UdpEnums$1["Udp_Reminder"] = "UdpReminder";
398
- UdpEnums$1["Udp_Reminder_Filed_For"] = "UdpReminderFiledFor";
399
- return UdpEnums$1;
400
- }({});
401
- let NodeGroupTypeEnums = /* @__PURE__ */ function(NodeGroupTypeEnums$1) {
402
- NodeGroupTypeEnums$1["Static"] = "static";
403
- NodeGroupTypeEnums$1["Dynamic"] = "dynamic";
404
- return NodeGroupTypeEnums$1;
405
- }({});
406
- let NodeGroupOutlierEnums = /* @__PURE__ */ function(NodeGroupOutlierEnums$1) {
407
- NodeGroupOutlierEnums$1["Hide"] = "hide";
408
- NodeGroupOutlierEnums$1["Group"] = "group";
409
- NodeGroupOutlierEnums$1["Individual"] = "individual";
410
- return NodeGroupOutlierEnums$1;
411
- }({});
412
- let LookupTypeIdEnums = /* @__PURE__ */ function(LookupTypeIdEnums$1) {
413
- LookupTypeIdEnums$1[LookupTypeIdEnums$1["Api"] = 1] = "Api";
414
- LookupTypeIdEnums$1[LookupTypeIdEnums$1["Csv"] = 2] = "Csv";
415
- LookupTypeIdEnums$1[LookupTypeIdEnums$1["Domain"] = 3] = "Domain";
416
- LookupTypeIdEnums$1[LookupTypeIdEnums$1["Lookup"] = 4] = "Lookup";
417
- return LookupTypeIdEnums$1;
418
- }({});
419
- let VisibilityTypeEnums = /* @__PURE__ */ function(VisibilityTypeEnums$1) {
420
- VisibilityTypeEnums$1[VisibilityTypeEnums$1["Private"] = 1] = "Private";
421
- VisibilityTypeEnums$1[VisibilityTypeEnums$1["Public"] = 2] = "Public";
422
- return VisibilityTypeEnums$1;
423
- }({});
424
- let SeverityTypeEnums = /* @__PURE__ */ function(SeverityTypeEnums$1) {
425
- SeverityTypeEnums$1["Success"] = "success";
426
- SeverityTypeEnums$1["Error"] = "error";
427
- SeverityTypeEnums$1["Warning"] = "warning";
428
- SeverityTypeEnums$1["Info"] = "info";
429
- SeverityTypeEnums$1["Default"] = "default";
430
- return SeverityTypeEnums$1;
431
- }({});
432
- let UdpKeywordEnums = /* @__PURE__ */ function(UdpKeywordEnums$1) {
433
- UdpKeywordEnums$1["Udp_Tenant_Id"] = "UDP_TENANT_ID";
434
- UdpKeywordEnums$1["Udp_Product_Id"] = "UDP_PRODUCT_ID";
435
- UdpKeywordEnums$1["Udp_Language_Id"] = "UDP_LANGUAGE_ID";
436
- return UdpKeywordEnums$1;
437
- }({});
438
- let JobStatusIdMapping = /* @__PURE__ */ function(JobStatusIdMapping$1) {
439
- JobStatusIdMapping$1[JobStatusIdMapping$1["PENDING"] = 1] = "PENDING";
440
- JobStatusIdMapping$1[JobStatusIdMapping$1["IN_PROGRESS"] = 2] = "IN_PROGRESS";
441
- JobStatusIdMapping$1[JobStatusIdMapping$1["COMPLETED"] = 3] = "COMPLETED";
442
- JobStatusIdMapping$1[JobStatusIdMapping$1["FAILED"] = 4] = "FAILED";
443
- return JobStatusIdMapping$1;
444
- }({});
445
- let JobTypeIdMapping = /* @__PURE__ */ function(JobTypeIdMapping$1) {
446
- JobTypeIdMapping$1[JobTypeIdMapping$1["IMPORT"] = 1] = "IMPORT";
447
- JobTypeIdMapping$1[JobTypeIdMapping$1["EXPORT"] = 2] = "EXPORT";
448
- return JobTypeIdMapping$1;
449
- }({});
450
- let UdpReminderFiledForType = /* @__PURE__ */ function(UdpReminderFiledForType$1) {
451
- UdpReminderFiledForType$1[UdpReminderFiledForType$1["User"] = 1] = "User";
452
- UdpReminderFiledForType$1[UdpReminderFiledForType$1["System"] = 2] = "System";
453
- return UdpReminderFiledForType$1;
454
- }({});
455
- let DeviceTypeEnums = /* @__PURE__ */ function(DeviceTypeEnums$1) {
456
- DeviceTypeEnums$1[DeviceTypeEnums$1["Desktop"] = 1] = "Desktop";
457
- DeviceTypeEnums$1[DeviceTypeEnums$1["Tablet"] = 2] = "Tablet";
458
- DeviceTypeEnums$1[DeviceTypeEnums$1["Mobile"] = 3] = "Mobile";
459
- return DeviceTypeEnums$1;
460
- }({});
461
- let ContainerTypeEnums = /* @__PURE__ */ function(ContainerTypeEnums$1) {
462
- ContainerTypeEnums$1[ContainerTypeEnums$1["Sidesheet"] = 1] = "Sidesheet";
463
- ContainerTypeEnums$1[ContainerTypeEnums$1["SplitScreen"] = 2] = "SplitScreen";
464
- ContainerTypeEnums$1[ContainerTypeEnums$1["Page"] = 3] = "Page";
465
- return ContainerTypeEnums$1;
466
- }({});
467
- let TenantTypeEnums = /* @__PURE__ */ function(TenantTypeEnums$1) {
468
- TenantTypeEnums$1[TenantTypeEnums$1["Tenant"] = 1] = "Tenant";
469
- TenantTypeEnums$1[TenantTypeEnums$1["Product"] = 2] = "Product";
470
- return TenantTypeEnums$1;
471
- }({});
472
- let EntityAttributeEnums = /* @__PURE__ */ function(EntityAttributeEnums$1) {
473
- EntityAttributeEnums$1["Is_Product_ShortcutContent"] = "IsProductShortcutContent";
474
- EntityAttributeEnums$1["Is_Product_Lookup"] = "IsProductLookup";
475
- EntityAttributeEnums$1["User_Defined"] = "UserDefined";
476
- EntityAttributeEnums$1["Domain_Name"] = "DomainName";
477
- return EntityAttributeEnums$1;
478
- }({});
479
- let RoleIdEnums = /* @__PURE__ */ function(RoleIdEnums$1) {
480
- RoleIdEnums$1["Unity_System_Administrator"] = "302dacf5-bf16-412d-bf66-519d4c3491c3";
481
- return RoleIdEnums$1;
482
- }({});
483
-
484
- //#endregion
485
- //#region src/utilities/UnityIcon.jsx
486
- const useStyles$6 = (0, __material_ui_core.makeStyles)((theme) => ({
487
- root: {
488
- display: "flex",
489
- fill: (props) => props.color || "black"
490
- },
491
- showcase: {
492
- fontSize: 38,
493
- width: 38,
494
- height: 38
495
- },
496
- large: {
497
- fontSize: 20,
498
- width: 20,
499
- height: 20
500
- },
501
- default: {
502
- fontSize: 18,
503
- width: 18,
504
- height: 18
505
- },
506
- medium: {
507
- fontSize: 16,
508
- width: 16,
509
- height: 16
510
- },
511
- small: {
512
- fontSize: 14,
513
- width: 14,
514
- height: 14
515
- },
516
- xs: {
517
- fontSize: 12,
518
- width: 12,
519
- height: 12
520
- }
521
- }));
522
- const UnityIcon = (props) => {
523
- const { component, size = "default", className,...otherProps } = props;
524
- const classes = useStyles$6(props);
525
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
526
- ...otherProps,
527
- className: (0, clsx.default)(classes.root, className, classes[size]),
528
- children: component
529
- });
530
- };
531
-
532
- //#endregion
533
- //#region src/utilities/UnityFluentIcon.jsx
534
- const UnityFluentIcon = (props) => {
535
- const { type, icon, color,...other } = props;
536
- if (!icon) return null;
537
- return type === "unity" ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(UnityIcon, {
538
- component: icon,
539
- color,
540
- ...other
541
- }) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)(FluentIcon, {
542
- component: icon,
543
- style: { color: color || "" },
544
- ...other
545
- });
546
- };
547
-
548
- //#endregion
549
- //#region src/stores/shellStore.ts
550
- const useShellStore = (0, zustand.create)()((0, zustand_middleware.devtools)((set) => ({
551
- subHeaderActionHasChildren: false,
552
- setSubHeaderActionHasChildren: (subHeaderActionHasChildren) => set((state) => ({ subHeaderActionHasChildren })),
553
- navigationExpanded: true,
554
- setNavigationExpanded: (navigationExpanded) => set((state) => ({ navigationExpanded })),
555
- isValidWidget: (a) => false,
556
- setIsValidWidget: (isValidWidget) => set((state) => ({ isValidWidget })),
557
- getWidget: (a) => null,
558
- setGetWidget: (getWidget) => set((state) => ({ getWidget })),
559
- shellHidden: false,
560
- setShellHidden: (shellHidden) => set((state) => ({ shellHidden })),
561
- currentContainerId: null,
562
- setCurrentContainerId: (currentContainerId) => set((state) => ({ currentContainerId }))
563
- })));
564
- const useSetInitialShellVisibility = () => {
565
- const searchParams = new URLSearchParams(window.location.search);
566
- const withoutShell = searchParams.has("withoutShell") === true ? searchParams.get("withoutShell") === "true" ? true : false : false;
567
- const setShellHidden = useShellStore((state) => state.setShellHidden);
568
- (0, react.useEffect)(() => {
569
- if (withoutShell) setShellHidden(true);
570
- }, [setShellHidden, withoutShell]);
571
- };
572
-
573
- //#endregion
574
- //#region src/UI/inputs/buttons/PrimaryActionButton.jsx
575
- const useStyles$5 = (0, __material_ui_core.makeStyles)((theme) => ({
576
- root: {
577
- borderRadius: 0,
578
- padding: "calc(.875rem - 3px) 23px calc(.875rem - 3px) 15px"
579
- },
580
- label: { textTransform: "none" },
581
- endIcon: {
582
- display: "flex",
583
- justifyContent: "flex-end",
584
- marginLeft: theme.spacing(2)
585
- }
586
- }));
587
- const PrimaryActionButton = ({ children, icon,...otherProps }) => {
588
- const classes = useStyles$5();
589
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", { children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Button, {
590
- ...otherProps,
591
- disableElevation: true,
592
- classes: {
593
- root: classes.root,
594
- label: classes.label,
595
- endIcon: classes.endIcon
596
- },
597
- variant: "contained",
598
- color: "secondary",
599
- endIcon: icon,
600
- children
601
- }) });
602
- };
603
-
604
- //#endregion
605
- //#region src/utilities/style/colors.js
606
- const colors = {
607
- systemIcon: {
608
- trigger: {
609
- main: "#FFCD27",
610
- hint: "#FDFAF0",
611
- hover: {
612
- outline: "#AF9027",
613
- background: "#FFFDEF"
614
- }
615
- },
616
- action: {
617
- main: "#1542FF",
618
- hint: "#F3F5FE",
619
- hover: {
620
- outline: "#40529D",
621
- background: "#ECEFFA"
622
- }
623
- },
624
- condition: {
625
- main: "#AE14FF",
626
- hint: "#F9EEFF",
627
- hover: {
628
- outline: "#844EA0",
629
- background: "#FAF2FE"
630
- }
631
- },
632
- sequence: {
633
- main: "#FD7F12",
634
- hint: "#FFF6EE",
635
- hover: {
636
- outline: "#A86123",
637
- background: "#FDF4EC"
638
- }
639
- }
640
- },
641
- unity: {
642
- success: { hint: "#F3FAF3" },
643
- warning: { hint: "#FFF6EA" },
644
- info: { hint: "#F3F9FE" },
645
- error: { hint: "#FDF7F6" }
646
- },
647
- categoryColors: {
648
- one: {
649
- hint: "#F8BBD0",
650
- main: "#F3FAF3"
651
- },
652
- two: {
653
- hint: "#FFF6EA",
654
- main: "#FFF6EA"
655
- },
656
- three: {
657
- hint: "#FFF6EA",
658
- main: "#FFF6EA"
659
- },
660
- four: {
661
- hint: "#F8BBD0",
662
- main: "#f3e0eb"
663
- },
664
- five: {
665
- hint: "#F8BBD0",
666
- main: "rgb(194 223 218)"
667
- },
668
- six: {
669
- hint: "#F8BBD0",
670
- main: "rgb(222 217 235)"
671
- }
672
- }
673
- };
674
-
675
- //#endregion
676
- //#region src/utilities/style/colorConverter.js
677
- const getEllipseColor = (theme, color, variant = "main") => {
678
- if (!theme) return "";
679
- let ellipseColor = theme.palette.primary[variant];
680
- switch (color) {
681
- case "action":
682
- var _theme$palette$action;
683
- ellipseColor = (_theme$palette$action = theme.palette.action) === null || _theme$palette$action === void 0 ? void 0 : _theme$palette$action[variant];
684
- break;
685
- case "sequence":
686
- var _theme$palette$sequen;
687
- ellipseColor = (_theme$palette$sequen = theme.palette.sequence) === null || _theme$palette$sequen === void 0 ? void 0 : _theme$palette$sequen[variant];
688
- break;
689
- case "trigger":
690
- var _theme$palette$trigge;
691
- ellipseColor = (_theme$palette$trigge = theme.palette.trigger) === null || _theme$palette$trigge === void 0 ? void 0 : _theme$palette$trigge[variant];
692
- break;
693
- case "condition":
694
- var _theme$palette$condit;
695
- ellipseColor = (_theme$palette$condit = theme.palette.condition) === null || _theme$palette$condit === void 0 ? void 0 : _theme$palette$condit[variant];
696
- break;
697
- case "primary":
698
- ellipseColor = theme.palette.primary[variant];
699
- break;
700
- case "secondary":
701
- ellipseColor = theme.palette.secondary[variant];
702
- break;
703
- case "info":
704
- ellipseColor = theme.palette.info[variant];
705
- break;
706
- case "warning":
707
- ellipseColor = theme.palette.warning[variant];
708
- break;
709
- case "error":
710
- ellipseColor = theme.palette.error[variant];
711
- break;
712
- case "success":
713
- ellipseColor = theme.palette.success[variant];
714
- break;
715
- default:
716
- ellipseColor = theme.palette.secondary[variant];
717
- break;
718
- }
719
- return ellipseColor;
720
- };
721
- const getCategoryColor = (color) => {
722
- let highlightColor = colors.unity.info.hint;
723
- switch (color) {
724
- case "info":
725
- highlightColor = colors.unity.info.hint;
726
- break;
727
- case "warning":
728
- highlightColor = colors.unity.warning.hint;
729
- break;
730
- case "error":
731
- highlightColor = colors.unity.error.hint;
732
- break;
733
- case "four":
734
- highlightColor = colors.categoryColors.four.main;
735
- break;
736
- case "five":
737
- highlightColor = colors.categoryColors.five.main;
738
- break;
739
- case "six":
740
- highlightColor = colors.categoryColors.six.main;
741
- break;
742
- default: highlightColor = colors.unity.info.hint;
743
- }
744
- return highlightColor;
745
- };
746
-
747
- //#endregion
748
- //#region src/UI/dataDisplay/typography/Typography.jsx
749
- const useStyles$4 = (0, __material_ui_core.makeStyles)((theme) => ({ typography: { color: (props) => (props === null || props === void 0 ? void 0 : props.color) && getEllipseColor(theme, props === null || props === void 0 ? void 0 : props.color) } }));
750
- const Typography = (props) => {
751
- const { variant, align, children, className, noWrap = false, paragraph = false, color } = props;
752
- const classes = useStyles$4(props);
753
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Typography, {
754
- variant,
755
- align,
756
- className: (0, clsx.default)({ [classes.typography]: color }, className),
757
- noWrap,
758
- paragraph,
759
- children
760
- });
761
- };
762
-
763
- //#endregion
764
- //#region src/layout/LayoutUnit.tsx
765
- const useStyles$3 = (0, __material_ui_core.makeStyles)((theme) => ({
766
- highlight: {
767
- background: "pink",
768
- opacity: (props) => props.highlight ? .2 : 0
769
- },
770
- nudge: { height: theme.spacing(1) },
771
- xxs: { height: theme.spacing(2) },
772
- xs: { height: theme.spacing(3) },
773
- sm: { height: theme.spacing(4) },
774
- md: { height: theme.spacing(5) },
775
- lg: { height: theme.spacing(8) },
776
- xl: { height: theme.spacing(12) },
777
- xxl: { height: theme.spacing(20) }
778
- }));
779
- const LayoutUnit = (props) => {
780
- const classes = useStyles$3(props);
781
- let spaceUnit;
782
- const { unit, highlight } = props;
783
- switch (unit) {
784
- case "nudge":
785
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
786
- className: (0, clsx.default)(classes.nudge, classes.highlight),
787
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
788
- color: "secondary",
789
- badgeContent: "Nudge"
790
- })
791
- });
792
- break;
793
- case "xxs":
794
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
795
- className: (0, clsx.default)(classes.xxs, classes.highlight),
796
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
797
- color: "secondary",
798
- badgeContent: "XXS"
799
- })
800
- });
801
- break;
802
- case "xs":
803
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
804
- className: (0, clsx.default)(classes.xs, classes.highlight),
805
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
806
- color: "secondary",
807
- badgeContent: "XS"
808
- })
809
- });
810
- break;
811
- case "sm":
812
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
813
- className: (0, clsx.default)(classes.sm, classes.highlight),
814
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
815
- color: "secondary",
816
- badgeContent: "SM"
817
- })
818
- });
819
- break;
820
- case "md":
821
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
822
- className: (0, clsx.default)(classes.md, classes.highlight),
823
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
824
- color: "secondary",
825
- badgeContent: "MD"
826
- })
827
- });
828
- break;
829
- case "lg":
830
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
831
- className: (0, clsx.default)(classes.lg, classes.highlight),
832
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
833
- color: "secondary",
834
- badgeContent: "LG"
835
- })
836
- });
837
- break;
838
- case "xl":
839
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
840
- className: (0, clsx.default)(classes.xl, classes.highlight),
841
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
842
- color: "secondary",
843
- badgeContent: "XL"
844
- })
845
- });
846
- break;
847
- case "xxl":
848
- spaceUnit = /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
849
- className: (0, clsx.default)(classes.xxl, classes.highlight),
850
- children: highlight && /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Badge, {
851
- color: "secondary",
852
- badgeContent: "XXL"
853
- })
854
- });
855
- break;
856
- default:
857
- }
858
- return spaceUnit;
859
- };
860
-
861
- //#endregion
862
- //#region src/UI/dataDisplay/typography/StandardTitle.jsx
863
- const useStyles$2 = (0, __material_ui_core.makeStyles)((theme) => ({ root: {
864
- marginTop: (props) => (props === null || props === void 0 ? void 0 : props.removeMarginTop) ? 0 : theme.spacing(1),
865
- whiteSpace: "nowrap",
866
- textOverflow: "ellipsis"
867
- } }));
868
- const StandardTitle = (props) => {
869
- const classes = useStyles$2(props);
870
- const { children,...other } = props;
871
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Typography, {
872
- component: "h2",
873
- variant: "h6",
874
- className: classes.root,
875
- ...other,
876
- children
877
- });
878
- };
879
-
880
- //#endregion
881
- //#region src/utilities/useAxiosGet.js
882
- axiosInterceptors();
883
- const useAxiosGetQuery = (url, params, config, isManual) => {
884
- const user = useUser();
885
- if (!(user === null || user === void 0 ? void 0 : user.accessToken)) isManual = true;
886
- const headers = (0, react.useMemo)(() => {
887
- var _config$headers, _user$currentTenantId;
888
- const currentHeaders = (_config$headers = config.headers) !== null && _config$headers !== void 0 ? _config$headers : {};
889
- currentHeaders.currentTenantId || (currentHeaders.currentTenantId = (_user$currentTenantId = user === null || user === void 0 ? void 0 : user.currentTenantId) !== null && _user$currentTenantId !== void 0 ? _user$currentTenantId : "");
890
- return currentHeaders;
891
- }, [user, config]);
892
- config.headers = headers;
893
- const [{ data, loading, error }, refetch] = (0, axios_hooks.default)({
894
- url,
895
- params,
896
- ...config
897
- }, { manual: isManual });
898
- (0, react.useEffect)(() => {
899
- require_apiHelpers.handleResponseErrors(error);
900
- }, [error]);
901
- return [{
902
- data,
903
- loading,
904
- error
905
- }, refetch];
906
- };
907
- const useAxiosGet = (baseURL, url, config = {}, isManual, useCache = true) => {
908
- const user = useUser();
909
- const headers = (0, react.useMemo)(() => {
910
- var _config$headers2, _user$currentTenantId2;
911
- const currentHeaders = (_config$headers2 = config.headers) !== null && _config$headers2 !== void 0 ? _config$headers2 : {};
912
- currentHeaders.currentTenantId || (currentHeaders.currentTenantId = (_user$currentTenantId2 = user === null || user === void 0 ? void 0 : user.currentTenantId) !== null && _user$currentTenantId2 !== void 0 ? _user$currentTenantId2 : "");
913
- return currentHeaders;
914
- }, [user, config]);
915
- config.headers = headers;
916
- const fullURL = { url: `${baseURL}/${url}` };
917
- const [{ data, loading, error }, refetch] = (0, axios_hooks.default)({
918
- ...fullURL,
919
- ...config
920
- }, {
921
- manual: isManual,
922
- useCache
923
- });
924
- (0, react.useEffect)(() => {
925
- require_apiHelpers.handleResponseErrors(error);
926
- }, [error]);
927
- return [{
928
- data,
929
- loading,
930
- error
931
- }, refetch];
932
- };
933
-
934
- //#endregion
935
- //#region src/UI/widgets/utils/useId.js
936
- let idCounter = 0;
937
- function nextId() {
938
- idCounter += 1;
939
- (0, warning.default)(idCounter < 1e10, "Id: you might have a memory leak.The idCounter is not supposed to grow that much.");
940
- return idCounter;
941
- }
942
- /**
943
- * A simple hook that returns a unique page ID
944
- */
945
- function useId(name, idFromProps) {
946
- const id = (0, use_constant.default)(nextId);
947
- if (idFromProps) return idFromProps;
948
- if (process.env.NODE_ENV === "production") return `uid${id}`;
949
- return `${name || "unnamed"}-${id}`;
950
- }
951
-
952
- //#endregion
953
- //#region src/UI/dataDisplay/StatusChip.jsx
954
- const useStyles$1 = (0, __material_ui_core.makeStyles)((theme) => ({
955
- smallChip: {
956
- height: theme.spacing(2.5),
957
- fontSize: "0.7rem",
958
- "& .MuiChip-label": {
959
- paddingLeft: theme.spacing(.75),
960
- paddingRight: theme.spacing(.75)
961
- }
962
- },
963
- actionable: { cursor: "pointer" },
964
- success: {
965
- backgroundColor: theme.palette.success.main,
966
- color: "#FFF",
967
- "&.MuiChip-outlined": {
968
- color: theme.palette.success.main,
969
- borderColor: theme.palette.success.main,
970
- backgroundColor: "transparent"
971
- }
972
- },
973
- warning: {
974
- backgroundColor: theme.palette.warning.main,
975
- color: "#FFF",
976
- "&.MuiChip-outlined": {
977
- color: theme.palette.warning.main,
978
- borderColor: theme.palette.warning.main,
979
- backgroundColor: "transparent"
980
- }
981
- },
982
- error: {
983
- backgroundColor: theme.palette.error.main,
984
- color: "#FFF",
985
- "&.MuiChip-outlined": {
986
- color: theme.palette.error.main,
987
- borderColor: theme.palette.error.main,
988
- backgroundColor: "transparent"
989
- }
990
- },
991
- info: {
992
- backgroundColor: theme.palette.info.main,
993
- color: theme.palette.getContrastText(theme.palette.info.main),
994
- "&.MuiChip-outlined": {
995
- color: theme.palette.info.main,
996
- borderColor: theme.palette.info.main,
997
- backgroundColor: "transparent"
998
- }
999
- }
1000
- }));
1001
- const StatusChip = ({ status, label, useSmallChip = false, isActionable = false, icon, variant = "default", onClick }) => {
1002
- const classes = useStyles$1();
1003
- const chipClass = (0, clsx.default)({
1004
- [classes.smallChip]: useSmallChip,
1005
- [classes.actionable]: isActionable,
1006
- [classes.success]: status === "success",
1007
- [classes.warning]: status === "warning",
1008
- [classes.error]: status === "error",
1009
- [classes.info]: status === "info"
1010
- });
1011
- return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(__material_ui_core.Chip, {
1012
- className: chipClass,
1013
- label,
1014
- size: "small",
1015
- icon: icon || null,
1016
- variant,
1017
- onClick: isActionable ? onClick : null
1018
- });
1019
- };
1020
-
1021
- //#endregion
1022
- //#region src/udp/utilities/methodUtils.js
1023
- const getBaseMethod = (type, baseType, catalogPromotedEntities) => {
1024
- if (!catalogPromotedEntities) return null;
1025
- const entityMethod = catalogPromotedEntities.find((promotedEntity) => {
1026
- const entityNameParts = promotedEntity.entityName.split(".");
1027
- if (entityNameParts.length) return entityNameParts[entityNameParts.length - 1] === type;
1028
- return false;
1029
- });
1030
- return entityMethod ? entityMethod[baseType] : null;
1031
- };
1032
- const executeQueryAdHoc = async (data, apiMethodId, urlQueryParams = "") => (0, udp_react_stencil_component_library.apiMutate)(udp_react_stencil_component_library.ConfigService.integrationV1ApiUrl, `apimethod/executeQueryAdHoc/${apiMethodId}${urlQueryParams}`, { method: "post" }, data);
1033
- const executeQueryWithParameters = async (data, apiMethodId, urlQueryParams = "") => (0, udp_react_stencil_component_library.apiMutate)(udp_react_stencil_component_library.ConfigService.integrationV1ApiUrl, `apimethod/executeQueryWithParameters/${apiMethodId}${urlQueryParams}`, { method: "post" }, data);
1034
- const executeQueryInstance = async (data, apiMethodInstanceId, urlQueryParams = "") => (0, udp_react_stencil_component_library.apiMutate)(udp_react_stencil_component_library.ConfigService.integrationV1ApiUrl, `apimethod/executeQueryInstance/${apiMethodInstanceId}${urlQueryParams}`, { method: "post" }, data);
1035
- const executeQueryInstanceWithApiMethodInstance = async (data, urlQueryParams = "") => (0, udp_react_stencil_component_library.apiMutate)(udp_react_stencil_component_library.ConfigService.integrationV1ApiUrl, `apimethod/executeQueryInstance${urlQueryParams}`, { method: "post" }, data);
1036
-
1037
- //#endregion
1038
- //#region src/utilities/tenant/tenantContext.ts
1039
- const TenantContext = (0, react.createContext)(null);
1040
-
1041
- //#endregion
1042
- //#region src/utilities/tenant/useTenant.ts
1043
- const useTenant = () => {
1044
- return (0, react.useContext)(TenantContext);
1045
- };
1046
-
1047
- //#endregion
1048
- //#region src/shell/ui/EnvironmentRibbon.tsx
1049
- const APP_RIBBON_SPACE = 25;
1050
- const useBuildEnvironment = () => {
1051
- const user = useUser();
1052
- const buildEnvironment = (0, react.useMemo)(() => {
1053
- var _user$can;
1054
- const env = udp_react_stencil_component_library.ConfigService.config.UNITY_ENVIRONMENT;
1055
- if (![
1056
- "development",
1057
- "staging",
1058
- "production",
1059
- "build"
1060
- ].includes(env === null || env === void 0 ? void 0 : env.toLowerCase()) || env === "production" && !(user === null || user === void 0 || (_user$can = user.can) === null || _user$can === void 0 ? void 0 : _user$can.CAN_VIEW_PROD_APP_RIBBON)) return void 0;
1061
- return env === null || env === void 0 ? void 0 : env.toLowerCase();
1062
- }, [user]);
1063
- return buildEnvironment;
1064
- };
1065
- const useStyles = (0, __material_ui_core.makeStyles)({
1066
- root: {
1067
- width: "100vw",
1068
- height: APP_RIBBON_SPACE,
1069
- backgroundColor: ({ environment }) => `var(--env-ribbon-${environment})`,
1070
- color: "#ffffff",
1071
- display: "flex",
1072
- alignItems: "center",
1073
- position: "relative",
1074
- "&.staging": { color: "#000000" }
1075
- },
1076
- centerText: {
1077
- position: "absolute",
1078
- left: "50%",
1079
- transform: "translateX(-50%)",
1080
- fontWeight: 600
1081
- },
1082
- rightText: {
1083
- position: "absolute",
1084
- right: "10px",
1085
- fontWeight: 500
1086
- }
1087
- });
1088
- const EnvironmentRibbon = () => {
1089
- var _tenantInfo$activeTen;
1090
- const tenantInfo = useTenant();
1091
- const buildEnvironment = useBuildEnvironment();
1092
- const classes = useStyles({ environment: buildEnvironment });
1093
- if (!buildEnvironment) return null;
1094
- return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
1095
- className: `${classes.root} ${buildEnvironment === "staging" ? "staging" : ""}`,
1096
- id: "udp-environment-banner",
1097
- children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)(Typography, {
1098
- className: classes.centerText,
1099
- children: (buildEnvironment === null || buildEnvironment === void 0 ? void 0 : buildEnvironment.charAt(0).toUpperCase()) + (buildEnvironment === null || buildEnvironment === void 0 ? void 0 : buildEnvironment.slice(1)) || ""
1100
- }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)(Typography, {
1101
- className: classes.rightText,
1102
- children: tenantInfo === null || tenantInfo === void 0 || (_tenantInfo$activeTen = tenantInfo.activeTenant) === null || _tenantInfo$activeTen === void 0 ? void 0 : _tenantInfo$activeTen.tenantName
1103
- })]
1104
- });
1105
- };
1106
-
1107
- //#endregion
1108
- Object.defineProperty(exports, 'ADUserTypeEnums', {
1109
- enumerable: true,
1110
- get: function () {
1111
- return ADUserTypeEnums;
1112
- }
1113
- });
1114
- Object.defineProperty(exports, 'APP_RIBBON_SPACE', {
1115
- enumerable: true,
1116
- get: function () {
1117
- return APP_RIBBON_SPACE;
1118
- }
1119
- });
1120
- Object.defineProperty(exports, 'CardinalityTypeEnums', {
1121
- enumerable: true,
1122
- get: function () {
1123
- return CardinalityTypeEnums;
1124
- }
1125
- });
1126
- Object.defineProperty(exports, 'ContainerTypeEnums', {
1127
- enumerable: true,
1128
- get: function () {
1129
- return ContainerTypeEnums;
1130
- }
1131
- });
1132
- Object.defineProperty(exports, 'DeviceTypeEnums', {
1133
- enumerable: true,
1134
- get: function () {
1135
- return DeviceTypeEnums;
1136
- }
1137
- });
1138
- Object.defineProperty(exports, 'EntityAttributeEnums', {
1139
- enumerable: true,
1140
- get: function () {
1141
- return EntityAttributeEnums;
1142
- }
1143
- });
1144
- Object.defineProperty(exports, 'EnvironmentRibbon', {
1145
- enumerable: true,
1146
- get: function () {
1147
- return EnvironmentRibbon;
1148
- }
1149
- });
1150
- Object.defineProperty(exports, 'FluentButton', {
1151
- enumerable: true,
1152
- get: function () {
1153
- return FluentButton;
1154
- }
1155
- });
1156
- Object.defineProperty(exports, 'FluentIcon', {
1157
- enumerable: true,
1158
- get: function () {
1159
- return FluentIcon;
1160
- }
1161
- });
1162
- Object.defineProperty(exports, 'FluentIconButton', {
1163
- enumerable: true,
1164
- get: function () {
1165
- return FluentIconButton;
1166
- }
1167
- });
1168
- Object.defineProperty(exports, 'GridEnums', {
1169
- enumerable: true,
1170
- get: function () {
1171
- return GridEnums;
1172
- }
1173
- });
1174
- Object.defineProperty(exports, 'GridStateTypeEnums', {
1175
- enumerable: true,
1176
- get: function () {
1177
- return GridStateTypeEnums;
1178
- }
1179
- });
1180
- Object.defineProperty(exports, 'JobStatusIdMapping', {
1181
- enumerable: true,
1182
- get: function () {
1183
- return JobStatusIdMapping;
1184
- }
1185
- });
1186
- Object.defineProperty(exports, 'JobTypeIdMapping', {
1187
- enumerable: true,
1188
- get: function () {
1189
- return JobTypeIdMapping;
1190
- }
1191
- });
1192
- Object.defineProperty(exports, 'LayoutUnit', {
1193
- enumerable: true,
1194
- get: function () {
1195
- return LayoutUnit;
1196
- }
1197
- });
1198
- Object.defineProperty(exports, 'LogicalSearchOperatorEnums', {
1199
- enumerable: true,
1200
- get: function () {
1201
- return LogicalSearchOperatorEnums;
1202
- }
1203
- });
1204
- Object.defineProperty(exports, 'LookupTypeEnums', {
1205
- enumerable: true,
1206
- get: function () {
1207
- return LookupTypeEnums;
1208
- }
1209
- });
1210
- Object.defineProperty(exports, 'LookupTypeIdEnums', {
1211
- enumerable: true,
1212
- get: function () {
1213
- return LookupTypeIdEnums;
1214
- }
1215
- });
1216
- Object.defineProperty(exports, 'MenuItemEnums', {
1217
- enumerable: true,
1218
- get: function () {
1219
- return MenuItemEnums;
1220
- }
1221
- });
1222
- Object.defineProperty(exports, 'MenuTypeEnums', {
1223
- enumerable: true,
1224
- get: function () {
1225
- return MenuTypeEnums;
1226
- }
1227
- });
1228
- Object.defineProperty(exports, 'NodeActionEnums', {
1229
- enumerable: true,
1230
- get: function () {
1231
- return NodeActionEnums;
1232
- }
1233
- });
1234
- Object.defineProperty(exports, 'NodeActionTriggerEnums', {
1235
- enumerable: true,
1236
- get: function () {
1237
- return NodeActionTriggerEnums;
1238
- }
1239
- });
1240
- Object.defineProperty(exports, 'NodeGroupOutlierEnums', {
1241
- enumerable: true,
1242
- get: function () {
1243
- return NodeGroupOutlierEnums;
1244
- }
1245
- });
1246
- Object.defineProperty(exports, 'NodeGroupTypeEnums', {
1247
- enumerable: true,
1248
- get: function () {
1249
- return NodeGroupTypeEnums;
1250
- }
1251
- });
1252
- Object.defineProperty(exports, 'PanelPositionEnums', {
1253
- enumerable: true,
1254
- get: function () {
1255
- return PanelPositionEnums;
1256
- }
1257
- });
1258
- Object.defineProperty(exports, 'PrimaryActionButton', {
1259
- enumerable: true,
1260
- get: function () {
1261
- return PrimaryActionButton;
1262
- }
1263
- });
1264
- Object.defineProperty(exports, 'ProductEnums', {
1265
- enumerable: true,
1266
- get: function () {
1267
- return ProductEnums;
1268
- }
1269
- });
1270
- Object.defineProperty(exports, 'ProductNameEnums', {
1271
- enumerable: true,
1272
- get: function () {
1273
- return ProductNameEnums;
1274
- }
1275
- });
1276
- Object.defineProperty(exports, 'RoleIdEnums', {
1277
- enumerable: true,
1278
- get: function () {
1279
- return RoleIdEnums;
1280
- }
1281
- });
1282
- Object.defineProperty(exports, 'RoleNameEnums', {
1283
- enumerable: true,
1284
- get: function () {
1285
- return RoleNameEnums;
1286
- }
1287
- });
1288
- Object.defineProperty(exports, 'RoleTypeEnums', {
1289
- enumerable: true,
1290
- get: function () {
1291
- return RoleTypeEnums;
1292
- }
1293
- });
1294
- Object.defineProperty(exports, 'SearchGroupingType', {
1295
- enumerable: true,
1296
- get: function () {
1297
- return SearchGroupingType;
1298
- }
1299
- });
1300
- Object.defineProperty(exports, 'SearchSortDirection', {
1301
- enumerable: true,
1302
- get: function () {
1303
- return SearchSortDirection;
1304
- }
1305
- });
1306
- Object.defineProperty(exports, 'SearchValueType', {
1307
- enumerable: true,
1308
- get: function () {
1309
- return SearchValueType;
1310
- }
1311
- });
1312
- Object.defineProperty(exports, 'SeverityTypeEnums', {
1313
- enumerable: true,
1314
- get: function () {
1315
- return SeverityTypeEnums;
1316
- }
1317
- });
1318
- Object.defineProperty(exports, 'SplitScreenTypeEnums', {
1319
- enumerable: true,
1320
- get: function () {
1321
- return SplitScreenTypeEnums;
1322
- }
1323
- });
1324
- Object.defineProperty(exports, 'StandardTitle', {
1325
- enumerable: true,
1326
- get: function () {
1327
- return StandardTitle;
1328
- }
1329
- });
1330
- Object.defineProperty(exports, 'StatusChip', {
1331
- enumerable: true,
1332
- get: function () {
1333
- return StatusChip;
1334
- }
1335
- });
1336
- Object.defineProperty(exports, 'TenantContext', {
1337
- enumerable: true,
1338
- get: function () {
1339
- return TenantContext;
1340
- }
1341
- });
1342
- Object.defineProperty(exports, 'TenantTypeEnums', {
1343
- enumerable: true,
1344
- get: function () {
1345
- return TenantTypeEnums;
1346
- }
1347
- });
1348
- Object.defineProperty(exports, 'TreeViewModeEnums', {
1349
- enumerable: true,
1350
- get: function () {
1351
- return TreeViewModeEnums;
1352
- }
1353
- });
1354
- Object.defineProperty(exports, 'Typography', {
1355
- enumerable: true,
1356
- get: function () {
1357
- return Typography;
1358
- }
1359
- });
1360
- Object.defineProperty(exports, 'UdpEnums', {
1361
- enumerable: true,
1362
- get: function () {
1363
- return UdpEnums;
1364
- }
1365
- });
1366
- Object.defineProperty(exports, 'UdpKeywordEnums', {
1367
- enumerable: true,
1368
- get: function () {
1369
- return UdpKeywordEnums;
1370
- }
1371
- });
1372
- Object.defineProperty(exports, 'UdpReminderFiledForType', {
1373
- enumerable: true,
1374
- get: function () {
1375
- return UdpReminderFiledForType;
1376
- }
1377
- });
1378
- Object.defineProperty(exports, 'UnityFluentIcon', {
1379
- enumerable: true,
1380
- get: function () {
1381
- return UnityFluentIcon;
1382
- }
1383
- });
1384
- Object.defineProperty(exports, 'UnityIcon', {
1385
- enumerable: true,
1386
- get: function () {
1387
- return UnityIcon;
1388
- }
1389
- });
1390
- Object.defineProperty(exports, 'UserContext', {
1391
- enumerable: true,
1392
- get: function () {
1393
- return UserContext;
1394
- }
1395
- });
1396
- Object.defineProperty(exports, 'UserDispatchContext', {
1397
- enumerable: true,
1398
- get: function () {
1399
- return UserDispatchContext;
1400
- }
1401
- });
1402
- Object.defineProperty(exports, 'VerticalEnums', {
1403
- enumerable: true,
1404
- get: function () {
1405
- return VerticalEnums;
1406
- }
1407
- });
1408
- Object.defineProperty(exports, 'VisibilityTypeEnums', {
1409
- enumerable: true,
1410
- get: function () {
1411
- return VisibilityTypeEnums;
1412
- }
1413
- });
1414
- Object.defineProperty(exports, 'axiosInterceptors', {
1415
- enumerable: true,
1416
- get: function () {
1417
- return axiosInterceptors;
1418
- }
1419
- });
1420
- Object.defineProperty(exports, 'camelToPascalCaseWithSpace', {
1421
- enumerable: true,
1422
- get: function () {
1423
- return camelToPascalCaseWithSpace;
1424
- }
1425
- });
1426
- Object.defineProperty(exports, 'colors', {
1427
- enumerable: true,
1428
- get: function () {
1429
- return colors;
1430
- }
1431
- });
1432
- Object.defineProperty(exports, 'executeQueryAdHoc', {
1433
- enumerable: true,
1434
- get: function () {
1435
- return executeQueryAdHoc;
1436
- }
1437
- });
1438
- Object.defineProperty(exports, 'executeQueryInstance', {
1439
- enumerable: true,
1440
- get: function () {
1441
- return executeQueryInstance;
1442
- }
1443
- });
1444
- Object.defineProperty(exports, 'executeQueryInstanceWithApiMethodInstance', {
1445
- enumerable: true,
1446
- get: function () {
1447
- return executeQueryInstanceWithApiMethodInstance;
1448
- }
1449
- });
1450
- Object.defineProperty(exports, 'executeQueryWithParameters', {
1451
- enumerable: true,
1452
- get: function () {
1453
- return executeQueryWithParameters;
1454
- }
1455
- });
1456
- Object.defineProperty(exports, 'getBaseMethod', {
1457
- enumerable: true,
1458
- get: function () {
1459
- return getBaseMethod;
1460
- }
1461
- });
1462
- Object.defineProperty(exports, 'getCategoryColor', {
1463
- enumerable: true,
1464
- get: function () {
1465
- return getCategoryColor;
1466
- }
1467
- });
1468
- Object.defineProperty(exports, 'getEllipseColor', {
1469
- enumerable: true,
1470
- get: function () {
1471
- return getEllipseColor;
1472
- }
1473
- });
1474
- Object.defineProperty(exports, 'pluralize', {
1475
- enumerable: true,
1476
- get: function () {
1477
- return pluralize;
1478
- }
1479
- });
1480
- Object.defineProperty(exports, 'removeWhiteSpace', {
1481
- enumerable: true,
1482
- get: function () {
1483
- return removeWhiteSpace;
1484
- }
1485
- });
1486
- Object.defineProperty(exports, 'toLowerFirstChar', {
1487
- enumerable: true,
1488
- get: function () {
1489
- return toLowerFirstChar;
1490
- }
1491
- });
1492
- Object.defineProperty(exports, 'toTitleCase', {
1493
- enumerable: true,
1494
- get: function () {
1495
- return toTitleCase;
1496
- }
1497
- });
1498
- Object.defineProperty(exports, 'toUpperFirstChar', {
1499
- enumerable: true,
1500
- get: function () {
1501
- return toUpperFirstChar;
1502
- }
1503
- });
1504
- Object.defineProperty(exports, 'trimStringAfter', {
1505
- enumerable: true,
1506
- get: function () {
1507
- return trimStringAfter;
1508
- }
1509
- });
1510
- Object.defineProperty(exports, 'useAxiosGet', {
1511
- enumerable: true,
1512
- get: function () {
1513
- return useAxiosGet;
1514
- }
1515
- });
1516
- Object.defineProperty(exports, 'useAxiosGetQuery', {
1517
- enumerable: true,
1518
- get: function () {
1519
- return useAxiosGetQuery;
1520
- }
1521
- });
1522
- Object.defineProperty(exports, 'useBuildEnvironment', {
1523
- enumerable: true,
1524
- get: function () {
1525
- return useBuildEnvironment;
1526
- }
1527
- });
1528
- Object.defineProperty(exports, 'useId', {
1529
- enumerable: true,
1530
- get: function () {
1531
- return useId;
1532
- }
1533
- });
1534
- Object.defineProperty(exports, 'useSetInitialShellVisibility', {
1535
- enumerable: true,
1536
- get: function () {
1537
- return useSetInitialShellVisibility;
1538
- }
1539
- });
1540
- Object.defineProperty(exports, 'useShellStore', {
1541
- enumerable: true,
1542
- get: function () {
1543
- return useShellStore;
1544
- }
1545
- });
1546
- Object.defineProperty(exports, 'useTenant', {
1547
- enumerable: true,
1548
- get: function () {
1549
- return useTenant;
1550
- }
1551
- });
1552
- Object.defineProperty(exports, 'useUser', {
1553
- enumerable: true,
1554
- get: function () {
1555
- return useUser;
1556
- }
1557
- });
1558
- //# sourceMappingURL=EnvironmentRibbon-CgKsTmQ7.cjs.map