@gooddata/sdk-ui 10.9.0-alpha.11 → 10.9.0-alpha.13
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.
@@ -3297,5 +3297,10 @@
|
|
3297
3297
|
"value": "Tags",
|
3298
3298
|
"comment": "Label of column that contains tags of the search results object.",
|
3299
3299
|
"limit": 0
|
3300
|
+
},
|
3301
|
+
"semantic-search.match": {
|
3302
|
+
"value": "{score}% match",
|
3303
|
+
"comment": "Label of column that contains match score of the search results object. Do not translate placeholder {score}.",
|
3304
|
+
"limit": 0
|
3300
3305
|
}
|
3301
3306
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui",
|
3
|
-
"version": "10.9.0-alpha.
|
3
|
+
"version": "10.9.0-alpha.13",
|
4
4
|
"description": "GoodData.UI SDK - Core",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -37,9 +37,9 @@
|
|
37
37
|
"ts-invariant": "^0.7.5",
|
38
38
|
"tslib": "^2.5.0",
|
39
39
|
"uuid": "^8.3.2",
|
40
|
-
"@gooddata/sdk-backend-spi": "10.9.0-alpha.
|
41
|
-
"@gooddata/
|
42
|
-
"@gooddata/
|
40
|
+
"@gooddata/sdk-backend-spi": "10.9.0-alpha.13",
|
41
|
+
"@gooddata/util": "10.9.0-alpha.13",
|
42
|
+
"@gooddata/sdk-model": "10.9.0-alpha.13"
|
43
43
|
},
|
44
44
|
"peerDependencies": {
|
45
45
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -90,10 +90,10 @@
|
|
90
90
|
"typescript": "5.3.3",
|
91
91
|
"vitest": "1.0.4",
|
92
92
|
"vitest-dom": "0.1.1",
|
93
|
-
"@gooddata/
|
94
|
-
"@gooddata/
|
95
|
-
"@gooddata/
|
96
|
-
"@gooddata/sdk-backend-mockingbird": "10.9.0-alpha.
|
93
|
+
"@gooddata/reference-workspace": "10.9.0-alpha.13",
|
94
|
+
"@gooddata/i18n-toolkit": "10.9.0-alpha.13",
|
95
|
+
"@gooddata/sdk-backend-base": "10.9.0-alpha.13",
|
96
|
+
"@gooddata/sdk-backend-mockingbird": "10.9.0-alpha.13"
|
97
97
|
},
|
98
98
|
"scripts": {
|
99
99
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|