@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.
- package/README.md +3 -26
- package/dist/calendar/calendar.js +4 -7
- package/dist/card/components/title.js +1 -4
- package/dist/card/components/titleLink.js +2 -5
- package/dist/chart/barChart/getDefaultOptions.d.ts +1 -2
- package/dist/chart/barChart/getDefaultOptions.js +2 -5
- package/dist/chart/barChart.js +4 -6
- package/dist/chart/lineChart/getDefaultOptions.d.ts +1 -2
- package/dist/chart/lineChart/getDefaultOptions.js +2 -5
- package/dist/chart/lineChart.js +2 -4
- package/dist/checkboxListWithAction/checkboxListWithAction.js +1 -4
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -4
- package/dist/commonStyles/pillStyles/pillContent.less +14 -13
- package/dist/commonStyles/pillStyles/pillStyles.less +5 -4
- package/dist/commonStyles/pillStyles/pillTextContent.less +2 -2
- package/dist/commonStyles/typography/typography.less +19 -579
- package/dist/controlledPopup/controlledPopup.d.ts +0 -1
- package/dist/controlledPopup/controlledPopup.js +1 -3
- package/dist/dataGrid/cell/cell.d.ts +1 -2
- package/dist/dataGrid/cell/cell.js +2 -2
- package/dist/dataGrid/dataGrid.js +4 -7
- package/dist/dataGrid/listColumn.d.ts +0 -2
- package/dist/dataGrid/row/row.d.ts +1 -2
- package/dist/dataGrid/row/row.js +9 -13
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +1 -2
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +0 -4
- package/dist/dateRangeInner/dateRangeInner.js +2 -5
- package/dist/dateRangeRaw/dateRangeRaw.js +2 -5
- package/dist/dateRangeRaw/utils/parseLabel.js +1 -1
- package/dist/dropdownRaw/dropdownRaw.js +6 -12
- package/dist/fileUpload/components/dropZoneContent.js +100 -100
- package/dist/fileUpload/fileUpload.js +100 -100
- package/dist/filters/components/filtersSearchList.js +1 -4
- package/dist/filtersBar/filtersContainer/filtersContainer.js +61 -62
- package/dist/formStepperButtons/formStepperButtons.js +1 -4
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +1 -4
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +1 -4
- package/dist/header/headerBack.js +1 -4
- package/dist/icons/iconAlignLeft.js +3 -1
- package/dist/icons/iconAlignmentLeft.js +3 -1
- package/dist/icons/iconAlignmentRight.js +3 -1
- package/dist/icons/iconArrowBottomLeft.js +3 -1
- package/dist/icons/iconArrowBottomRight.js +3 -1
- package/dist/icons/iconArrowLeftPath.js +3 -1
- package/dist/icons/iconArrowRight.js +3 -1
- package/dist/icons/iconArrowRightCircle.js +3 -1
- package/dist/icons/iconArrowRightPath.js +3 -1
- package/dist/icons/iconArrowTopLeft.js +3 -1
- package/dist/icons/iconArrowTopRight.js +3 -1
- package/dist/icons/iconChevronDoubleRight.js +3 -1
- package/dist/icons/iconChevronRight.js +3 -1
- package/dist/icons/iconChevronRightSmall.js +3 -1
- package/dist/icons/iconCornerDownLeft.js +3 -1
- package/dist/icons/iconCornerDownRight.js +3 -1
- package/dist/icons/iconCornerLeftDown.js +3 -1
- package/dist/icons/iconCornerLeftUp.js +3 -1
- package/dist/icons/iconCornerRightDown.js +3 -1
- package/dist/icons/iconCornerRightUp.js +3 -1
- package/dist/icons/iconCornerUpLeft.js +3 -1
- package/dist/icons/iconCornerUpRight.js +3 -1
- package/dist/index.css +2920 -3245
- package/dist/index.d.ts +0 -1
- package/dist/index.js +1 -3
- package/dist/lineChartMini/lineChartMini.js +3 -15
- package/dist/list/itemData/itemDataInternal.js +1 -4
- package/dist/list/listItem/listItem.js +1 -4
- package/dist/menu/components/controlledMenuList/controlledMenuList.js +1 -4
- package/dist/menu/components/menuButton.js +1 -4
- package/dist/menu/utils/useMenuItemCore.js +3 -4
- package/dist/nav/navItem/navItem.js +1 -4
- package/dist/pagination/paginationArrow.js +3 -10
- package/dist/radioGroupRaw/radioGroupRaw.js +1 -2
- package/dist/rangeRaw/rangeRaw.js +1 -0
- package/dist/selectList/selectList.helpers.d.ts +1 -1
- package/dist/selectList/selectList.helpers.js +4 -29
- package/dist/selectList/selectList.js +1 -3
- package/dist/selectList/selectList.reducer.js +2 -1
- package/dist/selectList/selectListItem.js +1 -4
- package/dist/sortControl/sortControl.js +4 -59
- package/dist/table/children/useTableChildren.d.ts +1 -1
- package/dist/table/children/useTableChildren.js +3 -3
- package/dist/table/flexible/columnsList.js +2 -4
- package/dist/table/selectable/useSelectableRows.d.ts +0 -8
- package/dist/table/selectable/useSelectableRows.js +6 -14
- package/dist/table/table.js +7 -1
- package/dist/tabs/tabs.js +58 -60
- package/dist/tabs/tabsTestHelper.js +2 -2
- package/dist/timePickerRaw/timePickerRaw.js +1 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.js +2 -5
- package/dist/utils/localization/translations/ar.json +1 -3
- package/dist/utils/localization/translations/cs.json +5 -9
- package/dist/utils/localization/translations/da-DK.json +5 -9
- package/dist/utils/localization/translations/de.json +5 -9
- package/dist/utils/localization/translations/en.json +1 -5
- package/dist/utils/localization/translations/es.json +5 -9
- package/dist/utils/localization/translations/fi-FI.json +5 -9
- package/dist/utils/localization/translations/fr-FR.json +5 -9
- package/dist/utils/localization/translations/fr.json +5 -9
- package/dist/utils/localization/translations/hu-HU.json +5 -9
- package/dist/utils/localization/translations/id.json +5 -9
- package/dist/utils/localization/translations/it.json +5 -9
- package/dist/utils/localization/translations/ja.json +5 -9
- package/dist/utils/localization/translations/ko-KR.json +5 -9
- package/dist/utils/localization/translations/ms.json +5 -9
- package/dist/utils/localization/translations/nb-NO.json +5 -9
- package/dist/utils/localization/translations/nl.json +5 -9
- package/dist/utils/localization/translations/pl.json +5 -9
- package/dist/utils/localization/translations/pt-BR.json +5 -9
- package/dist/utils/localization/translations/pt-PT.json +5 -9
- package/dist/utils/localization/translations/ro-RO.json +5 -9
- package/dist/utils/localization/translations/sk-SK.json +5 -9
- package/dist/utils/localization/translations/sv.json +5 -9
- package/dist/utils/localization/translations/th.json +5 -9
- package/dist/utils/localization/translations/tr.json +5 -9
- package/dist/utils/localization/translations/zh-Hans.json +5 -9
- package/dist/utils/localization/translations/zh-TW.json +5 -9
- package/dist/utils/positioningUtils/alignments.d.ts +2 -2
- package/dist/utils/positioningUtils/alignments.js +2 -2
- package/dist/utils/positioningUtils/calculatePosition.js +6 -4
- package/esm/calendar/calendar.js +4 -7
- package/esm/card/components/title.js +1 -4
- package/esm/card/components/titleLink.js +2 -5
- package/esm/chart/barChart/getDefaultOptions.d.ts +1 -2
- package/esm/chart/barChart/getDefaultOptions.js +2 -5
- package/esm/chart/barChart.js +4 -6
- package/esm/chart/lineChart/getDefaultOptions.d.ts +1 -2
- package/esm/chart/lineChart/getDefaultOptions.js +2 -5
- package/esm/chart/lineChart.js +2 -4
- package/esm/checkboxListWithAction/checkboxListWithAction.js +1 -4
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -4
- package/esm/controlledPopup/controlledPopup.d.ts +0 -1
- package/esm/controlledPopup/controlledPopup.js +1 -3
- package/esm/dataGrid/cell/cell.d.ts +1 -2
- package/esm/dataGrid/cell/cell.js +2 -2
- package/esm/dataGrid/dataGrid.js +4 -7
- package/esm/dataGrid/listColumn.d.ts +0 -2
- package/esm/dataGrid/row/row.d.ts +1 -2
- package/esm/dataGrid/row/row.js +9 -13
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +1 -2
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +0 -4
- package/esm/dateRangeInner/dateRangeInner.js +2 -5
- package/esm/dateRangeRaw/dateRangeRaw.js +2 -5
- package/esm/dateRangeRaw/utils/parseLabel.js +1 -1
- package/esm/dropdownRaw/dropdownRaw.js +6 -12
- package/esm/fileUpload/components/dropZoneContent.js +100 -100
- package/esm/fileUpload/fileUpload.js +100 -100
- package/esm/filters/components/filtersSearchList.js +1 -4
- package/esm/filtersBar/filtersContainer/filtersContainer.js +61 -62
- package/esm/formStepperButtons/formStepperButtons.js +1 -4
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +1 -4
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +1 -4
- package/esm/header/headerBack.js +1 -4
- package/esm/icons/iconAlignLeft.js +3 -1
- package/esm/icons/iconAlignmentLeft.js +3 -1
- package/esm/icons/iconAlignmentRight.js +3 -1
- package/esm/icons/iconArrowBottomLeft.js +3 -1
- package/esm/icons/iconArrowBottomRight.js +3 -1
- package/esm/icons/iconArrowLeftPath.js +3 -1
- package/esm/icons/iconArrowRight.js +3 -1
- package/esm/icons/iconArrowRightCircle.js +3 -1
- package/esm/icons/iconArrowRightPath.js +3 -1
- package/esm/icons/iconArrowTopLeft.js +3 -1
- package/esm/icons/iconArrowTopRight.js +3 -1
- package/esm/icons/iconChevronDoubleRight.js +3 -1
- package/esm/icons/iconChevronRight.js +3 -1
- package/esm/icons/iconChevronRightSmall.js +3 -1
- package/esm/icons/iconCornerDownLeft.js +3 -1
- package/esm/icons/iconCornerDownRight.js +3 -1
- package/esm/icons/iconCornerLeftDown.js +3 -1
- package/esm/icons/iconCornerLeftUp.js +3 -1
- package/esm/icons/iconCornerRightDown.js +3 -1
- package/esm/icons/iconCornerRightUp.js +3 -1
- package/esm/icons/iconCornerUpLeft.js +3 -1
- package/esm/icons/iconCornerUpRight.js +3 -1
- package/esm/index.d.ts +0 -1
- package/esm/index.js +0 -1
- package/esm/lineChartMini/lineChartMini.js +3 -15
- package/esm/list/itemData/itemDataInternal.js +1 -4
- package/esm/list/listItem/listItem.js +1 -4
- package/esm/menu/components/controlledMenuList/controlledMenuList.js +1 -4
- package/esm/menu/components/menuButton.js +1 -4
- package/esm/menu/utils/useMenuItemCore.js +3 -4
- package/esm/nav/navItem/navItem.js +1 -4
- package/esm/pagination/paginationArrow.js +3 -10
- package/esm/radioGroupRaw/radioGroupRaw.js +1 -2
- package/esm/rangeRaw/rangeRaw.js +1 -0
- package/esm/selectList/selectList.helpers.d.ts +1 -1
- package/esm/selectList/selectList.helpers.js +4 -29
- package/esm/selectList/selectList.js +1 -3
- package/esm/selectList/selectList.reducer.js +2 -1
- package/esm/selectList/selectListItem.js +1 -4
- package/esm/sortControl/sortControl.js +4 -59
- package/esm/table/children/useTableChildren.d.ts +1 -1
- package/esm/table/children/useTableChildren.js +3 -3
- package/esm/table/flexible/columnsList.js +2 -4
- package/esm/table/selectable/useSelectableRows.d.ts +0 -8
- package/esm/table/selectable/useSelectableRows.js +6 -14
- package/esm/table/table.js +7 -1
- package/esm/tabs/tabs.js +58 -60
- package/esm/tabs/tabsTestHelper.js +2 -2
- package/esm/timePickerRaw/timePickerRaw.js +1 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.js +2 -5
- package/esm/utils/localization/translations/ar.json +1 -3
- package/esm/utils/localization/translations/cs.json +5 -9
- package/esm/utils/localization/translations/da-DK.json +5 -9
- package/esm/utils/localization/translations/de.json +5 -9
- package/esm/utils/localization/translations/en.json +1 -5
- package/esm/utils/localization/translations/es.json +5 -9
- package/esm/utils/localization/translations/fi-FI.json +5 -9
- package/esm/utils/localization/translations/fr-FR.json +5 -9
- package/esm/utils/localization/translations/fr.json +5 -9
- package/esm/utils/localization/translations/hu-HU.json +5 -9
- package/esm/utils/localization/translations/id.json +5 -9
- package/esm/utils/localization/translations/it.json +5 -9
- package/esm/utils/localization/translations/ja.json +5 -9
- package/esm/utils/localization/translations/ko-KR.json +5 -9
- package/esm/utils/localization/translations/ms.json +5 -9
- package/esm/utils/localization/translations/nb-NO.json +5 -9
- package/esm/utils/localization/translations/nl.json +5 -9
- package/esm/utils/localization/translations/pl.json +5 -9
- package/esm/utils/localization/translations/pt-BR.json +5 -9
- package/esm/utils/localization/translations/pt-PT.json +5 -9
- package/esm/utils/localization/translations/ro-RO.json +5 -9
- package/esm/utils/localization/translations/sk-SK.json +5 -9
- package/esm/utils/localization/translations/sv.json +5 -9
- package/esm/utils/localization/translations/th.json +5 -9
- package/esm/utils/localization/translations/tr.json +5 -9
- package/esm/utils/localization/translations/zh-Hans.json +5 -9
- package/esm/utils/localization/translations/zh-TW.json +5 -9
- package/esm/utils/positioningUtils/alignments.d.ts +2 -2
- package/esm/utils/positioningUtils/alignments.js +2 -2
- package/esm/utils/positioningUtils/calculatePosition.js +6 -4
- package/package.json +122 -123
- package/dist/utils/localization/useDirectionalIcon.d.ts +0 -3
- package/dist/utils/localization/useDirectionalIcon.js +0 -9
- package/esm/testHelpers/mockAbsoluteAlignment.d.ts +0 -1
- package/esm/testHelpers/mockAbsoluteAlignment.js +0 -10
- package/esm/utils/localization/useDirectionalIcon.d.ts +0 -3
- package/esm/utils/localization/useDirectionalIcon.js +0 -5
|
@@ -188,16 +188,8 @@ const useSelectableRows = (columns, entities, isMobile, selectMode, setSelectMod
|
|
|
188
188
|
return translate("Deselect all");
|
|
189
189
|
}, [selectable, selectableState, state, translate]);
|
|
190
190
|
const isEntityChecked = (0, react_1.useCallback)((entity, isNested) => (0, isRowChecked_1.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]);
|
|
191
|
-
const hasSelectable = !!selectable;
|
|
192
|
-
const selectableCheckboxSelectsCurrentPage = selectable === null || selectable === void 0 ? void 0 : selectable.checkboxSelectsCurrentPage;
|
|
193
|
-
const selectableTurnOffSelectAll = selectable === null || selectable === void 0 ? void 0 : selectable.turnOffSelectAll;
|
|
194
|
-
const selectableCheckboxInHeader = selectable === null || selectable === void 0 ? void 0 : selectable.checkboxInHeader;
|
|
195
|
-
const selectableSelectionLimit = selectable === null || selectable === void 0 ? void 0 : selectable.selectionLimit;
|
|
196
|
-
const selectableHeader = selectable === null || selectable === void 0 ? void 0 : selectable.header;
|
|
197
|
-
const checkboxEmitsCurrentPage = selectableCheckboxSelectsCurrentPage !== null && selectableCheckboxSelectsCurrentPage !== void 0 ? selectableCheckboxSelectsCurrentPage : selectableTurnOffSelectAll;
|
|
198
|
-
const checkboxInHeaderValue = selectableCheckboxInHeader !== undefined ? selectableCheckboxInHeader : selectableSelectionLimit !== undefined ? false : undefined;
|
|
199
191
|
const wrapper = (0, react_1.useMemo)(() => {
|
|
200
|
-
if (!
|
|
192
|
+
if (!selectable) {
|
|
201
193
|
return null;
|
|
202
194
|
}
|
|
203
195
|
return {
|
|
@@ -241,7 +233,7 @@ const useSelectableRows = (columns, entities, isMobile, selectMode, setSelectMod
|
|
|
241
233
|
onChange: newValue => {
|
|
242
234
|
var _a, _b;
|
|
243
235
|
if (newValue) {
|
|
244
|
-
const newState =
|
|
236
|
+
const newState = selectable.turnOffSelectAll ? interfaces_1.SelectionState.CurrentPage : interfaces_1.SelectionState.All;
|
|
245
237
|
setState(newState);
|
|
246
238
|
onChangeSelectionState(newState);
|
|
247
239
|
} else {
|
|
@@ -259,18 +251,18 @@ const useSelectableRows = (columns, entities, isMobile, selectMode, setSelectMod
|
|
|
259
251
|
}
|
|
260
252
|
},
|
|
261
253
|
calculateSelectionState: () => selectableState,
|
|
262
|
-
checkboxInHeader:
|
|
263
|
-
header:
|
|
254
|
+
checkboxInHeader: selectable.checkboxInHeader !== undefined ? selectable.checkboxInHeader : selectable.selectionLimit !== undefined ? false : undefined,
|
|
255
|
+
header: selectable.header,
|
|
264
256
|
onSelect: newState => {
|
|
265
257
|
setState(newState);
|
|
266
258
|
onChangeSelectionState(newState);
|
|
267
259
|
},
|
|
268
|
-
turnOffSelectAll:
|
|
260
|
+
turnOffSelectAll: selectable.turnOffSelectAll
|
|
269
261
|
});
|
|
270
262
|
return cell;
|
|
271
263
|
}
|
|
272
264
|
};
|
|
273
|
-
}, [checkboxDisabled, checkboxTitle, checkboxVisible, headerTitle, onChangeSelectionState, onSelectListener,
|
|
265
|
+
}, [checkboxDisabled, checkboxTitle, checkboxVisible, headerTitle, onChangeSelectionState, onSelectListener, selectable, selectableState, state, isMobile, checkboxPlaceholder, isEntityChecked, entities, setSelectMode]);
|
|
274
266
|
const selectableFeedWrapper = (0, react_1.useCallback)((primaryData, secondaryData, entity, isNested) => {
|
|
275
267
|
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
|
276
268
|
if (!entity) {
|
package/dist/table/table.js
CHANGED
|
@@ -227,6 +227,12 @@ const TableInner = ({
|
|
|
227
227
|
selected: []
|
|
228
228
|
});
|
|
229
229
|
}, [selectable]);
|
|
230
|
+
const selectAll = (0, react_1.useCallback)(() => {
|
|
231
|
+
selectable === null || selectable === void 0 ? void 0 : selectable.onSelect({
|
|
232
|
+
all: true,
|
|
233
|
+
selected: []
|
|
234
|
+
});
|
|
235
|
+
}, [selectable]);
|
|
230
236
|
const [activeIdInternal, setActiveInternal] = (0, react_1.useState)(undefined);
|
|
231
237
|
const activeId = active !== undefined ? active : activeIdInternal;
|
|
232
238
|
const onClickInternal = (0, react_1.useCallback)(id => setActiveInternal(id === activeIdInternal ? undefined : id), [activeIdInternal, setActiveInternal]);
|
|
@@ -243,7 +249,7 @@ const TableInner = ({
|
|
|
243
249
|
detailPanel,
|
|
244
250
|
footer,
|
|
245
251
|
other
|
|
246
|
-
} = (0, useTableChildren_1.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);
|
|
252
|
+
} = (0, useTableChildren_1.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);
|
|
247
253
|
const hasDetailPanel = !!detailPanel;
|
|
248
254
|
const shouldEnableRowClick = hasDetailPanel || !!onClick;
|
|
249
255
|
const activeIdForRow = shouldEnableRowClick ? activeId : undefined;
|
package/dist/tabs/tabs.js
CHANGED
|
@@ -9,65 +9,65 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
9
9
|
exports.Tabs = exports.TabsDisplayName = void 0;
|
|
10
10
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
11
11
|
const react_1 = require("react");
|
|
12
|
-
injectString("cs", "Scroll
|
|
13
|
-
injectString("da-DK", "Scroll
|
|
14
|
-
injectString("de", "Scroll
|
|
15
|
-
injectString("en", "Scroll
|
|
16
|
-
injectString("es", "Scroll
|
|
17
|
-
injectString("fi-FI", "Scroll
|
|
18
|
-
injectString("fr", "Scroll
|
|
19
|
-
injectString("fr-FR", "Scroll
|
|
20
|
-
injectString("hu-HU", "Scroll
|
|
21
|
-
injectString("id", "Scroll
|
|
22
|
-
injectString("it", "Scroll
|
|
23
|
-
injectString("ja", "Scroll
|
|
24
|
-
injectString("ko-KR", "Scroll
|
|
25
|
-
injectString("ms", "Scroll
|
|
26
|
-
injectString("nb-NO", "Scroll
|
|
27
|
-
injectString("nl", "Scroll
|
|
28
|
-
injectString("pl", "Scroll
|
|
29
|
-
injectString("pt-BR", "Scroll
|
|
30
|
-
injectString("pt-PT", "Scroll
|
|
31
|
-
injectString("sk-SK", "Scroll
|
|
32
|
-
injectString("sv", "Scroll
|
|
33
|
-
injectString("th", "Scroll
|
|
34
|
-
injectString("tr", "Scroll
|
|
35
|
-
injectString("zh-Hans", "Scroll
|
|
36
|
-
injectString("zh-TW", "Scroll
|
|
37
|
-
injectString("ro-RO", "Scroll
|
|
38
|
-
injectString("
|
|
39
|
-
injectString("
|
|
40
|
-
injectString("
|
|
41
|
-
injectString("
|
|
42
|
-
injectString("
|
|
43
|
-
injectString("
|
|
44
|
-
injectString("
|
|
45
|
-
injectString("fr
|
|
46
|
-
injectString("
|
|
47
|
-
injectString("
|
|
48
|
-
injectString("
|
|
49
|
-
injectString("
|
|
50
|
-
injectString("
|
|
51
|
-
injectString("
|
|
52
|
-
injectString("
|
|
53
|
-
injectString("
|
|
54
|
-
injectString("
|
|
55
|
-
injectString("
|
|
56
|
-
injectString("pt-
|
|
57
|
-
injectString("
|
|
58
|
-
injectString("
|
|
59
|
-
injectString("
|
|
60
|
-
injectString("
|
|
61
|
-
injectString("
|
|
62
|
-
injectString("zh-
|
|
63
|
-
injectString("
|
|
12
|
+
injectString("cs", "Scroll left", "P\u0159ej\xEDt doleva");
|
|
13
|
+
injectString("da-DK", "Scroll left", "Rul til venstre");
|
|
14
|
+
injectString("de", "Scroll left", "Nach links scrollen");
|
|
15
|
+
injectString("en", "Scroll left", "Scroll left");
|
|
16
|
+
injectString("es", "Scroll left", "Desplazarse a la izquierda");
|
|
17
|
+
injectString("fi-FI", "Scroll left", "Selaa vasemmalle");
|
|
18
|
+
injectString("fr", "Scroll left", "D\xE9filer vers la gauche");
|
|
19
|
+
injectString("fr-FR", "Scroll left", "Faire d\xE9filer vers la gauche");
|
|
20
|
+
injectString("hu-HU", "Scroll left", "Lapozz balra.");
|
|
21
|
+
injectString("id", "Scroll left", "Gulir ke kiri");
|
|
22
|
+
injectString("it", "Scroll left", "Scorrere verso sinistra");
|
|
23
|
+
injectString("ja", "Scroll left", "\u5DE6\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
|
|
24
|
+
injectString("ko-KR", "Scroll left", "\uC67C\uCABD\uC73C\uB85C \uC2A4\uD06C\uB864");
|
|
25
|
+
injectString("ms", "Scroll left", "Skrol ke kiri");
|
|
26
|
+
injectString("nb-NO", "Scroll left", "Rull til venstre");
|
|
27
|
+
injectString("nl", "Scroll left", "Blader naar links");
|
|
28
|
+
injectString("pl", "Scroll left", "Przewi\u0144 w lewo");
|
|
29
|
+
injectString("pt-BR", "Scroll left", "Rolar para a esquerda");
|
|
30
|
+
injectString("pt-PT", "Scroll left", "Deslizar para a esquerda");
|
|
31
|
+
injectString("sk-SK", "Scroll left", "Posu\u0148 do\u013Eava");
|
|
32
|
+
injectString("sv", "Scroll left", "Bl\xE4ddra \xE5t v\xE4nster");
|
|
33
|
+
injectString("th", "Scroll left", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E32\u0E07\u0E0B\u0E49\u0E32\u0E22");
|
|
34
|
+
injectString("tr", "Scroll left", "Sola kayd\u0131r");
|
|
35
|
+
injectString("zh-Hans", "Scroll left", "\u5411\u5DE6\u6EDA\u52A8");
|
|
36
|
+
injectString("zh-TW", "Scroll left", "\u5411\u5DE6\u6372\u52D5");
|
|
37
|
+
injectString("ro-RO", "Scroll left", "Derula\u021Bi la st\xE2nga");
|
|
38
|
+
injectString("ar-SA", "Scroll left", "\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0633\u0627\u0631");
|
|
39
|
+
injectString("cs", "Scroll right", "P\u0159ej\xEDt doprava");
|
|
40
|
+
injectString("da-DK", "Scroll right", "Rul til h\xF8jre");
|
|
41
|
+
injectString("de", "Scroll right", "Nach rechts scrollen");
|
|
42
|
+
injectString("en", "Scroll right", "Scroll right");
|
|
43
|
+
injectString("es", "Scroll right", "Desplazarse a la derecha");
|
|
44
|
+
injectString("fi-FI", "Scroll right", "Selaa oikealle");
|
|
45
|
+
injectString("fr", "Scroll right", "D\xE9filer vers la droite");
|
|
46
|
+
injectString("fr-FR", "Scroll right", "Faire d\xE9filer vers la droite");
|
|
47
|
+
injectString("hu-HU", "Scroll right", "Lapozz jobbra.");
|
|
48
|
+
injectString("id", "Scroll right", "Gulir ke kanan");
|
|
49
|
+
injectString("it", "Scroll right", "Scorrere verso destra");
|
|
50
|
+
injectString("ja", "Scroll right", "\u53F3\u306B\u30B9\u30AF\u30ED\u30FC\u30EB");
|
|
51
|
+
injectString("ko-KR", "Scroll right", "\uC624\uB978\uCABD\uC73C\uB85C \uC2A4\uD06C\uB864");
|
|
52
|
+
injectString("ms", "Scroll right", "Skrol ke kanan");
|
|
53
|
+
injectString("nb-NO", "Scroll right", "Rull til h\xF8yre");
|
|
54
|
+
injectString("nl", "Scroll right", "Blader naar rechts");
|
|
55
|
+
injectString("pl", "Scroll right", "Przewi\u0144 w prawo");
|
|
56
|
+
injectString("pt-BR", "Scroll right", "Rolar para a direita");
|
|
57
|
+
injectString("pt-PT", "Scroll right", "Deslizar para a direita");
|
|
58
|
+
injectString("sk-SK", "Scroll right", "Posu\u0148 doprava");
|
|
59
|
+
injectString("sv", "Scroll right", "Bl\xE4ddra \xE5t h\xF6ger");
|
|
60
|
+
injectString("th", "Scroll right", "\u0E40\u0E25\u0E37\u0E48\u0E2D\u0E19\u0E44\u0E1B\u0E17\u0E32\u0E07\u0E02\u0E27\u0E32");
|
|
61
|
+
injectString("tr", "Scroll right", "Sa\u011Fa Kayd\u0131r");
|
|
62
|
+
injectString("zh-Hans", "Scroll right", "\u5411\u53F3\u6EDA\u52A8");
|
|
63
|
+
injectString("zh-TW", "Scroll right", "\u5411\u53F3\u6372\u52D5");
|
|
64
|
+
injectString("ro-RO", "Scroll right", "Derula\u021Bi la dreapta");
|
|
65
|
+
injectString("ar-SA", "Scroll right", "\u0627\u0644\u062A\u0645\u0631\u064A\u0631 \u0644\u0644\u064A\u0645\u064A\u0646");
|
|
64
66
|
const classNames_1 = require("../commonHelpers/classNames/classNames");
|
|
65
67
|
const useDriveClassName_1 = require("../utils/theme/useDriveClassName");
|
|
66
68
|
const useLanguage_1 = require("../utils/localization/useLanguage");
|
|
67
69
|
const tabItem_1 = require("./tabItem/tabItem");
|
|
68
70
|
const iconChevronRight_1 = require("../icons/iconChevronRight");
|
|
69
|
-
const iconChevronLeft_1 = require("../icons/iconChevronLeft");
|
|
70
|
-
const useDirectionalIcon_1 = require("../utils/localization/useDirectionalIcon");
|
|
71
71
|
const textIconButton_1 = require("../textIconButton/textIconButton");
|
|
72
72
|
const tabsKeyboard_1 = require("../commonHelpers/tabsKeyboard");
|
|
73
73
|
const useMobileClassName_1 = require("../utils/theme/useMobileClassName");
|
|
@@ -101,8 +101,6 @@ const Tabs = ({
|
|
|
101
101
|
const {
|
|
102
102
|
translate
|
|
103
103
|
} = (0, useLanguage_1.useLanguage)();
|
|
104
|
-
const ScrollStartIcon = (0, useDirectionalIcon_1.useDirectionalIcon)(iconChevronLeft_1.IconChevronLeft, iconChevronRight_1.IconChevronRight);
|
|
105
|
-
const ScrollEndIcon = (0, useDirectionalIcon_1.useDirectionalIcon)(iconChevronRight_1.IconChevronRight, iconChevronLeft_1.IconChevronLeft);
|
|
106
104
|
const driveClassNameScroller = (0, useDriveClassName_1.useDriveClassName)("zen-tabs__scroller");
|
|
107
105
|
const mobileClassNameScroller = (0, useMobileClassName_1.useMobileClassName)("zen-tabs__scroller");
|
|
108
106
|
const driveClassNameGradient = (0, useDriveClassName_1.useDriveClassName)("zen-tabs__gradient");
|
|
@@ -220,9 +218,9 @@ const Tabs = ({
|
|
|
220
218
|
children: [(0, jsx_runtime_1.jsx)("div", {
|
|
221
219
|
className: (0, classNames_1.classNames)(["zen-tabs__gradient", driveClassNameGradient || mobileClassNameGradient || "", "zen-tabs__gradient--left"])
|
|
222
220
|
}), (0, jsx_runtime_1.jsx)(textIconButton_1.TextIconButton, {
|
|
223
|
-
title: translate("Scroll
|
|
221
|
+
title: translate("Scroll left"),
|
|
224
222
|
className: (0, classNames_1.classNames)(["zen-tabs__scroller", driveClassNameScroller || mobileClassNameScroller || "", "zen-tabs__start"]),
|
|
225
|
-
icon:
|
|
223
|
+
icon: iconChevronRight_1.IconChevronRight,
|
|
226
224
|
type: "tertiary",
|
|
227
225
|
iconPosition: textIconButton_1.ButtonIconPosition.Start,
|
|
228
226
|
onClick: handleScrollButtonClick(scrollableRef.current, -scrollableStep),
|
|
@@ -253,9 +251,9 @@ const Tabs = ({
|
|
|
253
251
|
children: [(0, jsx_runtime_1.jsx)("div", {
|
|
254
252
|
className: (0, classNames_1.classNames)(["zen-tabs__gradient", driveClassNameGradient || mobileClassNameGradient || "", "zen-tabs__gradient--right"])
|
|
255
253
|
}), (0, jsx_runtime_1.jsx)(textIconButton_1.TextIconButton, {
|
|
256
|
-
title: translate("Scroll
|
|
254
|
+
title: translate("Scroll right"),
|
|
257
255
|
className: (0, classNames_1.classNames)(["zen-tabs__scroller", driveClassNameScroller || mobileClassNameScroller || "", "zen-tabs__end"]),
|
|
258
|
-
icon:
|
|
256
|
+
icon: iconChevronRight_1.IconChevronRight,
|
|
259
257
|
type: "tertiary",
|
|
260
258
|
onClick: handleScrollButtonClick(scrollableRef.current, scrollableStep),
|
|
261
259
|
iconPosition: textIconButton_1.ButtonIconPosition.End
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tabsDataOverflow = exports.tabsData = exports.getRightArrowElement = exports.getLeftArrowElement = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const getLeftArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll
|
|
5
|
+
const getLeftArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll left']");
|
|
6
6
|
exports.getLeftArrowElement = getLeftArrowElement;
|
|
7
|
-
const getRightArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll
|
|
7
|
+
const getRightArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll right']");
|
|
8
8
|
exports.getRightArrowElement = getRightArrowElement;
|
|
9
9
|
exports.tabsData = [
|
|
10
10
|
{ id: "id1", name: "Tab Text 1", content: (0, jsx_runtime_1.jsx)("div", { children: "Tab content1" }) },
|
|
@@ -275,7 +275,7 @@ const TimePickerRaw = props => {
|
|
|
275
275
|
}
|
|
276
276
|
}, [hourValue, isOpen, minutesValue]);
|
|
277
277
|
const triggerClassName = (0, classNames_1.classNames)(["zen-time-picker__trigger", fullWidth ? "zen-time-picker__trigger--full-width" : "", isError ? "zen-time-picker__trigger--error" : "", className || ""]);
|
|
278
|
-
const shownValue = `${hourValue || "
|
|
278
|
+
const shownValue = `${hourValue || "24"}:${minutesValue || "00"}`;
|
|
279
279
|
if (isReadOnly) {
|
|
280
280
|
return (0, jsx_runtime_1.jsx)(reviewTextControl_1.ReviewTextControl, {
|
|
281
281
|
value: shownValue
|
|
@@ -141,8 +141,6 @@ const ToggleButtonRaw = props => {
|
|
|
141
141
|
}
|
|
142
142
|
return (0, jsx_runtime_1.jsxs)("div", {
|
|
143
143
|
className: (0, classNames_1.classNames)(["zen-toggler", driveClassesToggler || "", className || ""]),
|
|
144
|
-
role: "group",
|
|
145
|
-
"aria-label": title,
|
|
146
144
|
"data-analytics-id": dataAnalyticsId,
|
|
147
145
|
children: [(0, jsx_runtime_1.jsx)(triStateCheckbox_1.TriStateCheckbox, {
|
|
148
146
|
name: name,
|
|
@@ -151,15 +149,14 @@ const ToggleButtonRaw = props => {
|
|
|
151
149
|
onChange: onChangeHandler,
|
|
152
150
|
checked: value,
|
|
153
151
|
disabled: disabled,
|
|
154
|
-
role: "switch"
|
|
155
|
-
"aria-label": title
|
|
152
|
+
role: "switch"
|
|
156
153
|
}), (0, jsx_runtime_1.jsxs)("label", {
|
|
157
154
|
className: (0, classNames_1.classNames)(["zen-toggler__label", isReverted ? "zen-toggler__label--reverted" : ""]),
|
|
158
155
|
htmlFor: checkBoxId,
|
|
159
156
|
title: title,
|
|
157
|
+
"aria-label": title,
|
|
160
158
|
children: [(0, jsx_runtime_1.jsxs)("div", {
|
|
161
159
|
className: (0, classNames_1.classNames)(["zen-toggler-component", driveClassesComponent || ""]),
|
|
162
|
-
"aria-hidden": "true",
|
|
163
160
|
children: [(0, jsx_runtime_1.jsx)("div", {
|
|
164
161
|
className: "zen-toggler-component__focus"
|
|
165
162
|
}), (0, jsx_runtime_1.jsx)("div", {
|
|
@@ -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": "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": "
|
|
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": "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": "
|
|
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": "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": "
|
|
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": "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": "
|
|
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": "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": "
|
|
321
|
-
"Browse": "
|
|
322
|
-
"Tap to add files": "
|
|
323
|
-
"Supported Formats:": "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": "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": "
|
|
321
|
-
"Browse": "
|
|
322
|
-
"Tap to add files": "
|
|
323
|
-
"Supported Formats:": "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": "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": "
|
|
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": "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": "
|
|
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": "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": "
|
|
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": "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": "
|
|
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": "Menaik",
|
|
328
|
-
"Descending": "Menurun",
|
|
329
|
-
"Scroll to start": "Tatal ke permulaan",
|
|
330
|
-
"Scroll to end": "Tatal ke penghujung"
|
|
326
|
+
"Uploaded": "Uploaded"
|
|
331
327
|
}
|