udp-react-enterprise-component-library 1.0.0
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/README.md +240 -0
- package/dist/AGLicense.d.ts +1 -0
- package/dist/MenuPage-DJNdI-BW.js +556 -0
- package/dist/UI/AlertContainer.d.ts +1 -0
- package/dist/UI/Box.d.ts +1 -0
- package/dist/UI/Grid.d.ts +1 -0
- package/dist/UI/SuccessAction.d.ts +1 -0
- package/dist/UI/accordion/Accordion.d.ts +1 -0
- package/dist/UI/charts/InsightRenderer.d.ts +19 -0
- package/dist/UI/charts/UdpBarChart.d.ts +6 -0
- package/dist/UI/charts/UdpDistributionChart.d.ts +5 -0
- package/dist/UI/charts/UdpDonutChart.d.ts +7 -0
- package/dist/UI/charts/UdpLineChart.d.ts +6 -0
- package/dist/UI/charts/index.d.ts +6 -0
- package/dist/UI/charts/types.d.ts +62 -0
- package/dist/UI/components/dataDisplay/Ellipse.d.ts +8 -0
- package/dist/UI/components/dataDisplay/EmailDisplay.d.ts +1 -0
- package/dist/UI/components/dataDisplay/SmsDisplay.d.ts +1 -0
- package/dist/UI/components/dataDisplay/Sticky.d.ts +8 -0
- package/dist/UI/components/dataDisplay/Token.d.ts +13 -0
- package/dist/UI/components/feedback/Adornment.d.ts +6 -0
- package/dist/UI/containers/DynamicContainerWithMenu.d.ts +1 -0
- package/dist/UI/dataDisplay/AmbientList.d.ts +15 -0
- package/dist/UI/dataDisplay/AvatarAlphabet.d.ts +1 -0
- package/dist/UI/dataDisplay/ChipAlphabet.d.ts +6 -0
- package/dist/UI/dataDisplay/CompactDataList.d.ts +1 -0
- package/dist/UI/dataDisplay/CompactDataListItem.d.ts +1 -0
- package/dist/UI/dataDisplay/EmptyStateDisplay.d.ts +22 -0
- package/dist/UI/dataDisplay/FluentActivity/FluentActivity.d.ts +1 -0
- package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.d.ts +1 -0
- package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.d.ts +8 -0
- package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.d.ts +62 -0
- package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.d.ts +11 -0
- package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.d.ts +9 -0
- package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.d.ts +8 -0
- package/dist/UI/dataDisplay/FluentListElement.d.ts +8 -0
- package/dist/UI/dataDisplay/FluentListItem.d.ts +1 -0
- package/dist/UI/dataDisplay/GraphCard.d.ts +10 -0
- package/dist/UI/dataDisplay/HeaderExpander.d.ts +11 -0
- package/dist/UI/dataDisplay/HintPanel.d.ts +10 -0
- package/dist/UI/dataDisplay/StatusChip.d.ts +9 -0
- package/dist/UI/dataDisplay/StatusFlags.d.ts +8 -0
- package/dist/UI/dataDisplay/SummaryBlock.d.ts +16 -0
- package/dist/UI/dataDisplay/TimelineCalendar.d.ts +1 -0
- package/dist/UI/dataDisplay/address/AddressListItem.d.ts +3 -0
- package/dist/UI/dataDisplay/cardList/CardList.d.ts +49 -0
- package/dist/UI/dataDisplay/cardList/enum.d.ts +5 -0
- package/dist/UI/dataDisplay/directory/Directory.d.ts +9 -0
- package/dist/UI/dataDisplay/directory/DirectoryListItem.d.ts +4 -0
- package/dist/UI/dataDisplay/entityHeader/EntityHeader.d.ts +12 -0
- package/dist/UI/dataDisplay/entityHeader/functions/groupSectionData.d.ts +2 -0
- package/dist/UI/dataDisplay/entityHeader/functions/useDivideArrayIntoGroups.d.ts +2 -0
- package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.d.ts +14 -0
- package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.d.ts +22 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.d.ts +20 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.d.ts +4 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.d.ts +1 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.d.ts +1 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.d.ts +19 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.d.ts +1 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.d.ts +1 -0
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStats.d.ts +3 -0
- package/dist/UI/dataDisplay/map/ColorKey.d.ts +10 -0
- package/dist/UI/dataDisplay/map/FluentIconKey.d.ts +2 -0
- package/dist/UI/dataDisplay/map/IconKey.d.ts +10 -0
- package/dist/UI/dataDisplay/notes/Note.d.ts +7 -0
- package/dist/UI/dataDisplay/notes/Notes.d.ts +6 -0
- package/dist/UI/dataDisplay/ticketCard/NotificationElement.d.ts +8 -0
- package/dist/UI/dataDisplay/ticketCard/StatusLineItem.d.ts +16 -0
- package/dist/UI/dataDisplay/ticketCard/TicketCard.d.ts +22 -0
- package/dist/UI/dataDisplay/typography/FormHeaders.d.ts +2 -0
- package/dist/UI/dataDisplay/typography/SideSheetHeader.d.ts +4 -0
- package/dist/UI/dataDisplay/typography/SidebarHeader.d.ts +1 -0
- package/dist/UI/dataDisplay/typography/StandardTitle.d.ts +1 -0
- package/dist/UI/dataDisplay/typography/StylizedTitle.d.ts +16 -0
- package/dist/UI/dataDisplay/typography/Typography.d.ts +1 -0
- package/dist/UI/dataDisplay/visualization/AmbientVisualizer.d.ts +63 -0
- package/dist/UI/dataDisplay/visualization/GaugeGraph.d.ts +1 -0
- package/dist/UI/dataDisplay/visualization/RatioVisulization.d.ts +5 -0
- package/dist/UI/dataDisplay/visualization/amCharts/AmChart.d.ts +1 -0
- package/dist/UI/dataDisplay/visualization/amCharts/AmSankeyChart.d.ts +2 -0
- package/dist/UI/feedback/AmbientAlert.d.ts +12 -0
- package/dist/UI/feedback/AmbientToast.d.ts +1 -0
- package/dist/UI/feedback/FluentDialog.d.ts +1 -0
- package/dist/UI/feedback/NodeLoader.d.ts +4 -0
- package/dist/UI/feedback/PageLoading.d.ts +1 -0
- package/dist/UI/fileViewer/FileViewer.d.ts +1 -0
- package/dist/UI/fileViewer/imageSlider/Image.d.ts +1 -0
- package/dist/UI/fileViewer/imageSlider/ImageFooter.d.ts +1 -0
- package/dist/UI/fileViewer/imageSlider/ImageSlider.d.ts +1 -0
- package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.d.ts +1 -0
- package/dist/UI/fileViewer/pdfViewer/ControlPanel.d.ts +2 -0
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.d.ts +11 -0
- package/dist/UI/fileViewer/utils/fileTypes.d.ts +1 -0
- package/dist/UI/fileViewer/utils/fileUtils.d.ts +2 -0
- package/dist/UI/floorplans/CoreLayoutFloorplan.d.ts +51 -0
- package/dist/UI/forms/CrudForm.d.ts +11 -0
- package/dist/UI/forms/LoginForm.d.ts +1 -0
- package/dist/UI/forms/PaymentReversalForm.d.ts +5 -0
- package/dist/UI/forms/UdpCrudFormFields.d.ts +6 -0
- package/dist/UI/forms/VirtualForm.d.ts +8 -0
- package/dist/UI/iframe/Iframe.d.ts +1 -0
- package/dist/UI/inputs/buttons/AdvanceButton.d.ts +4 -0
- package/dist/UI/inputs/buttons/AmbientCardButton.d.ts +9 -0
- package/dist/UI/inputs/buttons/AmbientChipButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.d.ts +5 -0
- package/dist/UI/inputs/buttons/AmbientToggleButton.d.ts +15 -0
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.d.ts +1 -0
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.d.ts +44 -0
- package/dist/UI/inputs/buttons/AmbientTokenButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/FUISquareIconButton.d.ts +5 -0
- package/dist/UI/inputs/buttons/FluentButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/FluentCompoundButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/FluentIconButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/FluentMenuListButton.d.ts +6 -0
- package/dist/UI/inputs/buttons/FluentMenuListItem.d.ts +6 -0
- package/dist/UI/inputs/buttons/FluentUploadButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/FluentUploadIconButton.d.ts +1 -0
- package/dist/UI/inputs/buttons/IconButtonWithToolTip.d.ts +11 -0
- package/dist/UI/inputs/buttons/PrimaryActionButton.d.ts +6 -0
- package/dist/UI/inputs/buttons/ToolBarButton.d.ts +11 -0
- package/dist/UI/inputs/calendar/AmbientDateRangeSelector.d.ts +1 -0
- package/dist/UI/inputs/calendar/AmbientSingleDateSelector.d.ts +1 -0
- package/dist/UI/inputs/checkbox/FluentCheckbox.d.ts +1 -0
- package/dist/UI/inputs/datetimes/DateField.d.ts +1 -0
- package/dist/UI/inputs/datetimes/DateTimeField.d.ts +1 -0
- package/dist/UI/inputs/datetimes/TimeField.d.ts +1 -0
- package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.d.ts +2 -0
- package/dist/UI/inputs/fieldArrayCard/DateRangeField.d.ts +2 -0
- package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.d.ts +1 -0
- package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.d.ts +2 -0
- package/dist/UI/inputs/fieldArrayCard/fieldArrayCardEnum.d.ts +10 -0
- package/dist/UI/inputs/link/BreadCrumbMenu.d.ts +1 -0
- package/dist/UI/inputs/link/FluentLink.d.ts +1 -0
- package/dist/UI/inputs/menus/AmbientStepper/AmbientStepContent.d.ts +9 -0
- package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.d.ts +5 -0
- package/dist/UI/inputs/menus/AmbientStepper/StepLabel.d.ts +49 -0
- package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.d.ts +44 -0
- package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.d.ts +6 -0
- package/dist/UI/inputs/menus/FluentSelectGroupMenu.d.ts +7 -0
- package/dist/UI/inputs/menus/FluentSelectMenu-old.d.ts +1 -0
- package/dist/UI/inputs/menus/FluentSelectMenu.d.ts +9 -0
- package/dist/UI/inputs/menus/FluentSimpleSelect.d.ts +1 -0
- package/dist/UI/inputs/pickers/FluentColorPicker.d.ts +1 -0
- package/dist/UI/inputs/pickers/FluentDatePicker.d.ts +6 -0
- package/dist/UI/inputs/pickers/FluentDateTimePicker.d.ts +6 -0
- package/dist/UI/inputs/pickers/FluentTimePicker.d.ts +7 -0
- package/dist/UI/inputs/pickers/UdpDateSelector.d.ts +10 -0
- package/dist/UI/inputs/pickers/UdpTimeSelector.d.ts +8 -0
- package/dist/UI/inputs/radio/FluentRadio.d.ts +1 -0
- package/dist/UI/inputs/radio/FluentRadioGroup.d.ts +1 -0
- package/dist/UI/inputs/richEditors/CkRichEditor.d.ts +1 -0
- package/dist/UI/inputs/sliders/FluentInputSlider.d.ts +2 -0
- package/dist/UI/inputs/textField/AmbientAutoComplete.d.ts +1 -0
- package/dist/UI/inputs/textField/AmbientTextField.d.ts +9 -0
- package/dist/UI/inputs/textField/FluentSearchField.d.ts +1 -0
- package/dist/UI/inputs/textField/FluentTagField.d.ts +2 -0
- package/dist/UI/inputs/textField/FluentTextField.d.ts +2 -0
- package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.d.ts +1 -0
- package/dist/UI/inputs/textField/KeyValueTextField.d.ts +1 -0
- package/dist/UI/inputs/toggle/FluentToggle.d.ts +1 -0
- package/dist/UI/loading/CircularProgress.d.ts +1 -0
- package/dist/UI/loading/LinearProgress.d.ts +1 -0
- package/dist/UI/loading/LoadingIndicator.d.ts +4 -0
- package/dist/UI/loading/LoadingOverlay.d.ts +4 -0
- package/dist/UI/mapLayout/MapLayout.d.ts +1 -0
- package/dist/UI/mapLayout/ui/ActionsRenderer.d.ts +2 -0
- package/dist/UI/mapLayout/ui/CheckboxGroup.d.ts +1 -0
- package/dist/UI/mapLayout/ui/CheckboxList.d.ts +1 -0
- package/dist/UI/mapLayout/ui/CompactCard.d.ts +1 -0
- package/dist/UI/mapLayout/ui/ListCard.d.ts +9 -0
- package/dist/UI/mapLayout/ui/ListView.d.ts +2 -0
- package/dist/UI/mapLayout/ui/MapLayoutToolbar.d.ts +2 -0
- package/dist/UI/mapLayout/ui/PopoverCard.d.ts +1 -0
- package/dist/UI/mapLayout/ui/PopoverOverlay.d.ts +2 -0
- package/dist/UI/mapLayout/ui/Statistic.d.ts +1 -0
- package/dist/UI/mapLayout/utilities/MapUtilities.d.ts +12 -0
- package/dist/UI/maps/UdpMap.d.ts +66 -0
- package/dist/UI/maps/UdpMapComponent.d.ts +64 -0
- package/dist/UI/maps/UdpMapToolbar.d.ts +49 -0
- package/dist/UI/navigation/FluentSideNav.d.ts +1 -0
- package/dist/UI/navigation/menus/AppMenu.d.ts +6 -0
- package/dist/UI/navigation/menus/AppMenuItem.d.ts +24 -0
- package/dist/UI/navigation/menus/AppMenuItemComponent.d.ts +1 -0
- package/dist/UI/navigation/menus/Expander.d.ts +1 -0
- package/dist/UI/navigation/menus/ExpanderItem.d.ts +4 -0
- package/dist/UI/navigation/menus/FluentMenuListItem.d.ts +5 -0
- package/dist/UI/navigation/tabs/UdpTabPanel.d.ts +1 -0
- package/dist/UI/navigation/tabs/UdpTabUtility.d.ts +1 -0
- package/dist/UI/navigation/tabs/UdpTabs.d.ts +1 -0
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.d.ts +1 -0
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.d.ts +1 -0
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.d.ts +8 -0
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanels.d.ts +45 -0
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.d.ts +1 -0
- package/dist/UI/property/PropertyFields.d.ts +10 -0
- package/dist/UI/property/widgets/AutoCompletePropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/BooleanPropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/DatePropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/DateTimePropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/FloatPropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/IntegerPropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/MultilineTextPropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/NumericPropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/SelectPropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/TextPropertyWidget.d.ts +8 -0
- package/dist/UI/property/widgets/TimePropertyWidget.d.ts +7 -0
- package/dist/UI/property/widgets/index.d.ts +25 -0
- package/dist/UI/stepper/types.d.ts +38 -0
- package/dist/UI/stepper/udp-stepper.d.ts +2 -0
- package/dist/UI/support/SupportCaseForm.d.ts +6 -0
- package/dist/UI/support/SupportCaseSideSheet.d.ts +9 -0
- package/dist/UI/surfaces/NestedGrid/NestedGrid.d.ts +18 -0
- package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.d.ts +5 -0
- package/dist/UI/surfaces/SideSheet.d.ts +23 -0
- package/dist/UI/surfaces/cards/AmbientCard.d.ts +1 -0
- package/dist/UI/surfaces/cards/AmbientCardTitle.d.ts +12 -0
- package/dist/UI/surfaces/cards/AmbientVisualizationCard.d.ts +10 -0
- package/dist/UI/surfaces/cards/BioCard.d.ts +10 -0
- package/dist/UI/surfaces/cards/ContentDisplayCard.d.ts +13 -0
- package/dist/UI/surfaces/cards/FUICard.d.ts +4 -0
- package/dist/UI/surfaces/cards/FUICardHeader.d.ts +2 -0
- package/dist/UI/surfaces/cards/FluentCard.d.ts +8 -0
- package/dist/UI/surfaces/cards/FluentCardActions.d.ts +4 -0
- package/dist/UI/surfaces/cards/FluentCardContent.d.ts +4 -0
- package/dist/UI/surfaces/cards/FluentCardHeader.d.ts +4 -0
- package/dist/UI/surfaces/cards/FluentCardText.d.ts +1 -0
- package/dist/UI/surfaces/cards/InfoCard.d.ts +33 -0
- package/dist/UI/surfaces/cards/QuickViewCard.d.ts +8 -0
- package/dist/UI/surfaces/cards/newsCard/NewsCard.d.ts +20 -0
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.d.ts +12 -0
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.d.ts +4 -0
- package/dist/UI/templates/AmbientGridTemplate.d.ts +34 -0
- package/dist/UI/templates/DraggableSidebarTemplate.d.ts +1 -0
- package/dist/UI/templates/OpenPage.d.ts +1 -0
- package/dist/UI/templates/SapFlexibleTemplate.d.ts +5 -0
- package/dist/UI/templates/ToggleSection.d.ts +11 -0
- package/dist/UI/templates/UdpCalendar.d.ts +1 -0
- package/dist/UI/templates/UdpCalendarDayView.d.ts +1 -0
- package/dist/UI/templates/UdpCalendarMonthView.d.ts +1 -0
- package/dist/UI/templates/UdpCalendarWeekView.d.ts +1 -0
- package/dist/UI/templates/UdpCalendarYearView.d.ts +1 -0
- package/dist/UI/templates/UdpGridTemplate.d.ts +1 -0
- package/dist/UI/templates/newGrid/ApiMethodUdpGrid.d.ts +1 -0
- package/dist/UI/templates/newGrid/ClientSideUdpGrid.d.ts +1 -0
- package/dist/UI/templates/newGrid/ServerSideUdpGrid.d.ts +1 -0
- package/dist/UI/templates/ui/ExtenderToggle.d.ts +8 -0
- package/dist/UI/templates/ui/GridGroupingHeader.d.ts +10 -0
- package/dist/UI/templates/ui/GridGroupingSidebar.d.ts +19 -0
- package/dist/UI/templates/ui/GridSidebarContainer.d.ts +7 -0
- package/dist/UI/templates/ui/TokenGroupItem.d.ts +12 -0
- package/dist/UI/templates/ui/renderers/ActionsRenderer.d.ts +1 -0
- package/dist/UI/templates/ui/renderers/IconRenderer.d.ts +1 -0
- package/dist/UI/templates/ui/renderers/StatusCellRenderer.d.ts +1 -0
- package/dist/UI/timeline/ExtendActions.d.ts +2 -0
- package/dist/UI/timeline/ExtendedHeader.d.ts +2 -0
- package/dist/UI/timeline/TimeEntryStates.d.ts +1 -0
- package/dist/UI/timeline/TimeLine.d.ts +6 -0
- package/dist/UI/timeline/TimelineElement.d.ts +2 -0
- package/dist/UI/timeline/UdpTimeline.d.ts +1 -0
- package/dist/UI/timeline/UdpTimelineContent.d.ts +1 -0
- package/dist/UI/timeline/UdpTimelineDot.d.ts +1 -0
- package/dist/UI/timeline/UdpTimelineItem.d.ts +1 -0
- package/dist/UI/timeline/UdpTimelineItemConnector.d.ts +1 -0
- package/dist/UI/timeline/UdpTimelineItemSeparator.d.ts +1 -0
- package/dist/UI/timeline/fluentTimeline/FluentTimeline.d.ts +1 -0
- package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.d.ts +1 -0
- package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.d.ts +1 -0
- package/dist/UI/utilityDisplay/AggregateChip.d.ts +2 -0
- package/dist/UI/utilityDisplay/BulkActionsGridButton.d.ts +1 -0
- package/dist/UI/utilityDisplay/ChipSection.d.ts +14 -0
- package/dist/UI/utilityDisplay/Divider.d.ts +1 -0
- package/dist/UI/utilityDisplay/FormControl.d.ts +1 -0
- package/dist/UI/utilityDisplay/FormControlLabel.d.ts +1 -0
- package/dist/UI/utilityDisplay/GridActionBar.d.ts +13 -0
- package/dist/UI/utilityDisplay/GridPrimaryBar.d.ts +23 -0
- package/dist/UI/utilityDisplay/GridViewsSideSheet.d.ts +17 -0
- package/dist/UI/utilityDisplay/IndicatorChip.d.ts +1 -0
- package/dist/UI/utilityDisplay/InputAdornment.d.ts +1 -0
- package/dist/UI/utilityDisplay/SaveViewFormDialog.d.ts +16 -0
- package/dist/UI/utilityDisplay/UtilityBar.d.ts +1 -0
- package/dist/UI/utilityDisplay/UtilitySideBar.d.ts +1 -0
- package/dist/UI/utilityDisplay/alerts/UdpAlert.d.ts +2 -0
- package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.d.ts +1 -0
- package/dist/UI/utilityDisplay/ui/UtilitySearch.d.ts +5 -0
- package/dist/UI/utilityDisplay/utilities/aggregateUtils.d.ts +1 -0
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +44 -0
- package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.d.ts +6 -0
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.d.ts +4 -0
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.d.ts +4 -0
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.d.ts +5 -0
- package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.d.ts +8 -0
- package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/FUIMenuItem.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/SimpleTable.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.d.ts +2 -0
- package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.d.ts +2 -0
- package/dist/UI/widgets/ItemsWidgetCard.d.ts +8 -0
- package/dist/UI/widgets/WidgetCard.d.ts +5 -0
- package/dist/UI/widgets/library/BarChartWidget.d.ts +23 -0
- package/dist/UI/widgets/library/BubbleWidget.d.ts +23 -0
- package/dist/UI/widgets/library/CircleGaugeWidget.d.ts +12 -0
- package/dist/UI/widgets/library/DateTrendWidget.d.ts +18 -0
- package/dist/UI/widgets/library/DensePlotWidget.d.ts +23 -0
- package/dist/UI/widgets/library/DonutChartWidget.d.ts +18 -0
- package/dist/UI/widgets/library/GaugeWidget.d.ts +14 -0
- package/dist/UI/widgets/library/LineAndSparklinesWidget.d.ts +18 -0
- package/dist/UI/widgets/library/LineGraphWidget.d.ts +23 -0
- package/dist/UI/widgets/library/ProgressBarWidget.d.ts +18 -0
- package/dist/UI/widgets/library/RecentlyLoadedNodesWidget.d.ts +3 -0
- package/dist/UI/widgets/library/RemindersWidget.d.ts +3 -0
- package/dist/UI/widgets/library/SparklineWidget.d.ts +18 -0
- package/dist/UI/widgets/library/SparsePlotWidget.d.ts +23 -0
- package/dist/UI/widgets/library/TableWidget.d.ts +18 -0
- package/dist/UI/widgets/utils/ConvertISODate.d.ts +1 -0
- package/dist/UI/widgets/utils/NumberVisualization.d.ts +2 -0
- package/dist/UI/widgets/utils/dateUtils.d.ts +3 -0
- package/dist/UI/widgets/utils/useId.d.ts +4 -0
- package/dist/VirtualBrowser-BwufFn95.js +593 -0
- package/dist/actions/ActionForm.d.ts +11 -0
- package/dist/actions/ActionModal.d.ts +1 -0
- package/dist/actions/ActionPanelPlacement.d.ts +8 -0
- package/dist/actions/ActionSideSheet.d.ts +12 -0
- package/dist/actions/ActionSpeedDial.d.ts +13 -0
- package/dist/actions/ActionSplitScreen.d.ts +14 -0
- package/dist/actions/ActionWrapper.d.ts +12 -0
- package/dist/actions/PageActionWrapper.d.ts +1 -0
- package/dist/actions/actionSummary/ActionSummaryCard.d.ts +13 -0
- package/dist/actions/actionSummary/ActionSummaryHeader.d.ts +8 -0
- package/dist/actions/actionSummary/ActionSummaryListContainer.d.ts +8 -0
- package/dist/actions/actionSummary/ActionSummaryListItem.d.ts +10 -0
- package/dist/actions/actionSummary/ActionSummaryPopover.d.ts +8 -0
- package/dist/actions/actionSummary/index.d.ts +5 -0
- package/dist/actions/sidebar/EntitySideBarContent.d.ts +1 -0
- package/dist/actions/utils/actionUtils.d.ts +3 -0
- package/dist/assets/unityIcons/LibraryData.d.ts +5 -0
- package/dist/chatBot/ChatContainer.d.ts +1 -0
- package/dist/chatBot/ChatMessage.d.ts +1 -0
- package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.d.ts +5 -0
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.d.ts +4 -0
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.d.ts +1 -0
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.d.ts +1 -0
- package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.d.ts +6 -0
- package/dist/componentSystems/multiThreadTimeline/timeline.d.ts +26 -0
- package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.d.ts +6 -0
- package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.d.ts +14 -0
- package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.d.ts +1 -0
- package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.d.ts +8 -0
- package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.d.ts +8 -0
- package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.d.ts +18 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.d.ts +12 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.d.ts +9 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.d.ts +9 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.d.ts +1 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.d.ts +9 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.d.ts +6 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.d.ts +17 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.d.ts +22 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.d.ts +16 -0
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.d.ts +10 -0
- package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.d.ts +10 -0
- package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.d.ts +18 -0
- package/dist/componentSystems/pageRenderer/PageRenderer.d.ts +6 -0
- package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.d.ts +1 -0
- package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.d.ts +33 -0
- package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.d.ts +9 -0
- package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.d.ts +12 -0
- package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.d.ts +7 -0
- package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.d.ts +1 -0
- package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.d.ts +1 -0
- package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.d.ts +7 -0
- package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.d.ts +1 -0
- package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.d.ts +1 -0
- package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.d.ts +1 -0
- package/dist/constants/reminderConstants.d.ts +4 -0
- package/dist/containers/IframeContainer.d.ts +1 -0
- package/dist/contexts/ActionContext.d.ts +1 -0
- package/dist/contexts/ActionDispatchContext.d.ts +1 -0
- package/dist/contexts/ActionLoadingContext.d.ts +1 -0
- package/dist/contexts/ActionLoadingDispatchContext.d.ts +1 -0
- package/dist/contexts/PageContext.d.ts +15 -0
- package/dist/contexts/usePageContext.d.ts +1 -0
- package/dist/dashboard/DashboardCardGrid.d.ts +5 -0
- package/dist/dashboard/DashboardWidget.d.ts +2 -0
- package/dist/dashboard/WidgetCard.d.ts +1 -0
- package/dist/dashboard/getWidgetLayout.d.ts +5 -0
- package/dist/dashboard/types.d.ts +27 -0
- package/dist/dataBrowser/DataBrowserColumnDefs.d.ts +9 -0
- package/dist/dataBrowser/DataBrowserContainer.d.ts +1 -0
- package/dist/dataBrowser/forms/ParamsMappingFields.d.ts +1 -0
- package/dist/dataBrowser/forms/ParamsMappingForm.d.ts +1 -0
- package/dist/dataBrowser/forms/RequiredFieldsMappingField.d.ts +1 -0
- package/dist/dataBrowser/forms/RequiredFieldsMappingForm.d.ts +1 -0
- package/dist/diffChecker/DiffChecker.d.ts +6 -0
- package/dist/enums/InputFieldTypeEnums.d.ts +8 -0
- package/dist/enums/aggridEnums.d.ts +46 -0
- package/dist/enums/menuEnums.d.ts +6 -0
- package/dist/enums/pageEnums.d.ts +14 -0
- package/dist/enums/paymentMethodTypeEnum.d.ts +6 -0
- package/dist/enums/paymentTenderTypeEnum.d.ts +8 -0
- package/dist/enums/paymentVendorFactoryEnum.d.ts +10 -0
- package/dist/enums/propertyTypeEnums.d.ts +9 -0
- package/dist/enums/searchEnums.d.ts +5 -0
- package/dist/enums/tagEnums.d.ts +5 -0
- package/dist/enums/unitySystemEnums.d.ts +243 -0
- package/dist/enums/workflowEnums.d.ts +41 -0
- package/dist/hooks/crudActions.d.ts +5 -0
- package/dist/hooks/useActions.d.ts +17 -0
- package/dist/hooks/useApiCatalog.d.ts +6 -0
- package/dist/hooks/useDateLocale.d.ts +5 -0
- package/dist/hooks/useDynamicListCalculation.d.ts +1 -0
- package/dist/hooks/useFluentIcon.d.ts +3 -0
- package/dist/hooks/useItemSubCard.d.ts +7 -0
- package/dist/hooks/useOutlook.d.ts +6 -0
- package/dist/hooks/useProductVersion.d.ts +1 -0
- package/dist/hooks/usePromotedLookupMethods.d.ts +5 -0
- package/dist/hooks/usePromotedMethodEntity.d.ts +5 -0
- package/dist/hooks/useQueryExecutors.d.ts +7 -0
- package/dist/hooks/useSearchFilterParamsMap.d.ts +6 -0
- package/dist/hooks/useSetLocationState.d.ts +1 -0
- package/dist/hooks/useSplitDecimal.d.ts +3 -0
- package/dist/hooks/useUpdateSearchParams.d.ts +1 -0
- package/dist/hooks/useWorkflow.d.ts +3 -0
- package/dist/hooks/virtualActions.d.ts +3 -0
- package/dist/index-D4ob0Len.js +56512 -0
- package/dist/index.d.ts +438 -0
- package/dist/index.modern.js +610 -0
- package/dist/index.test.d.ts +1 -0
- package/dist/inquiry/AlertFlag.d.ts +1 -0
- package/dist/inquiry/AmbientListItem.d.ts +1 -0
- package/dist/inquiry/AmbientSplitStatCard.d.ts +1 -0
- package/dist/inquiry/AmbientSummaryListHeader.d.ts +1 -0
- package/dist/inquiry/EmbeddedInquiry.d.ts +2 -0
- package/dist/inquiry/ExecuteApiDialog.d.ts +1 -0
- package/dist/inquiry/FilterSearch.d.ts +3 -0
- package/dist/inquiry/FlagBlock.d.ts +1 -0
- package/dist/inquiry/Inquiry.d.ts +1 -0
- package/dist/inquiry/InquiryContainer.d.ts +28 -0
- package/dist/inquiry/InquiryTreeMenu.d.ts +1 -0
- package/dist/inquiry/InquiryTreeMenuItem.d.ts +1 -0
- package/dist/inquiry/InquiryWrapper.d.ts +1 -0
- package/dist/inquiry/ItemDescription.d.ts +1 -0
- package/dist/inquiry/NodeColumnHeader.d.ts +5 -0
- package/dist/inquiry/NodeDetails.d.ts +1 -0
- package/dist/inquiry/NodeList.d.ts +1 -0
- package/dist/inquiry/ToggleButton.d.ts +1 -0
- package/dist/inquiry/dashboard/InquiryDashboard.d.ts +1 -0
- package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.d.ts +1 -0
- package/dist/inquiry/inquiryBar/InquiryControlList.d.ts +11 -0
- package/dist/inquiry/inquiryBar/InquiryNodeControls.d.ts +1 -0
- package/dist/inquiry/search/InquiryAdvancedSearch.d.ts +1 -0
- package/dist/inquiry/search/InquiryAdvancedSearchForm.d.ts +1 -0
- package/dist/inquiry/search/InquirySearchContainer.d.ts +1 -0
- package/dist/inquiry/search/InquirySearchDatasource.d.ts +3 -0
- package/dist/inquiry/search/InquirySearchTable.d.ts +1 -0
- package/dist/layout/GridGroup.d.ts +10 -0
- package/dist/layout/GridRow.d.ts +5 -0
- package/dist/layout/GridUnit.d.ts +1 -0
- package/dist/layout/HeaderLayout.d.ts +3 -0
- package/dist/layout/LayoutUnit.d.ts +2 -0
- package/dist/layout/getRatio.d.ts +1 -0
- package/dist/layout/templates/SideBarTemplate.d.ts +4 -0
- package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.d.ts +1 -0
- package/dist/maintenanceEngine/crudBrowser/CrudTableActionRender.d.ts +2 -0
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.d.ts +9 -0
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.d.ts +11 -0
- package/dist/maintenanceEngine/entityAttributeActions.d.ts +1 -0
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +44 -0
- package/dist/maintenanceEngine/tableBrowser/TableContainer.d.ts +1 -0
- package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.d.ts +1 -0
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.d.ts +9 -0
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.d.ts +10 -0
- package/dist/map-library/Controls/Controls.d.ts +3 -0
- package/dist/map-library/Controls/CustomControl.d.ts +1 -0
- package/dist/map-library/Controls/FullScreenControl.d.ts +1 -0
- package/dist/map-library/Controls/ZoomControl.d.ts +1 -0
- package/dist/map-library/Controls/index.d.ts +1 -0
- package/dist/map-library/Layers/ImageLayer.d.ts +4 -0
- package/dist/map-library/Layers/Layers.d.ts +3 -0
- package/dist/map-library/Layers/TileLayer.d.ts +4 -0
- package/dist/map-library/Layers/VectorLayer.d.ts +6 -0
- package/dist/map-library/Layers/index.d.ts +1 -0
- package/dist/map-library/Map/Map.d.ts +22 -0
- package/dist/map-library/Map/MapContext.d.ts +2 -0
- package/dist/map-library/Map/index.d.ts +1 -0
- package/dist/map-library/Source/index.d.ts +4 -0
- package/dist/map-library/Source/osm.d.ts +3 -0
- package/dist/map-library/Source/vector.d.ts +5 -0
- package/dist/map-library/Source/xyz.d.ts +7 -0
- package/dist/map-library/functions/mapFunctions.d.ts +2 -0
- package/dist/map-library/geoLocation/FreeFormField.d.ts +1 -0
- package/dist/map-library/geoLocation/GeoLocation.d.ts +2 -0
- package/dist/map-library/ui/ControlZoom.d.ts +2 -0
- package/dist/map-library/ui/Filter.d.ts +2 -0
- package/dist/map-library/ui/FilterOptions.d.ts +2 -0
- package/dist/map-library/ui/LocationPin.d.ts +2 -0
- package/dist/map-library/ui/MapControls.d.ts +2 -0
- package/dist/map-library/ui/MapControlsStandard.d.ts +2 -0
- package/dist/map-library/ui/MapFilterBar.d.ts +1 -0
- package/dist/map-library/ui/MapSheet.d.ts +1 -0
- package/dist/map-library/ui/Position.d.ts +2 -0
- package/dist/map-library/ui/TileDisplay.d.ts +1 -0
- package/dist/map-library/ui/ToggleViewType.d.ts +2 -0
- package/dist/maps/GeoMap.d.ts +1 -0
- package/dist/maps/leafletMaps/FluentImageMap.d.ts +13 -0
- package/dist/maps/leafletMaps/FluentMap.d.ts +24 -0
- package/dist/maps/leafletMaps/ui/MapContent.d.ts +12 -0
- package/dist/maps/leafletMaps/ui/MapMarker.d.ts +1 -0
- package/dist/maps/openLayerMaps/Controls/Controls.d.ts +4 -0
- package/dist/maps/openLayerMaps/Controls/FullScreenControl.d.ts +2 -0
- package/dist/maps/openLayerMaps/Controls/index.d.ts +3 -0
- package/dist/maps/openLayerMaps/Layers/ImageLayer.d.ts +4 -0
- package/dist/maps/openLayerMaps/Layers/Layers.d.ts +3 -0
- package/dist/maps/openLayerMaps/Layers/TileLayer.d.ts +4 -0
- package/dist/maps/openLayerMaps/Layers/VectorLayer.d.ts +5 -0
- package/dist/maps/openLayerMaps/Layers/index.d.ts +5 -0
- package/dist/maps/openLayerMaps/Map/Map.d.ts +6 -0
- package/dist/maps/openLayerMaps/Map/MapContext.d.ts +2 -0
- package/dist/maps/openLayerMaps/Map/index.d.ts +1 -0
- package/dist/maps/openLayerMaps/Source/index.d.ts +4 -0
- package/dist/maps/openLayerMaps/Source/osm.d.ts +3 -0
- package/dist/maps/openLayerMaps/Source/vector.d.ts +5 -0
- package/dist/maps/openLayerMaps/Source/xyz.d.ts +7 -0
- package/dist/maps/openLayerMaps/ui/ControlZoom.d.ts +2 -0
- package/dist/maps/openLayerMaps/ui/Filter.d.ts +2 -0
- package/dist/maps/openLayerMaps/ui/LocationPin.d.ts +2 -0
- package/dist/maps/openLayerMaps/ui/MapControls.d.ts +2 -0
- package/dist/maps/openLayerMaps/ui/MapControlsStandard.d.ts +2 -0
- package/dist/maps/openLayerMaps/ui/Position.d.ts +2 -0
- package/dist/maps/openLayerMaps/ui/ToggleViewType.d.ts +2 -0
- package/dist/menuPage/MenuPage.d.ts +1 -0
- package/dist/models/ApiMethodInstance.d.ts +10 -0
- package/dist/models/GroupNode.d.ts +13 -0
- package/dist/models/Lookup.d.ts +6 -0
- package/dist/models/NumberOperator.d.ts +14 -0
- package/dist/models/QueryResult.d.ts +9 -0
- package/dist/models/SearchOperator.d.ts +17 -0
- package/dist/notes/NotesScreen.d.ts +1 -0
- package/dist/page/Page.d.ts +2 -0
- package/dist/page/PageContainer.d.ts +1 -0
- package/dist/page/PageContent.d.ts +1 -0
- package/dist/page/PageHeader.d.ts +1 -0
- package/dist/page/PageSectionHeader.d.ts +1 -0
- package/dist/page/PageSectionSpacer.d.ts +1 -0
- package/dist/reminders/CompleteReminderSwitch.d.ts +1 -0
- package/dist/reminders/RemindersCard.d.ts +1 -0
- package/dist/reminders/RemindersScreen.d.ts +1 -0
- package/dist/reports/PowerBIReport.d.ts +1 -0
- package/dist/routes/PrivateRoute.d.ts +3 -0
- package/dist/routes/UdpRoutes.d.ts +1 -0
- package/dist/routes/components/PageForbiddenRoute.d.ts +1 -0
- package/dist/routes/components/PageNotFoundRoute.d.ts +1 -0
- package/dist/routes/components/PageStatus.d.ts +1 -0
- package/dist/routes/components/PasswordResetRedirect.d.ts +1 -0
- package/dist/shell/Shell.d.ts +43 -0
- package/dist/shell/ui/AmbientProjectSwitcher.d.ts +8 -0
- package/dist/shell/ui/EnvironmentRibbon.d.ts +4 -0
- package/dist/shell/ui/FluentProfileMenuCard.d.ts +1 -0
- package/dist/shell/ui/HelpCenter.d.ts +1 -0
- package/dist/shell/ui/LanguageSwitcher.d.ts +1 -0
- package/dist/shell/ui/MiniCollapsibleSidebar.d.ts +2 -0
- package/dist/shell/ui/NavigationSidebar.d.ts +2 -0
- package/dist/shell/ui/SidebarCollapseButton.d.ts +1 -0
- package/dist/shell/ui/SidebarListItem.d.ts +5 -0
- package/dist/shell/ui/SiteHeader.d.ts +11 -0
- package/dist/shell/ui/SiteHeaderRightComponent.d.ts +11 -0
- package/dist/shell/ui/UserAvatar.d.ts +9 -0
- package/dist/shell/ui/addUser/PasswordValidator.d.ts +10 -0
- package/dist/shell/ui/addUser/UserForm.d.ts +2 -0
- package/dist/shell/ui/addUser/UserFormFields.d.ts +2 -0
- package/dist/shell/ui/addUser/UserFormSideSheet.d.ts +5 -0
- package/dist/shell/ui/appSwitcher/FUIAppHeader.d.ts +2 -0
- package/dist/shell/ui/appSwitcher/FUIAppList.d.ts +2 -0
- package/dist/shell/ui/appSwitcher/FUIAppListItem.d.ts +2 -0
- package/dist/shell/ui/appSwitcher/FUIAppSwitcher.d.ts +2 -0
- package/dist/shell/ui/appSwitcher/ProductAppList.d.ts +2 -0
- package/dist/shell/ui/appSwitcher/ProductAppListItem.d.ts +2 -0
- package/dist/shell/ui/appSwitcher/UnityApps.d.ts +2 -0
- package/dist/stores/actionStore.d.ts +12 -0
- package/dist/stores/catalogStore.d.ts +14 -0
- package/dist/stores/inquiryStore.d.ts +21 -0
- package/dist/stores/lookupsStore.d.ts +12 -0
- package/dist/stores/shellStore.d.ts +21 -0
- package/dist/stores/teleporterStore.d.ts +13 -0
- package/dist/stores/tenantStore.d.ts +16 -0
- package/dist/stores/workflowStore.d.ts +19 -0
- package/dist/stories/Button.d.ts +26 -0
- package/dist/stories/Button.stories.d.ts +45 -0
- package/dist/stories/Header.d.ts +18 -0
- package/dist/stories/Header.stories.d.ts +17 -0
- package/dist/stories/Page.d.ts +18 -0
- package/dist/stories/Page.stories.d.ts +15 -0
- package/dist/treeMenu/BaseTreeMenu.d.ts +1 -0
- package/dist/treeMenu/BaseTreeMenuItem.d.ts +1 -0
- package/dist/udp/ShortcutContent/ListSearch.d.ts +1 -0
- package/dist/udp/ShortcutContent/ShortcutContentFinder.d.ts +1 -0
- package/dist/udp/export/ExportSidesheet.d.ts +1 -0
- package/dist/udp/export/MyExportsPage.d.ts +1 -0
- package/dist/udp/export/VisualSearchObject.d.ts +3 -0
- package/dist/udp/export/useUdpExport.d.ts +14 -0
- package/dist/udp/fileImportMapping/FileImportConfigCard.d.ts +1 -0
- package/dist/udp/fileImportMapping/FileImportMappingEnums.d.ts +6 -0
- package/dist/udp/fileImportMapping/FileImportMappingWizard.d.ts +2 -0
- package/dist/udp/fileImportMapping/ImportDataFromFileMapping.d.ts +1 -0
- package/dist/udp/fileImportMapping/SampleFileImportGrid.d.ts +1 -0
- package/dist/udp/fileImportMapping/fileUtils.d.ts +3 -0
- package/dist/udp/pages/ChatUDP.d.ts +2 -0
- package/dist/udp/pages/UdpDataBrowserPage.d.ts +3 -0
- package/dist/udp/pages/UdpFormsBuilderPage.d.ts +2 -0
- package/dist/udp/pages/UdpFormsListPage.d.ts +2 -0
- package/dist/udp/pages/UdpGridPanelManagementPage.d.ts +2 -0
- package/dist/udp/pages/UdpGridPanelManagementSidesheet.d.ts +2 -0
- package/dist/udp/pages/UdpImportFromFileMappingPage.d.ts +2 -0
- package/dist/udp/pages/UdpInquiryMaintenanceEnginePage.d.ts +2 -0
- package/dist/udp/pages/UdpMaintenanceConfigPage.d.ts +1 -0
- package/dist/udp/pages/UdpMaintenanceEnginePage.d.ts +2 -0
- package/dist/udp/pages/UdpNotesPage.d.ts +2 -0
- package/dist/udp/pages/UdpPrivateForm.d.ts +2 -0
- package/dist/udp/pages/UdpPublicForm.d.ts +2 -0
- package/dist/udp/pages/UdpRemindersPage.d.ts +2 -0
- package/dist/udp/pages/UdpReportsPage.d.ts +2 -0
- package/dist/udp/pages/UdpVerticalManagementPage.d.ts +2 -0
- package/dist/udp/pages/UdpVerticalManagementSidesheet.d.ts +2 -0
- package/dist/udp/pages/udpPages.d.ts +40 -0
- package/dist/udp/utilities/methodUtils.d.ts +5 -0
- package/dist/udp-react-enterprise-component-library.css +1 -0
- package/dist/uploader/DragDropFileUpload.d.ts +12 -0
- package/dist/uploader/FileProfile.d.ts +2 -0
- package/dist/uploader/FileType.d.ts +1 -0
- package/dist/uploader/FileUpload.d.ts +2 -0
- package/dist/uploader/ImagePreview.d.ts +2 -0
- package/dist/utilities/CustomNavigationClient.d.ts +11 -0
- package/dist/utilities/DemoJuly/redirectToProduct.d.ts +1 -0
- package/dist/utilities/FluentIcon.d.ts +1 -0
- package/dist/utilities/TrimForAvatar.d.ts +1 -0
- package/dist/utilities/UnityFluentIcon.d.ts +1 -0
- package/dist/utilities/UnityIcon.d.ts +1 -0
- package/dist/utilities/aggrid/AgTable.d.ts +33 -0
- package/dist/utilities/aggrid/GridFunctions.d.ts +13 -0
- package/dist/utilities/aggrid/SplitButton.d.ts +1 -0
- package/dist/utilities/aggrid/aggridHelpers.d.ts +1 -0
- package/dist/utilities/aggrid/datasources/SearchServiceDatasource.d.ts +4 -0
- package/dist/utilities/apiHelpers.d.ts +7 -0
- package/dist/utilities/auth/AuthDialogs.d.ts +2 -0
- package/dist/utilities/auth/AuthProvider.d.ts +5 -0
- package/dist/utilities/auth/AuthProviderWrapper.d.ts +1 -0
- package/dist/utilities/auth/UserProvider.d.ts +2 -0
- package/dist/utilities/auth/authActions.d.ts +9 -0
- package/dist/utilities/auth/internal.d.ts +9 -0
- package/dist/utilities/auth/signInAuthProvider.d.ts +5 -0
- package/dist/utilities/auth/useAccessToken.d.ts +1 -0
- package/dist/utilities/auth/useAuthedUser.d.ts +15 -0
- package/dist/utilities/auth/useIsUnityAuthenticated.d.ts +1 -0
- package/dist/utilities/auth/useSingleLogout.d.ts +1 -0
- package/dist/utilities/auth/useUser.d.ts +8 -0
- package/dist/utilities/auth/user.d.ts +29 -0
- package/dist/utilities/auth/users.d.ts +8 -0
- package/dist/utilities/auth/whitelistedPaths.d.ts +1 -0
- package/dist/utilities/axiosInterceptors.d.ts +2 -0
- package/dist/utilities/brand.d.ts +19 -0
- package/dist/utilities/chatBot/ChatBotContext.d.ts +1 -0
- package/dist/utilities/chatBot/ChatBotProvider.d.ts +3 -0
- package/dist/utilities/chatBot/useChatBot.d.ts +6 -0
- package/dist/utilities/crud/useDefaultFormValues.d.ts +6 -0
- package/dist/utilities/customIcons/ApprovalIcon.d.ts +1 -0
- package/dist/utilities/customIcons/RejectIcon.d.ts +1 -0
- package/dist/utilities/entities/entityUtilities.d.ts +3 -0
- package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.d.ts +2 -0
- package/dist/utilities/form/AltSubmitButton.d.ts +13 -0
- package/dist/utilities/form/Field.d.ts +22 -0
- package/dist/utilities/form/Form.d.ts +7 -0
- package/dist/utilities/form/FormButtons.d.ts +2 -0
- package/dist/utilities/form/FormError.d.ts +7 -0
- package/dist/utilities/form/FormSpy.d.ts +10 -0
- package/dist/utilities/form/SubmitButton.d.ts +13 -0
- package/dist/utilities/form/arrayMutators.d.ts +2 -0
- package/dist/utilities/form/final-form-scroll/createDecorator.d.ts +5 -0
- package/dist/utilities/form/final-form-scroll/findInput.d.ts +2 -0
- package/dist/utilities/form/final-form-scroll/getAllInputs.d.ts +2 -0
- package/dist/utilities/form/final-form-scroll/isFocusableInput.d.ts +2 -0
- package/dist/utilities/form/formHooks.d.ts +3 -0
- package/dist/utilities/form/index.d.ts +9 -0
- package/dist/utilities/form/paymentForm/AccountPayment.model.d.ts +143 -0
- package/dist/utilities/form/paymentForm/BankAccountForm.d.ts +48 -0
- package/dist/utilities/form/paymentForm/BankIcon.d.ts +8 -0
- package/dist/utilities/form/paymentForm/CashForm.d.ts +9 -0
- package/dist/utilities/form/paymentForm/CashIcon.d.ts +8 -0
- package/dist/utilities/form/paymentForm/CheckIcon.d.ts +8 -0
- package/dist/utilities/form/paymentForm/CreditCardAdornment.d.ts +12 -0
- package/dist/utilities/form/paymentForm/CreditCardForm.d.ts +41 -0
- package/dist/utilities/form/paymentForm/CreditCardIcon.d.ts +8 -0
- package/dist/utilities/form/paymentForm/CreditCardUtils.d.ts +42 -0
- package/dist/utilities/form/paymentForm/DisableOverlay.d.ts +7 -0
- package/dist/utilities/form/paymentForm/HostedPaymentError.d.ts +20 -0
- package/dist/utilities/form/paymentForm/NewCreditCardForm.d.ts +19 -0
- package/dist/utilities/form/paymentForm/NewECheckForm.d.ts +15 -0
- package/dist/utilities/form/paymentForm/PaymentAccount.model.d.ts +81 -0
- package/dist/utilities/form/paymentForm/PaymentBankDetails.d.ts +12 -0
- package/dist/utilities/form/paymentForm/PaymentBoxDetail.d.ts +32 -0
- package/dist/utilities/form/paymentForm/PaymentCard.d.ts +12 -0
- package/dist/utilities/form/paymentForm/PaymentCardDetail.d.ts +19 -0
- package/dist/utilities/form/paymentForm/PaymentDropdown.d.ts +32 -0
- package/dist/utilities/form/paymentForm/PaymentForm.d.ts +77 -0
- package/dist/utilities/form/paymentForm/TabPanel.d.ts +20 -0
- package/dist/utilities/form/paymentForm/usePaymentProviderForm.d.ts +12 -0
- package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.d.ts +40 -0
- package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.d.ts +46 -0
- package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.d.ts +13 -0
- package/dist/utilities/form/useFieldChangeListener.d.ts +7 -0
- package/dist/utilities/iconLibrary/IconLibrary.d.ts +2 -0
- package/dist/utilities/iconLibrary/IconLibraryComponent.d.ts +7 -0
- package/dist/utilities/iconLibrary/SelectedLibraryItem.d.ts +2 -0
- package/dist/utilities/iconLibrary/UnityIconLibrary.d.ts +7 -0
- package/dist/utilities/input/DateUtilities.d.ts +2 -0
- package/dist/utilities/input/SelectUtilities.d.ts +3 -0
- package/dist/utilities/input/StringUtilities.d.ts +7 -0
- package/dist/utilities/isValueSelected.d.ts +1 -0
- package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.d.ts +5 -0
- package/dist/utilities/menus/menuUtilities.d.ts +1 -0
- package/dist/utilities/menus/redirectToLink.d.ts +1 -0
- package/dist/utilities/page/PageSubHeaderAction.d.ts +11 -0
- package/dist/utilities/provider/ActionProvider.d.ts +1 -0
- package/dist/utilities/redirect/ExternalRedirectUrlStorage.d.ts +3 -0
- package/dist/utilities/redirect/LocalRedirectUrlStorage.d.ts +5 -0
- package/dist/utilities/redirect/pages/OutlookCallback.d.ts +1 -0
- package/dist/utilities/rules/RuleUtilities.d.ts +5 -0
- package/dist/utilities/search/Search.d.ts +37 -0
- package/dist/utilities/search/SearchUtilities.d.ts +12 -0
- package/dist/utilities/storage/UnitySessionStorage.d.ts +4 -0
- package/dist/utilities/stringUtils.d.ts +8 -0
- package/dist/utilities/style/ContentContainer.d.ts +11 -0
- package/dist/utilities/style/colorConverter.d.ts +3 -0
- package/dist/utilities/style/colors.d.ts +107 -0
- package/dist/utilities/style/utils/styleUtils.d.ts +2 -0
- package/dist/utilities/style/verticalStyles.d.ts +4 -0
- package/dist/utilities/systemColors.d.ts +1 -0
- package/dist/utilities/tenant/TenantProvider.d.ts +3 -0
- package/dist/utilities/tenant/tenantContext.d.ts +1 -0
- package/dist/utilities/tenant/useTenant.d.ts +6 -0
- package/dist/utilities/theme.d.ts +3 -0
- package/dist/utilities/theme.types.d.ts +11 -0
- package/dist/utilities/tree/TreeUtilities.d.ts +74 -0
- package/dist/utilities/types.d.ts +31 -0
- package/dist/utilities/uploader/FileProfile.d.ts +2 -0
- package/dist/utilities/uploader/FileType.d.ts +1 -0
- package/dist/utilities/uploader/FileUpload.d.ts +1 -0
- package/dist/utilities/uploader/ImagePreview.d.ts +2 -0
- package/dist/utilities/uploader/formatBytes.d.ts +1 -0
- package/dist/utilities/useAxiosGet.d.ts +10 -0
- package/dist/utilities/useAxiosMutate.d.ts +6 -0
- package/dist/utilities/useDevicePixelRatio.d.ts +6 -0
- package/dist/utilities/useGravatar.d.ts +10 -0
- package/dist/utilities/usePrevious.d.ts +1 -0
- package/dist/utilities/utilityBar/InquiryHeaderControl.d.ts +11 -0
- package/dist/utilities/utilityBar/InquiryHeaderSecondary.d.ts +11 -0
- package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.d.ts +11 -0
- package/dist/utilities/utilityBar/InquiryHeaderTitle.d.ts +11 -0
- package/dist/utilities/utilityBar/SubHeaderAction.d.ts +11 -0
- package/dist/utilities/utilityBar/UtilityBarInport.d.ts +11 -0
- package/dist/utilities/workflow/workflowUtilities.d.ts +47 -0
- package/dist/workflow/WorkflowContainer.d.ts +1 -0
- package/dist/workflow/WorkflowContent.d.ts +1 -0
- package/dist/workflow/WorkflowUiInterruptContent.d.ts +1 -0
- package/dist/workflow/components/WorkflowTaskFlow.d.ts +1 -0
- package/dist/workflow/menus/WorkflowTreeMenu.d.ts +1 -0
- package/dist/workflow/menus/WorkflowTreeMenuItem.d.ts +1 -0
- package/package.json +176 -0
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
import { jsx as n, jsxs as $ } from "react/jsx-runtime";
|
|
2
|
+
import { useCallback as b, useState as A, useEffect as V } from "react";
|
|
3
|
+
import { useLocation as ne } from "react-router-dom";
|
|
4
|
+
import { N as ie, r as G, s as K, v as X, T as g, w as re, x as F, y as ae, z as le, B as Y, h as se, C as de, u as ce, j as pe, e as J, E as ge, G as ue, H as me, I as fe, g as he } from "./index-D4ob0Len.js";
|
|
5
|
+
import { makeStyles as _, useTheme as Z, Tooltip as Ie, CircularProgress as ee, darken as te, Typography as H, lighten as W } from "@material-ui/core";
|
|
6
|
+
import Ce from "@material-ui/lab/TreeView";
|
|
7
|
+
import ye from "@material-ui/lab/TreeItem";
|
|
8
|
+
import q from "clsx";
|
|
9
|
+
import { useDrag as Ne, useDrop as be, DndProvider as xe } from "react-dnd";
|
|
10
|
+
import { CaretDownSolid8Icon as Te, CaretUpSolid8Icon as ve } from "@fluentui/react-icons";
|
|
11
|
+
import { cloneDeep as Me } from "lodash";
|
|
12
|
+
import { HTML5Backend as we } from "react-dnd-html5-backend";
|
|
13
|
+
import { useTranslation as Se } from "react-i18next";
|
|
14
|
+
import { ConfigService as Q } from "udp-react-stencil-component-library";
|
|
15
|
+
const Le = _((o) => ({
|
|
16
|
+
root: {
|
|
17
|
+
"&.Mui-selected > .MuiTreeItem-content": {
|
|
18
|
+
backgroundColor: o?.getThemeData()?.mode === "dark" ? o.palette.grey[700] : o.palette.grey[300],
|
|
19
|
+
borderRight: `4px solid ${o.palette.primary.main}`
|
|
20
|
+
},
|
|
21
|
+
"&.Mui-selected > .MuiTreeItem-content .MuiTreeItem-label": {
|
|
22
|
+
backgroundColor: "transparent",
|
|
23
|
+
paddingLeft: 0
|
|
24
|
+
},
|
|
25
|
+
"&.Mui-selected > .MuiTreeItem-content > .MuiCollapse-wrapperInner": {
|
|
26
|
+
backgroundColor: o?.getThemeData()?.mode !== "dark" && o.palette.grey[50]
|
|
27
|
+
},
|
|
28
|
+
"& .MuiTreeItem-content .MuiTreeItem-iconContainer": {
|
|
29
|
+
display: (t) => t.sidebarExpanded ? "flex" : "none"
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
content: {
|
|
33
|
+
backgroundColor: (t) => o?.getThemeData()?.mode !== "dark" && t.conditionalIconName && t.conditionalIconColor ? W(t.conditionalIconColor, 0.92) : ""
|
|
34
|
+
},
|
|
35
|
+
labelRoot: {
|
|
36
|
+
display: "flex",
|
|
37
|
+
alignItems: "center",
|
|
38
|
+
marginLeft: (t) => t.sidebarExpanded ? 0 : o.spacing(1.5),
|
|
39
|
+
width: "100%"
|
|
40
|
+
},
|
|
41
|
+
labelContainer: {
|
|
42
|
+
display: (t) => t.sidebarExpanded ? "" : "none",
|
|
43
|
+
width: (t) => t.treeViewMode === g.Compact ? `calc(100% - ${o.spacing(6.25)}px)` : `calc(100% - ${o.spacing(7.75)}px)`
|
|
44
|
+
},
|
|
45
|
+
conditionalIconContainer: {
|
|
46
|
+
display: "inline-flex"
|
|
47
|
+
},
|
|
48
|
+
labelText: {
|
|
49
|
+
fontSize: "0.75rem",
|
|
50
|
+
fontWeight: 600,
|
|
51
|
+
lineHeight: "1rem",
|
|
52
|
+
letterSpacing: 0.1
|
|
53
|
+
},
|
|
54
|
+
captionText: {
|
|
55
|
+
marginLeft: (t) => t.treeViewMode === g.Compact ? o.spacing(1) : "",
|
|
56
|
+
fontSize: "0.65rem",
|
|
57
|
+
fontWeight: 400,
|
|
58
|
+
lineHeight: 1,
|
|
59
|
+
letterSpacing: 0.4
|
|
60
|
+
},
|
|
61
|
+
labelOverflow: {
|
|
62
|
+
whiteSpace: "nowrap",
|
|
63
|
+
overflow: "hidden",
|
|
64
|
+
textOverflow: "ellipsis"
|
|
65
|
+
},
|
|
66
|
+
group: {
|
|
67
|
+
width: "100%",
|
|
68
|
+
"& .MuiTreeItem-group": {
|
|
69
|
+
marginLeft: 0
|
|
70
|
+
},
|
|
71
|
+
"& .MuiTreeItem-content": {
|
|
72
|
+
paddingLeft: (t) => t.sidebarExpanded ? (t.depth || 1) * o.spacing(1) : 0,
|
|
73
|
+
borderRight: (t) => t.showRightBorderColor ? `4px solid ${o.palette.primary.main}` : "",
|
|
74
|
+
borderBottom: (t) => t.treeViewMode === g.Compact ? `1px solid ${o.palette.grey[200]}` : ""
|
|
75
|
+
},
|
|
76
|
+
"& .MuiTreeItem-content .MuiTreeItem-label": {
|
|
77
|
+
paddingLeft: 0,
|
|
78
|
+
width: (t) => t.sidebarExpanded && `calc(100% - ${o.spacing(2.5)}px)`
|
|
79
|
+
},
|
|
80
|
+
"& .MuiTreeItem-content .MuiTreeItem-iconContainer span": {
|
|
81
|
+
display: (t) => t.hideExpansion ? "none" : ""
|
|
82
|
+
},
|
|
83
|
+
"& .MuiCollapse-wrapperInner": {
|
|
84
|
+
backgroundColor: (t) => o?.getThemeData()?.mode !== "dark" && t.isSelectedNode ? o.palette.grey[50] : ""
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
iconContainer: {
|
|
88
|
+
display: "flex",
|
|
89
|
+
alignItems: "center",
|
|
90
|
+
justifyContent: "center",
|
|
91
|
+
borderRadius: 50,
|
|
92
|
+
marginTop: (t) => t.treeViewMode === g.Compact ? o.spacing(0.25) : o.spacing(0.5),
|
|
93
|
+
marginBottom: (t) => t.treeViewMode === g.Compact ? o.spacing(0.25) : o.spacing(0.5),
|
|
94
|
+
marginRight: o.spacing(1),
|
|
95
|
+
width: (t) => t.treeViewMode === g.Compact ? o.spacing(3) : o.spacing(4),
|
|
96
|
+
height: (t) => t.treeViewMode === g.Compact ? o.spacing(3) : o.spacing(4),
|
|
97
|
+
border: (t) => t.iconColor ? `1px solid ${te(t.iconColor, 0.1)}` : `1px solid ${o.palette.secondary.main}`,
|
|
98
|
+
backgroundColor: "#ffffff"
|
|
99
|
+
}
|
|
100
|
+
})), Ee = (o) => {
|
|
101
|
+
const {
|
|
102
|
+
parentId: t,
|
|
103
|
+
nodeId: p,
|
|
104
|
+
iconName: S,
|
|
105
|
+
iconType: x,
|
|
106
|
+
conditionalIconName: u,
|
|
107
|
+
conditionalIconType: m,
|
|
108
|
+
conditionalIconColor: I,
|
|
109
|
+
label: T,
|
|
110
|
+
iconColor: i,
|
|
111
|
+
onNodeSelect: C,
|
|
112
|
+
isSelectedNode: k,
|
|
113
|
+
subLabel: f,
|
|
114
|
+
sidebarExpanded: v,
|
|
115
|
+
isLastNode: h,
|
|
116
|
+
loading: M,
|
|
117
|
+
node: r,
|
|
118
|
+
onDropNode: L,
|
|
119
|
+
treeViewMode: s,
|
|
120
|
+
menuIndex: y,
|
|
121
|
+
aggregateThresholdId: P,
|
|
122
|
+
...B
|
|
123
|
+
} = o, c = Le(o), E = Z(), [{ isDragging: e }, a] = Ne({
|
|
124
|
+
type: "BaseTreeMenuItem",
|
|
125
|
+
item: { ...r, sourceNodeMenuIndex: y },
|
|
126
|
+
collect: (d) => ({
|
|
127
|
+
isDragging: d.isDragging()
|
|
128
|
+
})
|
|
129
|
+
}), l = b(
|
|
130
|
+
(d, w) => {
|
|
131
|
+
if (!w.didDrop() && L) {
|
|
132
|
+
const { sourceNodeMenuIndex: U, ...R } = d;
|
|
133
|
+
L({ ...R }, r, U, y);
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
[L, r, y]
|
|
137
|
+
), [{ canDrop: N, isOver: j }, D] = be(
|
|
138
|
+
() => ({
|
|
139
|
+
accept: ["BaseTreeMenuItem"],
|
|
140
|
+
drop: (d, w) => {
|
|
141
|
+
l(d, w);
|
|
142
|
+
},
|
|
143
|
+
canDrop: (d) => z(d),
|
|
144
|
+
collect: (d) => ({
|
|
145
|
+
isOver: d.isOver(),
|
|
146
|
+
canDrop: !!d.canDrop()
|
|
147
|
+
})
|
|
148
|
+
}),
|
|
149
|
+
[l]
|
|
150
|
+
), z = b(
|
|
151
|
+
(d) => {
|
|
152
|
+
if (d) {
|
|
153
|
+
const w = r?.properties?.nodeActions?.filter(
|
|
154
|
+
(R) => R?.triggerType === ie.On_Node_Drop
|
|
155
|
+
);
|
|
156
|
+
return w ? (w?.map(
|
|
157
|
+
(R) => R?.dragEntityName
|
|
158
|
+
)).includes(
|
|
159
|
+
d?.properties?.catalogReturnObject
|
|
160
|
+
) : !1;
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
[r]
|
|
164
|
+
), O = b(
|
|
165
|
+
(d) => {
|
|
166
|
+
d.preventDefault(), C(d, p);
|
|
167
|
+
},
|
|
168
|
+
[C, p]
|
|
169
|
+
);
|
|
170
|
+
return /* @__PURE__ */ n(
|
|
171
|
+
ye,
|
|
172
|
+
{
|
|
173
|
+
className: c.group,
|
|
174
|
+
nodeId: p,
|
|
175
|
+
label: /* @__PURE__ */ n("div", { ref: D, children: /* @__PURE__ */ n(Ie, { title: v ? "" : T, children: /* @__PURE__ */ n(
|
|
176
|
+
"div",
|
|
177
|
+
{
|
|
178
|
+
ref: r?.properties?.isDraggable && a || null,
|
|
179
|
+
style: { opacity: e ? 0.5 : 1 },
|
|
180
|
+
children: M ? /* @__PURE__ */ n(ee, { size: 12 }) : /* @__PURE__ */ $(
|
|
181
|
+
"div",
|
|
182
|
+
{
|
|
183
|
+
id: "udpRecord-BaseTreeMenuItem-" + T.replace(/\s+/g, ""),
|
|
184
|
+
udprecordid: "udpRecord-BaseTreeMenuItem-" + T.replace(/\s+/g, ""),
|
|
185
|
+
className: c.labelRoot,
|
|
186
|
+
style: {
|
|
187
|
+
fontWeight: k ? "bold" : ""
|
|
188
|
+
},
|
|
189
|
+
children: [
|
|
190
|
+
S && /* @__PURE__ */ n("div", { className: c.iconContainer, children: /* @__PURE__ */ n(
|
|
191
|
+
G,
|
|
192
|
+
{
|
|
193
|
+
size: s === g.Compact ? "small" : "medium",
|
|
194
|
+
color: i,
|
|
195
|
+
type: x,
|
|
196
|
+
icon: x === "unity" ? K(S) : X(S),
|
|
197
|
+
style: {
|
|
198
|
+
color: i ? te(i, 0.1) : E.palette.secondary.main
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
) }),
|
|
202
|
+
/* @__PURE__ */ $("div", { className: c.labelContainer, children: [
|
|
203
|
+
/* @__PURE__ */ $(
|
|
204
|
+
H,
|
|
205
|
+
{
|
|
206
|
+
variant: "subtitle2",
|
|
207
|
+
className: q(c.labelText, c.labelOverflow),
|
|
208
|
+
children: [
|
|
209
|
+
T,
|
|
210
|
+
f && s === g.Compact && /* @__PURE__ */ n(
|
|
211
|
+
H,
|
|
212
|
+
{
|
|
213
|
+
variant: "caption",
|
|
214
|
+
className: q(
|
|
215
|
+
c.captionText,
|
|
216
|
+
c.labelOverflow
|
|
217
|
+
),
|
|
218
|
+
children: f
|
|
219
|
+
}
|
|
220
|
+
)
|
|
221
|
+
]
|
|
222
|
+
}
|
|
223
|
+
),
|
|
224
|
+
f && s === g.Classic && /* @__PURE__ */ n("div", { className: c.labelOverflow, children: /* @__PURE__ */ n(
|
|
225
|
+
H,
|
|
226
|
+
{
|
|
227
|
+
variant: "caption",
|
|
228
|
+
className: q(c.captionText),
|
|
229
|
+
children: f
|
|
230
|
+
}
|
|
231
|
+
) })
|
|
232
|
+
] }),
|
|
233
|
+
/* @__PURE__ */ n(re, { aggregateThresholdId: P }),
|
|
234
|
+
u && v && /* @__PURE__ */ n("div", { className: c.conditionalIconContainer, children: /* @__PURE__ */ n(
|
|
235
|
+
G,
|
|
236
|
+
{
|
|
237
|
+
size: s === g.Compact ? "small" : "medium",
|
|
238
|
+
color: I,
|
|
239
|
+
type: m,
|
|
240
|
+
icon: m === "unity" ? K(u) : X(u),
|
|
241
|
+
style: {
|
|
242
|
+
color: I
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
) })
|
|
246
|
+
]
|
|
247
|
+
}
|
|
248
|
+
)
|
|
249
|
+
}
|
|
250
|
+
) }) }),
|
|
251
|
+
onLabelClick: O,
|
|
252
|
+
classes: { root: c.root, content: c.content },
|
|
253
|
+
...B
|
|
254
|
+
},
|
|
255
|
+
p
|
|
256
|
+
);
|
|
257
|
+
}, De = _((o) => ({
|
|
258
|
+
root: {
|
|
259
|
+
marginBottom: o.spacing(1.75),
|
|
260
|
+
borderTop: (t) => t.treeViewMode === g.Compact ? `1px solid ${o.palette.grey[200]}` : ""
|
|
261
|
+
},
|
|
262
|
+
noChildrenContainer: {
|
|
263
|
+
borderBottom: (t) => t.treeViewMode === g.Compact ? `1px solid ${o.palette.grey[200]}` : ""
|
|
264
|
+
}
|
|
265
|
+
})), Re = (o) => {
|
|
266
|
+
const {
|
|
267
|
+
menuItems: t,
|
|
268
|
+
onSelectNode: p,
|
|
269
|
+
onDropNode: S,
|
|
270
|
+
menuIndex: x,
|
|
271
|
+
selectedNodeId: u,
|
|
272
|
+
selectedNodeParentId: m,
|
|
273
|
+
sidebarExpanded: I,
|
|
274
|
+
treeViewMode: T,
|
|
275
|
+
childrenKey: i = "children"
|
|
276
|
+
} = o, [C, k] = A(null), [f, v] = A(!1), [h, M] = A(!1), [r, L] = A(t), s = Z(), y = De(o), P = b(
|
|
277
|
+
(e, a) => {
|
|
278
|
+
const l = F(r, a);
|
|
279
|
+
p && (p(l, x), M(!1));
|
|
280
|
+
},
|
|
281
|
+
[r, x, p]
|
|
282
|
+
), B = b(
|
|
283
|
+
(e, a = 1) => {
|
|
284
|
+
let l = e.properties?.nodeLabel || e.properties?.name, N = e.properties?.nodeSubLabel, j = e.properties?.defaultIcon?.name, D = e.properties?.defaultIcon?.type, z = e.properties?.conditionalIconName || "", O = e.properties?.conditionalIconName ? e.properties.conditionalIconType : "", d = e.properties?.conditionalIconName ? e.properties?.conditionalIconColor : "", w = e.id, U = e.properties?.conditionalIconName ? e.properties?.conditionalIconColor : e.properties?.defaultIcon?.color?.hex, R = e.properties?.aggregateThresholdId || "";
|
|
285
|
+
return e.isGroupNode && (l = e.properties?.label, N = e.properties?.subLabel, j = e.properties?.icon?.name, D = e.properties?.icon?.type, U = e.properties?.icon?.color?.hex), /* @__PURE__ */ $(
|
|
286
|
+
Ee,
|
|
287
|
+
{
|
|
288
|
+
nodeId: w,
|
|
289
|
+
label: l,
|
|
290
|
+
subLabel: N,
|
|
291
|
+
iconName: j,
|
|
292
|
+
iconType: D,
|
|
293
|
+
conditionalIconName: z,
|
|
294
|
+
conditionalIconType: O,
|
|
295
|
+
conditionalIconColor: d,
|
|
296
|
+
parentId: e.parentId,
|
|
297
|
+
iconColor: U,
|
|
298
|
+
onNodeSelect: P,
|
|
299
|
+
selectedNodeId: u,
|
|
300
|
+
isSelectedNode: u === e.id,
|
|
301
|
+
showRightBorderColor: h && f && ae(C, r, m) === e.id,
|
|
302
|
+
isCurrentActiveTree: f,
|
|
303
|
+
sidebarExpanded: I,
|
|
304
|
+
depth: a,
|
|
305
|
+
hideExpansion: !e[i]?.length,
|
|
306
|
+
node: e,
|
|
307
|
+
onDropNode: S,
|
|
308
|
+
treeViewMode: T,
|
|
309
|
+
menuIndex: x,
|
|
310
|
+
aggregateThresholdId: R,
|
|
311
|
+
children: [
|
|
312
|
+
e.properties?.lazyLoad && !e[i]?.length && !e.completedLoadingChildren && /* @__PURE__ */ n(
|
|
313
|
+
ee,
|
|
314
|
+
{
|
|
315
|
+
size: 12,
|
|
316
|
+
style: { marginLeft: (a || 1) * s.spacing(1) }
|
|
317
|
+
}
|
|
318
|
+
),
|
|
319
|
+
e.properties?.lazyLoad && !e[i]?.length && e.completedLoadingChildren && I && !e.errorRetrievingChildren && /* @__PURE__ */ n("div", { className: y.noChildrenContainer, children: /* @__PURE__ */ n(
|
|
320
|
+
H,
|
|
321
|
+
{
|
|
322
|
+
variant: "caption",
|
|
323
|
+
style: {
|
|
324
|
+
marginLeft: (a || 1) * s.spacing(3),
|
|
325
|
+
fontWeight: 400
|
|
326
|
+
},
|
|
327
|
+
children: "No Children"
|
|
328
|
+
}
|
|
329
|
+
) }),
|
|
330
|
+
e.properties?.lazyLoad && e.completedLoadingChildren && I && e.errorRetrievingChildren && /* @__PURE__ */ n("div", { className: y.noChildrenContainer, children: /* @__PURE__ */ n(
|
|
331
|
+
H,
|
|
332
|
+
{
|
|
333
|
+
variant: "caption",
|
|
334
|
+
style: {
|
|
335
|
+
marginLeft: (a || 1) * s.spacing(3),
|
|
336
|
+
fontWeight: 400
|
|
337
|
+
},
|
|
338
|
+
children: `Error Retrieving ${e[i]?.length ? "Additional " : ""}Children`
|
|
339
|
+
}
|
|
340
|
+
) }),
|
|
341
|
+
Array.isArray(e[i]) ? e[i].map((oe, ke) => B(oe, a + 1)) : null
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
w
|
|
345
|
+
);
|
|
346
|
+
},
|
|
347
|
+
[
|
|
348
|
+
P,
|
|
349
|
+
u,
|
|
350
|
+
h,
|
|
351
|
+
f,
|
|
352
|
+
I,
|
|
353
|
+
C,
|
|
354
|
+
r,
|
|
355
|
+
m,
|
|
356
|
+
s,
|
|
357
|
+
y,
|
|
358
|
+
S,
|
|
359
|
+
T,
|
|
360
|
+
x,
|
|
361
|
+
i
|
|
362
|
+
]
|
|
363
|
+
), c = b(
|
|
364
|
+
async (e, a) => {
|
|
365
|
+
const l = Me(r);
|
|
366
|
+
k(a);
|
|
367
|
+
const N = F(l, m), D = le(
|
|
368
|
+
l,
|
|
369
|
+
N,
|
|
370
|
+
m ? [m] : []
|
|
371
|
+
), z = D.every(
|
|
372
|
+
(O) => a.includes(O)
|
|
373
|
+
);
|
|
374
|
+
f && D.length && !z ? M(!0) : M(!1);
|
|
375
|
+
},
|
|
376
|
+
[f, r, m]
|
|
377
|
+
), E = b(
|
|
378
|
+
(e) => e ? e.reduce((a, l) => (l?.isExpanded && a.push(l.id), l && l[i]?.length && (a = a.concat(
|
|
379
|
+
E(l[i])
|
|
380
|
+
)), a), []) : [],
|
|
381
|
+
[i]
|
|
382
|
+
);
|
|
383
|
+
return V(() => {
|
|
384
|
+
L(t);
|
|
385
|
+
}, [t]), V(() => {
|
|
386
|
+
if (!r)
|
|
387
|
+
return;
|
|
388
|
+
let e = [];
|
|
389
|
+
r?.isExpanded && e.push(r.id), e = e.concat(E(r[i])), k(e);
|
|
390
|
+
}, [E, r, i]), V(() => {
|
|
391
|
+
F(r, u) ? v(!0) : v(!1);
|
|
392
|
+
}, [r, u]), C ? /* @__PURE__ */ n(
|
|
393
|
+
Ce,
|
|
394
|
+
{
|
|
395
|
+
className: y.root,
|
|
396
|
+
defaultCollapseIcon: /* @__PURE__ */ n(
|
|
397
|
+
Y,
|
|
398
|
+
{
|
|
399
|
+
size: "small",
|
|
400
|
+
component: ve,
|
|
401
|
+
style: {
|
|
402
|
+
color: W(s.palette.primary.main, 0.5),
|
|
403
|
+
width: s.spacing(1.5),
|
|
404
|
+
height: s.spacing(1.5)
|
|
405
|
+
}
|
|
406
|
+
}
|
|
407
|
+
),
|
|
408
|
+
expanded: C || [],
|
|
409
|
+
onNodeToggle: c,
|
|
410
|
+
defaultExpandIcon: /* @__PURE__ */ n(
|
|
411
|
+
Y,
|
|
412
|
+
{
|
|
413
|
+
size: "small",
|
|
414
|
+
component: Te,
|
|
415
|
+
style: {
|
|
416
|
+
color: W(s.palette.primary.main, 0.5),
|
|
417
|
+
width: s.spacing(1.5),
|
|
418
|
+
height: s.spacing(1.5)
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
),
|
|
422
|
+
selected: u,
|
|
423
|
+
children: r && B(r)
|
|
424
|
+
},
|
|
425
|
+
r
|
|
426
|
+
) : null;
|
|
427
|
+
}, Ae = _((o) => ({
|
|
428
|
+
root: {
|
|
429
|
+
flex: 1,
|
|
430
|
+
minHeight: ({ appRibbonSpace: t }) => `calc(100vh - ${t + 56}px)`,
|
|
431
|
+
display: "grid",
|
|
432
|
+
gridTemplateAreas: ["sidebar content"].map((t) => `"${t}"`).join(" "),
|
|
433
|
+
gridTemplateColumns: "auto 1fr",
|
|
434
|
+
gridTemplateRows: "auto 1fr"
|
|
435
|
+
},
|
|
436
|
+
sidebar: {
|
|
437
|
+
gridArea: "sidebar",
|
|
438
|
+
marginRight: o.spacing(1)
|
|
439
|
+
},
|
|
440
|
+
content: {
|
|
441
|
+
gridArea: "content",
|
|
442
|
+
display: "flex",
|
|
443
|
+
flexDirection: "column",
|
|
444
|
+
position: "relative",
|
|
445
|
+
zIndex: 1,
|
|
446
|
+
height: ({ appRibbonSpace: t }) => `calc(100vh - ${t + 56}px)`,
|
|
447
|
+
overflowY: "auto"
|
|
448
|
+
},
|
|
449
|
+
menuContent: {
|
|
450
|
+
marginTop: o.spacing(1),
|
|
451
|
+
height: ({ appRibbonSpace: t }) => `calc(100vh - ${t + 116}px)`,
|
|
452
|
+
overflowX: "hidden"
|
|
453
|
+
},
|
|
454
|
+
loader: {
|
|
455
|
+
marginRight: o.spacing(1),
|
|
456
|
+
marginLeft: o.spacing(1)
|
|
457
|
+
},
|
|
458
|
+
loadingContent: {
|
|
459
|
+
flex: 1,
|
|
460
|
+
display: "flex",
|
|
461
|
+
flexDirection: "column",
|
|
462
|
+
alignItems: "center",
|
|
463
|
+
justifyContent: "center"
|
|
464
|
+
}
|
|
465
|
+
})), Ke = (o) => {
|
|
466
|
+
const t = se(), p = Ae({
|
|
467
|
+
...o,
|
|
468
|
+
appRibbonSpace: t ? de : 0
|
|
469
|
+
}), S = ne(), x = ce(), { t: u } = Se(), m = pe(), [I, T] = A([]), [i, C] = A(null), [k, f] = A(!0), v = S.pathname.replace("/menupage/", ""), [{ data: h, loading: M }] = J(
|
|
470
|
+
Q.tenantV1ApiUrl,
|
|
471
|
+
`menus/${v}`,
|
|
472
|
+
{},
|
|
473
|
+
!v,
|
|
474
|
+
!1
|
|
475
|
+
), { setSubHeaderActionHasChildren: r, setNavigationExpanded: L } = ge(), [{ data: s, loading: y, error: P }] = J(
|
|
476
|
+
Q.tenantV1ApiUrl,
|
|
477
|
+
`page/${i?.properties?.page?.id}`,
|
|
478
|
+
{},
|
|
479
|
+
!i?.properties?.page?.id,
|
|
480
|
+
!1
|
|
481
|
+
), B = b((e, a) => {
|
|
482
|
+
C(e);
|
|
483
|
+
}, []), c = b(
|
|
484
|
+
(e, a, l, N) => {
|
|
485
|
+
},
|
|
486
|
+
[]
|
|
487
|
+
), E = b(() => {
|
|
488
|
+
f((e) => !e);
|
|
489
|
+
}, []);
|
|
490
|
+
return V(() => {
|
|
491
|
+
if (h) {
|
|
492
|
+
const e = [];
|
|
493
|
+
let a = !1;
|
|
494
|
+
h.menuItemInstanceStructureViews.forEach((l) => {
|
|
495
|
+
const N = ue(l);
|
|
496
|
+
N && (e.push(N), a || (C(N), a = !0, L(!1)));
|
|
497
|
+
}), T(e);
|
|
498
|
+
}
|
|
499
|
+
}, [h, L]), V(() => {
|
|
500
|
+
r(!1);
|
|
501
|
+
}, [r]), V(() => {
|
|
502
|
+
h && m({ label: u(h?.name) });
|
|
503
|
+
}, [m, u, h]), /* @__PURE__ */ n(xe, { backend: we, children: /* @__PURE__ */ $("div", { className: p.root, children: [
|
|
504
|
+
/* @__PURE__ */ n("div", { className: p.sidebar, children: /* @__PURE__ */ n(
|
|
505
|
+
me,
|
|
506
|
+
{
|
|
507
|
+
title: h?.name,
|
|
508
|
+
isUsingChildren: !0,
|
|
509
|
+
resizable: !0,
|
|
510
|
+
removePadding: !0,
|
|
511
|
+
removeTopLayoutUnit: !0,
|
|
512
|
+
onUtilitySidebarToggleExpandClick: E,
|
|
513
|
+
collapsedWidth: 64,
|
|
514
|
+
children: /* @__PURE__ */ $("div", { className: p.menuContent, children: [
|
|
515
|
+
I?.length > 0 && !M && I.map((e, a) => /* @__PURE__ */ n("div", { className: p.nodeContainer, children: /* @__PURE__ */ n(
|
|
516
|
+
Re,
|
|
517
|
+
{
|
|
518
|
+
menuItems: e,
|
|
519
|
+
onSelectNode: B,
|
|
520
|
+
onDropNode: c,
|
|
521
|
+
menuIndex: a,
|
|
522
|
+
selectedNodeId: i?.id,
|
|
523
|
+
selectedNodeParentId: i?.parentId,
|
|
524
|
+
sidebarExpanded: k,
|
|
525
|
+
treeViewMode: g.Classic
|
|
526
|
+
}
|
|
527
|
+
) }, e.id)),
|
|
528
|
+
M && /* @__PURE__ */ n("div", { className: p.loader, children: /* @__PURE__ */ n(fe, { loading: M }) })
|
|
529
|
+
] }, v)
|
|
530
|
+
}
|
|
531
|
+
) }),
|
|
532
|
+
/* @__PURE__ */ n("div", { className: p.content, children: i?.properties?.page?.id && /* @__PURE__ */ n(
|
|
533
|
+
he,
|
|
534
|
+
{
|
|
535
|
+
user: x,
|
|
536
|
+
pageData: s,
|
|
537
|
+
pageLoading: y,
|
|
538
|
+
widgetParams: {
|
|
539
|
+
pageId: s?.pageId,
|
|
540
|
+
entityName: i?.properties?.page?.entity?.entityName,
|
|
541
|
+
pbiReportCode: i?.properties?.page?.pbiReportCode,
|
|
542
|
+
requiredFieldsMap: i?.properties?.page?.requiredFieldMapping,
|
|
543
|
+
udpTagId: i?.properties?.page?.udpTagId,
|
|
544
|
+
queryId: i?.properties?.page?.queryId,
|
|
545
|
+
inquiryTreeId: i?.properties?.page?.inquiryTreeId
|
|
546
|
+
},
|
|
547
|
+
disableMargins: !0,
|
|
548
|
+
fromMenu: !0
|
|
549
|
+
},
|
|
550
|
+
i?.id
|
|
551
|
+
) })
|
|
552
|
+
] }) });
|
|
553
|
+
};
|
|
554
|
+
export {
|
|
555
|
+
Ke as MenuPage
|
|
556
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function AlertContainer(props: any): JSX.Element | null;
|
package/dist/UI/Box.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function Box(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function Grid(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function getSuccessAction(closeSnackbar: any): (key: any) => JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function Accordion(props: any): JSX.Element;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { Insight } from './types';
|
|
2
|
+
import { default as QueryResult } from '../../models/QueryResult';
|
|
3
|
+
export type UdpChart = 'UdpBarChart' | 'UdpDonutChart' | 'UdpLineChart' | 'UdpDistributionChart';
|
|
4
|
+
export interface InsightRendererProps {
|
|
5
|
+
insight: Insight | undefined;
|
|
6
|
+
data: QueryResult | undefined;
|
|
7
|
+
insightId: string | undefined;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* InsightRenderer component
|
|
11
|
+
*
|
|
12
|
+
* This component is responsible for rendering insights based on the provided props.
|
|
13
|
+
*
|
|
14
|
+
* @prop {Insight} `insight` - The insight metadata
|
|
15
|
+
* @prop {any} `data` - Search results associated with the insight
|
|
16
|
+
* @prop {string} `insightId` - InsightId, if included the component will get the data from server
|
|
17
|
+
* @returns {JSX.Element} - The rendered insight component.
|
|
18
|
+
*/
|
|
19
|
+
export declare const InsightRenderer: (props: InsightRendererProps) => JSX.Element | null;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export declare const UdpCharts: {
|
|
2
|
+
UdpBarChart: (props: import('./UdpBarChart').UdpBarChartProps) => JSX.Element;
|
|
3
|
+
UdpDonutChart: (props: import('./UdpDonutChart').UdpDonutChartProps) => JSX.Element;
|
|
4
|
+
UdpLineChart: (props: import('./UdpLineChart').UdpLineChartProps) => JSX.Element;
|
|
5
|
+
UdpDistributionChart: (props: import('./UdpDistributionChart').UdpDistributionChartProps) => JSX.Element;
|
|
6
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
export type Guid = string;
|
|
2
|
+
export interface BaseProps {
|
|
3
|
+
header: string;
|
|
4
|
+
subheader: string;
|
|
5
|
+
kpis: {
|
|
6
|
+
label: string;
|
|
7
|
+
value: string;
|
|
8
|
+
}[];
|
|
9
|
+
data: {
|
|
10
|
+
[key: string]: any;
|
|
11
|
+
}[];
|
|
12
|
+
size: 'small' | 'medium' | 'large';
|
|
13
|
+
customWidth?: number;
|
|
14
|
+
customHeight?: number;
|
|
15
|
+
customCardWidth?: number;
|
|
16
|
+
kpisPosition: 'left' | 'top';
|
|
17
|
+
hideAdornment?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface XyChartBaseProps extends BaseProps {
|
|
20
|
+
yAxisLabel?: string;
|
|
21
|
+
xAxisLabel?: string;
|
|
22
|
+
}
|
|
23
|
+
export interface InsightType {
|
|
24
|
+
properties: InsightTypeProperties;
|
|
25
|
+
dataFields: InsightTypeField[];
|
|
26
|
+
version: string;
|
|
27
|
+
name: string;
|
|
28
|
+
insightTypeId: Guid;
|
|
29
|
+
maxKpis: number;
|
|
30
|
+
}
|
|
31
|
+
export interface InsightTypeProperties {
|
|
32
|
+
hidden: boolean;
|
|
33
|
+
component: string;
|
|
34
|
+
icon: string;
|
|
35
|
+
section: string;
|
|
36
|
+
}
|
|
37
|
+
export interface Insight {
|
|
38
|
+
insightId?: Guid;
|
|
39
|
+
clusterId?: number;
|
|
40
|
+
apiMethodInstanceId?: Guid;
|
|
41
|
+
insightTypeId: Guid;
|
|
42
|
+
version: string;
|
|
43
|
+
title: string;
|
|
44
|
+
subheader: string;
|
|
45
|
+
dataMapping: string;
|
|
46
|
+
insightInsightKpi?: InsightKpi[];
|
|
47
|
+
insightInsightType?: InsightType;
|
|
48
|
+
}
|
|
49
|
+
export interface InsightKpi {
|
|
50
|
+
insightKpiId?: Guid;
|
|
51
|
+
insightId?: Guid;
|
|
52
|
+
label: string;
|
|
53
|
+
field: string;
|
|
54
|
+
active: boolean;
|
|
55
|
+
}
|
|
56
|
+
export interface InsightTypeField {
|
|
57
|
+
type: 'field' | 'text' | 'boolean';
|
|
58
|
+
name: string;
|
|
59
|
+
label: string;
|
|
60
|
+
required: boolean;
|
|
61
|
+
fieldRestriction?: 'date' | 'number' | 'string';
|
|
62
|
+
}
|