@gooddata/sdk-ui-ext 11.54.0-alpha.4 → 11.54.0-alpha.5
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 +92923 -17333
- package/esm/dataLoaders/dataLoaders.mock.d.ts +4 -0
- package/esm/dataLoaders/dataLoaders.mock.d.ts.map +1 -0
- package/esm/dataLoaders/dataLoaders.mock.js +52 -0
- package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.d.ts +8 -0
- package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/areaChart/getInsightWithDrillDownAppliedMock.js +119 -0
- package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.d.ts +7 -0
- package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/baseChart/getInsightWithDrillDownAppliedMock.js +98 -0
- package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.d.ts +8 -0
- package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/bulletChart/getInsightWithDrillDownAppliedMock.js +110 -0
- package/esm/internal/components/pluggableVisualizations/geoCommon/viewportSync.test.helpers.d.ts +45 -0
- package/esm/internal/components/pluggableVisualizations/geoCommon/viewportSync.test.helpers.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/geoCommon/viewportSync.test.helpers.js +48 -0
- package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.d.ts +13 -0
- package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/getInsightWithDrillDownAppliedMock.js +132 -0
- package/esm/internal/components/pluggableVisualizations/pluggableVisualizations.test.helpers.d.ts +16 -0
- package/esm/internal/components/pluggableVisualizations/pluggableVisualizations.test.helpers.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/pluggableVisualizations.test.helpers.js +39 -0
- package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.d.ts +10 -0
- package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/reverseAndTrimIntersectionMock.js +94 -0
- package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.d.ts +8 -0
- package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/treeMap/getInsightWithDrillDownAppliedMock.js +119 -0
- package/esm/internal/components/pluggableVisualizations/visConstruct.fixture.d.ts +17 -0
- package/esm/internal/components/pluggableVisualizations/visConstruct.fixture.d.ts.map +1 -0
- package/esm/internal/components/pluggableVisualizations/visConstruct.fixture.js +18 -0
- package/esm/internal/index.d.ts +1 -1
- package/esm/internal/index.d.ts.map +1 -1
- package/esm/internal/index.js +1 -1
- package/esm/internal/mocks/referencePointMocks.d.ts +187 -0
- package/esm/internal/mocks/referencePointMocks.d.ts.map +1 -0
- package/esm/internal/mocks/referencePointMocks.js +4045 -0
- package/esm/internal/mocks/testColorHelper.d.ts +19 -0
- package/esm/internal/mocks/testColorHelper.d.ts.map +1 -0
- package/esm/internal/mocks/testColorHelper.js +65 -0
- package/esm/internal/mocks/testMocks.d.ts +24 -0
- package/esm/internal/mocks/testMocks.d.ts.map +1 -0
- package/esm/internal/mocks/testMocks.js +739 -0
- package/esm/internal/mocks/uiConfigMocks.d.ts +17 -0
- package/esm/internal/mocks/uiConfigMocks.d.ts.map +1 -0
- package/esm/internal/mocks/uiConfigMocks.js +125 -0
- package/esm/internal/mocks/visualizationObjectMocks.d.ts +7 -0
- package/esm/internal/mocks/visualizationObjectMocks.d.ts.map +1 -0
- package/esm/internal/mocks/visualizationObjectMocks.js +49 -0
- package/esm/internal/testDataProvider.d.ts +16 -0
- package/esm/internal/testDataProvider.d.ts.map +1 -0
- package/esm/internal/testDataProvider.js +36 -0
- package/esm/internal/testIntlProvider.d.ts.map +1 -0
- package/esm/internal/{tests/testIntlProvider.js → testIntlProvider.js} +2 -2
- package/package.json +21 -21
- package/esm/internal/tests/testIntlProvider.d.ts.map +0 -1
- /package/esm/internal/{tests/testIntlProvider.d.ts → testIntlProvider.d.ts} +0 -0
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type IOpenAsReportUiConfig, type OverTimeComparisonType } from "@gooddata/sdk-ui";
|
|
2
|
+
import { type IExportUiConfig, type IUiConfig } from "../interfaces/Visualization.js";
|
|
3
|
+
export declare const defaultColumnRecommendations: {
|
|
4
|
+
recommendations: {
|
|
5
|
+
comparison: boolean;
|
|
6
|
+
percent: boolean;
|
|
7
|
+
overTimeComparison: boolean;
|
|
8
|
+
previousPeriod: boolean;
|
|
9
|
+
trending: boolean;
|
|
10
|
+
};
|
|
11
|
+
exportConfig: IExportUiConfig;
|
|
12
|
+
openAsReport: IOpenAsReportUiConfig;
|
|
13
|
+
supportedOverTimeComparisonTypes: OverTimeComparisonType[];
|
|
14
|
+
};
|
|
15
|
+
export declare const simpleStackedBaseUiConfig: IUiConfig;
|
|
16
|
+
export declare const multipleMetricsAndCategoriesBaseUiConfig: IUiConfig;
|
|
17
|
+
//# sourceMappingURL=uiConfigMocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uiConfigMocks.d.ts","sourceRoot":"","sources":["../../../src/internal/mocks/uiConfigMocks.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,qBAAqB,EAAE,KAAK,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAS3F,OAAO,EAAE,KAAK,eAAe,EAAE,KAAK,SAAS,EAAE,MAAM,gCAAgC,CAAC;AAgEtF,eAAO,MAAM,4BAA4B;;;;;;;;;;;CAWxC,CAAC;AAoBF,eAAO,MAAM,yBAAyB,EAAE,SAmBvC,CAAC;AAGF,eAAO,MAAM,wCAAwC,EAAE,SAkBtD,CAAC"}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
// (C) 2019-2026 GoodData Corporation
|
|
2
|
+
import { ATTRIBUTE, DATE, FACT, METRIC } from "../constants/bucket.js";
|
|
3
|
+
import { MAX_CATEGORIES_COUNT, MAX_FILTERS_COUNT, MAX_METRICS_COUNT, MAX_STACKS_COUNT, } from "../constants/uiConfig.js";
|
|
4
|
+
const measuresBase = {
|
|
5
|
+
accepts: [METRIC, FACT, ATTRIBUTE],
|
|
6
|
+
allowsDuplicateItems: true,
|
|
7
|
+
enabled: true,
|
|
8
|
+
allowsReordering: true,
|
|
9
|
+
allowsSwapping: true,
|
|
10
|
+
itemsLimit: MAX_METRICS_COUNT,
|
|
11
|
+
isShowInPercentEnabled: false,
|
|
12
|
+
isShowInPercentVisible: true,
|
|
13
|
+
canAddItems: true,
|
|
14
|
+
title: "Measures",
|
|
15
|
+
icon: "",
|
|
16
|
+
};
|
|
17
|
+
const viewBase = {
|
|
18
|
+
accepts: [ATTRIBUTE, DATE],
|
|
19
|
+
itemsLimit: MAX_CATEGORIES_COUNT,
|
|
20
|
+
itemsLimitByType: {
|
|
21
|
+
date: 1,
|
|
22
|
+
},
|
|
23
|
+
allowsSwapping: true,
|
|
24
|
+
allowsReordering: false,
|
|
25
|
+
enabled: true,
|
|
26
|
+
canAddItems: true,
|
|
27
|
+
isShowInPercentEnabled: false,
|
|
28
|
+
title: "View by",
|
|
29
|
+
icon: "",
|
|
30
|
+
};
|
|
31
|
+
const stackBase = {
|
|
32
|
+
accepts: [ATTRIBUTE],
|
|
33
|
+
itemsLimit: MAX_STACKS_COUNT,
|
|
34
|
+
allowsSwapping: true,
|
|
35
|
+
allowsReordering: false,
|
|
36
|
+
enabled: true,
|
|
37
|
+
isShowInPercentEnabled: false,
|
|
38
|
+
canAddItems: true,
|
|
39
|
+
title: "Stack by",
|
|
40
|
+
icon: "",
|
|
41
|
+
};
|
|
42
|
+
const filtersBase = {
|
|
43
|
+
accepts: [ATTRIBUTE, DATE],
|
|
44
|
+
itemsLimit: MAX_FILTERS_COUNT,
|
|
45
|
+
itemsLimitByType: {
|
|
46
|
+
date: 1,
|
|
47
|
+
},
|
|
48
|
+
allowsReordering: false,
|
|
49
|
+
enabled: true,
|
|
50
|
+
isShowInPercentEnabled: false,
|
|
51
|
+
};
|
|
52
|
+
const noSupportedOverTimeComparisonTypes = [];
|
|
53
|
+
const enabledExportConfig = {
|
|
54
|
+
supported: true,
|
|
55
|
+
};
|
|
56
|
+
const enabledOpenAsReportConfig = {
|
|
57
|
+
supported: true,
|
|
58
|
+
};
|
|
59
|
+
export const defaultColumnRecommendations = {
|
|
60
|
+
recommendations: {
|
|
61
|
+
comparison: true,
|
|
62
|
+
percent: false,
|
|
63
|
+
overTimeComparison: false,
|
|
64
|
+
previousPeriod: false,
|
|
65
|
+
trending: true,
|
|
66
|
+
},
|
|
67
|
+
exportConfig: enabledExportConfig,
|
|
68
|
+
openAsReport: enabledOpenAsReportConfig,
|
|
69
|
+
supportedOverTimeComparisonTypes: noSupportedOverTimeComparisonTypes,
|
|
70
|
+
};
|
|
71
|
+
const defaultRecommendations = {
|
|
72
|
+
recommendations: {
|
|
73
|
+
comparison: false,
|
|
74
|
+
percent: false,
|
|
75
|
+
overTimeComparison: false,
|
|
76
|
+
previousPeriod: false,
|
|
77
|
+
trending: false,
|
|
78
|
+
},
|
|
79
|
+
};
|
|
80
|
+
const defaultUiConfig = {
|
|
81
|
+
...defaultRecommendations,
|
|
82
|
+
supportedOverTimeComparisonTypes: noSupportedOverTimeComparisonTypes,
|
|
83
|
+
exportConfig: enabledExportConfig,
|
|
84
|
+
openAsReport: enabledOpenAsReportConfig,
|
|
85
|
+
};
|
|
86
|
+
//
|
|
87
|
+
export const simpleStackedBaseUiConfig = {
|
|
88
|
+
buckets: {
|
|
89
|
+
measures: {
|
|
90
|
+
...measuresBase,
|
|
91
|
+
canAddItems: false,
|
|
92
|
+
warningMessage: 'To add additional measure, remove <span class="attr-field-icon" /> from <span class="stack-by">stack by</span>',
|
|
93
|
+
},
|
|
94
|
+
view: {
|
|
95
|
+
...viewBase,
|
|
96
|
+
},
|
|
97
|
+
stack: {
|
|
98
|
+
...stackBase,
|
|
99
|
+
},
|
|
100
|
+
filters: {
|
|
101
|
+
...filtersBase,
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
...defaultUiConfig,
|
|
105
|
+
};
|
|
106
|
+
//
|
|
107
|
+
export const multipleMetricsAndCategoriesBaseUiConfig = {
|
|
108
|
+
buckets: {
|
|
109
|
+
measures: {
|
|
110
|
+
...measuresBase,
|
|
111
|
+
},
|
|
112
|
+
view: {
|
|
113
|
+
...viewBase,
|
|
114
|
+
},
|
|
115
|
+
stack: {
|
|
116
|
+
...stackBase,
|
|
117
|
+
canAddItems: false,
|
|
118
|
+
warningMessage: "To stack by, an insight can have only one measure",
|
|
119
|
+
},
|
|
120
|
+
filters: {
|
|
121
|
+
...filtersBase,
|
|
122
|
+
},
|
|
123
|
+
},
|
|
124
|
+
...defaultUiConfig,
|
|
125
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { type IAttribute, type IBucket, type IMeasure } from "@gooddata/sdk-model";
|
|
2
|
+
export declare const measureItemM1: IMeasure;
|
|
3
|
+
export declare const attributeItemA1: IAttribute;
|
|
4
|
+
export declare const attributeItemA2: IAttribute;
|
|
5
|
+
export declare const oneMeasureOneView: IBucket[];
|
|
6
|
+
export declare const oneMeasureOneStack: IBucket[];
|
|
7
|
+
//# sourceMappingURL=visualizationObjectMocks.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"visualizationObjectMocks.d.ts","sourceRoot":"","sources":["../../../src/internal/mocks/visualizationObjectMocks.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,OAAO,EAAE,KAAK,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAEnF,eAAO,MAAM,aAAa,EAAE,QAW3B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAO7B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,UAO7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,OAAO,EAStC,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,OAAO,EASvC,CAAC"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
// (C) 2019-2026 GoodData Corporation
|
|
2
|
+
export const measureItemM1 = {
|
|
3
|
+
measure: {
|
|
4
|
+
localIdentifier: "m1",
|
|
5
|
+
definition: {
|
|
6
|
+
measureDefinition: {
|
|
7
|
+
item: {
|
|
8
|
+
uri: "/gdc/md/project/obj/1279",
|
|
9
|
+
},
|
|
10
|
+
},
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
export const attributeItemA1 = {
|
|
15
|
+
attribute: {
|
|
16
|
+
localIdentifier: "a1",
|
|
17
|
+
displayForm: {
|
|
18
|
+
uri: "/gdc/md/project/obj/1027",
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
export const attributeItemA2 = {
|
|
23
|
+
attribute: {
|
|
24
|
+
localIdentifier: "a1",
|
|
25
|
+
displayForm: {
|
|
26
|
+
uri: "/gdc/md/project/obj/1027",
|
|
27
|
+
},
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
export const oneMeasureOneView = [
|
|
31
|
+
{
|
|
32
|
+
localIdentifier: "measures",
|
|
33
|
+
items: [measureItemM1],
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
localIdentifier: "view",
|
|
37
|
+
items: [attributeItemA1],
|
|
38
|
+
},
|
|
39
|
+
];
|
|
40
|
+
export const oneMeasureOneStack = [
|
|
41
|
+
{
|
|
42
|
+
localIdentifier: "measures",
|
|
43
|
+
items: [measureItemM1],
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
localIdentifier: "stack",
|
|
47
|
+
items: [attributeItemA1],
|
|
48
|
+
},
|
|
49
|
+
];
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { type IBucket, type IFilter, type IInsightDefinition, type ISeparators, type ISortItem } from "@gooddata/sdk-model";
|
|
2
|
+
import { type IFormatPreset } from "@gooddata/sdk-ui-kit";
|
|
3
|
+
import { type IDefaultControlProperties } from "./interfaces/ControlProperties.js";
|
|
4
|
+
import { type IVisualizationProperties } from "./interfaces/Visualization.js";
|
|
5
|
+
export declare const TEST_DEFAULT_SEPARATOR: ISeparators;
|
|
6
|
+
export declare const TEST_DECIMAL_FORMAT_PRESET: IFormatPreset;
|
|
7
|
+
export declare const TEST_PERCENT_ROUNDED_FORMAT_PRESET: IFormatPreset;
|
|
8
|
+
export declare const createTestProperties: <T extends IDefaultControlProperties>(params: T) => IVisualizationProperties<T>;
|
|
9
|
+
export declare const newInsight: <ControlProperties extends IDefaultControlProperties = IDefaultControlProperties>(buckets: IBucket[], options?: {
|
|
10
|
+
title?: string | undefined;
|
|
11
|
+
visualizationUrl?: string | undefined;
|
|
12
|
+
properties?: IVisualizationProperties<ControlProperties> | undefined;
|
|
13
|
+
sorts?: ISortItem[] | undefined;
|
|
14
|
+
filters?: IFilter[] | undefined;
|
|
15
|
+
} | undefined) => IInsightDefinition;
|
|
16
|
+
//# sourceMappingURL=testDataProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testDataProvider.d.ts","sourceRoot":"","sources":["../../src/internal/testDataProvider.ts"],"names":[],"mappings":"AAEA,OAAO,EACH,KAAK,OAAO,EACZ,KAAK,OAAO,EACZ,KAAK,kBAAkB,EACvB,KAAK,WAAW,EAChB,KAAK,SAAS,EACjB,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,EAAE,KAAK,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AACnF,OAAO,EAAE,KAAK,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,eAAO,MAAM,sBAAsB,EAAE,WAGpC,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,aAKxC,CAAC;AAEF,eAAO,MAAM,kCAAkC,EAAE,aAKhD,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,CAAC,6EAQrC,CAAC;AAEF,eAAO,MAAM,UAAU,GAAI,iBAAiB;;;;;;oCAoB3C,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
// (C) 2023-2026 GoodData Corporation
|
|
2
|
+
export const TEST_DEFAULT_SEPARATOR = {
|
|
3
|
+
decimal: ",",
|
|
4
|
+
thousand: ".",
|
|
5
|
+
};
|
|
6
|
+
export const TEST_DECIMAL_FORMAT_PRESET = {
|
|
7
|
+
name: "Decimal (1)",
|
|
8
|
+
localIdentifier: "decimal-1",
|
|
9
|
+
format: "#,##0.0",
|
|
10
|
+
previewNumber: 1000.12,
|
|
11
|
+
};
|
|
12
|
+
export const TEST_PERCENT_ROUNDED_FORMAT_PRESET = {
|
|
13
|
+
name: "Percent (rounded)",
|
|
14
|
+
localIdentifier: "percent-rounded",
|
|
15
|
+
format: "#,##0%",
|
|
16
|
+
previewNumber: 0.1,
|
|
17
|
+
};
|
|
18
|
+
export const createTestProperties = (params) => {
|
|
19
|
+
return {
|
|
20
|
+
controls: {
|
|
21
|
+
...params,
|
|
22
|
+
},
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
export const newInsight = (buckets, options) => {
|
|
26
|
+
return {
|
|
27
|
+
insight: {
|
|
28
|
+
title: options?.title || "Insight",
|
|
29
|
+
sorts: options?.sorts || [],
|
|
30
|
+
filters: options?.filters || [],
|
|
31
|
+
visualizationUrl: options?.visualizationUrl || "local:visualization",
|
|
32
|
+
properties: options?.properties || {},
|
|
33
|
+
buckets,
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"testIntlProvider.d.ts","sourceRoot":"","sources":["../../src/internal/testIntlProvider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,YAAY,CAAC;AAMxD;;GAEG;AACH,wBAAgB,cAAc,CAAC,cAAc,KAAK,EAAE,MAAM,SAAU,GAAG,SAAS,CAQ/E"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
// (C) 2023-
|
|
1
|
+
// (C) 2023-2026 GoodData Corporation
|
|
2
2
|
import { createIntl } from "react-intl";
|
|
3
3
|
import { resolveLocaleDefaultMessages } from "@gooddata/sdk-ui";
|
|
4
|
-
import { DEFAULT_MESSAGES } from "
|
|
4
|
+
import { DEFAULT_MESSAGES } from "./utils/translations.js";
|
|
5
5
|
/**
|
|
6
6
|
* @internal
|
|
7
7
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "11.54.0-alpha.
|
|
3
|
+
"version": "11.54.0-alpha.5",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -63,20 +63,20 @@
|
|
|
63
63
|
"ts-invariant": "0.10.3",
|
|
64
64
|
"tslib": "2.8.1",
|
|
65
65
|
"uuid": "11.1.1",
|
|
66
|
-
"@gooddata/sdk-backend-base": "11.54.0-alpha.
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-
|
|
69
|
-
"@gooddata/sdk-
|
|
70
|
-
"@gooddata/sdk-ui": "11.54.0-alpha.
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-
|
|
75
|
-
"@gooddata/sdk-ui-
|
|
76
|
-
"@gooddata/sdk-ui-
|
|
77
|
-
"@gooddata/sdk-ui-
|
|
78
|
-
"@gooddata/sdk-
|
|
79
|
-
"@gooddata/util": "11.54.0-alpha.
|
|
66
|
+
"@gooddata/sdk-backend-base": "11.54.0-alpha.5",
|
|
67
|
+
"@gooddata/sdk-embedding": "11.54.0-alpha.5",
|
|
68
|
+
"@gooddata/sdk-model": "11.54.0-alpha.5",
|
|
69
|
+
"@gooddata/sdk-ui": "11.54.0-alpha.5",
|
|
70
|
+
"@gooddata/sdk-ui-charts": "11.54.0-alpha.5",
|
|
71
|
+
"@gooddata/sdk-ui-geo": "11.54.0-alpha.5",
|
|
72
|
+
"@gooddata/sdk-ui-filters": "11.54.0-alpha.5",
|
|
73
|
+
"@gooddata/sdk-ui-kit": "11.54.0-alpha.5",
|
|
74
|
+
"@gooddata/sdk-ui-pivot": "11.54.0-alpha.5",
|
|
75
|
+
"@gooddata/sdk-ui-theme-provider": "11.54.0-alpha.5",
|
|
76
|
+
"@gooddata/sdk-ui-vis-commons": "11.54.0-alpha.5",
|
|
77
|
+
"@gooddata/sdk-ui-semantic-search": "11.54.0-alpha.5",
|
|
78
|
+
"@gooddata/sdk-backend-spi": "11.54.0-alpha.5",
|
|
79
|
+
"@gooddata/util": "11.54.0-alpha.5"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -124,12 +124,12 @@
|
|
|
124
124
|
"typescript": "5.9.3",
|
|
125
125
|
"vitest": "4.1.8",
|
|
126
126
|
"vitest-dom": "0.1.1",
|
|
127
|
-
"@gooddata/eslint-config": "11.54.0-alpha.
|
|
128
|
-
"@gooddata/i18n-toolkit": "11.54.0-alpha.
|
|
129
|
-
"@gooddata/oxlint-config": "11.54.0-alpha.
|
|
130
|
-
"@gooddata/
|
|
131
|
-
"@gooddata/stylelint-config": "11.54.0-alpha.
|
|
132
|
-
"@gooddata/
|
|
127
|
+
"@gooddata/eslint-config": "11.54.0-alpha.5",
|
|
128
|
+
"@gooddata/i18n-toolkit": "11.54.0-alpha.5",
|
|
129
|
+
"@gooddata/oxlint-config": "11.54.0-alpha.5",
|
|
130
|
+
"@gooddata/sdk-backend-mockingbird": "11.54.0-alpha.5",
|
|
131
|
+
"@gooddata/stylelint-config": "11.54.0-alpha.5",
|
|
132
|
+
"@gooddata/reference-workspace": "11.54.0-alpha.5"
|
|
133
133
|
},
|
|
134
134
|
"peerDependencies": {
|
|
135
135
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"testIntlProvider.d.ts","sourceRoot":"","sources":["../../../src/internal/tests/testIntlProvider.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,SAAS,EAAc,MAAM,YAAY,CAAC;AAMxD;;GAEG;AACH,wBAAgB,cAAc,CAAC,cAAc,KAAK,EAAE,MAAM,SAAU,GAAG,SAAS,CAQ/E"}
|
|
File without changes
|