@geotab/zenith 3.11.0-beta.0 → 3.11.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 (239) hide show
  1. package/README.md +3 -26
  2. package/dist/calendar/calendar.js +4 -7
  3. package/dist/card/components/title.js +1 -4
  4. package/dist/card/components/titleLink.js +2 -5
  5. package/dist/chart/barChart/getDefaultOptions.d.ts +1 -2
  6. package/dist/chart/barChart/getDefaultOptions.js +2 -5
  7. package/dist/chart/barChart.js +4 -6
  8. package/dist/chart/lineChart/getDefaultOptions.d.ts +1 -2
  9. package/dist/chart/lineChart/getDefaultOptions.js +2 -5
  10. package/dist/chart/lineChart.js +2 -4
  11. package/dist/checkboxListWithAction/checkboxListWithAction.js +1 -4
  12. package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -4
  13. package/dist/commonStyles/pillStyles/pillContent.less +14 -13
  14. package/dist/commonStyles/pillStyles/pillStyles.less +5 -4
  15. package/dist/commonStyles/pillStyles/pillTextContent.less +2 -2
  16. package/dist/commonStyles/typography/typography.less +19 -579
  17. package/dist/controlledPopup/controlledPopup.d.ts +0 -1
  18. package/dist/controlledPopup/controlledPopup.js +1 -3
  19. package/dist/dataGrid/cell/cell.d.ts +1 -2
  20. package/dist/dataGrid/cell/cell.js +2 -2
  21. package/dist/dataGrid/dataGrid.js +4 -7
  22. package/dist/dataGrid/listColumn.d.ts +0 -2
  23. package/dist/dataGrid/row/row.d.ts +1 -2
  24. package/dist/dataGrid/row/row.js +9 -13
  25. package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +1 -2
  26. package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +0 -4
  27. package/dist/dateRangeInner/dateRangeInner.js +2 -5
  28. package/dist/dateRangeRaw/dateRangeRaw.js +2 -5
  29. package/dist/dateRangeRaw/utils/parseLabel.js +1 -1
  30. package/dist/dropdownRaw/dropdownRaw.js +6 -12
  31. package/dist/fileUpload/components/dropZoneContent.js +100 -100
  32. package/dist/fileUpload/fileUpload.js +100 -100
  33. package/dist/filters/components/filtersSearchList.js +1 -4
  34. package/dist/filtersBar/filtersContainer/filtersContainer.js +61 -62
  35. package/dist/formStepperButtons/formStepperButtons.js +1 -4
  36. package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +1 -4
  37. package/dist/groupsFilterRaw/groupsFilterInitialState.js +1 -4
  38. package/dist/header/headerBack.js +1 -4
  39. package/dist/icons/iconAlignLeft.js +3 -1
  40. package/dist/icons/iconAlignmentLeft.js +3 -1
  41. package/dist/icons/iconAlignmentRight.js +3 -1
  42. package/dist/icons/iconArrowBottomLeft.js +3 -1
  43. package/dist/icons/iconArrowBottomRight.js +3 -1
  44. package/dist/icons/iconArrowLeftPath.js +3 -1
  45. package/dist/icons/iconArrowRight.js +3 -1
  46. package/dist/icons/iconArrowRightCircle.js +3 -1
  47. package/dist/icons/iconArrowRightPath.js +3 -1
  48. package/dist/icons/iconArrowTopLeft.js +3 -1
  49. package/dist/icons/iconArrowTopRight.js +3 -1
  50. package/dist/icons/iconChevronDoubleRight.js +3 -1
  51. package/dist/icons/iconChevronRight.js +3 -1
  52. package/dist/icons/iconChevronRightSmall.js +3 -1
  53. package/dist/icons/iconCornerDownLeft.js +3 -1
  54. package/dist/icons/iconCornerDownRight.js +3 -1
  55. package/dist/icons/iconCornerLeftDown.js +3 -1
  56. package/dist/icons/iconCornerLeftUp.js +3 -1
  57. package/dist/icons/iconCornerRightDown.js +3 -1
  58. package/dist/icons/iconCornerRightUp.js +3 -1
  59. package/dist/icons/iconCornerUpLeft.js +3 -1
  60. package/dist/icons/iconCornerUpRight.js +3 -1
  61. package/dist/index.css +2920 -3245
  62. package/dist/index.d.ts +0 -1
  63. package/dist/index.js +1 -3
  64. package/dist/lineChartMini/lineChartMini.js +3 -15
  65. package/dist/list/itemData/itemDataInternal.js +1 -4
  66. package/dist/list/listItem/listItem.js +1 -4
  67. package/dist/menu/components/controlledMenuList/controlledMenuList.js +1 -4
  68. package/dist/menu/components/menuButton.js +1 -4
  69. package/dist/menu/utils/useMenuItemCore.js +3 -4
  70. package/dist/nav/navItem/navItem.js +1 -4
  71. package/dist/pagination/paginationArrow.js +3 -10
  72. package/dist/radioGroupRaw/radioGroupRaw.js +1 -2
  73. package/dist/rangeRaw/rangeRaw.js +1 -0
  74. package/dist/selectList/selectList.helpers.d.ts +1 -1
  75. package/dist/selectList/selectList.helpers.js +4 -29
  76. package/dist/selectList/selectList.js +1 -3
  77. package/dist/selectList/selectList.reducer.js +2 -1
  78. package/dist/selectList/selectListItem.js +1 -4
  79. package/dist/sortControl/sortControl.js +4 -59
  80. package/dist/table/children/useTableChildren.d.ts +1 -1
  81. package/dist/table/children/useTableChildren.js +3 -3
  82. package/dist/table/flexible/columnsList.js +2 -4
  83. package/dist/table/selectable/useSelectableRows.d.ts +0 -8
  84. package/dist/table/selectable/useSelectableRows.js +6 -14
  85. package/dist/table/table.js +7 -1
  86. package/dist/tabs/tabs.js +58 -60
  87. package/dist/tabs/tabsTestHelper.js +2 -2
  88. package/dist/timePickerRaw/timePickerRaw.js +1 -1
  89. package/dist/toggleButtonRaw/toggleButtonRaw.js +2 -5
  90. package/dist/utils/localization/translations/ar.json +1 -3
  91. package/dist/utils/localization/translations/cs.json +5 -9
  92. package/dist/utils/localization/translations/da-DK.json +5 -9
  93. package/dist/utils/localization/translations/de.json +5 -9
  94. package/dist/utils/localization/translations/en.json +1 -5
  95. package/dist/utils/localization/translations/es.json +5 -9
  96. package/dist/utils/localization/translations/fi-FI.json +5 -9
  97. package/dist/utils/localization/translations/fr-FR.json +5 -9
  98. package/dist/utils/localization/translations/fr.json +5 -9
  99. package/dist/utils/localization/translations/hu-HU.json +5 -9
  100. package/dist/utils/localization/translations/id.json +5 -9
  101. package/dist/utils/localization/translations/it.json +5 -9
  102. package/dist/utils/localization/translations/ja.json +5 -9
  103. package/dist/utils/localization/translations/ko-KR.json +5 -9
  104. package/dist/utils/localization/translations/ms.json +5 -9
  105. package/dist/utils/localization/translations/nb-NO.json +5 -9
  106. package/dist/utils/localization/translations/nl.json +5 -9
  107. package/dist/utils/localization/translations/pl.json +5 -9
  108. package/dist/utils/localization/translations/pt-BR.json +5 -9
  109. package/dist/utils/localization/translations/pt-PT.json +5 -9
  110. package/dist/utils/localization/translations/ro-RO.json +5 -9
  111. package/dist/utils/localization/translations/sk-SK.json +5 -9
  112. package/dist/utils/localization/translations/sv.json +5 -9
  113. package/dist/utils/localization/translations/th.json +5 -9
  114. package/dist/utils/localization/translations/tr.json +5 -9
  115. package/dist/utils/localization/translations/zh-Hans.json +5 -9
  116. package/dist/utils/localization/translations/zh-TW.json +5 -9
  117. package/dist/utils/positioningUtils/alignments.d.ts +2 -2
  118. package/dist/utils/positioningUtils/alignments.js +2 -2
  119. package/dist/utils/positioningUtils/calculatePosition.js +6 -4
  120. package/esm/calendar/calendar.js +4 -7
  121. package/esm/card/components/title.js +1 -4
  122. package/esm/card/components/titleLink.js +2 -5
  123. package/esm/chart/barChart/getDefaultOptions.d.ts +1 -2
  124. package/esm/chart/barChart/getDefaultOptions.js +2 -5
  125. package/esm/chart/barChart.js +4 -6
  126. package/esm/chart/lineChart/getDefaultOptions.d.ts +1 -2
  127. package/esm/chart/lineChart/getDefaultOptions.js +2 -5
  128. package/esm/chart/lineChart.js +2 -4
  129. package/esm/checkboxListWithAction/checkboxListWithAction.js +1 -4
  130. package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -4
  131. package/esm/controlledPopup/controlledPopup.d.ts +0 -1
  132. package/esm/controlledPopup/controlledPopup.js +1 -3
  133. package/esm/dataGrid/cell/cell.d.ts +1 -2
  134. package/esm/dataGrid/cell/cell.js +2 -2
  135. package/esm/dataGrid/dataGrid.js +4 -7
  136. package/esm/dataGrid/listColumn.d.ts +0 -2
  137. package/esm/dataGrid/row/row.d.ts +1 -2
  138. package/esm/dataGrid/row/row.js +9 -13
  139. package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +1 -2
  140. package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +0 -4
  141. package/esm/dateRangeInner/dateRangeInner.js +2 -5
  142. package/esm/dateRangeRaw/dateRangeRaw.js +2 -5
  143. package/esm/dateRangeRaw/utils/parseLabel.js +1 -1
  144. package/esm/dropdownRaw/dropdownRaw.js +6 -12
  145. package/esm/fileUpload/components/dropZoneContent.js +100 -100
  146. package/esm/fileUpload/fileUpload.js +100 -100
  147. package/esm/filters/components/filtersSearchList.js +1 -4
  148. package/esm/filtersBar/filtersContainer/filtersContainer.js +61 -62
  149. package/esm/formStepperButtons/formStepperButtons.js +1 -4
  150. package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +1 -4
  151. package/esm/groupsFilterRaw/groupsFilterInitialState.js +1 -4
  152. package/esm/header/headerBack.js +1 -4
  153. package/esm/icons/iconAlignLeft.js +3 -1
  154. package/esm/icons/iconAlignmentLeft.js +3 -1
  155. package/esm/icons/iconAlignmentRight.js +3 -1
  156. package/esm/icons/iconArrowBottomLeft.js +3 -1
  157. package/esm/icons/iconArrowBottomRight.js +3 -1
  158. package/esm/icons/iconArrowLeftPath.js +3 -1
  159. package/esm/icons/iconArrowRight.js +3 -1
  160. package/esm/icons/iconArrowRightCircle.js +3 -1
  161. package/esm/icons/iconArrowRightPath.js +3 -1
  162. package/esm/icons/iconArrowTopLeft.js +3 -1
  163. package/esm/icons/iconArrowTopRight.js +3 -1
  164. package/esm/icons/iconChevronDoubleRight.js +3 -1
  165. package/esm/icons/iconChevronRight.js +3 -1
  166. package/esm/icons/iconChevronRightSmall.js +3 -1
  167. package/esm/icons/iconCornerDownLeft.js +3 -1
  168. package/esm/icons/iconCornerDownRight.js +3 -1
  169. package/esm/icons/iconCornerLeftDown.js +3 -1
  170. package/esm/icons/iconCornerLeftUp.js +3 -1
  171. package/esm/icons/iconCornerRightDown.js +3 -1
  172. package/esm/icons/iconCornerRightUp.js +3 -1
  173. package/esm/icons/iconCornerUpLeft.js +3 -1
  174. package/esm/icons/iconCornerUpRight.js +3 -1
  175. package/esm/index.d.ts +0 -1
  176. package/esm/index.js +0 -1
  177. package/esm/lineChartMini/lineChartMini.js +3 -15
  178. package/esm/list/itemData/itemDataInternal.js +1 -4
  179. package/esm/list/listItem/listItem.js +1 -4
  180. package/esm/menu/components/controlledMenuList/controlledMenuList.js +1 -4
  181. package/esm/menu/components/menuButton.js +1 -4
  182. package/esm/menu/utils/useMenuItemCore.js +3 -4
  183. package/esm/nav/navItem/navItem.js +1 -4
  184. package/esm/pagination/paginationArrow.js +3 -10
  185. package/esm/radioGroupRaw/radioGroupRaw.js +1 -2
  186. package/esm/rangeRaw/rangeRaw.js +1 -0
  187. package/esm/selectList/selectList.helpers.d.ts +1 -1
  188. package/esm/selectList/selectList.helpers.js +4 -29
  189. package/esm/selectList/selectList.js +1 -3
  190. package/esm/selectList/selectList.reducer.js +2 -1
  191. package/esm/selectList/selectListItem.js +1 -4
  192. package/esm/sortControl/sortControl.js +4 -59
  193. package/esm/table/children/useTableChildren.d.ts +1 -1
  194. package/esm/table/children/useTableChildren.js +3 -3
  195. package/esm/table/flexible/columnsList.js +2 -4
  196. package/esm/table/selectable/useSelectableRows.d.ts +0 -8
  197. package/esm/table/selectable/useSelectableRows.js +6 -14
  198. package/esm/table/table.js +7 -1
  199. package/esm/tabs/tabs.js +58 -60
  200. package/esm/tabs/tabsTestHelper.js +2 -2
  201. package/esm/timePickerRaw/timePickerRaw.js +1 -1
  202. package/esm/toggleButtonRaw/toggleButtonRaw.js +2 -5
  203. package/esm/utils/localization/translations/ar.json +1 -3
  204. package/esm/utils/localization/translations/cs.json +5 -9
  205. package/esm/utils/localization/translations/da-DK.json +5 -9
  206. package/esm/utils/localization/translations/de.json +5 -9
  207. package/esm/utils/localization/translations/en.json +1 -5
  208. package/esm/utils/localization/translations/es.json +5 -9
  209. package/esm/utils/localization/translations/fi-FI.json +5 -9
  210. package/esm/utils/localization/translations/fr-FR.json +5 -9
  211. package/esm/utils/localization/translations/fr.json +5 -9
  212. package/esm/utils/localization/translations/hu-HU.json +5 -9
  213. package/esm/utils/localization/translations/id.json +5 -9
  214. package/esm/utils/localization/translations/it.json +5 -9
  215. package/esm/utils/localization/translations/ja.json +5 -9
  216. package/esm/utils/localization/translations/ko-KR.json +5 -9
  217. package/esm/utils/localization/translations/ms.json +5 -9
  218. package/esm/utils/localization/translations/nb-NO.json +5 -9
  219. package/esm/utils/localization/translations/nl.json +5 -9
  220. package/esm/utils/localization/translations/pl.json +5 -9
  221. package/esm/utils/localization/translations/pt-BR.json +5 -9
  222. package/esm/utils/localization/translations/pt-PT.json +5 -9
  223. package/esm/utils/localization/translations/ro-RO.json +5 -9
  224. package/esm/utils/localization/translations/sk-SK.json +5 -9
  225. package/esm/utils/localization/translations/sv.json +5 -9
  226. package/esm/utils/localization/translations/th.json +5 -9
  227. package/esm/utils/localization/translations/tr.json +5 -9
  228. package/esm/utils/localization/translations/zh-Hans.json +5 -9
  229. package/esm/utils/localization/translations/zh-TW.json +5 -9
  230. package/esm/utils/positioningUtils/alignments.d.ts +2 -2
  231. package/esm/utils/positioningUtils/alignments.js +2 -2
  232. package/esm/utils/positioningUtils/calculatePosition.js +6 -4
  233. package/package.json +122 -123
  234. package/dist/utils/localization/useDirectionalIcon.d.ts +0 -3
  235. package/dist/utils/localization/useDirectionalIcon.js +0 -9
  236. package/esm/testHelpers/mockAbsoluteAlignment.d.ts +0 -1
  237. package/esm/testHelpers/mockAbsoluteAlignment.js +0 -10
  238. package/esm/utils/localization/useDirectionalIcon.d.ts +0 -3
  239. package/esm/utils/localization/useDirectionalIcon.js +0 -5
