@gooddata/sdk-ui-ext 10.33.0-alpha.27 → 10.33.0-alpha.28
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/package.json +17 -17
- package/styles/css/main.css +3 -3
- package/styles/internal/css/attribute_hierarchies.css +3 -3
- package/styles/internal/css/config_panel.css +1 -1
- package/styles/internal/css/dropdown_icons.css +19 -19
- package/styles/internal/scss/attribute_hierarchies.scss +4 -4
- package/styles/internal/scss/config_panel.scss +2 -2
- package/styles/internal/scss/dropdown_icons.scss +20 -20
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-ext",
|
|
3
|
-
"version": "10.33.0-alpha.
|
|
3
|
+
"version": "10.33.0-alpha.28",
|
|
4
4
|
"description": "GoodData.UI SDK - Extensions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
"@lezer/highlight": "~1.2.1",
|
|
62
62
|
"@codemirror/language": "~6.11.0",
|
|
63
63
|
"@codemirror/commands": "~6.8.1",
|
|
64
|
-
"@gooddata/sdk-
|
|
65
|
-
"@gooddata/sdk-backend-
|
|
66
|
-
"@gooddata/sdk-
|
|
67
|
-
"@gooddata/sdk-
|
|
68
|
-
"@gooddata/sdk-
|
|
69
|
-
"@gooddata/sdk-ui-charts": "10.33.0-alpha.
|
|
70
|
-
"@gooddata/sdk-ui-filters": "10.33.0-alpha.
|
|
71
|
-
"@gooddata/sdk-ui-
|
|
72
|
-
"@gooddata/sdk-ui-
|
|
73
|
-
"@gooddata/sdk-ui-pivot": "10.33.0-alpha.
|
|
74
|
-
"@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.
|
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.
|
|
76
|
-
"@gooddata/util": "10.33.0-alpha.
|
|
64
|
+
"@gooddata/sdk-embedding": "10.33.0-alpha.28",
|
|
65
|
+
"@gooddata/sdk-backend-base": "10.33.0-alpha.28",
|
|
66
|
+
"@gooddata/sdk-backend-spi": "10.33.0-alpha.28",
|
|
67
|
+
"@gooddata/sdk-model": "10.33.0-alpha.28",
|
|
68
|
+
"@gooddata/sdk-ui": "10.33.0-alpha.28",
|
|
69
|
+
"@gooddata/sdk-ui-charts": "10.33.0-alpha.28",
|
|
70
|
+
"@gooddata/sdk-ui-filters": "10.33.0-alpha.28",
|
|
71
|
+
"@gooddata/sdk-ui-geo": "10.33.0-alpha.28",
|
|
72
|
+
"@gooddata/sdk-ui-kit": "10.33.0-alpha.28",
|
|
73
|
+
"@gooddata/sdk-ui-pivot": "10.33.0-alpha.28",
|
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.33.0-alpha.28",
|
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.33.0-alpha.28",
|
|
76
|
+
"@gooddata/util": "10.33.0-alpha.28"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
"@types/debounce-promise": "^3.1.4",
|
|
130
130
|
"@types/json-stable-stringify": "^1.0.32",
|
|
131
131
|
"@types/js-yaml": "^4.0.9",
|
|
132
|
-
"@gooddata/i18n-toolkit": "10.33.0-alpha.
|
|
133
|
-
"@gooddata/reference-workspace": "10.33.0-alpha.
|
|
134
|
-
"@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.
|
|
132
|
+
"@gooddata/i18n-toolkit": "10.33.0-alpha.28",
|
|
133
|
+
"@gooddata/reference-workspace": "10.33.0-alpha.28",
|
|
134
|
+
"@gooddata/sdk-backend-mockingbird": "10.33.0-alpha.28"
|
|
135
135
|
},
|
|
136
136
|
"scripts": {
|
|
137
137
|
"clean": "rm -rf ci dist esm coverage *.log styles/css tsconfig.tsbuildinfo",
|
package/styles/css/main.css
CHANGED
|
@@ -499,7 +499,7 @@
|
|
|
499
499
|
content: "";
|
|
500
500
|
width: 18px;
|
|
501
501
|
height: 20px;
|
|
502
|
-
background-image: url("
|
|
502
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
503
503
|
background-repeat: no-repeat;
|
|
504
504
|
background-position: left center;
|
|
505
505
|
background-size: contain;
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
content: "";
|
|
509
509
|
width: 18px;
|
|
510
510
|
height: 20px;
|
|
511
|
-
background-image: url("
|
|
511
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
512
512
|
background-repeat: no-repeat;
|
|
513
513
|
background-position: left center;
|
|
514
514
|
background-size: contain;
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
content: "";
|
|
537
537
|
width: 16px;
|
|
538
538
|
height: 16px;
|
|
539
|
-
background-image: url("
|
|
539
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
|
540
540
|
background-size: 16px 16px;
|
|
541
541
|
background-repeat: no-repeat;
|
|
542
542
|
}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
content: "";
|
|
37
37
|
width: 18px;
|
|
38
38
|
height: 20px;
|
|
39
|
-
background-image: url("
|
|
39
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
40
40
|
background-repeat: no-repeat;
|
|
41
41
|
background-position: left center;
|
|
42
42
|
background-size: contain;
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
content: "";
|
|
46
46
|
width: 18px;
|
|
47
47
|
height: 20px;
|
|
48
|
-
background-image: url("
|
|
48
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
49
49
|
background-repeat: no-repeat;
|
|
50
50
|
background-position: left center;
|
|
51
51
|
background-size: contain;
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
content: "";
|
|
74
74
|
width: 16px;
|
|
75
75
|
height: 16px;
|
|
76
|
-
background-image: url("
|
|
76
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
|
77
77
|
background-size: 16px 16px;
|
|
78
78
|
background-repeat: no-repeat;
|
|
79
79
|
}
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.gd-icon-code {
|
|
290
|
-
background-image: url("
|
|
290
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/icon-code.svg");
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.gd-advanced-customization-dialog {
|
|
@@ -1,77 +1,77 @@
|
|
|
1
1
|
.gd-dropdown-icon-legend-left {
|
|
2
|
-
background-image: url("
|
|
2
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-left.svg");
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
.gd-dropdown-icon-legend-top {
|
|
6
|
-
background-image: url("
|
|
6
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-top.svg");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.gd-dropdown-icon-legend-bottom {
|
|
10
|
-
background-image: url("
|
|
10
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-bottom.svg");
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
.gd-dropdown-icon-legend-right {
|
|
14
|
-
background-image: url("
|
|
14
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-right.svg");
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
.gd-dropdown-icon-axis-name-position-left {
|
|
18
|
-
background-image: url("
|
|
18
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-left.svg");
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.gd-dropdown-icon-axis-name-position-center {
|
|
22
|
-
background-image: url("
|
|
22
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-center.svg");
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.gd-dropdown-icon-axis-name-position-right {
|
|
26
|
-
background-image: url("
|
|
26
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-right.svg");
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.gd-dropdown-icon-axis-name-position-top {
|
|
30
|
-
background-image: url("
|
|
30
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-top.svg");
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.gd-dropdown-icon-axis-name-position-middle {
|
|
34
|
-
background-image: url("
|
|
34
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-middle.svg");
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.gd-dropdown-icon-axis-name-position-bottom {
|
|
38
|
-
background-image: url("
|
|
38
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-bottom.svg");
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.gd-dropdown-icon-orientation-horizontal {
|
|
42
|
-
background-image: url("
|
|
42
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/orientation/horizontal.svg");
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.gd-dropdown-icon-orientation-vertical {
|
|
46
|
-
background-image: url("
|
|
46
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/orientation/vertical.svg");
|
|
47
47
|
}
|
|
48
48
|
|
|
49
49
|
.gd-dropdown-icon-calculated-as-change {
|
|
50
|
-
background-image: url("
|
|
50
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-change-calculation.svg");
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.gd-dropdown-icon-calculated-as-ratio {
|
|
54
|
-
background-image: url("
|
|
54
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-ratio-calculation.svg");
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.gd-dropdown-icon-calculated-as-difference {
|
|
58
|
-
background-image: url("
|
|
58
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-difference-calculation.svg");
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.gd-dropdown-icon-calculated-as-change-difference {
|
|
62
|
-
background-image: url("
|
|
62
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-change-difference-calculation.svg");
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.gd-dropdown-icon-comparison-position-left {
|
|
66
|
-
background-image: url("
|
|
66
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-position-left.svg");
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.gd-dropdown-icon-comparison-position-right {
|
|
70
|
-
background-image: url("
|
|
70
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-position-right.svg");
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.gd-dropdown-icon-comparison-position-top {
|
|
74
|
-
background-image: url("
|
|
74
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-position-top.svg");
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
/*# sourceMappingURL=dropdown_icons.css.map */
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2023-
|
|
1
|
+
// (C) 2023-2025 GoodData Corporation
|
|
2
2
|
@use "@gooddata/sdk-ui-kit/styles/scss/variables" as kit-variables;
|
|
3
3
|
|
|
4
4
|
.gd-attribute-hierarchy-detail-panel {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
content: "";
|
|
44
44
|
width: 18px;
|
|
45
45
|
height: 20px;
|
|
46
|
-
background-image: url("
|
|
46
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/attribute.svg");
|
|
47
47
|
background-repeat: no-repeat;
|
|
48
48
|
background-position: left center;
|
|
49
49
|
background-size: contain;
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
content: "";
|
|
54
54
|
width: 18px;
|
|
55
55
|
height: 20px;
|
|
56
|
-
background-image: url("
|
|
56
|
+
background-image: url("@gooddata/sdk-ui-kit/styles/icons/date.svg");
|
|
57
57
|
background-repeat: no-repeat;
|
|
58
58
|
background-position: left center;
|
|
59
59
|
background-size: contain;
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
content: "";
|
|
87
87
|
width: 16px;
|
|
88
88
|
height: 16px;
|
|
89
|
-
background-image: url("
|
|
89
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/attribute-hierarchy.svg");
|
|
90
90
|
background-size: 16px 16px;
|
|
91
91
|
background-repeat: no-repeat;
|
|
92
92
|
}
|
|
@@ -226,7 +226,7 @@ $color-picker-spacing: 5px;
|
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
.gd-icon-code {
|
|
229
|
-
background-image: url("
|
|
229
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/icon-code.svg");
|
|
230
230
|
}
|
|
231
231
|
|
|
232
232
|
.gd-advanced-customization-dialog {
|
|
@@ -347,7 +347,7 @@ $color-picker-spacing: 5px;
|
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
@mixin code-mirror-icon--error {
|
|
350
|
-
background-image: url("
|
|
350
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/icons/icon-error.svg");
|
|
351
351
|
background-size: 12px 12px;
|
|
352
352
|
}
|
|
353
353
|
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
// (C) 2007-
|
|
1
|
+
// (C) 2007-2025 GoodData Corporation
|
|
2
2
|
.gd-dropdown-icon-legend-left {
|
|
3
|
-
background-image: url("
|
|
3
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-left.svg");
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
.gd-dropdown-icon-legend-top {
|
|
7
|
-
background-image: url("
|
|
7
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-top.svg");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.gd-dropdown-icon-legend-bottom {
|
|
11
|
-
background-image: url("
|
|
11
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-bottom.svg");
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
.gd-dropdown-icon-legend-right {
|
|
15
|
-
background-image: url("
|
|
15
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/legend/legend-right.svg");
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.gd-dropdown-icon-axis-name-position-left {
|
|
19
|
-
background-image: url("
|
|
19
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-left.svg");
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
.gd-dropdown-icon-axis-name-position-center {
|
|
23
|
-
background-image: url("
|
|
23
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-center.svg");
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.gd-dropdown-icon-axis-name-position-right {
|
|
27
|
-
background-image: url("
|
|
27
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-right.svg");
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.gd-dropdown-icon-axis-name-position-top {
|
|
31
|
-
background-image: url("
|
|
31
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-top.svg");
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.gd-dropdown-icon-axis-name-position-middle {
|
|
35
|
-
background-image: url("
|
|
35
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-middle.svg");
|
|
36
36
|
}
|
|
37
37
|
|
|
38
38
|
.gd-dropdown-icon-axis-name-position-bottom {
|
|
39
|
-
background-image: url("
|
|
39
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/axis/name-position-bottom.svg");
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.gd-dropdown-icon-orientation-horizontal {
|
|
43
|
-
background-image: url("
|
|
43
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/orientation/horizontal.svg");
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.gd-dropdown-icon-orientation-vertical {
|
|
47
|
-
background-image: url("
|
|
47
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/orientation/vertical.svg");
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
.gd-dropdown-icon-calculated-as-change {
|
|
51
|
-
background-image: url("
|
|
51
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-change-calculation.svg");
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.gd-dropdown-icon-calculated-as-ratio {
|
|
55
|
-
background-image: url("
|
|
55
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-ratio-calculation.svg");
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.gd-dropdown-icon-calculated-as-difference {
|
|
59
|
-
background-image: url("
|
|
59
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-difference-calculation.svg");
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.gd-dropdown-icon-calculated-as-change-difference {
|
|
63
|
-
background-image: url("
|
|
63
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-change-difference-calculation.svg");
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.gd-dropdown-icon-comparison-position-left {
|
|
67
|
-
background-image: url("
|
|
67
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-position-left.svg");
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.gd-dropdown-icon-comparison-position-right {
|
|
71
|
-
background-image: url("
|
|
71
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-position-right.svg");
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.gd-dropdown-icon-comparison-position-top {
|
|
75
|
-
background-image: url("
|
|
75
|
+
background-image: url("@gooddata/sdk-ui-ext/esm/internal/assets/comparison/icon-position-top.svg");
|
|
76
76
|
}
|