@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
|
@@ -4,113 +4,113 @@ import { Button } from "../../button/button";
|
|
|
4
4
|
import { ButtonType } from "../../button/buttonType";
|
|
5
5
|
import { ImageCloudUpload } from "../../images/imageCloudUpload";
|
|
6
6
|
import { ImageTapToUpload } from "../../images/imageTapToUpload";
|
|
7
|
-
injectString("cs", "Tap to add files", "
|
|
8
|
-
injectString("da-DK", "Tap to add files", "
|
|
9
|
-
injectString("de", "Tap to add files", "
|
|
7
|
+
injectString("cs", "Tap to add files", "Tap to add files");
|
|
8
|
+
injectString("da-DK", "Tap to add files", "Tap to add files");
|
|
9
|
+
injectString("de", "Tap to add files", "Tap to add files");
|
|
10
10
|
injectString("en", "Tap to add files", "Tap to add files");
|
|
11
|
-
injectString("es", "Tap to add files", "
|
|
12
|
-
injectString("fi-FI", "Tap to add files", "
|
|
13
|
-
injectString("fr", "Tap to add files", "
|
|
14
|
-
injectString("fr-FR", "Tap to add files", "
|
|
15
|
-
injectString("hu-HU", "Tap to add files", "
|
|
16
|
-
injectString("id", "Tap to add files", "
|
|
17
|
-
injectString("it", "Tap to add files", "
|
|
18
|
-
injectString("ja", "Tap to add files", "
|
|
19
|
-
injectString("ko-KR", "Tap to add files", "
|
|
20
|
-
injectString("ms", "Tap to add files", "
|
|
21
|
-
injectString("nb-NO", "Tap to add files", "
|
|
22
|
-
injectString("nl", "Tap to add files", "
|
|
23
|
-
injectString("pl", "Tap to add files", "
|
|
24
|
-
injectString("pt-BR", "Tap to add files", "
|
|
25
|
-
injectString("pt-PT", "Tap to add files", "
|
|
26
|
-
injectString("sk-SK", "Tap to add files", "
|
|
27
|
-
injectString("sv", "Tap to add files", "
|
|
28
|
-
injectString("th", "Tap to add files", "
|
|
29
|
-
injectString("tr", "Tap to add files", "
|
|
30
|
-
injectString("zh-Hans", "Tap to add files", "
|
|
31
|
-
injectString("zh-TW", "Tap to add files", "
|
|
32
|
-
injectString("ro-RO", "Tap to add files", "
|
|
11
|
+
injectString("es", "Tap to add files", "Tap to add files");
|
|
12
|
+
injectString("fi-FI", "Tap to add files", "Tap to add files");
|
|
13
|
+
injectString("fr", "Tap to add files", "Tap to add files");
|
|
14
|
+
injectString("fr-FR", "Tap to add files", "Tap to add files");
|
|
15
|
+
injectString("hu-HU", "Tap to add files", "Tap to add files");
|
|
16
|
+
injectString("id", "Tap to add files", "Tap to add files");
|
|
17
|
+
injectString("it", "Tap to add files", "Tap to add files");
|
|
18
|
+
injectString("ja", "Tap to add files", "Tap to add files");
|
|
19
|
+
injectString("ko-KR", "Tap to add files", "Tap to add files");
|
|
20
|
+
injectString("ms", "Tap to add files", "Tap to add files");
|
|
21
|
+
injectString("nb-NO", "Tap to add files", "Tap to add files");
|
|
22
|
+
injectString("nl", "Tap to add files", "Tap to add files");
|
|
23
|
+
injectString("pl", "Tap to add files", "Tap to add files");
|
|
24
|
+
injectString("pt-BR", "Tap to add files", "Tap to add files");
|
|
25
|
+
injectString("pt-PT", "Tap to add files", "Tap to add files");
|
|
26
|
+
injectString("sk-SK", "Tap to add files", "Tap to add files");
|
|
27
|
+
injectString("sv", "Tap to add files", "Tap to add files");
|
|
28
|
+
injectString("th", "Tap to add files", "Tap to add files");
|
|
29
|
+
injectString("tr", "Tap to add files", "Tap to add files");
|
|
30
|
+
injectString("zh-Hans", "Tap to add files", "Tap to add files");
|
|
31
|
+
injectString("zh-TW", "Tap to add files", "Tap to add files");
|
|
32
|
+
injectString("ro-RO", "Tap to add files", "Tap to add files");
|
|
33
33
|
injectString("ar-SA", "Tap to add files", "\u0627\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641\u0627\u062A");
|
|
34
|
-
injectString("cs", "Drag & drop files or", "
|
|
35
|
-
injectString("da-DK", "Drag & drop files or", "
|
|
36
|
-
injectString("de", "Drag & drop files or", "
|
|
34
|
+
injectString("cs", "Drag & drop files or", "Drag & drop files or");
|
|
35
|
+
injectString("da-DK", "Drag & drop files or", "Drag & drop files or");
|
|
36
|
+
injectString("de", "Drag & drop files or", "Drag & drop files or");
|
|
37
37
|
injectString("en", "Drag & drop files or", "Drag & drop files or");
|
|
38
|
-
injectString("es", "Drag & drop files or", "
|
|
39
|
-
injectString("fi-FI", "Drag & drop files or", "
|
|
40
|
-
injectString("fr", "Drag & drop files or", "
|
|
41
|
-
injectString("fr-FR", "Drag & drop files or", "
|
|
42
|
-
injectString("hu-HU", "Drag & drop files or", "
|
|
43
|
-
injectString("id", "Drag & drop files or", "
|
|
44
|
-
injectString("it", "Drag & drop files or", "
|
|
45
|
-
injectString("ja", "Drag & drop files or", "
|
|
46
|
-
injectString("ko-KR", "Drag & drop files or", "
|
|
47
|
-
injectString("ms", "Drag & drop files or", "
|
|
48
|
-
injectString("nb-NO", "Drag & drop files or", "
|
|
49
|
-
injectString("nl", "Drag & drop files or", "
|
|
50
|
-
injectString("pl", "Drag & drop files or", "
|
|
51
|
-
injectString("pt-BR", "Drag & drop files or", "
|
|
52
|
-
injectString("pt-PT", "Drag & drop files or", "
|
|
53
|
-
injectString("sk-SK", "Drag & drop files or", "
|
|
54
|
-
injectString("sv", "Drag & drop files or", "
|
|
55
|
-
injectString("th", "Drag & drop files or", "
|
|
56
|
-
injectString("tr", "Drag & drop files or", "
|
|
57
|
-
injectString("zh-Hans", "Drag & drop files or", "
|
|
58
|
-
injectString("zh-TW", "Drag & drop files or", "
|
|
59
|
-
injectString("ro-RO", "Drag & drop files or", "
|
|
38
|
+
injectString("es", "Drag & drop files or", "Drag & drop files or");
|
|
39
|
+
injectString("fi-FI", "Drag & drop files or", "Drag & drop files or");
|
|
40
|
+
injectString("fr", "Drag & drop files or", "Drag & drop files or");
|
|
41
|
+
injectString("fr-FR", "Drag & drop files or", "Drag & drop files or");
|
|
42
|
+
injectString("hu-HU", "Drag & drop files or", "Drag & drop files or");
|
|
43
|
+
injectString("id", "Drag & drop files or", "Drag & drop files or");
|
|
44
|
+
injectString("it", "Drag & drop files or", "Drag & drop files or");
|
|
45
|
+
injectString("ja", "Drag & drop files or", "Drag & drop files or");
|
|
46
|
+
injectString("ko-KR", "Drag & drop files or", "Drag & drop files or");
|
|
47
|
+
injectString("ms", "Drag & drop files or", "Drag & drop files or");
|
|
48
|
+
injectString("nb-NO", "Drag & drop files or", "Drag & drop files or");
|
|
49
|
+
injectString("nl", "Drag & drop files or", "Drag & drop files or");
|
|
50
|
+
injectString("pl", "Drag & drop files or", "Drag & drop files or");
|
|
51
|
+
injectString("pt-BR", "Drag & drop files or", "Drag & drop files or");
|
|
52
|
+
injectString("pt-PT", "Drag & drop files or", "Drag & drop files or");
|
|
53
|
+
injectString("sk-SK", "Drag & drop files or", "Drag & drop files or");
|
|
54
|
+
injectString("sv", "Drag & drop files or", "Drag & drop files or");
|
|
55
|
+
injectString("th", "Drag & drop files or", "Drag & drop files or");
|
|
56
|
+
injectString("tr", "Drag & drop files or", "Drag & drop files or");
|
|
57
|
+
injectString("zh-Hans", "Drag & drop files or", "Drag & drop files or");
|
|
58
|
+
injectString("zh-TW", "Drag & drop files or", "Drag & drop files or");
|
|
59
|
+
injectString("ro-RO", "Drag & drop files or", "Drag & drop files or");
|
|
60
60
|
injectString("ar-SA", "Drag & drop files or", "\u0627\u0633\u062D\u0628 \u0648\u0623\u0641\u0644\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0623\u0648");
|
|
61
|
-
injectString("cs", "Browse", "
|
|
62
|
-
injectString("da-DK", "Browse", "
|
|
63
|
-
injectString("de", "Browse", "
|
|
61
|
+
injectString("cs", "Browse", "Browse");
|
|
62
|
+
injectString("da-DK", "Browse", "Browse");
|
|
63
|
+
injectString("de", "Browse", "Browse");
|
|
64
64
|
injectString("en", "Browse", "Browse");
|
|
65
|
-
injectString("es", "Browse", "
|
|
66
|
-
injectString("fi-FI", "Browse", "
|
|
67
|
-
injectString("fr", "Browse", "
|
|
68
|
-
injectString("fr-FR", "Browse", "
|
|
69
|
-
injectString("hu-HU", "Browse", "
|
|
70
|
-
injectString("id", "Browse", "
|
|
71
|
-
injectString("it", "Browse", "
|
|
72
|
-
injectString("ja", "Browse", "
|
|
73
|
-
injectString("ko-KR", "Browse", "
|
|
74
|
-
injectString("ms", "Browse", "
|
|
75
|
-
injectString("nb-NO", "Browse", "
|
|
76
|
-
injectString("nl", "Browse", "
|
|
77
|
-
injectString("pl", "Browse", "
|
|
78
|
-
injectString("pt-BR", "Browse", "
|
|
79
|
-
injectString("pt-PT", "Browse", "
|
|
80
|
-
injectString("sk-SK", "Browse", "
|
|
81
|
-
injectString("sv", "Browse", "
|
|
82
|
-
injectString("th", "Browse", "
|
|
83
|
-
injectString("tr", "Browse", "
|
|
84
|
-
injectString("zh-Hans", "Browse", "
|
|
85
|
-
injectString("zh-TW", "Browse", "
|
|
86
|
-
injectString("ro-RO", "Browse", "
|
|
65
|
+
injectString("es", "Browse", "Browse");
|
|
66
|
+
injectString("fi-FI", "Browse", "Browse");
|
|
67
|
+
injectString("fr", "Browse", "Browse");
|
|
68
|
+
injectString("fr-FR", "Browse", "Browse");
|
|
69
|
+
injectString("hu-HU", "Browse", "Browse");
|
|
70
|
+
injectString("id", "Browse", "Browse");
|
|
71
|
+
injectString("it", "Browse", "Browse");
|
|
72
|
+
injectString("ja", "Browse", "Browse");
|
|
73
|
+
injectString("ko-KR", "Browse", "Browse");
|
|
74
|
+
injectString("ms", "Browse", "Browse");
|
|
75
|
+
injectString("nb-NO", "Browse", "Browse");
|
|
76
|
+
injectString("nl", "Browse", "Browse");
|
|
77
|
+
injectString("pl", "Browse", "Browse");
|
|
78
|
+
injectString("pt-BR", "Browse", "Browse");
|
|
79
|
+
injectString("pt-PT", "Browse", "Browse");
|
|
80
|
+
injectString("sk-SK", "Browse", "Browse");
|
|
81
|
+
injectString("sv", "Browse", "Browse");
|
|
82
|
+
injectString("th", "Browse", "Browse");
|
|
83
|
+
injectString("tr", "Browse", "Browse");
|
|
84
|
+
injectString("zh-Hans", "Browse", "Browse");
|
|
85
|
+
injectString("zh-TW", "Browse", "Browse");
|
|
86
|
+
injectString("ro-RO", "Browse", "Browse");
|
|
87
87
|
injectString("ar-SA", "Browse", "\u062A\u0635\u0641\u062D");
|
|
88
|
-
injectString("cs", "Supported Formats:", "
|
|
89
|
-
injectString("da-DK", "Supported Formats:", "
|
|
90
|
-
injectString("de", "Supported Formats:", "
|
|
88
|
+
injectString("cs", "Supported Formats:", "Supported Formats:");
|
|
89
|
+
injectString("da-DK", "Supported Formats:", "Supported Formats:");
|
|
90
|
+
injectString("de", "Supported Formats:", "Supported Formats:");
|
|
91
91
|
injectString("en", "Supported Formats:", "Supported Formats:");
|
|
92
|
-
injectString("es", "Supported Formats:", "
|
|
93
|
-
injectString("fi-FI", "Supported Formats:", "
|
|
94
|
-
injectString("fr", "Supported Formats:", "Formats
|
|
95
|
-
injectString("fr-FR", "Supported Formats:", "Formats
|
|
96
|
-
injectString("hu-HU", "Supported Formats:", "
|
|
97
|
-
injectString("id", "Supported Formats:", "
|
|
98
|
-
injectString("it", "Supported Formats:", "
|
|
99
|
-
injectString("ja", "Supported Formats:", "
|
|
100
|
-
injectString("ko-KR", "Supported Formats:", "
|
|
101
|
-
injectString("ms", "Supported Formats:", "
|
|
102
|
-
injectString("nb-NO", "Supported Formats:", "
|
|
103
|
-
injectString("nl", "Supported Formats:", "
|
|
104
|
-
injectString("pl", "Supported Formats:", "
|
|
105
|
-
injectString("pt-BR", "Supported Formats:", "
|
|
106
|
-
injectString("pt-PT", "Supported Formats:", "
|
|
107
|
-
injectString("sk-SK", "Supported Formats:", "
|
|
108
|
-
injectString("sv", "Supported Formats:", "
|
|
109
|
-
injectString("th", "Supported Formats:", "
|
|
110
|
-
injectString("tr", "Supported Formats:", "
|
|
111
|
-
injectString("zh-Hans", "Supported Formats:", "
|
|
112
|
-
injectString("zh-TW", "Supported Formats:", "
|
|
113
|
-
injectString("ro-RO", "Supported Formats:", "
|
|
92
|
+
injectString("es", "Supported Formats:", "Supported Formats:");
|
|
93
|
+
injectString("fi-FI", "Supported Formats:", "Supported Formats:");
|
|
94
|
+
injectString("fr", "Supported Formats:", "Supported Formats:");
|
|
95
|
+
injectString("fr-FR", "Supported Formats:", "Supported Formats:");
|
|
96
|
+
injectString("hu-HU", "Supported Formats:", "Supported Formats:");
|
|
97
|
+
injectString("id", "Supported Formats:", "Supported Formats:");
|
|
98
|
+
injectString("it", "Supported Formats:", "Supported Formats:");
|
|
99
|
+
injectString("ja", "Supported Formats:", "Supported Formats:");
|
|
100
|
+
injectString("ko-KR", "Supported Formats:", "Supported Formats:");
|
|
101
|
+
injectString("ms", "Supported Formats:", "Supported Formats:");
|
|
102
|
+
injectString("nb-NO", "Supported Formats:", "Supported Formats:");
|
|
103
|
+
injectString("nl", "Supported Formats:", "Supported Formats:");
|
|
104
|
+
injectString("pl", "Supported Formats:", "Supported Formats:");
|
|
105
|
+
injectString("pt-BR", "Supported Formats:", "Supported Formats:");
|
|
106
|
+
injectString("pt-PT", "Supported Formats:", "Supported Formats:");
|
|
107
|
+
injectString("sk-SK", "Supported Formats:", "Supported Formats:");
|
|
108
|
+
injectString("sv", "Supported Formats:", "Supported Formats:");
|
|
109
|
+
injectString("th", "Supported Formats:", "Supported Formats:");
|
|
110
|
+
injectString("tr", "Supported Formats:", "Supported Formats:");
|
|
111
|
+
injectString("zh-Hans", "Supported Formats:", "Supported Formats:");
|
|
112
|
+
injectString("zh-TW", "Supported Formats:", "Supported Formats:");
|
|
113
|
+
injectString("ro-RO", "Supported Formats:", "Supported Formats:");
|
|
114
114
|
injectString("ar-SA", "Supported Formats:", "\u0627\u0644\u0635\u064A\u063A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629:");
|
|
115
115
|
export const DropZoneContent = ({
|
|
116
116
|
size,
|
|
@@ -9,86 +9,86 @@ import { Waiting } from "../waiting/waiting";
|
|
|
9
9
|
import { DropZoneContent } from "./components/dropZoneContent";
|
|
10
10
|
import { TemplateDownloadSection } from "./components/templateDownloadSection";
|
|
11
11
|
import { UploadedFilesSection } from "./components/uploadedFilesSection";
|
|
12
|
-
injectString("cs", "Tap to add files", "
|
|
13
|
-
injectString("da-DK", "Tap to add files", "
|
|
14
|
-
injectString("de", "Tap to add files", "
|
|
12
|
+
injectString("cs", "Tap to add files", "Tap to add files");
|
|
13
|
+
injectString("da-DK", "Tap to add files", "Tap to add files");
|
|
14
|
+
injectString("de", "Tap to add files", "Tap to add files");
|
|
15
15
|
injectString("en", "Tap to add files", "Tap to add files");
|
|
16
|
-
injectString("es", "Tap to add files", "
|
|
17
|
-
injectString("fi-FI", "Tap to add files", "
|
|
18
|
-
injectString("fr", "Tap to add files", "
|
|
19
|
-
injectString("fr-FR", "Tap to add files", "
|
|
20
|
-
injectString("hu-HU", "Tap to add files", "
|
|
21
|
-
injectString("id", "Tap to add files", "
|
|
22
|
-
injectString("it", "Tap to add files", "
|
|
23
|
-
injectString("ja", "Tap to add files", "
|
|
24
|
-
injectString("ko-KR", "Tap to add files", "
|
|
25
|
-
injectString("ms", "Tap to add files", "
|
|
26
|
-
injectString("nb-NO", "Tap to add files", "
|
|
27
|
-
injectString("nl", "Tap to add files", "
|
|
28
|
-
injectString("pl", "Tap to add files", "
|
|
29
|
-
injectString("pt-BR", "Tap to add files", "
|
|
30
|
-
injectString("pt-PT", "Tap to add files", "
|
|
31
|
-
injectString("sk-SK", "Tap to add files", "
|
|
32
|
-
injectString("sv", "Tap to add files", "
|
|
33
|
-
injectString("th", "Tap to add files", "
|
|
34
|
-
injectString("tr", "Tap to add files", "
|
|
35
|
-
injectString("zh-Hans", "Tap to add files", "
|
|
36
|
-
injectString("zh-TW", "Tap to add files", "
|
|
37
|
-
injectString("ro-RO", "Tap to add files", "
|
|
16
|
+
injectString("es", "Tap to add files", "Tap to add files");
|
|
17
|
+
injectString("fi-FI", "Tap to add files", "Tap to add files");
|
|
18
|
+
injectString("fr", "Tap to add files", "Tap to add files");
|
|
19
|
+
injectString("fr-FR", "Tap to add files", "Tap to add files");
|
|
20
|
+
injectString("hu-HU", "Tap to add files", "Tap to add files");
|
|
21
|
+
injectString("id", "Tap to add files", "Tap to add files");
|
|
22
|
+
injectString("it", "Tap to add files", "Tap to add files");
|
|
23
|
+
injectString("ja", "Tap to add files", "Tap to add files");
|
|
24
|
+
injectString("ko-KR", "Tap to add files", "Tap to add files");
|
|
25
|
+
injectString("ms", "Tap to add files", "Tap to add files");
|
|
26
|
+
injectString("nb-NO", "Tap to add files", "Tap to add files");
|
|
27
|
+
injectString("nl", "Tap to add files", "Tap to add files");
|
|
28
|
+
injectString("pl", "Tap to add files", "Tap to add files");
|
|
29
|
+
injectString("pt-BR", "Tap to add files", "Tap to add files");
|
|
30
|
+
injectString("pt-PT", "Tap to add files", "Tap to add files");
|
|
31
|
+
injectString("sk-SK", "Tap to add files", "Tap to add files");
|
|
32
|
+
injectString("sv", "Tap to add files", "Tap to add files");
|
|
33
|
+
injectString("th", "Tap to add files", "Tap to add files");
|
|
34
|
+
injectString("tr", "Tap to add files", "Tap to add files");
|
|
35
|
+
injectString("zh-Hans", "Tap to add files", "Tap to add files");
|
|
36
|
+
injectString("zh-TW", "Tap to add files", "Tap to add files");
|
|
37
|
+
injectString("ro-RO", "Tap to add files", "Tap to add files");
|
|
38
38
|
injectString("ar-SA", "Tap to add files", "\u0627\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641\u0627\u062A");
|
|
39
|
-
injectString("cs", "Drag & drop files or", "
|
|
40
|
-
injectString("da-DK", "Drag & drop files or", "
|
|
41
|
-
injectString("de", "Drag & drop files or", "
|
|
39
|
+
injectString("cs", "Drag & drop files or", "Drag & drop files or");
|
|
40
|
+
injectString("da-DK", "Drag & drop files or", "Drag & drop files or");
|
|
41
|
+
injectString("de", "Drag & drop files or", "Drag & drop files or");
|
|
42
42
|
injectString("en", "Drag & drop files or", "Drag & drop files or");
|
|
43
|
-
injectString("es", "Drag & drop files or", "
|
|
44
|
-
injectString("fi-FI", "Drag & drop files or", "
|
|
45
|
-
injectString("fr", "Drag & drop files or", "
|
|
46
|
-
injectString("fr-FR", "Drag & drop files or", "
|
|
47
|
-
injectString("hu-HU", "Drag & drop files or", "
|
|
48
|
-
injectString("id", "Drag & drop files or", "
|
|
49
|
-
injectString("it", "Drag & drop files or", "
|
|
50
|
-
injectString("ja", "Drag & drop files or", "
|
|
51
|
-
injectString("ko-KR", "Drag & drop files or", "
|
|
52
|
-
injectString("ms", "Drag & drop files or", "
|
|
53
|
-
injectString("nb-NO", "Drag & drop files or", "
|
|
54
|
-
injectString("nl", "Drag & drop files or", "
|
|
55
|
-
injectString("pl", "Drag & drop files or", "
|
|
56
|
-
injectString("pt-BR", "Drag & drop files or", "
|
|
57
|
-
injectString("pt-PT", "Drag & drop files or", "
|
|
58
|
-
injectString("sk-SK", "Drag & drop files or", "
|
|
59
|
-
injectString("sv", "Drag & drop files or", "
|
|
60
|
-
injectString("th", "Drag & drop files or", "
|
|
61
|
-
injectString("tr", "Drag & drop files or", "
|
|
62
|
-
injectString("zh-Hans", "Drag & drop files or", "
|
|
63
|
-
injectString("zh-TW", "Drag & drop files or", "
|
|
64
|
-
injectString("ro-RO", "Drag & drop files or", "
|
|
43
|
+
injectString("es", "Drag & drop files or", "Drag & drop files or");
|
|
44
|
+
injectString("fi-FI", "Drag & drop files or", "Drag & drop files or");
|
|
45
|
+
injectString("fr", "Drag & drop files or", "Drag & drop files or");
|
|
46
|
+
injectString("fr-FR", "Drag & drop files or", "Drag & drop files or");
|
|
47
|
+
injectString("hu-HU", "Drag & drop files or", "Drag & drop files or");
|
|
48
|
+
injectString("id", "Drag & drop files or", "Drag & drop files or");
|
|
49
|
+
injectString("it", "Drag & drop files or", "Drag & drop files or");
|
|
50
|
+
injectString("ja", "Drag & drop files or", "Drag & drop files or");
|
|
51
|
+
injectString("ko-KR", "Drag & drop files or", "Drag & drop files or");
|
|
52
|
+
injectString("ms", "Drag & drop files or", "Drag & drop files or");
|
|
53
|
+
injectString("nb-NO", "Drag & drop files or", "Drag & drop files or");
|
|
54
|
+
injectString("nl", "Drag & drop files or", "Drag & drop files or");
|
|
55
|
+
injectString("pl", "Drag & drop files or", "Drag & drop files or");
|
|
56
|
+
injectString("pt-BR", "Drag & drop files or", "Drag & drop files or");
|
|
57
|
+
injectString("pt-PT", "Drag & drop files or", "Drag & drop files or");
|
|
58
|
+
injectString("sk-SK", "Drag & drop files or", "Drag & drop files or");
|
|
59
|
+
injectString("sv", "Drag & drop files or", "Drag & drop files or");
|
|
60
|
+
injectString("th", "Drag & drop files or", "Drag & drop files or");
|
|
61
|
+
injectString("tr", "Drag & drop files or", "Drag & drop files or");
|
|
62
|
+
injectString("zh-Hans", "Drag & drop files or", "Drag & drop files or");
|
|
63
|
+
injectString("zh-TW", "Drag & drop files or", "Drag & drop files or");
|
|
64
|
+
injectString("ro-RO", "Drag & drop files or", "Drag & drop files or");
|
|
65
65
|
injectString("ar-SA", "Drag & drop files or", "\u0627\u0633\u062D\u0628 \u0648\u0623\u0641\u0644\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0623\u0648");
|
|
66
|
-
injectString("cs", "Browse", "
|
|
67
|
-
injectString("da-DK", "Browse", "
|
|
68
|
-
injectString("de", "Browse", "
|
|
66
|
+
injectString("cs", "Browse", "Browse");
|
|
67
|
+
injectString("da-DK", "Browse", "Browse");
|
|
68
|
+
injectString("de", "Browse", "Browse");
|
|
69
69
|
injectString("en", "Browse", "Browse");
|
|
70
|
-
injectString("es", "Browse", "
|
|
71
|
-
injectString("fi-FI", "Browse", "
|
|
72
|
-
injectString("fr", "Browse", "
|
|
73
|
-
injectString("fr-FR", "Browse", "
|
|
74
|
-
injectString("hu-HU", "Browse", "
|
|
75
|
-
injectString("id", "Browse", "
|
|
76
|
-
injectString("it", "Browse", "
|
|
77
|
-
injectString("ja", "Browse", "
|
|
78
|
-
injectString("ko-KR", "Browse", "
|
|
79
|
-
injectString("ms", "Browse", "
|
|
80
|
-
injectString("nb-NO", "Browse", "
|
|
81
|
-
injectString("nl", "Browse", "
|
|
82
|
-
injectString("pl", "Browse", "
|
|
83
|
-
injectString("pt-BR", "Browse", "
|
|
84
|
-
injectString("pt-PT", "Browse", "
|
|
85
|
-
injectString("sk-SK", "Browse", "
|
|
86
|
-
injectString("sv", "Browse", "
|
|
87
|
-
injectString("th", "Browse", "
|
|
88
|
-
injectString("tr", "Browse", "
|
|
89
|
-
injectString("zh-Hans", "Browse", "
|
|
90
|
-
injectString("zh-TW", "Browse", "
|
|
91
|
-
injectString("ro-RO", "Browse", "
|
|
70
|
+
injectString("es", "Browse", "Browse");
|
|
71
|
+
injectString("fi-FI", "Browse", "Browse");
|
|
72
|
+
injectString("fr", "Browse", "Browse");
|
|
73
|
+
injectString("fr-FR", "Browse", "Browse");
|
|
74
|
+
injectString("hu-HU", "Browse", "Browse");
|
|
75
|
+
injectString("id", "Browse", "Browse");
|
|
76
|
+
injectString("it", "Browse", "Browse");
|
|
77
|
+
injectString("ja", "Browse", "Browse");
|
|
78
|
+
injectString("ko-KR", "Browse", "Browse");
|
|
79
|
+
injectString("ms", "Browse", "Browse");
|
|
80
|
+
injectString("nb-NO", "Browse", "Browse");
|
|
81
|
+
injectString("nl", "Browse", "Browse");
|
|
82
|
+
injectString("pl", "Browse", "Browse");
|
|
83
|
+
injectString("pt-BR", "Browse", "Browse");
|
|
84
|
+
injectString("pt-PT", "Browse", "Browse");
|
|
85
|
+
injectString("sk-SK", "Browse", "Browse");
|
|
86
|
+
injectString("sv", "Browse", "Browse");
|
|
87
|
+
injectString("th", "Browse", "Browse");
|
|
88
|
+
injectString("tr", "Browse", "Browse");
|
|
89
|
+
injectString("zh-Hans", "Browse", "Browse");
|
|
90
|
+
injectString("zh-TW", "Browse", "Browse");
|
|
91
|
+
injectString("ro-RO", "Browse", "Browse");
|
|
92
92
|
injectString("ar-SA", "Browse", "\u062A\u0635\u0641\u062D");
|
|
93
93
|
injectString("cs", "Upload files.", "Upload files.");
|
|
94
94
|
injectString("da-DK", "Upload files.", "Upload files.");
|
|
@@ -117,32 +117,32 @@ injectString("zh-Hans", "Upload files.", "Upload files.");
|
|
|
117
117
|
injectString("zh-TW", "Upload files.", "Upload files.");
|
|
118
118
|
injectString("ro-RO", "Upload files.", "Upload files.");
|
|
119
119
|
injectString("ar-SA", "Upload files.", "\u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.");
|
|
120
|
-
injectString("cs", "Supported Formats:", "
|
|
121
|
-
injectString("da-DK", "Supported Formats:", "
|
|
122
|
-
injectString("de", "Supported Formats:", "
|
|
120
|
+
injectString("cs", "Supported Formats:", "Supported Formats:");
|
|
121
|
+
injectString("da-DK", "Supported Formats:", "Supported Formats:");
|
|
122
|
+
injectString("de", "Supported Formats:", "Supported Formats:");
|
|
123
123
|
injectString("en", "Supported Formats:", "Supported Formats:");
|
|
124
|
-
injectString("es", "Supported Formats:", "
|
|
125
|
-
injectString("fi-FI", "Supported Formats:", "
|
|
126
|
-
injectString("fr", "Supported Formats:", "Formats
|
|
127
|
-
injectString("fr-FR", "Supported Formats:", "Formats
|
|
128
|
-
injectString("hu-HU", "Supported Formats:", "
|
|
129
|
-
injectString("id", "Supported Formats:", "
|
|
130
|
-
injectString("it", "Supported Formats:", "
|
|
131
|
-
injectString("ja", "Supported Formats:", "
|
|
132
|
-
injectString("ko-KR", "Supported Formats:", "
|
|
133
|
-
injectString("ms", "Supported Formats:", "
|
|
134
|
-
injectString("nb-NO", "Supported Formats:", "
|
|
135
|
-
injectString("nl", "Supported Formats:", "
|
|
136
|
-
injectString("pl", "Supported Formats:", "
|
|
137
|
-
injectString("pt-BR", "Supported Formats:", "
|
|
138
|
-
injectString("pt-PT", "Supported Formats:", "
|
|
139
|
-
injectString("sk-SK", "Supported Formats:", "
|
|
140
|
-
injectString("sv", "Supported Formats:", "
|
|
141
|
-
injectString("th", "Supported Formats:", "
|
|
142
|
-
injectString("tr", "Supported Formats:", "
|
|
143
|
-
injectString("zh-Hans", "Supported Formats:", "
|
|
144
|
-
injectString("zh-TW", "Supported Formats:", "
|
|
145
|
-
injectString("ro-RO", "Supported Formats:", "
|
|
124
|
+
injectString("es", "Supported Formats:", "Supported Formats:");
|
|
125
|
+
injectString("fi-FI", "Supported Formats:", "Supported Formats:");
|
|
126
|
+
injectString("fr", "Supported Formats:", "Supported Formats:");
|
|
127
|
+
injectString("fr-FR", "Supported Formats:", "Supported Formats:");
|
|
128
|
+
injectString("hu-HU", "Supported Formats:", "Supported Formats:");
|
|
129
|
+
injectString("id", "Supported Formats:", "Supported Formats:");
|
|
130
|
+
injectString("it", "Supported Formats:", "Supported Formats:");
|
|
131
|
+
injectString("ja", "Supported Formats:", "Supported Formats:");
|
|
132
|
+
injectString("ko-KR", "Supported Formats:", "Supported Formats:");
|
|
133
|
+
injectString("ms", "Supported Formats:", "Supported Formats:");
|
|
134
|
+
injectString("nb-NO", "Supported Formats:", "Supported Formats:");
|
|
135
|
+
injectString("nl", "Supported Formats:", "Supported Formats:");
|
|
136
|
+
injectString("pl", "Supported Formats:", "Supported Formats:");
|
|
137
|
+
injectString("pt-BR", "Supported Formats:", "Supported Formats:");
|
|
138
|
+
injectString("pt-PT", "Supported Formats:", "Supported Formats:");
|
|
139
|
+
injectString("sk-SK", "Supported Formats:", "Supported Formats:");
|
|
140
|
+
injectString("sv", "Supported Formats:", "Supported Formats:");
|
|
141
|
+
injectString("th", "Supported Formats:", "Supported Formats:");
|
|
142
|
+
injectString("tr", "Supported Formats:", "Supported Formats:");
|
|
143
|
+
injectString("zh-Hans", "Supported Formats:", "Supported Formats:");
|
|
144
|
+
injectString("zh-TW", "Supported Formats:", "Supported Formats:");
|
|
145
|
+
injectString("ro-RO", "Supported Formats:", "Supported Formats:");
|
|
146
146
|
injectString("ar-SA", "Supported Formats:", "\u0627\u0644\u0635\u064A\u063A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629:");
|
|
147
147
|
injectString("cs", "File upload area", "File upload area");
|
|
148
148
|
injectString("da-DK", "File upload area", "File upload area");
|
|
@@ -6,8 +6,6 @@ import { useLanguage } from "../../utils/localization/useLanguage";
|
|
|
6
6
|
import { Button } from "../../button/button";
|
|
7
7
|
import { TextIconButton } from "../../textIconButton/textIconButton";
|
|
8
8
|
import { IconChevronLeft } from "../../icons/iconChevronLeft";
|
|
9
|
-
import { IconChevronRight } from "../../icons/iconChevronRight";
|
|
10
|
-
import { useDirectionalIcon } from "../../utils/localization/useDirectionalIcon";
|
|
11
9
|
import { ButtonIconPosition } from "../../textIconButton/textIconButton";
|
|
12
10
|
import { FiltersSearchItemData } from "./filtersSearchItemData";
|
|
13
11
|
import { useMobile } from "../../commonHelpers/hooks/useMobile";
|
|
@@ -311,7 +309,6 @@ export const FiltersSearchList = ({
|
|
|
311
309
|
const {
|
|
312
310
|
translate
|
|
313
311
|
} = useLanguage();
|
|
314
|
-
const BackChevronIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
|
|
315
312
|
const isSearchModeAvailable = Boolean(handleSearchItemClick && searchSelection);
|
|
316
313
|
const isRecentSearchesModeAvailable = Boolean(recentSearches && handleRecentSearchItemClick && onRemoveRecentSearchItem);
|
|
317
314
|
const isMobile = useMobile();
|
|
@@ -508,7 +505,7 @@ export const FiltersSearchList = ({
|
|
|
508
505
|
title: translate("Back"),
|
|
509
506
|
type: "tertiary",
|
|
510
507
|
onClick: changeMode.bind(null, "recent"),
|
|
511
|
-
icon:
|
|
508
|
+
icon: IconChevronLeft,
|
|
512
509
|
iconPosition: ButtonIconPosition.Start
|
|
513
510
|
}), _jsx(Button, {
|
|
514
511
|
type: "tertiary",
|