@geotab/zenith 3.9.0-beta.2 → 3.9.0-beta.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.
Files changed (67) hide show
  1. package/README.md +29 -0
  2. package/dist/chart/pieChart/centerTextPlugin.js +1 -2
  3. package/dist/chart/pieChart.js +10 -3
  4. package/dist/commonStyles/pillStyles/pillContent.less +3 -2
  5. package/dist/commonStyles/pillStyles/pillStyles.less +2 -1
  6. package/dist/commonStyles/pillStyles/pillTextContent.less +2 -2
  7. package/dist/commonStyles/typography/typography.less +251 -613
  8. package/dist/dateInputInner/dateInputInnerControlBlock.js +5 -2
  9. package/dist/index.css +2738 -2499
  10. package/dist/utils/localization/translations/ar.json +0 -1
  11. package/dist/utils/localization/translations/cs.json +0 -1
  12. package/dist/utils/localization/translations/da-DK.json +0 -1
  13. package/dist/utils/localization/translations/de.json +0 -1
  14. package/dist/utils/localization/translations/en.json +0 -1
  15. package/dist/utils/localization/translations/es.json +0 -1
  16. package/dist/utils/localization/translations/fi-FI.json +0 -1
  17. package/dist/utils/localization/translations/fr-FR.json +0 -1
  18. package/dist/utils/localization/translations/fr.json +0 -1
  19. package/dist/utils/localization/translations/hu-HU.json +0 -1
  20. package/dist/utils/localization/translations/id.json +0 -1
  21. package/dist/utils/localization/translations/it.json +0 -1
  22. package/dist/utils/localization/translations/ja.json +0 -1
  23. package/dist/utils/localization/translations/ko-KR.json +0 -1
  24. package/dist/utils/localization/translations/ms.json +0 -1
  25. package/dist/utils/localization/translations/nb-NO.json +0 -1
  26. package/dist/utils/localization/translations/nl.json +0 -1
  27. package/dist/utils/localization/translations/pl.json +0 -1
  28. package/dist/utils/localization/translations/pt-BR.json +0 -1
  29. package/dist/utils/localization/translations/pt-PT.json +0 -1
  30. package/dist/utils/localization/translations/ro-RO.json +0 -1
  31. package/dist/utils/localization/translations/sk-SK.json +0 -1
  32. package/dist/utils/localization/translations/sv.json +0 -1
  33. package/dist/utils/localization/translations/th.json +0 -1
  34. package/dist/utils/localization/translations/tr.json +0 -1
  35. package/dist/utils/localization/translations/zh-Hans.json +0 -1
  36. package/dist/utils/localization/translations/zh-TW.json +0 -1
  37. package/esm/chart/pieChart/centerTextPlugin.js +1 -2
  38. package/esm/chart/pieChart.js +11 -4
  39. package/esm/dateInputInner/dateInputInnerControlBlock.js +5 -2
  40. package/esm/utils/localization/translations/ar.json +0 -1
  41. package/esm/utils/localization/translations/cs.json +0 -1
  42. package/esm/utils/localization/translations/da-DK.json +0 -1
  43. package/esm/utils/localization/translations/de.json +0 -1
  44. package/esm/utils/localization/translations/en.json +0 -1
  45. package/esm/utils/localization/translations/es.json +0 -1
  46. package/esm/utils/localization/translations/fi-FI.json +0 -1
  47. package/esm/utils/localization/translations/fr-FR.json +0 -1
  48. package/esm/utils/localization/translations/fr.json +0 -1
  49. package/esm/utils/localization/translations/hu-HU.json +0 -1
  50. package/esm/utils/localization/translations/id.json +0 -1
  51. package/esm/utils/localization/translations/it.json +0 -1
  52. package/esm/utils/localization/translations/ja.json +0 -1
  53. package/esm/utils/localization/translations/ko-KR.json +0 -1
  54. package/esm/utils/localization/translations/ms.json +0 -1
  55. package/esm/utils/localization/translations/nb-NO.json +0 -1
  56. package/esm/utils/localization/translations/nl.json +0 -1
  57. package/esm/utils/localization/translations/pl.json +0 -1
  58. package/esm/utils/localization/translations/pt-BR.json +0 -1
  59. package/esm/utils/localization/translations/pt-PT.json +0 -1
  60. package/esm/utils/localization/translations/ro-RO.json +0 -1
  61. package/esm/utils/localization/translations/sk-SK.json +0 -1
  62. package/esm/utils/localization/translations/sv.json +0 -1
  63. package/esm/utils/localization/translations/th.json +0 -1
  64. package/esm/utils/localization/translations/tr.json +0 -1
  65. package/esm/utils/localization/translations/zh-Hans.json +0 -1
  66. package/esm/utils/localization/translations/zh-TW.json +0 -1
  67. package/package.json +1 -1
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "هذه الميزة لا تزال قيد الاختبار وغير مدعومة بالكامل بعد. ملاحظاتك قيمة للمساعدة في توجيه التحسينات المستقبلية.",
204
204
  "Send feedback": "إرسال ملاحظات",