@@ -179,16 +179,8 @@ export const useSelectableRows = (columns, entities, isMobile, selectMode, setSe
179
179
  return translate("Deselect all");
180
180
  }, [selectable, selectableState, state, translate]);
181
181
  const isEntityChecked = useCallback((entity, isNested) => isRowChecked(selections, state, selectable === null || selectable === void 0 ? void 0 : selectable.strategy, entity, isNested), [selections, state, selectable === null || selectable === void 0 ? void 0 : selectable.strategy]);
182
- const hasSelectable = !!selectable;
183
- const selectableCheckboxSelectsCurrentPage = selectable === null || selectable === void 0 ? void 0 : selectable.checkboxSelectsCurrentPage;
184
- const selectableTurnOffSelectAll = selectable === null || selectable === void 0 ? void 0 : selectable.turnOffSelectAll;
185
- const selectableCheckboxInHeader = selectable === null || selectable === void 0 ? void 0 : selectable.checkboxInHeader;
186
- const selectableSelectionLimit = selectable === null || selectable === void 0 ? void 0 : selectable.selectionLimit;
187
- const selectableHeader = selectable === null || selectable === void 0 ? void 0 : selectable.header;
188
- const checkboxEmitsCurrentPage = selectableCheckboxSelectsCurrentPage !== null && selectableCheckboxSelectsCurrentPage !== void 0 ? selectableCheckboxSelectsCurrentPage : selectableTurnOffSelectAll;
189
- const checkboxInHeaderValue = selectableCheckboxInHeader !== undefined ? selectableCheckboxInHeader : selectableSelectionLimit !== undefined ? false : undefined;
190
182
  const wrapper = useMemo(() => {
191
- if (!hasSelectable) {
183
+ if (!selectable) {
192
184
  return null;
193
185
  }
194
186
  return {
@@ -232,7 +224,7 @@ export const useSelectableRows = (columns, entities, isMobile, selectMode, setSe
232
224
  onChange: newValue => {
233
225
  var _a, _b;
234
226
  if (newValue) {
235
- const newState = checkboxEmitsCurrentPage ? SelectionState.CurrentPage : SelectionState.All;
227
+ const newState = selectable.turnOffSelectAll ? SelectionState.CurrentPage : SelectionState.All;
236
228
  setState(newState);
237
229
  onChangeSelectionState(newState);
238
230
  } else {
@@ -250,18 +242,18 @@ export const useSelectableRows = (columns, entities, isMobile, selectMode, setSe
250
242
  }
251
243
  },
252
244
  calculateSelectionState: () => selectableState,
253
- checkboxInHeader: checkboxInHeaderValue,
254
- header: selectableHeader,
245
+ checkboxInHeader: selectable.checkboxInHeader !== undefined ? selectable.checkboxInHeader : selectable.selectionLimit !== undefined ? false : undefined,
246
+ header: selectable.header,
255
247
  onSelect: newState => {
256
248
  setState(newState);
257
249
  onChangeSelectionState(newState);
258
250
  },
259
- turnOffSelectAll: selectableTurnOffSelectAll
251
+ turnOffSelectAll: selectable.turnOffSelectAll
260
252
  });
261
253
  return cell;
262
254
  }
263
255
  };
264
- }, [checkboxDisabled, checkboxTitle, checkboxVisible, headerTitle, onChangeSelectionState, onSelectListener, hasSelectable, checkboxEmitsCurrentPage, checkboxInHeaderValue, selectableHeader, selectableTurnOffSelectAll, selectable, selectableState, state, isMobile, checkboxPlaceholder, isEntityChecked, entities, setSelectMode]);
256
+ }, [checkboxDisabled, checkboxTitle, checkboxVisible, headerTitle, onChangeSelectionState, onSelectListener, selectable, selectableState, state, isMobile, checkboxPlaceholder, isEntityChecked, entities, setSelectMode]);
265
257
  const selectableFeedWrapper = useCallback((primaryData, secondaryData, entity, isNested) => {
266
258
  // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
267
259
  if (!entity) {
@@ -177,6 +177,12 @@ const TableInner = ({
177
177
  selected: []
178
178
  });
179
179
  }, [selectable]);
180
+ const selectAll = useCallback(() => {
181
+ selectable === null || selectable === void 0 ? void 0 : selectable.onSelect({
182
+ all: true,
183
+ selected: []
184
+ });
185
+ }, [selectable]);
180
186
  const [activeIdInternal, setActiveInternal] = useState(undefined);
181
187
  const activeId = active !== undefined ? active : activeIdInternal;
182
188
  const onClickInternal = useCallback(id => setActiveInternal(id === activeIdInternal ? undefined : id), [activeIdInternal, setActiveInternal]);
@@ -193,7 +199,7 @@ const TableInner = ({
193
199
  detailPanel,
194
200
  footer,
195
201
  other
196
- } = useTableChildren(children, isMobile, selectionQty, ((_c = selectable === null || selectable === void 0 ? void 0 : selectable.selection) === null || _c === void 0 ? void 0 : _c.all) || false, clearSelection, activeId, gridRef, onCloseDetailPanel);
202
+ } = useTableChildren(children, isMobile, selectionQty, ((_c = selectable === null || selectable === void 0 ? void 0 : selectable.selection) === null || _c === void 0 ? void 0 : _c.all) || false, clearSelection, selectAll, selectable === null || selectable === void 0 ? void 0 : selectable.turnOffSelectAll, activeId, gridRef, onCloseDetailPanel);
197
203
  const hasDetailPanel = !!detailPanel;
198
204
  const shouldEnableRowClick = hasDetailPanel || !!onClick;
199
205
  const activeIdForRow = shouldEnableRowClick ? activeId : undefined;
package/esm/tabs/tabs.js CHANGED
@@ -6,65 +6,65 @@ import { useDriveClassName } from "../utils/theme/useDriveClassName";
6
6
  import { useLanguage } from "../utils/localization/useLanguage";
7
7
  import { TabItem } from "./tabItem/tabItem";
8
8
  import { IconChevronRight } from "../icons/iconChevronRight";
9
- import { IconChevronLeft } from "../icons/iconChevronLeft";
10
- import { useDirectionalIcon } from "../utils/localization/useDirectionalIcon";
11
9
  import { ButtonIconPosition, TextIconButton } from "../textIconButton/textIconButton";
12
10
  import { tabsKeyboardHandler, tabsKeyboardTabHandler } from "../commonHelpers/tabsKeyboard";
13
11
  import { useMobileClassName } from "../utils/theme/useMobileClassName";
14
12
  import "../utils/globalThisPolyfill";
15
13
  import { zen } from "../utils/zen";
16
- injectString("cs", "Scroll to start", "P\u0159ej\xEDt na za\u010D\xE1tek");
17
- injectString("da-DK", "Scroll to start", "Rul til start");
18
- injectString("de", "Scroll to start", "Zum Start scrollen");
19
- injectString("en", "Scroll to start", "Scroll to start");
20
- injectString("es", "Scroll to start", "Desplazarse al inicio");
21
- injectString("fi-FI", "Scroll to start", "Vierit\xE4 alkuun");
22
- injectString("fr", "Scroll to start", "D\xE9filement au d\xE9but");
23
- injectString("fr-FR", "Scroll to start", "Faites d\xE9filer pour d\xE9marrer");
24
- injectString("hu-HU", "Scroll to start", "G\xF6rget\xE9s az elej\xE9re");
25
- injectString("id", "Scroll to start", "Gulirkan untuk memulai");
26
- injectString("it", "Scroll to start", "Scorrere fino all'inizio");
27
- injectString("ja", "Scroll to start", "\u4E00\u756A\u4E0A\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
28
- injectString("ko-KR", "Scroll to start", "\uC2DC\uC791 \uC704\uCE58\uB85C \uC2A4\uD06C\uB864");
29
- injectString("ms", "Scroll to start", "Tatal ke permulaan");
30
- injectString("nb-NO", "Scroll to start", "Rull til start");
31
- injectString("nl", "Scroll to start", "Scroll to start");
32
- injectString("pl", "Scroll to start", "Przewi\u0144 do pocz\u0105tku");
33
- injectString("pt-BR", "Scroll to start", "Scroll to start");
34
- injectString("pt-PT", "Scroll to start", "Scroll to start");
35
- injectString("sk-SK", "Scroll to start", "Posun\xFA\u0165 na za\u010Diatok");
36
- injectString("sv", "Scroll to start", "Scroll to start");
37
- injectString("th", "Scroll to start", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E08\u0E38\u0E14\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19");
38
- injectString("tr", "Scroll to start", "Ba\u015Flang\u0131ca kayd\u0131r");
39
- injectString("zh-Hans", "Scroll to start", "\u6EDA\u52A8\u81F3\u5F00\u5934");
40
- injectString("zh-TW", "Scroll to start", "\u6372\u52D5\u81F3\u958B\u59CB\u8655");
41
- injectString("ro-RO", "Scroll to start", "Derulare la \xEEnceput");
42
- injectString("cs", "Scroll to end", "P\u0159ej\xEDt na konec");
43
- injectString("da-DK", "Scroll to end", "Rul til slutning");
44
- injectString("de", "Scroll to end", "Zum Ende scrollen");
45
- injectString("en", "Scroll to end", "Scroll to end");
46
- injectString("es", "Scroll to end", "Desplazarse al final");
47
- injectString("fi-FI", "Scroll to end", "Vierit\xE4 loppuun");
48
- injectString("fr", "Scroll to end", "D\xE9filement \xE0 la fin");
49
- injectString("fr-FR", "Scroll to end", "Faites d\xE9filer jusqu\u2019\xE0 la fin");
50
- injectString("hu-HU", "Scroll to end", "G\xF6rget\xE9s a v\xE9g\xE9re");
51
- injectString("id", "Scroll to end", "Gulirkan ke akhir");
52
- injectString("it", "Scroll to end", "Scorrere fino alla fine");
53
- injectString("ja", "Scroll to end", "\u4E00\u756A\u4E0B\u307E\u3067\u30B9\u30AF\u30ED\u30FC\u30EB");
54
- injectString("ko-KR", "Scroll to end", "\uB9C8\uC9C0\uB9C9 \uC704\uCE58\uB85C \uC2A4\uD06C\uB864");
55
- injectString("ms", "Scroll to end", "Tatal ke penghujung");
56
- injectString("nb-NO", "Scroll to end", "Rull til slutt");
57
- injectString("nl", "Scroll to end", "Scroll to end");
58
- injectString("pl", "Scroll to end", "Przewi\u0144 do ko\u0144ca");
59
- injectString("pt-BR", "Scroll to end", "Scroll to end");
60
- injectString("pt-PT", "Scroll to end", "Scroll to end");
61
- injectString("sk-SK", "Scroll to end", "Posun\xFA\u0165 na koniec");
62
- injectString("sv", "Scroll to end", "Scroll to end");
63
- injectString("th", "Scroll to end", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E35\u0E48\u0E08\u0E38\u0E14\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14");
64
- injectString("tr", "Scroll to end", "Sona kayd\u0131r");
65
- injectString("zh-Hans", "Scroll to end", "\u6EDA\u52A8\u81F3\u672B\u5C3E");
66
- injectString("zh-TW", "Scroll to end", "\u6372\u52D5\u81F3\u7D50\u5C3E\u8655");
67
- injectString("ro-RO", "Scroll to end", "Derulare la sf\xE2r\u0219it");
14
+ injectString("cs", "Scroll left", "P\u0159ej\xEDt doleva");
15
+ injectString("da-DK", "Scroll left", "Rul til venstre");
16
+ injectString("de", "Scroll left", "Nach links scrollen");
17
+ injectString("en", "Scroll left", "Scroll left");
18
+ injectString("es", "Scroll left", "Desplazarse a la izquierda");
19
+ injectString("fi-FI", "Scroll left", "Selaa vasemmalle");
20
+ injectString("fr", "Scroll left", "D\xE9filer vers la gauche");
21
+ injectString("fr-FR", "Scroll left", "Faire d\xE9filer vers la gauche");
22
+ injectString("hu-HU", "Scroll left", "Lapozz balra.");
23
+ injectString("id", "Scroll left", "Gulir ke kiri");
24
+ injectString("it", "Scroll left", "Scorrere verso sinistra");
25
+ injectString("ja", "Scroll left", "\u5DE6\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
26
+ injectString("ko-KR", "Scroll left", "\uC67C\uCABD\uC73C\uB85C \uC2A4\uD06C\uB864");
27
+ injectString("ms", "Scroll left", "Skrol ke kiri");
28
+ injectString("nb-NO", "Scroll left", "Rull til venstre");
29
+ injectString("nl", "Scroll left", "Blader naar links");
30
+ injectString("pl", "Scroll left", "Przewi\u0144 w lewo");
31
+ injectString("pt-BR", "Scroll left", "Rolar para a esquerda");
32
+ injectString("pt-PT", "Scroll left", "Deslizar para a esquerda");
33
+ injectString("sk-SK", "Scroll left", "Posu\u0148 do\u013Eava");
34
+ injectString("sv", "Scroll left", "Bl\xE4ddra \xE5t v\xE4nster");
35
+ injectString("th", "Scroll left", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E32\u0E07\u0E0B\u0E49\u0E32\u0E22");
36
+ injectString("tr", "Scroll left", "Sola kayd\u0131r");
37
+ injectString("zh-Hans", "Scroll left", "\u5411\u5DE6\u6EDA\u52A8");
38
+ injectString("zh-TW", "Scroll left", "\u5411\u5DE6\u6372\u52D5");
39
+ injectString("ro-RO", "Scroll left", "Derula\u021Bi la st\xE2nga");
40
+ injectString("ar-SA", "Scroll left", "\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0633\u0627\u0631");
41
+ injectString("cs", "Scroll right", "P\u0159ej\xEDt doprava");
42
+ injectString("da-DK", "Scroll right", "Rul til h\xF8jre");
43
+ injectString("de", "Scroll right", "Nach rechts scrollen");
44
+ injectString("en", "Scroll right", "Scroll right");
45
+ injectString("es", "Scroll right", "Desplazarse a la derecha");
46
+ injectString("fi-FI", "Scroll right", "Selaa oikealle");
47
+ injectString("fr", "Scroll right", "D\xE9filer vers la droite");
48
+ injectString("fr-FR", "Scroll right", "Faire d\xE9filer vers la droite");
49
+ injectString("hu-HU", "Scroll right", "Lapozz jobbra.");
50
+ injectString("id", "Scroll right", "Gulir ke kanan");
51
+ injectString("it", "Scroll right", "Scorrere verso destra");
52
+ injectString("ja", "Scroll right", "\u53F3\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
53
+ injectString("ko-KR", "Scroll right", "\uC624\uB978\uCABD\uC73C\uB85C \uC2A4\uD06C\uB864");
54
+ injectString("ms", "Scroll right", "Skrol ke kanan");
55
+ injectString("nb-NO", "Scroll right", "Rull til h\xF8yre");
56
+ injectString("nl", "Scroll right", "Blader naar rechts");
57
+ injectString("pl", "Scroll right", "Przewi\u0144 w prawo");
58
+ injectString("pt-BR", "Scroll right", "Rolar para a direita");
59
+ injectString("pt-PT", "Scroll right", "Deslizar para a direita");
60
+ injectString("sk-SK", "Scroll right", "Posu\u0148 doprava");
61
+ injectString("sv", "Scroll right", "Bl\xE4ddra \xE5t h\xF6ger");
62
+ injectString("th", "Scroll right", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E32\u0E07\u0E02\u0E27\u0E32");
63
+ injectString("tr", "Scroll right", "Sa\u011Fa Kayd\u0131r");
64
+ injectString("zh-Hans", "Scroll right", "\u5411\u53F3\u6EDA\u52A8");
65
+ injectString("zh-TW", "Scroll right", "\u5411\u53F3\u6372\u52D5");
66
+ injectString("ro-RO", "Scroll right", "Derula\u021Bi la dreapta");
67
+ injectString("ar-SA", "Scroll right", "\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646");
68
68
  export const TabsDisplayName = "Tabs";
69
69
  const getScrollButtonType = element => {
70
70
  const scrollLeft = element.scrollLeft;
@@ -93,8 +93,6 @@ export const Tabs = ({
93
93
  const {
94
94
  translate
95
95
  } = useLanguage();
96
- const ScrollStartIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
97
- const ScrollEndIcon = useDirectionalIcon(IconChevronRight, IconChevronLeft);
98
96
  const driveClassNameScroller = useDriveClassName("zen-tabs__scroller");
99
97
  const mobileClassNameScroller = useMobileClassName("zen-tabs__scroller");
100
98
  const driveClassNameGradient = useDriveClassName("zen-tabs__gradient");
@@ -212,9 +210,9 @@ export const Tabs = ({
212
210
  children: [_jsx("div", {
213
211
  className: classNames(["zen-tabs__gradient", driveClassNameGradient || mobileClassNameGradient || "", "zen-tabs__gradient--left"])
214
212
  }), _jsx(TextIconButton, {
215
- title: translate("Scroll to start"),
213
+ title: translate("Scroll left"),
216
214
  className: classNames(["zen-tabs__scroller", driveClassNameScroller || mobileClassNameScroller || "", "zen-tabs__start"]),
217
- icon: ScrollStartIcon,
215
+ icon: IconChevronRight,
218
216
  type: "tertiary",
219
217
  iconPosition: ButtonIconPosition.Start,
220
218
  onClick: handleScrollButtonClick(scrollableRef.current, -scrollableStep),
@@ -245,9 +243,9 @@ export const Tabs = ({
245
243
  children: [_jsx("div", {
246
244
  className: classNames(["zen-tabs__gradient", driveClassNameGradient || mobileClassNameGradient || "", "zen-tabs__gradient--right"])
247
245
  }), _jsx(TextIconButton, {
248
- title: translate("Scroll to end"),
246
+ title: translate("Scroll right"),
249
247
  className: classNames(["zen-tabs__scroller", driveClassNameScroller || mobileClassNameScroller || "", "zen-tabs__end"]),
250
- icon: ScrollEndIcon,
248
+ icon: IconChevronRight,
251
249
  type: "tertiary",
252
250
  onClick: handleScrollButtonClick(scrollableRef.current, scrollableStep),
253
251
  iconPosition: ButtonIconPosition.End
@@ -1,6 +1,6 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
- export const getLeftArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll to start']");
3
- export const getRightArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll to end']");
2
+ export const getLeftArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll left']");
3
+ export const getRightArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll right']");
4
4
  export const tabsData = [
5
5
  { id: "id1", name: "Tab Text 1", content: _jsx("div", { children: "Tab content1" }) },
6
6
  { id: "id2", name: "Tab Text 2", content: _jsx("div", { children: "Tab content2" }) },
@@ -267,7 +267,7 @@ export const TimePickerRaw = props => {
267
267
  }
268
268
  }, [hourValue, isOpen, minutesValue]);
269
269
  const triggerClassName = classNames(["zen-time-picker__trigger", fullWidth ? "zen-time-picker__trigger--full-width" : "", isError ? "zen-time-picker__trigger--error" : "", className || ""]);
270
- const shownValue = `${hourValue || "00"}:${minutesValue || "00"}`;
270
+ const shownValue = `${hourValue || "24"}:${minutesValue || "00"}`;
271
271
  if (isReadOnly) {
272
272
  return _jsx(ReviewTextControl, {
273
273
  value: shownValue
@@ -102,8 +102,6 @@ export const ToggleButtonRaw = props => {
102
102
  }
103
103
  return _jsxs("div", {
104
104
  className: classNames(["zen-toggler", driveClassesToggler || "", className || ""]),
105
- role: "group",
106
- "aria-label": title,
107
105
  "data-analytics-id": dataAnalyticsId,
108
106
  children: [_jsx(TriStateCheckbox, {
109
107
  name: name,
@@ -112,15 +110,14 @@ export const ToggleButtonRaw = props => {
112
110
  onChange: onChangeHandler,
113
111
  checked: value,
114
112
  disabled: disabled,
115
- role: "switch",
116
- "aria-label": title
113
+ role: "switch"
117
114
  }), _jsxs("label", {
118
115
  className: classNames(["zen-toggler__label", isReverted ? "zen-toggler__label--reverted" : ""]),
119
116
  htmlFor: checkBoxId,
120
117
  title: title,
118
+ "aria-label": title,
121
119
  children: [_jsxs("div", {
122
120
  className: classNames(["zen-toggler-component", driveClassesComponent || ""]),
123
- "aria-hidden": "true",
124
121
  children: [_jsx("div", {
125
122
  className: "zen-toggler-component__focus"
126
123
  }), _jsx("div", {
@@ -323,7 +323,5 @@
323
323
  "Supported Formats:": "الصيغ المدعومة:",
324
324
  "Upload files.": "رفع الملفات.",
325
325
  "File upload area": "منطقة رفع الملفات",
326
- "Uploaded": "تم الرفع",
327
- "Ascending": "تصاعدي",
328
- "Descending": "تنازلي"
326
+ "Uploaded": "تم الرفع"
329
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Přetáhněte soubory nebo",
321
- "Browse": "Procházet",
322
- "Tap to add files": "Klepnutím přidejte soubory",
323
- "Supported Formats:": "Podporované formáty:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Vzestupně",
328
- "Descending": "Sestupně",
329
- "Scroll to start": "Přejít na začátek",
330
- "Scroll to end": "Přejít na konec"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Træk og slip filer eller",
321
- "Browse": "Gennemse",
322
- "Tap to add files": "Tryk for at tilføje filer",
323
- "Supported Formats:": "Understøttede formater:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Stigende",
328
- "Descending": "Faldende",
329
- "Scroll to start": "Rul til start",
330
- "Scroll to end": "Rul til slutning"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Dateien hierher ziehen oder",
321
- "Browse": "Durchsuchen",
322
- "Tap to add files": "Tippen, um Dateien hinzuzufügen",
323
- "Supported Formats:": "Unterstützte Formate:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Aufsteigend",
328
- "Descending": "Absteigend",
329
- "Scroll to start": "Zum Start scrollen",
330
- "Scroll to end": "Zum Ende scrollen"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -62,8 +62,6 @@
62
62
  "Search": "Search",
63
63
  "Scroll left": "Scroll left",
64
64
  "Scroll right": "Scroll right",
65
- "Scroll to start": "Scroll to start",
66
- "Scroll to end": "Scroll to end",
67
65
  "Organization groups filter": "Organization groups filter",
68
66
  "Home": "Home",
69
67
  "Built-in Groups": "Built-in Groups",
@@ -330,7 +328,5 @@
330
328
  "File upload area": "File upload area",
331
329
  "Uploaded": "Uploaded",
332
330
  "Sort by Ascending": "Sort by Ascending",
333
- "Sort by Descending": "Sort by Descending",
334
- "Ascending": "Ascending",
335
- "Descending": "Descending"
331
+ "Sort by Descending": "Sort by Descending"
336
332
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Arrastrar y soltar archivos o",
321
- "Browse": "Explorar",
322
- "Tap to add files": "Toca para agregar archivos",
323
- "Supported Formats:": "Formatos compatibles:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Ascendente",
328
- "Descending": "Descendente",
329
- "Scroll to start": "Desplazarse al inicio",
330
- "Scroll to end": "Desplazarse al final"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Vedä ja pudota tiedostoja tai",
321
- "Browse": "Selaa",
322
- "Tap to add files": "Lisää tiedostoja napauttamalla",
323
- "Supported Formats:": "Tuetut muodot:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Nouseva",
328
- "Descending": "Laskeva",
329
- "Scroll to start": "Vieritä alkuun",
330
- "Scroll to end": "Vieritä loppuun"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Glisser-déposer des fichiers ou",
321
- "Browse": "Parcourir",
322
- "Tap to add files": "Appuyez pour ajouter des fichiers",
323
- "Supported Formats:": "Formats pris en charge :",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Croissant",
328
- "Descending": "Descendant",
329
- "Scroll to start": "Faites défiler pour démarrer",
330
- "Scroll to end": "Faites défiler jusqu’à la fin"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Glisser-déposer des fichiers ou",
321
- "Browse": "Parcourir",
322
- "Tap to add files": "Appuyez pour ajouter des fichiers",
323
- "Supported Formats:": "Formats pris en charge :",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Croissant",
328
- "Descending": "Décroissant",
329
- "Scroll to start": "Défilement au début",
330
- "Scroll to end": "Défilement à la fin"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Húzza ide a fájlokat, vagy",
321
- "Browse": "Tallózás",
322
- "Tap to add files": "Fájlok hozzáadásához koppintson",
323
- "Supported Formats:": "Támogatott formátumok:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Növekvő",
328
- "Descending": "Csökkenő",
329
- "Scroll to start": "Görgetés az elejére",
330
- "Scroll to end": "Görgetés a végére"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Seret & lepas file atau",
321
- "Browse": "Jelajahi",
322
- "Tap to add files": "Ketuk untuk menambahkan file",
323
- "Supported Formats:": "Format yang Didukung:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Naik",
328
- "Descending": "Menurun",
329
- "Scroll to start": "Gulirkan untuk memulai",
330
- "Scroll to end": "Gulirkan ke akhir"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Trascina e rilascia i file o",
321
- "Browse": "Sfoglia",
322
- "Tap to add files": "Tocca per aggiungere file",
323
- "Supported Formats:": "Formati supportati:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Crescente",
328
- "Descending": "Decrescente",
329
- "Scroll to start": "Scorrere fino all'inizio",
330
- "Scroll to end": "Scorrere fino alla fine"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "ファイルをドラッグ&ドロップするか、",
321
- "Browse": "参照",
322
- "Tap to add files": "タップしてファイルを追加",
323
- "Supported Formats:": "対応フォーマット:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "昇順",
328
- "Descending": "降順",
329
- "Scroll to start": "一番上にスクロール",
330
- "Scroll to end": "一番下までスクロール"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "파일을 드래그 드롭하거나",
321
- "Browse": "찾아보기",
322
- "Tap to add files": "탭하여 파일 추가",
323
- "Supported Formats:": "지원되는 형식:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "오름차순",
328
- "Descending": "내림차순",
329
- "Scroll to start": "시작 위치로 스크롤",
330
- "Scroll to end": "마지막 위치로 스크롤"
326
+ "Uploaded": "Uploaded"
331
327
  }
@@ -317,15 +317,11 @@
317
317
  "Exit full screen table view": "Exit full screen table view",
318
318
  "Close search": "Close search",
319
319
  "Has additional actions. Use right arrow to access button, left arrow to return.": "Has additional actions. Use right arrow to access button, left arrow to return.",
320
- "Drag & drop files or": "Seret & lepas fail atau",
321
- "Browse": "Semak Imbas",
322
- "Tap to add files": "Ketik untuk menambah fail",
323
- "Supported Formats:": "Format yang Disokong:",
320
+ "Drag & drop files or": "Drag & drop files or",
321
+ "Browse": "Browse",
322
+ "Tap to add files": "Tap to add files",
323
+ "Supported Formats:": "Supported Formats:",
324
324
  "Upload files.": "Upload files.",
325
325
  "File upload area": "File upload area",
326
- "Uploaded": "Uploaded",
327
- "Ascending": "Menaik",
328
- "Descending": "Menurun",
329
- "Scroll to start": "Tatal ke permulaan",
330
- "Scroll to end": "Tatal ke penghujung"
326
+ "Uploaded": "Uploaded"
331
327
  }