@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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeHierarchyDialogFooter.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.tsx"],"names":[],"mappings":"AAeA,
|
|
1
|
+
{"version":3,"file":"AttributeHierarchyDialogFooter.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.tsx"],"names":[],"mappings":"AAeA,wBAAgB,8BAA8B,4CA2E7C"}
|
|
@@ -5,7 +5,7 @@ import { messages } from "@gooddata/sdk-ui";
|
|
|
5
5
|
import { Button } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { useAttributeHierarchyDialog } from "./AttributeHierarchyDialogProvider.js";
|
|
7
7
|
const HOW_TO_WORK_DOCUMENTATION_LINK = "https://www.gooddata.com/docs/cloud/create-dashboards/drilling-in-dashboards/set-drill-down/";
|
|
8
|
-
function AttributeHierarchyDialogFooter() {
|
|
8
|
+
export function AttributeHierarchyDialogFooter() {
|
|
9
9
|
const { formatMessage } = useIntl();
|
|
10
10
|
const { isEditing, isDirty, isLoading, attributes, onSaveAttributeHierarchy, onClose, setDisplayDeleteConfirmation, } = useAttributeHierarchyDialog();
|
|
11
11
|
const isSaveDisabled = isEmpty(attributes) || !isDirty;
|
|
@@ -20,5 +20,4 @@ function AttributeHierarchyDialogFooter() {
|
|
|
20
20
|
br: () => _jsx("br", {}),
|
|
21
21
|
}, tagName: "div" }) }) }), _jsxs("div", { className: "attribute-hierarchy-footer-actions-wrapper s-attribute-hierarchy-footer-actions-wrapper", children: [_jsxs("div", { className: "gd-dialog-footer-tip", children: [_jsx("span", { className: "gd-icon-circle-question s-gd-icon-circle-question" }), _jsx("a", { href: HOW_TO_WORK_DOCUMENTATION_LINK, className: "gd-button-link-dimmed", target: "_blank", rel: "noreferrer", children: _jsx(FormattedMessage, { id: messages["hierarchyAttributeHowToWork"].id }) })] }), _jsxs("div", { className: "gd-dialog-footer-actions s-gd-dialog-footer-actions", children: [isEditing ? (_jsx(Button, { className: "gd-button-link-dimmed attribute-hierarchy-delete-button s-attribute-hierarchy-delete-button", value: deleteText, onClick: onDelete, disabled: isLoading })) : null, _jsx(Button, { className: "gd-button-secondary attribute-hierarchy-cancel-button s-attribute-hierarchy-cancel-button", value: cancelText, onClick: onClose, disabled: isLoading }), _jsx(Button, { className: "gd-button-action attribute-hierarchy-save-button s-attribute-hierarchy-save-button", value: saveText, disabled: isSaveDisabled || isLoading, onClick: onSaveAttributeHierarchy })] })] })] }));
|
|
22
22
|
}
|
|
23
|
-
export default AttributeHierarchyDialogFooter;
|
|
24
23
|
//# sourceMappingURL=AttributeHierarchyDialogFooter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeHierarchyDialogFooter.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,MAAM,8BAA8B,GAChC,8FAA8F,CAAC;AAEnG,
|
|
1
|
+
{"version":3,"file":"AttributeHierarchyDialogFooter.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogFooter.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,MAAM,8BAA8B,GAChC,8FAA8F,CAAC;AAEnG,MAAM,UAAU,8BAA8B;IAC1C,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,EAAE,CAAC;IACpC,MAAM,EACF,SAAS,EACT,OAAO,EACP,SAAS,EACT,UAAU,EACV,wBAAwB,EACxB,OAAO,EACP,4BAA4B,GAC/B,GAAG,2BAA2B,EAAE,CAAC;IAElC,MAAM,cAAc,GAAG,OAAO,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,CAAC;IAEvD,MAAM,QAAQ,GAAG,GAAG,EAAE;QAClB,4BAA4B,CAAC,IAAI,CAAC,CAAC;IACvC,CAAC,CAAC;IAEF,MAAM,UAAU,GAAG,aAAa,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAAC,CAAC;IACpE,MAAM,UAAU,GAAG,aAAa,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAAC,CAAC;IACpE,MAAM,QAAQ,GAAG,aAAa,CAC1B,SAAS,CAAC,CAAC,CAAC,QAAQ,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAClF,CAAC;IAEF,OAAO,CACH,eAAK,SAAS,EAAC,kBAAkB,aAC7B,cAAK,SAAS,EAAC,qEAAqE,YAChF,cAAK,SAAS,EAAC,wBAAwB,YACnC,KAAC,gBAAgB,IACb,EAAE,EAAE,QAAQ,CAAC,+BAA+B,CAAC,CAAC,EAAE,EAChD,MAAM,EAAE;4BACJ,CAAC,EAAE,CAAC,MAAiB,EAAE,EAAE,CAAC,2BAAS,MAAM,GAAU;4BACnD,EAAE,EAAE,GAAG,EAAE,CAAC,cAAM;yBACnB,EACD,OAAO,EAAC,KAAK,GACf,GACA,GACJ,EACN,eAAK,SAAS,EAAC,yFAAyF,aACpG,eAAK,SAAS,EAAC,sBAAsB,aACjC,eAAM,SAAS,EAAC,mDAAmD,GAAG,EACtE,YACI,IAAI,EAAE,8BAA8B,EACpC,SAAS,EAAC,uBAAuB,EACjC,MAAM,EAAC,QAAQ,EACf,GAAG,EAAC,YAAY,YAEhB,KAAC,gBAAgB,IAAC,EAAE,EAAE,QAAQ,CAAC,6BAA6B,CAAC,CAAC,EAAE,GAAI,GACpE,IACF,EACN,eAAK,SAAS,EAAC,qDAAqD,aAC/D,SAAS,CAAC,CAAC,CAAC,CACT,KAAC,MAAM,IACH,SAAS,EAAC,6FAA6F,EACvG,KAAK,EAAE,UAAU,EACjB,OAAO,EAAE,QAAQ,EACjB,QAAQ,EAAE,SAAS,GACrB,CACL,CAAC,CAAC,CAAC,IAAI,EACR,KAAC,MAAM,IACH,SAAS,EAAC,2FAA2F,EACrG,KAAK,EAAE,UAAU,EACjB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,SAAS,GACrB,EACF,KAAC,MAAM,IACH,SAAS,EAAC,oFAAoF,EAC9F,KAAK,EAAE,QAAQ,EACf,QAAQ,EAAE,cAAc,IAAI,SAAS,EACrC,OAAO,EAAE,wBAAwB,GACnC,IACA,IACJ,IACJ,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare function AttributeHierarchyDialogHeader(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export default AttributeHierarchyDialogHeader;
|
|
1
|
+
export declare function AttributeHierarchyDialogHeader(): import("react/jsx-runtime").JSX.Element;
|
|
3
2
|
//# sourceMappingURL=AttributeHierarchyDialogHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeHierarchyDialogHeader.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.tsx"],"names":[],"mappings":"AAWA,
|
|
1
|
+
{"version":3,"file":"AttributeHierarchyDialogHeader.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.tsx"],"names":[],"mappings":"AAWA,wBAAgB,8BAA8B,4CAkB7C"}
|
|
@@ -5,11 +5,10 @@ import { messages } from "@gooddata/sdk-ui";
|
|
|
5
5
|
import { EditableLabel } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { useAttributeHierarchyDialog } from "./AttributeHierarchyDialogProvider.js";
|
|
7
7
|
const ATTRIBUTE_HIERARCHY_TITLE_ROW = 1;
|
|
8
|
-
function AttributeHierarchyDialogHeader() {
|
|
8
|
+
export function AttributeHierarchyDialogHeader() {
|
|
9
9
|
const { formatMessage } = useIntl();
|
|
10
10
|
const { title, onUpdateTitle } = useAttributeHierarchyDialog();
|
|
11
11
|
const placeholder = formatMessage(messages["hierarchyUntitled"]);
|
|
12
12
|
return (_jsxs("div", { className: "gd-dialog-header", children: [_jsx("i", { className: "gd-attribute-hierarchy-icon s-gd-attribute-hierarchy-icon" }), _jsx(EditableLabel, { value: title, className: "attribute-hierarchy-title s-attribute-hierarchy-title", maxRows: ATTRIBUTE_HIERARCHY_TITLE_ROW, onSubmit: onUpdateTitle, placeholder: placeholder })] }));
|
|
13
13
|
}
|
|
14
|
-
export default AttributeHierarchyDialogHeader;
|
|
15
14
|
//# sourceMappingURL=AttributeHierarchyDialogHeader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeHierarchyDialogHeader.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,MAAM,6BAA6B,GAAG,CAAC,CAAC;AAExC,
|
|
1
|
+
{"version":3,"file":"AttributeHierarchyDialogHeader.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeHierarchyDialogHeader.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAErD,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,MAAM,6BAA6B,GAAG,CAAC,CAAC;AAExC,MAAM,UAAU,8BAA8B;IAC1C,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,EAAE,CAAC;IACpC,MAAM,EAAE,KAAK,EAAE,aAAa,EAAE,GAAG,2BAA2B,EAAE,CAAC;IAE/D,MAAM,WAAW,GAAG,aAAa,CAAC,QAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC;IAEjE,OAAO,CACH,eAAK,SAAS,EAAC,kBAAkB,aAC7B,YAAG,SAAS,EAAC,2DAA2D,GAAG,EAC3E,KAAC,aAAa,IACV,KAAK,EAAE,KAAK,EACZ,SAAS,EAAC,uDAAuD,EACjE,OAAO,EAAE,6BAA6B,EACtC,QAAQ,EAAE,aAAa,EACvB,WAAW,EAAE,WAAW,GAC1B,IACA,CACT,CAAC;AACN,CAAC"}
|
package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ interface IAttributeItemCellProps {
|
|
|
3
3
|
rowIndex: number;
|
|
4
4
|
attribute: IAttributeData;
|
|
5
5
|
}
|
|
6
|
-
declare function AttributeItem({ rowIndex, attribute }: IAttributeItemCellProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export
|
|
6
|
+
export declare function AttributeItem({ rowIndex, attribute }: IAttributeItemCellProps): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export {};
|
|
8
8
|
//# sourceMappingURL=AttributeItem.d.ts.map
|
package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeItem.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,cAAc,CAAC;CAC7B;AAED,
|
|
1
|
+
{"version":3,"file":"AttributeItem.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,cAAc,CAAC;CAC7B;AAED,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,uBAAuB,2CAmB7E"}
|
package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2023-2025 GoodData Corporation
|
|
3
|
-
import AttributeDropdown from "./AttributeDropdown.js";
|
|
4
|
-
import AttributeItemActions from "./AttributeItemActions.js";
|
|
5
|
-
function AttributeItem({ rowIndex, attribute }) {
|
|
3
|
+
import { AttributeDropdown } from "./AttributeDropdown.js";
|
|
4
|
+
import { AttributeItemActions } from "./AttributeItemActions.js";
|
|
5
|
+
export function AttributeItem({ rowIndex, attribute }) {
|
|
6
6
|
const { title, completed, icon } = attribute;
|
|
7
7
|
return (_jsxs("div", { className: "gd-list-item", children: [_jsx("div", { className: "attribute-item-content s-attribute-item-content", children: completed ? (_jsxs("div", { className: "attribute-item-title s-attribute-item-title", children: [_jsx("i", { className: icon }), title, _jsx("i", { className: "gd-icon-navigatedown" })] })) : (_jsx(AttributeDropdown, { rowIndex: rowIndex })) }), completed ? _jsx(AttributeItemActions, { rowIndex: rowIndex }) : null] }));
|
|
8
8
|
}
|
|
9
|
-
export default AttributeItem;
|
|
10
9
|
//# sourceMappingURL=AttributeItem.js.map
|
package/esm/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeItem.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,iBAAiB,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"AttributeItem.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItem.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAQjE,MAAM,UAAU,aAAa,CAAC,EAAE,QAAQ,EAAE,SAAS,EAA2B;IAC1E,MAAM,EAAE,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,SAAS,CAAC;IAE7C,OAAO,CACH,eAAK,SAAS,EAAC,cAAc,aACzB,cAAK,SAAS,EAAC,iDAAiD,YAC3D,SAAS,CAAC,CAAC,CAAC,CACT,eAAK,SAAS,EAAC,6CAA6C,aACxD,YAAG,SAAS,EAAE,IAAI,GAAI,EACrB,KAAK,EACN,YAAG,SAAS,EAAC,sBAAsB,GAAG,IACpC,CACT,CAAC,CAAC,CAAC,CACA,KAAC,iBAAiB,IAAC,QAAQ,EAAE,QAAQ,GAAI,CAC5C,GACC,EACL,SAAS,CAAC,CAAC,CAAC,KAAC,oBAAoB,IAAC,QAAQ,EAAE,QAAQ,GAAI,CAAC,CAAC,CAAC,IAAI,IAC9D,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
interface IAttributeItemCellProps {
|
|
2
2
|
rowIndex: number;
|
|
3
3
|
}
|
|
4
|
-
declare function AttributeItemActions({ rowIndex }: IAttributeItemCellProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export
|
|
4
|
+
export declare function AttributeItemActions({ rowIndex }: IAttributeItemCellProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export {};
|
|
6
6
|
//# sourceMappingURL=AttributeItemActions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeItemActions.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.tsx"],"names":[],"mappings":"AASA,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,
|
|
1
|
+
{"version":3,"file":"AttributeItemActions.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.tsx"],"names":[],"mappings":"AASA,UAAU,uBAAuB;IAC7B,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,oBAAoB,CAAC,EAAE,QAAQ,EAAE,EAAE,uBAAuB,2CAsCzE"}
|
|
@@ -2,9 +2,9 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2023-2025 GoodData Corporation
|
|
3
3
|
import { useRef, useState } from "react";
|
|
4
4
|
import { Button } from "@gooddata/sdk-ui-kit";
|
|
5
|
-
import AddActionMenu from "./AddActionMenu.js";
|
|
5
|
+
import { AddActionMenu } from "./AddActionMenu.js";
|
|
6
6
|
import { useAttributeHierarchyDialog } from "./AttributeHierarchyDialogProvider.js";
|
|
7
|
-
function AttributeItemActions({ rowIndex }) {
|
|
7
|
+
export function AttributeItemActions({ rowIndex }) {
|
|
8
8
|
const [shouldDisplayAddActions, setDisplayAddActions] = useState(false);
|
|
9
9
|
const { onDeleteAttribute } = useAttributeHierarchyDialog();
|
|
10
10
|
const addAttributeRef = useRef(undefined);
|
|
@@ -19,5 +19,4 @@ function AttributeItemActions({ rowIndex }) {
|
|
|
19
19
|
};
|
|
20
20
|
return (_jsxs("div", { className: "attribute-item-actions s-attribute-item-actions", children: [_jsx("div", { ref: addAttributeRef, children: _jsx(Button, { className: "gd-button-link gd-button-icon-only gd-icon-plus attribute-item-add-action s-attribute-item-add-action", onClick: handleAddAttribute }) }), _jsx(Button, { className: "gd-button-link gd-button-icon-only gd-icon-trash attribute-item-delete-action s-attribute-item-delete-action", onClick: handleDeleteAttribute }), shouldDisplayAddActions ? (_jsx(AddActionMenu, { rowIndex: rowIndex, alignTo: addAttributeRef.current, onClose: handleCloseAddActionMenu })) : null] }));
|
|
21
21
|
}
|
|
22
|
-
export default AttributeItemActions;
|
|
23
22
|
//# sourceMappingURL=AttributeItemActions.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AttributeItemActions.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,aAAa,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"AttributeItemActions.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/AttributeItemActions.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEzC,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAMpF,MAAM,UAAU,oBAAoB,CAAC,EAAE,QAAQ,EAA2B;IACtE,MAAM,CAAC,uBAAuB,EAAE,oBAAoB,CAAC,GAAG,QAAQ,CAAU,KAAK,CAAC,CAAC;IACjF,MAAM,EAAE,iBAAiB,EAAE,GAAG,2BAA2B,EAAE,CAAC;IAC5D,MAAM,eAAe,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC;IAE1C,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC5B,oBAAoB,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC,CAAC;IAEF,MAAM,qBAAqB,GAAG,GAAG,EAAE;QAC/B,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IAChC,CAAC,CAAC;IAEF,MAAM,wBAAwB,GAAG,GAAG,EAAE;QAClC,oBAAoB,CAAC,KAAK,CAAC,CAAC;IAChC,CAAC,CAAC;IAEF,OAAO,CACH,eAAK,SAAS,EAAC,iDAAiD,aAC5D,cAAK,GAAG,EAAE,eAAe,YACrB,KAAC,MAAM,IACH,SAAS,EAAC,uGAAuG,EACjH,OAAO,EAAE,kBAAkB,GAC7B,GACA,EACN,KAAC,MAAM,IACH,SAAS,EAAC,8GAA8G,EACxH,OAAO,EAAE,qBAAqB,GAChC,EACD,uBAAuB,CAAC,CAAC,CAAC,CACvB,KAAC,aAAa,IACV,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,eAAe,CAAC,OAAO,EAChC,OAAO,EAAE,wBAAwB,GACnC,CACL,CAAC,CAAC,CAAC,IAAI,IACN,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare function DeleteAttributeHierarchyConfirmation(): import("react/jsx-runtime").JSX.Element;
|
|
2
|
-
export default DeleteAttributeHierarchyConfirmation;
|
|
1
|
+
export declare function DeleteAttributeHierarchyConfirmation(): import("react/jsx-runtime").JSX.Element;
|
|
3
2
|
//# sourceMappingURL=DeleteAttributeHieraryConfirmation.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteAttributeHieraryConfirmation.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.tsx"],"names":[],"mappings":"AASA,
|
|
1
|
+
{"version":3,"file":"DeleteAttributeHieraryConfirmation.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.tsx"],"names":[],"mappings":"AASA,wBAAgB,oCAAoC,4CAgCnD"}
|
|
@@ -4,7 +4,7 @@ import { FormattedMessage, useIntl } from "react-intl";
|
|
|
4
4
|
import { messages } from "@gooddata/sdk-ui";
|
|
5
5
|
import { ConfirmDialog, LoadingMask } from "@gooddata/sdk-ui-kit";
|
|
6
6
|
import { useAttributeHierarchyDialog } from "./AttributeHierarchyDialogProvider.js";
|
|
7
|
-
function DeleteAttributeHierarchyConfirmation() {
|
|
7
|
+
export function DeleteAttributeHierarchyConfirmation() {
|
|
8
8
|
const { formatMessage } = useIntl();
|
|
9
9
|
const { isLoading, setLoading, setDisplayDeleteConfirmation, onDeleteAttributeHierarchy } = useAttributeHierarchyDialog();
|
|
10
10
|
const handleClose = () => {
|
|
@@ -16,5 +16,4 @@ function DeleteAttributeHierarchyConfirmation() {
|
|
|
16
16
|
const headlineText = formatMessage(messages["hierarchyDeleteConfirmTitle"]);
|
|
17
17
|
return (_jsxs(ConfirmDialog, { className: "attribute-hierarchy-delete-confirmation s-attribute-hierarchy-delete-confirmation", cancelButtonText: cancelText, submitButtonText: deleteText, isCancelDisabled: isLoading, isSubmitDisabled: isLoading, headline: headlineText, displayCloseButton: true, onCancel: handleClose, onSubmit: onDeleteAttributeHierarchy, children: [_jsx(FormattedMessage, { id: messages["hierarchyDeleteConfirmMessage"].id, tagName: "div" }), isLoading ? (_jsx(LoadingMask, { className: "attribute-hierarchy-content-loading-mask s-attribute-hierarchy-content-loading-mask" })) : null] }));
|
|
18
18
|
}
|
|
19
|
-
export default DeleteAttributeHierarchyConfirmation;
|
|
20
19
|
//# sourceMappingURL=DeleteAttributeHieraryConfirmation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeleteAttributeHieraryConfirmation.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,
|
|
1
|
+
{"version":3,"file":"DeleteAttributeHieraryConfirmation.js","sourceRoot":"","sources":["../../../../../src/internal/components/attributeHierarchies/attributeHierarchyDialog/DeleteAttributeHieraryConfirmation.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAEvD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,EAAE,2BAA2B,EAAE,MAAM,uCAAuC,CAAC;AAEpF,MAAM,UAAU,oCAAoC;IAChD,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,EAAE,CAAC;IACpC,MAAM,EAAE,SAAS,EAAE,UAAU,EAAE,4BAA4B,EAAE,0BAA0B,EAAE,GACrF,2BAA2B,EAAE,CAAC;IAElC,MAAM,WAAW,GAAG,GAAG,EAAE;QACrB,UAAU,CAAC,KAAK,CAAC,CAAC;QAClB,4BAA4B,CAAC,KAAK,CAAC,CAAC;IACxC,CAAC,CAAC;IAEF,MAAM,UAAU,GAAG,aAAa,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAAC,CAAC;IACpE,MAAM,UAAU,GAAG,aAAa,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAAC,CAAC;IACpE,MAAM,YAAY,GAAG,aAAa,CAAC,QAAQ,CAAC,6BAA6B,CAAC,CAAC,CAAC;IAE5E,OAAO,CACH,MAAC,aAAa,IACV,SAAS,EAAC,mFAAmF,EAC7F,gBAAgB,EAAE,UAAU,EAC5B,gBAAgB,EAAE,UAAU,EAC5B,gBAAgB,EAAE,SAAS,EAC3B,gBAAgB,EAAE,SAAS,EAC3B,QAAQ,EAAE,YAAY,EACtB,kBAAkB,QAClB,QAAQ,EAAE,WAAW,EACrB,QAAQ,EAAE,0BAA0B,aAEpC,KAAC,gBAAgB,IAAC,EAAE,EAAE,QAAQ,CAAC,+BAA+B,CAAC,CAAC,EAAE,EAAE,OAAO,EAAC,KAAK,GAAG,EACnF,SAAS,CAAC,CAAC,CAAC,CACT,KAAC,WAAW,IAAC,SAAS,EAAC,qFAAqF,GAAG,CAClH,CAAC,CAAC,CAAC,IAAI,IACI,CACnB,CAAC;AACN,CAAC"}
|
|
@@ -10,5 +10,5 @@ export interface ICellsControlProps {
|
|
|
10
10
|
*
|
|
11
11
|
* @internal
|
|
12
12
|
*/
|
|
13
|
-
export
|
|
13
|
+
export declare function CellsControl({ pushData, properties, isDisabled }: ICellsControlProps): import("react/jsx-runtime").JSX.Element;
|
|
14
14
|
//# sourceMappingURL=CellsControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CellsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CellsControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAE7E,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"CellsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CellsControl.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAE7E,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;CACvB;AAED;;;;;GAKG;AACH,wBAAgB,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAE,EAAE,kBAAkB,2CAMpF"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2025 GoodData Corporation
|
|
3
|
-
import ConfigSubsection from "./ConfigSubsection.js";
|
|
3
|
+
import { ConfigSubsection } from "./ConfigSubsection.js";
|
|
4
4
|
import { CellTextWrappingControl } from "./PivotTableTextWrappingControl.js";
|
|
5
5
|
import { messages } from "../../../locales.js";
|
|
6
6
|
/**
|
|
@@ -9,7 +9,7 @@ import { messages } from "../../../locales.js";
|
|
|
9
9
|
*
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
|
-
export
|
|
12
|
+
export function CellsControl({ pushData, properties, isDisabled }) {
|
|
13
13
|
return (_jsx(ConfigSubsection, { title: messages["cellsTitle"].id, children: _jsx(CellTextWrappingControl, { properties: properties, pushData: pushData, disabled: isDisabled }) }));
|
|
14
14
|
}
|
|
15
15
|
//# sourceMappingURL=CellsControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CellsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CellsControl.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,gBAAgB,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"CellsControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CellsControl.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAS/C;;;;;GAKG;AACH,MAAM,UAAU,YAAY,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,UAAU,EAAsB;IACjF,OAAO,CACH,KAAC,gBAAgB,IAAC,KAAK,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAC,EAAE,YAC9C,KAAC,uBAAuB,IAAC,UAAU,EAAE,UAAU,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,UAAU,GAAI,GAC9E,CACtB,CAAC;AACN,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface ICheckboxControlProps {
|
|
4
3
|
valuePath: string;
|
|
@@ -11,8 +10,5 @@ export interface ICheckboxControlProps {
|
|
|
11
10
|
pushData(data: any): void;
|
|
12
11
|
isValueInverted?: boolean;
|
|
13
12
|
}
|
|
14
|
-
declare
|
|
15
|
-
WrappedComponent: import("react").ComponentType<ICheckboxControlProps & WrappedComponentProps>;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
13
|
+
export declare function CheckboxControl({ checked, disabled, showDisabledMessage, labelText, valuePath, disabledMessageId, properties, pushData, isValueInverted, }: ICheckboxControlProps): import("react/jsx-runtime").JSX.Element;
|
|
18
14
|
//# sourceMappingURL=CheckboxControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CheckboxControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CheckboxControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CheckboxControl.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAI7E,MAAM,WAAW,qBAAqB;IAClC,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,wBAAwB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;IAC1B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,wBAAgB,eAAe,CAAC,EAC5B,OAAe,EACf,QAAgB,EAChB,mBAA2B,EAC3B,SAAS,EACT,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,QAAQ,EACR,eAAuB,GAC1B,EAAE,qBAAqB,2CA+BvB"}
|
|
@@ -2,10 +2,11 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
3
|
import { useCallback } from "react";
|
|
4
4
|
import { cloneDeep, set } from "lodash-es";
|
|
5
|
-
import {
|
|
5
|
+
import { useIntl } from "react-intl";
|
|
6
6
|
import { getTranslation } from "../../utils/translations.js";
|
|
7
|
-
import DisabledBubbleMessage from "../DisabledBubbleMessage.js";
|
|
8
|
-
function CheckboxControl({ checked = false, disabled = false, showDisabledMessage = false, labelText,
|
|
7
|
+
import { DisabledBubbleMessage } from "../DisabledBubbleMessage.js";
|
|
8
|
+
export function CheckboxControl({ checked = false, disabled = false, showDisabledMessage = false, labelText, valuePath, disabledMessageId, properties, pushData, isValueInverted = false, }) {
|
|
9
|
+
const intl = useIntl();
|
|
9
10
|
const onValueChanged = useCallback((event) => {
|
|
10
11
|
const clonedProperties = cloneDeep(properties);
|
|
11
12
|
set(clonedProperties, `controls.${valuePath}`, isValueInverted ? !event.target.checked : event.target.checked);
|
|
@@ -13,5 +14,4 @@ function CheckboxControl({ checked = false, disabled = false, showDisabledMessag
|
|
|
13
14
|
}, [properties, valuePath, isValueInverted, pushData]);
|
|
14
15
|
return (_jsx(DisabledBubbleMessage, { showDisabledMessage: showDisabledMessage, messageId: disabledMessageId, children: _jsxs("label", { className: "input-checkbox-label", children: [_jsx("input", { "aria-label": valuePath, checked: checked, disabled: disabled, type: "checkbox", className: "input-checkbox", onChange: onValueChanged }), _jsx("span", { className: "input-label-text", children: getTranslation(labelText, intl) })] }) }));
|
|
15
16
|
}
|
|
16
|
-
export default injectIntl(CheckboxControl);
|
|
17
17
|
//# sourceMappingURL=CheckboxControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CheckboxControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CheckboxControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAe,WAAW,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"CheckboxControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/CheckboxControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAe,WAAW,EAAE,MAAM,OAAO,CAAC;AAEjD,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAcpE,MAAM,UAAU,eAAe,CAAC,EAC5B,OAAO,GAAG,KAAK,EACf,QAAQ,GAAG,KAAK,EAChB,mBAAmB,GAAG,KAAK,EAC3B,SAAS,EACT,SAAS,EACT,iBAAiB,EACjB,UAAU,EACV,QAAQ,EACR,eAAe,GAAG,KAAK,GACH;IACpB,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,cAAc,GAAG,WAAW,CAC9B,CAAC,KAAoC,EAAE,EAAE;QACrC,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/C,GAAG,CACC,gBAAgB,EAChB,YAAY,SAAS,EAAE,EACvB,eAAe,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CACjE,CAAC;QAEF,QAAQ,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC,CAAC;IAC/C,CAAC,EACD,CAAC,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,QAAQ,CAAC,CACrD,CAAC;IAEF,OAAO,CACH,KAAC,qBAAqB,IAAC,mBAAmB,EAAE,mBAAmB,EAAE,SAAS,EAAE,iBAAiB,YACzF,iBAAO,SAAS,EAAC,sBAAsB,aACnC,8BACgB,SAAS,EACrB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAC,UAAU,EACf,SAAS,EAAC,gBAAgB,EAC1B,QAAQ,EAAE,cAAc,GAC1B,EACF,eAAM,SAAS,EAAC,kBAAkB,YAAE,cAAc,CAAC,SAAS,EAAE,IAAI,CAAC,GAAQ,IACvE,GACY,CAC3B,CAAC;AACN,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IInsightDefinition } from "@gooddata/sdk-model";
|
|
3
2
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
4
3
|
export interface IColumnHeadersPositionControlProps {
|
|
@@ -11,8 +10,5 @@ export interface IColumnHeadersPositionControlProps {
|
|
|
11
10
|
isLoading?: boolean;
|
|
12
11
|
enableNewPivotTable?: boolean;
|
|
13
12
|
}
|
|
14
|
-
declare
|
|
15
|
-
WrappedComponent: import("react").ComponentType<IColumnHeadersPositionControlProps & WrappedComponentProps>;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
13
|
+
export declare function ColumnHeadersPositionControl({ pushData, properties, isDisabled, defaultValue, insight, isLoading, enableNewPivotTable, }: IColumnHeadersPositionControlProps): import("react/jsx-runtime").JSX.Element;
|
|
18
14
|
//# sourceMappingURL=ColumnHeadersPositionControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnHeadersPositionControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ColumnHeadersPositionControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ColumnHeadersPositionControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ColumnHeadersPositionControl.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAOzD,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAI7E,MAAM,WAAW,kCAAkC;IAC/C,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,kBAAkB,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,4BAA4B,CAAC,EACzC,QAAQ,EACR,UAAU,EACV,UAAU,EACV,YAAoB,EACpB,OAAO,EACP,SAAS,EACT,mBAA0B,GAC7B,EAAE,kCAAkC,2CA2BpC"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2019-2025 GoodData Corporation
|
|
3
|
-
import {
|
|
4
|
-
import ConfigSubsection from "./ConfigSubsection.js";
|
|
5
|
-
import DropdownControl from "./DropdownControl.js";
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
|
+
import { ConfigSubsection } from "./ConfigSubsection.js";
|
|
5
|
+
import { DropdownControl } from "./DropdownControl.js";
|
|
6
6
|
import { ColumnHeaderTextWrappingControl } from "./PivotTableTextWrappingControl.js";
|
|
7
7
|
import { messages } from "../../../locales.js";
|
|
8
8
|
import { columnHeadersPositionDropdownItems } from "../../constants/dropdowns.js";
|
|
9
9
|
import { isSetColumnHeadersPositionToLeftAllowed } from "../../utils/controlsHelper.js";
|
|
10
10
|
import { getTranslatedDropdownItems } from "../../utils/translations.js";
|
|
11
|
-
function ColumnHeadersPositionControl({ pushData, properties,
|
|
11
|
+
export function ColumnHeadersPositionControl({ pushData, properties, isDisabled, defaultValue = "top", insight, isLoading, enableNewPivotTable = true, }) {
|
|
12
|
+
const intl = useIntl();
|
|
12
13
|
const columnHeadersPosition = isSetColumnHeadersPositionToLeftAllowed(insight)
|
|
13
14
|
? (properties?.controls?.["columnHeadersPosition"] ?? defaultValue)
|
|
14
15
|
: defaultValue;
|
|
15
16
|
return (_jsxs(ConfigSubsection, { title: messages["columnHeaderPositionTitle"].id, children: [_jsx(DropdownControl, { value: columnHeadersPosition, valuePath: "columnHeadersPosition", labelText: messages["columnHeaderPositionLabel"].id, disabled: isDisabled, properties: properties, pushData: pushData, items: getTranslatedDropdownItems(columnHeadersPositionDropdownItems, intl), showDisabledMessage: isDisabled }), enableNewPivotTable ? (_jsx(ColumnHeaderTextWrappingControl, { properties: properties, pushData: pushData, disabled: isLoading })) : null] }));
|
|
16
17
|
}
|
|
17
|
-
export default injectIntl(ColumnHeadersPositionControl);
|
|
18
18
|
//# sourceMappingURL=ColumnHeadersPositionControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ColumnHeadersPositionControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ColumnHeadersPositionControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,
|
|
1
|
+
{"version":3,"file":"ColumnHeadersPositionControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ColumnHeadersPositionControl.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAIrC,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,EAAE,+BAA+B,EAAE,MAAM,oCAAoC,CAAC;AACrF,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAC/C,OAAO,EAAE,kCAAkC,EAAE,MAAM,8BAA8B,CAAC;AAElF,OAAO,EAAE,uCAAuC,EAAE,MAAM,+BAA+B,CAAC;AACxF,OAAO,EAAE,0BAA0B,EAAE,MAAM,6BAA6B,CAAC;AAazE,MAAM,UAAU,4BAA4B,CAAC,EACzC,QAAQ,EACR,UAAU,EACV,UAAU,EACV,YAAY,GAAG,KAAK,EACpB,OAAO,EACP,SAAS,EACT,mBAAmB,GAAG,IAAI,GACO;IACjC,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,qBAAqB,GAAG,uCAAuC,CAAC,OAAO,CAAC;QAC1E,CAAC,CAAC,CAAC,UAAU,EAAE,QAAQ,EAAE,CAAC,uBAAuB,CAAC,IAAI,YAAY,CAAC;QACnE,CAAC,CAAC,YAAY,CAAC;IAEnB,OAAO,CACH,MAAC,gBAAgB,IAAC,KAAK,EAAE,QAAQ,CAAC,2BAA2B,CAAC,CAAC,EAAE,aAC7D,KAAC,eAAe,IACZ,KAAK,EAAE,qBAAqB,EAC5B,SAAS,EAAC,uBAAuB,EACjC,SAAS,EAAE,QAAQ,CAAC,2BAA2B,CAAC,CAAC,EAAE,EACnD,QAAQ,EAAE,UAAU,EACpB,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,0BAA0B,CAAC,kCAAkC,EAAE,IAAI,CAAC,EAC3E,mBAAmB,EAAE,UAAU,GACjC,EACD,mBAAmB,CAAC,CAAC,CAAC,CACnB,KAAC,+BAA+B,IAC5B,UAAU,EAAE,UAAU,EACtB,QAAQ,EAAE,QAAQ,EAClB,QAAQ,EAAE,SAAS,GACrB,CACL,CAAC,CAAC,CAAC,IAAI,IACO,CACtB,CAAC;AACN,CAAC"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
|
|
3
|
-
export interface IConfigSectionOwnProps {
|
|
2
|
+
export interface IConfigSectionProps {
|
|
4
3
|
id: string;
|
|
5
4
|
valuePath?: string;
|
|
6
5
|
canBeToggled?: boolean;
|
|
@@ -16,10 +15,5 @@ export interface IConfigSectionOwnProps {
|
|
|
16
15
|
children?: ReactNode;
|
|
17
16
|
toggleMessageId?: string;
|
|
18
17
|
}
|
|
19
|
-
export
|
|
20
|
-
export declare function ConfigSection({ id, valuePath, canBeToggled, toggleDisabled, toggledOn, propertiesMeta, properties, title, subtitle, showDisabledMessage, className, pushData, children, toggleMessageId, intl, }: IConfigSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
21
|
-
declare const _default: import("react").FC<import("react-intl").WithIntlProps<IConfigSectionProps>> & {
|
|
22
|
-
WrappedComponent: import("react").ComponentType<IConfigSectionProps>;
|
|
23
|
-
};
|
|
24
|
-
export default _default;
|
|
18
|
+
export declare function ConfigSection({ id, valuePath, canBeToggled, toggleDisabled, toggledOn, propertiesMeta, properties, title, subtitle, showDisabledMessage, className, pushData, children, toggleMessageId, }: IConfigSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
25
19
|
//# sourceMappingURL=ConfigSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigSection.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSection.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,SAAS,EAA6C,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfigSection.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSection.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,SAAS,EAA6C,MAAM,OAAO,CAAC;AAS1F,MAAM,WAAW,mBAAmB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,GAAG,CAAC;IACpB,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED,wBAAgB,aAAa,CAAC,EAC1B,EAAE,EACF,SAAS,EACT,YAAoB,EACpB,cAAsB,EACtB,SAAgB,EAChB,cAAc,EACd,UAAe,EACf,KAAK,EACL,QAAQ,EACR,mBAA2B,EAC3B,SAAc,EACd,QAAmB,EACnB,QAAQ,EACR,eAAe,GAClB,EAAE,mBAAmB,2CAuGrB"}
|
|
@@ -3,10 +3,11 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
3
3
|
import { useCallback, useEffect, useMemo, useState } from "react";
|
|
4
4
|
import cx from "classnames";
|
|
5
5
|
import { cloneDeep, set } from "lodash-es";
|
|
6
|
-
import {
|
|
6
|
+
import { useIntl } from "react-intl";
|
|
7
7
|
import { getTranslation } from "../../utils/translations.js";
|
|
8
|
-
import DisabledBubbleMessage from "../DisabledBubbleMessage.js";
|
|
9
|
-
export function ConfigSection({ id, valuePath, canBeToggled = false, toggleDisabled = false, toggledOn = true, propertiesMeta, properties = {}, title, subtitle, showDisabledMessage = false, className = "", pushData = () => { }, children, toggleMessageId,
|
|
8
|
+
import { DisabledBubbleMessage } from "../DisabledBubbleMessage.js";
|
|
9
|
+
export function ConfigSection({ id, valuePath, canBeToggled = false, toggleDisabled = false, toggledOn = true, propertiesMeta, properties = {}, title, subtitle, showDisabledMessage = false, className = "", pushData = () => { }, children, toggleMessageId, }) {
|
|
10
|
+
const intl = useIntl();
|
|
10
11
|
const [collapsed, setCollapsed] = useState(() => propertiesMeta?.[id]?.collapsed ?? true);
|
|
11
12
|
useEffect(() => {
|
|
12
13
|
// TODO: should the indexer be "nextProps.id"? Leaving as-is for now to be safe.
|
|
@@ -53,5 +54,4 @@ export function ConfigSection({ id, valuePath, canBeToggled = false, toggleDisab
|
|
|
53
54
|
const configSectionClassName = useMemo(() => `adi-bucket-configuration ${className}`, [className]);
|
|
54
55
|
return (_jsxs("div", { className: sectionClassNames, "aria-label": "Configuration section", children: [_jsx("div", { className: headerClassNames, onClick: toggleCollapsed, children: getTranslation(title, intl) + (subtitle ? ` (${getTranslation(subtitle, intl)})` : "") }), renderToggleSwitch(), _jsx("div", { className: configSectionClassName, children: !collapsed && children })] }));
|
|
55
56
|
}
|
|
56
|
-
export default injectIntl(ConfigSection);
|
|
57
57
|
//# sourceMappingURL=ConfigSection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigSection.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSection.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAA0B,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1F,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"ConfigSection.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSection.tsx"],"names":[],"mappings":";AAAA,qCAAqC;AAErC,OAAO,EAA0B,WAAW,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1F,OAAO,EAAE,MAAM,YAAY,CAAC;AAC5B,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAmBpE,MAAM,UAAU,aAAa,CAAC,EAC1B,EAAE,EACF,SAAS,EACT,YAAY,GAAG,KAAK,EACpB,cAAc,GAAG,KAAK,EACtB,SAAS,GAAG,IAAI,EAChB,cAAc,EACd,UAAU,GAAG,EAAE,EACf,KAAK,EACL,QAAQ,EACR,mBAAmB,GAAG,KAAK,EAC3B,SAAS,GAAG,EAAE,EACd,QAAQ,GAAG,GAAG,EAAE,GAAE,CAAC,EACnB,QAAQ,EACR,eAAe,GACG;IAClB,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,CAAC,SAAS,EAAE,YAAY,CAAC,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,cAAc,EAAE,CAAC,EAAE,CAAC,EAAE,SAAS,IAAI,IAAI,CAAC,CAAC;IAE1F,SAAS,CAAC,GAAG,EAAE;QACX,gFAAgF;QAChF,MAAM,YAAY,GAAG,cAAc,EAAE,CAAC,EAAE,CAAC,EAAE,SAAS,IAAI,IAAI,CAAC;QAC7D,YAAY,CAAC,YAAY,CAAC,CAAC;IAC/B,CAAC,EAAE,CAAC,cAAc,EAAE,EAAE,CAAC,CAAC,CAAC;IAEzB,MAAM,eAAe,GAAG,WAAW,CAAC,GAAG,EAAE;QACrC,MAAM,oBAAoB,GAA2C,EAAE,CAAC;QAExE,oBAAoB,CAAC,EAAE,CAAC,GAAG;YACvB,SAAS,EAAE,CAAC,SAAS;SACxB,CAAC;QAEF,YAAY,CAAC,CAAC,SAAS,CAAC,CAAC;QACzB,QAAQ,CAAC,EAAE,cAAc,EAAE,oBAAoB,EAAE,CAAC,CAAC;IACvD,CAAC,EAAE,CAAC,EAAE,EAAE,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC;IAE9B,MAAM,WAAW,GAAG,WAAW,CAC3B,CAAC,KAAoC,EAAE,EAAE;QACrC,IAAI,SAAS,IAAI,UAAU,IAAI,QAAQ,EAAE,CAAC;YACtC,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC;YAC/C,GAAG,CAAC,gBAAgB,EAAE,YAAY,SAAS,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YAErE,QAAQ,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC,CAAC;QAC/C,CAAC;IACL,CAAC,EACD,CAAC,SAAS,EAAE,UAAU,EAAE,QAAQ,CAAC,CACpC,CAAC;IAEF,MAAM,wBAAwB,GAAG,OAAO,CACpC,GAAG,EAAE,CAAC,EAAE,CAAC,uBAAuB,EAAE,yBAAyB,CAAC,EAC5D,EAAE,CACL,CAAC;IAEF,MAAM,kBAAkB,GAAG,WAAW,CAAC,GAAG,EAAE;QACxC,IAAI,YAAY,EAAE,CAAC;YACf,OAAO,CACH,KAAC,qBAAqB,IAClB,SAAS,EAAC,wBAAwB,EAClC,mBAAmB,EAAE,mBAAmB,EACxC,SAAS,EAAE,eAAe,YAE1B,iBAAO,SAAS,EAAE,wBAAwB,aACtC,8BACgB,EAAE,EACd,IAAI,EAAC,UAAU,EACf,OAAO,EAAE,SAAS,EAClB,QAAQ,EAAE,cAAc,EACxB,QAAQ,EAAE,WAAW,EACrB,SAAS,EAAE,qBAAqB,cAAc,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,WAAW,EAAE,GAC/E,EACF,eAAM,SAAS,EAAC,kBAAkB,GAAG,IACjC,GACY,CAC3B,CAAC;QACN,CAAC;QAED,OAAO,IAAI,CAAC;IAChB,CAAC,EAAE;QACC,YAAY;QACZ,mBAAmB;QACnB,eAAe;QACf,wBAAwB;QACxB,EAAE;QACF,SAAS;QACT,cAAc;QACd,WAAW;KACd,CAAC,CAAC;IAEH,MAAM,gBAAgB,GAAG,OAAO,CAC5B,GAAG,EAAE,CACD,EAAE,CACE,wBAAwB,EACxB,kCAAkC,EAClC,mCAAmC,EACnC;QACI,QAAQ,EAAE,CAAC,SAAS;QACpB,mCAAmC,EAAE,YAAY;QACjD,SAAS;KACZ,CACJ,EACL,CAAC,SAAS,EAAE,YAAY,CAAC,CAC5B,CAAC;IAEF,MAAM,iBAAiB,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,iBAAiB,EAAE,oBAAoB,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IAE/F,MAAM,sBAAsB,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC,4BAA4B,SAAS,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC;IAEnG,OAAO,CACH,eAAK,SAAS,EAAE,iBAAiB,gBAAa,uBAAuB,aACjE,cAAK,SAAS,EAAE,gBAAgB,EAAE,OAAO,EAAE,eAAe,YACrD,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC,CAAC,KAAK,cAAc,CAAC,QAAQ,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GACrF,EAEL,kBAAkB,EAAE,EAErB,cAAK,SAAS,EAAE,sBAAsB,YAAG,CAAC,SAAS,IAAI,QAAQ,GAAO,IACpE,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ReactNode } from "react";
|
|
2
|
-
import { WrappedComponentProps } from "react-intl";
|
|
3
2
|
import { AxisType } from "../../interfaces/AxisType.js";
|
|
4
3
|
export interface IConfigSubsectionOwnProps {
|
|
5
4
|
valuePath?: string;
|
|
@@ -16,9 +15,6 @@ export interface IConfigSubsectionOwnProps {
|
|
|
16
15
|
export interface IConfigSubsectionState {
|
|
17
16
|
disabled: boolean;
|
|
18
17
|
}
|
|
19
|
-
export type IConfigSubsectionProps = IConfigSubsectionOwnProps
|
|
20
|
-
declare
|
|
21
|
-
WrappedComponent: import("react").ComponentType<IConfigSubsectionProps>;
|
|
22
|
-
};
|
|
23
|
-
export default _default;
|
|
18
|
+
export type IConfigSubsectionProps = IConfigSubsectionOwnProps;
|
|
19
|
+
export declare function ConfigSubsection({ title, canBeToggled, toggleDisabled, toggledOn, pushData, showDisabledMessage, valuePath, properties, axisType, children, }: IConfigSubsectionProps): import("react/jsx-runtime").JSX.Element;
|
|
24
20
|
//# sourceMappingURL=ConfigSubsection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigSubsection.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSubsection.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"ConfigSubsection.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSubsection.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAe,SAAS,EAAE,MAAM,OAAO,CAAC;AAK/C,OAAO,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAIxD,MAAM,WAAW,yBAAyB;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,QAAQ,CAAC,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,sBAAsB;IACnC,QAAQ,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,MAAM,sBAAsB,GAAG,yBAAyB,CAAC;AAE/D,wBAAgB,gBAAgB,CAAC,EAC7B,KAAK,EACL,YAAoB,EACpB,cAAsB,EACtB,SAAgB,EAChB,QAAmB,EACnB,mBAA2B,EAC3B,SAAS,EACT,UAAU,EACV,QAAQ,EACR,QAAQ,GACX,EAAE,sBAAsB,2CAqDxB"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { cloneDeep, set } from "lodash-es";
|
|
3
|
-
import {
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
4
|
import { getTranslation } from "../../utils/translations.js";
|
|
5
|
-
import DisabledBubbleMessage from "../DisabledBubbleMessage.js";
|
|
6
|
-
function ConfigSubsection({ title,
|
|
5
|
+
import { DisabledBubbleMessage } from "../DisabledBubbleMessage.js";
|
|
6
|
+
export function ConfigSubsection({ title, canBeToggled = false, toggleDisabled = false, toggledOn = true, pushData = () => { }, showDisabledMessage = false, valuePath, properties, axisType, children, }) {
|
|
7
|
+
const intl = useIntl();
|
|
7
8
|
const toggleValue = (event) => {
|
|
8
9
|
if (valuePath && properties && pushData) {
|
|
9
10
|
const clonedProperties = cloneDeep(properties);
|
|
@@ -23,5 +24,4 @@ function ConfigSubsection({ title, intl, canBeToggled = false, toggleDisabled =
|
|
|
23
24
|
const className = `configuration-subsection ${getTestClassName()}`;
|
|
24
25
|
return (_jsx("div", { className: className, "aria-label": "Configuration subsection", children: _jsxs("fieldset", { children: [_jsxs("legend", { children: [_jsx("span", { className: "legend-title", children: getTranslation(title, intl) }), renderToggleSwitch()] }), _jsx("div", { children: children })] }) }));
|
|
25
26
|
}
|
|
26
|
-
export default injectIntl(ConfigSubsection);
|
|
27
27
|
//# sourceMappingURL=ConfigSubsection.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfigSubsection.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSubsection.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"ConfigSubsection.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ConfigSubsection.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAGrC,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAqBpE,MAAM,UAAU,gBAAgB,CAAC,EAC7B,KAAK,EACL,YAAY,GAAG,KAAK,EACpB,cAAc,GAAG,KAAK,EACtB,SAAS,GAAG,IAAI,EAChB,QAAQ,GAAG,GAAG,EAAE,GAAE,CAAC,EACnB,mBAAmB,GAAG,KAAK,EAC3B,SAAS,EACT,UAAU,EACV,QAAQ,EACR,QAAQ,GACa;IACrB,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IACvB,MAAM,WAAW,GAAG,CAAC,KAAoC,EAAE,EAAE;QACzD,IAAI,SAAS,IAAI,UAAU,IAAI,QAAQ,EAAE,CAAC;YACtC,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC;YAC/C,GAAG,CAAC,gBAAgB,EAAE,YAAY,SAAS,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;YAErE,QAAQ,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC,CAAC;QAC/C,CAAC;IACL,CAAC,CAAC;IAEF,MAAM,kBAAkB,GAAG,GAAG,EAAE;QAC5B,IAAI,YAAY,EAAE,CAAC;YACf,OAAO,CACH,KAAC,qBAAqB,IAClB,SAAS,EAAC,uBAAuB,EACjC,mBAAmB,EAAE,mBAAmB,YAExC,iBAAO,SAAS,EAAC,yBAAyB,aACtC,8BACgB,GAAG,QAAQ,IAAI,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,EAAE,EACxD,IAAI,EAAC,UAAU,EACf,OAAO,EAAE,SAAS,EAClB,QAAQ,EAAE,cAAc,EACxB,QAAQ,EAAE,WAAW,EACrB,SAAS,EAAC,mBAAmB,GAC/B,EACF,eAAM,SAAS,EAAC,kBAAkB,GAAG,IACjC,GACY,CAC3B,CAAC;QACN,CAAC;QAED,OAAO,IAAI,CAAC;IAChB,CAAC,CAAC;IAEF,MAAM,gBAAgB,GAAG,GAAW,EAAE;QAClC,OAAO,8BAA8B,KAAK,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,EAAE,CAAC;IACrE,CAAC,CAAC;IAEF,MAAM,SAAS,GAAG,4BAA4B,gBAAgB,EAAE,EAAE,CAAC;IAEnE,OAAO,CACH,cAAK,SAAS,EAAE,SAAS,gBAAa,0BAA0B,YAC5D,+BACI,6BACI,eAAM,SAAS,EAAC,cAAc,YAAE,cAAc,CAAC,KAAK,EAAE,IAAI,CAAC,GAAQ,EAClE,kBAAkB,EAAE,IAChB,EACT,wBAAM,QAAQ,GAAO,IACd,GACT,CACT,CAAC;AACN,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IContinuousLineControlProps {
|
|
4
3
|
properties: IVisualizationProperties;
|
|
@@ -7,8 +6,5 @@ export interface IContinuousLineControlProps {
|
|
|
7
6
|
disabled?: boolean;
|
|
8
7
|
pushData(data: any): void;
|
|
9
8
|
}
|
|
10
|
-
declare
|
|
11
|
-
WrappedComponent: import("react").ComponentType<IContinuousLineControlProps & WrappedComponentProps>;
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
9
|
+
export declare function ContinuousLineControl({ properties, valuePath, checked, disabled, pushData, }: IContinuousLineControlProps): import("react/jsx-runtime").JSX.Element;
|
|
14
10
|
//# sourceMappingURL=ContinuousLineControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContinuousLineControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ContinuousLineControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ContinuousLineControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ContinuousLineControl.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAG7E,MAAM,WAAW,2BAA2B;IACxC,UAAU,EAAE,wBAAwB,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,IAAI,EAAE,GAAG,GAAG,IAAI,CAAC;CAC7B;AAED,wBAAgB,qBAAqB,CAAC,EAClC,UAAU,EACV,SAAoC,EACpC,OAAe,EACf,QAAgB,EAChB,QAAQ,GACX,EAAE,2BAA2B,2CAoC7B"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { cloneDeep, set } from "lodash-es";
|
|
3
|
-
import {
|
|
3
|
+
import { useIntl } from "react-intl";
|
|
4
4
|
import { Bubble, BubbleHoverTrigger } from "@gooddata/sdk-ui-kit";
|
|
5
5
|
import { messages } from "../../../locales.js";
|
|
6
6
|
import { getTranslation } from "../../utils/translations.js";
|
|
7
|
-
function ContinuousLineControl({ properties, valuePath = "continuousLine.enabled", checked = false, disabled = false, pushData,
|
|
7
|
+
export function ContinuousLineControl({ properties, valuePath = "continuousLine.enabled", checked = false, disabled = false, pushData, }) {
|
|
8
|
+
const intl = useIntl();
|
|
8
9
|
const onValueChanged = (event) => {
|
|
9
10
|
const clonedProperties = cloneDeep(properties);
|
|
10
11
|
set(clonedProperties, `controls.${valuePath}`, event.target.checked);
|
|
@@ -12,5 +13,4 @@ function ContinuousLineControl({ properties, valuePath = "continuousLine.enabled
|
|
|
12
13
|
};
|
|
13
14
|
return (_jsxs(BubbleHoverTrigger, { showDelay: 0, hideDelay: 0, children: [_jsxs("label", { className: "input-checkbox-label", children: [_jsx("input", { "aria-label": valuePath, checked: checked, disabled: disabled, type: "checkbox", className: "input-checkbox s-continuous-line", onChange: onValueChanged }), _jsx("span", { className: "input-label-text", children: getTranslation(messages["canvasContinuousLineLabel"].id, intl) })] }), !disabled && (_jsx(Bubble, { className: "bubble-primary continuous-line-tooltip", alignPoints: [{ align: "cr cl" }], arrowOffsets: { "cr cl": [-75, 0] }, children: getTranslation(messages["canvasContinuousLineTooltip"].id, intl) }))] }));
|
|
14
15
|
}
|
|
15
|
-
export default injectIntl(ContinuousLineControl);
|
|
16
16
|
//# sourceMappingURL=ContinuousLineControl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContinuousLineControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ContinuousLineControl.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,
|
|
1
|
+
{"version":3,"file":"ContinuousLineControl.js","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/ContinuousLineControl.tsx"],"names":[],"mappings":";AAIA,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAC3C,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAErC,OAAO,EAAE,MAAM,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAElE,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAE/C,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAU7D,MAAM,UAAU,qBAAqB,CAAC,EAClC,UAAU,EACV,SAAS,GAAG,wBAAwB,EACpC,OAAO,GAAG,KAAK,EACf,QAAQ,GAAG,KAAK,EAChB,QAAQ,GACkB;IAC1B,MAAM,IAAI,GAAG,OAAO,EAAE,CAAC;IAEvB,MAAM,cAAc,GAAG,CAAC,KAAoC,EAAE,EAAE;QAC5D,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,CAAC,CAAC;QAC/C,GAAG,CAAC,gBAAgB,EAAE,YAAY,SAAS,EAAE,EAAE,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAErE,QAAQ,CAAC,EAAE,UAAU,EAAE,gBAAgB,EAAE,CAAC,CAAC;IAC/C,CAAC,CAAC;IAEF,OAAO,CACH,MAAC,kBAAkB,IAAC,SAAS,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,aAC1C,iBAAO,SAAS,EAAC,sBAAsB,aACnC,8BACgB,SAAS,EACrB,OAAO,EAAE,OAAO,EAChB,QAAQ,EAAE,QAAQ,EAClB,IAAI,EAAC,UAAU,EACf,SAAS,EAAC,kCAAkC,EAC5C,QAAQ,EAAE,cAAc,GAC1B,EACF,eAAM,SAAS,EAAC,kBAAkB,YAC7B,cAAc,CAAC,QAAQ,CAAC,2BAA2B,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAC5D,IACH,EACP,CAAC,QAAQ,IAAI,CACV,KAAC,MAAM,IACH,SAAS,EAAC,wCAAwC,EAClD,WAAW,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,CAAC,EACjC,YAAY,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,YAElC,cAAc,CAAC,QAAQ,CAAC,6BAA6B,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAC5D,CACZ,IACgB,CACxB,CAAC;AACN,CAAC"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { WrappedComponentProps } from "react-intl";
|
|
2
1
|
import { IVisualizationProperties } from "../../interfaces/Visualization.js";
|
|
3
2
|
export interface IDataLabelsControlProps {
|
|
4
3
|
pushData: (data: any) => any;
|
|
@@ -11,8 +10,5 @@ export interface IDataLabelsControlProps {
|
|
|
11
10
|
enablePercentLabels?: boolean;
|
|
12
11
|
enableStyleSelector?: boolean;
|
|
13
12
|
}
|
|
14
|
-
declare
|
|
15
|
-
WrappedComponent: import("react").ComponentType<IDataLabelsControlProps & WrappedComponentProps>;
|
|
16
|
-
};
|
|
17
|
-
export default _default;
|
|
13
|
+
export declare function DataLabelsControl({ pushData, properties, isDisabled, showDisabledMessage, defaultValue, isTotalsDisabled, enableSeparateTotalLabels, enablePercentLabels, enableStyleSelector, }: IDataLabelsControlProps): import("react/jsx-runtime").JSX.Element;
|
|
18
14
|
//# sourceMappingURL=DataLabelsControl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataLabelsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataLabelsControl.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataLabelsControl.d.ts","sourceRoot":"","sources":["../../../../src/internal/components/configurationControls/DataLabelsControl.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAI7E,MAAM,WAAW,uBAAuB;IACpC,QAAQ,EAAE,CAAC,IAAI,EAAE,GAAG,KAAK,GAAG,CAAC;IAC7B,UAAU,EAAE,wBAAwB,CAAC;IACrC,UAAU,EAAE,OAAO,CAAC;IACpB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,YAAY,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAChC,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,mBAAmB,CAAC,EAAE,OAAO,CAAC;CACjC;AAED,wBAAgB,iBAAiB,CAAC,EAC9B,QAAQ,EACR,UAAU,EACV,UAAU,EACV,mBAA2B,EAC3B,YAAqB,EACrB,gBAAuB,EACvB,yBAAiC,EACjC,mBAAmB,EACnB,mBAAmB,GACtB,EAAE,uBAAuB,2CAoEzB"}
|