205
205
  "Manage beta option": "إدارة الخيار التجريبي",
206
- "Ma": "مايو",
207
206
  "Y-axis": "المحور ص",
208
207
  "X-axis": "المحور س",
209
208
  "Previous": "السابق",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Je třeba nastavit čas.",
203
203
  "Reset column settings": "Obnovit nastavení sloupce",
204
204
  "Filters": "Filtry",
205
- "Ma": "Kvě",
206
205
  "Next": "Další",
207
206
  "Previous": "Předchozí",
208
207
  "Open": "Otevřít",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Funktionen er stadig under test og virker ikke helt endnu. Din feedback er guld værd og hjælper os med fremtidige forbedringer.",
202
202
  "Send feedback": "Send feedback",
203
203
  "Manage beta option": "Styr beta-indstillingen",
204
- "Ma": "Maj",
205
204
  "Y-axis": "Y-akse",
206
205
  "X-axis": "X-akse",
207
206
  "Previous": "Forrige",
@@ -201,7 +201,6 @@
201
201
  "The time must be set": "Die Uhrzeit muss festgelegt werden.",
202
202
  "Reset column settings": "Spalteneinstellungen zurücksetzen",
203
203
  "Filters": "Filter",
204
- "Ma": "Mai",
205
204
  "Next": "Nächstes",
206
205
  "Previous": "Vorherige",
207
206
  "Open": "Offen",
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.",
204
204
  "Send feedback": "Send feedback",
205
205
  "Manage beta option": "Manage beta option",
206
- "Ma": "May",
207
206
  "Y-axis": "Y-axis",
208
207
  "X-axis": "X-axis",
209
208
  "Previous": "Previous",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Se debe establecer la hora.",
203
203
  "Reset column settings": "Restablecer configuración de columna",
204
204
  "Filters": "Filtros",
205
- "Ma": "May",
206
205
  "Next": "Siguiente",
207
206
  "Previous": "Anterior",
208
207
  "Open": "Abierto",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Tämä ominaisuus on vielä testausvaiheessa eikä ole täysin tuettu. Palautteesi on tärkeää, sillä sen avulla voimme kehittää asioita entistä paremmin.",
202
202
  "Send feedback": "Lähetä palautetta",
203
203
  "Manage beta option": "Hallitse beta-vaihtoehtoa",
204
- "Ma": "Tou.",
205
204
  "Y-axis": "Y-akseli",
206
205
  "X-axis": "X-akseli",
207
206
  "Previous": "Edellinen",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "L'heure doit être définie.",
203
203
  "Reset column settings": "Réinitialiser les paramètres des colonnes",
204
204
  "Filters": "Filtres",
205
- "Ma": "Mai",
206
205
  "Next": "Suivant",
