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,74 @@
|
|
|
1
|
+
import { NodeGroupTypeEnums } from '../../enums/unitySystemEnums';
|
|
2
|
+
import { default as GroupNode } from '../../models/GroupNode';
|
|
3
|
+
export function makeTreeStructure(treeData: any, key: any, parentKey: any, parentGroupKey?: string): any;
|
|
4
|
+
export function makeTreeStaticGroupStructure(treeData: any, key: any, parentKey: any, groupType: NodeGroupTypeEnums | undefined, hideEmptyGroups: any): any;
|
|
5
|
+
export function makeDynamicGroupStructures(treeStructure: any, results: any): any[];
|
|
6
|
+
export function makeDynamicTreeStructure(treeData: any, key: any, parentKey: any): any;
|
|
7
|
+
export function getIconFromName(name: any): any;
|
|
8
|
+
export function findLastNode(tree: any): any;
|
|
9
|
+
export function searchTree(tree: any, id: any): any;
|
|
10
|
+
export function deleteNode(treeData: any, nodeId: any): any[];
|
|
11
|
+
export function deleteNodeAndChildren(treeData: any, nodeId: any): any[];
|
|
12
|
+
export function getAllChildrenNodesToDelete(treeData: any, nodeId: any, nodeIdsToDelete: any): void;
|
|
13
|
+
export function processCatalogObjectKeysInOrder(tree: any, keys: any): void;
|
|
14
|
+
export function processOrderedTreeData(tree: any, treeData: any): void;
|
|
15
|
+
export function processObjectToTree(result: any, treeData: any, objectReferenceKeys: any, treeList: any, catalogObjects: any, promotedEntities: any, wasLazyLoaded: any): void;
|
|
16
|
+
export function processReferences(reference: any, objectReferenceKeys: any, treeData: any, index: any, treeList: any, parentId: any, catalogObjects: any, promotedEntities: any, wasLazyLoaded: any): void;
|
|
17
|
+
export function processObjIndex(node: any, obj: any, index: any, parentId: any, catalogObjects: any, promotedEntities: any, wasLazyLoaded: any): void;
|
|
18
|
+
export function getLazyLoadChildrenArr(node: any, catalogObjects: any, promotedEntities: any): any[];
|
|
19
|
+
export function formatTreeMenuItem(responseObject: any, treeStructure: any, catalogObjects: any, promotedEntities: any, associatedInquiryTree: any, wasLazyLoaded: any): any;
|
|
20
|
+
export function expandAllNodes(tree: any): void;
|
|
21
|
+
export function collapseAllNodes(tree: any): void;
|
|
22
|
+
export function findAllParentIds(menuItems: any, currentParentNode: any, allParentIds?: any[]): any[];
|
|
23
|
+
export function formatTreeLabel(label: any, obj: any): any;
|
|
24
|
+
export function getDisplayName(node: any, obj: any): any;
|
|
25
|
+
export function getDisplayDetails(node: any, obj: any): any;
|
|
26
|
+
export function getHeaderTitle(node: any, obj: any): any;
|
|
27
|
+
export function searchForMatchingNode(tree: any, nodeObj?: {}, searchIdentifiers?: any[]): any;
|
|
28
|
+
export function getNodeIdForRightBorder(expandedNodeIds: any, node: any, parentId: any): any;
|
|
29
|
+
export function findNodeById(tree: any, id: any): any;
|
|
30
|
+
export function findNodeByIdAndLabel(tree: any, id: any, label: any): any;
|
|
31
|
+
export function findNodesByIdAndLabel(tree: any, id: any, label: any): any[];
|
|
32
|
+
export function processItemForStaticNodeGroup(nodeGroup: any, item: any, groupedItemIndexes: any, displayTree: any, index: any, scopedGroupItemIndexes: Set<any> | undefined, treeList: any, nodeChildren?: any[]): {
|
|
33
|
+
itemAdded: any;
|
|
34
|
+
nodeChildren: any[];
|
|
35
|
+
};
|
|
36
|
+
export function constructStaticNodeGroups(tree: any, shouldUseNewId?: boolean): GroupNode[];
|
|
37
|
+
export function getOrderedDynamicGroups(tree: any, shouldUseNewId?: boolean): any[];
|
|
38
|
+
export function constructDynamicNodeGroups(results: any, tree: any, shouldUseNewId?: boolean): any[];
|
|
39
|
+
export function constructBusinessObjectArrFromTree(node: any, businessObjects?: any[]): any[];
|
|
40
|
+
export function processItemForDynamicNodeGroups(displayTree: any, node: any, groupNodes: any, previousFilteredGroups?: any[], isSingleGroup?: boolean): void;
|
|
41
|
+
export function updateTreeIds(node: any, lastEntityNodeId: any, newId?: any, newParentId?: any): void;
|
|
42
|
+
export function mapNodeGroupChildren(nodeGroup: any, nodeGroupChildren?: any[]): any;
|
|
43
|
+
export function checkNodeIsHidden(node: any, item: any, wasLazyLoaded?: boolean): boolean;
|
|
44
|
+
export function constructPreloadedTree(treeStructure: any, pageList: any): any[] | null;
|
|
45
|
+
export function constructDynamicNodeGroups2(results: any, configNode: any, parentId?: null): any[];
|
|
46
|
+
export function transformMenuPageTree(node: any): {
|
|
47
|
+
id: any;
|
|
48
|
+
parentId: any;
|
|
49
|
+
isExpanded: boolean;
|
|
50
|
+
properties: {
|
|
51
|
+
defaultIcon: {
|
|
52
|
+
type: string;
|
|
53
|
+
name: any;
|
|
54
|
+
color: string;
|
|
55
|
+
};
|
|
56
|
+
nodeLabel: any;
|
|
57
|
+
nodeSubLabel: string;
|
|
58
|
+
page: {
|
|
59
|
+
id: any;
|
|
60
|
+
entity: {
|
|
61
|
+
entityName: any;
|
|
62
|
+
};
|
|
63
|
+
pbiReportCode: any;
|
|
64
|
+
udpTagId: any;
|
|
65
|
+
queryId: any;
|
|
66
|
+
inquiryTreeId: any;
|
|
67
|
+
requiredFieldMapping: any;
|
|
68
|
+
};
|
|
69
|
+
aggregateThresholdId: any;
|
|
70
|
+
};
|
|
71
|
+
children: never[];
|
|
72
|
+
} | null;
|
|
73
|
+
export function mapNodeObjValuesToSearchParameters(nodeObj: any, aggregateThresholdParamMappings: any): any;
|
|
74
|
+
export function getSearchValueString(nodeObj: any, searchIdentifier: any): string;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export interface BaseTenant {
|
|
2
|
+
tenantId: string;
|
|
3
|
+
clusterId: number;
|
|
4
|
+
tenantName: string;
|
|
5
|
+
contactEmail?: string | null;
|
|
6
|
+
locked: boolean;
|
|
7
|
+
theme?: string;
|
|
8
|
+
showUnsubscribableProducts: boolean;
|
|
9
|
+
description?: string;
|
|
10
|
+
apiAuthKey: string;
|
|
11
|
+
defaultVerticalId: number;
|
|
12
|
+
tenantType: number;
|
|
13
|
+
}
|
|
14
|
+
export interface Product {
|
|
15
|
+
productId: number;
|
|
16
|
+
name: string;
|
|
17
|
+
isSubscribable: boolean;
|
|
18
|
+
areRolesManaged: boolean;
|
|
19
|
+
}
|
|
20
|
+
export interface Vertical {
|
|
21
|
+
verticalId: number;
|
|
22
|
+
name: string;
|
|
23
|
+
icon: string | null;
|
|
24
|
+
isActive: boolean;
|
|
25
|
+
}
|
|
26
|
+
export interface Tenant extends BaseTenant {
|
|
27
|
+
products: Product[];
|
|
28
|
+
verticals: Vertical[];
|
|
29
|
+
defaultVertical: Vertical;
|
|
30
|
+
userCount: number;
|
|
31
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function FileType(props: any): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function FileUpload(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function formatBytes(bytes: any, decimals?: number): string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export function useAxiosGetQuery(url: any, params: any, config: any, isManual: any): (((config?: import('axios').AxiosRequestConfig<any> | undefined, options?: import('axios-hooks').RefetchOptions | undefined) => import('axios').AxiosPromise<any>) | {
|
|
2
|
+
data: any;
|
|
3
|
+
loading: boolean;
|
|
4
|
+
error: import('axios').AxiosError<any, any> | undefined;
|
|
5
|
+
})[];
|
|
6
|
+
export function useAxiosGet(baseURL: any, url: any, config: {} | undefined, isManual: any, useCache?: boolean): (((config?: import('axios').AxiosRequestConfig<any> | undefined, options?: import('axios-hooks').RefetchOptions | undefined) => import('axios').AxiosPromise<any>) | {
|
|
7
|
+
data: any;
|
|
8
|
+
loading: boolean;
|
|
9
|
+
error: import('axios').AxiosError<any, any> | undefined;
|
|
10
|
+
})[];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export function useAxiosMutate(baseURL: any, url: any, config: any): (((config?: import('axios').AxiosRequestConfig<any> | undefined, options?: import('axios-hooks').RefetchOptions | undefined) => import('axios').AxiosPromise<any>) | {
|
|
2
|
+
data: any;
|
|
3
|
+
loading: boolean;
|
|
4
|
+
error: import('axios').AxiosError<any, any> | undefined;
|
|
5
|
+
})[];
|
|
6
|
+
export function apiMutate(baseURL: any, url: any, config: any, data: any): Promise<import('axios').AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* React hook that returns the device's current pixel ratio according to `window.devicePixelRatio`
|
|
3
|
+
*
|
|
4
|
+
* This hook will automatically re-render a component if `window.devicePixelRatio` changes (due to monitor preference changes or moving windows between monitors).
|
|
5
|
+
*/
|
|
6
|
+
export default function useDevicePixelRatio(): number;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface GravatarOptions {
|
|
2
|
+
size: number;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Provides the url to a Gravatar image for an email
|
|
6
|
+
*
|
|
7
|
+
* - Returns null until the image has preloaded so letter avatars can be displayed while loading
|
|
8
|
+
* - Returns null if the email does not have a Gravatar (the loaded image is a 404)
|
|
9
|
+
*/
|
|
10
|
+
export default function useGravatar(email: string, { size }: GravatarOptions): string | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function usePrevious(value: any): any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const InquiryHeaderControlTarget: {
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
|
+
as?: Type | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
as: Type;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
|
+
as?: "div" | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export function InquiryHeaderControl(props: any): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const InquiryHeaderSecondaryTarget: {
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
|
+
as?: Type | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
as: Type;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
|
+
as?: "div" | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export function InquiryHeaderSecondary(props: any): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const InquiryHeaderSecondaryAlertTarget: {
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
|
+
as?: Type | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
as: Type;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
|
+
as?: "div" | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export function InquiryHeaderSecondaryAlert(props: any): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const InquiryHeaderTitleTarget: {
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
|
+
as?: Type | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
as: Type;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
|
+
as?: "div" | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export function InquiryHeaderTitle(props: any): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const SubHeaderActionsTarget: {
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
|
+
as?: Type | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
as: Type;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
|
+
as?: "div" | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export function SubHeaderAction(props: any): JSX.Element;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const UtilityBarInportTarget: {
|
|
2
|
+
<Type extends "symbol" | "object" | "form" | "input" | "select" | "textarea" | import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentType<any> | "search" | "big" | "link" | "small" | "sub" | "sup" | "data" | "meta" | "style" | "center" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "caption" | "button" | "p" | "a" | "abbr" | "address" | "area" | "article" | "aside" | "audio" | "b" | "base" | "bdi" | "bdo" | "blockquote" | "body" | "br" | "canvas" | "cite" | "code" | "col" | "colgroup" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "embed" | "fieldset" | "figcaption" | "figure" | "footer" | "head" | "header" | "hgroup" | "hr" | "html" | "i" | "iframe" | "img" | "ins" | "kbd" | "keygen" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "menuitem" | "meter" | "nav" | "noindex" | "noscript" | "ol" | "optgroup" | "option" | "output" | "param" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "slot" | "script" | "section" | "source" | "span" | "strong" | "summary" | "table" | "template" | "tbody" | "td" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "track" | "u" | "ul" | "var" | "video" | "wbr" | "webview" | "svg" | "animate" | "animateMotion" | "animateTransform" | "circle" | "clipPath" | "defs" | "desc" | "ellipse" | "feBlend" | "feColorMatrix" | "feComponentTransfer" | "feComposite" | "feConvolveMatrix" | "feDiffuseLighting" | "feDisplacementMap" | "feDistantLight" | "feDropShadow" | "feFlood" | "feFuncA" | "feFuncB" | "feFuncG" | "feFuncR" | "feGaussianBlur" | "feImage" | "feMerge" | "feMergeNode" | "feMorphology" | "feOffset" | "fePointLight" | "feSpecularLighting" | "feSpotLight" | "feTile" | "feTurbulence" | "filter" | "foreignObject" | "g" | "image" | "line" | "linearGradient" | "marker" | "mask" | "metadata" | "mpath" | "path" | "pattern" | "polygon" | "polyline" | "radialGradient" | "rect" | "set" | "stop" | "switch" | "text" | "textPath" | "tspan" | "use" | "view">(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').ComponentProps<Type>, "as"> & {
|
|
3
|
+
as?: Type | undefined;
|
|
4
|
+
} & {
|
|
5
|
+
as: Type;
|
|
6
|
+
}): JSX.Element;
|
|
7
|
+
(props: Omit<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').DetailedHTMLProps<import('.pnpm/@types+react@18.3.23/node_modules/@types/react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "as"> & {
|
|
8
|
+
as?: "div" | undefined;
|
|
9
|
+
}): JSX.Element;
|
|
10
|
+
};
|
|
11
|
+
export function UtilityBarInport(props: any): JSX.Element;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export function getWorkflowTaskIconByActionType(type: any): string;
|
|
2
|
+
export function getWorkflowTaskStateIconByStateType(type: any): string;
|
|
3
|
+
export function getWorkflowTaskStateIconColorByStateType(type: any): string;
|
|
4
|
+
export function transformWorkflowPlayTree(node: any): {
|
|
5
|
+
id: any;
|
|
6
|
+
parentId: any;
|
|
7
|
+
isExpanded: string;
|
|
8
|
+
isSelectable: boolean;
|
|
9
|
+
properties: {
|
|
10
|
+
defaultIcon: {
|
|
11
|
+
type: string;
|
|
12
|
+
name: string;
|
|
13
|
+
color: string;
|
|
14
|
+
};
|
|
15
|
+
conditionalIcon: {
|
|
16
|
+
type: string;
|
|
17
|
+
name: string | false;
|
|
18
|
+
color: string | false;
|
|
19
|
+
};
|
|
20
|
+
nodeLabel: any;
|
|
21
|
+
nodeSubLabel: any;
|
|
22
|
+
state: any;
|
|
23
|
+
type: any;
|
|
24
|
+
interruptPages: any;
|
|
25
|
+
playSceneId: any;
|
|
26
|
+
startedAt: any;
|
|
27
|
+
endedAt: any;
|
|
28
|
+
dueDate: any;
|
|
29
|
+
variables: any;
|
|
30
|
+
sms: {
|
|
31
|
+
templateData: any;
|
|
32
|
+
to: any;
|
|
33
|
+
from: any;
|
|
34
|
+
body: any;
|
|
35
|
+
} | null;
|
|
36
|
+
email: {
|
|
37
|
+
templateData: any;
|
|
38
|
+
to: any;
|
|
39
|
+
from: any;
|
|
40
|
+
subject: any;
|
|
41
|
+
text: any;
|
|
42
|
+
html: any;
|
|
43
|
+
} | null;
|
|
44
|
+
};
|
|
45
|
+
children: never[];
|
|
46
|
+
} | null;
|
|
47
|
+
export function updateWorkflowPlayNodeState(node: any, nodeId: any, nodeState: any): any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function WorkflowContainer(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function WorkflowContent(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function WorkflowUiInterruptContent(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function WorkflowTaskFlow(props: any): JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function WorkflowTreeMenu(props: any): JSX.Element | null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function WorkflowTreeMenuItem(props: any): JSX.Element;
|
package/package.json
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "udp-react-enterprise-component-library",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "React-based UI component library implementing Fluent UI design for Univerus internal projects",
|
|
5
|
+
"author": "Univerus",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "azure-devops://private"
|
|
11
|
+
},
|
|
12
|
+
"module": "dist/index.modern.js",
|
|
13
|
+
"source": "src/index.ts",
|
|
14
|
+
"types": "dist/index.d.ts",
|
|
15
|
+
"exports": {
|
|
16
|
+
".": {
|
|
17
|
+
"import": "./dist/index.modern.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"node": ">=10"
|
|
22
|
+
},
|
|
23
|
+
"files": [
|
|
24
|
+
"dist",
|
|
25
|
+
".yalc"
|
|
26
|
+
],
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@date-io/date-fns": "1.3.13",
|
|
29
|
+
"@material-ui/core": "^4.11.0",
|
|
30
|
+
"@material-ui/icons": "^4.11.2",
|
|
31
|
+
"@material-ui/lab": "^4.0.0-alpha.57",
|
|
32
|
+
"@material-ui/pickers": "^3.3.10",
|
|
33
|
+
"@material-vega/core": "^0.1.0",
|
|
34
|
+
"@material-vega/material-ui": "^0.2.1",
|
|
35
|
+
"axios": "^0.27.2",
|
|
36
|
+
"date-fns": "^2.0.0-beta.5",
|
|
37
|
+
"eslint": "^6.8.0",
|
|
38
|
+
"eslint-config-prettier": "^6.7.0",
|
|
39
|
+
"eslint-config-standard": "^14.1.0",
|
|
40
|
+
"eslint-config-standard-react": "^9.2.0",
|
|
41
|
+
"eslint-plugin-import": "^2.18.2",
|
|
42
|
+
"eslint-plugin-node": "^11.0.0",
|
|
43
|
+
"eslint-plugin-prettier": "^3.1.1",
|
|
44
|
+
"eslint-plugin-promise": "^4.2.1",
|
|
45
|
+
"eslint-plugin-react": "^7.17.0",
|
|
46
|
+
"eslint-plugin-standard": "^4.0.1",
|
|
47
|
+
"i18next": "^19.8.3",
|
|
48
|
+
"notistack": "^1.0.10",
|
|
49
|
+
"npm-run-all": "^4.1.5",
|
|
50
|
+
"prettier": "^2.0.4",
|
|
51
|
+
"react": "^18.2.0",
|
|
52
|
+
"react-dom": "^18.2.0",
|
|
53
|
+
"react-i18next": "^11.18.6",
|
|
54
|
+
"react-is": "^17.0.1",
|
|
55
|
+
"react-router-dom": "^5.2.0",
|
|
56
|
+
"sass": "^1.32.11"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@babel/core": "^7.12.3",
|
|
60
|
+
"@babel/eslint-parser": "^7.5.4",
|
|
61
|
+
"@types/luxon": "^3.4.2",
|
|
62
|
+
"@types/node": "^20.12.12",
|
|
63
|
+
"@types/react-grid-layout": "^0.17.2",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
65
|
+
"@vitejs/plugin-react": "^3.1.0",
|
|
66
|
+
"eslint": "^8.1.0",
|
|
67
|
+
"eslint-config-react-app": "^6.0.0",
|
|
68
|
+
"eslint-plugin-filenames": "^1.3.2",
|
|
69
|
+
"eslint-plugin-flowtype": "^8.0.2",
|
|
70
|
+
"eslint-plugin-import": "^2.25.2",
|
|
71
|
+
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
72
|
+
"eslint-plugin-react": "^7.32.2",
|
|
73
|
+
"eslint-plugin-react-hooks": "^4.2.0",
|
|
74
|
+
"gh-pages": "^2.2.0",
|
|
75
|
+
"npm-dts": "^1.3.10",
|
|
76
|
+
"rollup-plugin-sourcemaps": "^0.6.3",
|
|
77
|
+
"shx": "^0.3.4",
|
|
78
|
+
"typescript": "^4.4.4",
|
|
79
|
+
"vite": "^7.0.0",
|
|
80
|
+
"vite-plugin-dts": "^4.5.4",
|
|
81
|
+
"vite-plugin-environment": "^1.1.3",
|
|
82
|
+
"vite-plugin-externalize-deps": "^0.5.0",
|
|
83
|
+
"vite-plugin-svgr": "^2.4.0"
|
|
84
|
+
},
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"@ag-grid-community/core": "^26.2.0",
|
|
87
|
+
"@ag-grid-community/react": "^26.2.0",
|
|
88
|
+
"@ag-grid-enterprise/all-modules": "^26.2.0",
|
|
89
|
+
"@ag-grid-enterprise/core": "^26.2.0",
|
|
90
|
+
"@ag-grid-enterprise/excel-export": "^26.2.0",
|
|
91
|
+
"@ag-grid-enterprise/server-side-row-model": "^32.3.5",
|
|
92
|
+
"@amcharts/amcharts5": "^5.9.9",
|
|
93
|
+
"@azure/msal-browser": "^3.9.0",
|
|
94
|
+
"@azure/msal-react": "^2.0.11",
|
|
95
|
+
"@ckeditor/ckeditor5-build-classic": "^36.0.1",
|
|
96
|
+
"@ckeditor/ckeditor5-react": "^5.1.0",
|
|
97
|
+
"@extra-number/round": "^1.3.9",
|
|
98
|
+
"@fluentui/react-icons": "^0.3.9",
|
|
99
|
+
"@types/gravatar": "^1.8.3",
|
|
100
|
+
"@types/invariant": "^2.2.34",
|
|
101
|
+
"@types/payment": "^2.1.4",
|
|
102
|
+
"@typescript-eslint/parser": "^8.34.0",
|
|
103
|
+
"axios": "^0.27.2",
|
|
104
|
+
"axios-hooks": "^2.1.0",
|
|
105
|
+
"babel-eslint": "^10.1.0",
|
|
106
|
+
"broadcast-channel": "^4.17.0",
|
|
107
|
+
"clsx": "^2.1.1",
|
|
108
|
+
"final-form": "^4.20.1",
|
|
109
|
+
"final-form-arrays": "^3.1.0",
|
|
110
|
+
"gravatar": "^1.8.1",
|
|
111
|
+
"image-promise": "^7.0.1",
|
|
112
|
+
"invariant": "^2.2.4",
|
|
113
|
+
"json-logic-js": "^2.0.1",
|
|
114
|
+
"leaflet": "^1.7.1",
|
|
115
|
+
"leaflet.markercluster": "^1.5.3",
|
|
116
|
+
"lodash": "^4.17.15",
|
|
117
|
+
"luxon": "^2.0.2",
|
|
118
|
+
"material-ui-popup-state": "^1.9.3",
|
|
119
|
+
"nodemon": "^2.0.22",
|
|
120
|
+
"npm-run-all": "^4.1.5",
|
|
121
|
+
"ol": "^8.2.0",
|
|
122
|
+
"payment": "^2.4.6",
|
|
123
|
+
"pluralize": "^8.0.0",
|
|
124
|
+
"powerbi-report-component": "^2.6.1",
|
|
125
|
+
"proj4": "^2.9.0",
|
|
126
|
+
"prop-types": "^15.7.2",
|
|
127
|
+
"re-resizable": "^6.9.9",
|
|
128
|
+
"react-color": "^2.19.3",
|
|
129
|
+
"react-date-range": "^2.0.0-alpha.4",
|
|
130
|
+
"react-device-detect": "^2.2.3",
|
|
131
|
+
"react-diff-viewer": "^3.1.1",
|
|
132
|
+
"react-dnd": "^16.0.1",
|
|
133
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
134
|
+
"react-dropzone": "^14.2.3",
|
|
135
|
+
"react-final-form": "^6.5.2",
|
|
136
|
+
"react-final-form-arrays": "^3.1.4",
|
|
137
|
+
"react-grid-layout": "1.5.1",
|
|
138
|
+
"react-html-parser": "^2.0.2",
|
|
139
|
+
"react-infinite-scroll-component": "^6.1.0",
|
|
140
|
+
"react-is": "^17.0.2",
|
|
141
|
+
"react-leaflet": "^3.2.2",
|
|
142
|
+
"react-leaflet-enhanced-marker": "^1.0.21",
|
|
143
|
+
"react-leaflet-markercluster": "^3.0.0-rc1",
|
|
144
|
+
"react-pdf": "^5.7.2",
|
|
145
|
+
"react-range-slider-input": "^3.0.7",
|
|
146
|
+
"react-resizable": "^3.0.4",
|
|
147
|
+
"react-sparklines": "^1.7.0",
|
|
148
|
+
"react-spinners": "^0.13.6",
|
|
149
|
+
"react-teleporter": "^3.1.0",
|
|
150
|
+
"react-use": "^15.3.4",
|
|
151
|
+
"react-vega": "^7.4.2",
|
|
152
|
+
"sass": "^1.32.11",
|
|
153
|
+
"timeago-react": "^3.0.1",
|
|
154
|
+
"use-constant": "^1.1.0",
|
|
155
|
+
"uuid": "^8.1.0",
|
|
156
|
+
"vega": "^5.22.1",
|
|
157
|
+
"vega-lite": "^5.5.0",
|
|
158
|
+
"warning": "^4.0.3",
|
|
159
|
+
"xlsx": "^0.18.5",
|
|
160
|
+
"zustand": "^4.3.7",
|
|
161
|
+
"udp-react-stencil-component-library": "1.0.0"
|
|
162
|
+
},
|
|
163
|
+
"scripts": {
|
|
164
|
+
"build": "vite build",
|
|
165
|
+
"build:dev": "vite build --sourcemap",
|
|
166
|
+
"start": "nodemon --watch src -e js,ts,jsx,tsx,json,css --exec npx yarn localPublish",
|
|
167
|
+
"start:stencil": "node startStencil.js",
|
|
168
|
+
"test": "run-s test:unit test:lint test:build",
|
|
169
|
+
"test:build": "run-s build",
|
|
170
|
+
"test:lint": "eslint .",
|
|
171
|
+
"predeploy": "cd example && yarn install && yarn run build",
|
|
172
|
+
"deploy": "gh-pages -d example/build",
|
|
173
|
+
"storybook": "start-storybook -p 6006 --no-dll",
|
|
174
|
+
"build-storybook": "build-storybook --no-dll"
|
|
175
|
+
}
|
|
176
|
+
}
|