@gooddata/sdk-ui-ext 11.13.0-alpha.1 → 11.13.0-alpha.3
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 +3 -3
- package/esm/automations/AutomationConfirmDialog.d.ts.map +1 -1
- package/esm/automations/AutomationConfirmDialog.js +26 -1
- package/esm/automations/AutomationConfirmDialog.js.map +1 -1
- package/esm/automations/Automations.d.ts +1 -1
- package/esm/automations/Automations.d.ts.map +1 -1
- package/esm/automations/Automations.js +2 -2
- package/esm/automations/Automations.js.map +1 -1
- package/esm/automations/actions/useAutomationBulkActions.d.ts.map +1 -1
- package/esm/automations/actions/useAutomationBulkActions.js +17 -0
- package/esm/automations/actions/useAutomationBulkActions.js.map +1 -1
- package/esm/automations/columns/AutomationMenu.d.ts.map +1 -1
- package/esm/automations/columns/AutomationMenu.js +7 -1
- package/esm/automations/columns/AutomationMenu.js.map +1 -1
- package/esm/automations/constants.d.ts +9 -0
- package/esm/automations/constants.d.ts.map +1 -1
- package/esm/automations/constants.js +11 -0
- package/esm/automations/constants.js.map +1 -1
- package/esm/automations/index.d.ts +1 -1
- package/esm/automations/index.d.ts.map +1 -1
- package/esm/automations/index.js.map +1 -1
- package/esm/automations/types.d.ts +8 -10
- package/esm/automations/types.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/useAutomationsState.js +6 -4
- package/esm/automations/useAutomationsState.js.map +1 -1
- package/esm/insightView/InsightError.d.ts +1 -4
- package/esm/insightView/InsightError.d.ts.map +1 -1
- package/esm/insightView/InsightError.js +6 -6
- package/esm/insightView/InsightError.js.map +1 -1
- package/esm/insightView/InsightTitle.d.ts +1 -2
- package/esm/insightView/InsightTitle.d.ts.map +1 -1
- package/esm/insightView/InsightTitle.js +1 -2
- package/esm/insightView/InsightTitle.js.map +1 -1
- package/esm/insightView/InsightView.d.ts +1 -2
- package/esm/insightView/InsightView.d.ts.map +1 -1
- package/esm/insightView/InsightView.js +3 -5
- package/esm/insightView/InsightView.js.map +1 -1
- package/esm/internal/components/BaseVisualization.d.ts +3 -2
- package/esm/internal/components/BaseVisualization.d.ts.map +1 -1
- package/esm/internal/components/BaseVisualization.js +6 -0
- package/esm/internal/components/BaseVisualization.js.map +1 -1
- package/esm/internal/components/DisabledBubbleMessage.d.ts +2 -7
- package/esm/internal/components/DisabledBubbleMessage.d.ts.map +1 -1
- package/esm/internal/components/DisabledBubbleMessage.js +3 -3
- package/esm/internal/components/DisabledBubbleMessage.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts +2 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddActionMenu.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AddAttributeAction.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts +2 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js +2 -3
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdown.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts +2 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeDropdownBody.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialog.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js +3 -4
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogContent.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js +5 -6
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogCore.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts +2 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js +3 -4
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts +2 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js +2 -3
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.js.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.d.ts.map +1 -1
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js +1 -2
- package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.js.map +1 -1
- package/esm/internal/components/configurationControls/CellsControl.d.ts +1 -1
- package/esm/internal/components/configurationControls/CellsControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/CellsControl.js +2 -2
- package/esm/internal/components/configurationControls/CellsControl.js.map +1 -1
- package/esm/internal/components/configurationControls/CheckboxControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/CheckboxControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/CheckboxControl.js +4 -4
- package/esm/internal/components/configurationControls/CheckboxControl.js.map +1 -1
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +5 -5
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSection.d.ts +2 -8
- package/esm/internal/components/configurationControls/ConfigSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSection.js +4 -4
- package/esm/internal/components/configurationControls/ConfigSection.js.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSubsection.d.ts +2 -6
- package/esm/internal/components/configurationControls/ConfigSubsection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ConfigSubsection.js +4 -4
- package/esm/internal/components/configurationControls/ConfigSubsection.js.map +1 -1
- package/esm/internal/components/configurationControls/ContinuousLineControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/ContinuousLineControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ContinuousLineControl.js +3 -3
- package/esm/internal/components/configurationControls/ContinuousLineControl.js.map +1 -1
- package/esm/internal/components/configurationControls/DataLabelsControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/DataLabelsControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/DataLabelsControl.js +5 -5
- package/esm/internal/components/configurationControls/DataLabelsControl.js.map +1 -1
- package/esm/internal/components/configurationControls/DataPointsControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/DataPointsControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/DataPointsControl.js +4 -4
- package/esm/internal/components/configurationControls/DataPointsControl.js.map +1 -1
- package/esm/internal/components/configurationControls/DistintcPointShapesControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/DistintcPointShapesControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/DistintcPointShapesControl.js +3 -3
- package/esm/internal/components/configurationControls/DistintcPointShapesControl.js.map +1 -1
- package/esm/internal/components/configurationControls/DropdownControl.d.ts +1 -2
- package/esm/internal/components/configurationControls/DropdownControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/DropdownControl.js +3 -4
- package/esm/internal/components/configurationControls/DropdownControl.js.map +1 -1
- package/esm/internal/components/configurationControls/GrandTotalsControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/GrandTotalsControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/GrandTotalsControl.js +5 -5
- package/esm/internal/components/configurationControls/GrandTotalsControl.js.map +1 -1
- package/esm/internal/components/configurationControls/ImageControl.js +1 -1
- package/esm/internal/components/configurationControls/ImageControl.js.map +1 -1
- package/esm/internal/components/configurationControls/InputControl.d.ts +2 -6
- package/esm/internal/components/configurationControls/InputControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/InputControl.js +4 -4
- package/esm/internal/components/configurationControls/InputControl.js.map +1 -1
- package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/MetricsPositionControl.js +5 -5
- package/esm/internal/components/configurationControls/MetricsPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/MinMaxControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/MinMaxControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/MinMaxControl.js +7 -7
- package/esm/internal/components/configurationControls/MinMaxControl.js.map +1 -1
- package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts +1 -6
- package/esm/internal/components/configurationControls/OrientationDropdownControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/OrientationDropdownControl.js +4 -4
- package/esm/internal/components/configurationControls/OrientationDropdownControl.js.map +1 -1
- package/esm/internal/components/configurationControls/PagingSection.d.ts +1 -5
- package/esm/internal/components/configurationControls/PagingSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/PagingSection.js +5 -5
- package/esm/internal/components/configurationControls/PagingSection.js.map +1 -1
- package/esm/internal/components/configurationControls/PushpinSizeControl.d.ts +2 -5
- package/esm/internal/components/configurationControls/PushpinSizeControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/PushpinSizeControl.js +6 -6
- package/esm/internal/components/configurationControls/PushpinSizeControl.js.map +1 -1
- package/esm/internal/components/configurationControls/PushpinViewportControl.d.ts +2 -5
- package/esm/internal/components/configurationControls/PushpinViewportControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/PushpinViewportControl.js +5 -5
- package/esm/internal/components/configurationControls/PushpinViewportControl.js.map +1 -1
- package/esm/internal/components/configurationControls/RowHeightControl.js +1 -1
- package/esm/internal/components/configurationControls/RowHeightControl.js.map +1 -1
- package/esm/internal/components/configurationControls/TextWrappingControl.js +1 -1
- package/esm/internal/components/configurationControls/TextWrappingControl.js.map +1 -1
- package/esm/internal/components/configurationControls/UnsupportedProperties.d.ts +1 -1
- package/esm/internal/components/configurationControls/UnsupportedProperties.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/UnsupportedProperties.js +1 -1
- package/esm/internal/components/configurationControls/UnsupportedProperties.js.map +1 -1
- package/esm/internal/components/configurationControls/VerticalAlignControl.js +1 -1
- package/esm/internal/components/configurationControls/VerticalAlignControl.js.map +1 -1
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts +1 -5
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.js +5 -5
- package/esm/internal/components/configurationControls/advanced/AdvancedSection.js.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelFormatControl.d.ts +1 -4
- package/esm/internal/components/configurationControls/axis/LabelFormatControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelFormatControl.js +4 -4
- package/esm/internal/components/configurationControls/axis/LabelFormatControl.js.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/axis/LabelRotationControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelRotationControl.js +6 -6
- package/esm/internal/components/configurationControls/axis/LabelRotationControl.js.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts +1 -3
- package/esm/internal/components/configurationControls/axis/LabelSubsection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/LabelSubsection.js +4 -6
- package/esm/internal/components/configurationControls/axis/LabelSubsection.js.map +1 -1
- package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/axis/NamePositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/NamePositionControl.js +5 -5
- package/esm/internal/components/configurationControls/axis/NamePositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts +1 -5
- package/esm/internal/components/configurationControls/axis/NameSubsection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/axis/NameSubsection.js +4 -6
- package/esm/internal/components/configurationControls/axis/NameSubsection.js.map +1 -1
- package/esm/internal/components/configurationControls/clustering/ClusteringThresholdControl.js +1 -1
- package/esm/internal/components/configurationControls/clustering/ClusteringThresholdControl.js.map +1 -1
- package/esm/internal/components/configurationControls/clustering/NumberOfClustersControl.js +1 -1
- package/esm/internal/components/configurationControls/clustering/NumberOfClustersControl.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts +1 -5
- package/esm/internal/components/configurationControls/colors/ColorsSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/ColorsSection.js +6 -6
- package/esm/internal/components/configurationControls/colors/ColorsSection.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts +2 -6
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js +4 -6
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts +0 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.js +0 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts +0 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.js +1 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts +1 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.js +1 -2
- package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts +1 -5
- package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.js +4 -4
- package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts +1 -5
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.js +6 -6
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts +0 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.js +0 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.js.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts +1 -7
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.js +1 -3
- package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/ComparisonSection.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/ComparisonSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/ComparisonSection.js +6 -7
- package/esm/internal/components/configurationControls/comparison/ComparisonSection.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationControl.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationControl.js +3 -4
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationControl.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.d.ts +1 -2
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.js +2 -3
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItem.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.js +2 -3
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfo.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.js +1 -2
- package/esm/internal/components/configurationControls/comparison/calculation/CalculationListItemInfoSection.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/ArrowControl.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/indicators/ArrowControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/ArrowControl.js +2 -3
- package/esm/internal/components/configurationControls/comparison/indicators/ArrowControl.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.js +4 -5
- package/esm/internal/components/configurationControls/comparison/indicators/IndicatorSubSection.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorCheckbox.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorCheckbox.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorCheckbox.js +2 -3
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorCheckbox.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorItem.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorItem.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorItem.js +4 -5
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorItem.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorResetButton.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorResetButton.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorResetButton.js +1 -2
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorResetButton.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.js +4 -5
- package/esm/internal/components/configurationControls/comparison/indicators/colorsControl/ColorsControl.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.d.ts +1 -2
- package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.js +4 -5
- package/esm/internal/components/configurationControls/comparison/label/LabelSubSection.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/ComparisonPositionControl.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/values/ComparisonPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/ComparisonPositionControl.js +2 -3
- package/esm/internal/components/configurationControls/comparison/values/ComparisonPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.js +4 -5
- package/esm/internal/components/configurationControls/comparison/values/ValueSubSection.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.d.ts +2 -2
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.js +3 -4
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatControl.js.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatToggleButton.d.ts +1 -2
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatToggleButton.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatToggleButton.js +1 -2
- package/esm/internal/components/configurationControls/comparison/values/numberFormat/NumberFormatToggleButton.js.map +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.js +5 -5
- package/esm/internal/components/configurationControls/forecast/ForecastConfidenceControl.js.map +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts +1 -2
- package/esm/internal/components/configurationControls/forecast/ForecastSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/forecast/ForecastSection.js +5 -6
- package/esm/internal/components/configurationControls/forecast/ForecastSection.js.map +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +2 -5
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +7 -7
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js.map +1 -1
- package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts +1 -5
- package/esm/internal/components/configurationControls/legend/LegendPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/legend/LegendPositionControl.js +5 -5
- package/esm/internal/components/configurationControls/legend/LegendPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/legend/LegendSection.d.ts +1 -2
- package/esm/internal/components/configurationControls/legend/LegendSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/legend/LegendSection.js +3 -4
- package/esm/internal/components/configurationControls/legend/LegendSection.js.map +1 -1
- package/esm/internal/components/configurationControls/total/TotalSection.d.ts +1 -5
- package/esm/internal/components/configurationControls/total/TotalSection.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/total/TotalSection.js +6 -6
- package/esm/internal/components/configurationControls/total/TotalSection.js.map +1 -1
- package/esm/internal/components/configurationPanels/BarChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/BarChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BarChartConfigurationPanel.js +2 -2
- package/esm/internal/components/configurationPanels/BarChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +8 -8
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +8 -8
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +7 -7
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +8 -7
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +4 -4
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js +3 -3
- package/esm/internal/components/configurationPanels/GeoAreaConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.js +8 -8
- package/esm/internal/components/configurationPanels/GeoPushpinConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.d.ts +2 -3
- package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js +3 -4
- package/esm/internal/components/configurationPanels/HeadlineConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +6 -6
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +8 -8
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +4 -4
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +12 -9
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +4 -4
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js +3 -3
- package/esm/internal/components/configurationPanels/RepeaterConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +5 -5
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +8 -8
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +4 -4
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/UnsupportedConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/UnsupportedConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/UnsupportedConfigurationPanel.js +3 -3
- package/esm/internal/components/configurationPanels/UnsupportedConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts +2 -2
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +10 -10
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/sectionName.d.ts +1 -1
- package/esm/internal/components/configurationPanels/sectionName.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts +6 -0
- package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/AbstractPluggableVisualization.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts +0 -7
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.js +8 -14
- package/esm/internal/components/pluggableVisualizations/PluggableUnknownChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts +3 -0
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js +43 -35
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChartDeprecated.js +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChartDeprecated.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/drillDownUtil.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/drillDownUtil.js +31 -25
- package/esm/internal/components/pluggableVisualizations/drillDownUtil.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts +12 -5
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js +85 -35
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/PluggableGeoAreaChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js +1 -1
- package/esm/internal/components/pluggableVisualizations/geoAreaChart/geoAreaConfigBuilder.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.js +0 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.d.ts +12 -3
- package/esm/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.js +116 -37
- package/esm/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.d.ts +18 -4
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.js +27 -11
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.d.ts +7 -3
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.js +20 -18
- package/esm/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/headline/PluggableHeadline.js +1 -1
- package/esm/internal/components/pluggableVisualizations/headline/PluggableHeadline.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTableNext/PluggablePivotTableNext.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/repeater/PluggableRepeater.js +1 -1
- package/esm/internal/components/pluggableVisualizations/repeater/PluggableRepeater.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.js +1 -1
- package/esm/internal/components/pluggableVisualizations/xirr/PluggableXirr.js.map +1 -1
- package/esm/internal/index.d.ts +8 -8
- package/esm/internal/index.d.ts.map +1 -1
- package/esm/internal/index.js +8 -8
- package/esm/internal/index.js.map +1 -1
- package/esm/internal/interfaces/Visualization.d.ts +9 -0
- package/esm/internal/interfaces/Visualization.d.ts.map +1 -1
- package/esm/internal/interfaces/Visualization.js.map +1 -1
- package/esm/internal/translations/en-US.json +4 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts +1 -0
- package/esm/internal/translations/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/internal/translations/en-US.localization-bundle.js +1 -0
- package/esm/internal/translations/en-US.localization-bundle.js.map +1 -1
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +1 -0
- package/esm/locales.js.map +1 -1
- package/esm/notificationsPanel/Notification/Notification.d.ts.map +1 -1
- package/esm/notificationsPanel/Notification/Notification.js +34 -18
- package/esm/notificationsPanel/Notification/Notification.js.map +1 -1
- package/esm/notificationsPanel/data/useNotifications.d.ts +3 -2
- package/esm/notificationsPanel/data/useNotifications.d.ts.map +1 -1
- package/esm/notificationsPanel/data/useNotifications.js +35 -38
- package/esm/notificationsPanel/data/useNotifications.js.map +1 -1
- package/esm/sdk-ui-ext.d.ts +8 -16
- package/package.json +18 -18
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
|
-
import {
|
|
4
|
-
import DropdownControl from "./DropdownControl.js";
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
5
5
|
import { messages } from "../../../locales.js";
|
|
6
6
|
import { dataLabelStyleDropdownItems, dataLabelsDropdownItems } from "../../constants/dropdowns.js";
|
|
7
7
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
8
|
-
import CheckboxControl from "../configurationControls/CheckboxControl.js";
|
|
9
|
-
function DataLabelsControl({ pushData, properties,
|
|
8
|
+
import { CheckboxControl } from "../configurationControls/CheckboxControl.js";
|
|
9
|
+
export function DataLabelsControl({ pushData, properties, isDisabled, showDisabledMessage = false, defaultValue = "auto", isTotalsDisabled = true, enableSeparateTotalLabels = false, enablePercentLabels, enableStyleSelector, }) {
|
|
10
|
+
const intl = useIntl();
|
|
10
11
|
const dataLabels = properties?.controls?.["dataLabels"]?.visible ?? defaultValue;
|
|
11
12
|
const totalLabels = properties?.controls?.["dataLabels"]?.totalsVisible ?? defaultValue;
|
|
12
13
|
const dataLabelStyle = properties?.controls?.["dataLabels"]?.style ?? "auto";
|
|
@@ -24,5 +25,4 @@ function DataLabelsControl({ pushData, properties, intl, isDisabled, showDisable
|
|
|
24
25
|
}
|
|
25
26
|
return (_jsxs("div", { className: "s-data-labels-config", children: [_jsx(DropdownControl, { value: dataLabels, valuePath: "dataLabels.visible", labelText: messages["dataLabels"].id, disabled: isDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(dataLabelsDropdownItems, intl), showDisabledMessage: showDisabledMessage }), enableSeparateTotalLabels ? (_jsx(DropdownControl, { value: totalLabels, valuePath: "dataLabels.totalsVisible", labelText: messages["totalLabels"].id, disabled: isTotalsDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(dataLabelsDropdownItems, intl), showDisabledMessage: isTotalsDisabled })) : null, enableStyleSelector ? (_jsx(DropdownControl, { value: dataLabelStyle, valuePath: "dataLabels.style", labelText: messages["dataLabelStyle"].id, disabled: isDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(dataLabelStyleDropdownItems, intl), showDisabledMessage: showDisabledMessage })) : null, enablePercentLabels ? (_jsx(CheckboxControl, { valuePath: "dataLabels.percentsVisible", labelText: messages["canvasLabelsPercentages"].id, properties: properties, checked: percentLabels, disabled: percentLabelsDisabled, disabledMessageId: percentLabelsMessageId, showDisabledMessage: !!percentLabelsMessageId, pushData: pushData })) : null] }));
|
|
26
27
|
}
|
|
27
|
-
export default injectIntl(DataLabelsControl);
|
|
28
28
|
//# sourceMappingURL=DataLabelsControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataLabelsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataLabelsControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataLabelsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataLabelsControl.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IDataPointsControlProps {
|
|
4
3
|
pushData: (data: any) => any;
|
|
@@ -7,8 +6,5 @@ export interface IDataPointsControlProps {
|
|
|
7
6
|
showDisabledMessage?: boolean;
|
|
8
7
|
defaultValue?: string | boolean;
|
|
9
8
|
}
|
|
10
|
-
declare
|
|
11
|
-
WrappedComponent: import("react").ComponentType<IDataPointsControlProps & WrappedComponentProps>;
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
9
|
+
export declare function DataPointsControl({ pushData, properties, isDisabled, showDisabledMessage, defaultValue, }: IDataPointsControlProps): import("react/jsx-runtime").JSX.Element;
|
|
14
10
|
//# sourceMappingURL=DataPointsControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPointsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataPointsControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataPointsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataPointsControl.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAG7E,MAAM,WAAW,uBAAuB;IACpC,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACnC;AAED,wBAAgB,iBAAiB,CAAC,EAC9B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAA2B,EAC3B,YAAqB,GACxB,EAAE,uBAAuB,2CAkBzB"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2020-2025 GoodData Corporation
|
|
3
|
-
import {
|
|
4
|
-
import DropdownControl from "./DropdownControl.js";
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
5
5
|
import { messages } from "../../../locales.js";
|
|
6
6
|
import { dataPointsDropdownLabels } from "../../constants/dropdowns.js";
|
|
7
7
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
8
|
-
function DataPointsControl({ pushData, properties,
|
|
8
|
+
export function DataPointsControl({ pushData, properties, isDisabled, showDisabledMessage = false, defaultValue = "auto", }) {
|
|
9
|
+
const intl = useIntl();
|
|
9
10
|
const dataPoints = properties?.controls?.["dataPoints"]?.visible ?? defaultValue;
|
|
10
11
|
return (_jsx("div", { className: "s-data-points-config", children: _jsx(DropdownControl, { value: dataPoints, valuePath: "dataPoints.visible", labelText: messages["dataPoints"].id, disabled: isDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(dataPointsDropdownLabels, intl), showDisabledMessage: showDisabledMessage }) }));
|
|
11
12
|
}
|
|
12
|
-
export default injectIntl(DataPointsControl);
|
|
13
13
|
//# sourceMappingURL=DataPointsControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataPointsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataPointsControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,
|
|
1
|
+
{"version":3,"file":"DataPointsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataPointsControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,wBAAwB,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAUzE,MAAM,UAAU,iBAAiB,CAAC,EAC9B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAAmB,GAAG,KAAK,EAC3B,YAAY,GAAG,MAAM,GACC;IACtB,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,UAAU,GAAG,UAAU,EAAE,QAAQ,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,IAAI,YAAY,CAAC;IAEjF,OAAO,CACH,cAAK,SAAS,EAAC,sBAAsB,YACjC,KAAC,eAAe,IACZ,KAAK,EAAE,UAAU,EACjB,SAAS,EAAC,oBAAoB,EAC9B,SAAS,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAC,EAAE,EACpC,QAAQ,EAAE,UAAU,EACpB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,0BAA0B,CAAC,wBAAwB,EAAE,IAAI,CAAC,EACjE,mBAAmB,EAAE,mBAAmB,GAC1C,GACA,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IDistinctPointShapesControlProps {
|
|
4
3
|
properties: IVisualizationProperties;
|
|
@@ -7,8 +6,5 @@ export interface IDistinctPointShapesControlProps {
|
|
|
7
6
|
disabled?: boolean;
|
|
8
7
|
pushData(data: any): void;
|
|
9
8
|
}
|
|
10
|
-
declare
|
|
11
|
-
WrappedComponent: import("react").ComponentType<IDistinctPointShapesControlProps & WrappedComponentProps>;
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
9
|
+
export declare function DistinctPointShapesControl({ properties, valuePath, checked, disabled, pushData, }: IDistinctPointShapesControlProps): import("react/jsx-runtime").JSX.Element;
|
|
14
10
|
//# sourceMappingURL=DistintcPointShapesControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DistintcPointShapesControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DistintcPointShapesControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DistintcPointShapesControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DistintcPointShapesControl.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAG7E,MAAM,WAAW,gCAAgC;IAC7C,UAAU,EAAE,wBAAwB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;CAC7B;AAED,wBAAgB,0BAA0B,CAAC,EACvC,UAAU,EACV,SAAyC,EACzC,OAAe,EACf,QAAgB,EAChB,QAAQ,GACX,EAAE,gCAAgC,2CAoClC"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { cloneDeep, set } from "lodash-es";
|
|
3
|
-
import {
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
4
|
import { Bubble, BubbleHoverTrigger } from "@gooddata/sdk-ui-kit";
|
|
5
5
|
import { messages } from "../../../locales.js";
|
|
6
6
|
import { getTranslation } from "../../utils/translations.js";
|
|
7
|
-
function DistinctPointShapesControl({ properties, valuePath = "distinctPointShapes.enabled", checked = false, disabled = false, pushData,
|
|
7
|
+
export function DistinctPointShapesControl({ properties, valuePath = "distinctPointShapes.enabled", checked = false, disabled = false, pushData, }) {
|
|
8
|
+
const intl = useIntl();
|
|
8
9
|
const onValueChanged = (event) => {
|
|
9
10
|
const clonedProperties = cloneDeep(properties);
|
|
10
11
|
set(clonedProperties, `controls.${valuePath}`, event.target.checked);
|
|
@@ -12,5 +13,4 @@ function DistinctPointShapesControl({ properties, valuePath = "distinctPointShap
|
|
|
12
13
|
};
|
|
13
14
|
return (_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsxs("label", { className: "input-checkbox-label", children: [_jsx("input", { "aria-label": valuePath, checked: checked, disabled: disabled, type: "checkbox", className: "input-checkbox s-distinct-points-shapes", onChange: onValueChanged }), _jsx("span", { className: "input-label-text", children: getTranslation(messages["canvasDistinctPointShapesLabel"].id, intl) })] }), disabled ? (_jsx(Bubble, { className: "bubble-primary continuous-line-tooltip", alignPoints: [{ align: "cr cl" }], arrowOffsets: { "cr cl": [-75, 0] }, children: getTranslation(messages["canvasDistinctPointShapesTooltip"].id, intl) })) : null] }));
|
|
14
15
|
}
|
|
15
|
-
export default injectIntl(DistinctPointShapesControl);
|
|
16
16
|
//# sourceMappingURL=DistintcPointShapesControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DistintcPointShapesControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DistintcPointShapesControl.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"DistintcPointShapesControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DistintcPointShapesControl.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAU7D,MAAM,UAAU,0BAA0B,CAAC,EACvC,UAAU,EACV,SAAS,GAAG,6BAA6B,EACzC,OAAO,GAAG,KAAK,EACf,QAAQ,GAAG,KAAK,EAChB,QAAQ,GACuB;IAC/B,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IAEvB,MAAM,cAAc,GAAG,CAAC,KAAoC,EAAE,EAAE;QAC5D,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/C,GAAG,CAAC,gBAAgB,EAAE,YAAY,SAAS,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAErE,QAAQ,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEF,OAAO,CACH,MAAC,kBAAkB,IAAC,SAAS,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,aAC1C,iBAAO,SAAS,EAAC,sBAAsB,aACnC,8BACgB,SAAS,EACrB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAC,UAAU,EACf,SAAS,EAAC,yCAAyC,EACnD,QAAQ,EAAE,cAAc,GAC1B,EACF,eAAM,SAAS,EAAC,kBAAkB,YAC7B,cAAc,CAAC,QAAQ,CAAC,gCAAgC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GACjE,IACH,EACP,QAAQ,CAAC,CAAC,CAAC,CACR,KAAC,MAAM,IACH,SAAS,EAAC,wCAAwC,EAClD,WAAW,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EACjC,YAAY,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,YAElC,cAAc,CAAC,QAAQ,CAAC,kCAAkC,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GACjE,CACZ,CAAC,CAAC,CAAC,IAAI,IACS,CACxB,CAAC;AACN,CAAC"}
|
|
@@ -16,8 +16,7 @@ export interface IDropdownControlProps {
|
|
|
16
16
|
customListItem?: ComponentType<ISingleSelectListItemProps>;
|
|
17
17
|
pushData(data: any): void;
|
|
18
18
|
}
|
|
19
|
-
declare const
|
|
19
|
+
export declare const DropdownControl: import("react").FC<import("react-intl").WithIntlProps<IDropdownControlProps & WrappedComponentProps>> & {
|
|
20
20
|
WrappedComponent: ComponentType<IDropdownControlProps & WrappedComponentProps>;
|
|
21
21
|
};
|
|
22
|
-
export default _default;
|
|
23
22
|
//# sourceMappingURL=DropdownControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DropdownControl.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAQ,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,qBAAqB,EAAc,MAAM,YAAY,CAAC;AAE/D,OAAO,EAIH,WAAW,EACX,0BAA0B,EAE7B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAI7E,MAAM,WAAW,qBAAqB;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,wBAAwB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,0BAA0B,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3C,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAE3D,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;CAC7B
|
|
1
|
+
{"version":3,"file":"DropdownControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DropdownControl.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAQ,MAAM,OAAO,CAAC;AAG5C,OAAO,EAAE,qBAAqB,EAAc,MAAM,YAAY,CAAC;AAE/D,OAAO,EAIH,WAAW,EACX,0BAA0B,EAE7B,MAAM,sBAAsB,CAAC;AAE9B,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAI7E,MAAM,WAAW,qBAAqB;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,wBAAwB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,aAAa,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,0BAA0B,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3C,cAAc,CAAC,EAAE,aAAa,CAAC,0BAA0B,CAAC,CAAC;IAE3D,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;CAC7B;AAMD,eAAO,MAAM,eAAe;;CAiG3B,CAAC"}
|
|
@@ -5,10 +5,10 @@ import { cloneDeep, set } from "lodash-es";
|
|
|
5
5
|
import { injectIntl } from "react-intl";
|
|
6
6
|
import { Dropdown, DropdownButton, DropdownList, SingleSelectListItem, } from "@gooddata/sdk-ui-kit";
|
|
7
7
|
import { getTranslation } from "../../utils/translations.js";
|
|
8
|
-
import DisabledBubbleMessage from "../DisabledBubbleMessage.js";
|
|
8
|
+
import { DisabledBubbleMessage } from "../DisabledBubbleMessage.js";
|
|
9
9
|
const alignPoints = ["bl tl", "tl bl", "br tr", "tr br"];
|
|
10
10
|
const DROPDOWN_ALIGNMENTS = alignPoints.map((align) => ({ align, offset: { x: 1, y: 0 } }));
|
|
11
|
-
const DropdownControl = memo(function DropdownControl({ valuePath, properties, labelText, value = "", items = [], disabled = false, width = 117, showDisabledMessage = false, disabledMessageAlignPoints, customListItem: ListItem = SingleSelectListItem, pushData, intl, }) {
|
|
11
|
+
export const DropdownControl = injectIntl(memo(function DropdownControl({ valuePath, properties, labelText, value = "", items = [], disabled = false, width = 117, showDisabledMessage = false, disabledMessageAlignPoints, customListItem: ListItem = SingleSelectListItem, pushData, intl, }) {
|
|
12
12
|
const getSelectedItem = (value) => {
|
|
13
13
|
if (items) {
|
|
14
14
|
return items.find((item) => item.value === value);
|
|
@@ -35,6 +35,5 @@ const DropdownControl = memo(function DropdownControl({ valuePath, properties, l
|
|
|
35
35
|
closeDropdown();
|
|
36
36
|
}, type: item.type, icon: item.icon, info: item.info })) }));
|
|
37
37
|
}, className: "adi-bucket-dropdown" }) })] }) }));
|
|
38
|
-
});
|
|
39
|
-
export default injectIntl(DropdownControl);
|
|
38
|
+
}));
|
|
40
39
|
//# sourceMappingURL=DropdownControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DropdownControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DropdownControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAiB,IAAI,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAyB,UAAU,EAAE,MAAM,YAAY,CAAC;AAE/D,OAAO,EACH,QAAQ,EACR,cAAc,EACd,YAAY,EAGZ,oBAAoB,GACvB,MAAM,sBAAsB,CAAC;AAI9B,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,qBAAqB,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"DropdownControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DropdownControl.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IGrandTotalsControlProps {
|
|
4
3
|
pushData: (data: any) => any;
|
|
@@ -6,8 +5,5 @@ export interface IGrandTotalsControlProps {
|
|
|
6
5
|
isDisabled: boolean;
|
|
7
6
|
showDisabledMessage?: boolean;
|
|
8
7
|
}
|
|
9
|
-
declare
|
|
10
|
-
WrappedComponent: import("react").ComponentType<IGrandTotalsControlProps & WrappedComponentProps>;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
8
|
+
export declare function GrandTotalsControl({ pushData, properties, isDisabled, showDisabledMessage, }: IGrandTotalsControlProps): import("react/jsx-runtime").JSX.Element;
|
|
13
9
|
//# sourceMappingURL=GrandTotalsControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GrandTotalsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/GrandTotalsControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"GrandTotalsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/GrandTotalsControl.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAG7E,MAAM,WAAW,wBAAwB;IACrC,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,kBAAkB,CAAC,EAC/B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAA2B,GAC9B,EAAE,wBAAwB,2CAkB1B"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2025 GoodData Corporation
|
|
3
|
-
import {
|
|
4
|
-
import ConfigSubsection from "./ConfigSubsection.js";
|
|
5
|
-
import DropdownControl from "./DropdownControl.js";
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
|
+
import { ConfigSubsection } from "./ConfigSubsection.js";
|
|
5
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
6
6
|
import { messages } from "../../../locales.js";
|
|
7
7
|
import { grandTotalsPositionDropdownItems } from "../../constants/dropdowns.js";
|
|
8
8
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
9
|
-
function GrandTotalsControl({ pushData, properties,
|
|
9
|
+
export function GrandTotalsControl({ pushData, properties, isDisabled, showDisabledMessage = false, }) {
|
|
10
|
+
const intl = useIntl();
|
|
10
11
|
const grandTotalsPosition = properties?.controls?.["grandTotalsPosition"] ?? "pinnedBottom";
|
|
11
12
|
return (_jsx(ConfigSubsection, { title: messages["grandTotalsTitle"].id, children: _jsx(DropdownControl, { value: grandTotalsPosition, valuePath: "grandTotalsPosition", labelText: messages["grandTotalsPositionLabel"].id, disabled: isDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(grandTotalsPositionDropdownItems, intl), showDisabledMessage: showDisabledMessage }) }));
|
|
12
13
|
}
|
|
13
|
-
export default injectIntl(GrandTotalsControl);
|
|
14
14
|
//# sourceMappingURL=GrandTotalsControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GrandTotalsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/GrandTotalsControl.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,
|
|
1
|
+
{"version":3,"file":"GrandTotalsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/GrandTotalsControl.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,gCAAgC,EAAE,MAAM,8BAA8B,CAAC;AAEhF,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AASzE,MAAM,UAAU,kBAAkB,CAAC,EAC/B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAAmB,GAAG,KAAK,GACJ;IACvB,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,mBAAmB,GAAG,UAAU,EAAE,QAAQ,EAAE,CAAC,qBAAqB,CAAC,IAAI,cAAc,CAAC;IAE5F,OAAO,CACH,KAAC,gBAAgB,IAAC,KAAK,EAAE,QAAQ,CAAC,kBAAkB,CAAC,CAAC,EAAE,YACpD,KAAC,eAAe,IACZ,KAAK,EAAE,mBAAmB,EAC1B,SAAS,EAAC,qBAAqB,EAC/B,SAAS,EAAE,QAAQ,CAAC,0BAA0B,CAAC,CAAC,EAAE,EAClD,QAAQ,EAAE,UAAU,EACpB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,0BAA0B,CAAC,gCAAgC,EAAE,IAAI,CAAC,EACzE,mBAAmB,EAAE,mBAAmB,GAC1C,GACa,CACtB,CAAC;AACN,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { useIntl } from "react-intl";
|
|
4
|
-
import DropdownControl from "./DropdownControl.js";
|
|
4
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
5
5
|
import { messages } from "../../../locales.js";
|
|
6
6
|
import { imageDropdownItems } from "../../constants/dropdowns.js";
|
|
7
7
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ImageControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAKrC,OAAO,eAAe,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"ImageControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ImageControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAKrC,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAElE,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAQzE,MAAM,UAAU,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,YAAY,GAAG,KAAK,EAAsB;IAC3F,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,SAAS,GAAG,UAAU,EAAE,QAAQ,EAAE,CAAC,iBAAiB,CAAC,IAAI,YAAY,CAAC;IAE5E,OAAO,CACH,cAAK,SAAS,EAAC,gBAAgB,YAC3B,KAAC,eAAe,IACZ,KAAK,EAAE,SAAS,EAChB,SAAS,EAAC,iBAAiB,EAC3B,SAAS,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,EAC/B,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,0BAA0B,CAAC,kBAAkB,EAAE,IAAI,CAAC,GAC7D,GACA,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ComponentProps } from "react";
|
|
2
|
-
import { FormattedMessage
|
|
2
|
+
import { FormattedMessage } from "react-intl";
|
|
3
3
|
import { IAlignPoint } from "@gooddata/sdk-ui-kit";
|
|
4
4
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
5
5
|
export interface IInputControlProps {
|
|
@@ -44,9 +44,5 @@ export interface IInputControlState {
|
|
|
44
44
|
value?: string;
|
|
45
45
|
lastSentValue?: string;
|
|
46
46
|
}
|
|
47
|
-
export declare function InputControl({ valuePath, properties, labelText, value: propValue, placeholder, type, disabled, showDisabledMessage, disabledMessageId, hasWarning, disabledMessageAlignPoints, pushData, maxLength, description, descriptionValues, validateFn, transformFn,
|
|
48
|
-
declare const _default: import("react").FC<import("react-intl").WithIntlProps<IInputControlProps & WrappedComponentProps>> & {
|
|
49
|
-
WrappedComponent: import("react").ComponentType<IInputControlProps & WrappedComponentProps>;
|
|
50
|
-
};
|
|
51
|
-
export default _default;
|
|
47
|
+
export declare function InputControl({ valuePath, properties, labelText, value: propValue, placeholder, type, disabled, showDisabledMessage, disabledMessageId, hasWarning, disabledMessageAlignPoints, pushData, maxLength, description, descriptionValues, validateFn, transformFn, }: IInputControlProps): import("react/jsx-runtime").JSX.Element;
|
|
52
48
|
//# sourceMappingURL=InputControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/InputControl.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,cAAc,EAA8C,MAAM,OAAO,CAAC;AAIhG,OAAO,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"InputControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/InputControl.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,cAAc,EAA8C,MAAM,OAAO,CAAC;AAIhG,OAAO,EAAE,gBAAgB,EAAW,MAAM,YAAY,CAAC;AAEvD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAI7E,MAAM,WAAW,kBAAkB;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,wBAAwB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,0BAA0B,CAAC,EAAE,WAAW,EAAE,CAAC;IAC3C,QAAQ,CAAC,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;IAC3B,2BAA2B,CAAC,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,cAAc,CAAC,OAAO,gBAAgB,CAAC,CAAC,QAAQ,CAAC,CAAC;IAEtE;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC;IACxC;;;;;;OAMG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,MAAM,CAAC;CAC3C;AAED,MAAM,WAAW,kBAAkB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1B;AAID,wBAAgB,YAAY,CAAC,EACzB,SAAS,EACT,UAAU,EACV,SAAS,EACT,KAAK,EAAE,SAAc,EACrB,WAAW,EACX,IAAa,EACb,QAAgB,EAChB,mBAA2B,EAC3B,iBAAiB,EACjB,UAAkB,EAClB,0BAA0B,EAC1B,QAAmB,EACnB,SAAS,EACT,WAAW,EACX,iBAAiB,EACjB,UAAU,EACV,WAAW,GACd,EAAE,kBAAkB,2CA0HpB"}
|
|
@@ -3,11 +3,12 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
3
3
|
import { useEffect, useRef, useState } from "react";
|
|
4
4
|
import cx from "classnames";
|
|
5
5
|
import { cloneDeep, set } from "lodash-es";
|
|
6
|
-
import { FormattedMessage,
|
|
6
|
+
import { FormattedMessage, useIntl } from "react-intl";
|
|
7
7
|
import { getTranslation } from "../../utils/translations.js";
|
|
8
|
-
import DisabledBubbleMessage from "../DisabledBubbleMessage.js";
|
|
8
|
+
import { DisabledBubbleMessage } from "../DisabledBubbleMessage.js";
|
|
9
9
|
const MAX_NUMBER_LENGTH = 15;
|
|
10
|
-
export function InputControl({ valuePath, properties, labelText, value: propValue = "", placeholder, type = "text", disabled = false, showDisabledMessage = false, disabledMessageId, hasWarning = false, disabledMessageAlignPoints, pushData = () => { }, maxLength, description, descriptionValues, validateFn, transformFn,
|
|
10
|
+
export function InputControl({ valuePath, properties, labelText, value: propValue = "", placeholder, type = "text", disabled = false, showDisabledMessage = false, disabledMessageId, hasWarning = false, disabledMessageAlignPoints, pushData = () => { }, maxLength, description, descriptionValues, validateFn, transformFn, }) {
|
|
11
|
+
const intl = useIntl();
|
|
11
12
|
const [value, setValue] = useState(propValue);
|
|
12
13
|
const [lastSentValue, setLastSentValue] = useState(propValue);
|
|
13
14
|
const inputRef = useRef(null);
|
|
@@ -82,5 +83,4 @@ export function InputControl({ valuePath, properties, labelText, value: propValu
|
|
|
82
83
|
};
|
|
83
84
|
return (_jsx(DisabledBubbleMessage, { showDisabledMessage: showDisabledMessage, messageId: disabledMessageId, alignPoints: disabledMessageAlignPoints, children: _jsxs(_Fragment, { children: [_jsxs("label", { className: "adi-bucket-inputfield s-adi-bucket-inputfield gd-input gd-input-small", children: [_jsx("span", { className: "input-label-text", children: getTranslation(labelText, intl) }), _jsx("input", { ref: inputRef, className: getInputClassNames(), value: value, placeholder: getTranslation(placeholder, intl), disabled: disabled, onKeyPress: onKeyPress, onBlur: onBlur, onChange: onValueChanged, maxLength: type === "number" ? MAX_NUMBER_LENGTH : maxLength })] }), description ? (_jsx("div", { className: "adi-bucket-inputfield-description", children: _jsx(FormattedMessage, { id: description, values: descriptionValues }) })) : null] }) }));
|
|
84
85
|
}
|
|
85
|
-
export default injectIntl(InputControl);
|
|
86
86
|
//# sourceMappingURL=InputControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InputControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/InputControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAA8C,SAAS,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEhG,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"InputControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/InputControl.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IMetricsPositionControlProps {
|
|
4
3
|
pushData: (data: any) => any;
|
|
@@ -7,8 +6,5 @@ export interface IMetricsPositionControlProps {
|
|
|
7
6
|
showDisabledMessage?: boolean;
|
|
8
7
|
defaultValue?: string;
|
|
9
8
|
}
|
|
10
|
-
declare
|
|
11
|
-
WrappedComponent: import("react").ComponentType<IMetricsPositionControlProps & WrappedComponentProps>;
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
9
|
+
export declare function MetricsPositionControl({ pushData, properties, isDisabled, showDisabledMessage, defaultValue, }: IMetricsPositionControlProps): import("react/jsx-runtime").JSX.Element;
|
|
14
10
|
//# sourceMappingURL=MetricsPositionControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricsPositionControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MetricsPositionControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MetricsPositionControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MetricsPositionControl.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAG7E,MAAM,WAAW,4BAA4B;IACzC,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,sBAAsB,CAAC,EACnC,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAA2B,EAC3B,YAAwB,GAC3B,EAAE,4BAA4B,2CAkB9B"}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
|
-
import {
|
|
4
|
-
import ConfigSubsection from "./ConfigSubsection.js";
|
|
5
|
-
import DropdownControl from "./DropdownControl.js";
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
|
+
import { ConfigSubsection } from "./ConfigSubsection.js";
|
|
5
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
6
6
|
import { messages } from "../../../locales.js";
|
|
7
7
|
import { metricsPositionDropdownItems } from "../../constants/dropdowns.js";
|
|
8
8
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
9
|
-
function MetricsPositionControl({ pushData, properties,
|
|
9
|
+
export function MetricsPositionControl({ pushData, properties, isDisabled, showDisabledMessage = false, defaultValue = "columns", }) {
|
|
10
|
+
const intl = useIntl();
|
|
10
11
|
const metricsPosition = properties?.controls?.["measureGroupDimension"] ?? defaultValue;
|
|
11
12
|
return (_jsx(ConfigSubsection, { title: messages["metricsPositionTitle"].id, children: _jsx(DropdownControl, { value: metricsPosition, valuePath: "measureGroupDimension", labelText: messages["metricsPositionLabel"].id, disabled: isDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(metricsPositionDropdownItems, intl), showDisabledMessage: showDisabledMessage }) }));
|
|
12
13
|
}
|
|
13
|
-
export default injectIntl(MetricsPositionControl);
|
|
14
14
|
//# sourceMappingURL=MetricsPositionControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricsPositionControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MetricsPositionControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,
|
|
1
|
+
{"version":3,"file":"MetricsPositionControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MetricsPositionControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAUzE,MAAM,UAAU,sBAAsB,CAAC,EACnC,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAAmB,GAAG,KAAK,EAC3B,YAAY,GAAG,SAAS,GACG;IAC3B,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,eAAe,GAAG,UAAU,EAAE,QAAQ,EAAE,CAAC,uBAAuB,CAAC,IAAI,YAAY,CAAC;IAExF,OAAO,CACH,KAAC,gBAAgB,IAAC,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,EAAE,YACxD,KAAC,eAAe,IACZ,KAAK,EAAE,eAAe,EACtB,SAAS,EAAC,uBAAuB,EACjC,SAAS,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,EAAE,EAC9C,QAAQ,EAAE,UAAU,EACpB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,0BAA0B,CAAC,4BAA4B,EAAE,IAAI,CAAC,EACrE,mBAAmB,EAAE,mBAAmB,GAC1C,GACa,CACtB,CAAC;AACN,CAAC"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IMinMaxControlProps } from "../../interfaces/MinMaxControl.js";
|
|
3
|
-
declare
|
|
4
|
-
WrappedComponent: import("react").ComponentType<IMinMaxControlProps & WrappedComponentProps>;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
2
|
+
export declare function MinMaxControl(props: IMinMaxControlProps): import("react/jsx-runtime").JSX.Element;
|
|
7
3
|
//# sourceMappingURL=MinMaxControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MinMaxControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MinMaxControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MinMaxControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MinMaxControl.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,mBAAmB,EAAuB,MAAM,mCAAmC,CAAC;AAkB7F,wBAAgB,aAAa,CAAC,KAAK,EAAE,mBAAmB,2CA+GvD"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { useEffect, useState } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { useIntl } from "react-intl";
|
|
5
5
|
import { Message } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { messages } from "../../../locales.js";
|
|
7
7
|
import { maxInputValidateAndPushData, minInputValidateAndPushData } from "../../utils/controlsHelper.js";
|
|
8
|
-
import ConfigSubsection from "../configurationControls/ConfigSubsection.js";
|
|
9
|
-
import InputControl from "../configurationControls/InputControl.js";
|
|
8
|
+
import { ConfigSubsection } from "../configurationControls/ConfigSubsection.js";
|
|
9
|
+
import { InputControl } from "../configurationControls/InputControl.js";
|
|
10
10
|
const defaultMinMaxControlState = {
|
|
11
11
|
minScale: {
|
|
12
12
|
hasWarning: false,
|
|
@@ -19,7 +19,8 @@ const defaultMinMaxControlState = {
|
|
|
19
19
|
incorrectValue: "",
|
|
20
20
|
},
|
|
21
21
|
};
|
|
22
|
-
function MinMaxControl(props) {
|
|
22
|
+
export function MinMaxControl(props) {
|
|
23
|
+
const intl = useIntl();
|
|
23
24
|
const [state, setState] = useState(defaultMinMaxControlState);
|
|
24
25
|
// Handle getDerivedStateFromProps logic
|
|
25
26
|
useEffect(() => {
|
|
@@ -28,10 +29,10 @@ function MinMaxControl(props) {
|
|
|
28
29
|
}
|
|
29
30
|
}, [props.propertiesMeta?.undoApplied]);
|
|
30
31
|
const minInputValidateAndPushDataCallback = (data) => {
|
|
31
|
-
minInputValidateAndPushData(data, state, props, (newState) => setState((prevState) => ({ ...prevState, ...newState })), defaultMinMaxControlState);
|
|
32
|
+
minInputValidateAndPushData(data, state, { ...props, intl }, (newState) => setState((prevState) => ({ ...prevState, ...newState })), defaultMinMaxControlState);
|
|
32
33
|
};
|
|
33
34
|
const maxInputValidateAndPushDataCallback = (data) => {
|
|
34
|
-
maxInputValidateAndPushData(data, state, props, (newState) => setState((prevState) => ({ ...prevState, ...newState })), defaultMinMaxControlState);
|
|
35
|
+
maxInputValidateAndPushData(data, state, { ...props, intl }, (newState) => setState((prevState) => ({ ...prevState, ...newState })), defaultMinMaxControlState);
|
|
35
36
|
};
|
|
36
37
|
const minScaleHasIncorrectValue = () => {
|
|
37
38
|
return (state.minScale?.incorrectValue ?? "") !== "";
|
|
@@ -66,5 +67,4 @@ function MinMaxControl(props) {
|
|
|
66
67
|
const axisVisible = basePathPropertiesControls?.visible ?? true;
|
|
67
68
|
return (_jsxs(ConfigSubsection, { title: messages["axisScale"].id, children: [_jsx(InputControl, { valuePath: `${basePath}.min`, labelText: messages["axisMin"].id, placeholder: messages["autoPlaceholder"].id, type: "number", hasWarning: minScaleHasWarning(), value: minScaleHasIncorrectValue() ? state.minScale?.incorrectValue : axisScaleMin, disabled: isDisabled || !axisVisible, properties: properties, pushData: minInputValidateAndPushDataCallback }), renderMinErrorMessage(), _jsx(InputControl, { valuePath: `${basePath}.max`, labelText: messages["axisMax"].id, placeholder: messages["autoPlaceholder"].id, type: "number", hasWarning: maxScaleHasWarning(), value: maxScaleHasIncorrectValue() ? state.maxScale?.incorrectValue : axisScaleMax, disabled: isDisabled || !axisVisible, properties: properties, pushData: maxInputValidateAndPushDataCallback }), renderMaxErrorMessage()] }));
|
|
68
69
|
}
|
|
69
|
-
export default injectIntl(MinMaxControl);
|
|
70
70
|
//# sourceMappingURL=MinMaxControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MinMaxControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MinMaxControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,
|
|
1
|
+
{"version":3,"file":"MinMaxControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/MinMaxControl.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IPushData } from "@gooddata/sdk-ui";
|
|
3
2
|
import { ChartOrientationType } from "@gooddata/sdk-ui-charts";
|
|
4
3
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
@@ -18,9 +17,5 @@ export declare function getAxesByChartOrientation(properties: IVisualizationProp
|
|
|
18
17
|
xaxis: any;
|
|
19
18
|
yaxis: any;
|
|
20
19
|
};
|
|
21
|
-
export declare const OrientationDropdownControl: import("react").NamedExoticComponent<IOrientationDropdownControl
|
|
22
|
-
declare const _default: import("react").FC<import("react-intl").WithIntlProps<IOrientationDropdownControl & WrappedComponentProps>> & {
|
|
23
|
-
WrappedComponent: import("react").ComponentType<IOrientationDropdownControl & WrappedComponentProps>;
|
|
24
|
-
};
|
|
25
|
-
export default _default;
|
|
20
|
+
export declare const OrientationDropdownControl: import("react").NamedExoticComponent<IOrientationDropdownControl>;
|
|
26
21
|
//# sourceMappingURL=OrientationDropdownControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrientationDropdownControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/OrientationDropdownControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"OrientationDropdownControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/OrientationDropdownControl.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAC7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAC;AAK/D,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAG7E,MAAM,WAAW,2BAA2B;IACxC,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,oBAAoB,CAAC;IAC5B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,QAAQ,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;CACvC;AAED,wBAAgB,qBAAqB,CAAC,YAAY,EAAE;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE;;EAevE;AAED,wBAAgB,yBAAyB,CAAC,UAAU,EAAE,wBAAwB;;;EAoB7E;AAED,eAAO,MAAM,0BAA0B,mEAkDrC,CAAC"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2023-2025 GoodData Corporation
|
|
3
3
|
import { memo, useCallback } from "react";
|
|
4
|
-
import {
|
|
5
|
-
import DropdownControl from "./DropdownControl.js";
|
|
4
|
+
import { useIntl } from "react-intl";
|
|
5
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
6
6
|
import { messages } from "../../../locales.js";
|
|
7
7
|
import { orientationDropdownItems } from "../../constants/dropdowns.js";
|
|
8
8
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
@@ -37,7 +37,8 @@ export function getAxesByChartOrientation(properties) {
|
|
|
37
37
|
yaxis: { ...resetProperties, ...xaxis, name: newYAxisName },
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
|
-
export const OrientationDropdownControl = memo(function OrientationDropdownControl({ disabled, value, showDisabledMessage, properties, pushData,
|
|
40
|
+
export const OrientationDropdownControl = memo(function OrientationDropdownControl({ disabled, value, showDisabledMessage, properties, pushData, }) {
|
|
41
|
+
const intl = useIntl();
|
|
41
42
|
const handleOrientationChanged = useCallback((data) => {
|
|
42
43
|
const { properties: dataProperties } = data;
|
|
43
44
|
const isChanged = dataProperties?.controls?.["orientation"]?.position !==
|
|
@@ -63,5 +64,4 @@ export const OrientationDropdownControl = memo(function OrientationDropdownContr
|
|
|
63
64
|
}, [intl]);
|
|
64
65
|
return (_jsx(DropdownControl, { value: value, valuePath: "orientation.position", labelText: messages["orientationTitle"].id, disabled: disabled, properties: properties, pushData: handleOrientationChanged, items: generateDropdownItems(), showDisabledMessage: showDisabledMessage }));
|
|
65
66
|
});
|
|
66
|
-
export default injectIntl(OrientationDropdownControl);
|
|
67
67
|
//# sourceMappingURL=OrientationDropdownControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrientationDropdownControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/OrientationDropdownControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,
|
|
1
|
+
{"version":3,"file":"OrientationDropdownControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/OrientationDropdownControl.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IPagingSectionProps {
|
|
4
3
|
properties: IVisualizationProperties;
|
|
@@ -6,8 +5,5 @@ export interface IPagingSectionProps {
|
|
|
6
5
|
pushData: (data: any) => void;
|
|
7
6
|
isDisabled?: boolean;
|
|
8
7
|
}
|
|
9
|
-
declare
|
|
10
|
-
WrappedComponent: import("react").ComponentType<IPagingSectionProps & WrappedComponentProps>;
|
|
11
|
-
};
|
|
12
|
-
export default _default;
|
|
8
|
+
export declare function PagingSection({ properties, propertiesMeta, pushData, isDisabled, }: IPagingSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
13
9
|
//# sourceMappingURL=PagingSection.d.ts.map
|