udp-react-enterprise-component-library 26.1.0-beta.0 → 26.1.0-beta.10
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 +105 -304
- package/dist/AGLicense.mjs.map +1 -1
- package/dist/UI/AlertContainer.mjs +89 -20
- package/dist/UI/AlertContainer.mjs.map +1 -1
- package/dist/UI/Box.mjs +9 -1
- package/dist/UI/Box.mjs.map +1 -1
- package/dist/UI/Grid.mjs +34 -7
- package/dist/UI/Grid.mjs.map +1 -1
- package/dist/UI/SuccessAction.mjs.map +1 -1
- package/dist/UI/accordion/Accordion.mjs +284 -87
- package/dist/UI/accordion/Accordion.mjs.map +1 -1
- package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts +7 -1
- package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.d.ts.map +1 -1
- package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.js +15 -13
- package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.js.map +1 -1
- package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.mjs +27 -11
- package/dist/UI/advancedSearchBuilder/UdpAdvancedSearchBuilder.mjs.map +1 -1
- package/dist/UI/charts/InsightRenderer.mjs +1 -1
- package/dist/UI/charts/InsightRenderer.mjs.map +1 -1
- package/dist/UI/charts/amcharts/UdpBarChart.mjs +9 -1
- package/dist/UI/charts/amcharts/UdpBarChart.mjs.map +1 -1
- package/dist/UI/charts/amcharts/UdpDistributionChart.mjs +9 -1
- package/dist/UI/charts/amcharts/UdpDistributionChart.mjs.map +1 -1
- package/dist/UI/charts/amcharts/UdpDonutChart.mjs +9 -1
- package/dist/UI/charts/amcharts/UdpDonutChart.mjs.map +1 -1
- package/dist/UI/charts/amcharts/UdpLineChart.mjs +9 -1
- package/dist/UI/charts/amcharts/UdpLineChart.mjs.map +1 -1
- package/dist/UI/charts/amcharts/UdpSankeyChart.mjs +12 -4
- package/dist/UI/charts/amcharts/UdpSankeyChart.mjs.map +1 -1
- package/dist/UI/charts/amcharts/UdpXYMultiSeriesChart.mjs +9 -1
- package/dist/UI/charts/amcharts/UdpXYMultiSeriesChart.mjs.map +1 -1
- package/dist/UI/components/dataDisplay/Ellipse.mjs +10 -1
- package/dist/UI/components/dataDisplay/Ellipse.mjs.map +1 -1
- package/dist/UI/components/dataDisplay/EmailDisplay.mjs +80 -17
- package/dist/UI/components/dataDisplay/EmailDisplay.mjs.map +1 -1
- package/dist/UI/components/dataDisplay/SmsDisplay.mjs +129 -31
- package/dist/UI/components/dataDisplay/SmsDisplay.mjs.map +1 -1
- package/dist/UI/components/dataDisplay/Sticky.mjs +51 -15
- package/dist/UI/components/dataDisplay/Sticky.mjs.map +1 -1
- package/dist/UI/components/dataDisplay/Token.mjs +104 -30
- package/dist/UI/components/dataDisplay/Token.mjs.map +1 -1
- package/dist/UI/components/feedback/Adornment.mjs +9 -1
- package/dist/UI/components/feedback/Adornment.mjs.map +1 -1
- package/dist/UI/containers/DynamicContainerWithMenu.mjs +20 -20
- package/dist/UI/containers/DynamicContainerWithMenu.mjs.map +1 -1
- package/dist/UI/dataDisplay/AmbientList.mjs +102 -44
- package/dist/UI/dataDisplay/AmbientList.mjs.map +1 -1
- package/dist/UI/dataDisplay/AvatarAlphabet.mjs +497 -157
- package/dist/UI/dataDisplay/AvatarAlphabet.mjs.map +1 -1
- package/dist/UI/dataDisplay/ChipAlphabet.mjs +886 -339
- package/dist/UI/dataDisplay/ChipAlphabet.mjs.map +1 -1
- package/dist/UI/dataDisplay/CompactDataList.mjs +22 -6
- package/dist/UI/dataDisplay/CompactDataList.mjs.map +1 -1
- package/dist/UI/dataDisplay/CompactDataListItem.mjs +36 -8
- package/dist/UI/dataDisplay/CompactDataListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/EmptyStateDisplay.mjs +90 -23
- package/dist/UI/dataDisplay/EmptyStateDisplay.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentActivity/FluentActivity.mjs +126 -18
- package/dist/UI/dataDisplay/FluentActivity/FluentActivity.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.mjs +14 -1
- package/dist/UI/dataDisplay/FluentActivity/FluentActivityRow.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.mjs +23 -4
- package/dist/UI/dataDisplay/FluentDataTable/FluentBody/index.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.mjs +181 -29
- package/dist/UI/dataDisplay/FluentDataTable/FluentCell/index.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentDataTable.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.mjs +25 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentHead/index.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.mjs +42 -7
- package/dist/UI/dataDisplay/FluentDataTable/FluentRow/index.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentListElement.mjs +71 -14
- package/dist/UI/dataDisplay/FluentListElement.mjs.map +1 -1
- package/dist/UI/dataDisplay/FluentListItem.mjs +218 -40
- package/dist/UI/dataDisplay/FluentListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/GraphCard/GraphCard.mjs +107 -19
- package/dist/UI/dataDisplay/GraphCard/GraphCard.mjs.map +1 -1
- package/dist/UI/dataDisplay/HeaderExpander.mjs +68 -10
- package/dist/UI/dataDisplay/HeaderExpander.mjs.map +1 -1
- package/dist/UI/dataDisplay/SummaryBlock.mjs +86 -32
- package/dist/UI/dataDisplay/SummaryBlock.mjs.map +1 -1
- package/dist/UI/dataDisplay/UdpDetailList.mjs +9 -1
- package/dist/UI/dataDisplay/UdpDetailList.mjs.map +1 -1
- package/dist/UI/dataDisplay/UdpDetailListItem.mjs +9 -1
- package/dist/UI/dataDisplay/UdpDetailListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/address/AddressListItem.mjs +27 -5
- package/dist/UI/dataDisplay/address/AddressListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/calendar/TimelineCalendar.mjs +15 -2
- package/dist/UI/dataDisplay/calendar/TimelineCalendar.mjs.map +1 -1
- package/dist/UI/dataDisplay/cardList/CardList.mjs +89 -24
- package/dist/UI/dataDisplay/cardList/CardList.mjs.map +1 -1
- package/dist/UI/dataDisplay/cardList/enum.mjs.map +1 -1
- package/dist/UI/dataDisplay/directory/Directory.mjs +40 -27
- package/dist/UI/dataDisplay/directory/Directory.mjs.map +1 -1
- package/dist/UI/dataDisplay/directory/DirectoryListItem.mjs +33 -2
- package/dist/UI/dataDisplay/directory/DirectoryListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/EntityHeader.mjs +233 -109
- package/dist/UI/dataDisplay/entityHeader/EntityHeader.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.mjs +68 -25
- package/dist/UI/dataDisplay/entityHeader/functions/useElementWidth.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.mjs +172 -55
- package/dist/UI/dataDisplay/entityHeader/ui/AlertPill.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.mjs +36 -8
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderContainer.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.mjs +50 -12
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderFlags.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.mjs +20 -3
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderList.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.mjs +57 -18
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.mjs +53 -12
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderSection.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.mjs +25 -6
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatList.mjs.map +1 -1
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.mjs +81 -22
- package/dist/UI/dataDisplay/entityHeader/ui/EntityHeaderStatListItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/map/ColorKey.mjs +35 -5
- package/dist/UI/dataDisplay/map/ColorKey.mjs.map +1 -1
- package/dist/UI/dataDisplay/map/FluentIconKey.mjs +39 -9
- package/dist/UI/dataDisplay/map/FluentIconKey.mjs.map +1 -1
- package/dist/UI/dataDisplay/map/IconKey.mjs +23 -5
- package/dist/UI/dataDisplay/map/IconKey.mjs.map +1 -1
- package/dist/UI/dataDisplay/notes/Note.mjs +98 -12
- package/dist/UI/dataDisplay/notes/Note.mjs.map +1 -1
- package/dist/UI/dataDisplay/notes/Notes.mjs +21 -5
- package/dist/UI/dataDisplay/notes/Notes.mjs.map +1 -1
- package/dist/UI/dataDisplay/status/StatusChip.mjs +56 -17
- package/dist/UI/dataDisplay/status/StatusChip.mjs.map +1 -1
- package/dist/UI/dataDisplay/status/StatusFlags.mjs +116 -38
- package/dist/UI/dataDisplay/status/StatusFlags.mjs.map +1 -1
- package/dist/UI/dataDisplay/ticketCard/NotificationElement.mjs +25 -2
- package/dist/UI/dataDisplay/ticketCard/NotificationElement.mjs.map +1 -1
- package/dist/UI/dataDisplay/ticketCard/StatusLineItem.mjs +78 -10
- package/dist/UI/dataDisplay/ticketCard/StatusLineItem.mjs.map +1 -1
- package/dist/UI/dataDisplay/ticketCard/TicketCard.mjs +82 -18
- package/dist/UI/dataDisplay/ticketCard/TicketCard.mjs.map +1 -1
- package/dist/UI/dataDisplay/typography/FormHeaders.mjs +33 -2
- package/dist/UI/dataDisplay/typography/FormHeaders.mjs.map +1 -1
- package/dist/UI/dataDisplay/typography/SideSheetHeader.mjs +164 -37
- package/dist/UI/dataDisplay/typography/SideSheetHeader.mjs.map +1 -1
- package/dist/UI/dataDisplay/typography/SidebarHeader.mjs +174 -39
- package/dist/UI/dataDisplay/typography/SidebarHeader.mjs.map +1 -1
- package/dist/UI/dataDisplay/typography/StandardTitle.mjs +27 -7
- package/dist/UI/dataDisplay/typography/StandardTitle.mjs.map +1 -1
- package/dist/UI/dataDisplay/typography/StylizedTitle.mjs +33 -8
- package/dist/UI/dataDisplay/typography/StylizedTitle.mjs.map +1 -1
- package/dist/UI/dataDisplay/typography/Typography.mjs +31 -8
- package/dist/UI/dataDisplay/typography/Typography.mjs.map +1 -1
- package/dist/UI/dataDisplay/visualization/AmbientVisualizer.mjs +571 -188
- package/dist/UI/dataDisplay/visualization/AmbientVisualizer.mjs.map +1 -1
- package/dist/UI/dataDisplay/visualization/GaugeGraph.mjs +618 -280
- package/dist/UI/dataDisplay/visualization/GaugeGraph.mjs.map +1 -1
- package/dist/UI/dataDisplay/visualization/RatioVisulization.mjs +73 -14
- package/dist/UI/dataDisplay/visualization/RatioVisulization.mjs.map +1 -1
- package/dist/UI/dataDisplay/visualization/amCharts/AmChart.mjs +176 -55
- package/dist/UI/dataDisplay/visualization/amCharts/AmChart.mjs.map +1 -1
- package/dist/UI/feedback/AmbientAlert.mjs +90 -18
- package/dist/UI/feedback/AmbientAlert.mjs.map +1 -1
- package/dist/UI/feedback/AmbientToast.mjs +125 -30
- package/dist/UI/feedback/AmbientToast.mjs.map +1 -1
- package/dist/UI/feedback/FluentDialog.mjs +217 -38
- package/dist/UI/feedback/FluentDialog.mjs.map +1 -1
- package/dist/UI/feedback/MenuLoader.mjs +35 -13
- package/dist/UI/feedback/MenuLoader.mjs.map +1 -1
- package/dist/UI/feedback/NodeLoader.mjs +56 -19
- package/dist/UI/feedback/NodeLoader.mjs.map +1 -1
- package/dist/UI/feedback/PageLoading.mjs +14 -1
- package/dist/UI/feedback/PageLoading.mjs.map +1 -1
- package/dist/UI/fileViewer/FileViewer.mjs.map +1 -1
- package/dist/UI/fileViewer/imageSlider/Image.mjs +45 -10
- package/dist/UI/fileViewer/imageSlider/Image.mjs.map +1 -1
- package/dist/UI/fileViewer/imageSlider/ImageFooter.mjs +62 -35
- package/dist/UI/fileViewer/imageSlider/ImageFooter.mjs.map +1 -1
- package/dist/UI/fileViewer/imageSlider/ImageSlider.mjs +191 -80
- package/dist/UI/fileViewer/imageSlider/ImageSlider.mjs.map +1 -1
- package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.mjs +61 -17
- package/dist/UI/fileViewer/imageSlider/ImageViewerSideSheet.mjs.map +1 -1
- package/dist/UI/fileViewer/pdfViewer/ControlPanel.mjs +301 -63
- package/dist/UI/fileViewer/pdfViewer/ControlPanel.mjs.map +1 -1
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs +94 -45
- package/dist/UI/fileViewer/pdfViewer/PDFViewer.mjs.map +1 -1
- package/dist/UI/fileViewer/utils/fileTypes.mjs.map +1 -1
- package/dist/UI/fileViewer/utils/fileUtils.mjs.map +1 -1
- package/dist/UI/floorplans/CoreLayoutFloorplan.mjs +441 -64
- package/dist/UI/floorplans/CoreLayoutFloorplan.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpAccordion.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpAccordion.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpAutocomplete.mjs +88 -20
- package/dist/UI/fluent-web-components/UdpAutocomplete.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpAvatar.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpAvatar.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpBadge.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpBadge.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpButton.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpButton.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpCard.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpCard.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpCheckbox.mjs +58 -12
- package/dist/UI/fluent-web-components/UdpCheckbox.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpChip.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpChip.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpCompoundButton.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpCompoundButton.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpContainerQuery.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpContainerQuery.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpContainerQueryGrid.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpContainerQueryGrid.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpCounterBadge.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpCounterBadge.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDateInput.mjs +88 -20
- package/dist/UI/fluent-web-components/UdpDateInput.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDatePicker.mjs +38 -8
- package/dist/UI/fluent-web-components/UdpDatePicker.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDateTimeInput.mjs +58 -12
- package/dist/UI/fluent-web-components/UdpDateTimeInput.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDialog.mjs +32 -9
- package/dist/UI/fluent-web-components/UdpDialog.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDivider.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpDivider.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDrawer.mjs +32 -9
- package/dist/UI/fluent-web-components/UdpDrawer.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDropdown.mjs +88 -20
- package/dist/UI/fluent-web-components/UdpDropdown.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpDurationInput.mjs +89 -21
- package/dist/UI/fluent-web-components/UdpDurationInput.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpFlexbox.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpFlexbox.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpIcon.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpIcon.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpIconButton.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpIconButton.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpIconGrid.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpIconGrid.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpImage.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpImage.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpLink.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpLink.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpList.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpList.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpListItem.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpListItem.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpMenu.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpMenu.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpMessageBar.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpMessageBar.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpPopover.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpPopover.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpPrimaryActionHeader.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpPrimaryActionHeader.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpProgressBar.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpProgressBar.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpRadioGroup.mjs +58 -12
- package/dist/UI/fluent-web-components/UdpRadioGroup.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpSearchInput.mjs +88 -20
- package/dist/UI/fluent-web-components/UdpSearchInput.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpSlider.mjs +58 -12
- package/dist/UI/fluent-web-components/UdpSlider.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpSpinner.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpSpinner.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpSwatchPicker.mjs +45 -10
- package/dist/UI/fluent-web-components/UdpSwatchPicker.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpSwitch.mjs +58 -12
- package/dist/UI/fluent-web-components/UdpSwitch.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTablist.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpTablist.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpText.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpText.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTextInput.mjs +88 -20
- package/dist/UI/fluent-web-components/UdpTextInput.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTextarea.mjs +88 -20
- package/dist/UI/fluent-web-components/UdpTextarea.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTimeInput.mjs +93 -21
- package/dist/UI/fluent-web-components/UdpTimeInput.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpToggleButton.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpToggleButton.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTooltip.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpTooltip.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTree.mjs +47 -9
- package/dist/UI/fluent-web-components/UdpTree.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpTreeItem.mjs +66 -6
- package/dist/UI/fluent-web-components/UdpTreeItem.mjs.map +1 -1
- package/dist/UI/fluent-web-components/UdpVerticalSpacer.mjs +9 -1
- package/dist/UI/fluent-web-components/UdpVerticalSpacer.mjs.map +1 -1
- package/dist/UI/fluent-web-components/utils/formEvents.mjs.map +1 -1
- package/dist/UI/forms/CrudForm.mjs +50 -50
- package/dist/UI/forms/CrudForm.mjs.map +1 -1
- package/dist/UI/forms/LoginForm.mjs +165 -52
- package/dist/UI/forms/LoginForm.mjs.map +1 -1
- package/dist/UI/forms/PaymentReversalForm.mjs +7 -7
- package/dist/UI/forms/PaymentReversalForm.mjs.map +1 -1
- package/dist/UI/forms/UdpCrudFormFields.mjs +1 -1
- package/dist/UI/forms/UdpCrudFormFields.mjs.map +1 -1
- package/dist/UI/forms/UdpTransactionEmailForm.mjs +276 -84
- package/dist/UI/forms/UdpTransactionEmailForm.mjs.map +1 -1
- package/dist/UI/forms/VirtualForm.mjs +62 -19
- package/dist/UI/forms/VirtualForm.mjs.map +1 -1
- package/dist/UI/iframe/Iframe.mjs +65 -21
- package/dist/UI/iframe/Iframe.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientCardButton.mjs +64 -8
- package/dist/UI/inputs/buttons/AmbientCardButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientChipButton.mjs +59 -12
- package/dist/UI/inputs/buttons/AmbientChipButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.mjs +41 -7
- package/dist/UI/inputs/buttons/AmbientPopoverMenuItem.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientToggleButton.mjs +54 -8
- package/dist/UI/inputs/buttons/AmbientToggleButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.mjs +123 -32
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroup.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.mjs +126 -32
- package/dist/UI/inputs/buttons/AmbientToggleButtonGroupDefault.mjs.map +1 -1
- package/dist/UI/inputs/buttons/AmbientTokenButton.mjs +55 -14
- package/dist/UI/inputs/buttons/AmbientTokenButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FUISquareIconButton.mjs +13 -4
- package/dist/UI/inputs/buttons/FUISquareIconButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FluentButton.mjs +74 -17
- package/dist/UI/inputs/buttons/FluentButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FluentCompoundButton.mjs +56 -7
- package/dist/UI/inputs/buttons/FluentCompoundButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FluentIconButton.mjs +55 -10
- package/dist/UI/inputs/buttons/FluentIconButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FluentMenuListButton.mjs +98 -7
- package/dist/UI/inputs/buttons/FluentMenuListButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FluentUploadButton.mjs +62 -18
- package/dist/UI/inputs/buttons/FluentUploadButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/FluentUploadIconButton.mjs +64 -19
- package/dist/UI/inputs/buttons/FluentUploadIconButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/IconButtonWithToolTip.mjs +86 -16
- package/dist/UI/inputs/buttons/IconButtonWithToolTip.mjs.map +1 -1
- package/dist/UI/inputs/buttons/PrimaryActionButton.mjs +43 -10
- package/dist/UI/inputs/buttons/PrimaryActionButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/ToolBarButton.mjs +67 -17
- package/dist/UI/inputs/buttons/ToolBarButton.mjs.map +1 -1
- package/dist/UI/inputs/buttons/UdpActionCard/UdpActionCard.mjs +185 -46
- package/dist/UI/inputs/buttons/UdpActionCard/UdpActionCard.mjs.map +1 -1
- package/dist/UI/inputs/calendar/AmbientDateRangeSelector.mjs +51 -12
- package/dist/UI/inputs/calendar/AmbientDateRangeSelector.mjs.map +1 -1
- package/dist/UI/inputs/calendar/AmbientSingleDateSelector.mjs.map +1 -1
- package/dist/UI/inputs/checkbox/FluentCheckbox.mjs +61 -10
- package/dist/UI/inputs/checkbox/FluentCheckbox.mjs.map +1 -1
- package/dist/UI/inputs/dateRangeSelector/UdpDateRangeSelector.mjs +9 -1
- package/dist/UI/inputs/dateRangeSelector/UdpDateRangeSelector.mjs.map +1 -1
- package/dist/UI/inputs/datetimes/DateField.mjs +52 -19
- package/dist/UI/inputs/datetimes/DateField.mjs.map +1 -1
- package/dist/UI/inputs/datetimes/DateTimeField.mjs +51 -18
- package/dist/UI/inputs/datetimes/DateTimeField.mjs.map +1 -1
- package/dist/UI/inputs/datetimes/TimeField.mjs +57 -23
- package/dist/UI/inputs/datetimes/TimeField.mjs.map +1 -1
- package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.mjs +51 -15
- package/dist/UI/inputs/fieldArrayCard/AutocompleteFinalField.mjs.map +1 -1
- package/dist/UI/inputs/fieldArrayCard/DateRangeField.mjs +170 -52
- package/dist/UI/inputs/fieldArrayCard/DateRangeField.mjs.map +1 -1
- package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.mjs +200 -142
- package/dist/UI/inputs/fieldArrayCard/FieldArrayCard.mjs.map +1 -1
- package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.mjs +174 -70
- package/dist/UI/inputs/fieldArrayCard/SearchSideSheet.mjs.map +1 -1
- package/dist/UI/inputs/fieldArrayCard/fieldArrayCardEnum.mjs.map +1 -1
- package/dist/UI/inputs/link/BreadCrumbMenu.mjs +61 -26
- package/dist/UI/inputs/link/BreadCrumbMenu.mjs.map +1 -1
- package/dist/UI/inputs/link/FluentLink.mjs +55 -16
- package/dist/UI/inputs/link/FluentLink.mjs.map +1 -1
- package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.mjs +92 -17
- package/dist/UI/inputs/menus/AmbientStepper/AmbientStepper.mjs.map +1 -1
- package/dist/UI/inputs/menus/AmbientStepper/StepLabel.mjs +154 -24
- package/dist/UI/inputs/menus/AmbientStepper/StepLabel.mjs.map +1 -1
- package/dist/UI/inputs/menus/FluentScrollLoadAutocompleteMenu.mjs.map +1 -1
- package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.mjs +72 -18
- package/dist/UI/inputs/menus/FluentSelectDirectoryMenu.mjs.map +1 -1
- package/dist/UI/inputs/menus/FluentSelectGroupMenu.mjs +73 -18
- package/dist/UI/inputs/menus/FluentSelectGroupMenu.mjs.map +1 -1
- package/dist/UI/inputs/menus/FluentSelectMenu.mjs +89 -14
- package/dist/UI/inputs/menus/FluentSelectMenu.mjs.map +1 -1
- package/dist/UI/inputs/menus/FluentSimpleSelect.mjs +53 -14
- package/dist/UI/inputs/menus/FluentSimpleSelect.mjs.map +1 -1
- package/dist/UI/inputs/pickers/FluentColorPicker.mjs +96 -28
- package/dist/UI/inputs/pickers/FluentColorPicker.mjs.map +1 -1
- package/dist/UI/inputs/pickers/FluentDatePicker.mjs +134 -35
- package/dist/UI/inputs/pickers/FluentDatePicker.mjs.map +1 -1
- package/dist/UI/inputs/pickers/FluentDateTimePicker.mjs +132 -33
- package/dist/UI/inputs/pickers/FluentDateTimePicker.mjs.map +1 -1
- package/dist/UI/inputs/pickers/FluentTimePicker.mjs +104 -24
- package/dist/UI/inputs/pickers/FluentTimePicker.mjs.map +1 -1
- package/dist/UI/inputs/pickers/UdpDateSelector.mjs +58 -15
- package/dist/UI/inputs/pickers/UdpDateSelector.mjs.map +1 -1
- package/dist/UI/inputs/pickers/UdpTimeSelector.mjs +45 -11
- package/dist/UI/inputs/pickers/UdpTimeSelector.mjs.map +1 -1
- package/dist/UI/inputs/radio/FluentRadio.mjs +47 -10
- package/dist/UI/inputs/radio/FluentRadio.mjs.map +1 -1
- package/dist/UI/inputs/radio/FluentRadioGroup.mjs +29 -6
- package/dist/UI/inputs/radio/FluentRadioGroup.mjs.map +1 -1
- package/dist/UI/inputs/richEditors/CkRichEditor.mjs +100 -31
- package/dist/UI/inputs/richEditors/CkRichEditor.mjs.map +1 -1
- package/dist/UI/inputs/sliders/FluentInputSlider.mjs +67 -24
- package/dist/UI/inputs/sliders/FluentInputSlider.mjs.map +1 -1
- package/dist/UI/inputs/textField/AmbientAutoComplete.mjs +58 -50
- package/dist/UI/inputs/textField/AmbientAutoComplete.mjs.map +1 -1
- package/dist/UI/inputs/textField/AmbientTextField.mjs +110 -21
- package/dist/UI/inputs/textField/AmbientTextField.mjs.map +1 -1
- package/dist/UI/inputs/textField/FluentSearchField.mjs +124 -54
- package/dist/UI/inputs/textField/FluentSearchField.mjs.map +1 -1
- package/dist/UI/inputs/textField/FluentTagField.mjs +121 -28
- package/dist/UI/inputs/textField/FluentTagField.mjs.map +1 -1
- package/dist/UI/inputs/textField/FluentTextField.mjs +109 -22
- package/dist/UI/inputs/textField/FluentTextField.mjs.map +1 -1
- package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.mjs +60 -52
- package/dist/UI/inputs/textField/FluentTextFieldAutoComplete.mjs.map +1 -1
- package/dist/UI/inputs/textField/KeyValueTextField.mjs +94 -42
- package/dist/UI/inputs/textField/KeyValueTextField.mjs.map +1 -1
- package/dist/UI/inputs/toggle/FluentToggle.mjs +34 -7
- package/dist/UI/inputs/toggle/FluentToggle.mjs.map +1 -1
- package/dist/UI/loading/CircularProgress.mjs +101 -27
- package/dist/UI/loading/CircularProgress.mjs.map +1 -1
- package/dist/UI/loading/LinearProgress.mjs +101 -27
- package/dist/UI/loading/LinearProgress.mjs.map +1 -1
- package/dist/UI/loading/LoadingIndicator/LoadingIndicator.mjs +36 -13
- package/dist/UI/loading/LoadingIndicator/LoadingIndicator.mjs.map +1 -1
- package/dist/UI/loading/LoadingOverlay.mjs +28 -6
- package/dist/UI/loading/LoadingOverlay.mjs.map +1 -1
- package/dist/UI/mapLayout/MapLayout.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/ActionsRenderer.mjs +25 -8
- package/dist/UI/mapLayout/ui/ActionsRenderer.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/CheckboxGroup.mjs +18 -18
- package/dist/UI/mapLayout/ui/CheckboxGroup.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/CheckboxList.mjs +22 -6
- package/dist/UI/mapLayout/ui/CheckboxList.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/CompactCard.mjs +184 -44
- package/dist/UI/mapLayout/ui/CompactCard.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/ListCard.mjs +79 -17
- package/dist/UI/mapLayout/ui/ListCard.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/ListView.mjs +1 -1
- package/dist/UI/mapLayout/ui/ListView.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/PopoverCard.mjs +321 -78
- package/dist/UI/mapLayout/ui/PopoverCard.mjs.map +1 -1
- package/dist/UI/mapLayout/ui/Statistic.mjs +68 -16
- package/dist/UI/mapLayout/ui/Statistic.mjs.map +1 -1
- package/dist/UI/mapLayout/utilities/MapUtilities.mjs.map +1 -1
- package/dist/UI/maps/UdpMap.mjs +9 -1
- package/dist/UI/maps/UdpMap.mjs.map +1 -1
- package/dist/UI/maps/UdpMapComponent.mjs +9 -1
- package/dist/UI/maps/UdpMapComponent.mjs.map +1 -1
- package/dist/UI/maps/UdpMapToolbar.mjs +9 -1
- package/dist/UI/maps/UdpMapToolbar.mjs.map +1 -1
- package/dist/UI/navigation/FluentSideNav.mjs +177 -50
- package/dist/UI/navigation/FluentSideNav.mjs.map +1 -1
- package/dist/UI/navigation/menus/AppMenu.mjs +34 -10
- package/dist/UI/navigation/menus/AppMenu.mjs.map +1 -1
- package/dist/UI/navigation/menus/AppMenuItem.mjs +222 -53
- package/dist/UI/navigation/menus/AppMenuItem.mjs.map +1 -1
- package/dist/UI/navigation/menus/AppMenuItemComponent.mjs +86 -22
- package/dist/UI/navigation/menus/AppMenuItemComponent.mjs.map +1 -1
- package/dist/UI/navigation/menus/Expander.mjs +106 -19
- package/dist/UI/navigation/menus/Expander.mjs.map +1 -1
- package/dist/UI/navigation/menus/ExpanderItem.mjs +39 -2
- package/dist/UI/navigation/menus/ExpanderItem.mjs.map +1 -1
- package/dist/UI/navigation/menus/FluentMenuListItem.mjs +66 -8
- package/dist/UI/navigation/menus/FluentMenuListItem.mjs.map +1 -1
- package/dist/UI/navigation/tabs/UdpTabPanel.mjs +45 -9
- package/dist/UI/navigation/tabs/UdpTabPanel.mjs.map +1 -1
- package/dist/UI/navigation/tabs/UdpTabUtility.mjs +60 -21
- package/dist/UI/navigation/tabs/UdpTabUtility.mjs.map +1 -1
- package/dist/UI/navigation/tabs/UdpTabs.mjs +22 -22
- package/dist/UI/navigation/tabs/UdpTabs.mjs.map +1 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.mjs +79 -13
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTab.mjs.map +1 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.mjs +46 -8
- package/dist/UI/navigation/tabs/defaultTabs/FluentSimpleTabs.mjs.map +1 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.mjs +56 -8
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabPanel.mjs.map +1 -1
- package/dist/UI/navigation/tabs/defaultTabs/FluentTabUtility.mjs.map +1 -1
- package/dist/UI/property/PropertyFields.mjs +41 -13
- package/dist/UI/property/PropertyFields.mjs.map +1 -1
- package/dist/UI/property/widgets/AutoCompletePropertyWidget.mjs +54 -16
- package/dist/UI/property/widgets/AutoCompletePropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/BooleanPropertyWidget.mjs +29 -5
- package/dist/UI/property/widgets/BooleanPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/DatePropertyWidget.mjs +13 -5
- package/dist/UI/property/widgets/DatePropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/DateTimePropertyWidget.mjs +13 -5
- package/dist/UI/property/widgets/DateTimePropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/FloatPropertyWidget.mjs +44 -7
- package/dist/UI/property/widgets/FloatPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/IntegerPropertyWidget.mjs +37 -8
- package/dist/UI/property/widgets/IntegerPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/MultilineTextPropertyWidget.mjs +14 -6
- package/dist/UI/property/widgets/MultilineTextPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/NumericPropertyWidget.mjs +15 -7
- package/dist/UI/property/widgets/NumericPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/SelectPropertyWidget.mjs +24 -6
- package/dist/UI/property/widgets/SelectPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/TextPropertyWidget.mjs +71 -18
- package/dist/UI/property/widgets/TextPropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/TimePropertyWidget.mjs +13 -5
- package/dist/UI/property/widgets/TimePropertyWidget.mjs.map +1 -1
- package/dist/UI/property/widgets/index.mjs.map +1 -1
- package/dist/UI/stepper/udp-stepper.mjs +11 -1
- package/dist/UI/stepper/udp-stepper.mjs.map +1 -1
- package/dist/UI/support/SupportCaseForm.mjs +26 -26
- package/dist/UI/support/SupportCaseForm.mjs.map +1 -1
- package/dist/UI/support/SupportCaseSideSheet.mjs +32 -12
- package/dist/UI/support/SupportCaseSideSheet.mjs.map +1 -1
- package/dist/UI/surfaces/NestedGrid/NestedGrid.mjs +103 -33
- package/dist/UI/surfaces/NestedGrid/NestedGrid.mjs.map +1 -1
- package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.mjs +33 -7
- package/dist/UI/surfaces/NestedGrid/ui/ExpandRenderer.mjs.map +1 -1
- package/dist/UI/surfaces/SideSheet.mjs +208 -33
- package/dist/UI/surfaces/SideSheet.mjs.map +1 -1
- package/dist/UI/surfaces/cards/AmbientCard/AmbientCard.mjs +319 -71
- package/dist/UI/surfaces/cards/AmbientCard/AmbientCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/AmbientCard/AmbientCardTitle.mjs.map +1 -1
- package/dist/UI/surfaces/cards/BioCard.mjs +150 -22
- package/dist/UI/surfaces/cards/BioCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/InfoCard.mjs +95 -14
- package/dist/UI/surfaces/cards/InfoCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/QuickViewCard.mjs +22 -8
- package/dist/UI/surfaces/cards/QuickViewCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/chartDisplayCards/AmbientSplitStatCard.mjs +188 -28
- package/dist/UI/surfaces/cards/chartDisplayCards/AmbientSplitStatCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/chartDisplayCards/AmbientVisualizationCard.mjs +282 -95
- package/dist/UI/surfaces/cards/chartDisplayCards/AmbientVisualizationCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FUICard.mjs +147 -28
- package/dist/UI/surfaces/cards/fluentCards/FUICard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FUICardHeader.mjs +55 -9
- package/dist/UI/surfaces/cards/fluentCards/FUICardHeader.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FluentCard.mjs +28 -7
- package/dist/UI/surfaces/cards/fluentCards/FluentCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FluentCardActions.mjs +27 -6
- package/dist/UI/surfaces/cards/fluentCards/FluentCardActions.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FluentCardContent.mjs +27 -6
- package/dist/UI/surfaces/cards/fluentCards/FluentCardContent.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FluentCardHeader.mjs +27 -6
- package/dist/UI/surfaces/cards/fluentCards/FluentCardHeader.mjs.map +1 -1
- package/dist/UI/surfaces/cards/fluentCards/FluentCardText.mjs +61 -28
- package/dist/UI/surfaces/cards/fluentCards/FluentCardText.mjs.map +1 -1
- package/dist/UI/surfaces/cards/newsCard/NewsCard.mjs +144 -19
- package/dist/UI/surfaces/cards/newsCard/NewsCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.mjs +95 -21
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderCard.mjs.map +1 -1
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.mjs +59 -2
- package/dist/UI/surfaces/cards/workOrderCard/WorkOrderHeader.mjs.map +1 -1
- package/dist/UI/templates/DraggableSidebarTemplate.d.ts.map +1 -1
- package/dist/UI/templates/DraggableSidebarTemplate.js +2 -7
- package/dist/UI/templates/DraggableSidebarTemplate.js.map +1 -1
- package/dist/UI/templates/DraggableSidebarTemplate.mjs +121 -29
- package/dist/UI/templates/DraggableSidebarTemplate.mjs.map +1 -1
- package/dist/UI/templates/OpenPage.mjs +48 -8
- package/dist/UI/templates/OpenPage.mjs.map +1 -1
- package/dist/UI/templates/SapFlexibleTemplate.mjs.map +1 -1
- package/dist/UI/templates/ToggleSection.mjs +47 -6
- package/dist/UI/templates/ToggleSection.mjs.map +1 -1
- package/dist/UI/templates/calendar/UdpCalendar.mjs +53 -11
- package/dist/UI/templates/calendar/UdpCalendar.mjs.map +1 -1
- package/dist/UI/templates/calendar/UdpCalendarDayView.mjs +34 -2
- package/dist/UI/templates/calendar/UdpCalendarDayView.mjs.map +1 -1
- package/dist/UI/templates/calendar/UdpCalendarMonthView.mjs +34 -2
- package/dist/UI/templates/calendar/UdpCalendarMonthView.mjs.map +1 -1
- package/dist/UI/templates/calendar/UdpCalendarWeekView.mjs +34 -2
- package/dist/UI/templates/calendar/UdpCalendarWeekView.mjs.map +1 -1
- package/dist/UI/templates/calendar/UdpCalendarYearView.mjs +34 -2
- package/dist/UI/templates/calendar/UdpCalendarYearView.mjs.map +1 -1
- package/dist/UI/templates/deprecated/AmbientGridTemplate/AmbientGridTemplate.mjs +1084 -338
- package/dist/UI/templates/deprecated/AmbientGridTemplate/AmbientGridTemplate.mjs.map +1 -1
- package/dist/UI/templates/deprecated/UdpGridTemplate/UdpGridTemplate.mjs +87 -27
- package/dist/UI/templates/deprecated/UdpGridTemplate/UdpGridTemplate.mjs.map +1 -1
- package/dist/UI/templates/newGrid/ApiMethodInstanceUdpGrid.mjs +9 -1
- package/dist/UI/templates/newGrid/ApiMethodInstanceUdpGrid.mjs.map +1 -1
- package/dist/UI/templates/newGrid/BackwardsCompatibleGrid.mjs +234 -81
- package/dist/UI/templates/newGrid/BackwardsCompatibleGrid.mjs.map +1 -1
- package/dist/UI/templates/newGrid/ClientSideUdpGrid.mjs +9 -1
- package/dist/UI/templates/newGrid/ClientSideUdpGrid.mjs.map +1 -1
- package/dist/UI/templates/newGrid/SearchMethodUdpGrid.mjs +9 -1
- package/dist/UI/templates/newGrid/SearchMethodUdpGrid.mjs.map +1 -1
- package/dist/UI/templates/newGrid/ServerSideUdpGrid.mjs +9 -1
- package/dist/UI/templates/newGrid/ServerSideUdpGrid.mjs.map +1 -1
- package/dist/UI/templates/ui/ExtenderToggle.mjs +49 -11
- package/dist/UI/templates/ui/ExtenderToggle.mjs.map +1 -1
- package/dist/UI/templates/ui/GridGroupingHeader.mjs +64 -12
- package/dist/UI/templates/ui/GridGroupingHeader.mjs.map +1 -1
- package/dist/UI/templates/ui/GridGroupingSidebar.mjs +119 -43
- package/dist/UI/templates/ui/GridGroupingSidebar.mjs.map +1 -1
- package/dist/UI/templates/ui/GridSidebarContainer.mjs +34 -5
- package/dist/UI/templates/ui/GridSidebarContainer.mjs.map +1 -1
- package/dist/UI/templates/ui/TokenGroupItem.mjs +36 -11
- package/dist/UI/templates/ui/TokenGroupItem.mjs.map +1 -1
- package/dist/UI/templates/ui/renderers/ActionsRenderer.mjs +239 -116
- package/dist/UI/templates/ui/renderers/ActionsRenderer.mjs.map +1 -1
- package/dist/UI/templates/ui/renderers/IconRenderer.mjs +55 -7
- package/dist/UI/templates/ui/renderers/IconRenderer.mjs.map +1 -1
- package/dist/UI/templates/ui/renderers/StatusCellRenderer.mjs +34 -7
- package/dist/UI/templates/ui/renderers/StatusCellRenderer.mjs.map +1 -1
- package/dist/UI/timeline/ExtendActions.mjs +33 -9
- package/dist/UI/timeline/ExtendActions.mjs.map +1 -1
- package/dist/UI/timeline/TimeEntryStates.mjs +79 -18
- package/dist/UI/timeline/TimeEntryStates.mjs.map +1 -1
- package/dist/UI/timeline/TimeLine.mjs +103 -33
- package/dist/UI/timeline/TimeLine.mjs.map +1 -1
- package/dist/UI/timeline/TimelineElement.mjs +96 -13
- package/dist/UI/timeline/TimelineElement.mjs.map +1 -1
- package/dist/UI/timeline/UdpTimeline.mjs +9 -1
- package/dist/UI/timeline/UdpTimeline.mjs.map +1 -1
- package/dist/UI/timeline/UdpTimelineContent.mjs +9 -1
- package/dist/UI/timeline/UdpTimelineContent.mjs.map +1 -1
- package/dist/UI/timeline/UdpTimelineDot.mjs +9 -1
- package/dist/UI/timeline/UdpTimelineDot.mjs.map +1 -1
- package/dist/UI/timeline/UdpTimelineItem.mjs +9 -1
- package/dist/UI/timeline/UdpTimelineItem.mjs.map +1 -1
- package/dist/UI/timeline/UdpTimelineItemConnector.mjs +9 -1
- package/dist/UI/timeline/UdpTimelineItemConnector.mjs.map +1 -1
- package/dist/UI/timeline/UdpTimelineItemSeparator.mjs +9 -1
- package/dist/UI/timeline/UdpTimelineItemSeparator.mjs.map +1 -1
- package/dist/UI/timeline/fluentTimeline/FluentTimeline.mjs +34 -12
- package/dist/UI/timeline/fluentTimeline/FluentTimeline.mjs.map +1 -1
- package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.mjs +134 -49
- package/dist/UI/timeline/fluentTimeline/FluentTimelineContent.mjs.map +1 -1
- package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.mjs +55 -9
- package/dist/UI/timeline/fluentTimeline/FluentTimelineHeader.mjs.map +1 -1
- package/dist/UI/utilityDisplay/AggregateChip.mjs.map +1 -1
- package/dist/UI/utilityDisplay/BulkActionsGridButton.mjs +123 -51
- package/dist/UI/utilityDisplay/BulkActionsGridButton.mjs.map +1 -1
- package/dist/UI/utilityDisplay/ChipSection.mjs +134 -77
- package/dist/UI/utilityDisplay/ChipSection.mjs.map +1 -1
- package/dist/UI/utilityDisplay/Divider.mjs +9 -1
- package/dist/UI/utilityDisplay/Divider.mjs.map +1 -1
- package/dist/UI/utilityDisplay/FormControl.mjs +21 -2
- package/dist/UI/utilityDisplay/FormControl.mjs.map +1 -1
- package/dist/UI/utilityDisplay/FormControlLabel.mjs +34 -7
- package/dist/UI/utilityDisplay/FormControlLabel.mjs.map +1 -1
- package/dist/UI/utilityDisplay/IndicatorChip.mjs +10 -1
- package/dist/UI/utilityDisplay/IndicatorChip.mjs.map +1 -1
- package/dist/UI/utilityDisplay/InputAdornment.mjs +28 -5
- package/dist/UI/utilityDisplay/InputAdornment.mjs.map +1 -1
- package/dist/UI/utilityDisplay/SaveViewFormDialog.mjs +290 -78
- package/dist/UI/utilityDisplay/SaveViewFormDialog.mjs.map +1 -1
- package/dist/UI/utilityDisplay/UtilityBar.mjs +93 -23
- package/dist/UI/utilityDisplay/UtilityBar.mjs.map +1 -1
- package/dist/UI/utilityDisplay/UtilitySideBar.mjs +208 -45
- package/dist/UI/utilityDisplay/UtilitySideBar.mjs.map +1 -1
- package/dist/UI/utilityDisplay/alerts/UdpAlert.mjs +69 -30
- package/dist/UI/utilityDisplay/alerts/UdpAlert.mjs.map +1 -1
- package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.mjs +32 -6
- package/dist/UI/utilityDisplay/alerts/UdpAlertsContainer.mjs.map +1 -1
- package/dist/UI/utilityDisplay/deprecated/grid/GridActionBar.mjs +226 -77
- package/dist/UI/utilityDisplay/deprecated/grid/GridActionBar.mjs.map +1 -1
- package/dist/UI/utilityDisplay/deprecated/grid/GridPrimaryBar.mjs +36 -36
- package/dist/UI/utilityDisplay/deprecated/grid/GridPrimaryBar.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilities/aggregateUtils.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.d.ts.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.js +98 -35
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.js.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.mjs +1069 -287
- package/dist/UI/utilityDisplay/utilityHeader/PrimaryActionHeader.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.mjs +51 -11
- package/dist/UI/utilityDisplay/utilityHeader/UtilityTabHeader.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.mjs +15 -5
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalRightComponent.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.mjs +15 -5
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHAdditionalTitleComponent.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.mjs +125 -41
- package/dist/UI/utilityDisplay/utilityHeader/ui/PAHExport.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.mjs +25 -3
- package/dist/UI/utilityDisplay/utilityHeader/ui/TeleporterSource.mjs.map +1 -1
- package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.mjs +13 -6
- package/dist/UI/utilityDisplay/utilityHeader/ui/teleporter.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.mjs +41 -16
- package/dist/UI/widgets/FluentComponents/ChartSummaryToggle.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/FUIMenuItem.mjs +60 -9
- package/dist/UI/widgets/FluentComponents/FUIMenuItem.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.mjs +62 -9
- package/dist/UI/widgets/FluentComponents/atoms/FluentDisplayNumbers.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.mjs +96 -17
- package/dist/UI/widgets/FluentComponents/atoms/FluentStatsSnippet.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.mjs +23 -7
- package/dist/UI/widgets/FluentComponents/atoms/FluentTrendArrow.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.mjs +20 -4
- package/dist/UI/widgets/FluentComponents/molecules/FluentPrimaryStatNumber.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.mjs +30 -6
- package/dist/UI/widgets/FluentComponents/molecules/FluentSecondaryStatNumber.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.mjs +72 -10
- package/dist/UI/widgets/FluentComponents/molecules/FluentStatNumber.mjs.map +1 -1
- package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.mjs +68 -3
- package/dist/UI/widgets/FluentComponents/molecules/FluentTimeline.mjs.map +1 -1
- package/dist/UI/widgets/ItemsWidgetCard.mjs +214 -93
- package/dist/UI/widgets/ItemsWidgetCard.mjs.map +1 -1
- package/dist/UI/widgets/WidgetCard.mjs +3 -3
- package/dist/UI/widgets/WidgetCard.mjs.map +1 -1
- package/dist/UI/widgets/library/BarChartWidget/BarChartWidget.mjs +84 -43
- package/dist/UI/widgets/library/BarChartWidget/BarChartWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/BarChartWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/BubbleWidget/BubbleWidget.mjs +69 -16
- package/dist/UI/widgets/library/BubbleWidget/BubbleWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/BubbleWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/CircleGaugeWidget/CircleGaugeWidget.mjs +62 -11
- package/dist/UI/widgets/library/CircleGaugeWidget/CircleGaugeWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/DateTrendWidget/DateTrendWidget.mjs +89 -21
- package/dist/UI/widgets/library/DateTrendWidget/DateTrendWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/DateTrendWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/DensePlotWidget/DensePlotWidget.mjs +98 -31
- package/dist/UI/widgets/library/DensePlotWidget/DensePlotWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/DensePlotWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/DonutChartWidget/DonutChartWidget.mjs +262 -115
- package/dist/UI/widgets/library/DonutChartWidget/DonutChartWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/DonutChartWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/GaugeWidget/GaugeWidget.mjs +616 -282
- package/dist/UI/widgets/library/GaugeWidget/GaugeWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/LineAndSparklinesWidget/LineAndSparklinesWidget.mjs +89 -50
- package/dist/UI/widgets/library/LineAndSparklinesWidget/LineAndSparklinesWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/LineAndSparklinesWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/LineGraphWidget/LineGraphWidget.mjs +90 -50
- package/dist/UI/widgets/library/LineGraphWidget/LineGraphWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/LineGraphWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/ProgressBarWidget/ProgressBarWidget.mjs +68 -29
- package/dist/UI/widgets/library/ProgressBarWidget/ProgressBarWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/ProgressBarWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/RecentlyLoadedNodesWidget.mjs +50 -13
- package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/RecentlyLoadedNodesWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/RecentlyLoadedNodesWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/RemindersWidget/RemindersWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/RemindersWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/SparklineWidget/SparklineWidget.mjs +61 -19
- package/dist/UI/widgets/library/SparklineWidget/SparklineWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/SparklineWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/library/SparsePlotWidget/SparsePlotWidget.mjs +121 -41
- package/dist/UI/widgets/library/SparsePlotWidget/SparsePlotWidget.mjs.map +1 -1
- package/dist/UI/widgets/library/SparsePlotWidget/index.mjs.map +1 -1
- package/dist/UI/widgets/utils/ConvertISODate.mjs.map +1 -1
- package/dist/UI/widgets/utils/NumberVisualization.mjs +75 -16
- package/dist/UI/widgets/utils/NumberVisualization.mjs.map +1 -1
- package/dist/UI/widgets/utils/dateUtils.mjs.map +1 -1
- package/dist/UI/widgets/utils/useId.mjs.map +1 -1
- package/dist/actions/ActionForm.mjs +114 -43
- package/dist/actions/ActionForm.mjs.map +1 -1
- package/dist/actions/ActionModal.mjs +71 -17
- package/dist/actions/ActionModal.mjs.map +1 -1
- package/dist/actions/ActionPanelPlacement.mjs +275 -135
- package/dist/actions/ActionPanelPlacement.mjs.map +1 -1
- package/dist/actions/ActionSideSheet.mjs +321 -183
- package/dist/actions/ActionSideSheet.mjs.map +1 -1
- package/dist/actions/ActionSpeedDial.mjs +96 -27
- package/dist/actions/ActionSpeedDial.mjs.map +1 -1
- package/dist/actions/ActionSplitScreen.mjs +478 -180
- package/dist/actions/ActionSplitScreen.mjs.map +1 -1
- package/dist/actions/ActionWrapper.mjs +430 -189
- package/dist/actions/ActionWrapper.mjs.map +1 -1
- package/dist/actions/PageActionWrapper.mjs +93 -36
- package/dist/actions/PageActionWrapper.mjs.map +1 -1
- package/dist/actions/actionSummary/ActionSummaryCard.mjs +84 -29
- package/dist/actions/actionSummary/ActionSummaryCard.mjs.map +1 -1
- package/dist/actions/actionSummary/ActionSummaryHeader.mjs +49 -9
- package/dist/actions/actionSummary/ActionSummaryHeader.mjs.map +1 -1
- package/dist/actions/actionSummary/ActionSummaryListContainer.mjs +6 -6
- package/dist/actions/actionSummary/ActionSummaryListContainer.mjs.map +1 -1
- package/dist/actions/actionSummary/ActionSummaryListItem.mjs.map +1 -1
- package/dist/actions/actionSummary/ActionSummaryPopover.mjs +95 -27
- package/dist/actions/actionSummary/ActionSummaryPopover.mjs.map +1 -1
- package/dist/actions/sidebar/EntitySideBarContent.mjs +120 -63
- package/dist/actions/sidebar/EntitySideBarContent.mjs.map +1 -1
- package/dist/actions/utils/actionUtils.mjs +210 -171
- package/dist/actions/utils/actionUtils.mjs.map +1 -1
- package/dist/assets/unityIcons/LibraryData.mjs.map +1 -1
- package/dist/chatBot/ChatContainer.mjs +15 -15
- package/dist/chatBot/ChatContainer.mjs.map +1 -1
- package/dist/chatBot/ChatMessage.mjs +74 -15
- package/dist/chatBot/ChatMessage.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/functions/mttFunctions.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.mjs +85 -20
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/HeightAdjust.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.mjs +94 -46
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttMainTimeline.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.mjs +283 -283
- package/dist/componentSystems/multiThreadTimeline/mttMainTimeline/MttTimeline.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.mjs +42 -42
- package/dist/componentSystems/multiThreadTimeline/mttSummary/MttSummary.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/timeline.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.mjs +31 -5
- package/dist/componentSystems/multiThreadTimeline/ui/CircleButton.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.mjs +109 -32
- package/dist/componentSystems/multiThreadTimeline/ui/DateWrapper.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.mjs +20 -5
- package/dist/componentSystems/multiThreadTimeline/ui/DynamicRangeSlider.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.mjs +37 -10
- package/dist/componentSystems/multiThreadTimeline/ui/MttYearTag.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.mjs +55 -14
- package/dist/componentSystems/multiThreadTimeline/ui/MultiDot.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.mjs +223 -40
- package/dist/componentSystems/multiThreadTimeline/ui/SummaryToken.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.mjs +149 -49
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDateBar.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.mjs +46 -6
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineDot.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.mjs +44 -5
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineHoverCard.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.mjs +117 -48
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineNode.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.mjs +56 -27
- package/dist/componentSystems/multiThreadTimeline/ui/TimelinePreloaderNode.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.mjs +107 -34
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineStatus.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.mjs +61 -15
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineToggleButton.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.mjs +116 -70
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTokenSummary.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.mjs +32 -5
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineTopRowFilter.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.mjs +152 -44
- package/dist/componentSystems/multiThreadTimeline/ui/TimelineWrapper.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.mjs +89 -28
- package/dist/componentSystems/multiThreadTimeline/ui/VisualizationDot.mjs.map +1 -1
- package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.mjs +78 -20
- package/dist/componentSystems/multiThreadTimeline/ui/modified/TimelineToken.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/PageRenderer.mjs +33 -17
- package/dist/componentSystems/pageRenderer/PageRenderer.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.mjs +8 -1
- package/dist/componentSystems/pageRenderer/hocs/withEngineComponent.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/hooks/useReadMetaData.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/utils/TableColumnDefs.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.mjs +69 -25
- package/dist/componentSystems/pageRenderer/wrappers/AgGridSimpleWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.mjs +100 -38
- package/dist/componentSystems/pageRenderer/wrappers/BarChartWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.mjs +38 -14
- package/dist/componentSystems/pageRenderer/wrappers/BioCardWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.mjs +59 -28
- package/dist/componentSystems/pageRenderer/wrappers/DisplayCardWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.mjs +81 -39
- package/dist/componentSystems/pageRenderer/wrappers/DonutWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.mjs +231 -134
- package/dist/componentSystems/pageRenderer/wrappers/HistogramWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.mjs +77 -40
- package/dist/componentSystems/pageRenderer/wrappers/LineGraphWrapper.mjs.map +1 -1
- package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.mjs +18 -7
- package/dist/componentSystems/pageRenderer/wrappers/PrimaryActionHeaderWrapper.mjs.map +1 -1
- package/dist/constants/reminderConstants.mjs.map +1 -1
- package/dist/containers/IframeContainer.mjs +41 -10
- package/dist/containers/IframeContainer.mjs.map +1 -1
- package/dist/contexts/ActionContext.mjs.map +1 -1
- package/dist/contexts/ActionDispatchContext.mjs.map +1 -1
- package/dist/contexts/ActionLoadingContext.mjs.map +1 -1
- package/dist/contexts/ActionLoadingDispatchContext.mjs.map +1 -1
- package/dist/contexts/PageContext.mjs +21 -5
- package/dist/contexts/PageContext.mjs.map +1 -1
- package/dist/contexts/usePageContext.mjs +3 -1
- package/dist/contexts/usePageContext.mjs.map +1 -1
- package/dist/dashboard/DashboardCardGrid.mjs +8 -8
- package/dist/dashboard/DashboardCardGrid.mjs.map +1 -1
- package/dist/dashboard/DashboardWidget.mjs +304 -75
- package/dist/dashboard/DashboardWidget.mjs.map +1 -1
- package/dist/dashboard/WidgetCard.mjs +3 -3
- package/dist/dashboard/WidgetCard.mjs.map +1 -1
- package/dist/dashboard/getWidgetLayout.mjs.map +1 -1
- package/dist/dataBrowser/DataBrowserColumnDefs.mjs.map +1 -1
- package/dist/dataBrowser/DataBrowserContainer.mjs +27 -27
- package/dist/dataBrowser/DataBrowserContainer.mjs.map +1 -1
- package/dist/dataBrowser/forms/ParamsMappingFields.mjs +54 -29
- package/dist/dataBrowser/forms/ParamsMappingFields.mjs.map +1 -1
- package/dist/dataBrowser/forms/ParamsMappingForm.mjs +9 -9
- package/dist/dataBrowser/forms/ParamsMappingForm.mjs.map +1 -1
- package/dist/dataBrowser/forms/RequiredFieldsMappingField.mjs +213 -80
- package/dist/dataBrowser/forms/RequiredFieldsMappingField.mjs.map +1 -1
- package/dist/dataBrowser/forms/RequiredFieldsMappingForm.mjs +173 -84
- package/dist/dataBrowser/forms/RequiredFieldsMappingForm.mjs.map +1 -1
- package/dist/diffChecker/DiffChecker.mjs +106 -24
- package/dist/diffChecker/DiffChecker.mjs.map +1 -1
- package/dist/enums/InputFieldTypeEnums.mjs.map +1 -1
- package/dist/enums/aggridEnums.mjs.map +1 -1
- package/dist/enums/auditEventEnums.mjs.map +1 -1
- package/dist/enums/httpStatusCodesEnums.mjs.map +1 -1
- package/dist/enums/pageEnums.mjs.map +1 -1
- package/dist/enums/paymentMethodTypeEnum.mjs.map +1 -1
- package/dist/enums/paymentTenderTypeEnum.mjs.map +1 -1
- package/dist/enums/paymentVendorFactoryEnum.mjs.map +1 -1
- package/dist/enums/propertyTypeEnums.mjs.map +1 -1
- package/dist/enums/searchEnums.mjs.map +1 -1
- package/dist/enums/tagEnums.mjs.map +1 -1
- package/dist/enums/unitySystemEnums.mjs +1 -10
- package/dist/enums/unitySystemEnums.mjs.map +1 -1
- package/dist/enums/workflowEnums.mjs.map +1 -1
- package/dist/errorBoundary/ErrorBoundary.mjs.map +1 -1
- package/dist/hooks/crudActions.mjs +29 -29
- package/dist/hooks/crudActions.mjs.map +1 -1
- package/dist/hooks/useActions.mjs +22 -20
- package/dist/hooks/useActions.mjs.map +1 -1
- package/dist/hooks/useApiCatalog.mjs +78 -42
- package/dist/hooks/useApiCatalog.mjs.map +1 -1
- package/dist/hooks/useDateLocale.mjs +69 -38
- package/dist/hooks/useDateLocale.mjs.map +1 -1
- package/dist/hooks/useDynamicListCalculation.mjs +41 -13
- package/dist/hooks/useDynamicListCalculation.mjs.map +1 -1
- package/dist/hooks/useFluentIcon.mjs +25 -5
- package/dist/hooks/useFluentIcon.mjs.map +1 -1
- package/dist/hooks/useItemSubCard.mjs +62 -23
- package/dist/hooks/useItemSubCard.mjs.map +1 -1
- package/dist/hooks/useOutlook.mjs +9 -9
- package/dist/hooks/useOutlook.mjs.map +1 -1
- package/dist/hooks/useProductVersion.mjs +11 -1
- package/dist/hooks/useProductVersion.mjs.map +1 -1
- package/dist/hooks/usePromotedLookupMethods.mjs +68 -30
- package/dist/hooks/usePromotedLookupMethods.mjs.map +1 -1
- package/dist/hooks/usePromotedMethodEntities.mjs +73 -38
- package/dist/hooks/usePromotedMethodEntities.mjs.map +1 -1
- package/dist/hooks/usePromotedMethodEntity.mjs +120 -69
- package/dist/hooks/usePromotedMethodEntity.mjs.map +1 -1
- package/dist/hooks/useQueryExecutors.mjs +44 -44
- package/dist/hooks/useQueryExecutors.mjs.map +1 -1
- package/dist/hooks/useSearchFilterParamsMap.mjs +14 -14
- package/dist/hooks/useSearchFilterParamsMap.mjs.map +1 -1
- package/dist/hooks/useSetLocationState.mjs +28 -14
- package/dist/hooks/useSetLocationState.mjs.map +1 -1
- package/dist/hooks/useSplitDecimal.mjs +52 -11
- package/dist/hooks/useSplitDecimal.mjs.map +1 -1
- package/dist/hooks/useTransactionType.mjs +110 -55
- package/dist/hooks/useTransactionType.mjs.map +1 -1
- package/dist/hooks/useUdpGridFilterModel.d.ts.map +1 -1
- package/dist/hooks/useUdpGridFilterModel.js +28 -20
- package/dist/hooks/useUdpGridFilterModel.js.map +1 -1
- package/dist/hooks/useUdpGridFilterModel.mjs +39 -19
- package/dist/hooks/useUdpGridFilterModel.mjs.map +1 -1
- package/dist/hooks/useUdpWebSocket.mjs.map +1 -1
- package/dist/hooks/useUpdateSearchParams.mjs +21 -12
- package/dist/hooks/useUpdateSearchParams.mjs.map +1 -1
- package/dist/hooks/virtualActions.mjs +70 -61
- package/dist/hooks/virtualActions.mjs.map +1 -1
- package/dist/index.d.ts +12 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +23 -16
- package/dist/inquiry/AlertFlag.mjs +98 -23
- package/dist/inquiry/AlertFlag.mjs.map +1 -1
- package/dist/inquiry/AmbientListItem.mjs +54 -11
- package/dist/inquiry/AmbientListItem.mjs.map +1 -1
- package/dist/inquiry/AmbientSummaryListHeader.mjs +41 -8
- package/dist/inquiry/AmbientSummaryListHeader.mjs.map +1 -1
- package/dist/inquiry/ExecuteApiDialog.mjs +112 -29
- package/dist/inquiry/ExecuteApiDialog.mjs.map +1 -1
- package/dist/inquiry/FilterSearch.mjs +12 -2
- package/dist/inquiry/FilterSearch.mjs.map +1 -1
- package/dist/inquiry/FlagBlock.mjs +21 -4
- package/dist/inquiry/FlagBlock.mjs.map +1 -1
- package/dist/inquiry/Inquiry.mjs +276 -96
- package/dist/inquiry/Inquiry.mjs.map +1 -1
- package/dist/inquiry/InquiryContainer.d.ts.map +1 -1
- package/dist/inquiry/InquiryContainer.js +110 -26
- package/dist/inquiry/InquiryContainer.js.map +1 -1
- package/dist/inquiry/InquiryContainer.mjs +93 -32
- package/dist/inquiry/InquiryContainer.mjs.map +1 -1
- package/dist/inquiry/InquiryTreeMenu.d.ts.map +1 -1
- package/dist/inquiry/InquiryTreeMenu.js +373 -209
- package/dist/inquiry/InquiryTreeMenu.js.map +1 -1
- package/dist/inquiry/InquiryTreeMenu.mjs +591 -279
- package/dist/inquiry/InquiryTreeMenu.mjs.map +1 -1
- package/dist/inquiry/InquiryTreeMenuItem.mjs +13 -13
- package/dist/inquiry/InquiryTreeMenuItem.mjs.map +1 -1
- package/dist/inquiry/InquiryWrapper.mjs +64 -10
- package/dist/inquiry/InquiryWrapper.mjs.map +1 -1
- package/dist/inquiry/ItemDescription.mjs +80 -19
- package/dist/inquiry/ItemDescription.mjs.map +1 -1
- package/dist/inquiry/NodeColumnHeader.mjs +37 -5
- package/dist/inquiry/NodeColumnHeader.mjs.map +1 -1
- package/dist/inquiry/NodeDetails.mjs +113 -34
- package/dist/inquiry/NodeDetails.mjs.map +1 -1
- package/dist/inquiry/NodeList.d.ts.map +1 -1
- package/dist/inquiry/NodeList.js +2 -2
- package/dist/inquiry/NodeList.js.map +1 -1
- package/dist/inquiry/NodeList.mjs +104 -34
- package/dist/inquiry/NodeList.mjs.map +1 -1
- package/dist/inquiry/dashboard/InquiryDashboard.mjs +10 -1
- package/dist/inquiry/dashboard/InquiryDashboard.mjs.map +1 -1
- package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.mjs +146 -85
- package/dist/inquiry/dashboard/RecentlyLoadedNodesTable.mjs.map +1 -1
- package/dist/inquiry/inquiryBar/InquiryControlList.mjs +169 -69
- package/dist/inquiry/inquiryBar/InquiryControlList.mjs.map +1 -1
- package/dist/inquiry/inquiryBar/InquiryNodeControls.mjs +288 -68
- package/dist/inquiry/inquiryBar/InquiryNodeControls.mjs.map +1 -1
- package/dist/inquiry/search/InquiryAdvancedSearch.mjs +370 -112
- package/dist/inquiry/search/InquiryAdvancedSearch.mjs.map +1 -1
- package/dist/inquiry/search/InquiryAdvancedSearchForm.mjs +231 -140
- package/dist/inquiry/search/InquiryAdvancedSearchForm.mjs.map +1 -1
- package/dist/inquiry/search/InquirySearchContainer.mjs +217 -143
- package/dist/inquiry/search/InquirySearchContainer.mjs.map +1 -1
- package/dist/inquiry/search/InquirySearchDatasource.mjs.map +1 -1
- package/dist/inquiry/search/InquirySearchTable.mjs +277 -151
- package/dist/inquiry/search/InquirySearchTable.mjs.map +1 -1
- package/dist/integrations/outlook/OutlookIntegrationBanner.mjs +98 -27
- package/dist/integrations/outlook/OutlookIntegrationBanner.mjs.map +1 -1
- package/dist/integrations/outlook/OutlookIntegrationCallbackPage.mjs +185 -87
- package/dist/integrations/outlook/OutlookIntegrationCallbackPage.mjs.map +1 -1
- package/dist/integrations/outlook/OutlookIntegrationSideSheet.mjs +9 -9
- package/dist/integrations/outlook/OutlookIntegrationSideSheet.mjs.map +1 -1
- package/dist/integrations/outlook/outlookIntegrationClient.mjs.map +1 -1
- package/dist/integrations/outlook/outlookIntegrationStatus.mjs.map +1 -1
- package/dist/kpi/UdpKpiCard.mjs +9 -1
- package/dist/kpi/UdpKpiCard.mjs.map +1 -1
- package/dist/kpi/UdpKpiCards.mjs +21 -2
- package/dist/kpi/UdpKpiCards.mjs.map +1 -1
- package/dist/layout/GridGroup.mjs +158 -41
- package/dist/layout/GridGroup.mjs.map +1 -1
- package/dist/layout/GridRow.mjs +35 -5
- package/dist/layout/GridRow.mjs.map +1 -1
- package/dist/layout/GridUnit.mjs +36 -5
- package/dist/layout/GridUnit.mjs.map +1 -1
- package/dist/layout/HeaderLayout.mjs +44 -20
- package/dist/layout/HeaderLayout.mjs.map +1 -1
- package/dist/layout/LayoutUnit.mjs +219 -49
- package/dist/layout/LayoutUnit.mjs.map +1 -1
- package/dist/layout/UdpContainer.mjs +18 -0
- package/dist/layout/UdpContainer.mjs.map +1 -0
- package/dist/layout/getRatio.mjs.map +1 -1
- package/dist/layout/templates/SideBarTemplate.mjs +81 -19
- package/dist/layout/templates/SideBarTemplate.mjs.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.mjs +284 -94
- package/dist/maintenanceEngine/crudBrowser/CrudBrowserContainer.mjs.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableColumnDefs.mjs.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs +149 -56
- package/dist/maintenanceEngine/crudBrowser/CrudTableSidePanel.mjs.map +1 -1
- package/dist/maintenanceEngine/crudBrowser/crudHelper.mjs.map +1 -1
- package/dist/maintenanceEngine/entityAttributeActions.mjs.map +1 -1
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts +1 -1
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.d.ts.map +1 -1
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.mjs +53 -25
- package/dist/maintenanceEngine/tableBrowser/TableColumnDefs.mjs.map +1 -1
- package/dist/maintenanceEngine/tableBrowser/TableContainer.mjs +183 -50
- package/dist/maintenanceEngine/tableBrowser/TableContainer.mjs.map +1 -1
- package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.mjs +536 -234
- package/dist/maintenanceEngine/virtualBrowser/VirtualBrowser.mjs.map +1 -1
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableColumnDefs.mjs.map +1 -1
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.mjs +106 -43
- package/dist/maintenanceEngine/virtualBrowser/VirtualTableSidePanel.mjs.map +1 -1
- package/dist/map-library/Controls/Controls.mjs +11 -2
- package/dist/map-library/Controls/Controls.mjs.map +1 -1
- package/dist/map-library/Controls/FullScreenControl.mjs +20 -6
- package/dist/map-library/Controls/FullScreenControl.mjs.map +1 -1
- package/dist/map-library/Controls/ZoomControl.mjs +21 -6
- package/dist/map-library/Controls/ZoomControl.mjs.map +1 -1
- package/dist/map-library/Layers/ImageLayer.mjs +31 -12
- package/dist/map-library/Layers/ImageLayer.mjs.map +1 -1
- package/dist/map-library/Layers/Layers.mjs +11 -2
- package/dist/map-library/Layers/Layers.mjs.map +1 -1
- package/dist/map-library/Layers/TileLayer.mjs +31 -12
- package/dist/map-library/Layers/TileLayer.mjs.map +1 -1
- package/dist/map-library/Layers/VectorLayer.mjs +50 -13
- package/dist/map-library/Layers/VectorLayer.mjs.map +1 -1
- package/dist/map-library/Map/Map.mjs +262 -99
- package/dist/map-library/Map/Map.mjs.map +1 -1
- package/dist/map-library/Map/MapContext.mjs.map +1 -1
- package/dist/map-library/functions/mapFunctions.mjs +56 -19
- package/dist/map-library/functions/mapFunctions.mjs.map +1 -1
- package/dist/map-library/geoLocation/FreeFormField.mjs +31 -11
- package/dist/map-library/geoLocation/FreeFormField.mjs.map +1 -1
- package/dist/map-library/geoLocation/GeoLocation.mjs +18 -18
- package/dist/map-library/geoLocation/GeoLocation.mjs.map +1 -1
- package/dist/map-library/ui/ControlZoom.mjs +101 -20
- package/dist/map-library/ui/ControlZoom.mjs.map +1 -1
- package/dist/map-library/ui/FilterOptions.mjs +94 -17
- package/dist/map-library/ui/FilterOptions.mjs.map +1 -1
- package/dist/map-library/ui/MapFilterBar.mjs +76 -14
- package/dist/map-library/ui/MapFilterBar.mjs.map +1 -1
- package/dist/map-library/ui/MapSheet.mjs +54 -6
- package/dist/map-library/ui/MapSheet.mjs.map +1 -1
- package/dist/map-library/ui/TileDisplay.mjs +137 -27
- package/dist/map-library/ui/TileDisplay.mjs.map +1 -1
- package/dist/maps/GeoMap.mjs +205 -74
- package/dist/maps/GeoMap.mjs.map +1 -1
- package/dist/maps/leafletMaps/FluentImageMap.mjs +67 -26
- package/dist/maps/leafletMaps/FluentImageMap.mjs.map +1 -1
- package/dist/maps/leafletMaps/FluentMap.mjs +83 -28
- package/dist/maps/leafletMaps/FluentMap.mjs.map +1 -1
- package/dist/maps/leafletMaps/ui/MapContent.mjs +4 -4
- package/dist/maps/leafletMaps/ui/MapContent.mjs.map +1 -1
- package/dist/maps/leafletMaps/ui/MapMarker.mjs +125 -48
- package/dist/maps/leafletMaps/ui/MapMarker.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Controls/Controls.mjs +11 -2
- package/dist/maps/openLayerMaps/Controls/Controls.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Controls/FullScreenControl.mjs +20 -6
- package/dist/maps/openLayerMaps/Controls/FullScreenControl.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Layers/Layers.mjs +11 -2
- package/dist/maps/openLayerMaps/Layers/Layers.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Layers/TileLayer.mjs +31 -12
- package/dist/maps/openLayerMaps/Layers/TileLayer.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Map/Map.mjs +111 -34
- package/dist/maps/openLayerMaps/Map/Map.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Map/MapContext.mjs.map +1 -1
- package/dist/maps/openLayerMaps/Source/osm.mjs.map +1 -1
- package/dist/maps/openLayerMaps/ui/ControlZoom.mjs +99 -18
- package/dist/maps/openLayerMaps/ui/ControlZoom.mjs.map +1 -1
- package/dist/maps/openLayerMaps/ui/LocationPin.mjs +42 -8
- package/dist/maps/openLayerMaps/ui/LocationPin.mjs.map +1 -1
- package/dist/maps/openLayerMaps/ui/MapControlsStandard.mjs +85 -17
- package/dist/maps/openLayerMaps/ui/MapControlsStandard.mjs.map +1 -1
- package/dist/maps/openLayerMaps/ui/Position.mjs +109 -19
- package/dist/maps/openLayerMaps/ui/Position.mjs.map +1 -1
- package/dist/menuPage/CustomMenuPage.mjs +82 -28
- package/dist/menuPage/CustomMenuPage.mjs.map +1 -1
- package/dist/menuPage/MenuPage.mjs +364 -149
- package/dist/menuPage/MenuPage.mjs.map +1 -1
- package/dist/models/GroupNode.mjs.map +1 -1
- package/dist/models/NumberOperator.mjs.map +1 -1
- package/dist/models/QueryResult.mjs.map +1 -1
- package/dist/models/SearchOperator.mjs.map +1 -1
- package/dist/notes/NotesScreen.mjs +637 -304
- package/dist/notes/NotesScreen.mjs.map +1 -1
- package/dist/page/Page.d.ts.map +1 -1
- package/dist/page/Page.js +5 -1
- package/dist/page/Page.js.map +1 -1
- package/dist/page/Page.mjs +107 -50
- package/dist/page/Page.mjs.map +1 -1
- package/dist/page/PageContainer/PageContainer.d.ts.map +1 -1
- package/dist/page/PageContainer/PageContainer.js +2 -2
- package/dist/page/PageContainer/PageContainer.js.map +1 -1
- package/dist/page/PageContainer/PageContainer.mjs +297 -128
- package/dist/page/PageContainer/PageContainer.mjs.map +1 -1
- package/dist/page/PageContent.mjs +36 -6
- package/dist/page/PageContent.mjs.map +1 -1
- package/dist/page/PageHeader.mjs +29 -8
- package/dist/page/PageHeader.mjs.map +1 -1
- package/dist/page/PageSectionHeader.mjs +39 -10
- package/dist/page/PageSectionHeader.mjs.map +1 -1
- package/dist/page/PageSectionSpacer.mjs +16 -1
- package/dist/page/PageSectionSpacer.mjs.map +1 -1
- package/dist/page/StaticPageRenderer.d.ts +6 -0
- package/dist/page/StaticPageRenderer.d.ts.map +1 -0
- package/dist/page/StaticPageRenderer.js +7 -0
- package/dist/page/StaticPageRenderer.js.map +1 -0
- package/dist/page/StaticPageRenderer.mjs +19 -0
- package/dist/page/StaticPageRenderer.mjs.map +1 -0
- package/dist/page/StaticPageRenderer.module.css +6 -0
- package/dist/providers/QueryProvider.d.ts.map +1 -1
- package/dist/providers/QueryProvider.js +3 -3
- package/dist/providers/QueryProvider.js.map +1 -1
- package/dist/providers/QueryProvider.mjs +21 -4
- package/dist/providers/QueryProvider.mjs.map +1 -1
- package/dist/providers/UdpAppProvider.mjs +45 -8
- package/dist/providers/UdpAppProvider.mjs.map +1 -1
- package/dist/reminders/CompleteReminderSwitch.mjs +40 -11
- package/dist/reminders/CompleteReminderSwitch.mjs.map +1 -1
- package/dist/reminders/RemindersCard.mjs +132 -93
- package/dist/reminders/RemindersCard.mjs.map +1 -1
- package/dist/reminders/RemindersScreen.mjs +784 -375
- package/dist/reminders/RemindersScreen.mjs.map +1 -1
- package/dist/reports/PowerBIReport.mjs +106 -34
- package/dist/reports/PowerBIReport.mjs.map +1 -1
- package/dist/reports/Reports.mjs +16 -8
- package/dist/reports/Reports.mjs.map +1 -1
- package/dist/routes/PrivateRoute.mjs.map +1 -1
- package/dist/routes/PublicRoute.mjs +32 -6
- package/dist/routes/PublicRoute.mjs.map +1 -1
- package/dist/routes/UdpRoutes.mjs +211 -75
- package/dist/routes/UdpRoutes.mjs.map +1 -1
- package/dist/routes/components/PageForbiddenRoute.mjs +58 -9
- package/dist/routes/components/PageForbiddenRoute.mjs.map +1 -1
- package/dist/routes/components/PageNotFoundRoute.mjs +51 -8
- package/dist/routes/components/PageNotFoundRoute.mjs.map +1 -1
- package/dist/routes/components/PageStatus.mjs +105 -12
- package/dist/routes/components/PageStatus.mjs.map +1 -1
- package/dist/routes/components/PasswordResetRedirect.mjs +4 -4
- package/dist/routes/components/PasswordResetRedirect.mjs.map +1 -1
- package/dist/routes/routeRegistryStore.mjs.map +1 -1
- package/dist/routes/useRegisterRoute.mjs +46 -17
- package/dist/routes/useRegisterRoute.mjs.map +1 -1
- package/dist/shell/Shell.mjs +7 -7
- package/dist/shell/Shell.mjs.map +1 -1
- package/dist/shell/ui/AmbientProjectSwitcher.mjs +118 -30
- package/dist/shell/ui/AmbientProjectSwitcher.mjs.map +1 -1
- package/dist/shell/ui/EnvironmentRibbon.mjs.map +1 -1
- package/dist/shell/ui/HelpCenter.mjs +3 -3
- package/dist/shell/ui/HelpCenter.mjs.map +1 -1
- package/dist/shell/ui/LanguageSwitcher.mjs +8 -8
- package/dist/shell/ui/LanguageSwitcher.mjs.map +1 -1
- package/dist/shell/ui/MiniCollapsibleSidebar.mjs +52 -9
- package/dist/shell/ui/MiniCollapsibleSidebar.mjs.map +1 -1
- package/dist/shell/ui/NavigationSidebar.mjs +151 -37
- package/dist/shell/ui/NavigationSidebar.mjs.map +1 -1
- package/dist/shell/ui/ShellDropdown.mjs +88 -13
- package/dist/shell/ui/ShellDropdown.mjs.map +1 -1
- package/dist/shell/ui/SidebarCollapseButton.mjs +73 -12
- package/dist/shell/ui/SidebarCollapseButton.mjs.map +1 -1
- package/dist/shell/ui/SiteHeader.mjs +298 -47
- package/dist/shell/ui/SiteHeader.mjs.map +1 -1
- package/dist/shell/ui/SiteHeaderRightComponent.mjs +10 -2
- package/dist/shell/ui/SiteHeaderRightComponent.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/FUIAppHeader.mjs +76 -26
- package/dist/shell/ui/appSwitcher/FUIAppHeader.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/FUIAppList.mjs +34 -9
- package/dist/shell/ui/appSwitcher/FUIAppList.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/FUIAppListItem.mjs +79 -31
- package/dist/shell/ui/appSwitcher/FUIAppListItem.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/FUIAppSwitcher.mjs +117 -31
- package/dist/shell/ui/appSwitcher/FUIAppSwitcher.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/ProductAppList.mjs +48 -19
- package/dist/shell/ui/appSwitcher/ProductAppList.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/ProductAppListItem.mjs +40 -16
- package/dist/shell/ui/appSwitcher/ProductAppListItem.mjs.map +1 -1
- package/dist/shell/ui/appSwitcher/UnityApps.mjs +11 -1
- package/dist/shell/ui/appSwitcher/UnityApps.mjs.map +1 -1
- package/dist/shell/ui/profile/FluentProfileMenuCard.mjs +137 -39
- package/dist/shell/ui/profile/FluentProfileMenuCard.mjs.map +1 -1
- package/dist/shell/ui/profile/MenuOpener.mjs +61 -16
- package/dist/shell/ui/profile/MenuOpener.mjs.map +1 -1
- package/dist/shell/ui/profile/UserAvatar.mjs +73 -12
- package/dist/shell/ui/profile/UserAvatar.mjs.map +1 -1
- package/dist/shell/ui/profile/UserProfileMenuWrapper.mjs +94 -27
- package/dist/shell/ui/profile/UserProfileMenuWrapper.mjs.map +1 -1
- package/dist/shell/ui/useBuildEnvironment.mjs +16 -5
- package/dist/shell/ui/useBuildEnvironment.mjs.map +1 -1
- package/dist/shell/ui/user/AddUser.mjs +16 -16
- package/dist/shell/ui/user/AddUser.mjs.map +1 -1
- package/dist/shell/ui/user/PasswordValidator.mjs +38 -13
- package/dist/shell/ui/user/PasswordValidator.mjs.map +1 -1
- package/dist/shell/ui/user/UserFormSideSheet.mjs +6 -6
- package/dist/shell/ui/user/UserFormSideSheet.mjs.map +1 -1
- package/dist/shell/ui/user/form/UserForm.mjs +79 -34
- package/dist/shell/ui/user/form/UserForm.mjs.map +1 -1
- package/dist/shell/ui/user/form/UserFormFields.mjs +304 -161
- package/dist/shell/ui/user/form/UserFormFields.mjs.map +1 -1
- package/dist/shell/ui/user/form/UserRoleAutoComplete.mjs +15 -15
- package/dist/shell/ui/user/form/UserRoleAutoComplete.mjs.map +1 -1
- package/dist/shell/useShellVisibility.mjs +41 -18
- package/dist/shell/useShellVisibility.mjs.map +1 -1
- package/dist/shell/useWidgetRegistry.mjs +86 -24
- package/dist/shell/useWidgetRegistry.mjs.map +1 -1
- package/dist/stores/actionStore.mjs.map +1 -1
- package/dist/stores/catalogStore.mjs.map +1 -1
- package/dist/stores/inquiryStore.mjs +21 -4
- package/dist/stores/inquiryStore.mjs.map +1 -1
- package/dist/stores/lookupsStore.mjs.map +1 -1
- package/dist/stores/productsStore.mjs.map +1 -1
- package/dist/stores/shellStore.mjs +21 -4
- package/dist/stores/shellStore.mjs.map +1 -1
- package/dist/stores/teleporterStore.mjs.map +1 -1
- package/dist/stores/tenantStore.mjs.map +1 -1
- package/dist/stores/transactionStore.mjs.map +1 -1
- package/dist/stores/workflowStore.mjs.map +1 -1
- package/dist/test/TestFullStencilPage.mjs +8 -1
- package/dist/test/TestFullStencilPage.mjs.map +1 -1
- package/dist/test/TestStencilWrappedComponentsPage.mjs +388 -171
- package/dist/test/TestStencilWrappedComponentsPage.mjs.map +1 -1
- package/dist/treeMenu/BaseTreeMenu.mjs +7 -7
- package/dist/treeMenu/BaseTreeMenu.mjs.map +1 -1
- package/dist/treeMenu/BaseTreeMenuItem.mjs +13 -13
- package/dist/treeMenu/BaseTreeMenuItem.mjs.map +1 -1
- package/dist/udp/ShortcutContent/ListSearch.mjs +158 -48
- package/dist/udp/ShortcutContent/ListSearch.mjs.map +1 -1
- package/dist/udp/ShortcutContent/ShortcutContentFinder.mjs +76 -35
- package/dist/udp/ShortcutContent/ShortcutContentFinder.mjs.map +1 -1
- package/dist/udp/export/ExportSidesheet.mjs +309 -97
- package/dist/udp/export/ExportSidesheet.mjs.map +1 -1
- package/dist/udp/export/MyExportsPage.mjs +326 -136
- package/dist/udp/export/MyExportsPage.mjs.map +1 -1
- package/dist/udp/export/VisualSearchObject.mjs +5 -5
- package/dist/udp/export/VisualSearchObject.mjs.map +1 -1
- package/dist/udp/export/useUdpExport.mjs +12 -12
- package/dist/udp/export/useUdpExport.mjs.map +1 -1
- package/dist/udp/fileImportMapping/FileImportConfigCard.mjs +3 -3
- package/dist/udp/fileImportMapping/FileImportConfigCard.mjs.map +1 -1
- package/dist/udp/fileImportMapping/FileImportMappingWizard.mjs +31 -31
- package/dist/udp/fileImportMapping/FileImportMappingWizard.mjs.map +1 -1
- package/dist/udp/fileImportMapping/ImportDataFromFileMapping.mjs +243 -102
- package/dist/udp/fileImportMapping/ImportDataFromFileMapping.mjs.map +1 -1
- package/dist/udp/fileImportMapping/fileUtils.mjs.map +1 -1
- package/dist/udp/lookups/LookupCreationSheet.d.ts +40 -0
- package/dist/udp/lookups/LookupCreationSheet.d.ts.map +1 -0
- package/dist/udp/lookups/LookupCreationSheet.js +447 -0
- package/dist/udp/lookups/LookupCreationSheet.js.map +1 -0
- package/dist/udp/lookups/LookupCreationSheet.mjs +575 -0
- package/dist/udp/lookups/LookupCreationSheet.mjs.map +1 -0
- package/dist/udp/lookups/index.d.ts +3 -0
- package/dist/udp/lookups/index.d.ts.map +1 -0
- package/dist/udp/lookups/index.js +3 -0
- package/dist/udp/lookups/index.js.map +1 -0
- package/dist/udp/lookups/useLookups.d.ts +49 -0
- package/dist/udp/lookups/useLookups.d.ts.map +1 -0
- package/dist/udp/lookups/useLookups.js +217 -0
- package/dist/udp/lookups/useLookups.js.map +1 -0
- package/dist/udp/lookups/useLookups.mjs +217 -0
- package/dist/udp/lookups/useLookups.mjs.map +1 -0
- package/dist/udp/pages/ChatUDP/ChatUDP.mjs +8 -1
- package/dist/udp/pages/ChatUDP/ChatUDP.mjs.map +1 -1
- package/dist/udp/pages/ChatUDP/index.mjs.map +1 -1
- package/dist/udp/pages/UdpAuditEvents/UdpAuditEventSidesheet.mjs +4 -4
- package/dist/udp/pages/UdpAuditEvents/UdpAuditEventSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpAuditEvents/UdpAuditEventsPage.mjs +5 -5
- package/dist/udp/pages/UdpAuditEvents/UdpAuditEventsPage.mjs.map +1 -1
- package/dist/udp/pages/UdpAuditEvents/index.mjs.map +1 -1
- package/dist/udp/pages/UdpDataBrowserPage/UdpDataBrowserPage.mjs +619 -300
- package/dist/udp/pages/UdpDataBrowserPage/UdpDataBrowserPage.mjs.map +1 -1
- package/dist/udp/pages/UdpDataBrowserPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsBuilderPage/UdpFormsBuilderPage.mjs +76 -19
- package/dist/udp/pages/UdpFormsBuilderPage/UdpFormsBuilderPage.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsBuilderPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsListPage/UdpFormsListPage.mjs +13 -4
- package/dist/udp/pages/UdpFormsListPage/UdpFormsListPage.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsListPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.d.ts.map +1 -1
- package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.js +1 -3
- package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.js.map +1 -1
- package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.mjs +35 -15
- package/dist/udp/pages/UdpFormsPrivateForm/UdpFormRenderer.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsPrivateForm/UdpPrivateForm.mjs +59 -27
- package/dist/udp/pages/UdpFormsPrivateForm/UdpPrivateForm.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsPrivateForm/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsPublicForm/UdpPublicForm.mjs +48 -25
- package/dist/udp/pages/UdpFormsPublicForm/UdpPublicForm.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsPublicForm/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.d.ts.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.js +40 -8
- package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.js.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs +126 -100
- package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGrid/index.mjs +1 -10
- package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/UdpFormsSubmissionGridManagerPage.mjs +12 -4
- package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/UdpFormsSubmissionGridManagerPage.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGridManagerPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/UdpFormsSubmissionGridResponderPage.mjs +12 -4
- package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/UdpFormsSubmissionGridResponderPage.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGridResponderPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsUtils/Utils.mjs +22 -12
- package/dist/udp/pages/UdpFormsUtils/Utils.mjs.map +1 -1
- package/dist/udp/pages/UdpGridPanelManagementPage/UdpGridPanelManagementPage.mjs +9 -9
- package/dist/udp/pages/UdpGridPanelManagementPage/UdpGridPanelManagementPage.mjs.map +1 -1
- package/dist/udp/pages/UdpGridPanelManagementPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpGridPanelManagementSidesheet/UdpGridPanelManagementSidesheet.mjs +108 -24
- package/dist/udp/pages/UdpGridPanelManagementSidesheet/UdpGridPanelManagementSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpImportFromFileMappingPage/UdpImportFromFileMappingPage.mjs +8 -1
- package/dist/udp/pages/UdpImportFromFileMappingPage/UdpImportFromFileMappingPage.mjs.map +1 -1
- package/dist/udp/pages/UdpImportFromFileMappingPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/UdpInquiryMaintenanceEnginePage.mjs +33 -6
- package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/UdpInquiryMaintenanceEnginePage.mjs.map +1 -1
- package/dist/udp/pages/UdpInquiryMaintenanceEnginePage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.d.ts +5 -0
- package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.d.ts.map +1 -0
- package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.js +138 -0
- package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.js.map +1 -0
- package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.mjs +178 -0
- package/dist/udp/pages/UdpLookupManagementPage/UdpLookupManagementPage.mjs.map +1 -0
- package/dist/udp/pages/UdpLookupManagementPage/index.d.ts +2 -0
- package/dist/udp/pages/UdpLookupManagementPage/index.d.ts.map +1 -0
- package/dist/udp/pages/UdpLookupManagementPage/index.js +2 -0
- package/dist/udp/pages/UdpLookupManagementPage/index.js.map +1 -0
- package/dist/udp/pages/UdpLookupManagementPage/index.mjs +8 -0
- package/dist/udp/pages/UdpLookupManagementPage/index.mjs.map +1 -0
- package/dist/udp/pages/UdpMaintenanceConfigPage/UdpMaintenanceConfigPage.mjs +242 -60
- package/dist/udp/pages/UdpMaintenanceConfigPage/UdpMaintenanceConfigPage.mjs.map +1 -1
- package/dist/udp/pages/UdpMaintenanceEnginePage/UdpMaintenanceEnginePage.mjs +783 -402
- package/dist/udp/pages/UdpMaintenanceEnginePage/UdpMaintenanceEnginePage.mjs.map +1 -1
- package/dist/udp/pages/UdpMaintenanceEnginePage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpNotesPage/UdpNotesPage.mjs.map +1 -1
- package/dist/udp/pages/UdpNotesPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpPages/index.d.ts +2 -2
- package/dist/udp/pages/UdpPages/index.d.ts.map +1 -1
- package/dist/udp/pages/UdpPages/index.js +3 -3
- package/dist/udp/pages/UdpPages/index.js.map +1 -1
- package/dist/udp/pages/UdpPages/index.mjs +3 -3
- package/dist/udp/pages/UdpPages/index.mjs.map +1 -1
- package/dist/udp/pages/UdpPagesLazy/index.d.ts +1 -0
- package/dist/udp/pages/UdpPagesLazy/index.d.ts.map +1 -1
- package/dist/udp/pages/UdpPagesLazy/index.js +1 -0
- package/dist/udp/pages/UdpPagesLazy/index.js.map +1 -1
- package/dist/udp/pages/UdpPagesLazy/index.mjs +2 -1
- package/dist/udp/pages/UdpPagesLazy/index.mjs.map +1 -1
- package/dist/udp/pages/UdpRemindersPage/UdpRemindersPage.mjs.map +1 -1
- package/dist/udp/pages/UdpRemindersPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpReportsPage/UdpReportsPage.mjs +10 -1
- package/dist/udp/pages/UdpReportsPage/UdpReportsPage.mjs.map +1 -1
- package/dist/udp/pages/UdpReportsPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.js +19 -31
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.js.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs +315 -319
- package/dist/udp/pages/UdpTransactionTypesPage/UdpTransactionTypesPage.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionAttachmentTypeForm.mjs +42 -13
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionAttachmentTypeForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationForm.mjs +212 -88
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationTransactionActionForm.mjs +52 -15
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeConfigurationTransactionActionForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeForm.mjs +156 -78
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeStatusForm.mjs +51 -14
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeStatusForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionForm.mjs +128 -35
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionFormFields.mjs +314 -140
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionTypeTransactionActionFormFields.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionUiActionForm.mjs +59 -16
- package/dist/udp/pages/UdpTransactionTypesPage/forms/UdpTransactionUiActionForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeCreateAndEditSidesheet.mjs +69 -18
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeCreateAndEditSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeSidesheet.mjs +301 -101
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionAttachmentTypeSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationCreateAndEditSidesheet.mjs +77 -22
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationCreateAndEditSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationSidesheet.mjs +445 -153
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionCreateAndEditSidesheet.mjs +115 -38
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionCreateAndEditSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionSidesheet.mjs +309 -107
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeConfigurationTransactionActionSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypePageConfigurationSidesheet.mjs +177 -41
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypePageConfigurationSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeSidesheet.mjs +2 -2
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusCreateAndEditSidesheet.mjs +69 -18
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusCreateAndEditSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusSidesheet.mjs +401 -140
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeStatusSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionCreateAndEditSidesheet.mjs +79 -23
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionCreateAndEditSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionSidesheet.mjs +388 -126
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionTypeTransactionActionSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionCreateAndEditSidesheet.mjs +119 -41
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionCreateAndEditSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionSidesheet.mjs +327 -111
- package/dist/udp/pages/UdpTransactionTypesPage/sidesheets/UdpTransactionUiActionSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.js +21 -9
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs +43 -31
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.js +8 -6
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs +11 -11
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.js +3 -3
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs +255 -112
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/AttachmentTransactionAttachmentList.mjs +58 -27
- package/dist/udp/pages/UdpTransactionsPage/components/AttachmentTransactionAttachmentList.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.js +17 -6
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.mjs +28 -21
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainFormFields.mjs +10 -10
- package/dist/udp/pages/UdpTransactionsPage/components/DynamicTransactionDomainFormFields.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/EditTransactionDetailsFooterItem.mjs +40 -9
- package/dist/udp/pages/UdpTransactionsPage/components/EditTransactionDetailsFooterItem.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.js +33 -9
- package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.mjs +22 -15
- package/dist/udp/pages/UdpTransactionsPage/components/UdpTransactionCustomPage.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachment.mjs +38 -11
- package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachment.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachmentPdfStitcher.mjs +26 -26
- package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachmentPdfStitcher.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachments.mjs +15 -5
- package/dist/udp/pages/UdpTransactionsPage/components/transactionAttachment/TransactionAttachments.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs +113 -20
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionChangeLog.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimeline.mjs +216 -123
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimeline.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimelineItem.mjs +53 -11
- package/dist/udp/pages/UdpTransactionsPage/components/transactionHistory/TransactionTimelineItem.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNote.mjs +96 -21
- package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNote.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNoteForm.mjs +102 -70
- package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNoteForm.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNotes.mjs +190 -74
- package/dist/udp/pages/UdpTransactionsPage/components/transactionNote/TransactionNotes.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/AttachmentTransaction.mjs +2 -2
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/AttachmentTransaction.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.d.ts.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.js +9 -6
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.js.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.mjs +15 -15
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransaction.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransactionHeaderItem.mjs +23 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/EditTransactionHeaderItem.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/ViewTransaction.mjs +14 -8
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/ViewTransaction.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/WorkflowActions.mjs +41 -15
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/WorkflowActions.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/sidesheets/enum.mjs.map +1 -1
- package/dist/udp/pages/UdpVerticalManagementPage/UdpVerticalManagementPage.mjs +11 -11
- package/dist/udp/pages/UdpVerticalManagementPage/UdpVerticalManagementPage.mjs.map +1 -1
- package/dist/udp/pages/UdpVerticalManagementPage/index.mjs.map +1 -1
- package/dist/udp/pages/UdpVerticalManagementSidesheet/UdpVerticalManagementSidesheet.mjs +15 -15
- package/dist/udp/pages/UdpVerticalManagementSidesheet/UdpVerticalManagementSidesheet.mjs.map +1 -1
- package/dist/udp/tags/index.d.ts +2 -0
- package/dist/udp/tags/index.d.ts.map +1 -0
- package/dist/udp/tags/index.js +2 -0
- package/dist/udp/tags/index.js.map +1 -0
- package/dist/udp/tags/useTags.d.ts +11 -0
- package/dist/udp/tags/useTags.d.ts.map +1 -0
- package/dist/udp/tags/useTags.js +40 -0
- package/dist/udp/tags/useTags.js.map +1 -0
- package/dist/udp/tags/useTags.mjs +37 -0
- package/dist/udp/tags/useTags.mjs.map +1 -0
- package/dist/udp/utilities/dateLocalizationHooks.mjs +40 -16
- package/dist/udp/utilities/dateLocalizationHooks.mjs.map +1 -1
- package/dist/udp/utilities/methodUtils.mjs.map +1 -1
- package/dist/udp/utilities/transactionConstants.mjs.map +1 -1
- package/dist/udp/utilities/useDateStringColumnDef.mjs +27 -15
- package/dist/udp/utilities/useDateStringColumnDef.mjs.map +1 -1
- package/dist/uploader/Attachments.mjs +21 -21
- package/dist/uploader/Attachments.mjs.map +1 -1
- package/dist/uploader/DragDropFileUpload.mjs.map +1 -1
- package/dist/uploader/enums/systemEnums.mjs.map +1 -1
- package/dist/uploader/utils/allowedFileProperties.mjs.map +1 -1
- package/dist/utilities/CustomNavigationClient.mjs.map +1 -1
- package/dist/utilities/DemoJuly/redirectToProduct.mjs.map +1 -1
- package/dist/utilities/TrimForAvatar.mjs.map +1 -1
- package/dist/utilities/aggrid/AgTable.mjs +165 -60
- package/dist/utilities/aggrid/AgTable.mjs.map +1 -1
- package/dist/utilities/aggrid/GridFunctions.mjs.map +1 -1
- package/dist/utilities/aggrid/SplitButton.mjs.map +1 -1
- package/dist/utilities/aggrid/aggridHelpers.mjs +26 -20
- package/dist/utilities/aggrid/aggridHelpers.mjs.map +1 -1
- package/dist/utilities/aggrid/datasources/SearchServiceDatasource.mjs.map +1 -1
- package/dist/utilities/apiClient.mjs.map +1 -1
- package/dist/utilities/apiHelpers.mjs +10 -10
- package/dist/utilities/apiHelpers.mjs.map +1 -1
- package/dist/utilities/auth/AadCallback.mjs +31 -7
- package/dist/utilities/auth/AadCallback.mjs.map +1 -1
- package/dist/utilities/auth/AuthProvider.mjs +2 -2
- package/dist/utilities/auth/AuthProvider.mjs.map +1 -1
- package/dist/utilities/auth/AuthProviderWrapper.mjs +10 -1
- package/dist/utilities/auth/AuthProviderWrapper.mjs.map +1 -1
- package/dist/utilities/auth/UserProvider.mjs +130 -39
- package/dist/utilities/auth/UserProvider.mjs.map +1 -1
- package/dist/utilities/auth/authActions.mjs.map +1 -1
- package/dist/utilities/auth/internal.mjs.map +1 -1
- package/dist/utilities/auth/signInAuthProvider.mjs.map +1 -1
- package/dist/utilities/auth/useAccessToken.mjs.map +1 -1
- package/dist/utilities/auth/useAuthedUser.mjs +18 -5
- package/dist/utilities/auth/useAuthedUser.mjs.map +1 -1
- package/dist/utilities/auth/useIsUnityAuthenticated.mjs.map +1 -1
- package/dist/utilities/auth/useSingleLogout.mjs +14 -6
- package/dist/utilities/auth/useSingleLogout.mjs.map +1 -1
- package/dist/utilities/auth/useUser.mjs.map +1 -1
- package/dist/utilities/auth/user.mjs.map +1 -1
- package/dist/utilities/auth/users.mjs +17 -2
- package/dist/utilities/auth/users.mjs.map +1 -1
- package/dist/utilities/auth/whitelistedPaths.internal.mjs.map +1 -1
- package/dist/utilities/axiosInterceptors.mjs.map +1 -1
- package/dist/utilities/catalog/CatalogUtilities.mjs.map +1 -1
- package/dist/utilities/chatBot/ChatBotContext.mjs.map +1 -1
- package/dist/utilities/chatBot/ChatBotProvider.mjs +78 -32
- package/dist/utilities/chatBot/ChatBotProvider.mjs.map +1 -1
- package/dist/utilities/chatBot/useChatBot.mjs.map +1 -1
- package/dist/utilities/crud/useDefaultFormValues.mjs.map +1 -1
- package/dist/utilities/customIcons/ApprovalIcon.mjs +31 -7
- package/dist/utilities/customIcons/ApprovalIcon.mjs.map +1 -1
- package/dist/utilities/customIcons/RejectIcon.mjs +31 -7
- package/dist/utilities/customIcons/RejectIcon.mjs.map +1 -1
- package/dist/utilities/entities/entityUtilities.mjs.map +1 -1
- package/dist/utilities/env.mjs.map +1 -1
- package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.mjs +102 -51
- package/dist/utilities/floorplanFunctions/gridVisualizationFunctions.mjs.map +1 -1
- package/dist/utilities/form/Field.mjs +193 -50
- package/dist/utilities/form/Field.mjs.map +1 -1
- package/dist/utilities/form/Form.mjs +102 -26
- package/dist/utilities/form/Form.mjs.map +1 -1
- package/dist/utilities/form/FormButtons.mjs +28 -6
- package/dist/utilities/form/FormButtons.mjs.map +1 -1
- package/dist/utilities/form/FormError.mjs +26 -12
- package/dist/utilities/form/FormError.mjs.map +1 -1
- package/dist/utilities/form/FormSpy.mjs +31 -2
- package/dist/utilities/form/FormSpy.mjs.map +1 -1
- package/dist/utilities/form/SubmitButton.mjs +48 -10
- package/dist/utilities/form/SubmitButton.mjs.map +1 -1
- package/dist/utilities/form/final-form-scroll/createDecorator.mjs.map +1 -1
- package/dist/utilities/form/final-form-scroll/findInput.mjs.map +1 -1
- package/dist/utilities/form/final-form-scroll/getAllInputs.mjs.map +1 -1
- package/dist/utilities/form/final-form-scroll/isFocusableInput.mjs.map +1 -1
- package/dist/utilities/form/formHooks.mjs +9 -3
- package/dist/utilities/form/formHooks.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/BankAccountForm.mjs +151 -37
- package/dist/utilities/form/paymentForm/BankAccountForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/BankIcon.mjs +42 -22
- package/dist/utilities/form/paymentForm/BankIcon.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CashForm.mjs +106 -24
- package/dist/utilities/form/paymentForm/CashForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CashIcon.mjs +41 -20
- package/dist/utilities/form/paymentForm/CashIcon.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CheckIcon.mjs +48 -28
- package/dist/utilities/form/paymentForm/CheckIcon.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CreditCardAdornment.mjs +31 -11
- package/dist/utilities/form/paymentForm/CreditCardAdornment.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CreditCardForm.mjs +147 -39
- package/dist/utilities/form/paymentForm/CreditCardForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CreditCardIcon.mjs +71 -27
- package/dist/utilities/form/paymentForm/CreditCardIcon.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/CreditCardUtils.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/DisableOverlay.mjs +31 -17
- package/dist/utilities/form/paymentForm/DisableOverlay.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/HostedPaymentError.mjs +48 -8
- package/dist/utilities/form/paymentForm/HostedPaymentError.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/NewCreditCardForm.mjs +258 -59
- package/dist/utilities/form/paymentForm/NewCreditCardForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/NewECheckForm.mjs +229 -48
- package/dist/utilities/form/paymentForm/NewECheckForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/PaymentBankDetails.mjs +141 -60
- package/dist/utilities/form/paymentForm/PaymentBankDetails.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/PaymentCard.mjs +51 -12
- package/dist/utilities/form/paymentForm/PaymentCard.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/PaymentCardDetail.mjs +249 -69
- package/dist/utilities/form/paymentForm/PaymentCardDetail.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/PaymentDropdown.mjs +110 -56
- package/dist/utilities/form/paymentForm/PaymentDropdown.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/PaymentForm.mjs +65 -65
- package/dist/utilities/form/paymentForm/PaymentForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/TabPanel.mjs +51 -8
- package/dist/utilities/form/paymentForm/TabPanel.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/usePaymentProviderForm.mjs +73 -22
- package/dist/utilities/form/paymentForm/usePaymentProviderForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.mjs +5 -5
- package/dist/utilities/form/paymentForm/vendorsForms/FiservForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.mjs +10 -10
- package/dist/utilities/form/paymentForm/vendorsForms/ICheckForm.mjs.map +1 -1
- package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.mjs +15 -15
- package/dist/utilities/form/paymentForm/vendorsForms/PaymentusForm.mjs.map +1 -1
- package/dist/utilities/form/useFieldChangeListener.mjs +29 -12
- package/dist/utilities/form/useFieldChangeListener.mjs.map +1 -1
- package/dist/utilities/i18n/initializeI18n.mjs +8 -4
- package/dist/utilities/i18n/initializeI18n.mjs.map +1 -1
- package/dist/utilities/iconLibrary/FluentIcon.mjs +49 -5
- package/dist/utilities/iconLibrary/FluentIcon.mjs.map +1 -1
- package/dist/utilities/iconLibrary/IconLibrary.mjs +224 -75
- package/dist/utilities/iconLibrary/IconLibrary.mjs.map +1 -1
- package/dist/utilities/iconLibrary/SelectedLibraryItem.mjs +119 -14
- package/dist/utilities/iconLibrary/SelectedLibraryItem.mjs.map +1 -1
- package/dist/utilities/iconLibrary/SvgIcon.mjs +26 -9
- package/dist/utilities/iconLibrary/SvgIcon.mjs.map +1 -1
- package/dist/utilities/iconLibrary/UnityFluentIcon.mjs +37 -10
- package/dist/utilities/iconLibrary/UnityFluentIcon.mjs.map +1 -1
- package/dist/utilities/iconLibrary/UnityIcon.mjs +41 -5
- package/dist/utilities/iconLibrary/UnityIcon.mjs.map +1 -1
- package/dist/utilities/iconLibrary/UnityIconLibrary.mjs.map +1 -1
- package/dist/utilities/input/DateUtilities.mjs.map +1 -1
- package/dist/utilities/input/SelectUtilities.mjs.map +1 -1
- package/dist/utilities/input/StringUtilities.mjs.map +1 -1
- package/dist/utilities/isValueSelected.mjs.map +1 -1
- package/dist/utilities/maintenanceEngine/CrudBrowserUtilities.mjs.map +1 -1
- package/dist/utilities/menus/MenuProvider.mjs +142 -66
- package/dist/utilities/menus/MenuProvider.mjs.map +1 -1
- package/dist/utilities/menus/menuUtilities.mjs.map +1 -1
- package/dist/utilities/menus/redirectToLink.mjs.map +1 -1
- package/dist/utilities/page/PageSubHeaderAction.mjs +10 -2
- package/dist/utilities/page/PageSubHeaderAction.mjs.map +1 -1
- package/dist/utilities/provider/ActionProvider.mjs +48 -48
- package/dist/utilities/provider/ActionProvider.mjs.map +1 -1
- package/dist/utilities/redirect/ExternalRedirectUrlStorage.mjs.map +1 -1
- package/dist/utilities/redirect/LocalRedirectUrlStorage.mjs.map +1 -1
- package/dist/utilities/redirect/pages/OutlookCallback.mjs +2 -2
- package/dist/utilities/redirect/pages/OutlookCallback.mjs.map +1 -1
- package/dist/utilities/rules/RuleUtilities.mjs.map +1 -1
- package/dist/utilities/search/SearchUtilities.mjs +87 -73
- package/dist/utilities/search/SearchUtilities.mjs.map +1 -1
- package/dist/utilities/storage/UnitySessionStorage.mjs.map +1 -1
- package/dist/utilities/stringUtils.mjs.map +1 -1
- package/dist/utilities/style/ContentContainer.mjs +25 -1
- package/dist/utilities/style/ContentContainer.mjs.map +1 -1
- package/dist/utilities/style/colorConverter.mjs.map +1 -1
- package/dist/utilities/style/colors.mjs.map +1 -1
- package/dist/utilities/style/utils/styleUtils.mjs.map +1 -1
- package/dist/utilities/style/verticalStyles.mjs +204 -107
- package/dist/utilities/style/verticalStyles.mjs.map +1 -1
- package/dist/utilities/tenant/TenantAccessDialog.mjs +35 -11
- package/dist/utilities/tenant/TenantAccessDialog.mjs.map +1 -1
- package/dist/utilities/tenant/TenantProvider.mjs +48 -22
- package/dist/utilities/tenant/TenantProvider.mjs.map +1 -1
- package/dist/utilities/tenant/TenantSelect.mjs +128 -44
- package/dist/utilities/tenant/TenantSelect.mjs.map +1 -1
- package/dist/utilities/tenant/UdpTenantSelect.mjs +79 -19
- package/dist/utilities/tenant/UdpTenantSelect.mjs.map +1 -1
- package/dist/utilities/tenant/tenantContext.mjs.map +1 -1
- package/dist/utilities/tenant/useTenant.mjs.map +1 -1
- package/dist/utilities/theme/brand.mjs.map +1 -1
- package/dist/utilities/theme/index.d.ts +1 -0
- package/dist/utilities/theme/index.d.ts.map +1 -1
- package/dist/utilities/theme/index.js +1 -0
- package/dist/utilities/theme/index.js.map +1 -1
- package/dist/utilities/theme/index.mjs +6 -0
- package/dist/utilities/theme/systemColors.mjs +20 -7
- package/dist/utilities/theme/systemColors.mjs.map +1 -1
- package/dist/utilities/theme/theme.js +1 -1
- package/dist/utilities/theme/theme.js.map +1 -1
- package/dist/utilities/theme/theme.mjs +274 -224
- package/dist/utilities/theme/theme.mjs.map +1 -1
- package/dist/utilities/theme/useTheme.mjs +3 -1
- package/dist/utilities/theme/useTheme.mjs.map +1 -1
- package/dist/utilities/transactions/useTransactionEngine.d.ts +3 -2
- package/dist/utilities/transactions/useTransactionEngine.d.ts.map +1 -1
- package/dist/utilities/transactions/useTransactionEngine.js +14 -10
- package/dist/utilities/transactions/useTransactionEngine.js.map +1 -1
- package/dist/utilities/transactions/useTransactionEngine.mjs +358 -161
- package/dist/utilities/transactions/useTransactionEngine.mjs.map +1 -1
- package/dist/utilities/tree/TreeUtilities.d.ts +2 -1
- package/dist/utilities/tree/TreeUtilities.d.ts.map +1 -1
- package/dist/utilities/tree/TreeUtilities.js +170 -162
- package/dist/utilities/tree/TreeUtilities.js.map +1 -1
- package/dist/utilities/tree/TreeUtilities.mjs +8 -4
- package/dist/utilities/tree/TreeUtilities.mjs.map +1 -1
- package/dist/utilities/uploader/FileProfile.mjs +83 -10
- package/dist/utilities/uploader/FileProfile.mjs.map +1 -1
- package/dist/utilities/uploader/FileType.mjs +114 -41
- package/dist/utilities/uploader/FileType.mjs.map +1 -1
- package/dist/utilities/uploader/FileUpload.mjs +174 -74
- package/dist/utilities/uploader/FileUpload.mjs.map +1 -1
- package/dist/utilities/uploader/ImagePreview.mjs +21 -5
- package/dist/utilities/uploader/ImagePreview.mjs.map +1 -1
- package/dist/utilities/uploader/formatBytes.mjs.map +1 -1
- package/dist/utilities/useApiQuery.mjs +41 -12
- package/dist/utilities/useApiQuery.mjs.map +1 -1
- package/dist/utilities/useAxiosGet.mjs.map +1 -1
- package/dist/utilities/useAxiosMutate.mjs.map +1 -1
- package/dist/utilities/useDevicePixelRatio.mjs +21 -7
- package/dist/utilities/useDevicePixelRatio.mjs.map +1 -1
- package/dist/utilities/useGravatar.mjs +36 -12
- package/dist/utilities/useGravatar.mjs.map +1 -1
- package/dist/utilities/usePrevious.mjs.map +1 -1
- package/dist/utilities/utilityBar/InquiryHeaderControl.mjs +17 -2
- package/dist/utilities/utilityBar/InquiryHeaderControl.mjs.map +1 -1
- package/dist/utilities/utilityBar/InquiryHeaderSecondary.mjs +17 -2
- package/dist/utilities/utilityBar/InquiryHeaderSecondary.mjs.map +1 -1
- package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.mjs +17 -2
- package/dist/utilities/utilityBar/InquiryHeaderSecondaryAlert.mjs.map +1 -1
- package/dist/utilities/utilityBar/InquiryHeaderTitle.mjs +18 -3
- package/dist/utilities/utilityBar/InquiryHeaderTitle.mjs.map +1 -1
- package/dist/utilities/utilityBar/SubHeaderAction.mjs +38 -7
- package/dist/utilities/utilityBar/SubHeaderAction.mjs.map +1 -1
- package/dist/utilities/utilityBar/UtilityBarInport.mjs +18 -3
- package/dist/utilities/utilityBar/UtilityBarInport.mjs.map +1 -1
- package/dist/utilities/workflow/workflowUtilities.mjs.map +1 -1
- package/dist/workflow/WorkflowContainer.mjs +324 -107
- package/dist/workflow/WorkflowContainer.mjs.map +1 -1
- package/dist/workflow/WorkflowContent.mjs.map +1 -1
- package/dist/workflow/WorkflowUiInterruptContent.mjs +26 -26
- package/dist/workflow/WorkflowUiInterruptContent.mjs.map +1 -1
- package/dist/workflow/components/WorkflowTaskFlow.mjs +201 -50
- package/dist/workflow/components/WorkflowTaskFlow.mjs.map +1 -1
- package/dist/workflow/menus/WorkflowTreeMenu.mjs +7 -7
- package/dist/workflow/menus/WorkflowTreeMenu.mjs.map +1 -1
- package/dist/workflow/menus/WorkflowTreeMenuItem.mjs +13 -13
- package/dist/workflow/menus/WorkflowTreeMenuItem.mjs.map +1 -1
- package/package.json +3606 -895
- package/dist/udp/pages/UdpFormsSubmissionGrid/index.mjs.map +0 -1
package/README.md
CHANGED
|
@@ -1,337 +1,138 @@
|
|
|
1
|
-
# `udp-react-enterprise-component-library`
|
|
1
|
+
# `udp-react-enterprise-component-library`
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
The definitive React surface for building enterprise applications on the Univerus Development Platform. This is the top of a three-layer stack:
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
1. **`udp-stencil-component-library`** — core Web Components built with StencilJS.
|
|
6
|
+
2. **`udp-react-stencil-component-library`** — auto-generated React wrappers around the stencil components.
|
|
7
|
+
3. **`udp-react-enterprise-component-library`** *(this package)* — the public library apps consume. Adds the provider stack, auth + tenant integration, data-fetching hooks, shell chrome, and high-level page templates on top of the wrapped stencil components.
|
|
6
8
|
|
|
7
|
-
|
|
8
|
-
1. **`udp-stencil-component-library`**: The foundation, providing a set of core Web Components built with StencilJS.
|
|
9
|
-
2. **`udp-react-stencil-component-library`**: A wrapper that makes the Stencil web components seamlessly usable within a React environment.
|
|
10
|
-
3. **`udp-react-enterprise-component-library` (This Library)**: The final layer that consumes the wrapped Stencil components and adds complex, application-level components, integrated authentication, state management, and enterprise-specific features using the Fluent UI design system.
|
|
9
|
+
Full documentation is published to Univerus Hub — see [hub.dev.univerus.com](https://hub.dev.univerus.com) for the searchable TechDocs site generated from this package.
|
|
11
10
|
|
|
12
|
-
##
|
|
11
|
+
## Framework
|
|
13
12
|
|
|
14
|
-
|
|
13
|
+
- [App Provider](src/providers/README.md)
|
|
14
|
+
- [Shell](src/shell/README.md)
|
|
15
|
+
- [Config Service](src/configService/README.md)
|
|
16
|
+
- [Auth](src/utilities/auth/README.md) · [User](src/utilities/auth/user.md) · [Tenant](src/utilities/tenant/README.md)
|
|
17
|
+
- [Routes](src/routes/README.md)
|
|
18
|
+
- [Data Fetching](src/utilities/data-fetching.md)
|
|
15
19
|
|
|
16
|
-
|
|
17
|
-
* **🔐 Integrated Authentication**: The library includes a complete authentication solution using MSAL (`AuthProvider`). It handles user login, session management, and access token acquisition, simplifying application security.
|
|
18
|
-
* **🌍 Global State Management**: We use **Zustand** for efficient and predictable state management. The library provides pre-configured stores for shared application state like UI (`shellStore`), user/tenant info (`tenantStore`), API data (`catalogStore`), and more.
|
|
19
|
-
* **📊 Powerful Data Grids & Visualizations**: By leveraging **AG Grid**, the library offers powerful and highly customizable data grids (`AmbientGridTemplate`, `ServerSideUdpGrid`) with built-in support for server-side operations, filtering, sorting, and custom rendering. It also includes a rich set of chart components for data visualization.
|
|
20
|
+
More coming — forms, data browser, workflows, maps, charts.
|
|
20
21
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## Build Process & Modular Exports
|
|
24
|
-
|
|
25
|
-
This library employs an advanced build system that optimizes for both developer experience and runtime performance through intelligent export management.
|
|
26
|
-
|
|
27
|
-
### Dual Export Strategy
|
|
28
|
-
|
|
29
|
-
The library provides **dual export patterns** to maximize flexibility and tree-shaking benefits:
|
|
30
|
-
|
|
31
|
-
1. **Barrel Exports**: All components are exported from the root `index.js` for convenient development:
|
|
32
|
-
```js
|
|
33
|
-
import { FluentButton, FluentDialog, FluentDataTable } from 'udp-react-enterprise-component-library';
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
2. **Modular Exports**: Each component is also available as a direct module import for optimal tree-shaking:
|
|
37
|
-
```js
|
|
38
|
-
import { FluentButton } from 'udp-react-enterprise-component-library/UI/inputs/buttons';
|
|
39
|
-
import { FluentDialog } from 'udp-react-enterprise-component-library/UI/feedback';
|
|
40
|
-
import { FluentDataTable } from 'udp-react-enterprise-component-library/UI/dataDisplay/FluentDataTable';
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
### Export Map Generation
|
|
44
|
-
|
|
45
|
-
During the build process the system performs a glob-based scan of the `src` tree and automatically generates an **export map** (`export-map.json`) that catalogs every component and its corresponding module path. The generator looks for `index.*` files (for example `index.ts` or `index.js`) inside child directories of `src` and treats each discovered index as an export entry. This means you can add a local `index.ts` file in a subfolder and it will be picked up and published automatically.
|
|
46
|
-
|
|
47
|
-
Example:
|
|
48
|
-
|
|
49
|
-
Project layout:
|
|
50
|
-
|
|
51
|
-
```
|
|
52
|
-
src/
|
|
53
|
-
UI/
|
|
54
|
-
inputs/
|
|
55
|
-
buttons/
|
|
56
|
-
index.ts <-- exported as `UI/inputs/buttons`
|
|
57
|
-
utilities/
|
|
58
|
-
auth/
|
|
59
|
-
index.js <-- exported as `utilities/auth`
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
Resulting `export-map.json` entries:
|
|
63
|
-
|
|
64
|
-
```json
|
|
65
|
-
{
|
|
66
|
-
"FluentButton": "UI/inputs/buttons",
|
|
67
|
-
"AuthProvider": "utilities/auth"
|
|
68
|
-
}
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
This export map is the source of truth the plugin uses to rewrite barrel imports to modular imports during build.
|
|
72
|
-
|
|
73
|
-
### Vite Plugin Integration
|
|
74
|
-
|
|
75
|
-
The previous monorepo plugin-based barrel rewrite flow has been superseded by the library bundler output. Modular exports are now produced by the package build itself.
|
|
22
|
+
## Getting Started
|
|
76
23
|
|
|
77
|
-
**
|
|
78
|
-
```js
|
|
79
|
-
// Developer writes:
|
|
80
|
-
import { FluentButton, FluentDialog } from 'udp-react-enterprise-component-library';
|
|
24
|
+
The fastest way to stand up a new UDP app is to clone the **[starter-kit](https://github.com/univerus/starter-kit)** — it comes pre-wired with the four files described below, Vite config, env files for each environment, and a working dashboard widget so you have something to `pnpm dev` against on day one.
|
|
81
25
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
26
|
+
```bash
|
|
27
|
+
git clone git@github.com:univerus/starter-kit.git my-app
|
|
28
|
+
cd my-app/frontend
|
|
29
|
+
pnpm install
|
|
30
|
+
pnpm dev
|
|
85
31
|
```
|
|
86
32
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
This approach delivers the best of both worlds:
|
|
90
|
-
- **Developer Experience**: Clean, simple imports during development
|
|
91
|
-
- **Bundle Optimization**: Automatic tree-shaking eliminates unused components from production bundles
|
|
92
|
-
- **Performance**: Reduced bundle sizes lead to faster load times and better user experience
|
|
93
|
-
- **Maintainability**: Centralized export management without manual import path maintenance
|
|
94
|
-
|
|
95
|
-
---
|
|
33
|
+
If you're wiring the library into an existing app instead, you need four files in `src/`:
|
|
96
34
|
|
|
97
|
-
|
|
35
|
+
### 1. `src/index.jsx` — entry point
|
|
98
36
|
|
|
99
|
-
|
|
37
|
+
Boot the runtime config **before** rendering, then mount `<App />`.
|
|
100
38
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
Example (developer code):
|
|
107
|
-
```js
|
|
108
|
-
// route-level lazy loading keeps large pages out of the main bundle
|
|
109
|
-
const SupportCaseListPage = React.lazy(() => import('udp-react-enterprise-component-library/SupportCaseList'));
|
|
110
|
-
```
|
|
39
|
+
```jsx
|
|
40
|
+
import React from 'react';
|
|
41
|
+
import { createRoot } from 'react-dom/client';
|
|
42
|
+
import App from './App';
|
|
43
|
+
import { loadUdpRuntimeConfig } from './udp-runtime-config';
|
|
111
44
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
import SupportCaseList from 'udp-react-enterprise-component-library/UDP/SupportCaseList';
|
|
115
|
-
// ...this allows Rollup/Vite to split `SupportCaseList` into its own chunk
|
|
45
|
+
loadUdpRuntimeConfig();
|
|
46
|
+
createRoot(document.getElementById('root')).render(<App />);
|
|
116
47
|
```
|
|
117
48
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
49
|
+
`loadUdpRuntimeConfig()` must run before any component that touches [`ConfigService`](src/configService/README.md) (auth, API URLs, product/tenant ids all read from it).
|
|
50
|
+
|
|
51
|
+
### 2. `src/udp-runtime-config.ts` — env → `ConfigService`
|
|
52
|
+
|
|
53
|
+
Maps Vite `import.meta.env.*` vars onto the shape `ConfigService` expects, then pushes it in via `loadConfigObject`:
|
|
54
|
+
|
|
55
|
+
```ts
|
|
56
|
+
import { ConfigService } from '@univerus/udp-react-enterprise-component-library';
|
|
57
|
+
|
|
58
|
+
export function loadUdpRuntimeConfig() {
|
|
59
|
+
ConfigService.loadConfigObject({
|
|
60
|
+
UNITY_API_DOMAIN: import.meta.env.REACT_APP_UNITY_API_DOMAIN ?? 'https://gateway.unitydev.ca',
|
|
61
|
+
PRODUCT_API_DOMAIN: import.meta.env.REACT_APP_PRODUCT_API_DOMAIN ?? '',
|
|
62
|
+
UNITY_PRODUCT_ID: import.meta.env.REACT_APP_UNITY_PRODUCT_ID ?? '',
|
|
63
|
+
MSAL_CLIENT_ID: import.meta.env.REACT_APP_MSAL_CLIENT_ID ?? '',
|
|
64
|
+
MSAL_TENANT: import.meta.env.REACT_APP_MSAL_TENANT ?? '',
|
|
65
|
+
MSAL_API_ACCESS_SCOPE: import.meta.env.REACT_APP_MSAL_API_ACCESS_SCOPE ?? '',
|
|
66
|
+
UNITY_URL: import.meta.env.REACT_APP_UNITY_URL ?? 'https://unitydev.ca',
|
|
67
|
+
UNITY_TENANT_ID: import.meta.env.REACT_APP_UNITY_TENANT_ID ?? '',
|
|
68
|
+
UNITY_VERTICAL_ID: import.meta.env.REACT_APP_UNITY_VERTICAL_ID ?? '',
|
|
69
|
+
USE_AAD_REDIRECT: import.meta.env.REACT_APP_USE_AAD_REDIRECT === 'true',
|
|
70
|
+
UNITY_ENVIRONMENT: import.meta.env.REACT_APP_UNITY_ENVIRONMENT,
|
|
71
|
+
SIGN_IN_POLICY: import.meta.env.REACT_APP_SIGN_IN_POLICY ?? 'B2C_1A_signup_signin_v2',
|
|
72
|
+
});
|
|
73
|
+
}
|
|
128
74
|
```
|
|
129
75
|
|
|
130
|
-
|
|
76
|
+
See the starter-kit's [`.env.development`](https://github.com/univerus/starter-kit/blob/development/frontend/.env.development) / `.env.production` etc. for the matching variable set per environment.
|
|
131
77
|
|
|
132
|
-
|
|
78
|
+
### 3. `src/App.jsx` — provider root
|
|
133
79
|
|
|
134
|
-
|
|
80
|
+
Wrap your routes in [`UdpAppProvider`](src/providers/README.md). It mounts theme, TanStack Query, MSAL/auth, user, tenant, router, and snackbar in the right order — you should not mount any of them yourself.
|
|
135
81
|
|
|
136
82
|
```jsx
|
|
137
|
-
// Example of the setup in starter-client's App.js
|
|
138
|
-
|
|
139
83
|
import React from 'react';
|
|
140
|
-
import {
|
|
141
|
-
import
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
<AuthProvider>
|
|
149
|
-
{/* ThemeProvider applies the Fluent UI theme */}
|
|
150
|
-
<ThemeProvider>
|
|
151
|
-
{/* Shell is the main layout component for the entire application */}
|
|
152
|
-
<Shell siteName="My Application">
|
|
153
|
-
{/* UdpRoutes contains all your application's page routes */}
|
|
154
|
-
<UdpRoutes />
|
|
155
|
-
</Shell>
|
|
156
|
-
</ThemeProvider>
|
|
157
|
-
</AuthProvider>
|
|
158
|
-
</BrowserRouter>
|
|
159
|
-
);
|
|
160
|
-
}
|
|
84
|
+
import { UdpAppProvider } from '@univerus/udp-react-enterprise-component-library';
|
|
85
|
+
import Routes from './Routes';
|
|
86
|
+
|
|
87
|
+
const App = () => (
|
|
88
|
+
<UdpAppProvider>
|
|
89
|
+
<Routes />
|
|
90
|
+
</UdpAppProvider>
|
|
91
|
+
);
|
|
161
92
|
|
|
162
93
|
export default App;
|
|
163
94
|
```
|
|
164
95
|
|
|
165
|
-
|
|
96
|
+
### 4. `src/Routes.jsx` — shell + route table
|
|
166
97
|
|
|
167
|
-
|
|
98
|
+
Render [`<Shell>`](src/shell/README.md) once at the top; put `<PrivateRoute>` / `<Redirect>` children inside it.
|
|
168
99
|
|
|
169
|
-
|
|
100
|
+
```jsx
|
|
101
|
+
import React, { lazy } from 'react';
|
|
102
|
+
import {
|
|
103
|
+
PageContainer,
|
|
104
|
+
PrivateRoute,
|
|
105
|
+
Shell,
|
|
106
|
+
Redirect,
|
|
107
|
+
} from '@univerus/udp-react-enterprise-component-library';
|
|
108
|
+
import AppBarControls from './appBarContent/AppBarControls';
|
|
109
|
+
import widgets from './dashboard/widgets';
|
|
110
|
+
|
|
111
|
+
const TestShell = lazy(() => import('./routes/test/TestShell'));
|
|
112
|
+
|
|
113
|
+
const Routes = () => (
|
|
114
|
+
<Shell
|
|
115
|
+
appContent={<AppBarControls />}
|
|
116
|
+
navRoot='Home'
|
|
117
|
+
siteName='My App'
|
|
118
|
+
widgets={widgets}
|
|
119
|
+
>
|
|
120
|
+
<PrivateRoute exact path='/' render={props => <PageContainer isHomePage {...props} />} />
|
|
121
|
+
<Redirect exact from='/home' to='/' />
|
|
122
|
+
<PrivateRoute path='/test' exact component={TestShell} />
|
|
123
|
+
</Shell>
|
|
124
|
+
);
|
|
125
|
+
|
|
126
|
+
export default Routes;
|
|
127
|
+
```
|
|
170
128
|
|
|
171
|
-
###
|
|
172
|
-
This is a powerful, generic page designed for browsing, filtering, and managing large datasets. It connects directly to an API endpoint defined in the API catalog.
|
|
173
|
-
* **Functionality**: Provides a full-featured data grid experience with minimal configuration.
|
|
174
|
-
* **Features**: Includes advanced search capabilities, column filtering, sorting, pagination, and the ability to perform actions (view, edit, delete) on individual rows.
|
|
175
|
-
* **Use Case**: Ideal for any scenario where users need to view and interact with a list of business objects, such as a list of customers, orders, or assets.
|
|
176
|
-
|
|
177
|
-
### `UdpMaintenanceEnginePage`
|
|
178
|
-
This component provides a generic "maintenance" screen for performing CRUD (Create, Read, Update, Delete) operations on any entity defined in the API catalog.
|
|
179
|
-
* **Functionality**: It dynamically generates a data grid and corresponding forms for editing, creating, and viewing records.
|
|
180
|
-
* **Use Case**: Perfect for administrative back-office applications or any situation where users need to manage system data directly.
|
|
181
|
-
|
|
182
|
-
### `InquiryContainer`
|
|
183
|
-
The `InquiryContainer` is designed for building complex data exploration and investigation interfaces. It allows you to create screens where users can navigate through related data entities.
|
|
184
|
-
* **Functionality**: It typically presents a master-detail or a tree-based layout. Users can select an item in a list or tree to see its detailed information and related child entities in a separate panel.
|
|
185
|
-
* **Use Case**: Excellent for investigative analysis, such as exploring a customer's full history, including their orders, support tickets, and contact information, all in one connected view.
|
|
186
|
-
|
|
187
|
-
### `WorkflowContainer`
|
|
188
|
-
This container is designed to guide users through structured, multi-step business processes.
|
|
189
|
-
* **Functionality**: Manages the state, progression, and UI for a series of defined steps or tasks. It can render different forms or components at each stage of the workflow and handle the logic for moving between steps.
|
|
190
|
-
* **Use Case**: Ideal for processes like new user onboarding, multi-stage approval processes, or complex data entry tasks that need to be broken down into manageable parts.
|
|
191
|
-
|
|
192
|
-
---
|
|
193
|
-
|
|
194
|
-
## UI Component Reference
|
|
195
|
-
|
|
196
|
-
The library provides a vast collection of components, categorized by function.
|
|
197
|
-
|
|
198
|
-
### Layout & Structure
|
|
199
|
-
|
|
200
|
-
Components for organizing page content and overall application layout.
|
|
201
|
-
* **`Shell`**: The main application wrapper including header, sidebar, and content area.
|
|
202
|
-
* **`Page`, `PageContainer`, `PageContent`**: Components for structuring the content of a page.
|
|
203
|
-
* **`PageHeader`, `PageSectionHeader`**: Headers for pages and sections within a page.
|
|
204
|
-
* **`GridGroup`, `GridRow`, `GridUnit`**: A set of components for creating flexible grid layouts.
|
|
205
|
-
* **`HeaderLayout`, `SideBarTemplate`, `DraggableSidebarTemplate`**: Pre-defined page layouts.
|
|
206
|
-
* **`SplitScreen`**: Creates a resizable split-screen view.
|
|
207
|
-
|
|
208
|
-
### Navigation
|
|
209
|
-
|
|
210
|
-
Components for user navigation and flow control.
|
|
211
|
-
* **`NavigationSidebar`, `MiniCollapsibleSidebar`**: The primary application navigation menus.
|
|
212
|
-
* **`UdpTabs`, `FluentSimpleTabs`**: Tab components for organizing content.
|
|
213
|
-
* **`BreadCrumbMenu`**: A breadcrumb component for showing navigation hierarchy.
|
|
214
|
-
* **`AmbientStepper`**: A stepper component to guide users through a sequence of steps.
|
|
215
|
-
* **`AppMenu`, `AppMenuItem`**: Components for building in-app menus.
|
|
216
|
-
* **`BaseTreeMenu`**: A component for creating hierarchical tree menus.
|
|
217
|
-
|
|
218
|
-
### Buttons
|
|
219
|
-
|
|
220
|
-
A wide variety of buttons for different user actions and contexts.
|
|
221
|
-
* **`FluentButton`, `FluentCompoundButton`, `FluentIconButton`**: Standard, compound, and icon-only buttons based on Fluent UI.
|
|
222
|
-
* **`IconButtonWithToolTip`**: An icon button that includes a tooltip on hover.
|
|
223
|
-
* **`ActionSpeedDial`**: A floating action button that expands to show more actions.
|
|
224
|
-
* **`AmbientTokenButton`, `AmbientChipButton`, `AmbientCardButton`**: Stylized buttons for specific use cases.
|
|
225
|
-
* **`ToolBarButton`**: Buttons designed for use in toolbars.
|
|
226
|
-
* **`AdvanceButton`**: A button for progressing in a workflow or stepper.
|
|
227
|
-
|
|
228
|
-
### Forms & Inputs
|
|
229
|
-
|
|
230
|
-
A comprehensive suite of form controls, primarily designed to work with `react-final-form`.
|
|
231
|
-
|
|
232
|
-
#### Text & Numeric
|
|
233
|
-
* **`FluentTextField`, `AmbientTextField`**: General-purpose text input fields.
|
|
234
|
-
* **`FluentSearchField`**: A text field specifically styled for search inputs.
|
|
235
|
-
* **`FluentTagField`**: An input for entering and displaying tags.
|
|
236
|
-
* **`KeyValueTextField`**: A specialized field for entering key-value pairs.
|
|
237
|
-
|
|
238
|
-
#### Selection Controls
|
|
239
|
-
* **`FluentSelectMenu`, `FluentSimpleSelect`**: Dropdown select menus.
|
|
240
|
-
* **`FluentCheckbox`**: A standard checkbox.
|
|
241
|
-
* **`FluentRadioGroup`, `FluentRadio`**: Radio buttons for single selection from a list.
|
|
242
|
-
* **`FluentToggle`**: An on/off switch.
|
|
243
|
-
* **`AmbientToggleButton`, `AmbientToggleButtonGroup`**: A group of toggle buttons.
|
|
244
|
-
* **`FluentScrollLoadAutocompleteMenu`, `AmbientAutoComplete`**: Autocomplete inputs that can load data on scroll.
|
|
245
|
-
|
|
246
|
-
#### Date & Time Pickers
|
|
247
|
-
* **`FluentDatePicker`, `FluentDateTimePicker`, `FluentTimePicker`**: Controls for selecting dates and times.
|
|
248
|
-
* **`UdpDateSelector`, `UdpTimeSelector`**: Alternative date and time selectors.
|
|
249
|
-
* **`AmbientDateRangeSelector`**: A specialized control for selecting a date range.
|
|
250
|
-
|
|
251
|
-
#### Specialized Inputs
|
|
252
|
-
* **`FileImportMappingWizard`**: A full wizard component for guiding users through a file import and data mapping process.
|
|
253
|
-
* **`FieldArrayCard`**: A card component for managing a dynamic array of fields in a form.
|
|
254
|
-
* **`CkRichEditor`**: A rich text editor for formatted text input.
|
|
255
|
-
* **`FileUpload`, `DragDropFileUpload`**: Components for file uploads.
|
|
256
|
-
* **`FluentColorPicker`**: A control for selecting a color.
|
|
257
|
-
|
|
258
|
-
### Data Display
|
|
259
|
-
|
|
260
|
-
Components for presenting information to the user in various formats.
|
|
261
|
-
|
|
262
|
-
#### Cards
|
|
263
|
-
* **`AmbientCard`, `FluentCard`**: General-purpose container cards.
|
|
264
|
-
* **`WidgetCard`, `InfoCard`, `QuickViewCard`**: Specialized cards for dashboards and quick information display.
|
|
265
|
-
* **`NewsCard`, `BioCard`, `WorkOrderCard`**: Cards designed for specific types of content.
|
|
266
|
-
* **`AmbientVisualizationCard`**: A card specifically for holding charts and other visualizations.
|
|
267
|
-
|
|
268
|
-
#### Lists
|
|
269
|
-
* **`AmbientList`, `CompactDataList`**: Flexible list components.
|
|
270
|
-
* **`FluentListElement`, `FluentListItem`**: Components for building custom lists.
|
|
271
|
-
* **`Directory`, `AddressListItem`**: Specialized list formats for directories and addresses.
|
|
272
|
-
* **`CardList`**: A component that renders a list of items as cards.
|
|
273
|
-
|
|
274
|
-
#### Grids & Tables
|
|
275
|
-
* **`AmbientGridTemplate`, `UdpGridTemplate`**: High-level, feature-rich AG Grid templates.
|
|
276
|
-
* **`ServerSideUdpGrid`, `ClientSideUdpGrid`, `ApiMethodUdpGrid`**: Grid implementations for different data fetching strategies.
|
|
277
|
-
* **`FluentDataTable`**: A simpler, lighter table component.
|
|
278
|
-
* **`NestedGrid`**: A grid that supports expandable rows to show nested child grids.
|
|
279
|
-
|
|
280
|
-
#### Headers
|
|
281
|
-
* **`PrimaryActionHeader`**: A prominent header with a title and primary action buttons, often used with grids.
|
|
282
|
-
* **`EntityHeader`**: A detailed header for displaying key information about a single data entity.
|
|
283
|
-
* **`SideSheetHeader`**: A standardized header for use in side sheets.
|
|
284
|
-
|
|
285
|
-
#### Chips, Badges & Tags
|
|
286
|
-
* **`StatusChip`**: A chip designed to display a status (e.g., "Active", "Pending").
|
|
287
|
-
* **`AggregateChip`**: A chip used to display an aggregated value.
|
|
288
|
-
* **`IndicatorChip`**: A general-purpose indicator chip.
|
|
289
|
-
|
|
290
|
-
#### Timelines
|
|
291
|
-
* **`UdpTimeline`, `FluentTimeline`**: Components for displaying a sequence of events over time.
|
|
292
|
-
* **`MttMainTimeline`**: A multi-threaded timeline for visualizing parallel event streams.
|
|
293
|
-
* **`TimelineCalendar`**: A component that combines a calendar view with a timeline.
|
|
294
|
-
|
|
295
|
-
### Feedback & Loading
|
|
296
|
-
|
|
297
|
-
Components for communicating state and progress to the user.
|
|
298
|
-
* **`FluentDialog`**: A modal dialog for important messages or actions.
|
|
299
|
-
* **`AmbientAlert`, `UdpAlert`**: Alert components for displaying messages (success, error, info, warning).
|
|
300
|
-
* **`SideSheet`**: A panel that slides in from the side of the screen, often used for editing or detail views.
|
|
301
|
-
* **`AmbientToast`**: A non-intrusive notification that appears briefly.
|
|
302
|
-
* **`PageLoading`, `LoadingOverlay`, `LoadingIndicator`**: Various styles of loading indicators.
|
|
303
|
-
* **`LinearProgress`, `CircularProgress`**: Progress bars.
|
|
304
|
-
|
|
305
|
-
### Charts & Visualization
|
|
306
|
-
|
|
307
|
-
A rich set of components for visualizing data.
|
|
308
|
-
* **`UdpBarChart`, `UdpDonutChart`, `UdpLineChart`, `UdpDistributionChart`**: Standard chart types.
|
|
309
|
-
* **`AmSankeyChart`**: A Sankey diagram for visualizing flows.
|
|
310
|
-
* **`GaugeGraph`, `CircleGaugeWidget`**: Gauge components for displaying a value within a range.
|
|
311
|
-
* **`SparklineWidget`**: A small, inline chart showing a trend.
|
|
312
|
-
|
|
313
|
-
### Maps
|
|
314
|
-
|
|
315
|
-
Components for displaying and interacting with geographical data.
|
|
316
|
-
* **`UdpMap`, `FluentMap`, `GeoMap`**: Core map components.
|
|
317
|
-
* **`MapLayout`**: A template for creating complex map-based interfaces with sidebars, toolbars, and popovers.
|
|
318
|
-
* **`UdpMapToolbar`**: A toolbar with common map controls.
|
|
319
|
-
|
|
320
|
-
### Actions & Workflows
|
|
321
|
-
|
|
322
|
-
Components related to triggering and managing application actions.
|
|
323
|
-
* **`ActionWrapper`**: A generic wrapper for actions that handles different display modes (modal, side sheet).
|
|
324
|
-
* **`ActionModal`, `ActionSideSheet`**: Components that host action forms in a modal or side sheet.
|
|
325
|
-
* **`ActionForm`**: A standardized form for actions.
|
|
326
|
-
* **`WorkflowContainer`, `WorkflowContent`**: Components for managing multi-step workflows.
|
|
327
|
-
|
|
328
|
-
### Utility & Miscellaneous
|
|
329
|
-
|
|
330
|
-
A collection of other useful components and utilities.
|
|
331
|
-
* **`UnityIcon`, `FluentIcon`, `UnityFluentIcon`**: Components for rendering icons from our icon library.
|
|
332
|
-
* **`UserAvatar`**: Displays a user's avatar or initials.
|
|
333
|
-
* **`DiffChecker`**: A component to show the differences between two sets of data.
|
|
334
|
-
* **`Iframe`**: A component for embedding external content.
|
|
335
|
-
* **`FileViewer`, `PDFViewer`, `ImageViewerSideSheet`**: Components for viewing different file types.
|
|
129
|
+
### What goes where
|
|
336
130
|
|
|
131
|
+
| File | Responsibility |
|
|
132
|
+
| --- | --- |
|
|
133
|
+
| `index.jsx` | Boot runtime config, create React root, render `<App />`. |
|
|
134
|
+
| `udp-runtime-config.ts` | Read env vars and push them into `ConfigService`. |
|
|
135
|
+
| `App.jsx` | Mount `UdpAppProvider` — the only place providers are wired. |
|
|
136
|
+
| `Routes.jsx` | Mount `<Shell>`, declare `PrivateRoute` / `PublicRoute` children. |
|
|
337
137
|
|
|
138
|
+
For the full reference — dashboard widgets, `.env.*` files, `app.manifest.json`, Vite config — clone the **[starter-kit](https://github.com/univerus/starter-kit)**.
|
package/dist/AGLicense.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AGLicense.mjs","names":[],"sources":["../src/AGLicense.js"],"sourcesContent":["export const LicenseKey =\n 'Using_this_{AG_Grid}_Enterprise_key_{AG-080613}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Univerus_Software_Inc}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{MAIS_eRec}_only_for_{1}_Front-End_JavaScript_developer___All_Front-End_JavaScript_developers_working_on_{MAIS_eRec}_need_to_be_licensed___{MAIS_eRec}_has_not_been_granted_a_Deployment_License_Add-on___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{28_June_2026}____[v3]_[01]_MTc4MjYwMTIwMDAwMA==5c7d1487ecb13b28e75415d34b7cf694';\n"],"mappings":";AAAA,
|
|
1
|
+
{"version":3,"file":"AGLicense.mjs","names":["LicenseKey"],"sources":["../src/AGLicense.js"],"sourcesContent":["export const LicenseKey =\n 'Using_this_{AG_Grid}_Enterprise_key_{AG-080613}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{Univerus_Software_Inc}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{MAIS_eRec}_only_for_{1}_Front-End_JavaScript_developer___All_Front-End_JavaScript_developers_working_on_{MAIS_eRec}_need_to_be_licensed___{MAIS_eRec}_has_not_been_granted_a_Deployment_License_Add-on___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{28_June_2026}____[v3]_[01]_MTc4MjYwMTIwMDAwMA==5c7d1487ecb13b28e75415d34b7cf694';\n"],"mappings":";AAAA,MAAaA,aACX"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { evaluateRule, mapRule } from "../utilities/rules/RuleUtilities.mjs";
|
|
2
|
+
import { c } from "react-compiler-runtime";
|
|
2
3
|
import React, { useEffect, useState } from "react";
|
|
3
4
|
import { Chip, makeStyles, useTheme } from "@material-ui/core";
|
|
4
5
|
//#region src/UI/AlertContainer.jsx
|
|
@@ -14,30 +15,98 @@ const useStyles = makeStyles((theme) => ({
|
|
|
14
15
|
}
|
|
15
16
|
}));
|
|
16
17
|
const AlertContainer = (props) => {
|
|
18
|
+
const $ = c(26);
|
|
17
19
|
const { data } = props;
|
|
18
20
|
const theme = useTheme();
|
|
19
|
-
|
|
21
|
+
let t0;
|
|
22
|
+
if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
|
|
23
|
+
t0 = [];
|
|
24
|
+
$[0] = t0;
|
|
25
|
+
} else t0 = $[0];
|
|
26
|
+
const [alertData, setAlertData] = useState(t0);
|
|
20
27
|
const classes = useStyles(props);
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
28
|
+
let t1;
|
|
29
|
+
let t2;
|
|
30
|
+
if ($[1] !== data) {
|
|
31
|
+
t1 = () => {
|
|
32
|
+
if (data?.properties?.alerts) {
|
|
33
|
+
const tempData = [];
|
|
34
|
+
data.properties.alerts.forEach((alert) => {
|
|
35
|
+
if (evaluateRule(mapRule(alert.propertyMapping, alert.jsonLogic), data.nodeObj, data.properties?.joiningEntityCatalogObjectKey, data.wasLazyLoaded)) tempData.push(alert);
|
|
36
|
+
});
|
|
37
|
+
setAlertData(tempData);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
t2 = [data];
|
|
41
|
+
$[1] = data;
|
|
42
|
+
$[2] = t1;
|
|
43
|
+
$[3] = t2;
|
|
44
|
+
} else {
|
|
45
|
+
t1 = $[2];
|
|
46
|
+
t2 = $[3];
|
|
47
|
+
}
|
|
48
|
+
useEffect(t1, t2);
|
|
49
|
+
if (alertData.length > 0) {
|
|
50
|
+
const t3 = classes.root;
|
|
51
|
+
let t4;
|
|
52
|
+
if ($[4] !== alertData || $[5] !== classes.alertContainer || $[6] !== classes.chipStyle || $[7] !== theme) {
|
|
53
|
+
let t5;
|
|
54
|
+
if ($[9] !== classes.alertContainer || $[10] !== classes.chipStyle || $[11] !== theme) {
|
|
55
|
+
t5 = (alert_0) => /* @__PURE__ */ React.createElement("div", { className: classes.alertContainer }, /* @__PURE__ */ React.createElement(Chip, {
|
|
56
|
+
label: alert_0.label,
|
|
57
|
+
style: { backgroundColor: alert_0 ? alert_0.alertColor.hex : theme.palette.secondary.main },
|
|
58
|
+
className: classes.chipStyle
|
|
59
|
+
}));
|
|
60
|
+
$[9] = classes.alertContainer;
|
|
61
|
+
$[10] = classes.chipStyle;
|
|
62
|
+
$[11] = theme;
|
|
63
|
+
$[12] = t5;
|
|
64
|
+
} else t5 = $[12];
|
|
65
|
+
t4 = alertData.filter(_temp).map(t5);
|
|
66
|
+
$[4] = alertData;
|
|
67
|
+
$[5] = classes.alertContainer;
|
|
68
|
+
$[6] = classes.chipStyle;
|
|
69
|
+
$[7] = theme;
|
|
70
|
+
$[8] = t4;
|
|
71
|
+
} else t4 = $[8];
|
|
72
|
+
let t5;
|
|
73
|
+
if ($[13] !== alertData || $[14] !== classes.alertContainer || $[15] !== classes.chipStyle || $[16] !== theme) {
|
|
74
|
+
let t6;
|
|
75
|
+
if ($[18] !== classes.alertContainer || $[19] !== classes.chipStyle || $[20] !== theme) {
|
|
76
|
+
t6 = (alert_1) => /* @__PURE__ */ React.createElement("div", { className: classes.alertContainer }, /* @__PURE__ */ React.createElement(Chip, {
|
|
77
|
+
label: alert_1.label,
|
|
78
|
+
style: { backgroundColor: alert_1 ? alert_1.alertColor.hex : theme.palette.secondary.main },
|
|
79
|
+
className: classes.chipStyle
|
|
80
|
+
}));
|
|
81
|
+
$[18] = classes.alertContainer;
|
|
82
|
+
$[19] = classes.chipStyle;
|
|
83
|
+
$[20] = theme;
|
|
84
|
+
$[21] = t6;
|
|
85
|
+
} else t6 = $[21];
|
|
86
|
+
t5 = alertData.filter(_temp2).map(t6);
|
|
87
|
+
$[13] = alertData;
|
|
88
|
+
$[14] = classes.alertContainer;
|
|
89
|
+
$[15] = classes.chipStyle;
|
|
90
|
+
$[16] = theme;
|
|
91
|
+
$[17] = t5;
|
|
92
|
+
} else t5 = $[17];
|
|
93
|
+
let t6;
|
|
94
|
+
if ($[22] !== classes.root || $[23] !== t4 || $[24] !== t5) {
|
|
95
|
+
t6 = /* @__PURE__ */ React.createElement("div", { className: t3 }, t4, t5);
|
|
96
|
+
$[22] = classes.root;
|
|
97
|
+
$[23] = t4;
|
|
98
|
+
$[24] = t5;
|
|
99
|
+
$[25] = t6;
|
|
100
|
+
} else t6 = $[25];
|
|
101
|
+
return t6;
|
|
102
|
+
} else return null;
|
|
40
103
|
};
|
|
104
|
+
function _temp(item, i) {
|
|
105
|
+
return i % 2 === 0;
|
|
106
|
+
}
|
|
107
|
+
function _temp2(item_0, i_0) {
|
|
108
|
+
return i_0 % 2 !== 0 && i_0 !== 0;
|
|
109
|
+
}
|
|
41
110
|
//#endregion
|
|
42
111
|
export { AlertContainer };
|
|
43
112
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlertContainer.mjs","names":[],"sources":["../../src/UI/AlertContainer.jsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport { evaluateRule, mapRule } from '../utilities/rules/RuleUtilities';\nimport { Chip, useTheme, makeStyles } from '@material-ui/core';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n display: 'grid',\n gridTemplateColumns: 'auto auto'\n },\n alertContainer: {\n margin: '0.3em'\n },\n chipStyle: {\n maxWidth: '150px',\n textOverflow: 'ellipsis'\n }\n}));\n\nexport const AlertContainer = (props) => {\n const { data } = props;\n\n const theme = useTheme();\n const [alertData, setAlertData] = useState([]);\n const classes = useStyles(props);\n\n useEffect(() => {\n if (data?.properties?.alerts) {\n let tempData = [];\n data.properties.alerts.forEach((alert) => {\n let res = mapRule(alert.propertyMapping, alert.jsonLogic);\n if (\n evaluateRule(\n res,\n data.nodeObj,\n data.properties?.joiningEntityCatalogObjectKey,\n data.wasLazyLoaded\n )\n ) {\n tempData.push(alert);\n }\n });\n setAlertData(tempData);\n }\n }, [data]);\n\n if (alertData.length > 0) {\n return (\n <div className={classes.root}>\n {alertData\n .filter((item, i) => i % 2 === 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n\n {alertData\n .filter((item, i) => i % 2 !== 0 && i !== 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n </div>\n );\n } else {\n return null;\n }\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"AlertContainer.mjs","names":["React","useState","useEffect","evaluateRule","mapRule","Chip","useTheme","makeStyles","useStyles","theme","root","display","gridTemplateColumns","alertContainer","margin","chipStyle","maxWidth","textOverflow","AlertContainer","props","$","_c","data","t0","Symbol","for","alertData","setAlertData","classes","t1","t2","properties","alerts","tempData","forEach","alert","res","propertyMapping","jsonLogic","nodeObj","joiningEntityCatalogObjectKey","wasLazyLoaded","push","length","t3","t4","t5","alert_0","label","backgroundColor","alertColor","hex","palette","secondary","main","filter","_temp","map","t6","alert_1","_temp2","item","i","item_0","i_0"],"sources":["../../src/UI/AlertContainer.jsx"],"sourcesContent":["import React, { useState, useEffect } from 'react';\nimport { evaluateRule, mapRule } from '../utilities/rules/RuleUtilities';\nimport { Chip, useTheme, makeStyles } from '@material-ui/core';\n\nconst useStyles = makeStyles((theme) => ({\n root: {\n display: 'grid',\n gridTemplateColumns: 'auto auto'\n },\n alertContainer: {\n margin: '0.3em'\n },\n chipStyle: {\n maxWidth: '150px',\n textOverflow: 'ellipsis'\n }\n}));\n\nexport const AlertContainer = (props) => {\n const { data } = props;\n\n const theme = useTheme();\n const [alertData, setAlertData] = useState([]);\n const classes = useStyles(props);\n\n useEffect(() => {\n if (data?.properties?.alerts) {\n let tempData = [];\n data.properties.alerts.forEach((alert) => {\n let res = mapRule(alert.propertyMapping, alert.jsonLogic);\n if (\n evaluateRule(\n res,\n data.nodeObj,\n data.properties?.joiningEntityCatalogObjectKey,\n data.wasLazyLoaded\n )\n ) {\n tempData.push(alert);\n }\n });\n setAlertData(tempData);\n }\n }, [data]);\n\n if (alertData.length > 0) {\n return (\n <div className={classes.root}>\n {alertData\n .filter((item, i) => i % 2 === 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n\n {alertData\n .filter((item, i) => i % 2 !== 0 && i !== 0)\n .map((alert) => (\n <div className={classes.alertContainer}>\n <Chip\n label={alert.label}\n style={{\n backgroundColor: alert\n ? alert.alertColor.hex\n : theme.palette.secondary.main\n }}\n className={classes.chipStyle}\n />\n </div>\n ))}\n </div>\n );\n } else {\n return null;\n }\n};\n"],"mappings":";;;;;AAIA,MAAMQ,YAAYD,YAAYE,WAAW;CACvCC,MAAM;EACJC,SAAS;EACTC,qBAAqB;EACtB;CACDC,gBAAgB,EACdC,QAAQ,SACT;CACDC,WAAW;EACTC,UAAU;EACVC,cAAc;EAChB;CACD,EAAE;AAEH,MAAaC,kBAAiBC,UAAA;CAAA,MAAAC,IAAAC,EAAA,GAAA;CAC5B,MAAA,EAAAC,SAAiBH;CAEjB,MAAAV,QAAcH,UAAU;CAAC,IAAAiB;AAAA,KAAAH,EAAA,OAAAI,OAAAC,IAAA,4BAAA,EAAA;AACkBF,OAAA,EAAE;AAAAH,IAAA,KAAAG;OAAAA,MAAAH,EAAA;CAA7C,MAAA,CAAAM,WAAAC,gBAAkC1B,SAASsB,GAAG;CAC9C,MAAAK,UAAgBpB,UAAUW,MAAM;CAAC,IAAAU;CAAA,IAAAC;AAAA,KAAAV,EAAA,OAAAE,MAAA;AAEvBO,aAAA;AACR,OAAIP,MAAIS,YAAoBC,QAAA;IAC1B,MAAAC,WAAe,EAAE;AACjBX,SAAIS,WAAWC,OAAOE,SAASC,UAAA;AAE7B,SACEhC,aAFQC,QAAQ+B,MAAKE,iBAAkBF,MAAKG,UAAW,EAIrDhB,KAAIiB,SACJjB,KAAIS,YAA0CS,+BAC9ClB,KAAImB,cACL,CAEDR,UAAQS,KAAMP,MAAM;MAEtB;AACFR,iBAAaM,SAAS;;;AAEvBH,OAAA,CAACR,KAAK;AAAAF,IAAA,KAAAE;AAAAF,IAAA,KAAAS;AAAAT,IAAA,KAAAU;QAAA;AAAAD,OAAAT,EAAA;AAAAU,OAAAV,EAAA;;AAlBTlB,WAAU2B,IAkBPC,GAAO;AAEV,KAAIJ,UAASiB,SAAU,GAAC;EAEJ,MAAAC,KAAAhB,QAAOlB;EAAK,IAAAmC;AAAA,MAAAzB,EAAA,OAAAM,aAAAN,EAAA,OAAAQ,QAAAf,kBAAAO,EAAA,OAAAQ,QAAAb,aAAAK,EAAA,OAAAX,OAAA;GAAA,IAAAqC;AAAA,OAAA1B,EAAA,OAAAQ,QAAAf,kBAAAO,EAAA,QAAAQ,QAAAb,aAAAK,EAAA,QAAAX,OAAA;AAGnBqC,UAAAC,YACH,sBAAA,cAAA,OAAA,EAAgB,WAAAnB,QAAOf,gBAWxB,EAVG,sBAAA,cAAC,MAAD;KACS,OAAAsB,QAAKa;KACL,OAAA,EAAAC,iBACYd,UACbA,QAAKe,WAAWC,MAChB1C,MAAK2C,QAAQC,UAAUC,MAC7B;KACW,WAAA1B,QAAOb;KAEtB,CAAA,CACD;AAAAK,MAAA,KAAAQ,QAAAf;AAAAO,MAAA,MAAAQ,QAAAb;AAAAK,MAAA,MAAAX;AAAAW,MAAA,MAAA0B;SAAAA,MAAA1B,EAAA;AAdFyB,QAAAnB,UAAS6B,OACAC,MAAyB,CAAAC,IAC5BX,GAYH;AAAA1B,KAAA,KAAAM;AAAAN,KAAA,KAAAQ,QAAAf;AAAAO,KAAA,KAAAQ,QAAAb;AAAAK,KAAA,KAAAX;AAAAW,KAAA,KAAAyB;QAAAA,MAAAzB,EAAA;EAAA,IAAA0B;AAAA,MAAA1B,EAAA,QAAAM,aAAAN,EAAA,QAAAQ,QAAAf,kBAAAO,EAAA,QAAAQ,QAAAb,aAAAK,EAAA,QAAAX,OAAA;GAAA,IAAAiD;AAAA,OAAAtC,EAAA,QAAAQ,QAAAf,kBAAAO,EAAA,QAAAQ,QAAAb,aAAAK,EAAA,QAAAX,OAAA;AAIGiD,UAAAC,YACH,sBAAA,cAAA,OAAA,EAAgB,WAAA/B,QAAOf,gBAWxB,EAVG,sBAAA,cAAC,MAAD;KACS,OAAAsB,QAAKa;KACL,OAAA,EAAAC,iBACYd,UACbA,QAAKe,WAAWC,MAChB1C,MAAK2C,QAAQC,UAAUC,MAC7B;KACW,WAAA1B,QAAOb;KAEtB,CAAA,CACD;AAAAK,MAAA,MAAAQ,QAAAf;AAAAO,MAAA,MAAAQ,QAAAb;AAAAK,MAAA,MAAAX;AAAAW,MAAA,MAAAsC;SAAAA,MAAAtC,EAAA;AAdF0B,QAAApB,UAAS6B,OACAK,OAAoC,CAAAH,IACvCC,GAYH;AAAAtC,KAAA,MAAAM;AAAAN,KAAA,MAAAQ,QAAAf;AAAAO,KAAA,MAAAQ,QAAAb;AAAAK,KAAA,MAAAX;AAAAW,KAAA,MAAA0B;QAAAA,MAAA1B,EAAA;EAAA,IAAAsC;AAAA,MAAAtC,EAAA,QAAAQ,QAAAlB,QAAAU,EAAA,QAAAyB,MAAAzB,EAAA,QAAA0B,IAAA;AA/BNY,QAAA,sBAAA,cAAA,OAAA,EAAgB,WAAAd,IAgCV,EA/BHC,IAgBAC,GAeG;AAAA1B,KAAA,MAAAQ,QAAAlB;AAAAU,KAAA,MAAAyB;AAAAzB,KAAA,MAAA0B;AAAA1B,KAAA,MAAAsC;QAAAA,MAAAtC,EAAA;AAAA,SAhCNsC;OAgCM,QAGD;;AAhEmB,SAAAF,MAAAK,MAAAC,GAAA;AAAA,QA+BCA,IAAI,MAAM;;AA/BX,SAAAF,OAAAG,QAAAC,KAAA;AAAA,QA+CCF,MAAI,MAAM,KAAKA,QAAM"}
|
package/dist/UI/Box.mjs
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
|
+
import { c } from "react-compiler-runtime";
|
|
1
2
|
import React from "react";
|
|
2
3
|
import { Box } from "@material-ui/core";
|
|
3
4
|
//#region src/UI/Box.jsx
|
|
4
5
|
const Box$1 = (props) => {
|
|
5
|
-
|
|
6
|
+
const $ = c(2);
|
|
7
|
+
let t0;
|
|
8
|
+
if ($[0] !== props) {
|
|
9
|
+
t0 = /* @__PURE__ */ React.createElement(Box, props);
|
|
10
|
+
$[0] = props;
|
|
11
|
+
$[1] = t0;
|
|
12
|
+
} else t0 = $[1];
|
|
13
|
+
return t0;
|
|
6
14
|
};
|
|
7
15
|
//#endregion
|
|
8
16
|
export { Box$1 as Box };
|
package/dist/UI/Box.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.mjs","names":["Box","MuiBox"],"sources":["../../src/UI/Box.jsx"],"sourcesContent":["import React from \"react\";\nimport { Box as MuiBox } from \"@material-ui/core\";\n\n// Please confirm with UI/UX team before using this as this is not recomended\nexport const Box = props => {\n return (<MuiBox {...props}/>)\n}"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Box.mjs","names":["React","Box","MuiBox","props","$","_c","t0"],"sources":["../../src/UI/Box.jsx"],"sourcesContent":["import React from \"react\";\nimport { Box as MuiBox } from \"@material-ui/core\";\n\n// Please confirm with UI/UX team before using this as this is not recomended\nexport const Box = props => {\n return (<MuiBox {...props}/>)\n}"],"mappings":";;;;AAIA,MAAaC,SAAME,UAAA;CAAA,MAAAC,IAAAC,EAAA,EAAA;CAAA,IAAAC;AAAA,KAAAF,EAAA,OAAAD,OAAA;AACTG,OAAA,sBAAA,cAAC,KAAWH,MAAQ;AAAAC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;OAAAA,MAAAF,EAAA;AAAA,QAApBE"}
|