@gooddata/sdk-ui 8.10.0-alpha.91 → 8.10.0-alpha.92
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/dist/base/react/ErrorComponent.d.ts +1 -1
- package/dist/base/react/ErrorComponent.js +1 -1
- package/dist/base/react/LoadingComponent.d.ts +1 -1
- package/dist/base/react/LoadingComponent.js +1 -1
- package/dist/sdk-ui.d.ts +2 -2
- package/esm/base/react/ErrorComponent.d.ts +1 -1
- package/esm/base/react/ErrorComponent.js +1 -1
- package/esm/base/react/LoadingComponent.d.ts +1 -1
- package/esm/base/react/LoadingComponent.js +1 -1
- package/package.json +7 -7
|
@@ -24,7 +24,7 @@ export interface IErrorProps {
|
|
|
24
24
|
* Component that renders a default error message.
|
|
25
25
|
*
|
|
26
26
|
* @remarks
|
|
27
|
-
* See {@link
|
|
27
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
28
28
|
*
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
@@ -33,7 +33,7 @@ var getCustomHeight = function (clientHeight) {
|
|
|
33
33
|
* Component that renders a default error message.
|
|
34
34
|
*
|
|
35
35
|
* @remarks
|
|
36
|
-
* See {@link
|
|
36
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
37
37
|
*
|
|
38
38
|
* @public
|
|
39
39
|
*/
|
|
@@ -17,7 +17,7 @@ export interface ILoadingProps {
|
|
|
17
17
|
* Component that renders a default loading indicator.
|
|
18
18
|
*
|
|
19
19
|
* @remarks
|
|
20
|
-
* See {@link
|
|
20
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
21
21
|
*
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
@@ -9,7 +9,7 @@ var baseAnimationDuration = 1.4;
|
|
|
9
9
|
* Component that renders a default loading indicator.
|
|
10
10
|
*
|
|
11
11
|
* @remarks
|
|
12
|
-
* See {@link
|
|
12
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
13
13
|
*
|
|
14
14
|
* @public
|
|
15
15
|
*/
|
package/dist/sdk-ui.d.ts
CHANGED
|
@@ -883,7 +883,7 @@ export declare const ErrorCodes: {
|
|
|
883
883
|
* Component that renders a default error message.
|
|
884
884
|
*
|
|
885
885
|
* @remarks
|
|
886
|
-
* See {@link
|
|
886
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
887
887
|
*
|
|
888
888
|
* @public
|
|
889
889
|
*/
|
|
@@ -3379,7 +3379,7 @@ export declare const Kpi: React_2.ComponentType<IKpiProps>;
|
|
|
3379
3379
|
* Component that renders a default loading indicator.
|
|
3380
3380
|
*
|
|
3381
3381
|
* @remarks
|
|
3382
|
-
* See {@link
|
|
3382
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
3383
3383
|
*
|
|
3384
3384
|
* @public
|
|
3385
3385
|
*/
|
|
@@ -24,7 +24,7 @@ export interface IErrorProps {
|
|
|
24
24
|
* Component that renders a default error message.
|
|
25
25
|
*
|
|
26
26
|
* @remarks
|
|
27
|
-
* See {@link
|
|
27
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
28
28
|
*
|
|
29
29
|
* @public
|
|
30
30
|
*/
|
|
@@ -30,7 +30,7 @@ var getCustomHeight = function (clientHeight) {
|
|
|
30
30
|
* Component that renders a default error message.
|
|
31
31
|
*
|
|
32
32
|
* @remarks
|
|
33
|
-
* See {@link
|
|
33
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/error_component.html | ErrorComponent}
|
|
34
34
|
*
|
|
35
35
|
* @public
|
|
36
36
|
*/
|
|
@@ -17,7 +17,7 @@ export interface ILoadingProps {
|
|
|
17
17
|
* Component that renders a default loading indicator.
|
|
18
18
|
*
|
|
19
19
|
* @remarks
|
|
20
|
-
* See {@link
|
|
20
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
21
21
|
*
|
|
22
22
|
* @public
|
|
23
23
|
*/
|
|
@@ -6,7 +6,7 @@ var baseAnimationDuration = 1.4;
|
|
|
6
6
|
* Component that renders a default loading indicator.
|
|
7
7
|
*
|
|
8
8
|
* @remarks
|
|
9
|
-
* See {@link
|
|
9
|
+
* See {@link https://sdk.gooddata.com/gooddata-ui/docs/loading_component.html | LoadingComponent }
|
|
10
10
|
*
|
|
11
11
|
* @public
|
|
12
12
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.10.0-alpha.
|
|
3
|
+
"version": "8.10.0-alpha.92",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@formatjs/intl-pluralrules": "~1.3.7",
|
|
39
39
|
"@gooddata/numberjs": "^4.0.2",
|
|
40
|
-
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "^8.10.0-alpha.
|
|
42
|
-
"@gooddata/util": "^8.10.0-alpha.
|
|
40
|
+
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.92",
|
|
41
|
+
"@gooddata/sdk-model": "^8.10.0-alpha.92",
|
|
42
|
+
"@gooddata/util": "^8.10.0-alpha.92",
|
|
43
43
|
"custom-event": "^1.0.1",
|
|
44
44
|
"hoist-non-react-statics": "^3.3.0",
|
|
45
45
|
"http-status-codes": "^2.1.4",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@gooddata/eslint-config": "^2.1.0",
|
|
60
|
-
"@gooddata/reference-workspace": "^8.10.0-alpha.
|
|
61
|
-
"@gooddata/sdk-backend-base": "^8.10.0-alpha.
|
|
62
|
-
"@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.
|
|
60
|
+
"@gooddata/reference-workspace": "^8.10.0-alpha.92",
|
|
61
|
+
"@gooddata/sdk-backend-base": "^8.10.0-alpha.92",
|
|
62
|
+
"@gooddata/sdk-backend-mockingbird": "^8.10.0-alpha.92",
|
|
63
63
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
64
64
|
"@microsoft/api-documenter": "^7.17.0",
|
|
65
65
|
"@microsoft/api-extractor": "^7.20.0",
|