@gooddata/sdk-ui-dashboard 11.19.0-alpha.7 → 11.19.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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/package.json +19 -19
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.19.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.19.0-alpha.8";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/sdk-ui-dashboard";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.19.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.19.0-alpha.8";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData SDK - Dashboard Component";
|
|
5
5
|
export const LIB_NAME = "@gooddata/sdk-ui-dashboard";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-dashboard",
|
|
3
|
-
"version": "11.19.0-alpha.
|
|
3
|
+
"version": "11.19.0-alpha.8",
|
|
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.7.5",
|
|
61
61
|
"tslib": "2.8.1",
|
|
62
62
|
"uuid": "^11.1.0",
|
|
63
|
-
"@gooddata/sdk-backend-base": "11.19.0-alpha.
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-ui-charts": "11.19.0-alpha.
|
|
68
|
-
"@gooddata/sdk-ui-ext": "11.19.0-alpha.
|
|
69
|
-
"@gooddata/sdk-ui-geo": "11.19.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-
|
|
74
|
-
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.
|
|
75
|
-
"@gooddata/util": "11.19.0-alpha.
|
|
63
|
+
"@gooddata/sdk-backend-base": "11.19.0-alpha.8",
|
|
64
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.8",
|
|
65
|
+
"@gooddata/sdk-ui": "11.19.0-alpha.8",
|
|
66
|
+
"@gooddata/sdk-model": "11.19.0-alpha.8",
|
|
67
|
+
"@gooddata/sdk-ui-charts": "11.19.0-alpha.8",
|
|
68
|
+
"@gooddata/sdk-ui-ext": "11.19.0-alpha.8",
|
|
69
|
+
"@gooddata/sdk-ui-geo": "11.19.0-alpha.8",
|
|
70
|
+
"@gooddata/sdk-ui-kit": "11.19.0-alpha.8",
|
|
71
|
+
"@gooddata/sdk-ui-filters": "11.19.0-alpha.8",
|
|
72
|
+
"@gooddata/sdk-ui-pivot": "11.19.0-alpha.8",
|
|
73
|
+
"@gooddata/sdk-ui-theme-provider": "11.19.0-alpha.8",
|
|
74
|
+
"@gooddata/sdk-ui-vis-commons": "11.19.0-alpha.8",
|
|
75
|
+
"@gooddata/util": "11.19.0-alpha.8"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -115,11 +115,11 @@
|
|
|
115
115
|
"typescript": "5.9.3",
|
|
116
116
|
"vitest": "4.0.8",
|
|
117
117
|
"vitest-dom": "0.1.1",
|
|
118
|
-
"@gooddata/
|
|
119
|
-
"@gooddata/
|
|
120
|
-
"@gooddata/
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
118
|
+
"@gooddata/eslint-config": "11.19.0-alpha.8",
|
|
119
|
+
"@gooddata/i18n-toolkit": "11.19.0-alpha.8",
|
|
120
|
+
"@gooddata/reference-workspace": "11.19.0-alpha.8",
|
|
121
|
+
"@gooddata/sdk-backend-mockingbird": "11.19.0-alpha.8",
|
|
122
|
+
"@gooddata/stylelint-config": "11.19.0-alpha.8"
|
|
123
123
|
},
|
|
124
124
|
"peerDependencies": {
|
|
125
125
|
"react": "^18.0.0 || ^19.0.0",
|