@gooddata/sdk-ui-catalog 11.46.0-alpha.5 → 11.46.0-alpha.6
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.
|
@@ -30,12 +30,13 @@ export function CatalogItemShareProvider({ shareableItem, target, labels, childr
|
|
|
30
30
|
// One controller drives both the dialog and the inline access row; the row reads
|
|
31
31
|
// `state.summary`, so a save inside the dialog refreshes it too. labelsLoading/
|
|
32
32
|
// labelsError keep the controller label-unresolved while labels are pending.
|
|
33
|
+
const [isOpen, setIsOpen] = useState(false);
|
|
33
34
|
const controller = useObjectShare(target, {
|
|
34
35
|
labels: labels.labels,
|
|
35
36
|
labelsError: labels.error,
|
|
36
37
|
labelsLoading: labels.loading,
|
|
38
|
+
isOpen,
|
|
37
39
|
});
|
|
38
|
-
const [isOpen, setIsOpen] = useState(false);
|
|
39
40
|
// The detail view is reused as the user navigates between objects, so close an
|
|
40
41
|
// open dialog when the shareable target changes (or becomes non-shareable) —
|
|
41
42
|
// otherwise it would linger open on the next object. Reset during render (React's
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-catalog",
|
|
3
|
-
"version": "11.46.0-alpha.
|
|
3
|
+
"version": "11.46.0-alpha.6",
|
|
4
4
|
"description": "GoodData SDK - Analytics Catalog",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"tslib": "2.8.1",
|
|
46
46
|
"yaml": "2.8.3",
|
|
47
47
|
"zod": "4.3.6",
|
|
48
|
-
"@gooddata/sdk-backend-spi": "11.46.0-alpha.
|
|
49
|
-
"@gooddata/sdk-code-schemas": "11.46.0-alpha.
|
|
50
|
-
"@gooddata/sdk-model": "11.46.0-alpha.
|
|
51
|
-
"@gooddata/sdk-ui": "11.46.0-alpha.
|
|
52
|
-
"@gooddata/sdk-ui-ext": "11.46.0-alpha.
|
|
53
|
-
"@gooddata/sdk-ui-kit": "11.46.0-alpha.
|
|
54
|
-
"@gooddata/sdk-ui-semantic-search": "11.46.0-alpha.
|
|
55
|
-
"@gooddata/
|
|
56
|
-
"@gooddata/
|
|
48
|
+
"@gooddata/sdk-backend-spi": "11.46.0-alpha.6",
|
|
49
|
+
"@gooddata/sdk-code-schemas": "11.46.0-alpha.6",
|
|
50
|
+
"@gooddata/sdk-model": "11.46.0-alpha.6",
|
|
51
|
+
"@gooddata/sdk-ui": "11.46.0-alpha.6",
|
|
52
|
+
"@gooddata/sdk-ui-ext": "11.46.0-alpha.6",
|
|
53
|
+
"@gooddata/sdk-ui-kit": "11.46.0-alpha.6",
|
|
54
|
+
"@gooddata/sdk-ui-semantic-search": "11.46.0-alpha.6",
|
|
55
|
+
"@gooddata/util": "11.46.0-alpha.6",
|
|
56
|
+
"@gooddata/sdk-ui-theme-provider": "11.46.0-alpha.6"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"typescript": "5.9.3",
|
|
94
94
|
"vitest": "4.1.8",
|
|
95
95
|
"vitest-dom": "0.1.1",
|
|
96
|
-
"@gooddata/eslint-config": "11.46.0-alpha.
|
|
97
|
-
"@gooddata/i18n-toolkit": "11.46.0-alpha.
|
|
98
|
-
"@gooddata/
|
|
99
|
-
"@gooddata/sdk-backend-mockingbird": "11.46.0-alpha.
|
|
100
|
-
"@gooddata/
|
|
96
|
+
"@gooddata/eslint-config": "11.46.0-alpha.6",
|
|
97
|
+
"@gooddata/i18n-toolkit": "11.46.0-alpha.6",
|
|
98
|
+
"@gooddata/oxlint-config": "11.46.0-alpha.6",
|
|
99
|
+
"@gooddata/sdk-backend-mockingbird": "11.46.0-alpha.6",
|
|
100
|
+
"@gooddata/stylelint-config": "11.46.0-alpha.6"
|
|
101
101
|
},
|
|
102
102
|
"peerDependencies": {
|
|
103
103
|
"react": "^18.0.0 || ^19.0.0",
|