@geotab/zenith 3.11.1 → 3.12.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 +24 -0
- package/dist/absolute/absolute.d.ts +21 -1
- package/dist/absolute/absolute.js +46 -6
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +3 -3
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -2
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +7 -7
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -1
- package/dist/alert/banner.d.ts +3 -1
- package/dist/alertRaw/alertRaw.js +1 -1
- package/dist/banner/banner.d.ts +5 -2
- package/dist/banner/banner.js +13 -2
- package/dist/banner/bannerErrorSummary.d.ts +7 -0
- package/dist/banner/bannerErrorSummary.js +8 -0
- package/dist/banner/bannerMultipLine.js +1 -1
- package/dist/banner/bannerSingleLine.js +1 -1
- package/dist/banner/utils/buildSummaryErrorList.d.ts +1 -0
- package/dist/banner/utils/buildSummaryErrorList.js +16 -0
- package/dist/banner/utils/hasSummaryErrorChild.d.ts +1 -0
- package/dist/banner/utils/hasSummaryErrorChild.js +7 -0
- package/dist/banner/utils/isSummaryErrorBanner.d.ts +2 -0
- package/dist/banner/utils/isSummaryErrorBanner.js +6 -0
- package/dist/banner/utils/isSummaryErrorElement.d.ts +3 -0
- package/dist/banner/utils/isSummaryErrorElement.js +7 -0
- package/dist/banner/utils/useSummaryBannerProp.d.ts +6 -0
- package/dist/banner/utils/useSummaryBannerProp.js +34 -0
- package/dist/betaPill/betaPill.js +4 -4
- package/dist/bookmark/bookmark.js +2 -2
- package/dist/bulkEditControl/bulkEditControl.js +5 -5
- package/dist/calendar/calendar.js +37 -34
- package/dist/calendar/calendarUtils.js +6 -4
- package/dist/card/card.js +1 -1
- package/dist/card/components/title.js +4 -1
- package/dist/card/components/titleLink.js +5 -2
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +13 -13
- package/dist/chart/accessibleChart/accessibleChartTable.js +5 -5
- package/dist/chart/barChart/getDefaultOptions.d.ts +2 -1
- package/dist/chart/barChart/getDefaultOptions.js +5 -2
- package/dist/chart/barChart.js +6 -4
- package/dist/chart/chart.js +1 -1
- package/dist/chart/chartAxis/chartAxis.js +2 -2
- package/dist/chart/lineChart/getDefaultOptions.d.ts +4 -1
- package/dist/chart/lineChart/getDefaultOptions.js +7 -2
- package/dist/chart/lineChart.js +7 -3
- package/dist/chart/plugins/linePlugin/linePlugin.js +5 -4
- package/dist/chart/utils/getXAxisMeta.js +8 -5
- package/dist/chart/utils/isDateRange.js +1 -1
- package/dist/chart/utils/useHidden.d.ts +1 -0
- package/dist/chart/utils/useHidden.js +1 -1
- package/dist/chart/utils/useLastVisibleXAxisMeta.d.ts +2 -0
- package/dist/chart/utils/useLastVisibleXAxisMeta.js +15 -0
- package/dist/checkboxListWithAction/checkboxListWithAction.js +8 -5
- package/dist/chip/chip.js +1 -1
- package/dist/columnsSelector/columnsSelector.js +2 -2
- package/dist/columnsSelector/columnsTab/columnsTab.js +1 -1
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -1
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +4 -1
- package/dist/commonStyles/columnsList.less +59 -0
- package/dist/commonStyles/link/link.less +1 -1
- package/dist/commonStyles/pillStyles/pillContent.less +14 -15
- package/dist/commonStyles/pillStyles/pillStyles.less +4 -5
- package/dist/commonStyles/pillStyles/pillTextContent.less +2 -2
- package/dist/commonStyles/pillStyles/pillTypes.less +1 -1
- package/dist/commonStyles/popupMixin.less +1 -1
- package/dist/commonStyles/selectButton.less +1 -1
- package/dist/commonStyles/typography/typography.less +545 -19
- package/dist/controlledPopup/controlledPopup.d.ts +1 -0
- package/dist/controlledPopup/controlledPopup.js +3 -1
- package/dist/dataFeed/feedExpandControl/feedExpandControl.js +5 -0
- package/dist/dataGrid/cell/cell.d.ts +2 -1
- package/dist/dataGrid/cell/cell.js +2 -2
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -1
- package/dist/dataGrid/dataGrid.js +8 -5
- package/dist/dataGrid/emptySearchList/emptySearchList.js +1 -1
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -1
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +2 -2
- package/dist/dataGrid/listColumn.d.ts +2 -0
- package/dist/dataGrid/row/row.d.ts +2 -1
- package/dist/dataGrid/row/row.js +13 -9
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.d.ts +1 -1
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +45 -116
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +4 -0
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +29 -29
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +4 -0
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -5
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +4 -3
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +2 -2
- package/dist/dateInputInner/dateInputInner.js +7 -7
- package/dist/dateInputInner/dateInputInnerControlBlock.js +2 -2
- package/dist/dateInputRaw/dateInputRaw.js +4 -4
- package/dist/dateInputRaw/utils/getLabel.js +2 -2
- package/dist/dateRangeInner/dateRangeInner.js +6 -3
- package/dist/dateRangeRaw/dateRangeRaw.d.ts +1 -0
- package/dist/dateRangeRaw/dateRangeRaw.js +21 -15
- package/dist/dateRangeRaw/types.d.ts +1 -0
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +17 -17
- package/dist/dateRangeRaw/utils/parseLabel.js +1 -1
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +4 -4
- package/dist/dialog/dialogContent.js +1 -1
- package/dist/dropdown/dropdownTrigger.d.ts +1 -1
- package/dist/dropdownRaw/dropdownList.js +9 -9
- package/dist/dropdownRaw/dropdownPopup.js +3 -3
- package/dist/dropdownRaw/dropdownRaw.js +34 -17
- package/dist/dropdownRaw/dropdownSearchableTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +8 -6
- package/dist/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownTrigger.js +2 -2
- package/dist/dropdownRaw/types.d.ts +2 -0
- package/dist/favoriteButton/favoriteButton.js +1 -1
- package/dist/fileUpload/components/dropZoneContent.js +104 -104
- package/dist/fileUpload/components/templateDownloadSection.js +1 -1
- package/dist/fileUpload/components/uploadedFilesSection.js +2 -2
- package/dist/fileUpload/fileUpload.js +106 -106
- package/dist/filterButton/filterButton.d.ts +1 -0
- package/dist/filters/components/filtersContainer.js +2 -2
- package/dist/filters/components/filtersDropdown.d.ts +1 -1
- package/dist/filters/components/filtersEmptyState.js +2 -2
- package/dist/filters/components/filtersSaveModal.js +5 -5
- package/dist/filters/components/filtersSavedChipComponent.js +11 -11
- package/dist/filters/components/filtersSearchItemData.js +1 -1
- package/dist/filters/components/filtersSearchList.js +14 -11
- package/dist/filters/components/filtersSelect.js +1 -1
- package/dist/filters/components/filtersSelectListItem.js +2 -2
- package/dist/filters/components/filtersSidePanel.js +8 -8
- package/dist/filters/filters.js +7 -7
- package/dist/filtersBar/components/filtersBarGroupsFilter/filtersBarGroupsFilter.d.ts +1 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.d.ts +1 -0
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +18 -18
- package/dist/filtersBar/components/resetComponentButton.js +1 -1
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +3 -3
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +2 -2
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -5
- package/dist/filtersBar/filtersContainer/filtersContainer.js +62 -61
- package/dist/formField/hooks/useError.js +3 -3
- package/dist/formField/hooks/useFormFieldProps.d.ts +1 -1
- package/dist/formField/hooks/useFormFieldProps.js +4 -2
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +2 -2
- package/dist/formGroup/hooks/useCustomRow.js +46 -32
- package/dist/formGroup/hooks/useRowElements.js +9 -6
- package/dist/formGroup/hooks/useToggle.js +1 -1
- package/dist/formGroup/types.d.ts +4 -0
- package/dist/formGroup/utils/normalizeFieldId.d.ts +1 -0
- package/dist/formGroup/utils/normalizeFieldId.js +5 -0
- package/dist/formGroup/utils/resolveId.d.ts +7 -0
- package/dist/formGroup/utils/resolveId.js +6 -0
- package/dist/formLayout/components/getLayoutColumns.js +4 -2
- package/dist/formLayout/hooks/useError.js +3 -3
- package/dist/formLayout/hooks/useErrorSummary.d.ts +6 -0
- package/dist/formLayout/hooks/useErrorSummary.js +34 -0
- package/dist/formLayout/hooks/useFormButtons.js +3 -3
- package/dist/formLayout/utils/applyGridPropsStatic.js +1 -1
- package/dist/formLayout/utils/flattenErrors.d.ts +5 -0
- package/dist/formLayout/utils/flattenErrors.js +14 -0
- package/dist/formLayout/utils/getChildrenWithCustomColumns.js +3 -0
- package/dist/formLayout/utils/getFieldLabel.d.ts +1 -0
- package/dist/formLayout/utils/getFieldLabel.js +26 -0
- package/dist/formSection/hooks/useError.js +3 -3
- package/dist/formStepper/components/formStep.js +1 -1
- package/dist/formStepper/formStepper.js +2 -2
- package/dist/formStepperButtons/formStepperButtons.js +8 -5
- package/dist/gridLayout/hooks/useGridClasses.js +3 -9
- package/dist/groupButtonRaw/groupButtonRaw.js +2 -2
- package/dist/groupButtonRaw/types.d.ts +1 -0
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +8 -5
- package/dist/groupsFilterRaw/groupsFilterBox.js +3 -3
- package/dist/groupsFilterRaw/groupsFilterCommon.js +2 -2
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +5 -5
- package/dist/groupsFilterRaw/groupsFilterHelper.js +2 -2
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +12 -9
- package/dist/groupsFilterRaw/groupsFilterMenu.js +3 -3
- package/dist/groupsFilterRaw/groupsFilterRaw.d.ts +1 -0
- package/dist/groupsFilterRaw/groupsFilterRaw.js +15 -10
- package/dist/groupsFilterRaw/groupsFilterTrigger.d.ts +2 -1
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +8 -5
- package/dist/groupsFilterRaw/groupsHelper.js +22 -22
- package/dist/groupsFilterRaw/types.d.ts +2 -0
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +1 -1
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +3 -3
- package/dist/header/header.js +1 -1
- package/dist/header/headerBack.js +5 -2
- package/dist/header/headerHelpers.d.ts +1 -0
- package/dist/header/headerHelpers.js +10 -1
- package/dist/header/hooks/useNonFittingElements.js +1 -1
- package/dist/icons/iconAlignLeft.js +1 -3
- package/dist/icons/iconAlignmentLeft.js +1 -3
- package/dist/icons/iconAlignmentRight.js +1 -3
- package/dist/icons/iconArrowBottomLeft.js +1 -3
- package/dist/icons/iconArrowBottomRight.js +1 -3
- package/dist/icons/iconArrowLeftPath.js +1 -3
- package/dist/icons/iconArrowRight.js +1 -3
- package/dist/icons/iconArrowRightCircle.js +1 -3
- package/dist/icons/iconArrowRightPath.js +1 -3
- package/dist/icons/iconArrowTopLeft.js +1 -3
- package/dist/icons/iconArrowTopRight.js +1 -3
- package/dist/icons/iconChevronDoubleRight.js +1 -3
- package/dist/icons/iconChevronRight.js +1 -3
- package/dist/icons/iconChevronRightSmall.js +1 -3
- package/dist/icons/iconCornerDownLeft.js +1 -3
- package/dist/icons/iconCornerDownRight.js +1 -3
- package/dist/icons/iconCornerLeftDown.js +1 -3
- package/dist/icons/iconCornerLeftUp.js +1 -3
- package/dist/icons/iconCornerRightDown.js +1 -3
- package/dist/icons/iconCornerRightUp.js +1 -3
- package/dist/icons/iconCornerUpLeft.js +1 -3
- package/dist/icons/iconCornerUpRight.js +1 -3
- package/dist/index.css +3628 -3321
- package/dist/index.d.ts +1 -0
- package/dist/index.js +16 -14
- package/dist/lineChartMini/lineChartMini.js +15 -3
- package/dist/list/itemData/itemDataInternal.js +6 -3
- package/dist/list/listItem/listItem.js +6 -3
- package/dist/menu/components/controlledMenuList/controlledMenuList.js +4 -1
- package/dist/menu/components/menuButton.d.ts +2 -1
- package/dist/menu/components/menuButton.js +7 -4
- package/dist/menu/components/menuErrorItem.js +2 -2
- package/dist/menu/components/menuItem.js +4 -4
- package/dist/menu/utils/useMenuItemCore.js +1 -3
- package/dist/miniTabs/miniTabs.d.ts +1 -0
- package/dist/miniTabs/miniTabs.js +1 -1
- package/dist/miniTabs/miniTabsHeaderItem.d.ts +2 -1
- package/dist/miniTabs/miniTabsHeaderItem.js +1 -1
- package/dist/miniTabs/miniTabsItem.d.ts +1 -0
- package/dist/mobileSheet/mobileSheet.js +2 -2
- package/dist/modal/modal.js +1 -1
- package/dist/nav/navFooter/navEditFooter/navEditFooter.js +2 -2
- package/dist/nav/navFooter/navFooter.js +1 -1
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +2 -2
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +2 -2
- package/dist/nav/navItem/navItem.js +4 -1
- package/dist/nav/navMobileBar/navMobileBar.js +1 -1
- package/dist/notification/notification.js +1 -1
- package/dist/pagination/paginationArrow.js +12 -5
- package/dist/pagination/paginationText/paginationText.js +1 -1
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +1 -1
- package/dist/pillBox/components/pillBoxItem.js +1 -1
- package/dist/pillBox/pillBox.js +3 -3
- package/dist/pillExpandable/pillContent.js +12 -3
- package/dist/pillExpandable/pillExpandable.d.ts +4 -1
- package/dist/pillExpandable/pillExpandable.js +5 -3
- package/dist/pillExpandable/pillExpandableSimple.d.ts +1 -1
- package/dist/pillExpandable/pillExpandableSimple.js +4 -4
- package/dist/radioGroupRaw/radioGroupRaw.js +2 -1
- package/dist/rangeRaw/rangeRaw.js +7 -8
- package/dist/rangeRaw/utils/rangeHelper.js +7 -7
- package/dist/searchInputRaw/searchInputRaw.js +6 -3
- package/dist/selectList/selectList.js +2 -2
- package/dist/selectList/selectListItem.js +4 -1
- package/dist/skeleton/skeleton.js +1 -1
- package/dist/sortControl/sortControl.js +6 -7
- package/dist/stepperRaw/stepperRaw.js +5 -0
- package/dist/summary/summary.js +2 -2
- package/dist/summaryTile/summaryTile.d.ts +4 -2
- package/dist/summaryTile/summaryTile.js +59 -26
- package/dist/summaryTileBar/summaryTileBar.d.ts +4 -2
- package/dist/summaryTileBar/summaryTileBar.js +2 -2
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/children/useTableChildren.d.ts +1 -1
- package/dist/table/children/useTableChildren.js +3 -3
- package/dist/table/detailPanel/detailPanel.js +1 -1
- package/dist/table/detailPanel/detailPanelHeader.js +2 -2
- package/dist/table/flexible/columnSettings.js +2 -2
- package/dist/table/flexible/columnsList.js +47 -117
- package/dist/table/flexible/columnsPopup.d.ts +1 -1
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/nested/useNestedRows.js +2 -2
- package/dist/table/selectable/selectableHeader.js +5 -4
- package/dist/table/selectable/useSelectableRows.d.ts +8 -0
- package/dist/table/selectable/useSelectableRows.js +16 -8
- package/dist/table/sortable/mobileSortControl.js +1 -1
- package/dist/table/sortable/sortableHeader.js +2 -2
- package/dist/table/table.js +3 -9
- package/dist/tabs/tabItem/tabItem.d.ts +2 -1
- package/dist/tabs/tabItem/tabItem.js +7 -2
- package/dist/tabs/tabs.d.ts +2 -1
- package/dist/tabs/tabs.js +71 -61
- package/dist/tabs/tabsTestHelper.js +2 -2
- package/dist/timePickerRaw/timePickerRaw.js +11 -9
- package/dist/timePickerRaw/types.d.ts +1 -0
- package/dist/toastRaw/toastRaw.js +1 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.js +7 -4
- package/dist/tooltip/tooltip.js +13 -5
- package/dist/utils/formatDate.js +37 -37
- package/dist/utils/localization/flipAlignment.js +12 -1
- package/dist/utils/localization/languageContext.d.ts +1 -1
- package/dist/utils/localization/translations/cs.json +7 -5
- package/dist/utils/localization/translations/da-DK.json +7 -5
- package/dist/utils/localization/translations/de.json +7 -5
- package/dist/utils/localization/translations/en.json +12 -1
- package/dist/utils/localization/translations/es.json +7 -5
- package/dist/utils/localization/translations/fi-FI.json +7 -5
- package/dist/utils/localization/translations/fr-FR.json +7 -5
- package/dist/utils/localization/translations/fr.json +7 -5
- package/dist/utils/localization/translations/hu-HU.json +7 -5
- package/dist/utils/localization/translations/id.json +7 -5
- package/dist/utils/localization/translations/it.json +7 -5
- package/dist/utils/localization/translations/ja.json +7 -5
- package/dist/utils/localization/translations/ko-KR.json +7 -5
- package/dist/utils/localization/translations/ms.json +7 -5
- package/dist/utils/localization/translations/nb-NO.json +7 -5
- package/dist/utils/localization/translations/nl.json +7 -5
- package/dist/utils/localization/translations/pl.json +7 -5
- package/dist/utils/localization/translations/pt-BR.json +7 -5
- package/dist/utils/localization/translations/pt-PT.json +7 -5
- package/dist/utils/localization/translations/ro-RO.json +7 -5
- package/dist/utils/localization/translations/sk-SK.json +7 -5
- package/dist/utils/localization/translations/sv.json +7 -5
- package/dist/utils/localization/translations/th.json +7 -5
- package/dist/utils/localization/translations/tr.json +7 -5
- package/dist/utils/localization/translations/zh-Hans.json +7 -5
- package/dist/utils/localization/translations/zh-TW.json +7 -5
- package/dist/utils/localization/useDirectionalIcon.d.ts +3 -0
- package/dist/utils/localization/useDirectionalIcon.js +9 -0
- package/dist/utils/positioningUtils/alignments.d.ts +2 -2
- package/dist/utils/positioningUtils/alignments.js +2 -2
- package/dist/utils/positioningUtils/calculatePosition.d.ts +2 -1
- package/dist/utils/positioningUtils/calculatePosition.js +11 -11
- package/dist/utils/positioningUtils/normalizeLogicalAlignment.d.ts +4 -0
- package/dist/utils/positioningUtils/normalizeLogicalAlignment.js +36 -0
- package/esm/absolute/absolute.d.ts +21 -1
- package/esm/absolute/absolute.js +46 -6
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +3 -3
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -2
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -1
- package/esm/alert/banner.d.ts +3 -1
- package/esm/alertRaw/alertRaw.js +1 -1
- package/esm/banner/banner.d.ts +5 -2
- package/esm/banner/banner.js +13 -2
- package/esm/banner/bannerErrorSummary.d.ts +7 -0
- package/esm/banner/bannerErrorSummary.js +4 -0
- package/esm/banner/bannerMultipLine.js +1 -1
- package/esm/banner/bannerSingleLine.js +1 -1
- package/esm/banner/utils/buildSummaryErrorList.d.ts +1 -0
- package/esm/banner/utils/buildSummaryErrorList.js +12 -0
- package/esm/banner/utils/hasSummaryErrorChild.d.ts +1 -0
- package/esm/banner/utils/hasSummaryErrorChild.js +3 -0
- package/esm/banner/utils/isSummaryErrorBanner.d.ts +2 -0
- package/esm/banner/utils/isSummaryErrorBanner.js +2 -0
- package/esm/banner/utils/isSummaryErrorElement.d.ts +3 -0
- package/esm/banner/utils/isSummaryErrorElement.js +3 -0
- package/esm/banner/utils/useSummaryBannerProp.d.ts +6 -0
- package/esm/banner/utils/useSummaryBannerProp.js +25 -0
- package/esm/betaPill/betaPill.js +4 -4
- package/esm/bookmark/bookmark.js +2 -2
- package/esm/bulkEditControl/bulkEditControl.js +5 -5
- package/esm/calendar/calendar.js +37 -34
- package/esm/calendar/calendarUtils.js +6 -4
- package/esm/card/card.js +1 -1
- package/esm/card/components/title.js +4 -1
- package/esm/card/components/titleLink.js +5 -2
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +13 -13
- package/esm/chart/accessibleChart/accessibleChartTable.js +5 -5
- package/esm/chart/barChart/getDefaultOptions.d.ts +2 -1
- package/esm/chart/barChart/getDefaultOptions.js +5 -2
- package/esm/chart/barChart.js +6 -4
- package/esm/chart/chart.js +1 -1
- package/esm/chart/chartAxis/chartAxis.js +2 -2
- package/esm/chart/lineChart/getDefaultOptions.d.ts +4 -1
- package/esm/chart/lineChart/getDefaultOptions.js +7 -2
- package/esm/chart/lineChart.js +7 -3
- package/esm/chart/plugins/linePlugin/linePlugin.js +5 -4
- package/esm/chart/utils/getXAxisMeta.js +8 -5
- package/esm/chart/utils/isDateRange.js +1 -1
- package/esm/chart/utils/useHidden.d.ts +1 -0
- package/esm/chart/utils/useHidden.js +1 -1
- package/esm/chart/utils/useLastVisibleXAxisMeta.d.ts +2 -0
- package/esm/chart/utils/useLastVisibleXAxisMeta.js +11 -0
- package/esm/checkboxListWithAction/checkboxListWithAction.js +8 -5
- package/esm/chip/chip.js +1 -1
- package/esm/columnsSelector/columnsSelector.js +2 -2
- package/esm/columnsSelector/columnsTab/columnsTab.js +1 -1
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -1
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +4 -1
- package/esm/controlledPopup/controlledPopup.d.ts +1 -0
- package/esm/controlledPopup/controlledPopup.js +3 -1
- package/esm/dataFeed/feedExpandControl/feedExpandControl.js +3 -0
- package/esm/dataGrid/cell/cell.d.ts +2 -1
- package/esm/dataGrid/cell/cell.js +2 -2
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -1
- package/esm/dataGrid/dataGrid.js +8 -5
- package/esm/dataGrid/emptySearchList/emptySearchList.js +1 -1
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -1
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +2 -2
- package/esm/dataGrid/listColumn.d.ts +2 -0
- package/esm/dataGrid/row/row.d.ts +2 -1
- package/esm/dataGrid/row/row.js +13 -9
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.d.ts +1 -1
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +44 -110
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +2 -0
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +29 -29
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.d.ts +4 -0
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -5
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +4 -3
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +2 -2
- package/esm/dateInputInner/dateInputInner.js +7 -7
- package/esm/dateInputInner/dateInputInnerControlBlock.js +2 -2
- package/esm/dateInputRaw/dateInputRaw.js +4 -4
- package/esm/dateInputRaw/utils/getLabel.js +2 -2
- package/esm/dateRangeInner/dateRangeInner.js +6 -3
- package/esm/dateRangeRaw/dateRangeRaw.d.ts +1 -0
- package/esm/dateRangeRaw/dateRangeRaw.js +21 -15
- package/esm/dateRangeRaw/types.d.ts +1 -0
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +17 -17
- package/esm/dateRangeRaw/utils/parseLabel.js +1 -1
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +4 -4
- package/esm/dialog/dialogContent.js +1 -1
- package/esm/dropdown/dropdownTrigger.d.ts +1 -1
- package/esm/dropdownRaw/dropdownList.js +9 -9
- package/esm/dropdownRaw/dropdownPopup.js +3 -3
- package/esm/dropdownRaw/dropdownRaw.js +34 -17
- package/esm/dropdownRaw/dropdownSearchableTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +8 -6
- package/esm/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownTrigger.js +2 -2
- package/esm/dropdownRaw/types.d.ts +2 -0
- package/esm/favoriteButton/favoriteButton.js +1 -1
- package/esm/fileUpload/components/dropZoneContent.js +104 -104
- package/esm/fileUpload/components/templateDownloadSection.js +1 -1
- package/esm/fileUpload/components/uploadedFilesSection.js +2 -2
- package/esm/fileUpload/fileUpload.js +106 -106
- package/esm/filterButton/filterButton.d.ts +1 -0
- package/esm/filters/components/filtersContainer.js +2 -2
- package/esm/filters/components/filtersDropdown.d.ts +1 -1
- package/esm/filters/components/filtersEmptyState.js +2 -2
- package/esm/filters/components/filtersSaveModal.js +5 -5
- package/esm/filters/components/filtersSavedChipComponent.js +11 -11
- package/esm/filters/components/filtersSearchItemData.js +1 -1
- package/esm/filters/components/filtersSearchList.js +14 -11
- package/esm/filters/components/filtersSelect.js +1 -1
- package/esm/filters/components/filtersSelectListItem.js +2 -2
- package/esm/filters/components/filtersSidePanel.js +8 -8
- package/esm/filters/filters.js +7 -7
- package/esm/filtersBar/components/filtersBarGroupsFilter/filtersBarGroupsFilter.d.ts +1 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.d.ts +1 -0
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +18 -18
- package/esm/filtersBar/components/resetComponentButton.js +1 -1
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +3 -3
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +2 -2
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -5
- package/esm/filtersBar/filtersContainer/filtersContainer.js +62 -61
- package/esm/formField/hooks/useError.js +3 -3
- package/esm/formField/hooks/useFormFieldProps.d.ts +1 -1
- package/esm/formField/hooks/useFormFieldProps.js +4 -2
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +2 -2
- package/esm/formGroup/hooks/useCustomRow.js +46 -32
- package/esm/formGroup/hooks/useRowElements.js +9 -6
- package/esm/formGroup/hooks/useToggle.js +1 -1
- package/esm/formGroup/types.d.ts +4 -0
- package/esm/formGroup/utils/normalizeFieldId.d.ts +1 -0
- package/esm/formGroup/utils/normalizeFieldId.js +1 -0
- package/esm/formGroup/utils/resolveId.d.ts +7 -0
- package/esm/formGroup/utils/resolveId.js +2 -0
- package/esm/formLayout/components/getLayoutColumns.js +4 -2
- package/esm/formLayout/hooks/useError.js +3 -3
- package/esm/formLayout/hooks/useErrorSummary.d.ts +6 -0
- package/esm/formLayout/hooks/useErrorSummary.js +30 -0
- package/esm/formLayout/hooks/useFormButtons.js +3 -3
- package/esm/formLayout/utils/applyGridPropsStatic.js +1 -1
- package/esm/formLayout/utils/flattenErrors.d.ts +5 -0
- package/esm/formLayout/utils/flattenErrors.js +10 -0
- package/esm/formLayout/utils/getChildrenWithCustomColumns.js +3 -0
- package/esm/formLayout/utils/getFieldLabel.d.ts +1 -0
- package/esm/formLayout/utils/getFieldLabel.js +22 -0
- package/esm/formSection/hooks/useError.js +3 -3
- package/esm/formStepper/components/formStep.js +1 -1
- package/esm/formStepper/formStepper.js +2 -2
- package/esm/formStepperButtons/formStepperButtons.js +8 -5
- package/esm/gridLayout/hooks/useGridClasses.js +3 -9
- package/esm/groupButtonRaw/groupButtonRaw.js +2 -2
- package/esm/groupButtonRaw/types.d.ts +1 -0
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +8 -5
- package/esm/groupsFilterRaw/groupsFilterBox.js +3 -3
- package/esm/groupsFilterRaw/groupsFilterCommon.js +2 -2
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +5 -5
- package/esm/groupsFilterRaw/groupsFilterHelper.js +2 -2
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +12 -9
- package/esm/groupsFilterRaw/groupsFilterMenu.js +3 -3
- package/esm/groupsFilterRaw/groupsFilterRaw.d.ts +1 -0
- package/esm/groupsFilterRaw/groupsFilterRaw.js +15 -10
- package/esm/groupsFilterRaw/groupsFilterTrigger.d.ts +2 -1
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +8 -5
- package/esm/groupsFilterRaw/groupsHelper.js +22 -22
- package/esm/groupsFilterRaw/types.d.ts +2 -0
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +1 -1
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +3 -3
- package/esm/header/header.js +2 -2
- package/esm/header/headerBack.js +5 -2
- package/esm/header/headerHelpers.d.ts +1 -0
- package/esm/header/headerHelpers.js +8 -0
- package/esm/header/hooks/useNonFittingElements.js +1 -1
- package/esm/icons/iconAlignLeft.js +1 -3
- package/esm/icons/iconAlignmentLeft.js +1 -3
- package/esm/icons/iconAlignmentRight.js +1 -3
- package/esm/icons/iconArrowBottomLeft.js +1 -3
- package/esm/icons/iconArrowBottomRight.js +1 -3
- package/esm/icons/iconArrowLeftPath.js +1 -3
- package/esm/icons/iconArrowRight.js +1 -3
- package/esm/icons/iconArrowRightCircle.js +1 -3
- package/esm/icons/iconArrowRightPath.js +1 -3
- package/esm/icons/iconArrowTopLeft.js +1 -3
- package/esm/icons/iconArrowTopRight.js +1 -3
- package/esm/icons/iconChevronDoubleRight.js +1 -3
- package/esm/icons/iconChevronRight.js +1 -3
- package/esm/icons/iconChevronRightSmall.js +1 -3
- package/esm/icons/iconCornerDownLeft.js +1 -3
- package/esm/icons/iconCornerDownRight.js +1 -3
- package/esm/icons/iconCornerLeftDown.js +1 -3
- package/esm/icons/iconCornerLeftUp.js +1 -3
- package/esm/icons/iconCornerRightDown.js +1 -3
- package/esm/icons/iconCornerRightUp.js +1 -3
- package/esm/icons/iconCornerUpLeft.js +1 -3
- package/esm/icons/iconCornerUpRight.js +1 -3
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/lineChartMini/lineChartMini.js +15 -3
- package/esm/list/itemData/itemDataInternal.js +6 -3
- package/esm/list/listItem/listItem.js +6 -3
- package/esm/menu/components/controlledMenuList/controlledMenuList.js +4 -1
- package/esm/menu/components/menuButton.d.ts +2 -1
- package/esm/menu/components/menuButton.js +7 -4
- package/esm/menu/components/menuErrorItem.js +2 -2
- package/esm/menu/components/menuItem.js +4 -4
- package/esm/menu/utils/useMenuItemCore.js +1 -3
- package/esm/miniTabs/miniTabs.d.ts +1 -0
- package/esm/miniTabs/miniTabs.js +1 -1
- package/esm/miniTabs/miniTabsHeaderItem.d.ts +2 -1
- package/esm/miniTabs/miniTabsHeaderItem.js +1 -1
- package/esm/miniTabs/miniTabsItem.d.ts +1 -0
- package/esm/mobileSheet/mobileSheet.js +2 -2
- package/esm/modal/modal.js +1 -1
- package/esm/nav/navFooter/navEditFooter/navEditFooter.js +2 -2
- package/esm/nav/navFooter/navFooter.js +1 -1
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +2 -2
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +2 -2
- package/esm/nav/navItem/navItem.js +4 -1
- package/esm/nav/navMobileBar/navMobileBar.js +1 -1
- package/esm/notification/notification.js +1 -1
- package/esm/pagination/paginationArrow.js +12 -5
- package/esm/pagination/paginationText/paginationText.js +1 -1
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +1 -1
- package/esm/pillBox/components/pillBoxItem.js +1 -1
- package/esm/pillBox/pillBox.js +3 -3
- package/esm/pillExpandable/pillContent.js +12 -3
- package/esm/pillExpandable/pillExpandable.d.ts +4 -1
- package/esm/pillExpandable/pillExpandable.js +5 -3
- package/esm/pillExpandable/pillExpandableSimple.d.ts +1 -1
- package/esm/pillExpandable/pillExpandableSimple.js +4 -4
- package/esm/radioGroupRaw/radioGroupRaw.js +2 -1
- package/esm/rangeRaw/rangeRaw.js +7 -8
- package/esm/rangeRaw/utils/rangeHelper.js +7 -7
- package/esm/searchInputRaw/searchInputRaw.js +6 -3
- package/esm/selectList/selectList.js +2 -2
- package/esm/selectList/selectListItem.js +4 -1
- package/esm/skeleton/skeleton.js +1 -1
- package/esm/sortControl/sortControl.js +6 -7
- package/esm/stepperRaw/stepperRaw.js +3 -0
- package/esm/summary/summary.js +2 -2
- package/esm/summaryTile/summaryTile.d.ts +4 -2
- package/esm/summaryTile/summaryTile.js +59 -26
- package/esm/summaryTileBar/summaryTileBar.d.ts +4 -2
- package/esm/summaryTileBar/summaryTileBar.js +2 -2
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/children/useTableChildren.d.ts +1 -1
- package/esm/table/children/useTableChildren.js +3 -3
- package/esm/table/detailPanel/detailPanel.js +1 -1
- package/esm/table/detailPanel/detailPanelHeader.js +2 -2
- package/esm/table/flexible/columnSettings.js +2 -2
- package/esm/table/flexible/columnsList.js +46 -111
- package/esm/table/flexible/columnsPopup.d.ts +1 -1
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/nested/useNestedRows.js +2 -2
- package/esm/table/selectable/selectableHeader.js +5 -4
- package/esm/table/selectable/useSelectableRows.d.ts +8 -0
- package/esm/table/selectable/useSelectableRows.js +16 -8
- package/esm/table/sortable/mobileSortControl.js +1 -1
- package/esm/table/sortable/sortableHeader.js +2 -2
- package/esm/table/table.js +3 -9
- package/esm/tabs/tabItem/tabItem.d.ts +2 -1
- package/esm/tabs/tabItem/tabItem.js +7 -2
- package/esm/tabs/tabs.d.ts +2 -1
- package/esm/tabs/tabs.js +71 -61
- package/esm/tabs/tabsTestHelper.js +2 -2
- package/esm/testHelpers/mockAbsoluteAlignment.d.ts +1 -0
- package/esm/testHelpers/mockAbsoluteAlignment.js +10 -0
- package/esm/timePickerRaw/timePickerRaw.js +11 -9
- package/esm/timePickerRaw/types.d.ts +1 -0
- package/esm/toastRaw/toastRaw.js +1 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.js +7 -4
- package/esm/tooltip/tooltip.js +13 -5
- package/esm/utils/formatDate.js +37 -37
- package/esm/utils/localization/flipAlignment.js +12 -1
- package/esm/utils/localization/languageContext.d.ts +1 -1
- package/esm/utils/localization/translations/cs.json +7 -5
- package/esm/utils/localization/translations/da-DK.json +7 -5
- package/esm/utils/localization/translations/de.json +7 -5
- package/esm/utils/localization/translations/en.json +12 -1
- package/esm/utils/localization/translations/es.json +7 -5
- package/esm/utils/localization/translations/fi-FI.json +7 -5
- package/esm/utils/localization/translations/fr-FR.json +7 -5
- package/esm/utils/localization/translations/fr.json +7 -5
- package/esm/utils/localization/translations/hu-HU.json +7 -5
- package/esm/utils/localization/translations/id.json +7 -5
- package/esm/utils/localization/translations/it.json +7 -5
- package/esm/utils/localization/translations/ja.json +7 -5
- package/esm/utils/localization/translations/ko-KR.json +7 -5
- package/esm/utils/localization/translations/ms.json +7 -5
- package/esm/utils/localization/translations/nb-NO.json +7 -5
- package/esm/utils/localization/translations/nl.json +7 -5
- package/esm/utils/localization/translations/pl.json +7 -5
- package/esm/utils/localization/translations/pt-BR.json +7 -5
- package/esm/utils/localization/translations/pt-PT.json +7 -5
- package/esm/utils/localization/translations/ro-RO.json +7 -5
- package/esm/utils/localization/translations/sk-SK.json +7 -5
- package/esm/utils/localization/translations/sv.json +7 -5
- package/esm/utils/localization/translations/th.json +7 -5
- package/esm/utils/localization/translations/tr.json +7 -5
- package/esm/utils/localization/translations/zh-Hans.json +7 -5
- package/esm/utils/localization/translations/zh-TW.json +7 -5
- package/esm/utils/localization/useDirectionalIcon.d.ts +3 -0
- package/esm/utils/localization/useDirectionalIcon.js +5 -0
- package/esm/utils/positioningUtils/alignments.d.ts +2 -2
- package/esm/utils/positioningUtils/alignments.js +2 -2
- package/esm/utils/positioningUtils/calculatePosition.d.ts +2 -1
- package/esm/utils/positioningUtils/calculatePosition.js +11 -11
- package/esm/utils/positioningUtils/normalizeLogicalAlignment.d.ts +4 -0
- package/esm/utils/positioningUtils/normalizeLogicalAlignment.js +32 -0
- package/package.json +11 -12
- package/dist/utils/localization/translations/en-json.d.ts +0 -317
- package/dist/utils/localization/translations/en-json.js +0 -320
- package/esm/utils/localization/translations/en-json.d.ts +0 -317
- package/esm/utils/localization/translations/en-json.js +0 -317
|
@@ -12,114 +12,114 @@ const button_1 = require("../../button/button");
|
|
|
12
12
|
const buttonType_1 = require("../../button/buttonType");
|
|
13
13
|
const imageCloudUpload_1 = require("../../images/imageCloudUpload");
|
|
14
14
|
const imageTapToUpload_1 = require("../../images/imageTapToUpload");
|
|
15
|
-
injectString("cs", "Tap to add files", "
|
|
16
|
-
injectString("da-DK", "Tap to add files", "
|
|
17
|
-
injectString("de", "Tap to add files", "
|
|
15
|
+
injectString("cs", "Tap to add files", "Klepnut\xEDm p\u0159idejte soubory");
|
|
16
|
+
injectString("da-DK", "Tap to add files", "Tryk for at tilf\xF8je filer");
|
|
17
|
+
injectString("de", "Tap to add files", "Tippen, um Dateien hinzuzuf\xFCgen");
|
|
18
18
|
injectString("en", "Tap to add files", "Tap to add files");
|
|
19
|
-
injectString("es", "Tap to add files", "
|
|
20
|
-
injectString("fi-FI", "Tap to add files", "
|
|
21
|
-
injectString("fr", "Tap to add files", "
|
|
22
|
-
injectString("fr-FR", "Tap to add files", "
|
|
23
|
-
injectString("hu-HU", "Tap to add files", "
|
|
24
|
-
injectString("id", "Tap to add files", "
|
|
25
|
-
injectString("it", "Tap to add files", "
|
|
26
|
-
injectString("ja", "Tap to add files", "
|
|
27
|
-
injectString("ko-KR", "Tap to add files", "
|
|
28
|
-
injectString("ms", "Tap to add files", "
|
|
29
|
-
injectString("nb-NO", "Tap to add files", "
|
|
30
|
-
injectString("nl", "Tap to add files", "
|
|
31
|
-
injectString("pl", "Tap to add files", "
|
|
32
|
-
injectString("pt-BR", "Tap to add files", "
|
|
33
|
-
injectString("pt-PT", "Tap to add files", "
|
|
34
|
-
injectString("sk-SK", "Tap to add files", "
|
|
35
|
-
injectString("sv", "Tap to add files", "
|
|
36
|
-
injectString("th", "Tap to add files", "
|
|
37
|
-
injectString("tr", "Tap to add files", "
|
|
38
|
-
injectString("zh-Hans", "Tap to add files", "
|
|
39
|
-
injectString("zh-TW", "Tap to add files", "
|
|
40
|
-
injectString("ro-RO", "Tap to add files", "
|
|
41
|
-
injectString("ar
|
|
42
|
-
injectString("cs", "Drag & drop files or", "
|
|
43
|
-
injectString("da-DK", "Drag & drop files or", "
|
|
44
|
-
injectString("de", "Drag & drop files or", "
|
|
19
|
+
injectString("es", "Tap to add files", "Toca para agregar archivos");
|
|
20
|
+
injectString("fi-FI", "Tap to add files", "Lis\xE4\xE4 tiedostoja napauttamalla");
|
|
21
|
+
injectString("fr", "Tap to add files", "Appuyez pour ajouter des fichiers");
|
|
22
|
+
injectString("fr-FR", "Tap to add files", "Appuyez pour ajouter des fichiers");
|
|
23
|
+
injectString("hu-HU", "Tap to add files", "F\xE1jlok hozz\xE1ad\xE1s\xE1hoz koppintson");
|
|
24
|
+
injectString("id", "Tap to add files", "Ketuk untuk menambahkan file");
|
|
25
|
+
injectString("it", "Tap to add files", "Tocca per aggiungere file");
|
|
26
|
+
injectString("ja", "Tap to add files", "\u30BF\u30C3\u30D7\u3057\u3066\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0");
|
|
27
|
+
injectString("ko-KR", "Tap to add files", "\uD0ED\uD558\uC5EC \uD30C\uC77C \uCD94\uAC00");
|
|
28
|
+
injectString("ms", "Tap to add files", "Ketik untuk menambah fail");
|
|
29
|
+
injectString("nb-NO", "Tap to add files", "Trykk for \xE5 legge til filer");
|
|
30
|
+
injectString("nl", "Tap to add files", "Tik om bestanden toe te voegen");
|
|
31
|
+
injectString("pl", "Tap to add files", "Dotknij, aby doda\u0107 pliki");
|
|
32
|
+
injectString("pt-BR", "Tap to add files", "Toque para adicionar arquivos");
|
|
33
|
+
injectString("pt-PT", "Tap to add files", "Toque para adicionar ficheiros");
|
|
34
|
+
injectString("sk-SK", "Tap to add files", "Klepnut\xEDm pridajte s\xFAbory");
|
|
35
|
+
injectString("sv", "Tap to add files", "Tryck f\xF6r att l\xE4gga till filer");
|
|
36
|
+
injectString("th", "Tap to add files", "\u0E41\u0E15\u0E30\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E44\u0E1F\u0E25\u0E4C");
|
|
37
|
+
injectString("tr", "Tap to add files", "Dosya eklemek i\xE7in dokunun");
|
|
38
|
+
injectString("zh-Hans", "Tap to add files", "\u70B9\u51FB\u6DFB\u52A0\u6587\u4EF6");
|
|
39
|
+
injectString("zh-TW", "Tap to add files", "\u9EDE\u9078\u4EE5\u65B0\u589E\u6A94\u6848");
|
|
40
|
+
injectString("ro-RO", "Tap to add files", "Atinge\u021Bi pentru a ad\u0103uga fi\u0219iere");
|
|
41
|
+
injectString("ar", "Tap to add files", "\u0627\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641\u0627\u062A");
|
|
42
|
+
injectString("cs", "Drag & drop files or", "P\u0159et\xE1hn\u011Bte soubory nebo");
|
|
43
|
+
injectString("da-DK", "Drag & drop files or", "Tr\xE6k og slip filer eller");
|
|
44
|
+
injectString("de", "Drag & drop files or", "Dateien hierher ziehen oder");
|
|
45
45
|
injectString("en", "Drag & drop files or", "Drag & drop files or");
|
|
46
|
-
injectString("es", "Drag & drop files or", "
|
|
47
|
-
injectString("fi-FI", "Drag & drop files or", "
|
|
48
|
-
injectString("fr", "Drag & drop files or", "
|
|
49
|
-
injectString("fr-FR", "Drag & drop files or", "
|
|
50
|
-
injectString("hu-HU", "Drag & drop files or", "
|
|
51
|
-
injectString("id", "Drag & drop files or", "
|
|
52
|
-
injectString("it", "Drag & drop files or", "
|
|
53
|
-
injectString("ja", "Drag & drop files or", "
|
|
54
|
-
injectString("ko-KR", "Drag & drop files or", "
|
|
55
|
-
injectString("ms", "Drag & drop files or", "
|
|
56
|
-
injectString("nb-NO", "Drag & drop files or", "
|
|
57
|
-
injectString("nl", "Drag & drop files or", "
|
|
58
|
-
injectString("pl", "Drag & drop files or", "
|
|
59
|
-
injectString("pt-BR", "Drag & drop files or", "
|
|
60
|
-
injectString("pt-PT", "Drag & drop files or", "
|
|
61
|
-
injectString("sk-SK", "Drag & drop files or", "
|
|
62
|
-
injectString("sv", "Drag & drop files or", "
|
|
63
|
-
injectString("th", "Drag & drop files or", "
|
|
64
|
-
injectString("tr", "Drag & drop files or", "
|
|
65
|
-
injectString("zh-Hans", "Drag & drop files or", "
|
|
66
|
-
injectString("zh-TW", "Drag & drop files or", "
|
|
67
|
-
injectString("ro-RO", "Drag & drop files or", "
|
|
68
|
-
injectString("ar
|
|
69
|
-
injectString("cs", "Browse", "
|
|
70
|
-
injectString("da-DK", "Browse", "
|
|
71
|
-
injectString("de", "Browse", "
|
|
46
|
+
injectString("es", "Drag & drop files or", "Arrastrar y soltar archivos o");
|
|
47
|
+
injectString("fi-FI", "Drag & drop files or", "Ved\xE4 ja pudota tiedostoja tai");
|
|
48
|
+
injectString("fr", "Drag & drop files or", "Glisser-d\xE9poser des fichiers ou");
|
|
49
|
+
injectString("fr-FR", "Drag & drop files or", "Glisser-d\xE9poser des fichiers ou");
|
|
50
|
+
injectString("hu-HU", "Drag & drop files or", "H\xFAzza ide a f\xE1jlokat, vagy");
|
|
51
|
+
injectString("id", "Drag & drop files or", "Seret & lepas file atau");
|
|
52
|
+
injectString("it", "Drag & drop files or", "Trascina e rilascia i file o");
|
|
53
|
+
injectString("ja", "Drag & drop files or", "\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0\uFF06\u30C9\u30ED\u30C3\u30D7\u3059\u308B\u304B\u3001");
|
|
54
|
+
injectString("ko-KR", "Drag & drop files or", "\uD30C\uC77C\uC744 \uB4DC\uB798\uADF8 \uC564 \uB4DC\uB86D\uD558\uAC70\uB098");
|
|
55
|
+
injectString("ms", "Drag & drop files or", "Seret & lepas fail atau");
|
|
56
|
+
injectString("nb-NO", "Drag & drop files or", "Dra og slipp filer eller");
|
|
57
|
+
injectString("nl", "Drag & drop files or", "Bestanden slepen en neerzetten of");
|
|
58
|
+
injectString("pl", "Drag & drop files or", "Przeci\u0105gnij i upu\u015B\u0107 pliki lub");
|
|
59
|
+
injectString("pt-BR", "Drag & drop files or", "Arraste e solte arquivos ou");
|
|
60
|
+
injectString("pt-PT", "Drag & drop files or", "Arraste e largue ficheiros ou");
|
|
61
|
+
injectString("sk-SK", "Drag & drop files or", "Presu\u0148te s\xFAbory alebo");
|
|
62
|
+
injectString("sv", "Drag & drop files or", "Dra och sl\xE4pp filer eller");
|
|
63
|
+
injectString("th", "Drag & drop files or", "\u0E25\u0E32\u0E01\u0E41\u0E25\u0E30\u0E27\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D");
|
|
64
|
+
injectString("tr", "Drag & drop files or", "Dosyalar\u0131 s\xFCr\xFCkleyip b\u0131rak\u0131n veya");
|
|
65
|
+
injectString("zh-Hans", "Drag & drop files or", "\u62D6\u653E\u6587\u4EF6\u6216");
|
|
66
|
+
injectString("zh-TW", "Drag & drop files or", "\u62D6\u653E\u6A94\u6848\u6216");
|
|
67
|
+
injectString("ro-RO", "Drag & drop files or", "Glisa\u021Bi \u0219i fixa\u021Bi fi\u0219iere sau");
|
|
68
|
+
injectString("ar", "Drag & drop files or", "\u0627\u0633\u062D\u0628 \u0648\u0623\u0641\u0644\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0623\u0648");
|
|
69
|
+
injectString("cs", "Browse", "Proch\xE1zet");
|
|
70
|
+
injectString("da-DK", "Browse", "Gennemse");
|
|
71
|
+
injectString("de", "Browse", "Durchsuchen");
|
|
72
72
|
injectString("en", "Browse", "Browse");
|
|
73
|
-
injectString("es", "Browse", "
|
|
74
|
-
injectString("fi-FI", "Browse", "
|
|
75
|
-
injectString("fr", "Browse", "
|
|
76
|
-
injectString("fr-FR", "Browse", "
|
|
77
|
-
injectString("hu-HU", "Browse", "
|
|
78
|
-
injectString("id", "Browse", "
|
|
79
|
-
injectString("it", "Browse", "
|
|
80
|
-
injectString("ja", "Browse", "
|
|
81
|
-
injectString("ko-KR", "Browse", "
|
|
82
|
-
injectString("ms", "Browse", "
|
|
83
|
-
injectString("nb-NO", "Browse", "
|
|
84
|
-
injectString("nl", "Browse", "
|
|
85
|
-
injectString("pl", "Browse", "
|
|
86
|
-
injectString("pt-BR", "Browse", "
|
|
87
|
-
injectString("pt-PT", "Browse", "
|
|
88
|
-
injectString("sk-SK", "Browse", "
|
|
89
|
-
injectString("sv", "Browse", "
|
|
90
|
-
injectString("th", "Browse", "
|
|
91
|
-
injectString("tr", "Browse", "
|
|
92
|
-
injectString("zh-Hans", "Browse", "
|
|
93
|
-
injectString("zh-TW", "Browse", "
|
|
94
|
-
injectString("ro-RO", "Browse", "
|
|
95
|
-
injectString("ar
|
|
96
|
-
injectString("cs", "Supported Formats:", "
|
|
97
|
-
injectString("da-DK", "Supported Formats:", "
|
|
98
|
-
injectString("de", "Supported Formats:", "
|
|
73
|
+
injectString("es", "Browse", "Explorar");
|
|
74
|
+
injectString("fi-FI", "Browse", "Selaa");
|
|
75
|
+
injectString("fr", "Browse", "Parcourir");
|
|
76
|
+
injectString("fr-FR", "Browse", "Parcourir");
|
|
77
|
+
injectString("hu-HU", "Browse", "Tall\xF3z\xE1s");
|
|
78
|
+
injectString("id", "Browse", "Jelajahi");
|
|
79
|
+
injectString("it", "Browse", "Sfoglia");
|
|
80
|
+
injectString("ja", "Browse", "\u53C2\u7167");
|
|
81
|
+
injectString("ko-KR", "Browse", "\uCC3E\uC544\uBCF4\uAE30");
|
|
82
|
+
injectString("ms", "Browse", "Semak Imbas");
|
|
83
|
+
injectString("nb-NO", "Browse", "Bla gjennom");
|
|
84
|
+
injectString("nl", "Browse", "Bladeren");
|
|
85
|
+
injectString("pl", "Browse", "Przegl\u0105daj");
|
|
86
|
+
injectString("pt-BR", "Browse", "Procurar");
|
|
87
|
+
injectString("pt-PT", "Browse", "Procurar");
|
|
88
|
+
injectString("sk-SK", "Browse", "Preh\u013Ead\xE1va\u0165");
|
|
89
|
+
injectString("sv", "Browse", "Bl\xE4ddra");
|
|
90
|
+
injectString("th", "Browse", "\u0E40\u0E23\u0E35\u0E22\u0E01\u0E14\u0E39");
|
|
91
|
+
injectString("tr", "Browse", "G\xF6zat");
|
|
92
|
+
injectString("zh-Hans", "Browse", "\u6D4F\u89C8");
|
|
93
|
+
injectString("zh-TW", "Browse", "\u700F\u89BD");
|
|
94
|
+
injectString("ro-RO", "Browse", "R\u0103sfoire");
|
|
95
|
+
injectString("ar", "Browse", "\u062A\u0635\u0641\u062D");
|
|
96
|
+
injectString("cs", "Supported Formats:", "Podporovan\xE9 form\xE1ty:");
|
|
97
|
+
injectString("da-DK", "Supported Formats:", "Underst\xF8ttede formater:");
|
|
98
|
+
injectString("de", "Supported Formats:", "Unterst\xFCtzte Formate:");
|
|
99
99
|
injectString("en", "Supported Formats:", "Supported Formats:");
|
|
100
|
-
injectString("es", "Supported Formats:", "
|
|
101
|
-
injectString("fi-FI", "Supported Formats:", "
|
|
102
|
-
injectString("fr", "Supported Formats:", "
|
|
103
|
-
injectString("fr-FR", "Supported Formats:", "
|
|
104
|
-
injectString("hu-HU", "Supported Formats:", "
|
|
105
|
-
injectString("id", "Supported Formats:", "
|
|
106
|
-
injectString("it", "Supported Formats:", "
|
|
107
|
-
injectString("ja", "Supported Formats:", "
|
|
108
|
-
injectString("ko-KR", "Supported Formats:", "
|
|
109
|
-
injectString("ms", "Supported Formats:", "
|
|
110
|
-
injectString("nb-NO", "Supported Formats:", "
|
|
111
|
-
injectString("nl", "Supported Formats:", "
|
|
112
|
-
injectString("pl", "Supported Formats:", "
|
|
113
|
-
injectString("pt-BR", "Supported Formats:", "
|
|
114
|
-
injectString("pt-PT", "Supported Formats:", "
|
|
115
|
-
injectString("sk-SK", "Supported Formats:", "
|
|
116
|
-
injectString("sv", "Supported Formats:", "
|
|
117
|
-
injectString("th", "Supported Formats:", "
|
|
118
|
-
injectString("tr", "Supported Formats:", "
|
|
119
|
-
injectString("zh-Hans", "Supported Formats:", "
|
|
120
|
-
injectString("zh-TW", "Supported Formats:", "
|
|
121
|
-
injectString("ro-RO", "Supported Formats:", "
|
|
122
|
-
injectString("ar
|
|
100
|
+
injectString("es", "Supported Formats:", "Formatos compatibles:");
|
|
101
|
+
injectString("fi-FI", "Supported Formats:", "Tuetut muodot:");
|
|
102
|
+
injectString("fr", "Supported Formats:", "Formats pris en charge :");
|
|
103
|
+
injectString("fr-FR", "Supported Formats:", "Formats pris en charge :");
|
|
104
|
+
injectString("hu-HU", "Supported Formats:", "T\xE1mogatott form\xE1tumok:");
|
|
105
|
+
injectString("id", "Supported Formats:", "Format yang Didukung:");
|
|
106
|
+
injectString("it", "Supported Formats:", "Formati supportati:");
|
|
107
|
+
injectString("ja", "Supported Formats:", "\u5BFE\u5FDC\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\uFF1A");
|
|
108
|
+
injectString("ko-KR", "Supported Formats:", "\uC9C0\uC6D0\uB418\uB294 \uD615\uC2DD:");
|
|
109
|
+
injectString("ms", "Supported Formats:", "Format yang Disokong:");
|
|
110
|
+
injectString("nb-NO", "Supported Formats:", "St\xF8ttede formater:");
|
|
111
|
+
injectString("nl", "Supported Formats:", "Ondersteunde indelingen:");
|
|
112
|
+
injectString("pl", "Supported Formats:", "Obs\u0142ugiwane formaty:");
|
|
113
|
+
injectString("pt-BR", "Supported Formats:", "Formatos suportados:");
|
|
114
|
+
injectString("pt-PT", "Supported Formats:", "Formatos suportados:");
|
|
115
|
+
injectString("sk-SK", "Supported Formats:", "Podporovan\xE9 form\xE1ty:");
|
|
116
|
+
injectString("sv", "Supported Formats:", "Format som st\xF6ds:");
|
|
117
|
+
injectString("th", "Supported Formats:", "\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A:");
|
|
118
|
+
injectString("tr", "Supported Formats:", "Desteklenen Bi\xE7imler:");
|
|
119
|
+
injectString("zh-Hans", "Supported Formats:", "\u652F\u6301\u7684\u683C\u5F0F\uFF1A");
|
|
120
|
+
injectString("zh-TW", "Supported Formats:", "\u652F\u63F4\u7684\u683C\u5F0F\uFF1A");
|
|
121
|
+
injectString("ro-RO", "Supported Formats:", "Formate acceptate:");
|
|
122
|
+
injectString("ar", "Supported Formats:", "\u0627\u0644\u0635\u064A\u063A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629:");
|
|
123
123
|
const DropZoneContent = ({
|
|
124
124
|
size,
|
|
125
125
|
isMobile,
|
|
@@ -36,7 +36,7 @@ injectString("tr", "Download", "\u0130ndir");
|
|
|
36
36
|
injectString("zh-Hans", "Download", "\u4E0B\u8F7D");
|
|
37
37
|
injectString("zh-TW", "Download", "\u4E0B\u8F09");
|
|
38
38
|
injectString("ro-RO", "Download", "Desc\u0103rca\u021Bi");
|
|
39
|
-
injectString("ar
|
|
39
|
+
injectString("ar", "Download", "\u062A\u0646\u0632\u064A\u0644");
|
|
40
40
|
const TemplateDownloadSection = ({
|
|
41
41
|
templateDownload,
|
|
42
42
|
disabled,
|
|
@@ -44,7 +44,7 @@ injectString("tr", "Uploaded", "Uploaded");
|
|
|
44
44
|
injectString("zh-Hans", "Uploaded", "Uploaded");
|
|
45
45
|
injectString("zh-TW", "Uploaded", "Uploaded");
|
|
46
46
|
injectString("ro-RO", "Uploaded", "Uploaded");
|
|
47
|
-
injectString("ar
|
|
47
|
+
injectString("ar", "Uploaded", "\u062A\u0645 \u0627\u0644\u0631\u0641\u0639");
|
|
48
48
|
injectString("cs", "Remove", "Odebrat");
|
|
49
49
|
injectString("da-DK", "Remove", "Fjern");
|
|
50
50
|
injectString("de", "Remove", "Entfernen");
|
|
@@ -71,7 +71,7 @@ injectString("tr", "Remove", "Kald\u0131r");
|
|
|
71
71
|
injectString("zh-Hans", "Remove", "\u79FB\u9664");
|
|
72
72
|
injectString("zh-TW", "Remove", "\u79FB\u9664");
|
|
73
73
|
injectString("ro-RO", "Remove", "Elimin\u0103");
|
|
74
|
-
injectString("ar
|
|
74
|
+
injectString("ar", "Remove", "\u0625\u0632\u0627\u0644\u0629");
|
|
75
75
|
const getFileIcon = file => {
|
|
76
76
|
var _a;
|
|
77
77
|
const extension = (_a = file.name.split(".").pop()) === null || _a === void 0 ? void 0 : _a.toLowerCase();
|
|
@@ -17,87 +17,87 @@ const waiting_1 = require("../waiting/waiting");
|
|
|
17
17
|
const dropZoneContent_1 = require("./components/dropZoneContent");
|
|
18
18
|
const templateDownloadSection_1 = require("./components/templateDownloadSection");
|
|
19
19
|
const uploadedFilesSection_1 = require("./components/uploadedFilesSection");
|
|
20
|
-
injectString("cs", "Tap to add files", "
|
|
21
|
-
injectString("da-DK", "Tap to add files", "
|
|
22
|
-
injectString("de", "Tap to add files", "
|
|
20
|
+
injectString("cs", "Tap to add files", "Klepnut\xEDm p\u0159idejte soubory");
|
|
21
|
+
injectString("da-DK", "Tap to add files", "Tryk for at tilf\xF8je filer");
|
|
22
|
+
injectString("de", "Tap to add files", "Tippen, um Dateien hinzuzuf\xFCgen");
|
|
23
23
|
injectString("en", "Tap to add files", "Tap to add files");
|
|
24
|
-
injectString("es", "Tap to add files", "
|
|
25
|
-
injectString("fi-FI", "Tap to add files", "
|
|
26
|
-
injectString("fr", "Tap to add files", "
|
|
27
|
-
injectString("fr-FR", "Tap to add files", "
|
|
28
|
-
injectString("hu-HU", "Tap to add files", "
|
|
29
|
-
injectString("id", "Tap to add files", "
|
|
30
|
-
injectString("it", "Tap to add files", "
|
|
31
|
-
injectString("ja", "Tap to add files", "
|
|
32
|
-
injectString("ko-KR", "Tap to add files", "
|
|
33
|
-
injectString("ms", "Tap to add files", "
|
|
34
|
-
injectString("nb-NO", "Tap to add files", "
|
|
35
|
-
injectString("nl", "Tap to add files", "
|
|
36
|
-
injectString("pl", "Tap to add files", "
|
|
37
|
-
injectString("pt-BR", "Tap to add files", "
|
|
38
|
-
injectString("pt-PT", "Tap to add files", "
|
|
39
|
-
injectString("sk-SK", "Tap to add files", "
|
|
40
|
-
injectString("sv", "Tap to add files", "
|
|
41
|
-
injectString("th", "Tap to add files", "
|
|
42
|
-
injectString("tr", "Tap to add files", "
|
|
43
|
-
injectString("zh-Hans", "Tap to add files", "
|
|
44
|
-
injectString("zh-TW", "Tap to add files", "
|
|
45
|
-
injectString("ro-RO", "Tap to add files", "
|
|
46
|
-
injectString("ar
|
|
47
|
-
injectString("cs", "Drag & drop files or", "
|
|
48
|
-
injectString("da-DK", "Drag & drop files or", "
|
|
49
|
-
injectString("de", "Drag & drop files or", "
|
|
24
|
+
injectString("es", "Tap to add files", "Toca para agregar archivos");
|
|
25
|
+
injectString("fi-FI", "Tap to add files", "Lis\xE4\xE4 tiedostoja napauttamalla");
|
|
26
|
+
injectString("fr", "Tap to add files", "Appuyez pour ajouter des fichiers");
|
|
27
|
+
injectString("fr-FR", "Tap to add files", "Appuyez pour ajouter des fichiers");
|
|
28
|
+
injectString("hu-HU", "Tap to add files", "F\xE1jlok hozz\xE1ad\xE1s\xE1hoz koppintson");
|
|
29
|
+
injectString("id", "Tap to add files", "Ketuk untuk menambahkan file");
|
|
30
|
+
injectString("it", "Tap to add files", "Tocca per aggiungere file");
|
|
31
|
+
injectString("ja", "Tap to add files", "\u30BF\u30C3\u30D7\u3057\u3066\u30D5\u30A1\u30A4\u30EB\u3092\u8FFD\u52A0");
|
|
32
|
+
injectString("ko-KR", "Tap to add files", "\uD0ED\uD558\uC5EC \uD30C\uC77C \uCD94\uAC00");
|
|
33
|
+
injectString("ms", "Tap to add files", "Ketik untuk menambah fail");
|
|
34
|
+
injectString("nb-NO", "Tap to add files", "Trykk for \xE5 legge til filer");
|
|
35
|
+
injectString("nl", "Tap to add files", "Tik om bestanden toe te voegen");
|
|
36
|
+
injectString("pl", "Tap to add files", "Dotknij, aby doda\u0107 pliki");
|
|
37
|
+
injectString("pt-BR", "Tap to add files", "Toque para adicionar arquivos");
|
|
38
|
+
injectString("pt-PT", "Tap to add files", "Toque para adicionar ficheiros");
|
|
39
|
+
injectString("sk-SK", "Tap to add files", "Klepnut\xEDm pridajte s\xFAbory");
|
|
40
|
+
injectString("sv", "Tap to add files", "Tryck f\xF6r att l\xE4gga till filer");
|
|
41
|
+
injectString("th", "Tap to add files", "\u0E41\u0E15\u0E30\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E44\u0E1F\u0E25\u0E4C");
|
|
42
|
+
injectString("tr", "Tap to add files", "Dosya eklemek i\xE7in dokunun");
|
|
43
|
+
injectString("zh-Hans", "Tap to add files", "\u70B9\u51FB\u6DFB\u52A0\u6587\u4EF6");
|
|
44
|
+
injectString("zh-TW", "Tap to add files", "\u9EDE\u9078\u4EE5\u65B0\u589E\u6A94\u6848");
|
|
45
|
+
injectString("ro-RO", "Tap to add files", "Atinge\u021Bi pentru a ad\u0103uga fi\u0219iere");
|
|
46
|
+
injectString("ar", "Tap to add files", "\u0627\u0646\u0642\u0631 \u0644\u0625\u0636\u0627\u0641\u0629 \u0645\u0644\u0641\u0627\u062A");
|
|
47
|
+
injectString("cs", "Drag & drop files or", "P\u0159et\xE1hn\u011Bte soubory nebo");
|
|
48
|
+
injectString("da-DK", "Drag & drop files or", "Tr\xE6k og slip filer eller");
|
|
49
|
+
injectString("de", "Drag & drop files or", "Dateien hierher ziehen oder");
|
|
50
50
|
injectString("en", "Drag & drop files or", "Drag & drop files or");
|
|
51
|
-
injectString("es", "Drag & drop files or", "
|
|
52
|
-
injectString("fi-FI", "Drag & drop files or", "
|
|
53
|
-
injectString("fr", "Drag & drop files or", "
|
|
54
|
-
injectString("fr-FR", "Drag & drop files or", "
|
|
55
|
-
injectString("hu-HU", "Drag & drop files or", "
|
|
56
|
-
injectString("id", "Drag & drop files or", "
|
|
57
|
-
injectString("it", "Drag & drop files or", "
|
|
58
|
-
injectString("ja", "Drag & drop files or", "
|
|
59
|
-
injectString("ko-KR", "Drag & drop files or", "
|
|
60
|
-
injectString("ms", "Drag & drop files or", "
|
|
61
|
-
injectString("nb-NO", "Drag & drop files or", "
|
|
62
|
-
injectString("nl", "Drag & drop files or", "
|
|
63
|
-
injectString("pl", "Drag & drop files or", "
|
|
64
|
-
injectString("pt-BR", "Drag & drop files or", "
|
|
65
|
-
injectString("pt-PT", "Drag & drop files or", "
|
|
66
|
-
injectString("sk-SK", "Drag & drop files or", "
|
|
67
|
-
injectString("sv", "Drag & drop files or", "
|
|
68
|
-
injectString("th", "Drag & drop files or", "
|
|
69
|
-
injectString("tr", "Drag & drop files or", "
|
|
70
|
-
injectString("zh-Hans", "Drag & drop files or", "
|
|
71
|
-
injectString("zh-TW", "Drag & drop files or", "
|
|
72
|
-
injectString("ro-RO", "Drag & drop files or", "
|
|
73
|
-
injectString("ar
|
|
74
|
-
injectString("cs", "Browse", "
|
|
75
|
-
injectString("da-DK", "Browse", "
|
|
76
|
-
injectString("de", "Browse", "
|
|
51
|
+
injectString("es", "Drag & drop files or", "Arrastrar y soltar archivos o");
|
|
52
|
+
injectString("fi-FI", "Drag & drop files or", "Ved\xE4 ja pudota tiedostoja tai");
|
|
53
|
+
injectString("fr", "Drag & drop files or", "Glisser-d\xE9poser des fichiers ou");
|
|
54
|
+
injectString("fr-FR", "Drag & drop files or", "Glisser-d\xE9poser des fichiers ou");
|
|
55
|
+
injectString("hu-HU", "Drag & drop files or", "H\xFAzza ide a f\xE1jlokat, vagy");
|
|
56
|
+
injectString("id", "Drag & drop files or", "Seret & lepas file atau");
|
|
57
|
+
injectString("it", "Drag & drop files or", "Trascina e rilascia i file o");
|
|
58
|
+
injectString("ja", "Drag & drop files or", "\u30D5\u30A1\u30A4\u30EB\u3092\u30C9\u30E9\u30C3\u30B0\uFF06\u30C9\u30ED\u30C3\u30D7\u3059\u308B\u304B\u3001");
|
|
59
|
+
injectString("ko-KR", "Drag & drop files or", "\uD30C\uC77C\uC744 \uB4DC\uB798\uADF8 \uC564 \uB4DC\uB86D\uD558\uAC70\uB098");
|
|
60
|
+
injectString("ms", "Drag & drop files or", "Seret & lepas fail atau");
|
|
61
|
+
injectString("nb-NO", "Drag & drop files or", "Dra og slipp filer eller");
|
|
62
|
+
injectString("nl", "Drag & drop files or", "Bestanden slepen en neerzetten of");
|
|
63
|
+
injectString("pl", "Drag & drop files or", "Przeci\u0105gnij i upu\u015B\u0107 pliki lub");
|
|
64
|
+
injectString("pt-BR", "Drag & drop files or", "Arraste e solte arquivos ou");
|
|
65
|
+
injectString("pt-PT", "Drag & drop files or", "Arraste e largue ficheiros ou");
|
|
66
|
+
injectString("sk-SK", "Drag & drop files or", "Presu\u0148te s\xFAbory alebo");
|
|
67
|
+
injectString("sv", "Drag & drop files or", "Dra och sl\xE4pp filer eller");
|
|
68
|
+
injectString("th", "Drag & drop files or", "\u0E25\u0E32\u0E01\u0E41\u0E25\u0E30\u0E27\u0E32\u0E07\u0E44\u0E1F\u0E25\u0E4C\u0E2B\u0E23\u0E37\u0E2D");
|
|
69
|
+
injectString("tr", "Drag & drop files or", "Dosyalar\u0131 s\xFCr\xFCkleyip b\u0131rak\u0131n veya");
|
|
70
|
+
injectString("zh-Hans", "Drag & drop files or", "\u62D6\u653E\u6587\u4EF6\u6216");
|
|
71
|
+
injectString("zh-TW", "Drag & drop files or", "\u62D6\u653E\u6A94\u6848\u6216");
|
|
72
|
+
injectString("ro-RO", "Drag & drop files or", "Glisa\u021Bi \u0219i fixa\u021Bi fi\u0219iere sau");
|
|
73
|
+
injectString("ar", "Drag & drop files or", "\u0627\u0633\u062D\u0628 \u0648\u0623\u0641\u0644\u062A \u0627\u0644\u0645\u0644\u0641\u0627\u062A \u0623\u0648");
|
|
74
|
+
injectString("cs", "Browse", "Proch\xE1zet");
|
|
75
|
+
injectString("da-DK", "Browse", "Gennemse");
|
|
76
|
+
injectString("de", "Browse", "Durchsuchen");
|
|
77
77
|
injectString("en", "Browse", "Browse");
|
|
78
|
-
injectString("es", "Browse", "
|
|
79
|
-
injectString("fi-FI", "Browse", "
|
|
80
|
-
injectString("fr", "Browse", "
|
|
81
|
-
injectString("fr-FR", "Browse", "
|
|
82
|
-
injectString("hu-HU", "Browse", "
|
|
83
|
-
injectString("id", "Browse", "
|
|
84
|
-
injectString("it", "Browse", "
|
|
85
|
-
injectString("ja", "Browse", "
|
|
86
|
-
injectString("ko-KR", "Browse", "
|
|
87
|
-
injectString("ms", "Browse", "
|
|
88
|
-
injectString("nb-NO", "Browse", "
|
|
89
|
-
injectString("nl", "Browse", "
|
|
90
|
-
injectString("pl", "Browse", "
|
|
91
|
-
injectString("pt-BR", "Browse", "
|
|
92
|
-
injectString("pt-PT", "Browse", "
|
|
93
|
-
injectString("sk-SK", "Browse", "
|
|
94
|
-
injectString("sv", "Browse", "
|
|
95
|
-
injectString("th", "Browse", "
|
|
96
|
-
injectString("tr", "Browse", "
|
|
97
|
-
injectString("zh-Hans", "Browse", "
|
|
98
|
-
injectString("zh-TW", "Browse", "
|
|
99
|
-
injectString("ro-RO", "Browse", "
|
|
100
|
-
injectString("ar
|
|
78
|
+
injectString("es", "Browse", "Explorar");
|
|
79
|
+
injectString("fi-FI", "Browse", "Selaa");
|
|
80
|
+
injectString("fr", "Browse", "Parcourir");
|
|
81
|
+
injectString("fr-FR", "Browse", "Parcourir");
|
|
82
|
+
injectString("hu-HU", "Browse", "Tall\xF3z\xE1s");
|
|
83
|
+
injectString("id", "Browse", "Jelajahi");
|
|
84
|
+
injectString("it", "Browse", "Sfoglia");
|
|
85
|
+
injectString("ja", "Browse", "\u53C2\u7167");
|
|
86
|
+
injectString("ko-KR", "Browse", "\uCC3E\uC544\uBCF4\uAE30");
|
|
87
|
+
injectString("ms", "Browse", "Semak Imbas");
|
|
88
|
+
injectString("nb-NO", "Browse", "Bla gjennom");
|
|
89
|
+
injectString("nl", "Browse", "Bladeren");
|
|
90
|
+
injectString("pl", "Browse", "Przegl\u0105daj");
|
|
91
|
+
injectString("pt-BR", "Browse", "Procurar");
|
|
92
|
+
injectString("pt-PT", "Browse", "Procurar");
|
|
93
|
+
injectString("sk-SK", "Browse", "Preh\u013Ead\xE1va\u0165");
|
|
94
|
+
injectString("sv", "Browse", "Bl\xE4ddra");
|
|
95
|
+
injectString("th", "Browse", "\u0E40\u0E23\u0E35\u0E22\u0E01\u0E14\u0E39");
|
|
96
|
+
injectString("tr", "Browse", "G\xF6zat");
|
|
97
|
+
injectString("zh-Hans", "Browse", "\u6D4F\u89C8");
|
|
98
|
+
injectString("zh-TW", "Browse", "\u700F\u89BD");
|
|
99
|
+
injectString("ro-RO", "Browse", "R\u0103sfoire");
|
|
100
|
+
injectString("ar", "Browse", "\u062A\u0635\u0641\u062D");
|
|
101
101
|
injectString("cs", "Upload files.", "Upload files.");
|
|
102
102
|
injectString("da-DK", "Upload files.", "Upload files.");
|
|
103
103
|
injectString("de", "Upload files.", "Upload files.");
|
|
@@ -124,34 +124,34 @@ injectString("tr", "Upload files.", "Upload files.");
|
|
|
124
124
|
injectString("zh-Hans", "Upload files.", "Upload files.");
|
|
125
125
|
injectString("zh-TW", "Upload files.", "Upload files.");
|
|
126
126
|
injectString("ro-RO", "Upload files.", "Upload files.");
|
|
127
|
-
injectString("ar
|
|
128
|
-
injectString("cs", "Supported Formats:", "
|
|
129
|
-
injectString("da-DK", "Supported Formats:", "
|
|
130
|
-
injectString("de", "Supported Formats:", "
|
|
127
|
+
injectString("ar", "Upload files.", "\u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A.");
|
|
128
|
+
injectString("cs", "Supported Formats:", "Podporovan\xE9 form\xE1ty:");
|
|
129
|
+
injectString("da-DK", "Supported Formats:", "Underst\xF8ttede formater:");
|
|
130
|
+
injectString("de", "Supported Formats:", "Unterst\xFCtzte Formate:");
|
|
131
131
|
injectString("en", "Supported Formats:", "Supported Formats:");
|
|
132
|
-
injectString("es", "Supported Formats:", "
|
|
133
|
-
injectString("fi-FI", "Supported Formats:", "
|
|
134
|
-
injectString("fr", "Supported Formats:", "
|
|
135
|
-
injectString("fr-FR", "Supported Formats:", "
|
|
136
|
-
injectString("hu-HU", "Supported Formats:", "
|
|
137
|
-
injectString("id", "Supported Formats:", "
|
|
138
|
-
injectString("it", "Supported Formats:", "
|
|
139
|
-
injectString("ja", "Supported Formats:", "
|
|
140
|
-
injectString("ko-KR", "Supported Formats:", "
|
|
141
|
-
injectString("ms", "Supported Formats:", "
|
|
142
|
-
injectString("nb-NO", "Supported Formats:", "
|
|
143
|
-
injectString("nl", "Supported Formats:", "
|
|
144
|
-
injectString("pl", "Supported Formats:", "
|
|
145
|
-
injectString("pt-BR", "Supported Formats:", "
|
|
146
|
-
injectString("pt-PT", "Supported Formats:", "
|
|
147
|
-
injectString("sk-SK", "Supported Formats:", "
|
|
148
|
-
injectString("sv", "Supported Formats:", "
|
|
149
|
-
injectString("th", "Supported Formats:", "
|
|
150
|
-
injectString("tr", "Supported Formats:", "
|
|
151
|
-
injectString("zh-Hans", "Supported Formats:", "
|
|
152
|
-
injectString("zh-TW", "Supported Formats:", "
|
|
153
|
-
injectString("ro-RO", "Supported Formats:", "
|
|
154
|
-
injectString("ar
|
|
132
|
+
injectString("es", "Supported Formats:", "Formatos compatibles:");
|
|
133
|
+
injectString("fi-FI", "Supported Formats:", "Tuetut muodot:");
|
|
134
|
+
injectString("fr", "Supported Formats:", "Formats pris en charge :");
|
|
135
|
+
injectString("fr-FR", "Supported Formats:", "Formats pris en charge :");
|
|
136
|
+
injectString("hu-HU", "Supported Formats:", "T\xE1mogatott form\xE1tumok:");
|
|
137
|
+
injectString("id", "Supported Formats:", "Format yang Didukung:");
|
|
138
|
+
injectString("it", "Supported Formats:", "Formati supportati:");
|
|
139
|
+
injectString("ja", "Supported Formats:", "\u5BFE\u5FDC\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\uFF1A");
|
|
140
|
+
injectString("ko-KR", "Supported Formats:", "\uC9C0\uC6D0\uB418\uB294 \uD615\uC2DD:");
|
|
141
|
+
injectString("ms", "Supported Formats:", "Format yang Disokong:");
|
|
142
|
+
injectString("nb-NO", "Supported Formats:", "St\xF8ttede formater:");
|
|
143
|
+
injectString("nl", "Supported Formats:", "Ondersteunde indelingen:");
|
|
144
|
+
injectString("pl", "Supported Formats:", "Obs\u0142ugiwane formaty:");
|
|
145
|
+
injectString("pt-BR", "Supported Formats:", "Formatos suportados:");
|
|
146
|
+
injectString("pt-PT", "Supported Formats:", "Formatos suportados:");
|
|
147
|
+
injectString("sk-SK", "Supported Formats:", "Podporovan\xE9 form\xE1ty:");
|
|
148
|
+
injectString("sv", "Supported Formats:", "Format som st\xF6ds:");
|
|
149
|
+
injectString("th", "Supported Formats:", "\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E17\u0E35\u0E48\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A:");
|
|
150
|
+
injectString("tr", "Supported Formats:", "Desteklenen Bi\xE7imler:");
|
|
151
|
+
injectString("zh-Hans", "Supported Formats:", "\u652F\u6301\u7684\u683C\u5F0F\uFF1A");
|
|
152
|
+
injectString("zh-TW", "Supported Formats:", "\u652F\u63F4\u7684\u683C\u5F0F\uFF1A");
|
|
153
|
+
injectString("ro-RO", "Supported Formats:", "Formate acceptate:");
|
|
154
|
+
injectString("ar", "Supported Formats:", "\u0627\u0644\u0635\u064A\u063A \u0627\u0644\u0645\u062F\u0639\u0648\u0645\u0629:");
|
|
155
155
|
injectString("cs", "File upload area", "File upload area");
|
|
156
156
|
injectString("da-DK", "File upload area", "File upload area");
|
|
157
157
|
injectString("de", "File upload area", "File upload area");
|
|
@@ -178,7 +178,7 @@ injectString("tr", "File upload area", "File upload area");
|
|
|
178
178
|
injectString("zh-Hans", "File upload area", "File upload area");
|
|
179
179
|
injectString("zh-TW", "File upload area", "File upload area");
|
|
180
180
|
injectString("ro-RO", "File upload area", "File upload area");
|
|
181
|
-
injectString("ar
|
|
181
|
+
injectString("ar", "File upload area", "\u0645\u0646\u0637\u0642\u0629 \u0631\u0641\u0639 \u0627\u0644\u0645\u0644\u0641\u0627\u062A");
|
|
182
182
|
const createUploadedFiles = fileList => Array.from(fileList).map(file => ({
|
|
183
183
|
id: `${Date.now()}-${file.name}-${file.size}`,
|
|
184
184
|
name: file.name,
|
|
@@ -20,5 +20,6 @@ export interface IFilterButton extends IZenComponentProps {
|
|
|
20
20
|
minWidth?: number;
|
|
21
21
|
ariaLabel?: string;
|
|
22
22
|
ref?: RefObject<HTMLButtonElement | null>;
|
|
23
|
+
dataAnalyticsId?: string;
|
|
23
24
|
}
|
|
24
25
|
export declare const FilterButton: ({ id, title, disabled, quantity, className, children, onClick, onMouseOver, onMouseOut, fullWidth, maxWidth, minWidth, isActive, type, ariaLabel, ref, onBlur, name, ...other }: IFilterButton) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -42,7 +42,7 @@ injectString("tr", "All Filters", "T\xFCm Filtreler");
|
|
|
42
42
|
injectString("zh-Hans", "All Filters", "\u6240\u6709\u7B5B\u9009\u5668");
|
|
43
43
|
injectString("zh-TW", "All Filters", "\u6240\u6709\u7BE9\u9078\u5668");
|
|
44
44
|
injectString("ro-RO", "All Filters", "Toate filtrele");
|
|
45
|
-
injectString("ar
|
|
45
|
+
injectString("ar", "All Filters", "\u062C\u0645\u064A\u0639 \u0627\u0644\u062A\u0635\u0641\u064A\u0627\u062A");
|
|
46
46
|
injectString("cs", "Clear", "Vymazat");
|
|
47
47
|
injectString("da-DK", "Clear", "Ryd");
|
|
48
48
|
injectString("de", "Clear", "L\xF6schen");
|
|
@@ -69,7 +69,7 @@ injectString("tr", "Clear", "Temizle");
|
|
|
69
69
|
injectString("zh-Hans", "Clear", "\u6E05\u9664");
|
|
70
70
|
injectString("zh-TW", "Clear", "\u6E05\u9664");
|
|
71
71
|
injectString("ro-RO", "Clear", "\u0218terge\u021Bi");
|
|
72
|
-
injectString("ar
|
|
72
|
+
injectString("ar", "Clear", "\u0645\u0633\u062D");
|
|
73
73
|
const react_2 = __importDefault(require("react"));
|
|
74
74
|
const iconFilter_1 = require("../../icons/iconFilter");
|
|
75
75
|
const filtersHelper_1 = require("../filtersHelper");
|
|
@@ -21,7 +21,7 @@ export interface IFiltersDropdownFullSelectionWithCheckboxState {
|
|
|
21
21
|
export type TFiltersDropdownComplexState = IFiltersDropdownFullSelectionState | IFiltersDropdownWithCheckboxState | IFiltersDropdownFullSelectionWithCheckboxState;
|
|
22
22
|
export type TFiltersDropdownAllStates = TFiltersDropdownState | TFiltersDropdownComplexState;
|
|
23
23
|
export type TInferOnChangeType<T> = T extends string[] ? (state: string[]) => void : T extends IFiltersDropdownWithCheckboxState ? (state: IFiltersDropdownWithCheckboxState) => void : T extends IFiltersDropdownFullSelectionState ? (state: IFiltersDropdownFullSelectionState) => void : T extends IFiltersDropdownFullSelectionWithCheckboxState ? (state: IFiltersDropdownFullSelectionWithCheckboxState) => void : (state: T) => void;
|
|
24
|
-
export interface IFiltersDropdown<T extends TFiltersDropdownAllStates = TFiltersDropdownState> extends Omit<IFiltersItem<T>, "onChange" | "defaultState" | "name">, Omit<IFiltersDropdownProps, "name"> {
|
|
24
|
+
export interface IFiltersDropdown<T extends TFiltersDropdownAllStates = TFiltersDropdownState> extends Omit<IFiltersItem<T>, "onChange" | "defaultState" | "name">, Omit<IFiltersDropdownProps, "name" | "id"> {
|
|
25
25
|
name?: string;
|
|
26
26
|
onChange: TInferOnChangeType<T>;
|
|
27
27
|
fetchState?: IFetchDropdownState;
|
|
@@ -37,7 +37,7 @@ injectString("tr", "Selected filters will appear here.", "Selected filters will
|
|
|
37
37
|
injectString("zh-Hans", "Selected filters will appear here.", "Selected filters will appear here.");
|
|
38
38
|
injectString("zh-TW", "Selected filters will appear here.", "Selected filters will appear here.");
|
|
39
39
|
injectString("ro-RO", "Selected filters will appear here.", "Filtrele selectate vor ap\u0103rea aici.");
|
|
40
|
-
injectString("ar
|
|
40
|
+
injectString("ar", "Selected filters will appear here.", "\u0633\u062A\u0638\u0647\u0631 \u0627\u0644\u062A\u0635\u0641\u064A\u0627\u062A \u0627\u0644\u0645\u062D\u062F\u062F\u0629 \u0647\u0646\u0627.");
|
|
41
41
|
injectString("cs", "No Filters Selected", "No Filters Selected");
|
|
42
42
|
injectString("da-DK", "No Filters Selected", "No Filters Selected");
|
|
43
43
|
injectString("de", "No Filters Selected", "No Filters Selected");
|
|
@@ -64,7 +64,7 @@ injectString("tr", "No Filters Selected", "No Filters Selected");
|
|
|
64
64
|
injectString("zh-Hans", "No Filters Selected", "No Filters Selected");
|
|
65
65
|
injectString("zh-TW", "No Filters Selected", "No Filters Selected");
|
|
66
66
|
injectString("ro-RO", "No Filters Selected", "Nu exist\u0103 filtre selectate");
|
|
67
|
-
injectString("ar
|
|
67
|
+
injectString("ar", "No Filters Selected", "\u0644\u0645 \u064A\u062A\u0645 \u062A\u062D\u062F\u064A\u062F \u062A\u0635\u0641\u064A\u0627\u062A");
|
|
68
68
|
const FiltersEmptyState = () => {
|
|
69
69
|
const {
|
|
70
70
|
translate
|