@gooddata/sdk-ui-semantic-search 11.30.0-alpha.2 → 11.30.0-alpha.4
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSearchIds.d.ts","sourceRoot":"","sources":["../../src/hooks/useSearchIds.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useSearchIds.d.ts","sourceRoot":"","sources":["../../src/hooks/useSearchIds.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,wBAAgB,YAAY;;;EAK3B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2025 GoodData Corporation
|
|
1
|
+
// (C) 2025-2026 GoodData Corporation
|
|
2
2
|
import { useId } from "react";
|
|
3
3
|
/**
|
|
4
4
|
* Generates unique IDs for the semantic search.
|
|
@@ -6,8 +6,8 @@ import { useId } from "react";
|
|
|
6
6
|
*/
|
|
7
7
|
export function useSearchIds() {
|
|
8
8
|
const id = useId();
|
|
9
|
-
const inputId = `semantic-search
|
|
10
|
-
const treeViewId = `semantic-search
|
|
9
|
+
const inputId = `semantic-search-${id}-input`;
|
|
10
|
+
const treeViewId = `semantic-search-${id}-treeview`;
|
|
11
11
|
return { inputId, treeViewId };
|
|
12
12
|
}
|
|
13
13
|
//# sourceMappingURL=useSearchIds.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSearchIds.js","sourceRoot":"","sources":["../../src/hooks/useSearchIds.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"useSearchIds.js","sourceRoot":"","sources":["../../src/hooks/useSearchIds.ts"],"names":[],"mappings":"AAAA,qCAAqC;AAErC,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAC;AAE9B;;;GAGG;AACH,MAAM,UAAU,YAAY,GAAG;IAC3B,MAAM,EAAE,GAAG,KAAK,EAAE,CAAC;IACnB,MAAM,OAAO,GAAG,mBAAmB,EAAE,QAAQ,CAAC;IAC9C,MAAM,UAAU,GAAG,mBAAmB,EAAE,WAAW,CAAC;IACpD,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,CAAC;AAAA,CAClC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-semantic-search",
|
|
3
|
-
"version": "11.30.0-alpha.
|
|
3
|
+
"version": "11.30.0-alpha.4",
|
|
4
4
|
"description": "GoodData SDK TypeScript & React skeleton",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"lodash-es": "^4.17.23",
|
|
36
36
|
"react-intl": "7.1.11",
|
|
37
37
|
"tslib": "2.8.1",
|
|
38
|
-
"@gooddata/sdk-backend-spi": "11.30.0-alpha.
|
|
39
|
-
"@gooddata/sdk-model": "11.30.0-alpha.
|
|
40
|
-
"@gooddata/sdk-ui": "11.30.0-alpha.
|
|
41
|
-
"@gooddata/sdk-ui-
|
|
42
|
-
"@gooddata/sdk-ui-
|
|
43
|
-
"@gooddata/util": "11.30.0-alpha.
|
|
38
|
+
"@gooddata/sdk-backend-spi": "11.30.0-alpha.4",
|
|
39
|
+
"@gooddata/sdk-model": "11.30.0-alpha.4",
|
|
40
|
+
"@gooddata/sdk-ui": "11.30.0-alpha.4",
|
|
41
|
+
"@gooddata/sdk-ui-kit": "11.30.0-alpha.4",
|
|
42
|
+
"@gooddata/sdk-ui-theme-provider": "11.30.0-alpha.4",
|
|
43
|
+
"@gooddata/util": "11.30.0-alpha.4"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"typescript": "5.9.3",
|
|
81
81
|
"vitest": "4.1.0",
|
|
82
82
|
"vitest-dom": "0.1.1",
|
|
83
|
-
"@gooddata/eslint-config": "11.30.0-alpha.
|
|
84
|
-
"@gooddata/i18n-toolkit": "11.30.0-alpha.
|
|
85
|
-
"@gooddata/oxlint-config": "11.30.0-alpha.
|
|
86
|
-
"@gooddata/sdk-backend-mockingbird": "11.30.0-alpha.
|
|
87
|
-
"@gooddata/stylelint-config": "11.30.0-alpha.
|
|
83
|
+
"@gooddata/eslint-config": "11.30.0-alpha.4",
|
|
84
|
+
"@gooddata/i18n-toolkit": "11.30.0-alpha.4",
|
|
85
|
+
"@gooddata/oxlint-config": "11.30.0-alpha.4",
|
|
86
|
+
"@gooddata/sdk-backend-mockingbird": "11.30.0-alpha.4",
|
|
87
|
+
"@gooddata/stylelint-config": "11.30.0-alpha.4"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"react": "^18.0.0 || ^19.0.0",
|