@geotab/zenith 1.26.3 → 1.26.4-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.
Files changed (99) hide show
  1. package/README.md +6 -0
  2. package/dist/chart/accessibleChart/accessibleChart.d.ts +4 -0
  3. package/dist/chart/accessibleChart/accessibleChart.js +9 -0
  4. package/dist/chart/accessibleChart/accessibleChartNarrative.d.ts +7 -0
  5. package/dist/chart/accessibleChart/accessibleChartNarrative.js +605 -0
  6. package/dist/chart/accessibleChart/accessibleChartTable.d.ts +3 -0
  7. package/dist/chart/accessibleChart/accessibleChartTable.js +107 -0
  8. package/dist/chart/accessibleChart/interfaces.d.ts +48 -0
  9. package/dist/chart/accessibleChart/interfaces.js +2 -0
  10. package/dist/chart/barChart/getDefaultDatasetStyle.d.ts +5 -5
  11. package/dist/chart/barChart.js +2 -1
  12. package/dist/chart/chart.d.ts +8 -5
  13. package/dist/chart/chart.js +8 -7
  14. package/dist/chart/lineChart/getDefaultDatasetStyle.d.ts +9 -9
  15. package/dist/chart/lineChart/interfaces.d.ts +1 -1
  16. package/dist/chart/lineChart.js +2 -1
  17. package/dist/chart/pieChart/getDefaultDatasetStyle.d.ts +7 -7
  18. package/dist/chart/pieChart.js +2 -1
  19. package/dist/chart/utils/calculateMinTruncationPrecision.d.ts +1 -0
  20. package/dist/chart/utils/calculateMinTruncationPrecision.js +25 -0
  21. package/dist/chart/utils/convertDates.d.ts +1 -1
  22. package/dist/chart/utils/getFormattedLabel.d.ts +3 -0
  23. package/dist/chart/utils/getFormattedLabel.js +20 -0
  24. package/dist/chart/utils/removeTrendDataFromDatasets.d.ts +2 -0
  25. package/dist/chart/utils/removeTrendDataFromDatasets.js +11 -0
  26. package/dist/chart/utils/resampleArrayEvenly.d.ts +1 -0
  27. package/dist/chart/utils/resampleArrayEvenly.js +23 -0
  28. package/dist/dataFeed/dataFeed.d.ts +2 -1
  29. package/dist/dataFeed/dataFeed.js +3 -3
  30. package/dist/dataFeed/dataFeedColumnsItems.d.ts +2 -1
  31. package/dist/dataFeed/dataFeedColumnsItems.js +23 -4
  32. package/dist/dataGrid/columns/actionsColumn/actionsColumn.d.ts +1 -0
  33. package/dist/dataGrid/columns/actionsColumn/actionsColumn.js +3 -0
  34. package/dist/index.css +25 -6
  35. package/dist/index.d.ts +7 -1
  36. package/dist/index.js +29 -15
  37. package/dist/lineChart/utils.d.ts +9 -9
  38. package/dist/lineChartMini/lineChartMini.js +2 -1
  39. package/dist/list/hooks/useVirtualScroll.js +3 -0
  40. package/dist/menu/components/menuErrorItem.d.ts +7 -0
  41. package/dist/menu/components/menuErrorItem.js +12 -0
  42. package/dist/nav/navHeader/navHeader.d.ts +3 -3
  43. package/dist/nav/navHeader/navHeader.js +8 -3
  44. package/dist/nav/navItem/navItem.d.ts +3 -2
  45. package/dist/nav/navItem/navItem.js +3 -3
  46. package/dist/nav/navSection/navSection.js +1 -4
  47. package/dist/nav/utils/navUtils.d.ts +2 -0
  48. package/dist/nav/utils/navUtils.js +15 -1
  49. package/dist/stepperRaw/utils/calculateWithPrecision.js +1 -1
  50. package/dist/table/actions/actionsMenu.d.ts +2 -1
  51. package/dist/table/actions/actionsMenu.js +42 -28
  52. package/dist/table/actions/useActions.d.ts +6 -0
  53. package/dist/table/actions/useActions.js +3 -1
  54. package/dist/table/table.js +2 -2
  55. package/dist/textIconButton/textIconButton.d.ts +1 -0
  56. package/dist/utils/localization/translations/cs-json.d.ts +3 -0
  57. package/dist/utils/localization/translations/cs-json.js +3 -0
  58. package/dist/utils/localization/translations/de-json.d.ts +3 -0
  59. package/dist/utils/localization/translations/de-json.js +3 -0
  60. package/dist/utils/localization/translations/en-json.d.ts +18 -0
  61. package/dist/utils/localization/translations/en-json.js +19 -1
  62. package/dist/utils/localization/translations/es-json.d.ts +3 -0
  63. package/dist/utils/localization/translations/es-json.js +3 -0
  64. package/dist/utils/localization/translations/fr-FR-json.d.ts +3 -0
  65. package/dist/utils/localization/translations/fr-FR-json.js +3 -0
  66. package/dist/utils/localization/translations/fr-json.d.ts +3 -0
  67. package/dist/utils/localization/translations/fr-json.js +3 -0
  68. package/dist/utils/localization/translations/id-json.d.ts +3 -0
  69. package/dist/utils/localization/translations/id-json.js +3 -0
  70. package/dist/utils/localization/translations/it-json.d.ts +3 -0
  71. package/dist/utils/localization/translations/it-json.js +3 -0
  72. package/dist/utils/localization/translations/ja-json.d.ts +3 -0
  73. package/dist/utils/localization/translations/ja-json.js +3 -0
  74. package/dist/utils/localization/translations/ko-KR-json.d.ts +3 -0
  75. package/dist/utils/localization/translations/ko-KR-json.js +3 -0
  76. package/dist/utils/localization/translations/ms-json.d.ts +3 -0
  77. package/dist/utils/localization/translations/ms-json.js +3 -0
  78. package/dist/utils/localization/translations/nl-json.d.ts +3 -0
  79. package/dist/utils/localization/translations/nl-json.js +3 -0
  80. package/dist/utils/localization/translations/pl-json.d.ts +3 -0
  81. package/dist/utils/localization/translations/pl-json.js +3 -0
  82. package/dist/utils/localization/translations/pt-BR-json.d.ts +3 -0
  83. package/dist/utils/localization/translations/pt-BR-json.js +3 -0
  84. package/dist/utils/localization/translations/sv-json.d.ts +3 -0
  85. package/dist/utils/localization/translations/sv-json.js +3 -0
  86. package/dist/utils/localization/translations/th-json.d.ts +3 -0
  87. package/dist/utils/localization/translations/th-json.js +3 -0
  88. package/dist/utils/localization/translations/tr-json.d.ts +3 -0
  89. package/dist/utils/localization/translations/tr-json.js +3 -0
  90. package/dist/utils/localization/translations/zh-Hans-json.d.ts +3 -0
  91. package/dist/utils/localization/translations/zh-Hans-json.js +3 -0
  92. package/dist/utils/localization/translations/zh-TW-json.d.ts +1 -0
  93. package/dist/utils/localization/translations/zh-TW-json.js +1 -0
  94. package/dist/utils/positioningUtils/calculatePosition.js +2 -1
  95. package/dist/utils/truncateDecimals.d.ts +1 -0
  96. package/dist/utils/truncateDecimals.js +12 -0
  97. package/package.json +4 -4
  98. /package/dist/{stepperRaw/utils → utils}/countDecimals.d.ts +0 -0
  99. /package/dist/{stepperRaw/utils → utils}/countDecimals.js +0 -0
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.calculateWithPrecision = void 0;
4
- const countDecimals_1 = require("./countDecimals");
4
+ const countDecimals_1 = require("../../utils/countDecimals");
5
5
  const calculateWithPrecision = (value, step, isAddition = true) => {
6
6
  // Get the number of decimal places for both numbers
7
7
  const decimals1 = (0, countDecimals_1.countDecimals)(value);
@@ -5,6 +5,7 @@ interface IActionsMenuProps<T extends object> {
5
5
  isNested: boolean;
6
6
  render?: (entity: T, isNested: boolean) => JSX.Element;
7
7
  renderAsync?: (entity: T, isNested: boolean) => PromiseLike<JSX.Element>;
8
+ primaryActions?: JSX.Element;
8
9
  }
9
- export declare const ActionsMenu: <T extends IEntityWithId>({ entity, isNested, render, renderAsync }: IActionsMenuProps<T>) => import("react/jsx-runtime").JSX.Element | null;
10
+ export declare const ActionsMenu: <T extends IEntityWithId>({ entity, isNested, render, renderAsync, primaryActions }: IActionsMenuProps<T>) => import("react/jsx-runtime").JSX.Element | null;
10
11
  export {};
@@ -7,63 +7,77 @@ const button_1 = require("../../button/button");
7
7
  const iconDotVertical_1 = require("../../icons/iconDotVertical");
8
8
  const useLanguage_1 = require("../../utils/localization/useLanguage");
9
9
  const menu_1 = require("../../menu/menu");
10
- const iconException_1 = require("../../icons/iconException");
11
10
  const classNames_1 = require("../../commonHelpers/classNames/classNames");
12
11
  const skeletonList_1 = require("../../skeletonList/skeletonList");
13
- const getMenuItems = (entity, isNested, render) => {
14
- if (!render) {
12
+ const menuErrorItem_1 = require("../../menu/components/menuErrorItem");
13
+ const getMenuItems = (entity, isNested, render, primaryActions) => {
14
+ if (!render && !primaryActions) {
15
15
  return null;
16
16
  }
17
- const result = render(entity, isNested);
18
- if (result.type === menu_1.Menu.Item) {
19
- return result;
17
+ const result = render === null || render === void 0 ? void 0 : render(entity, isNested);
18
+ if (result) {
19
+ const menuItems = result.type === menu_1.Menu.Item ? [result] : (result.props.children || []);
20
+ return primaryActions ? [...primaryActions.props.children, ...menuItems] : menuItems;
20
21
  }
21
- return result.props.children;
22
+ return null;
22
23
  };
23
- const ActionsMenu = ({ entity, isNested, render, renderAsync }) => {
24
+ const getErrorItem = (id, onClick) => ((0, jsx_runtime_1.jsx)(menuErrorItem_1.MenuErrorItem, { id: id, onClick: onClick }));
25
+ const ActionsMenu = ({ entity, isNested, render, renderAsync, primaryActions }) => {
26
+ var _a;
24
27
  const { translate } = (0, useLanguage_1.useLanguage)();
25
28
  const generatedId = (0, react_1.useId)();
26
- const buttonId = `ariaLabelBy-${entity.id || generatedId} }`;
29
+ const buttonId = `ariaLabelBy-${entity.id || generatedId}`;
30
+ const errorId = `errorItem-${(0, react_1.useId)()}`;
27
31
  const ref = (0, react_1.useRef)(null);
28
- const menuItems = (0, react_1.useMemo)(() => getMenuItems(entity, isNested, render), [entity, isNested, render]);
32
+ const menuItems = (0, react_1.useMemo)(() => getMenuItems(entity, isNested, render, primaryActions), [entity, isNested, render, primaryActions]);
29
33
  const [menuItemsAsync, setMenuItemsAsync] = (0, react_1.useState)(null);
30
34
  const [isLoading, setIsLoading] = (0, react_1.useState)(false);
31
35
  const [isError, setIsError] = (0, react_1.useState)(false);
32
36
  const handleClickTrigger = (0, react_1.useCallback)(async () => {
37
+ var _a;
38
+ if (!renderAsync || isLoading) {
39
+ return;
40
+ }
41
+ const errorItem = getErrorItem(errorId, handleClickTrigger);
42
+ setIsLoading(true);
43
+ setIsError(false);
44
+ setMenuItemsAsync(null);
33
45
  try {
34
- if (renderAsync && !menuItemsAsync) {
35
- setIsLoading(true);
36
- setIsError(false);
37
- const resolvedMenuItems = await renderAsync(entity, isNested);
46
+ let resolvedMenuItems = await renderAsync(entity, isNested);
47
+ if (primaryActions) {
48
+ resolvedMenuItems = (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: [...primaryActions.props.children, ...resolvedMenuItems.props.children] });
49
+ }
50
+ if (resolvedMenuItems.props.children) {
38
51
  setMenuItemsAsync(resolvedMenuItems);
39
- if (!resolvedMenuItems.props.children) {
40
- setIsError(true);
41
- }
42
- setIsLoading(false);
52
+ }
53
+ else {
54
+ setMenuItemsAsync((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: errorItem }));
55
+ setIsError(true);
43
56
  }
44
57
  }
45
58
  catch (err) {
46
- setIsLoading(false);
47
- setMenuItemsAsync(null);
59
+ setMenuItemsAsync((0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, { children: [((_a = primaryActions === null || primaryActions === void 0 ? void 0 : primaryActions.props) === null || _a === void 0 ? void 0 : _a.children) || null, errorItem] }));
48
60
  setIsError(true);
49
61
  }
50
- }, [entity, menuItemsAsync, renderAsync, isNested]);
62
+ finally {
63
+ setIsLoading(false);
64
+ }
65
+ }, [entity, isNested, isLoading, primaryActions, errorId, renderAsync]);
51
66
  const trigger = (0, react_1.useMemo)(() => {
52
67
  if (renderAsync) {
53
- return (0, jsx_runtime_1.jsx)(button_1.Button, { disabled: isLoading, id: buttonId, ref: ref, onClick: handleClickTrigger, type: "tertiary-black", className: (0, classNames_1.classNames)([
68
+ return (0, jsx_runtime_1.jsx)(button_1.Button, { title: translate("More"), disabled: isLoading, id: buttonId, ref: ref, onClick: handleClickTrigger, type: "tertiary-black", className: (0, classNames_1.classNames)([
54
69
  "zen-caption",
55
70
  "zen-actions-column__action",
56
71
  isError ? "zen-actions-column__action_error" : ""
57
72
  ]), children: (0, jsx_runtime_1.jsx)(iconDotVertical_1.IconDotVertical, { size: "bigger" }) });
58
73
  }
59
- return (0, jsx_runtime_1.jsx)(button_1.Button, { type: "tertiary-black", "aria-label": translate("More"), title: translate("More"), className: "zen-caption zen-actions-column__action", children: (0, jsx_runtime_1.jsx)(iconDotVertical_1.IconDotVertical, { size: "bigger" }) });
74
+ return (0, jsx_runtime_1.jsx)(button_1.Button, { type: "tertiary-black", title: translate("More"), className: "zen-caption zen-actions-column__action", children: (0, jsx_runtime_1.jsx)(iconDotVertical_1.IconDotVertical, { size: "bigger" }) });
60
75
  }, [buttonId, isLoading, isError, renderAsync, handleClickTrigger, translate]);
61
76
  if (renderAsync) {
62
- return (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [trigger, (0, jsx_runtime_1.jsx)(menu_1.Menu, { ariaLabelledBy: buttonId, title: translate("Actions"), triggerRef: ref, alignment: "bottom-right", children: isLoading
63
- ? (0, jsx_runtime_1.jsx)(skeletonList_1.SkeletonList, { className: "zen-actions-column__waiting" })
64
- : ((menuItemsAsync && menuItemsAsync.props.children)
65
- ? menuItemsAsync.props.children
66
- : (0, jsx_runtime_1.jsx)(menu_1.Menu.Item, { className: "zen-actions-column__menu-item-error", id: "error", icon: iconException_1.IconException, name: translate("Error Loading Items"), disabled: true })) })] });
77
+ const menuItemsToRender = isLoading ?
78
+ (0, jsx_runtime_1.jsx)(skeletonList_1.SkeletonList, { className: "zen-actions-column__waiting" }) :
79
+ ((_a = menuItemsAsync === null || menuItemsAsync === void 0 ? void 0 : menuItemsAsync.props) === null || _a === void 0 ? void 0 : _a.children) || null;
80
+ return (0, jsx_runtime_1.jsxs)(jsx_runtime_1.Fragment, { children: [trigger, (0, jsx_runtime_1.jsx)(menu_1.Menu, { ariaLabelledBy: buttonId, title: translate("Actions"), triggerRef: ref, alignment: "bottom-right", children: menuItemsToRender })] });
67
81
  }
68
82
  if (!menuItems || menuItems.length === 0) {
69
83
  return null;
@@ -4,7 +4,13 @@ import { IListColumn } from "../table";
4
4
  import { IRowEntity } from "../../dataGrid/row/row";
5
5
  import { IEntityWithId } from "../../commonHelpers/entity";
6
6
  export declare const useActions: <T extends IRowEntity<N>, N extends IEntityWithId>(columns: IListColumn<T, N>[], isFeed: boolean) => {
7
+ columnsWithActions: IListColumn<T, N>[];
8
+ actions: undefined;
9
+ actionsAsync: undefined;
10
+ primaryActions?: undefined;
11
+ } | {
7
12
  columnsWithActions: IListColumn<T, N>[];
8
13
  actions: IActionWithId<T> | ((entity: T, isNested: boolean) => JSX.Element) | undefined;
9
14
  actionsAsync: ((entity: T, isNested: boolean) => PromiseLike<JSX.Element>) | undefined;
15
+ primaryActions: IActionWithId<T>[] | ((entity: T, isNested: boolean) => IActionWithId<T>[]) | undefined;
10
16
  };
@@ -11,13 +11,15 @@ const useActions = (columns, isFeed) => {
11
11
  const columnsWithActions = columns.find(el => el.columnComponent instanceof actionsColumn_1.ActionsColumn);
12
12
  let actions = undefined;
13
13
  let actionsAsync = undefined;
14
+ let primaryActions = undefined;
14
15
  if (columnsWithActions && columnsWithActions.columnComponent) {
15
16
  const colComponent = columnsWithActions.columnComponent;
16
17
  actions = colComponent.columnActions;
17
18
  actionsAsync = colComponent.columnActionsAsync;
19
+ primaryActions = colComponent.columnPrimaryActions;
18
20
  }
19
21
  const columnsWithoutActions = columns.filter(el => !(el.columnComponent instanceof actionsColumn_1.ActionsColumn));
20
- return { columnsWithActions: columnsWithoutActions, actions, actionsAsync };
22
+ return { columnsWithActions: columnsWithoutActions, actions, actionsAsync, primaryActions };
21
23
  }, [columns, isFeed]);
22
24
  return result;
23
25
  };
@@ -61,7 +61,7 @@ const TableInner = ({ entities, columns, selectable, sortable, flexible, isLoadi
61
61
  const { selectableColumns, selectableFeedWrapper } = (0, useSelectableRows_1.useSelectableRows)(nestedColumns, entities, isMobile, selectMode, setMobileSelectMode, isLoading ? undefined : selectable);
62
62
  const { sortableColumns, feedSortControl } = (0, useSortableColumns_1.useSortableColumns)(selectableColumns, sortable, isMobile);
63
63
  const { flexibleColumns, columnsPopup } = (0, useFlexibleColumns_1.useFlexibleColumns)(sortableColumns, flexible, gridRef, columnsPopupRef, isMobile);
64
- const { columnsWithActions, actions, actionsAsync } = (0, useActions_1.useActions)(flexibleColumns, isMobile);
64
+ const { columnsWithActions, actions, actionsAsync, primaryActions } = (0, useActions_1.useActions)(flexibleColumns, isMobile);
65
65
  const { loadingColumns, loadingEntities } = (0, useLoading_1.useLoading)(columnsWithActions, entities, isLoading, loading);
66
66
  const { isFeedExpanded, handleExpanded, isFeedVisible, visibleColumns } = (0, useFeedExpandable_1.useFeedExpandable)(isMobile, feedExpandable);
67
67
  const selectionQty = (0, react_1.useMemo)(() => {
@@ -103,7 +103,7 @@ const TableInner = ({ entities, columns, selectable, sortable, flexible, isLoadi
103
103
  : null, isMobile ? (0, jsx_runtime_1.jsxs)(dataFeed_1.DataFeed, { columns: loadingColumns, feedWrappers: [nestedFeedWrapper, selectableFeedWrapper], entities: loadingEntities, expanded: isFeedExpanded, options: {
104
104
  onFeedEnd: onFeedEnd,
105
105
  visibleColumns
106
- }, actions: actions, actionsAsync: actionsAsync, ref: gridRef, rowClassName: rowClassName, expandedRows: expanded, onExpandedChange: onExpandedChange, activePage: activePage, children: [emptyList || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}), footer || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})] }) : (0, jsx_runtime_1.jsxs)(dataGrid_1.DataGrid, { columns: loadingColumns, entities: loadingEntities, ref: gridRef, rowClassName: rowClassName, expandedRows: expanded, onExpandedChange: onExpandedChange, children: [emptyList || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}), footer || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})] })] }) });
106
+ }, actions: actions, actionsAsync: actionsAsync, primaryActions: primaryActions, ref: gridRef, rowClassName: rowClassName, expandedRows: expanded, onExpandedChange: onExpandedChange, activePage: activePage, children: [emptyList || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}), footer || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})] }) : (0, jsx_runtime_1.jsxs)(dataGrid_1.DataGrid, { columns: loadingColumns, entities: loadingEntities, ref: gridRef, rowClassName: rowClassName, expandedRows: expanded, onExpandedChange: onExpandedChange, children: [emptyList || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}), footer || (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})] })] }) });
107
107
  };
