@gooddata/sdk-ui-charts 11.51.0-alpha.0 → 11.51.0-alpha.2
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 +4 -4
- package/esm/highcharts/chartTypes/_chartOptions/chartDrilling.d.ts.map +1 -1
- package/esm/highcharts/chartTypes/_chartOptions/chartDrilling.js +4 -1
- package/esm/highcharts/chartTypes/_chartOptions/chartOptionsBuilder.d.ts.map +1 -1
- package/esm/highcharts/chartTypes/_chartOptions/chartOptionsBuilder.js +8 -1
- package/esm/highcharts/chartTypes/mekko/mekkoChartOptions.d.ts +12 -0
- package/esm/highcharts/chartTypes/mekko/mekkoChartOptions.d.ts.map +1 -1
- package/esm/highcharts/chartTypes/mekko/mekkoChartOptions.js +26 -0
- package/esm/highcharts/chartTypes/mekko/mekkoSeries.d.ts.map +1 -1
- package/esm/highcharts/chartTypes/mekko/mekkoSeries.js +3 -2
- package/package.json +13 -13
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2026-7-
|
|
10
|
+
Date generated: 2026-7-31
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 3d75430be0b9befd6c149fcb1b67712aeb5192fb
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -11521,7 +11521,7 @@ Package Title: require-from-string (2.0.2)
|
|
|
11521
11521
|
|
|
11522
11522
|
Package Locator: npm+require-from-string$2.0.2
|
|
11523
11523
|
|
|
11524
|
-
Package Depth:
|
|
11524
|
+
Package Depth: Transitive
|
|
11525
11525
|
--------------------------------------------------------------------------------
|
|
11526
11526
|
|
|
11527
11527
|
* Declared Licenses *
|
|
@@ -29285,4 +29285,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
29285
29285
|
--------------------------------------------------------------------------------
|
|
29286
29286
|
--------------------------------------------------------------------------------
|
|
29287
29287
|
|
|
29288
|
-
Report Generated by FOSSA on 2026-7-
|
|
29288
|
+
Report Generated by FOSSA on 2026-7-31
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chartDrilling.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/_chartOptions/chartDrilling.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,gBAAgB,EAErB,KAAK,OAAO,EAGf,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"chartDrilling.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/_chartOptions/chartDrilling.ts"],"names":[],"mappings":"AAKA,OAAO,EACH,KAAK,cAAc,EACnB,KAAK,gBAAgB,EAErB,KAAK,OAAO,EAGf,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AA+DjF,wBAAgB,kBAAkB,CAC9B,EAAE,EAAE,cAAc,EAClB,MAAM,EAAE,GAAG,EAAE,EACb,cAAc,EAAE,gBAAgB,EAAE,EAClC,gBAAgB,EAAE,CAAC,mCAAmC,GAAG,SAAS,GAAG,IAAI,CAAC,EAAE,EAC5E,gBAAgB,EAAE,mCAAmC,GAAG,SAAS,GAAG,IAAI,EACxE,IAAI,EAAE,OAAO,GAAG,SAAS,EACzB,sBAAsB,GAAE,OAAe,EACvC,oBAAoB,GAAE,OAAe,GACtC,GAAG,CA0HL"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// (C) 2007-2026 GoodData Corporation
|
|
2
2
|
import { omit, without } from "lodash-es";
|
|
3
3
|
import { getDrillIntersection, isSomeHeaderPredicateMatched, } from "@gooddata/sdk-ui";
|
|
4
|
-
import { isBubbleChart, isHeatmap, isOneOfTypes, isScatterPlot, isTreemap, unwrap } from "../_util/common.js";
|
|
4
|
+
import { isBubbleChart, isHeatmap, isMekko, isOneOfTypes, isScatterPlot, isTreemap, unwrap, } from "../_util/common.js";
|
|
5
5
|
import { findMeasureGroupInDimensions } from "../_util/executionResultHelper.js";
|
|
6
6
|
import { multiMeasuresAlternatingTypes } from "./chartCapabilities.js";
|
|
7
7
|
function getViewBy(viewByAttribute, viewByIndex) {
|
|
@@ -56,6 +56,9 @@ export function getDrillableSeries(dv, series, drillableItems, viewByAttributes,
|
|
|
56
56
|
else if (isBubbleChart(type)) {
|
|
57
57
|
measureHeaders = (measureGroup.items ?? []).slice(0, 3);
|
|
58
58
|
}
|
|
59
|
+
else if (isMekko(type)) {
|
|
60
|
+
measureHeaders = (measureGroup.items ?? []).slice(0, 2);
|
|
61
|
+
}
|
|
59
62
|
else if (isStackedTreemap) {
|
|
60
63
|
if (pointData.id !== undefined) {
|
|
61
64
|
// not leaf -> can't be drillable
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chartOptionsBuilder.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/_chartOptions/chartOptionsBuilder.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAyD,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACzG,OAAO,EAEH,cAAc,EACd,KAAK,gBAAgB,EAGxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,8BAA8B,CAAC;AAE3F,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAC;AASvE,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAEH,KAAK,aAAa,EAClB,KAAK,WAAW,EAEnB,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"chartOptionsBuilder.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/_chartOptions/chartOptionsBuilder.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,EAAyD,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AACzG,OAAO,EAEH,cAAc,EACd,KAAK,gBAAgB,EAGxB,MAAM,kBAAkB,CAAC;AAC1B,OAAO,EAAE,KAAK,cAAc,EAA0B,MAAM,8BAA8B,CAAC;AAE3F,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAC;AASvE,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,oBAAoB,CAAC;AACtE,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAEH,KAAK,aAAa,EAClB,KAAK,WAAW,EAEnB,MAAM,yBAAyB,CAAC;AA+JjC,eAAO,MAAM,yBAAyB,IAAI,CAAC;AAC3C,eAAO,MAAM,2BAA2B,IAAI,CAAC;AAE7C,wBAAgB,qBAAqB,CACjC,MAAM,2BAAoB,EAC1B,aAAa,EAAE,cAAc,GAC9B,2BAA2B,EAAE,CAoC/B;AAED,wBAAgB,2BAA2B,CAAC,EAAE,EAAE,cAAc,GAAG,iBAAiB,CAuBjF;AAED,wBAAgB,oBAAoB,CAAC,EAAE,EAAE,cAAc,GAAG,iBAAiB,CA4C1E;AAED,wBAAgB,wBAAwB,CAAC,EAAE,EAAE,cAAc,GAAG,iBAAiB,CAmB9E;AAED,KAAK,iBAAiB,GAAG;IACrB,eAAe,CAAC,EAAE,mCAAmC,GAAG,IAAI,CAAC;IAC7D,qBAAqB,CAAC,EAAE,mCAAmC,GAAG,IAAI,CAAC;IACnE,gBAAgB,CAAC,EAAE,mCAAmC,GAAG,IAAI,CAAC;IAC9D,qBAAqB,CAAC,EAAE,OAAO,CAAC;CACnC,CAAC;AAsFF,wBAAgB,eAAe,CAC3B,QAAQ,EAAE,SAAS,EACnB,WAAW,EAAE,YAAY,EACzB,cAAc,EAAE,gBAAgB,EAAE,EAClC,gBAAgB,EAAE,MAAM,EACxB,KAAK,CAAC,EAAE,MAAM,EACd,gBAAgB,CAAC,EAAE,MAAM,EACzB,YAAY,CAAC,EAAE,MAAM,EACrB,cAAc,CAAC,EAAE,MAAM,EACvB,cAAc,CAAC,EAAE,MAAM,GACxB,aAAa,CAief"}
|
|
@@ -9,7 +9,7 @@ import { getChartProperties } from "../_chartCreators/helpers.js";
|
|
|
9
9
|
import { isAreaChart, isBubbleChart, isChartSupported, isComboChart, isHeatmap, isMekko, isOneOfTypes, isPyramid, isSankeyOrDependencyWheel, isScatterPlot, isTreemap, isWaterfall, stringifyChartTypes, unwrap, } from "../_util/common.js";
|
|
10
10
|
import { findAttributeInDimension, findMeasureGroupInDimensions } from "../_util/executionResultHelper.js";
|
|
11
11
|
import { canComboChartBeStackedInPercent, getComboChartSeries, getComboChartStackingConfig, } from "../comboChart/comboChartOptions.js";
|
|
12
|
-
import { dropZeroWidthMekkoColumns, isMekkoPercentBlockedByNegatives } from "../mekko/mekkoChartOptions.js";
|
|
12
|
+
import { collapseMekkoViewByItems, dropZeroWidthMekkoColumns, isMekkoPercentBlockedByNegatives, } from "../mekko/mekkoChartOptions.js";
|
|
13
13
|
import { buildWaterfallChartSeries, getColorAssignment, getWaterfallChartCategories, } from "../waterfallChart/waterfallChartOptions.js";
|
|
14
14
|
import { assignYAxes, getXAxes, getYAxes } from "./chartAxes.js";
|
|
15
15
|
import { multiMeasuresAlternatingTypes, showingNameInLegendWhenViewByPresent, unsupportedStackingTypes, } from "./chartCapabilities.js";
|
|
@@ -194,6 +194,13 @@ function chartedAttributeDiscovery(dv, chartType) {
|
|
|
194
194
|
if (isScatterPlot(chartType)) {
|
|
195
195
|
return getScatterPlotAttributes(dv);
|
|
196
196
|
}
|
|
197
|
+
if (isMekko(chartType)) {
|
|
198
|
+
const attributes = defaultChartedAttributeDiscovery(dv);
|
|
199
|
+
return {
|
|
200
|
+
...attributes,
|
|
201
|
+
viewByAttribute: collapseMekkoViewByItems(dv, attributes.viewByAttribute),
|
|
202
|
+
};
|
|
203
|
+
}
|
|
197
204
|
return defaultChartedAttributeDiscovery(dv);
|
|
198
205
|
}
|
|
199
206
|
function getLegendLabel(type, viewByAttribute, stackByAttribute) {
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
+
import { type DataViewFacade } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type IUnwrappedAttributeHeadersWithItems } from "../../typings/mess.js";
|
|
1
3
|
import { type ISeriesItem } from "../../typings/unsafe.js";
|
|
4
|
+
/**
|
|
5
|
+
* Stacked Mekko executes with [[stackBy], [viewBy, MeasureGroup]], so the view-by header items
|
|
6
|
+
* enumerate view × measure combinations. Downstream consumers (categories, point names, drills)
|
|
7
|
+
* index them by column, so collapse to one item per view value. No-op without a measure group
|
|
8
|
+
* in the view-by dimension or with fewer than two measures.
|
|
9
|
+
*
|
|
10
|
+
* The `index % measureCount` stride holds only because MeasureGroup is the last header in its
|
|
11
|
+
* dimension (the invariant `findMeasureGroupInDimensions` enforces).
|
|
12
|
+
*/
|
|
13
|
+
export declare function collapseMekkoViewByItems(dv: DataViewFacade, viewByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null): IUnwrappedAttributeHeadersWithItems | undefined | null;
|
|
2
14
|
/**
|
|
3
15
|
* Mekko can't stack to 100% with negative Height values (percent of mixed-sign segments is
|
|
4
16
|
* undefined) — it falls back to absolute stacking. Evaluated once in getChartOptions and exposed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mekkoChartOptions.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/mekko/mekkoChartOptions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mekkoChartOptions.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/mekko/mekkoChartOptions.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAGvD,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAG3D;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACpC,EAAE,EAAE,cAAc,EAClB,eAAe,EAAE,mCAAmC,GAAG,SAAS,GAAG,IAAI,GACxE,mCAAmC,GAAG,SAAS,GAAG,IAAI,CAiBxD;AAED;;;;;GAKG;AACH,wBAAgB,gCAAgC,CAC5C,IAAI,EAAE,MAAM,GAAG,SAAS,EACxB,MAAM,EAAE,WAAW,EAAE,GAAG,SAAS,GAClC,OAAO,CAET;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CAAC,SAAS,EAC/C,MAAM,EAAE,WAAW,EAAE,EACrB,UAAU,EAAE,SAAS,EAAE,GACxB;IAAE,MAAM,EAAE,WAAW,EAAE,CAAC;IAAC,UAAU,EAAE,SAAS,EAAE,CAAA;CAAE,CAkBpD"}
|
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
// (C) 2026 GoodData Corporation
|
|
2
|
+
import { isMeasureGroupDescriptor } from "@gooddata/sdk-model";
|
|
3
|
+
import { VIEW_BY_DIMENSION_INDEX } from "../../constants/dimensions.js";
|
|
2
4
|
import { isMekko, isNegativeValueIncluded } from "../_util/common.js";
|
|
5
|
+
/**
|
|
6
|
+
* Stacked Mekko executes with [[stackBy], [viewBy, MeasureGroup]], so the view-by header items
|
|
7
|
+
* enumerate view × measure combinations. Downstream consumers (categories, point names, drills)
|
|
8
|
+
* index them by column, so collapse to one item per view value. No-op without a measure group
|
|
9
|
+
* in the view-by dimension or with fewer than two measures.
|
|
10
|
+
*
|
|
11
|
+
* The `index % measureCount` stride holds only because MeasureGroup is the last header in its
|
|
12
|
+
* dimension (the invariant `findMeasureGroupInDimensions` enforces).
|
|
13
|
+
*/
|
|
14
|
+
export function collapseMekkoViewByItems(dv, viewByAttribute) {
|
|
15
|
+
if (!viewByAttribute) {
|
|
16
|
+
return viewByAttribute;
|
|
17
|
+
}
|
|
18
|
+
const viewByDimension = dv.meta().dimensions()[VIEW_BY_DIMENSION_INDEX];
|
|
19
|
+
const measureGroup = viewByDimension?.headers?.find(isMeasureGroupDescriptor);
|
|
20
|
+
const measureCount = measureGroup?.measureGroupHeader.items.length ?? 0;
|
|
21
|
+
if (measureCount <= 1) {
|
|
22
|
+
return viewByAttribute;
|
|
23
|
+
}
|
|
24
|
+
return {
|
|
25
|
+
...viewByAttribute,
|
|
26
|
+
items: viewByAttribute.items.filter((_, index) => index % measureCount === 0),
|
|
27
|
+
};
|
|
28
|
+
}
|
|
3
29
|
/**
|
|
4
30
|
* Mekko can't stack to 100% with negative Height values (percent of mixed-sign segments is
|
|
5
31
|
* undefined) — it falls back to absolute stacking. Evaluated once in getChartOptions and exposed
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mekkoSeries.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/mekko/mekkoSeries.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,uBAAuB,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAChG,OAAO,EAAE,KAAK,cAAc,EAAiC,MAAM,kBAAkB,CAAC;AACtF,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,cAAc,EAEtB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAmB,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AA8BlF,wBAAgB,cAAc,CAC1B,EAAE,EAAE,cAAc,EAClB,YAAY,EAAE,uBAAuB,CAAC,oBAAoB,CAAC,EAC3D,eAAe,EAAE,mCAAmC,GAAG,SAAS,GAAG,IAAI,EACvE,gBAAgB,EAAE,mCAAmC,GAAG,SAAS,GAAG,IAAI,EACxE,aAAa,EAAE,cAAc,EAC7B,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,gBAAgB,GAAG,SAAS,EACxC,MAAM,EAAE,MAAM,GAAG,SAAS,GAC3B,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"mekkoSeries.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/mekko/mekkoSeries.ts"],"names":[],"mappings":"AAEA,OAAO,EAAkB,KAAK,uBAAuB,EAAE,KAAK,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAChG,OAAO,EAAE,KAAK,cAAc,EAAiC,MAAM,kBAAkB,CAAC;AACtF,OAAO,EACH,KAAK,gBAAgB,EACrB,KAAK,cAAc,EAEtB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,KAAK,mCAAmC,EAAE,MAAM,uBAAuB,CAAC;AACjF,OAAO,EAAmB,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AA8BlF,wBAAgB,cAAc,CAC1B,EAAE,EAAE,cAAc,EAClB,YAAY,EAAE,uBAAuB,CAAC,oBAAoB,CAAC,EAC3D,eAAe,EAAE,mCAAmC,GAAG,SAAS,GAAG,IAAI,EACvE,gBAAgB,EAAE,mCAAmC,GAAG,SAAS,GAAG,IAAI,EACxE,aAAa,EAAE,cAAc,EAC7B,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,gBAAgB,GAAG,SAAS,EACxC,MAAM,EAAE,MAAM,GAAG,SAAS,GAC3B,iBAAiB,EAAE,CAiGrB"}
|
|
@@ -59,8 +59,9 @@ export function getMekkoSeries(dv, measureGroup, viewByAttribute, stackByAttribu
|
|
|
59
59
|
// Stacked layout from getBarColumnDimensions: [[stackBy], [viewBy, MeasureGroup]].
|
|
60
60
|
// twoDimData rows = stack segments; each row's columns are ordered viewBy × measure
|
|
61
61
|
// (view-major: [v0_width, v0_height, v1_width, v1_height, ...]).
|
|
62
|
-
// viewCount
|
|
63
|
-
//
|
|
62
|
+
// viewCount comes from the data width rather than viewByAttribute.items.length, so this
|
|
63
|
+
// builder doesn't depend on the items having been collapsed to one per view value
|
|
64
|
+
// upstream (collapseMekkoViewByItems).
|
|
64
65
|
const viewCount = Math.round(data[0].length / measureCount);
|
|
65
66
|
// column width (z) = width measure reduced to one value per column (summed across the
|
|
66
67
|
// stack), sign-preserved. A net-negative column width is invalid and is rejected upstream
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
|
3
|
-
"version": "11.51.0-alpha.
|
|
3
|
+
"version": "11.51.0-alpha.2",
|
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"ts-invariant": "0.10.3",
|
|
70
70
|
"tslib": "2.8.1",
|
|
71
71
|
"uuid": "11.1.1",
|
|
72
|
-
"@gooddata/sdk-backend-spi": "11.51.0-alpha.
|
|
73
|
-
"@gooddata/sdk-model": "11.51.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui": "11.51.0-alpha.
|
|
75
|
-
"@gooddata/sdk-ui-kit": "11.51.0-alpha.
|
|
76
|
-
"@gooddata/sdk-ui-theme-provider": "11.51.0-alpha.
|
|
77
|
-
"@gooddata/sdk-ui-vis-commons": "11.51.0-alpha.
|
|
78
|
-
"@gooddata/util": "11.51.0-alpha.
|
|
72
|
+
"@gooddata/sdk-backend-spi": "11.51.0-alpha.2",
|
|
73
|
+
"@gooddata/sdk-model": "11.51.0-alpha.2",
|
|
74
|
+
"@gooddata/sdk-ui": "11.51.0-alpha.2",
|
|
75
|
+
"@gooddata/sdk-ui-kit": "11.51.0-alpha.2",
|
|
76
|
+
"@gooddata/sdk-ui-theme-provider": "11.51.0-alpha.2",
|
|
77
|
+
"@gooddata/sdk-ui-vis-commons": "11.51.0-alpha.2",
|
|
78
|
+
"@gooddata/util": "11.51.0-alpha.2"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
"typescript": "5.9.3",
|
|
121
121
|
"vitest": "4.1.8",
|
|
122
122
|
"vitest-dom": "0.1.1",
|
|
123
|
-
"@gooddata/eslint-config": "11.51.0-alpha.
|
|
124
|
-
"@gooddata/oxlint-config": "11.51.0-alpha.
|
|
125
|
-
"@gooddata/reference-workspace": "11.51.0-alpha.
|
|
126
|
-
"@gooddata/sdk-backend-mockingbird": "11.51.0-alpha.
|
|
127
|
-
"@gooddata/stylelint-config": "11.51.0-alpha.
|
|
123
|
+
"@gooddata/eslint-config": "11.51.0-alpha.2",
|
|
124
|
+
"@gooddata/oxlint-config": "11.51.0-alpha.2",
|
|
125
|
+
"@gooddata/reference-workspace": "11.51.0-alpha.2",
|
|
126
|
+
"@gooddata/sdk-backend-mockingbird": "11.51.0-alpha.2",
|
|
127
|
+
"@gooddata/stylelint-config": "11.51.0-alpha.2"
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"react": "^18.0.0 || ^19.0.0",
|