@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
package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluggableGeoPushpinChart.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"PluggableGeoPushpinChart.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeoPushpinChartNextDescriptor.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EACH,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACtB,6BAA6B,EAChC,MAAM,gDAAgD,CAAC;AAWxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAK1E;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,mBAAoB,YAAW,wBAAwB;IAC/F,UAAU,IAAI,6BAA6B;IAIlC,WAAW,CACvB,QAAQ,EAAE,kBAAkB,EAC5B,gBAAgB,EAAE,sBAAsB,EACxC,QAAQ,EAAE,SAAS,GACpB,sBAAsB;cAeN,gBAAgB,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM;cAI9C,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM;IAItD,gBAAgB,
|
|
1
|
+
{"version":3,"file":"GeoPushpinChartNextDescriptor.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAKpE,OAAO,EAAE,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EACH,wBAAwB,EACxB,kBAAkB,EAClB,sBAAsB,EACtB,6BAA6B,EAChC,MAAM,gDAAgD,CAAC;AAWxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAK1E;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,mBAAoB,YAAW,wBAAwB;IAC/F,UAAU,IAAI,6BAA6B;IAIlC,WAAW,CACvB,QAAQ,EAAE,kBAAkB,EAC5B,gBAAgB,EAAE,sBAAsB,EACxC,QAAQ,EAAE,SAAS,GACpB,sBAAsB;cAeN,gBAAgB,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM;cAI9C,YAAY,CAAC,SAAS,EAAE,SAAS,GAAG,MAAM;IAItD,gBAAgB,kIA+BpB;IAEI,OAAO,IAAI,kBAAkB;CAQvC"}
|
|
@@ -40,7 +40,6 @@ export class GeoPushpinChartNextDescriptor extends BaseChartDescriptor {
|
|
|
40
40
|
package: "@gooddata/sdk-ui-geo/next",
|
|
41
41
|
},
|
|
42
42
|
insightToProps: getInsightToPropsConverter({
|
|
43
|
-
location: geoInsightConversion("location", BucketNames.LOCATION),
|
|
44
43
|
latitude: geoInsightConversion("latitude", BucketNames.LATITUDE),
|
|
45
44
|
longitude: geoInsightConversion("longitude", BucketNames.LONGITUDE),
|
|
46
45
|
size: singleAttributeOrMeasureBucketConversion("size", BucketNames.SIZE),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GeoPushpinChartNextDescriptor.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAGhC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAQjF,OAAO,EACH,gCAAgC,EAChC,wBAAwB,EACxB,0BAA0B,EAC1B,8BAA8B,EAC9B,iBAAiB,EACjB,+BAA+B,EAC/B,wCAAwC,EACxC,sBAAsB,GACzB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAEnF;;GAEG;AACH,MAAM,OAAO,6BAA8B,SAAQ,mBAAmB;IAC3D,UAAU;QACb,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,4BAA4B,CAAC,MAAM,CAAC,CAAC;IAChE,CAAC;IAEe,WAAW,CACvB,QAA4B,EAC5B,gBAAwC,EACxC,QAAmB;QAEnB,OAAO;YACH,KAAK,EAAE;gBACH,OAAO,EAAE,CAAC;gBACV,GAAG,EAAE,CAAC;gBACN,GAAG,EAAE,gBAAgB,CAAC,gBAAgB;aACzC;YACD,MAAM,EAAE;gBACJ,OAAO,EAAE,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC;gBACxC,GAAG,EAAE,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC;gBACpC,GAAG,EAAE,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC;aACnC;SACJ,CAAC;IACN,CAAC;IAEkB,gBAAgB,CAAC,SAAoB;QACpD,OAAO,2BAA2B,CAAC;IACvC,CAAC;IAEkB,YAAY,CAAC,SAAoB;QAChD,OAAO,wBAAwB,CAAC;IACpC,CAAC;IAEM,gBAAgB,GAAG,8BAA8B,CAAC;QACrD,SAAS,EAAE;YACP,UAAU,EAAE,OAAO;YACnB,IAAI,EAAE,qBAAqB;YAC3B,OAAO,EAAE,2BAA2B;SACvC;QACD,cAAc,EAAE,0BAA0B,CAA4B;YAClE,QAAQ,EAAE,oBAAoB,CAAC,UAAU,EAAE,WAAW,CAAC,QAAQ,CAAC;YAChE,
|
|
1
|
+
{"version":3,"file":"GeoPushpinChartNextDescriptor.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/GeoPushpinChartNextDescriptor.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAGhC,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAG/C,OAAO,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAQjF,OAAO,EACH,gCAAgC,EAChC,wBAAwB,EACxB,0BAA0B,EAC1B,8BAA8B,EAC9B,iBAAiB,EACjB,+BAA+B,EAC/B,wCAAwC,EACxC,sBAAsB,GACzB,MAAM,gDAAgD,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAC;AACnE,OAAO,EAAE,wBAAwB,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AACxF,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAEnF;;GAEG;AACH,MAAM,OAAO,6BAA8B,SAAQ,mBAAmB;IAC3D,UAAU;QACb,OAAO,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,4BAA4B,CAAC,MAAM,CAAC,CAAC;IAChE,CAAC;IAEe,WAAW,CACvB,QAA4B,EAC5B,gBAAwC,EACxC,QAAmB;QAEnB,OAAO;YACH,KAAK,EAAE;gBACH,OAAO,EAAE,CAAC;gBACV,GAAG,EAAE,CAAC;gBACN,GAAG,EAAE,gBAAgB,CAAC,gBAAgB;aACzC;YACD,MAAM,EAAE;gBACJ,OAAO,EAAE,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC;gBACxC,GAAG,EAAE,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC;gBACpC,GAAG,EAAE,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAC;aACnC;SACJ,CAAC;IACN,CAAC;IAEkB,gBAAgB,CAAC,SAAoB;QACpD,OAAO,2BAA2B,CAAC;IACvC,CAAC;IAEkB,YAAY,CAAC,SAAoB;QAChD,OAAO,wBAAwB,CAAC;IACpC,CAAC;IAEM,gBAAgB,GAAG,8BAA8B,CAAC;QACrD,SAAS,EAAE;YACP,UAAU,EAAE,OAAO;YACnB,IAAI,EAAE,qBAAqB;YAC3B,OAAO,EAAE,2BAA2B;SACvC;QACD,cAAc,EAAE,0BAA0B,CAA4B;YAClE,QAAQ,EAAE,oBAAoB,CAAC,UAAU,EAAE,WAAW,CAAC,QAAQ,CAAC;YAChE,SAAS,EAAE,oBAAoB,CAAC,WAAW,EAAE,WAAW,CAAC,SAAS,CAAC;YACnE,IAAI,EAAE,wCAAwC,CAAC,MAAM,EAAE,WAAW,CAAC,IAAI,CAAC;YACxE,KAAK,EAAE,wCAAwC,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC;YAC3E,SAAS,EAAE,+BAA+B,CAAC,WAAW,EAAE,WAAW,CAAC,OAAO,CAAC;YAC5E,OAAO,EAAE,wBAAwB,CAAC,SAAS,CAAC;YAC5C,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC;YACxC,MAAM,EAAE,iBAAiB,CACrB,QAAQ,EACR;gBACI,UAAU,EAAE;oBACR,UAAU,EAAE,OAAO;oBACnB,IAAI,EAAE,4BAA4B;oBAClC,OAAO,EAAE,2BAA2B;iBACvC;gBACD,WAAW,EAAE,QAAQ;aACxB,EACD,oBAAoB,CACvB;YACD,UAAU,EAAE,gCAAgC,CAAC,YAAY,CAAC;SAC7D,CAAC;QACF,mBAAmB,EAAE,wBAAwB,CAAC;YAC1C,+BAA+B,EAAE,sBAAsB;SAC1D,CAAC;KACL,CAAC,CAAC;IAEI,OAAO;QACV,OAAO;YACH,gBAAgB,EACZ,sGAAsG;YAC1G,cAAc,EAAE,IAAI;YACpB,eAAe,EAAE,KAAK;SACzB,CAAC;IACN,CAAC;CACJ"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IExecutionFactory } from "@gooddata/sdk-backend-spi";
|
|
1
|
+
import { IExecutionFactory, IPreparedExecution } from "@gooddata/sdk-backend-spi";
|
|
2
2
|
import { IInsightDefinition } from "@gooddata/sdk-model";
|
|
3
3
|
import { IPushData } from "@gooddata/sdk-ui";
|
|
4
4
|
import { IGeoPushpinChartNextConfig } from "@gooddata/sdk-ui-geo/next";
|
|
@@ -7,7 +7,9 @@ import { PluggableBaseChart } from "../baseChart/PluggableBaseChart.js";
|
|
|
7
7
|
/**
|
|
8
8
|
* PluggableGeoPushpinChartNext
|
|
9
9
|
*
|
|
10
|
-
* Next-generation geo pushpin chart implementation
|
|
10
|
+
* Next-generation geo pushpin chart implementation.
|
|
11
|
+
* Supports multi-layer geo charts through the insight layers property.
|
|
12
|
+
* Additional layers configured externally are preserved but not editable in AD.
|
|
11
13
|
*
|
|
12
14
|
* @alpha
|
|
13
15
|
*/
|
|
@@ -58,6 +60,7 @@ export declare class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
58
60
|
* @param insight - The insight definition to validate
|
|
59
61
|
* @returns true if validation passes
|
|
60
62
|
* @throws EmptyAfmSdkError if no data is defined
|
|
63
|
+
* @throws GeoLocationMissingSdkError if latitude attribute is not defined
|
|
61
64
|
*/
|
|
62
65
|
protected checkBeforeRender(insight: IInsightDefinition): boolean;
|
|
63
66
|
/**
|
|
@@ -70,7 +73,8 @@ export declare class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
70
73
|
* @param executionFactory - Factory for creating executions
|
|
71
74
|
* @returns Configured execution with proper dimensions and sorting
|
|
72
75
|
*/
|
|
73
|
-
getExecution(options: IVisProps, insight: IInsightDefinition,
|
|
76
|
+
getExecution(options: IVisProps, insight: IInsightDefinition, _executionFactory: IExecutionFactory): IPreparedExecution;
|
|
77
|
+
getExecutions(options: IVisProps, insight: IInsightDefinition, _executionFactory: IExecutionFactory): IPreparedExecution[];
|
|
74
78
|
protected renderConfigurationPanel(insight: IInsightDefinition, options: IVisProps): void;
|
|
75
79
|
/**
|
|
76
80
|
* Builds geo-specific visualization configuration.
|
|
@@ -82,5 +86,10 @@ export declare class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
82
86
|
*/
|
|
83
87
|
protected buildVisualizationConfig(options: IVisProps, supportedControls: IVisualizationProperties): IGeoPushpinChartNextConfig;
|
|
84
88
|
protected renderVisualization(options: IVisProps, insight: IInsightDefinition, executionFactory: IExecutionFactory): void;
|
|
89
|
+
private buildPrimaryLayerContext;
|
|
90
|
+
private buildAdditionalLayerExecutions;
|
|
91
|
+
private createAttributeFromId;
|
|
92
|
+
private shouldSkipLayer;
|
|
93
|
+
private getInsightControlsWithFallback;
|
|
85
94
|
}
|
|
86
95
|
//# sourceMappingURL=PluggableGeoPushpinChartNext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluggableGeoPushpinChartNext.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAsB,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"PluggableGeoPushpinChartNext.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAsB,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,2BAA2B,CAAC;AACtG,OAAO,EAEH,kBAAkB,EAQrB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAIH,SAAS,EAEZ,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAGH,0BAA0B,EAK7B,MAAM,2BAA2B,CAAC;AAoBnC,OAAO,EAEH,uBAAuB,EACvB,eAAe,EACf,SAAS,EACT,aAAa,EACb,SAAS,EACT,wBAAwB,EAC3B,MAAM,sCAAsC,CAAC;AAM9C,OAAO,EAAE,kBAAkB,EAAE,MAAM,oCAAoC,CAAC;AASxE;;;;;;;;GAQG;AACH,qBAAa,4BAA6B,SAAQ,kBAAkB;IAChE,OAAO,CAAC,OAAO,CAAqB;IACpC,OAAO,CAAC,SAAS,CAAS;gBAEd,KAAK,EAAE,aAAa;IAQhC;;OAEG;IACH,OAAO,CAAC,yBAAyB;IAOjC;;;;OAIG;IAGH,OAAO,CAAC,mBAAmB,CAAuB;IAElD;;;;;OAKG;IACH,UAAmB,cAAc,GAAI,MAAM,SAAS,KAAG,IAAI,CAQzD;IAEF;;;;;;OAMG;IACa,yBAAyB,CACrC,cAAc,EAAE,eAAe,GAChC,OAAO,CAAC,uBAAuB,CAAC;IAenB,WAAW,IAAI,SAAS;cAIrB,0BAA0B,IAAI,MAAM,EAAE;IAIzD;;;OAGG;cACgB,gBAAgB,CAC/B,sBAAsB,EAAE,uBAAuB,GAChD,uBAAuB;IAY1B;;OAEG;IACH,OAAO,CAAC,yBAAyB;IA8BjC;;;;;;;;OAQG;cACgB,iBAAiB,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO;IAW1E;;;;;;;;;OASG;IACa,YAAY,CACxB,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,iBAAiB,EAAE,iBAAiB;IAYxB,aAAa,CACzB,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,iBAAiB,EAAE,iBAAiB,GACrC,kBAAkB,EAAE;cASJ,wBAAwB,CAAC,OAAO,EAAE,kBAAkB,EAAE,OAAO,EAAE,SAAS,GAAG,IAAI;IAwBlG;;;;;;;OAOG;cACgB,wBAAwB,CACvC,OAAO,EAAE,SAAS,EAClB,iBAAiB,EAAE,wBAAwB,GAC5C,0BAA0B;cAWV,mBAAmB,CAClC,OAAO,EAAE,SAAS,EAClB,OAAO,EAAE,kBAAkB,EAC3B,gBAAgB,EAAE,iBAAiB,GACpC,IAAI;IA4BP,OAAO,CAAC,wBAAwB;IA+DhC,OAAO,CAAC,8BAA8B;IAmBtC,OAAO,CAAC,qBAAqB;IAa7B,OAAO,CAAC,eAAe;IASvB,OAAO,CAAC,8BAA8B;CASzC"}
|
package/esm/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.js
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
// (C) 2025 GoodData Corporation
|
|
3
3
|
import { cloneDeep, set } from "lodash-es";
|
|
4
|
-
import {
|
|
4
|
+
import { bucketAttribute, bucketItems, insightBucket, insightFilters, insightHasDataDefined, insightLayers, newAttribute, } from "@gooddata/sdk-model";
|
|
5
5
|
import { BucketNames, GeoLocationMissingSdkError, VisualizationTypes, } from "@gooddata/sdk-ui";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { extractControls, getLocationAttribute, getLocationProperties } from "./geoAttributeHelper.js";
|
|
6
|
+
import { GeoChartNextInternal, buildLayerExecution, createPushpinLayer, insightLayersToGeoLayers, isGeoLayerPushpin, } from "@gooddata/sdk-ui-geo/next";
|
|
7
|
+
import { createAttributeRef, extractControls, getLatitudeAttribute, getLocationProperties, getPrimaryLayerControls, } from "./geoAttributeHelper.js";
|
|
9
8
|
import { buildGeoVisualizationConfig } from "./geoConfigBuilder.js";
|
|
10
|
-
import { createConfiguredBuckets, createSortForSegment, distributeMeasures, getLocationItems, sanitizeMeasures,
|
|
11
|
-
import { createVirtualBuckets } from "./geoVirtualBucketFactory.js";
|
|
9
|
+
import { createConfiguredBuckets, createSortForSegment, distributeMeasures, getLocationItems, sanitizeMeasures, } from "./geoPushpinBucketHelper.js";
|
|
12
10
|
import { BUCKETS } from "../../../constants/bucket.js";
|
|
13
11
|
import { GEOPUSHPIN_SUPPORTED_PROPERTIES } from "../../../constants/supportedProperties.js";
|
|
14
12
|
import { GEO_PUSHPIN_CHART_UICONFIG } from "../../../constants/uiConfig.js";
|
|
@@ -17,7 +15,7 @@ import { configurePercent } from "../../../utils/bucketConfig.js";
|
|
|
17
15
|
import { limitNumberOfMeasuresInBuckets } from "../../../utils/bucketHelper.js";
|
|
18
16
|
import { removeSort } from "../../../utils/sort.js";
|
|
19
17
|
import { setGeoPushpinUiConfig } from "../../../utils/uiConfigHelpers/geoPushpinChartUiConfigHelper.js";
|
|
20
|
-
import GeoPushpinConfigurationPanel from "../../configurationPanels/GeoPushpinConfigurationPanel.js";
|
|
18
|
+
import { GeoPushpinConfigurationPanel } from "../../configurationPanels/GeoPushpinConfigurationPanel.js";
|
|
21
19
|
import { PluggableBaseChart } from "../baseChart/PluggableBaseChart.js";
|
|
22
20
|
/**
|
|
23
21
|
* Geo pushpin charts support max 2 measures: one for size and one for color
|
|
@@ -26,7 +24,9 @@ const NUMBER_MEASURES_IN_BUCKETS_LIMIT = 2;
|
|
|
26
24
|
/**
|
|
27
25
|
* PluggableGeoPushpinChartNext
|
|
28
26
|
*
|
|
29
|
-
* Next-generation geo pushpin chart implementation
|
|
27
|
+
* Next-generation geo pushpin chart implementation.
|
|
28
|
+
* Supports multi-layer geo charts through the insight layers property.
|
|
29
|
+
* Additional layers configured externally are preserved but not editable in AD.
|
|
30
30
|
*
|
|
31
31
|
* @alpha
|
|
32
32
|
*/
|
|
@@ -121,13 +121,12 @@ export class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
121
121
|
const referencePointConfigured = cloneDeep(referencePoint);
|
|
122
122
|
const visualizationProperties = this.visualizationProperties || {};
|
|
123
123
|
const { controls = {} } = visualizationProperties;
|
|
124
|
-
const
|
|
125
|
-
|
|
124
|
+
const locationProperties = getLocationProperties(locationItem);
|
|
125
|
+
// Don't add groupNearbyPoints if it wasn't already in the properties.
|
|
126
|
+
// This prevents marking the insight as "dirty" when just opening it.
|
|
127
|
+
// The rendering code handles the default value (true when clustering is allowed).
|
|
126
128
|
set(referencePointConfigured, "properties", {
|
|
127
129
|
controls: {
|
|
128
|
-
points: {
|
|
129
|
-
groupNearbyPoints,
|
|
130
|
-
},
|
|
131
130
|
...controls,
|
|
132
131
|
...locationProperties,
|
|
133
132
|
},
|
|
@@ -144,9 +143,10 @@ export class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
144
143
|
* @param insight - The insight definition to validate
|
|
145
144
|
* @returns true if validation passes
|
|
146
145
|
* @throws EmptyAfmSdkError if no data is defined
|
|
146
|
+
* @throws GeoLocationMissingSdkError if latitude attribute is not defined
|
|
147
147
|
*/
|
|
148
148
|
checkBeforeRender(insight) {
|
|
149
|
-
if (!
|
|
149
|
+
if (!getLatitudeAttribute(insight)) {
|
|
150
150
|
throw new GeoLocationMissingSdkError();
|
|
151
151
|
}
|
|
152
152
|
if (!insightHasDataDefined(insight)) {
|
|
@@ -164,22 +164,21 @@ export class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
164
164
|
* @param executionFactory - Factory for creating executions
|
|
165
165
|
* @returns Configured execution with proper dimensions and sorting
|
|
166
166
|
*/
|
|
167
|
-
getExecution(options, insight,
|
|
168
|
-
const {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
.withExecConfig(executionConfig);
|
|
167
|
+
getExecution(options, insight, _executionFactory) {
|
|
168
|
+
const { primaryLayer, config } = this.buildPrimaryLayerContext(options, insight);
|
|
169
|
+
return buildLayerExecution(primaryLayer, {
|
|
170
|
+
backend: this.backend,
|
|
171
|
+
workspace: this.workspace,
|
|
172
|
+
config,
|
|
173
|
+
execConfig: options.executionConfig,
|
|
174
|
+
});
|
|
175
|
+
}
|
|
176
|
+
getExecutions(options, insight, _executionFactory) {
|
|
177
|
+
const { config } = this.buildPrimaryLayerContext(options, insight);
|
|
178
|
+
const insightLayerDefs = insightLayers(insight);
|
|
179
|
+
const additionalLayers = insightLayersToGeoLayers(insightLayerDefs);
|
|
180
|
+
const resolvedAdditionalLayers = additionalLayers.filter((layer) => !this.shouldSkipLayer(layer));
|
|
181
|
+
return this.buildAdditionalLayerExecutions(resolvedAdditionalLayers, options, config);
|
|
183
182
|
}
|
|
184
183
|
renderConfigurationPanel(insight, options) {
|
|
185
184
|
const configPanelElement = this.getConfigPanelElement();
|
|
@@ -207,15 +206,18 @@ export class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
207
206
|
renderVisualization(options, insight, executionFactory) {
|
|
208
207
|
const { custom = {}, locale, theme } = options;
|
|
209
208
|
const { drillableItems } = custom;
|
|
210
|
-
const
|
|
211
|
-
const
|
|
212
|
-
const
|
|
213
|
-
const
|
|
209
|
+
const { config: configWithResolvedTooltip } = this.buildPrimaryLayerContext(options, insight);
|
|
210
|
+
const primaryExecution = this.getExecution(options, insight, executionFactory);
|
|
211
|
+
const additionalLayerExecutions = this.getExecutions(options, insight, executionFactory) ?? [];
|
|
212
|
+
const geoChartProps = {
|
|
214
213
|
backend: this.backend,
|
|
215
214
|
workspace: this.workspace,
|
|
216
|
-
|
|
215
|
+
type: "pushpin",
|
|
216
|
+
execution: primaryExecution,
|
|
217
|
+
executions: additionalLayerExecutions,
|
|
218
|
+
execConfig: options.executionConfig,
|
|
217
219
|
drillableItems,
|
|
218
|
-
config:
|
|
220
|
+
config: configWithResolvedTooltip,
|
|
219
221
|
locale,
|
|
220
222
|
theme,
|
|
221
223
|
pushData: this.handlePushData,
|
|
@@ -225,7 +227,84 @@ export class PluggableGeoPushpinChartNext extends PluggableBaseChart {
|
|
|
225
227
|
onLoadingChanged: this.onLoadingChanged,
|
|
226
228
|
onDrill: this.onDrill,
|
|
227
229
|
};
|
|
228
|
-
this.renderFun(_jsx(
|
|
230
|
+
this.renderFun(_jsx(GeoChartNextInternal, { ...geoChartProps }), this.getElement());
|
|
231
|
+
}
|
|
232
|
+
buildPrimaryLayerContext(options, insight) {
|
|
233
|
+
const supportedControls = this.visualizationProperties.controls || {};
|
|
234
|
+
const fullConfig = this.buildVisualizationConfig(options, supportedControls);
|
|
235
|
+
const controlsWithFallback = {
|
|
236
|
+
...this.getInsightControlsWithFallback(insight),
|
|
237
|
+
...supportedControls,
|
|
238
|
+
};
|
|
239
|
+
const filters = insightFilters(insight);
|
|
240
|
+
const sortBy = createSortForSegment(insight);
|
|
241
|
+
const locationBucket = insightBucket(insight, BucketNames.LOCATION);
|
|
242
|
+
const sizeBucket = insightBucket(insight, BucketNames.SIZE);
|
|
243
|
+
const colorBucket = insightBucket(insight, BucketNames.COLOR);
|
|
244
|
+
const segmentBucket = insightBucket(insight, BucketNames.SEGMENT);
|
|
245
|
+
const latitudeFromBucket = locationBucket ? bucketAttribute(locationBucket) : undefined;
|
|
246
|
+
const size = sizeBucket ? bucketItems(sizeBucket)[0] : undefined;
|
|
247
|
+
const color = colorBucket ? bucketItems(colorBucket)[0] : undefined;
|
|
248
|
+
const segmentBy = segmentBucket ? bucketAttribute(segmentBucket) : undefined;
|
|
249
|
+
const tooltipTextId = controlsWithFallback?.["tooltipText"];
|
|
250
|
+
const latitudeId = controlsWithFallback?.["latitude"];
|
|
251
|
+
const longitudeId = controlsWithFallback?.["longitude"];
|
|
252
|
+
const tooltipTextAttribute = this.createAttributeFromId(latitudeFromBucket, tooltipTextId, "tooltipText_df");
|
|
253
|
+
const latitudeAttribute = this.createAttributeFromId(latitudeFromBucket, latitudeId, "latitude_df");
|
|
254
|
+
const longitudeAttribute = this.createAttributeFromId(latitudeFromBucket, longitudeId, "longitude_df");
|
|
255
|
+
if (!latitudeAttribute || !longitudeAttribute) {
|
|
256
|
+
throw new Error("Pushpin layer requires latitude and longitude attributes");
|
|
257
|
+
}
|
|
258
|
+
const configWithResolvedTooltip = {
|
|
259
|
+
...fullConfig,
|
|
260
|
+
tooltipText: tooltipTextAttribute ?? undefined,
|
|
261
|
+
};
|
|
262
|
+
const primaryLayer = createPushpinLayer({
|
|
263
|
+
latitude: latitudeAttribute,
|
|
264
|
+
longitude: longitudeAttribute,
|
|
265
|
+
filters,
|
|
266
|
+
sortBy,
|
|
267
|
+
...(size ? { size } : {}),
|
|
268
|
+
...(color ? { color } : {}),
|
|
269
|
+
...(segmentBy ? { segmentBy } : {}),
|
|
270
|
+
});
|
|
271
|
+
return {
|
|
272
|
+
primaryLayer,
|
|
273
|
+
config: configWithResolvedTooltip,
|
|
274
|
+
};
|
|
275
|
+
}
|
|
276
|
+
buildAdditionalLayerExecutions(layers, options, config) {
|
|
277
|
+
if (!layers.length) {
|
|
278
|
+
return [];
|
|
279
|
+
}
|
|
280
|
+
return layers.map((layer) => buildLayerExecution(layer, {
|
|
281
|
+
backend: this.backend,
|
|
282
|
+
workspace: this.workspace,
|
|
283
|
+
config,
|
|
284
|
+
execConfig: options.executionConfig,
|
|
285
|
+
}));
|
|
286
|
+
}
|
|
287
|
+
createAttributeFromId(baseAttribute, attributeId, localId) {
|
|
288
|
+
if (!baseAttribute || !attributeId) {
|
|
289
|
+
return undefined;
|
|
290
|
+
}
|
|
291
|
+
const ref = createAttributeRef(baseAttribute, attributeId);
|
|
292
|
+
return newAttribute(ref, (attribute) => attribute.localId(localId));
|
|
293
|
+
}
|
|
294
|
+
shouldSkipLayer(layer) {
|
|
295
|
+
if (!isGeoLayerPushpin(layer)) {
|
|
296
|
+
return false;
|
|
297
|
+
}
|
|
298
|
+
// Skip layers when latitude or longitude is missing
|
|
299
|
+
return !layer.latitude || !layer.longitude;
|
|
300
|
+
}
|
|
301
|
+
getInsightControlsWithFallback(insight) {
|
|
302
|
+
const insightControls = extractControls(insight) || {};
|
|
303
|
+
const layerControls = getPrimaryLayerControls(insight);
|
|
304
|
+
return {
|
|
305
|
+
...layerControls,
|
|
306
|
+
...insightControls,
|
|
307
|
+
};
|
|
229
308
|
}
|
|
230
309
|
}
|
|
231
310
|
//# sourceMappingURL=PluggableGeoPushpinChartNext.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PluggableGeoPushpinChartNext.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.tsx"],"names":[],"mappings":";AAAA,gCAAgC;AAEhC,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,WAAW,CAAC;AAG3C,OAAO,
|
|
1
|
+
{"version":3,"file":"PluggableGeoPushpinChartNext.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/PluggableGeoPushpinChartNext.tsx"],"names":[],"mappings":"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"}
|
package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.d.ts
CHANGED
|
@@ -9,13 +9,17 @@ import { IBucketItem, IVisualizationProperties } from "../../../interfaces/Visua
|
|
|
9
9
|
*/
|
|
10
10
|
export declare function extractControls(insight: IInsightDefinition): IVisualizationProperties;
|
|
11
11
|
/**
|
|
12
|
-
* Gets the
|
|
12
|
+
* Gets the latitude attribute from the insight's LOCATION bucket.
|
|
13
|
+
*
|
|
14
|
+
* @remarks
|
|
15
|
+
* The LOCATION bucket contains the primary geo attribute (latitude label).
|
|
16
|
+
* This is used for backward compatibility with the bucket structure.
|
|
13
17
|
*
|
|
14
18
|
* @param insight - The insight definition
|
|
15
|
-
* @returns
|
|
19
|
+
* @returns Latitude attribute or undefined if not present
|
|
16
20
|
* @internal
|
|
17
21
|
*/
|
|
18
|
-
export declare function
|
|
22
|
+
export declare function getLatitudeAttribute(insight: IInsightDefinition): IAttribute | undefined;
|
|
19
23
|
/**
|
|
20
24
|
* Extracts identifier or URI from an ObjRef.
|
|
21
25
|
*
|
|
@@ -41,7 +45,7 @@ export declare function createAttributeRef(locationAttribute: IAttribute, attrib
|
|
|
41
45
|
* @returns Object with tooltipText and optionally latitude/longitude identifiers
|
|
42
46
|
* @internal
|
|
43
47
|
*/
|
|
44
|
-
export declare function getLocationProperties(locationItem: IBucketItem
|
|
48
|
+
export declare function getLocationProperties(locationItem: IBucketItem): {
|
|
45
49
|
tooltipText: string | undefined;
|
|
46
50
|
latitude?: string | undefined;
|
|
47
51
|
longitude?: string | undefined;
|
|
@@ -58,4 +62,14 @@ export declare function getAttributeMetadata(locationAttribute: IAttribute, cust
|
|
|
58
62
|
alias: string | undefined;
|
|
59
63
|
localId: string;
|
|
60
64
|
};
|
|
65
|
+
/**
|
|
66
|
+
* Returns controls attached to the primary pushpin layer in the insight definition.
|
|
67
|
+
*
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
70
|
+
export declare function getPrimaryLayerControls(insight: IInsightDefinition): {
|
|
71
|
+
latitude?: string;
|
|
72
|
+
longitude?: string;
|
|
73
|
+
tooltipText?: string;
|
|
74
|
+
};
|
|
61
75
|
//# sourceMappingURL=geoAttributeHelper.d.ts.map
|
package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geoAttributeHelper.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,UAAU,EACV,kBAAkB,EAClB,MAAM,
|
|
1
|
+
{"version":3,"file":"geoAttributeHelper.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,UAAU,EACV,kBAAkB,EAClB,MAAM,EAWT,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAAE,WAAW,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAE7F;;;;;;GAMG;AACH,wBAAgB,eAAe,CAAC,OAAO,EAAE,kBAAkB,GAAG,wBAAwB,CAGrF;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,kBAAkB,GAAG,UAAU,GAAG,SAAS,CAGxF;AAED;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAK5E;AAED;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,iBAAiB,EAAE,UAAU,EAAE,WAAW,EAAE,MAAM,GAAG,MAAM,CAG7F;AAED;;;;;;;GAOG;AACH,wBAAgB,qBAAqB,CAAC,YAAY,EAAE,WAAW,GAAG;IAC9D,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC,CAqBA;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAChC,iBAAiB,EAAE,UAAU,EAC7B,aAAa,CAAC,EAAE,MAAM,GACvB;IAAE,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAKhD;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,kBAAkB,GAAG;IAClE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB,CAcA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// (C) 2025 GoodData Corporation
|
|
2
|
-
import { attributeAlias, attributeDisplayFormRef, attributeLocalId, bucketAttribute, idRef, insightBucket, insightProperties, isUriRef, uriRef, } from "@gooddata/sdk-model";
|
|
2
|
+
import { attributeAlias, attributeDisplayFormRef, attributeLocalId, bucketAttribute, idRef, insightBucket, insightLayers, insightProperties, isUriRef, uriRef, } from "@gooddata/sdk-model";
|
|
3
3
|
import { BucketNames } from "@gooddata/sdk-ui";
|
|
4
4
|
/**
|
|
5
5
|
* Extracts visualization controls from insight properties.
|
|
@@ -13,13 +13,17 @@ export function extractControls(insight) {
|
|
|
13
13
|
return properties?.["controls"] ?? {};
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
|
-
* Gets the
|
|
16
|
+
* Gets the latitude attribute from the insight's LOCATION bucket.
|
|
17
|
+
*
|
|
18
|
+
* @remarks
|
|
19
|
+
* The LOCATION bucket contains the primary geo attribute (latitude label).
|
|
20
|
+
* This is used for backward compatibility with the bucket structure.
|
|
17
21
|
*
|
|
18
22
|
* @param insight - The insight definition
|
|
19
|
-
* @returns
|
|
23
|
+
* @returns Latitude attribute or undefined if not present
|
|
20
24
|
* @internal
|
|
21
25
|
*/
|
|
22
|
-
export function
|
|
26
|
+
export function getLatitudeAttribute(insight) {
|
|
23
27
|
const locationBucket = insightBucket(insight, BucketNames.LOCATION);
|
|
24
28
|
return locationBucket ? bucketAttribute(locationBucket) : undefined;
|
|
25
29
|
}
|
|
@@ -56,23 +60,19 @@ export function createAttributeRef(locationAttribute, attributeId) {
|
|
|
56
60
|
* @returns Object with tooltipText and optionally latitude/longitude identifiers
|
|
57
61
|
* @internal
|
|
58
62
|
*/
|
|
59
|
-
export function getLocationProperties(locationItem
|
|
63
|
+
export function getLocationProperties(locationItem) {
|
|
60
64
|
const { dfRef } = locationItem;
|
|
61
65
|
// For tooltip, prefer standard text display form (type is undefined) over geo or hyperlink forms
|
|
62
66
|
const textDfs = locationItem.displayForms?.filter((displayForm) => !displayForm.type) ?? [];
|
|
63
67
|
const defaultOrFirstTextDf = textDfs.find((displayForm) => displayForm.isDefault) ?? textDfs[0];
|
|
64
68
|
const tooltipDfRef = defaultOrFirstTextDf?.ref ?? dfRef;
|
|
65
69
|
const tooltipText = getRefIdentifier(tooltipDfRef);
|
|
66
|
-
if (!supportsSeparateLatLong) {
|
|
67
|
-
return { tooltipText };
|
|
68
|
-
}
|
|
69
|
-
// Find latitude and longitude display forms by type
|
|
70
70
|
const latitudeDfRef = locationItem.displayForms?.find((displayForm) => displayForm.type === "GDC.geo.pin_latitude")?.ref;
|
|
71
71
|
const longitudeDfRef = locationItem.displayForms?.find((displayForm) => displayForm.type === "GDC.geo.pin_longitude")?.ref;
|
|
72
72
|
return {
|
|
73
73
|
tooltipText,
|
|
74
|
-
latitude: getRefIdentifier(latitudeDfRef),
|
|
75
|
-
longitude: getRefIdentifier(longitudeDfRef),
|
|
74
|
+
...(latitudeDfRef ? { latitude: getRefIdentifier(latitudeDfRef) } : {}),
|
|
75
|
+
...(longitudeDfRef ? { longitude: getRefIdentifier(longitudeDfRef) } : {}),
|
|
76
76
|
};
|
|
77
77
|
}
|
|
78
78
|
/**
|
|
@@ -89,4 +89,20 @@ export function getAttributeMetadata(locationAttribute, customLocalId) {
|
|
|
89
89
|
localId: customLocalId ?? attributeLocalId(locationAttribute),
|
|
90
90
|
};
|
|
91
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* Returns controls attached to the primary pushpin layer in the insight definition.
|
|
94
|
+
*
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
97
|
+
export function getPrimaryLayerControls(insight) {
|
|
98
|
+
const layers = insightLayers(insight);
|
|
99
|
+
const pushpinLayer = layers.find((layer) => layer.type === "pushpin");
|
|
100
|
+
const controls = pushpinLayer?.properties?.["controls"] ?? undefined;
|
|
101
|
+
const readControl = (key) => typeof controls?.[key] === "string" ? controls[key] : undefined;
|
|
102
|
+
return {
|
|
103
|
+
latitude: readControl("latitude"),
|
|
104
|
+
longitude: readControl("longitude"),
|
|
105
|
+
tooltipText: readControl("tooltipText"),
|
|
106
|
+
};
|
|
107
|
+
}
|
|
92
108
|
//# sourceMappingURL=geoAttributeHelper.js.map
|
package/esm/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geoAttributeHelper.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAIH,cAAc,EACd,uBAAuB,EACvB,gBAAgB,EAChB,eAAe,EACf,KAAK,EACL,aAAa,EACb,iBAAiB,EACjB,QAAQ,EACR,MAAM,GACT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAI/C;;;;;;GAMG;AACH,MAAM,UAAU,eAAe,CAAC,OAA2B;IACvD,MAAM,UAAU,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAC9C,OAAQ,UAAU,EAAE,CAAC,UAAU,CAA8B,IAAI,EAAE,CAAC;AACxE,CAAC;AAED
|
|
1
|
+
{"version":3,"file":"geoAttributeHelper.js","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/geoAttributeHelper.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,OAAO,EAIH,cAAc,EACd,uBAAuB,EACvB,gBAAgB,EAChB,eAAe,EACf,KAAK,EACL,aAAa,EACb,aAAa,EACb,iBAAiB,EACjB,QAAQ,EACR,MAAM,GACT,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAI/C;;;;;;GAMG;AACH,MAAM,UAAU,eAAe,CAAC,OAA2B;IACvD,MAAM,UAAU,GAAG,iBAAiB,CAAC,OAAO,CAAC,CAAC;IAC9C,OAAQ,UAAU,EAAE,CAAC,UAAU,CAA8B,IAAI,EAAE,CAAC;AACxE,CAAC;AAED;;;;;;;;;;GAUG;AACH,MAAM,UAAU,oBAAoB,CAAC,OAA2B;IAC5D,MAAM,cAAc,GAAG,aAAa,CAAC,OAAO,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;IACpE,OAAO,cAAc,CAAC,CAAC,CAAC,eAAe,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;AACxE,CAAC;AAED;;;;;;GAMG;AACH,MAAM,UAAU,gBAAgB,CAAC,GAAuB;IACpD,IAAI,CAAC,GAAG,EAAE,CAAC;QACP,OAAO,SAAS,CAAC;IACrB,CAAC;IACD,OAAO,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,UAAU,CAAC;AACpD,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,kBAAkB,CAAC,iBAA6B,EAAE,WAAmB;IACjF,MAAM,cAAc,GAAG,uBAAuB,CAAC,iBAAiB,CAAC,CAAC;IAClE,OAAO,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;AAC9F,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,qBAAqB,CAAC,YAAyB;IAK3D,MAAM,EAAE,KAAK,EAAE,GAAG,YAAY,CAAC;IAE/B,iGAAiG;IACjG,MAAM,OAAO,GAAG,YAAY,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;IAC5F,MAAM,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,SAAS,CAAC,IAAI,OAAO,CAAC,CAAC,CAAC,CAAC;IAChG,MAAM,YAAY,GAAG,oBAAoB,EAAE,GAAG,IAAI,KAAK,CAAC;IACxD,MAAM,WAAW,GAAG,gBAAgB,CAAC,YAAY,CAAC,CAAC;IAEnD,MAAM,aAAa,GAAG,YAAY,CAAC,YAAY,EAAE,IAAI,CACjD,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,IAAI,KAAK,sBAAsB,CAC/D,EAAE,GAAG,CAAC;IACP,MAAM,cAAc,GAAG,YAAY,CAAC,YAAY,EAAE,IAAI,CAClD,CAAC,WAAW,EAAE,EAAE,CAAC,WAAW,CAAC,IAAI,KAAK,uBAAuB,CAChE,EAAE,GAAG,CAAC;IAEP,OAAO;QACH,WAAW;QACX,GAAG,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,gBAAgB,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACvE,GAAG,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,SAAS,EAAE,gBAAgB,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;KAC7E,CAAC;AACN,CAAC;AAED;;;;;;;GAOG;AACH,MAAM,UAAU,oBAAoB,CAChC,iBAA6B,EAC7B,aAAsB;IAEtB,OAAO;QACH,KAAK,EAAE,cAAc,CAAC,iBAAiB,CAAC;QACxC,OAAO,EAAE,aAAa,IAAI,gBAAgB,CAAC,iBAAiB,CAAC;KAChE,CAAC;AACN,CAAC;AAED;;;;GAIG;AACH,MAAM,UAAU,uBAAuB,CAAC,OAA2B;IAK/D,MAAM,MAAM,GAAG,aAAa,CAAC,OAAO,CAAC,CAAC;IACtC,MAAM,YAAY,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,IAAI,KAAK,SAAS,CAAC,CAAC;IACtE,MAAM,QAAQ,GACT,YAAY,EAAE,UAAU,EAAE,CAAC,UAAU,CAAyC,IAAI,SAAS,CAAC;IAEjG,MAAM,WAAW,GAAG,CAAC,GAAW,EAAE,EAAE,CAChC,OAAO,QAAQ,EAAE,CAAC,GAAG,CAAC,KAAK,QAAQ,CAAC,CAAC,CAAE,QAAQ,CAAC,GAAG,CAAY,CAAC,CAAC,CAAC,SAAS,CAAC;IAEhF,OAAO;QACH,QAAQ,EAAE,WAAW,CAAC,UAAU,CAAC;QACjC,SAAS,EAAE,WAAW,CAAC,WAAW,CAAC;QACnC,WAAW,EAAE,WAAW,CAAC,aAAa,CAAC;KAC1C,CAAC;AACN,CAAC"}
|
package/esm/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { IVisualizationProperties } from "../../../interfaces/Visualization.js";
|
|
|
9
9
|
* @returns Array of virtual buckets
|
|
10
10
|
* @internal
|
|
11
11
|
*/
|
|
12
|
-
export declare function createVirtualBuckets(insight: IInsightDefinition, controls: IVisualizationProperties
|
|
12
|
+
export declare function createVirtualBuckets(insight: IInsightDefinition, controls: IVisualizationProperties): IBucket[];
|
|
13
13
|
/**
|
|
14
14
|
* Attempts to create a virtual bucket if the attribute ID is provided.
|
|
15
15
|
*
|
|
@@ -22,14 +22,18 @@ export declare function createVirtualBuckets(insight: IInsightDefinition, contro
|
|
|
22
22
|
*/
|
|
23
23
|
export declare function tryCreateVirtualBucket(insight: IInsightDefinition, attributeId: string | undefined, bucketName: string, localIdentifier: string): IBucket | undefined;
|
|
24
24
|
/**
|
|
25
|
-
* Creates a virtual bucket from the
|
|
25
|
+
* Creates a virtual bucket from the latitude attribute's display form.
|
|
26
26
|
* Virtual buckets are used for tooltip, latitude, and longitude execution attributes.
|
|
27
27
|
*
|
|
28
|
+
* @remarks
|
|
29
|
+
* The latitude attribute is used as the base attribute for resolving related display forms
|
|
30
|
+
* (tooltip text, latitude, longitude) since it represents the primary geo attribute.
|
|
31
|
+
*
|
|
28
32
|
* @param insight - The insight definition
|
|
29
33
|
* @param bucketName - Name for the virtual bucket (e.g., TOOLTIP_TEXT, LATITUDE, LONGITUDE)
|
|
30
34
|
* @param attributeId - Display form ID or URI to use
|
|
31
35
|
* @param attributeLocalIdentifier - Local identifier for the attribute
|
|
32
|
-
* @returns Virtual bucket or undefined if
|
|
36
|
+
* @returns Virtual bucket or undefined if latitude attribute is not present or bucket already exists
|
|
33
37
|
* @internal
|
|
34
38
|
*/
|
|
35
39
|
export declare function createVirtualBucketFromLocationAttribute(insight: IInsightDefinition, bucketName: string, attributeId: string, attributeLocalIdentifier: string): IBucket | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"geoVirtualBucketFactory.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAA0C,MAAM,qBAAqB,CAAC;AAI1G,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAChC,OAAO,EAAE,kBAAkB,EAC3B,QAAQ,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"geoVirtualBucketFactory.d.ts","sourceRoot":"","sources":["../../../../../src/internal/components/pluggableVisualizations/geoChartNext/geoVirtualBucketFactory.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAE,kBAAkB,EAA0C,MAAM,qBAAqB,CAAC;AAI1G,OAAO,EAAE,wBAAwB,EAAE,MAAM,sCAAsC,CAAC;AAEhF;;;;;;;;GAQG;AACH,wBAAgB,oBAAoB,CAChC,OAAO,EAAE,kBAAkB,EAC3B,QAAQ,EAAE,wBAAwB,GACnC,OAAO,EAAE,CAmCX;AAED;;;;;;;;;GASG;AACH,wBAAgB,sBAAsB,CAClC,OAAO,EAAE,kBAAkB,EAC3B,WAAW,EAAE,MAAM,GAAG,SAAS,EAC/B,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,GACxB,OAAO,GAAG,SAAS,CAKrB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,wCAAwC,CACpD,OAAO,EAAE,kBAAkB,EAC3B,UAAU,EAAE,MAAM,EAClB,WAAW,EAAE,MAAM,EACnB,wBAAwB,EAAE,MAAM,GACjC,OAAO,GAAG,SAAS,CAmBrB"}
|