108
108
  const Table = (0, react_1.memo)(TableInner);
109
109
  exports.Table = Table;
@@ -15,5 +15,6 @@ export interface ITextIconButton extends IButton {
15
15
  iconSize?: TSvgIconSize;
16
16
  contentClasses?: string;
17
17
  tabIndex?: number;
18
+ role?: string;
18
19
  }
19
20
  export declare const TextIconButton: React.ForwardRefExoticComponent<ITextIconButton & React.RefAttributes<HTMLButtonElement>>;
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "Všechny filtry",
223
223
  "Loading": "Načítání",
224
224
  "Select option": "Vybrat možnost",
225
+ "Value": "Hodnota",
226
+ "Data": "Data",
225
227
  "Previous step": "Předchozí krok",
226
228
  "Continue": "Pokračovat",
227
229
  "Submit": "Odeslat",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "Krok {0} z {1}",
230
232
  "Y-axis": "Osa Y",
231
233
  "X-axis": "Osa X",
234
+ "No data available": "Nejsou k dispozici žádná data",
232
235
  "Choose dates": "Vyberte data",
233
236
  "Date range not available": "Rozsah dat není k dispozici",
234
237
  "Choose your date range": "Vyberte rozsah dat",
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "Alle Filter",
223
223
  "Loading": "Wird geladen",
