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,593 @@
|
|
|
1
|
+
import { jsx as o, jsxs as k, Fragment as G } from "react/jsx-runtime";
|
|
2
|
+
import Te, { useCallback as E, useState as L, useMemo as w, useEffect as J } from "react";
|
|
3
|
+
import { t as j, P as X, a as f, F as Z, b as Ve, f as A, D as Pe, c as Ce, d as Ae, S as Ee, u as me, e as ee, L as ce, g as Le, h as Ue, i as ke, j as Re, k as ue, l as xe, U as Ne, m as F, n as pe, o as Oe, A as ve, p as $e, q as qe } from "./index-D4ob0Len.js";
|
|
4
|
+
import { EditIcon as je, DeleteIcon as We, AddIcon as _e } from "@fluentui/react-icons";
|
|
5
|
+
import { TextField as Ge, FormControlLabel as ze, makeStyles as ye, Typography as be, Divider as He } from "@material-ui/core";
|
|
6
|
+
import { format as Qe } from "date-fns";
|
|
7
|
+
import { cloneDeep as Ye } from "lodash";
|
|
8
|
+
import { useTranslation as Ke } from "react-i18next";
|
|
9
|
+
import { useLocation as fe } from "react-router-dom";
|
|
10
|
+
import T from "prop-types";
|
|
11
|
+
import { DndProvider as Je } from "react-dnd";
|
|
12
|
+
import { HTML5Backend as Xe } from "react-dnd-html5-backend";
|
|
13
|
+
import { Skeleton as he } from "@material-ui/lab";
|
|
14
|
+
import "react-final-form";
|
|
15
|
+
import "final-form";
|
|
16
|
+
import "final-form-arrays";
|
|
17
|
+
import { ConfigService as U } from "udp-react-stencil-component-library";
|
|
18
|
+
const Ze = {
|
|
19
|
+
headerName: "",
|
|
20
|
+
field: "",
|
|
21
|
+
minWidth: 80,
|
|
22
|
+
autoHeight: !1,
|
|
23
|
+
sortable: !0
|
|
24
|
+
}, Fe = (d, e, p = "Actions", i = "actionsRenderer", l = "right") => {
|
|
25
|
+
let h = d?.reduce((n, a) => (n.push({
|
|
26
|
+
...Ze,
|
|
27
|
+
headerName: j(a?.name || ""),
|
|
28
|
+
field: a?.name
|
|
29
|
+
}), n), []) || [];
|
|
30
|
+
return h.push({
|
|
31
|
+
headerName: i === "actionsRenderer" ? "Actions" : p,
|
|
32
|
+
filter: !1,
|
|
33
|
+
pinned: l,
|
|
34
|
+
width: 150,
|
|
35
|
+
maxWidth: 180,
|
|
36
|
+
cellRenderer: i,
|
|
37
|
+
cellRendererParams: {
|
|
38
|
+
actionList: e
|
|
39
|
+
},
|
|
40
|
+
valueGetter: (n) => n.data,
|
|
41
|
+
suppressMenu: !0,
|
|
42
|
+
sortable: !1,
|
|
43
|
+
cellStyle: { display: "flex", alignItems: "center" }
|
|
44
|
+
}), h;
|
|
45
|
+
};
|
|
46
|
+
function et() {
|
|
47
|
+
return {
|
|
48
|
+
renderInputByFieldType: E(
|
|
49
|
+
(e, p, i, l) => {
|
|
50
|
+
const h = [
|
|
51
|
+
X.Int,
|
|
52
|
+
X.Long,
|
|
53
|
+
X.Double
|
|
54
|
+
];
|
|
55
|
+
e.type === "boolean" && i[f(e.name)] === "" && (i[f(e.name)] = !1);
|
|
56
|
+
const n = e.type?.toLowerCase();
|
|
57
|
+
let a = h.includes(n);
|
|
58
|
+
const S = /* @__PURE__ */ o(
|
|
59
|
+
Z,
|
|
60
|
+
{
|
|
61
|
+
component: Ge,
|
|
62
|
+
id: `${e.name}${p}`,
|
|
63
|
+
name: f(e.name),
|
|
64
|
+
label: j(e.name),
|
|
65
|
+
initialValue: i[f(e.name)] || "",
|
|
66
|
+
type: a && "number",
|
|
67
|
+
fullWidth: !0,
|
|
68
|
+
variant: "outlined",
|
|
69
|
+
size: "small",
|
|
70
|
+
required: !e?.nullable,
|
|
71
|
+
margin: "dense",
|
|
72
|
+
InputProps: {
|
|
73
|
+
classes: {
|
|
74
|
+
root: l?.input,
|
|
75
|
+
input: l?.formTextInput
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
InputLabelProps: {
|
|
79
|
+
classes: {
|
|
80
|
+
root: l?.labelRoot
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
disabled: e?.disabled
|
|
84
|
+
}
|
|
85
|
+
), B = /* @__PURE__ */ o(
|
|
86
|
+
ze,
|
|
87
|
+
{
|
|
88
|
+
control: /* @__PURE__ */ o(
|
|
89
|
+
Z,
|
|
90
|
+
{
|
|
91
|
+
component: Ve,
|
|
92
|
+
type: "checkbox",
|
|
93
|
+
id: `${e.name}${p}`,
|
|
94
|
+
name: f(e.name),
|
|
95
|
+
label: j(e.name),
|
|
96
|
+
initialValue: typeof i[f(e.name)] == "boolean" ? i[f(e.name)] : i[f(e.name)] === "true",
|
|
97
|
+
disabled: e?.disabled,
|
|
98
|
+
classes: { root: l?.switchRoot },
|
|
99
|
+
color: "secondary",
|
|
100
|
+
inputProps: { "aria-label": "Active condition" }
|
|
101
|
+
}
|
|
102
|
+
),
|
|
103
|
+
label: j(e.name),
|
|
104
|
+
labelPlacement: "start",
|
|
105
|
+
style: { marginLeft: 4 }
|
|
106
|
+
}
|
|
107
|
+
);
|
|
108
|
+
switch (n.toLowerCase()) {
|
|
109
|
+
case A(n, "int"):
|
|
110
|
+
case A(n, "long"):
|
|
111
|
+
case A(n, "double"):
|
|
112
|
+
case A(n, "string"):
|
|
113
|
+
case A(n, "string uuid"):
|
|
114
|
+
return S;
|
|
115
|
+
case A(n, "boolean"):
|
|
116
|
+
return B;
|
|
117
|
+
case A(n, "datetime"):
|
|
118
|
+
return /* @__PURE__ */ o(
|
|
119
|
+
Z,
|
|
120
|
+
{
|
|
121
|
+
disabled: e?.disabled,
|
|
122
|
+
component: Pe,
|
|
123
|
+
id: `${e.name}${p}`,
|
|
124
|
+
name: f(e.name),
|
|
125
|
+
label: j(e.name),
|
|
126
|
+
initialValue: i[f(e.name)] ? new Date(
|
|
127
|
+
i[f(e.name)]
|
|
128
|
+
) : "",
|
|
129
|
+
fullWidth: !0,
|
|
130
|
+
variant: "outlined",
|
|
131
|
+
size: "small",
|
|
132
|
+
required: !e?.nullable,
|
|
133
|
+
style: { marginTop: 8 }
|
|
134
|
+
}
|
|
135
|
+
);
|
|
136
|
+
default:
|
|
137
|
+
return null;
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
[]
|
|
141
|
+
)
|
|
142
|
+
};
|
|
143
|
+
}
|
|
144
|
+
const tt = ye((d) => ({
|
|
145
|
+
actions: {
|
|
146
|
+
marginTop: d.spacing(2),
|
|
147
|
+
marginBottom: d.spacing(2),
|
|
148
|
+
display: "flex",
|
|
149
|
+
flexDirection: "row"
|
|
150
|
+
},
|
|
151
|
+
title: {
|
|
152
|
+
flexGrow: 1
|
|
153
|
+
},
|
|
154
|
+
subject: {
|
|
155
|
+
marginLeft: d.spacing(1),
|
|
156
|
+
display: "flex",
|
|
157
|
+
flexDirection: "row",
|
|
158
|
+
flexGrow: 1
|
|
159
|
+
},
|
|
160
|
+
switchRoot: {
|
|
161
|
+
marginLeft: d.spacing(1)
|
|
162
|
+
},
|
|
163
|
+
input: {
|
|
164
|
+
height: 34,
|
|
165
|
+
padding: 0
|
|
166
|
+
},
|
|
167
|
+
formTextInput: {
|
|
168
|
+
fontSize: 13
|
|
169
|
+
},
|
|
170
|
+
labelRoot: {
|
|
171
|
+
fontSize: 13
|
|
172
|
+
}
|
|
173
|
+
})), ge = (d) => {
|
|
174
|
+
const { tableDescription: e, rowValue: p, closeSideSheet: i, onCreate: l, onUpdate: h } = d, { renderInputByFieldType: n } = et(), [a, S] = L(
|
|
175
|
+
p || {}
|
|
176
|
+
), B = tt();
|
|
177
|
+
return /* @__PURE__ */ k(Ce, { onSubmit: async (y) => {
|
|
178
|
+
let b = {
|
|
179
|
+
...a,
|
|
180
|
+
...y
|
|
181
|
+
};
|
|
182
|
+
!p ? l && await l(b) : h && await h(b), i && i();
|
|
183
|
+
}, children: [
|
|
184
|
+
/* @__PURE__ */ o("div", { children: e?.map((y, b) => /* @__PURE__ */ k(Te.Fragment, { children: [
|
|
185
|
+
/* @__PURE__ */ o(be, { variant: "subtitle2", style: { marginTop: 8 }, children: y.friendlyName }),
|
|
186
|
+
n(
|
|
187
|
+
y,
|
|
188
|
+
b,
|
|
189
|
+
a,
|
|
190
|
+
B
|
|
191
|
+
)
|
|
192
|
+
] }, `${y.name}-${b}`)) }),
|
|
193
|
+
/* @__PURE__ */ o(Ae, { children: /* @__PURE__ */ o(
|
|
194
|
+
Ee,
|
|
195
|
+
{
|
|
196
|
+
variant: "contained",
|
|
197
|
+
color: "secondary",
|
|
198
|
+
disablePristine: !1,
|
|
199
|
+
disabled: !1,
|
|
200
|
+
style: { marginTop: 15 },
|
|
201
|
+
children: "Save"
|
|
202
|
+
}
|
|
203
|
+
) })
|
|
204
|
+
] });
|
|
205
|
+
};
|
|
206
|
+
ge.propTypes = {
|
|
207
|
+
/**
|
|
208
|
+
* onClick event for closing sidesheet
|
|
209
|
+
*/
|
|
210
|
+
closeSideSheet: T.func,
|
|
211
|
+
/**
|
|
212
|
+
* onClick event for creating
|
|
213
|
+
*/
|
|
214
|
+
onCreate: T.func,
|
|
215
|
+
/**
|
|
216
|
+
* onClick event for updating
|
|
217
|
+
*/
|
|
218
|
+
onUpdate: T.func
|
|
219
|
+
};
|
|
220
|
+
const at = ye((d) => ({
|
|
221
|
+
root: {},
|
|
222
|
+
divider: {
|
|
223
|
+
marginTop: d.spacing(2)
|
|
224
|
+
}
|
|
225
|
+
})), nt = 10, te = (d) => {
|
|
226
|
+
const {
|
|
227
|
+
tableDescription: e,
|
|
228
|
+
value: p,
|
|
229
|
+
crudTableEditionData: i,
|
|
230
|
+
closeSideSheet: l,
|
|
231
|
+
onCreate: h,
|
|
232
|
+
onUpdate: n,
|
|
233
|
+
pageId: a,
|
|
234
|
+
setSideSheetWidth: S,
|
|
235
|
+
setSideSheetButtonLabel: B,
|
|
236
|
+
setSideSheetOnSubmit: R,
|
|
237
|
+
setSideSheetProps: y
|
|
238
|
+
} = d, b = me(), I = at(), [{ data: V, loading: z }] = ee(
|
|
239
|
+
U.tenantV1ApiUrl,
|
|
240
|
+
`page/${a}`,
|
|
241
|
+
{},
|
|
242
|
+
!a,
|
|
243
|
+
!1
|
|
244
|
+
), W = w(() => {
|
|
245
|
+
const P = [];
|
|
246
|
+
for (let q = 0; q < nt; q++)
|
|
247
|
+
P.push(
|
|
248
|
+
/* @__PURE__ */ k(G, { children: [
|
|
249
|
+
/* @__PURE__ */ o(he, { variant: "rect", className: I.skeleton }, q),
|
|
250
|
+
/* @__PURE__ */ o(ce, { unit: "xxs" })
|
|
251
|
+
] })
|
|
252
|
+
);
|
|
253
|
+
return P;
|
|
254
|
+
}, [I]), H = w(() => V ? /* @__PURE__ */ o(Je, { backend: Xe, children: /* @__PURE__ */ o(
|
|
255
|
+
Le,
|
|
256
|
+
{
|
|
257
|
+
user: b,
|
|
258
|
+
pageData: V,
|
|
259
|
+
widgetParams: {
|
|
260
|
+
pageId: V?.pageId,
|
|
261
|
+
nodeObj: i,
|
|
262
|
+
setSideSheetWidth: S,
|
|
263
|
+
setSideSheetButtonLabel: B,
|
|
264
|
+
setSideSheetOnSubmit: R,
|
|
265
|
+
closeSideSheet: l,
|
|
266
|
+
setSideSheetProps: y,
|
|
267
|
+
onCreate: h,
|
|
268
|
+
onUpdate: n
|
|
269
|
+
},
|
|
270
|
+
disableMargins: !0
|
|
271
|
+
},
|
|
272
|
+
a
|
|
273
|
+
) }) : /* @__PURE__ */ k(G, { children: [
|
|
274
|
+
/* @__PURE__ */ o(
|
|
275
|
+
ge,
|
|
276
|
+
{
|
|
277
|
+
tableDescription: e,
|
|
278
|
+
rowValue: p,
|
|
279
|
+
closeSideSheet: l,
|
|
280
|
+
onCreate: h,
|
|
281
|
+
onUpdate: n
|
|
282
|
+
}
|
|
283
|
+
),
|
|
284
|
+
/* @__PURE__ */ o("div", { className: I.divider, children: /* @__PURE__ */ o(He, {}) })
|
|
285
|
+
] }), [
|
|
286
|
+
V,
|
|
287
|
+
b,
|
|
288
|
+
a,
|
|
289
|
+
i,
|
|
290
|
+
S,
|
|
291
|
+
B,
|
|
292
|
+
R,
|
|
293
|
+
y,
|
|
294
|
+
l,
|
|
295
|
+
h,
|
|
296
|
+
n,
|
|
297
|
+
I,
|
|
298
|
+
e,
|
|
299
|
+
p
|
|
300
|
+
]);
|
|
301
|
+
return /* @__PURE__ */ o("div", { children: z ? /* @__PURE__ */ k(G, { children: [
|
|
302
|
+
W.map((P) => P),
|
|
303
|
+
/* @__PURE__ */ o(ce, { unit: "md" }),
|
|
304
|
+
/* @__PURE__ */ o(he, { variant: "rect", className: I.skeletonButton })
|
|
305
|
+
] }) : H });
|
|
306
|
+
};
|
|
307
|
+
te.propTypes = {
|
|
308
|
+
/**
|
|
309
|
+
* Description of the table
|
|
310
|
+
*/
|
|
311
|
+
tableDescription: T.array,
|
|
312
|
+
/**
|
|
313
|
+
* Entity data
|
|
314
|
+
*/
|
|
315
|
+
crudTableEditionData: T.array,
|
|
316
|
+
/**
|
|
317
|
+
* onClick event for closing sidesheet
|
|
318
|
+
*/
|
|
319
|
+
closeSideSheet: T.func,
|
|
320
|
+
/**
|
|
321
|
+
* onClick event for creating
|
|
322
|
+
*/
|
|
323
|
+
onCreate: T.func,
|
|
324
|
+
/**
|
|
325
|
+
* onClick event for updating
|
|
326
|
+
*/
|
|
327
|
+
onUpdate: T.func
|
|
328
|
+
};
|
|
329
|
+
const st = () => {
|
|
330
|
+
const { search: d } = fe();
|
|
331
|
+
return w(() => new URLSearchParams(d), [d]);
|
|
332
|
+
}, Tt = (d) => {
|
|
333
|
+
const { ...e } = d, p = st(), i = fe(), { value: l, promotedEntity: h } = i.state || {}, n = i?.pathname?.split("/"), a = l ? l?.id : n ? n[n.length - 1] : null, S = me(), B = Ue(), [R, y] = L(!1), [b, I] = L(600), [V, z] = L(""), [W, H] = L({}), [P, q] = L(
|
|
334
|
+
() => () => console.warn("onSubmit not set")
|
|
335
|
+
), [t, Se] = L(h), { t: c } = Ke(), { handleErrorSnackbar: x, handleSuccessSnackbar: N } = ke(), ae = Re(), Q = E(() => {
|
|
336
|
+
y(!1);
|
|
337
|
+
}, []), O = w(() => t ? t.entityName || "" : p.has("entityName") === !0 ? p.get("entityName") : "", [t, p]), ne = w(() => t?.unityBaseCreateMethod?.pageId, [t]), [{ data: se, loading: ot, error: it }] = ee(
|
|
338
|
+
U.integrationV1ApiUrl,
|
|
339
|
+
`tenantProductApiCatalogBase/tenant/${S?.currentTenantId}/product/${U.config.UNITY_PRODUCT_ID}`,
|
|
340
|
+
{},
|
|
341
|
+
!S || !!h,
|
|
342
|
+
!1
|
|
343
|
+
), [{ data: Y }] = ee(
|
|
344
|
+
U.integrationV1ApiUrl,
|
|
345
|
+
`apicatalog/${se?.apiCatalogId}/promotedMethodEntities/${O}/product/${U.config.UNITY_PRODUCT_ID}`,
|
|
346
|
+
{},
|
|
347
|
+
!se || !S || !O,
|
|
348
|
+
!1
|
|
349
|
+
), [{ data: v, loading: De }, M] = ue(
|
|
350
|
+
U.integrationV1ApiUrl,
|
|
351
|
+
`apimethod/executeQueryWithParameters/${t?.unityBaseGetDataMethod?.apiMethodId}`,
|
|
352
|
+
{
|
|
353
|
+
method: "post"
|
|
354
|
+
}
|
|
355
|
+
), [
|
|
356
|
+
{ data: m, loading: rt },
|
|
357
|
+
oe
|
|
358
|
+
] = ue(
|
|
359
|
+
U.integrationV1ApiUrl,
|
|
360
|
+
`apimethod/executeQueryWithParameters/${t?.unityBaseDescribeMethod?.apiMethodId}`,
|
|
361
|
+
{
|
|
362
|
+
method: "post"
|
|
363
|
+
}
|
|
364
|
+
), _ = E(
|
|
365
|
+
(r) => {
|
|
366
|
+
if (!m)
|
|
367
|
+
return [];
|
|
368
|
+
const g = [];
|
|
369
|
+
return m.forEach((s) => {
|
|
370
|
+
const u = typeof r[s.name] == "boolean" || r[s.name];
|
|
371
|
+
if (s.name || u)
|
|
372
|
+
switch (xe(O?.toLowerCase())) {
|
|
373
|
+
case Ne.Udp_Lookup.toLowerCase():
|
|
374
|
+
g.push({
|
|
375
|
+
lookupColumnId: s.id,
|
|
376
|
+
value: r[s.name]
|
|
377
|
+
});
|
|
378
|
+
break;
|
|
379
|
+
}
|
|
380
|
+
}), g;
|
|
381
|
+
},
|
|
382
|
+
[m, O]
|
|
383
|
+
), ie = E(
|
|
384
|
+
async (r) => {
|
|
385
|
+
if (t?.unityBaseVirtualCreateMethod) {
|
|
386
|
+
const s = { requestBody: _(r), id: a };
|
|
387
|
+
(await F(
|
|
388
|
+
{ data: s },
|
|
389
|
+
t.unityBaseVirtualCreateMethod.apiMethodId
|
|
390
|
+
).catch((D) => {
|
|
391
|
+
x(D.message);
|
|
392
|
+
}))?.status === 200 && (N(c("Row has been created")), M({ data: { id: a } }));
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
[
|
|
396
|
+
t,
|
|
397
|
+
c,
|
|
398
|
+
M,
|
|
399
|
+
x,
|
|
400
|
+
N,
|
|
401
|
+
a,
|
|
402
|
+
_
|
|
403
|
+
]
|
|
404
|
+
), re = E(
|
|
405
|
+
async (r) => {
|
|
406
|
+
if (t?.unityBaseVirtualUpdateMethod) {
|
|
407
|
+
const g = [a, r.udpVirtualRowId], s = pe(
|
|
408
|
+
t.unityBaseVirtualUpdateMethod.pathParameters,
|
|
409
|
+
g
|
|
410
|
+
), u = _(r);
|
|
411
|
+
let D = { requestBody: u };
|
|
412
|
+
Array.isArray(s) ? s.forEach(($) => {
|
|
413
|
+
D[Object.keys($)[0]] = $[Object.keys($)[0]];
|
|
414
|
+
}) : D = { ...s, requestBody: u }, (await F(
|
|
415
|
+
{ data: D },
|
|
416
|
+
t.unityBaseVirtualUpdateMethod.apiMethodId
|
|
417
|
+
).catch(($) => {
|
|
418
|
+
x($.message);
|
|
419
|
+
}))?.status === 200 && (N(c("Row has been updated")), M({ data: { id: a } }));
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
[
|
|
423
|
+
t,
|
|
424
|
+
c,
|
|
425
|
+
M,
|
|
426
|
+
x,
|
|
427
|
+
N,
|
|
428
|
+
a,
|
|
429
|
+
_
|
|
430
|
+
]
|
|
431
|
+
), le = E(
|
|
432
|
+
async (r) => {
|
|
433
|
+
if (t?.unityBaseVirtualDeleteMethod) {
|
|
434
|
+
const g = [a, r.udpVirtualRowId], s = pe(
|
|
435
|
+
t?.unityBaseVirtualDeleteMethod.pathParameters,
|
|
436
|
+
g
|
|
437
|
+
);
|
|
438
|
+
let u = {};
|
|
439
|
+
Array.isArray(s) ? s.forEach((C) => {
|
|
440
|
+
u[Object.keys(C)[0]] = C[Object.keys(C)[0]];
|
|
441
|
+
}) : u = { ...s }, (await F(
|
|
442
|
+
{ data: u },
|
|
443
|
+
t.unityBaseVirtualDeleteMethod.apiMethodId
|
|
444
|
+
).catch((C) => {
|
|
445
|
+
x(C.message);
|
|
446
|
+
}))?.status === 200 && (N(c("Row has been deleted")), M({ data: { id: a } }));
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
[
|
|
450
|
+
t,
|
|
451
|
+
c,
|
|
452
|
+
M,
|
|
453
|
+
x,
|
|
454
|
+
N,
|
|
455
|
+
a
|
|
456
|
+
]
|
|
457
|
+
), de = w(() => {
|
|
458
|
+
if (t)
|
|
459
|
+
return [
|
|
460
|
+
{
|
|
461
|
+
id: 1,
|
|
462
|
+
// Must be unique
|
|
463
|
+
title: t?.unityBaseVirtualUpdateMethod ? c("Edit") : c("Edit Method Not Accessible"),
|
|
464
|
+
icon: je,
|
|
465
|
+
onClick: null,
|
|
466
|
+
opens: "sideSheet",
|
|
467
|
+
view: {
|
|
468
|
+
component: te,
|
|
469
|
+
properties: {
|
|
470
|
+
tableDescription: m,
|
|
471
|
+
onUpdate: re,
|
|
472
|
+
valuePropName: "value",
|
|
473
|
+
closeSideSheet: null,
|
|
474
|
+
closeSideSheetPropName: "closeSideSheet",
|
|
475
|
+
pageId: t?.unityBaseVirtualUpdateMethod?.pageId,
|
|
476
|
+
isNewEntry: !1
|
|
477
|
+
}
|
|
478
|
+
},
|
|
479
|
+
disabled: !t?.unityBaseVirtualUpdateMethod
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
id: 2,
|
|
483
|
+
// Must be unique
|
|
484
|
+
title: t?.unityBaseVirtualDeleteMethod ? c("Delete") : c("Delete Method Not Accessible"),
|
|
485
|
+
icon: We,
|
|
486
|
+
onClick: null,
|
|
487
|
+
opens: "dialog",
|
|
488
|
+
view: {
|
|
489
|
+
component: null,
|
|
490
|
+
properties: {
|
|
491
|
+
title: c("Delete"),
|
|
492
|
+
message: c("Are you sure you want to delete this row?"),
|
|
493
|
+
labelOne: c("Cancel"),
|
|
494
|
+
actionTwo: le,
|
|
495
|
+
labelTwo: c("Confirm")
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
disabled: !t?.unityBaseVirtualDeleteMethod
|
|
499
|
+
}
|
|
500
|
+
];
|
|
501
|
+
}, [t, c, re, le, m]), K = w(() => m?.length ? Fe(m, de) : [], [de, m]), we = w(() => K?.map((r) => ({
|
|
502
|
+
groupItem: r.field,
|
|
503
|
+
label: r.headerName,
|
|
504
|
+
value: r.field
|
|
505
|
+
})), [K]);
|
|
506
|
+
J(() => {
|
|
507
|
+
Y && Se(Y);
|
|
508
|
+
}, [Y]), J(() => {
|
|
509
|
+
if (a) {
|
|
510
|
+
const r = { id: a };
|
|
511
|
+
t?.unityBaseGetDataMethod?.apiMethodId && M({ data: r }), t?.unityBaseDescribeMethod?.apiMethodId && oe({ data: r });
|
|
512
|
+
}
|
|
513
|
+
}, [t, M, a, oe]), J(() => {
|
|
514
|
+
ae({ label: c(l?.name) || c("Virtual Lookup") });
|
|
515
|
+
}, [ae, c, l]);
|
|
516
|
+
const Be = /* @__PURE__ */ k(qe, { onClick: () => y && y(!0), children: [
|
|
517
|
+
/* @__PURE__ */ o(be, { style: { marginRight: 5 }, children: "Add" }),
|
|
518
|
+
/* @__PURE__ */ o(_e, {})
|
|
519
|
+
] }), Ie = w(
|
|
520
|
+
() => /* @__PURE__ */ o(
|
|
521
|
+
Oe,
|
|
522
|
+
{
|
|
523
|
+
open: R,
|
|
524
|
+
onClose: Q,
|
|
525
|
+
title: `Add new ${O}`,
|
|
526
|
+
width: b,
|
|
527
|
+
buttonLabel: V,
|
|
528
|
+
onSubmit: P,
|
|
529
|
+
...W,
|
|
530
|
+
children: /* @__PURE__ */ o(
|
|
531
|
+
te,
|
|
532
|
+
{
|
|
533
|
+
onCreate: ie,
|
|
534
|
+
closeSideSheet: Q,
|
|
535
|
+
pageId: ne,
|
|
536
|
+
setSideSheetWidth: I,
|
|
537
|
+
setSideSheetButtonLabel: z,
|
|
538
|
+
setSideSheetOnSubmit: q,
|
|
539
|
+
setSideSheetProps: H,
|
|
540
|
+
tableDescription: m
|
|
541
|
+
}
|
|
542
|
+
)
|
|
543
|
+
}
|
|
544
|
+
),
|
|
545
|
+
[
|
|
546
|
+
R,
|
|
547
|
+
Q,
|
|
548
|
+
O,
|
|
549
|
+
b,
|
|
550
|
+
V,
|
|
551
|
+
P,
|
|
552
|
+
ie,
|
|
553
|
+
ne,
|
|
554
|
+
W,
|
|
555
|
+
m
|
|
556
|
+
]
|
|
557
|
+
), Me = E(() => {
|
|
558
|
+
if (v?.data && m) {
|
|
559
|
+
let r = Ye(v?.data);
|
|
560
|
+
const g = m?.reduce((s, u) => (u?.type === "datetime" && s.push(u?.name), s), []);
|
|
561
|
+
return g.length && r.forEach((s) => {
|
|
562
|
+
Object.keys(s).forEach((u) => {
|
|
563
|
+
if (g.find((D) => D === u)) {
|
|
564
|
+
if (s[u] === null) return;
|
|
565
|
+
s[u] = Qe(new Date(s[u]), "yyyy/MM/dd kk:mm:ss");
|
|
566
|
+
}
|
|
567
|
+
});
|
|
568
|
+
}), r;
|
|
569
|
+
}
|
|
570
|
+
return [];
|
|
571
|
+
}, [v, m]);
|
|
572
|
+
return /* @__PURE__ */ k(G, { children: [
|
|
573
|
+
/* @__PURE__ */ o(
|
|
574
|
+
ve,
|
|
575
|
+
{
|
|
576
|
+
title: l?.name || v?.name,
|
|
577
|
+
data: v ? Me(v?.data) : [],
|
|
578
|
+
columnDefs: K,
|
|
579
|
+
groupingData: we,
|
|
580
|
+
primaryActionButton: Be,
|
|
581
|
+
frameworkComponents: { actionsRenderer: $e },
|
|
582
|
+
height: `calc(100vh - ${B ? "139px" : "114px"})`,
|
|
583
|
+
disableRowSelection: !0,
|
|
584
|
+
loading: De,
|
|
585
|
+
...e
|
|
586
|
+
}
|
|
587
|
+
),
|
|
588
|
+
Ie
|
|
589
|
+
] });
|
|
590
|
+
};
|
|
591
|
+
export {
|
|
592
|
+
Tt as VirtualBrowser
|
|
593
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function ActionForm(props: any): JSX.Element;
|
|
2
|
+
export namespace ActionForm {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const entityAttributes: any;
|
|
5
|
+
const foreignKeyData: any;
|
|
6
|
+
const crudTableEditionData: any;
|
|
7
|
+
const closeSideSheet: any;
|
|
8
|
+
const onCreate: any;
|
|
9
|
+
const onUpdate: any;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function ActionModal(props: any): JSX.Element;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function ActionSideSheet(props: any): JSX.Element;
|
|
2
|
+
export namespace ActionSideSheet {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const user: any;
|
|
5
|
+
const open: any;
|
|
6
|
+
const dispatch: any;
|
|
7
|
+
const action: any;
|
|
8
|
+
const actionPanels: any;
|
|
9
|
+
const catalog: any;
|
|
10
|
+
const selectedNodeObj: any;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SpeedDialProps } from '@material-ui/lab/SpeedDial';
|
|
2
|
+
interface FluentSpeedDialProps extends SpeedDialProps {
|
|
3
|
+
actions: Array<{
|
|
4
|
+
icon: {
|
|
5
|
+
type?: string;
|
|
6
|
+
name: string;
|
|
7
|
+
};
|
|
8
|
+
name: string;
|
|
9
|
+
onClick: Function;
|
|
10
|
+
}>;
|
|
11
|
+
}
|
|
12
|
+
export declare const ActionSpeedDial: (props: FluentSpeedDialProps) => JSX.Element | null;
|
|
13
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export function ActionSplitScreen(props: any): JSX.Element;
|
|
2
|
+
export namespace ActionSplitScreen {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const body: any;
|
|
5
|
+
const open: any;
|
|
6
|
+
const action: any;
|
|
7
|
+
const executeAction: any;
|
|
8
|
+
const entityName: any;
|
|
9
|
+
const entityAttributes: any;
|
|
10
|
+
const selectedNodeObj: any;
|
|
11
|
+
const menuNodeList: any;
|
|
12
|
+
const showError: any;
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function ActionWrapper(props: any): JSX.Element;
|
|
2
|
+
export namespace ActionWrapper {
|
|
3
|
+
namespace propTypes {
|
|
4
|
+
const actionState: any;
|
|
5
|
+
const actionPanel: any;
|
|
6
|
+
const dispatch: any;
|
|
7
|
+
const catalog: any;
|
|
8
|
+
const executeAction: any;
|
|
9
|
+
const user: any;
|
|
10
|
+
const splitScreenBody: any;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function PageActionWrapper(props: any): JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ActionSummaryListItemProps } from '.';
|
|
3
|
+
export type ActionSummaryProps = {
|
|
4
|
+
actionMenuContent: Array<ActionSummaryContent>;
|
|
5
|
+
selectedNode: object | null | undefined;
|
|
6
|
+
};
|
|
7
|
+
export type ActionSummaryContent = {
|
|
8
|
+
header: string;
|
|
9
|
+
icon: string;
|
|
10
|
+
iconType?: string;
|
|
11
|
+
items: Array<ActionSummaryListItemProps>;
|
|
12
|
+
};
|
|
13
|
+
export declare const ActionSummaryCard: FC<ActionSummaryProps>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { FC } from 'react';
|
|
2
|
+
import { ActionSummaryListItemProps } from '.';
|
|
3
|
+
type ActionSummaryListContainerProps = {
|
|
4
|
+
items: Array<ActionSummaryListItemProps>;
|
|
5
|
+
selectedNode?: object;
|
|
6
|
+
};
|
|
7
|
+
export declare const ActionSummaryListContainer: FC<ActionSummaryListContainerProps>;
|
|
8
|
+
export {};
|