@gooddata/sdk-ui-filters 11.40.0-alpha.0 → 11.40.0-alpha.1
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/FilterGroup/FilterGroup.js +7 -7
- package/package.json +12 -12
|
@@ -14,16 +14,16 @@ import { MeasureValueFilter, } from "../MeasureValueFilter/MeasureValueFilter.js
|
|
|
14
14
|
import { FilterButtonCustomIcon } from "../shared/components/internal/FilterButtonCustomIcon.js";
|
|
15
15
|
import { useFilterGroupStatus } from "./useFilterGroupStatus.js";
|
|
16
16
|
const GROUP_ALIGN_POINTS = [
|
|
17
|
-
{ align: "bl tl", offset: { x:
|
|
18
|
-
{ align: "br tr", offset: { x:
|
|
19
|
-
{ align: "tr tl", offset: { x:
|
|
20
|
-
{ align: "tl tr", offset: { x:
|
|
17
|
+
{ align: "bl tl", offset: { x: 3, y: -7 } },
|
|
18
|
+
{ align: "br tr", offset: { x: -10, y: -7 } },
|
|
19
|
+
{ align: "tr tl", offset: { x: -11, y: 7 } },
|
|
20
|
+
{ align: "tl tr", offset: { x: 3, y: 7 } },
|
|
21
21
|
];
|
|
22
22
|
const ITEM_ALIGN_POINTS = [
|
|
23
|
-
{ align: "tr tl", offset: { x:
|
|
24
|
-
{ align: "br bl", offset: { x:
|
|
23
|
+
{ align: "tr tl", offset: { x: 1, y: -1 } },
|
|
24
|
+
{ align: "br bl", offset: { x: 1, y: 0 } },
|
|
25
25
|
{ align: "bl tl", offset: { x: 0, y: 0 } },
|
|
26
|
-
{ align: "tl bl", offset: { x: 0, y:
|
|
26
|
+
{ align: "tl bl", offset: { x: 0, y: -2 } },
|
|
27
27
|
];
|
|
28
28
|
/**
|
|
29
29
|
* FilterGroup contains nested dropdowns (attribute filter dropdown rendered in portal).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-filters",
|
|
3
|
-
"version": "11.40.0-alpha.
|
|
3
|
+
"version": "11.40.0-alpha.1",
|
|
4
4
|
"description": "GoodData.UI SDK - Filter Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"ts-invariant": "0.10.3",
|
|
48
48
|
"tslib": "2.8.1",
|
|
49
49
|
"uuid": "11.1.0",
|
|
50
|
-
"@gooddata/sdk-
|
|
51
|
-
"@gooddata/sdk-
|
|
52
|
-
"@gooddata/sdk-ui": "11.40.0-alpha.
|
|
53
|
-
"@gooddata/
|
|
54
|
-
"@gooddata/
|
|
50
|
+
"@gooddata/sdk-model": "11.40.0-alpha.1",
|
|
51
|
+
"@gooddata/sdk-ui": "11.40.0-alpha.1",
|
|
52
|
+
"@gooddata/sdk-ui-kit": "11.40.0-alpha.1",
|
|
53
|
+
"@gooddata/util": "11.40.0-alpha.1",
|
|
54
|
+
"@gooddata/sdk-backend-spi": "11.40.0-alpha.1"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -93,12 +93,12 @@
|
|
|
93
93
|
"typescript": "5.9.3",
|
|
94
94
|
"vitest": "4.1.0",
|
|
95
95
|
"vitest-dom": "0.1.1",
|
|
96
|
-
"@gooddata/eslint-config": "11.40.0-alpha.
|
|
97
|
-
"@gooddata/oxlint-config": "11.40.0-alpha.
|
|
98
|
-
"@gooddata/reference-workspace": "11.40.0-alpha.
|
|
99
|
-
"@gooddata/sdk-
|
|
100
|
-
"@gooddata/sdk-
|
|
101
|
-
"@gooddata/stylelint-config": "11.40.0-alpha.
|
|
96
|
+
"@gooddata/eslint-config": "11.40.0-alpha.1",
|
|
97
|
+
"@gooddata/oxlint-config": "11.40.0-alpha.1",
|
|
98
|
+
"@gooddata/reference-workspace": "11.40.0-alpha.1",
|
|
99
|
+
"@gooddata/sdk-ui-theme-provider": "11.40.0-alpha.1",
|
|
100
|
+
"@gooddata/sdk-backend-mockingbird": "11.40.0-alpha.1",
|
|
101
|
+
"@gooddata/stylelint-config": "11.40.0-alpha.1"
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"react": "^18.0.0 || ^19.0.0",
|