@gooddata/sdk-ui 8.11.0-alpha.6 → 8.11.0-alpha.60
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/localization/bundles/de-DE.json +15 -1
- package/dist/base/localization/bundles/en-US.json +113 -8
- package/dist/base/localization/bundles/es-ES.json +15 -1
- package/dist/base/localization/bundles/fr-FR.json +15 -1
- package/dist/base/localization/bundles/ja-JP.json +16 -2
- package/dist/base/localization/bundles/nl-NL.json +15 -1
- package/dist/base/localization/bundles/pt-BR.json +15 -1
- package/dist/base/localization/bundles/pt-PT.json +15 -1
- package/dist/base/localization/bundles/ru-RU.json +15 -1
- package/dist/base/localization/bundles/zh-Hans.json +15 -1
- package/dist/execution/Execute.d.ts +1 -1
- package/dist/execution/Execute.d.ts.map +1 -1
- package/dist/execution/Execute.js +3 -0
- package/dist/execution/Execute.js.map +1 -1
- package/dist/execution/createExecution.d.ts +1 -1
- package/dist/execution/createExecution.d.ts.map +1 -1
- package/dist/execution/createExecution.js +1 -1
- package/dist/execution/createExecution.js.map +1 -1
- package/dist/execution/useExecutionDataView.d.ts +1 -1
- package/dist/sdk-ui.d.ts +2 -2
- package/esm/base/localization/bundles/de-DE.json +15 -1
- package/esm/base/localization/bundles/en-US.json +113 -8
- package/esm/base/localization/bundles/es-ES.json +15 -1
- package/esm/base/localization/bundles/fr-FR.json +15 -1
- package/esm/base/localization/bundles/ja-JP.json +16 -2
- package/esm/base/localization/bundles/nl-NL.json +15 -1
- package/esm/base/localization/bundles/pt-BR.json +15 -1
- package/esm/base/localization/bundles/pt-PT.json +15 -1
- package/esm/base/localization/bundles/ru-RU.json +15 -1
- package/esm/base/localization/bundles/zh-Hans.json +15 -1
- package/esm/execution/Execute.d.ts +1 -1
- package/esm/execution/Execute.d.ts.map +1 -1
- package/esm/execution/Execute.js +4 -1
- package/esm/execution/Execute.js.map +1 -1
- package/esm/execution/createExecution.d.ts +1 -1
- package/esm/execution/createExecution.d.ts.map +1 -1
- package/esm/execution/createExecution.js +1 -1
- package/esm/execution/createExecution.js.map +1 -1
- package/esm/execution/useExecutionDataView.d.ts +1 -1
- package/package.json +14 -11
- package/styles/scss/_settings.scss +14 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui",
|
|
3
|
-
"version": "8.11.0-alpha.
|
|
3
|
+
"version": "8.11.0-alpha.60",
|
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@formatjs/intl-pluralrules": "~1.3.7",
|
|
39
|
-
"@gooddata/numberjs": "^4.0.
|
|
40
|
-
"@gooddata/sdk-backend-spi": "^8.11.0-alpha.
|
|
41
|
-
"@gooddata/sdk-model": "^8.11.0-alpha.
|
|
42
|
-
"@gooddata/util": "^8.11.0-alpha.
|
|
39
|
+
"@gooddata/numberjs": "^4.0.3",
|
|
40
|
+
"@gooddata/sdk-backend-spi": "^8.11.0-alpha.60",
|
|
41
|
+
"@gooddata/sdk-model": "^8.11.0-alpha.60",
|
|
42
|
+
"@gooddata/util": "^8.11.0-alpha.60",
|
|
43
43
|
"custom-event": "^1.0.1",
|
|
44
44
|
"hoist-non-react-statics": "^3.3.0",
|
|
45
45
|
"http-status-codes": "^2.1.4",
|
|
@@ -56,14 +56,17 @@
|
|
|
56
56
|
"react-dom": "^16.10.0 || ^17.0.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@gooddata/i18n-toolkit": "^8.11.0-alpha.
|
|
59
|
+
"@gooddata/i18n-toolkit": "^8.11.0-alpha.60",
|
|
60
60
|
"@gooddata/eslint-config": "^2.1.0",
|
|
61
|
-
"@gooddata/reference-workspace": "^8.11.0-alpha.
|
|
62
|
-
"@gooddata/sdk-backend-base": "^8.11.0-alpha.
|
|
63
|
-
"@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.
|
|
61
|
+
"@gooddata/reference-workspace": "^8.11.0-alpha.60",
|
|
62
|
+
"@gooddata/sdk-backend-base": "^8.11.0-alpha.60",
|
|
63
|
+
"@gooddata/sdk-backend-mockingbird": "^8.11.0-alpha.60",
|
|
64
64
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
65
65
|
"@microsoft/api-documenter": "^7.17.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.20.0",
|
|
67
|
+
"@testing-library/jest-dom": "^5.12.0",
|
|
68
|
+
"@testing-library/react": "^12.1.5",
|
|
69
|
+
"@testing-library/user-event": "^14.4.2",
|
|
67
70
|
"@types/enzyme": "^3.10.3",
|
|
68
71
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
69
72
|
"@types/jest": "^27.0.1",
|
|
@@ -72,6 +75,7 @@
|
|
|
72
75
|
"@types/raf": "^3.4.0",
|
|
73
76
|
"@types/react-dom": "^17.0.11",
|
|
74
77
|
"@types/react": "^17.0.34",
|
|
78
|
+
"@types/testing-library__jest-dom": "^5.14.5",
|
|
75
79
|
"@types/uuid": "^8.3.4",
|
|
76
80
|
"@typescript-eslint/eslint-plugin": "^5.5.0",
|
|
77
81
|
"@typescript-eslint/parser": "^5.5.0",
|
|
@@ -88,9 +92,8 @@
|
|
|
88
92
|
"eslint-plugin-react-hooks": "^4.5.0",
|
|
89
93
|
"eslint-plugin-react": "^7.20.5",
|
|
90
94
|
"eslint-plugin-regexp": "^1.7.0",
|
|
91
|
-
"eslint-plugin-sonarjs": "^0.
|
|
95
|
+
"eslint-plugin-sonarjs": "^0.14.0",
|
|
92
96
|
"eslint-plugin-tsdoc": "^0.2.14",
|
|
93
|
-
"foundation-sites": "^5.5.3",
|
|
94
97
|
"full-icu": "^1.3.0",
|
|
95
98
|
"jest": "^27.5.1",
|
|
96
99
|
"jest-enzyme": "^7.1.2",
|
|
@@ -5,8 +5,6 @@
|
|
|
5
5
|
$include-html-classes: false;
|
|
6
6
|
$include-html-global-classes: false;
|
|
7
7
|
|
|
8
|
-
@import "~foundation-sites/scss/foundation/components/_global.scss";
|
|
9
|
-
|
|
10
8
|
$small-breakpoint: em-calc(640) !default;
|
|
11
9
|
$medium-breakpoint: em-calc(1024) !default;
|
|
12
10
|
$large-breakpoint: em-calc(1440) !default;
|
|
@@ -20,6 +18,20 @@ $xlarge-range: ($large-breakpoint + em-calc(1), $xlarge-breakpoint) !default; /*
|
|
|
20
18
|
$xxlarge-range: ($xlarge-breakpoint + em-calc(1), em-calc(99999999)) !default; /* 1921px, ... */
|
|
21
19
|
|
|
22
20
|
// Media Queries
|
|
21
|
+
@function lower-bound($range) {
|
|
22
|
+
@if length($range) <= 0 {
|
|
23
|
+
@return 0;
|
|
24
|
+
}
|
|
25
|
+
@return nth($range, 1);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@function upper-bound($range) {
|
|
29
|
+
@if length($range) < 2 {
|
|
30
|
+
@return 999999999999;
|
|
31
|
+
}
|
|
32
|
+
@return nth($range, 2);
|
|
33
|
+
}
|
|
34
|
+
|
|
23
35
|
$screen: "only screen" !default;
|
|
24
36
|
|
|
25
37
|
$landscape: "#{$screen} and (orientation: landscape)" !default;
|