udp-react-enterprise-component-library 1.0.5 → 25.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AmbientGridTemplate-BLwgiqwK.js +3518 -0
- package/dist/AmbientGridTemplate-BLwgiqwK.js.map +1 -0
- package/dist/EnvironmentRibbon-BMvQEZPZ.js +1079 -0
- package/dist/EnvironmentRibbon-BMvQEZPZ.js.map +1 -0
- package/dist/MenuPage-DLsNc-P8.js +490 -0
- package/dist/MenuPage-DLsNc-P8.js.map +1 -0
- package/dist/MyExportsPage-BYH2Wl9k.js +678 -0
- package/dist/MyExportsPage-BYH2Wl9k.js.map +1 -0
- package/dist/MyExportsPage-CVUIXWTf.js +8 -0
- package/dist/PageContainer-B65gsUfF.js +1541 -0
- package/dist/PageContainer-B65gsUfF.js.map +1 -0
- package/dist/PageNotFoundRoute-BbBtA9Cz.js +3 -0
- package/dist/PageNotFoundRoute-CxYZNEhN.js +69 -0
- package/dist/PageNotFoundRoute-CxYZNEhN.js.map +1 -0
- package/dist/PasswordResetRedirect-BHnkAW40.js +72 -0
- package/dist/PasswordResetRedirect-BHnkAW40.js.map +1 -0
- package/dist/PasswordResetRedirect-tUV2yEkH.js +3 -0
- package/dist/SearchUtilities-dbXvMYoa.js +186 -0
- package/dist/SearchUtilities-dbXvMYoa.js.map +1 -0
- package/dist/SideSheet-CPHhyWLB.js +329 -0
- package/dist/SideSheet-CPHhyWLB.js.map +1 -0
- package/dist/UdpPublicForm-BrVSSMCN.js +4 -0
- package/dist/UdpPublicForm-DFCL1GzD.js +50 -0
- package/dist/UdpPublicForm-DFCL1GzD.js.map +1 -0
- package/dist/UtilitySideBar-B4r2IAv5.js +2020 -0
- package/dist/UtilitySideBar-B4r2IAv5.js.map +1 -0
- package/dist/VirtualBrowser-C_IJ0I6f.js +546 -0
- package/dist/VirtualBrowser-C_IJ0I6f.js.map +1 -0
- package/dist/WorkflowContainer-8-mmebY0.js +9 -0
- package/dist/WorkflowContainer-DKwRWi1i.js +1533 -0
- package/dist/WorkflowContainer-DKwRWi1i.js.map +1 -0
- package/dist/apiHelpers-t3rfkjFZ.js +249 -0
- package/dist/apiHelpers-t3rfkjFZ.js.map +1 -0
- package/dist/assets/images/phone.png +0 -0
- package/dist/assets/paymentIcons/american-logo.svg +71 -0
- package/dist/assets/paymentIcons/amex.svg +101 -0
- package/dist/assets/paymentIcons/diners.svg +1 -0
- package/dist/assets/paymentIcons/discover-logo.svg +1 -0
- package/dist/assets/paymentIcons/discover.svg +1 -0
- package/dist/assets/paymentIcons/echeck-logo.svg +6 -0
- package/dist/assets/paymentIcons/jcb.svg +64 -0
- package/dist/assets/paymentIcons/mastercard-logo.svg +11 -0
- package/dist/assets/paymentIcons/mastercard.svg +1 -0
- package/dist/assets/paymentIcons/unionpay.svg +9 -0
- package/dist/assets/paymentIcons/visa-logo.svg +76 -0
- package/dist/assets/paymentIcons/visa.svg +60 -0
- package/dist/assets/unityIcons/NoEntityOpened.svg +7 -0
- package/dist/assets/unityIcons/Sewer.svg +1 -0
- package/dist/assets/unityIcons/TruckIcon.svg +8 -0
- package/dist/assets/unityIcons/WaterDrop.svg +43 -0
- package/dist/componentSystems/pageRenderer/style/style.css +5 -0
- package/dist/index.js +45007 -0
- package/dist/index.js.map +1 -0
- package/dist/map-library/Map/Map.css +11 -0
- package/dist/maps/openLayerMaps/Map/Map.css +11 -0
- package/dist/propertyTypeEnums-DTGsK5-s.js +136 -0
- package/dist/propertyTypeEnums-DTGsK5-s.js.map +1 -0
- package/dist/stories/assets/code-brackets.svg +1 -0
- package/dist/stories/assets/colors.svg +1 -0
- package/dist/stories/assets/comments.svg +1 -0
- package/dist/stories/assets/direction.svg +1 -0
- package/dist/stories/assets/flow.svg +1 -0
- package/dist/stories/assets/plugin.svg +1 -0
- package/dist/stories/assets/repo.svg +1 -0
- package/dist/stories/assets/stackalt.svg +1 -0
- package/dist/stories/button.css +30 -0
- package/dist/stories/header.css +26 -0
- package/dist/stories/page.css +69 -0
- package/dist/style.css +49 -0
- package/dist/styles.module.css +9 -0
- package/dist/types/AGLicense.d.ts +1 -0
- package/dist/types/UI/AlertContainer.d.ts +2 -0
- package/dist/types/UI/Box.d.ts +3 -0
- package/dist/types/UI/Grid.d.ts +2 -0
- package/dist/types/UI/SuccessAction.d.ts +2 -0
- package/dist/types/UI/accordion/Accordion.d.ts +2 -0
- package/dist/types/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts +2 -0
- package/dist/types/UI/charts/InsightRenderer.d.ts +20 -0
- package/dist/types/UI/charts/UdpBarChart.d.ts +7 -0
- package/dist/types/UI/charts/UdpDistributionChart.d.ts +6 -0
- package/dist/types/UI/charts/UdpDonutChart.d.ts +8 -0
- package/dist/types/UI/charts/UdpLineChart.d.ts +7 -0
- package/dist/types/UI/charts/index.d.ts +2 -0
- package/dist/types/UI/components/dataDisplay/Ellipse.d.ts +9 -0
- package/dist/types/UI/components/dataDisplay/EmailDisplay.d.ts +2 -0
- package/dist/types/UI/components/dataDisplay/SmsDisplay.d.ts +2 -0
- package/dist/types/UI/components/dataDisplay/Sticky.d.ts +9 -0
- package/dist/types/UI/components/dataDisplay/Token.d.ts +14 -0
- package/dist/types/UI/components/feedback/Adornment.d.ts +7 -0
- package/dist/types/UI/containers/DynamicContainerWithMenu.d.ts +2 -0
- package/dist/types/UI/dataDisplay/AmbientList.d.ts +16 -0
- package/dist/types/UI/dataDisplay/AvatarAlphabet.d.ts +1 -0
- package/dist/types/UI/dataDisplay/ChipAlphabet.d.ts +6 -0
- package/dist/types/UI/dataDisplay/CompactDataList.d.ts +2 -0
- package/dist/types/UI/dataDisplay/CompactDataListItem.d.ts +2 -0
- package/dist/types/UI/dataDisplay/EmptyStateDisplay.d.ts +20 -0
- package/dist/types/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +2 -0
- package/dist/types/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +2 -0
- package/dist/types/UI/dataDisplay/FluentDataTable/FluentBody/index.d.ts +8 -0
- package/dist/types/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +78 -0
- package/dist/types/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +21 -0
- package/dist/types/UI/dataDisplay/FluentDataTable/FluentHead/index.d.ts +9 -0
- package/dist/types/UI/dataDisplay/FluentDataTable/FluentRow/index.d.ts +8 -0
- package/dist/types/UI/dataDisplay/FluentListElement.d.ts +9 -0
- package/dist/types/UI/dataDisplay/FluentListItem.d.ts +3 -0
- package/dist/types/UI/dataDisplay/GraphCard.d.ts +32 -0
- package/dist/types/UI/dataDisplay/HeaderExpander.d.ts +32 -0
- package/dist/types/UI/dataDisplay/HintPanel.d.ts +11 -0
- package/dist/types/UI/dataDisplay/StatusChip.d.ts +10 -0
- package/dist/types/UI/dataDisplay/StatusFlags.d.ts +32 -0
- package/dist/types/UI/dataDisplay/SummaryBlock.d.ts +31 -0
- package/dist/types/UI/dataDisplay/TimelineCalendar.d.ts +2 -0
- package/dist/types/UI/dataDisplay/address/AddressListItem.d.ts +4 -0
- package/dist/types/UI/dataDisplay/cardList/CardList.d.ts +41 -0
- package/dist/types/UI/dataDisplay/directory/Directory.d.ts +10 -0
- package/dist/types/UI/dataDisplay/directory/DirectoryListItem.d.ts +5 -0
- package/dist/types/UI/dataDisplay/entityHeader/EntityHeader.d.ts +14 -0
- package/dist/types/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +1 -0
- package/dist/types/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +2 -0
- package/dist/types/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +15 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +47 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +17 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +5 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +2 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +2 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +17 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +2 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +2 -0
- package/dist/types/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +4 -0
- package/dist/types/UI/dataDisplay/map/ColorKey.d.ts +17 -0
- package/dist/types/UI/dataDisplay/map/FluentIconKey.d.ts +3 -0
- package/dist/types/UI/dataDisplay/map/IconKey.d.ts +17 -0
- package/dist/types/UI/dataDisplay/notes/Note.d.ts +8 -0
- package/dist/types/UI/dataDisplay/notes/Notes.d.ts +11 -0
- package/dist/types/UI/dataDisplay/ticketCard/NotificationElement.d.ts +12 -0
- package/dist/types/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +32 -0
- package/dist/types/UI/dataDisplay/ticketCard/TicketCard.d.ts +40 -0
- package/dist/types/UI/dataDisplay/typography/FormHeaders.d.ts +3 -0
- package/dist/types/UI/dataDisplay/typography/SideSheetHeader.d.ts +5 -0
- package/dist/types/UI/dataDisplay/typography/SidebarHeader.d.ts +2 -0
- package/dist/types/UI/dataDisplay/typography/StandardTitle.d.ts +2 -0
- package/dist/types/UI/dataDisplay/typography/StylizedTitle.d.ts +25 -0
- package/dist/types/UI/dataDisplay/typography/Typography.d.ts +2 -0
- package/dist/types/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +63 -0
- package/dist/types/UI/dataDisplay/visualization/GaugeGraph.d.ts +2 -0
- package/dist/types/UI/dataDisplay/visualization/RatioVisulization.d.ts +6 -0
- package/dist/types/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +12 -0
- package/dist/types/UI/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +3 -0
- package/dist/types/UI/demos/InputsExample.d.ts +4 -0
- package/dist/types/UI/feedback/AmbientAlert.d.ts +13 -0
- package/dist/types/UI/feedback/AmbientToast.d.ts +2 -0
- package/dist/types/UI/feedback/FluentDialog.d.ts +2 -0
- package/dist/types/UI/feedback/NodeLoader.d.ts +5 -0
- package/dist/types/UI/feedback/PageLoading.d.ts +2 -0
- package/dist/types/UI/fileViewer/FileViewer.d.ts +3 -0
- package/dist/types/UI/fileViewer/imageSlider/Image.d.ts +2 -0
- package/dist/types/UI/fileViewer/imageSlider/ImageFooter.d.ts +2 -0
- package/dist/types/UI/fileViewer/imageSlider/ImageSlider.d.ts +2 -0
- package/dist/types/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +2 -0
- package/dist/types/UI/fileViewer/pdfViewer/ControlPanel.d.ts +3 -0
- package/dist/types/UI/fileViewer/utils/fileTypes.d.ts +1 -0
- package/dist/types/UI/fileViewer/utils/fileUtils.d.ts +2 -0
- package/dist/types/UI/floorplans/CoreLayoutFloorplan.d.ts +190 -0
- package/dist/types/UI/forms/CrudForm.d.ts +30 -0
- package/dist/types/UI/forms/LoginForm.d.ts +2 -0
- package/dist/types/UI/forms/PaymentReversalForm.d.ts +6 -0
- package/dist/types/UI/forms/UdpCrudFormFields.d.ts +10 -0
- package/dist/types/UI/forms/VirtualForm.d.ts +18 -0
- package/dist/types/UI/iframe/Iframe.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/AdvanceButton.d.ts +5 -0
- package/dist/types/UI/inputs/buttons/AmbientCardButton.d.ts +22 -0
- package/dist/types/UI/inputs/buttons/AmbientChipButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +6 -0
- package/dist/types/UI/inputs/buttons/AmbientToggleButton.d.ts +28 -0
- package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +3 -0
- package/dist/types/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +63 -0
- package/dist/types/UI/inputs/buttons/AmbientTokenButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/FUISquareIconButton.d.ts +6 -0
- package/dist/types/UI/inputs/buttons/FluentButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/FluentCompoundButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/FluentIconButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/FluentMenuListButton.d.ts +10 -0
- package/dist/types/UI/inputs/buttons/FluentMenuListItem.d.ts +10 -0
- package/dist/types/UI/inputs/buttons/FluentUploadButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/FluentUploadIconButton.d.ts +2 -0
- package/dist/types/UI/inputs/buttons/IconButtonWithToolTip.d.ts +13 -0
- package/dist/types/UI/inputs/buttons/PrimaryActionButton.d.ts +7 -0
- package/dist/types/UI/inputs/buttons/ToolBarButton.d.ts +12 -0
- package/dist/types/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +4 -0
- package/dist/types/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +4 -0
- package/dist/types/UI/inputs/checkbox/FluentCheckbox.d.ts +2 -0
- package/dist/types/UI/inputs/datetimes/DateField.d.ts +7 -0
- package/dist/types/UI/inputs/datetimes/DateTimeField.d.ts +5 -0
- package/dist/types/UI/inputs/datetimes/TimeField.d.ts +6 -0
- package/dist/types/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +4 -0
- package/dist/types/UI/inputs/fieldArrayCard/DateRangeField.d.ts +3 -0
- package/dist/types/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +2 -0
- package/dist/types/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +3 -0
- package/dist/types/UI/inputs/link/BreadCrumbMenu.d.ts +2 -0
- package/dist/types/UI/inputs/link/FluentLink.d.ts +2 -0
- package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +10 -0
- package/dist/types/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +14 -0
- package/dist/types/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +64 -0
- package/dist/types/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +109 -0
- package/dist/types/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +8 -0
- package/dist/types/UI/inputs/menus/FluentSelectGroupMenu.d.ts +9 -0
- package/dist/types/UI/inputs/menus/FluentSelectMenu-old.d.ts +2 -0
- package/dist/types/UI/inputs/menus/FluentSelectMenu.d.ts +11 -0
- package/dist/types/UI/inputs/menus/FluentSimpleSelect.d.ts +9 -0
- package/dist/types/UI/inputs/pickers/FluentColorPicker.d.ts +3 -0
- package/dist/types/UI/inputs/pickers/FluentDatePicker.d.ts +10 -0
- package/dist/types/UI/inputs/pickers/FluentDateTimePicker.d.ts +10 -0
- package/dist/types/UI/inputs/pickers/FluentTimePicker.d.ts +14 -0
- package/dist/types/UI/inputs/pickers/UdpDateSelector.d.ts +11 -0
- package/dist/types/UI/inputs/pickers/UdpTimeSelector.d.ts +15 -0
- package/dist/types/UI/inputs/radio/FluentRadio.d.ts +2 -0
- package/dist/types/UI/inputs/radio/FluentRadioGroup.d.ts +2 -0
- package/dist/types/UI/inputs/richEditors/CkRichEditor.d.ts +2 -0
- package/dist/types/UI/inputs/sliders/FluentInputSlider.d.ts +4 -0
- package/dist/types/UI/inputs/textField/AmbientAutoComplete.d.ts +3 -0
- package/dist/types/UI/inputs/textField/AmbientTextField.d.ts +22 -0
- package/dist/types/UI/inputs/textField/FluentSearchField.d.ts +3 -0
- package/dist/types/UI/inputs/textField/FluentTagField.d.ts +3 -0
- package/dist/types/UI/inputs/textField/FluentTextField.d.ts +3 -0
- package/dist/types/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +3 -0
- package/dist/types/UI/inputs/textField/KeyValueTextField.d.ts +2 -0
- package/dist/types/UI/inputs/toggle/FluentToggle.d.ts +2 -0
- package/dist/types/UI/loading/CircularProgress.d.ts +2 -0
- package/dist/types/UI/loading/LinearProgress.d.ts +2 -0
- package/dist/types/UI/loading/LoadingIndicator.d.ts +5 -0
- package/dist/types/UI/loading/LoadingOverlay.d.ts +5 -0
- package/dist/types/UI/mapLayout/MapLayout.d.ts +2 -0
- package/dist/types/UI/mapLayout/ui/ActionsRenderer.d.ts +3 -0
- package/dist/types/UI/mapLayout/ui/CheckboxGroup.d.ts +2 -0
- package/dist/types/UI/mapLayout/ui/CheckboxList.d.ts +2 -0
- package/dist/types/UI/mapLayout/ui/CompactCard.d.ts +2 -0
- package/dist/types/UI/mapLayout/ui/ListCard.d.ts +10 -0
- package/dist/types/UI/mapLayout/ui/ListView.d.ts +3 -0
- package/dist/types/UI/mapLayout/ui/MapLayoutToolbar.d.ts +3 -0
- package/dist/types/UI/mapLayout/ui/PopoverCard.d.ts +2 -0
- package/dist/types/UI/mapLayout/ui/PopoverOverlay.d.ts +3 -0
- package/dist/types/UI/mapLayout/ui/Statistic.d.ts +2 -0
- package/dist/types/UI/mapLayout/utilities/MapUtilities.d.ts +12 -0
- package/dist/types/UI/maps/UdpMap.d.ts +120 -0
- package/dist/types/UI/maps/UdpMapComponent.d.ts +128 -0
- package/dist/types/UI/maps/UdpMapToolbar.d.ts +87 -0
- package/dist/types/UI/navigation/FluentSideNav.d.ts +2 -0
- package/dist/types/UI/navigation/menus/AppMenu.d.ts +7 -0
- package/dist/types/UI/navigation/menus/AppMenuItem.d.ts +26 -0
- package/dist/types/UI/navigation/menus/AppMenuItemComponent.d.ts +2 -0
- package/dist/types/UI/navigation/menus/Expander.d.ts +2 -0
- package/dist/types/UI/navigation/menus/ExpanderItem.d.ts +5 -0
- package/dist/types/UI/navigation/menus/FluentMenuListItem.d.ts +6 -0
- package/dist/types/UI/navigation/tabs/UdpTabPanel.d.ts +2 -0
- package/dist/types/UI/navigation/tabs/UdpTabUtility.d.ts +2 -0
- package/dist/types/UI/navigation/tabs/UdpTabs.d.ts +2 -0
- package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +2 -0
- package/dist/types/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +2 -0
- package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +9 -0
- package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +18 -0
- package/dist/types/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +2 -0
- package/dist/types/UI/property/PropertyFields.d.ts +17 -0
- package/dist/types/UI/property/widgets/AutoCompletePropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/BooleanPropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/DatePropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/DateTimePropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/FloatPropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/IntegerPropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/MultilineTextPropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/NumericPropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/SelectPropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/TextPropertyWidget.d.ts +12 -0
- package/dist/types/UI/property/widgets/TimePropertyWidget.d.ts +8 -0
- package/dist/types/UI/property/widgets/index.d.ts +4 -0
- package/dist/types/UI/stepper/udp-stepper.d.ts +3 -0
- package/dist/types/UI/support/SupportCaseForm.d.ts +7 -0
- package/dist/types/UI/support/SupportCaseSideSheet.d.ts +10 -0
- package/dist/types/UI/surfaces/NestedGrid/NestedGrid.d.ts +19 -0
- package/dist/types/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +6 -0
- package/dist/types/UI/surfaces/SideSheet.d.ts +61 -0
- package/dist/types/UI/surfaces/cards/AmbientCard.d.ts +2 -0
- package/dist/types/UI/surfaces/cards/AmbientCardTitle.d.ts +33 -0
- package/dist/types/UI/surfaces/cards/AmbientVisualizationCard.d.ts +11 -0
- package/dist/types/UI/surfaces/cards/BioCard.d.ts +11 -0
- package/dist/types/UI/surfaces/cards/ContentDisplayCard.d.ts +19 -0
- package/dist/types/UI/surfaces/cards/FUICard.d.ts +5 -0
- package/dist/types/UI/surfaces/cards/FUICardHeader.d.ts +3 -0
- package/dist/types/UI/surfaces/cards/FluentCard.d.ts +5 -0
- package/dist/types/UI/surfaces/cards/FluentCardActions.d.ts +5 -0
- package/dist/types/UI/surfaces/cards/FluentCardContent.d.ts +5 -0
- package/dist/types/UI/surfaces/cards/FluentCardHeader.d.ts +5 -0
- package/dist/types/UI/surfaces/cards/FluentCardText.d.ts +2 -0
- package/dist/types/UI/surfaces/cards/InfoCard.d.ts +55 -0
- package/dist/types/UI/surfaces/cards/QuickViewCard.d.ts +15 -0
- package/dist/types/UI/surfaces/cards/newsCard/NewsCard.d.ts +35 -0
- package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +13 -0
- package/dist/types/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +5 -0
- package/dist/types/UI/templates/AmbientGridTemplate.d.ts +123 -0
- package/dist/types/UI/templates/DraggableSidebarTemplate.d.ts +2 -0
- package/dist/types/UI/templates/OpenPage.d.ts +5 -0
- package/dist/types/UI/templates/SapFlexibleTemplate.d.ts +6 -0
- package/dist/types/UI/templates/ToggleSection.d.ts +32 -0
- package/dist/types/UI/templates/UdpCalendar.d.ts +2 -0
- package/dist/types/UI/templates/UdpCalendarDayView.d.ts +2 -0
- package/dist/types/UI/templates/UdpCalendarMonthView.d.ts +2 -0
- package/dist/types/UI/templates/UdpCalendarWeekView.d.ts +2 -0
- package/dist/types/UI/templates/UdpCalendarYearView.d.ts +2 -0
- package/dist/types/UI/templates/UdpGridTemplate.d.ts +2 -0
- package/dist/types/UI/templates/newGrid/ApiMethodInstanceUdpGrid.d.ts +2 -0
- package/dist/types/UI/templates/newGrid/BackwardsCompatibleGrid.d.ts +6 -0
- package/dist/types/UI/templates/newGrid/ClientSideUdpGrid.d.ts +2 -0
- package/dist/types/UI/templates/newGrid/EntityMaintenanceUdpGrid.d.ts +2 -0
- package/dist/types/UI/templates/newGrid/SearchMethodUdpGrid.d.ts +2 -0
- package/dist/types/UI/templates/newGrid/ServerSideUdpGrid.d.ts +2 -0
- package/dist/types/UI/templates/ui/ExtenderToggle.d.ts +18 -0
- package/dist/types/UI/templates/ui/GridGroupingHeader.d.ts +17 -0
- package/dist/types/UI/templates/ui/GridGroupingSidebar.d.ts +38 -0
- package/dist/types/UI/templates/ui/GridSidebarContainer.d.ts +11 -0
- package/dist/types/UI/templates/ui/TokenGroupItem.d.ts +25 -0
- package/dist/types/UI/templates/ui/renderers/ActionsRenderer.d.ts +2 -0
- package/dist/types/UI/templates/ui/renderers/IconRenderer.d.ts +5 -0
- package/dist/types/UI/templates/ui/renderers/StatusCellRenderer.d.ts +2 -0
- package/dist/types/UI/timeline/ExtendActions.d.ts +3 -0
- package/dist/types/UI/timeline/ExtendedHeader.d.ts +3 -0
- package/dist/types/UI/timeline/TimeEntryStates.d.ts +1 -0
- package/dist/types/UI/timeline/TimeLine.d.ts +7 -0
- package/dist/types/UI/timeline/TimelineElement.d.ts +3 -0
- package/dist/types/UI/timeline/UdpTimeline.d.ts +2 -0
- package/dist/types/UI/timeline/UdpTimelineContent.d.ts +2 -0
- package/dist/types/UI/timeline/UdpTimelineDot.d.ts +2 -0
- package/dist/types/UI/timeline/UdpTimelineItem.d.ts +2 -0
- package/dist/types/UI/timeline/UdpTimelineItemConnector.d.ts +2 -0
- package/dist/types/UI/timeline/UdpTimelineItemSeparator.d.ts +2 -0
- package/dist/types/UI/timeline/fluentTimeline/FluentTimeline.d.ts +2 -0
- package/dist/types/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +2 -0
- package/dist/types/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/AggregateChip.d.ts +14 -0
- package/dist/types/UI/utilityDisplay/BulkActionsGridButton.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/ChipSection.d.ts +41 -0
- package/dist/types/UI/utilityDisplay/Divider.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/FormControl.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/FormControlLabel.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/GridActionBar.d.ts +38 -0
- package/dist/types/UI/utilityDisplay/GridPrimaryBar.d.ts +83 -0
- package/dist/types/UI/utilityDisplay/GridViewsSideSheet.d.ts +18 -0
- package/dist/types/UI/utilityDisplay/IndicatorChip.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/InputAdornment.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/SaveViewFormDialog.d.ts +4 -0
- package/dist/types/UI/utilityDisplay/UtilityBar.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/UtilitySideBar.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/alerts/UdpAlert.d.ts +10 -0
- package/dist/types/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +2 -0
- package/dist/types/UI/utilityDisplay/ui/UtilitySearch.d.ts +6 -0
- package/dist/types/UI/utilityDisplay/utilities/aggregateUtils.d.ts +1 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +149 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +7 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +5 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +5 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +6 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +8 -0
- package/dist/types/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +1 -0
- package/dist/types/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/FUIMenuItem.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/SimpleTable.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +2 -0
- package/dist/types/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +3 -0
- package/dist/types/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +3 -0
- package/dist/types/UI/widgets/ItemsWidgetCard.d.ts +47 -0
- package/dist/types/UI/widgets/WidgetCard.d.ts +6 -0
- package/dist/types/UI/widgets/library/BarChartWidget.d.ts +20 -0
- package/dist/types/UI/widgets/library/BubbleWidget.d.ts +20 -0
- package/dist/types/UI/widgets/library/CircleGaugeWidget.d.ts +20 -0
- package/dist/types/UI/widgets/library/DateTrendWidget.d.ts +15 -0
- package/dist/types/UI/widgets/library/DensePlotWidget.d.ts +20 -0
- package/dist/types/UI/widgets/library/DonutChartWidget.d.ts +15 -0
- package/dist/types/UI/widgets/library/GaugeWidget.d.ts +24 -0
- package/dist/types/UI/widgets/library/LineAndSparklinesWidget.d.ts +15 -0
- package/dist/types/UI/widgets/library/LineGraphWidget.d.ts +20 -0
- package/dist/types/UI/widgets/library/ProgressBarWidget.d.ts +15 -0
- package/dist/types/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +8 -0
- package/dist/types/UI/widgets/library/RemindersWidget.d.ts +4 -0
- package/dist/types/UI/widgets/library/SparklineWidget.d.ts +15 -0
- package/dist/types/UI/widgets/library/SparsePlotWidget.d.ts +20 -0
- package/dist/types/UI/widgets/library/TableWidget.d.ts +15 -0
- package/dist/types/UI/widgets/utils/ConvertISODate.d.ts +1 -0
- package/dist/types/UI/widgets/utils/NumberVisualization.d.ts +3 -0
- package/dist/types/UI/widgets/utils/dateUtils.d.ts +3 -0
- package/dist/types/actions/ActionForm.d.ts +30 -0
- package/dist/types/actions/ActionModal.d.ts +2 -0
- package/dist/types/actions/ActionPanelPlacement.d.ts +18 -0
- package/dist/types/actions/ActionSideSheet.d.ts +34 -0
- package/dist/types/actions/ActionSpeedDial.d.ts +13 -0
- package/dist/types/actions/ActionSplitScreen.d.ts +15 -0
- package/dist/types/actions/ActionWrapper.d.ts +13 -0
- package/dist/types/actions/PageActionWrapper.d.ts +2 -0
- package/dist/types/actions/actionSummary/ActionSummaryHeader.d.ts +8 -0
- package/dist/types/actions/actionSummary/ActionSummaryListItem.d.ts +10 -0
- package/dist/types/actions/actionSummary/ActionSummaryPopover.d.ts +18 -0
- package/dist/types/actions/sidebar/EntitySideBarContent.d.ts +2 -0
- package/dist/types/actions/utils/actionUtils.d.ts +3 -0
- package/dist/types/assets/unityIcons/LibraryData.d.ts +9 -0
- package/dist/types/chatBot/ChatContainer.d.ts +2 -0
- package/dist/types/chatBot/ChatMessage.d.ts +2 -0
- package/dist/types/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +8 -0
- package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +5 -0
- package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +2 -0
- package/dist/types/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +4 -0
- package/dist/types/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +7 -0
- package/dist/types/componentSystems/multiThreadTimeline/timeline.d.ts +26 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +7 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +15 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +2 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +9 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +10 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +19 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +13 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +10 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +10 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +3 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +11 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +6 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +21 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +23 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +17 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +11 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +11 -0
- package/dist/types/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +19 -0
- package/dist/types/componentSystems/pageRenderer/PageRenderer.d.ts +9 -0
- package/dist/types/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +1 -0
- package/dist/types/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +34 -0
- package/dist/types/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +9 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +14 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +8 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +2 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +2 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +8 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +2 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +2 -0
- package/dist/types/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +2 -0
- package/dist/types/constants/reminderConstants.d.ts +4 -0
- package/dist/types/containers/IframeContainer.d.ts +2 -0
- package/dist/types/contexts/ActionContext.d.ts +1 -0
- package/dist/types/contexts/ActionDispatchContext.d.ts +1 -0
- package/dist/types/contexts/ActionLoadingContext.d.ts +1 -0
- package/dist/types/contexts/ActionLoadingDispatchContext.d.ts +1 -0
- package/dist/types/contexts/PageContext.d.ts +22 -0
- package/dist/types/contexts/usePageContext.d.ts +7 -0
- package/dist/types/dashboard/DashboardCardGrid.d.ts +8 -0
- package/dist/types/dashboard/DashboardWidget.d.ts +3 -0
- package/dist/types/dashboard/WidgetCard.d.ts +5 -0
- package/dist/types/dataBrowser/DataBrowserColumnDefs.d.ts +9 -0
- package/dist/types/dataBrowser/DataBrowserContainer.d.ts +2 -0
- package/dist/types/dataBrowser/forms/ParamsMappingFields.d.ts +1 -0
- package/dist/types/dataBrowser/forms/ParamsMappingForm.d.ts +2 -0
- package/dist/types/dataBrowser/forms/RequiredFieldsMappingField.d.ts +2 -0
- package/dist/types/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +2 -0
- package/dist/types/diffChecker/DiffChecker.d.ts +7 -0
- package/dist/types/enums/InputFieldTypeEnums.d.ts +9 -0
- package/dist/types/hooks/crudActions.d.ts +6 -0
- package/dist/types/hooks/useActions.d.ts +17 -0
- package/dist/types/hooks/useApiCatalog.d.ts +6 -0
- package/dist/types/hooks/useDateLocale.d.ts +7 -0
- package/dist/types/hooks/useDynamicListCalculation.d.ts +20 -0
- package/dist/types/hooks/useFluentIcon.d.ts +4 -0
- package/dist/types/hooks/useItemSubCard.d.ts +19 -0
- package/dist/types/hooks/useOutlook.d.ts +6 -0
- package/dist/types/hooks/useProductVersion.d.ts +1 -0
- package/dist/types/hooks/usePromotedLookupMethods.d.ts +5 -0
- package/dist/types/hooks/usePromotedMethodEntity.d.ts +5 -0
- package/dist/types/hooks/useQueryExecutors.d.ts +23 -0
- package/dist/types/hooks/useSearchFilterParamsMap.d.ts +6 -0
- package/dist/types/hooks/useSetLocationState.d.ts +1 -0
- package/dist/types/hooks/useSplitDecimal.d.ts +14 -0
- package/dist/types/hooks/useUpdateSearchParams.d.ts +1 -0
- package/dist/types/hooks/useWorkflow.d.ts +3 -0
- package/dist/types/hooks/virtualActions.d.ts +4 -0
- package/dist/types/index.d.ts +444 -0
- package/dist/types/inquiry/AlertFlag.d.ts +5 -0
- package/dist/types/inquiry/AmbientListItem.d.ts +5 -0
- package/dist/types/inquiry/AmbientSplitStatCard.d.ts +5 -0
- package/dist/types/inquiry/AmbientSummaryListHeader.d.ts +5 -0
- package/dist/types/inquiry/EmbeddedInquiry.d.ts +3 -0
- package/dist/types/inquiry/ExecuteApiDialog.d.ts +2 -0
- package/dist/types/inquiry/FilterSearch.d.ts +4 -0
- package/dist/types/inquiry/FlagBlock.d.ts +5 -0
- package/dist/types/inquiry/Inquiry.d.ts +30 -0
- package/dist/types/inquiry/InquiryContainer.d.ts +29 -0
- package/dist/types/inquiry/InquiryTreeMenu.d.ts +2 -0
- package/dist/types/inquiry/InquiryTreeMenuItem.d.ts +2 -0
- package/dist/types/inquiry/InquiryWrapper.d.ts +2 -0
- package/dist/types/inquiry/ItemDescription.d.ts +5 -0
- package/dist/types/inquiry/NodeColumnHeader.d.ts +6 -0
- package/dist/types/inquiry/NodeDetails.d.ts +2 -0
- package/dist/types/inquiry/NodeList.d.ts +2 -0
- package/dist/types/inquiry/ToggleButton.d.ts +5 -0
- package/dist/types/inquiry/dashboard/InquiryDashboard.d.ts +2 -0
- package/dist/types/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +2 -0
- package/dist/types/inquiry/inquiryBar/InquiryControlList.d.ts +12 -0
- package/dist/types/inquiry/inquiryBar/InquiryNodeControls.d.ts +2 -0
- package/dist/types/inquiry/search/InquiryAdvancedSearch.d.ts +2 -0
- package/dist/types/inquiry/search/InquiryAdvancedSearchForm.d.ts +2 -0
- package/dist/types/inquiry/search/InquirySearchContainer.d.ts +2 -0
- package/dist/types/inquiry/search/InquirySearchDatasource.d.ts +4 -0
- package/dist/types/inquiry/search/InquirySearchTable.d.ts +2 -0
- package/dist/types/layout/GridGroup.d.ts +11 -0
- package/dist/types/layout/GridRow.d.ts +6 -0
- package/dist/types/layout/GridUnit.d.ts +2 -0
- package/dist/types/layout/HeaderLayout.d.ts +4 -0
- package/dist/types/layout/LayoutUnit.d.ts +2 -0
- package/dist/types/layout/getRatio.d.ts +1 -0
- package/dist/types/layout/templates/SideBarTemplate.d.ts +5 -0
- package/dist/types/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +2 -0
- package/dist/types/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +3 -0
- package/dist/types/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +9 -0
- package/dist/types/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +30 -0
- package/dist/types/maintenanceEngine/entityAttributeActions.d.ts +1 -0
- package/dist/types/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +46 -0
- package/dist/types/maintenanceEngine/tableBrowser/TableContainer.d.ts +2 -0
- package/dist/types/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +2 -0
- package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +9 -0
- package/dist/types/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +26 -0
- package/dist/types/map-library/Controls/Controls.d.ts +4 -0
- package/dist/types/map-library/Controls/CustomControl.d.ts +9 -0
- package/dist/types/map-library/Controls/FullScreenControl.d.ts +1 -0
- package/dist/types/map-library/Controls/ZoomControl.d.ts +1 -0
- package/dist/types/map-library/Controls/index.d.ts +5 -0
- package/dist/types/map-library/Layers/ImageLayer.d.ts +4 -0
- package/dist/types/map-library/Layers/Layers.d.ts +4 -0
- package/dist/types/map-library/Layers/TileLayer.d.ts +4 -0
- package/dist/types/map-library/Layers/VectorLayer.d.ts +6 -0
- package/dist/types/map-library/Layers/index.d.ts +5 -0
- package/dist/types/map-library/Map/Map.d.ts +24 -0
- package/dist/types/map-library/Map/MapContext.d.ts +2 -0
- package/dist/types/map-library/Source/index.d.ts +4 -0
- package/dist/types/map-library/Source/osm.d.ts +3 -0
- package/dist/types/map-library/Source/vector.d.ts +9 -0
- package/dist/types/map-library/Source/xyz.d.ts +7 -0
- package/dist/types/map-library/functions/mapFunctions.d.ts +2 -0
- package/dist/types/map-library/geoLocation/FreeFormField.d.ts +2 -0
- package/dist/types/map-library/geoLocation/GeoLocation.d.ts +4 -0
- package/dist/types/map-library/ui/ControlZoom.d.ts +3 -0
- package/dist/types/map-library/ui/Filter.d.ts +3 -0
- package/dist/types/map-library/ui/FilterOptions.d.ts +3 -0
- package/dist/types/map-library/ui/LocationPin.d.ts +3 -0
- package/dist/types/map-library/ui/MapControls.d.ts +3 -0
- package/dist/types/map-library/ui/MapControlsStandard.d.ts +3 -0
- package/dist/types/map-library/ui/MapFilterBar.d.ts +2 -0
- package/dist/types/map-library/ui/MapSheet.d.ts +2 -0
- package/dist/types/map-library/ui/Position.d.ts +3 -0
- package/dist/types/map-library/ui/TileDisplay.d.ts +2 -0
- package/dist/types/map-library/ui/ToggleViewType.d.ts +3 -0
- package/dist/types/maps/GeoMap.d.ts +4 -0
- package/dist/types/maps/leafletMaps/FluentImageMap.d.ts +14 -0
- package/dist/types/maps/leafletMaps/FluentMap.d.ts +27 -0
- package/dist/types/maps/leafletMaps/ui/MapContent.d.ts +13 -0
- package/dist/types/maps/leafletMaps/ui/MapMarker.d.ts +2 -0
- package/dist/types/maps/openLayerMaps/Controls/Controls.d.ts +5 -0
- package/dist/types/maps/openLayerMaps/Controls/FullScreenControl.d.ts +2 -0
- package/dist/types/maps/openLayerMaps/Controls/index.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/Layers/ImageLayer.d.ts +4 -0
- package/dist/types/maps/openLayerMaps/Layers/Layers.d.ts +4 -0
- package/dist/types/maps/openLayerMaps/Layers/TileLayer.d.ts +4 -0
- package/dist/types/maps/openLayerMaps/Layers/VectorLayer.d.ts +5 -0
- package/dist/types/maps/openLayerMaps/Map/Map.d.ts +8 -0
- package/dist/types/maps/openLayerMaps/Map/MapContext.d.ts +2 -0
- package/dist/types/maps/openLayerMaps/Map/index.d.ts +1 -0
- package/dist/types/maps/openLayerMaps/Source/index.d.ts +4 -0
- package/dist/types/maps/openLayerMaps/Source/osm.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/Source/vector.d.ts +9 -0
- package/dist/types/maps/openLayerMaps/Source/xyz.d.ts +7 -0
- package/dist/types/maps/openLayerMaps/ui/ControlZoom.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/ui/Filter.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/ui/LocationPin.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/ui/MapControls.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/ui/MapControlsStandard.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/ui/Position.d.ts +3 -0
- package/dist/types/maps/openLayerMaps/ui/ToggleViewType.d.ts +3 -0
- package/dist/types/menuPage/MenuPage.d.ts +2 -0
- package/dist/types/notes/NotesScreen.d.ts +2 -0
- package/dist/types/page/Page.d.ts +3 -0
- package/dist/types/page/PageContainer.d.ts +2 -0
- package/dist/types/page/PageContent.d.ts +5 -0
- package/dist/types/page/PageHeader.d.ts +7 -0
- package/dist/types/page/PageSectionHeader.d.ts +2 -0
- package/dist/types/page/PageSectionSpacer.d.ts +5 -0
- package/dist/types/reminders/CompleteReminderSwitch.d.ts +2 -0
- package/dist/types/reminders/RemindersCard.d.ts +2 -0
- package/dist/types/reminders/RemindersScreen.d.ts +2 -0
- package/dist/types/reports/PowerBIReport.d.ts +2 -0
- package/dist/types/routes/PrivateRoute.d.ts +4 -0
- package/dist/types/routes/UdpRoutes.d.ts +2 -0
- package/dist/types/routes/components/PageForbiddenRoute.d.ts +2 -0
- package/dist/types/routes/components/PageNotFoundRoute.d.ts +2 -0
- package/dist/types/routes/components/PageStatus.d.ts +2 -0
- package/dist/types/routes/components/PasswordResetRedirect.d.ts +2 -0
- package/dist/types/shell/Shell.d.ts +74 -0
- package/dist/types/shell/ui/AmbientProjectSwitcher.d.ts +18 -0
- package/dist/types/shell/ui/EnvironmentRibbon.d.ts +4 -0
- package/dist/types/shell/ui/FluentProfileMenuCard.d.ts +2 -0
- package/dist/types/shell/ui/HelpCenter.d.ts +2 -0
- package/dist/types/shell/ui/LanguageSwitcher.d.ts +2 -0
- package/dist/types/shell/ui/MiniCollapsibleSidebar.d.ts +3 -0
- package/dist/types/shell/ui/NavigationSidebar.d.ts +3 -0
- package/dist/types/shell/ui/SidebarCollapseButton.d.ts +5 -0
- package/dist/types/shell/ui/SidebarListItem.d.ts +6 -0
- package/dist/types/shell/ui/SiteHeader.d.ts +18 -0
- package/dist/types/shell/ui/SiteHeaderRightComponent.d.ts +9 -0
- package/dist/types/shell/ui/UserAvatar.d.ts +10 -0
- package/dist/types/shell/ui/addUser/PasswordValidator.d.ts +11 -0
- package/dist/types/shell/ui/addUser/UserForm.d.ts +3 -0
- package/dist/types/shell/ui/addUser/UserFormFields.d.ts +3 -0
- package/dist/types/shell/ui/addUser/UserFormSideSheet.d.ts +6 -0
- package/dist/types/shell/ui/appSwitcher/FUIAppHeader.d.ts +3 -0
- package/dist/types/shell/ui/appSwitcher/FUIAppList.d.ts +3 -0
- package/dist/types/shell/ui/appSwitcher/FUIAppListItem.d.ts +3 -0
- package/dist/types/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +3 -0
- package/dist/types/shell/ui/appSwitcher/ProductAppList.d.ts +3 -0
- package/dist/types/shell/ui/appSwitcher/ProductAppListItem.d.ts +3 -0
- package/dist/types/shell/ui/appSwitcher/UnityApps.d.ts +3 -0
- package/dist/types/stores/actionStore.d.ts +12 -0
- package/dist/types/stores/catalogStore.d.ts +10 -0
- package/dist/types/stores/inquiryStore.d.ts +21 -0
- package/dist/types/stores/lookupsStore.d.ts +8 -0
- package/dist/types/stores/shellStore.d.ts +21 -0
- package/dist/types/stores/teleporterStore.d.ts +13 -0
- package/dist/types/stores/tenantStore.d.ts +12 -0
- package/dist/types/stores/workflowStore.d.ts +15 -0
- package/dist/types/stories/Button.d.ts +42 -0
- package/dist/types/stories/Button.stories.d.ts +36 -0
- package/dist/types/stories/Header.d.ts +19 -0
- package/dist/types/stories/Header.stories.d.ts +24 -0
- package/dist/types/stories/Page.d.ts +19 -0
- package/dist/types/stories/Page.stories.d.ts +24 -0
- package/dist/types/treeMenu/BaseTreeMenu.d.ts +2 -0
- package/dist/types/treeMenu/BaseTreeMenuItem.d.ts +2 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/dist/types/udp/ShortcutContent/ListSearch.d.ts +2 -0
- package/dist/types/udp/ShortcutContent/ShortcutContentFinder.d.ts +2 -0
- package/dist/types/udp/export/ExportSidesheet.d.ts +2 -0
- package/dist/types/udp/export/MyExportsPage.d.ts +2 -0
- package/dist/types/udp/export/VisualSearchObject.d.ts +4 -0
- package/dist/types/udp/export/useUdpExport.d.ts +14 -0
- package/dist/types/udp/fileImportMapping/FileImportConfigCard.d.ts +2 -0
- package/dist/types/udp/fileImportMapping/FileImportMappingWizard.d.ts +3 -0
- package/dist/types/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +2 -0
- package/dist/types/udp/fileImportMapping/SampleFileImportGrid.d.ts +2 -0
- package/dist/types/udp/fileImportMapping/fileUtils.d.ts +3 -0
- package/dist/types/udp/pages/ChatUDP.d.ts +3 -0
- package/dist/types/udp/pages/UdpDataBrowserPage.d.ts +22 -0
- package/dist/types/udp/pages/UdpFormsBuilderPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpFormsListPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpGridPanelManagementPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpGridPanelManagementSidesheet.d.ts +31 -0
- package/dist/types/udp/pages/UdpImportFromFileMappingPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +3 -0
- package/dist/types/udp/pages/UdpMaintenanceConfigPage.d.ts +2 -0
- package/dist/types/udp/pages/UdpMaintenanceEnginePage.d.ts +3 -0
- package/dist/types/udp/pages/UdpNotesPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpPrivateForm.d.ts +3 -0
- package/dist/types/udp/pages/UdpPublicForm.d.ts +3 -0
- package/dist/types/udp/pages/UdpRemindersPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpReportsPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpVerticalManagementPage.d.ts +3 -0
- package/dist/types/udp/pages/UdpVerticalManagementSidesheet.d.ts +3 -0
- package/dist/types/udp/pages/udpPages.d.ts +40 -0
- package/dist/types/udp/utilities/methodUtils.d.ts +5 -0
- package/dist/types/uploader/DragDropFileUpload.d.ts +36 -0
- package/dist/types/uploader/FileProfile.d.ts +3 -0
- package/dist/types/uploader/FileType.d.ts +1 -0
- package/dist/types/uploader/FileUpload.d.ts +3 -0
- package/dist/types/uploader/ImagePreview.d.ts +3 -0
- package/dist/types/utilities/CustomNavigationClient.d.ts +11 -0
- package/dist/types/utilities/DemoJuly/redirectToProduct.d.ts +14 -0
- package/dist/types/utilities/FluentIcon.d.ts +5 -0
- package/dist/types/utilities/TrimForAvatar.d.ts +1 -0
- package/dist/types/utilities/UnityFluentIcon.d.ts +2 -0
- package/dist/types/utilities/UnityIcon.d.ts +2 -0
- package/dist/types/utilities/aggrid/AgTable.d.ts +36 -0
- package/dist/types/utilities/aggrid/GridFunctions.d.ts +9 -0
- package/dist/types/utilities/aggrid/SplitButton.d.ts +5 -0
- package/dist/types/utilities/aggrid/aggridHelpers.d.ts +2 -0
- package/dist/types/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +4 -0
- package/dist/types/utilities/apiHelpers.d.ts +12 -0
- package/dist/types/utilities/auth/AuthDialogs.d.ts +3 -0
- package/dist/types/utilities/auth/AuthProvider.d.ts +6 -0
- package/dist/types/utilities/auth/AuthProviderWrapper.d.ts +2 -0
- package/dist/types/utilities/auth/UserProvider.d.ts +3 -0
- package/dist/types/utilities/auth/internal.d.ts +10 -0
- package/dist/types/utilities/auth/signInAuthProvider.d.ts +5 -0
- package/dist/types/utilities/auth/useAccessToken.d.ts +1 -0
- package/dist/types/utilities/auth/useAuthedUser.d.ts +16 -0
- package/dist/types/utilities/auth/useIsUnityAuthenticated.d.ts +1 -0
- package/dist/types/utilities/auth/useSingleLogout.d.ts +2 -0
- package/dist/types/utilities/auth/users.d.ts +8 -0
- package/dist/types/utilities/auth/whitelistedPaths.d.ts +1 -0
- package/dist/types/utilities/axiosInterceptors.d.ts +2 -0
- package/dist/types/utilities/brand.d.ts +23 -0
- package/dist/types/utilities/chatBot/ChatBotContext.d.ts +6 -0
- package/dist/types/utilities/chatBot/ChatBotProvider.d.ts +4 -0
- package/dist/types/utilities/chatBot/useChatBot.d.ts +6 -0
- package/dist/types/utilities/crud/useDefaultFormValues.d.ts +6 -0
- package/dist/types/utilities/customIcons/ApprovalIcon.d.ts +6 -0
- package/dist/types/utilities/customIcons/RejectIcon.d.ts +4 -0
- package/dist/types/utilities/entities/entityUtilities.d.ts +3 -0
- package/dist/types/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +2 -0
- package/dist/types/utilities/form/AltSubmitButton.d.ts +13 -0
- package/dist/types/utilities/form/Field.d.ts +24 -0
- package/dist/types/utilities/form/Form.d.ts +7 -0
- package/dist/types/utilities/form/FormButtons.d.ts +3 -0
- package/dist/types/utilities/form/FormSpy.d.ts +10 -0
- package/dist/types/utilities/form/SubmitButton.d.ts +12 -0
- package/dist/types/utilities/form/arrayMutators.d.ts +2 -0
- package/dist/types/utilities/form/final-form-scroll/createDecorator.d.ts +5 -0
- package/dist/types/utilities/form/final-form-scroll/findInput.d.ts +2 -0
- package/dist/types/utilities/form/final-form-scroll/getAllInputs.d.ts +2 -0
- package/dist/types/utilities/form/final-form-scroll/isFocusableInput.d.ts +2 -0
- package/dist/types/utilities/form/formHooks.d.ts +12 -0
- package/dist/types/utilities/form/paymentForm/AccountPayment.model.d.ts +143 -0
- package/dist/types/utilities/form/paymentForm/BankIcon.d.ts +8 -0
- package/dist/types/utilities/form/paymentForm/CashForm.d.ts +10 -0
- package/dist/types/utilities/form/paymentForm/CashIcon.d.ts +8 -0
- package/dist/types/utilities/form/paymentForm/CheckIcon.d.ts +8 -0
- package/dist/types/utilities/form/paymentForm/CreditCardAdornment.d.ts +13 -0
- package/dist/types/utilities/form/paymentForm/CreditCardIcon.d.ts +8 -0
- package/dist/types/utilities/form/paymentForm/DisableOverlay.d.ts +8 -0
- package/dist/types/utilities/form/paymentForm/HostedPaymentError.d.ts +21 -0
- package/dist/types/utilities/form/paymentForm/NewCreditCardForm.d.ts +19 -0
- package/dist/types/utilities/form/paymentForm/NewECheckForm.d.ts +16 -0
- package/dist/types/utilities/form/paymentForm/PaymentBankDetails.d.ts +13 -0
- package/dist/types/utilities/form/paymentForm/PaymentBoxDetail.d.ts +33 -0
- package/dist/types/utilities/form/paymentForm/PaymentCard.d.ts +12 -0
- package/dist/types/utilities/form/paymentForm/PaymentCardDetail.d.ts +20 -0
- package/dist/types/utilities/form/paymentForm/PaymentDropdown.d.ts +32 -0
- package/dist/types/utilities/form/paymentForm/PaymentForm.d.ts +77 -0
- package/dist/types/utilities/form/paymentForm/TabPanel.d.ts +20 -0
- package/dist/types/utilities/form/paymentForm/usePaymentProviderForm.d.ts +12 -0
- package/dist/types/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +41 -0
- package/dist/types/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +46 -0
- package/dist/types/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +13 -0
- package/dist/types/utilities/iconLibrary/IconLibrary.d.ts +3 -0
- package/dist/types/utilities/iconLibrary/IconLibraryComponent.d.ts +8 -0
- package/dist/types/utilities/iconLibrary/SelectedLibraryItem.d.ts +3 -0
- package/dist/types/utilities/iconLibrary/UnityIconLibrary.d.ts +8 -0
- package/dist/types/utilities/input/DateUtilities.d.ts +3 -0
- package/dist/types/utilities/input/SelectUtilities.d.ts +3 -0
- package/dist/types/utilities/input/StringUtilities.d.ts +7 -0
- package/dist/types/utilities/isValueSelected.d.ts +3 -0
- package/dist/types/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +5 -0
- package/dist/types/utilities/menus/menuUtilities.d.ts +1 -0
- package/dist/types/utilities/menus/redirectToLink.d.ts +1 -0
- package/dist/types/utilities/page/PageSubHeaderAction.d.ts +9 -0
- package/dist/types/utilities/provider/ActionProvider.d.ts +2 -0
- package/dist/types/utilities/redirect/ExternalRedirectUrlStorage.d.ts +3 -0
- package/dist/types/utilities/redirect/LocalRedirectUrlStorage.d.ts +5 -0
- package/dist/types/utilities/redirect/pages/OutlookCallback.d.ts +2 -0
- package/dist/types/utilities/rules/RuleUtilities.d.ts +40 -0
- package/dist/types/utilities/search/Search.d.ts +37 -0
- package/dist/types/utilities/search/SearchUtilities.d.ts +15 -0
- package/dist/types/utilities/storage/UnitySessionStorage.d.ts +4 -0
- package/dist/types/utilities/stringUtils.d.ts +8 -0
- package/dist/types/utilities/style/ContentContainer.d.ts +30 -0
- package/dist/types/utilities/style/colorConverter.d.ts +3 -0
- package/dist/types/utilities/style/colors.d.ts +76 -0
- package/dist/types/utilities/style/utils/styleUtils.d.ts +2 -0
- package/dist/types/utilities/style/verticalStyles.d.ts +14 -0
- package/dist/types/utilities/systemColors.d.ts +6 -0
- package/dist/types/utilities/tenant/TenantProvider.d.ts +4 -0
- package/dist/types/utilities/tenant/tenantContext.d.ts +6 -0
- package/dist/types/utilities/tenant/useTenant.d.ts +6 -0
- package/dist/types/utilities/theme.d.ts +7 -0
- package/dist/types/utilities/tree/TreeUtilities.d.ts +81 -0
- package/dist/types/utilities/uploader/FileProfile.d.ts +3 -0
- package/dist/types/utilities/uploader/FileType.d.ts +1 -0
- package/dist/types/utilities/uploader/FileUpload.d.ts +2 -0
- package/dist/types/utilities/uploader/ImagePreview.d.ts +3 -0
- package/dist/types/utilities/uploader/formatBytes.d.ts +1 -0
- package/dist/types/utilities/useAxiosGet.d.ts +21 -0
- package/dist/types/utilities/useAxiosMutate.d.ts +6 -0
- package/dist/types/utilities/usePrevious.d.ts +2 -0
- package/dist/types/utilities/utilityBar/InquiryHeaderControl.d.ts +10 -0
- package/dist/types/utilities/utilityBar/InquiryHeaderSecondary.d.ts +9 -0
- package/dist/types/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +9 -0
- package/dist/types/utilities/utilityBar/InquiryHeaderTitle.d.ts +9 -0
- package/dist/types/utilities/utilityBar/SubHeaderAction.d.ts +9 -0
- package/dist/types/utilities/utilityBar/UtilityBarInport.d.ts +9 -0
- package/dist/types/utilities/workflow/workflowUtilities.d.ts +47 -0
- package/dist/types/workflow/WorkflowContainer.d.ts +2 -0
- package/dist/types/workflow/WorkflowContent.d.ts +2 -0
- package/dist/types/workflow/WorkflowUiInterruptContent.d.ts +2 -0
- package/dist/types/workflow/components/WorkflowTaskFlow.d.ts +2 -0
- package/dist/types/workflow/menus/WorkflowTreeMenu.d.ts +2 -0
- package/dist/types/workflow/menus/WorkflowTreeMenuItem.d.ts +2 -0
- package/dist/utilities/aggrid/ag-grid-styles.scss +46 -0
- package/package.json +27 -19
- package/dist/AGLicense.d.ts +0 -1
- package/dist/MenuPage-Bkxf-uer.js +0 -556
- package/dist/UI/AlertContainer.d.ts +0 -1
- package/dist/UI/Box.d.ts +0 -1
- package/dist/UI/Grid.d.ts +0 -1
- package/dist/UI/SuccessAction.d.ts +0 -1
- package/dist/UI/accordion/Accordion.d.ts +0 -1
- package/dist/UI/charts/InsightRenderer.d.ts +0 -19
- package/dist/UI/charts/UdpBarChart.d.ts +0 -6
- package/dist/UI/charts/UdpDistributionChart.d.ts +0 -5
- package/dist/UI/charts/UdpDonutChart.d.ts +0 -7
- package/dist/UI/charts/UdpLineChart.d.ts +0 -6
- package/dist/UI/charts/index.d.ts +0 -6
- package/dist/UI/components/dataDisplay/Ellipse.d.ts +0 -8
- package/dist/UI/components/dataDisplay/EmailDisplay.d.ts +0 -1
- package/dist/UI/components/dataDisplay/SmsDisplay.d.ts +0 -1
- package/dist/UI/components/dataDisplay/Sticky.d.ts +0 -8
- package/dist/UI/components/dataDisplay/Token.d.ts +0 -13
- package/dist/UI/components/feedback/Adornment.d.ts +0 -6
- package/dist/UI/containers/DynamicContainerWithMenu.d.ts +0 -1
- package/dist/UI/dataDisplay/AmbientList.d.ts +0 -15
- package/dist/UI/dataDisplay/AvatarAlphabet.d.ts +0 -1
- package/dist/UI/dataDisplay/ChipAlphabet.d.ts +0 -6
- package/dist/UI/dataDisplay/CompactDataList.d.ts +0 -1
- package/dist/UI/dataDisplay/CompactDataListItem.d.ts +0 -1
- package/dist/UI/dataDisplay/EmptyStateDisplay.d.ts +0 -22
- package/dist/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +0 -1
- package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +0 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.d.ts +0 -8
- package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +0 -62
- package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +0 -11
- package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.d.ts +0 -9
- package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.d.ts +0 -8
- package/dist/UI/dataDisplay/FluentListElement.d.ts +0 -8
- package/dist/UI/dataDisplay/FluentListItem.d.ts +0 -1
- package/dist/UI/dataDisplay/GraphCard.d.ts +0 -10
- package/dist/UI/dataDisplay/HeaderExpander.d.ts +0 -11
- package/dist/UI/dataDisplay/HintPanel.d.ts +0 -10
- package/dist/UI/dataDisplay/StatusChip.d.ts +0 -9
- package/dist/UI/dataDisplay/StatusFlags.d.ts +0 -8
- package/dist/UI/dataDisplay/SummaryBlock.d.ts +0 -16
- package/dist/UI/dataDisplay/TimelineCalendar.d.ts +0 -1
- package/dist/UI/dataDisplay/address/AddressListItem.d.ts +0 -3
- package/dist/UI/dataDisplay/cardList/CardList.d.ts +0 -49
- package/dist/UI/dataDisplay/directory/Directory.d.ts +0 -9
- package/dist/UI/dataDisplay/directory/DirectoryListItem.d.ts +0 -4
- package/dist/UI/dataDisplay/entityHeader/EntityHeader.d.ts +0 -12
- package/dist/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +0 -2
- package/dist/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +0 -2
- package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +0 -14
- package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +0 -22
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +0 -20
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +0 -4
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +0 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +0 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +0 -19
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +0 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +0 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +0 -3
- package/dist/UI/dataDisplay/map/ColorKey.d.ts +0 -10
- package/dist/UI/dataDisplay/map/FluentIconKey.d.ts +0 -2
- package/dist/UI/dataDisplay/map/IconKey.d.ts +0 -10
- package/dist/UI/dataDisplay/notes/Note.d.ts +0 -7
- package/dist/UI/dataDisplay/notes/Notes.d.ts +0 -6
- package/dist/UI/dataDisplay/ticketCard/NotificationElement.d.ts +0 -8
- package/dist/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +0 -16
- package/dist/UI/dataDisplay/ticketCard/TicketCard.d.ts +0 -22
- package/dist/UI/dataDisplay/typography/FormHeaders.d.ts +0 -2
- package/dist/UI/dataDisplay/typography/SideSheetHeader.d.ts +0 -4
- package/dist/UI/dataDisplay/typography/SidebarHeader.d.ts +0 -1
- package/dist/UI/dataDisplay/typography/StandardTitle.d.ts +0 -1
- package/dist/UI/dataDisplay/typography/StylizedTitle.d.ts +0 -16
- package/dist/UI/dataDisplay/typography/Typography.d.ts +0 -1
- package/dist/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +0 -63
- package/dist/UI/dataDisplay/visualization/GaugeGraph.d.ts +0 -1
- package/dist/UI/dataDisplay/visualization/RatioVisulization.d.ts +0 -5
- package/dist/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +0 -1
- package/dist/UI/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +0 -2
- package/dist/UI/demos/InputsExample.d.ts +0 -2
- package/dist/UI/feedback/AmbientAlert.d.ts +0 -12
- package/dist/UI/feedback/AmbientToast.d.ts +0 -1
- package/dist/UI/feedback/FluentDialog.d.ts +0 -1
- package/dist/UI/feedback/NodeLoader.d.ts +0 -4
- package/dist/UI/feedback/PageLoading.d.ts +0 -1
- package/dist/UI/fileViewer/FileViewer.d.ts +0 -1
- package/dist/UI/fileViewer/imageSlider/Image.d.ts +0 -1
- package/dist/UI/fileViewer/imageSlider/ImageFooter.d.ts +0 -1
- package/dist/UI/fileViewer/imageSlider/ImageSlider.d.ts +0 -1
- package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +0 -1
- package/dist/UI/fileViewer/pdfViewer/ControlPanel.d.ts +0 -2
- package/dist/UI/fileViewer/utils/fileTypes.d.ts +0 -1
- package/dist/UI/fileViewer/utils/fileUtils.d.ts +0 -2
- package/dist/UI/floorplans/CoreLayoutFloorplan.d.ts +0 -51
- package/dist/UI/forms/CrudForm.d.ts +0 -11
- package/dist/UI/forms/LoginForm.d.ts +0 -1
- package/dist/UI/forms/PaymentReversalForm.d.ts +0 -5
- package/dist/UI/forms/UdpCrudFormFields.d.ts +0 -6
- package/dist/UI/forms/VirtualForm.d.ts +0 -8
- package/dist/UI/iframe/Iframe.d.ts +0 -1
- package/dist/UI/inputs/buttons/AdvanceButton.d.ts +0 -4
- package/dist/UI/inputs/buttons/AmbientCardButton.d.ts +0 -9
- package/dist/UI/inputs/buttons/AmbientChipButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +0 -5
- package/dist/UI/inputs/buttons/AmbientToggleButton.d.ts +0 -15
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +0 -1
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +0 -44
- package/dist/UI/inputs/buttons/AmbientTokenButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/FUISquareIconButton.d.ts +0 -5
- package/dist/UI/inputs/buttons/FluentButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/FluentCompoundButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/FluentIconButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/FluentMenuListButton.d.ts +0 -6
- package/dist/UI/inputs/buttons/FluentMenuListItem.d.ts +0 -6
- package/dist/UI/inputs/buttons/FluentUploadButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/FluentUploadIconButton.d.ts +0 -1
- package/dist/UI/inputs/buttons/IconButtonWithToolTip.d.ts +0 -11
- package/dist/UI/inputs/buttons/PrimaryActionButton.d.ts +0 -6
- package/dist/UI/inputs/buttons/ToolBarButton.d.ts +0 -11
- package/dist/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +0 -1
- package/dist/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +0 -1
- package/dist/UI/inputs/checkbox/FluentCheckbox.d.ts +0 -1
- package/dist/UI/inputs/datetimes/DateField.d.ts +0 -1
- package/dist/UI/inputs/datetimes/DateTimeField.d.ts +0 -1
- package/dist/UI/inputs/datetimes/TimeField.d.ts +0 -1
- package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +0 -2
- package/dist/UI/inputs/fieldArrayCard/DateRangeField.d.ts +0 -2
- package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +0 -1
- package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +0 -2
- package/dist/UI/inputs/link/BreadCrumbMenu.d.ts +0 -1
- package/dist/UI/inputs/link/FluentLink.d.ts +0 -1
- package/dist/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +0 -9
- package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +0 -5
- package/dist/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +0 -49
- package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +0 -44
- package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +0 -6
- package/dist/UI/inputs/menus/FluentSelectGroupMenu.d.ts +0 -7
- package/dist/UI/inputs/menus/FluentSelectMenu-old.d.ts +0 -1
- package/dist/UI/inputs/menus/FluentSelectMenu.d.ts +0 -9
- package/dist/UI/inputs/menus/FluentSimpleSelect.d.ts +0 -1
- package/dist/UI/inputs/pickers/FluentColorPicker.d.ts +0 -1
- package/dist/UI/inputs/pickers/FluentDatePicker.d.ts +0 -6
- package/dist/UI/inputs/pickers/FluentDateTimePicker.d.ts +0 -6
- package/dist/UI/inputs/pickers/FluentTimePicker.d.ts +0 -7
- package/dist/UI/inputs/pickers/UdpDateSelector.d.ts +0 -10
- package/dist/UI/inputs/pickers/UdpTimeSelector.d.ts +0 -8
- package/dist/UI/inputs/radio/FluentRadio.d.ts +0 -1
- package/dist/UI/inputs/radio/FluentRadioGroup.d.ts +0 -1
- package/dist/UI/inputs/richEditors/CkRichEditor.d.ts +0 -1
- package/dist/UI/inputs/sliders/FluentInputSlider.d.ts +0 -2
- package/dist/UI/inputs/textField/AmbientAutoComplete.d.ts +0 -1
- package/dist/UI/inputs/textField/AmbientTextField.d.ts +0 -9
- package/dist/UI/inputs/textField/FluentSearchField.d.ts +0 -1
- package/dist/UI/inputs/textField/FluentTagField.d.ts +0 -2
- package/dist/UI/inputs/textField/FluentTextField.d.ts +0 -2
- package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +0 -1
- package/dist/UI/inputs/textField/KeyValueTextField.d.ts +0 -1
- package/dist/UI/inputs/toggle/FluentToggle.d.ts +0 -1
- package/dist/UI/loading/CircularProgress.d.ts +0 -1
- package/dist/UI/loading/LinearProgress.d.ts +0 -1
- package/dist/UI/loading/LoadingIndicator.d.ts +0 -4
- package/dist/UI/loading/LoadingOverlay.d.ts +0 -4
- package/dist/UI/mapLayout/MapLayout.d.ts +0 -1
- package/dist/UI/mapLayout/ui/ActionsRenderer.d.ts +0 -2
- package/dist/UI/mapLayout/ui/CheckboxGroup.d.ts +0 -1
- package/dist/UI/mapLayout/ui/CheckboxList.d.ts +0 -1
- package/dist/UI/mapLayout/ui/CompactCard.d.ts +0 -1
- package/dist/UI/mapLayout/ui/ListCard.d.ts +0 -9
- package/dist/UI/mapLayout/ui/ListView.d.ts +0 -2
- package/dist/UI/mapLayout/ui/MapLayoutToolbar.d.ts +0 -2
- package/dist/UI/mapLayout/ui/PopoverCard.d.ts +0 -1
- package/dist/UI/mapLayout/ui/PopoverOverlay.d.ts +0 -2
- package/dist/UI/mapLayout/ui/Statistic.d.ts +0 -1
- package/dist/UI/mapLayout/utilities/MapUtilities.d.ts +0 -12
- package/dist/UI/maps/UdpMap.d.ts +0 -66
- package/dist/UI/maps/UdpMapComponent.d.ts +0 -64
- package/dist/UI/maps/UdpMapToolbar.d.ts +0 -49
- package/dist/UI/navigation/FluentSideNav.d.ts +0 -1
- package/dist/UI/navigation/menus/AppMenu.d.ts +0 -6
- package/dist/UI/navigation/menus/AppMenuItem.d.ts +0 -24
- package/dist/UI/navigation/menus/AppMenuItemComponent.d.ts +0 -1
- package/dist/UI/navigation/menus/Expander.d.ts +0 -1
- package/dist/UI/navigation/menus/ExpanderItem.d.ts +0 -4
- package/dist/UI/navigation/menus/FluentMenuListItem.d.ts +0 -5
- package/dist/UI/navigation/tabs/UdpTabPanel.d.ts +0 -1
- package/dist/UI/navigation/tabs/UdpTabUtility.d.ts +0 -1
- package/dist/UI/navigation/tabs/UdpTabs.d.ts +0 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +0 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +0 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +0 -8
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +0 -45
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +0 -1
- package/dist/UI/property/PropertyFields.d.ts +0 -10
- package/dist/UI/property/widgets/AutoCompletePropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/BooleanPropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/DatePropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/DateTimePropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/FloatPropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/IntegerPropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/MultilineTextPropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/NumericPropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/SelectPropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/TextPropertyWidget.d.ts +0 -8
- package/dist/UI/property/widgets/TimePropertyWidget.d.ts +0 -7
- package/dist/UI/property/widgets/index.d.ts +0 -25
- package/dist/UI/stepper/udp-stepper.d.ts +0 -2
- package/dist/UI/support/SupportCaseForm.d.ts +0 -6
- package/dist/UI/support/SupportCaseSideSheet.d.ts +0 -9
- package/dist/UI/surfaces/NestedGrid/NestedGrid.d.ts +0 -18
- package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +0 -5
- package/dist/UI/surfaces/SideSheet.d.ts +0 -23
- package/dist/UI/surfaces/cards/AmbientCard.d.ts +0 -1
- package/dist/UI/surfaces/cards/AmbientCardTitle.d.ts +0 -12
- package/dist/UI/surfaces/cards/AmbientVisualizationCard.d.ts +0 -10
- package/dist/UI/surfaces/cards/BioCard.d.ts +0 -10
- package/dist/UI/surfaces/cards/ContentDisplayCard.d.ts +0 -13
- package/dist/UI/surfaces/cards/FUICard.d.ts +0 -4
- package/dist/UI/surfaces/cards/FUICardHeader.d.ts +0 -2
- package/dist/UI/surfaces/cards/FluentCard.d.ts +0 -8
- package/dist/UI/surfaces/cards/FluentCardActions.d.ts +0 -4
- package/dist/UI/surfaces/cards/FluentCardContent.d.ts +0 -4
- package/dist/UI/surfaces/cards/FluentCardHeader.d.ts +0 -4
- package/dist/UI/surfaces/cards/FluentCardText.d.ts +0 -1
- package/dist/UI/surfaces/cards/InfoCard.d.ts +0 -33
- package/dist/UI/surfaces/cards/QuickViewCard.d.ts +0 -8
- package/dist/UI/surfaces/cards/newsCard/NewsCard.d.ts +0 -20
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +0 -12
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +0 -4
- package/dist/UI/templates/AmbientGridTemplate.d.ts +0 -34
- package/dist/UI/templates/DraggableSidebarTemplate.d.ts +0 -1
- package/dist/UI/templates/OpenPage.d.ts +0 -1
- package/dist/UI/templates/SapFlexibleTemplate.d.ts +0 -5
- package/dist/UI/templates/ToggleSection.d.ts +0 -11
- package/dist/UI/templates/UdpCalendar.d.ts +0 -1
- package/dist/UI/templates/UdpCalendarDayView.d.ts +0 -1
- package/dist/UI/templates/UdpCalendarMonthView.d.ts +0 -1
- package/dist/UI/templates/UdpCalendarWeekView.d.ts +0 -1
- package/dist/UI/templates/UdpCalendarYearView.d.ts +0 -1
- package/dist/UI/templates/UdpGridTemplate.d.ts +0 -1
- package/dist/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +0 -1
- package/dist/UI/templates/newGrid/ClientSideUdpGrid.d.ts +0 -1
- package/dist/UI/templates/newGrid/ServerSideUdpGrid.d.ts +0 -1
- package/dist/UI/templates/ui/ExtenderToggle.d.ts +0 -8
- package/dist/UI/templates/ui/GridGroupingHeader.d.ts +0 -10
- package/dist/UI/templates/ui/GridGroupingSidebar.d.ts +0 -19
- package/dist/UI/templates/ui/GridSidebarContainer.d.ts +0 -7
- package/dist/UI/templates/ui/TokenGroupItem.d.ts +0 -12
- package/dist/UI/templates/ui/renderers/ActionsRenderer.d.ts +0 -1
- package/dist/UI/templates/ui/renderers/IconRenderer.d.ts +0 -1
- package/dist/UI/templates/ui/renderers/StatusCellRenderer.d.ts +0 -1
- package/dist/UI/timeline/ExtendActions.d.ts +0 -2
- package/dist/UI/timeline/ExtendedHeader.d.ts +0 -2
- package/dist/UI/timeline/TimeEntryStates.d.ts +0 -1
- package/dist/UI/timeline/TimeLine.d.ts +0 -6
- package/dist/UI/timeline/TimelineElement.d.ts +0 -2
- package/dist/UI/timeline/UdpTimeline.d.ts +0 -1
- package/dist/UI/timeline/UdpTimelineContent.d.ts +0 -1
- package/dist/UI/timeline/UdpTimelineDot.d.ts +0 -1
- package/dist/UI/timeline/UdpTimelineItem.d.ts +0 -1
- package/dist/UI/timeline/UdpTimelineItemConnector.d.ts +0 -1
- package/dist/UI/timeline/UdpTimelineItemSeparator.d.ts +0 -1
- package/dist/UI/timeline/fluentTimeline/FluentTimeline.d.ts +0 -1
- package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +0 -1
- package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +0 -1
- package/dist/UI/utilityDisplay/AggregateChip.d.ts +0 -2
- package/dist/UI/utilityDisplay/BulkActionsGridButton.d.ts +0 -1
- package/dist/UI/utilityDisplay/ChipSection.d.ts +0 -14
- package/dist/UI/utilityDisplay/Divider.d.ts +0 -1
- package/dist/UI/utilityDisplay/FormControl.d.ts +0 -1
- package/dist/UI/utilityDisplay/FormControlLabel.d.ts +0 -1
- package/dist/UI/utilityDisplay/GridActionBar.d.ts +0 -13
- package/dist/UI/utilityDisplay/GridPrimaryBar.d.ts +0 -23
- package/dist/UI/utilityDisplay/GridViewsSideSheet.d.ts +0 -17
- package/dist/UI/utilityDisplay/IndicatorChip.d.ts +0 -1
- package/dist/UI/utilityDisplay/InputAdornment.d.ts +0 -1
- package/dist/UI/utilityDisplay/SaveViewFormDialog.d.ts +0 -16
- package/dist/UI/utilityDisplay/UtilityBar.d.ts +0 -1
- package/dist/UI/utilityDisplay/UtilitySideBar.d.ts +0 -1
- package/dist/UI/utilityDisplay/alerts/UdpAlert.d.ts +0 -2
- package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +0 -1
- package/dist/UI/utilityDisplay/ui/UtilitySearch.d.ts +0 -5
- package/dist/UI/utilityDisplay/utilities/aggregateUtils.d.ts +0 -1
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +0 -44
- package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +0 -6
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +0 -4
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +0 -4
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +0 -5
- package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +0 -8
- package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/FUIMenuItem.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/SimpleTable.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +0 -2
- package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +0 -2
- package/dist/UI/widgets/ItemsWidgetCard.d.ts +0 -8
- package/dist/UI/widgets/WidgetCard.d.ts +0 -5
- package/dist/UI/widgets/library/BarChartWidget.d.ts +0 -23
- package/dist/UI/widgets/library/BubbleWidget.d.ts +0 -23
- package/dist/UI/widgets/library/CircleGaugeWidget.d.ts +0 -12
- package/dist/UI/widgets/library/DateTrendWidget.d.ts +0 -18
- package/dist/UI/widgets/library/DensePlotWidget.d.ts +0 -23
- package/dist/UI/widgets/library/DonutChartWidget.d.ts +0 -18
- package/dist/UI/widgets/library/GaugeWidget.d.ts +0 -14
- package/dist/UI/widgets/library/LineAndSparklinesWidget.d.ts +0 -18
- package/dist/UI/widgets/library/LineGraphWidget.d.ts +0 -23
- package/dist/UI/widgets/library/ProgressBarWidget.d.ts +0 -18
- package/dist/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +0 -3
- package/dist/UI/widgets/library/RemindersWidget.d.ts +0 -3
- package/dist/UI/widgets/library/SparklineWidget.d.ts +0 -18
- package/dist/UI/widgets/library/SparsePlotWidget.d.ts +0 -23
- package/dist/UI/widgets/library/TableWidget.d.ts +0 -18
- package/dist/UI/widgets/utils/ConvertISODate.d.ts +0 -1
- package/dist/UI/widgets/utils/NumberVisualization.d.ts +0 -2
- package/dist/UI/widgets/utils/dateUtils.d.ts +0 -3
- package/dist/VirtualBrowser-BvntTEs-.js +0 -593
- package/dist/actions/ActionForm.d.ts +0 -11
- package/dist/actions/ActionModal.d.ts +0 -1
- package/dist/actions/ActionPanelPlacement.d.ts +0 -8
- package/dist/actions/ActionSideSheet.d.ts +0 -12
- package/dist/actions/ActionSpeedDial.d.ts +0 -13
- package/dist/actions/ActionSplitScreen.d.ts +0 -14
- package/dist/actions/ActionWrapper.d.ts +0 -12
- package/dist/actions/PageActionWrapper.d.ts +0 -1
- package/dist/actions/actionSummary/ActionSummaryHeader.d.ts +0 -8
- package/dist/actions/actionSummary/ActionSummaryListItem.d.ts +0 -10
- package/dist/actions/actionSummary/ActionSummaryPopover.d.ts +0 -8
- package/dist/actions/sidebar/EntitySideBarContent.d.ts +0 -1
- package/dist/actions/utils/actionUtils.d.ts +0 -3
- package/dist/assets/unityIcons/LibraryData.d.ts +0 -5
- package/dist/chatBot/ChatContainer.d.ts +0 -1
- package/dist/chatBot/ChatMessage.d.ts +0 -1
- package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +0 -5
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +0 -4
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +0 -1
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +0 -1
- package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +0 -6
- package/dist/componentSystems/multiThreadTimeline/timeline.d.ts +0 -26
- package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +0 -6
- package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +0 -14
- package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +0 -1
- package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +0 -8
- package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +0 -8
- package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +0 -18
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +0 -12
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +0 -9
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +0 -9
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +0 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +0 -9
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +0 -6
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +0 -17
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +0 -22
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +0 -16
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +0 -10
- package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +0 -10
- package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +0 -18
- package/dist/componentSystems/pageRenderer/PageRenderer.d.ts +0 -6
- package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +0 -1
- package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +0 -33
- package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +0 -9
- package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +0 -12
- package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +0 -7
- package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +0 -1
- package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +0 -1
- package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +0 -7
- package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +0 -1
- package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +0 -1
- package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +0 -1
- package/dist/constants/reminderConstants.d.ts +0 -4
- package/dist/containers/IframeContainer.d.ts +0 -1
- package/dist/contexts/ActionContext.d.ts +0 -1
- package/dist/contexts/ActionDispatchContext.d.ts +0 -1
- package/dist/contexts/ActionLoadingContext.d.ts +0 -1
- package/dist/contexts/ActionLoadingDispatchContext.d.ts +0 -1
- package/dist/contexts/PageContext.d.ts +0 -15
- package/dist/contexts/usePageContext.d.ts +0 -1
- package/dist/dashboard/DashboardCardGrid.d.ts +0 -5
- package/dist/dashboard/DashboardWidget.d.ts +0 -2
- package/dist/dashboard/WidgetCard.d.ts +0 -1
- package/dist/dataBrowser/DataBrowserColumnDefs.d.ts +0 -9
- package/dist/dataBrowser/DataBrowserContainer.d.ts +0 -1
- package/dist/dataBrowser/forms/ParamsMappingFields.d.ts +0 -1
- package/dist/dataBrowser/forms/ParamsMappingForm.d.ts +0 -1
- package/dist/dataBrowser/forms/RequiredFieldsMappingField.d.ts +0 -1
- package/dist/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +0 -1
- package/dist/diffChecker/DiffChecker.d.ts +0 -6
- package/dist/enums/InputFieldTypeEnums.d.ts +0 -8
- package/dist/hooks/crudActions.d.ts +0 -5
- package/dist/hooks/useActions.d.ts +0 -17
- package/dist/hooks/useApiCatalog.d.ts +0 -6
- package/dist/hooks/useDateLocale.d.ts +0 -5
- package/dist/hooks/useDynamicListCalculation.d.ts +0 -1
- package/dist/hooks/useFluentIcon.d.ts +0 -3
- package/dist/hooks/useItemSubCard.d.ts +0 -7
- package/dist/hooks/useOutlook.d.ts +0 -6
- package/dist/hooks/useProductVersion.d.ts +0 -1
- package/dist/hooks/usePromotedLookupMethods.d.ts +0 -5
- package/dist/hooks/usePromotedMethodEntity.d.ts +0 -5
- package/dist/hooks/useQueryExecutors.d.ts +0 -7
- package/dist/hooks/useSearchFilterParamsMap.d.ts +0 -6
- package/dist/hooks/useSetLocationState.d.ts +0 -1
- package/dist/hooks/useSplitDecimal.d.ts +0 -3
- package/dist/hooks/useUpdateSearchParams.d.ts +0 -1
- package/dist/hooks/useWorkflow.d.ts +0 -3
- package/dist/hooks/virtualActions.d.ts +0 -3
- package/dist/index-DWuWdOI1.js +0 -56507
- package/dist/index.d.ts +0 -439
- package/dist/index.modern.js +0 -611
- package/dist/inquiry/AlertFlag.d.ts +0 -1
- package/dist/inquiry/AmbientListItem.d.ts +0 -1
- package/dist/inquiry/AmbientSplitStatCard.d.ts +0 -1
- package/dist/inquiry/AmbientSummaryListHeader.d.ts +0 -1
- package/dist/inquiry/EmbeddedInquiry.d.ts +0 -2
- package/dist/inquiry/ExecuteApiDialog.d.ts +0 -1
- package/dist/inquiry/FilterSearch.d.ts +0 -3
- package/dist/inquiry/FlagBlock.d.ts +0 -1
- package/dist/inquiry/Inquiry.d.ts +0 -1
- package/dist/inquiry/InquiryContainer.d.ts +0 -28
- package/dist/inquiry/InquiryTreeMenu.d.ts +0 -1
- package/dist/inquiry/InquiryTreeMenuItem.d.ts +0 -1
- package/dist/inquiry/InquiryWrapper.d.ts +0 -1
- package/dist/inquiry/ItemDescription.d.ts +0 -1
- package/dist/inquiry/NodeColumnHeader.d.ts +0 -5
- package/dist/inquiry/NodeDetails.d.ts +0 -1
- package/dist/inquiry/NodeList.d.ts +0 -1
- package/dist/inquiry/ToggleButton.d.ts +0 -1
- package/dist/inquiry/dashboard/InquiryDashboard.d.ts +0 -1
- package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +0 -1
- package/dist/inquiry/inquiryBar/InquiryControlList.d.ts +0 -11
- package/dist/inquiry/inquiryBar/InquiryNodeControls.d.ts +0 -1
- package/dist/inquiry/search/InquiryAdvancedSearch.d.ts +0 -1
- package/dist/inquiry/search/InquiryAdvancedSearchForm.d.ts +0 -1
- package/dist/inquiry/search/InquirySearchContainer.d.ts +0 -1
- package/dist/inquiry/search/InquirySearchDatasource.d.ts +0 -3
- package/dist/inquiry/search/InquirySearchTable.d.ts +0 -1
- package/dist/layout/GridGroup.d.ts +0 -10
- package/dist/layout/GridRow.d.ts +0 -5
- package/dist/layout/GridUnit.d.ts +0 -1
- package/dist/layout/HeaderLayout.d.ts +0 -3
- package/dist/layout/LayoutUnit.d.ts +0 -2
- package/dist/layout/getRatio.d.ts +0 -1
- package/dist/layout/templates/SideBarTemplate.d.ts +0 -4
- package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +0 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +0 -2
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +0 -9
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +0 -11
- package/dist/maintenanceEngine/entityAttributeActions.d.ts +0 -1
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +0 -44
- package/dist/maintenanceEngine/tableBrowser/TableContainer.d.ts +0 -1
- package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +0 -1
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +0 -9
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +0 -10
- package/dist/map-library/Controls/Controls.d.ts +0 -3
- package/dist/map-library/Controls/CustomControl.d.ts +0 -1
- package/dist/map-library/Controls/FullScreenControl.d.ts +0 -1
- package/dist/map-library/Controls/ZoomControl.d.ts +0 -1
- package/dist/map-library/Controls/index.d.ts +0 -1
- package/dist/map-library/Layers/ImageLayer.d.ts +0 -4
- package/dist/map-library/Layers/Layers.d.ts +0 -3
- package/dist/map-library/Layers/TileLayer.d.ts +0 -4
- package/dist/map-library/Layers/VectorLayer.d.ts +0 -6
- package/dist/map-library/Layers/index.d.ts +0 -1
- package/dist/map-library/Map/Map.d.ts +0 -22
- package/dist/map-library/Map/MapContext.d.ts +0 -2
- package/dist/map-library/Map/index.d.ts +0 -1
- package/dist/map-library/Source/index.d.ts +0 -4
- package/dist/map-library/Source/osm.d.ts +0 -3
- package/dist/map-library/Source/vector.d.ts +0 -5
- package/dist/map-library/Source/xyz.d.ts +0 -7
- package/dist/map-library/functions/mapFunctions.d.ts +0 -2
- package/dist/map-library/geoLocation/FreeFormField.d.ts +0 -1
- package/dist/map-library/geoLocation/GeoLocation.d.ts +0 -2
- package/dist/map-library/ui/ControlZoom.d.ts +0 -2
- package/dist/map-library/ui/Filter.d.ts +0 -2
- package/dist/map-library/ui/FilterOptions.d.ts +0 -2
- package/dist/map-library/ui/LocationPin.d.ts +0 -2
- package/dist/map-library/ui/MapControls.d.ts +0 -2
- package/dist/map-library/ui/MapControlsStandard.d.ts +0 -2
- package/dist/map-library/ui/MapFilterBar.d.ts +0 -1
- package/dist/map-library/ui/MapSheet.d.ts +0 -1
- package/dist/map-library/ui/Position.d.ts +0 -2
- package/dist/map-library/ui/TileDisplay.d.ts +0 -1
- package/dist/map-library/ui/ToggleViewType.d.ts +0 -2
- package/dist/maps/GeoMap.d.ts +0 -1
- package/dist/maps/leafletMaps/FluentImageMap.d.ts +0 -13
- package/dist/maps/leafletMaps/FluentMap.d.ts +0 -24
- package/dist/maps/leafletMaps/ui/MapContent.d.ts +0 -12
- package/dist/maps/leafletMaps/ui/MapMarker.d.ts +0 -1
- package/dist/maps/openLayerMaps/Controls/Controls.d.ts +0 -4
- package/dist/maps/openLayerMaps/Controls/FullScreenControl.d.ts +0 -2
- package/dist/maps/openLayerMaps/Controls/index.d.ts +0 -3
- package/dist/maps/openLayerMaps/Layers/ImageLayer.d.ts +0 -4
- package/dist/maps/openLayerMaps/Layers/Layers.d.ts +0 -3
- package/dist/maps/openLayerMaps/Layers/TileLayer.d.ts +0 -4
- package/dist/maps/openLayerMaps/Layers/VectorLayer.d.ts +0 -5
- package/dist/maps/openLayerMaps/Map/Map.d.ts +0 -6
- package/dist/maps/openLayerMaps/Map/MapContext.d.ts +0 -2
- package/dist/maps/openLayerMaps/Source/index.d.ts +0 -4
- package/dist/maps/openLayerMaps/Source/osm.d.ts +0 -3
- package/dist/maps/openLayerMaps/Source/vector.d.ts +0 -5
- package/dist/maps/openLayerMaps/Source/xyz.d.ts +0 -7
- package/dist/maps/openLayerMaps/ui/ControlZoom.d.ts +0 -2
- package/dist/maps/openLayerMaps/ui/Filter.d.ts +0 -2
- package/dist/maps/openLayerMaps/ui/LocationPin.d.ts +0 -2
- package/dist/maps/openLayerMaps/ui/MapControls.d.ts +0 -2
- package/dist/maps/openLayerMaps/ui/MapControlsStandard.d.ts +0 -2
- package/dist/maps/openLayerMaps/ui/Position.d.ts +0 -2
- package/dist/maps/openLayerMaps/ui/ToggleViewType.d.ts +0 -2
- package/dist/menuPage/MenuPage.d.ts +0 -1
- package/dist/notes/NotesScreen.d.ts +0 -1
- package/dist/page/Page.d.ts +0 -2
- package/dist/page/PageContainer.d.ts +0 -1
- package/dist/page/PageContent.d.ts +0 -1
- package/dist/page/PageHeader.d.ts +0 -1
- package/dist/page/PageSectionHeader.d.ts +0 -1
- package/dist/page/PageSectionSpacer.d.ts +0 -1
- package/dist/reminders/CompleteReminderSwitch.d.ts +0 -1
- package/dist/reminders/RemindersCard.d.ts +0 -1
- package/dist/reminders/RemindersScreen.d.ts +0 -1
- package/dist/reports/PowerBIReport.d.ts +0 -1
- package/dist/routes/PrivateRoute.d.ts +0 -3
- package/dist/routes/UdpRoutes.d.ts +0 -1
- package/dist/routes/components/PageForbiddenRoute.d.ts +0 -1
- package/dist/routes/components/PageNotFoundRoute.d.ts +0 -1
- package/dist/routes/components/PageStatus.d.ts +0 -1
- package/dist/routes/components/PasswordResetRedirect.d.ts +0 -1
- package/dist/shell/Shell.d.ts +0 -43
- package/dist/shell/ui/AmbientProjectSwitcher.d.ts +0 -8
- package/dist/shell/ui/EnvironmentRibbon.d.ts +0 -3
- package/dist/shell/ui/FluentProfileMenuCard.d.ts +0 -1
- package/dist/shell/ui/HelpCenter.d.ts +0 -1
- package/dist/shell/ui/LanguageSwitcher.d.ts +0 -1
- package/dist/shell/ui/MiniCollapsibleSidebar.d.ts +0 -2
- package/dist/shell/ui/NavigationSidebar.d.ts +0 -2
- package/dist/shell/ui/SidebarCollapseButton.d.ts +0 -1
- package/dist/shell/ui/SidebarListItem.d.ts +0 -5
- package/dist/shell/ui/SiteHeader.d.ts +0 -11
- package/dist/shell/ui/SiteHeaderRightComponent.d.ts +0 -11
- package/dist/shell/ui/UserAvatar.d.ts +0 -9
- package/dist/shell/ui/addUser/PasswordValidator.d.ts +0 -10
- package/dist/shell/ui/addUser/UserForm.d.ts +0 -2
- package/dist/shell/ui/addUser/UserFormFields.d.ts +0 -2
- package/dist/shell/ui/addUser/UserFormSideSheet.d.ts +0 -5
- package/dist/shell/ui/appSwitcher/FUIAppHeader.d.ts +0 -2
- package/dist/shell/ui/appSwitcher/FUIAppList.d.ts +0 -2
- package/dist/shell/ui/appSwitcher/FUIAppListItem.d.ts +0 -2
- package/dist/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +0 -2
- package/dist/shell/ui/appSwitcher/ProductAppList.d.ts +0 -2
- package/dist/shell/ui/appSwitcher/ProductAppListItem.d.ts +0 -2
- package/dist/shell/ui/appSwitcher/UnityApps.d.ts +0 -2
- package/dist/stores/actionStore.d.ts +0 -12
- package/dist/stores/catalogStore.d.ts +0 -14
- package/dist/stores/inquiryStore.d.ts +0 -21
- package/dist/stores/lookupsStore.d.ts +0 -12
- package/dist/stores/shellStore.d.ts +0 -21
- package/dist/stores/teleporterStore.d.ts +0 -13
- package/dist/stores/tenantStore.d.ts +0 -16
- package/dist/stores/workflowStore.d.ts +0 -19
- package/dist/stories/Button.d.ts +0 -26
- package/dist/stories/Button.stories.d.ts +0 -45
- package/dist/stories/Header.d.ts +0 -18
- package/dist/stories/Header.stories.d.ts +0 -17
- package/dist/stories/Page.d.ts +0 -18
- package/dist/stories/Page.stories.d.ts +0 -15
- package/dist/treeMenu/BaseTreeMenu.d.ts +0 -1
- package/dist/treeMenu/BaseTreeMenuItem.d.ts +0 -1
- package/dist/udp/ShortcutContent/ListSearch.d.ts +0 -1
- package/dist/udp/ShortcutContent/ShortcutContentFinder.d.ts +0 -1
- package/dist/udp/export/ExportSidesheet.d.ts +0 -1
- package/dist/udp/export/MyExportsPage.d.ts +0 -1
- package/dist/udp/export/VisualSearchObject.d.ts +0 -3
- package/dist/udp/export/useUdpExport.d.ts +0 -14
- package/dist/udp/fileImportMapping/FileImportConfigCard.d.ts +0 -1
- package/dist/udp/fileImportMapping/FileImportMappingWizard.d.ts +0 -2
- package/dist/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +0 -1
- package/dist/udp/fileImportMapping/SampleFileImportGrid.d.ts +0 -1
- package/dist/udp/fileImportMapping/fileUtils.d.ts +0 -3
- package/dist/udp/pages/ChatUDP.d.ts +0 -2
- package/dist/udp/pages/UdpDataBrowserPage.d.ts +0 -3
- package/dist/udp/pages/UdpFormsBuilderPage.d.ts +0 -2
- package/dist/udp/pages/UdpFormsListPage.d.ts +0 -2
- package/dist/udp/pages/UdpGridPanelManagementPage.d.ts +0 -2
- package/dist/udp/pages/UdpGridPanelManagementSidesheet.d.ts +0 -2
- package/dist/udp/pages/UdpImportFromFileMappingPage.d.ts +0 -2
- package/dist/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +0 -2
- package/dist/udp/pages/UdpMaintenanceConfigPage.d.ts +0 -1
- package/dist/udp/pages/UdpMaintenanceEnginePage.d.ts +0 -2
- package/dist/udp/pages/UdpNotesPage.d.ts +0 -2
- package/dist/udp/pages/UdpPrivateForm.d.ts +0 -2
- package/dist/udp/pages/UdpPublicForm.d.ts +0 -2
- package/dist/udp/pages/UdpRemindersPage.d.ts +0 -2
- package/dist/udp/pages/UdpReportsPage.d.ts +0 -2
- package/dist/udp/pages/UdpVerticalManagementPage.d.ts +0 -2
- package/dist/udp/pages/UdpVerticalManagementSidesheet.d.ts +0 -2
- package/dist/udp/pages/udpPages.d.ts +0 -40
- package/dist/udp/utilities/methodUtils.d.ts +0 -5
- package/dist/udp-react-enterprise-component-library.css +0 -1
- package/dist/uploader/DragDropFileUpload.d.ts +0 -12
- package/dist/uploader/FileProfile.d.ts +0 -2
- package/dist/uploader/FileType.d.ts +0 -1
- package/dist/uploader/FileUpload.d.ts +0 -2
- package/dist/uploader/ImagePreview.d.ts +0 -2
- package/dist/utilities/CustomNavigationClient.d.ts +0 -11
- package/dist/utilities/DemoJuly/redirectToProduct.d.ts +0 -1
- package/dist/utilities/FluentIcon.d.ts +0 -1
- package/dist/utilities/TrimForAvatar.d.ts +0 -1
- package/dist/utilities/UnityFluentIcon.d.ts +0 -1
- package/dist/utilities/UnityIcon.d.ts +0 -1
- package/dist/utilities/aggrid/AgTable.d.ts +0 -33
- package/dist/utilities/aggrid/GridFunctions.d.ts +0 -13
- package/dist/utilities/aggrid/SplitButton.d.ts +0 -1
- package/dist/utilities/aggrid/aggridHelpers.d.ts +0 -1
- package/dist/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +0 -4
- package/dist/utilities/apiHelpers.d.ts +0 -7
- package/dist/utilities/auth/AuthDialogs.d.ts +0 -2
- package/dist/utilities/auth/AuthProvider.d.ts +0 -5
- package/dist/utilities/auth/AuthProviderWrapper.d.ts +0 -1
- package/dist/utilities/auth/UserProvider.d.ts +0 -2
- package/dist/utilities/auth/internal.d.ts +0 -9
- package/dist/utilities/auth/signInAuthProvider.d.ts +0 -5
- package/dist/utilities/auth/useAccessToken.d.ts +0 -1
- package/dist/utilities/auth/useAuthedUser.d.ts +0 -15
- package/dist/utilities/auth/useIsUnityAuthenticated.d.ts +0 -1
- package/dist/utilities/auth/useSingleLogout.d.ts +0 -1
- package/dist/utilities/auth/users.d.ts +0 -8
- package/dist/utilities/auth/whitelistedPaths.d.ts +0 -1
- package/dist/utilities/axiosInterceptors.d.ts +0 -2
- package/dist/utilities/brand.d.ts +0 -19
- package/dist/utilities/chatBot/ChatBotContext.d.ts +0 -1
- package/dist/utilities/chatBot/ChatBotProvider.d.ts +0 -3
- package/dist/utilities/chatBot/useChatBot.d.ts +0 -6
- package/dist/utilities/crud/useDefaultFormValues.d.ts +0 -6
- package/dist/utilities/customIcons/ApprovalIcon.d.ts +0 -1
- package/dist/utilities/customIcons/RejectIcon.d.ts +0 -1
- package/dist/utilities/entities/entityUtilities.d.ts +0 -3
- package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +0 -2
- package/dist/utilities/form/AltSubmitButton.d.ts +0 -13
- package/dist/utilities/form/Field.d.ts +0 -22
- package/dist/utilities/form/Form.d.ts +0 -7
- package/dist/utilities/form/FormButtons.d.ts +0 -2
- package/dist/utilities/form/FormSpy.d.ts +0 -10
- package/dist/utilities/form/SubmitButton.d.ts +0 -13
- package/dist/utilities/form/arrayMutators.d.ts +0 -2
- package/dist/utilities/form/final-form-scroll/createDecorator.d.ts +0 -5
- package/dist/utilities/form/final-form-scroll/findInput.d.ts +0 -2
- package/dist/utilities/form/final-form-scroll/getAllInputs.d.ts +0 -2
- package/dist/utilities/form/final-form-scroll/isFocusableInput.d.ts +0 -2
- package/dist/utilities/form/formHooks.d.ts +0 -3
- package/dist/utilities/form/paymentForm/AccountPayment.model.d.ts +0 -143
- package/dist/utilities/form/paymentForm/BankIcon.d.ts +0 -8
- package/dist/utilities/form/paymentForm/CashForm.d.ts +0 -9
- package/dist/utilities/form/paymentForm/CashIcon.d.ts +0 -8
- package/dist/utilities/form/paymentForm/CheckIcon.d.ts +0 -8
- package/dist/utilities/form/paymentForm/CreditCardAdornment.d.ts +0 -12
- package/dist/utilities/form/paymentForm/CreditCardIcon.d.ts +0 -8
- package/dist/utilities/form/paymentForm/DisableOverlay.d.ts +0 -7
- package/dist/utilities/form/paymentForm/HostedPaymentError.d.ts +0 -20
- package/dist/utilities/form/paymentForm/NewCreditCardForm.d.ts +0 -19
- package/dist/utilities/form/paymentForm/NewECheckForm.d.ts +0 -15
- package/dist/utilities/form/paymentForm/PaymentBankDetails.d.ts +0 -12
- package/dist/utilities/form/paymentForm/PaymentBoxDetail.d.ts +0 -32
- package/dist/utilities/form/paymentForm/PaymentCard.d.ts +0 -12
- package/dist/utilities/form/paymentForm/PaymentCardDetail.d.ts +0 -19
- package/dist/utilities/form/paymentForm/PaymentDropdown.d.ts +0 -32
- package/dist/utilities/form/paymentForm/PaymentForm.d.ts +0 -77
- package/dist/utilities/form/paymentForm/TabPanel.d.ts +0 -20
- package/dist/utilities/form/paymentForm/usePaymentProviderForm.d.ts +0 -12
- package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +0 -40
- package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +0 -46
- package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +0 -13
- package/dist/utilities/iconLibrary/IconLibrary.d.ts +0 -2
- package/dist/utilities/iconLibrary/IconLibraryComponent.d.ts +0 -7
- package/dist/utilities/iconLibrary/SelectedLibraryItem.d.ts +0 -2
- package/dist/utilities/iconLibrary/UnityIconLibrary.d.ts +0 -7
- package/dist/utilities/input/DateUtilities.d.ts +0 -2
- package/dist/utilities/input/SelectUtilities.d.ts +0 -3
- package/dist/utilities/input/StringUtilities.d.ts +0 -7
- package/dist/utilities/isValueSelected.d.ts +0 -1
- package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +0 -5
- package/dist/utilities/menus/menuUtilities.d.ts +0 -1
- package/dist/utilities/menus/redirectToLink.d.ts +0 -1
- package/dist/utilities/page/PageSubHeaderAction.d.ts +0 -11
- package/dist/utilities/provider/ActionProvider.d.ts +0 -1
- package/dist/utilities/redirect/ExternalRedirectUrlStorage.d.ts +0 -3
- package/dist/utilities/redirect/LocalRedirectUrlStorage.d.ts +0 -5
- package/dist/utilities/redirect/pages/OutlookCallback.d.ts +0 -1
- package/dist/utilities/rules/RuleUtilities.d.ts +0 -5
- package/dist/utilities/search/Search.d.ts +0 -37
- package/dist/utilities/search/SearchUtilities.d.ts +0 -12
- package/dist/utilities/storage/UnitySessionStorage.d.ts +0 -4
- package/dist/utilities/stringUtils.d.ts +0 -8
- package/dist/utilities/style/ContentContainer.d.ts +0 -11
- package/dist/utilities/style/colorConverter.d.ts +0 -3
- package/dist/utilities/style/colors.d.ts +0 -107
- package/dist/utilities/style/utils/styleUtils.d.ts +0 -2
- package/dist/utilities/style/verticalStyles.d.ts +0 -4
- package/dist/utilities/systemColors.d.ts +0 -1
- package/dist/utilities/tenant/TenantProvider.d.ts +0 -3
- package/dist/utilities/tenant/tenantContext.d.ts +0 -1
- package/dist/utilities/tenant/useTenant.d.ts +0 -6
- package/dist/utilities/theme.d.ts +0 -3
- package/dist/utilities/tree/TreeUtilities.d.ts +0 -74
- package/dist/utilities/uploader/FileProfile.d.ts +0 -2
- package/dist/utilities/uploader/FileType.d.ts +0 -1
- package/dist/utilities/uploader/FileUpload.d.ts +0 -1
- package/dist/utilities/uploader/ImagePreview.d.ts +0 -2
- package/dist/utilities/uploader/formatBytes.d.ts +0 -1
- package/dist/utilities/useAxiosGet.d.ts +0 -10
- package/dist/utilities/useAxiosMutate.d.ts +0 -6
- package/dist/utilities/usePrevious.d.ts +0 -1
- package/dist/utilities/utilityBar/InquiryHeaderControl.d.ts +0 -11
- package/dist/utilities/utilityBar/InquiryHeaderSecondary.d.ts +0 -11
- package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +0 -11
- package/dist/utilities/utilityBar/InquiryHeaderTitle.d.ts +0 -11
- package/dist/utilities/utilityBar/SubHeaderAction.d.ts +0 -11
- package/dist/utilities/utilityBar/UtilityBarInport.d.ts +0 -11
- package/dist/utilities/workflow/workflowUtilities.d.ts +0 -47
- package/dist/workflow/WorkflowContainer.d.ts +0 -1
- package/dist/workflow/WorkflowContent.d.ts +0 -1
- package/dist/workflow/WorkflowUiInterruptContent.d.ts +0 -1
- package/dist/workflow/components/WorkflowTaskFlow.d.ts +0 -1
- package/dist/workflow/menus/WorkflowTreeMenu.d.ts +0 -1
- package/dist/workflow/menus/WorkflowTreeMenuItem.d.ts +0 -1
- /package/dist/{UI → types/UI}/charts/types.d.ts +0 -0
- /package/dist/{UI → types/UI}/dataDisplay/cardList/enum.d.ts +0 -0
- /package/dist/{UI → types/UI}/fileViewer/pdfViewer/PDFViewer.d.ts +0 -0
- /package/dist/{UI → types/UI}/inputs/fieldArrayCard/fieldArrayCardEnum.d.ts +0 -0
- /package/dist/{UI → types/UI}/stepper/types.d.ts +0 -0
- /package/dist/{UI → types/UI}/widgets/utils/useId.d.ts +0 -0
- /package/dist/{actions → types/actions}/actionSummary/ActionSummaryCard.d.ts +0 -0
- /package/dist/{actions → types/actions}/actionSummary/ActionSummaryListContainer.d.ts +0 -0
- /package/dist/{actions → types/actions}/actionSummary/index.d.ts +0 -0
- /package/dist/{dashboard → types/dashboard}/getWidgetLayout.d.ts +0 -0
- /package/dist/{dashboard → types/dashboard}/types.d.ts +0 -0
- /package/dist/{enums → types/enums}/aggridEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/menuEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/pageEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/paymentMethodTypeEnum.d.ts +0 -0
- /package/dist/{enums → types/enums}/paymentTenderTypeEnum.d.ts +0 -0
- /package/dist/{enums → types/enums}/paymentVendorFactoryEnum.d.ts +0 -0
- /package/dist/{enums → types/enums}/propertyTypeEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/searchEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/tagEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/unitySystemEnums.d.ts +0 -0
- /package/dist/{enums → types/enums}/workflowEnums.d.ts +0 -0
- /package/dist/{index.test.d.ts → types/index.test.d.ts} +0 -0
- /package/dist/{maps/openLayerMaps → types/map-library}/Map/index.d.ts +0 -0
- /package/dist/{maps → types/maps}/openLayerMaps/Layers/index.d.ts +0 -0
- /package/dist/{models → types/models}/ApiMethodInstance.d.ts +0 -0
- /package/dist/{models → types/models}/GroupNode.d.ts +0 -0
- /package/dist/{models → types/models}/Lookup.d.ts +0 -0
- /package/dist/{models → types/models}/NumberOperator.d.ts +0 -0
- /package/dist/{models → types/models}/QueryResult.d.ts +0 -0
- /package/dist/{models → types/models}/SearchOperator.d.ts +0 -0
- /package/dist/{udp → types/udp}/fileImportMapping/FileImportMappingEnums.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/auth/authActions.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/auth/useUser.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/auth/user.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/FormError.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/index.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/paymentForm/BankAccountForm.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/paymentForm/CreditCardForm.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/paymentForm/CreditCardUtils.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/paymentForm/PaymentAccount.model.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/form/useFieldChangeListener.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/theme.types.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/types.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/useDevicePixelRatio.d.ts +0 -0
- /package/dist/{utilities → types/utilities}/useGravatar.d.ts +0 -0
|
@@ -0,0 +1,1079 @@
|
|
|
1
|
+
import { getAccessToken, getMergedConfig, handleResponseErrors, whitelistedPaths } from "./apiHelpers-t3rfkjFZ.js";
|
|
2
|
+
import React, { createContext, useContext, useEffect, useMemo } from "react";
|
|
3
|
+
import { Badge, Button, Chip, CircularProgress, IconButton, Typography, makeStyles } from "@material-ui/core";
|
|
4
|
+
import useAxios from "axios-hooks";
|
|
5
|
+
import Axios from "axios";
|
|
6
|
+
import { ConfigService, apiMutate } from "udp-react-stencil-component-library";
|
|
7
|
+
import clsx from "clsx";
|
|
8
|
+
import { create } from "zustand";
|
|
9
|
+
import { devtools } from "zustand/middleware";
|
|
10
|
+
import warning from "warning";
|
|
11
|
+
import useConstant from "use-constant";
|
|
12
|
+
|
|
13
|
+
//#region src/UI/inputs/buttons/FluentButton.jsx
|
|
14
|
+
const useStyles$9 = makeStyles((theme) => ({
|
|
15
|
+
root: {
|
|
16
|
+
borderRadius: 2,
|
|
17
|
+
height: (props) => props.height ? props.height : 32,
|
|
18
|
+
padding: "0 16px",
|
|
19
|
+
minWidth: (props) => props.minWidth ? props.minWidth : 80,
|
|
20
|
+
border: (props) => `1px solid ${props.color}`
|
|
21
|
+
},
|
|
22
|
+
label: {
|
|
23
|
+
textTransform: "capitalize",
|
|
24
|
+
fontSize: "0.875rem",
|
|
25
|
+
fontWeight: 600
|
|
26
|
+
}
|
|
27
|
+
}));
|
|
28
|
+
const FluentButton = (props) => {
|
|
29
|
+
const classes = useStyles$9(props);
|
|
30
|
+
const { children, id, udprecordid, minWidth, progress, disabled,...otherProps } = props;
|
|
31
|
+
return /* @__PURE__ */ React.createElement(Button, {
|
|
32
|
+
...otherProps,
|
|
33
|
+
disableElevation: true,
|
|
34
|
+
classes: {
|
|
35
|
+
root: classes.root,
|
|
36
|
+
label: classes.label
|
|
37
|
+
},
|
|
38
|
+
margin: "dense",
|
|
39
|
+
id,
|
|
40
|
+
udprecordid,
|
|
41
|
+
minWidth,
|
|
42
|
+
disabled: disabled || progress
|
|
43
|
+
}, progress && /* @__PURE__ */ React.createElement(CircularProgress, {
|
|
44
|
+
id: id + "-ButtonProgress",
|
|
45
|
+
udprecordid: udprecordid + "-ButtonProgress",
|
|
46
|
+
size: 18,
|
|
47
|
+
color: "primary"
|
|
48
|
+
}), !progress && children);
|
|
49
|
+
};
|
|
50
|
+
|
|
51
|
+
//#endregion
|
|
52
|
+
//#region src/utilities/axiosInterceptors.js
|
|
53
|
+
const axiosInterceptors = () => {
|
|
54
|
+
Axios.interceptors.request.use(async (config) => {
|
|
55
|
+
if (!whitelistedPaths.includes(window.location.pathname)) {
|
|
56
|
+
let accessToken = "";
|
|
57
|
+
if (!config?.headers?.Authorization) accessToken = await getAccessToken();
|
|
58
|
+
return getMergedConfig(accessToken, config);
|
|
59
|
+
}
|
|
60
|
+
return config;
|
|
61
|
+
}, (error) => Promise.reject(error));
|
|
62
|
+
Axios.interceptors.response.use((response) => response, async (error) => {
|
|
63
|
+
const config = error?.config;
|
|
64
|
+
if (error?.response?.status === 401 && !config?._retry && !whitelistedPaths.includes(window.location.pathname)) {
|
|
65
|
+
config.headers.Authorization = `Bearer ${await getAccessToken()}`;
|
|
66
|
+
config._retry = true;
|
|
67
|
+
return Axios(config);
|
|
68
|
+
}
|
|
69
|
+
return Promise.reject(error);
|
|
70
|
+
});
|
|
71
|
+
};
|
|
72
|
+
var axiosInterceptors_default = axiosInterceptors;
|
|
73
|
+
|
|
74
|
+
//#endregion
|
|
75
|
+
//#region src/utilities/auth/internal.ts
|
|
76
|
+
const UserContext = createContext(null);
|
|
77
|
+
const UserDispatchContext = createContext(null);
|
|
78
|
+
|
|
79
|
+
//#endregion
|
|
80
|
+
//#region src/utilities/auth/useUser.ts
|
|
81
|
+
/**
|
|
82
|
+
* Get the current User object (or null if not logged in)
|
|
83
|
+
*
|
|
84
|
+
* Does not redirect to login
|
|
85
|
+
* @see {@link useAuthedUser}
|
|
86
|
+
*/
|
|
87
|
+
function useUser() {
|
|
88
|
+
return useContext(UserContext);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
//#endregion
|
|
92
|
+
//#region src/utilities/input/StringUtilities.js
|
|
93
|
+
const removeWhiteSpace = (str) => {
|
|
94
|
+
if (!str) return "";
|
|
95
|
+
return str.replace(/\s/g, "");
|
|
96
|
+
};
|
|
97
|
+
const camelToPascalCaseWithSpace = (str) => {
|
|
98
|
+
const capitalizedStr = str.charAt(0).toUpperCase() + str.slice(1);
|
|
99
|
+
return capitalizedStr.replace(/([a-z0-9])([A-Z])/g, "$1 $2");
|
|
100
|
+
};
|
|
101
|
+
const trimStringAfter = (str, character) => {
|
|
102
|
+
const lastIndex = str.lastIndexOf(character);
|
|
103
|
+
return str.substring(0, lastIndex === -1 ? str.length : lastIndex);
|
|
104
|
+
};
|
|
105
|
+
const toLowerFirstChar = (field) => {
|
|
106
|
+
return field?.charAt(0)?.toLowerCase() + field?.slice(1);
|
|
107
|
+
};
|
|
108
|
+
const toUpperFirstChar = (field) => {
|
|
109
|
+
return field?.charAt(0)?.toUpperCase() + field?.slice(1);
|
|
110
|
+
};
|
|
111
|
+
const toTitleCase = (str) => {
|
|
112
|
+
const result = str.replace(/([A-Z][a-z]+)/g, " $1").replace(/([A-Z]+)\b/g, " $1").replace(/_/g, " ").trim();
|
|
113
|
+
return result.charAt(0).toUpperCase() + result.slice(1);
|
|
114
|
+
};
|
|
115
|
+
const pluralize = (str) => {
|
|
116
|
+
const last = str.charAt(str.length - 1);
|
|
117
|
+
if (last === "s") return str;
|
|
118
|
+
else return `${str}s`;
|
|
119
|
+
};
|
|
120
|
+
|
|
121
|
+
//#endregion
|
|
122
|
+
//#region src/utilities/FluentIcon.jsx
|
|
123
|
+
const useStyles$8 = makeStyles((props) => ({
|
|
124
|
+
root: {
|
|
125
|
+
display: "inline-block",
|
|
126
|
+
"& > svg": { display: "inherit" }
|
|
127
|
+
},
|
|
128
|
+
default: {
|
|
129
|
+
fontSize: 18,
|
|
130
|
+
width: 18,
|
|
131
|
+
height: 18
|
|
132
|
+
},
|
|
133
|
+
large: {
|
|
134
|
+
fontSize: 24,
|
|
135
|
+
width: 24,
|
|
136
|
+
height: 24
|
|
137
|
+
},
|
|
138
|
+
medium: {
|
|
139
|
+
fontSize: 16,
|
|
140
|
+
width: 16,
|
|
141
|
+
height: 16
|
|
142
|
+
},
|
|
143
|
+
small: {
|
|
144
|
+
fontSize: 14,
|
|
145
|
+
width: 14,
|
|
146
|
+
height: 14
|
|
147
|
+
},
|
|
148
|
+
xs: {
|
|
149
|
+
fontSize: 12,
|
|
150
|
+
width: 12,
|
|
151
|
+
height: 12
|
|
152
|
+
},
|
|
153
|
+
color: { color: (props$1) => props$1.color },
|
|
154
|
+
customSize: {
|
|
155
|
+
fontSize: (props$1) => props$1.size,
|
|
156
|
+
width: (props$1) => props$1.size,
|
|
157
|
+
height: (props$1) => props$1.size
|
|
158
|
+
}
|
|
159
|
+
}), { name: "FluentIcon" });
|
|
160
|
+
/**
|
|
161
|
+
* Wrapper for @fluentui/react-icons to provide it with required size
|
|
162
|
+
*/
|
|
163
|
+
const FluentIcon = (props) => {
|
|
164
|
+
const classes = useStyles$8(props);
|
|
165
|
+
const { component: IconComponent, size = "default", className, color, customSize = false,...otherProps } = props;
|
|
166
|
+
return /* @__PURE__ */ React.createElement(IconComponent, {
|
|
167
|
+
...otherProps,
|
|
168
|
+
className: clsx(classes.root, className, customSize && typeof size === "number" && classes["customSize"] || classes[size], color && classes["color"])
|
|
169
|
+
});
|
|
170
|
+
};
|
|
171
|
+
|
|
172
|
+
//#endregion
|
|
173
|
+
//#region src/UI/inputs/buttons/FluentIconButton.jsx
|
|
174
|
+
const useStyles$7 = makeStyles((theme) => ({ root: {
|
|
175
|
+
borderRadius: (props) => props.rounded ? 50 : 2,
|
|
176
|
+
width: (props) => props.rounded ? theme.spacing(4) : theme.spacing(1),
|
|
177
|
+
height: (props) => props.rounded ? theme.spacing(4) : theme.spacing(1),
|
|
178
|
+
border: (props) => props.rounded && `1px solid ${theme.palette.divider}`,
|
|
179
|
+
background: (props) => props.rounded && theme.palette.common.white
|
|
180
|
+
} }));
|
|
181
|
+
const FluentIconButton = (props) => {
|
|
182
|
+
const classes = useStyles$7(props);
|
|
183
|
+
const { icon, size = "medium", id, udprecordid,...otherProps } = props;
|
|
184
|
+
return /* @__PURE__ */ React.createElement(IconButton, {
|
|
185
|
+
...otherProps,
|
|
186
|
+
classes: { root: classes.root },
|
|
187
|
+
udprecordid
|
|
188
|
+
}, /* @__PURE__ */ React.createElement(FluentIcon, {
|
|
189
|
+
component: icon,
|
|
190
|
+
size,
|
|
191
|
+
id
|
|
192
|
+
}));
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
//#endregion
|
|
196
|
+
//#region src/enums/unitySystemEnums.ts
|
|
197
|
+
let GridEnums = /* @__PURE__ */ function(GridEnums$1) {
|
|
198
|
+
GridEnums$1["Ideas"] = "f3c1bf72-15fd-4dcd-904c-b67850525cff";
|
|
199
|
+
GridEnums$1["Tickets"] = "787a2afc-26df-440a-9040-9a3e5c5333d5";
|
|
200
|
+
GridEnums$1["Users"] = "4ea9fe5d-0af3-4102-af95-4d4a5ca886e1";
|
|
201
|
+
GridEnums$1["Tenants"] = "b543fc1d-6f45-469e-87ae-2b18b8200955";
|
|
202
|
+
GridEnums$1["Roles"] = "9af2eebb-7687-4b3c-91fa-607efb0a5fea";
|
|
203
|
+
GridEnums$1["Inquiry"] = "ac0b9a3a-d113-4590-93db-dea62bcb89a2";
|
|
204
|
+
GridEnums$1["Groups"] = "c599b6ff-fee3-4ade-bf78-16700fddb5b9";
|
|
205
|
+
return GridEnums$1;
|
|
206
|
+
}({});
|
|
207
|
+
let GridStateTypeEnums = /* @__PURE__ */ function(GridStateTypeEnums$1) {
|
|
208
|
+
GridStateTypeEnums$1[GridStateTypeEnums$1["Column"] = 1] = "Column";
|
|
209
|
+
GridStateTypeEnums$1[GridStateTypeEnums$1["Pivot_Mode"] = 2] = "Pivot_Mode";
|
|
210
|
+
GridStateTypeEnums$1[GridStateTypeEnums$1["Column_Sort"] = 3] = "Column_Sort";
|
|
211
|
+
GridStateTypeEnums$1[GridStateTypeEnums$1["Column_Filter"] = 4] = "Column_Filter";
|
|
212
|
+
GridStateTypeEnums$1[GridStateTypeEnums$1["Column_Group"] = 5] = "Column_Group";
|
|
213
|
+
return GridStateTypeEnums$1;
|
|
214
|
+
}({});
|
|
215
|
+
let MenuTypeEnums = /* @__PURE__ */ function(MenuTypeEnums$1) {
|
|
216
|
+
MenuTypeEnums$1[MenuTypeEnums$1["Left_Menu"] = 1] = "Left_Menu";
|
|
217
|
+
MenuTypeEnums$1[MenuTypeEnums$1["Application_Menu"] = 2] = "Application_Menu";
|
|
218
|
+
MenuTypeEnums$1[MenuTypeEnums$1["Builders_Menu"] = 3] = "Builders_Menu";
|
|
219
|
+
MenuTypeEnums$1[MenuTypeEnums$1["Favorites_Menu"] = 4] = "Favorites_Menu";
|
|
220
|
+
return MenuTypeEnums$1;
|
|
221
|
+
}({});
|
|
222
|
+
let VerticalEnums = /* @__PURE__ */ function(VerticalEnums$1) {
|
|
223
|
+
VerticalEnums$1[VerticalEnums$1["Engage"] = 1] = "Engage";
|
|
224
|
+
VerticalEnums$1[VerticalEnums$1["Manage"] = 2] = "Manage";
|
|
225
|
+
VerticalEnums$1[VerticalEnums$1["Build"] = 3] = "Build";
|
|
226
|
+
VerticalEnums$1[VerticalEnums$1["Play"] = 4] = "Play";
|
|
227
|
+
return VerticalEnums$1;
|
|
228
|
+
}({});
|
|
229
|
+
let MenuItemEnums = /* @__PURE__ */ function(MenuItemEnums$1) {
|
|
230
|
+
MenuItemEnums$1["Container"] = "b36cec3c-fe05-47ed-a687-70be22b0e200";
|
|
231
|
+
MenuItemEnums$1["External_Link"] = "11758dfd-ac3a-4996-b86c-767947776ff8";
|
|
232
|
+
MenuItemEnums$1["Data_Browser"] = "afc3833e-e288-4cf6-8155-a069ec4ddc5a";
|
|
233
|
+
MenuItemEnums$1["Report"] = "22763e92-2477-43c3-92db-124a84e5ff7f";
|
|
234
|
+
MenuItemEnums$1["Page"] = "d506aeef-ba1b-49a8-9032-beba450b11bc";
|
|
235
|
+
MenuItemEnums$1["Page_Builder"] = "16df758b-c456-4c8c-8ca3-2ae167b3b078";
|
|
236
|
+
MenuItemEnums$1["Route"] = "ec5f1c26-e7e1-4f19-8e6e-143308995a40";
|
|
237
|
+
MenuItemEnums$1["Tree_Builder"] = "d4379c4f-6496-4caa-bc0d-5f297fea580f";
|
|
238
|
+
MenuItemEnums$1["Inquiry"] = "b45f660f-a172-4444-8dd8-8f51d56e0725";
|
|
239
|
+
MenuItemEnums$1["Scheduler"] = "4007feb9-e50c-44f9-8502-a1f337d82bcf";
|
|
240
|
+
MenuItemEnums$1["Config"] = "aeb48be9-09ea-49b3-9f21-486fe3545b2d";
|
|
241
|
+
MenuItemEnums$1["Action"] = "a66e9458-2540-4166-9b26-1e9b44a2b080";
|
|
242
|
+
MenuItemEnums$1["Inner_Menu"] = "c4f7b46c-00b8-428e-b982-1639c03fde20";
|
|
243
|
+
return MenuItemEnums$1;
|
|
244
|
+
}({});
|
|
245
|
+
let ADUserTypeEnums = /* @__PURE__ */ function(ADUserTypeEnums$1) {
|
|
246
|
+
ADUserTypeEnums$1["Guest"] = "Guest";
|
|
247
|
+
ADUserTypeEnums$1["Member"] = "Member";
|
|
248
|
+
return ADUserTypeEnums$1;
|
|
249
|
+
}({});
|
|
250
|
+
let ProductEnums = /* @__PURE__ */ function(ProductEnums$1) {
|
|
251
|
+
ProductEnums$1[ProductEnums$1["Unity"] = 1] = "Unity";
|
|
252
|
+
return ProductEnums$1;
|
|
253
|
+
}({});
|
|
254
|
+
let RoleTypeEnums = /* @__PURE__ */ function(RoleTypeEnums$1) {
|
|
255
|
+
RoleTypeEnums$1[RoleTypeEnums$1["System"] = 1] = "System";
|
|
256
|
+
RoleTypeEnums$1[RoleTypeEnums$1["Tenant"] = 2] = "Tenant";
|
|
257
|
+
return RoleTypeEnums$1;
|
|
258
|
+
}({});
|
|
259
|
+
let LookupTypeEnums = /* @__PURE__ */ function(LookupTypeEnums$1) {
|
|
260
|
+
LookupTypeEnums$1["No_Lookup"] = "NO_LOOKUP";
|
|
261
|
+
LookupTypeEnums$1["Api"] = "API";
|
|
262
|
+
LookupTypeEnums$1["Csv"] = "CSV";
|
|
263
|
+
LookupTypeEnums$1["Domain"] = "DOMAIN";
|
|
264
|
+
LookupTypeEnums$1["Lookup"] = "LOOKUP";
|
|
265
|
+
return LookupTypeEnums$1;
|
|
266
|
+
}({});
|
|
267
|
+
let SearchValueType = /* @__PURE__ */ function(SearchValueType$1) {
|
|
268
|
+
SearchValueType$1["String"] = "String";
|
|
269
|
+
SearchValueType$1["Int"] = "Int";
|
|
270
|
+
SearchValueType$1["Long"] = "Long";
|
|
271
|
+
SearchValueType$1["Double"] = "Double";
|
|
272
|
+
SearchValueType$1["Boolean"] = "Boolean";
|
|
273
|
+
SearchValueType$1["DateTime"] = "DateTime";
|
|
274
|
+
return SearchValueType$1;
|
|
275
|
+
}({});
|
|
276
|
+
let SearchGroupingType = /* @__PURE__ */ function(SearchGroupingType$1) {
|
|
277
|
+
SearchGroupingType$1["Distinct"] = "DISTINCT";
|
|
278
|
+
SearchGroupingType$1["Aggregate"] = "AGGREGATE";
|
|
279
|
+
return SearchGroupingType$1;
|
|
280
|
+
}({});
|
|
281
|
+
let SearchSortDirection = /* @__PURE__ */ function(SearchSortDirection$1) {
|
|
282
|
+
SearchSortDirection$1["Asc"] = "ASC";
|
|
283
|
+
SearchSortDirection$1["Desc"] = "DESC";
|
|
284
|
+
return SearchSortDirection$1;
|
|
285
|
+
}({});
|
|
286
|
+
let RoleNameEnums = /* @__PURE__ */ function(RoleNameEnums$1) {
|
|
287
|
+
RoleNameEnums$1["System_Administrator"] = "System Administrator";
|
|
288
|
+
RoleNameEnums$1["Company_Administrator"] = "Company Administrator";
|
|
289
|
+
RoleNameEnums$1["Developer"] = "Developer";
|
|
290
|
+
return RoleNameEnums$1;
|
|
291
|
+
}({});
|
|
292
|
+
let ProductNameEnums = /* @__PURE__ */ function(ProductNameEnums$1) {
|
|
293
|
+
ProductNameEnums$1["Asset_Management"] = "Asset Management";
|
|
294
|
+
ProductNameEnums$1["Asset_Routing"] = "Asset Routing";
|
|
295
|
+
ProductNameEnums$1["AVI"] = "AVI";
|
|
296
|
+
ProductNameEnums$1["Cashiering"] = "Cashiering";
|
|
297
|
+
ProductNameEnums$1["Citizen_Portal"] = "Citizen Portal";
|
|
298
|
+
ProductNameEnums$1["Compliance"] = "Compliance";
|
|
299
|
+
ProductNameEnums$1["Consumer_Engagement"] = "Consumer Engagement";
|
|
300
|
+
ProductNameEnums$1["Consumer_Information"] = "Consumer Information";
|
|
301
|
+
ProductNameEnums$1["Contact_Center"] = "Contact Center";
|
|
302
|
+
ProductNameEnums$1["Course_Management"] = "Course Management";
|
|
303
|
+
ProductNameEnums$1["Crew_Routing"] = "Crew Routing";
|
|
304
|
+
ProductNameEnums$1["Dispatch"] = "Dispatch";
|
|
305
|
+
ProductNameEnums$1["Dispatch_Admin"] = "Dispatch Admin";
|
|
306
|
+
ProductNameEnums$1["Employee_Network"] = "Employee Network";
|
|
307
|
+
ProductNameEnums$1["Energy_Management"] = "Energy Management";
|
|
308
|
+
ProductNameEnums$1["Equipment_Inspection"] = "Equipment Inspection";
|
|
309
|
+
ProductNameEnums$1["Facility_Management"] = "Facility Management";
|
|
310
|
+
ProductNameEnums$1["Field_Mobility"] = "Field Mobility";
|
|
311
|
+
ProductNameEnums$1["Fixed_Assets"] = "Fixed Assets";
|
|
312
|
+
ProductNameEnums$1["Fleet_Management"] = "Fleet Management";
|
|
313
|
+
ProductNameEnums$1["Health_And_Safety"] = "Health & Safety";
|
|
314
|
+
ProductNameEnums$1["Instructor_Application"] = "Instructor Application";
|
|
315
|
+
ProductNameEnums$1["MDM"] = "MDM";
|
|
316
|
+
ProductNameEnums$1["Member_Management"] = "Member Management";
|
|
317
|
+
ProductNameEnums$1["Page_Builder"] = "Page Builder";
|
|
318
|
+
ProductNameEnums$1["Project_Management"] = "Project Management";
|
|
319
|
+
ProductNameEnums$1["Rentals"] = "Rentals";
|
|
320
|
+
ProductNameEnums$1["Unity"] = "Unity";
|
|
321
|
+
ProductNameEnums$1["Work_Orders"] = "Work Orders";
|
|
322
|
+
return ProductNameEnums$1;
|
|
323
|
+
}({});
|
|
324
|
+
let LogicalSearchOperatorEnums = /* @__PURE__ */ function(LogicalSearchOperatorEnums$1) {
|
|
325
|
+
LogicalSearchOperatorEnums$1[LogicalSearchOperatorEnums$1["And"] = 1] = "And";
|
|
326
|
+
LogicalSearchOperatorEnums$1[LogicalSearchOperatorEnums$1["Or"] = 2] = "Or";
|
|
327
|
+
return LogicalSearchOperatorEnums$1;
|
|
328
|
+
}({});
|
|
329
|
+
let NodeActionTriggerEnums = /* @__PURE__ */ function(NodeActionTriggerEnums$1) {
|
|
330
|
+
NodeActionTriggerEnums$1[NodeActionTriggerEnums$1["On_Node_Drop"] = 1] = "On_Node_Drop";
|
|
331
|
+
return NodeActionTriggerEnums$1;
|
|
332
|
+
}({});
|
|
333
|
+
let NodeActionEnums = /* @__PURE__ */ function(NodeActionEnums$1) {
|
|
334
|
+
NodeActionEnums$1[NodeActionEnums$1["Load_Inquiry_Page"] = 1] = "Load_Inquiry_Page";
|
|
335
|
+
NodeActionEnums$1[NodeActionEnums$1["Execute_Api"] = 2] = "Execute_Api";
|
|
336
|
+
NodeActionEnums$1[NodeActionEnums$1["Start_Workflow"] = 3] = "Start_Workflow";
|
|
337
|
+
NodeActionEnums$1[NodeActionEnums$1["Create"] = 4] = "Create";
|
|
338
|
+
NodeActionEnums$1[NodeActionEnums$1["Update"] = 5] = "Update";
|
|
339
|
+
NodeActionEnums$1[NodeActionEnums$1["Delete"] = 6] = "Delete";
|
|
340
|
+
NodeActionEnums$1[NodeActionEnums$1["Retrieve"] = 7] = "Retrieve";
|
|
341
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_Inquiry"] = 8] = "Open_Inquiry";
|
|
342
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_Maintenance_Engine"] = 9] = "Open_Maintenance_Engine";
|
|
343
|
+
NodeActionEnums$1[NodeActionEnums$1["Redirect"] = 10] = "Redirect";
|
|
344
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_External_Link"] = 11] = "Open_External_Link";
|
|
345
|
+
NodeActionEnums$1[NodeActionEnums$1["Hide"] = 12] = "Hide";
|
|
346
|
+
NodeActionEnums$1[NodeActionEnums$1["Disable"] = 13] = "Disable";
|
|
347
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_Page_Split_Screen"] = 14] = "Open_Page_Split_Screen";
|
|
348
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_Shell_Split_Screen"] = 15] = "Open_Shell_Split_Screen";
|
|
349
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_Notes"] = 16] = "Open_Notes";
|
|
350
|
+
NodeActionEnums$1[NodeActionEnums$1["Open_Reminders"] = 17] = "Open_Reminders";
|
|
351
|
+
NodeActionEnums$1[NodeActionEnums$1["Execute_Function"] = 18] = "Execute_Function";
|
|
352
|
+
return NodeActionEnums$1;
|
|
353
|
+
}({});
|
|
354
|
+
let TreeViewModeEnums = /* @__PURE__ */ function(TreeViewModeEnums$1) {
|
|
355
|
+
TreeViewModeEnums$1[TreeViewModeEnums$1["Classic"] = 1] = "Classic";
|
|
356
|
+
TreeViewModeEnums$1[TreeViewModeEnums$1["Compact"] = 2] = "Compact";
|
|
357
|
+
return TreeViewModeEnums$1;
|
|
358
|
+
}({});
|
|
359
|
+
let PanelPositionEnums = /* @__PURE__ */ function(PanelPositionEnums$1) {
|
|
360
|
+
PanelPositionEnums$1[PanelPositionEnums$1["Site_Header"] = 1] = "Site_Header";
|
|
361
|
+
PanelPositionEnums$1[PanelPositionEnums$1["Site_Header_Summary"] = 2] = "Site_Header_Summary";
|
|
362
|
+
PanelPositionEnums$1[PanelPositionEnums$1["Speed_Dial"] = 3] = "Speed_Dial";
|
|
363
|
+
PanelPositionEnums$1[PanelPositionEnums$1["Inquiry_Header"] = 4] = "Inquiry_Header";
|
|
364
|
+
PanelPositionEnums$1[PanelPositionEnums$1["Inquiry_Header_Summary"] = 5] = "Inquiry_Header_Summary";
|
|
365
|
+
return PanelPositionEnums$1;
|
|
366
|
+
}({});
|
|
367
|
+
let CardinalityTypeEnums = /* @__PURE__ */ function(CardinalityTypeEnums$1) {
|
|
368
|
+
CardinalityTypeEnums$1[CardinalityTypeEnums$1["One_To_One"] = 0] = "One_To_One";
|
|
369
|
+
CardinalityTypeEnums$1[CardinalityTypeEnums$1["One_To_Many"] = 1] = "One_To_Many";
|
|
370
|
+
CardinalityTypeEnums$1[CardinalityTypeEnums$1["Many_To_Many"] = 2] = "Many_To_Many";
|
|
371
|
+
CardinalityTypeEnums$1[CardinalityTypeEnums$1["Many_To_One"] = 3] = "Many_To_One";
|
|
372
|
+
return CardinalityTypeEnums$1;
|
|
373
|
+
}({});
|
|
374
|
+
let SplitScreenTypeEnums = /* @__PURE__ */ function(SplitScreenTypeEnums$1) {
|
|
375
|
+
SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Entity"] = 1] = "Entity";
|
|
376
|
+
SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Notes"] = 2] = "Notes";
|
|
377
|
+
SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Page"] = 3] = "Page";
|
|
378
|
+
SplitScreenTypeEnums$1[SplitScreenTypeEnums$1["Reminders"] = 4] = "Reminders";
|
|
379
|
+
return SplitScreenTypeEnums$1;
|
|
380
|
+
}({});
|
|
381
|
+
let UdpEnums = /* @__PURE__ */ function(UdpEnums$1) {
|
|
382
|
+
UdpEnums$1["Udp_Note_Type"] = "UdpNoteType";
|
|
383
|
+
UdpEnums$1["Udp_Note_Template"] = "UdpNoteTemplate";
|
|
384
|
+
UdpEnums$1["Udp_Note"] = "UdpNote";
|
|
385
|
+
UdpEnums$1["Udp_Note_Filed_For"] = "UdpNoteFiledFor";
|
|
386
|
+
UdpEnums$1["Udp_Shortcut_Content"] = "UdpShortcutContent";
|
|
387
|
+
UdpEnums$1["Udp_Lookup"] = "UdpLookup";
|
|
388
|
+
UdpEnums$1["Udp_Reminder_Type"] = "UdpReminderType";
|
|
389
|
+
UdpEnums$1["Udp_Reminder_Template"] = "UdpReminderTemplate";
|
|
390
|
+
UdpEnums$1["Udp_Reminder"] = "UdpReminder";
|
|
391
|
+
UdpEnums$1["Udp_Reminder_Filed_For"] = "UdpReminderFiledFor";
|
|
392
|
+
return UdpEnums$1;
|
|
393
|
+
}({});
|
|
394
|
+
let NodeGroupTypeEnums = /* @__PURE__ */ function(NodeGroupTypeEnums$1) {
|
|
395
|
+
NodeGroupTypeEnums$1["Static"] = "static";
|
|
396
|
+
NodeGroupTypeEnums$1["Dynamic"] = "dynamic";
|
|
397
|
+
return NodeGroupTypeEnums$1;
|
|
398
|
+
}({});
|
|
399
|
+
let NodeGroupOutlierEnums = /* @__PURE__ */ function(NodeGroupOutlierEnums$1) {
|
|
400
|
+
NodeGroupOutlierEnums$1["Hide"] = "hide";
|
|
401
|
+
NodeGroupOutlierEnums$1["Group"] = "group";
|
|
402
|
+
NodeGroupOutlierEnums$1["Individual"] = "individual";
|
|
403
|
+
return NodeGroupOutlierEnums$1;
|
|
404
|
+
}({});
|
|
405
|
+
let LookupTypeIdEnums = /* @__PURE__ */ function(LookupTypeIdEnums$1) {
|
|
406
|
+
LookupTypeIdEnums$1[LookupTypeIdEnums$1["Api"] = 1] = "Api";
|
|
407
|
+
LookupTypeIdEnums$1[LookupTypeIdEnums$1["Csv"] = 2] = "Csv";
|
|
408
|
+
LookupTypeIdEnums$1[LookupTypeIdEnums$1["Domain"] = 3] = "Domain";
|
|
409
|
+
LookupTypeIdEnums$1[LookupTypeIdEnums$1["Lookup"] = 4] = "Lookup";
|
|
410
|
+
return LookupTypeIdEnums$1;
|
|
411
|
+
}({});
|
|
412
|
+
let VisibilityTypeEnums = /* @__PURE__ */ function(VisibilityTypeEnums$1) {
|
|
413
|
+
VisibilityTypeEnums$1[VisibilityTypeEnums$1["Private"] = 1] = "Private";
|
|
414
|
+
VisibilityTypeEnums$1[VisibilityTypeEnums$1["Public"] = 2] = "Public";
|
|
415
|
+
return VisibilityTypeEnums$1;
|
|
416
|
+
}({});
|
|
417
|
+
let SeverityTypeEnums = /* @__PURE__ */ function(SeverityTypeEnums$1) {
|
|
418
|
+
SeverityTypeEnums$1["Success"] = "success";
|
|
419
|
+
SeverityTypeEnums$1["Error"] = "error";
|
|
420
|
+
SeverityTypeEnums$1["Warning"] = "warning";
|
|
421
|
+
SeverityTypeEnums$1["Info"] = "info";
|
|
422
|
+
SeverityTypeEnums$1["Default"] = "default";
|
|
423
|
+
return SeverityTypeEnums$1;
|
|
424
|
+
}({});
|
|
425
|
+
let UdpKeywordEnums = /* @__PURE__ */ function(UdpKeywordEnums$1) {
|
|
426
|
+
UdpKeywordEnums$1["Udp_Tenant_Id"] = "UDP_TENANT_ID";
|
|
427
|
+
UdpKeywordEnums$1["Udp_Product_Id"] = "UDP_PRODUCT_ID";
|
|
428
|
+
UdpKeywordEnums$1["Udp_Language_Id"] = "UDP_LANGUAGE_ID";
|
|
429
|
+
return UdpKeywordEnums$1;
|
|
430
|
+
}({});
|
|
431
|
+
let JobStatusIdMapping = /* @__PURE__ */ function(JobStatusIdMapping$1) {
|
|
432
|
+
JobStatusIdMapping$1[JobStatusIdMapping$1["PENDING"] = 1] = "PENDING";
|
|
433
|
+
JobStatusIdMapping$1[JobStatusIdMapping$1["IN_PROGRESS"] = 2] = "IN_PROGRESS";
|
|
434
|
+
JobStatusIdMapping$1[JobStatusIdMapping$1["COMPLETED"] = 3] = "COMPLETED";
|
|
435
|
+
JobStatusIdMapping$1[JobStatusIdMapping$1["FAILED"] = 4] = "FAILED";
|
|
436
|
+
return JobStatusIdMapping$1;
|
|
437
|
+
}({});
|
|
438
|
+
let JobTypeIdMapping = /* @__PURE__ */ function(JobTypeIdMapping$1) {
|
|
439
|
+
JobTypeIdMapping$1[JobTypeIdMapping$1["IMPORT"] = 1] = "IMPORT";
|
|
440
|
+
JobTypeIdMapping$1[JobTypeIdMapping$1["EXPORT"] = 2] = "EXPORT";
|
|
441
|
+
return JobTypeIdMapping$1;
|
|
442
|
+
}({});
|
|
443
|
+
let UdpReminderFiledForType = /* @__PURE__ */ function(UdpReminderFiledForType$1) {
|
|
444
|
+
UdpReminderFiledForType$1[UdpReminderFiledForType$1["User"] = 1] = "User";
|
|
445
|
+
UdpReminderFiledForType$1[UdpReminderFiledForType$1["System"] = 2] = "System";
|
|
446
|
+
return UdpReminderFiledForType$1;
|
|
447
|
+
}({});
|
|
448
|
+
let DeviceTypeEnums = /* @__PURE__ */ function(DeviceTypeEnums$1) {
|
|
449
|
+
DeviceTypeEnums$1[DeviceTypeEnums$1["Desktop"] = 1] = "Desktop";
|
|
450
|
+
DeviceTypeEnums$1[DeviceTypeEnums$1["Tablet"] = 2] = "Tablet";
|
|
451
|
+
DeviceTypeEnums$1[DeviceTypeEnums$1["Mobile"] = 3] = "Mobile";
|
|
452
|
+
return DeviceTypeEnums$1;
|
|
453
|
+
}({});
|
|
454
|
+
let ContainerTypeEnums = /* @__PURE__ */ function(ContainerTypeEnums$1) {
|
|
455
|
+
ContainerTypeEnums$1[ContainerTypeEnums$1["Sidesheet"] = 1] = "Sidesheet";
|
|
456
|
+
ContainerTypeEnums$1[ContainerTypeEnums$1["SplitScreen"] = 2] = "SplitScreen";
|
|
457
|
+
ContainerTypeEnums$1[ContainerTypeEnums$1["Page"] = 3] = "Page";
|
|
458
|
+
return ContainerTypeEnums$1;
|
|
459
|
+
}({});
|
|
460
|
+
let TenantTypeEnums = /* @__PURE__ */ function(TenantTypeEnums$1) {
|
|
461
|
+
TenantTypeEnums$1[TenantTypeEnums$1["Tenant"] = 1] = "Tenant";
|
|
462
|
+
TenantTypeEnums$1[TenantTypeEnums$1["Product"] = 2] = "Product";
|
|
463
|
+
return TenantTypeEnums$1;
|
|
464
|
+
}({});
|
|
465
|
+
let EntityAttributeEnums = /* @__PURE__ */ function(EntityAttributeEnums$1) {
|
|
466
|
+
EntityAttributeEnums$1["Is_Product_ShortcutContent"] = "IsProductShortcutContent";
|
|
467
|
+
EntityAttributeEnums$1["Is_Product_Lookup"] = "IsProductLookup";
|
|
468
|
+
EntityAttributeEnums$1["User_Defined"] = "UserDefined";
|
|
469
|
+
EntityAttributeEnums$1["Domain_Name"] = "DomainName";
|
|
470
|
+
return EntityAttributeEnums$1;
|
|
471
|
+
}({});
|
|
472
|
+
let RoleIdEnums = /* @__PURE__ */ function(RoleIdEnums$1) {
|
|
473
|
+
RoleIdEnums$1["Unity_System_Administrator"] = "302dacf5-bf16-412d-bf66-519d4c3491c3";
|
|
474
|
+
return RoleIdEnums$1;
|
|
475
|
+
}({});
|
|
476
|
+
|
|
477
|
+
//#endregion
|
|
478
|
+
//#region src/utilities/UnityIcon.jsx
|
|
479
|
+
const useStyles$6 = makeStyles((theme) => ({
|
|
480
|
+
root: {
|
|
481
|
+
display: "flex",
|
|
482
|
+
fill: (props) => props.color || "black"
|
|
483
|
+
},
|
|
484
|
+
showcase: {
|
|
485
|
+
fontSize: 38,
|
|
486
|
+
width: 38,
|
|
487
|
+
height: 38
|
|
488
|
+
},
|
|
489
|
+
large: {
|
|
490
|
+
fontSize: 20,
|
|
491
|
+
width: 20,
|
|
492
|
+
height: 20
|
|
493
|
+
},
|
|
494
|
+
default: {
|
|
495
|
+
fontSize: 18,
|
|
496
|
+
width: 18,
|
|
497
|
+
height: 18
|
|
498
|
+
},
|
|
499
|
+
medium: {
|
|
500
|
+
fontSize: 16,
|
|
501
|
+
width: 16,
|
|
502
|
+
height: 16
|
|
503
|
+
},
|
|
504
|
+
small: {
|
|
505
|
+
fontSize: 14,
|
|
506
|
+
width: 14,
|
|
507
|
+
height: 14
|
|
508
|
+
},
|
|
509
|
+
xs: {
|
|
510
|
+
fontSize: 12,
|
|
511
|
+
width: 12,
|
|
512
|
+
height: 12
|
|
513
|
+
}
|
|
514
|
+
}));
|
|
515
|
+
const UnityIcon = (props) => {
|
|
516
|
+
const { component, size = "default", className,...otherProps } = props;
|
|
517
|
+
const classes = useStyles$6(props);
|
|
518
|
+
return /* @__PURE__ */ React.createElement("div", {
|
|
519
|
+
...otherProps,
|
|
520
|
+
className: clsx(classes.root, className, classes[size])
|
|
521
|
+
}, component);
|
|
522
|
+
};
|
|
523
|
+
|
|
524
|
+
//#endregion
|
|
525
|
+
//#region src/utilities/UnityFluentIcon.jsx
|
|
526
|
+
const UnityFluentIcon = (props) => {
|
|
527
|
+
const { type, icon, color,...other } = props;
|
|
528
|
+
if (!icon) return null;
|
|
529
|
+
return type === "unity" ? /* @__PURE__ */ React.createElement(UnityIcon, {
|
|
530
|
+
component: icon,
|
|
531
|
+
color,
|
|
532
|
+
...other
|
|
533
|
+
}) : /* @__PURE__ */ React.createElement(FluentIcon, {
|
|
534
|
+
component: icon,
|
|
535
|
+
style: { color: color || "" },
|
|
536
|
+
...other
|
|
537
|
+
});
|
|
538
|
+
};
|
|
539
|
+
|
|
540
|
+
//#endregion
|
|
541
|
+
//#region src/stores/shellStore.ts
|
|
542
|
+
const useShellStore = create()(devtools((set) => ({
|
|
543
|
+
subHeaderActionHasChildren: false,
|
|
544
|
+
setSubHeaderActionHasChildren: (subHeaderActionHasChildren) => set((state) => ({ subHeaderActionHasChildren })),
|
|
545
|
+
navigationExpanded: true,
|
|
546
|
+
setNavigationExpanded: (navigationExpanded) => set((state) => ({ navigationExpanded })),
|
|
547
|
+
isValidWidget: (a) => false,
|
|
548
|
+
setIsValidWidget: (isValidWidget) => set((state) => ({ isValidWidget })),
|
|
549
|
+
getWidget: (a) => null,
|
|
550
|
+
setGetWidget: (getWidget) => set((state) => ({ getWidget })),
|
|
551
|
+
shellHidden: false,
|
|
552
|
+
setShellHidden: (shellHidden) => set((state) => ({ shellHidden })),
|
|
553
|
+
currentContainerId: null,
|
|
554
|
+
setCurrentContainerId: (currentContainerId) => set((state) => ({ currentContainerId }))
|
|
555
|
+
})));
|
|
556
|
+
const useSetInitialShellVisibility = () => {
|
|
557
|
+
const searchParams = new URLSearchParams(window.location.search);
|
|
558
|
+
const withoutShell = searchParams.has("withoutShell") === true ? searchParams.get("withoutShell") === "true" ? true : false : false;
|
|
559
|
+
const setShellHidden = useShellStore((state) => state.setShellHidden);
|
|
560
|
+
useEffect(() => {
|
|
561
|
+
if (withoutShell) setShellHidden(true);
|
|
562
|
+
}, [setShellHidden, withoutShell]);
|
|
563
|
+
};
|
|
564
|
+
|
|
565
|
+
//#endregion
|
|
566
|
+
//#region src/UI/inputs/buttons/PrimaryActionButton.jsx
|
|
567
|
+
const useStyles$5 = makeStyles((theme) => ({
|
|
568
|
+
root: {
|
|
569
|
+
borderRadius: 0,
|
|
570
|
+
padding: "calc(.875rem - 3px) 23px calc(.875rem - 3px) 15px"
|
|
571
|
+
},
|
|
572
|
+
label: { textTransform: "none" },
|
|
573
|
+
endIcon: {
|
|
574
|
+
display: "flex",
|
|
575
|
+
justifyContent: "flex-end",
|
|
576
|
+
marginLeft: theme.spacing(2)
|
|
577
|
+
}
|
|
578
|
+
}));
|
|
579
|
+
const PrimaryActionButton = ({ children, icon,...otherProps }) => {
|
|
580
|
+
const classes = useStyles$5();
|
|
581
|
+
return /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Button, {
|
|
582
|
+
...otherProps,
|
|
583
|
+
disableElevation: true,
|
|
584
|
+
classes: {
|
|
585
|
+
root: classes.root,
|
|
586
|
+
label: classes.label,
|
|
587
|
+
endIcon: classes.endIcon
|
|
588
|
+
},
|
|
589
|
+
variant: "contained",
|
|
590
|
+
color: "secondary",
|
|
591
|
+
endIcon: icon
|
|
592
|
+
}, children));
|
|
593
|
+
};
|
|
594
|
+
var PrimaryActionButton_default = PrimaryActionButton;
|
|
595
|
+
|
|
596
|
+
//#endregion
|
|
597
|
+
//#region src/utilities/style/colors.js
|
|
598
|
+
const colors$1 = {
|
|
599
|
+
systemIcon: {
|
|
600
|
+
trigger: {
|
|
601
|
+
main: "#FFCD27",
|
|
602
|
+
hint: "#FDFAF0",
|
|
603
|
+
hover: {
|
|
604
|
+
outline: "#AF9027",
|
|
605
|
+
background: "#FFFDEF"
|
|
606
|
+
}
|
|
607
|
+
},
|
|
608
|
+
action: {
|
|
609
|
+
main: "#1542FF",
|
|
610
|
+
hint: "#F3F5FE",
|
|
611
|
+
hover: {
|
|
612
|
+
outline: "#40529D",
|
|
613
|
+
background: "#ECEFFA"
|
|
614
|
+
}
|
|
615
|
+
},
|
|
616
|
+
condition: {
|
|
617
|
+
main: "#AE14FF",
|
|
618
|
+
hint: "#F9EEFF",
|
|
619
|
+
hover: {
|
|
620
|
+
outline: "#844EA0",
|
|
621
|
+
background: "#FAF2FE"
|
|
622
|
+
}
|
|
623
|
+
},
|
|
624
|
+
sequence: {
|
|
625
|
+
main: "#FD7F12",
|
|
626
|
+
hint: "#FFF6EE",
|
|
627
|
+
hover: {
|
|
628
|
+
outline: "#A86123",
|
|
629
|
+
background: "#FDF4EC"
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
unity: {
|
|
634
|
+
success: { hint: "#F3FAF3" },
|
|
635
|
+
warning: { hint: "#FFF6EA" },
|
|
636
|
+
info: { hint: "#F3F9FE" },
|
|
637
|
+
error: { hint: "#FDF7F6" }
|
|
638
|
+
},
|
|
639
|
+
categoryColors: {
|
|
640
|
+
one: {
|
|
641
|
+
hint: "#F8BBD0",
|
|
642
|
+
main: "#F3FAF3"
|
|
643
|
+
},
|
|
644
|
+
two: {
|
|
645
|
+
hint: "#FFF6EA",
|
|
646
|
+
main: "#FFF6EA"
|
|
647
|
+
},
|
|
648
|
+
three: {
|
|
649
|
+
hint: "#FFF6EA",
|
|
650
|
+
main: "#FFF6EA"
|
|
651
|
+
},
|
|
652
|
+
four: {
|
|
653
|
+
hint: "#F8BBD0",
|
|
654
|
+
main: "#f3e0eb"
|
|
655
|
+
},
|
|
656
|
+
five: {
|
|
657
|
+
hint: "#F8BBD0",
|
|
658
|
+
main: "rgb(194 223 218)"
|
|
659
|
+
},
|
|
660
|
+
six: {
|
|
661
|
+
hint: "#F8BBD0",
|
|
662
|
+
main: "rgb(222 217 235)"
|
|
663
|
+
}
|
|
664
|
+
}
|
|
665
|
+
};
|
|
666
|
+
|
|
667
|
+
//#endregion
|
|
668
|
+
//#region src/utilities/style/colorConverter.js
|
|
669
|
+
const getEllipseColor = (theme, color, variant = "main") => {
|
|
670
|
+
if (!theme) return "";
|
|
671
|
+
let ellipseColor = theme.palette.primary[variant];
|
|
672
|
+
switch (color) {
|
|
673
|
+
case "action":
|
|
674
|
+
ellipseColor = theme.palette.action?.[variant];
|
|
675
|
+
break;
|
|
676
|
+
case "sequence":
|
|
677
|
+
ellipseColor = theme.palette.sequence?.[variant];
|
|
678
|
+
break;
|
|
679
|
+
case "trigger":
|
|
680
|
+
ellipseColor = theme.palette.trigger?.[variant];
|
|
681
|
+
break;
|
|
682
|
+
case "condition":
|
|
683
|
+
ellipseColor = theme.palette.condition?.[variant];
|
|
684
|
+
break;
|
|
685
|
+
case "primary":
|
|
686
|
+
ellipseColor = theme.palette.primary[variant];
|
|
687
|
+
break;
|
|
688
|
+
case "secondary":
|
|
689
|
+
ellipseColor = theme.palette.secondary[variant];
|
|
690
|
+
break;
|
|
691
|
+
case "info":
|
|
692
|
+
ellipseColor = theme.palette.info[variant];
|
|
693
|
+
break;
|
|
694
|
+
case "warning":
|
|
695
|
+
ellipseColor = theme.palette.warning[variant];
|
|
696
|
+
break;
|
|
697
|
+
case "error":
|
|
698
|
+
ellipseColor = theme.palette.error[variant];
|
|
699
|
+
break;
|
|
700
|
+
case "success":
|
|
701
|
+
ellipseColor = theme.palette.success[variant];
|
|
702
|
+
break;
|
|
703
|
+
default:
|
|
704
|
+
ellipseColor = theme.palette.secondary[variant];
|
|
705
|
+
break;
|
|
706
|
+
}
|
|
707
|
+
return ellipseColor;
|
|
708
|
+
};
|
|
709
|
+
const getCategoryColor = (color) => {
|
|
710
|
+
let highlightColor = colors$1.unity.info.hint;
|
|
711
|
+
switch (color) {
|
|
712
|
+
case "info":
|
|
713
|
+
highlightColor = colors$1.unity.info.hint;
|
|
714
|
+
break;
|
|
715
|
+
case "warning":
|
|
716
|
+
highlightColor = colors$1.unity.warning.hint;
|
|
717
|
+
break;
|
|
718
|
+
case "error":
|
|
719
|
+
highlightColor = colors$1.unity.error.hint;
|
|
720
|
+
break;
|
|
721
|
+
case "four":
|
|
722
|
+
highlightColor = colors$1.categoryColors.four.main;
|
|
723
|
+
break;
|
|
724
|
+
case "five":
|
|
725
|
+
highlightColor = colors$1.categoryColors.five.main;
|
|
726
|
+
break;
|
|
727
|
+
case "six":
|
|
728
|
+
highlightColor = colors$1.categoryColors.six.main;
|
|
729
|
+
break;
|
|
730
|
+
default: highlightColor = colors$1.unity.info.hint;
|
|
731
|
+
}
|
|
732
|
+
return highlightColor;
|
|
733
|
+
};
|
|
734
|
+
|
|
735
|
+
//#endregion
|
|
736
|
+
//#region src/UI/dataDisplay/typography/Typography.jsx
|
|
737
|
+
const useStyles$4 = makeStyles((theme) => ({ typography: { color: (props) => props?.color && getEllipseColor(theme, props?.color) } }));
|
|
738
|
+
const Typography$1 = (props) => {
|
|
739
|
+
const { variant, align, children, className, noWrap = false, paragraph = false, color } = props;
|
|
740
|
+
const classes = useStyles$4(props);
|
|
741
|
+
return /* @__PURE__ */ React.createElement(Typography, {
|
|
742
|
+
variant,
|
|
743
|
+
align,
|
|
744
|
+
className: clsx({ [classes.typography]: color }, className),
|
|
745
|
+
noWrap,
|
|
746
|
+
paragraph
|
|
747
|
+
}, children);
|
|
748
|
+
};
|
|
749
|
+
|
|
750
|
+
//#endregion
|
|
751
|
+
//#region src/layout/LayoutUnit.tsx
|
|
752
|
+
const useStyles$3 = makeStyles((theme) => ({
|
|
753
|
+
highlight: {
|
|
754
|
+
background: "pink",
|
|
755
|
+
opacity: (props) => props.highlight ? .2 : 0
|
|
756
|
+
},
|
|
757
|
+
nudge: { height: theme.spacing(1) },
|
|
758
|
+
xxs: { height: theme.spacing(2) },
|
|
759
|
+
xs: { height: theme.spacing(3) },
|
|
760
|
+
sm: { height: theme.spacing(4) },
|
|
761
|
+
md: { height: theme.spacing(5) },
|
|
762
|
+
lg: { height: theme.spacing(8) },
|
|
763
|
+
xl: { height: theme.spacing(12) },
|
|
764
|
+
xxl: { height: theme.spacing(20) }
|
|
765
|
+
}));
|
|
766
|
+
const LayoutUnit = (props) => {
|
|
767
|
+
const classes = useStyles$3(props);
|
|
768
|
+
let spaceUnit;
|
|
769
|
+
const { unit, highlight } = props;
|
|
770
|
+
switch (unit) {
|
|
771
|
+
case "nudge":
|
|
772
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.nudge, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
773
|
+
color: "secondary",
|
|
774
|
+
badgeContent: "Nudge"
|
|
775
|
+
}));
|
|
776
|
+
break;
|
|
777
|
+
case "xxs":
|
|
778
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.xxs, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
779
|
+
color: "secondary",
|
|
780
|
+
badgeContent: "XXS"
|
|
781
|
+
}));
|
|
782
|
+
break;
|
|
783
|
+
case "xs":
|
|
784
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.xs, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
785
|
+
color: "secondary",
|
|
786
|
+
badgeContent: "XS"
|
|
787
|
+
}));
|
|
788
|
+
break;
|
|
789
|
+
case "sm":
|
|
790
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.sm, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
791
|
+
color: "secondary",
|
|
792
|
+
badgeContent: "SM"
|
|
793
|
+
}));
|
|
794
|
+
break;
|
|
795
|
+
case "md":
|
|
796
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.md, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
797
|
+
color: "secondary",
|
|
798
|
+
badgeContent: "MD"
|
|
799
|
+
}));
|
|
800
|
+
break;
|
|
801
|
+
case "lg":
|
|
802
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.lg, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
803
|
+
color: "secondary",
|
|
804
|
+
badgeContent: "LG"
|
|
805
|
+
}));
|
|
806
|
+
break;
|
|
807
|
+
case "xl":
|
|
808
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.xl, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
809
|
+
color: "secondary",
|
|
810
|
+
badgeContent: "XL"
|
|
811
|
+
}));
|
|
812
|
+
break;
|
|
813
|
+
case "xxl":
|
|
814
|
+
spaceUnit = /* @__PURE__ */ React.createElement("div", { className: clsx(classes.xxl, classes.highlight) }, highlight && /* @__PURE__ */ React.createElement(Badge, {
|
|
815
|
+
color: "secondary",
|
|
816
|
+
badgeContent: "XXL"
|
|
817
|
+
}));
|
|
818
|
+
break;
|
|
819
|
+
default:
|
|
820
|
+
}
|
|
821
|
+
return spaceUnit;
|
|
822
|
+
};
|
|
823
|
+
|
|
824
|
+
//#endregion
|
|
825
|
+
//#region src/UI/dataDisplay/typography/StandardTitle.jsx
|
|
826
|
+
const useStyles$2 = makeStyles((theme) => ({ root: {
|
|
827
|
+
marginTop: (props) => props?.removeMarginTop ? 0 : theme.spacing(1),
|
|
828
|
+
whiteSpace: "nowrap",
|
|
829
|
+
textOverflow: "ellipsis"
|
|
830
|
+
} }));
|
|
831
|
+
const StandardTitle = (props) => {
|
|
832
|
+
const classes = useStyles$2(props);
|
|
833
|
+
const { children,...other } = props;
|
|
834
|
+
return /* @__PURE__ */ React.createElement(Typography, {
|
|
835
|
+
component: "h2",
|
|
836
|
+
variant: "h6",
|
|
837
|
+
className: classes.root,
|
|
838
|
+
...other
|
|
839
|
+
}, children);
|
|
840
|
+
};
|
|
841
|
+
|
|
842
|
+
//#endregion
|
|
843
|
+
//#region src/utilities/useAxiosGet.js
|
|
844
|
+
axiosInterceptors_default();
|
|
845
|
+
/**
|
|
846
|
+
* A custom hook for making GET requests with query parameters.
|
|
847
|
+
* @template T - The expected type of the response data.
|
|
848
|
+
* @param {string} url - The URL for the request.
|
|
849
|
+
* @param {object} [params] - Optional object for query parameters.
|
|
850
|
+
* @param {import('axios').AxiosRequestConfig} [config] - Optional Axios request config.
|
|
851
|
+
* @param {boolean} [isManual] - If true, the request is not made automatically.
|
|
852
|
+
* @returns {import('axios-hooks').AxiosHooksResult<T>}
|
|
853
|
+
*/
|
|
854
|
+
const useAxiosGetQuery = (url, params, config, isManual) => {
|
|
855
|
+
const user = useUser();
|
|
856
|
+
if (!user?.accessToken) isManual = true;
|
|
857
|
+
const headers = useMemo(() => {
|
|
858
|
+
const currentHeaders = config.headers ?? {};
|
|
859
|
+
currentHeaders.currentTenantId ||= user?.currentTenantId ?? "";
|
|
860
|
+
return currentHeaders;
|
|
861
|
+
}, [user, config]);
|
|
862
|
+
config.headers = headers;
|
|
863
|
+
const [{ data, loading, error }, refetch] = useAxios({
|
|
864
|
+
url,
|
|
865
|
+
params,
|
|
866
|
+
...config
|
|
867
|
+
}, { manual: isManual });
|
|
868
|
+
useEffect(() => {
|
|
869
|
+
handleResponseErrors(error);
|
|
870
|
+
}, [error]);
|
|
871
|
+
return [{
|
|
872
|
+
data,
|
|
873
|
+
loading,
|
|
874
|
+
error
|
|
875
|
+
}, refetch];
|
|
876
|
+
};
|
|
877
|
+
/**
|
|
878
|
+
* A custom hook for making GET requests with Axios.
|
|
879
|
+
* @template T - The expected type of the response data.
|
|
880
|
+
* @param {string} baseURL - The base URL for the request.
|
|
881
|
+
* @param {string} url - The URL path for the request.
|
|
882
|
+
* @param {import('axios').AxiosRequestConfig} [config={}] - Optional Axios request config.
|
|
883
|
+
* @param {boolean} [isManual] - If true, the request is not made automatically.
|
|
884
|
+
* @param {boolean} [useCache=true] - If true, caching is enabled.
|
|
885
|
+
* @returns {import('axios-hooks').AxiosHooksResult<T>}
|
|
886
|
+
*/
|
|
887
|
+
const useAxiosGet = (baseURL, url, config = {}, isManual, useCache = true) => {
|
|
888
|
+
const user = useUser();
|
|
889
|
+
const headers = useMemo(() => {
|
|
890
|
+
const currentHeaders = config.headers ?? {};
|
|
891
|
+
currentHeaders.currentTenantId ||= user?.currentTenantId ?? "";
|
|
892
|
+
return currentHeaders;
|
|
893
|
+
}, [user, config]);
|
|
894
|
+
config.headers = headers;
|
|
895
|
+
const fullURL = { url: `${baseURL}/${url}` };
|
|
896
|
+
const [{ data, loading, error }, refetch] = useAxios({
|
|
897
|
+
...fullURL,
|
|
898
|
+
...config
|
|
899
|
+
}, {
|
|
900
|
+
manual: isManual,
|
|
901
|
+
useCache
|
|
902
|
+
});
|
|
903
|
+
useEffect(() => {
|
|
904
|
+
handleResponseErrors(error);
|
|
905
|
+
}, [error]);
|
|
906
|
+
return [{
|
|
907
|
+
data,
|
|
908
|
+
loading,
|
|
909
|
+
error
|
|
910
|
+
}, refetch];
|
|
911
|
+
};
|
|
912
|
+
|
|
913
|
+
//#endregion
|
|
914
|
+
//#region src/UI/widgets/utils/useId.js
|
|
915
|
+
let idCounter = 0;
|
|
916
|
+
function nextId() {
|
|
917
|
+
idCounter += 1;
|
|
918
|
+
warning(idCounter < 1e10, "Id: you might have a memory leak.The idCounter is not supposed to grow that much.");
|
|
919
|
+
return idCounter;
|
|
920
|
+
}
|
|
921
|
+
/**
|
|
922
|
+
* A simple hook that returns a unique page ID
|
|
923
|
+
*/
|
|
924
|
+
function useId(name, idFromProps) {
|
|
925
|
+
const id = useConstant(nextId);
|
|
926
|
+
if (idFromProps) return idFromProps;
|
|
927
|
+
if (process.env.NODE_ENV === "production") return `uid${id}`;
|
|
928
|
+
return `${name || "unnamed"}-${id}`;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
//#endregion
|
|
932
|
+
//#region src/UI/dataDisplay/StatusChip.jsx
|
|
933
|
+
const useStyles$1 = makeStyles((theme) => ({
|
|
934
|
+
smallChip: {
|
|
935
|
+
height: theme.spacing(2.5),
|
|
936
|
+
fontSize: "0.7rem",
|
|
937
|
+
"& .MuiChip-label": {
|
|
938
|
+
paddingLeft: theme.spacing(.75),
|
|
939
|
+
paddingRight: theme.spacing(.75)
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
actionable: { cursor: "pointer" },
|
|
943
|
+
success: {
|
|
944
|
+
backgroundColor: theme.palette.success.main,
|
|
945
|
+
color: "#FFF",
|
|
946
|
+
"&.MuiChip-outlined": {
|
|
947
|
+
color: theme.palette.success.main,
|
|
948
|
+
borderColor: theme.palette.success.main,
|
|
949
|
+
backgroundColor: "transparent"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
warning: {
|
|
953
|
+
backgroundColor: theme.palette.warning.main,
|
|
954
|
+
color: "#FFF",
|
|
955
|
+
"&.MuiChip-outlined": {
|
|
956
|
+
color: theme.palette.warning.main,
|
|
957
|
+
borderColor: theme.palette.warning.main,
|
|
958
|
+
backgroundColor: "transparent"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
error: {
|
|
962
|
+
backgroundColor: theme.palette.error.main,
|
|
963
|
+
color: "#FFF",
|
|
964
|
+
"&.MuiChip-outlined": {
|
|
965
|
+
color: theme.palette.error.main,
|
|
966
|
+
borderColor: theme.palette.error.main,
|
|
967
|
+
backgroundColor: "transparent"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
info: {
|
|
971
|
+
backgroundColor: theme.palette.info.main,
|
|
972
|
+
color: theme.palette.getContrastText(theme.palette.info.main),
|
|
973
|
+
"&.MuiChip-outlined": {
|
|
974
|
+
color: theme.palette.info.main,
|
|
975
|
+
borderColor: theme.palette.info.main,
|
|
976
|
+
backgroundColor: "transparent"
|
|
977
|
+
}
|
|
978
|
+
}
|
|
979
|
+
}));
|
|
980
|
+
const StatusChip = ({ status, label, useSmallChip = false, isActionable = false, icon, variant = "default", onClick }) => {
|
|
981
|
+
const classes = useStyles$1();
|
|
982
|
+
const chipClass = clsx({
|
|
983
|
+
[classes.smallChip]: useSmallChip,
|
|
984
|
+
[classes.actionable]: isActionable,
|
|
985
|
+
[classes.success]: status === "success",
|
|
986
|
+
[classes.warning]: status === "warning",
|
|
987
|
+
[classes.error]: status === "error",
|
|
988
|
+
[classes.info]: status === "info"
|
|
989
|
+
});
|
|
990
|
+
return /* @__PURE__ */ React.createElement(Chip, {
|
|
991
|
+
className: chipClass,
|
|
992
|
+
label,
|
|
993
|
+
size: "small",
|
|
994
|
+
icon: icon || null,
|
|
995
|
+
variant,
|
|
996
|
+
onClick: isActionable ? onClick : null
|
|
997
|
+
});
|
|
998
|
+
};
|
|
999
|
+
|
|
1000
|
+
//#endregion
|
|
1001
|
+
//#region src/udp/utilities/methodUtils.js
|
|
1002
|
+
const getBaseMethod = (type, baseType, catalogPromotedEntities) => {
|
|
1003
|
+
if (!catalogPromotedEntities) return null;
|
|
1004
|
+
const entityMethod = catalogPromotedEntities.find((promotedEntity) => {
|
|
1005
|
+
const entityNameParts = promotedEntity.entityName.split(".");
|
|
1006
|
+
if (entityNameParts.length) return entityNameParts[entityNameParts.length - 1] === type;
|
|
1007
|
+
return false;
|
|
1008
|
+
});
|
|
1009
|
+
return entityMethod ? entityMethod[baseType] : null;
|
|
1010
|
+
};
|
|
1011
|
+
const executeQueryAdHoc = async (data, apiMethodId, urlQueryParams = "") => apiMutate(ConfigService.integrationV1ApiUrl, `apimethod/executeQueryAdHoc/${apiMethodId}${urlQueryParams}`, { method: "post" }, data);
|
|
1012
|
+
const executeQueryWithParameters = async (data, apiMethodId, urlQueryParams = "") => apiMutate(ConfigService.integrationV1ApiUrl, `apimethod/executeQueryWithParameters/${apiMethodId}${urlQueryParams}`, { method: "post" }, data);
|
|
1013
|
+
const executeQueryInstance = async (data, apiMethodInstanceId, urlQueryParams = "") => apiMutate(ConfigService.integrationV1ApiUrl, `apimethod/executeQueryInstance/${apiMethodInstanceId}${urlQueryParams}`, { method: "post" }, data);
|
|
1014
|
+
const executeQueryInstanceWithApiMethodInstance = async (data, urlQueryParams = "") => apiMutate(ConfigService.integrationV1ApiUrl, `apimethod/executeQueryInstance${urlQueryParams}`, { method: "post" }, data);
|
|
1015
|
+
|
|
1016
|
+
//#endregion
|
|
1017
|
+
//#region src/utilities/tenant/tenantContext.ts
|
|
1018
|
+
const TenantContext = createContext(null);
|
|
1019
|
+
|
|
1020
|
+
//#endregion
|
|
1021
|
+
//#region src/utilities/tenant/useTenant.ts
|
|
1022
|
+
const useTenant = () => {
|
|
1023
|
+
return useContext(TenantContext);
|
|
1024
|
+
};
|
|
1025
|
+
|
|
1026
|
+
//#endregion
|
|
1027
|
+
//#region src/shell/ui/EnvironmentRibbon.tsx
|
|
1028
|
+
const APP_RIBBON_SPACE = 25;
|
|
1029
|
+
const useBuildEnvironment = () => {
|
|
1030
|
+
const user = useUser();
|
|
1031
|
+
const buildEnvironment = useMemo(() => {
|
|
1032
|
+
const env = ConfigService.config.UNITY_ENVIRONMENT;
|
|
1033
|
+
if (![
|
|
1034
|
+
"development",
|
|
1035
|
+
"staging",
|
|
1036
|
+
"production",
|
|
1037
|
+
"build"
|
|
1038
|
+
].includes(env?.toLowerCase()) || env === "production" && !user?.can?.CAN_VIEW_PROD_APP_RIBBON) return void 0;
|
|
1039
|
+
return env?.toLowerCase();
|
|
1040
|
+
}, [user]);
|
|
1041
|
+
return buildEnvironment;
|
|
1042
|
+
};
|
|
1043
|
+
const useStyles = makeStyles({
|
|
1044
|
+
root: {
|
|
1045
|
+
width: "100vw",
|
|
1046
|
+
height: APP_RIBBON_SPACE,
|
|
1047
|
+
backgroundColor: ({ environment }) => `var(--env-ribbon-${environment})`,
|
|
1048
|
+
color: "#ffffff",
|
|
1049
|
+
display: "flex",
|
|
1050
|
+
alignItems: "center",
|
|
1051
|
+
position: "relative",
|
|
1052
|
+
"&.staging": { color: "#000000" }
|
|
1053
|
+
},
|
|
1054
|
+
centerText: {
|
|
1055
|
+
position: "absolute",
|
|
1056
|
+
left: "50%",
|
|
1057
|
+
transform: "translateX(-50%)",
|
|
1058
|
+
fontWeight: 600
|
|
1059
|
+
},
|
|
1060
|
+
rightText: {
|
|
1061
|
+
position: "absolute",
|
|
1062
|
+
right: "10px",
|
|
1063
|
+
fontWeight: 500
|
|
1064
|
+
}
|
|
1065
|
+
});
|
|
1066
|
+
const EnvironmentRibbon = () => {
|
|
1067
|
+
const tenantInfo = useTenant();
|
|
1068
|
+
const buildEnvironment = useBuildEnvironment();
|
|
1069
|
+
const classes = useStyles({ environment: buildEnvironment });
|
|
1070
|
+
if (!buildEnvironment) return null;
|
|
1071
|
+
return /* @__PURE__ */ React.createElement("div", {
|
|
1072
|
+
className: `${classes.root} ${buildEnvironment === "staging" ? "staging" : ""}`,
|
|
1073
|
+
id: "udp-environment-banner"
|
|
1074
|
+
}, /* @__PURE__ */ React.createElement(Typography$1, { className: classes.centerText }, buildEnvironment?.charAt(0).toUpperCase() + buildEnvironment?.slice(1) || ""), /* @__PURE__ */ React.createElement(Typography$1, { className: classes.rightText }, tenantInfo?.activeTenant?.tenantName));
|
|
1075
|
+
};
|
|
1076
|
+
|
|
1077
|
+
//#endregion
|
|
1078
|
+
export { ADUserTypeEnums, APP_RIBBON_SPACE, CardinalityTypeEnums, ContainerTypeEnums, DeviceTypeEnums, EntityAttributeEnums, EnvironmentRibbon, FluentButton, FluentIcon, FluentIconButton, GridEnums, GridStateTypeEnums, JobStatusIdMapping, JobTypeIdMapping, LayoutUnit, LogicalSearchOperatorEnums, LookupTypeEnums, LookupTypeIdEnums, MenuItemEnums, MenuTypeEnums, NodeActionEnums, NodeActionTriggerEnums, NodeGroupOutlierEnums, NodeGroupTypeEnums, PanelPositionEnums, PrimaryActionButton, PrimaryActionButton_default, ProductEnums, ProductNameEnums, RoleIdEnums, RoleNameEnums, RoleTypeEnums, SearchGroupingType, SearchSortDirection, SearchValueType, SeverityTypeEnums, SplitScreenTypeEnums, StandardTitle, StatusChip, TenantContext, TenantTypeEnums, TreeViewModeEnums, Typography$1 as Typography, UdpEnums, UdpKeywordEnums, UdpReminderFiledForType, UnityFluentIcon, UnityIcon, UserContext, UserDispatchContext, VerticalEnums, VisibilityTypeEnums, axiosInterceptors_default, camelToPascalCaseWithSpace, colors$1 as colors, executeQueryAdHoc, executeQueryInstance, executeQueryInstanceWithApiMethodInstance, executeQueryWithParameters, getBaseMethod, getCategoryColor, getEllipseColor, pluralize, removeWhiteSpace, toLowerFirstChar, toTitleCase, toUpperFirstChar, trimStringAfter, useAxiosGet, useAxiosGetQuery, useBuildEnvironment, useId, useSetInitialShellVisibility, useShellStore, useTenant, useUser };
|
|
1079
|
+
//# sourceMappingURL=EnvironmentRibbon-BMvQEZPZ.js.map
|