207
206
  "Previous": "Précédent",
208
207
  "Open": "Ouvrir",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "L'heure doit être programmée.",
203
203
  "Reset column settings": "Réinitialiser les paramètres de la colonne",
204
204
  "Filters": "Filtres",
205
- "Ma": "mai",
206
205
  "Next": "Suivant",
207
206
  "Previous": "Précédent",
208
207
  "Open": "Ouvert",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Ez a funkció még tesztelés alatt áll, és még nem támogatott teljes mértékben. A visszajelzésed értékes, segít a jövőbeli fejlesztésekben.",
202
202
  "Send feedback": "Küldj visszajelzést.",
203
203
  "Manage beta option": "Béta-opció kezelése",
204
- "Ma": "Május",
205
204
  "Y-axis": "Y tengely",
206
205
  "X-axis": "X tengely",
207
206
  "Previous": "Előző",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Waktu harus diatur.",
203
203
  "Reset column settings": "Reset pengaturan kolom",
204
204
  "Filters": "Filter",
205
- "Ma": "Mei",
206
205
  "Next": "Berikutnya",
207
206
  "Previous": "Sebelumnya",
208
207
  "Open": "Buka",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Impostare l'ora.",
203
203
  "Reset column settings": "Ripristinare impostazioni colonna",
204
204
  "Filters": "Filtri",
205
- "Ma": "Mag",
206
205
  "Next": "Avanti",
207
206
  "Previous": "Indietro",
208
207
  "Open": "Aperto",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "時刻を設定する必要があります。",
203
203
  "Reset column settings": "列設定をリセット",
204
204
  "Filters": "フィルター",
205
- "Ma": "5月",
206
205
  "Next": "次の",
207
206
  "Previous": "前",
208
207
  "Open": "オープン",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "이 기능은 여전히 테스트 중이며 아직 완전히 지원되지 않습니다. 귀하의 피드백은 향후 개선 방향을 제시하는 데 매우 중요합니다.",
202
202
  "Send feedback": "피드백 보내기",
203
203
  "Manage beta option": "베타 옵션 관리",
204
- "Ma": "5월",
205
204
  "Y-axis": "Y축",
206
205
  "X-axis": "X축",
207
206
  "Open": "열려 있는",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Masa mesti ditetapkan.",
203
203
  "Reset column settings": "Tetapkan semula tetapan lajur",
204
204
  "Filters": "Penyaring",
205
- "Ma": "Mei",
206
205
  "Next": "Seterusnya",
207
206
  "Previous": "Sebelumnya",
208
207
  "Open": "Buka",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Denne funksjonen er fortsatt under testing, og støttes ikke fullt ut ennå. Tilbakemeldingen din er viktig for at vi skal kunne forbedre tjenesten.",
202
202
  "Send feedback": "Send tilbakemelding",
203
203
  "Manage beta option": "Administrer beta-alternativ",
204
- "Ma": "Mai",
205
204
  "Y-axis": "Y-akse",
206
205
  "X-axis": "X-akse",
207
206
  "Previous": "Tidligere",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "De tijd moet worden ingesteld.",
203
203
  "Reset column settings": "Reset kolominstellingen",
204
204
  "Filters": "Filters",
205
- "Ma": "mei",
206
205
  "Next": "Volgende",
207
206
  "Previous": "Vorige",
208
207
  "Open": "Open",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Godzina musi być ustawiona.",
203
203
  "Reset column settings": "Zresetuj ustawienia kolumny",
204
204
  "Filters": "Filtry",
205
- "Ma": "Maj",
206
205
  "Next": "Następne",
207
206
  "Previous": "Poprzednie",
208
207
  "Open": "Otwórz",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "É necessário definir a hora.",
203
203
  "Reset column settings": "Redefinir configurações de coluna",
204
204
  "Filters": "Filtros",
205
- "Ma": "Mai",
206
205
  "Next": "Avançar",
