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
|
@@ -0,0 +1,444 @@
|
|
|
1
|
+
export * from './AGLicense';
|
|
2
|
+
export * from './actions/ActionForm';
|
|
3
|
+
export * from './actions/ActionModal';
|
|
4
|
+
export * from './actions/ActionPanelPlacement';
|
|
5
|
+
export * from './actions/ActionSideSheet';
|
|
6
|
+
export * from './actions/ActionSpeedDial';
|
|
7
|
+
export * from './actions/ActionSplitScreen';
|
|
8
|
+
export * from './actions/actionSummary';
|
|
9
|
+
export * from './actions/ActionWrapper';
|
|
10
|
+
export * from './actions/utils/actionUtils';
|
|
11
|
+
export * from './assets/unityIcons/LibraryData';
|
|
12
|
+
export * from './chatBot/ChatContainer';
|
|
13
|
+
export * from './chatBot/ChatMessage';
|
|
14
|
+
export * as formatDataWithTimelineCategoryNameOrderedByDate from './componentSystems/multiThreadTimeline/functions/mttFunctions';
|
|
15
|
+
export * from './componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline';
|
|
16
|
+
export * from './componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline';
|
|
17
|
+
export * from './componentSystems/multiThreadTimeline/mttSummary/MttSummary';
|
|
18
|
+
export * from './componentSystems/multiThreadTimeline/timeline';
|
|
19
|
+
export * from './componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode';
|
|
20
|
+
export * from './componentSystems/pageRenderer/PageRenderer';
|
|
21
|
+
export * from './containers/IframeContainer';
|
|
22
|
+
export * from './contexts/ActionContext';
|
|
23
|
+
export * from './contexts/ActionDispatchContext';
|
|
24
|
+
export * from './contexts/usePageContext';
|
|
25
|
+
export * from './dashboard/WidgetCard';
|
|
26
|
+
export * from './dashboard/types';
|
|
27
|
+
export * from './dataBrowser/forms/ParamsMappingForm';
|
|
28
|
+
export * from './dataBrowser/forms/RequiredFieldsMappingForm';
|
|
29
|
+
export * from './diffChecker/DiffChecker';
|
|
30
|
+
export * from './enums/InputFieldTypeEnums';
|
|
31
|
+
export * from './enums/pageEnums';
|
|
32
|
+
export * from './enums/propertyTypeEnums';
|
|
33
|
+
export * from './enums/unitySystemEnums';
|
|
34
|
+
export * from './enums/paymentMethodTypeEnum';
|
|
35
|
+
export * from './enums/paymentTenderTypeEnum';
|
|
36
|
+
export * from './enums/paymentVendorFactoryEnum';
|
|
37
|
+
export * from './hooks/crudActions';
|
|
38
|
+
export * from './hooks/useActions';
|
|
39
|
+
export * from './hooks/useApiCatalog';
|
|
40
|
+
export * from './hooks/useDynamicListCalculation';
|
|
41
|
+
export * from './hooks/useFluentIcon';
|
|
42
|
+
export * from './hooks/useItemSubCard';
|
|
43
|
+
export * from './hooks/useOutlook';
|
|
44
|
+
export * from './hooks/usePromotedLookupMethods';
|
|
45
|
+
export * from './hooks/usePromotedMethodEntity';
|
|
46
|
+
export * from './hooks/useQueryExecutors';
|
|
47
|
+
export * from './hooks/useSearchFilterParamsMap';
|
|
48
|
+
export * from './hooks/useProductVersion';
|
|
49
|
+
export * from './hooks/useSetLocationState';
|
|
50
|
+
export * from './inquiry/AlertFlag';
|
|
51
|
+
export * from './inquiry/AmbientListItem';
|
|
52
|
+
export * from './inquiry/AmbientSplitStatCard';
|
|
53
|
+
export * from './inquiry/AmbientSummaryListHeader';
|
|
54
|
+
export * from './inquiry/ExecuteApiDialog';
|
|
55
|
+
export * from './inquiry/FilterSearch';
|
|
56
|
+
export * from './inquiry/FlagBlock';
|
|
57
|
+
export * from './inquiry/InquiryContainer';
|
|
58
|
+
export * from './inquiry/InquiryTreeMenu';
|
|
59
|
+
export * from './inquiry/InquiryTreeMenuItem';
|
|
60
|
+
export * from './inquiry/InquiryWrapper';
|
|
61
|
+
export * from './inquiry/ItemDescription';
|
|
62
|
+
export * from './inquiry/NodeColumnHeader';
|
|
63
|
+
export * from './inquiry/NodeDetails';
|
|
64
|
+
export * from './inquiry/NodeList';
|
|
65
|
+
export * from './inquiry/dashboard/InquiryDashboard';
|
|
66
|
+
export * from './inquiry/dashboard/RecentlyLoadedNodesTable';
|
|
67
|
+
export * from './inquiry/inquiryBar/InquiryNodeControls';
|
|
68
|
+
export * from './inquiry/search/InquiryAdvancedSearch';
|
|
69
|
+
export * from './inquiry/search/InquiryAdvancedSearchForm';
|
|
70
|
+
export * from './inquiry/search/InquirySearchContainer';
|
|
71
|
+
export * from './inquiry/search/InquirySearchDatasource';
|
|
72
|
+
export * from './inquiry/search/InquirySearchTable';
|
|
73
|
+
export * from './layout/GridGroup';
|
|
74
|
+
export * from './layout/GridRow';
|
|
75
|
+
export * from './layout/GridUnit';
|
|
76
|
+
export * from './layout/HeaderLayout';
|
|
77
|
+
export * from './layout/LayoutUnit';
|
|
78
|
+
export * from './layout/getRatio';
|
|
79
|
+
export * from './layout/templates/SideBarTemplate';
|
|
80
|
+
export * from './maintenanceEngine/crudBrowser/CrudBrowserContainer';
|
|
81
|
+
export * from './maintenanceEngine/crudBrowser/CrudTableActionRender';
|
|
82
|
+
export * from './maintenanceEngine/crudBrowser/CrudTableColumnDefs';
|
|
83
|
+
export * from './maintenanceEngine/crudBrowser/CrudTableSidePanel';
|
|
84
|
+
export * from './maintenanceEngine/tableBrowser/TableColumnDefs';
|
|
85
|
+
export * from './maintenanceEngine/tableBrowser/TableContainer';
|
|
86
|
+
export * from './map-library/Controls/Controls';
|
|
87
|
+
export * from './map-library/Controls/FullScreenControl';
|
|
88
|
+
export * from './map-library/Controls/ZoomControl';
|
|
89
|
+
export * from './map-library/Layers/ImageLayer';
|
|
90
|
+
export * from './map-library/Layers/Layers';
|
|
91
|
+
export * from './map-library/Layers/TileLayer';
|
|
92
|
+
export * from './map-library/Layers/VectorLayer';
|
|
93
|
+
export * from './map-library/Map/Map';
|
|
94
|
+
export * from './map-library/functions/mapFunctions';
|
|
95
|
+
export * from './map-library/ui/MapFilterBar';
|
|
96
|
+
export * from './map-library/ui/MapSheet';
|
|
97
|
+
export * from './map-library/ui/TileDisplay';
|
|
98
|
+
export * from './maps/GeoMap';
|
|
99
|
+
export * from './maps/leafletMaps/FluentImageMap';
|
|
100
|
+
export * from './maps/leafletMaps/FluentMap';
|
|
101
|
+
export * from './models/SearchOperator';
|
|
102
|
+
export * from './notes/NotesScreen';
|
|
103
|
+
export * from './page/Page';
|
|
104
|
+
export * from './page/PageContainer';
|
|
105
|
+
export * from './page/PageContent';
|
|
106
|
+
export * from './page/PageHeader';
|
|
107
|
+
export * from './page/PageSectionHeader';
|
|
108
|
+
export * from './page/PageSectionSpacer';
|
|
109
|
+
export * from './reminders/RemindersScreen';
|
|
110
|
+
export * from './reports/PowerBIReport';
|
|
111
|
+
export * from './routes/UdpRoutes';
|
|
112
|
+
export * from './shell/Shell';
|
|
113
|
+
export * from './shell/ui/AmbientProjectSwitcher';
|
|
114
|
+
export * from './shell/ui/FluentProfileMenuCard';
|
|
115
|
+
export * from './shell/ui/SiteHeaderRightComponent';
|
|
116
|
+
export * from './stores/catalogStore';
|
|
117
|
+
export * from './stores/lookupsStore';
|
|
118
|
+
export * from './stores/shellStore';
|
|
119
|
+
export * from './stores/tenantStore';
|
|
120
|
+
export * from './udp/pages/UdpMaintenanceEnginePage';
|
|
121
|
+
export * from './udp/pages/udpPages';
|
|
122
|
+
export * from './udp/utilities/methodUtils';
|
|
123
|
+
export * from './UI/AlertContainer';
|
|
124
|
+
export * from './UI/SuccessAction';
|
|
125
|
+
export * from './UI/accordion/Accordion';
|
|
126
|
+
export * from './UI/components/dataDisplay/Ellipse';
|
|
127
|
+
export * from './UI/components/dataDisplay/Sticky';
|
|
128
|
+
export * from './UI/components/dataDisplay/Token';
|
|
129
|
+
export * from './UI/components/feedback/Adornment';
|
|
130
|
+
export * from './UI/containers/DynamicContainerWithMenu';
|
|
131
|
+
export * from './UI/dataDisplay/AvatarAlphabet';
|
|
132
|
+
export * from './UI/dataDisplay/cardList/CardList';
|
|
133
|
+
export * from './UI/dataDisplay/ChipAlphabet';
|
|
134
|
+
export * from './UI/dataDisplay/CompactDataList';
|
|
135
|
+
export * from './UI/dataDisplay/CompactDataListItem';
|
|
136
|
+
export * from './UI/dataDisplay/FluentActivity/FluentActivity';
|
|
137
|
+
export * from './UI/dataDisplay/FluentActivity/FluentActivityRow';
|
|
138
|
+
export * from './UI/dataDisplay/FluentListElement';
|
|
139
|
+
export * from './UI/dataDisplay/FluentListItem';
|
|
140
|
+
export * from './UI/dataDisplay/GraphCard';
|
|
141
|
+
export * from './UI/dataDisplay/HeaderExpander';
|
|
142
|
+
export * from './UI/dataDisplay/StatusChip';
|
|
143
|
+
export * from './UI/dataDisplay/StatusFlags';
|
|
144
|
+
export * from './UI/dataDisplay/SummaryBlock';
|
|
145
|
+
export * from './UI/dataDisplay/address/AddressListItem';
|
|
146
|
+
export * from './UI/dataDisplay/directory/Directory';
|
|
147
|
+
export * from './UI/dataDisplay/directory/DirectoryListItem';
|
|
148
|
+
export * from './UI/dataDisplay/entityHeader/EntityHeader';
|
|
149
|
+
export * from './UI/dataDisplay/map/ColorKey';
|
|
150
|
+
export * from './UI/dataDisplay/map/IconKey';
|
|
151
|
+
export * from './UI/dataDisplay/notes/Note';
|
|
152
|
+
export * from './UI/dataDisplay/notes/Notes';
|
|
153
|
+
export * from './UI/dataDisplay/ticketCard/NotificationElement';
|
|
154
|
+
export * from './UI/dataDisplay/ticketCard/StatusLineItem';
|
|
155
|
+
export * from './UI/dataDisplay/ticketCard/TicketCard';
|
|
156
|
+
export * from './UI/dataDisplay/typography/FormHeaders';
|
|
157
|
+
export * from './UI/dataDisplay/typography/SideSheetHeader';
|
|
158
|
+
export * from './UI/dataDisplay/typography/StandardTitle';
|
|
159
|
+
export * from './UI/dataDisplay/typography/StylizedTitle';
|
|
160
|
+
export * from './UI/dataDisplay/visualization/AmbientVisualizer';
|
|
161
|
+
export * from './UI/feedback/AmbientAlert';
|
|
162
|
+
export * from './UI/feedback/AmbientToast';
|
|
163
|
+
export * from './UI/feedback/FluentDialog';
|
|
164
|
+
export * from './UI/feedback/NodeLoader';
|
|
165
|
+
export * from './UI/feedback/PageLoading';
|
|
166
|
+
export * from './UI/floorplans/CoreLayoutFloorplan';
|
|
167
|
+
export * from './UI/forms/CrudForm';
|
|
168
|
+
export * from './UI/forms/LoginForm';
|
|
169
|
+
export * from './UI/forms/UdpCrudFormFields';
|
|
170
|
+
export * from './UI/forms/PaymentReversalForm';
|
|
171
|
+
export * from './UI/inputs/buttons/AdvanceButton';
|
|
172
|
+
export * from './UI/inputs/buttons/AmbientCardButton';
|
|
173
|
+
export * from './UI/inputs/buttons/AmbientPopoverMenuItem';
|
|
174
|
+
export * from './UI/inputs/buttons/AmbientToggleButton';
|
|
175
|
+
export * from './UI/inputs/buttons/AmbientToggleButtonGroup';
|
|
176
|
+
export * from './UI/inputs/buttons/AmbientTokenButton';
|
|
177
|
+
export * from './UI/inputs/buttons/FluentButton';
|
|
178
|
+
export * from './UI/inputs/buttons/FluentCompoundButton';
|
|
179
|
+
export * from './UI/inputs/buttons/FluentIconButton';
|
|
180
|
+
export * from './UI/inputs/buttons/FluentMenuListButton';
|
|
181
|
+
export * from './UI/inputs/buttons/FluentUploadButton';
|
|
182
|
+
export * from './UI/inputs/buttons/FluentUploadIconButton';
|
|
183
|
+
export * from './UI/inputs/buttons/IconButtonWithToolTip';
|
|
184
|
+
export * from './UI/inputs/buttons/PrimaryActionButton';
|
|
185
|
+
export * from './UI/inputs/buttons/ToolBarButton';
|
|
186
|
+
export * from './UI/inputs/checkbox/FluentCheckbox';
|
|
187
|
+
export * from './UI/inputs/datetimes/DateField';
|
|
188
|
+
export * from './UI/inputs/datetimes/DateTimeField';
|
|
189
|
+
export * from './UI/inputs/datetimes/TimeField';
|
|
190
|
+
export * from './UI/inputs/link/BreadCrumbMenu';
|
|
191
|
+
export * from './UI/inputs/link/FluentLink';
|
|
192
|
+
export * from './UI/inputs/menus/AmbientStepper/AmbientStepContent';
|
|
193
|
+
export * from './UI/inputs/menus/AmbientStepper/AmbientStepper';
|
|
194
|
+
export * from './UI/inputs/menus/FluentSelectDirectoryMenu';
|
|
195
|
+
export * from './UI/inputs/menus/FluentSelectGroupMenu';
|
|
196
|
+
export * from './UI/inputs/menus/FluentSelectMenu';
|
|
197
|
+
export * from './UI/inputs/menus/FluentScrollLoadAutocompleteMenu';
|
|
198
|
+
export * from './UI/inputs/menus/FluentSimpleSelect';
|
|
199
|
+
export * from './UI/inputs/pickers/FluentColorPicker';
|
|
200
|
+
export * from './UI/inputs/pickers/FluentDatePicker';
|
|
201
|
+
export * from './UI/inputs/pickers/FluentTimePicker';
|
|
202
|
+
export * from './UI/inputs/pickers/FluentDateTimePicker';
|
|
203
|
+
export * from './UI/inputs/pickers/UdpDateSelector';
|
|
204
|
+
export * from './UI/inputs/pickers/UdpTimeSelector';
|
|
205
|
+
export * from './UI/inputs/richEditors/CkRichEditor';
|
|
206
|
+
export * from './UI/inputs/textField/AmbientTextField';
|
|
207
|
+
export * from './UI/inputs/textField/FluentSearchField';
|
|
208
|
+
export * from './UI/inputs/textField/FluentTagField';
|
|
209
|
+
export * from './UI/inputs/textField/FluentTextField';
|
|
210
|
+
export * from './UI/inputs/textField/FluentTextFieldAutoComplete';
|
|
211
|
+
export * from './UI/inputs/textField/KeyValueTextField';
|
|
212
|
+
export * from './UI/inputs/toggle/FluentToggle';
|
|
213
|
+
export * from './UI/loading/LoadingIndicator';
|
|
214
|
+
export * from './UI/mapLayout/MapLayout';
|
|
215
|
+
export * from './UI/mapLayout/ui/CheckboxGroup';
|
|
216
|
+
export * from './UI/mapLayout/ui/CheckboxList';
|
|
217
|
+
export * from './UI/mapLayout/ui/CompactCard';
|
|
218
|
+
export * from './UI/mapLayout/ui/ListCard';
|
|
219
|
+
export * from './UI/mapLayout/ui/PopoverCard';
|
|
220
|
+
export * from './UI/mapLayout/ui/Statistic';
|
|
221
|
+
export * from './UI/navigation/FluentSideNav';
|
|
222
|
+
export * from './UI/navigation/menus/AppMenu';
|
|
223
|
+
export * from './UI/navigation/menus/AppMenuItem';
|
|
224
|
+
export * from './UI/navigation/menus/AppMenuItemComponent';
|
|
225
|
+
export * from './UI/navigation/menus/Expander';
|
|
226
|
+
export * from './UI/navigation/menus/FluentMenuListItem';
|
|
227
|
+
export * from './UI/navigation/tabs/defaultTabs/FluentSimpleTab';
|
|
228
|
+
export * from './UI/navigation/tabs/defaultTabs/FluentSimpleTabs';
|
|
229
|
+
export * from './UI/navigation/tabs/defaultTabs/FluentTabPanel';
|
|
230
|
+
export * from './UI/navigation/tabs/defaultTabs/FluentTabUtility';
|
|
231
|
+
export * from './UI/property/PropertyFields';
|
|
232
|
+
export * as AutoCompletePropertyWidget from './UI/property/widgets/AutoCompletePropertyWidget';
|
|
233
|
+
export * as BooleanPropertyWidget from './UI/property/widgets/BooleanPropertyWidget';
|
|
234
|
+
export * as DatePropertyWidget from './UI/property/widgets/DatePropertyWidget';
|
|
235
|
+
export * as DateTimePropertyWidget from './UI/property/widgets/DateTimePropertyWidget';
|
|
236
|
+
export * as FloatPropertyWidget from './UI/property/widgets/FloatPropertyWidget';
|
|
237
|
+
export * as IntegerPropertyWidget from './UI/property/widgets/IntegerPropertyWidget';
|
|
238
|
+
export * as MultilineTextPropertyWidget from './UI/property/widgets/MultilineTextPropertyWidget';
|
|
239
|
+
export * as NumericPropertyWidget from './UI/property/widgets/NumericPropertyWidget';
|
|
240
|
+
export * as SelectPropertyWidget from './UI/property/widgets/SelectPropertyWidget';
|
|
241
|
+
export * as TextPropertyWidget from './UI/property/widgets/TextPropertyWidget';
|
|
242
|
+
export * as TimePropertyWidget from './UI/property/widgets/TimePropertyWidget';
|
|
243
|
+
export * from './UI/surfaces/NestedGrid/NestedGrid';
|
|
244
|
+
export * from './UI/surfaces/NestedGrid/ui/ExpandRenderer';
|
|
245
|
+
export * from './UI/surfaces/SideSheet';
|
|
246
|
+
export * from './UI/surfaces/cards/AmbientCard';
|
|
247
|
+
export * from './UI/surfaces/cards/AmbientCardTitle';
|
|
248
|
+
export * from './UI/surfaces/cards/AmbientVisualizationCard';
|
|
249
|
+
export * from './UI/surfaces/cards/BioCard';
|
|
250
|
+
export * from './UI/surfaces/cards/FluentCard';
|
|
251
|
+
export * from './UI/surfaces/cards/FluentCardText';
|
|
252
|
+
export * from './UI/surfaces/cards/FluentCardActions';
|
|
253
|
+
export * from './UI/surfaces/cards/FluentCardContent';
|
|
254
|
+
export * from './UI/surfaces/cards/InfoCard';
|
|
255
|
+
export * from './UI/surfaces/cards/QuickViewCard';
|
|
256
|
+
export * from './UI/surfaces/cards/newsCard/NewsCard';
|
|
257
|
+
export * from './UI/surfaces/cards/workOrderCard/WorkOrderCard';
|
|
258
|
+
export * from './UI/stepper/udp-stepper';
|
|
259
|
+
export * from './UI/stepper/types';
|
|
260
|
+
export * from './UI/templates/AmbientGridTemplate';
|
|
261
|
+
export * from './UI/templates/UdpGridTemplate';
|
|
262
|
+
export * from './UI/templates/newGrid/ClientSideUdpGrid';
|
|
263
|
+
export * from './UI/templates/newGrid/ServerSideUdpGrid';
|
|
264
|
+
export * from './UI/templates/newGrid/ApiMethodUdpGrid';
|
|
265
|
+
export * from './UI/templates/newGrid/EntityMaintenanceUdpGrid';
|
|
266
|
+
export * from './UI/templates/newGrid/ApiMethodInstanceUdpGrid';
|
|
267
|
+
export * from './UI/templates/newGrid/BackwardsCompatibleGrid';
|
|
268
|
+
export * from './UI/advancedSearchBuilder/UdpAdvancedSearchBuilder';
|
|
269
|
+
export * from './UI/templates/UdpCalendar';
|
|
270
|
+
export * from './UI/templates/UdpCalendarDayView';
|
|
271
|
+
export * from './UI/templates/UdpCalendarWeekView';
|
|
272
|
+
export * from './UI/templates/UdpCalendarMonthView';
|
|
273
|
+
export * from './UI/templates/UdpCalendarYearView';
|
|
274
|
+
export * from './UI/templates/DraggableSidebarTemplate';
|
|
275
|
+
export * from './UI/templates/OpenPage';
|
|
276
|
+
export * from './UI/templates/SapFlexibleTemplate';
|
|
277
|
+
export * from './UI/templates/ToggleSection';
|
|
278
|
+
export * from './UI/templates/ui/ExtenderToggle';
|
|
279
|
+
export * from './UI/templates/ui/GridGroupingHeader';
|
|
280
|
+
export * from './UI/templates/ui/GridGroupingSidebar';
|
|
281
|
+
export * from './UI/templates/ui/GridSidebarContainer';
|
|
282
|
+
export * from './UI/templates/ui/TokenGroupItem';
|
|
283
|
+
export * from './UI/templates/ui/renderers/ActionsRenderer';
|
|
284
|
+
export * from './UI/templates/ui/renderers/IconRenderer';
|
|
285
|
+
export * from './UI/timeline/TimeLine';
|
|
286
|
+
export * from './UI/utilityDisplay/GridActionBar';
|
|
287
|
+
export * from './UI/utilityDisplay/UtilityBar';
|
|
288
|
+
export * from './UI/utilityDisplay/IndicatorChip';
|
|
289
|
+
export * from './UI/utilityDisplay/utilityHeader/PrimaryActionHeader';
|
|
290
|
+
export * from './UI/utilityDisplay/utilityHeader/UtilityTabHeader';
|
|
291
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent';
|
|
292
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent';
|
|
293
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/PAHExport';
|
|
294
|
+
export * from './UI/widgets/ItemsWidgetCard';
|
|
295
|
+
export * as BarChartWidget from './UI/widgets/library/BarChartWidget';
|
|
296
|
+
export * as BubbleWidget from './UI/widgets/library/BubbleWidget';
|
|
297
|
+
export * from './UI/widgets/library/CircleGaugeWidget';
|
|
298
|
+
export * as DateTrendWidget from './UI/widgets/library/DateTrendWidget';
|
|
299
|
+
export * as DensePlotWidget from './UI/widgets/library/DensePlotWidget';
|
|
300
|
+
export * as DonutChartWidget from './UI/widgets/library/DonutChartWidget';
|
|
301
|
+
export * from './UI/widgets/library/GaugeWidget';
|
|
302
|
+
export * as LineAndSparklinesWidget from './UI/widgets/library/LineAndSparklinesWidget';
|
|
303
|
+
export * as LineGraphWidget from './UI/widgets/library/LineGraphWidget';
|
|
304
|
+
export * as ProgressBarWidget from './UI/widgets/library/ProgressBarWidget';
|
|
305
|
+
export * as RecentlyLoadedNodesWidget from './UI/widgets/library/RecentlyLoadedNodesWidget';
|
|
306
|
+
export * as RemindersWidget from './UI/widgets/library/RemindersWidget';
|
|
307
|
+
export * as SparklineWidget from './UI/widgets/library/SparklineWidget';
|
|
308
|
+
export * as SparsePlotWidget from './UI/widgets/library/SparsePlotWidget';
|
|
309
|
+
export * from './uploader/DragDropFileUpload';
|
|
310
|
+
export * from './uploader/FileUpload';
|
|
311
|
+
export * from './utilities/FluentIcon';
|
|
312
|
+
export * from './utilities/TrimForAvatar';
|
|
313
|
+
export * from './utilities/UnityFluentIcon';
|
|
314
|
+
export * from './utilities/UnityIcon';
|
|
315
|
+
export * from './utilities/aggrid/AgTable';
|
|
316
|
+
export * from './utilities/aggrid/GridFunctions';
|
|
317
|
+
export * from './utilities/aggrid/aggridHelpers';
|
|
318
|
+
export * from './utilities/aggrid/datasources/SearchServiceDatasource';
|
|
319
|
+
export * from './utilities/apiHelpers';
|
|
320
|
+
export * from './utilities/auth/AuthProvider';
|
|
321
|
+
export * from './utilities/auth/AuthProviderWrapper';
|
|
322
|
+
// export * from './utilities/auth/LocalAuthProvider';
|
|
323
|
+
export * from './utilities/auth/authActions';
|
|
324
|
+
export * from './utilities/auth/internal';
|
|
325
|
+
export * from './utilities/auth/signInAuthProvider';
|
|
326
|
+
export * from './utilities/auth/useAccessToken';
|
|
327
|
+
export * from './utilities/auth/useAuthedUser';
|
|
328
|
+
export * from './utilities/auth/useIsUnityAuthenticated';
|
|
329
|
+
export * from './utilities/auth/useSingleLogout';
|
|
330
|
+
export * from './utilities/auth/useUser';
|
|
331
|
+
export * from './utilities/auth/user';
|
|
332
|
+
export * from './utilities/auth/users';
|
|
333
|
+
export * from './utilities/axiosInterceptors';
|
|
334
|
+
export * from './utilities/crud/useDefaultFormValues';
|
|
335
|
+
export * from './utilities/entities/entityUtilities';
|
|
336
|
+
export * from './utilities/floorplanFunctions/gridVisualizationFunctions';
|
|
337
|
+
export * from './utilities/form/AltSubmitButton';
|
|
338
|
+
export * from './utilities/form/Field';
|
|
339
|
+
export * from './utilities/form/Form';
|
|
340
|
+
export * from './utilities/form/FormButtons';
|
|
341
|
+
export * from './utilities/form/FormError';
|
|
342
|
+
export * from './utilities/form/FormSpy';
|
|
343
|
+
export * from './utilities/form/SubmitButton';
|
|
344
|
+
export * from './utilities/form/formHooks';
|
|
345
|
+
export * from './utilities/form/arrayMutators';
|
|
346
|
+
export * from './utilities/form/paymentForm/PaymentForm';
|
|
347
|
+
export * from './utilities/form/useFieldChangeListener';
|
|
348
|
+
export * from './utilities/iconLibrary/IconLibrary';
|
|
349
|
+
export * from './utilities/iconLibrary/UnityIconLibrary';
|
|
350
|
+
export * from './utilities/input/DateUtilities';
|
|
351
|
+
export * from './utilities/input/SelectUtilities';
|
|
352
|
+
export * from './utilities/input/StringUtilities';
|
|
353
|
+
export * from './utilities/maintenanceEngine/CrudBrowserUtilities';
|
|
354
|
+
export * from './utilities/menus/menuUtilities';
|
|
355
|
+
export * from './utilities/page/PageSubHeaderAction';
|
|
356
|
+
export * from './utilities/provider/ActionProvider';
|
|
357
|
+
export * from './utilities/redirect/ExternalRedirectUrlStorage';
|
|
358
|
+
export * from './utilities/redirect/LocalRedirectUrlStorage';
|
|
359
|
+
export * from './utilities/redirect/pages/OutlookCallback';
|
|
360
|
+
export * from './utilities/rules/RuleUtilities';
|
|
361
|
+
export * from './utilities/search/SearchUtilities';
|
|
362
|
+
export * from './utilities/storage/UnitySessionStorage';
|
|
363
|
+
export * from './utilities/style/ContentContainer';
|
|
364
|
+
export * from './utilities/style/colors';
|
|
365
|
+
export * from './utilities/style/verticalStyles';
|
|
366
|
+
export * from './utilities/systemColors';
|
|
367
|
+
export * from './utilities/theme';
|
|
368
|
+
export * from './utilities/tree/TreeUtilities';
|
|
369
|
+
export * from './utilities/uploader/FileUpload';
|
|
370
|
+
export * from './utilities/uploader/formatBytes';
|
|
371
|
+
export * from './utilities/useAxiosGet';
|
|
372
|
+
export * from './utilities/useAxiosMutate';
|
|
373
|
+
export * from './utilities/utilityBar/InquiryHeaderControl';
|
|
374
|
+
export * from './utilities/utilityBar/InquiryHeaderSecondary';
|
|
375
|
+
export * from './utilities/utilityBar/InquiryHeaderSecondaryAlert';
|
|
376
|
+
export * from './utilities/utilityBar/InquiryHeaderTitle';
|
|
377
|
+
export * from './utilities/utilityBar/SubHeaderAction';
|
|
378
|
+
export * from './utilities/utilityBar/UtilityBarInport';
|
|
379
|
+
export * from './UI/inputs/textField/AmbientAutoComplete';
|
|
380
|
+
export * from './hooks/useDateLocale';
|
|
381
|
+
export * from './UI/inputs/calendar/AmbientDateRangeSelector';
|
|
382
|
+
export * from './UI/inputs/calendar/AmbientSingleDateSelector';
|
|
383
|
+
export * from './UI/dataDisplay/AmbientList';
|
|
384
|
+
export * from './UI/dataDisplay/EmptyStateDisplay';
|
|
385
|
+
export * from './UI/timeline/fluentTimeline/FluentTimeline';
|
|
386
|
+
export * from './UI/navigation/tabs/UdpTabs';
|
|
387
|
+
export * from './UI/navigation/tabs/UdpTabPanel';
|
|
388
|
+
export * from './UI/navigation/tabs/UdpTabUtility';
|
|
389
|
+
export * from './UI/dataDisplay/typography/Typography';
|
|
390
|
+
export * from './UI/inputs/radio/FluentRadio';
|
|
391
|
+
export * from './UI/inputs/radio/FluentRadioGroup';
|
|
392
|
+
export * from './UI/loading/CircularProgress';
|
|
393
|
+
export * from './UI/loading/LinearProgress';
|
|
394
|
+
export * from './utilities/auth/whitelistedPaths';
|
|
395
|
+
export * from './udp/pages/UdpPublicForm';
|
|
396
|
+
export * from './UI/Box';
|
|
397
|
+
export * from './UI/Grid';
|
|
398
|
+
export * from './UI/dataDisplay/FluentDataTable/FluentDataTable';
|
|
399
|
+
export * from './routes/PrivateRoute';
|
|
400
|
+
export * from './routes/components/PageStatus';
|
|
401
|
+
export * from './UI/fileViewer/pdfViewer/PDFViewer';
|
|
402
|
+
export { ConfigService } from 'udp-react-stencil-component-library';
|
|
403
|
+
export * from './routes/components/PageNotFoundRoute';
|
|
404
|
+
export * from './utilities/tenant/useTenant';
|
|
405
|
+
export * from './UI/dataDisplay/visualization/amCharts/AmChart';
|
|
406
|
+
export * from './workflow/WorkflowContainer';
|
|
407
|
+
export * from './inquiry/Inquiry';
|
|
408
|
+
export * from './stores/workflowStore';
|
|
409
|
+
export * from './UI/dataDisplay/TimelineCalendar';
|
|
410
|
+
export * from './UI/fileViewer/FileViewer';
|
|
411
|
+
export * from './UI/charts/UdpDonutChart';
|
|
412
|
+
export * from './UI/charts/UdpBarChart';
|
|
413
|
+
export * from './UI/charts/UdpLineChart';
|
|
414
|
+
export * from './UI/charts/InsightRenderer';
|
|
415
|
+
export * from './UI/utilityDisplay/Divider';
|
|
416
|
+
export * from './UI/utilityDisplay/InputAdornment';
|
|
417
|
+
export * from './UI/utilityDisplay/FormControl';
|
|
418
|
+
export * from './UI/utilityDisplay/FormControlLabel';
|
|
419
|
+
export * from './udp/fileImportMapping/ImportDataFromFileMapping';
|
|
420
|
+
export * from './UI/inputs/fieldArrayCard/fieldArrayCardEnum';
|
|
421
|
+
export * from './UI/inputs/fieldArrayCard/FieldArrayCard';
|
|
422
|
+
export * from './UI/timeline/UdpTimeline';
|
|
423
|
+
export * from './UI/timeline/UdpTimelineContent';
|
|
424
|
+
export * from './UI/timeline/UdpTimelineDot';
|
|
425
|
+
export * from './UI/timeline/UdpTimelineItem';
|
|
426
|
+
export * from './UI/timeline/UdpTimelineItemConnector';
|
|
427
|
+
export * from './UI/timeline/UdpTimelineItemSeparator';
|
|
428
|
+
export * from './utilities/customIcons/ApprovalIcon';
|
|
429
|
+
export * from './utilities/customIcons/RejectIcon';
|
|
430
|
+
export * from './UI/maps/UdpMap';
|
|
431
|
+
export * from './UI/maps/UdpMapToolbar';
|
|
432
|
+
export * from './UI/maps/UdpMapComponent';
|
|
433
|
+
export * from './routes/components/PasswordResetRedirect';
|
|
434
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/teleporter';
|
|
435
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/TeleporterSource';
|
|
436
|
+
export * from './UI/support/SupportCaseSideSheet';
|
|
437
|
+
export * from './udp/export/ExportSidesheet';
|
|
438
|
+
export * from './udp/export/useUdpExport';
|
|
439
|
+
export * from './UI/templates/ui/renderers/StatusCellRenderer';
|
|
440
|
+
export * from './udp/export/MyExportsPage';
|
|
441
|
+
export * from './routes/components/PasswordResetRedirect';
|
|
442
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/teleporter';
|
|
443
|
+
export * from './UI/utilityDisplay/utilityHeader/ui/TeleporterSource';
|
|
444
|
+
export * from './UI/demos/InputsExample';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ExecuteApiDialog: (props: any) => JSX.Element;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Required Props:
|
|
3
|
+
* user - current unity user
|
|
4
|
+
* productId - current product id of application
|
|
5
|
+
* shellContext - context of the shell in the application. Will be used for some global actions (ie. collapse menu bar from within inquiry container)
|
|
6
|
+
* litnHistory (loaded inquiry tree node history) - array of tree node objects to be used in the recently loaded nodes
|
|
7
|
+
* litnHistoryLoading - request status of the litnHistory request
|
|
8
|
+
* tree - tree object which contains the tree structure and its properties
|
|
9
|
+
* treeLoading - request status of tree request
|
|
10
|
+
* treeError - error status of tree request
|
|
11
|
+
* treeId - id of the tree that's being loaded (retreived from URL)
|
|
12
|
+
* catalogObjects - array of catalog items and it's relationship and properties
|
|
13
|
+
* executeQueryAdHoc - search callback
|
|
14
|
+
* executeQueryWithParameters - search callback with extra parameters
|
|
15
|
+
* executeGetDetailedTree - callback to get detailed tree information for the associated tree
|
|
16
|
+
* executeAddRecentlyLoadedNodes - callback to add loaded nodes to history
|
|
17
|
+
* pageData - data for the page to be displayed in inquiry
|
|
18
|
+
* pageLoading - boolean value for if a page is loading
|
|
19
|
+
* pageError - error status of page request
|
|
20
|
+
* setPageId - setter for setting pageId when it changes
|
|
21
|
+
* pageId - id of page
|
|
22
|
+
* initialSearchValue - query parameter representing a value to search upon loading of this inquiry page
|
|
23
|
+
* promotedEntities - promoted entities for the catalog used in the inquiry tree
|
|
24
|
+
* promotedMethods - promoted methods for the catalog used in the inquiry tree
|
|
25
|
+
*
|
|
26
|
+
* @param {*} props
|
|
27
|
+
* @returns Inquiry
|
|
28
|
+
*/
|
|
29
|
+
export declare const Inquiry: (props: any) => JSX.Element;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const InquiryContainer: {
|
|
2
|
+
(props: any): JSX.Element;
|
|
3
|
+
propTypes: {
|
|
4
|
+
user: any;
|
|
5
|
+
shellContext: any;
|
|
6
|
+
litnHistory: any;
|
|
7
|
+
litnHistoryLoading: any;
|
|
8
|
+
tree: any;
|
|
9
|
+
treeId: any;
|
|
10
|
+
catalogObjects: any;
|
|
11
|
+
executeQueryAdHoc: any;
|
|
12
|
+
executeQueryWithParameters: any;
|
|
13
|
+
executeGetDetailedTree: any;
|
|
14
|
+
executeAddRecentlyLoadedNodes: any;
|
|
15
|
+
treeLoading: any;
|
|
16
|
+
treeError: any;
|
|
17
|
+
pageData: any;
|
|
18
|
+
pageLoading: any;
|
|
19
|
+
pageError: any;
|
|
20
|
+
setPageId: any;
|
|
21
|
+
pageId: any;
|
|
22
|
+
isValidWidget: any;
|
|
23
|
+
productId: any;
|
|
24
|
+
initialSearchValue: any;
|
|
25
|
+
promotedEntities: any;
|
|
26
|
+
promotedMethods: any;
|
|
27
|
+
};
|
|
28
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryTreeMenu: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryTreeMenuItem: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryWrapper: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const NodeDetails: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const NodeList: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryDashboard: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const RecentlyLoadedNodesTable: (props: any) => JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const InquiryControlList: ({ remove, expandAll, collapseAll, moveToTop, clearAll, switchTreeViewMode, treeViewMode, hiddenControls, classes: classProps }: {
|
|
2
|
+
classes: any;
|
|
3
|
+
clearAll: any;
|
|
4
|
+
collapseAll: any;
|
|
5
|
+
expandAll: any;
|
|
6
|
+
hiddenControls?: any[];
|
|
7
|
+
moveToTop: any;
|
|
8
|
+
remove: any;
|
|
9
|
+
switchTreeViewMode: any;
|
|
10
|
+
treeViewMode: any;
|
|
11
|
+
}) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryNodeControls: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryAdvancedSearch: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquiryAdvancedSearchForm: (props: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquirySearchContainer: (props: any) => JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { LogicalSearchOperatorEnums } from '../../enums/unitySystemEnums.ts';
|
|
2
|
+
export declare const InquirySearchDatasource: (queryData: any, apiMethodId: any, searchFilterElements: any, logicalSearchOperator: LogicalSearchOperatorEnums, executeQuery: any, searchFilterGroups: any) => {
|
|
3
|
+
getRows(params: any): Promise<void>;
|
|
4
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const InquirySearchTable: (props: any) => JSX.Element;
|