@gooddata/sdk-ui-ext 10.16.0-alpha.9 → 10.17.0-alpha.0
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 +9 -9
- 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 +6 -6
- 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
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2024-11-
|
|
10
|
+
Date generated: 2024-11-28
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: cfaceddc94d01c4259ae50faecd1ab64e00df846
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -330,7 +330,7 @@ Revision ID: f1e4e63b2d30372409b2f2d6f3e4d12f2170ec3c
|
|
|
330
330
|
- cache-parser (1.2.4) [MIT]
|
|
331
331
|
- call-bind (1.0.5) [MIT]
|
|
332
332
|
- callsites (3.1.0) [MIT]
|
|
333
|
-
- caniuse-lite (1.0.
|
|
333
|
+
- caniuse-lite (1.0.30001684) [CC-BY-4.0]
|
|
334
334
|
- ccount (2.0.1) [MIT]
|
|
335
335
|
- chai (4.3.10) [MIT]
|
|
336
336
|
- chalk (4.1.2) [MIT]
|
|
@@ -422,7 +422,7 @@ Revision ID: f1e4e63b2d30372409b2f2d6f3e4d12f2170ec3c
|
|
|
422
422
|
- earcut (2.2.4) [ISC]
|
|
423
423
|
- eastasianwidth (0.2.0) [MIT]
|
|
424
424
|
- ee-first (1.1.1) [MIT]
|
|
425
|
-
- electron-to-chromium (1.5.
|
|
425
|
+
- electron-to-chromium (1.5.66) [ISC]
|
|
426
426
|
- emoji-regex (8.0.0) [MIT]
|
|
427
427
|
- emoji-regex (9.2.2) [MIT]
|
|
428
428
|
- encodeurl (1.0.2) [MIT]
|
|
@@ -12544,9 +12544,9 @@ SOFTWARE.
|
|
|
12544
12544
|
|
|
12545
12545
|
|
|
12546
12546
|
--------------------------------------------------------------------------------
|
|
12547
|
-
Package Title: caniuse-lite (1.0.
|
|
12547
|
+
Package Title: caniuse-lite (1.0.30001684)
|
|
12548
12548
|
|
|
12549
|
-
Package Locator: npm+caniuse-lite$1.0.
|
|
12549
|
+
Package Locator: npm+caniuse-lite$1.0.30001684
|
|
12550
12550
|
|
|
12551
12551
|
Package Depth: Transitive
|
|
12552
12552
|
--------------------------------------------------------------------------------
|
|
@@ -16063,9 +16063,9 @@ THE SOFTWARE.
|
|
|
16063
16063
|
|
|
16064
16064
|
|
|
16065
16065
|
--------------------------------------------------------------------------------
|
|
16066
|
-
Package Title: electron-to-chromium (1.5.
|
|
16066
|
+
Package Title: electron-to-chromium (1.5.66)
|
|
16067
16067
|
|
|
16068
|
-
Package Locator: npm+electron-to-chromium$1.5.
|
|
16068
|
+
Package Locator: npm+electron-to-chromium$1.5.66
|
|
16069
16069
|
|
|
16070
16070
|
Package Depth: Transitive
|
|
16071
16071
|
--------------------------------------------------------------------------------
|
|
@@ -71248,4 +71248,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
71248
71248
|
--------------------------------------------------------------------------------
|
|
71249
71249
|
--------------------------------------------------------------------------------
|
|
71250
71250
|
|
|
71251
|
-
Report Generated by FOSSA on 2024-11-
|
|
71251
|
+
Report Generated by FOSSA on 2024-11-28
|
|
@@ -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: {
|
|
@@ -108,7 +108,7 @@ export const VISUALIZATION_SWITCHER_WIDGET_SIZE_INFO_NEW_DEFAULT = {
|
|
|
108
108
|
*/
|
|
109
109
|
export const DASHBOARD_LAYOUT_WIDGET_SIZE_INFO_DEFAULT = {
|
|
110
110
|
width: {
|
|
111
|
-
min:
|
|
111
|
+
min: 2,
|
|
112
112
|
default: 4,
|
|
113
113
|
},
|
|
114
114
|
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.
|
|
3
|
+
"version": "10.17.0-alpha.0",
|
|
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.
|
|
55
|
-
"@gooddata/sdk-embedding": "10.
|
|
56
|
-
"@gooddata/sdk-backend-spi": "10.
|
|
57
|
-
"@gooddata/sdk-model": "10.
|
|
58
|
-
"@gooddata/sdk-ui
|
|
59
|
-
"@gooddata/sdk-ui": "10.
|
|
60
|
-
"@gooddata/sdk-ui-
|
|
61
|
-
"@gooddata/sdk-ui-
|
|
62
|
-
"@gooddata/sdk-ui-pivot": "10.
|
|
63
|
-
"@gooddata/sdk-ui-theme-provider": "10.
|
|
64
|
-
"@gooddata/sdk-ui-vis-commons": "10.
|
|
65
|
-
"@gooddata/util": "10.
|
|
54
|
+
"@gooddata/sdk-backend-base": "10.17.0-alpha.0",
|
|
55
|
+
"@gooddata/sdk-embedding": "10.17.0-alpha.0",
|
|
56
|
+
"@gooddata/sdk-backend-spi": "10.17.0-alpha.0",
|
|
57
|
+
"@gooddata/sdk-model": "10.17.0-alpha.0",
|
|
58
|
+
"@gooddata/sdk-ui": "10.17.0-alpha.0",
|
|
59
|
+
"@gooddata/sdk-ui-charts": "10.17.0-alpha.0",
|
|
60
|
+
"@gooddata/sdk-ui-kit": "10.17.0-alpha.0",
|
|
61
|
+
"@gooddata/sdk-ui-geo": "10.17.0-alpha.0",
|
|
62
|
+
"@gooddata/sdk-ui-pivot": "10.17.0-alpha.0",
|
|
63
|
+
"@gooddata/sdk-ui-theme-provider": "10.17.0-alpha.0",
|
|
64
|
+
"@gooddata/sdk-ui-vis-commons": "10.17.0-alpha.0",
|
|
65
|
+
"@gooddata/util": "10.17.0-alpha.0"
|
|
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/
|
|
121
|
-
"@gooddata/
|
|
122
|
-
"@gooddata/
|
|
120
|
+
"@gooddata/i18n-toolkit": "10.17.0-alpha.0",
|
|
121
|
+
"@gooddata/reference-workspace": "10.17.0-alpha.0",
|
|
122
|
+
"@gooddata/sdk-backend-mockingbird": "10.17.0-alpha.0"
|
|
123
123
|
},
|
|
124
124
|
"scripts": {
|
|
125
125
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|