@gooddata/sdk-ui-dashboard 11.35.0-alpha.1 → 11.35.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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/index.d.ts +1 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js.map +1 -1
- package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js +3 -15
- package/esm/model/commandHandlers/widgets/changeInsightWidgetFilterSettingsHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js +3 -15
- package/esm/model/commandHandlers/widgets/changeRichTextWidgetFilterSettingsHandler.js.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts +2 -2
- package/esm/model/commandHandlers/widgets/common/filterOperations.d.ts.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterOperations.js +76 -6
- package/esm/model/commandHandlers/widgets/common/filterOperations.js.map +1 -1
- package/esm/model/commandHandlers/widgets/common/filterReferences.d.ts +8 -0
- package/esm/model/commandHandlers/widgets/common/filterReferences.d.ts.map +1 -0
- package/esm/model/commandHandlers/widgets/common/filterReferences.js +31 -0
- package/esm/model/commandHandlers/widgets/common/filterReferences.js.map +1 -0
- package/esm/model/commands/insight.d.ts +12 -0
- package/esm/model/commands/insight.d.ts.map +1 -1
- package/esm/model/commands/insight.js +38 -0
- package/esm/model/commands/insight.js.map +1 -1
- package/esm/model/commands/richText.d.ts +12 -0
- package/esm/model/commands/richText.d.ts.map +1 -1
- package/esm/model/commands/richText.js +38 -0
- package/esm/model/commands/richText.js.map +1 -1
- package/esm/model/types/widgetTypes.d.ts +34 -2
- package/esm/model/types/widgetTypes.d.ts.map +1 -1
- package/esm/model/utils/widgetFilters.d.ts.map +1 -1
- package/esm/model/utils/widgetFilters.js +5 -1
- package/esm/model/utils/widgetFilters.js.map +1 -1
- package/esm/presentation/automationFilters/utils.d.ts.map +1 -1
- package/esm/presentation/automationFilters/utils.js +5 -1
- package/esm/presentation/automationFilters/utils.js.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts +2 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.d.ts.map +1 -1
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js +7 -2
- package/esm/presentation/dragAndDrop/draggableMeasureValueFilter/DraggableMeasureValueFilter.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarItem.js.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.d.ts.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js +5 -3
- package/esm/presentation/filterBar/measureValueFilter/DefaultDashboardMeasureValueFilter.js.map +1 -1
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts +4 -0
- package/esm/presentation/filterBar/measureValueFilter/types.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +4 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +4 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.js +2 -4
- package/esm/presentation/widget/common/configuration/AttributeFilterConfigurationItem.js.map +1 -1
- package/esm/presentation/widget/common/configuration/FilterConfiguration.d.ts.map +1 -1
- package/esm/presentation/widget/common/configuration/FilterConfiguration.js +20 -4
- package/esm/presentation/widget/common/configuration/FilterConfiguration.js.map +1 -1
- package/esm/presentation/widget/common/configuration/FilterConfigurationItemLabel.d.ts +13 -0
- package/esm/presentation/widget/common/configuration/FilterConfigurationItemLabel.d.ts.map +1 -0
- package/esm/presentation/widget/common/configuration/FilterConfigurationItemLabel.js +9 -0
- package/esm/presentation/widget/common/configuration/FilterConfigurationItemLabel.js.map +1 -0
- package/esm/presentation/widget/common/configuration/MeasureValueFilterConfigurationItem.d.ts +10 -0
- package/esm/presentation/widget/common/configuration/MeasureValueFilterConfigurationItem.d.ts.map +1 -0
- package/esm/presentation/widget/common/configuration/MeasureValueFilterConfigurationItem.js +33 -0
- package/esm/presentation/widget/common/configuration/MeasureValueFilterConfigurationItem.js.map +1 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.d.ts +6 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.d.ts.map +1 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.js +52 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterCompatibility.js.map +1 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.d.ts +6 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.d.ts.map +1 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.js +95 -0
- package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.js.map +1 -0
- package/esm/sdk-ui-dashboard.d.ts +40 -2
- package/package.json +20 -20
package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { type IWidget, type ObjRef } from "@gooddata/sdk-model";
|
|
2
|
+
export declare function useMeasureValueFilterConfigurationHandling(widget: IWidget, measureRef: ObjRef, onAppliedChanged: (applied: boolean) => void): {
|
|
3
|
+
status: "error" | "loading" | "ok";
|
|
4
|
+
handleIgnoreChanged: (applied: boolean) => void;
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=useMeasureValueFilterConfigurationHandling.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMeasureValueFilterConfigurationHandling.d.ts","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,OAAO,EAAE,KAAK,MAAM,EAAgD,MAAM,qBAAqB,CAAC;AAa9G,wBAAgB,0CAA0C,CACtD,MAAM,EAAE,OAAO,EACf,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI;;;EAgG/C"}
|
package/esm/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.js
ADDED
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
// (C) 2026 GoodData Corporation
|
|
2
|
+
import { useCallback, useState } from "react";
|
|
3
|
+
import { isInsightWidget, isRichTextWidget, widgetRef } from "@gooddata/sdk-model";
|
|
4
|
+
import { safeSerializeObjRef } from "../../../../_staging/metadata/safeSerializeObjRef.js";
|
|
5
|
+
import { ignoreMeasureValueFilterOnInsightWidget, unignoreMeasureValueFilterOnInsightWidget, } from "../../../../model/commands/insight.js";
|
|
6
|
+
import { ignoreMeasureValueFilterOnRichTextWidget, unignoreMeasureValueFilterOnRichTextWidget, } from "../../../../model/commands/richText.js";
|
|
7
|
+
import { useDashboardCommandProcessing } from "../../../../model/react/useDashboardCommandProcessing.js";
|
|
8
|
+
export function useMeasureValueFilterConfigurationHandling(widget, measureRef, onAppliedChanged) {
|
|
9
|
+
const [status, setStatus] = useState("ok");
|
|
10
|
+
const ref = widgetRef(widget);
|
|
11
|
+
const { run: ignoreInsightFilter } = useDashboardCommandProcessing({
|
|
12
|
+
commandCreator: ignoreMeasureValueFilterOnInsightWidget,
|
|
13
|
+
successEvent: "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED",
|
|
14
|
+
errorEvent: "GDC.DASH/EVT.COMMAND.FAILED",
|
|
15
|
+
onBeforeRun: () => {
|
|
16
|
+
onAppliedChanged(false);
|
|
17
|
+
},
|
|
18
|
+
});
|
|
19
|
+
const { run: unignoreInsightFilter } = useDashboardCommandProcessing({
|
|
20
|
+
commandCreator: unignoreMeasureValueFilterOnInsightWidget,
|
|
21
|
+
successEvent: "GDC.DASH/EVT.INSIGHT_WIDGET.FILTER_SETTINGS_CHANGED",
|
|
22
|
+
errorEvent: "GDC.DASH/EVT.COMMAND.FAILED",
|
|
23
|
+
onBeforeRun: () => {
|
|
24
|
+
onAppliedChanged(true);
|
|
25
|
+
setStatus("loading");
|
|
26
|
+
},
|
|
27
|
+
onError: () => {
|
|
28
|
+
setStatus("error");
|
|
29
|
+
},
|
|
30
|
+
onSuccess: () => {
|
|
31
|
+
setStatus("ok");
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
const { run: ignoreRichTextFilter } = useDashboardCommandProcessing({
|
|
35
|
+
commandCreator: ignoreMeasureValueFilterOnRichTextWidget,
|
|
36
|
+
successEvent: "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED",
|
|
37
|
+
errorEvent: "GDC.DASH/EVT.COMMAND.FAILED",
|
|
38
|
+
onBeforeRun: () => {
|
|
39
|
+
onAppliedChanged(false);
|
|
40
|
+
},
|
|
41
|
+
});
|
|
42
|
+
const { run: unignoreRichTextFilter } = useDashboardCommandProcessing({
|
|
43
|
+
commandCreator: unignoreMeasureValueFilterOnRichTextWidget,
|
|
44
|
+
successEvent: "GDC.DASH/EVT.RICH_TEXT_WIDGET.FILTER_SETTINGS_CHANGED",
|
|
45
|
+
errorEvent: "GDC.DASH/EVT.COMMAND.FAILED",
|
|
46
|
+
onBeforeRun: () => {
|
|
47
|
+
onAppliedChanged(true);
|
|
48
|
+
setStatus("loading");
|
|
49
|
+
},
|
|
50
|
+
onError: () => {
|
|
51
|
+
setStatus("error");
|
|
52
|
+
},
|
|
53
|
+
onSuccess: () => {
|
|
54
|
+
setStatus("ok");
|
|
55
|
+
},
|
|
56
|
+
});
|
|
57
|
+
const handleIgnoreChanged = useCallback((applied) => {
|
|
58
|
+
let ignore;
|
|
59
|
+
let unignore;
|
|
60
|
+
if (isInsightWidget(widget)) {
|
|
61
|
+
ignore = ignoreInsightFilter;
|
|
62
|
+
unignore = unignoreInsightFilter;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
ignore = ignoreRichTextFilter;
|
|
66
|
+
unignore = unignoreRichTextFilter;
|
|
67
|
+
}
|
|
68
|
+
if (applied) {
|
|
69
|
+
unignore(ref, measureRef);
|
|
70
|
+
}
|
|
71
|
+
else {
|
|
72
|
+
ignore(ref, measureRef);
|
|
73
|
+
}
|
|
74
|
+
},
|
|
75
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
76
|
+
[
|
|
77
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
78
|
+
isInsightWidget(widget),
|
|
79
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
80
|
+
isRichTextWidget(widget),
|
|
81
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
82
|
+
safeSerializeObjRef(measureRef),
|
|
83
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
84
|
+
safeSerializeObjRef(ref),
|
|
85
|
+
ignoreInsightFilter,
|
|
86
|
+
ignoreRichTextFilter,
|
|
87
|
+
unignoreInsightFilter,
|
|
88
|
+
unignoreRichTextFilter,
|
|
89
|
+
]);
|
|
90
|
+
return {
|
|
91
|
+
status,
|
|
92
|
+
handleIgnoreChanged,
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
//# sourceMappingURL=useMeasureValueFilterConfigurationHandling.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useMeasureValueFilterConfigurationHandling.js","sourceRoot":"","sources":["../../../../../src/presentation/widget/common/configuration/useMeasureValueFilterConfigurationHandling.ts"],"names":[],"mappings":"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"}
|
|
@@ -4944,7 +4944,7 @@ export declare type FilterGroupComponentProvider = (filterGroup: IDashboardFilte
|
|
|
4944
4944
|
/**
|
|
4945
4945
|
* @beta
|
|
4946
4946
|
*/
|
|
4947
|
-
export declare type FilterOperations = "enableDateFilter" | "disableDateFilter" | "replaceAttributeIgnores" | "ignoreAttributeFilter" | "unignoreAttributeFilter" | "ignoreDateFilter" | "unignoreDateFilter" | "replace";
|
|
4947
|
+
export declare type FilterOperations = "enableDateFilter" | "disableDateFilter" | "replaceAttributeIgnores" | "ignoreAttributeFilter" | "unignoreAttributeFilter" | "ignoreDateFilter" | "unignoreDateFilter" | "ignoreMeasureValueFilter" | "unignoreMeasureValueFilter" | "replace";
|
|
4948
4948
|
|
|
4949
4949
|
/**
|
|
4950
4950
|
* Contains information about dashboard filters.
|
|
@@ -10969,6 +10969,10 @@ export declare interface IDashboardMeasureValueFilterProps {
|
|
|
10969
10969
|
* @param conditions - the new conditions; empty or undefined means "All"
|
|
10970
10970
|
*/
|
|
10971
10971
|
onMeasureValueFilterChanged: (filter: IDashboardMeasureValueFilter, conditions: MeasureValueFilterCondition[] | undefined, isWorkingSelectionChange?: boolean) => void;
|
|
10972
|
+
/**
|
|
10973
|
+
* Callback fired when the filter dropdown is closed.
|
|
10974
|
+
*/
|
|
10975
|
+
onMeasureValueFilterClose?: () => void;
|
|
10972
10976
|
/**
|
|
10973
10977
|
* Optional tab identifier to read filter config from. When provided, the visibility
|
|
10974
10978
|
* icon and any other tab-scoped state will be sourced from this specific tab. When
|
|
@@ -13174,6 +13178,20 @@ export declare interface IFilterOpIgnoreDateFilter extends IFilterOp {
|
|
|
13174
13178
|
dateDataSetRefs: ObjRef[];
|
|
13175
13179
|
}
|
|
13176
13180
|
|
|
13181
|
+
/**
|
|
13182
|
+
* This filter operation appends one or more measure value filters into the widget's filter ignore-list.
|
|
13183
|
+
*
|
|
13184
|
+
* @alpha
|
|
13185
|
+
*/
|
|
13186
|
+
export declare interface IFilterOpIgnoreMeasureValueFilter extends IFilterOp {
|
|
13187
|
+
type: "ignoreMeasureValueFilter";
|
|
13188
|
+
/**
|
|
13189
|
+
* The measure value filters to add to ignore-list; specified using the refs of measures that are used during
|
|
13190
|
+
* the filtering.
|
|
13191
|
+
*/
|
|
13192
|
+
measureRefs: ObjRef[];
|
|
13193
|
+
}
|
|
13194
|
+
|
|
13177
13195
|
/**
|
|
13178
13196
|
*
|
|
13179
13197
|
* This filter operation completely replaces widget's filter settings. Both date data set (and thus date filter) setting
|
|
@@ -13195,6 +13213,12 @@ export declare interface IFilterOpReplaceAll extends IFilterOp {
|
|
|
13195
13213
|
* Specify ObjRefs of date data sets that are used by dashboard's date filters which you wish to disable.
|
|
13196
13214
|
*/
|
|
13197
13215
|
readonly ignoreDateFilters?: ObjRef[];
|
|
13216
|
+
/**
|
|
13217
|
+
* Dashboard measure value filters to ignore for particular widget.
|
|
13218
|
+
*
|
|
13219
|
+
* Specify ObjRefs of measures that are used by dashboard's measure value filters which you wish to disable.
|
|
13220
|
+
*/
|
|
13221
|
+
readonly ignoreMeasureValueFilters?: ObjRef[];
|
|
13198
13222
|
/**
|
|
13199
13223
|
* Date data set that will be used when constructing date filter for a widget.
|
|
13200
13224
|
*
|
|
@@ -13254,6 +13278,20 @@ export declare interface IFilterOpUnignoreDateFilter extends IFilterOp {
|
|
|
13254
13278
|
dateDataSetRefs: ObjRef[];
|
|
13255
13279
|
}
|
|
13256
13280
|
|
|
13281
|
+
/**
|
|
13282
|
+
* This filter operation removes one or more measure value filters from the widget's filter ignore-list.
|
|
13283
|
+
*
|
|
13284
|
+
* @alpha
|
|
13285
|
+
*/
|
|
13286
|
+
export declare interface IFilterOpUnignoreMeasureValueFilter extends IFilterOp {
|
|
13287
|
+
type: "unignoreMeasureValueFilter";
|
|
13288
|
+
/**
|
|
13289
|
+
* The measure value filters to remove from the ignore-list; specified using the refs of measures that are used
|
|
13290
|
+
* during the filtering.
|
|
13291
|
+
*/
|
|
13292
|
+
measureRefs: ObjRef[];
|
|
13293
|
+
}
|
|
13294
|
+
|
|
13257
13295
|
/**
|
|
13258
13296
|
* Set of functions you can use to customize rendering of the filters.
|
|
13259
13297
|
*
|
|
@@ -19773,7 +19811,7 @@ export declare interface IWidgetDescription {
|
|
|
19773
19811
|
*
|
|
19774
19812
|
* @beta
|
|
19775
19813
|
*/
|
|
19776
|
-
export declare type IWidgetFilterOperation = IFilterOpEnableDateFilter | IFilterOpDisableDateFilter | IFilterOpReplaceAttributeIgnores | IFilterOpIgnoreAttributeFilter | IFilterOpUnignoreAttributeFilter | IFilterOpIgnoreDateFilter | IFilterOpUnignoreDateFilter | IFilterOpReplaceAll;
|
|
19814
|
+
export declare type IWidgetFilterOperation = IFilterOpEnableDateFilter | IFilterOpDisableDateFilter | IFilterOpReplaceAttributeIgnores | IFilterOpIgnoreAttributeFilter | IFilterOpUnignoreAttributeFilter | IFilterOpIgnoreDateFilter | IFilterOpUnignoreDateFilter | IFilterOpIgnoreMeasureValueFilter | IFilterOpUnignoreMeasureValueFilter | IFilterOpReplaceAll;
|
|
19777
19815
|
|
|
19778
19816
|
/**
|
|
19779
19817
|
* @beta
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.35.0-alpha.
|
|
3
|
+
"version": "11.35.0-alpha.2",
|
|
4
4
|
"description": "GoodData SDK - Dashboard Component",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -60,19 +60,19 @@
|
|
|
60
60
|
"ts-invariant": "0.10.3",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "11.1.0",
|
|
63
|
-
"@gooddata/sdk-
|
|
64
|
-
"@gooddata/sdk-backend-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-ui": "11.35.0-alpha.
|
|
67
|
-
"@gooddata/sdk-ui-charts": "11.35.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.35.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-filters": "11.35.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/
|
|
75
|
-
"@gooddata/
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.35.0-alpha.2",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.35.0-alpha.2",
|
|
65
|
+
"@gooddata/sdk-model": "11.35.0-alpha.2",
|
|
66
|
+
"@gooddata/sdk-ui": "11.35.0-alpha.2",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.35.0-alpha.2",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.35.0-alpha.2",
|
|
69
|
+
"@gooddata/sdk-ui-filters": "11.35.0-alpha.2",
|
|
70
|
+
"@gooddata/sdk-ui-kit": "11.35.0-alpha.2",
|
|
71
|
+
"@gooddata/sdk-ui-geo": "11.35.0-alpha.2",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.35.0-alpha.2",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.35.0-alpha.2",
|
|
74
|
+
"@gooddata/util": "11.35.0-alpha.2",
|
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "11.35.0-alpha.2"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
"typescript": "5.9.3",
|
|
119
119
|
"vitest": "4.1.0",
|
|
120
120
|
"vitest-dom": "0.1.1",
|
|
121
|
-
"@gooddata/eslint-config": "11.35.0-alpha.
|
|
122
|
-
"@gooddata/
|
|
123
|
-
"@gooddata/
|
|
124
|
-
"@gooddata/
|
|
125
|
-
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.
|
|
126
|
-
"@gooddata/stylelint-config": "11.35.0-alpha.
|
|
121
|
+
"@gooddata/eslint-config": "11.35.0-alpha.2",
|
|
122
|
+
"@gooddata/reference-workspace": "11.35.0-alpha.2",
|
|
123
|
+
"@gooddata/oxlint-config": "11.35.0-alpha.2",
|
|
124
|
+
"@gooddata/i18n-toolkit": "11.35.0-alpha.2",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.35.0-alpha.2",
|
|
126
|
+
"@gooddata/stylelint-config": "11.35.0-alpha.2"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|