@gooddata/sdk-ui 10.7.0-alpha.8 → 10.7.0-beta.0

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.
@@ -14,6 +14,11 @@
14
14
  "comment": "",
15
15
  "limit": 0
16
16
  },
17
+ "gs.header.search": {
18
+ "value": "Search",
19
+ "comment": "A global semantic search button label in the main menu",
20
+ "limit": 0
21
+ },
17
22
  "gs.header.logout": {
18
23
  "value": "Logout",
19
24
  "comment": "",
@@ -558,7 +558,7 @@
558
558
  "userManagement.deleteDialog.userGroup.adminDisabledTooltip": "Impossible de supprimer ce groupe.",
559
559
  "userManagement.deleteDialog.userGroup.nonEmptyDisabledTooltip": "Il est impossible de supprimer ce groupe, car il contient des membres.",
560
560
  "userManagement.deleteDialog.multipleUsers.title": "Supprimer les utilisateurs ?",
561
- "userManagement.deleteDialog.multipleUsers.body": "<{count} utilisateurs</b> seront irréversiblement supprimés, mais leurs visualisations et tableaux de bord ne seront pas affectés.",
561
+ "userManagement.deleteDialog.multipleUsers.body": "<b>{count} utilisateurs</b> seront irréversiblement supprimés, mais leurs visualisations et tableaux de bord ne seront pas affectés.",
562
562
  "userManagement.deleteDialog.group.title": "Supprimer le groupe ?",
563
563
  "userManagement.deleteDialog.group.body": "Le groupe sera supprimé de manière irréversible. Tous ses membres perdront les droits définis par les autorisations du groupe.",
564
564
  "userManagement.deleteDialog.multipleGroups.title": "Supprimer des groupes ?",
@@ -371,7 +371,7 @@
371
371
  "embed.dialog.numeric.input.validation": "De waarde moet een getal zijn dat groter is dan 0",
372
372
  "embed.dialog.numeric.input.warning": "Deze invoer accepteert alleen getallen groter dan 0",
373
373
  "embedInsightDialog.complete.list.props.message": "Volledig lijst van ingesloten eigenschappen",
374
- "embedInsightDialog.emptyInsight.byReference": "De geknipte code wordt hier weergegeven zodra u de visualisatie opslaat</a>.",
374
+ "embedInsightDialog.emptyInsight.byReference": "De geknipte code wordt hier weergegeven zodra u <a> de visualisatie opslaat</a>.",
375
375
  "embedInsightDialog.emptyInsight.byDefinition": "Dit visualisatietype kan niet worden ingesloten als programmatische typecomponent.",
376
376
  "embedDialog.tab.react": "Reageren",
377
377
  "embedDialog.tab.webComponents": "Webcomponenten",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui",
3
- "version": "10.7.0-alpha.8",
3
+ "version": "10.7.0-beta.0",
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-model": "10.7.0-alpha.8",
41
- "@gooddata/sdk-backend-spi": "10.7.0-alpha.8",
42
- "@gooddata/util": "10.7.0-alpha.8"
40
+ "@gooddata/sdk-backend-spi": "10.7.0-beta.0",
41
+ "@gooddata/sdk-model": "10.7.0-beta.0",
42
+ "@gooddata/util": "10.7.0-beta.0"
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/i18n-toolkit": "10.7.0-alpha.8",
94
- "@gooddata/reference-workspace": "10.7.0-alpha.8",
95
- "@gooddata/sdk-backend-base": "10.7.0-alpha.8",
96
- "@gooddata/sdk-backend-mockingbird": "10.7.0-alpha.8"
93
+ "@gooddata/i18n-toolkit": "10.7.0-beta.0",
94
+ "@gooddata/sdk-backend-base": "10.7.0-beta.0",
95
+ "@gooddata/sdk-backend-mockingbird": "10.7.0-beta.0",
96
+ "@gooddata/reference-workspace": "10.7.0-beta.0"
97
97
  },
98
98
  "scripts": {
99
99
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",