@geotab/zenith 3.15.0 → 3.16.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.
- package/dist/absolute/absolute.js +1 -1
- package/dist/betaPill/betaPill.js +9 -9
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -0
- package/dist/commonHelpers/arrowNavigation/arrowNavigationHelper.js +5 -1
- package/dist/commonHelpers/hooks/useTrapFocus.d.ts +9 -0
- package/dist/commonHelpers/hooks/useTrapFocus.js +66 -14
- package/dist/controlledPopup/controlledPopup.d.ts +1 -1
- package/dist/controlledPopup/controlledPopup.js +1 -1
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +1 -1
- package/dist/filtersBar/components/filtersBarRange/filtersBarRange.d.ts +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.d.ts +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +8 -5
- package/dist/filtersBar/filtersContainer/filtersContainer.js +7 -4
- package/dist/header/header.js +9 -2
- package/dist/header/headerHelpers.js +8 -5
- package/dist/index.css +142 -11
- package/dist/index.d.ts +6 -1
- package/dist/index.js +12 -3
- package/dist/modal/modal.d.ts +48 -0
- package/dist/modal/modal.js +37 -7
- package/dist/nav/navHeader/navHeader.d.ts +1 -1
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/dist/nav/navItem/navItem.d.ts +15 -2
- package/dist/nav/navItem/navItem.js +49 -7
- package/dist/nav/utils/navUtils.d.ts +2 -2
- package/dist/pillExpandable/pillExpandable.js +6 -3
- package/dist/rangeRaw/components/rangeField.d.ts +2 -1
- package/dist/rangeRaw/components/rangeField.js +4 -3
- package/dist/rangeRaw/rangeRaw.js +8 -5
- package/dist/rangeRaw/types.d.ts +1 -0
- package/dist/sidePanel/sidePanel.js +3 -2
- package/dist/table/selectable/interfaces.d.ts +13 -0
- package/dist/table/selectable/useSelectableRows.js +46 -12
- package/dist/table/selectable/utils/calculateSelectionState.js +35 -0
- package/dist/table/selectable/utils/isRowChecked.js +12 -1
- package/dist/table/table.d.ts +2 -0
- package/dist/table/table.js +3 -1
- package/dist/tabs/tabs.js +14 -5
- package/dist/textInputRaw/textInputRaw.js +1 -1
- package/dist/textInputRaw/types.d.ts +1 -0
- package/dist/tooltip/components/inlineTrigger.d.ts +43 -0
- package/dist/tooltip/components/inlineTrigger.js +42 -0
- package/dist/tooltip/tooltip.d.ts +5 -2
- package/dist/tooltip/tooltip.js +15 -4
- package/dist/trendIndicator/trendIndicator.d.ts +47 -0
- package/dist/trendIndicator/trendIndicator.js +47 -0
- package/dist/trendIndicator/trendIndicatorUtils.d.ts +9 -0
- package/dist/trendIndicator/trendIndicatorUtils.js +18 -0
- package/dist/utils/experimentalFeatures/experimentalContext.d.ts +17 -0
- package/dist/utils/experimentalFeatures/experimentalContext.js +29 -0
- package/dist/utils/experimentalFeatures/index.d.ts +4 -0
- package/dist/utils/experimentalFeatures/index.js +9 -0
- package/dist/utils/experimentalFeatures/registry.d.ts +13 -0
- package/dist/utils/experimentalFeatures/registry.js +11 -0
- package/dist/utils/experimentalFeatures/useExperimentalFeature.d.ts +3 -0
- package/dist/utils/experimentalFeatures/useExperimentalFeature.js +25 -0
- package/dist/utils/localization/translations/ar.json +1 -1
- package/dist/utils/localization/translations/bg-BG.json +1 -1
- package/dist/utils/localization/translations/cs.json +1 -1
- package/dist/utils/localization/translations/da-DK.json +1 -1
- package/dist/utils/localization/translations/de.json +1 -1
- package/dist/utils/localization/translations/el-GR.json +1 -1
- package/dist/utils/localization/translations/en.json +1 -1
- package/dist/utils/localization/translations/es.json +1 -1
- package/dist/utils/localization/translations/et-EE.json +1 -1
- package/dist/utils/localization/translations/fi-FI.json +1 -1
- package/dist/utils/localization/translations/fr-FR.json +1 -1
- package/dist/utils/localization/translations/fr.json +1 -1
- package/dist/utils/localization/translations/hu-HU.json +1 -1
- package/dist/utils/localization/translations/id.json +1 -1
- package/dist/utils/localization/translations/it.json +1 -1
- package/dist/utils/localization/translations/ja.json +1 -1
- package/dist/utils/localization/translations/ka-GE.json +1 -1
- package/dist/utils/localization/translations/ko-KR.json +1 -1
- package/dist/utils/localization/translations/lt-LT.json +1 -1
- package/dist/utils/localization/translations/lv-LV.json +1 -1
- package/dist/utils/localization/translations/ms.json +1 -1
- package/dist/utils/localization/translations/nb-NO.json +1 -1
- package/dist/utils/localization/translations/nl.json +1 -1
- package/dist/utils/localization/translations/pl.json +1 -1
- package/dist/utils/localization/translations/pt-BR.json +1 -1
- package/dist/utils/localization/translations/pt-PT.json +1 -1
- package/dist/utils/localization/translations/ro-RO.json +1 -1
- package/dist/utils/localization/translations/sk-SK.json +1 -1
- package/dist/utils/localization/translations/sv.json +1 -1
- package/dist/utils/localization/translations/th.json +1 -1
- package/dist/utils/localization/translations/tr.json +1 -1
- package/dist/utils/localization/translations/zh-Hans.json +1 -1
- package/dist/utils/localization/translations/zh-TW.json +1 -1
- package/esm/absolute/absolute.js +1 -1
- package/esm/betaPill/betaPill.js +9 -9
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.d.ts +1 -0
- package/esm/commonHelpers/arrowNavigation/arrowNavigationHelper.js +3 -0
- package/esm/commonHelpers/hooks/useTrapFocus.d.ts +9 -0
- package/esm/commonHelpers/hooks/useTrapFocus.js +67 -15
- package/esm/controlledPopup/controlledPopup.d.ts +1 -1
- package/esm/controlledPopup/controlledPopup.js +1 -1
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +1 -1
- package/esm/filtersBar/components/filtersBarRange/filtersBarRange.d.ts +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.d.ts +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +8 -5
- package/esm/filtersBar/filtersContainer/filtersContainer.js +7 -4
- package/esm/header/header.js +9 -2
- package/esm/header/headerHelpers.js +8 -5
- package/esm/index.d.ts +6 -1
- package/esm/index.js +5 -1
- package/esm/modal/modal.d.ts +48 -0
- package/esm/modal/modal.js +37 -7
- package/esm/nav/navHeader/navHeader.d.ts +1 -1
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +1 -1
- package/esm/nav/navItem/navItem.d.ts +15 -2
- package/esm/nav/navItem/navItem.js +49 -7
- package/esm/nav/utils/navUtils.d.ts +2 -2
- package/esm/pillExpandable/pillExpandable.js +6 -3
- package/esm/rangeRaw/components/rangeField.d.ts +2 -1
- package/esm/rangeRaw/components/rangeField.js +4 -3
- package/esm/rangeRaw/rangeRaw.js +8 -5
- package/esm/rangeRaw/types.d.ts +1 -0
- package/esm/sidePanel/sidePanel.js +3 -2
- package/esm/table/selectable/interfaces.d.ts +13 -0
- package/esm/table/selectable/useSelectableRows.js +46 -12
- package/esm/table/selectable/utils/calculateSelectionState.js +35 -0
- package/esm/table/selectable/utils/isRowChecked.js +12 -1
- package/esm/table/table.d.ts +2 -0
- package/esm/table/table.js +2 -0
- package/esm/tabs/tabs.js +14 -5
- package/esm/testHelpers/renderWithFeatures.d.ts +4 -0
- package/esm/testHelpers/renderWithFeatures.js +6 -0
- package/esm/textInputRaw/textInputRaw.js +1 -1
- package/esm/textInputRaw/types.d.ts +1 -0
- package/esm/tooltip/components/inlineTrigger.d.ts +43 -0
- package/esm/tooltip/components/inlineTrigger.js +38 -0
- package/esm/tooltip/tooltip.d.ts +5 -2
- package/esm/tooltip/tooltip.js +15 -4
- package/esm/trendIndicator/trendIndicator.d.ts +47 -0
- package/esm/trendIndicator/trendIndicator.js +43 -0
- package/esm/trendIndicator/trendIndicatorUtils.d.ts +9 -0
- package/esm/trendIndicator/trendIndicatorUtils.js +14 -0
- package/esm/utils/experimentalFeatures/experimentalContext.d.ts +17 -0
- package/esm/utils/experimentalFeatures/experimentalContext.js +25 -0
- package/esm/utils/experimentalFeatures/index.d.ts +4 -0
- package/esm/utils/experimentalFeatures/index.js +3 -0
- package/esm/utils/experimentalFeatures/registry.d.ts +13 -0
- package/esm/utils/experimentalFeatures/registry.js +8 -0
- package/esm/utils/experimentalFeatures/useExperimentalFeature.d.ts +3 -0
- package/esm/utils/experimentalFeatures/useExperimentalFeature.js +21 -0
- package/esm/utils/localization/translations/ar.json +1 -1
- package/esm/utils/localization/translations/bg-BG.json +1 -1
- package/esm/utils/localization/translations/cs.json +1 -1
- package/esm/utils/localization/translations/da-DK.json +1 -1
- package/esm/utils/localization/translations/de.json +1 -1
- package/esm/utils/localization/translations/el-GR.json +1 -1
- package/esm/utils/localization/translations/en.json +1 -1
- package/esm/utils/localization/translations/es.json +1 -1
- package/esm/utils/localization/translations/et-EE.json +1 -1
- package/esm/utils/localization/translations/fi-FI.json +1 -1
- package/esm/utils/localization/translations/fr-FR.json +1 -1
- package/esm/utils/localization/translations/fr.json +1 -1
- package/esm/utils/localization/translations/hu-HU.json +1 -1
- package/esm/utils/localization/translations/id.json +1 -1
- package/esm/utils/localization/translations/it.json +1 -1
- package/esm/utils/localization/translations/ja.json +1 -1
- package/esm/utils/localization/translations/ka-GE.json +1 -1
- package/esm/utils/localization/translations/ko-KR.json +1 -1
- package/esm/utils/localization/translations/lt-LT.json +1 -1
- package/esm/utils/localization/translations/lv-LV.json +1 -1
- package/esm/utils/localization/translations/ms.json +1 -1
- package/esm/utils/localization/translations/nb-NO.json +1 -1
- package/esm/utils/localization/translations/nl.json +1 -1
- package/esm/utils/localization/translations/pl.json +1 -1
- package/esm/utils/localization/translations/pt-BR.json +1 -1
- package/esm/utils/localization/translations/pt-PT.json +1 -1
- package/esm/utils/localization/translations/ro-RO.json +1 -1
- package/esm/utils/localization/translations/sk-SK.json +1 -1
- package/esm/utils/localization/translations/sv.json +1 -1
- package/esm/utils/localization/translations/th.json +1 -1
- package/esm/utils/localization/translations/tr.json +1 -1
- package/esm/utils/localization/translations/zh-Hans.json +1 -1
- package/esm/utils/localization/translations/zh-TW.json +1 -1
- package/package.json +36 -16
- package/dist/banner/utils/isBannerTarget.d.ts +0 -1
- package/dist/banner/utils/isBannerTarget.js +0 -11
- package/esm/banner/utils/isBannerTarget.d.ts +0 -1
- package/esm/banner/utils/isBannerTarget.js +0 -7
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Alle",
|
|
82
82
|
"There was an issue preparing your report": "Beim Vorbereiten Ihres Berichts ist ein Problem aufgetreten.",
|
|
83
83
|
"Your report is being prepared": "Ihr Bericht wird vorbereitet",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Wir werden Sie benachrichtigen, sobald Ihr Bericht fertig ist. Sie können den Fortschritt auf der Seite „Meine Berichte“ verfolgen.",
|
|
85
85
|
"Your report is ready to download": "Ihr Bericht kann heruntergeladen werden.",
|
|
86
86
|
"Download now": "Jetzt herunterladen",
|
|
87
87
|
"Download": "Herunterladen",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"Go to My Reports": "Μετάβαση στις Αναφορές μου",
|
|
93
93
|
"There was an issue preparing your report": "Παρουσιάστηκε πρόβλημα κατά την προετοιμασία της αναφοράς σας",
|
|
94
94
|
"Your report is being prepared": "Η αναφορά σας ετοιμάζεται",
|
|
95
|
-
"
|
|
95
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Θα σας ειδοποιήσουμε όταν η αναφορά σας είναι έτοιμη. Μπορείτε να παρακολουθήσετε την πρόοδο στη σελίδα Αναφορές μου.",
|
|
96
96
|
"Your report is ready to download": "Η αναφορά σας είναι έτοιμη για λήψη",
|
|
97
97
|
"Download now": "Λήψη τώρα",
|
|
98
98
|
"Download": "Λήψη",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"Go to My Reports": "Go to My Reports",
|
|
93
93
|
"There was an issue preparing your report": "There was an issue preparing your report",
|
|
94
94
|
"Your report is being prepared": "Your report is being prepared",
|
|
95
|
-
"
|
|
95
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "You'll be notified when your report is ready. Track the progress on the My Reports page.",
|
|
96
96
|
"Your report is ready to download": "Your report is ready to download",
|
|
97
97
|
"Download now": "Download now",
|
|
98
98
|
"Download": "Download",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Todo",
|
|
82
82
|
"There was an issue preparing your report": "Hubo un problema al preparar el reporte",
|
|
83
83
|
"Your report is being prepared": "Se está preparando su reporte",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Le notificaremos cuando su reporte esté listo. Puede realizar un seguimiento del progreso en la página Mis reportes.",
|
|
85
85
|
"Your report is ready to download": "Su reporte está listo para descargar",
|
|
86
86
|
"Download now": "Descargar ahora",
|
|
87
87
|
"Download": "Descargar",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"Go to My Reports": "Mine Minu aruannete juurde",
|
|
93
93
|
"There was an issue preparing your report": "Aruande ettevalmistamisel esines probleem",
|
|
94
94
|
"Your report is being prepared": "Teie aruannet valmistatakse ette",
|
|
95
|
-
"
|
|
95
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Teavitame teid, kui aruanne on valmis. Edenemist saate jälgida lehel Minu aruanded.",
|
|
96
96
|
"Your report is ready to download": "Teie aruanne on allalaadimiseks valmis",
|
|
97
97
|
"Download now": "Laadi alla kohe",
|
|
98
98
|
"Download": "Laadi alla",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Go to My Reports": "Mene My Reports -sivulle.",
|
|
89
89
|
"There was an issue preparing your report": "Raportin valmistelussa ilmeni ongelma.",
|
|
90
90
|
"Your report is being prepared": "Raporttisi valmistellaan",
|
|
91
|
-
"
|
|
91
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Ilmoitamme sinulle, kun raportti on valmis. Voit seurata edistymistä menemällä My Reports -sivulle.",
|
|
92
92
|
"Your report is ready to download": "Raporttisi on valmis ladattavaksi",
|
|
93
93
|
"Download now": "Lataa nyt",
|
|
94
94
|
"Download": "Lataa",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Tous",
|
|
82
82
|
"There was an issue preparing your report": "Un problème est survenu lors de la préparation de votre rapport",
|
|
83
83
|
"Your report is being prepared": "Préparation de votre rapport en cours",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Nous vous notifierons quand votre rapport sera prêt. Vous pouvez suivre les progrès sur la page Mes rapports.",
|
|
85
85
|
"Your report is ready to download": "Votre rapport est prêt à être téléchargé",
|
|
86
86
|
"Download now": "Télécharger maintenant",
|
|
87
87
|
"Download": "Télécharger",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Tout",
|
|
82
82
|
"There was an issue preparing your report": "Un problème est survenu lors de la préparation de votre rapport",
|
|
83
83
|
"Your report is being prepared": "Votre rapport est en cours de préparation",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Nous vous aviserons lorsque votre rapport sera prêt. Vous pouvez en suivre le progrès en accédant à la page Mes rapports.",
|
|
85
85
|
"Your report is ready to download": "Votre rapport est prêt à être téléchargé",
|
|
86
86
|
"Download now": "Télécharger maintenant",
|
|
87
87
|
"Download": "Télécharger",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Go to My Reports": "Menj a Saját jelentések oldalra.",
|
|
89
89
|
"There was an issue preparing your report": "Valami hiba történt a jelentés elkészítése során.",
|
|
90
90
|
"Your report is being prepared": "Éppen készül a jelentésed.",
|
|
91
|
-
"
|
|
91
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Értesítünk, amikor a jelentésed elkészül. Kövesd a folyamatot a Saját jelentések oldalon.",
|
|
92
92
|
"Your report is ready to download": "A jelentésed készen áll a letöltésre.",
|
|
93
93
|
"Download now": "Töltsd le most.",
|
|
94
94
|
"Download": "Letöltés",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Semua",
|
|
82
82
|
"There was an issue preparing your report": "Terjadi masalah saat menyiapkan laporan Anda.",
|
|
83
83
|
"Your report is being prepared": "Laporan Anda sedang disiapkan",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Kami akan memberi tahu Anda jika laporan telah siap. Anda dapat melacak progresnya dengan masuk ke halaman Laporan Saya.",
|
|
85
85
|
"Your report is ready to download": "Laporan Anda siap diunduh",
|
|
86
86
|
"Download now": "Unduh sekarang",
|
|
87
87
|
"Download": "Unduh",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Tutti",
|
|
82
82
|
"There was an issue preparing your report": "Si è verificato un problema nella preparazione del report",
|
|
83
83
|
"Your report is being prepared": "Il report è in fase di preparazione",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Verrà inviata una notifica quando il report sarà pronto. È possibile tenere traccia dell'avanzamento andando alla pagina I miei report.",
|
|
85
85
|
"Your report is ready to download": "Il report è pronto per il download",
|
|
86
86
|
"Download now": "Scaricare ora",
|
|
87
87
|
"Download": "Scaricare",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "すべて",
|
|
82
82
|
"There was an issue preparing your report": "レポートの作成中に問題が発生しました",
|
|
83
83
|
"Your report is being prepared": "レポートを作成しています",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "レポートの準備ができ次第、お知らせします。[マイレポート] ページに移動すると進捗状況を追跡できます。",
|
|
85
85
|
"Your report is ready to download": "レポートをダウンロードする準備ができました",
|
|
86
86
|
"Download now": "今すぐダウンロード",
|
|
87
87
|
"Download": "ダウンロード",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"Go to My Reports": "ჩემი ანგარიშებისკენ",
|
|
93
93
|
"There was an issue preparing your report": "ანგარიშის მომზადებისას პრობლემა წარმოიქმნა",
|
|
94
94
|
"Your report is being prepared": "თქვენი ანგარიში მზადდება",
|
|
95
|
-
"
|
|
95
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "შეგატყობინებთ, როდესაც ანგარიში მზად იქნება. პროგრესის სანახავად გადადით ჩემი ანგარიშების გვერდზე.",
|
|
96
96
|
"Your report is ready to download": "თქვენი ანგარიში ჩამოტვირთვისთვის მზადაა",
|
|
97
97
|
"Download now": "ახლავე ჩამოტვირთვა",
|
|
98
98
|
"Download": "ჩამოტვირთვა",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Go to My Reports": "'내 보고서'로 이동",
|
|
89
89
|
"There was an issue preparing your report": "보고서를 준비하는 동안 문제가 발생했습니다.",
|
|
90
90
|
"Your report is being prepared": "보고서를 준비하는 중입니다.",
|
|
91
|
-
"
|
|
91
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "보고서 준비가 완료되면 알려드리겠습니다. '내 보고서' 페이지로 이동하여 진행 상황을 추적할 수 있습니다.",
|
|
92
92
|
"Your report is ready to download": "보고서를 다운로드할 준비가 되었습니다.",
|
|
93
93
|
"Download now": "지금 다운로드",
|
|
94
94
|
"Download": "다운로드",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"Go to My Reports": "Eiti į mano ataskaitas",
|
|
93
93
|
"There was an issue preparing your report": "Rengiant ataskaitą įvyko klaida",
|
|
94
94
|
"Your report is being prepared": "Jūsų ataskaita rengiama",
|
|
95
|
-
"
|
|
95
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Pranešime, kai ataskaita bus paruošta. Pažangą galite stebėti puslapyje Mano ataskaitos.",
|
|
96
96
|
"Your report is ready to download": "Jūsų ataskaita paruošta atsisiųsti",
|
|
97
97
|
"Download now": "Atsisiųsti dabar",
|
|
98
98
|
"Download": "Atsisiųsti",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"Go to My Reports": "Doties uz manām atskaitēm",
|
|
93
93
|
"There was an issue preparing your report": "Sagatavojot atskaiti, radās problēma",
|
|
94
94
|
"Your report is being prepared": "Jūsu atskaite tiek sagatavota",
|
|
95
|
-
"
|
|
95
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Paziņosim, kad atskaite būs gatava. Progresu varat sekot lapā Manas atskaites.",
|
|
96
96
|
"Your report is ready to download": "Jūsu atskaite ir gatava lejupielādei",
|
|
97
97
|
"Download now": "Lejupielādēt tagad",
|
|
98
98
|
"Download": "Lejupielādēt",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Semua",
|
|
82
82
|
"There was an issue preparing your report": "Terdapat isu ketika menyediakan laporan anda",
|
|
83
83
|
"Your report is being prepared": "Laporan anda sedang disediakan",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Kami akan memaklumi anda apabila laporan anda siap. Anda boleh menjejaki kemajuan proses ini pada halaman Laporan Saya.",
|
|
85
85
|
"Your report is ready to download": "Laporan anda sedia untuk dimuat turun",
|
|
86
86
|
"Download now": "Muat turun sekarang",
|
|
87
87
|
"Download": "Muat Turun",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Go to My Reports": "Gå til Mine rapporter",
|
|
89
89
|
"There was an issue preparing your report": "Noe gikk galt med å forberede rapporten din.",
|
|
90
90
|
"Your report is being prepared": "Rapporten din er under arbeid.",
|
|
91
|
-
"
|
|
91
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Vi gir deg beskjed når rapporten er klar. Du kan følge med på fremdriften på siden Mine rapporter.",
|
|
92
92
|
"Your report is ready to download": "Rapporten er klar for nedlasting",
|
|
93
93
|
"Download now": "Last ned nå",
|
|
94
94
|
"Download": "Last ned",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Alle",
|
|
82
82
|
"There was an issue preparing your report": "Er is een probleem opgetreden bij het voorbereiden van uw rapport",
|
|
83
83
|
"Your report is being prepared": "Uw rapport wordt voorbereid",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "We zullen u op de hoogte stellen wanneer uw rapport klaar is. U kunt de voortgang volgen door naar de pagina Mijn rapporten te gaan.",
|
|
85
85
|
"Your report is ready to download": "Uw rapport is gereed voor downloaden",
|
|
86
86
|
"Download now": "Download nu",
|
|
87
87
|
"Download": "Downloaden",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Wszystkie",
|
|
82
82
|
"There was an issue preparing your report": "Wystąpił problem podczas przygotowywania raportu",
|
|
83
83
|
"Your report is being prepared": "Trwa przygotowywanie raportu",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Powiadomimy Cię, gdy raport będzie gotowy. Postęp można śledzić na stronie Moje raporty.",
|
|
85
85
|
"Your report is ready to download": "Raport jest gotowy do pobrania.",
|
|
86
86
|
"Download now": "Pobierz teraz",
|
|
87
87
|
"Download": "Pobierz",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Tudo",
|
|
82
82
|
"There was an issue preparing your report": "Houve um problema ao preparar seu relatório",
|
|
83
83
|
"Your report is being prepared": "Seu relatório está sendo preparado",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Enviaremos uma notificação quando seu relatório estiver pronto. Você pode acompanhar o progresso acessando a página Meus relatórios.",
|
|
85
85
|
"Your report is ready to download": "Seu relatório está pronto para download",
|
|
86
86
|
"Download now": "Baixar agora",
|
|
87
87
|
"Download": "Download",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"Go to My Reports": "Ir para Os meus relatórios",
|
|
91
91
|
"There was an issue preparing your report": "Ocorreu um problema ao preparar o relatório",
|
|
92
92
|
"Your report is being prepared": "O relatório está a ser preparado",
|
|
93
|
-
"
|
|
93
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Notificá-lo-emos quando o seu relatório estiver pronto. Pode acompanhar o progresso na página Os meus relatórios.",
|
|
94
94
|
"Your report is ready to download": "O relatório está pronto para transferência",
|
|
95
95
|
"Download now": "Transferir agora",
|
|
96
96
|
"Download": "Download",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"Go to My Reports": "Accesați Rapoartele mele",
|
|
91
91
|
"There was an issue preparing your report": "A apărut o problemă la pregătirea raportului",
|
|
92
92
|
"Your report is being prepared": "Raportul este în curs de pregătire",
|
|
93
|
-
"
|
|
93
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Vă vom înștiința când raportul este gata. Puteți urmări evoluția accesând pagina Rapoartele mele.",
|
|
94
94
|
"Your report is ready to download": "Raportul dvs. este gata de descărcare",
|
|
95
95
|
"Download now": "Descărcați acum",
|
|
96
96
|
"Download": "Descărcați",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Go to My Reports": "Prejdi na Moje správy.",
|
|
89
89
|
"There was an issue preparing your report": "Pri príprave tvojej správy nastal problém.",
|
|
90
90
|
"Your report is being prepared": "Tvoja správa sa pripravuje.",
|
|
91
|
-
"
|
|
91
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Dáme ti vedieť, keď bude tvoja správa pripravená. Postup môžeš sledovať na stránke Moje správy.",
|
|
92
92
|
"Your report is ready to download": "Tvoja správa je pripravená na stiahnutie",
|
|
93
93
|
"Download now": "Stiahnuť teraz",
|
|
94
94
|
"Download": "Stiahni",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Alla",
|
|
82
82
|
"There was an issue preparing your report": "Det uppstod ett problem när din rapport skulle förberedas",
|
|
83
83
|
"Your report is being prepared": "Din rapport förbereds",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Du får ett meddelande när din rapport är klar. Du kan spåra rapportens status genom att gå till sidan Mina rapporter.",
|
|
85
85
|
"Your report is ready to download": "Nu kan du ladda ner din rapport",
|
|
86
86
|
"Download now": "Ladda ner nu",
|
|
87
87
|
"Download": "Ladda ned",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "ทั้งหมด",
|
|
82
82
|
"There was an issue preparing your report": "มีปัญหาในการเตรียมรายงานของคุณ",
|
|
83
83
|
"Your report is being prepared": "กำลังเตรียมรายงานของคุณ",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "เราจะแจ้งให้คุณทราบเมื่อรายงานของคุณพร้อมแล้ว คุณสามารถติดตามความคืบหน้าได้โดยไปที่หน้ารายงานของฉัน",
|
|
85
85
|
"Your report is ready to download": "รายงานของคุณพร้อมสำหรับการดาวน์โหลดแล้ว",
|
|
86
86
|
"Download now": "ดาวน์โหลดทันที",
|
|
87
87
|
"Download": "ดาวน์โหลด",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "Tümü",
|
|
82
82
|
"There was an issue preparing your report": "Raporunuz hazırlanırken bir sorun oluştu",
|
|
83
83
|
"Your report is being prepared": "Raporunuz hazırlanıyor",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "Raporunuz hazır olduğunda sizi bilgilendireceğiz. Raporlarım sayfasına giderek ilerlemeyi takip edebilirsiniz.",
|
|
85
85
|
"Your report is ready to download": "Raporunuz indirilmeye hazır",
|
|
86
86
|
"Download now": "Şimdi indir",
|
|
87
87
|
"Download": "İndir",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"All": "全部",
|
|
82
82
|
"There was an issue preparing your report": "准备您的报告时出现问题",
|
|
83
83
|
"Your report is being prepared": "您的报告正在准备中",
|
|
84
|
-
"
|
|
84
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "您的报告准备就绪时,我们会通知您。您可以转至“我的报告”页面来跟踪进度。",
|
|
85
85
|
"Your report is ready to download": "您的报告现可供下载",
|
|
86
86
|
"Download now": "立即下载",
|
|
87
87
|
"Download": "下载",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"Go to My Reports": "前往「我的報告」",
|
|
89
89
|
"There was an issue preparing your report": "準備您的報告時發生問題",
|
|
90
90
|
"Your report is being prepared": "您的報告正在準備中",
|
|
91
|
-
"
|
|
91
|
+
"You'll be notified when your report is ready. Track the progress on the My Reports page.": "報告準備就緒時,我們會通知您。您可以前往「我的報告」頁面追蹤進度。",
|
|
92
92
|
"Your report is ready to download": "您的報告已可供下載",
|
|
93
93
|
"Download now": "立即下載",
|
|
94
94
|
"Download": "下載",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@geotab/zenith",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0-beta.0",
|
|
4
4
|
"description": "Zenith components library on React",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "esm/index.d.ts",
|
|
@@ -16,14 +16,13 @@
|
|
|
16
16
|
"figma:publish": "figma connect publish",
|
|
17
17
|
"figma:publish-dry": "figma connect publish --dry-run",
|
|
18
18
|
"build": "npm run clean && npm run build-index && npm run update-version && npm run build-ts && npm run build-less && npm run build-copy && npm run build-clean && npm run translations",
|
|
19
|
-
"build-ai-mdx": "node collectmdx.js",
|
|
20
19
|
"build-cjs": "npx tsc -b tsconfig.cjs.json",
|
|
21
20
|
"build-clean": "node build-clean.js",
|
|
22
21
|
"build-copy": "node build-copy.js",
|
|
23
22
|
"build-esm": "npx tsc -b tsconfig.esm.json",
|
|
24
23
|
"build-index": "node buildIndex.js && npx prettier --write index.ts --config .prettierrc --ignore-path .prettierignore",
|
|
25
24
|
"build-less": "node less-compile.js",
|
|
26
|
-
"build-storybook": "storybook build
|
|
25
|
+
"build-storybook": "storybook build",
|
|
27
26
|
"build-ts": "npm run build-esm && npm run build-cjs && npm run inject-translations && node less-transformer.js",
|
|
28
27
|
"clean": "rm -rf ./dist && rm -rf ./esm && rm -rf ./jest-coverage && rm -rf ./.temp_cache",
|
|
29
28
|
"coverage": "npm run test-coverage && google-chrome ./jest-coverage/index.html",
|
|
@@ -53,7 +52,7 @@
|
|
|
53
52
|
"author": "",
|
|
54
53
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
55
54
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.
|
|
55
|
+
"@babel/core": "^7.29.7",
|
|
57
56
|
"@babel/generator": "^7.28.5",
|
|
58
57
|
"@babel/parser": "^7.28.5",
|
|
59
58
|
"@babel/preset-env": "^7.24.3",
|
|
@@ -87,12 +86,16 @@
|
|
|
87
86
|
"jest": "^30.2.0",
|
|
88
87
|
"jest-environment-jsdom": "^30.2.0",
|
|
89
88
|
"jest-junit": "^16.0.0",
|
|
90
|
-
"less": "^4.1
|
|
89
|
+
"less": "^4.8.1",
|
|
91
90
|
"less-loader": "^12.2.0",
|
|
92
91
|
"mini-css-extract-plugin": "^2.9.2",
|
|
93
92
|
"prettier": "^3.8.1",
|
|
94
93
|
"storybook": "^10.4.6",
|
|
95
94
|
"style-loader": "^4.0.0",
|
|
95
|
+
"stylelint": "^17.12.0",
|
|
96
|
+
"stylelint-config-standard": "^40.0.0",
|
|
97
|
+
"stylelint-less": "^4.2.1",
|
|
98
|
+
"stylelint-selector-bem-pattern": "^5.0.0",
|
|
96
99
|
"typescript": "~6.0.3",
|
|
97
100
|
"typescript-eslint": "^8.59.1",
|
|
98
101
|
"webpack": "^5.96.1",
|
|
@@ -113,17 +116,34 @@
|
|
|
113
116
|
"./dist/",
|
|
114
117
|
"./esm"
|
|
115
118
|
],
|
|
116
|
-
"browserslist":
|
|
117
|
-
"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
119
|
+
"browserslist": [
|
|
120
|
+
"chrome >= 133",
|
|
121
|
+
"firefox >= 135",
|
|
122
|
+
"safari >= 18.4",
|
|
123
|
+
"edge >= 133"
|
|
124
|
+
],
|
|
125
|
+
"overrides": {
|
|
126
|
+
"postcss": "^8.5.26",
|
|
127
|
+
"nanoid": "^3.3.18",
|
|
128
|
+
"@babel/plugin-transform-modules-systemjs": "^7.29.8",
|
|
129
|
+
"uuid": "^11.1.1",
|
|
130
|
+
"axios": "^1.19.0",
|
|
131
|
+
"undici": "^7.29.0",
|
|
132
|
+
"ws": "^8.21.3",
|
|
133
|
+
"follow-redirects": "^1.16.0",
|
|
134
|
+
"form-data": "^4.0.6",
|
|
135
|
+
"fast-uri": "^3.1.5",
|
|
136
|
+
"js-yaml": "^4.3.1",
|
|
137
|
+
"joi": "^17.13.4",
|
|
138
|
+
"minimatch@>=10": {
|
|
139
|
+
"brace-expansion": "^5.0.9"
|
|
140
|
+
},
|
|
141
|
+
"minimatch@>=9 <10": {
|
|
142
|
+
"brace-expansion": "^2.1.4"
|
|
143
|
+
},
|
|
144
|
+
"minimatch@<9": {
|
|
145
|
+
"brace-expansion": "^1.1.18"
|
|
146
|
+
}
|
|
127
147
|
},
|
|
128
148
|
"publishConfig": {
|
|
129
149
|
"access": "public"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const isBannerTarget: (e: Event) => boolean;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isBannerTarget = void 0;
|
|
4
|
-
const isBannerTarget = (e) => {
|
|
5
|
-
if (!e.target) {
|
|
6
|
-
return false;
|
|
7
|
-
}
|
|
8
|
-
const target = e.target;
|
|
9
|
-
return !!target.closest(".zen-banner");
|
|
10
|
-
};
|
|
11
|
-
exports.isBannerTarget = isBannerTarget;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const isBannerTarget: (e: Event) => boolean;
|