@gooddata/sdk-ui-ext 11.55.0 → 11.56.0-alpha.1
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/NOTICE +5 -5
- package/esm/automations/AutomationsCore.js +1 -2
- package/esm/automations/UserContext.d.ts.map +1 -1
- package/esm/automations/actions/useAutomationActions.d.ts.map +1 -1
- package/esm/automations/actions/useAutomationBulkActions.d.ts.map +1 -1
- package/esm/automations/columns/AutomationIcon.js +1 -3
- package/esm/automations/columns/AutomationIconTooltip.js +2 -8
- package/esm/automations/columns/AutomationMenu.js +1 -2
- package/esm/automations/columns/useAutomationColumns.d.ts.map +1 -1
- package/esm/automations/constants.d.ts +4 -4
- package/esm/automations/constants.d.ts.map +1 -1
- package/esm/automations/data/useLoadAutomations.d.ts.map +1 -1
- package/esm/automations/filters/FilterOptionsContext.d.ts.map +1 -1
- package/esm/automations/filters/useAutomationFilters.d.ts +2 -2
- package/esm/automations/filters/useAutomationFilters.d.ts.map +1 -1
- package/esm/automations/format.d.ts +4 -4
- package/esm/automations/format.d.ts.map +1 -1
- package/esm/automations/messages.d.ts.map +1 -1
- package/esm/automations/useAutomationService.d.ts.map +1 -1
- package/esm/automations/useAutomationsSmallLayout.d.ts.map +1 -1
- package/esm/automations/useAutomationsState.d.ts +1 -1
- package/esm/automations/useAutomationsState.d.ts.map +1 -1
- package/esm/automations/utils.d.ts.map +1 -1
- package/esm/dataLoaders/DataLoaderAbstractFactory.d.ts.map +1 -1
- package/esm/index.d.ts +2 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -1
- package/esm/insightPicker/InsightPickerCore.js +2 -4
- package/esm/insightPicker/InsightPickerFilterBar.js +1 -3
- package/esm/insightPicker/InsightPickerMenu.js +1 -2
- package/esm/insightPicker/InsightPickerRow.js +1 -2
- package/esm/insightPicker/InsightPickerSortDropdown.js +3 -8
- package/esm/insightPicker/messages.d.ts.map +1 -1
- package/esm/insightPicker/useInsightPickerHybridSearch.d.ts.map +1 -1
- package/esm/insightPicker/useInsightPickerState.d.ts.map +1 -1
- package/esm/insightView/InsightRenderer.d.ts +2 -4
- package/esm/insightView/InsightRenderer.d.ts.map +1 -1
- package/esm/insightView/InsightRenderer.js +1 -4
- package/esm/insightView/InsightView.js +1 -2
- package/esm/internal/FluidLayoutDescriptor.d.ts.map +1 -1
- package/esm/internal/components/DisabledBubbleMessage.d.ts +1 -1
- package/esm/internal/components/DisabledBubbleMessage.d.ts.map +1 -1
- package/esm/internal/components/DisabledBubbleMessage.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailBubble.js +2 -4
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDetail/AttributeHierarchyDetailPanel.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +1 -5
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +1 -3
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +2 -9
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +1 -3
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +1 -4
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/types.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/useBackendProvider.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/utils.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/BasemapDropdownControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/BasemapDropdownControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/CheckboxControl.js +1 -2
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +1 -2
- package/esm/internal/components/configurationControls/ConfigSection.js +2 -6
- package/esm/internal/components/configurationControls/ConfigSubsection.js +2 -7
- package/esm/internal/components/configurationControls/ContinuousLineControl.js +1 -4
- package/esm/internal/components/configurationControls/DataLabelsControl.js +1 -2
- package/esm/internal/components/configurationControls/DistintcPointShapesControl.js +1 -4
- package/esm/internal/components/configurationControls/DropdownControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/DropdownControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/DropdownControl.js +1 -2
- package/esm/internal/components/configurationControls/GeoViewportControl.js +1 -10
- package/esm/internal/components/configurationControls/InputControl.js +1 -4
- package/esm/internal/components/configurationControls/MinMaxControl.js +1 -2
- package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/PushpinShapeControl.js +1 -2
- package/esm/internal/components/configurationControls/PushpinSizeControl.js +1 -3
- package/esm/internal/components/configurationControls/RadarGridLineShapeControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/RadarGridLineShapeControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/RadarRenderAsControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/RadarRenderAsControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.js +1 -3
- package/esm/internal/components/configurationControls/advanced/ConfigEditor.js +2 -15
- package/esm/internal/components/configurationControls/advanced/SnippetItem.js +2 -8
- package/esm/internal/components/configurationControls/advanced/useOverflow.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomaliesSection.js +1 -5
- package/esm/internal/components/configurationControls/anomalies/AnomalyColorControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalyColorControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalyIndicatorControl.js +1 -3
- package/esm/internal/components/configurationControls/anomalies/AnomalySensitivityControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalySensitivityControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalySizeControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/anomalies/AnomalySizeControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts +1 -1
- package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelSubsection.js +1 -2
- package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts +1 -1
- package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/ColorsSection.js +1 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +3 -7
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.js +1 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts +2 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ResetColorButton.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ResetColorButton.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleColoredItem.js +1 -2
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/LineStyleDialog.js +3 -10
- package/esm/internal/components/configurationControls/comparison/ComparisonSection.js +1 -3
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.js +1 -5
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.js +1 -5
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.js +1 -2
- package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.js +1 -3
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.js +1 -5
- package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.js +1 -4
- package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.js +1 -3
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.js +1 -3
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionEditor.js +7 -20
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingDialog.js +6 -17
- package/esm/internal/components/configurationControls/conditionalFormatting/ConditionalFormattingSection.js +5 -18
- package/esm/internal/components/configurationControls/conditionalFormatting/ReorderList.js +1 -3
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingColors.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts +6 -6
- package/esm/internal/components/configurationControls/conditionalFormatting/conditionalFormattingModel.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/reorderListModel.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/conditionalFormatting/useCfDateFilterOptions.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/customTooltip/CustomTooltipSection.js +1 -5
- package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastSection.js +1 -4
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +5 -17
- package/esm/internal/components/configurationControls/legend/GeoLegendPositionControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/legend/GeoLegendPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/legend/GeoLegendSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/legend/GeoLegendSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/legend/LegendSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/legend/LegendSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/total/TotalSection.d.ts +1 -1
- package/esm/internal/components/configurationControls/total/TotalSection.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +4 -9
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -7
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -6
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -3
- package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.js +2 -5
- package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js +1 -4
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -7
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -5
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -3
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +3 -8
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -3
- package/esm/internal/components/configurationPanels/RadarChartConfigurationPanel.js +2 -10
- package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js +1 -5
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -3
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -10
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -3
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +2 -7
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/AddDataSource.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/DataSourceItem.js +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdown.js +2 -4
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownItem.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/PermissionsDropdownList.js +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/backend/loadUserDataSourceOptionsPromise.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/locales.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/useAddDataSource.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/DataSources/usePermissionsDropdownState.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/DetailRow.js +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Details/OrganizationMemberDropdown.js +3 -9
- package/esm/internal/components/dialogs/userManagementDialogs/Details/UserDetailsView.js +3 -11
- package/esm/internal/components/dialogs/userManagementDialogs/Details/UserGroupDetailsView.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/ErrorDialog.js +1 -5
- package/esm/internal/components/dialogs/userManagementDialogs/RemoveIcon.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/TelemetryContext.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +2 -5
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +2 -5
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/AddUserGroupContent.js +2 -4
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/UserGroupItem.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/backend/loadUserGroupOptionsPromise.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/backend/loadUserGroupOptionsPromise.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroups/userGroupHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AddUserContent.js +2 -4
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/AsyncSelectComponents.js +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Users/UserItem.js +3 -9
- package/esm/internal/components/dialogs/userManagementDialogs/Users/backend/loadUsersOptionsPromise.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/backend/loadUsersOptionsPromise.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Users/usersHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/ViewDialog.js +1 -8
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AddWorkspace.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AsyncSelectComponents.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/AsyncSelectComponents.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissions.js +1 -6
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsItems.js +2 -7
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/GranularPermissionsWorkspaceItem.js +1 -4
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionDropdownItem.js +2 -4
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdown.js +2 -4
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/HierarchicalPermissionsDropdownList.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionDropdownItem.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdown.js +2 -4
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/PermissionsDropdownList.js +1 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/WorkspaceItem.js +1 -3
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/granularPermissionUtils.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/locales.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/WorkspaceItem/usePermissionsDropdownState.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/backend/loadWorkspaceOptionsPromise.d.ts +2 -2
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/backend/loadWorkspaceOptionsPromise.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/useAddWorkspace.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Workspace/useAddWorkspace.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/hooks/usePermissions.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/locales.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/types.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/utils.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/utils.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts +4 -6
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.js +4 -4
- package/esm/internal/components/pluggableVisualizations/alerts.d.ts +4 -4
- package/esm/internal/components/pluggableVisualizations/alerts.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/AreaChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/AreaChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/BarChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/BarChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/BubbleChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/BubbleChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/BulletChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/BulletChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/bucketHelper.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/columnChart/ColumnChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/columnChart/ColumnChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/ComboChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/ComboChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/dependencyWheelChart/DependencyWheelChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/dependencyWheelChart/DependencyWheelChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/donutChart/DonutChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/donutChart/DonutChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/FunnelChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/FunnelChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/GeoPushpinChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/GeoPushpinChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +1 -3
- package/esm/internal/components/pluggableVisualizations/geoCommon/liveMapViewTracking.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/headline/HeadlineDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/headline/HeadlineDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/HeatmapDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/HeatmapDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/keyDriverAnalysis.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/keyDriverAnalysis.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/LineChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/LineChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/mekko/MekkoDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/mekko/bucketHelper.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PieChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PieChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/mockReferencePoint.test.helpers.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PivotTableNextDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PivotTableNextDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/helpers.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/sortHelpers.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/totalsHelpers.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/widthItemsHelpers.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/widthItemsHelpers.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PyramidChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PyramidChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/radarChart/RadarChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/radarChart/RadarChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/repeater/PluggableRepeater.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/SankeyChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/SankeyChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/ScatterPlotDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/ScatterPlotDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/bucketHelper.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/TreemapDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/TreemapDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/WaterfallChartDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/WaterfallChartDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/XirrDescriptor.d.ts +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/XirrDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/xirrBucketHelper.d.ts.map +1 -1
- package/esm/internal/components/visConstruct.test.helpers.d.ts.map +1 -1
- package/esm/internal/constants/axis.d.ts.map +1 -1
- package/esm/internal/constants/axis.js +1 -2
- package/esm/internal/constants/bucket.d.ts.map +1 -1
- package/esm/internal/constants/uiConfig.d.ts.map +1 -1
- package/esm/internal/constants/uiConfig.js +8 -8
- package/esm/internal/interfaces/SortConfig.d.ts +1 -1
- package/esm/internal/interfaces/SortConfig.d.ts.map +1 -1
- package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
- package/esm/internal/testDataProvider.d.ts +6 -6
- package/esm/internal/testDataProvider.d.ts.map +1 -1
- package/esm/internal/translations/de-DE.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-AU.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-GB.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.d.ts +1408 -1408
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +3 -3
- package/esm/internal/translations/es-419.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/es-ES.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/id-ID.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/it-IT.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/sl-SI.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/th-TH.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/uk-UA.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts +2 -2
- package/esm/internal/translations/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/internal/utils/bucketHelper.d.ts.map +1 -1
- package/esm/internal/utils/comparisonHelper.d.ts +2 -2
- package/esm/internal/utils/comparisonHelper.d.ts.map +1 -1
- package/esm/internal/utils/embeddingCodeGenerator/getWebComponentsCodeGenerator.d.ts.map +1 -1
- package/esm/internal/utils/embeddingCodeGenerator/insightToPropsConverter/convenience.d.ts.map +1 -1
- package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewCodeGenerator.d.ts +2 -2
- package/esm/internal/utils/embeddingInsightViewCodeGenerator/insightViewCodeGenerator.d.ts.map +1 -1
- package/esm/internal/utils/internalIntlProvider.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/dependencyWheelChartUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/repeaterUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/sankeyChartUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/xirrUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigMocks.test.helpers.d.ts.map +1 -1
- package/esm/locales.d.ts.map +1 -1
- package/esm/notificationsPanel/Notification/Notification.js +7 -21
- package/esm/notificationsPanel/NotificationFiltersDetail/NotificationFiltersDetailDialog.js +1 -3
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetail.js +1 -2
- package/esm/notificationsPanel/NotificationTriggersDetail/NotificationTriggersDetailDialog.js +1 -6
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanel.js +2 -4
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelButton.js +1 -2
- package/esm/notificationsPanel/NotificationsPanel/DefaultNotificationsPanelHeader.js +1 -3
- package/esm/notificationsPanel/NotificationsPanel/NotificationsPanel.js +1 -2
- package/esm/notificationsPanel/bem.d.ts +2 -2
- package/esm/notificationsPanel/bem.d.ts.map +1 -1
- package/esm/notificationsPanel/components/DetailsDialog.js +1 -5
- package/esm/notificationsPanel/components/Tooltip.js +1 -2
- package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
- package/esm/sdk-ui-ext.d.ts +75 -7
- package/esm/share/ObjectShareDialog.js +4 -6
- package/esm/share/accessSummary.d.ts +28 -3
- package/esm/share/accessSummary.d.ts.map +1 -1
- package/esm/share/accessSummary.js +42 -3
- package/esm/share/messages.d.ts.map +1 -1
- package/esm/share/objectShareController.helpers.d.ts.map +1 -1
- package/esm/share/objectShareController.types.d.ts +3 -0
- package/esm/share/objectShareController.types.d.ts.map +1 -1
- package/esm/share/types.d.ts +3 -0
- package/esm/share/types.d.ts.map +1 -1
- package/esm/share/useAccessList.d.ts.map +1 -1
- package/esm/share/useAccessList.js +5 -2
- package/esm/share/useLabelScope.d.ts.map +1 -1
- package/esm/share/useObjectAccessLevel.d.ts +40 -0
- package/esm/share/useObjectAccessLevel.d.ts.map +1 -0
- package/esm/share/useObjectAccessLevel.js +48 -0
- package/esm/share/useObjectShareController.js +5 -6
- package/esm/share/useObjectShareDialog.d.ts.map +1 -1
- package/package.json +23 -23
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/charts.css.map +1 -1
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2026-9-
|
|
10
|
+
Date generated: 2026-9-3
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: afa814c354459436e47d18bcacd7eced035b8b8e
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -11253,7 +11253,7 @@ MIT
|
|
|
11253
11253
|
|
|
11254
11254
|
Authors: opensource+npm@fb.com, react-core@meta.com
|
|
11255
11255
|
Package Manager: NPM
|
|
11256
|
-
Project URL: https://
|
|
11256
|
+
Project URL: https://react.dev/
|
|
11257
11257
|
Package Download URL: https://registry.npmjs.org/react/-/react-19.1.1.tgz
|
|
11258
11258
|
Dependency Path: @aaronhayes/react-use-hubspot-form > react > @evil-internetmann/react-dnd > react > @floating-ui/react > @floating-ui/react-dom > react > @floating-ui/react > react > @floating-ui/react-dom > react > @rc-component/picker > @rc-component/overflow > react > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react > react > react-select > @emotion/react > @emotion/use-insertion-effect-with-fallbacks > react > react-select > @emotion/react > react
|
|
11259
11259
|
File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
@@ -11645,7 +11645,7 @@ MIT
|
|
|
11645
11645
|
|
|
11646
11646
|
Authors: opensource+npm@fb.com, react-core@meta.com
|
|
11647
11647
|
Package Manager: NPM
|
|
11648
|
-
Project URL: https://
|
|
11648
|
+
Project URL: https://react.dev/
|
|
11649
11649
|
Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz
|
|
11650
11650
|
Dependency Path: @aaronhayes/react-use-hubspot-form > react-dom > @floating-ui/react > @floating-ui/react-dom > react-dom > @floating-ui/react > react-dom > @floating-ui/react-dom > react-dom > @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > react-dom > @rc-component/picker > @rc-component/overflow > react-dom > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react-dom > @rc-component/picker > @rc-component/trigger > @rc-component/portal > react-dom > @rc-component/picker > react-dom > react-dom
|
|
11651
11651
|
File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
@@ -64477,4 +64477,4 @@ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
|
64477
64477
|
--------------------------------------------------------------------------------
|
|
64478
64478
|
--------------------------------------------------------------------------------
|
|
64479
64479
|
|
|
64480
|
-
Report Generated by FOSSA on 2026-9-
|
|
64480
|
+
Report Generated by FOSSA on 2026-9-3
|
|
@@ -8,6 +8,5 @@ export function AutomationsCore(props) {
|
|
|
8
8
|
const { state, filters, isLoading, isFiltersOrSearchActive, skeletonItemsCount, columns, bulkActions, selectedIds, containerRef, handleSort, handleItemClick, loadNextPage, setSearch, setSelectedIds, setPendingAction, } = useAutomationsState(props);
|
|
9
9
|
const { accessibilityConfig } = useAutomationsAccessibility(props.type);
|
|
10
10
|
const { automations, totalItemsCount, hasNextPage, sortBy, sortDirection, scrollToIndex, pendingAction, isFiltersTooLarge, } = state;
|
|
11
|
-
return (_jsxs("div", { ref: containerRef, children: [_jsx(UiAsyncTable, { items: automations, totalItemsCount: totalItemsCount, isLoading: isLoading, scrollToIndex: scrollToIndex, maxHeight: props.maxHeight, hasNextPage: hasNextPage, loadNextPage: loadNextPage, onSort: handleSort, onItemClick: handleItemClick, sortBy: sortBy, sortDirection: sortDirection, bulkActions: bulkActions, skeletonItemsCount: skeletonItemsCount, selectedItemIds: selectedIds, setSelectedItemIds: setSelectedIds, filters: filters, isFiltersTooLarge: isFiltersTooLarge, columns: columns, variant: props.tableVariant, locale: props.locale, onSearch: setSearch, isMobileView: props.isMobileView, accessibilityConfig: accessibilityConfig, renderToolbarCustomElement: props.renderToolbarCustomElement, renderEmptyState: () => (_jsx(AutomationsEmptyState, { type: props.type, isFiltersOrSearchActive: isFiltersOrSearchActive })) }), _jsx(AutomationConfirmDialog, { pendingAction: pendingAction, setPendingAction: setPendingAction })
|
|
12
|
-
] }));
|
|
11
|
+
return (_jsxs("div", { ref: containerRef, children: [_jsx(UiAsyncTable, { items: automations, totalItemsCount: totalItemsCount, isLoading: isLoading, scrollToIndex: scrollToIndex, maxHeight: props.maxHeight, hasNextPage: hasNextPage, loadNextPage: loadNextPage, onSort: handleSort, onItemClick: handleItemClick, sortBy: sortBy, sortDirection: sortDirection, bulkActions: bulkActions, skeletonItemsCount: skeletonItemsCount, selectedItemIds: selectedIds, setSelectedItemIds: setSelectedIds, filters: filters, isFiltersTooLarge: isFiltersTooLarge, columns: columns, variant: props.tableVariant, locale: props.locale, onSearch: setSearch, isMobileView: props.isMobileView, accessibilityConfig: accessibilityConfig, renderToolbarCustomElement: props.renderToolbarCustomElement, renderEmptyState: () => (_jsx(AutomationsEmptyState, { type: props.type, isFiltersOrSearchActive: isFiltersOrSearchActive })) }), _jsx(AutomationConfirmDialog, { pendingAction: pendingAction, setPendingAction: setPendingAction })] }));
|
|
13
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserContext.d.ts","sourceRoot":"","sources":["../../src/automations/UserContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAoD,MAAM,OAAO,CAAC;AAWzF,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAK3E,UAAU,kBAAkB;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,kBAAkB,2CAgInE;AAED,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"UserContext.d.ts","sourceRoot":"","sources":["../../src/automations/UserContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAoD,MAAM,OAAO,CAAC;AAWzF,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAK3E,UAAU,kBAAkB;IACxB,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,kBAAkB,2CAgInE;AAED,eAAO,MAAM,OAAO,QAAO,iBAM1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationActions.d.ts","sourceRoot":"","sources":["../../../src/automations/actions/useAutomationActions.ts"],"names":[],"mappings":"AAYA,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,kBAAkB,EAE1B,MAAM,aAAa,CAAC;AAGrB;;GAEG;AACH,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"useAutomationActions.d.ts","sourceRoot":"","sources":["../../../src/automations/actions/useAutomationActions.ts"],"names":[],"mappings":"AAYA,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,eAAe,EACpB,KAAK,kBAAkB,EAE1B,MAAM,aAAa,CAAC;AAGrB;;GAEG;AACH,eAAO,MAAM,oBAAoB,SAAU,eAAe,SAAS,gBAAgB,KAAG,kBA6NrF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationBulkActions.d.ts","sourceRoot":"","sources":["../../../src/automations/actions/useAutomationBulkActions.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AASpE,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,aAAa,CAAC;AAGlE,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"useAutomationBulkActions.d.ts","sourceRoot":"","sources":["../../../src/automations/actions/useAutomationBulkActions.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AASpE,OAAO,EAAE,KAAK,8BAA8B,EAAE,MAAM,aAAa,CAAC;AAGlE,eAAO,MAAM,wBAAwB,kKASlC,8BAA8B,KAAG,uBAAuB,EAAE,GAAG,SA8I/D,CAAC"}
|
|
@@ -78,7 +78,5 @@ function TooltipRecipientsList({ automation }) {
|
|
|
78
78
|
}
|
|
79
79
|
function TooltipStartsOnSection({ automation, timezone, }) {
|
|
80
80
|
const [date, time] = formatCellValue(automation.created, "date", timezone)?.split(" ") ?? [];
|
|
81
|
-
return (_jsxs("div", { className: e("starts-on"), children: [
|
|
82
|
-
_jsx("span", { children: date }), _jsx("span", { children: `${time} ${timezone}` })
|
|
83
|
-
] }));
|
|
81
|
+
return (_jsxs("div", { className: e("starts-on"), children: [_jsx("span", { children: date }), _jsx("span", { children: `${time} ${timezone}` })] }));
|
|
84
82
|
}
|
|
@@ -4,15 +4,9 @@ import { Bubble, BubbleHoverTrigger, UiIconButton } from "@gooddata/sdk-ui-kit";
|
|
|
4
4
|
import { bem } from "../../notificationsPanel/bem.js";
|
|
5
5
|
const { b, e } = bem("gd-ui-ext-automation-icon-tooltip");
|
|
6
6
|
function AutomationIconTooltipCore({ header, content, sections, }) {
|
|
7
|
-
return (_jsxs("div", { className: b(), children: [
|
|
8
|
-
_jsxs("div", { children: [
|
|
9
|
-
_jsx("div", { className: e("header"), children: header }), content ? _jsx("div", { className: e("content-header"), children: content }) : null] }), sections.map((section, index) => (_jsxs("div", { children: [
|
|
10
|
-
_jsx("div", { className: e("sub-header"), children: section.header.toUpperCase() }), section.content ? (section.icon ? (_jsxs("div", { className: e("content"), children: [
|
|
11
|
-
_jsx("div", { className: e("content-inner-truncated"), children: section.content }), _jsx("div", { className: e("icon-button"), children: _jsx(UiIconButton, { icon: section.icon, size: "xsmall", variant: "tertiary", onClick: section.onIconClick }) })
|
|
12
|
-
] })) : (_jsx("div", { className: e("content"), children: section.content }))) : null] }, index)))] }));
|
|
7
|
+
return (_jsxs("div", { className: b(), children: [_jsxs("div", { children: [_jsx("div", { className: e("header"), children: header }), content ? _jsx("div", { className: e("content-header"), children: content }) : null] }), sections.map((section, index) => (_jsxs("div", { children: [_jsx("div", { className: e("sub-header"), children: section.header.toUpperCase() }), section.content ? (section.icon ? (_jsxs("div", { className: e("content"), children: [_jsx("div", { className: e("content-inner-truncated"), children: section.content }), _jsx("div", { className: e("icon-button"), children: _jsx(UiIconButton, { icon: section.icon, size: "xsmall", variant: "tertiary", onClick: section.onIconClick }) })] })) : (_jsx("div", { className: e("content"), children: section.content }))) : null] }, index)))] }));
|
|
13
8
|
}
|
|
14
9
|
export function AutomationIconTooltip({ header, content, sections, children, align, }) {
|
|
15
10
|
const alignPoints = align ? [{ align }] : undefined;
|
|
16
|
-
return (_jsxs(BubbleHoverTrigger, { hideDelay: 300, eventsOnBubble: true, children: [children, _jsx(Bubble, { className: "bubble-light", alignPoints: alignPoints, arrowStyle: { display: "none" }, children: _jsx(AutomationIconTooltipCore, { header: header, content: content, sections: sections }) })
|
|
17
|
-
] }));
|
|
11
|
+
return (_jsxs(BubbleHoverTrigger, { hideDelay: 300, eventsOnBubble: true, children: [children, _jsx(Bubble, { className: "bubble-light", alignPoints: alignPoints, arrowStyle: { display: "none" }, children: _jsx(AutomationIconTooltipCore, { header: header, content: content, sections: sections }) })] }));
|
|
18
12
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationColumns.d.ts","sourceRoot":"","sources":["../../../src/automations/columns/useAutomationColumns.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,OAAO,CAAC;AAIhD,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAErE,OAAO,EAAE,KAAK,mBAAmB,EAAkC,MAAM,sBAAsB,CAAC;AAUhG,OAAO,EAA8B,KAAK,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAM1F,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"useAutomationColumns.d.ts","sourceRoot":"","sources":["../../../src/automations/columns/useAutomationColumns.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAW,MAAM,OAAO,CAAC;AAIhD,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAErE,OAAO,EAAE,KAAK,mBAAmB,EAAkC,MAAM,sBAAsB,CAAC;AAUhG,OAAO,EAA8B,KAAK,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAM1F,eAAO,MAAM,oBAAoB,+RAiB9B,0BAA0B,KAAG;IAC5B,iBAAiB,EAAE,mBAAmB,CAAC,yBAAyB,CAAC,EAAE,CAAC;IACpE,uBAAuB,EAAE,OAAO,CAAC;IACjC,YAAY,EAAE,SAAS,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;CAkNlD,CAAC"}
|
|
@@ -90,13 +90,13 @@ export declare const defaultAvailableFilters: Record<AutomationsScope, Automatio
|
|
|
90
90
|
export declare const defaultColumnDefinitions: Record<AutomationsScope, AutomationColumnDefinitions>;
|
|
91
91
|
export declare const getAutomationActionsEmptyState: () => {
|
|
92
92
|
deletedAutomation: import("@gooddata/sdk-model").IAutomationMetadataObject | undefined;
|
|
93
|
-
bulkDeletedAutomations: import("@gooddata/sdk-model").IAutomationMetadataObject
|
|
93
|
+
bulkDeletedAutomations: Array<import("@gooddata/sdk-model").IAutomationMetadataObject>;
|
|
94
94
|
unsubscribedAutomation: import("@gooddata/sdk-model").IAutomationMetadataObject | undefined;
|
|
95
|
-
bulkUnsubscribedAutomations: import("@gooddata/sdk-model").IAutomationMetadataObject
|
|
95
|
+
bulkUnsubscribedAutomations: Array<import("@gooddata/sdk-model").IAutomationMetadataObject>;
|
|
96
96
|
pausedAutomation: import("@gooddata/sdk-model").IAutomationMetadataObject | undefined;
|
|
97
|
-
bulkPausedAutomations: import("@gooddata/sdk-model").IAutomationMetadataObject
|
|
97
|
+
bulkPausedAutomations: Array<import("@gooddata/sdk-model").IAutomationMetadataObject>;
|
|
98
98
|
resumedAutomation: import("@gooddata/sdk-model").IAutomationMetadataObject | undefined;
|
|
99
|
-
bulkResumedAutomations: import("@gooddata/sdk-model").IAutomationMetadataObject
|
|
99
|
+
bulkResumedAutomations: Array<import("@gooddata/sdk-model").IAutomationMetadataObject>;
|
|
100
100
|
triggeredAutomation: import("@gooddata/sdk-model").IAutomationMetadataObject | undefined;
|
|
101
101
|
};
|
|
102
102
|
export declare const AUTOMATION_ICON_CONFIGS: Record<string, IUiIconProps>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/automations/constants.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,OAAO,EACH,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACzB,MAAM,YAAY,CAAC;AAEpB,eAAO,MAAM,6BAA6B,cAAc,CAAC;AACzD,eAAO,MAAM,yCAAyC,0BAA0B,CAAC;AACjF,eAAO,MAAM,gCAAgC,iBAAiB,CAAC;AAC/D,eAAO,MAAM,4CAA4C,6BAA6B,CAAC;AAEvF,eAAO,MAAM,6BAA6B,iBAAiB,CAAC;AAC5D,eAAO,MAAM,6BAA6B,iBAAiB,CAAC;AAC5D,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD,eAAO,MAAM,8BAA8B,eAAe,CAAC;AAC3D,eAAO,MAAM,0BAA0B,WAAW,CAAC;AAEnD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;CAKvB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;CAIrB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,WAAW,OAAO,CAAC;AAEhC;;GAEG;AACH,eAAO,MAAM,YAAY;;CAEf,CAAC;AAEX,eAAO,MAAM,kBAAkB,MAAM,CAAC;AACtC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAEpC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,kBAAkB,qBAAqB,CAAC;AACrD,eAAO,MAAM,iBAAiB,qBAAqB,CAAC;AAKpD;;GAEG;AACH,eAAO,MAAM,qBAAqB
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/automations/constants.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEzD,OAAO,EACH,KAAK,2BAA2B,EAChC,KAAK,2BAA2B,EAChC,KAAK,gBAAgB,EACrB,KAAK,aAAa,EAClB,KAAK,uBAAuB,EAC5B,KAAK,iBAAiB,EACzB,MAAM,YAAY,CAAC;AAEpB,eAAO,MAAM,6BAA6B,cAAc,CAAC;AACzD,eAAO,MAAM,yCAAyC,0BAA0B,CAAC;AACjF,eAAO,MAAM,gCAAgC,iBAAiB,CAAC;AAC/D,eAAO,MAAM,4CAA4C,6BAA6B,CAAC;AAEvF,eAAO,MAAM,6BAA6B,iBAAiB,CAAC;AAC5D,eAAO,MAAM,6BAA6B,iBAAiB,CAAC;AAC5D,eAAO,MAAM,4BAA4B,eAAe,CAAC;AAEzD,eAAO,MAAM,8BAA8B,eAAe,CAAC;AAC3D,eAAO,MAAM,0BAA0B,WAAW,CAAC;AAEnD,eAAO,MAAM,iBAAiB,sBAAsB,CAAC;AAErD;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;CAKvB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,kBAAkB;;;;CAIrB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,WAAW,OAAO,CAAC;AAEhC;;GAEG;AACH,eAAO,MAAM,YAAY;;CAEf,CAAC;AAEX,eAAO,MAAM,kBAAkB,MAAM,CAAC;AACtC,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAEpC,eAAO,MAAM,WAAW,UAAU,CAAC;AACnC,eAAO,MAAM,kBAAkB,qBAAqB,CAAC;AACrD,eAAO,MAAM,iBAAiB,qBAAqB,CAAC;AAKpD;;GAEG;AACH,eAAO,MAAM,qBAAqB;aAC9B,EAAE,EAAE,GAAG;aACP,IAAI,EAAE,GAAG;aACT,SAAS;aACT,SAAS;aACT,UAAU;aACV,SAAS;aACT,KAAK;aACL,eAAe;aACf,UAAU;aACV,UAAU;aACV,oBAAoB;aACpB,MAAM;aACN,WAAW;aACX,QAAQ;CACF,CAAC;AAEX;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,aAAa,EAAE,MAAM,CAKlD,CAAC;AAEX,eAAO,MAAM,mCAAmC,KAAK,CAAC;AAEtD,eAAO,MAAM,qBAAqB,oBAAoB,CAAC;AAGvD,eAAO,MAAM,wBAAwB,yCAAkD,CAAC;AACxF,eAAO,MAAM,6BAA6B,8CAAuD,CAAC;AAClG,eAAO,MAAM,uBAAuB,wCAAiD,CAAC;AACtF,eAAO,MAAM,wBAAwB,yCAAkD,CAAC;AAGxF,eAAO,MAAM,6BAA6B,8CAAuD,CAAC;AAClG,eAAO,MAAM,kCAAkC,mDAA4D,CAAC;AAC5G,eAAO,MAAM,4BAA4B,6CAAsD,CAAC;AAChG,eAAO,MAAM,6BAA6B,8CAAuD,CAAC;AAElG,eAAO,MAAM,yCAAyC,IAAI,CAAC;AAC3D,eAAO,MAAM,+CAA+C,IAAI,CAAC;AAEjE,eAAO,MAAM,uBAAuB,EAAE,iBAcrC,CAAC;AAEF,eAAO,MAAM,6BAA6B,EAAE,uBAU3C,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,gBAAgB,EAAE,2BAA2B,CAGzF,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,gBAAgB,EAAE,2BAA2B,CAe1F,CAAC;AAEF,eAAO,MAAM,8BAA8B;;;;;;;;;;CAA+C,CAAC;AAU3F,eAAO,MAAM,uBAAuB,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAgCvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLoadAutomations.d.ts","sourceRoot":"","sources":["../../../src/automations/data/useLoadAutomations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAI5D,eAAO,MAAM,kBAAkB;;;
|
|
1
|
+
{"version":3,"file":"useLoadAutomations.d.ts","sourceRoot":"","sources":["../../../src/automations/data/useLoadAutomations.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,aAAa,CAAC;AAI5D,eAAO,MAAM,kBAAkB,6NAc5B,wBAAwB;;;CA6D1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilterOptionsContext.d.ts","sourceRoot":"","sources":["../../../src/automations/filters/FilterOptionsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAuC,MAAM,OAAO,CAAC;AAQ5E,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAKrF,UAAU,2BAA2B;IACjC,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,qBAAqB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,2BAA2B,2CAkErF;AAED,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"FilterOptionsContext.d.ts","sourceRoot":"","sources":["../../../src/automations/filters/FilterOptionsContext.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAuC,MAAM,OAAO,CAAC;AAQ5E,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,0BAA0B,EAAE,MAAM,aAAa,CAAC;AAKrF,UAAU,2BAA2B;IACjC,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,gBAAgB,CAAC;CAC3B;AAED,wBAAgB,qBAAqB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,2BAA2B,2CAkErF;AAED,eAAO,MAAM,gBAAgB,QAAO,0BAMnC,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type IUiAsyncTableFilter } from "@gooddata/sdk-ui-kit";
|
|
2
|
-
import { type AutomationsAvailableFilters, type
|
|
3
|
-
export declare const useAutomationFilters: (preselectedFilters:
|
|
2
|
+
import { type AutomationsAvailableFilters, type AutomationsPreselectedFilters, type IAutomationFilterQuery } from "../types.js";
|
|
3
|
+
export declare const useAutomationFilters: (preselectedFilters: AutomationsPreselectedFilters, availableFilters: AutomationsAvailableFilters) => {
|
|
4
4
|
filters: IUiAsyncTableFilter[];
|
|
5
5
|
dashboardFilterQuery: IAutomationFilterQuery;
|
|
6
6
|
recipientsFilterQuery: IAutomationFilterQuery;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationFilters.d.ts","sourceRoot":"","sources":["../../../src/automations/filters/useAutomationFilters.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,mBAAmB,EAAkC,MAAM,sBAAsB,CAAC;AAKhG,OAAO,EACH,KAAK,2BAA2B,
|
|
1
|
+
{"version":3,"file":"useAutomationFilters.d.ts","sourceRoot":"","sources":["../../../src/automations/filters/useAutomationFilters.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,mBAAmB,EAAkC,MAAM,sBAAsB,CAAC;AAKhG,OAAO,EACH,KAAK,2BAA2B,EAGhC,KAAK,6BAA6B,EAElC,KAAK,sBAAsB,EAC9B,MAAM,aAAa,CAAC;AA4KrB,eAAO,MAAM,oBAAoB,uBACT,6BAA6B,oBAC/B,2BAA2B;;;;;;;;CAuChD,CAAC"}
|
|
@@ -3,10 +3,10 @@ import { type IAutomationAlert, type IAutomationMetadataObject, type IExportDefi
|
|
|
3
3
|
import { type IUiAsyncTableFilterOption } from "@gooddata/sdk-ui-kit";
|
|
4
4
|
import { type CellValueType } from "./types.js";
|
|
5
5
|
export declare const formatAutomationSubtitle: (automation: IAutomationMetadataObject, intl: IntlShape) => string | undefined;
|
|
6
|
-
export declare const formatAlertSubtitle: (intl: IntlShape, alert?: IAutomationAlert
|
|
7
|
-
export declare const formatAttachments: (attachments?: IExportDefinitionMetadataObject[]
|
|
8
|
-
export declare const formatAutomationUser: (user?: IUser
|
|
6
|
+
export declare const formatAlertSubtitle: (intl: IntlShape, alert?: IAutomationAlert) => string;
|
|
7
|
+
export declare const formatAttachments: (attachments?: IExportDefinitionMetadataObject[]) => string | undefined;
|
|
8
|
+
export declare const formatAutomationUser: (user?: IUser) => string;
|
|
9
9
|
export declare const formatDate: (date: string, timeZone: string | undefined, format?: string) => string;
|
|
10
10
|
export declare function formatCellValue(value: string | number | undefined | null, type?: CellValueType, timezone?: string): string;
|
|
11
|
-
export declare const formatWorkspaceUserFilterOptions: (users:
|
|
11
|
+
export declare const formatWorkspaceUserFilterOptions: (users: IWorkspaceUser[] | IOrganizationUser[], isCurrentUser: (login: string) => boolean, intl: IntlShape) => IUiAsyncTableFilterOption[];
|
|
12
12
|
//# sourceMappingURL=format.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/automations/format.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,EACpC,KAAK,iBAAiB,EACtB,KAAK,KAAK,EACV,KAAK,cAAc,EAGtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAStE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAOhD,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"format.d.ts","sourceRoot":"","sources":["../../src/automations/format.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,yBAAyB,EAC9B,KAAK,+BAA+B,EACpC,KAAK,iBAAiB,EACtB,KAAK,KAAK,EACV,KAAK,cAAc,EAGtB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,sBAAsB,CAAC;AAStE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,YAAY,CAAC;AAOhD,eAAO,MAAM,wBAAwB,eAAgB,yBAAyB,QAAQ,SAAS,uBAQ9F,CAAC;AAGF,eAAO,MAAM,mBAAmB,SAAU,SAAS,UAAU,gBAAgB,WAiC5E,CAAC;AAEF,eAAO,MAAM,iBAAiB,iBAAkB,+BAA+B,EAAE,uBAEhF,CAAC;AAEF,eAAO,MAAM,oBAAoB,UAAW,KAAK,WAmBhD,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,MAAM,YAAY,MAAM,GAAG,SAAS,4BASpE,CAAC;AAEF,wBAAgB,eAAe,CAC3B,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,GAAG,IAAI,EACzC,IAAI,GAAE,aAAsB,EAC5B,QAAQ,CAAC,EAAE,MAAM,GAClB,MAAM,CAsBR;AA+BD,eAAO,MAAM,gCAAgC,UAClC,cAAc,EAAE,GAAG,iBAAiB,EAAE,iBAC9B,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,QACnC,SAAS,KAChB,yBAAyB,EAW3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/automations/messages.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/automations/messages.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,eAAO,MAAM,QAAQ;;QAEb,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAIF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAIF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAIF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAIF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAIF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAIF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;CAER,CAAC;AAEH,eAAO,MAAM,iBAAiB,SAAU,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDtD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationService.d.ts","sourceRoot":"","sources":["../../src/automations/useAutomationService.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAgC,MAAM,YAAY,CAAC;AAE1G,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"useAutomationService.d.ts","sourceRoot":"","sources":["../../src/automations/useAutomationService.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,kBAAkB,EAAgC,MAAM,YAAY,CAAC;AAE1G,eAAO,MAAM,oBAAoB,UAAW,gBAAgB,KAAG,kBAsM9D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationsSmallLayout.d.ts","sourceRoot":"","sources":["../../src/automations/useAutomationsSmallLayout.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,+BAA+B,EAAE,MAAM,YAAY,CAAC;AAElE,eAAO,MAAM,yBAAyB;;;;
|
|
1
|
+
{"version":3,"file":"useAutomationsSmallLayout.d.ts","sourceRoot":"","sources":["../../src/automations/useAutomationsSmallLayout.ts"],"names":[],"mappings":"AAUA,OAAO,EAAE,KAAK,+BAA+B,EAAE,MAAM,YAAY,CAAC;AAElE,eAAO,MAAM,yBAAyB,yGAOnC,+BAA+B;;;;CA0CjC,CAAC"}
|
|
@@ -17,6 +17,6 @@ export declare const useAutomationsState: ({ type, scope, timezone, selectedColu
|
|
|
17
17
|
loadNextPage: () => void;
|
|
18
18
|
setSearch: ((search: string) => void) | undefined;
|
|
19
19
|
setSelectedIds: (selectedIds: string[]) => void;
|
|
20
|
-
setPendingAction: (pendingAction: IAutomationsPendingAction |
|
|
20
|
+
setPendingAction: (pendingAction: IAutomationsPendingAction | undefined | null) => void;
|
|
21
21
|
};
|
|
22
22
|
//# sourceMappingURL=useAutomationsState.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAutomationsState.d.ts","sourceRoot":"","sources":["../../src/automations/useAutomationsState.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAErE,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAQpE,OAAO,EACH,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACzB,MAAM,YAAY,CAAC;AAGpB,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"useAutomationsState.d.ts","sourceRoot":"","sources":["../../src/automations/useAutomationsState.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAErE,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,sBAAsB,CAAC;AAQpE,OAAO,EACH,KAAK,qBAAqB,EAC1B,KAAK,yBAAyB,EAC9B,KAAK,iBAAiB,EACzB,MAAM,YAAY,CAAC;AAGpB,eAAO,MAAM,mBAAmB,gPAgB7B,qBAAqB;;;;;;;;;;;sBAsLK,MAAM,yBAAyB;4BAsBzB,yBAAyB;;;kCAkBP,MAAM,EAAE;sCAtNJ,yBAAyB,GAAG,SAAS,GAAG,IAAI;CA8QpG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/automations/utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EACH,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,EACzB,KAAK,+BAA+B,EACvC,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,eAAO,MAAM,cAAc,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/automations/utils.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,YAAY,CAAC;AAE5C,OAAO,EACH,KAAK,iCAAiC,EACtC,KAAK,iCAAiC,EACtC,KAAK,wBAAwB,EAC7B,KAAK,gCAAgC,EACrC,KAAK,sBAAsB,EAC3B,KAAK,yBAAyB,EAC9B,KAAK,oBAAoB,EACzB,KAAK,+BAA+B,EACvC,MAAM,qBAAqB,CAAC;AAK7B,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,eAAO,MAAM,cAAc,eACX,yBAAyB,uBAChB,MAAM,GAAG,SAAS,uBAG1C,CAAC;AAEF,eAAO,MAAM,qBAAqB,eAClB,yBAAyB,eACxB,MAAM,GAAG,SAAS,eAClB,MAAM,GAAG,SAAS,SAUlC,CAAC;AAOF,eAAO,MAAM,gBAAgB,cAAe,oBAAoB,KAAG,MAI7D,CAAC;AAEP,eAAO,MAAM,kBAAkB,SAAU,MAAM,GAAG,SAAS,uBAK1D,CAAC;AAEF,eAAO,MAAM,kCAAkC,eAC/B,yBAAyB,KACtC,+BAA+B,GAAG,SAKpC,CAAC;AACF,eAAO,MAAM,WAAW,eAAgB,yBAAyB,QAAQ,eAAe,KAAG,MAS1F,CAAC;AAEF,eAAO,MAAM,aAAa,eAAgB,yBAAyB,QAAQ,eAAe,KAAG,MAS5F,CAAC;AAEF,eAAO,MAAM,4BAA4B,UAAW,OAAO,KAAG,OAM7D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,0BAA0B,aAAc,wBAAwB,QAAQ,SAAS,KAAG,MAWhG,CAAC;AAEF,wBAAgB,gCAAgC,CAC5C,KAAK,EAAE,MAAM,EACb,YAAY,EAAE,iCAAiC,EAC/C,YAAY,EAAE,iCAAiC,EAC/C,IAAI,EAAE,SAAS,GAChB,MAAM,CAER;AAED;;GAEG;AACH,eAAO,MAAM,wBAAwB,aACvB,sBAAsB,OAC3B,gCAAgC,QAC/B,SAAS,KAChB,MAiBF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataLoaderAbstractFactory.d.ts","sourceRoot":"","sources":["../../src/dataLoaders/DataLoaderAbstractFactory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,eAAO,MAAM,yBAAyB,GAAI,OAAO,
|
|
1
|
+
{"version":3,"file":"DataLoaderAbstractFactory.d.ts","sourceRoot":"","sources":["../../src/dataLoaders/DataLoaderAbstractFactory.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAErD,eAAO,MAAM,yBAAyB,GAAI,OAAO,SAAS,MAAM,gBAC9C,CAAC,SAAS,EAAE,MAAM,KAAK,OAAO,KAC7C,kBAAkB,CAAC,OAAO,CAkB5B,CAAC"}
|
package/esm/index.d.ts
CHANGED
|
@@ -82,7 +82,8 @@ export { ObjectShareDialog, type IObjectShareDialogProps } from "./share/ObjectS
|
|
|
82
82
|
export { sortShareableLabels } from "./share/objectShareController.helpers.js";
|
|
83
83
|
export type { GranteeEdit, IGranteeIdentityFacts, IObjectShareDraft, IObjectShareGrantee, IRuleEdit, ObjectSharePermissionLevel, } from "./share/objectShareController.types.js";
|
|
84
84
|
export { useApplyObjectPermissions } from "./share/useApplyObjectPermissions.js";
|
|
85
|
-
export { accessListToSummary } from "./share/accessSummary.js";
|
|
85
|
+
export { accessListToSummary, draftToSummary, type ObjectShareLevel, summaryToShareLevel, } from "./share/accessSummary.js";
|
|
86
86
|
export { isPermissionsNotAvailable } from "./share/accessErrors.js";
|
|
87
|
+
export { type IObjectAccessLevel, type IUseObjectAccessLevelOptions, useObjectAccessLevel, } from "./share/useObjectAccessLevel.js";
|
|
87
88
|
export type { IObjectAccessSummary, IObjectShareLabel } from "./share/types.js";
|
|
88
89
|
//# sourceMappingURL=index.d.ts.map
|
package/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/esm/index.js
CHANGED
|
@@ -74,5 +74,6 @@ export { useInsightPagedList, } from "./internal/components/insightList/useInsig
|
|
|
74
74
|
export { ObjectShareDialog } from "./share/ObjectShareDialog.js";
|
|
75
75
|
export { sortShareableLabels } from "./share/objectShareController.helpers.js";
|
|
76
76
|
export { useApplyObjectPermissions } from "./share/useApplyObjectPermissions.js";
|
|
77
|
-
export { accessListToSummary } from "./share/accessSummary.js";
|
|
77
|
+
export { accessListToSummary, draftToSummary, summaryToShareLevel, } from "./share/accessSummary.js";
|
|
78
78
|
export { isPermissionsNotAvailable } from "./share/accessErrors.js";
|
|
79
|
+
export { useObjectAccessLevel, } from "./share/useObjectAccessLevel.js";
|
|
@@ -76,15 +76,13 @@ export function InsightPickerCore({ backend: backendProp, workspace: workspacePr
|
|
|
76
76
|
const entryRef = entry.uri ? uriRef(entry.uri) : idRef(entry.identifier, "insight");
|
|
77
77
|
onSelect(entryRef, entry);
|
|
78
78
|
}, [onSelect]);
|
|
79
|
-
return (_jsxs("div", { className: "gd-ui-ext-insight-picker", children: [initialLoadCompleted ? (_jsxs(_Fragment, { children: [
|
|
80
|
-
_jsx("div", { className: "gd-ui-ext-insight-picker-search", onKeyDown: (e) => {
|
|
79
|
+
return (_jsxs("div", { className: "gd-ui-ext-insight-picker", children: [initialLoadCompleted ? (_jsxs(_Fragment, { children: [_jsx("div", { className: "gd-ui-ext-insight-picker-search", onKeyDown: (e) => {
|
|
81
80
|
if (isEscapeKey(e) && searchState.query) {
|
|
82
81
|
e.stopPropagation();
|
|
83
82
|
handleSearchChange("");
|
|
84
83
|
}
|
|
85
84
|
// When search is empty, let Esc propagate to close the dialog
|
|
86
|
-
}, children: _jsx(Input, { isSearch: true, autofocus: true, placeholder: intl.formatMessage(messages.searchPlaceholder), value: searchState.query, onChange: (value) => handleSearchChange(String(value)) }) }), _jsx(InsightPickerFilterBar, { author: author, authorFilterOptions: authorFilterOptions, tagFilterOptions: tagFilterOptions, authorsLoaded: authorsLoaded, tagsLoaded: tagsLoaded, includeTags: includeTags, excludeTags: excludeTags, authorFilter: authorFilter, tagFilter: tagFilter, onAuthorFilterChange: onAuthorFilterChange, onTagFilterChange: onTagFilterChange, sortBy: sortBy, sortDirection: sortDirection, onSortChange: onSortChange })
|
|
87
|
-
] })) : null, _jsx(DropdownList, { width: width, isMobile: false, isLoading: isSearching
|
|
85
|
+
}, children: _jsx(Input, { isSearch: true, autofocus: true, placeholder: intl.formatMessage(messages.searchPlaceholder), value: searchState.query, onChange: (value) => handleSearchChange(String(value)) }) }), _jsx(InsightPickerFilterBar, { author: author, authorFilterOptions: authorFilterOptions, tagFilterOptions: tagFilterOptions, authorsLoaded: authorsLoaded, tagsLoaded: tagsLoaded, includeTags: includeTags, excludeTags: excludeTags, authorFilter: authorFilter, tagFilter: tagFilter, onAuthorFilterChange: onAuthorFilterChange, onTagFilterChange: onTagFilterChange, sortBy: sortBy, sortDirection: sortDirection, onSortChange: onSortChange })] })) : null, _jsx(DropdownList, { width: width, isMobile: false, isLoading: isSearching
|
|
88
86
|
? semanticSearchState.state === "loading" && displayItems.length === 0
|
|
89
87
|
: isLoading
|
|
90
88
|
? insights.length === 0
|
|
@@ -39,7 +39,5 @@ export function InsightPickerFilterBar({ author, authorFilterOptions, tagFilterO
|
|
|
39
39
|
onTagFilterChange([]);
|
|
40
40
|
}, [author, onAuthorFilterChange, onTagFilterChange]);
|
|
41
41
|
const resetFiltersLabel = intl.formatMessage(messages.resetFilters);
|
|
42
|
-
return (_jsxs("div", { className: "gd-ui-ext-insight-picker-filter-bar", children: [
|
|
43
|
-
_jsxs("div", { className: "gd-ui-ext-insight-picker-filter-bar-filters", children: [author && authorsLoaded ? (_jsx("span", { title: authorChipTooltip, children: _jsx(UiAsyncTableFilter, { label: intl.formatMessage(messages.filterCreatedBy), options: authorFilterOptions, selected: selectedAuthorOptions, onItemsSelect: handleAuthorChipApply, isMultiSelect: true, onChipReset: authorFilter.length > 0 ? handleAuthorChipReset : undefined }) })) : null, tagsLoaded ? (_jsx("span", { title: tagChipTooltip, children: _jsx(UiAsyncTableFilter, { label: intl.formatMessage(messages.filterTag), options: scopedTagOptions, selected: selectedTagOptions, onItemsSelect: handleTagChipApply, isMultiSelect: true, onChipReset: tagFilter.length > 0 ? handleTagChipReset : undefined }) })) : null, hasActiveFilters ? (_jsx(UiTooltip, { triggerBy: ["hover", "focus"], anchor: _jsx(UiIconButton, { icon: "history", variant: "tertiary", size: "small", label: resetFiltersLabel, onClick: handleResetAllFilters, dataTestId: "s-insight-picker-reset-filters" }), content: resetFiltersLabel })) : null] }), _jsx(InsightPickerSortDropdown, { sortBy: sortBy, sortDirection: sortDirection, onSortChange: onSortChange })
|
|
44
|
-
] }));
|
|
42
|
+
return (_jsxs("div", { className: "gd-ui-ext-insight-picker-filter-bar", children: [_jsxs("div", { className: "gd-ui-ext-insight-picker-filter-bar-filters", children: [author && authorsLoaded ? (_jsx("span", { title: authorChipTooltip, children: _jsx(UiAsyncTableFilter, { label: intl.formatMessage(messages.filterCreatedBy), options: authorFilterOptions, selected: selectedAuthorOptions, onItemsSelect: handleAuthorChipApply, isMultiSelect: true, onChipReset: authorFilter.length > 0 ? handleAuthorChipReset : undefined }) })) : null, tagsLoaded ? (_jsx("span", { title: tagChipTooltip, children: _jsx(UiAsyncTableFilter, { label: intl.formatMessage(messages.filterTag), options: scopedTagOptions, selected: selectedTagOptions, onItemsSelect: handleTagChipApply, isMultiSelect: true, onChipReset: tagFilter.length > 0 ? handleTagChipReset : undefined }) })) : null, hasActiveFilters ? (_jsx(UiTooltip, { triggerBy: ["hover", "focus"], anchor: _jsx(UiIconButton, { icon: "history", variant: "tertiary", size: "small", label: resetFiltersLabel, onClick: handleResetAllFilters, dataTestId: "s-insight-picker-reset-filters" }), content: resetFiltersLabel })) : null] }), _jsx(InsightPickerSortDropdown, { sortBy: sortBy, sortDirection: sortDirection, onSortChange: onSortChange })] }));
|
|
45
43
|
}
|
|
@@ -15,7 +15,6 @@ export function InsightPickerMenu({ item, menuActions, renderMenu }) {
|
|
|
15
15
|
: undefined, title: action.title, onClick: () => {
|
|
16
16
|
closeDropdown();
|
|
17
17
|
action.onClick(item);
|
|
18
|
-
}, elementType: "button", accessibilityConfig: { role: "menuitem" } })
|
|
19
|
-
] }, action.id))) }));
|
|
18
|
+
}, elementType: "button", accessibilityConfig: { role: "menuitem" } })] }, action.id))) }));
|
|
20
19
|
} }));
|
|
21
20
|
}
|
|
@@ -13,6 +13,5 @@ export function InsightPickerRow({ entry, type, width, isSelected, hasMenu, meta
|
|
|
13
13
|
}, [onItemClick, entry]);
|
|
14
14
|
return (_jsxs("div", { className: hasMenu
|
|
15
15
|
? "gd-ui-ext-insight-picker-row gd-ui-ext-insight-picker-row--with-menu"
|
|
16
|
-
: "gd-ui-ext-insight-picker-row", onClick: handleRowClick, children: [
|
|
17
|
-
_jsx(InsightListItem, { title: entry.title, description: entry.description?.trim(), showDescriptionPanel: true, type: type, width: hasMenu ? width - 36 : width, updated: entry.updated ?? entry.created, isLocked: entry.isLocked, isSelected: isSelected, onDescriptionPanelOpen: onDescriptionPanelOpen ? () => onDescriptionPanelOpen(entry.description ?? "") : undefined, metadataTimeZone: metadataTimeZone }), hasMenu ? (_jsx(InsightPickerMenu, { item: entry, menuActions: menuActions, renderMenu: renderMenu })) : null] }));
|
|
16
|
+
: "gd-ui-ext-insight-picker-row", onClick: handleRowClick, children: [_jsx(InsightListItem, { title: entry.title, description: entry.description?.trim(), showDescriptionPanel: true, type: type, width: hasMenu ? width - 36 : width, updated: entry.updated ?? entry.created, isLocked: entry.isLocked, isSelected: isSelected, onDescriptionPanelOpen: onDescriptionPanelOpen ? () => onDescriptionPanelOpen(entry.description ?? "") : undefined, metadataTimeZone: metadataTimeZone }), hasMenu ? (_jsx(InsightPickerMenu, { item: entry, menuActions: menuActions, renderMenu: renderMenu })) : null] }));
|
|
18
17
|
}
|
|
@@ -14,15 +14,10 @@ export function InsightPickerSortDropdown({ sortBy, sortDirection, onSortChange,
|
|
|
14
14
|
const toggleDirection = useCallback(() => {
|
|
15
15
|
onSortChange(sortBy, sortDirection === "desc" ? "asc" : "desc");
|
|
16
16
|
}, [sortBy, sortDirection, onSortChange]);
|
|
17
|
-
return (_jsxs("div", { className: "gd-ui-ext-insight-picker-sort", children: [_jsx(Dropdown, { alignPoints: [{ align: "br tr" }, { align: "tr br" }], renderButton: ({ toggleDropdown }) => (_jsxs("button", { className: "gd-ui-ext-insight-picker-sort-button", onClick: toggleDropdown, children: [
|
|
18
|
-
_jsx("span", { className: "gd-ui-ext-insight-picker-sort-label", children: sortLabels[sortBy] }), _jsx(UiIcon, { type: "navigateDown", size: 10, color: "complementary-6" })
|
|
19
|
-
] })), renderBody: ({ closeDropdown }) => (_jsxs("div", { className: "gd-ui-ext-insight-picker-sort-popup", children: [
|
|
20
|
-
_jsx("div", { className: "gd-ui-ext-insight-picker-sort-header", children: intl.formatMessage(messages.sortByHeader) }), _jsx(ItemsWrapper, { smallItemsSpacing: true, children: SORT_OPTIONS.map((option) => (_jsx(SingleSelectListItem, { title: sortLabels[option], isSelected: sortBy === option, onClick: () => {
|
|
17
|
+
return (_jsxs("div", { className: "gd-ui-ext-insight-picker-sort", children: [_jsx(Dropdown, { alignPoints: [{ align: "br tr" }, { align: "tr br" }], renderButton: ({ toggleDropdown }) => (_jsxs("button", { className: "gd-ui-ext-insight-picker-sort-button", onClick: toggleDropdown, children: [_jsx("span", { className: "gd-ui-ext-insight-picker-sort-label", children: sortLabels[sortBy] }), _jsx(UiIcon, { type: "navigateDown", size: 10, color: "complementary-6" })] })), renderBody: ({ closeDropdown }) => (_jsxs("div", { className: "gd-ui-ext-insight-picker-sort-popup", children: [_jsx("div", { className: "gd-ui-ext-insight-picker-sort-header", children: intl.formatMessage(messages.sortByHeader) }), _jsx(ItemsWrapper, { smallItemsSpacing: true, children: SORT_OPTIONS.map((option) => (_jsx(SingleSelectListItem, { title: sortLabels[option], isSelected: sortBy === option, onClick: () => {
|
|
21
18
|
onSortChange(option, sortDirection);
|
|
22
19
|
closeDropdown();
|
|
23
|
-
}, elementType: "button", accessibilityConfig: { role: "menuitem" } }, option))) })
|
|
24
|
-
] })) }), _jsx(UiIconButton, { icon: sortDirection === "desc" ? "arrowDown" : "arrowUp", label: intl.formatMessage(sortDirection === "desc"
|
|
20
|
+
}, elementType: "button", accessibilityConfig: { role: "menuitem" } }, option))) })] })) }), _jsx(UiIconButton, { icon: sortDirection === "desc" ? "arrowDown" : "arrowUp", label: intl.formatMessage(sortDirection === "desc"
|
|
25
21
|
? messages.sortDirectionDescending
|
|
26
|
-
: messages.sortDirectionAscending), size: "small", variant: "tertiary", onClick: toggleDirection })
|
|
27
|
-
] }));
|
|
22
|
+
: messages.sortDirectionAscending), size: "small", variant: "tertiary", onClick: toggleDirection })] }));
|
|
28
23
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/insightPicker/messages.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"messages.d.ts","sourceRoot":"","sources":["../../src/insightPicker/messages.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,QAAQ;;QAEb,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;;QAGF,EAAE;;CAER,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightPickerHybridSearch.d.ts","sourceRoot":"","sources":["../../src/insightPicker/useInsightPickerHybridSearch.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,QAAQ,EAWhB,MAAM,qBAAqB,CAAC;AAQ7B,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAsBrD,UAAU,oCAAoC;IAC1C,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED;;;;GAIG;AACH,wBAAgB,4BAA4B,CAAC,EACzC,QAAQ,EACR,WAAW,EACX,cAAc,EACd,oBAA2B,EAC3B,WAAW,EACX,WAAW,EACd,EAAE,oCAAoC
|
|
1
|
+
{"version":3,"file":"useInsightPickerHybridSearch.d.ts","sourceRoot":"","sources":["../../src/insightPicker/useInsightPickerHybridSearch.ts"],"names":[],"mappings":"AAIA,OAAO,EACH,KAAK,QAAQ,EAWhB,MAAM,qBAAqB,CAAC;AAQ7B,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,YAAY,CAAC;AAsBrD,UAAU,oCAAoC;IAC1C,QAAQ,EAAE,QAAQ,EAAE,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED;;;;GAIG;AACH,wBAAgB,4BAA4B,CAAC,EACzC,QAAQ,EACR,WAAW,EACX,cAAc,EACd,oBAA2B,EAC3B,WAAW,EACX,WAAW,EACd,EAAE,oCAAoC;;;;;;gCA8CvB,MAAM;EAyBrB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useInsightPickerState.d.ts","sourceRoot":"","sources":["../../src/insightPicker/useInsightPickerState.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,0BAA0B,EAAE,MAAM,YAAY,CAAC;AAEvF;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"useInsightPickerState.d.ts","sourceRoot":"","sources":["../../src/insightPicker/useInsightPickerState.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,mBAAmB,EAAE,KAAK,0BAA0B,EAAE,MAAM,YAAY,CAAC;AAEvF;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAC,MAAM,CAAC,EAAE,MAAM;;;;;8BA2BjC,mBAAmB,gBAAgB,0BAA0B;;6CANjB,MAAM,EAAE;;;EAwBvE"}
|
|
@@ -20,15 +20,13 @@ export interface IInsightRendererProps extends Omit<IInsightViewProps, "insight"
|
|
|
20
20
|
*/
|
|
21
21
|
widget?: IInsightWidget;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
export declare const IntlInsightRenderer: import("react").ComponentType<IInsightRendererProps & {
|
|
24
24
|
messages: ITranslations;
|
|
25
|
-
}
|
|
26
|
-
export declare const IntlInsightRenderer: import("react").ComponentType<InsightRendererCoreProps>;
|
|
25
|
+
}>;
|
|
27
26
|
/**
|
|
28
27
|
* Renders insight passed as a parameter.
|
|
29
28
|
*
|
|
30
29
|
* @internal
|
|
31
30
|
*/
|
|
32
31
|
export declare function InsightRenderer(props: IInsightRendererProps): import("react/jsx-runtime").JSX.Element | null;
|
|
33
|
-
export {};
|
|
34
32
|
//# sourceMappingURL=InsightRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InsightRenderer.d.ts","sourceRoot":"","sources":["../../src/insightView/InsightRenderer.tsx"],"names":[],"mappings":"AAYA,OAAO,EAGH,KAAK,sBAAsB,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,MAAM,EACX,KAAK,qBAAqB,EAM7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAKH,KAAK,OAAO,EACZ,KAAK,aAAa,EAGlB,KAAK,OAAO,EAMf,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAGH,KAAK,iBAAiB,EAKzB,MAAM,sBAAsB,CAAC;AAE9B;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAC/C,iBAAiB,EACjB,SAAS,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CACjE;IACG,OAAO,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC7C,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,YAAY,EAAE,aAAa,GAAG,SAAS,CAAC;IACxC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;CAC3B;
|
|
1
|
+
{"version":3,"file":"InsightRenderer.d.ts","sourceRoot":"","sources":["../../src/insightView/InsightRenderer.tsx"],"names":[],"mappings":"AAYA,OAAO,EAGH,KAAK,sBAAsB,EAC9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACH,KAAK,aAAa,EAClB,KAAK,kBAAkB,EACvB,KAAK,cAAc,EACnB,KAAK,MAAM,EACX,KAAK,qBAAqB,EAM7B,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAKH,KAAK,OAAO,EACZ,KAAK,aAAa,EAGlB,KAAK,OAAO,EAMf,MAAM,kBAAkB,CAAC;AAG1B,OAAO,EAGH,KAAK,iBAAiB,EAKzB,MAAM,sBAAsB,CAAC;AAE9B;;GAEG;AACH,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAC/C,iBAAiB,EACjB,SAAS,GAAG,gBAAgB,GAAG,iBAAiB,GAAG,WAAW,CACjE;IACG,OAAO,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACxC,MAAM,EAAE,OAAO,CAAC;IAChB,QAAQ,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC7C,WAAW,CAAC,EAAE,qBAAqB,CAAC;IACpC,YAAY,EAAE,aAAa,GAAG,SAAS,CAAC;IACxC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,IAAI,CAAC;IACzB;;;OAGG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;CAC3B;AAyXD,eAAO,MAAM,mBAAmB;cAvXoC,aAAa;EAuXb,CAAC;AAwBrE;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,qBAAqB,kDAuC3D"}
|
|
@@ -275,10 +275,7 @@ const InsightRendererCore = memo(function InsightRendererCore(props) {
|
|
|
275
275
|
}, 0);
|
|
276
276
|
};
|
|
277
277
|
}, [unmountVisualization]);
|
|
278
|
-
return (
|
|
279
|
-
// never ever dynamically change the props of this div, otherwise bad things will happen
|
|
280
|
-
// e.g. visualization being rendered multiple times, etc.
|
|
281
|
-
_jsx("div", { className: "visualization-uri-root", id: elementId, ref: containerRef, style: visualizationUriRootStyle }));
|
|
278
|
+
return (_jsx("div", { className: "visualization-uri-root", id: elementId, ref: containerRef, style: visualizationUriRootStyle }));
|
|
282
279
|
});
|
|
283
280
|
export const IntlInsightRenderer = withContexts(InsightRendererCore);
|
|
284
281
|
/**
|
|
@@ -151,8 +151,7 @@ export const IntlInsightView = withAgGridToken(withMapboxToken(withContexts(func
|
|
|
151
151
|
const resolvedConfig = useMemo(() => mergeInsightConfigWithSettings(config, workspaceSettingsResult), [config, workspaceSettingsResult]);
|
|
152
152
|
return (_jsxs("div", { className: "insight-view-container", children: [resolvedTitle ? _jsx(TitleComponent, { title: resolvedTitle }) : null, isLoadingShown ? _jsx(LoadingComponent, { className: "insight-view-loader" }) : null, error && !isDataLoading ? (_jsx(InsightError, { error: convertError(error), ErrorComponent: ErrorComponent })) : null, _jsx("div", { className: "insight-view-visualization",
|
|
153
153
|
// make the visualization div 0 height so that the loading component can take up the whole area
|
|
154
|
-
style: isLoadingShown ? { height: 0 } : undefined, children: settingsResolved ? (_jsx(InsightRenderer, { insight: insightResult, workspace: workspace, backend: backendWithTelemetry, colorPalette: colorPalette ?? colorPaletteResult, config: resolvedConfig, execConfig: execConfig, drillableItems: drillableItems, executeByReference: executeByReference, filters: filters, locale: locale || resolveLocale(workspaceSettingsResult?.locale), settings: workspaceSettingsResult, permissions: permissionsResult, ErrorComponent: ErrorComponent, LoadingComponent: LoadingComponent, onDrill: onDrill, onError: handleError, onExportReady: onExportReady, onLoadingChanged: handleLoadingChanged, onDataView: onDataView, pushData: pushData })) : null })
|
|
155
|
-
] }));
|
|
154
|
+
style: isLoadingShown ? { height: 0 } : undefined, children: settingsResolved ? (_jsx(InsightRenderer, { insight: insightResult, workspace: workspace, backend: backendWithTelemetry, colorPalette: colorPalette ?? colorPaletteResult, config: resolvedConfig, execConfig: execConfig, drillableItems: drillableItems, executeByReference: executeByReference, filters: filters, locale: locale || resolveLocale(workspaceSettingsResult?.locale), settings: workspaceSettingsResult, permissions: permissionsResult, ErrorComponent: ErrorComponent, LoadingComponent: LoadingComponent, onDrill: onDrill, onError: handleError, onExportReady: onExportReady, onLoadingChanged: handleLoadingChanged, onDataView: onDataView, pushData: pushData })) : null })] }));
|
|
156
155
|
})));
|
|
157
156
|
/**
|
|
158
157
|
* Renders insight which was previously created and saved in the Analytical Designer.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FluidLayoutDescriptor.d.ts","sourceRoot":"","sources":["../../src/internal/FluidLayoutDescriptor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAM/E;;GAEG;AACH,qBAAa,qBAAsB,YAAW,sBAAsB;IAChE,IAAI,
|
|
1
|
+
{"version":3,"file":"FluidLayoutDescriptor.d.ts","sourceRoot":"","sources":["../../src/internal/FluidLayoutDescriptor.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAM/E;;GAEG;AACH,qBAAa,qBAAsB,YAAW,sBAAsB;IAChE,IAAI,EAAG,OAAO,CAAU;IACxB,gBAAgB,SAAuC;IACvD,aAAa,SAAyB;IAE/B,YAAY,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE5C;IACM,YAAY,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAE1C;CACJ;AAED;;GAEG;AACH,eAAO,MAAM,qBAAqB,uBAA8B,CAAC"}
|
|
@@ -8,5 +8,5 @@ export interface IBubbleMessageOwnProps {
|
|
|
8
8
|
children?: ReactNode;
|
|
9
9
|
}
|
|
10
10
|
export type IBubbleMessageProps = IBubbleMessageOwnProps;
|
|
11
|
-
export declare const DisabledBubbleMessage: import("react").
|
|
11
|
+
export declare const DisabledBubbleMessage: import("react").MemoExoticComponent<({ className, alignPoints, children, messageId, showDisabledMessage, }: IBubbleMessageProps) => import("react/jsx-runtime").JSX.Element>;
|
|
12
12
|
//# sourceMappingURL=DisabledBubbleMessage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DisabledBubbleMessage.d.ts","sourceRoot":"","sources":["../../../src/internal/components/DisabledBubbleMessage.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAQ,MAAM,OAAO,CAAC;AAK7C,OAAO,EAA8B,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKpF,MAAM,WAAW,sBAAsB;IACnC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAEzD,eAAO,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"DisabledBubbleMessage.d.ts","sourceRoot":"","sources":["../../../src/internal/components/DisabledBubbleMessage.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAQ,MAAM,OAAO,CAAC;AAK7C,OAAO,EAA8B,KAAK,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAKpF,MAAM,WAAW,sBAAsB;IACnC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,WAAW,CAAC,EAAE,WAAW,EAAE,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAEzD,eAAO,MAAM,qBAAqB,8GAM/B,mBAAmB,6CAiBpB,CAAC"}
|
|
@@ -13,6 +13,5 @@ export const DisabledBubbleMessage = memo(function DisabledBubbleMessage({ class
|
|
|
13
13
|
invisible: !showDisabledMessage,
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
|
-
return (_jsxs(BubbleHoverTrigger, { className: className, children: [children, _jsx(Bubble, { className: getBubbleClassNames(), alignPoints: alignPoints, children: getTranslation(messageId, intl) })
|
|
17
|
-
] }));
|
|
16
|
+
return (_jsxs(BubbleHoverTrigger, { className: className, children: [children, _jsx(Bubble, { className: getBubbleClassNames(), alignPoints: alignPoints, children: getTranslation(messageId, intl) })] }));
|
|
18
17
|
});
|
|
@@ -12,9 +12,7 @@ const BUBBLE_ALIGN_POINTS = [
|
|
|
12
12
|
* @internal
|
|
13
13
|
*/
|
|
14
14
|
export function AttributeHierarchyDetailBubble({ children, className, }) {
|
|
15
|
-
return (_jsxs(BubbleHoverTrigger, { showDelay: 0, eventsOnBubble: true, children: [
|
|
16
|
-
_jsx("div", { className: cx("s-description-trigger", {
|
|
15
|
+
return (_jsxs(BubbleHoverTrigger, { showDelay: 0, eventsOnBubble: true, children: [_jsx("div", { className: cx("s-description-trigger", {
|
|
17
16
|
"gd-icon-circle-question-wrapper": !className,
|
|
18
|
-
}, className), children: _jsx("div", { className: "gd-icon-circle-question" }) }), _jsx(Bubble, { className: "gd-attribute-hierarchy-detail-panel-bubble", alignPoints: BUBBLE_ALIGN_POINTS, closeOnOutsideClick: true, arrowStyle: { display: "none" }, children: children })
|
|
19
|
-
] }));
|
|
17
|
+
}, className), children: _jsx("div", { className: "gd-icon-circle-question" }) }), _jsx(Bubble, { className: "gd-attribute-hierarchy-detail-panel-bubble", alignPoints: BUBBLE_ALIGN_POINTS, closeOnOutsideClick: true, arrowStyle: { display: "none" }, children: children })] }));
|
|
20
18
|
}
|
|
@@ -12,8 +12,7 @@ export function AttributeHierarchyDetailPanel({ title, description, attributes,
|
|
|
12
12
|
const { formatMessage } = useIntl();
|
|
13
13
|
const hierarchyLevelsText = formatMessage(messages["hierarchyListLevels"]);
|
|
14
14
|
const editText = formatMessage(messages["hierarchyListEdit"]);
|
|
15
|
-
return (_jsxs("div", { className: "gd-attribute-hierarchy-detail-panel", children: [
|
|
16
|
-
_jsx("div", { className: "gd-attribute-hierarchy-detail-title", children: title }), description ? (_jsx("div", { className: "gd-attribute-hierarchy-detail-description", children: description })) : null, _jsx("div", { className: "gd-attribute-hierarchy-detail-levels", children: hierarchyLevelsText }), attributes.map((item, index) => {
|
|
15
|
+
return (_jsxs("div", { className: "gd-attribute-hierarchy-detail-panel", children: [_jsx("div", { className: "gd-attribute-hierarchy-detail-title", children: title }), description ? (_jsx("div", { className: "gd-attribute-hierarchy-detail-description", children: description })) : null, _jsx("div", { className: "gd-attribute-hierarchy-detail-levels", children: hierarchyLevelsText }), attributes.map((item, index) => {
|
|
17
16
|
const itemClassNames = cx("gd-attribute-hierarchy-detail-item", {
|
|
18
17
|
"is-date": item.isDate,
|
|
19
18
|
"is-attribute": !item.isDate,
|
package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js
CHANGED
|
@@ -18,9 +18,5 @@ export function AddActionMenu({ rowIndex, alignTo, onClose }) {
|
|
|
18
18
|
};
|
|
19
19
|
const addAboveText = formatMessage(messages["hierarchyAddAttributeAbove"]);
|
|
20
20
|
const addBellowText = formatMessage(messages["hierarchyAddAttributeBellow"]);
|
|
21
|
-
return (_jsx(Overlay, { alignTo: alignTo, alignPoints: ALIGN_POINTS, closeOnMouseDrag: true, closeOnOutsideClick: true, onClose: onClose, className: "attribute-hierarchy-add-action-menu s-attribute-hierarchy-add-action-menu", children: _jsxs(ItemsWrapper, { smallItemsSpacing: true, children: [
|
|
22
|
-
_jsxs(Item, { onClick: handleAddAbove, children: [
|
|
23
|
-
_jsx("i", { className: "gd-icon-arrow-up s-add-above" }), addAboveText] }), _jsx(Separator, {}), _jsxs(Item, { onClick: handleAddBellow, children: [
|
|
24
|
-
_jsx("i", { className: "gd-icon-arrow-down s-add-below" }), addBellowText] })
|
|
25
|
-
] }) }));
|
|
21
|
+
return (_jsx(Overlay, { alignTo: alignTo, alignPoints: ALIGN_POINTS, closeOnMouseDrag: true, closeOnOutsideClick: true, onClose: onClose, className: "attribute-hierarchy-add-action-menu s-attribute-hierarchy-add-action-menu", children: _jsxs(ItemsWrapper, { smallItemsSpacing: true, children: [_jsxs(Item, { onClick: handleAddAbove, children: [_jsx("i", { className: "gd-icon-arrow-up s-add-above" }), addAboveText] }), _jsx(Separator, {}), _jsxs(Item, { onClick: handleAddBellow, children: [_jsx("i", { className: "gd-icon-arrow-down s-add-below" }), addBellowText] })] }) }));
|
|
26
22
|
}
|
|
@@ -14,6 +14,5 @@ export function AttributeHierarchyDialogContent() {
|
|
|
14
14
|
const { isLoading, attributes } = useAttributeHierarchyDialog();
|
|
15
15
|
const emptyItem = attributes.find((item) => !item.completed);
|
|
16
16
|
const tableTitle = formatMessage(messages["hierarchyLevels"]);
|
|
17
|
-
return (_jsxs("div", { className: "gd-dialog-content attribute-hierarchy-dialog-content", children: [
|
|
18
|
-
_jsx("div", { className: "attribute-hierarchy-table-title s-attribute-hierarchy-table-title", children: tableTitle }), _jsx(List, { className: "attribute-hierarchy-table s-attribute-hierarchy-table", width: DEFAULT_WIDTH, maxHeight: DEFAULT_HEIGHT, items: attributes, itemHeight: DEFAULT_ROW_HEIGHT, itemsCount: attributes.length, scrollToItem: emptyItem, renderItem: ({ rowIndex, item }) => _jsx(AttributeItem, { rowIndex: rowIndex, attribute: item }) }), _jsx(AddAttributeAction, {}), isLoading ? (_jsx(LoadingMask, { className: "attribute-hierarchy-content-loading-mask s-attribute-hierarchy-content-loading-mask" })) : null] }));
|
|
17
|
+
return (_jsxs("div", { className: "gd-dialog-content attribute-hierarchy-dialog-content", children: [_jsx("div", { className: "attribute-hierarchy-table-title s-attribute-hierarchy-table-title", children: tableTitle }), _jsx(List, { className: "attribute-hierarchy-table s-attribute-hierarchy-table", width: DEFAULT_WIDTH, maxHeight: DEFAULT_HEIGHT, items: attributes, itemHeight: DEFAULT_ROW_HEIGHT, itemsCount: attributes.length, scrollToItem: emptyItem, renderItem: ({ rowIndex, item }) => _jsx(AttributeItem, { rowIndex: rowIndex, attribute: item }) }), _jsx(AddAttributeAction, {}), isLoading ? (_jsx(LoadingMask, { className: "attribute-hierarchy-content-loading-mask s-attribute-hierarchy-content-loading-mask" })) : null] }));
|
|
19
18
|
}
|
|
@@ -9,7 +9,5 @@ import { DeleteAttributeHierarchyConfirmation } from "./DeleteAttributeHieraryCo
|
|
|
9
9
|
export function AttributeHierarchyDialogCore() {
|
|
10
10
|
const { onClose, shouldDisplayDeleteConfirmation, title } = useAttributeHierarchyDialog();
|
|
11
11
|
const titleElementId = useId();
|
|
12
|
-
return shouldDisplayDeleteConfirmation ? (_jsx(DeleteAttributeHierarchyConfirmation, {})) : (_jsxs(Dialog, { containerClassName: "attribute-hierarchy-overlay s-attribute-hierarchy-overlay", className: "attribute-hierarchy-dialog s-attribute-hierarchy-dialog", displayCloseButton: true, onClose: onClose, accessibilityConfig: { titleElementId }, children: [
|
|
13
|
-
_jsx("h2", { className: "sr-only", id: titleElementId, children: title }), _jsx(AttributeHierarchyDialogHeader, {}), _jsx(AttributeHierarchyDialogContent, {}), _jsx(AttributeHierarchyDialogFooter, {})
|
|
14
|
-
] }));
|
|
12
|
+
return shouldDisplayDeleteConfirmation ? (_jsx(DeleteAttributeHierarchyConfirmation, {})) : (_jsxs(Dialog, { containerClassName: "attribute-hierarchy-overlay s-attribute-hierarchy-overlay", className: "attribute-hierarchy-dialog s-attribute-hierarchy-dialog", displayCloseButton: true, onClose: onClose, accessibilityConfig: { titleElementId }, children: [_jsx("h2", { className: "sr-only", id: titleElementId, children: title }), _jsx(AttributeHierarchyDialogHeader, {}), _jsx(AttributeHierarchyDialogContent, {}), _jsx(AttributeHierarchyDialogFooter, {})] }));
|
|
15
13
|
}
|