@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,11 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { memo } from "react";
|
|
4
|
-
import {
|
|
5
|
-
import NamePositionControl from "./NamePositionControl.js";
|
|
4
|
+
import { NamePositionControl } from "./NamePositionControl.js";
|
|
6
5
|
import { messages } from "../../../../locales.js";
|
|
7
|
-
import ConfigSubsection from "../../configurationControls/ConfigSubsection.js";
|
|
8
|
-
function NameSubsection(props) {
|
|
6
|
+
import { ConfigSubsection } from "../../configurationControls/ConfigSubsection.js";
|
|
7
|
+
export const NameSubsection = memo(function NameSubsection(props) {
|
|
9
8
|
const getControlProperties = () => {
|
|
10
9
|
const axisProperties = props.properties?.controls?.[props.axis];
|
|
11
10
|
const axisVisible = axisProperties?.visible ?? true;
|
|
@@ -18,6 +17,5 @@ function NameSubsection(props) {
|
|
|
18
17
|
const { axisVisible, axisNameVisible } = getControlProperties();
|
|
19
18
|
const { axis, properties, pushData, disabled, configPanelDisabled } = props;
|
|
20
19
|
return (_jsx(ConfigSubsection, { axisType: axis, title: messages["axisName"].id, valuePath: `${axis}.name.visible`, properties: properties, pushData: pushData, canBeToggled: true, toggledOn: axisNameVisible, toggleDisabled: disabled || !axisVisible, showDisabledMessage: !configPanelDisabled && disabled, children: _jsx(NamePositionControl, { disabled: disabled, configPanelDisabled: configPanelDisabled, axis: axis, properties: properties, pushData: pushData }) }));
|
|
21
|
-
}
|
|
22
|
-
export default injectIntl(memo(NameSubsection));
|
|
20
|
+
});
|
|
23
21
|
//# sourceMappingURL=NameSubsection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NameSubsection.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/axis/NameSubsection.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,OAAO,
|
|
1
|
+
{"version":3,"file":"NameSubsection.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/axis/NameSubsection.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAC/D,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAGlD,OAAO,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AAEnF,MAAM,CAAC,MAAM,cAAc,GAAG,IAAI,CAAC,SAAS,cAAc,CAAC,KAA4B;IACnF,MAAM,oBAAoB,GAAG,GAA6B,EAAE;QACxD,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,EAAE,QAAQ,EAAE,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;QAEhE,MAAM,WAAW,GAAG,cAAc,EAAE,OAAO,IAAI,IAAI,CAAC;QACpD,MAAM,eAAe,GAAG,cAAc,EAAE,IAAI,EAAE,OAAO,IAAI,IAAI,CAAC;QAE9D,OAAO;YACH,WAAW;YACX,eAAe;SAClB,CAAC;IACN,CAAC,CAAC;IAEF,MAAM,EAAE,WAAW,EAAE,eAAe,EAAE,GAAG,oBAAoB,EAAE,CAAC;IAChE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,mBAAmB,EAAE,GAAG,KAAK,CAAC;IAE5E,OAAO,CACH,KAAC,gBAAgB,IACb,QAAQ,EAAE,IAAI,EACd,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,CAAC,EAAE,EAC9B,SAAS,EAAE,GAAG,IAAI,eAAe,EACjC,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,YAAY,QACZ,SAAS,EAAE,eAAe,EAC1B,cAAc,EAAE,QAAQ,IAAI,CAAC,WAAW,EACxC,mBAAmB,EAAE,CAAC,mBAAmB,IAAI,QAAQ,YAErD,KAAC,mBAAmB,IAChB,QAAQ,EAAE,QAAQ,EAClB,mBAAmB,EAAE,mBAAmB,EACxC,IAAI,EAAE,IAAI,EACV,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,GACpB,GACa,CACtB,CAAC;AACN,CAAC,CAAC,CAAC"}
|
package/esm/internal/components/configurationControls/clustering/ClusteringThresholdControl.js
CHANGED
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { messages } from "../../../../locales.js";
|
|
4
4
|
import { DEFAULT_CLUSTERING_THRESHOLD } from "../../../constants/scatter.js";
|
|
5
|
-
import InputControl from "../InputControl.js";
|
|
5
|
+
import { InputControl } from "../InputControl.js";
|
|
6
6
|
export function ClusteringThresholdControl({ disabled, valuePath, properties, pushData, }) {
|
|
7
7
|
return (_jsx(InputControl, { valuePath: valuePath, labelText: messages["clusteringThreshold"].id, placeholder: messages["clusteringThresholdPlaceholder"].id, type: "number", value: properties?.controls?.["clustering"]?.threshold ?? `${DEFAULT_CLUSTERING_THRESHOLD}`, disabled: disabled, properties: properties, pushData: pushData, description: messages["clusteringThresholdTooltip"].id, descriptionValues: {
|
|
8
8
|
link: (chunks) => (_jsx("a", { href: "https://www.gooddata.com/docs/cloud/create-visualizations/smart-functions/#UseSmartFunctions-Clustering", target: "_blank", rel: "noopener noreferrer", children: chunks })),
|
package/esm/internal/components/configurationControls/clustering/ClusteringThresholdControl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClusteringThresholdControl.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/clustering/ClusteringThresholdControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAE7E,OAAO,YAAY,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"ClusteringThresholdControl.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/clustering/ClusteringThresholdControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,4BAA4B,EAAE,MAAM,+BAA+B,CAAC;AAE7E,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AASlD,MAAM,UAAU,0BAA0B,CAAC,EACvC,QAAQ,EACR,SAAS,EACT,UAAU,EACV,QAAQ,GACuB;IAC/B,OAAO,CACH,KAAC,YAAY,IACT,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,QAAQ,CAAC,qBAAqB,CAAC,CAAC,EAAE,EAC7C,WAAW,EAAE,QAAQ,CAAC,gCAAgC,CAAC,CAAC,EAAE,EAC1D,IAAI,EAAC,QAAQ,EACb,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,YAAY,CAAC,EAAE,SAAS,IAAI,GAAG,4BAA4B,EAAE,EAC3F,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,WAAW,EAAE,QAAQ,CAAC,4BAA4B,CAAC,CAAC,EAAE,EACtD,iBAAiB,EAAE;YACf,IAAI,EAAE,CAAC,MAAM,EAAE,EAAE,CAAC,CACd,YACI,IAAI,EAAC,yGAAyG,EAC9G,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,qBAAqB,YAExB,MAAM,GACP,CACP;SACJ,EACD,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE;YACnB,MAAM,WAAW,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;YACtC,MAAM,OAAO,GAAG,WAAW,GAAG,CAAC,IAAI,WAAW,GAAG,CAAC,CAAC;YAEnD,0DAA0D;YAC1D,IAAI,KAAK,KAAK,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC;gBAC3B,OAAO,GAAG,4BAA4B,EAAE,CAAC;YAC7C,CAAC;YAED,OAAO,KAAK,CAAC;QACjB,CAAC,GACH,CACL,CAAC;AACN,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { messages } from "../../../../locales.js";
|
|
4
4
|
import { DEFAULT_NUMBER_OF_CLUSTERS } from "../../../constants/scatter.js";
|
|
5
|
-
import InputControl from "../InputControl.js";
|
|
5
|
+
import { InputControl } from "../InputControl.js";
|
|
6
6
|
const validPositiveNumberHigherThanZero = /^[1-9][0-9]*$/;
|
|
7
7
|
export function NumberOfClustersControl({ disabled, valuePath, properties, pushData, }) {
|
|
8
8
|
return (_jsx(InputControl, { valuePath: valuePath, labelText: messages["clusteringAmount"].id, placeholder: messages["clusteringAmountPlaceholder"].id, type: "number", value: properties?.controls?.["clustering"]?.numberOfClusters ?? `${DEFAULT_NUMBER_OF_CLUSTERS}`, disabled: disabled, properties: properties, pushData: pushData, validateFn: (value) => {
|
package/esm/internal/components/configurationControls/clustering/NumberOfClustersControl.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NumberOfClustersControl.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/clustering/NumberOfClustersControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAE3E,OAAO,YAAY,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"NumberOfClustersControl.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/clustering/NumberOfClustersControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,0BAA0B,EAAE,MAAM,+BAA+B,CAAC;AAE3E,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AASlD,MAAM,iCAAiC,GAAG,eAAe,CAAC;AAE1D,MAAM,UAAU,uBAAuB,CAAC,EACpC,QAAQ,EACR,SAAS,EACT,UAAU,EACV,QAAQ,GACoB;IAC5B,OAAO,CACH,KAAC,YAAY,IACT,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,QAAQ,CAAC,kBAAkB,CAAC,CAAC,EAAE,EAC1C,WAAW,EAAE,QAAQ,CAAC,6BAA6B,CAAC,CAAC,EAAE,EACvD,IAAI,EAAC,QAAQ,EACb,KAAK,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC,YAAY,CAAC,EAAE,gBAAgB,IAAI,GAAG,0BAA0B,EAAE,EAChG,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,UAAU,EAAE,CAAC,KAAK,EAAE,EAAE;YAClB,6CAA6C;YAC7C,OAAO,KAAK,KAAK,EAAE,IAAI,iCAAiC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACzE,CAAC,EACD,WAAW,EAAE,CAAC,KAAK,EAAE,EAAE;YACnB,MAAM,OAAO,GAAG,iCAAiC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;YAC9D,0DAA0D;YAC1D,IAAI,KAAK,KAAK,EAAE,IAAI,CAAC,OAAO,EAAE,CAAC;gBAC3B,OAAO,GAAG,0BAA0B,EAAE,CAAC;YAC3C,CAAC;YAED,OAAO,KAAK,CAAC;QACjB,CAAC,GACH,CACL,CAAC;AACN,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IColorConfiguration } from "../../../interfaces/Colors.js";
|
|
3
2
|
import { IReferences, IVisualizationProperties } from "../../../interfaces/Visualization.js";
|
|
4
3
|
export interface IColorsSectionProps {
|
|
@@ -16,8 +15,5 @@ export interface IColorsSectionProps {
|
|
|
16
15
|
isChartFillDisabled?: boolean;
|
|
17
16
|
}
|
|
18
17
|
export declare const COLOR_MAPPING_CHANGED = "COLOR_MAPPING_CHANGED";
|
|
19
|
-
declare
|
|
20
|
-
WrappedComponent: import("react").ComponentType<IColorsSectionProps & WrappedComponentProps>;
|
|
21
|
-
};
|
|
22
|
-
export default _default;
|
|
18
|
+
export declare function ColorsSection({ controlsDisabled, properties, propertiesMeta, pushData, hasMeasures, colors, isLoading, isChartAccessibilityFeaturesEnabled, supportsChartFill, chartFillIgnoredMeasures, isChartFillDisabled, }: IColorsSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
23
19
|
//# sourceMappingURL=ColorsSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorsSection.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/colors/ColorsSection.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColorsSection.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/colors/ColorsSection.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAE,mBAAmB,EAAgB,MAAM,+BAA+B,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAM7F,MAAM,WAAW,mBAAmB;IAChC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,UAAU,EAAE,wBAAwB,CAAC;IACrC,cAAc,EAAE,GAAG,CAAC;IACpB,UAAU,EAAE,WAAW,CAAC;IACxB,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,IAAI,CAAC;IAC9B,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,mBAAmB,CAAC;IAC5B,SAAS,EAAE,OAAO,CAAC;IACnB,mCAAmC,EAAE,OAAO,CAAC;IAC7C,iBAAiB,EAAE,OAAO,CAAC;IAC3B,wBAAwB,CAAC,EAAE,MAAM,EAAE,CAAC;IACpC,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,eAAO,MAAM,qBAAqB,0BAA0B,CAAC;AAE7D,wBAAgB,aAAa,CAAC,EAC1B,gBAAgB,EAChB,UAAU,EACV,cAAc,EACd,QAAQ,EACR,WAAW,EACX,MAAM,EACN,SAAS,EACT,mCAAmC,EACnC,iBAAiB,EACjB,wBAA6B,EAC7B,mBAAmB,GACtB,EAAE,mBAAmB,2CAqIrB"}
|
|
@@ -2,17 +2,18 @@ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-run
|
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import cx from "classnames";
|
|
4
4
|
import { cloneDeep, set } from "lodash-es";
|
|
5
|
-
import {
|
|
5
|
+
import { useIntl } from "react-intl";
|
|
6
6
|
import { Button } from "@gooddata/sdk-ui-kit";
|
|
7
|
-
import ColoredItemsList from "./coloredItemsList/ColoredItemsList.js";
|
|
7
|
+
import { ColoredItemsList } from "./coloredItemsList/ColoredItemsList.js";
|
|
8
8
|
import { messages } from "../../../../locales.js";
|
|
9
9
|
import { fillDropdownItems } from "../../../constants/dropdowns.js";
|
|
10
10
|
import { getColoredInputItems, getProperties } from "../../../utils/colors.js";
|
|
11
11
|
import { getTranslatedDropdownItems, getTranslation } from "../../../utils/translations.js";
|
|
12
|
-
import ConfigSection from "../../configurationControls/ConfigSection.js";
|
|
13
|
-
import DropdownControl from "../DropdownControl.js";
|
|
12
|
+
import { ConfigSection } from "../../configurationControls/ConfigSection.js";
|
|
13
|
+
import { DropdownControl } from "../DropdownControl.js";
|
|
14
14
|
export const COLOR_MAPPING_CHANGED = "COLOR_MAPPING_CHANGED";
|
|
15
|
-
function ColorsSection({ controlsDisabled, properties, propertiesMeta, pushData, hasMeasures, colors, isLoading,
|
|
15
|
+
export function ColorsSection({ controlsDisabled, properties, propertiesMeta, pushData, hasMeasures, colors, isLoading, isChartAccessibilityFeaturesEnabled, supportsChartFill, chartFillIgnoredMeasures = [], isChartFillDisabled, }) {
|
|
16
|
+
const intl = useIntl();
|
|
16
17
|
const onSelect = (selectedColorItem, color) => {
|
|
17
18
|
const { mappingHeader } = selectedColorItem;
|
|
18
19
|
const result = getProperties(properties, mappingHeader, color);
|
|
@@ -78,5 +79,4 @@ function ColorsSection({ controlsDisabled, properties, propertiesMeta, pushData,
|
|
|
78
79
|
: messages["colors"].id;
|
|
79
80
|
return (_jsx(ConfigSection, { title: sectionTitleTranslationId, pushData: pushData, propertiesMeta: propertiesMeta, id: "colors_section", className: "adi-color-configuration", children: renderSectionContents() }));
|
|
80
81
|
}
|
|
81
|
-
export default injectIntl(ColorsSection);
|
|
82
82
|
//# sourceMappingURL=ColorsSection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorsSection.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/colors/ColorsSection.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"ColorsSection.js","sourceRoot":"","sources":["../../../../../src/internal/components/configurationControls/colors/ColorsSection.tsx"],"names":[],"mappings":"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"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
import { WrappedComponentProps } from "react-intl";
|
|
3
2
|
import { IColor, IColorPalette } from "@gooddata/sdk-model";
|
|
4
3
|
import { ChartFillConfig, PatternFillName } from "@gooddata/sdk-ui-vis-commons";
|
|
5
4
|
export declare enum IconPosition {
|
|
@@ -20,9 +19,6 @@ export interface IColorDropdownOwnProps {
|
|
|
20
19
|
chartFill?: ChartFillConfig;
|
|
21
20
|
patternFillIndex?: number | PatternFillName;
|
|
22
21
|
}
|
|
23
|
-
export type IColorDropdownProps = IColorDropdownOwnProps
|
|
24
|
-
declare const
|
|
25
|
-
WrappedComponent: import("react").ComponentType<IColorDropdownProps>;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
22
|
+
export type IColorDropdownProps = IColorDropdownOwnProps;
|
|
23
|
+
export declare const ColorDropdown: import("react").NamedExoticComponent<IColorDropdownOwnProps>;
|
|
28
24
|
//# sourceMappingURL=ColorDropdown.d.ts.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorDropdown.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA0B,SAAS,EAA6C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ColorDropdown.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA0B,SAAS,EAA6C,MAAM,OAAO,CAAC;AAIrG,OAAO,EACH,MAAM,EACN,aAAa,EAKhB,MAAM,qBAAqB,CAAC;AAE7B,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAMhF,oBAAY,YAAY;IACpB,IAAI,IAAA;IACJ,KAAK,IAAA;CACR;AAED,MAAM,WAAW,gBAAgB;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,YAAY,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,MAAM,WAAW,sBAAsB;IACnC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,aAAa,CAAC;IAC5B,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CAC/C;AAED,MAAM,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AAQzD,eAAO,MAAM,aAAa,8DA+JxB,CAAC"}
|
|
@@ -1,13 +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 { Fragment, cloneElement, memo, useCallback, useState } from "react";
|
|
4
|
-
import { injectIntl } from "react-intl";
|
|
5
4
|
import { v4 as uuidv4 } from "uuid";
|
|
6
5
|
import { isColorFromPalette, isRgbColor, } from "@gooddata/sdk-model";
|
|
7
6
|
import { ColorPicker } from "@gooddata/sdk-ui-kit";
|
|
8
|
-
import ColorOverlay,
|
|
9
|
-
import ColorPalette from "./ColorPalette.js";
|
|
10
|
-
import CustomColorButton from "./CustomColorButton.js";
|
|
7
|
+
import { ColorOverlay, DropdownVersionType } from "./ColorOverlay.js";
|
|
8
|
+
import { ColorPalette } from "./ColorPalette.js";
|
|
9
|
+
import { CustomColorButton } from "./CustomColorButton.js";
|
|
11
10
|
export var IconPosition;
|
|
12
11
|
(function (IconPosition) {
|
|
13
12
|
IconPosition[IconPosition["Down"] = 0] = "Down";
|
|
@@ -18,7 +17,7 @@ const COLOR_FOR_UNKNOWN_ITEM = {
|
|
|
18
17
|
g: 0,
|
|
19
18
|
b: 0,
|
|
20
19
|
};
|
|
21
|
-
const ColorDropdown = memo(function ColorDropdown({ selectedColorItem, colorPalette, onColorSelected: onColorSelectedProp, disabled, children, chartFill, patternFillIndex, }) {
|
|
20
|
+
export const ColorDropdown = memo(function ColorDropdown({ selectedColorItem, colorPalette, onColorSelected: onColorSelectedProp, disabled, children, chartFill, patternFillIndex, }) {
|
|
22
21
|
const [id] = useState(() => uuidv4());
|
|
23
22
|
const [isDropdownOpen, setIsDropdownOpen] = useState(false);
|
|
24
23
|
const [dropdownVersion, setDropdownVersion] = useState(DropdownVersionType.ColorPalette);
|
|
@@ -107,5 +106,4 @@ const ColorDropdown = memo(function ColorDropdown({ selectedColorItem, colorPale
|
|
|
107
106
|
}, [getSelectedColorFromPalette, onColorPickerSubmit, onColorPickerCancel]);
|
|
108
107
|
return (_jsxs(Fragment, { children: [_jsx("div", { className: getClassName(), onClick: onDropdownButtonClick, children: setupDropdownChild() }), isDropdownOpen ? (_jsx(ColorOverlay, { alignTo: `.${getClassName()}`, onClose: onClose, dropdownVersion: dropdownVersion, children: _jsx("div", { className: "overlay dropdown-body", children: isColorPaletteContent() ? renderColorPaletteContent() : renderColorPickerContent() }) }, dropdownVersion)) : null] }));
|
|
109
108
|
});
|
|
110
|
-
export default injectIntl(ColorDropdown);
|
|
111
109
|
//# sourceMappingURL=ColorDropdown.js.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorDropdown.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,QAAQ,EAA2B,YAAY,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAErG,OAAO,
|
|
1
|
+
{"version":3,"file":"ColorDropdown.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorDropdown.tsx"],"names":[],"mappings":"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"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorOverlay.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAgC,MAAM,OAAO,CAAC;AAIhE,oBAAY,mBAAmB;IAC3B,YAAY,IAAA;IACZ,WAAW,IAAA;CACd;AAED,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,mBAAmB,CAAC;IACrC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AA2CD,eAAO,MAAM,YAAY,0DAsDvB,CAAC
|
|
1
|
+
{"version":3,"file":"ColorOverlay.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAgC,MAAM,OAAO,CAAC;AAIhE,oBAAY,mBAAmB;IAC3B,YAAY,IAAA;IACZ,WAAW,IAAA;CACd;AAED,MAAM,WAAW,kBAAkB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,mBAAmB,CAAC;IACrC,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AA2CD,eAAO,MAAM,YAAY,0DAsDvB,CAAC"}
|
|
@@ -72,5 +72,4 @@ export const ColorOverlay = memo(function ColorOverlay({ alignTo, dropdownVersio
|
|
|
72
72
|
}, [onCloseProp]);
|
|
73
73
|
return (_jsx(Overlay, { alignTo: alignTo, onClose: onClose, alignPoints: getAlignPoints(), closeOnOutsideClick: true, closeOnParentScroll: true, closeOnMouseDrag: true, children: _jsx("div", { onMouseOver: stopScrollingPropagation, onMouseOut: startScrollingPropagation, "aria-label": "Color overlay content", children: children }) }));
|
|
74
74
|
});
|
|
75
|
-
export default ColorOverlay;
|
|
76
75
|
//# sourceMappingURL=ColorOverlay.js.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorOverlay.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAa,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhE,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,6EAAY,CAAA;IACZ,2EAAW,CAAA;AACf,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AASD,MAAM,iCAAiC,GAAG;IACtC;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;IACD;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;CACJ,CAAC;AAEF,MAAM,gCAAgC,GAAG;IACrC;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;IACD;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,GAAG;SACT;KACJ;IACD;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,CAAC,SAAS,YAAY,CAAC,EACnD,OAAO,EACP,eAAe,EACf,OAAO,EAAE,WAAW,EACpB,QAAQ,GACS;IACjB,MAAM,eAAe,GAAG,WAAW,CAAC,CAAC,CAAa,EAAE,EAAE;QAClD,CAAC,CAAC,eAAe,EAAE,CAAC;IACxB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,wBAAwB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC9C,QAAQ,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IAC7D,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,MAAM,yBAAyB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC/C,QAAQ,CAAC,IAAI,CAAC,mBAAmB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IAChE,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,SAAS,CAAC,GAAG,EAAE;QACX,OAAO,GAAG,EAAE;YACR,yBAAyB,EAAE,CAAC;QAChC,CAAC,CAAC;IACN,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,CAAC;IAEhC,MAAM,cAAc,GAAG,WAAW,CAAC,GAAG,EAAE;QACpC,IAAI,eAAe,KAAK,mBAAmB,CAAC,YAAY,EAAE,CAAC;YACvD,OAAO,iCAAiC,CAAC;QAC7C,CAAC;QAED,OAAO,gCAAgC,CAAC;IAC5C,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,MAAM,OAAO,GAAG,WAAW,CAAC,GAAG,EAAE;QAC7B,WAAW,EAAE,CAAC;IAClB,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAElB,OAAO,CACH,KAAC,OAAO,IACJ,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,cAAc,EAAE,EAC7B,mBAAmB,QACnB,mBAAmB,QACnB,gBAAgB,kBAEhB,cACI,WAAW,EAAE,wBAAwB,EACrC,UAAU,EAAE,yBAAyB,gBAC1B,uBAAuB,YAEjC,QAAQ,GACP,GACA,CACb,CAAC;AACN,CAAC,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"ColorOverlay.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorOverlay.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAa,IAAI,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEhE,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAE/C,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,6EAAY,CAAA;IACZ,2EAAW,CAAA;AACf,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B;AASD,MAAM,iCAAiC,GAAG;IACtC;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;IACD;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;CACJ,CAAC;AAEF,MAAM,gCAAgC,GAAG;IACrC;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;IACD;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,GAAG;SACT;KACJ;IACD;QACI,KAAK,EAAE,OAAO;QACd,MAAM,EAAE;YACJ,CAAC,EAAE,CAAC;YACJ,CAAC,EAAE,CAAC;SACP;KACJ;CACJ,CAAC;AAEF,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,CAAC,SAAS,YAAY,CAAC,EACnD,OAAO,EACP,eAAe,EACf,OAAO,EAAE,WAAW,EACpB,QAAQ,GACS;IACjB,MAAM,eAAe,GAAG,WAAW,CAAC,CAAC,CAAa,EAAE,EAAE;QAClD,CAAC,CAAC,eAAe,EAAE,CAAC;IACxB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,wBAAwB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC9C,QAAQ,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IAC7D,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,MAAM,yBAAyB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC/C,QAAQ,CAAC,IAAI,CAAC,mBAAmB,CAAC,OAAO,EAAE,eAAe,CAAC,CAAC;IAChE,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,SAAS,CAAC,GAAG,EAAE;QACX,OAAO,GAAG,EAAE;YACR,yBAAyB,EAAE,CAAC;QAChC,CAAC,CAAC;IACN,CAAC,EAAE,CAAC,yBAAyB,CAAC,CAAC,CAAC;IAEhC,MAAM,cAAc,GAAG,WAAW,CAAC,GAAG,EAAE;QACpC,IAAI,eAAe,KAAK,mBAAmB,CAAC,YAAY,EAAE,CAAC;YACvD,OAAO,iCAAiC,CAAC;QAC7C,CAAC;QAED,OAAO,gCAAgC,CAAC;IAC5C,CAAC,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;IAEtB,MAAM,OAAO,GAAG,WAAW,CAAC,GAAG,EAAE;QAC7B,WAAW,EAAE,CAAC;IAClB,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC;IAElB,OAAO,CACH,KAAC,OAAO,IACJ,OAAO,EAAE,OAAO,EAChB,OAAO,EAAE,OAAO,EAChB,WAAW,EAAE,cAAc,EAAE,EAC7B,mBAAmB,QACnB,mBAAmB,QACnB,gBAAgB,kBAEhB,cACI,WAAW,EAAE,wBAAwB,EACrC,UAAU,EAAE,yBAAyB,gBAC1B,uBAAuB,YAEjC,QAAQ,GACP,GACA,CACb,CAAC;AACN,CAAC,CAAC,CAAC"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorPalette.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPalette.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAqB,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAMhF,MAAM,WAAW,kBAAkB;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,aAAa,CAAC;IAC5B,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CAC/C;AAED,eAAO,MAAM,YAAY,0DA8CvB,CAAC
|
|
1
|
+
{"version":3,"file":"ColorPalette.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPalette.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAqB,MAAM,qBAAqB,CAAC;AAC/E,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAMhF,MAAM,WAAW,kBAAkB;IAC/B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,aAAa,CAAC;IAC5B,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CAC/C;AAED,eAAO,MAAM,YAAY,0DA8CvB,CAAC"}
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { memo } from "react";
|
|
4
4
|
import cx from "classnames";
|
|
5
|
-
import ColorPaletteItem from "./ColorPaletteItem.js";
|
|
5
|
+
import { ColorPaletteItem } from "./ColorPaletteItem.js";
|
|
6
6
|
const MAX_SMALL_PALETTE_SIZE = 20;
|
|
7
7
|
export const ColorPalette = memo(function ColorPalette({ selectedColorGuid, colorPalette, onColorSelected, chartFill, patternFillIndex, }) {
|
|
8
8
|
const isColorPaletteLarge = () => {
|
|
@@ -25,5 +25,4 @@ export const ColorPalette = memo(function ColorPalette({ selectedColorGuid, colo
|
|
|
25
25
|
};
|
|
26
26
|
return (_jsx("div", { "aria-label": "Color palette", className: getClassNames(), children: renderItems() }));
|
|
27
27
|
});
|
|
28
|
-
export default ColorPalette;
|
|
29
28
|
//# sourceMappingURL=ColorPalette.js.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPalette.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorPalette.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPalette.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAa,IAAI,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,MAAM,YAAY,CAAC;AAK5B,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"ColorPalette.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPalette.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAa,IAAI,EAAE,MAAM,OAAO,CAAC;AAExC,OAAO,EAAE,MAAM,YAAY,CAAC;AAK5B,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAEzD,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAUlC,MAAM,CAAC,MAAM,YAAY,GAAG,IAAI,CAAC,SAAS,YAAY,CAAC,EACnD,iBAAiB,EACjB,YAAY,EACZ,eAAe,EACf,SAAS,EACT,gBAAgB,GACC;IACjB,MAAM,mBAAmB,GAAG,GAAY,EAAE;QACtC,OAAO,YAAY,CAAC,MAAM,GAAG,sBAAsB,CAAC;IACxD,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,GAAW,EAAE;QAC/B,MAAM,cAAc,GAAG,mBAAmB,EAAE,CAAC;QAC7C,OAAO,EAAE,CACL;YACI,+BAA+B,EAAE,cAAc;YAC/C,yBAAyB,EAAE,CAAC,cAAc;SAC7C,EACD,wBAAwB,CAC3B,CAAC;IACN,CAAC,CAAC;IAEF,MAAM,cAAc,GAAG,CAAC,IAAY,EAAW,EAAE;QAC7C,OAAO,iBAAiB,KAAK,IAAI,CAAC;IACtC,CAAC,CAAC;IAEF,MAAM,WAAW,GAAG,GAAc,EAAE;QAChC,OAAO,YAAY,CAAC,GAAG,CAAC,CAAC,IAAuB,EAAE,EAAE;YAChD,OAAO,CACH,KAAC,gBAAgB,IACb,QAAQ,EAAE,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,EAEnC,WAAW,EAAE,IAAI,EACjB,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,SAAS,EAAE,IAAI,EAC1B,gBAAgB,EAAE,gBAAgB,IAJ7B,IAAI,CAAC,IAAI,CAKhB,CACL,CAAC;QACN,CAAC,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,OAAO,CACH,4BAAgB,eAAe,EAAC,SAAS,EAAE,aAAa,EAAE,YACrD,WAAW,EAAE,GACZ,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts
CHANGED
|
@@ -9,6 +9,5 @@ export interface IColorPaletteItemProps {
|
|
|
9
9
|
chartFill?: ChartFillType;
|
|
10
10
|
patternFillIndex?: number | PatternFillName;
|
|
11
11
|
}
|
|
12
|
-
declare const ColorPaletteItem: import("react").NamedExoticComponent<IColorPaletteItemProps>;
|
|
13
|
-
export default ColorPaletteItem;
|
|
12
|
+
export declare const ColorPaletteItem: import("react").NamedExoticComponent<IColorPaletteItemProps>;
|
|
14
13
|
//# sourceMappingURL=ColorPaletteItem.d.ts.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorPaletteItem.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAA2B,MAAM,OAAO,CAAC;AAI/D,OAAO,EAAE,MAAM,EAAqB,iBAAiB,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAG3F,OAAO,EAAE,aAAa,EAAE,eAAe,EAAmB,MAAM,8BAA8B,CAAC;AAM/F,eAAO,MAAM,YAAY,GAAI,WAAW,aAAa,EAAE,WAAW,MAAM,EAAE,OAAO,MAAM,KAAG,aAqBzF,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CAC/C;AAED,
|
|
1
|
+
{"version":3,"file":"ColorPaletteItem.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAA2B,MAAM,OAAO,CAAC;AAI/D,OAAO,EAAE,MAAM,EAAqB,iBAAiB,EAAE,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAG3F,OAAO,EAAE,aAAa,EAAE,eAAe,EAAmB,MAAM,8BAA8B,CAAC;AAM/F,eAAO,MAAM,YAAY,GAAI,WAAW,aAAa,EAAE,WAAW,MAAM,EAAE,OAAO,MAAM,KAAG,aAqBzF,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACnC,QAAQ,EAAE,OAAO,CAAC;IAClB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,eAAe,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CAC/C;AAED,eAAO,MAAM,gBAAgB,8DAoE3B,CAAC"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.js
CHANGED
|
@@ -28,7 +28,7 @@ export const getIconStyle = (chartFill, baseColor, theme) => {
|
|
|
28
28
|
backgroundColor: baseColor,
|
|
29
29
|
};
|
|
30
30
|
};
|
|
31
|
-
const ColorPaletteItem = memo(function ColorPaletteItem({ selected, paletteItem, onColorSelected, chartFill = "solid", patternFillIndex = 0, }) {
|
|
31
|
+
export const ColorPaletteItem = memo(function ColorPaletteItem({ selected, paletteItem, onColorSelected, chartFill = "solid", patternFillIndex = 0, }) {
|
|
32
32
|
const itemRef = useRef(null);
|
|
33
33
|
const theme = useTheme();
|
|
34
34
|
useEffect(() => {
|
|
@@ -73,5 +73,4 @@ const ColorPaletteItem = memo(function ColorPaletteItem({ selected, paletteItem,
|
|
|
73
73
|
};
|
|
74
74
|
return (_jsx("div", { "aria-label": getRgbStringFromPaletteItem(), ref: itemRef, onClick: handleColorSelected, style: getItemStyle(), className: getClassNames(), children: _jsx(OptionalPatternFill, { chartFill: chartFill, patternFillIndex: patternFillIndex }) }));
|
|
75
75
|
});
|
|
76
|
-
export default ColorPaletteItem;
|
|
77
76
|
//# sourceMappingURL=ColorPaletteItem.js.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColorPaletteItem.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAiB,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE/D,OAAO,EAAE,MAAM,YAAY,CAAC;AAG5B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAC3D,OAAO,EAAkC,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE/F,OAAO,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAE/D,MAAM,WAAW,GAAG,CAAC,CAAC;AAEtB,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,SAAwB,EAAE,SAAiB,EAAE,KAAa,EAAiB,EAAE;IACtG,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC1B,OAAO;YACH,eAAe,EAAE,eAAe,CAAC,SAAS,EAAE,GAAG,CAAC;YAChD,MAAM,EAAE,aAAa,SAAS,EAAE;SACnC,CAAC;IACN,CAAC;IACD,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;QAC1B,MAAM,eAAe,GACjB,KAAK,EAAE,KAAK,EAAE,eAAe,IAAI,KAAK,EAAE,OAAO,EAAE,aAAa,EAAE,EAAE,IAAI,cAAc,CAAC;QACzF,OAAO;YACH,eAAe;YACf,MAAM,EAAE,aAAa,SAAS,EAAE;YAChC,QAAQ,EAAE,QAAQ;YAClB,QAAQ,EAAE,UAAU;YACpB,KAAK,EAAE,SAAS;SACnB,CAAC;IACN,CAAC;IACD,OAAO;QACH,eAAe,EAAE,SAAS;KAC7B,CAAC;AACN,CAAC,CAAC;AAUF,MAAM,gBAAgB,GAAG,IAAI,CAAC,SAAS,gBAAgB,CAAC,
|
|
1
|
+
{"version":3,"file":"ColorPaletteItem.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/ColorPaletteItem.tsx"],"names":[],"mappings":"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"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.d.ts
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
export interface ICustomColorButtonProps {
|
|
3
2
|
onClick: () => void;
|
|
4
3
|
}
|
|
5
|
-
declare const
|
|
6
|
-
WrappedComponent: import("react").ComponentType<ICustomColorButtonProps & WrappedComponentProps>;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
4
|
+
export declare const CustomColorButton: import("react").NamedExoticComponent<ICustomColorButtonProps>;
|
|
9
5
|
//# sourceMappingURL=CustomColorButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomColorButton.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CustomColorButton.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.tsx"],"names":[],"mappings":"AAWA,MAAM,WAAW,uBAAuB;IACpC,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,eAAO,MAAM,iBAAiB,+DAgB5B,CAAC"}
|
package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { memo } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { useIntl } from "react-intl";
|
|
5
5
|
import { Button } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { messages } from "../../../../../locales.js";
|
|
7
7
|
import { getTranslation } from "../../../../utils/translations.js";
|
|
8
|
-
function CustomColorButton({ onClick
|
|
8
|
+
export const CustomColorButton = memo(function CustomColorButton({ onClick }) {
|
|
9
|
+
const intl = useIntl();
|
|
9
10
|
const handleClick = () => {
|
|
10
11
|
onClick();
|
|
11
12
|
};
|
|
12
13
|
return (_jsx("div", { className: "gd-color-drop-down-custom-section", children: _jsx(Button, { value: getTranslation(messages["customColor"].id, intl), className: "gd-button-link gd-color-drop-down-custom-section-button s-custom-section-button", onClick: handleClick }) }));
|
|
13
|
-
}
|
|
14
|
-
export default injectIntl(memo(CustomColorButton));
|
|
14
|
+
});
|
|
15
15
|
//# sourceMappingURL=CustomColorButton.js.map
|
package/esm/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomColorButton.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,OAAO,
|
|
1
|
+
{"version":3,"file":"CustomColorButton.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/colorDropdown/CustomColorButton.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAMnE,MAAM,CAAC,MAAM,iBAAiB,GAAG,IAAI,CAAC,SAAS,iBAAiB,CAAC,EAAE,OAAO,EAA2B;IACjG,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IAEvB,MAAM,WAAW,GAAG,GAAG,EAAE;QACrB,OAAO,EAAE,CAAC;IACd,CAAC,CAAC;IAEF,OAAO,CACH,cAAK,SAAS,EAAC,mCAAmC,YAC9C,KAAC,MAAM,IACH,KAAK,EAAE,cAAc,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EACvD,SAAS,EAAC,iFAAiF,EAC3F,OAAO,EAAE,WAAW,GACtB,GACA,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IColor, IColorPalette } from "@gooddata/sdk-model";
|
|
3
2
|
import { ChartFillConfig, PatternFillName } from "@gooddata/sdk-ui-vis-commons";
|
|
4
3
|
import { IColoredItem } from "../../../../interfaces/Colors.js";
|
|
@@ -12,8 +11,5 @@ export interface IColoredItemProps {
|
|
|
12
11
|
chartFill?: ChartFillConfig;
|
|
13
12
|
patternFillIndex?: number | PatternFillName;
|
|
14
13
|
}
|
|
15
|
-
declare const
|
|
16
|
-
WrappedComponent: import("react").ComponentType<IColoredItemProps & WrappedComponentProps>;
|
|
17
|
-
};
|
|
18
|
-
export default _default;
|
|
14
|
+
export declare const ColoredItem: import("react").NamedExoticComponent<IColoredItemProps>;
|
|
19
15
|
//# sourceMappingURL=ColoredItem.d.ts.map
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColoredItem.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColoredItem.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAE5D,OAAO,EAAE,eAAe,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAGhF,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAKhE,MAAM,WAAW,iBAAiB;IAC9B,YAAY,EAAE,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,YAAY,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACzD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;CAC/C;AAED,eAAO,MAAM,WAAW,yDAgDtB,CAAC"}
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { memo } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { useIntl } from "react-intl";
|
|
5
5
|
import { getMappingHeaderFormattedName } from "@gooddata/sdk-ui";
|
|
6
|
-
import ColoredItemContent from "./ColoredItemContent.js";
|
|
6
|
+
import { ColoredItemContent } from "./ColoredItemContent.js";
|
|
7
7
|
import { getTranslation } from "../../../../utils/translations.js";
|
|
8
8
|
import { isWaterfallColorHeaderItemKey } from "../../../../utils/uiConfigHelpers/waterfallChartUiConfigHelper.js";
|
|
9
|
-
import ColorDropdown from "../colorDropdown/ColorDropdown.js";
|
|
10
|
-
const ColoredItem = memo(function ColoredItem(props) {
|
|
11
|
-
const
|
|
9
|
+
import { ColorDropdown } from "../colorDropdown/ColorDropdown.js";
|
|
10
|
+
export const ColoredItem = memo(function ColoredItem(props) {
|
|
11
|
+
const intl = useIntl();
|
|
12
|
+
const { item, colorPalette, onSelect, chartFill, patternFillIndex } = props;
|
|
12
13
|
const renderLoadingItem = () => {
|
|
13
14
|
return _jsx("div", { className: "gd-list-item gd-list-item-not-loaded" });
|
|
14
15
|
};
|
|
@@ -32,5 +33,4 @@ const ColoredItem = memo(function ColoredItem(props) {
|
|
|
32
33
|
const headerText = getText(headerItem);
|
|
33
34
|
return (_jsx(ColorDropdown, { selectedColorItem: coloredItem.colorItem, colorPalette: colorPalette, onColorSelected: onColorSelected, chartFill: chartFill, patternFillIndex: patternFillIndex, children: _jsx(ColoredItemContent, { text: headerText, color: coloredItem.color, chartFill: chartFill?.type, patternFillIndex: patternFillIndex }) }));
|
|
34
35
|
});
|
|
35
|
-
export default injectIntl(ColoredItem);
|
|
36
36
|
//# sourceMappingURL=ColoredItem.js.map
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColoredItem.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,OAAO,
|
|
1
|
+
{"version":3,"file":"ColoredItem.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItem.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAE7B,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAkB,6BAA6B,EAAE,MAAM,kBAAkB,CAAC;AAGjF,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AACnE,OAAO,EAAE,6BAA6B,EAAE,MAAM,mEAAmE,CAAC;AAClH,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAalE,MAAM,CAAC,MAAM,WAAW,GAAG,IAAI,CAAC,SAAS,WAAW,CAAC,KAAwB;IACzE,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,EAAE,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,SAAS,EAAE,gBAAgB,EAAE,GAAG,KAAK,CAAC;IAE5E,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,OAAO,cAAK,SAAS,EAAC,sCAAsC,GAAG,CAAC;IACpE,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,CAAC,KAAa,EAAE,EAAE;QACtC,IAAI,QAAQ,EAAE,CAAC;YACX,QAAQ,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;QAC1B,CAAC;IACL,CAAC,CAAC;IAEF,MAAM,OAAO,GAAG,CAAC,aAA6B,EAAE,EAAE;QAC9C,MAAM,UAAU,GAAG,6BAA6B,CAAC,aAAa,CAAC,IAAI,EAAE,CAAC;QAEtE,IAAI,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,EAAE,EAAE,CAAC;YAC3C,OAAO,IAAI,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,GAAG,CAAC;QACtD,CAAC;QACD,OAAO,6BAA6B,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,cAAc,CAAC,UAAU,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC;IACrG,CAAC,CAAC;IAEF,MAAM,WAAW,GAAiB,IAAI,IAAI,IAAI,CAAC;IAE/C,IAAI,CAAC,WAAW,EAAE,CAAC;QACf,OAAO,iBAAiB,EAAE,CAAC;IAC/B,CAAC;IAED,MAAM,UAAU,GAAmB,WAAW,CAAC,aAAa,CAAC;IAC7D,MAAM,UAAU,GAAG,OAAO,CAAC,UAAU,CAAC,CAAC;IAEvC,OAAO,CACH,KAAC,aAAa,IACV,iBAAiB,EAAE,WAAW,CAAC,SAAS,EACxC,YAAY,EAAE,YAAY,EAC1B,eAAe,EAAE,eAAe,EAChC,SAAS,EAAE,SAAS,EACpB,gBAAgB,EAAE,gBAAgB,YAElC,KAAC,kBAAkB,IACf,IAAI,EAAE,UAAU,EAChB,KAAK,EAAE,WAAW,CAAC,KAAK,EACxB,SAAS,EAAE,SAAS,EAAE,IAAI,EAC1B,gBAAgB,EAAE,gBAAgB,GACpC,GACU,CACnB,CAAC;AACN,CAAC,CAAC,CAAC"}
|
|
@@ -8,5 +8,4 @@ export interface IColoredItemContentProps extends ISelectableChild {
|
|
|
8
8
|
text: string;
|
|
9
9
|
}
|
|
10
10
|
export declare const ColoredItemContent: import("react").NamedExoticComponent<IColoredItemContentProps>;
|
|
11
|
-
export default ColoredItemContent;
|
|
12
11
|
//# sourceMappingURL=ColoredItemContent.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColoredItemContent.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAgB,MAAM,mCAAmC,CAAC;AAInF,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAC9D,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IAC5C,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,kBAAkB,gEA0C7B,CAAC
|
|
1
|
+
{"version":3,"file":"ColoredItemContent.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD,OAAO,EAAE,aAAa,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAE9E,OAAO,EAAE,gBAAgB,EAAgB,MAAM,mCAAmC,CAAC;AAInF,MAAM,WAAW,wBAAyB,SAAQ,gBAAgB;IAC9D,KAAK,EAAE,cAAc,CAAC;IACtB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,gBAAgB,CAAC,EAAE,MAAM,GAAG,eAAe,CAAC;IAC5C,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,kBAAkB,gEA0C7B,CAAC"}
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.js
CHANGED
|
@@ -30,5 +30,4 @@ export const ColoredItemContent = memo(function ColoredItemContent({ color, posi
|
|
|
30
30
|
};
|
|
31
31
|
return (_jsxs("div", { className: getItemClassNames(), children: [_jsx("div", { className: getPreviewBoxClassNames(), style: getColorSampleStyle(), children: _jsx(OptionalPatternFill, { chartFill: chartFill, patternFillIndex: patternFillIndex }) }), _jsx("span", { children: text })] }));
|
|
32
32
|
});
|
|
33
|
-
export default ColoredItemContent;
|
|
34
33
|
//# sourceMappingURL=ColoredItemContent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColoredItemContent.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAiB,IAAI,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,MAAM,YAAY,CAAC;AAG5B,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAG3D,OAAO,EAAoB,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAS9E,MAAM,CAAC,MAAM,kBAAkB,GAAG,IAAI,CAAC,SAAS,kBAAkB,CAAC,EAC/D,KAAK,EACL,QAAQ,EACR,SAAS,GAAG,OAAO,EACnB,gBAAgB,GAAG,CAAC,EACpB,IAAI,EACJ,UAAU,EACV,QAAQ,GACe;IACvB,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,OAAO,EAAE,CAAC,kEAAkE,EAAE;YAC1E,WAAW,EAAE,UAAU,IAAI,CAAC,QAAQ;YACpC,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;SAC5B,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,uBAAuB,GAAG,GAAG,EAAE;QACjC,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;QAC1B,MAAM,WAAW,GAAG,SAAS,KAAK,OAAO,CAAC;QAC1C,OAAO,EAAE,CAAC,6BAA6B,EAAE,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YAC/D,uBAAuB,EAAE,WAAW,IAAI,QAAQ,IAAI,YAAY,CAAC,KAAK;YACtE,sBAAsB,EAAE,WAAW,IAAI,QAAQ,KAAK,YAAY,CAAC,IAAI;SACxE,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,mBAAmB,GAAG,GAAkB,EAAE;QAC5C,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;QAC1B,MAAM,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC;QACxC,OAAO,YAAY,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;IACrD,CAAC,CAAC;IAEF,OAAO,CACH,eAAK,SAAS,EAAE,iBAAiB,EAAE,aAC/B,cAAK,SAAS,EAAE,uBAAuB,EAAE,EAAE,KAAK,EAAE,mBAAmB,EAAE,YACnE,KAAC,mBAAmB,IAAC,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,gBAAgB,GAAI,GAC/E,EACN,yBAAO,IAAI,GAAQ,IACjB,CACT,CAAC;AACN,CAAC,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"ColoredItemContent.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemContent.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAiB,IAAI,EAAE,MAAM,OAAO,CAAC;AAE5C,OAAO,EAAE,MAAM,YAAY,CAAC;AAG5B,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAG3D,OAAO,EAAoB,YAAY,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EAAE,YAAY,EAAE,MAAM,sCAAsC,CAAC;AACpE,OAAO,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAC;AAS9E,MAAM,CAAC,MAAM,kBAAkB,GAAG,IAAI,CAAC,SAAS,kBAAkB,CAAC,EAC/D,KAAK,EACL,QAAQ,EACR,SAAS,GAAG,OAAO,EACnB,gBAAgB,GAAG,CAAC,EACpB,IAAI,EACJ,UAAU,EACV,QAAQ,GACe;IACvB,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,MAAM,iBAAiB,GAAG,GAAG,EAAE;QAC3B,OAAO,EAAE,CAAC,kEAAkE,EAAE;YAC1E,WAAW,EAAE,UAAU,IAAI,CAAC,QAAQ;YACpC,aAAa,EAAE,QAAQ;YACvB,eAAe,EAAE,QAAQ;SAC5B,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,uBAAuB,GAAG,GAAG,EAAE;QACjC,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;QAC1B,MAAM,WAAW,GAAG,SAAS,KAAK,OAAO,CAAC;QAC1C,OAAO,EAAE,CAAC,6BAA6B,EAAE,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YAC/D,uBAAuB,EAAE,WAAW,IAAI,QAAQ,IAAI,YAAY,CAAC,KAAK;YACtE,sBAAsB,EAAE,WAAW,IAAI,QAAQ,KAAK,YAAY,CAAC,IAAI;SACxE,CAAC,CAAC;IACP,CAAC,CAAC;IAEF,MAAM,mBAAmB,GAAG,GAAkB,EAAE;QAC5C,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;QAC1B,MAAM,SAAS,GAAG,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC;QACxC,OAAO,YAAY,CAAC,SAAS,EAAE,SAAS,EAAE,KAAK,CAAC,CAAC;IACrD,CAAC,CAAC;IAEF,OAAO,CACH,eAAK,SAAS,EAAE,iBAAiB,EAAE,aAC/B,cAAK,SAAS,EAAE,uBAAuB,EAAE,EAAE,KAAK,EAAE,mBAAmB,EAAE,YACnE,KAAC,mBAAmB,IAAC,SAAS,EAAE,SAAS,EAAE,gBAAgB,EAAE,gBAAgB,GAAI,GAC/E,EACN,yBAAO,IAAI,GAAQ,IACjB,CACT,CAAC;AACN,CAAC,CAAC,CAAC"}
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IColor, IColorPalette } from "@gooddata/sdk-model";
|
|
3
2
|
import { ChartFillConfig } from "@gooddata/sdk-ui-charts";
|
|
4
3
|
import { IColoredItem } from "../../../../interfaces/Colors.js";
|
|
5
|
-
export interface
|
|
4
|
+
export interface IColoredItemsListProps {
|
|
6
5
|
colorPalette: IColorPalette;
|
|
7
6
|
inputItems: IColoredItem[];
|
|
8
7
|
onSelect: (selectedColorItem: IColoredItem, color: IColor) => void;
|
|
@@ -11,10 +10,5 @@ export interface IColoredItemsListOwnProps {
|
|
|
11
10
|
chartFill?: ChartFillConfig;
|
|
12
11
|
chartFillIgnoredMeasures: string[];
|
|
13
12
|
}
|
|
14
|
-
export type IColoredItemsListProps = IColoredItemsListOwnProps & WrappedComponentProps;
|
|
15
13
|
export declare const ColoredItemsList: import("react").NamedExoticComponent<IColoredItemsListProps>;
|
|
16
|
-
declare const _default: import("react").FC<import("react-intl").WithIntlProps<IColoredItemsListProps>> & {
|
|
17
|
-
WrappedComponent: import("react").ComponentType<IColoredItemsListProps>;
|
|
18
|
-
};
|
|
19
|
-
export default _default;
|
|
20
14
|
//# sourceMappingURL=ColoredItemsList.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColoredItemsList.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ColoredItemsList.d.ts","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,EAAE,aAAa,EAAuB,MAAM,qBAAqB,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAI1D,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAOhE,MAAM,WAAW,sBAAsB;IACnC,YAAY,EAAE,aAAa,CAAC;IAC5B,UAAU,EAAE,YAAY,EAAE,CAAC;IAC3B,QAAQ,EAAE,CAAC,iBAAiB,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,wBAAwB,EAAE,MAAM,EAAE,CAAC;CACtC;AASD,eAAO,MAAM,gBAAgB,8DAoF3B,CAAC"}
|
package/esm/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { memo, useRef, useState } from "react";
|
|
4
|
-
import { injectIntl } from "react-intl";
|
|
5
4
|
import { isMeasureDescriptor } from "@gooddata/sdk-model";
|
|
6
5
|
import { DropdownList } from "@gooddata/sdk-ui-kit";
|
|
7
|
-
import ColoredItem from "./ColoredItem.js";
|
|
6
|
+
import { ColoredItem } from "./ColoredItem.js";
|
|
8
7
|
import { getSearchedItems } from "../../../../utils/colors.js";
|
|
9
8
|
const VISIBLE_ITEMS_COUNT = 5;
|
|
10
9
|
const SEARCH_FIELD_VISIBILITY_THRESHOLD = 7;
|
|
@@ -57,5 +56,4 @@ export const ColoredItemsList = memo(function ColoredItemsList(props) {
|
|
|
57
56
|
return (_jsx(ColoredItem, { colorPalette: colorPalette, onSelect: onSelect, disabled: disabled, item: item, chartFill: appliedChartFill, patternFillIndex: itemPatternFillIndexes[rowIndex] }));
|
|
58
57
|
} }) }));
|
|
59
58
|
});
|
|
60
|
-
export default injectIntl(ColoredItemsList);
|
|
61
59
|
//# sourceMappingURL=ColoredItemsList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColoredItemsList.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,EAAyB,
|
|
1
|
+
{"version":3,"file":"ColoredItemsList.js","sourceRoot":"","sources":["../../../../../../src/internal/components/configurationControls/colors/coloredItemsList/ColoredItemsList.tsx"],"names":[],"mappings":"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"}
|