@gooddata/sdk-ui-ext 9.5.0-alpha.5 → 9.5.0-alpha.7
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/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.d.ts +15 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.js +20 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailBubble.js.map +1 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.d.ts +24 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.js +25 -0
- package/esm/internal/components/attributeHierarchy/AttributeHierarchyDetailPanel.js.map +1 -0
- package/esm/internal/components/attributeHierarchy/index.d.ts +3 -0
- package/esm/internal/components/attributeHierarchy/index.d.ts.map +1 -0
- package/esm/internal/components/attributeHierarchy/index.js +4 -0
- package/esm/internal/components/attributeHierarchy/index.js.map +1 -0
- package/esm/internal/components/configurationControls/CheckboxControl.d.ts +1 -0
- package/esm/internal/components/configurationControls/CheckboxControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/CheckboxControl.js +2 -2
- package/esm/internal/components/configurationControls/CheckboxControl.js.map +1 -1
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js +2 -4
- package/esm/internal/components/configurationControls/ColumnHeadersPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/MetricsPositionControl.d.ts.map +1 -1
- package/esm/internal/components/configurationControls/MetricsPositionControl.js +2 -4
- package/esm/internal/components/configurationControls/MetricsPositionControl.js.map +1 -1
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts +14 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.d.ts.map +1 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js +15 -0
- package/esm/internal/components/configurationControls/interactions/InteractionsSection.js.map +1 -0
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/BaseChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/BubbleChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/BulletChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts +2 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js +7 -2
- package/esm/internal/components/configurationPanels/ConfigurationPanelContent.js.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/FunnelChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/HeatMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/LineChartBasedConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/PieChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts +1 -0
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js +14 -6
- package/esm/internal/components/configurationPanels/PivotTableConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/PyramidChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/SankeyChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/ScatterPlotConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/TreeMapConfigurationPanel.js.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.d.ts.map +1 -1
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js +1 -0
- package/esm/internal/components/configurationPanels/WaterfallChartConfigurationPanel.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts +1 -0
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js +4 -4
- package/esm/internal/components/dialogs/userManagementDialogs/Details/EditUserDetails.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js +5 -1
- package/esm/internal/components/dialogs/userManagementDialogs/Details/detailsHooks.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js +7 -7
- package/esm/internal/components/dialogs/userManagementDialogs/UserEditDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js +3 -3
- package/esm/internal/components/dialogs/userManagementDialogs/UserGroupEditDialog.js.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts +9 -3
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.d.ts.map +1 -1
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js +28 -10
- package/esm/internal/components/dialogs/userManagementDialogs/dialogHooks.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js +5 -3
- package/esm/internal/components/pluggableVisualizations/areaChart/PluggableAreaChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/barChart/PluggableBarChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts +2 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js +5 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/PluggableBaseChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/bubbleChart/PluggableBubbleChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/bulletChart/PluggableBulletChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/columnChart/PluggableColumnChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/columnChart/PluggableColumnChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js +6 -4
- package/esm/internal/components/pluggableVisualizations/comboChart/PluggableComboChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/funnelChart/PluggableFunnelChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts +0 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js +0 -1
- package/esm/internal/components/pluggableVisualizations/geoChart/PluggableGeoPushpinChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js +5 -1
- package/esm/internal/components/pluggableVisualizations/heatMap/PluggableHeatmap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/lineChart/PluggableLineChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/pieChart/PluggablePieChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js +5 -2
- package/esm/internal/components/pluggableVisualizations/pivotTable/PluggablePivotTable.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/pyramidChart/PluggablePyramidChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/sankeyChart/PluggableSankeyChart.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js +4 -1
- package/esm/internal/components/pluggableVisualizations/scatterPlot/PluggableScatterPlot.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js +4 -1
- package/esm/internal/components/pluggableVisualizations/treeMap/PluggableTreemap.js.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.d.ts.map +1 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js +4 -1
- package/esm/internal/components/pluggableVisualizations/waterfallChart/PluggableWaterfallChart.js.map +1 -1
- package/esm/internal/constants/supportedProperties.d.ts.map +1 -1
- package/esm/internal/constants/supportedProperties.js +21 -2
- package/esm/internal/constants/supportedProperties.js.map +1 -1
- package/esm/internal/translations/en-US.json +10 -0
- package/esm/internal/utils/bucketRules.d.ts +3 -2
- package/esm/internal/utils/bucketRules.d.ts.map +1 -1
- package/esm/internal/utils/bucketRules.js +15 -8
- package/esm/internal/utils/bucketRules.js.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts +2 -2
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.d.ts.map +1 -1
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js +14 -18
- package/esm/internal/utils/uiConfigHelpers/pivotTableUiConfigHelper.js.map +1 -1
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +2 -0
- package/esm/locales.js.map +1 -1
- package/esm/sdk-ui-ext.d.ts +40 -0
- package/package.json +18 -18
- package/styles/css/main.css +46 -0
- package/styles/css/main.css.map +1 -1
- package/styles/internal/css/attribute_hierarchy_detail.css +47 -0
- package/styles/internal/css/attribute_hierarchy_detail.css.map +1 -0
- package/styles/internal/css/config_panel.css +9 -0
- package/styles/internal/css/config_panel.css.map +1 -1
- package/styles/internal/scss/attribute_hierarchy_detail.scss +54 -0
- package/styles/internal/scss/config_panel.scss +9 -0
- package/styles/scss/main.scss +1 -0
package/esm/sdk-ui-ext.d.ts
CHANGED
|
@@ -61,6 +61,18 @@ export declare const AddUsersToUserGroupsDialog: React_2.FC<IAddUsersToUserGroup
|
|
|
61
61
|
*/
|
|
62
62
|
export declare const AddWorkspaceToSubjects: React_2.FC<IAddWorkspaceToSubjectsProps>;
|
|
63
63
|
|
|
64
|
+
/**
|
|
65
|
+
*
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
68
|
+
export declare const AttributeHierarchyDetailBubble: React_2.FC<IAttributeHierarchyDetailBubbleProps>;
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
74
|
+
export declare const AttributeHierarchyDetailPanel: React_2.FC<IAttributeHierarchyDetailPanelProps>;
|
|
75
|
+
|
|
64
76
|
/**
|
|
65
77
|
* Clears all the caches used by the InsightView components.
|
|
66
78
|
*
|
|
@@ -181,6 +193,34 @@ export declare interface IAddWorkspaceToSubjectsProps {
|
|
|
181
193
|
onClose: () => void;
|
|
182
194
|
}
|
|
183
195
|
|
|
196
|
+
/**
|
|
197
|
+
*
|
|
198
|
+
* @internal
|
|
199
|
+
*/
|
|
200
|
+
export declare interface IAttributeHierarchyDetailBubbleProps {
|
|
201
|
+
className?: string;
|
|
202
|
+
children?: React_2.ReactNode;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
/**
|
|
206
|
+
*
|
|
207
|
+
* @internal
|
|
208
|
+
*/
|
|
209
|
+
export declare interface IAttributeHierarchyDetailItem {
|
|
210
|
+
title: string;
|
|
211
|
+
isDate: boolean;
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
/**
|
|
215
|
+
*
|
|
216
|
+
* @internal
|
|
217
|
+
*/
|
|
218
|
+
export declare interface IAttributeHierarchyDetailPanelProps {
|
|
219
|
+
title: string;
|
|
220
|
+
description?: string;
|
|
221
|
+
attributes: IAttributeHierarchyDetailItem[];
|
|
222
|
+
}
|
|
223
|
+
|
|
184
224
|
/**
|
|
185
225
|
* @internal
|
|
186
226
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "9.5.0-alpha.
|
|
3
|
+
"version": "9.5.0-alpha.7",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -49,19 +49,19 @@
|
|
|
49
49
|
"uuid": "^8.3.2",
|
|
50
50
|
"debounce-promise": "^3.1.2",
|
|
51
51
|
"json-stable-stringify": "^1.0.1",
|
|
52
|
-
"@gooddata/sdk-backend-
|
|
53
|
-
"@gooddata/sdk-
|
|
54
|
-
"@gooddata/sdk-
|
|
55
|
-
"@gooddata/sdk-
|
|
56
|
-
"@gooddata/sdk-
|
|
57
|
-
"@gooddata/sdk-ui-charts": "9.5.0-alpha.
|
|
58
|
-
"@gooddata/sdk-ui-filters": "9.5.0-alpha.
|
|
59
|
-
"@gooddata/sdk-ui-geo": "9.5.0-alpha.
|
|
60
|
-
"@gooddata/sdk-ui-kit": "9.5.0-alpha.
|
|
61
|
-
"@gooddata/sdk-ui-pivot": "9.5.0-alpha.
|
|
62
|
-
"@gooddata/sdk-ui-theme-provider": "9.5.0-alpha.
|
|
63
|
-
"@gooddata/
|
|
64
|
-
"@gooddata/
|
|
52
|
+
"@gooddata/sdk-backend-spi": "9.5.0-alpha.7",
|
|
53
|
+
"@gooddata/sdk-backend-base": "9.5.0-alpha.7",
|
|
54
|
+
"@gooddata/sdk-embedding": "9.5.0-alpha.7",
|
|
55
|
+
"@gooddata/sdk-model": "9.5.0-alpha.7",
|
|
56
|
+
"@gooddata/sdk-ui": "9.5.0-alpha.7",
|
|
57
|
+
"@gooddata/sdk-ui-charts": "9.5.0-alpha.7",
|
|
58
|
+
"@gooddata/sdk-ui-filters": "9.5.0-alpha.7",
|
|
59
|
+
"@gooddata/sdk-ui-geo": "9.5.0-alpha.7",
|
|
60
|
+
"@gooddata/sdk-ui-kit": "9.5.0-alpha.7",
|
|
61
|
+
"@gooddata/sdk-ui-pivot": "9.5.0-alpha.7",
|
|
62
|
+
"@gooddata/sdk-ui-theme-provider": "9.5.0-alpha.7",
|
|
63
|
+
"@gooddata/sdk-ui-vis-commons": "9.5.0-alpha.7",
|
|
64
|
+
"@gooddata/util": "9.5.0-alpha.7"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
"vitest-dom": "0.1.0",
|
|
117
117
|
"@types/debounce-promise": "^3.1.4",
|
|
118
118
|
"@types/json-stable-stringify": "^1.0.32",
|
|
119
|
-
"@gooddata/i18n-toolkit": "9.5.0-alpha.
|
|
120
|
-
"@gooddata/live-examples-workspace": "9.5.0-alpha.
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
119
|
+
"@gooddata/i18n-toolkit": "9.5.0-alpha.7",
|
|
120
|
+
"@gooddata/live-examples-workspace": "9.5.0-alpha.7",
|
|
121
|
+
"@gooddata/reference-workspace": "9.5.0-alpha.7",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "9.5.0-alpha.7"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css",
|
package/styles/css/main.css
CHANGED
|
@@ -169,4 +169,50 @@
|
|
|
169
169
|
padding: 0 7px;
|
|
170
170
|
}
|
|
171
171
|
|
|
172
|
+
.gd-attribute-hierarchy-detail-panel {
|
|
173
|
+
width: 200px;
|
|
174
|
+
padding: 8px 5px;
|
|
175
|
+
font-style: normal;
|
|
176
|
+
font-weight: 400;
|
|
177
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
178
|
+
}
|
|
179
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-title {
|
|
180
|
+
font-size: 14px;
|
|
181
|
+
line-height: 23px;
|
|
182
|
+
margin-bottom: 10px;
|
|
183
|
+
}
|
|
184
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-levels {
|
|
185
|
+
font-size: 10px;
|
|
186
|
+
line-height: normal;
|
|
187
|
+
text-transform: uppercase;
|
|
188
|
+
margin-bottom: 3px;
|
|
189
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
190
|
+
}
|
|
191
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-item {
|
|
192
|
+
font-size: 12px;
|
|
193
|
+
line-height: 20px;
|
|
194
|
+
display: flex;
|
|
195
|
+
flex-direction: row;
|
|
196
|
+
gap: 5px;
|
|
197
|
+
align-items: center;
|
|
198
|
+
}
|
|
199
|
+
.gd-attribute-hierarchy-detail-panel .is-attribute::before {
|
|
200
|
+
content: "";
|
|
201
|
+
width: 18px;
|
|
202
|
+
height: 20px;
|
|
203
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
204
|
+
background-repeat: no-repeat;
|
|
205
|
+
background-position: left center;
|
|
206
|
+
background-size: contain;
|
|
207
|
+
}
|
|
208
|
+
.gd-attribute-hierarchy-detail-panel .is-date::before {
|
|
209
|
+
content: "";
|
|
210
|
+
width: 18px;
|
|
211
|
+
height: 20px;
|
|
212
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
213
|
+
background-repeat: no-repeat;
|
|
214
|
+
background-position: left center;
|
|
215
|
+
background-size: contain;
|
|
216
|
+
}
|
|
217
|
+
|
|
172
218
|
/*# sourceMappingURL=main.css.map */
|
package/styles/css/main.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../internal/scss/dashboard_embedding.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../internal/scss/variables.scss","../internal/scss/user_management_dialogs.scss"],"names":[],"mappings":"AAKA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,aC0Ec;EDzEd,kBCJa;;;ADOjB;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,aEqBuB;EFpBvB;EACA,YEtB2C;EFuB3C,OE3BuC;;;ACnB3C;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OFckB;;;AETtB;EACI;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA,OFlDoB;;;AEqDxB;EACI,OF1DgB;EE2DhB;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAIR;EACI;EACA,OF9GgB;EE+GhB;EACA;EACA","file":"main.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../internal/scss/dashboard_embedding.scss","../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../internal/scss/variables.scss","../internal/scss/user_management_dialogs.scss","../internal/scss/attribute_hierarchy_detail.scss"],"names":[],"mappings":"AAKA;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA,aC0Ec;EDzEd,kBCJa;;;ADOjB;EACI;EACA;EACA;EACA;EACA;;AAEA;EAPJ;IAQQ;IACA;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA,aEqBuB;EFpBvB;EACA,YEtB2C;EFuB3C,OE3BuC;;;ACnB3C;EACI;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIA;EACI,OFckB;;;AETtB;EACI;EACA;;AAGJ;EACI;EACA;;;AAKJ;EACI;EACA;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA,OFlDoB;;;AEqDxB;EACI,OF1DgB;EE2DhB;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;;;AAIR;EACI;EACA,OF9GgB;EE+GhB;EACA;EACA;;;AClIJ;EACI;EACA;EACA;EACA;EACA,OHqBY;;AGnBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,OHCe;;AGEnB;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA","file":"main.css"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
.gd-attribute-hierarchy-detail-panel {
|
|
2
|
+
width: 200px;
|
|
3
|
+
padding: 8px 5px;
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
7
|
+
}
|
|
8
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-title {
|
|
9
|
+
font-size: 14px;
|
|
10
|
+
line-height: 23px;
|
|
11
|
+
margin-bottom: 10px;
|
|
12
|
+
}
|
|
13
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-levels {
|
|
14
|
+
font-size: 10px;
|
|
15
|
+
line-height: normal;
|
|
16
|
+
text-transform: uppercase;
|
|
17
|
+
margin-bottom: 3px;
|
|
18
|
+
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
19
|
+
}
|
|
20
|
+
.gd-attribute-hierarchy-detail-panel .gd-attribute-hierarchy-detail-item {
|
|
21
|
+
font-size: 12px;
|
|
22
|
+
line-height: 20px;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: row;
|
|
25
|
+
gap: 5px;
|
|
26
|
+
align-items: center;
|
|
27
|
+
}
|
|
28
|
+
.gd-attribute-hierarchy-detail-panel .is-attribute::before {
|
|
29
|
+
content: "";
|
|
30
|
+
width: 18px;
|
|
31
|
+
height: 20px;
|
|
32
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
33
|
+
background-repeat: no-repeat;
|
|
34
|
+
background-position: left center;
|
|
35
|
+
background-size: contain;
|
|
36
|
+
}
|
|
37
|
+
.gd-attribute-hierarchy-detail-panel .is-date::before {
|
|
38
|
+
content: "";
|
|
39
|
+
width: 18px;
|
|
40
|
+
height: 20px;
|
|
41
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
42
|
+
background-repeat: no-repeat;
|
|
43
|
+
background-position: left center;
|
|
44
|
+
background-size: contain;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/*# sourceMappingURL=attribute_hierarchy_detail.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../scss/attribute_hierarchy_detail.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss"],"names":[],"mappings":"AAIA;EACI;EACA;EACA;EACA;EACA,OCqBY;;ADnBZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA,OCCe;;ADEnB;EACI;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA","file":"attribute_hierarchy_detail.css"}
|
|
@@ -229,4 +229,13 @@
|
|
|
229
229
|
max-width: 341px;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
+
.gd-interactions-section.adi-bucket-configuration {
|
|
233
|
+
padding-top: 16px;
|
|
234
|
+
padding-bottom: 16px;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.gd-table-canvas-section.adi-bucket-configuration {
|
|
238
|
+
padding: 0;
|
|
239
|
+
}
|
|
240
|
+
|
|
232
241
|
/*# sourceMappingURL=config_panel.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/colorPicker.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/config_panel.scss"],"names":[],"mappings":"AAGA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EAGI;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EAGI;;;AAKZ;EACI;EACA,OClCY;EDmCZ;EACA;;AAEA;AAAA;EAEI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AEjHR;EACI,QAHmB;;;AAOnB;EACI,ODqBQ;ECpBR,YD4FgB;;ACvFhB;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA,OAjCqB;EAkCrB,QAlCqB;EAmCrB;EACA;EACA,aArCqB;;AAuCrB;EACI;EACA;EACA,OD/BS;ECgCT;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OAhEqB;EAiErB,QAjEqB;EAkErB,QAjEmB;EAkEnB;EACA;EACA;EACA;;AAEA;EAII,cDjES;ECkET;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,KA1Fe;EA2Ff;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA,ODlHgB;;;ACqHpB;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI","file":"config_panel.css"}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/colorPicker.scss","../../../node_modules/@gooddata/sdk-ui-kit/styles/scss/variables.scss","../scss/config_panel.scss"],"names":[],"mappings":"AAGA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAGJ;EAGI;EACA;EACA;;AAIA;EACI;;AAGJ;EACI;;AAGJ;EAGI;;;AAKZ;EACI;EACA,OClCY;EDmCZ;EACA;;AAEA;AAAA;EAEI;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;;AAIR;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AEjHR;EACI,QAHmB;;;AAOnB;EACI,ODqBQ;ECpBR,YD4FgB;;ACvFhB;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;;AAKZ;EACI;EACA,OAjCqB;EAkCrB,QAlCqB;EAmCrB;EACA;EACA,aArCqB;;AAuCrB;EACI;EACA;EACA,OD/BS;ECgCT;EACA;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI,OAhEqB;EAiErB,QAjEqB;EAkErB,QAjEmB;EAkEnB;EACA;EACA;EACA;;AAEA;EAII,cDjES;ECkET;EACA;;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA,KA1Fe;EA2Ff;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAIR;EACI;EACA;;AAIA;EACI;EACA;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA,ODlHgB;;;ACqHpB;EACI;;AAEA;EACI;;AAGJ;EACI;EACA;;;AAIR;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI","file":"config_panel.css"}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// (C) 2023 GoodData Corporation
|
|
2
|
+
|
|
3
|
+
@use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
|
|
4
|
+
|
|
5
|
+
.gd-attribute-hierarchy-detail-panel {
|
|
6
|
+
width: 200px;
|
|
7
|
+
padding: 8px 5px;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
color: kit-variables.$gd-color-text;
|
|
11
|
+
|
|
12
|
+
.gd-attribute-hierarchy-detail-title {
|
|
13
|
+
font-size: 14px;
|
|
14
|
+
line-height: 23px;
|
|
15
|
+
margin-bottom: 10px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.gd-attribute-hierarchy-detail-levels {
|
|
19
|
+
font-size: 10px;
|
|
20
|
+
line-height: normal;
|
|
21
|
+
text-transform: uppercase;
|
|
22
|
+
margin-bottom: 3px;
|
|
23
|
+
color: kit-variables.$gd-color-state-blank;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.gd-attribute-hierarchy-detail-item {
|
|
27
|
+
font-size: 12px;
|
|
28
|
+
line-height: 20px;
|
|
29
|
+
display: flex;
|
|
30
|
+
flex-direction: row;
|
|
31
|
+
gap: 5px;
|
|
32
|
+
align-items: center;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.is-attribute::before {
|
|
36
|
+
content: "";
|
|
37
|
+
width: 18px;
|
|
38
|
+
height: 20px;
|
|
39
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
40
|
+
background-repeat: no-repeat;
|
|
41
|
+
background-position: left center;
|
|
42
|
+
background-size: contain;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.is-date::before {
|
|
46
|
+
content: "";
|
|
47
|
+
width: 18px;
|
|
48
|
+
height: 20px;
|
|
49
|
+
background-image: url("~@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
50
|
+
background-repeat: no-repeat;
|
|
51
|
+
background-position: left center;
|
|
52
|
+
background-size: contain;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -152,3 +152,12 @@ $color-picker-spacing: 5px;
|
|
|
152
152
|
.bubble.continuous-line-tooltip {
|
|
153
153
|
max-width: 341px;
|
|
154
154
|
}
|
|
155
|
+
|
|
156
|
+
.gd-interactions-section.adi-bucket-configuration {
|
|
157
|
+
padding-top: 16px;
|
|
158
|
+
padding-bottom: 16px;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.gd-table-canvas-section.adi-bucket-configuration {
|
|
162
|
+
padding: 0;
|
|
163
|
+
}
|
package/styles/scss/main.scss
CHANGED