207
206
  "Previous": "Anterior",
208
207
  "Open": "Aberto",
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Esta funcionalidade ainda está em testes e ainda não é totalmente suportada. O seu feedback é valioso para ajudar a orientar melhorias futuras.",
204
204
  "Send feedback": "Enviar feedback",
205
205
  "Manage beta option": "Gerenciar opção beta",
206
- "Ma": "Mai",
207
206
  "Y-axis": "Eixo Y",
208
207
  "X-axis": "Eixo X",
209
208
  "Previous": "Anterior",
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Această funcție este în testare și încă nu este complet compatibilă. Feedbackul dvs. este important și ne va ajuta la îmbunătățirile viitoare.",
204
204
  "Send feedback": "Trimiteți feedback",
205
205
  "Manage beta option": "Administrați opțiunea beta",
206
- "Ma": "Ma",
207
206
  "Y-axis": "Axa Y",
208
207
  "X-axis": "Axa X",
209
208
  "Previous": "Înapoi",
@@ -200,7 +200,6 @@
200
200
  "Dec": "dec.",
201
201
  "Send feedback": "Pošli spätnú väzbu",
202
202
  "Manage beta option": "Spravuj beta možnosť",
203
- "Ma": "máj",
204
203
  "Y-axis": "os Y",
205
204
  "X-axis": "os X",
206
205
  "Previous": "Predchádzajúci",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Tiden måste anges.",
203
203
  "Reset column settings": "Återställ kolumninställningar",
204
204
  "Filters": "Filter",
205
- "Ma": "Maj",
206
205
  "Next": "Nästa",
207
206
  "Previous": "Föregående",
208
207
  "Open": "Öppna",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "ต้องกำหนดเวลา",
203
203
  "Reset column settings": "รีเซ็ตการตั้งค่าคอลัมน์",
204
204
  "Filters": "ตัวกรอง",
205
- "Ma": "พ.ค.",
206
205
  "Next": "ถัดไป",
207
206
  "Previous": "ก่อนหน้า",
208
207
  "Open": "เปิด",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Saat ayarlanmalıdır.",
203
203
  "Reset column settings": "Sütun ayarlarını sıfırla",
204
204
  "Filters": "Filtreler",
205
- "Ma": "May",
206
205
  "Next": "Sonraki",
207
206
  "Previous": "Önceki",
208
207
  "Open": "Aç",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "必须设定时间。",
203
203
  "Reset column settings": "重置列设置",
204
204
  "Filters": "筛选器",
205
- "Ma": "五月",
206
205
  "Next": "下一个",
207
206
  "Previous": "前一",
208
207
  "Open": "打开",
@@ -215,7 +215,6 @@
215
215
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "此功能仍在測試階段,尚未完全支援。您的意見回饋對我們來說非常重要,能協助我們確認未來改進的方向。",
216
216
  "Send feedback": "傳送意見回饋",
217
217
  "Manage beta option": "管理測試版選項",
218
- "Ma": "五月",
219
218
  "Next": "下一步",
220
219
  "Previous": "上一個",
221
220
  "Open": "開啟",
