udp-react-enterprise-component-library 26.1.0-beta.4 → 26.1.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/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.mjs +23 -8
- 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.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.mjs +118 -38
- 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.mjs +1007 -294
- 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.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.mjs +21 -7
- 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/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.mjs.map +1 -1
- package/dist/inquiry/InquiryTreeMenu.mjs +565 -384
- 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.mjs +103 -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 +157 -40
- 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/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.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.mjs +105 -50
- package/dist/page/Page.mjs.map +1 -1
- package/dist/page/PageContainer/PageContainer.mjs +297 -129
- 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.mjs +11 -2
- package/dist/page/StaticPageRenderer.mjs.map +1 -1
- package/dist/providers/QueryProvider.mjs +19 -2
- 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/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 +3 -3
- 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.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.mjs +89 -89
- package/dist/udp/pages/UdpFormsSubmissionGrid/UdpFormsSubmissionGrid.mjs.map +1 -1
- package/dist/udp/pages/UdpFormsSubmissionGrid/index.mjs.map +1 -1
- 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/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.mjs.map +1 -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.mjs +304 -304
- 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.mjs +23 -23
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionGrid.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs +5 -5
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionSidesheet.mjs.map +1 -1
- package/dist/udp/pages/UdpTransactionsPage/UdpTransactionsPage.mjs +255 -113
- 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.mjs +19 -19
- 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.mjs +13 -13
- 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 +112 -19
- 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.mjs +4 -4
- 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/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 +129 -38
- 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/systemColors.mjs +20 -7
- package/dist/utilities/theme/systemColors.mjs.map +1 -1
- package/dist/utilities/theme/theme.mjs +270 -223
- 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.mjs +358 -164
- package/dist/utilities/transactions/useTransactionEngine.mjs.map +1 -1
- 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 +2 -1
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"}
|
package/dist/UI/Grid.mjs
CHANGED
|
@@ -1,14 +1,41 @@
|
|
|
1
|
+
import { c } from "react-compiler-runtime";
|
|
1
2
|
import React from "react";
|
|
2
3
|
import { Grid } from "@material-ui/core";
|
|
3
4
|
//#region src/UI/Grid.jsx
|
|
4
5
|
const Grid$1 = (props) => {
|
|
5
|
-
const
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
6
|
+
const $ = c(10);
|
|
7
|
+
let container;
|
|
8
|
+
let item;
|
|
9
|
+
let otherProps;
|
|
10
|
+
let spacing;
|
|
11
|
+
if ($[0] !== props) {
|
|
12
|
+
({container, item, spacing, ...otherProps} = props);
|
|
13
|
+
$[0] = props;
|
|
14
|
+
$[1] = container;
|
|
15
|
+
$[2] = item;
|
|
16
|
+
$[3] = otherProps;
|
|
17
|
+
$[4] = spacing;
|
|
18
|
+
} else {
|
|
19
|
+
container = $[1];
|
|
20
|
+
item = $[2];
|
|
21
|
+
otherProps = $[3];
|
|
22
|
+
spacing = $[4];
|
|
23
|
+
}
|
|
24
|
+
let t0;
|
|
25
|
+
if ($[5] !== container || $[6] !== item || $[7] !== otherProps || $[8] !== spacing) {
|
|
26
|
+
t0 = /* @__PURE__ */ React.createElement(Grid, {
|
|
27
|
+
container,
|
|
28
|
+
item,
|
|
29
|
+
spacing,
|
|
30
|
+
...otherProps
|
|
31
|
+
});
|
|
32
|
+
$[5] = container;
|
|
33
|
+
$[6] = item;
|
|
34
|
+
$[7] = otherProps;
|
|
35
|
+
$[8] = spacing;
|
|
36
|
+
$[9] = t0;
|
|
37
|
+
} else t0 = $[9];
|
|
38
|
+
return t0;
|
|
12
39
|
};
|
|
13
40
|
//#endregion
|
|
14
41
|
export { Grid$1 as Grid };
|
package/dist/UI/Grid.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Grid.mjs","names":["Grid","MuiGrid"],"sources":["../../src/UI/Grid.jsx"],"sourcesContent":["import React from 'react';\nimport { Grid as MuiGrid } from '@material-ui/core';\n\nexport const Grid = props => {\n const { container, item, spacing, ...otherProps } = props;\n\n return (\n <MuiGrid\n container={container}\n item={item}\n spacing={spacing}\n {...otherProps}\n />\n );\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"Grid.mjs","names":["React","Grid","MuiGrid","props","$","_c","container","item","otherProps","spacing","t0"],"sources":["../../src/UI/Grid.jsx"],"sourcesContent":["import React from 'react';\nimport { Grid as MuiGrid } from '@material-ui/core';\n\nexport const Grid = props => {\n const { container, item, spacing, ...otherProps } = props;\n\n return (\n <MuiGrid\n container={container}\n item={item}\n spacing={spacing}\n {...otherProps}\n />\n );\n};\n"],"mappings":";;;;AAGA,MAAaC,UAAOE,UAAA;CAAA,MAAAC,IAAAC,EAAA,GAAA;CAAA,IAAAC;CAAA,IAAAC;CAAA,IAAAC;CAAA,IAAAC;AAAA,KAAAL,EAAA,OAAAD,OAAA;AAClB,GAAA,CAAAG,WAAAC,MAAAE,YAAAD,cAAoDL;AAAMC,IAAA,KAAAD;AAAAC,IAAA,KAAAE;AAAAF,IAAA,KAAAG;AAAAH,IAAA,KAAAI;AAAAJ,IAAA,KAAAK;QAAA;AAAAH,cAAAF,EAAA;AAAAG,SAAAH,EAAA;AAAAI,eAAAJ,EAAA;AAAAK,YAAAL,EAAA;;CAAA,IAAAM;AAAA,KAAAN,EAAA,OAAAE,aAAAF,EAAA,OAAAG,QAAAH,EAAA,OAAAI,cAAAJ,EAAA,OAAAK,SAAA;AAGxDC,OAAA,sBAAA,cAAC,MAAD;GACaJ;GACLC;GACGE;GAAO,GACZD;GACJ,CAAA;AAAAJ,IAAA,KAAAE;AAAAF,IAAA,KAAAG;AAAAH,IAAA,KAAAI;AAAAJ,IAAA,KAAAK;AAAAL,IAAA,KAAAM;OAAAA,MAAAN,EAAA;AAAA,QALFM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SuccessAction.mjs","names":[],"sources":["../../src/UI/SuccessAction.jsx"],"sourcesContent":["import React from 'react';\nimport { Button } from '@material-ui/core';\n\nexport const getSuccessAction = (closeSnackbar) => {\n const successAction = (key) => (\n <Button\n color='secondary'\n size='small'\n onClick={() => {\n closeSnackbar(key);\n }}\n >\n OK\n </Button>\n );\n return successAction;\n};\n"],"mappings":";;;AAGA,
|
|
1
|
+
{"version":3,"file":"SuccessAction.mjs","names":["React","Button","getSuccessAction","closeSnackbar","successAction","key"],"sources":["../../src/UI/SuccessAction.jsx"],"sourcesContent":["import React from 'react';\nimport { Button } from '@material-ui/core';\n\nexport const getSuccessAction = (closeSnackbar) => {\n const successAction = (key) => (\n <Button\n color='secondary'\n size='small'\n onClick={() => {\n closeSnackbar(key);\n }}\n >\n OK\n </Button>\n );\n return successAction;\n};\n"],"mappings":";;;AAGA,MAAaE,oBAAoBC,kBAAkB;CACjD,MAAMC,iBAAiBC,QACrB,sBAAA,cAAC,QAAD;EACE,OAAM;EACN,MAAK;EACL,eAAe;AACbF,iBAAcE,IAAI;;EAKvB,EAJK,KAIL;AACD,QAAOD"}
|
|
@@ -3,7 +3,8 @@ import { FluentIconButton } from "../inputs/buttons/FluentIconButton.mjs";
|
|
|
3
3
|
import { getIconFromName } from "../../utilities/tree/TreeUtilities.mjs";
|
|
4
4
|
import { StatusChip } from "../dataDisplay/status/StatusChip.mjs";
|
|
5
5
|
import { IconButtonWithTooltip } from "../inputs/buttons/IconButtonWithToolTip.mjs";
|
|
6
|
-
import
|
|
6
|
+
import { c } from "react-compiler-runtime";
|
|
7
|
+
import React from "react";
|
|
7
8
|
import { ButtonBase, Collapse, Tooltip, Typography, lighten, makeStyles } from "@material-ui/core";
|
|
8
9
|
import clsx from "clsx";
|
|
9
10
|
import { ChevronUpIcon } from "@fluentui/react-icons";
|
|
@@ -98,92 +99,288 @@ const useStyles = makeStyles((theme) => ({
|
|
|
98
99
|
}
|
|
99
100
|
}));
|
|
100
101
|
const Accordion = (props) => {
|
|
101
|
-
const
|
|
102
|
-
const
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
const
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
])
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
102
|
+
const $ = c(104);
|
|
103
|
+
const { title, subtitle, subtitleVariant, status, statusIcon, statusLabel, secondaryIconButtons, overriddenSecondaryContainer, rightIcon, rightIconAction, rightIconTooltip, disableRightIconButton: t0, primaryActionIcon, primaryActionLabel, primaryAction, primaryActionMaxWidth, disablePrimaryActionButton: t1, color: t2, children, expand, setExpand, additionalEvent, hideCloseButton: t3, hideRightIconButton: t4, hidePrimaryAction: t5, noWrapTitle: t6, simpleAccordion: t7, recordId: t8, removeBorder: t9, headerWidth, removeHeaderMargin, titleVariant: t10, chevronIconSize: t11, unmountOnExit: t12 } = props;
|
|
104
|
+
const disableRightIconButton = t0 === void 0 ? false : t0;
|
|
105
|
+
const disablePrimaryActionButton = t1 === void 0 ? false : t1;
|
|
106
|
+
const color = t2 === void 0 ? "info" : t2;
|
|
107
|
+
const hideCloseButton = t3 === void 0 ? false : t3;
|
|
108
|
+
const hideRightIconButton = t4 === void 0 ? false : t4;
|
|
109
|
+
const hidePrimaryAction = t5 === void 0 ? false : t5;
|
|
110
|
+
const noWrapTitle = t6 === void 0 ? false : t6;
|
|
111
|
+
const simpleAccordion = t7 === void 0 ? false : t7;
|
|
112
|
+
const recordId = t8 === void 0 ? 0 : t8;
|
|
113
|
+
const removeBorder = t9 === void 0 ? false : t9;
|
|
114
|
+
const titleVariant = t10 === void 0 ? "subtitle2" : t10;
|
|
115
|
+
const chevronIconSize = t11 === void 0 ? "medium" : t11;
|
|
116
|
+
const unmountOnExit = t12 === void 0 ? true : t12;
|
|
117
|
+
let t13;
|
|
118
|
+
if ($[0] !== color || $[1] !== headerWidth || $[2] !== primaryActionMaxWidth || $[3] !== removeBorder || $[4] !== removeHeaderMargin || $[5] !== simpleAccordion) {
|
|
119
|
+
t13 = {
|
|
120
|
+
color,
|
|
121
|
+
primaryActionMaxWidth,
|
|
122
|
+
simpleAccordion,
|
|
123
|
+
headerWidth,
|
|
124
|
+
removeHeaderMargin,
|
|
125
|
+
removeBorder
|
|
126
|
+
};
|
|
127
|
+
$[0] = color;
|
|
128
|
+
$[1] = headerWidth;
|
|
129
|
+
$[2] = primaryActionMaxWidth;
|
|
130
|
+
$[3] = removeBorder;
|
|
131
|
+
$[4] = removeHeaderMargin;
|
|
132
|
+
$[5] = simpleAccordion;
|
|
133
|
+
$[6] = t13;
|
|
134
|
+
} else t13 = $[6];
|
|
135
|
+
const classes = useStyles(t13);
|
|
136
|
+
let t14;
|
|
137
|
+
if ($[7] !== additionalEvent || $[8] !== expand || $[9] !== setExpand) {
|
|
138
|
+
t14 = () => {
|
|
139
|
+
if (setExpand) setExpand(!expand);
|
|
140
|
+
if (additionalEvent) additionalEvent();
|
|
141
|
+
};
|
|
142
|
+
$[7] = additionalEvent;
|
|
143
|
+
$[8] = expand;
|
|
144
|
+
$[9] = setExpand;
|
|
145
|
+
$[10] = t14;
|
|
146
|
+
} else t14 = $[10];
|
|
147
|
+
const handleOnClickAccordion = t14;
|
|
148
|
+
const t15 = !simpleAccordion & !removeBorder;
|
|
149
|
+
let t16;
|
|
150
|
+
if ($[11] !== classes.root || $[12] !== classes.rootBorder || $[13] !== t15) {
|
|
151
|
+
t16 = clsx(classes.root, { [classes.rootBorder]: t15 });
|
|
152
|
+
$[11] = classes.root;
|
|
153
|
+
$[12] = classes.rootBorder;
|
|
154
|
+
$[13] = t15;
|
|
155
|
+
$[14] = t16;
|
|
156
|
+
} else t16 = $[14];
|
|
157
|
+
const t17 = simpleAccordion ? false : expand;
|
|
158
|
+
let t18;
|
|
159
|
+
if ($[15] !== classes.headerColor || $[16] !== classes.headerWrapper || $[17] !== t17) {
|
|
160
|
+
t18 = clsx(classes.headerWrapper, { [classes.headerColor]: t17 });
|
|
161
|
+
$[15] = classes.headerColor;
|
|
162
|
+
$[16] = classes.headerWrapper;
|
|
163
|
+
$[17] = t17;
|
|
164
|
+
$[18] = t18;
|
|
165
|
+
} else t18 = $[18];
|
|
166
|
+
let t19;
|
|
167
|
+
if ($[19] !== noWrapTitle || $[20] !== title || $[21] !== titleVariant) {
|
|
168
|
+
t19 = /* @__PURE__ */ React.createElement(Typography, {
|
|
169
|
+
variant: titleVariant,
|
|
170
|
+
noWrap: noWrapTitle
|
|
171
|
+
}, title);
|
|
172
|
+
$[19] = noWrapTitle;
|
|
173
|
+
$[20] = title;
|
|
174
|
+
$[21] = titleVariant;
|
|
175
|
+
$[22] = t19;
|
|
176
|
+
} else t19 = $[22];
|
|
177
|
+
let t20;
|
|
178
|
+
if ($[23] !== color || $[24] !== status || $[25] !== statusIcon || $[26] !== statusLabel) {
|
|
179
|
+
t20 = statusLabel && /* @__PURE__ */ React.createElement(StatusChip, {
|
|
180
|
+
status: status ?? color,
|
|
181
|
+
label: statusLabel,
|
|
182
|
+
icon: statusIcon
|
|
183
|
+
});
|
|
184
|
+
$[23] = color;
|
|
185
|
+
$[24] = status;
|
|
186
|
+
$[25] = statusIcon;
|
|
187
|
+
$[26] = statusLabel;
|
|
188
|
+
$[27] = t20;
|
|
189
|
+
} else t20 = $[27];
|
|
190
|
+
let t21;
|
|
191
|
+
if ($[28] !== classes.titleStatusWrapper || $[29] !== t19 || $[30] !== t20) {
|
|
192
|
+
t21 = /* @__PURE__ */ React.createElement("div", { className: classes.titleStatusWrapper }, t19, t20);
|
|
193
|
+
$[28] = classes.titleStatusWrapper;
|
|
194
|
+
$[29] = t19;
|
|
195
|
+
$[30] = t20;
|
|
196
|
+
$[31] = t21;
|
|
197
|
+
} else t21 = $[31];
|
|
198
|
+
let t22;
|
|
199
|
+
if ($[32] !== noWrapTitle || $[33] !== subtitle || $[34] !== subtitleVariant) {
|
|
200
|
+
t22 = subtitle && /* @__PURE__ */ React.createElement(Typography, {
|
|
201
|
+
variant: subtitleVariant,
|
|
202
|
+
noWrap: noWrapTitle
|
|
203
|
+
}, subtitle);
|
|
204
|
+
$[32] = noWrapTitle;
|
|
205
|
+
$[33] = subtitle;
|
|
206
|
+
$[34] = subtitleVariant;
|
|
207
|
+
$[35] = t22;
|
|
208
|
+
} else t22 = $[35];
|
|
209
|
+
let t23;
|
|
210
|
+
if ($[36] !== classes.buttonWrapper || $[37] !== classes.secondaryButtonsWrapper || $[38] !== overriddenSecondaryContainer || $[39] !== recordId || $[40] !== secondaryIconButtons) {
|
|
211
|
+
t23 = overriddenSecondaryContainer ? { overriddenSecondaryContainer } : /* @__PURE__ */ React.createElement("div", null, secondaryIconButtons?.length > 0 && /* @__PURE__ */ React.createElement("div", { className: classes.secondaryButtonsWrapper }, secondaryIconButtons?.map((item) => /* @__PURE__ */ React.createElement("div", { className: classes.buttonWrapper }, /* @__PURE__ */ React.createElement(IconButtonWithTooltip, {
|
|
212
|
+
...item,
|
|
213
|
+
title: item?.title,
|
|
214
|
+
icon: item.icon,
|
|
215
|
+
onClick: (event) => {
|
|
216
|
+
event.stopPropagation();
|
|
217
|
+
item.onClick();
|
|
218
|
+
},
|
|
219
|
+
size: "small",
|
|
220
|
+
id: `udpRecord-Accordion-${item?.title}-${recordId}`,
|
|
221
|
+
udprecordid: `udpRecord-Accordion-${item?.title}-${recordId}`
|
|
222
|
+
}), item?.value && /* @__PURE__ */ React.createElement(Typography, null, item?.value)))));
|
|
223
|
+
$[36] = classes.buttonWrapper;
|
|
224
|
+
$[37] = classes.secondaryButtonsWrapper;
|
|
225
|
+
$[38] = overriddenSecondaryContainer;
|
|
226
|
+
$[39] = recordId;
|
|
227
|
+
$[40] = secondaryIconButtons;
|
|
228
|
+
$[41] = t23;
|
|
229
|
+
} else t23 = $[41];
|
|
230
|
+
let t24;
|
|
231
|
+
if ($[42] !== t21 || $[43] !== t22 || $[44] !== t23) {
|
|
232
|
+
t24 = /* @__PURE__ */ React.createElement("div", null, t21, t22, t23);
|
|
233
|
+
$[42] = t21;
|
|
234
|
+
$[43] = t22;
|
|
235
|
+
$[44] = t23;
|
|
236
|
+
$[45] = t24;
|
|
237
|
+
} else t24 = $[45];
|
|
238
|
+
let t25;
|
|
239
|
+
if ($[46] !== classes.rightIconButton || $[47] !== disableRightIconButton || $[48] !== hideRightIconButton || $[49] !== recordId || $[50] !== rightIcon || $[51] !== rightIconAction || $[52] !== rightIconTooltip || $[53] !== simpleAccordion) {
|
|
240
|
+
t25 = !hideRightIconButton && !simpleAccordion && /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement(IconButtonWithTooltip, {
|
|
241
|
+
title: rightIconTooltip,
|
|
242
|
+
icon: rightIcon,
|
|
243
|
+
onClick: (event_0) => {
|
|
244
|
+
event_0.stopPropagation();
|
|
245
|
+
rightIconAction();
|
|
246
|
+
},
|
|
247
|
+
className: classes.rightIconButton,
|
|
248
|
+
size: "small",
|
|
249
|
+
disabled: disableRightIconButton,
|
|
250
|
+
id: `udpRecord-Accordion-RightButton-${recordId}`,
|
|
251
|
+
udprecordid: `udpRecord-Accordion-RightButton-${recordId}`
|
|
252
|
+
}));
|
|
253
|
+
$[46] = classes.rightIconButton;
|
|
254
|
+
$[47] = disableRightIconButton;
|
|
255
|
+
$[48] = hideRightIconButton;
|
|
256
|
+
$[49] = recordId;
|
|
257
|
+
$[50] = rightIcon;
|
|
258
|
+
$[51] = rightIconAction;
|
|
259
|
+
$[52] = rightIconTooltip;
|
|
260
|
+
$[53] = simpleAccordion;
|
|
261
|
+
$[54] = t25;
|
|
262
|
+
} else t25 = $[54];
|
|
263
|
+
let t26;
|
|
264
|
+
if ($[55] !== classes.titleWrapper || $[56] !== t24 || $[57] !== t25) {
|
|
265
|
+
t26 = /* @__PURE__ */ React.createElement("div", { className: classes.titleWrapper }, t24, t25);
|
|
266
|
+
$[55] = classes.titleWrapper;
|
|
267
|
+
$[56] = t24;
|
|
268
|
+
$[57] = t25;
|
|
269
|
+
$[58] = t26;
|
|
270
|
+
} else t26 = $[58];
|
|
271
|
+
let t27;
|
|
272
|
+
if ($[59] !== classes.primaryActionLabel || $[60] !== classes.primaryButtonWrapper || $[61] !== disablePrimaryActionButton || $[62] !== hidePrimaryAction || $[63] !== primaryAction || $[64] !== primaryActionIcon || $[65] !== primaryActionLabel || $[66] !== recordId || $[67] !== simpleAccordion) {
|
|
273
|
+
t27 = !hidePrimaryAction && !simpleAccordion && /* @__PURE__ */ React.createElement("div", { className: classes.primaryButtonWrapper }, primaryActionIcon ? /* @__PURE__ */ React.createElement(Tooltip, { title: primaryActionLabel }, /* @__PURE__ */ React.createElement(ButtonBase, {
|
|
274
|
+
onClick: (event_1) => {
|
|
275
|
+
event_1.stopPropagation();
|
|
276
|
+
primaryAction();
|
|
277
|
+
},
|
|
278
|
+
className: classes.primaryButtonWrapper,
|
|
279
|
+
disabled: disablePrimaryActionButton,
|
|
280
|
+
id: `udpRecord-Accordion-ButtonBase-${recordId}`,
|
|
281
|
+
udprecordid: `udpRecord-Accordion-ButtonBase-${recordId}`
|
|
282
|
+
}, /* @__PURE__ */ React.createElement(FluentIcon, { component: primaryActionIcon }))) : /* @__PURE__ */ React.createElement(ButtonBase, {
|
|
283
|
+
onClick: primaryAction,
|
|
284
|
+
className: classes.primaryButtonWrapper,
|
|
285
|
+
disabled: disablePrimaryActionButton
|
|
286
|
+
}, /* @__PURE__ */ React.createElement(Typography, { className: classes.primaryActionLabel }, primaryActionLabel)));
|
|
287
|
+
$[59] = classes.primaryActionLabel;
|
|
288
|
+
$[60] = classes.primaryButtonWrapper;
|
|
289
|
+
$[61] = disablePrimaryActionButton;
|
|
290
|
+
$[62] = hidePrimaryAction;
|
|
291
|
+
$[63] = primaryAction;
|
|
292
|
+
$[64] = primaryActionIcon;
|
|
293
|
+
$[65] = primaryActionLabel;
|
|
294
|
+
$[66] = recordId;
|
|
295
|
+
$[67] = simpleAccordion;
|
|
296
|
+
$[68] = t27;
|
|
297
|
+
} else t27 = $[68];
|
|
298
|
+
let t28;
|
|
299
|
+
if ($[69] !== chevronIconSize || $[70] !== classes.expand || $[71] !== classes.expandOpen || $[72] !== disableRightIconButton || $[73] !== expand || $[74] !== handleOnClickAccordion || $[75] !== recordId || $[76] !== simpleAccordion) {
|
|
300
|
+
t28 = simpleAccordion && /* @__PURE__ */ React.createElement(FluentIconButton, {
|
|
301
|
+
icon: getIconFromName("ChevronDownIcon"),
|
|
302
|
+
onClick: handleOnClickAccordion,
|
|
303
|
+
className: clsx(classes.expand, { [classes.expandOpen]: expand }),
|
|
304
|
+
size: chevronIconSize,
|
|
305
|
+
disabled: disableRightIconButton,
|
|
306
|
+
id: `udpRecord-Accordion-ExpandButton-${recordId}`,
|
|
307
|
+
udprecordid: `udpRecord-Accordion-ExpandButton-${recordId}`
|
|
308
|
+
});
|
|
309
|
+
$[69] = chevronIconSize;
|
|
310
|
+
$[70] = classes.expand;
|
|
311
|
+
$[71] = classes.expandOpen;
|
|
312
|
+
$[72] = disableRightIconButton;
|
|
313
|
+
$[73] = expand;
|
|
314
|
+
$[74] = handleOnClickAccordion;
|
|
315
|
+
$[75] = recordId;
|
|
316
|
+
$[76] = simpleAccordion;
|
|
317
|
+
$[77] = t28;
|
|
318
|
+
} else t28 = $[77];
|
|
319
|
+
let t29;
|
|
320
|
+
if ($[78] !== handleOnClickAccordion || $[79] !== t18 || $[80] !== t26 || $[81] !== t27 || $[82] !== t28) {
|
|
321
|
+
t29 = /* @__PURE__ */ React.createElement("div", {
|
|
322
|
+
className: t18,
|
|
323
|
+
onClick: handleOnClickAccordion
|
|
324
|
+
}, t26, t27, t28);
|
|
325
|
+
$[78] = handleOnClickAccordion;
|
|
326
|
+
$[79] = t18;
|
|
327
|
+
$[80] = t26;
|
|
328
|
+
$[81] = t27;
|
|
329
|
+
$[82] = t28;
|
|
330
|
+
$[83] = t29;
|
|
331
|
+
} else t29 = $[83];
|
|
332
|
+
let t30;
|
|
333
|
+
if ($[84] !== children) {
|
|
334
|
+
t30 = /* @__PURE__ */ React.createElement("div", null, children);
|
|
335
|
+
$[84] = children;
|
|
336
|
+
$[85] = t30;
|
|
337
|
+
} else t30 = $[85];
|
|
338
|
+
let t31;
|
|
339
|
+
if ($[86] !== classes.closeButtonWrapper || $[87] !== classes.unexpandedIconButton || $[88] !== hideCloseButton || $[89] !== recordId || $[90] !== setExpand || $[91] !== simpleAccordion) {
|
|
340
|
+
t31 = !hideCloseButton && !simpleAccordion && /* @__PURE__ */ React.createElement("div", { className: classes.closeButtonWrapper }, /* @__PURE__ */ React.createElement(ButtonBase, {
|
|
341
|
+
onClick: () => {
|
|
342
|
+
if (setExpand) setExpand(false);
|
|
343
|
+
},
|
|
344
|
+
className: classes.unexpandedIconButton,
|
|
345
|
+
id: `udpRecord-Accordion-CloseButton-${recordId}`,
|
|
346
|
+
udprecordid: `udpRecord-Accordion-CloseButton-${recordId}`
|
|
347
|
+
}, /* @__PURE__ */ React.createElement(FluentIcon, { component: ChevronUpIcon })));
|
|
348
|
+
$[86] = classes.closeButtonWrapper;
|
|
349
|
+
$[87] = classes.unexpandedIconButton;
|
|
350
|
+
$[88] = hideCloseButton;
|
|
351
|
+
$[89] = recordId;
|
|
352
|
+
$[90] = setExpand;
|
|
353
|
+
$[91] = simpleAccordion;
|
|
354
|
+
$[92] = t31;
|
|
355
|
+
} else t31 = $[92];
|
|
356
|
+
let t32;
|
|
357
|
+
if ($[93] !== t30 || $[94] !== t31) {
|
|
358
|
+
t32 = /* @__PURE__ */ React.createElement("div", null, t30, t31);
|
|
359
|
+
$[93] = t30;
|
|
360
|
+
$[94] = t31;
|
|
361
|
+
$[95] = t32;
|
|
362
|
+
} else t32 = $[95];
|
|
363
|
+
let t33;
|
|
364
|
+
if ($[96] !== expand || $[97] !== t32 || $[98] !== unmountOnExit) {
|
|
365
|
+
t33 = /* @__PURE__ */ React.createElement(Collapse, {
|
|
366
|
+
in: expand,
|
|
367
|
+
timeout: "auto",
|
|
368
|
+
unmountOnExit
|
|
369
|
+
}, t32);
|
|
370
|
+
$[96] = expand;
|
|
371
|
+
$[97] = t32;
|
|
372
|
+
$[98] = unmountOnExit;
|
|
373
|
+
$[99] = t33;
|
|
374
|
+
} else t33 = $[99];
|
|
375
|
+
let t34;
|
|
376
|
+
if ($[100] !== t16 || $[101] !== t29 || $[102] !== t33) {
|
|
377
|
+
t34 = /* @__PURE__ */ React.createElement("div", { className: t16 }, t29, t33);
|
|
378
|
+
$[100] = t16;
|
|
379
|
+
$[101] = t29;
|
|
380
|
+
$[102] = t33;
|
|
381
|
+
$[103] = t34;
|
|
382
|
+
} else t34 = $[103];
|
|
383
|
+
return t34;
|
|
187
384
|
};
|
|
188
385
|
//#endregion
|
|
189
386
|
export { Accordion };
|