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,7 +1,6 @@
|
|
|
1
|
-
import { FluentIcon, FluentIconButton, LayoutUnit, PrimaryActionButton, StandardTitle, StatusChip, useAxiosGet, useId, useShellStore } from "./EnvironmentRibbon-
|
|
1
|
+
import { FluentIcon, FluentIconButton, LayoutUnit, PrimaryActionButton, StandardTitle, StatusChip, useAxiosGet, useId, useShellStore } from "./EnvironmentRibbon-BMvQEZPZ.js";
|
|
2
2
|
import React, { Fragment, createContext, createRef, forwardRef, memo, useCallback, useEffect, useMemo, useReducer, useRef, useState } from "react";
|
|
3
3
|
import { Badge, Button, ButtonBase, Card, CardActions, CardContent, CircularProgress, Collapse, Divider, IconButton, LinearProgress, ListItemIcon, ListItemText, Menu, MenuItem, Popover, Slide, Tooltip, Typography, lighten, makeStyles, useTheme } from "@material-ui/core";
|
|
4
|
-
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
5
4
|
import { ConfigService } from "udp-react-stencil-component-library";
|
|
6
5
|
import { Redirect, useHistory, useLocation } from "react-router-dom";
|
|
7
6
|
import clsx from "clsx";
|
|
@@ -76,28 +75,22 @@ const useStyles$12 = makeStyles((theme) => ({
|
|
|
76
75
|
const ToolBarButton = (props) => {
|
|
77
76
|
const classes = useStyles$12(props);
|
|
78
77
|
const { component: ToolBarComponent, click, label, expanded, aria, icon = true, disabled = false } = props;
|
|
79
|
-
return /* @__PURE__ */
|
|
78
|
+
return /* @__PURE__ */ React.createElement(Tooltip, {
|
|
80
79
|
title: expanded && label || aria || "",
|
|
81
80
|
"aria-label": label,
|
|
82
81
|
placement: "top",
|
|
83
|
-
enterDelay: !expanded && 5e3
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
variant: "body2",
|
|
96
|
-
className: classes.label,
|
|
97
|
-
children: !expanded && label
|
|
98
|
-
})]
|
|
99
|
-
})
|
|
100
|
-
});
|
|
82
|
+
enterDelay: !expanded && 5e3
|
|
83
|
+
}, /* @__PURE__ */ React.createElement(ButtonBase, {
|
|
84
|
+
classes: { root: classes.root },
|
|
85
|
+
className: classes.wrapper,
|
|
86
|
+
onClick: click,
|
|
87
|
+
disableRipple: true,
|
|
88
|
+
"aria-label": aria,
|
|
89
|
+
disabled
|
|
90
|
+
}, icon && /* @__PURE__ */ React.createElement("div", { className: classes.iconWrapper }, /* @__PURE__ */ React.createElement(ToolBarComponent, { className: classes.icon })), /* @__PURE__ */ React.createElement(Typography, {
|
|
91
|
+
variant: "body2",
|
|
92
|
+
className: classes.label
|
|
93
|
+
}, !expanded && label)));
|
|
101
94
|
};
|
|
102
95
|
ToolBarButton.propTypes = {
|
|
103
96
|
component: PropTypes.func,
|
|
@@ -208,30 +201,29 @@ const DashboardCardGrid = (props) => {
|
|
|
208
201
|
});
|
|
209
202
|
}
|
|
210
203
|
}, [droppingWidgetType, onCreateCard]);
|
|
211
|
-
return /* @__PURE__ */
|
|
204
|
+
return /* @__PURE__ */ React.createElement("div", {
|
|
212
205
|
ref,
|
|
213
|
-
className: classes.root
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
}) : null
|
|
233
|
-
});
|
|
206
|
+
className: classes.root
|
|
207
|
+
}, width ? /* @__PURE__ */ React.createElement(Responsive, {
|
|
208
|
+
ref: rglRef,
|
|
209
|
+
...other,
|
|
210
|
+
width,
|
|
211
|
+
breakpoints,
|
|
212
|
+
cols: breakpointCols,
|
|
213
|
+
rowHeight: 128,
|
|
214
|
+
margin: [theme.spacing(3), theme.spacing(3)],
|
|
215
|
+
containerPadding: [0, 0],
|
|
216
|
+
draggableHandle: "[data-handle]",
|
|
217
|
+
onDrag: drag,
|
|
218
|
+
onResize: resize,
|
|
219
|
+
onDrop: drop,
|
|
220
|
+
isDroppable: gridProperties?.isDroppable || false,
|
|
221
|
+
isDraggable: gridProperties?.isDraggable || false,
|
|
222
|
+
droppingItem: droppingItemLayout,
|
|
223
|
+
style: { height: "100%" }
|
|
224
|
+
}, children) : null);
|
|
234
225
|
};
|
|
226
|
+
var DashboardCardGrid_default = DashboardCardGrid;
|
|
235
227
|
|
|
236
228
|
//#endregion
|
|
237
229
|
//#region src/UI/surfaces/cards/FUICardHeader.jsx
|
|
@@ -249,16 +241,14 @@ const useStyles$11 = makeStyles((theme) => ({
|
|
|
249
241
|
const FUICardHeader = (props, ref) => {
|
|
250
242
|
const classes = useStyles$11(props);
|
|
251
243
|
const { className, children, headerActions, titleId,...other } = props;
|
|
252
|
-
return /* @__PURE__ */
|
|
244
|
+
return /* @__PURE__ */ React.createElement("div", {
|
|
253
245
|
ref,
|
|
254
246
|
...other,
|
|
255
|
-
className: clsx(className, classes.root)
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
}), headerActions]
|
|
261
|
-
});
|
|
247
|
+
className: clsx(className, classes.root)
|
|
248
|
+
}, /* @__PURE__ */ React.createElement(Typography, {
|
|
249
|
+
id: titleId,
|
|
250
|
+
className: classes.title
|
|
251
|
+
}, children), headerActions);
|
|
262
252
|
};
|
|
263
253
|
var FUICardHeader_default = forwardRef(FUICardHeader);
|
|
264
254
|
|
|
@@ -270,11 +260,12 @@ const useStyles$10 = makeStyles((theme) => ({ root: { borderRadius: 0 } }), { na
|
|
|
270
260
|
*/
|
|
271
261
|
const FUISquareIconButton = (props) => {
|
|
272
262
|
const classes = useStyles$10(props);
|
|
273
|
-
return /* @__PURE__ */
|
|
263
|
+
return /* @__PURE__ */ React.createElement(IconButton, {
|
|
274
264
|
...props,
|
|
275
265
|
classes
|
|
276
266
|
});
|
|
277
267
|
};
|
|
268
|
+
var FUISquareIconButton_default = FUISquareIconButton;
|
|
278
269
|
|
|
279
270
|
//#endregion
|
|
280
271
|
//#region src/UI/surfaces/cards/FluentCard.jsx
|
|
@@ -285,13 +276,12 @@ const useStyles$9 = makeStyles({ root: {} }, { name: "FluentCard" });
|
|
|
285
276
|
const FluentCard = forwardRef((props, ref) => {
|
|
286
277
|
const classes = useStyles$9(props);
|
|
287
278
|
const { children,...other } = props;
|
|
288
|
-
return /* @__PURE__ */
|
|
279
|
+
return /* @__PURE__ */ React.createElement(Card, {
|
|
289
280
|
ref,
|
|
290
281
|
square: true,
|
|
291
282
|
...other,
|
|
292
|
-
classes
|
|
293
|
-
|
|
294
|
-
});
|
|
283
|
+
classes
|
|
284
|
+
}, children);
|
|
295
285
|
});
|
|
296
286
|
FluentCard.displayName = "FluentCard";
|
|
297
287
|
|
|
@@ -304,12 +294,11 @@ const useStyles$8 = makeStyles({ root: {} }, { name: "FluentCardContent" });
|
|
|
304
294
|
const FluentCardContent = forwardRef((props, ref) => {
|
|
305
295
|
const classes = useStyles$8(props);
|
|
306
296
|
const { children,...other } = props;
|
|
307
|
-
return /* @__PURE__ */
|
|
297
|
+
return /* @__PURE__ */ React.createElement(CardContent, {
|
|
308
298
|
ref,
|
|
309
299
|
...other,
|
|
310
|
-
classes
|
|
311
|
-
|
|
312
|
-
});
|
|
300
|
+
classes
|
|
301
|
+
}, children);
|
|
313
302
|
});
|
|
314
303
|
FluentCardContent.displayName = "FluentCardContent";
|
|
315
304
|
|
|
@@ -325,12 +314,11 @@ const useStyles$7 = makeStyles({
|
|
|
325
314
|
const FluentCardActions = forwardRef((props, ref) => {
|
|
326
315
|
const classes = useStyles$7(props);
|
|
327
316
|
const { children,...other } = props;
|
|
328
|
-
return /* @__PURE__ */
|
|
317
|
+
return /* @__PURE__ */ React.createElement(CardActions, {
|
|
329
318
|
ref,
|
|
330
319
|
...other,
|
|
331
|
-
classes
|
|
332
|
-
|
|
333
|
-
});
|
|
320
|
+
classes
|
|
321
|
+
}, children);
|
|
334
322
|
});
|
|
335
323
|
FluentCardActions.displayName = "FluentCardActions";
|
|
336
324
|
|
|
@@ -358,24 +346,23 @@ const useStyles$6 = makeStyles((theme) => ({
|
|
|
358
346
|
}), { name: "FUICard" });
|
|
359
347
|
let FUICardAction = (props, ref) => {
|
|
360
348
|
const { children,...other } = props;
|
|
361
|
-
return /* @__PURE__ */
|
|
349
|
+
return /* @__PURE__ */ React.createElement(Button, {
|
|
362
350
|
ref,
|
|
363
351
|
size: "small",
|
|
364
352
|
variant: "contained",
|
|
365
353
|
disableElevation: true,
|
|
366
|
-
...other
|
|
367
|
-
|
|
368
|
-
});
|
|
354
|
+
...other
|
|
355
|
+
}, children);
|
|
369
356
|
};
|
|
370
357
|
FUICardAction = forwardRef(FUICardAction);
|
|
371
358
|
let FUICardHeaderMenu = (props, ref) => {
|
|
372
359
|
const { children } = props;
|
|
373
|
-
return /* @__PURE__ */
|
|
374
|
-
button: /* @__PURE__ */
|
|
360
|
+
return /* @__PURE__ */ React.createElement("div", {
|
|
361
|
+
button: /* @__PURE__ */ React.createElement(FUISquareIconButton_default, null, /* @__PURE__ */ React.createElement(FluentIcon, {
|
|
375
362
|
component: MoreIcon,
|
|
376
363
|
size: "small"
|
|
377
|
-
})
|
|
378
|
-
menu: /* @__PURE__ */
|
|
364
|
+
})),
|
|
365
|
+
menu: /* @__PURE__ */ React.createElement(Menu, null, children)
|
|
379
366
|
});
|
|
380
367
|
};
|
|
381
368
|
FUICardHeaderMenu = forwardRef(FUICardHeaderMenu);
|
|
@@ -384,7 +371,7 @@ const FUICard = (props, ref) => {
|
|
|
384
371
|
const { className, children, actions, title, headerActions, CardHeaderProps, CardProps, raised, name,...cardProps } = props;
|
|
385
372
|
const id = useId(name, cardProps.id);
|
|
386
373
|
const titleId = `${id}-title`;
|
|
387
|
-
return /* @__PURE__ */
|
|
374
|
+
return /* @__PURE__ */ React.createElement(FluentCard, {
|
|
388
375
|
ref,
|
|
389
376
|
component: "section",
|
|
390
377
|
"aria-labelledby": titleId,
|
|
@@ -392,24 +379,12 @@ const FUICard = (props, ref) => {
|
|
|
392
379
|
raised,
|
|
393
380
|
className: clsx(className, raised && classes.raised),
|
|
394
381
|
...CardProps,
|
|
395
|
-
classes: { root: classes.root }
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
children: title
|
|
402
|
-
}),
|
|
403
|
-
/* @__PURE__ */ jsx(FluentCardContent, {
|
|
404
|
-
className: classes.contentArea,
|
|
405
|
-
children
|
|
406
|
-
}),
|
|
407
|
-
actions && /* @__PURE__ */ jsx(FluentCardActions, {
|
|
408
|
-
className: classes.cardActions,
|
|
409
|
-
children: actions
|
|
410
|
-
})
|
|
411
|
-
]
|
|
412
|
-
});
|
|
382
|
+
classes: { root: classes.root }
|
|
383
|
+
}, /* @__PURE__ */ React.createElement(FUICardHeader_default, {
|
|
384
|
+
titleId,
|
|
385
|
+
headerActions,
|
|
386
|
+
...CardHeaderProps
|
|
387
|
+
}, title), /* @__PURE__ */ React.createElement(FluentCardContent, { className: classes.contentArea }, children), actions && /* @__PURE__ */ React.createElement(FluentCardActions, { className: classes.cardActions }, actions));
|
|
413
388
|
};
|
|
414
389
|
var FUICard_default = forwardRef(FUICard);
|
|
415
390
|
|
|
@@ -422,18 +397,14 @@ const useStyles$5 = makeStyles({ listItemIcon: { minWidth: 32 } }, { name: "FUIM
|
|
|
422
397
|
const FUIMenuItem = (props, ref) => {
|
|
423
398
|
const classes = useStyles$5();
|
|
424
399
|
const { icon, fluentIcon, primary, secondary,...menuItemProps } = props;
|
|
425
|
-
return /* @__PURE__ */
|
|
400
|
+
return /* @__PURE__ */ React.createElement(MenuItem, {
|
|
426
401
|
ref,
|
|
427
402
|
dense: true,
|
|
428
|
-
...menuItemProps
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
primary,
|
|
434
|
-
secondary
|
|
435
|
-
})]
|
|
436
|
-
});
|
|
403
|
+
...menuItemProps
|
|
404
|
+
}, /* @__PURE__ */ React.createElement(ListItemIcon, { className: classes.listItemIcon }, icon || /* @__PURE__ */ React.createElement(FluentIcon, { component: fluentIcon })), /* @__PURE__ */ React.createElement(ListItemText, {
|
|
405
|
+
primary,
|
|
406
|
+
secondary
|
|
407
|
+
}));
|
|
437
408
|
};
|
|
438
409
|
var FUIMenuItem_default = forwardRef(FUIMenuItem);
|
|
439
410
|
|
|
@@ -481,12 +452,9 @@ const WidgetCard = (props) => {
|
|
|
481
452
|
const classes = useStyles$13();
|
|
482
453
|
const raised = /(^|\s)react-draggable-dragging(\s|$)/.test(className ?? "");
|
|
483
454
|
let body = children;
|
|
484
|
-
if (loading && !body) body = /* @__PURE__ */
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
});
|
|
488
|
-
if (errors && !body) body = /* @__PURE__ */ jsx("div", { children: "Unexpected error" });
|
|
489
|
-
return /* @__PURE__ */ jsx(FUICard_default, {
|
|
455
|
+
if (loading && !body) body = /* @__PURE__ */ React.createElement("div", { className: classes.loadingContent }, /* @__PURE__ */ React.createElement(CircularProgress, { size: 64 }));
|
|
456
|
+
if (errors && !body) body = /* @__PURE__ */ React.createElement("div", null, "Unexpected error");
|
|
457
|
+
return /* @__PURE__ */ React.createElement(FUICard_default, {
|
|
490
458
|
...other,
|
|
491
459
|
className: clsx(className, theme === "dark" ? classes.darkRoot : classes.root, classes.anyRoot),
|
|
492
460
|
raised,
|
|
@@ -494,16 +462,12 @@ const WidgetCard = (props) => {
|
|
|
494
462
|
className: classes.handle,
|
|
495
463
|
"data-handle": true
|
|
496
464
|
},
|
|
497
|
-
headerActions: /* @__PURE__ */
|
|
465
|
+
headerActions: /* @__PURE__ */ React.createElement(React.Fragment, null, headerActions, /* @__PURE__ */ React.createElement(FUICardHeaderMenu, null, /* @__PURE__ */ React.createElement(FUIMenuItem_default, {
|
|
498
466
|
onClick: onDelete,
|
|
499
467
|
fluentIcon: DeleteIcon,
|
|
500
468
|
primary: "Delete"
|
|
501
|
-
})
|
|
502
|
-
|
|
503
|
-
className: classes.innerWidgetContentContainer,
|
|
504
|
-
children: body
|
|
505
|
-
})
|
|
506
|
-
});
|
|
469
|
+
})))
|
|
470
|
+
}, /* @__PURE__ */ React.createElement("div", { className: classes.innerWidgetContentContainer }, body));
|
|
507
471
|
};
|
|
508
472
|
|
|
509
473
|
//#endregion
|
|
@@ -535,28 +499,21 @@ let DashboardWidget = (props) => {
|
|
|
535
499
|
return params$1;
|
|
536
500
|
}, [paramDefs, paramValues]);
|
|
537
501
|
const setParam = useCallback((name, value) => setParams(id, { [name]: value }), [id, setParams]);
|
|
538
|
-
if (!isValidWidget || !getWidget) return /* @__PURE__ */
|
|
502
|
+
if (!isValidWidget || !getWidget) return /* @__PURE__ */ React.createElement(WidgetCard, {
|
|
539
503
|
...other,
|
|
540
|
-
title: "Error"
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
if (!Widget) return /* @__PURE__ */ jsxs(WidgetCard, {
|
|
504
|
+
title: "Error"
|
|
505
|
+
}, "isValidWidget or getWidget functions are not defined");
|
|
506
|
+
if (!Widget) return /* @__PURE__ */ React.createElement(WidgetCard, {
|
|
544
507
|
...other,
|
|
545
|
-
title: "Error"
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
widgetType,
|
|
549
|
-
"\"."
|
|
550
|
-
]
|
|
551
|
-
});
|
|
552
|
-
else return /* @__PURE__ */ jsx(Widget, {
|
|
508
|
+
title: "Error"
|
|
509
|
+
}, "Unknown widget type \"", widgetType, "\".");
|
|
510
|
+
else return /* @__PURE__ */ React.createElement(Widget, {
|
|
553
511
|
...other,
|
|
554
512
|
id,
|
|
555
513
|
params,
|
|
556
514
|
setParam,
|
|
557
|
-
onDelete
|
|
558
|
-
|
|
559
|
-
});
|
|
515
|
+
onDelete
|
|
516
|
+
}, children);
|
|
560
517
|
};
|
|
561
518
|
var DashboardWidget_default = memo(DashboardWidget);
|
|
562
519
|
|
|
@@ -585,35 +542,30 @@ const Page = (props) => {
|
|
|
585
542
|
return layouts$1;
|
|
586
543
|
};
|
|
587
544
|
const layouts = useMemo(() => calculateLayouts(), [calculateLayouts, widgetConfig]);
|
|
588
|
-
const cards = useMemo(() => widgets && widgets.map(({ __typename,...widget }) => /* @__PURE__ */
|
|
545
|
+
const cards = useMemo(() => widgets && widgets.map(({ __typename,...widget }) => /* @__PURE__ */ React.createElement(DashboardWidget_default, {
|
|
546
|
+
key: widget.id,
|
|
547
|
+
...widget
|
|
548
|
+
})), [widgets]);
|
|
589
549
|
if (!layouts) return null;
|
|
590
|
-
return /* @__PURE__ */
|
|
550
|
+
return /* @__PURE__ */ React.createElement(DashboardCardGrid_default, {
|
|
591
551
|
layouts,
|
|
592
552
|
gridProperties,
|
|
593
|
-
disableMargin
|
|
594
|
-
|
|
595
|
-
});
|
|
553
|
+
disableMargin
|
|
554
|
+
}, cards);
|
|
596
555
|
};
|
|
556
|
+
var Page_default = Page;
|
|
597
557
|
|
|
598
558
|
//#endregion
|
|
599
559
|
//#region src/UI/inputs/buttons/AmbientPopoverMenuItem.jsx
|
|
600
560
|
const useStyles$4 = makeStyles((theme) => ({ root: { paddingLeft: theme.spacing(1) } }));
|
|
601
561
|
const AmbientPopoverMenuItem = ({ label, component, click }) => {
|
|
602
562
|
const classes = useStyles$4();
|
|
603
|
-
return /* @__PURE__ */
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
component,
|
|
610
|
-
click,
|
|
611
|
-
icon: false
|
|
612
|
-
}),
|
|
613
|
-
/* @__PURE__ */ jsx(LayoutUnit, { unit: "nudge" }),
|
|
614
|
-
/* @__PURE__ */ jsx(Divider, {})
|
|
615
|
-
]
|
|
616
|
-
});
|
|
563
|
+
return /* @__PURE__ */ React.createElement("div", { className: classes.root }, /* @__PURE__ */ React.createElement(LayoutUnit, { unit: "nudge" }), /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
564
|
+
label,
|
|
565
|
+
component,
|
|
566
|
+
click,
|
|
567
|
+
icon: false
|
|
568
|
+
}), /* @__PURE__ */ React.createElement(LayoutUnit, { unit: "nudge" }), /* @__PURE__ */ React.createElement(Divider, null));
|
|
617
569
|
};
|
|
618
570
|
|
|
619
571
|
//#endregion
|
|
@@ -645,40 +597,33 @@ const PAHExport = ({ exportCSV, exportExcel, exportPDF }) => {
|
|
|
645
597
|
click: exportExcel,
|
|
646
598
|
key: 2
|
|
647
599
|
}];
|
|
648
|
-
return /* @__PURE__ */
|
|
649
|
-
className: classes.
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
component: item.component,
|
|
676
|
-
click: item.click
|
|
677
|
-
});
|
|
678
|
-
}) })
|
|
679
|
-
})
|
|
680
|
-
})]
|
|
681
|
-
});
|
|
600
|
+
return /* @__PURE__ */ React.createElement("div", { className: classes.root }, /* @__PURE__ */ React.createElement(FluentIconButton, {
|
|
601
|
+
className: classes.icon,
|
|
602
|
+
icon: ArrowUpRightIcon,
|
|
603
|
+
onClick: handleClick
|
|
604
|
+
}), /* @__PURE__ */ React.createElement(Popover, {
|
|
605
|
+
classes: { root: classes.popoverRoot },
|
|
606
|
+
square: true,
|
|
607
|
+
elevation: 1,
|
|
608
|
+
id,
|
|
609
|
+
open,
|
|
610
|
+
anchorEl,
|
|
611
|
+
onClose: handleClose,
|
|
612
|
+
anchorOrigin: {
|
|
613
|
+
vertical: "bottom",
|
|
614
|
+
horizontal: "left"
|
|
615
|
+
},
|
|
616
|
+
transformOrigin: {
|
|
617
|
+
vertical: "top",
|
|
618
|
+
horizontal: "left"
|
|
619
|
+
}
|
|
620
|
+
}, /* @__PURE__ */ React.createElement("div", { style: { width: 140 } }, /* @__PURE__ */ React.createElement("div", null, gridControlsExport.map((item) => {
|
|
621
|
+
return /* @__PURE__ */ React.createElement(AmbientPopoverMenuItem, {
|
|
622
|
+
label: item.label,
|
|
623
|
+
component: item.component,
|
|
624
|
+
click: item.click
|
|
625
|
+
});
|
|
626
|
+
})))));
|
|
682
627
|
};
|
|
683
628
|
|
|
684
629
|
//#endregion
|
|
@@ -810,83 +755,76 @@ const UdpTabs = (props) => {
|
|
|
810
755
|
observer.disconnect();
|
|
811
756
|
};
|
|
812
757
|
}, [calculateHiddenTabs]);
|
|
813
|
-
return /* @__PURE__ */
|
|
758
|
+
return /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement("div", {
|
|
814
759
|
className: clsx(classes.root, className),
|
|
815
|
-
ref: tabContainerRef
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
760
|
+
ref: tabContainerRef
|
|
761
|
+
}, /* @__PURE__ */ React.createElement("div", {
|
|
762
|
+
className: classes.tabsWrapper,
|
|
763
|
+
ref: innerTabContainerRef,
|
|
764
|
+
style: variant === "spread" ? { justifyContent: "space-between" } : null
|
|
765
|
+
}, visibleTabList?.map((item, index) => /* @__PURE__ */ React.createElement(ButtonBase, {
|
|
766
|
+
style: {
|
|
767
|
+
flex: variant === "spread" && 1,
|
|
768
|
+
width: !!buttonWidth && buttonWidth
|
|
769
|
+
},
|
|
770
|
+
key: index,
|
|
771
|
+
id: "udpRecord-UdpTabs-MenuItem-" + item?.label?.replace(/ /g, "-"),
|
|
772
|
+
udprecordid: "udpRecord-UdpTabs-MenuItem-" + item?.label?.replace(/ /g, "-")
|
|
773
|
+
}, /* @__PURE__ */ React.createElement("div", {
|
|
774
|
+
className: clsx(classes.tab, {
|
|
775
|
+
[classes.blockTab]: variant === "block",
|
|
776
|
+
[classes.activeTab]: value === item?.id
|
|
777
|
+
}),
|
|
778
|
+
onClick: (e) => {
|
|
779
|
+
onChange(e, item?.id);
|
|
780
|
+
if (item?.onClick) item.onClick();
|
|
781
|
+
setAnchorEl(null);
|
|
782
|
+
}
|
|
783
|
+
}, /* @__PURE__ */ React.createElement(Typography, {
|
|
784
|
+
noWrap: true,
|
|
785
|
+
style: { fontWeight: variant === "spread" ? "bold" : "normal" }
|
|
786
|
+
}, item?.label)))), menuTabList?.length > 0 && /* @__PURE__ */ React.createElement(IconButton, {
|
|
787
|
+
onClick: handlePopoverClick,
|
|
788
|
+
className: classes.moreButton,
|
|
789
|
+
color: "primary",
|
|
790
|
+
id: "udpRecord-UdpTabs-MoreActions",
|
|
791
|
+
udprecordid: "udpRecord-UdpTabs-MoreActions"
|
|
792
|
+
}, /* @__PURE__ */ React.createElement(Badge, {
|
|
793
|
+
color: "secondary",
|
|
794
|
+
variant: "dot",
|
|
795
|
+
invisible: menuItemSelected === false
|
|
796
|
+
}, /* @__PURE__ */ React.createElement(FluentIcon, {
|
|
797
|
+
component: MoreVerticalIcon,
|
|
798
|
+
size: "medium"
|
|
799
|
+
})))), !!menuTabList?.length && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Popover, {
|
|
800
|
+
id: "menuTabList",
|
|
801
|
+
open,
|
|
802
|
+
anchorEl,
|
|
803
|
+
onClose: handlePopoverClose,
|
|
804
|
+
anchorOrigin: {
|
|
805
|
+
vertical: "bottom",
|
|
806
|
+
horizontal: "left"
|
|
807
|
+
},
|
|
808
|
+
transformOrigin: {
|
|
809
|
+
vertical: "top",
|
|
810
|
+
horizontal: "left"
|
|
811
|
+
},
|
|
812
|
+
className: classes.popoverWrapper
|
|
813
|
+
}, menuTabList?.map((tab) => {
|
|
814
|
+
return /* @__PURE__ */ React.createElement(MenuItem, {
|
|
815
|
+
key: tab?.id,
|
|
816
|
+
id: "udpRecord-UdpTabs-MenuItem-" + tab?.label?.replace(/ /g, "-"),
|
|
817
|
+
udprecordid: "udpRecord-UdpTabs-MenuItem-" + tab?.label?.replace(/ /g, "-"),
|
|
818
|
+
onClick: (e) => {
|
|
819
|
+
if (tab?.onClick) tab.onClick();
|
|
820
|
+
if (onChange) onChange(e, tab?.id);
|
|
821
|
+
setAnchorEl(null);
|
|
871
822
|
},
|
|
872
|
-
className: classes.
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
onClick: (e) => {
|
|
878
|
-
if (tab?.onClick) tab.onClick();
|
|
879
|
-
if (onChange) onChange(e, tab?.id);
|
|
880
|
-
setAnchorEl(null);
|
|
881
|
-
},
|
|
882
|
-
className: clsx(classes.menuItem, className),
|
|
883
|
-
selected: tab?.id === value,
|
|
884
|
-
...menuItemProps,
|
|
885
|
-
children: /* @__PURE__ */ jsx(Typography, { children: tab?.label })
|
|
886
|
-
}, tab?.id);
|
|
887
|
-
})
|
|
888
|
-
}) })]
|
|
889
|
-
}) });
|
|
823
|
+
className: clsx(classes.menuItem, className),
|
|
824
|
+
selected: tab?.id === value,
|
|
825
|
+
...menuItemProps
|
|
826
|
+
}, /* @__PURE__ */ React.createElement(Typography, null, tab?.label));
|
|
827
|
+
})))));
|
|
890
828
|
};
|
|
891
829
|
|
|
892
830
|
//#endregion
|
|
@@ -1091,356 +1029,232 @@ const PrimaryActionHeader = (props) => {
|
|
|
1091
1029
|
click: clearGridConfig,
|
|
1092
1030
|
id: 8
|
|
1093
1031
|
}];
|
|
1094
|
-
const gridControlsExport = /* @__PURE__ */
|
|
1032
|
+
const gridControlsExport = /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(PAHExport, {
|
|
1095
1033
|
exportCSV: exportCSV || (() => gridApi?.exportDataAsCsv()),
|
|
1096
1034
|
exportExcel: exportExcel || (() => gridApi?.exportDataAsExcel()),
|
|
1097
1035
|
exportPDF
|
|
1098
|
-
})
|
|
1099
|
-
const gridControlExpand = gridControlsExpand && /* @__PURE__ */
|
|
1100
|
-
return /* @__PURE__ */
|
|
1036
|
+
}));
|
|
1037
|
+
const gridControlExpand = gridControlsExpand && /* @__PURE__ */ React.createElement("div", null, gridControlsExpand.map((item) => {
|
|
1038
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1101
1039
|
label: item.label,
|
|
1102
1040
|
title: item.label,
|
|
1103
1041
|
expanded: true,
|
|
1104
1042
|
component: item.component,
|
|
1105
1043
|
click: item.click,
|
|
1106
|
-
aria: item.aria
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1044
|
+
aria: item.aria,
|
|
1045
|
+
key: item.id
|
|
1046
|
+
});
|
|
1047
|
+
}));
|
|
1048
|
+
const gridControlResize = gridControlsResize && /* @__PURE__ */ React.createElement("div", null, gridControlsResize.map((item) => {
|
|
1049
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1111
1050
|
label: item.label,
|
|
1112
1051
|
title: item.label,
|
|
1113
1052
|
expanded: true,
|
|
1114
1053
|
component: item.component,
|
|
1115
1054
|
click: item.click,
|
|
1116
|
-
aria: item.aria
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1055
|
+
aria: item.aria,
|
|
1056
|
+
key: item.id
|
|
1057
|
+
});
|
|
1058
|
+
}));
|
|
1059
|
+
const gridControlCollapse = gridControlsCollapse && /* @__PURE__ */ React.createElement("div", null, gridControlsCollapse.map((item) => {
|
|
1060
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1121
1061
|
label: item.label,
|
|
1122
1062
|
title: item.label,
|
|
1123
1063
|
expanded: true,
|
|
1124
1064
|
component: item.component,
|
|
1125
1065
|
click: item.click,
|
|
1126
|
-
aria: item.aria
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1066
|
+
aria: item.aria,
|
|
1067
|
+
key: item.id
|
|
1068
|
+
});
|
|
1069
|
+
}));
|
|
1070
|
+
const gridControlSave = gridControlsSave && /* @__PURE__ */ React.createElement("div", null, gridControlsSave.map((item) => {
|
|
1071
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1131
1072
|
label: item.label,
|
|
1132
1073
|
title: item.label,
|
|
1133
1074
|
expanded: true,
|
|
1134
1075
|
component: item.component,
|
|
1135
1076
|
click: item.click,
|
|
1136
|
-
aria: item.aria
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1077
|
+
aria: item.aria,
|
|
1078
|
+
key: item.id
|
|
1079
|
+
});
|
|
1080
|
+
}));
|
|
1081
|
+
const gridControlDelete = gridControlsDelete && /* @__PURE__ */ React.createElement("div", null, gridControlsDelete.map((item) => {
|
|
1082
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1141
1083
|
label: item.label,
|
|
1142
1084
|
title: item.label,
|
|
1143
1085
|
expanded: true,
|
|
1144
1086
|
component: item.component,
|
|
1145
1087
|
click: item.click,
|
|
1146
|
-
aria: item.aria
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1088
|
+
aria: item.aria,
|
|
1089
|
+
key: item.id
|
|
1090
|
+
});
|
|
1091
|
+
}));
|
|
1092
|
+
const gridControlClear = gridControlsClear && /* @__PURE__ */ React.createElement("div", null, gridControlsClear.map((item) => {
|
|
1093
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1151
1094
|
label: item.label,
|
|
1152
1095
|
title: item.label,
|
|
1153
1096
|
expanded: true,
|
|
1154
1097
|
component: item.component,
|
|
1155
1098
|
click: item.click,
|
|
1156
|
-
aria: item.aria
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
})
|
|
1169
|
-
}), /* @__PURE__ */ jsx("div", {
|
|
1099
|
+
aria: item.aria,
|
|
1100
|
+
key: item.id
|
|
1101
|
+
});
|
|
1102
|
+
}));
|
|
1103
|
+
const searchToggle = /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("div", { style: { display: "flex" } }, searchExpanded && /* @__PURE__ */ React.createElement(FluentIconButton, {
|
|
1104
|
+
click: expandSearch,
|
|
1105
|
+
"aria-label": "close search",
|
|
1106
|
+
className: classes.close,
|
|
1107
|
+
icon: ChevronRightIcon,
|
|
1108
|
+
onClick: expandSearch,
|
|
1109
|
+
size: "small"
|
|
1110
|
+
})), /* @__PURE__ */ React.createElement("div", {
|
|
1170
1111
|
className: classes.search,
|
|
1171
|
-
style: { flex: 1 }
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
className: classes.searchWrapper,
|
|
1179
|
-
children: searchField
|
|
1180
|
-
})
|
|
1181
|
-
}) }) })
|
|
1182
|
-
})] });
|
|
1112
|
+
style: { flex: 1 }
|
|
1113
|
+
}, /* @__PURE__ */ React.createElement("div", null, searchExpanded && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(Slide, {
|
|
1114
|
+
direction: "left",
|
|
1115
|
+
in: expandSearch,
|
|
1116
|
+
mountOnEnter: true,
|
|
1117
|
+
unmountOnExit: true
|
|
1118
|
+
}, /* @__PURE__ */ React.createElement("div", { className: classes.searchWrapper }, searchField))))));
|
|
1183
1119
|
const LowerTrayShell = ({ children }) => {
|
|
1184
|
-
return /* @__PURE__ */
|
|
1185
|
-
className: classes.containerStyle,
|
|
1186
|
-
children
|
|
1187
|
-
});
|
|
1120
|
+
return /* @__PURE__ */ React.createElement("div", { className: classes.containerStyle }, children);
|
|
1188
1121
|
};
|
|
1189
1122
|
const GridControlLineUp = () => {
|
|
1190
|
-
return /* @__PURE__ */
|
|
1191
|
-
className: classes.gridControlLineUp,
|
|
1192
|
-
children: [
|
|
1193
|
-
saveGridConfig && gridControlSave,
|
|
1194
|
-
deleteGridConfig && gridControlDelete,
|
|
1195
|
-
clearGridConfig && gridControlClear,
|
|
1196
|
-
expandGrid && gridControlExpand,
|
|
1197
|
-
resizeGrid && gridControlResize,
|
|
1198
|
-
collapseGrid && gridControlCollapse,
|
|
1199
|
-
exportGrid && gridControlsExport
|
|
1200
|
-
]
|
|
1201
|
-
});
|
|
1123
|
+
return /* @__PURE__ */ React.createElement("div", { className: classes.gridControlLineUp }, saveGridConfig && gridControlSave, deleteGridConfig && gridControlDelete, clearGridConfig && gridControlClear, expandGrid && gridControlExpand, resizeGrid && gridControlResize, collapseGrid && gridControlCollapse, exportGrid && gridControlsExport);
|
|
1202
1124
|
};
|
|
1203
1125
|
const additionalTitleTeleportedComponents = useMemo(() => {
|
|
1204
1126
|
const components = [];
|
|
1205
1127
|
allTeleporters.forEach(([targetId, location, teleporter]) => {
|
|
1206
1128
|
const Target = teleporter.Target;
|
|
1207
|
-
if (targetId === additionalComponentId && location === "title") components.push(/* @__PURE__ */
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
},
|
|
1129
|
+
if (targetId === additionalComponentId && location === "title") components.push(/* @__PURE__ */ React.createElement("div", {
|
|
1130
|
+
key: targetId,
|
|
1131
|
+
className: "teleport-target"
|
|
1132
|
+
}, /* @__PURE__ */ React.createElement(Target, null)));
|
|
1211
1133
|
});
|
|
1212
1134
|
return components;
|
|
1213
1135
|
}, [additionalComponentId, allTeleporters]);
|
|
1214
|
-
return /* @__PURE__ */
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
click: item.click,
|
|
1337
|
-
aria: item.label,
|
|
1338
|
-
disabled: item.disabled
|
|
1339
|
-
}, item.id ?? index);
|
|
1340
|
-
})
|
|
1341
|
-
]
|
|
1342
|
-
}),
|
|
1343
|
-
/* @__PURE__ */ jsx("div", { children: allowAdditionalRightComponent && allTeleporters.map(([targetId, location, teleporter]) => {
|
|
1344
|
-
const Target = teleporter.Target;
|
|
1345
|
-
if (targetId === additionalComponentId && location === "right") return /* @__PURE__ */ jsx("div", {
|
|
1346
|
-
className: "teleport-target",
|
|
1347
|
-
children: /* @__PURE__ */ jsx(Target, {})
|
|
1348
|
-
}, targetId);
|
|
1349
|
-
else return null;
|
|
1350
|
-
}) }),
|
|
1351
|
-
!hidePAB && /* @__PURE__ */ jsxs("div", {
|
|
1352
|
-
className: classes.pab,
|
|
1353
|
-
children: [topRowSecondary && topRowSecondary.map((item, index) => {
|
|
1354
|
-
return /* @__PURE__ */ jsx(ToolBarButton, {
|
|
1355
|
-
label: item.label,
|
|
1356
|
-
expanded: searchExpanded,
|
|
1357
|
-
component: item.component,
|
|
1358
|
-
click: item.click,
|
|
1359
|
-
aria: item.label
|
|
1360
|
-
}, item.id ?? index);
|
|
1361
|
-
}), /* @__PURE__ */ jsx(PrimaryActionButton, {
|
|
1362
|
-
disabled: pabDisabled,
|
|
1363
|
-
onClick: handleClick,
|
|
1364
|
-
...otherProps,
|
|
1365
|
-
children: buttonLabel
|
|
1366
|
-
})]
|
|
1367
|
-
})
|
|
1368
|
-
]
|
|
1369
|
-
})]
|
|
1370
|
-
}),
|
|
1371
|
-
/* @__PURE__ */ jsxs("div", {
|
|
1372
|
-
className: clsx(classes.secondaryButtons, (altInputs || bottomRowSecondary) && classes.tabPageButtons),
|
|
1373
|
-
children: [/* @__PURE__ */ jsxs("div", {
|
|
1374
|
-
className: classes.buttomButtonRow,
|
|
1375
|
-
children: [
|
|
1376
|
-
/* @__PURE__ */ jsx("div", {
|
|
1377
|
-
className: classes.bottomButtonsLeft,
|
|
1378
|
-
children: bottomRowSecondary && bottomRowSecondary.map((item, index) => {
|
|
1379
|
-
return /* @__PURE__ */ jsx(ToolBarButton, {
|
|
1380
|
-
label: item.label,
|
|
1381
|
-
expanded: !tabs && searchExpanded,
|
|
1382
|
-
component: item.component,
|
|
1383
|
-
click: item.click
|
|
1384
|
-
}, item.id ?? index);
|
|
1385
|
-
})
|
|
1386
|
-
}),
|
|
1387
|
-
/* @__PURE__ */ jsx("div", {
|
|
1388
|
-
className: classes.bottomButtonsRigth,
|
|
1389
|
-
children: bottomRowSecondaryRight && bottomRowSecondaryRight.map((item, index) => {
|
|
1390
|
-
return /* @__PURE__ */ jsx(ToolBarButton, {
|
|
1391
|
-
label: item.label,
|
|
1392
|
-
expanded: !tabs && searchExpanded,
|
|
1393
|
-
component: item.component,
|
|
1394
|
-
click: item.click
|
|
1395
|
-
}, item.id ?? index);
|
|
1396
|
-
})
|
|
1397
|
-
}),
|
|
1398
|
-
altInputs
|
|
1399
|
-
]
|
|
1400
|
-
}), /* @__PURE__ */ jsxs("div", { children: [showGroups && /* @__PURE__ */ jsx(Divider, {}), showGroups && groups] })]
|
|
1401
|
-
}),
|
|
1402
|
-
/* @__PURE__ */ jsx(Collapse, {
|
|
1403
|
-
in: expandOptions,
|
|
1404
|
-
timeout: "auto",
|
|
1405
|
-
children: /* @__PURE__ */ jsx("div", {
|
|
1406
|
-
onMouseLeave: handleMouseLeave,
|
|
1407
|
-
children: /* @__PURE__ */ jsx("div", {
|
|
1408
|
-
className: classes.advancedOptions,
|
|
1409
|
-
children: expandedContent
|
|
1410
|
-
})
|
|
1411
|
-
})
|
|
1412
|
-
}),
|
|
1413
|
-
loading && /* @__PURE__ */ jsx(LinearProgress, { value: loadingVal })
|
|
1414
|
-
]
|
|
1415
|
-
}),
|
|
1416
|
-
lowerTray && /* @__PURE__ */ jsx(LowerTrayShell, { children: /* @__PURE__ */ jsxs("div", {
|
|
1417
|
-
style: {
|
|
1418
|
-
display: "flex",
|
|
1419
|
-
justifyContent: "flex-end"
|
|
1420
|
-
},
|
|
1421
|
-
children: [/* @__PURE__ */ jsxs("div", {
|
|
1422
|
-
style: { display: "flex" },
|
|
1423
|
-
children: [!searchExpanded && lowerTraySearch && /* @__PURE__ */ jsx(ToolBarButton, {
|
|
1424
|
-
label: "Search",
|
|
1425
|
-
component: SearchIcon,
|
|
1426
|
-
click: expandSearch
|
|
1427
|
-
}), searchToggle]
|
|
1428
|
-
}), lowerTrayGrid && /* @__PURE__ */ jsx(GridControlLineUp, {})]
|
|
1429
|
-
}) }),
|
|
1430
|
-
/* @__PURE__ */ jsx("div", {
|
|
1431
|
-
className: classes.secondaryButtonsMobile,
|
|
1432
|
-
children: secondaryButtons && !tabs && secondaryButtons.map((item, index) => {
|
|
1433
|
-
return /* @__PURE__ */ jsx(ToolBarButton, {
|
|
1434
|
-
label: item.label,
|
|
1435
|
-
expanded: searchExpanded,
|
|
1436
|
-
component: item.component,
|
|
1437
|
-
click: item.click,
|
|
1438
|
-
aria: item.label,
|
|
1439
|
-
disabled: item.disabled
|
|
1440
|
-
}, item.id ?? index);
|
|
1441
|
-
})
|
|
1442
|
-
})
|
|
1443
|
-
] }, currentContainerId);
|
|
1136
|
+
return /* @__PURE__ */ React.createElement("div", { key: currentContainerId }, /* @__PURE__ */ React.createElement("div", { className: single && classes.single }, /* @__PURE__ */ React.createElement("div", { className: classes.titleWrapperBack }, clickBack && /* @__PURE__ */ React.createElement("div", { className: classes.iconButton }, /* @__PURE__ */ React.createElement(FluentIconButton, {
|
|
1137
|
+
icon: ArrowBackIcon,
|
|
1138
|
+
onClick: clickBack
|
|
1139
|
+
})), title && /* @__PURE__ */ React.createElement("div", { className: classes.root }, /* @__PURE__ */ React.createElement("div", { className: classes.titleWrapper }, /* @__PURE__ */ React.createElement(StandardTitle, { removeMarginTop: single }, title), single && subheader && /* @__PURE__ */ React.createElement(Typography, {
|
|
1140
|
+
className: classes.denseSubtitle,
|
|
1141
|
+
variant: "subtitle1",
|
|
1142
|
+
component: "h2"
|
|
1143
|
+
}, subheader), allowAdditionalTitleComponent && /* @__PURE__ */ React.createElement("div", { className: classes.additionalTitleComponent }, additionalTitleTeleportedComponents.map((value$1) => {
|
|
1144
|
+
return value$1;
|
|
1145
|
+
})))), !title && allowAdditionalTitleComponent && /* @__PURE__ */ React.createElement("div", { className: classes.additionalTitleComponent }, additionalTitleTeleportedComponents.map((value$1) => {
|
|
1146
|
+
return value$1;
|
|
1147
|
+
})), StatusChipProps && /* @__PURE__ */ React.createElement("div", { className: classes.root }, /* @__PURE__ */ React.createElement("div", { className: classes.titleWrapper }, /* @__PURE__ */ React.createElement(StatusChip, {
|
|
1148
|
+
label: StatusChipProps?.label,
|
|
1149
|
+
status: StatusChipProps?.status
|
|
1150
|
+
})))), /* @__PURE__ */ React.createElement("div", { className: classes.subHeaderWrapper }, stepper, !hideActionRow && /* @__PURE__ */ React.createElement("div", { className: classes.actionRow }, !single && subheader && /* @__PURE__ */ React.createElement(Typography, {
|
|
1151
|
+
className: classes.denseSubtitle,
|
|
1152
|
+
variant: "subtitle1",
|
|
1153
|
+
component: "h2"
|
|
1154
|
+
}, subheader), /* @__PURE__ */ React.createElement("div", { className: grid ? classes.tabRow : classes.fullTabs }, tabList?.length > 0 && /* @__PURE__ */ React.createElement(UdpTabs, {
|
|
1155
|
+
value,
|
|
1156
|
+
onChange: handleChange,
|
|
1157
|
+
tabList,
|
|
1158
|
+
variant: tabVariant
|
|
1159
|
+
})), search && searchToggle, /* @__PURE__ */ React.createElement("div", { style: { flex: 1 } }), /* @__PURE__ */ React.createElement("div", { className: classes.secondaryButtons }, !searchExpanded && search && /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1160
|
+
label: "Search",
|
|
1161
|
+
component: SearchIcon,
|
|
1162
|
+
click: expandSearch
|
|
1163
|
+
}), search && /* @__PURE__ */ React.createElement(Divider, {
|
|
1164
|
+
orientation: "vertical",
|
|
1165
|
+
className: classes.divider
|
|
1166
|
+
}), (expandGrid || resizeGrid || collapseGrid || exportGrid || saveGridConfig || deleteGridConfig || clearGridConfig) && upperTrayGrid && /* @__PURE__ */ React.createElement(GridControlLineUp, { expand }), grid && openFilter && gridControlsFilter.map((item) => {
|
|
1167
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1168
|
+
label: item.label,
|
|
1169
|
+
title: item.label,
|
|
1170
|
+
expanded: true,
|
|
1171
|
+
component: item.component,
|
|
1172
|
+
click: item.click,
|
|
1173
|
+
aria: item.aria,
|
|
1174
|
+
key: item.id
|
|
1175
|
+
});
|
|
1176
|
+
}), grid && openGroups && gridControlsGroup.map((item) => {
|
|
1177
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1178
|
+
label: item.label,
|
|
1179
|
+
title: item.label,
|
|
1180
|
+
expanded: true,
|
|
1181
|
+
component: item.component,
|
|
1182
|
+
click: item.click,
|
|
1183
|
+
aria: item.aria,
|
|
1184
|
+
key: item.id
|
|
1185
|
+
});
|
|
1186
|
+
}), grid && searchExpanded && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(FluentIconButton, {
|
|
1187
|
+
id: "udpRecord-PrimaryActionHeader-ClosePanel",
|
|
1188
|
+
udprecordid: "udpRecord-PrimaryActionHeader-ClosePanel",
|
|
1189
|
+
icon: MoreVerticalIcon,
|
|
1190
|
+
"aria-label": "Close Panel"
|
|
1191
|
+
})), secondaryButtons && !tabs && secondaryButtons.map((item, index) => {
|
|
1192
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1193
|
+
label: item.label,
|
|
1194
|
+
expanded: searchExpanded,
|
|
1195
|
+
component: item.component,
|
|
1196
|
+
click: item.click,
|
|
1197
|
+
key: item.id ?? index,
|
|
1198
|
+
aria: item.label,
|
|
1199
|
+
disabled: item.disabled
|
|
1200
|
+
});
|
|
1201
|
+
})), /* @__PURE__ */ React.createElement("div", null, allowAdditionalRightComponent && allTeleporters.map(([targetId, location, teleporter]) => {
|
|
1202
|
+
const Target = teleporter.Target;
|
|
1203
|
+
if (targetId === additionalComponentId && location === "right") return /* @__PURE__ */ React.createElement("div", {
|
|
1204
|
+
key: targetId,
|
|
1205
|
+
className: "teleport-target"
|
|
1206
|
+
}, /* @__PURE__ */ React.createElement(Target, null));
|
|
1207
|
+
else return null;
|
|
1208
|
+
})), !hidePAB && /* @__PURE__ */ React.createElement("div", { className: classes.pab }, topRowSecondary && topRowSecondary.map((item, index) => {
|
|
1209
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1210
|
+
label: item.label,
|
|
1211
|
+
expanded: searchExpanded,
|
|
1212
|
+
component: item.component,
|
|
1213
|
+
click: item.click,
|
|
1214
|
+
key: item.id ?? index,
|
|
1215
|
+
aria: item.label
|
|
1216
|
+
});
|
|
1217
|
+
}), /* @__PURE__ */ React.createElement(PrimaryActionButton, {
|
|
1218
|
+
disabled: pabDisabled,
|
|
1219
|
+
onClick: handleClick,
|
|
1220
|
+
...otherProps
|
|
1221
|
+
}, buttonLabel)))), /* @__PURE__ */ React.createElement("div", { className: clsx(classes.secondaryButtons, (altInputs || bottomRowSecondary) && classes.tabPageButtons) }, /* @__PURE__ */ React.createElement("div", { className: classes.buttomButtonRow }, /* @__PURE__ */ React.createElement("div", { className: classes.bottomButtonsLeft }, bottomRowSecondary && bottomRowSecondary.map((item, index) => {
|
|
1222
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1223
|
+
label: item.label,
|
|
1224
|
+
expanded: !tabs && searchExpanded,
|
|
1225
|
+
component: item.component,
|
|
1226
|
+
click: item.click,
|
|
1227
|
+
key: item.id ?? index
|
|
1228
|
+
});
|
|
1229
|
+
})), /* @__PURE__ */ React.createElement("div", { className: classes.bottomButtonsRigth }, bottomRowSecondaryRight && bottomRowSecondaryRight.map((item, index) => {
|
|
1230
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1231
|
+
label: item.label,
|
|
1232
|
+
expanded: !tabs && searchExpanded,
|
|
1233
|
+
component: item.component,
|
|
1234
|
+
click: item.click,
|
|
1235
|
+
key: item.id ?? index
|
|
1236
|
+
});
|
|
1237
|
+
})), altInputs), /* @__PURE__ */ React.createElement("div", null, showGroups && /* @__PURE__ */ React.createElement(Divider, null), showGroups && groups)), /* @__PURE__ */ React.createElement(Collapse, {
|
|
1238
|
+
in: expandOptions,
|
|
1239
|
+
timeout: "auto"
|
|
1240
|
+
}, /* @__PURE__ */ React.createElement("div", { onMouseLeave: handleMouseLeave }, /* @__PURE__ */ React.createElement("div", { className: classes.advancedOptions }, expandedContent))), loading && /* @__PURE__ */ React.createElement(LinearProgress, { value: loadingVal })), lowerTray && /* @__PURE__ */ React.createElement(LowerTrayShell, null, /* @__PURE__ */ React.createElement("div", { style: {
|
|
1241
|
+
display: "flex",
|
|
1242
|
+
justifyContent: "flex-end"
|
|
1243
|
+
} }, /* @__PURE__ */ React.createElement("div", { style: { display: "flex" } }, !searchExpanded && lowerTraySearch && /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1244
|
+
label: "Search",
|
|
1245
|
+
component: SearchIcon,
|
|
1246
|
+
click: expandSearch
|
|
1247
|
+
}), searchToggle), lowerTrayGrid && /* @__PURE__ */ React.createElement(GridControlLineUp, null))), /* @__PURE__ */ React.createElement("div", { className: classes.secondaryButtonsMobile }, secondaryButtons && !tabs && secondaryButtons.map((item, index) => {
|
|
1248
|
+
return /* @__PURE__ */ React.createElement(ToolBarButton, {
|
|
1249
|
+
label: item.label,
|
|
1250
|
+
expanded: searchExpanded,
|
|
1251
|
+
component: item.component,
|
|
1252
|
+
click: item.click,
|
|
1253
|
+
key: item.id ?? index,
|
|
1254
|
+
aria: item.label,
|
|
1255
|
+
disabled: item.disabled
|
|
1256
|
+
});
|
|
1257
|
+
})));
|
|
1444
1258
|
};
|
|
1445
1259
|
PrimaryActionHeader.propTypes = {
|
|
1446
1260
|
buttonLabel: PropTypes.string,
|
|
@@ -1527,13 +1341,10 @@ const reducer = (state, action) => {
|
|
|
1527
1341
|
*/
|
|
1528
1342
|
const PageContextProvider = ({ children }) => {
|
|
1529
1343
|
const [state, dispatch] = useReducer(reducer, initialState);
|
|
1530
|
-
return /* @__PURE__ */
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
},
|
|
1535
|
-
children
|
|
1536
|
-
});
|
|
1344
|
+
return /* @__PURE__ */ React.createElement(Provider, { value: {
|
|
1345
|
+
state,
|
|
1346
|
+
dispatch
|
|
1347
|
+
} }, children);
|
|
1537
1348
|
};
|
|
1538
1349
|
|
|
1539
1350
|
//#endregion
|
|
@@ -1643,15 +1454,15 @@ const PageContainer = (props) => {
|
|
|
1643
1454
|
...widgetParams
|
|
1644
1455
|
};
|
|
1645
1456
|
});
|
|
1646
|
-
return /* @__PURE__ */
|
|
1457
|
+
return /* @__PURE__ */ React.createElement(DndProvider, {
|
|
1647
1458
|
backend: HTML5Backend,
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
}
|
|
1459
|
+
key: pageId ? `${key}-${params?.entityName}` : key
|
|
1460
|
+
}, /* @__PURE__ */ React.createElement(Page_default, {
|
|
1461
|
+
user,
|
|
1462
|
+
gridConfig: JSON.parse(page.gridProperties)[key],
|
|
1463
|
+
widgetConfig: widget,
|
|
1464
|
+
disableMargin
|
|
1465
|
+
}));
|
|
1655
1466
|
}), [
|
|
1656
1467
|
page,
|
|
1657
1468
|
user,
|
|
@@ -1712,28 +1523,19 @@ const PageContainer = (props) => {
|
|
|
1712
1523
|
t,
|
|
1713
1524
|
page
|
|
1714
1525
|
]);
|
|
1715
|
-
if (redirectSlug && !pageData) return /* @__PURE__ */
|
|
1716
|
-
if (pageInfoLoading || pageLoading) return /* @__PURE__ */
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
})
|
|
1727
|
-
}), /* @__PURE__ */ jsxs("div", {
|
|
1728
|
-
className: page?.pageTypeId === 1 ? classes.staticRoot : classes.root,
|
|
1729
|
-
children: [alertWarnings?.length > 0 && alertWarnings.map((warning) => /* @__PURE__ */ jsx(Alert, {
|
|
1730
|
-
onClose: () => removeWarning(warning.id),
|
|
1731
|
-
severity: "warning",
|
|
1732
|
-
children: warning.message || ""
|
|
1733
|
-
}, warning.id)), /* @__PURE__ */ jsx(PageContextProvider, { children: pages })]
|
|
1734
|
-
})] });
|
|
1526
|
+
if (redirectSlug && !pageData) return /* @__PURE__ */ React.createElement(Redirect, { to: redirectSlug });
|
|
1527
|
+
if (pageInfoLoading || pageLoading) return /* @__PURE__ */ React.createElement("div", { className: classes.loadingContent }, /* @__PURE__ */ React.createElement(CircularProgress, { size: loadingHeight || 64 }));
|
|
1528
|
+
return /* @__PURE__ */ React.createElement(React.Fragment, null, page?.showPageName && /* @__PURE__ */ React.createElement(Card, { variant: "outlined" }, /* @__PURE__ */ React.createElement(PrimaryActionHeader, {
|
|
1529
|
+
title: page.name,
|
|
1530
|
+
hidePAB: true,
|
|
1531
|
+
single: true
|
|
1532
|
+
})), /* @__PURE__ */ React.createElement("div", { className: page?.pageTypeId === 1 ? classes.staticRoot : classes.root }, alertWarnings?.length > 0 && alertWarnings.map((warning) => /* @__PURE__ */ React.createElement(Alert, {
|
|
1533
|
+
key: warning.id,
|
|
1534
|
+
onClose: () => removeWarning(warning.id),
|
|
1535
|
+
severity: "warning"
|
|
1536
|
+
}, warning.message || "")), /* @__PURE__ */ React.createElement(PageContextProvider, null, pages)));
|
|
1735
1537
|
};
|
|
1736
1538
|
|
|
1737
1539
|
//#endregion
|
|
1738
1540
|
export { AmbientPopoverMenuItem, FUICardHeaderMenu, FUICard_default, FUIMenuItem_default, FluentCard, FluentCardActions, FluentCardContent, PAHExport, PageContainer, PrimaryActionHeader, ToolBarButton, UdpTabs, WidgetCard, pageContext, useAllTeleporters, useSetLocationState, useTeleporterStore };
|
|
1739
|
-
//# sourceMappingURL=PageContainer-
|
|
1541
|
+
//# sourceMappingURL=PageContainer-B65gsUfF.js.map
|