@@ -3,7 +3,6 @@ const getCssVar = (el, name) => { var _a, _b; return (_b = (_a = zen.getComputed
3
3
  export const centerTextPlugin = (centerText) => ({
4
4
  id: "zenithPieCenterText",
5
5
  afterDraw(chart) {
6
- var _a;
7
6
  if (!centerText || centerText.value === undefined) {
8
7
  return;
9
8
  }
@@ -12,7 +11,7 @@ export const centerTextPlugin = (centerText) => ({
12
11
  const centerX = left + width / 2;
13
12
  const centerY = top + height / 2;
14
13
  const css = (name) => getCssVar(chart.canvas, name);
15
- const fontFamily = ((_a = zen.getComputedStyle) === null || _a === void 0 ? void 0 : _a.call(zen, chart.canvas).fontFamily) || "Roboto";
14
+ const fontFamily = css("--main-font");
16
15
  const hasLabel = !!centerText.label;
17
16
  const meta = chart.getDatasetMeta(0);
18
17
  const controllerRadius = meta.controller.innerRadius;
@@ -10,11 +10,12 @@ var __rest = (this && this.__rest) || function (s, e) {
10
10
  return t;
11
11
  };
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
- import { useCallback, useContext, useEffect, useId, useMemo } from "react";
13
+ import { useCallback, useContext, useEffect, useId, useMemo, useRef } from "react";
14
14
  import { Pie } from "../react-chartjs/typedCharts";
15
15
  import { Chart as ChartJS, PieController, ArcElement } from "chart.js/auto";
16
16
  import "../react-chartjs/dateAdapter";
17
17
  import { deepMerge } from "../commonHelpers/utils";
18
+ import { zen } from "../utils/zen";
18
19
  import { useDrive } from "../utils/theme/useDrive";
19
20
  import { useMobile } from "../commonHelpers/hooks/useMobile";
20
21
  import { themeContext } from "../utils/theme/themeContext";
@@ -40,12 +41,18 @@ export const PieChart = (_a) => {
40
41
  const { dark } = useContext(themeContext);
41
42
  const legendId = useId();
42
43
  const tooltipId = useId();
44
+ const containerRef = useRef(null);
43
45
  useEffect(() => {
46
+ var _a;
47
+ const el = containerRef.current;
48
+ const styles = el ? (_a = zen.getComputedStyle) === null || _a === void 0 ? void 0 : _a.call(zen, el) : undefined;
49
+ const fontFamily = (styles === null || styles === void 0 ? void 0 : styles.getPropertyValue("--main-font").trim()) || "Roboto";
50
+ const color = (styles === null || styles === void 0 ? void 0 : styles.getPropertyValue("--text-primary").trim()) || "";
44
51
  ChartJS.defaults.font = {
45
- family: "Roboto",
52
+ family: fontFamily,
46
53
  size: fontSize
47
54
  };
48
- ChartJS.defaults.color = dark ? "#FFFFFF" : "#1F2833";
55
+ ChartJS.defaults.color = color;
49
56
  }, [fontSize, dark]);
50
57
  const defOptions = useMemo(() => getDefaultOptions(), []);
51
58
  const chartOptions = deepMerge(defOptions, options);
@@ -88,5 +95,5 @@ export const PieChart = (_a) => {
88
95
  const chartPlugins = useMemo(() => [...(plugins || []), chartLegend, chartTooltip, chartCenterText], [chartLegend, chartTooltip, chartCenterText, plugins]);
89
96
  const intSummary = useSummary(summary, chartData);
90
97
  const legendRight = isHorizontal;
91
- return (_jsxs("div", { className: classNames(["zen-chart", legendRight ? "zen-chart--legend-right" : "", className || ""]), children: [insight ? _jsx(ChartInsight, Object.assign({}, insight)) : null, summary ? _jsx(Summary, Object.assign({}, intSummary)) : null, _jsx("div", { className: "zen-chart__chart", children: _jsx(Pie, Object.assign({ options: chartOptions, data: chartData, plugins: chartPlugins }, rest, { "aria-hidden": true })) }), _jsx("div", { className: "zen-chart__legend", id: legendId }), _jsx(AccessibleChart, { type: "pie", data: chartData })] }));
98
+ return (_jsxs("div", { ref: containerRef, className: classNames(["zen-chart", legendRight ? "zen-chart--legend-right" : "", className || ""]), children: [insight ? _jsx(ChartInsight, Object.assign({}, insight)) : null, summary ? _jsx(Summary, Object.assign({}, intSummary)) : null, _jsx("div", { className: "zen-chart__chart", children: _jsx(Pie, Object.assign({ options: chartOptions, data: chartData, plugins: chartPlugins }, rest, { "aria-hidden": true })) }), _jsx("div", { className: "zen-chart__legend", id: legendId }), _jsx(AccessibleChart, { type: "pie", data: chartData })] }));
92
99
  };
@@ -108,12 +108,15 @@ export const DateInputInnerControlBlock = props => {
108
108
  value: timePickerValue,
109
109
  onChange: timeChangeHandler,
110
110
  isMobileView: isMobileView,
111
- fullWidth: true
111
+ fullWidth: true,
112
+ // eslint-disable-next-line
113
+ // @ts-ignore
114
+ dataTimeId: id
112
115
  }), isHasTimeError ? _jsx(FormFieldError, {
113
116
  id: timeErrorId,
114
117
  error: translate("The time must be set")
115
118
  }) : null]
116
- }) : null, [isActiveField, isHasTimeError, isMobileView, selectTime, timeChangeHandler, timePickerValue, translate, timeErrorId]);
119
+ }) : null, [selectTime, isActiveField, isHasTimeError, timePickerValue, timeChangeHandler, isMobileView, id, timeErrorId, translate]);
117
120
  return _jsxs("div", {
118
121
  className: classNames(["zen-date-input-inner__control-block", className || ""]),
119
122
  children: [title ? _jsx("label", {
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "هذه الميزة لا تزال قيد الاختبار وغير مدعومة بالكامل بعد. ملاحظاتك قيمة للمساعدة في توجيه التحسينات المستقبلية.",
204
204
  "Send feedback": "إرسال ملاحظات",
205
205
  "Manage beta option": "إدارة الخيار التجريبي",
206
- "Ma": "مايو",
207
206
  "Y-axis": "المحور ص",
208
207
  "X-axis": "المحور س",
209
208
  "Previous": "السابق",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Je třeba nastavit čas.",
203
203
  "Reset column settings": "Obnovit nastavení sloupce",
204
204
  "Filters": "Filtry",
205
- "Ma": "Kvě",
206
205
  "Next": "Další",
207
206
  "Previous": "Předchozí",
208
207
  "Open": "Otevřít",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Funktionen er stadig under test og virker ikke helt endnu. Din feedback er guld værd og hjælper os med fremtidige forbedringer.",
202
202
  "Send feedback": "Send feedback",
203
203
  "Manage beta option": "Styr beta-indstillingen",
204
- "Ma": "Maj",
205
204
  "Y-axis": "Y-akse",
206
205
  "X-axis": "X-akse",
207
206
  "Previous": "Forrige",
@@ -201,7 +201,6 @@
201
201
  "The time must be set": "Die Uhrzeit muss festgelegt werden.",
202
202
  "Reset column settings": "Spalteneinstellungen zurücksetzen",
203
203
  "Filters": "Filter",
204
- "Ma": "Mai",
205
204
  "Next": "Nächstes",
206
205
  "Previous": "Vorherige",
207
206
  "Open": "Offen",
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.",
204
204
  "Send feedback": "Send feedback",
205
205
  "Manage beta option": "Manage beta option",
206
- "Ma": "May",
207
206
  "Y-axis": "Y-axis",
208
207
  "X-axis": "X-axis",
209
208
  "Previous": "Previous",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Se debe establecer la hora.",
203
203
  "Reset column settings": "Restablecer configuración de columna",
204
204
  "Filters": "Filtros",
205
- "Ma": "May",
206
205
  "Next": "Siguiente",
207
206
  "Previous": "Anterior",
208
207
  "Open": "Abierto",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Tämä ominaisuus on vielä testausvaiheessa eikä ole täysin tuettu. Palautteesi on tärkeää, sillä sen avulla voimme kehittää asioita entistä paremmin.",
202
202
  "Send feedback": "Lähetä palautetta",
203
203
  "Manage beta option": "Hallitse beta-vaihtoehtoa",
204
- "Ma": "Tou.",
205
204
  "Y-axis": "Y-akseli",
206
205
  "X-axis": "X-akseli",
207
206
  "Previous": "Edellinen",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "L'heure doit être définie.",
203
203
  "Reset column settings": "Réinitialiser les paramètres des colonnes",
204
204
  "Filters": "Filtres",
205
- "Ma": "Mai",
206
205
  "Next": "Suivant",
207
206
  "Previous": "Précédent",
208
207
  "Open": "Ouvrir",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "L'heure doit être programmée.",
203
203
  "Reset column settings": "Réinitialiser les paramètres de la colonne",
204
204
  "Filters": "Filtres",
205
- "Ma": "mai",
206
205
  "Next": "Suivant",
207
206
  "Previous": "Précédent",
208
207
  "Open": "Ouvert",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Ez a funkció még tesztelés alatt áll, és még nem támogatott teljes mértékben. A visszajelzésed értékes, segít a jövőbeli fejlesztésekben.",
202
202
  "Send feedback": "Küldj visszajelzést.",
203
203
  "Manage beta option": "Béta-opció kezelése",
204
- "Ma": "Május",
205
204
  "Y-axis": "Y tengely",
206
205
  "X-axis": "X tengely",
207
206
  "Previous": "Előző",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Waktu harus diatur.",
203
203
  "Reset column settings": "Reset pengaturan kolom",
204
204
  "Filters": "Filter",
205
- "Ma": "Mei",
206
205
  "Next": "Berikutnya",
207
206
  "Previous": "Sebelumnya",
208
207
  "Open": "Buka",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Impostare l'ora.",
203
203
  "Reset column settings": "Ripristinare impostazioni colonna",
204
204
  "Filters": "Filtri",
205
- "Ma": "Mag",
206
205
  "Next": "Avanti",
207
206
  "Previous": "Indietro",
208
207
  "Open": "Aperto",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "時刻を設定する必要があります。",
203
203
  "Reset column settings": "列設定をリセット",
204
204
  "Filters": "フィルター",
205
- "Ma": "5月",
206
205
  "Next": "次の",
207
206
  "Previous": "前",
208
207
  "Open": "オープン",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "이 기능은 여전히 테스트 중이며 아직 완전히 지원되지 않습니다. 귀하의 피드백은 향후 개선 방향을 제시하는 데 매우 중요합니다.",
202
202
  "Send feedback": "피드백 보내기",
203
203
  "Manage beta option": "베타 옵션 관리",
204
- "Ma": "5월",
205
204
  "Y-axis": "Y축",
206
205
  "X-axis": "X축",
207
206
  "Open": "열려 있는",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Masa mesti ditetapkan.",
203
203
  "Reset column settings": "Tetapkan semula tetapan lajur",
204
204
  "Filters": "Penyaring",
205
- "Ma": "Mei",
206
205
  "Next": "Seterusnya",
207
206
  "Previous": "Sebelumnya",
208
207
  "Open": "Buka",
@@ -201,7 +201,6 @@
201
201
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Denne funksjonen er fortsatt under testing, og støttes ikke fullt ut ennå. Tilbakemeldingen din er viktig for at vi skal kunne forbedre tjenesten.",
202
202
  "Send feedback": "Send tilbakemelding",
203
203
  "Manage beta option": "Administrer beta-alternativ",
204
- "Ma": "Mai",
205
204
  "Y-axis": "Y-akse",
206
205
  "X-axis": "X-akse",
207
206
  "Previous": "Tidligere",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "De tijd moet worden ingesteld.",
203
203
  "Reset column settings": "Reset kolominstellingen",
204
204
  "Filters": "Filters",
205
- "Ma": "mei",
206
205
  "Next": "Volgende",
207
206
  "Previous": "Vorige",
208
207
  "Open": "Open",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Godzina musi być ustawiona.",
203
203
  "Reset column settings": "Zresetuj ustawienia kolumny",
204
204
  "Filters": "Filtry",
205
- "Ma": "Maj",
206
205
  "Next": "Następne",
207
206
  "Previous": "Poprzednie",
208
207
  "Open": "Otwórz",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "É necessário definir a hora.",
203
203
  "Reset column settings": "Redefinir configurações de coluna",
204
204
  "Filters": "Filtros",
205
- "Ma": "Mai",
206
205
  "Next": "Avançar",
207
206
  "Previous": "Anterior",
208
207
  "Open": "Aberto",
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Esta funcionalidade ainda está em testes e ainda não é totalmente suportada. O seu feedback é valioso para ajudar a orientar melhorias futuras.",
204
204
  "Send feedback": "Enviar feedback",
205
205
  "Manage beta option": "Gerenciar opção beta",
206
- "Ma": "Mai",
207
206
  "Y-axis": "Eixo Y",
208
207
  "X-axis": "Eixo X",
209
208
  "Previous": "Anterior",
@@ -203,7 +203,6 @@
203
203
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "Această funcție este în testare și încă nu este complet compatibilă. Feedbackul dvs. este important și ne va ajuta la îmbunătățirile viitoare.",
204
204
  "Send feedback": "Trimiteți feedback",
205
205
  "Manage beta option": "Administrați opțiunea beta",
206
- "Ma": "Ma",
207
206
  "Y-axis": "Axa Y",
208
207
  "X-axis": "Axa X",
209
208
  "Previous": "Înapoi",
@@ -200,7 +200,6 @@
200
200
  "Dec": "dec.",
201
201
  "Send feedback": "Pošli spätnú väzbu",
202
202
  "Manage beta option": "Spravuj beta možnosť",
203
- "Ma": "máj",
204
203
  "Y-axis": "os Y",
205
204
  "X-axis": "os X",
206
205
  "Previous": "Predchádzajúci",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Tiden måste anges.",
203
203
  "Reset column settings": "Återställ kolumninställningar",
204
204
  "Filters": "Filter",
205
- "Ma": "Maj",
206
205
  "Next": "Nästa",
207
206
  "Previous": "Föregående",
208
207
  "Open": "Öppna",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "ต้องกำหนดเวลา",
203
203
  "Reset column settings": "รีเซ็ตการตั้งค่าคอลัมน์",
204
204
  "Filters": "ตัวกรอง",
205
- "Ma": "พ.ค.",
206
205
  "Next": "ถัดไป",
207
206
  "Previous": "ก่อนหน้า",
208
207
  "Open": "เปิด",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "Saat ayarlanmalıdır.",
203
203
  "Reset column settings": "Sütun ayarlarını sıfırla",
204
204
  "Filters": "Filtreler",
205
- "Ma": "May",
206
205
  "Next": "Sonraki",
207
206
  "Previous": "Önceki",
208
207
  "Open": "Aç",
@@ -202,7 +202,6 @@
202
202
  "The time must be set": "必须设定时间。",
203
203
  "Reset column settings": "重置列设置",
204
204
  "Filters": "筛选器",
205
- "Ma": "五月",
206
205
  "Next": "下一个",
207
206
  "Previous": "前一",
208
207
  "Open": "打开",
@@ -215,7 +215,6 @@
215
215
  "This feature is still in testing, and is not fully supported yet. Your feedback is valuable to help guide future enhancements.": "此功能仍在測試階段,尚未完全支援。您的意見回饋對我們來說非常重要,能協助我們確認未來改進的方向。",
216
216
  "Send feedback": "傳送意見回饋",
217
217
  "Manage beta option": "管理測試版選項",
218
- "Ma": "五月",
219
218
  "Next": "下一步",
220
219
  "Previous": "上一個",
221
220
  "Open": "開啟",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geotab/zenith",
3
- "version": "3.9.0-beta.2",
3
+ "version": "3.9.0-beta.4",
4
4
  "description": "Zenith components library on React",
5
5
  "main": "dist/index.js",
6
6
  "types": "esm/index.d.ts",