@gooddata/sdk-ui-ext 10.16.0-alpha.13 → 10.16.0-alpha.15
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/internal/components/pluggableVisualizations/BigChartDescriptor.js +1 -1
- package/esm/internal/components/pluggableVisualizations/baseChart/BaseChartDescriptor.js +1 -1
- package/esm/internal/components/pluggableVisualizations/constants.js +5 -5
- package/esm/internal/components/pluggableVisualizations/pivotTable/PivotTableDescriptor.js +1 -1
- package/esm/internal/components/pluggableVisualizations/repeater/RepeaterDescriptor.js +1 -1
- package/package.json +16 -16
|
@@ -12,7 +12,7 @@ export const MIDDLE_VISUALIZATION_HEIGHT = 22;
|
|
|
12
12
|
*/
|
|
13
13
|
export const INSIGHT_WIDGET_SIZE_INFO_DEFAULT_LEGACY = {
|
|
14
14
|
width: {
|
|
15
|
-
min:
|
|
15
|
+
min: 2,
|
|
16
16
|
default: 6,
|
|
17
17
|
},
|
|
18
18
|
height: {
|
|
@@ -24,7 +24,7 @@ export const INSIGHT_WIDGET_SIZE_INFO_DEFAULT_LEGACY = {
|
|
|
24
24
|
*/
|
|
25
25
|
export const INSIGHT_WIDGET_SIZE_INFO_DEFAULT = {
|
|
26
26
|
width: {
|
|
27
|
-
min:
|
|
27
|
+
min: 2,
|
|
28
28
|
default: 6,
|
|
29
29
|
},
|
|
30
30
|
height: {
|
|
@@ -38,7 +38,7 @@ export const INSIGHT_WIDGET_SIZE_INFO_DEFAULT = {
|
|
|
38
38
|
*/
|
|
39
39
|
export const INSIGHT_WIDGET_SIZE_INFO_NEW_DEFAULT = {
|
|
40
40
|
width: {
|
|
41
|
-
min:
|
|
41
|
+
min: 2,
|
|
42
42
|
default: 4,
|
|
43
43
|
},
|
|
44
44
|
height: {
|
|
@@ -80,7 +80,7 @@ export const RICH_TEXT_WIDGET_SIZE_INFO_NEW_DEFAULT = {
|
|
|
80
80
|
*/
|
|
81
81
|
export const VISUALIZATION_SWITCHER_WIDGET_SIZE_INFO_DEFAULT = {
|
|
82
82
|
width: {
|
|
83
|
-
min:
|
|
83
|
+
min: 2,
|
|
84
84
|
default: 6,
|
|
85
85
|
},
|
|
86
86
|
height: {
|
|
@@ -94,7 +94,7 @@ export const VISUALIZATION_SWITCHER_WIDGET_SIZE_INFO_DEFAULT = {
|
|
|
94
94
|
*/
|
|
95
95
|
export const VISUALIZATION_SWITCHER_WIDGET_SIZE_INFO_NEW_DEFAULT = {
|
|
96
96
|
width: {
|
|
97
|
-
min:
|
|
97
|
+
min: 2,
|
|
98
98
|
default: 4,
|
|
99
99
|
},
|
|
100
100
|
height: {
|
|
@@ -15,7 +15,7 @@ export class PivotTableDescriptor extends BaseChartDescriptor {
|
|
|
15
15
|
return {
|
|
16
16
|
width: {
|
|
17
17
|
default: settings.enableDashboardFlexibleLayout ? 4 : layoutDescriptor.gridColumnsCount,
|
|
18
|
-
min:
|
|
18
|
+
min: 2,
|
|
19
19
|
max: layoutDescriptor.gridColumnsCount,
|
|
20
20
|
},
|
|
21
21
|
height: {
|
|
@@ -12,7 +12,7 @@ export class RepeaterDescriptor extends BaseChartDescriptor {
|
|
|
12
12
|
return {
|
|
13
13
|
width: {
|
|
14
14
|
default: settings.enableDashboardFlexibleLayout ? 4 : layoutDescriptor.gridColumnsCount,
|
|
15
|
-
min:
|
|
15
|
+
min: 2,
|
|
16
16
|
max: layoutDescriptor.gridColumnsCount,
|
|
17
17
|
},
|
|
18
18
|
height: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "10.16.0-alpha.
|
|
3
|
+
"version": "10.16.0-alpha.15",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -51,18 +51,18 @@
|
|
|
51
51
|
"uuid": "^8.3.2",
|
|
52
52
|
"debounce-promise": "^3.1.2",
|
|
53
53
|
"json-stable-stringify": "^1.0.1",
|
|
54
|
-
"@gooddata/sdk-backend-base": "10.16.0-alpha.
|
|
55
|
-
"@gooddata/sdk-backend-spi": "10.16.0-alpha.
|
|
56
|
-
"@gooddata/sdk-embedding": "10.16.0-alpha.
|
|
57
|
-
"@gooddata/sdk-model": "10.16.0-alpha.
|
|
58
|
-
"@gooddata/sdk-ui": "10.16.0-alpha.
|
|
59
|
-
"@gooddata/sdk-ui
|
|
60
|
-
"@gooddata/sdk-ui-
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-
|
|
63
|
-
"@gooddata/sdk-ui-
|
|
64
|
-
"@gooddata/sdk-ui-vis-commons": "10.16.0-alpha.
|
|
65
|
-
"@gooddata/util": "10.16.0-alpha.
|
|
54
|
+
"@gooddata/sdk-backend-base": "10.16.0-alpha.15",
|
|
55
|
+
"@gooddata/sdk-backend-spi": "10.16.0-alpha.15",
|
|
56
|
+
"@gooddata/sdk-embedding": "10.16.0-alpha.15",
|
|
57
|
+
"@gooddata/sdk-model": "10.16.0-alpha.15",
|
|
58
|
+
"@gooddata/sdk-ui-charts": "10.16.0-alpha.15",
|
|
59
|
+
"@gooddata/sdk-ui": "10.16.0-alpha.15",
|
|
60
|
+
"@gooddata/sdk-ui-geo": "10.16.0-alpha.15",
|
|
61
|
+
"@gooddata/sdk-ui-kit": "10.16.0-alpha.15",
|
|
62
|
+
"@gooddata/sdk-ui-theme-provider": "10.16.0-alpha.15",
|
|
63
|
+
"@gooddata/sdk-ui-pivot": "10.16.0-alpha.15",
|
|
64
|
+
"@gooddata/sdk-ui-vis-commons": "10.16.0-alpha.15",
|
|
65
|
+
"@gooddata/util": "10.16.0-alpha.15"
|
|
66
66
|
},
|
|
67
67
|
"peerDependencies": {
|
|
68
68
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -117,9 +117,9 @@
|
|
|
117
117
|
"vitest-dom": "0.1.1",
|
|
118
118
|
"@types/debounce-promise": "^3.1.4",
|
|
119
119
|
"@types/json-stable-stringify": "^1.0.32",
|
|
120
|
-
"@gooddata/reference-workspace": "10.16.0-alpha.
|
|
121
|
-
"@gooddata/i18n-toolkit": "10.16.0-alpha.
|
|
122
|
-
"@gooddata/sdk-backend-mockingbird": "10.16.0-alpha.
|
|
120
|
+
"@gooddata/reference-workspace": "10.16.0-alpha.15",
|
|
121
|
+
"@gooddata/i18n-toolkit": "10.16.0-alpha.15",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "10.16.0-alpha.15"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|