224
224
  "Select option": "Option auswählen",
225
+ "Value": "Wert",
226
+ "Data": "Daten",
225
227
  "Previous step": "Vorheriger Schritt",
226
228
  "Continue": "Fortsetzen",
227
229
  "Submit": "Absenden",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "Schritt {0} von {1}",
230
232
  "Y-axis": "Y-Achse",
231
233
  "X-axis": "X-Achse",
234
+ "No data available": "Keine Daten verfügbar",
232
235
  "Choose dates": "Datum auswählen",
233
236
  "Date range not available": "Datumsbereich nicht verfügbar",
234
237
  "Choose your date range": "Datumsbereich auswählen",
@@ -238,6 +238,8 @@ export declare const translations: {
238
238
  "Reset All": string;
239
239
  Loading: string;
240
240
  "Select option": string;
241
+ Value: string;
242
+ Data: string;
241
243
  "Previous step": string;
242
244
  Continue: string;
243
245
  Submit: string;
@@ -250,4 +252,20 @@ export declare const translations: {
250
252
  Configure: string;
251
253
  "Select all (current page)": string;
252
254
  "Close filter": string;
255
+ "Error with loading": string;
256
+ "Click to refresh": string;
257
+ "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": string;
258
+ "from {FROM} at {X0} to {TO} at {X}.": string;
259
+ "shows a complex trend with multiple segments:": string;
260
+ "shows a relatively flat or stable trend.": string;
261
+ "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": string;
262
+ "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": string;
263
+ "Highest point(s):": string;
264
+ "Lowest point(s):": string;
265
+ "Only one data point: value is {VALUE}.": string;
266
+ "Average value is:": string;
267
+ "No data available": string;
268
+ "value changes in the range from {MIN} to {MAX}.": string;
269
+ "Error generating chart narrative for dataset": string;
270
+ "Chart data table and visualization": string;
253
271
  };
@@ -241,6 +241,8 @@ exports.translations = {
241
241
  "Reset All": "Reset all",
242
242
  "Loading": "Loading",
243
243
  "Select option": "Select option",
244
+ "Value": "Value",
245
+ "Data": "Data",
244
246
  "Previous step": "Previous step",
245
247
  "Continue": "Continue",
246
248
  "Submit": "Submit",
@@ -252,5 +254,21 @@ exports.translations = {
252
254
  "Collapse": "Collapse",
253
255
  "Configure": "Configure",
254
256
  "Select all (current page)": "Select all (current page)",
255
- "Close filter": "Close filter"
257
+ "Close filter": "Close filter",
258
+ "Error with loading": "Error with loading",
259
+ "Click to refresh": "Click to refresh",
260
+ "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range": "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range",
261
+ "from {FROM} at {X0} to {TO} at {X}.": "from {FROM} at {X0} to {TO} at {X}.",
262
+ "shows a complex trend with multiple segments:": "shows a complex trend with multiple segments:",
263
+ "shows a relatively flat or stable trend.": "shows a relatively flat or stable trend.",
264
+ "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.": "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.",
265
+ "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.": "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.",
266
+ "Highest point(s):": "Highest point(s):",
267
+ "Lowest point(s):": "Lowest point(s):",
268
+ "Only one data point: value is {VALUE}.": "Only one data point: value is {VALUE}.",
269
+ "Average value is:": "Average value is:",
270
+ "No data available": "No data available",
271
+ "value changes in the range from {MIN} to {MAX}.": "value changes in the range from {MIN} to {MAX}.",
272
+ "Error generating chart narrative for dataset": "Error generating chart narrative for dataset",
273
+ "Chart data table and visualization": "Chart data table and visualization"
256
274
  };
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "Todos los filtros",
223
223
  "Loading": "Cargando",
224
224
  "Select option": "Seleccionar opción",
225
+ "Value": "Valor",
226
+ "Data": "Datos",
225
227
  "Previous step": "Paso anterior",
226
228
  "Continue": "Continuar",
227
229
  "Submit": "Enviar",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "Paso {0} de {1}",
230
232
  "Y-axis": "Eje Y",
231
233
  "X-axis": "Eje X",
234
+ "No data available": "No hay datos disponibles",
232
235
  "Choose dates": "Elegir fechas",
233
236
  "Date range not available": "El rango de fechas no está disponible",
234
237
  "Choose your date range": "Seleccione el rango de fechas",
@@ -218,6 +218,8 @@ export declare const translations: {
218
218
  "All Filters": string;
219
219
  Loading: string;
220
220
  "Select option": string;
221
+ Value: string;
222
+ Data: string;
221
223
  "Previous step": string;
222
224
  Continue: string;
223
225
  Submit: string;
@@ -225,6 +227,7 @@ export declare const translations: {
225
227
  "Step {0} of {1}": string;
226
228
  "Y-axis": string;
227
229
  "X-axis": string;
230
+ "No data available": string;
228
231
  "Choose dates": string;
229
232
  "Date range not available": string;
230
233
  "Choose your date range": string;
@@ -221,6 +221,8 @@ exports.translations = {
221
221
  "All Filters": "Tous les filtres",
222
222
  "Loading": "En cours de chargement",
223
223
  "Select option": "Sélectionner une option",
224
+ "Value": "Valeur",
225
+ "Data": "Données",
224
226
  "Previous step": "Étape précédente",
225
227
  "Continue": "Continuer",
226
228
  "Submit": "Envoyer",
@@ -228,6 +230,7 @@ exports.translations = {
228
230
  "Step {0} of {1}": "Étape {0} sur {1}",
229
231
  "Y-axis": "Axe Y",
230
232
  "X-axis": "Axe x",
233
+ "No data available": "Aucune donnée disponible",
231
234
  "Choose dates": "Choisir les dates",
232
235
  "Date range not available": "Plage de dates non disponible",
233
236
  "Choose your date range": "Choisissez votre plage de dates",
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "Tous les filtres",
223
223
  "Loading": "Chargement en cours",
224
224
  "Select option": "Sélectionnez l’option",
225
+ "Value": "Valeur",
226
+ "Data": "Données",
225
227
  "Previous step": "Étape précédente",
226
228
  "Continue": "Continuer",
227
229
  "Submit": "Soumettre",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "Étape {0} de {1}",
230
232
  "Y-axis": "Axe des Y",
231
233
  "X-axis": "Axe X",
234
+ "No data available": "Aucune donnée disponible",
232
235
  "Choose dates": "Choisir les dates",
233
236
  "Date range not available": "Plage de dates non disponible",
234
237
  "Choose your date range": "Choisissez votre plage de dates",
@@ -220,6 +220,8 @@ export declare const translations: {
220
220
  "All Filters": string;
221
221
  Loading: string;
222
222
  "Select option": string;
223
+ Value: string;
224
+ Data: string;
223
225
  "Previous step": string;
224
226
  Continue: string;
225
227
  Submit: string;
@@ -227,6 +229,7 @@ export declare const translations: {
227
229
  "Step {0} of {1}": string;
228
230
  "Y-axis": string;
229
231
  "X-axis": string;
232
+ "No data available": string;
230
233
  "Choose dates": string;
231
234
  "Date range not available": string;
232
235
  "Choose your date range": string;
@@ -223,6 +223,8 @@ exports.translations = {
223
223
  "All Filters": "Semua Filter",
224
224
  "Loading": "Memuat",
225
225
  "Select option": "Pilih opsi",
226
+ "Value": "Nilai",
227
+ "Data": "Data",
226
228
  "Previous step": "Langkah sebelumnya",
227
229
  "Continue": "Lanjutkan",
228
230
  "Submit": "Kirimkan",
@@ -230,6 +232,7 @@ exports.translations = {
230
232
  "Step {0} of {1}": "Langkah {0} dari {1}",
231
233
  "Y-axis": "Poros y",
232
234
  "X-axis": "Sumbu X",
235
+ "No data available": "Tidak ada data tersedia",
233
236
  "Choose dates": "Pilih tanggal",
234
237
  "Date range not available": "Rentang tanggal tidak tersedia",
235
238
  "Choose your date range": "Pilih rentang tanggal Anda",
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "Tutti i filtri",
223
223
  "Loading": "Caricamento in corso",
224
224
  "Select option": "Selezionare l'opzione",
225
+ "Value": "Valore",
226
+ "Data": "Dati",
225
227
  "Previous step": "Passaggio precedente",
226
228
  "Continue": "Continua",
227
229
  "Submit": "Inviare",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "Fase {0} di {1}",
230
232
  "Y-axis": "Asse Y",
231
233
  "X-axis": "Asse X",
234
+ "No data available": "Nessun dato disponibile",
232
235
  "Choose dates": "Scegliere date",
233
236
  "Date range not available": "Intervallo di date non disponibile",
234
237
  "Choose your date range": "Scegliere l'intervallo di date",
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "すべてのフィルター",
223
223
  "Loading": "読み込み中",
224
224
  "Select option": "オプションを選択",
225
+ "Value": "値",
226
+ "Data": "データ",
225
227
  "Previous step": "前の手順",
226
228
  "Continue": "続ける",
227
229
  "Submit": "送信",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "手順 {0} / {1}",
230
232
  "Y-axis": "Y 軸",
231
233
  "X-axis": "X 軸",
234
+ "No data available": "データがありません",
232
235
  "Choose dates": "日付を選択",
233
236
  "Date range not available": "日付範囲は利用できません",
234
237
  "Choose your date range": "日付範囲を選択してください",
@@ -229,11 +229,14 @@ export declare const translations: {
229
229
  "All Filters": string;
230
230
  Loading: string;
231
231
  "Select option": string;
232
+ Value: string;
233
+ Data: string;
232
234
  "Previous step": string;
233
235
  Continue: string;
234
236
  Submit: string;
235
237
  Optional: string;
236
238
  "Step {0} of {1}": string;
239
+ "No data available": string;
237
240
  "Choose dates": string;
238
241
  "Date range not available": string;
239
242
  "Choose your date range": string;
@@ -232,11 +232,14 @@ exports.translations = {
232
232
  "All Filters": "모든 필터",
233
233
  "Loading": "로드 중",
234
234
  "Select option": "옵션 선택",
235
+ "Value": "값",
236
+ "Data": "데이터",
235
237
  "Previous step": "이전 단계",
236
238
  "Continue": "계속",
237
239
  "Submit": "제출",
238
240
  "Optional": "선택 과목",
239
241
  "Step {0} of {1}": "단계 {0} 의 {1}",
242
+ "No data available": "사용 가능한 데이터가 없습니다",
240
243
  "Choose dates": "날짜 선택",
241
244
  "Date range not available": "날짜 범위를 사용할 수 없음",
242
245
  "Choose your date range": "날짜 범위 선택",
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;
@@ -222,6 +222,8 @@ exports.translations = {
222
222
  "All Filters": "Semua Penyaring",
223
223
  "Loading": "Memuatkan",
224
224
  "Select option": "Pilih pilihan",
225
+ "Value": "Nilai",
226
+ "Data": "Data",
225
227
  "Previous step": "Langkah sebelumnya",
226
228
  "Continue": "Teruskan",
227
229
  "Submit": "Serah",
@@ -229,6 +231,7 @@ exports.translations = {
229
231
  "Step {0} of {1}": "Langkah {0} daripada {1}",
230
232
  "Y-axis": "Paksi-Y",
231
233
  "X-axis": "Paksi X",
234
+ "No data available": "Tiada data tersedia",
232
235
  "Choose dates": "Pilih tarikh",
233
236
  "Date range not available": "Julat tarikh tidak tersedia",
234
237
  "Choose your date range": "Pilih julat tarikh anda",
@@ -219,6 +219,8 @@ export declare const translations: {
219
219
  "All Filters": string;
220
220
  Loading: string;
221
221
  "Select option": string;
222
+ Value: string;
223
+ Data: string;
222
224
  "Previous step": string;
223
225
  Continue: string;
224
226
  Submit: string;
@@ -226,6 +228,7 @@ export declare const translations: {
226
228
  "Step {0} of {1}": string;
227
229
  "Y-axis": string;
228
230
  "X-axis": string;
231
+ "No data available": string;
229
232
  "Choose dates": string;
230
233
  "Date range not available": string;
231
234
  "Choose your date range": string;