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