@gooddata/sdk-ui-pluggable-host 11.47.0-alpha.1 → 11.47.0-alpha.2
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/translations/de-DE.json +0 -2
- package/esm/translations/en-AU.json +0 -2
- package/esm/translations/en-GB.json +0 -2
- package/esm/translations/en-US.json +0 -8
- package/esm/translations/es-419.json +0 -2
- package/esm/translations/es-ES.json +0 -2
- package/esm/translations/fi-FI.json +0 -2
- package/esm/translations/fr-CA.json +0 -2
- package/esm/translations/fr-FR.json +0 -2
- package/esm/translations/id-ID.json +0 -2
- package/esm/translations/it-IT.json +0 -2
- package/esm/translations/ja-JP.json +0 -2
- package/esm/translations/ko-KR.json +0 -2
- package/esm/translations/nl-NL.json +0 -2
- package/esm/translations/pl-PL.json +0 -2
- package/esm/translations/pt-BR.json +0 -2
- package/esm/translations/pt-PT.json +0 -2
- package/esm/translations/ru-RU.json +0 -2
- package/esm/translations/sl-SI.json +0 -2
- package/esm/translations/th-TH.json +0 -2
- package/esm/translations/tr-TR.json +0 -2
- package/esm/translations/uk-UA.json +0 -2
- package/esm/translations/vi-VN.json +0 -2
- package/esm/translations/zh-HK.json +0 -2
- package/esm/translations/zh-Hans.json +0 -2
- package/esm/translations/zh-Hant.json +0 -2
- package/esm/ui/HostNotificationDispatcher.d.ts +11 -3
- package/esm/ui/HostNotificationDispatcher.d.ts.map +1 -1
- package/esm/ui/HostNotificationDispatcher.js +14 -29
- package/package.json +17 -17
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Diese Anwendung ist veraltet und muss von ihrem Autor neu erstellt werden, bevor sie erneut ausgeführt werden kann.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Dieser Anwendung fehlen erforderliche Sicherheitsmetadaten und sie kann nicht geladen werden.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Demo-Anwendung gültig bis {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Eine neue Version von GoodData ist verfügbar.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Neu laden",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Großartig! Wir haben Ihre Visualisierung gespeichert.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Hoppla, beim Speichern Ihrer Visualisierung ist ein Problem aufgetreten.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "This application is out of date and must be rebuilt by its author before it can run again.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "This application is missing required security metadata and cannot be loaded.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Demo application valid till {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "A new version of GoodData is available.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Reload",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Great! We've saved your visualisation.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Unfortunately, there was an issue when saving your visualisation.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "This application is out of date and must be rebuilt by its author before it can run again.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "This application is missing required security metadata and cannot be loaded.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Demo application valid till {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "A new version of GoodData is available.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Reload",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Great! We saved your visualisation.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "An error occurred while saving your visualisation.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -91,14 +91,6 @@
|
|
|
91
91
|
"text": "Demo application valid till {date}",
|
|
92
92
|
"crowdinContext": "Text in a small floating badge shown at the bottom-right of the page for a validated demo application loaded from the demo bucket. {date} is the localized date until which the demo build remains valid."
|
|
93
93
|
},
|
|
94
|
-
"gs.host.notification.newDeployment.message": {
|
|
95
|
-
"text": "A new version of GoodData is available.",
|
|
96
|
-
"crowdinContext": "Toast message shown when the host detects that a newer build of the application has been deployed while the user's tab was open. Followed by a reload link."
|
|
97
|
-
},
|
|
98
|
-
"gs.host.notification.newDeployment.reloadLink": {
|
|
99
|
-
"text": "Reload",
|
|
100
|
-
"crowdinContext": "Clickable text inside the new-deployment toast that triggers a full page reload to load the latest application version."
|
|
101
|
-
},
|
|
102
94
|
"messages.genAi.visualisation.saved.success": {
|
|
103
95
|
"text": "Great! We saved your visualization.",
|
|
104
96
|
"crowdinContext": "Success message when generative AI visualization is saved"
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Esta aplicación está desactualizada y su autor debe volver a compilarla antes de que pueda ejecutarse de nuevo.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Esta aplicación no tiene los metadatos de seguridad requeridos y no se puede cargar.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Aplicación de demostración válida hasta {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Hay una nueva versión de GoodData disponible.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Recargar",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "¡Genial! Hemos guardado tu visualización.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Oops, hubo un problema al guardar tu visualización.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Esta aplicación está desactualizada y su autor debe volver a compilarla antes de que pueda ejecutarse de nuevo.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Faltan metadatos de seguridad obligatorios en esta aplicación y no se puede cargar.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Aplicación de demostración válida hasta {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Hay una nueva versión de GoodData disponible.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Recargar",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "¡Genial! Hemos guardado su visualización.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Oops, hubo un problema al guardar tu visualización.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Tämä sovellus on vanhentunut, ja sen tekijän on muodostettava se uudelleen, ennen kuin sitä voidaan käyttää taas.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Tästä sovelluksesta puuttuvat vaaditut suojausmetatiedot, eikä sitä voida ladata.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Demo-sovellus voimassa {date} asti",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "GoodData-ohjelmistosta on saatavilla uusi versio.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Lataa uudelleen",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Hienoa! Tallensimme visualisointisi.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Hups, visualisoinnin tallentamisessa ilmeni ongelma.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Cette application n’est plus à jour et doit être reconstruite par son auteur avant de pouvoir être exécutée à nouveau.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Les métadonnées de sécurité requises sont manquantes pour cette application et elle ne peut pas être chargée.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Application de démonstration valide jusqu’au {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Une nouvelle version de GoodData est disponible.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Recharger",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Parfait ! Votre visualisation a été enregistrée.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Oups, il y a eu un problème lors de l'enregistrement de votre visualisation.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Cette application n’est pas à jour et doit être reconstruite par son auteur avant de pouvoir être exécutée à nouveau.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Les métadonnées de sécurité requises sont manquantes pour cette application et elle ne peut pas être chargée.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Application de démonstration valide jusqu’au {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Une nouvelle version de GoodData est disponible.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Recharger",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Parfait ! Votre visualisation a été enregistrée.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Oups, il y a eu un problème lors de l'enregistrement de votre visualisation.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Aplikasi ini sudah usang dan harus dibangun ulang oleh pembuatnya sebelum dapat berjalan lagi.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Aplikasi ini tidak memiliki metadata keamanan yang diperlukan dan tidak dapat dimuat.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Aplikasi demo berlaku hingga {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Versi baru GoodData tersedia.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Muat ulang",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Berhasil. Kami menyimpan visualisasi Anda.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Terjadi masalah saat menyimpan visualisasi Anda.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Questa applicazione non è aggiornata e deve essere ricompilata dal suo autore prima di poter essere eseguita di nuovo.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "In questa applicazione mancano i metadati di sicurezza richiesti e non può essere caricata.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Applicazione demo valida fino al {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "È disponibile una nuova versione di GoodData.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Ricarica",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Ottimo! Abbiamo salvato la tua visualizzazione.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Ops, si è verificato un problema durante il salvataggio della visualizzazione.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "このアプリケーションは古くなっており、再度実行するには作成者が再ビルドする必要があります。",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "このアプリケーションには必要なセキュリティメタデータが不足しているため、読み込めません。",
|
|
24
24
|
"gs.host.demoApp.validUntil": "デモアプリケーションの有効期限: {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "GoodData の新しいバージョンが利用可能です。",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "リロード",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "完了!ビジュアライゼーションを保存しました。",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "ビジュアライゼーションを保存する際に問題が発生しました。",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "이 애플리케이션은 오래되어 작성자가 다시 실행하려면 먼저 다시 빌드해야 합니다.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "이 애플리케이션에는 필수 보안 메타데이터가 없으므로 로드할 수 없습니다.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "{date}까지 유효한 데모 애플리케이션",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "GoodData의 새 버전을 사용할 수 있습니다.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "새로 고침",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "좋습니다! 시각화를 저장했습니다.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "시각화를 저장하는 중 문제가 발생했습니다.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Deze applicatie is verouderd en moet door de auteur opnieuw worden opgebouwd voordat deze weer kan worden uitgevoerd.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Bij deze applicatie ontbreken vereiste beveiligingsmetadata en deze kan niet worden geladen.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Demoapplicatie geldig tot {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Er is een nieuwe versie van GoodData beschikbaar.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Herladen",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Geweldig We hebben uw visualisatie opgeslagen.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Oeps, er was een probleem bij het opslaan van je visualisatie.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Ta aplikacja jest nieaktualna i musi zostać ponownie zbudowana przez jej autora, zanim będzie mogła zostać ponownie uruchomiona.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "W tej aplikacji brakuje wymaganych metadanych zabezpieczeń i nie można jej załadować.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Aplikacja demonstracyjna ważna do {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Nowa wersja GoodData jest dostępna.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Przeładuj",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Świetnie! Zapisaliśmy Twoją wizualizację.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Wystąpił problem podczas zapisywania Twojej Wizualizacji.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Este aplicativo está desatualizado e deve ser recompilado pelo autor antes de poder ser executado novamente.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Este aplicativo não tem os metadados de segurança obrigatórios e não pode ser carregado.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Aplicativo de demonstração válido até {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Uma nova versão do GoodData está disponível.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Recarregar",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Legal! Salvamos sua visualização.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Opa, houve um problema ao salvar sua visualização.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Esta aplicação está desatualizada e deve ser reconstruída pelo respetivo autor antes de poder voltar a ser executada.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Faltam os metadados de segurança necessários a esta aplicação e esta não pode ser carregada.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Aplicação de demonstração válida até {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Está disponível uma nova versão do GoodData.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Recarregar",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Ótimo! Salvámos a sua visualização.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Opa, houve um problema ao salvar sua visualização.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Это приложение устарело, и его автор должен пересобрать его, прежде чем оно снова сможет работать.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "В этом приложении отсутствуют необходимые метаданные безопасности, и его невозможно загрузить.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Демо-приложение действительно до {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Доступна новая версия GoodData.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Перезагрузить",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Отлично! Мы сохранили вашу визуализацию.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "К сожалению, при сохранении вашей визуализации возникла проблема.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Ta aplikacija je zastarela in jo mora njen avtor znova zgraditi, preden jo bo mogoče ponovno zagnati.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Tej aplikaciji manjkajo zahtevani varnostni metapodatki in je ni mogoče naložiti.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Predstavitvena aplikacija velja do {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Na voljo je nova različica GoodData.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Osveži",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Odlično! Shranili smo vašo vizualizacijo.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Ups, prišlo je do težave pri shranjevanju vaše vizualizacije.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "แอปพลิเคชันนี้ล้าสมัยและต้องได้รับการสร้างใหม่โดยผู้สร้างก่อนจึงจะสามารถทำงานได้อีกครั้ง",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "แอปพลิเคชันนี้ไม่มีข้อมูลเมตาความปลอดภัยที่จำเป็นและไม่สามารถโหลดได้",
|
|
24
24
|
"gs.host.demoApp.validUntil": "แอปพลิเคชันเดโมใช้ได้ถึง {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "GoodData เวอร์ชันใหม่พร้อมใช้งานแล้ว",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "โหลดใหม่",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "สำเร็จ! เราได้บันทึกการแสดงภาพข้อมูลของคุณแล้ว",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "ขออภัย มีปัญหาในการบันทึกการแสดงภาพข้อมูลของคุณ",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Bu uygulama güncel değil ve yeniden çalıştırılabilmesi için yazarı tarafından yeniden derlenmelidir.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Bu uygulamada gerekli güvenlik meta verileri eksik ve yüklenemiyor.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Demo uygulaması {date} tarihine kadar geçerlidir",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "GoodData'nın yeni bir sürümü kullanılabilir.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Yeniden Yükle",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Harika! Görselleştirmenizi kaydettik.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Görselleştirmenizi kaydederken bir sorun oluştu.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Ця програма застаріла, і її автор має перебудувати її, перш ніж вона знову зможе працювати.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "У цій програмі відсутні обов’язкові метадані безпеки, тому її неможливо завантажити.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Демо-програма дійсна до {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Доступна нова версія GoodData.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Перезавантажити",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Чудово! Ми зберегли вашу візуалізацію.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "От халепа, виникла проблема під час збереження вашої візуалізації.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "Ứng dụng này đã lỗi thời và tác giả của ứng dụng phải xây dựng lại trước khi có thể chạy lại.",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "Ứng dụng này thiếu siêu dữ liệu bảo mật bắt buộc và không thể tải.",
|
|
24
24
|
"gs.host.demoApp.validUntil": "Ứng dụng demo có hiệu lực đến {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "Đã có phiên bản mới của GoodData.",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "Tải lại",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "Tuyệt vời! Chúng tôi đã lưu trực quan hóa của bạn.",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "Rất tiếc, đã xảy ra sự cố khi lưu trực quan hóa của bạn.",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "此應用程式已過期,必須由其作者重新建置後才能再次執行。",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "此應用程式缺少必要的安全性中繼資料,無法載入。",
|
|
24
24
|
"gs.host.demoApp.validUntil": "示範應用程式有效期至 {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "有新版本的 GoodData 可供使用。",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "重新載入",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "很好!我哋儲存咗您嘅可視化效果。",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "糟糕,保存可視化時出現問題。",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "此应用程序已过期,必须由其作者重新构建后才能再次运行。",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "此应用程序缺少必需的安全元数据,无法加载。",
|
|
24
24
|
"gs.host.demoApp.validUntil": "演示应用程序有效期至 {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "GoodData 的新版本已可用。",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "重新加载",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "太棒了!我们已保存您的可视化。",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "哎呀,保存可视化时出现问题。",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -22,8 +22,6 @@
|
|
|
22
22
|
"gs.host.error.appBuildExpired": "此應用程式已過期,必須由其作者重新建置後才能再次執行。",
|
|
23
23
|
"gs.host.error.appSecurityMetadataMissing": "此應用程式缺少必要的安全性中繼資料,無法載入。",
|
|
24
24
|
"gs.host.demoApp.validUntil": "示範應用程式有效至 {date}",
|
|
25
|
-
"gs.host.notification.newDeployment.message": "有新版本的 GoodData 可供使用。",
|
|
26
|
-
"gs.host.notification.newDeployment.reloadLink": "重新載入",
|
|
27
25
|
"messages.genAi.visualisation.saved.success": "偉大的!我們保存了您的視覺化。",
|
|
28
26
|
"messages.genAi.visualisation.saved.error": "哎呀,保存可視化時出現問題。",
|
|
29
27
|
"messages.genAi.visualisation.saved.error.detail": "{errorType}: {errorMessage}",
|
|
@@ -3,10 +3,18 @@ interface IHostNotificationDispatcherProps {
|
|
|
3
3
|
notification: IHostUiNotification | null;
|
|
4
4
|
}
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* Handles runtime shell notifications pushed by the host runtime.
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
8
|
+
* A single component is enough to handle every notification type; new types should add a
|
|
9
|
+
* branch in the effect below.
|
|
10
|
+
*
|
|
11
|
+
* @remarks
|
|
12
|
+
* The `newDeploymentAvailable` notification used to surface a toast prompting the user to
|
|
13
|
+
* reload. Per LX-2674 (agreed with UX) that toast is no longer shown: an unexpected reload
|
|
14
|
+
* could make users lose unsaved work, and the banner carried GoodData branding that
|
|
15
|
+
* white-labelled deployments must not expose. The runtime still detects redeploys (version
|
|
16
|
+
* watcher) and stale chunks are still auto-recovered on the next failed import; we now only
|
|
17
|
+
* trace the detection to the console rather than nag the user.
|
|
10
18
|
*/
|
|
11
19
|
export declare function HostNotificationDispatcher({ notification }: IHostNotificationDispatcherProps): null;
|
|
12
20
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HostNotificationDispatcher.d.ts","sourceRoot":"","sources":["../../src/ui/HostNotificationDispatcher.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"HostNotificationDispatcher.d.ts","sourceRoot":"","sources":["../../src/ui/HostNotificationDispatcher.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,mBAAmB,EAAE,MAAM,2CAA2C,CAAC;AAErF,UAAU,gCAAgC;IACtC,YAAY,EAAE,mBAAmB,GAAG,IAAI,CAAC;CAC5C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,0BAA0B,CAAC,EAAE,YAAY,EAAE,EAAE,gCAAgC,QAc5F"}
|
|
@@ -1,42 +1,27 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
1
|
// (C) 2026 GoodData Corporation
|
|
3
2
|
import { useEffect } from "react";
|
|
4
|
-
import { FormattedMessage } from "react-intl";
|
|
5
|
-
import { ToastsCenterContext, UiLink } from "@gooddata/sdk-ui-kit";
|
|
6
3
|
/**
|
|
7
|
-
*
|
|
4
|
+
* Handles runtime shell notifications pushed by the host runtime.
|
|
8
5
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
6
|
+
* A single component is enough to handle every notification type; new types should add a
|
|
7
|
+
* branch in the effect below.
|
|
8
|
+
*
|
|
9
|
+
* @remarks
|
|
10
|
+
* The `newDeploymentAvailable` notification used to surface a toast prompting the user to
|
|
11
|
+
* reload. Per LX-2674 (agreed with UX) that toast is no longer shown: an unexpected reload
|
|
12
|
+
* could make users lose unsaved work, and the banner carried GoodData branding that
|
|
13
|
+
* white-labelled deployments must not expose. The runtime still detects redeploys (version
|
|
14
|
+
* watcher) and stale chunks are still auto-recovered on the next failed import; we now only
|
|
15
|
+
* trace the detection to the console rather than nag the user.
|
|
11
16
|
*/
|
|
12
17
|
export function HostNotificationDispatcher({ notification }) {
|
|
13
|
-
const { addMessage, removeMessage } = ToastsCenterContext.useContextStoreValues([
|
|
14
|
-
"addMessage",
|
|
15
|
-
"removeMessage",
|
|
16
|
-
]);
|
|
17
18
|
useEffect(() => {
|
|
18
19
|
if (!notification) {
|
|
19
|
-
return
|
|
20
|
+
return;
|
|
20
21
|
}
|
|
21
22
|
if (notification.type === "newDeploymentAvailable") {
|
|
22
|
-
|
|
23
|
-
const onReload = (event) => {
|
|
24
|
-
event.preventDefault();
|
|
25
|
-
window.location.reload();
|
|
26
|
-
};
|
|
27
|
-
addMessage({
|
|
28
|
-
id,
|
|
29
|
-
type: "warning",
|
|
30
|
-
duration: 0,
|
|
31
|
-
node: (_jsxs("span", { children: [
|
|
32
|
-
_jsx(FormattedMessage, { id: "gs.host.notification.newDeployment.message" }), " ", _jsx(UiLink, { variant: "primary", href: "#", onClick: onReload, children: _jsx(FormattedMessage, { id: "gs.host.notification.newDeployment.reloadLink" }) })
|
|
33
|
-
] })),
|
|
34
|
-
});
|
|
35
|
-
return () => {
|
|
36
|
-
removeMessage(id);
|
|
37
|
-
};
|
|
23
|
+
console.warn(`[host-runtime/notifications] A new deployment (${notification.commitHash}) is available; reload to load the latest build.`);
|
|
38
24
|
}
|
|
39
|
-
|
|
40
|
-
}, [notification, addMessage, removeMessage]);
|
|
25
|
+
}, [notification]);
|
|
41
26
|
return null;
|
|
42
27
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-pluggable-host",
|
|
3
|
-
"version": "11.47.0-alpha.
|
|
3
|
+
"version": "11.47.0-alpha.2",
|
|
4
4
|
"description": "GoodData SDK runtime for hosting pluggable applications — registry, loader, routing, platform context, default UI chrome",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData Corporation",
|
|
@@ -29,20 +29,20 @@
|
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@module-federation/runtime": "2.6.0",
|
|
31
31
|
"lodash-es": "^4.17.23",
|
|
32
|
-
"@gooddata/sdk-backend-spi": "11.47.0-alpha.
|
|
33
|
-
"@gooddata/sdk-backend-base": "11.47.0-alpha.
|
|
34
|
-
"@gooddata/sdk-
|
|
35
|
-
"@gooddata/sdk-
|
|
36
|
-
"@gooddata/sdk-
|
|
37
|
-
"@gooddata/sdk-pluggable-application-model": "11.47.0-alpha.
|
|
38
|
-
"@gooddata/sdk-ui": "11.47.0-alpha.
|
|
39
|
-
"@gooddata/sdk-ui-application-header": "11.47.0-alpha.
|
|
40
|
-
"@gooddata/sdk-ui-ext": "11.47.0-alpha.
|
|
41
|
-
"@gooddata/sdk-ui-gen-ai": "11.47.0-alpha.
|
|
42
|
-
"@gooddata/sdk-ui-kit": "11.47.0-alpha.
|
|
43
|
-
"@gooddata/sdk-ui-semantic-search": "11.47.0-alpha.
|
|
44
|
-
"@gooddata/
|
|
45
|
-
"@gooddata/
|
|
32
|
+
"@gooddata/sdk-backend-spi": "11.47.0-alpha.2",
|
|
33
|
+
"@gooddata/sdk-backend-base": "11.47.0-alpha.2",
|
|
34
|
+
"@gooddata/sdk-model": "11.47.0-alpha.2",
|
|
35
|
+
"@gooddata/sdk-embedding": "11.47.0-alpha.2",
|
|
36
|
+
"@gooddata/sdk-backend-tiger": "11.47.0-alpha.2",
|
|
37
|
+
"@gooddata/sdk-pluggable-application-model": "11.47.0-alpha.2",
|
|
38
|
+
"@gooddata/sdk-ui": "11.47.0-alpha.2",
|
|
39
|
+
"@gooddata/sdk-ui-application-header": "11.47.0-alpha.2",
|
|
40
|
+
"@gooddata/sdk-ui-ext": "11.47.0-alpha.2",
|
|
41
|
+
"@gooddata/sdk-ui-gen-ai": "11.47.0-alpha.2",
|
|
42
|
+
"@gooddata/sdk-ui-kit": "11.47.0-alpha.2",
|
|
43
|
+
"@gooddata/sdk-ui-semantic-search": "11.47.0-alpha.2",
|
|
44
|
+
"@gooddata/util": "11.47.0-alpha.2",
|
|
45
|
+
"@gooddata/sdk-ui-theme-provider": "11.47.0-alpha.2"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
"vite": "8.0.16",
|
|
86
86
|
"vitest": "4.1.8",
|
|
87
87
|
"vitest-dom": "0.1.1",
|
|
88
|
-
"@gooddata/
|
|
89
|
-
"@gooddata/
|
|
88
|
+
"@gooddata/oxlint-config": "11.47.0-alpha.2",
|
|
89
|
+
"@gooddata/eslint-config": "11.47.0-alpha.2"
|
|
90
90
|
},
|
|
91
91
|
"peerDependencies": {
|
|
92
92
|
"react": ">=18.3.1",
|