@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
|
@@ -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 (!
|
|
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 =
|
|
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:
|
|
254
|
-
header:
|
|
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:
|
|
251
|
+
turnOffSelectAll: selectable.turnOffSelectAll
|
|
260
252
|
});
|
|
261
253
|
return cell;
|
|
262
254
|
}
|
|
263
255
|
};
|
|
264
|
-
}, [checkboxDisabled, checkboxTitle, checkboxVisible, headerTitle, onChangeSelectionState, onSelectListener,
|
|
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) {
|
package/esm/table/table.js
CHANGED
|
@@ -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
|
|
17
|
-
injectString("da-DK", "Scroll
|
|
18
|
-
injectString("de", "Scroll
|
|
19
|
-
injectString("en", "Scroll
|
|
20
|
-
injectString("es", "Scroll
|
|
21
|
-
injectString("fi-FI", "Scroll
|
|
22
|
-
injectString("fr", "Scroll
|
|
23
|
-
injectString("fr-FR", "Scroll
|
|
24
|
-
injectString("hu-HU", "Scroll
|
|
25
|
-
injectString("id", "Scroll
|
|
26
|
-
injectString("it", "Scroll
|
|
27
|
-
injectString("ja", "Scroll
|
|
28
|
-
injectString("ko-KR", "Scroll
|
|
29
|
-
injectString("ms", "Scroll
|
|
30
|
-
injectString("nb-NO", "Scroll
|
|
31
|
-
injectString("nl", "Scroll
|
|
32
|
-
injectString("pl", "Scroll
|
|
33
|
-
injectString("pt-BR", "Scroll
|
|
34
|
-
injectString("pt-PT", "Scroll
|
|
35
|
-
injectString("sk-SK", "Scroll
|
|
36
|
-
injectString("sv", "Scroll
|
|
37
|
-
injectString("th", "Scroll
|
|
38
|
-
injectString("tr", "Scroll
|
|
39
|
-
injectString("zh-Hans", "Scroll
|
|
40
|
-
injectString("zh-TW", "Scroll
|
|
41
|
-
injectString("ro-RO", "Scroll
|
|
42
|
-
injectString("
|
|
43
|
-
injectString("
|
|
44
|
-
injectString("
|
|
45
|
-
injectString("
|
|
46
|
-
injectString("
|
|
47
|
-
injectString("
|
|
48
|
-
injectString("
|
|
49
|
-
injectString("fr
|
|
50
|
-
injectString("
|
|
51
|
-
injectString("
|
|
52
|
-
injectString("
|
|
53
|
-
injectString("
|
|
54
|
-
injectString("
|
|
55
|
-
injectString("
|
|
56
|
-
injectString("
|
|
57
|
-
injectString("
|
|
58
|
-
injectString("
|
|
59
|
-
injectString("
|
|
60
|
-
injectString("pt-
|
|
61
|
-
injectString("
|
|
62
|
-
injectString("
|
|
63
|
-
injectString("
|
|
64
|
-
injectString("
|
|
65
|
-
injectString("
|
|
66
|
-
injectString("zh-
|
|
67
|
-
injectString("
|
|
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
|
|
213
|
+
title: translate("Scroll left"),
|
|
216
214
|
className: classNames(["zen-tabs__scroller", driveClassNameScroller || mobileClassNameScroller || "", "zen-tabs__start"]),
|
|
217
|
-
icon:
|
|
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
|
|
246
|
+
title: translate("Scroll right"),
|
|
249
247
|
className: classNames(["zen-tabs__scroller", driveClassNameScroller || mobileClassNameScroller || "", "zen-tabs__end"]),
|
|
250
|
-
icon:
|
|
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
|
|
3
|
-
export const getRightArrowElement = (el) => el.querySelector(".zen-tabs__scroller[aria-label='Scroll
|
|
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 || "
|
|
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", {
|
|
@@ -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
|
}
|