@gooddata/sdk-ui-charts 11.18.0-alpha.7 → 11.18.0-alpha.8
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 +17 -4
- package/esm/highcharts/chartTypes/_chartOptions/chartCapabilities.d.ts +7 -7
- package/esm/highcharts/chartTypes/comboChart/comboChartOptions.d.ts +1 -1
- package/esm/highcharts/chartTypes/waterfallChart/waterfallChartsSeries.d.ts +1 -1
- package/esm/highcharts/constants/label.d.ts +1 -1
- package/package.json +15 -14
package/NOTICE
CHANGED
|
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
|
|
|
9
9
|
|
|
10
10
|
Date generated: 2026-1-28
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: da5a4d893353305dc07f87f44ff1818b565ec48d
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -339,7 +339,7 @@ Revision ID: a61bddeb034dc2a7a6ebf9a9d3ced8af99cc690f
|
|
|
339
339
|
- bail (2.0.2) [MIT]
|
|
340
340
|
- balanced-match (1.0.2) [MIT]
|
|
341
341
|
- base64-js (1.5.1) [MIT]
|
|
342
|
-
- baseline-browser-mapping (2.
|
|
342
|
+
- baseline-browser-mapping (2.9.19) [Apache-2.0]
|
|
343
343
|
- batch (0.6.1) [MIT]
|
|
344
344
|
- binary-extensions (2.3.0) [MIT]
|
|
345
345
|
- bl (4.1.0) [MIT]
|
|
@@ -709,6 +709,7 @@ Revision ID: a61bddeb034dc2a7a6ebf9a9d3ced8af99cc690f
|
|
|
709
709
|
- mimic-fn (2.1.0) [MIT]
|
|
710
710
|
- minimalistic-assert (1.0.1) [ISC]
|
|
711
711
|
- minimatch (10.0.3) [MIT]
|
|
712
|
+
- minimatch (10.1.1) [MIT]
|
|
712
713
|
- minimatch (3.1.2) [MIT]
|
|
713
714
|
- minimist (1.2.8) [MIT]
|
|
714
715
|
- minipass (3.3.6) [ISC]
|
|
@@ -4817,9 +4818,9 @@ MIT
|
|
|
4817
4818
|
|
|
4818
4819
|
|
|
4819
4820
|
--------------------------------------------------------------------------------
|
|
4820
|
-
Package Title: baseline-browser-mapping (2.
|
|
4821
|
+
Package Title: baseline-browser-mapping (2.9.19)
|
|
4821
4822
|
|
|
4822
|
-
Package Locator: npm+baseline-browser-mapping$2.
|
|
4823
|
+
Package Locator: npm+baseline-browser-mapping$2.9.19
|
|
4823
4824
|
|
|
4824
4825
|
Package Depth: Transitive
|
|
4825
4826
|
--------------------------------------------------------------------------------
|
|
@@ -9276,6 +9277,18 @@ Package Depth: Transitive
|
|
|
9276
9277
|
MIT
|
|
9277
9278
|
|
|
9278
9279
|
|
|
9280
|
+
--------------------------------------------------------------------------------
|
|
9281
|
+
Package Title: minimatch (10.1.1)
|
|
9282
|
+
|
|
9283
|
+
Package Locator: npm+minimatch$10.1.1
|
|
9284
|
+
|
|
9285
|
+
Package Depth: Transitive
|
|
9286
|
+
--------------------------------------------------------------------------------
|
|
9287
|
+
|
|
9288
|
+
* Declared Licenses *
|
|
9289
|
+
MIT
|
|
9290
|
+
|
|
9291
|
+
|
|
9279
9292
|
--------------------------------------------------------------------------------
|
|
9280
9293
|
Package Title: minimatch (3.1.2)
|
|
9281
9294
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const supportedDualAxesChartTypes: ("
|
|
2
|
-
export declare const supportedTooltipFollowPointerChartTypes: ("
|
|
3
|
-
export declare const supportedStackingAttributesChartTypes: ("
|
|
4
|
-
export declare const multiMeasuresAlternatingTypes: ("pie" | "
|
|
5
|
-
export declare const unsupportedNegativeValuesTypes: ("
|
|
6
|
-
export declare const showingNameInLegendWhenViewByPresent: ("pie" | "
|
|
7
|
-
export declare const unsupportedStackingTypes: ("
|
|
1
|
+
export declare const supportedDualAxesChartTypes: ("column" | "bar" | "bullet" | "line" | "area" | "combo" | "combo2" | "waterfall")[];
|
|
2
|
+
export declare const supportedTooltipFollowPointerChartTypes: ("column" | "bar" | "bullet" | "combo" | "combo2" | "waterfall")[];
|
|
3
|
+
export declare const supportedStackingAttributesChartTypes: ("column" | "bar" | "bullet" | "area" | "combo" | "combo2" | "waterfall")[];
|
|
4
|
+
export declare const multiMeasuresAlternatingTypes: ("pie" | "donut" | "treemap" | "funnel" | "pyramid" | "waterfall")[];
|
|
5
|
+
export declare const unsupportedNegativeValuesTypes: ("pie" | "donut" | "treemap" | "funnel" | "pyramid" | "sankey" | "dependencywheel")[];
|
|
6
|
+
export declare const showingNameInLegendWhenViewByPresent: ("pie" | "donut" | "funnel" | "pyramid")[];
|
|
7
|
+
export declare const unsupportedStackingTypes: ("line" | "scatter" | "area" | "bubble")[];
|
|
8
8
|
//# sourceMappingURL=chartCapabilities.d.ts.map
|
|
@@ -7,7 +7,7 @@ export declare const CHART_ORDER: Record<string, number>;
|
|
|
7
7
|
/**
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
|
-
export declare const COMBO_SUPPORTED_CHARTS: ("
|
|
10
|
+
export declare const COMBO_SUPPORTED_CHARTS: ("column" | "line" | "area")[];
|
|
11
11
|
export declare function getComboChartSeries(config: IChartConfig, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], series: ISeriesItem[], dv: DataViewFacade): ISeriesItem[];
|
|
12
12
|
export declare function canComboChartBeStackedInPercent(series: ISeriesItem[] | undefined): boolean;
|
|
13
13
|
export declare function getComboChartStackingConfig(config: IChartConfig, series: ISeriesItem[], defaultStacking: StackingType): StackingType;
|
|
@@ -3,7 +3,7 @@ import { type DataViewFacade } from "@gooddata/sdk-ui";
|
|
|
3
3
|
import { type IChartFillConfig, type IColorStrategy } from "@gooddata/sdk-ui-vis-commons";
|
|
4
4
|
import { type IUnwrappedAttributeHeadersWithItems } from "../../typings/mess.js";
|
|
5
5
|
import { type IPointData } from "../../typings/unsafe.js";
|
|
6
|
-
export declare function getColorOrLegendIndex(yValue: number, isTotal?: boolean):
|
|
6
|
+
export declare function getColorOrLegendIndex(yValue: number, isTotal?: boolean): 2 | 0 | 1;
|
|
7
7
|
export declare function getWaterfallChartSeries(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], viewByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string, chartFill: IChartFillConfig | undefined, theme: ITheme | undefined): ({
|
|
8
8
|
legendIndex: number;
|
|
9
9
|
data: IPointData[];
|
|
@@ -8,5 +8,5 @@ export declare const getBackplateLabelStyling: (theme?: ITheme | null) => Highch
|
|
|
8
8
|
export declare const getBackplateLabelStyle: (theme?: ITheme | null) => CSSObject;
|
|
9
9
|
export declare const getBackplateLabelColor: (theme?: ITheme | null) => string;
|
|
10
10
|
export declare const DATA_LABEL_C6: CSSObject;
|
|
11
|
-
export declare const whiteDataLabelTypes: ("pie" | "
|
|
11
|
+
export declare const whiteDataLabelTypes: ("pie" | "donut" | "bubble" | "treemap" | "funnel" | "pyramid")[];
|
|
12
12
|
//# sourceMappingURL=label.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
|
3
|
-
"version": "11.18.0-alpha.
|
|
3
|
+
"version": "11.18.0-alpha.8",
|
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"ts-invariant": "^0.7.5",
|
|
70
70
|
"tslib": "2.8.1",
|
|
71
71
|
"uuid": "^11.1.0",
|
|
72
|
-
"@gooddata/sdk-
|
|
73
|
-
"@gooddata/sdk-
|
|
74
|
-
"@gooddata/sdk-
|
|
75
|
-
"@gooddata/sdk-ui-
|
|
76
|
-
"@gooddata/sdk-ui-
|
|
77
|
-
"@gooddata/sdk-ui-vis-commons": "11.18.0-alpha.
|
|
78
|
-
"@gooddata/util": "11.18.0-alpha.
|
|
72
|
+
"@gooddata/sdk-model": "11.18.0-alpha.8",
|
|
73
|
+
"@gooddata/sdk-ui": "11.18.0-alpha.8",
|
|
74
|
+
"@gooddata/sdk-backend-spi": "11.18.0-alpha.8",
|
|
75
|
+
"@gooddata/sdk-ui-kit": "11.18.0-alpha.8",
|
|
76
|
+
"@gooddata/sdk-ui-theme-provider": "11.18.0-alpha.8",
|
|
77
|
+
"@gooddata/sdk-ui-vis-commons": "11.18.0-alpha.8",
|
|
78
|
+
"@gooddata/util": "11.18.0-alpha.8"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -97,7 +97,6 @@
|
|
|
97
97
|
"dependency-cruiser": "^14.1.2",
|
|
98
98
|
"eslint": "^8.57.1",
|
|
99
99
|
"eslint-config-prettier": "10.1.8",
|
|
100
|
-
"eslint-plugin-eslint-comments": "3.2.0",
|
|
101
100
|
"eslint-plugin-header": "3.1.1",
|
|
102
101
|
"eslint-plugin-import": "2.32.0",
|
|
103
102
|
"eslint-plugin-import-esm": "1.2.1",
|
|
@@ -108,10 +107,11 @@
|
|
|
108
107
|
"eslint-plugin-react": "7.37.5",
|
|
109
108
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
110
109
|
"eslint-plugin-regexp": "1.15.0",
|
|
111
|
-
"eslint-plugin-sonarjs": "0.
|
|
110
|
+
"eslint-plugin-sonarjs": "3.0.6",
|
|
112
111
|
"eslint-plugin-tsdoc": "0.2.14",
|
|
113
112
|
"full-icu": "^1.3.0",
|
|
114
113
|
"happy-dom": "18.0.1",
|
|
114
|
+
"npm-run-all": "^4.1.5",
|
|
115
115
|
"prettier": "^3.6.2",
|
|
116
116
|
"raf": "^3.4.1",
|
|
117
117
|
"react": "19.1.1",
|
|
@@ -123,9 +123,9 @@
|
|
|
123
123
|
"typescript": "5.9.3",
|
|
124
124
|
"vitest": "4.0.8",
|
|
125
125
|
"vitest-dom": "0.1.1",
|
|
126
|
-
"@gooddata/eslint-config": "11.18.0-alpha.
|
|
127
|
-
"@gooddata/
|
|
128
|
-
"@gooddata/
|
|
126
|
+
"@gooddata/eslint-config": "11.18.0-alpha.8",
|
|
127
|
+
"@gooddata/reference-workspace": "11.18.0-alpha.8",
|
|
128
|
+
"@gooddata/sdk-backend-mockingbird": "11.18.0-alpha.8"
|
|
129
129
|
},
|
|
130
130
|
"peerDependencies": {
|
|
131
131
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
"_phase:validate": "npm run validate",
|
|
138
138
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
139
139
|
"build": "bash scripts/build.sh",
|
|
140
|
+
"build-check": "tsc",
|
|
140
141
|
"build-ts": "tsc -p tsconfig.build.json",
|
|
141
142
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|
|
142
143
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
"stylelint-fix": "stylelint '**/*.scss' --fix",
|
|
150
151
|
"test": "vitest watch",
|
|
151
152
|
"test-once": "vitest run",
|
|
152
|
-
"validate": "
|
|
153
|
+
"validate": "export BROWSERSLIST_IGNORE_OLD_DATA=true && npm run dep-cruiser && npm run eslint && npm run stylelint && npm run validate-locales && npm run prettier-check && npm run validate-theming",
|
|
153
154
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-ui-charts\"'",
|
|
154
155
|
"validate-locales": "cd ../sdk-ui && npm run validate-locales",
|
|
155
156
|
"validate-theming": "npm run scss && node scripts/validateCss.js"
|