@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
|
@@ -26,7 +26,7 @@ injectString("tr", "GroupCompanyId", "\u015Eirket grubu");
|
|
|
26
26
|
injectString("zh-Hans", "GroupCompanyId", "\u516C\u53F8\u7EC4");
|
|
27
27
|
injectString("zh-TW", "GroupCompanyId", "\u516C\u53F8\u7FA4\u7D44");
|
|
28
28
|
injectString("ro-RO", "GroupCompanyId", "Grup de companii");
|
|
29
|
-
injectString("ar
|
|
29
|
+
injectString("ar", "GroupCompanyId", "\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0634\u0631\u0643\u0629");
|
|
30
30
|
injectString("cs", "GroupDriverActivityGroupId", "Aktivita \u0159idi\u010De");
|
|
31
31
|
injectString("da-DK", "GroupDriverActivityGroupId", "Chauff\xF8raktivitet");
|
|
32
32
|
injectString("de", "GroupDriverActivityGroupId", "Fahreraktivit\xE4t");
|
|
@@ -53,7 +53,7 @@ injectString("tr", "GroupDriverActivityGroupId", "S\xFCr\xFCc\xFC etkinli\u011Fi
|
|
|
53
53
|
injectString("zh-Hans", "GroupDriverActivityGroupId", "\u9A7E\u9A76\u5458\u6D3B\u52A8");
|
|
54
54
|
injectString("zh-TW", "GroupDriverActivityGroupId", "\u99D5\u99DB\u4EBA\u6D3B\u52D5");
|
|
55
55
|
injectString("ro-RO", "GroupDriverActivityGroupId", "Activitatea pilo\u021Bilor");
|
|
56
|
-
injectString("ar
|
|
56
|
+
injectString("ar", "GroupDriverActivityGroupId", "\u0646\u0634\u0627\u0637 \u0627\u0644\u0633\u0627\u0626\u0642");
|
|
57
57
|
injectString("cs", "GroupBusinessGroupId", "Firma");
|
|
58
58
|
injectString("da-DK", "GroupBusinessGroupId", "Forretning");
|
|
59
59
|
injectString("de", "GroupBusinessGroupId", "Gesch\xE4ftlich");
|
|
@@ -80,7 +80,7 @@ injectString("tr", "GroupBusinessGroupId", "\u0130\u015F");
|
|
|
80
80
|
injectString("zh-Hans", "GroupBusinessGroupId", "\u5546\u4E1A");
|
|
81
81
|
injectString("zh-TW", "GroupBusinessGroupId", "\u4F01\u696D");
|
|
82
82
|
injectString("ro-RO", "GroupBusinessGroupId", "Afaceri");
|
|
83
|
-
injectString("ar
|
|
83
|
+
injectString("ar", "GroupBusinessGroupId", "\u0627\u0644\u0623\u0639\u0645\u0627\u0644");
|
|
84
84
|
injectString("cs", "GroupPersonalGroupId", "Osobn\xED");
|
|
85
85
|
injectString("da-DK", "GroupPersonalGroupId", "Personlig");
|
|
86
86
|
injectString("de", "GroupPersonalGroupId", "Privat");
|
|
@@ -107,7 +107,7 @@ injectString("tr", "GroupPersonalGroupId", "Ki\u015Fisel");
|
|
|
107
107
|
injectString("zh-Hans", "GroupPersonalGroupId", "\u4E2A\u4EBA");
|
|
108
108
|
injectString("zh-TW", "GroupPersonalGroupId", "\u500B\u4EBA");
|
|
109
109
|
injectString("ro-RO", "GroupPersonalGroupId", "Personal");
|
|
110
|
-
injectString("ar
|
|
110
|
+
injectString("ar", "GroupPersonalGroupId", "\u0634\u062E\u0635\u064A");
|
|
111
111
|
injectString("cs", "GroupAssetInformationId", "Informace o prost\u0159edku");
|
|
112
112
|
injectString("da-DK", "GroupAssetInformationId", "Oplysninger om aktiver");
|
|
113
113
|
injectString("de", "GroupAssetInformationId", "Assetinformationen");
|
|
@@ -134,7 +134,7 @@ injectString("tr", "GroupAssetInformationId", "Varl\u0131k Bilgileri");
|
|
|
134
134
|
injectString("zh-Hans", "GroupAssetInformationId", "\u8D44\u4EA7\u4FE1\u606F");
|
|
135
135
|
injectString("zh-TW", "GroupAssetInformationId", "\u8CC7\u7522\u8CC7\u8A0A");
|
|
136
136
|
injectString("ro-RO", "GroupAssetInformationId", "Informa\u021Bii despre active");
|
|
137
|
-
injectString("ar
|
|
137
|
+
injectString("ar", "GroupAssetInformationId", "\u0645\u0639\u0644\u0648\u0645\u0627\u062A \u0627\u0644\u0623\u0635\u0648\u0644");
|
|
138
138
|
injectString("cs", "GroupAssetTypeId", "Typ prost\u0159edku");
|
|
139
139
|
injectString("da-DK", "GroupAssetTypeId", "Aktivtype");
|
|
140
140
|
injectString("de", "GroupAssetTypeId", "Asset-Typ");
|
|
@@ -161,7 +161,7 @@ injectString("tr", "GroupAssetTypeId", "Varl\u0131k T\xFCr\xFC");
|
|
|
161
161
|
injectString("zh-Hans", "GroupAssetTypeId", "\u8D44\u4EA7\u7C7B\u578B");
|
|
162
162
|
injectString("zh-TW", "GroupAssetTypeId", "\u8CC7\u7522\u985E\u578B");
|
|
163
163
|
injectString("ro-RO", "GroupAssetTypeId", "Tip de activ");
|
|
164
|
-
injectString("ar
|
|
164
|
+
injectString("ar", "GroupAssetTypeId", "\u0646\u0648\u0639 \u0627\u0644\u0623\u0635\u0644");
|
|
165
165
|
injectString("cs", "GroupVehicleId", "Vozidlo");
|
|
166
166
|
injectString("da-DK", "GroupVehicleId", "K\xF8ret\xF8j");
|
|
167
167
|
injectString("de", "GroupVehicleId", "Fahrzeug");
|
|
@@ -188,7 +188,7 @@ injectString("tr", "GroupVehicleId", "Ara\xE7");
|
|
|
188
188
|
injectString("zh-Hans", "GroupVehicleId", "\u8F66\u8F86");
|
|
189
189
|
injectString("zh-TW", "GroupVehicleId", "\u8ECA\u8F1B");
|
|
190
190
|
injectString("ro-RO", "GroupVehicleId", "Vehicul");
|
|
191
|
-
injectString("ar
|
|
191
|
+
injectString("ar", "GroupVehicleId", "\u0645\u0631\u0643\u0628\u0629");
|
|
192
192
|
injectString("cs", "GroupTrailerId", "P\u0159\xEDv\u011Bs");
|
|
193
193
|
injectString("da-DK", "GroupTrailerId", "Anh\xE6nger");
|
|
194
194
|
injectString("de", "GroupTrailerId", "Anh\xE4nger");
|
|
@@ -215,7 +215,7 @@ injectString("tr", "GroupTrailerId", "Treyler");
|
|
|
215
215
|
injectString("zh-Hans", "GroupTrailerId", "\u62D6\u8F66");
|
|
216
216
|
injectString("zh-TW", "GroupTrailerId", "\u62D6\u8ECA");
|
|
217
217
|
injectString("ro-RO", "GroupTrailerId", "Trailer");
|
|
218
|
-
injectString("ar
|
|
218
|
+
injectString("ar", "GroupTrailerId", "\u0645\u0642\u0637\u0648\u0631\u0629");
|
|
219
219
|
injectString("cs", "GroupPowertrainAndFuelTypeId", "Typ pohonn\xE9 jednotky a paliva");
|
|
220
220
|
injectString("da-DK", "GroupPowertrainAndFuelTypeId", "Drivlinje og br\xE6ndstoftype");
|
|
221
221
|
injectString("de", "GroupPowertrainAndFuelTypeId", "Antriebs- und Kraftstoffart");
|
|
@@ -242,7 +242,7 @@ injectString("tr", "GroupPowertrainAndFuelTypeId", "G\xFC\xE7 Aktarma Sistemi ve
|
|
|
242
242
|
injectString("zh-Hans", "GroupPowertrainAndFuelTypeId", "\u53D1\u52A8\u673A\u603B\u6210\u548C\u71C3\u6CB9\u7C7B\u578B");
|
|
243
243
|
injectString("zh-TW", "GroupPowertrainAndFuelTypeId", "\u52D5\u529B\u88DD\u7F6E\u8207\u71C3\u6CB9\u985E\u578B");
|
|
244
244
|
injectString("ro-RO", "GroupPowertrainAndFuelTypeId", "Tren motopropulsor \u0219i tip de combustibil");
|
|
245
|
-
injectString("ar
|
|
245
|
+
injectString("ar", "GroupPowertrainAndFuelTypeId", "\u0646\u0648\u0639 \u0627\u0644\u0645\u062D\u0631\u0643 \u0648\u0627\u0644\u0648\u0642\u0648\u062F");
|
|
246
246
|
injectString("cs", "GroupInternalCombustionEngineId", "Intern\xED spalovac\xED motor");
|
|
247
247
|
injectString("da-DK", "GroupInternalCombustionEngineId", "Forbr\xE6ndingsmotor");
|
|
248
248
|
injectString("de", "GroupInternalCombustionEngineId", "Verbrennungsmotor");
|
|
@@ -269,7 +269,7 @@ injectString("tr", "GroupInternalCombustionEngineId", "\u0130\xE7ten Yanmal\u013
|
|
|
269
269
|
injectString("zh-Hans", "GroupInternalCombustionEngineId", "\u5185\u71C3\u673A");
|
|
270
270
|
injectString("zh-TW", "GroupInternalCombustionEngineId", "\u5167\u71C3\u6A5F");
|
|
271
271
|
injectString("ro-RO", "GroupInternalCombustionEngineId", "Motor cu ardere intern\u0103");
|
|
272
|
-
injectString("ar
|
|
272
|
+
injectString("ar", "GroupInternalCombustionEngineId", "\u0645\u062D\u0631\u0643 \u0627\u062D\u062A\u0631\u0627\u0642 \u062F\u0627\u062E\u0644\u064A");
|
|
273
273
|
injectString("cs", "GroupGasolinePetrolId", "Benz\xEDn");
|
|
274
274
|
injectString("da-DK", "GroupGasolinePetrolId", "Benzin eller benzin");
|
|
275
275
|
injectString("de", "GroupGasolinePetrolId", "Benzin");
|
|
@@ -296,7 +296,7 @@ injectString("tr", "GroupGasolinePetrolId", "Benzin");
|
|
|
296
296
|
injectString("zh-Hans", "GroupGasolinePetrolId", "\u6C7D\u6CB9");
|
|
297
297
|
injectString("zh-TW", "GroupGasolinePetrolId", "\u6C7D\u6CB9");
|
|
298
298
|
injectString("ro-RO", "GroupGasolinePetrolId", "Benzin\u0103 sau benzin\u0103");
|
|
299
|
-
injectString("ar
|
|
299
|
+
injectString("ar", "GroupGasolinePetrolId", "\u0628\u0646\u0632\u064A\u0646");
|
|
300
300
|
injectString("cs", "GroupDieselId", "Nafta");
|
|
301
301
|
injectString("da-DK", "GroupDieselId", "Diesel");
|
|
302
302
|
injectString("de", "GroupDieselId", "Diesel");
|
|
@@ -323,7 +323,7 @@ injectString("tr", "GroupDieselId", "Dizel");
|
|
|
323
323
|
injectString("zh-Hans", "GroupDieselId", "\u67F4\u6CB9");
|
|
324
324
|
injectString("zh-TW", "GroupDieselId", "\u67F4\u6CB9");
|
|
325
325
|
injectString("ro-RO", "GroupDieselId", "Diesel");
|
|
326
|
-
injectString("ar
|
|
326
|
+
injectString("ar", "GroupDieselId", "\u062F\u064A\u0632\u0644");
|
|
327
327
|
injectString("cs", "GroupEthanolId", "Etanol");
|
|
328
328
|
injectString("da-DK", "GroupEthanolId", "Ethanol");
|
|
329
329
|
injectString("de", "GroupEthanolId", "Ethanol");
|
|
@@ -350,7 +350,7 @@ injectString("tr", "GroupEthanolId", "Etanol");
|
|
|
350
350
|
injectString("zh-Hans", "GroupEthanolId", "\u4E59\u9187");
|
|
351
351
|
injectString("zh-TW", "GroupEthanolId", "\u4E59\u9187");
|
|
352
352
|
injectString("ro-RO", "GroupEthanolId", "Ethanol");
|
|
353
|
-
injectString("ar
|
|
353
|
+
injectString("ar", "GroupEthanolId", "\u0625\u064A\u062B\u0627\u0646\u0648\u0644");
|
|
354
354
|
injectString("cs", "GroupBiodieselId", "Bionafta");
|
|
355
355
|
injectString("da-DK", "GroupBiodieselId", "Biodiesel");
|
|
356
356
|
injectString("de", "GroupBiodieselId", "Biodiesel");
|
|
@@ -377,7 +377,7 @@ injectString("tr", "GroupBiodieselId", "Biyodizel");
|
|
|
377
377
|
injectString("zh-Hans", "GroupBiodieselId", "\u751F\u7269\u67F4\u6CB9");
|
|
378
378
|
injectString("zh-TW", "GroupBiodieselId", "\u751F\u8CEA\u67F4\u6CB9");
|
|
379
379
|
injectString("ro-RO", "GroupBiodieselId", "Biodiesel");
|
|
380
|
-
injectString("ar
|
|
380
|
+
injectString("ar", "GroupBiodieselId", "\u0648\u0642\u0648\u062F \u062D\u064A\u0648\u064A");
|
|
381
381
|
injectString("cs", "GroupCompressedNaturalGasId", "Stla\u010Den\xFD zemn\xED plyn");
|
|
382
382
|
injectString("da-DK", "GroupCompressedNaturalGasId", "Komprimeret naturgas");
|
|
383
383
|
injectString("de", "GroupCompressedNaturalGasId", "Komprimiertes Erdgas (CNG)");
|
|
@@ -404,7 +404,7 @@ injectString("tr", "GroupCompressedNaturalGasId", "S\u0131k\u0131\u015Ft\u0131r\
|
|
|
404
404
|
injectString("zh-Hans", "GroupCompressedNaturalGasId", "\u538B\u7F29\u5929\u7136\u6C14");
|
|
405
405
|
injectString("zh-TW", "GroupCompressedNaturalGasId", "\u58D3\u7E2E\u5929\u7136\u6C23");
|
|
406
406
|
injectString("ro-RO", "GroupCompressedNaturalGasId", "Gaze naturale comprimate");
|
|
407
|
-
injectString("ar
|
|
407
|
+
injectString("ar", "GroupCompressedNaturalGasId", "\u063A\u0627\u0632 \u0637\u0628\u064A\u0639\u064A \u0645\u0636\u063A\u0648\u0637");
|
|
408
408
|
injectString("cs", "GroupOtherFuelId", "Jin\xFD typ paliva");
|
|
409
409
|
injectString("da-DK", "GroupOtherFuelId", "Anden br\xE6ndstoftype");
|
|
410
410
|
injectString("de", "GroupOtherFuelId", "Anderer Kraftstofftyp");
|
|
@@ -431,7 +431,7 @@ injectString("tr", "GroupOtherFuelId", "Di\u011Fer Yak\u0131t T\xFCr\xFC");
|
|
|
431
431
|
injectString("zh-Hans", "GroupOtherFuelId", "\u5176\u4ED6\u71C3\u6CB9\u7C7B\u578B");
|
|
432
432
|
injectString("zh-TW", "GroupOtherFuelId", "\u5176\u4ED6\u71C3\u6CB9\u985E\u578B");
|
|
433
433
|
injectString("ro-RO", "GroupOtherFuelId", "Alte tipuri de combustibil");
|
|
434
|
-
injectString("ar
|
|
434
|
+
injectString("ar", "GroupOtherFuelId", "\u0646\u0648\u0639 \u0648\u0642\u0648\u062F \u0622\u062E\u0631");
|
|
435
435
|
injectString("cs", "GroupPropaneLiquifiedPetroleumGasId", "Propan nebo zkapaln\u011Bn\xFD ropn\xFD plyn");
|
|
436
436
|
injectString("da-DK", "GroupPropaneLiquifiedPetroleumGasId", "Propan eller flydende petroleumsgas");
|
|
437
437
|
injectString("de", "GroupPropaneLiquifiedPetroleumGasId", "Propan oder Autogas (LPG)");
|
|
@@ -458,7 +458,7 @@ injectString("tr", "GroupPropaneLiquifiedPetroleumGasId", "Propan veya S\u0131v\
|
|
|
458
458
|
injectString("zh-Hans", "GroupPropaneLiquifiedPetroleumGasId", "\u4E19\u70F7\u6216\u6DB2\u5316\u77F3\u6CB9\u6C14");
|
|
459
459
|
injectString("zh-TW", "GroupPropaneLiquifiedPetroleumGasId", "\u4E19\u70F7\u6216 LPG (\u6DB2\u5316\u77F3\u6CB9\u6C23)");
|
|
460
460
|
injectString("ro-RO", "GroupPropaneLiquifiedPetroleumGasId", "Propan sau gaz petrolier lichefiat");
|
|
461
|
-
injectString("ar
|
|
461
|
+
injectString("ar", "GroupPropaneLiquifiedPetroleumGasId", "\u0628\u0631\u0648\u0628\u0627\u0646 \u0623\u0648 \u063A\u0627\u0632 \u0628\u062A\u0631\u0648\u0644\u064A \u0645\u0633\u0627\u0644");
|
|
462
462
|
injectString("cs", "GroupElectricHybridPluginId", "Elekt\u0159ina nebo plug-in hybrid");
|
|
463
463
|
injectString("da-DK", "GroupElectricHybridPluginId", "Elektrisk eller plug-in hybrid");
|
|
464
464
|
injectString("de", "GroupElectricHybridPluginId", "Elektrofahrzeug oder Plug-in-Hybrid");
|
|
@@ -485,7 +485,7 @@ injectString("tr", "GroupElectricHybridPluginId", "Elektrikli veya Plug-in Hybri
|
|
|
485
485
|
injectString("zh-Hans", "GroupElectricHybridPluginId", "\u7535\u52A8\u6216\u6DF7\u5408\u63D2\u7535");
|
|
486
486
|
injectString("zh-TW", "GroupElectricHybridPluginId", "\u96FB\u529B\u6216\u63D2\u96FB\u6DF7\u5408\u52D5\u529B");
|
|
487
487
|
injectString("ro-RO", "GroupElectricHybridPluginId", "Electric sau hibrid plug-in");
|
|
488
|
-
injectString("ar
|
|
488
|
+
injectString("ar", "GroupElectricHybridPluginId", "\u0643\u0647\u0631\u0628\u0627\u0626\u064A \u0623\u0648 \u0647\u062C\u064A\u0646 \u0642\u0627\u0628\u0644 \u0644\u0644\u0634\u062D\u0646");
|
|
489
489
|
injectString("cs", "GroupBatteryElectricVehicleId", "Bateriov\xFD elektromobil");
|
|
490
490
|
injectString("da-DK", "GroupBatteryElectricVehicleId", "Batteri elektrisk k\xF8ret\xF8j");
|
|
491
491
|
injectString("de", "GroupBatteryElectricVehicleId", "Batteriebetriebenes Elektrofahrzeug");
|
|
@@ -512,7 +512,7 @@ injectString("tr", "GroupBatteryElectricVehicleId", "Bataryal\u0131 Elektrikli A
|
|
|
512
512
|
injectString("zh-Hans", "GroupBatteryElectricVehicleId", "\u7EAF\u7535\u52A8\u8F66");
|
|
513
513
|
injectString("zh-TW", "GroupBatteryElectricVehicleId", "\u96FB\u6C60\u96FB\u52D5\u8ECA");
|
|
514
514
|
injectString("ro-RO", "GroupBatteryElectricVehicleId", "Vehicul electric cu baterii");
|
|
515
|
-
injectString("ar
|
|
515
|
+
injectString("ar", "GroupBatteryElectricVehicleId", "\u0645\u0631\u0643\u0628\u0629 \u0643\u0647\u0631\u0628\u0627\u0626\u064A\u0629 \u0628\u0627\u0644\u0628\u0637\u0627\u0631\u064A\u0629");
|
|
516
516
|
injectString("cs", "GroupPluginHybridElectricVehicleId", "Elektromobil plug-in hybrid");
|
|
517
517
|
injectString("da-DK", "GroupPluginHybridElectricVehicleId", "Plug-in hybrid elektrisk k\xF8ret\xF8j");
|
|
518
518
|
injectString("de", "GroupPluginHybridElectricVehicleId", "Plug-in-Hybrid-Elektrofahrzeug");
|
|
@@ -539,7 +539,7 @@ injectString("tr", "GroupPluginHybridElectricVehicleId", "Plug-in Hybrid Elektri
|
|
|
539
539
|
injectString("zh-Hans", "GroupPluginHybridElectricVehicleId", "\u63D2\u7535\u6DF7\u52A8\u6C7D\u8F66");
|
|
540
540
|
injectString("zh-TW", "GroupPluginHybridElectricVehicleId", "\u63D2\u96FB\u6DF7\u5408\u52D5\u529B\u96FB\u52D5\u8ECA");
|
|
541
541
|
injectString("ro-RO", "GroupPluginHybridElectricVehicleId", "Vehicul electric hibrid plug-in");
|
|
542
|
-
injectString("ar
|
|
542
|
+
injectString("ar", "GroupPluginHybridElectricVehicleId", "\u0645\u0631\u0643\u0628\u0629 \u0647\u062C\u064A\u0646\u0629 \u0643\u0647\u0631\u0628\u0627\u0626\u064A\u0629 \u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u0634\u062D\u0646");
|
|
543
543
|
injectString("cs", "GroupManuallyClassifiedPowertrainId", "Ru\u010Dn\u011B klasifikovan\xE1 pohonn\xE1 jednotka");
|
|
544
544
|
injectString("da-DK", "GroupManuallyClassifiedPowertrainId", "Manuelt klassificeret drivlinje");
|
|
545
545
|
injectString("de", "GroupManuallyClassifiedPowertrainId", "Manuell klassifizierter Antrieb");
|
|
@@ -566,7 +566,7 @@ injectString("tr", "GroupManuallyClassifiedPowertrainId", "Manuel S\u0131n\u0131
|
|
|
566
566
|
injectString("zh-Hans", "GroupManuallyClassifiedPowertrainId", "\u624B\u52A8\u5206\u7C7B\u53D1\u52A8\u673A\u603B\u6210");
|
|
567
567
|
injectString("zh-TW", "GroupManuallyClassifiedPowertrainId", "\u4EBA\u5DE5\u5206\u985E\u52D5\u529B\u88DD\u7F6E");
|
|
568
568
|
injectString("ro-RO", "GroupManuallyClassifiedPowertrainId", "Tren motopropulsor clasificat manual");
|
|
569
|
-
injectString("ar
|
|
569
|
+
injectString("ar", "GroupManuallyClassifiedPowertrainId", "\u0645\u062D\u0631\u0643 \u0645\u0635\u0646\u0641 \u064A\u062F\u0648\u064A\u0627\u064B");
|
|
570
570
|
injectString("cs", "GroupFuelCellElectricVehicleId", "Elektromobil s palivov\xFDm \u010Dl\xE1nkem");
|
|
571
571
|
injectString("da-DK", "GroupFuelCellElectricVehicleId", "Br\xE6ndselscelle elektrisk k\xF8ret\xF8j");
|
|
572
572
|
injectString("de", "GroupFuelCellElectricVehicleId", "Brennstoffzellenfahrzeug");
|
|
@@ -593,7 +593,7 @@ injectString("tr", "GroupFuelCellElectricVehicleId", "Yak\u0131t H\xFCcreli Elek
|
|
|
593
593
|
injectString("zh-Hans", "GroupFuelCellElectricVehicleId", "\u71C3\u6599\u7535\u6C60\u7535\u52A8\u8F66");
|
|
594
594
|
injectString("zh-TW", "GroupFuelCellElectricVehicleId", "\u71C3\u6599\u96FB\u6C60\u96FB\u52D5\u8ECA");
|
|
595
595
|
injectString("ro-RO", "GroupFuelCellElectricVehicleId", "Vehicul electric cu celul\u0103 de combustie");
|
|
596
|
-
injectString("ar
|
|
596
|
+
injectString("ar", "GroupFuelCellElectricVehicleId", "\u0645\u0631\u0643\u0628\u0629 \u0643\u0647\u0631\u0628\u0627\u0626\u064A\u0629 \u0628\u062E\u0644\u0627\u064A\u0627 \u0627\u0644\u0648\u0642\u0648\u062F");
|
|
597
597
|
export const ENTIRE_ORGANIZATION_GROUP_ID = "GroupCompanyId";
|
|
598
598
|
export const DEFAULT_RELATION_OPERATOR = RelationOperator.OR;
|
|
599
599
|
export const getDefaultFilterState = () => ({
|
|
@@ -10,6 +10,7 @@ interface IGroupsFilterOptions {
|
|
|
10
10
|
placeholder?: string;
|
|
11
11
|
}
|
|
12
12
|
export interface IGroupsFilterBase extends IZenComponentProps, IChipsParent {
|
|
13
|
+
id?: string;
|
|
13
14
|
dataLoader: () => Promise<IGroupItem[]>;
|
|
14
15
|
isWithColor?: boolean;
|
|
15
16
|
/**
|
|
@@ -24,6 +25,7 @@ export interface IGroupsFilterBase extends IZenComponentProps, IChipsParent {
|
|
|
24
25
|
errorHandler: (e: Error) => void;
|
|
25
26
|
classNamePopup?: string;
|
|
26
27
|
className?: string;
|
|
28
|
+
dataAnalyticsId?: string;
|
|
27
29
|
}
|
|
28
30
|
export interface IGroupsFilterRawDefault extends IGroupsFilterBase {
|
|
29
31
|
initialFilterState?: IGroupsFilterTotalState;
|
|
@@ -42,7 +42,7 @@ injectString("tr", "More", "Di\u011Fer");
|
|
|
42
42
|
injectString("zh-Hans", "More", "\u66F4\u591A");
|
|
43
43
|
injectString("zh-TW", "More", "\u66F4\u591A");
|
|
44
44
|
injectString("ro-RO", "More", "Mai multe");
|
|
45
|
-
injectString("ar
|
|
45
|
+
injectString("ar", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
46
46
|
export const HeaderCustomContent = createContext({
|
|
47
47
|
content: null,
|
|
48
48
|
setContent: _1 => {}
|
|
@@ -34,7 +34,7 @@ injectString("tr", "Show all filters", "T\xFCm filtreleri g\xF6ster");
|
|
|
34
34
|
injectString("zh-Hans", "Show all filters", "\u663E\u793A\u5168\u90E8\u7B5B\u9009\u6761\u4EF6");
|
|
35
35
|
injectString("zh-TW", "Show all filters", "\u986F\u793A\u6240\u6709\u7BE9\u9078\u689D\u4EF6");
|
|
36
36
|
injectString("ro-RO", "Show all filters", "Afi\u0219a\u021Bi toate filtrele");
|
|
37
|
-
injectString("ar
|
|
37
|
+
injectString("ar", "Show all filters", "\u0639\u0631\u0636 \u062C\u0645\u064A\u0639 \u0627\u0644\u062A\u0635\u0641\u064A\u0627\u062A");
|
|
38
38
|
export const MobileFilterControl = ({
|
|
39
39
|
className,
|
|
40
40
|
onClick,
|
|
@@ -36,7 +36,7 @@ injectString("tr", "Cancel search", "Aramay\u0131 iptal et");
|
|
|
36
36
|
injectString("zh-Hans", "Cancel search", "\u53D6\u6D88\u641C\u7D22");
|
|
37
37
|
injectString("zh-TW", "Cancel search", "\u53D6\u6D88\u641C\u5C0B");
|
|
38
38
|
injectString("ro-RO", "Cancel search", "Anula\u021Bi c\u0103utarea");
|
|
39
|
-
injectString("ar
|
|
39
|
+
injectString("ar", "Cancel search", "\u0625\u0644\u063A\u0627\u0621 \u0627\u0644\u0628\u062D\u062B");
|
|
40
40
|
injectString("cs", "Cancel", "Zru\u0161it");
|
|
41
41
|
injectString("da-DK", "Cancel", "Annuller");
|
|
42
42
|
injectString("de", "Cancel", "Abbrechen");
|
|
@@ -63,7 +63,7 @@ injectString("tr", "Cancel", "\u0130ptal");
|
|
|
63
63
|
injectString("zh-Hans", "Cancel", "\u53D6\u6D88");
|
|
64
64
|
injectString("zh-TW", "Cancel", "\u53D6\u6D88");
|
|
65
65
|
injectString("ro-RO", "Cancel", "Anula\u021Bi");
|
|
66
|
-
injectString("ar
|
|
66
|
+
injectString("ar", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
67
67
|
injectString("cs", "Show page search", "Zobrazit vyhled\xE1v\xE1n\xED str\xE1nek");
|
|
68
68
|
injectString("da-DK", "Show page search", "Vis sides\xF8gning");
|
|
69
69
|
injectString("de", "Show page search", "Seite \u201ESuche\u201C anzeigen");
|
|
@@ -90,7 +90,7 @@ injectString("tr", "Show page search", "Sayfa aramay\u0131 g\xF6ster");
|
|
|
90
90
|
injectString("zh-Hans", "Show page search", "\u663E\u793A\u9875\u9762\u641C\u7D22");
|
|
91
91
|
injectString("zh-TW", "Show page search", "\u986F\u793A\u9801\u9762\u641C\u5C0B");
|
|
92
92
|
injectString("ro-RO", "Show page search", "Afi\u0219a\u021Bi c\u0103utarea paginilor");
|
|
93
|
-
injectString("ar
|
|
93
|
+
injectString("ar", "Show page search", "\u0639\u0631\u0636 \u0628\u062D\u062B \u0627\u0644\u0635\u0641\u062D\u0629");
|
|
94
94
|
export const MobileSearchControl = ({
|
|
95
95
|
searchInput,
|
|
96
96
|
onClick,
|
package/esm/header/header.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
/* eslint-disable @typescript-eslint/no-explicit-any, @typescript-eslint/no-unsafe-argument */
|
|
3
3
|
import React, { cloneElement, useCallback, useEffect, useMemo, useRef, useState } from "react";
|
|
4
|
-
import { filterItems, getArrayOfChildren, getItemsForRender, findFirstScrollableParent } from "./headerHelpers";
|
|
4
|
+
import { filterItems, getArrayOfChildren, getItemsForRender, getItemsForMeasure, findFirstScrollableParent } from "./headerHelpers";
|
|
5
5
|
import { HeaderBack, TRANSLATIONS as HeaderBackTranslations } from "./headerBack";
|
|
6
6
|
import { MobileSearchControl, TRANSLATIONS as MobileSearchControlTranslations } from "./components/mobileSearchControl/mobileSearchControl";
|
|
7
7
|
import { MobileFilterControl, TRANSLATIONS as MobileFilterControlTranslations } from "./components/mobileFilterControl/mobileFilterControl";
|
|
@@ -126,7 +126,7 @@ export const Header = ({ children, className, onFiltersBarOpen
|
|
|
126
126
|
!filtersBarToggleAllFiltersFn && (onFiltersBarOpen === null || onFiltersBarOpen === void 0 ? void 0 : onFiltersBarOpen());
|
|
127
127
|
}
|
|
128
128
|
}, [filtersBarToggleAllFiltersFn, onFiltersBarOpen]);
|
|
129
|
-
const hiddenItemForRender = useMemo(() =>
|
|
129
|
+
const hiddenItemForRender = useMemo(() => getItemsForMeasure(resizableElements, isMobile), [isMobile, resizableElements]);
|
|
130
130
|
const widthDelta = ((_a = moreButtonRef.current) === null || _a === void 0 ? void 0 : _a.offsetWidth) || 0;
|
|
131
131
|
const maxWidth = middleWidth || ((_b = toolbarRef.current) === null || _b === void 0 ? void 0 : _b.getBoundingClientRect().width) || 0;
|
|
132
132
|
const actionCount = useMemo(() => {
|
package/esm/header/headerBack.js
CHANGED
|
@@ -11,7 +11,9 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
11
11
|
import { ButtonIconPosition, TextIconButton } from "../textIconButton/textIconButton";
|
|
12
12
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
13
13
|
import { IconChevronLeft } from "../icons/iconChevronLeft";
|
|
14
|
+
import { IconChevronRight } from "../icons/iconChevronRight";
|
|
14
15
|
import { useLanguage } from "../utils/localization/useLanguage";
|
|
16
|
+
import { useDirectionalIcon } from "../utils/localization/useDirectionalIcon";
|
|
15
17
|
injectString("cs", "Back", "Zp\u011Bt");
|
|
16
18
|
injectString("da-DK", "Back", "Tilbage");
|
|
17
19
|
injectString("de", "Back", "Zur\xFCck");
|
|
@@ -38,7 +40,7 @@ injectString("tr", "Back", "Geri");
|
|
|
38
40
|
injectString("zh-Hans", "Back", "\u8FD4\u56DE");
|
|
39
41
|
injectString("zh-TW", "Back", "\u8FD4\u56DE");
|
|
40
42
|
injectString("ro-RO", "Back", "\xCEnapoi");
|
|
41
|
-
injectString("ar
|
|
43
|
+
injectString("ar", "Back", "\u0631\u062C\u0648\u0639");
|
|
42
44
|
export const HeaderBackDisplayName = "HeaderBack";
|
|
43
45
|
export const HeaderBack = _a => {
|
|
44
46
|
var {
|
|
@@ -52,11 +54,12 @@ export const HeaderBack = _a => {
|
|
|
52
54
|
const {
|
|
53
55
|
translate
|
|
54
56
|
} = useLanguage();
|
|
57
|
+
const BackChevronIcon = useDirectionalIcon(IconChevronLeft, IconChevronRight);
|
|
55
58
|
const fullClassName = classNames(["zen-header-back", className || ""]);
|
|
56
59
|
const props = Object.assign({}, restProps);
|
|
57
60
|
return _jsx(TextIconButton, Object.assign({
|
|
58
61
|
id: id,
|
|
59
|
-
icon:
|
|
62
|
+
icon: BackChevronIcon,
|
|
60
63
|
iconPosition: ButtonIconPosition.Start,
|
|
61
64
|
type: "tertiary",
|
|
62
65
|
className: fullClassName,
|
|
@@ -3,6 +3,7 @@ export declare const HeaderCustomMenuWrapper = "HeaderCustomMenuWrapper";
|
|
|
3
3
|
export declare const getArrayOfChildren: <T>(children: T | T[] | undefined) => T[];
|
|
4
4
|
export declare const isNamedChildComponent: <T>(item: any, componentName: string) => item is React.ReactElement<T, string | React.JSXElementConstructor<any>>;
|
|
5
5
|
export declare const getItemsForRender: <T extends React.ReactElement<unknown, string | React.JSXElementConstructor<any>>>(items: T[], isMobile: boolean) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>[];
|
|
6
|
+
export declare const getItemsForMeasure: <T extends React.ReactElement<unknown, string | React.JSXElementConstructor<any>>>(items: T[], isMobile: boolean) => React.ReactElement<unknown, string | React.JSXElementConstructor<any>>[];
|
|
6
7
|
export declare const filterItems: <T extends React.ReactElement<unknown, string | React.JSXElementConstructor<any>>>(items: T[], isMobile: boolean) => {
|
|
7
8
|
resizableElements: React.ReactElement<unknown, string | React.JSXElementConstructor<any>>[];
|
|
8
9
|
leftElements: T[];
|
|
@@ -46,6 +46,14 @@ export const getItemsForRender = (items, isMobile) => {
|
|
|
46
46
|
return clone;
|
|
47
47
|
});
|
|
48
48
|
};
|
|
49
|
+
export const getItemsForMeasure = (items, isMobile) => getItemsForRender(items, isMobile).map((el, ind) => {
|
|
50
|
+
const elProps = el.props;
|
|
51
|
+
return cloneElement(el, {
|
|
52
|
+
key: `measure-key-${ind}-${items.length}`,
|
|
53
|
+
id: undefined,
|
|
54
|
+
"data-zen-measure-id": elProps.id
|
|
55
|
+
});
|
|
56
|
+
});
|
|
49
57
|
export const filterItems = (items, isMobile) => {
|
|
50
58
|
const itemsArr = [];
|
|
51
59
|
React.Children.forEach(items, child => {
|
|
@@ -48,7 +48,7 @@ export const useNonFittingElements = ({ maxWidth, data, hiddenElementsCountToRen
|
|
|
48
48
|
let canBeFiltered = hiddenContainerRef.current.children.length > 0;
|
|
49
49
|
const filteredData = [];
|
|
50
50
|
Array.from(hiddenContainerRef.current.children).forEach(child => {
|
|
51
|
-
const childrenId = child.getAttribute("id");
|
|
51
|
+
const childrenId = child.getAttribute("data-zen-measure-id");
|
|
52
52
|
if (childrenId) {
|
|
53
53
|
const elem = dataForRender.find(item => { var _a; return ((_a = item.props) === null || _a === void 0 ? void 0 : _a.id) === childrenId; });
|
|
54
54
|
if (elem) {
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo, useId } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconAlignLeft = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconAlignLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 4.87a1 1 0 011-1h16a1 1 0 011 1v16a1 1 0 01-1 1H4a1 1 0 01-1-1v-16zm2 1v14h14v-14H5zm3 2a1 1 0 011 1v8a1 1 0 11-2 0v-8a1 1 0 011-1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo, useId } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconAlignmentLeft = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconAlignmentLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 5.87a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1zm0 7a1 1 0 011-1h8a1 1 0 110 2H4a1 1 0 01-1-1zm0 7a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconAlignmentRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconAlignmentRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3 5.87a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1zm8 7a1 1 0 011-1h8a1 1 0 110 2h-8a1 1 0 01-1-1zm-8 7a1 1 0 011-1h16a1 1 0 110 2H4a1 1 0 01-1-1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowBottomLeft = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowBottomLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 18.87a1 1 0 01-1 1H6a1 1 0 01-1-1v-9a1 1 0 112 0v6.585l9.793-9.792a1 1 0 111.414 1.414L8.414 17.87H15a1 1 0 011 1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowBottomRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowBottomRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18 8.87a1 1 0 011 1v9a1 1 0 01-1 1H9a1 1 0 110-2h6.586L5.793 8.077a1 1 0 011.414-1.414L17 16.455V9.87a1 1 0 011-1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowLeftPath = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowLeftPath", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.413 4.959a1 1 0 01.587.91v3h10a1 1 0 011 1v6a1 1 0 01-1 1H11v3a1 1 0 01-1.659.753l-8-7a1 1 0 010-1.505l8-7a1 1 0 011.072-.158zm-6.894 7.91L9 17.667V15.87a1 1 0 011-1h10v-4H10a1 1 0 01-1-1V8.073L3.519 12.87z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 12.87a1 1 0 01-.293.707l-6 6a1 1 0 11-1.414-1.415l4.293-4.292H4a1 1 0 110-2h13.586l-4.293-4.293a1 1 0 011.414-1.414l6 6a1 1 0 01.293.707z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowRightCircle = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowRightCircle", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 12.87a8 8 0 10-16 0 8 8 0 0016 0zm-8-10c5.523 0 10 4.477 10 10 0 5.522-4.477 10-10 10s-10-4.478-10-10c0-5.523 4.477-10 10-10zm1.707 6.293l3 3a1 1 0 010 1.414l-3 3a1 1 0 11-1.414-1.415l1.293-1.292H8a1 1 0 110-2h5.586l-1.293-1.293a1 1 0 011.414-1.414z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowRightPath = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowRightPath", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.587 4.959a1 1 0 011.072.158l8 7a1 1 0 010 1.505l-8 7A1 1 0 0113 19.87v-3H3a1 1 0 01-1-1v-6a1 1 0 011-1h10v-3a1 1 0 01.587-.911zM15 8.073V9.87a1 1 0 01-1 1H4v4h10a1 1 0 011 1v1.796l5.481-4.796L15 8.073z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowTopLeft = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowTopLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6 16.87a1 1 0 01-1-1v-9a1 1 0 011-1h9a1 1 0 110 2H8.414l9.793 9.793a1 1 0 01-1.414 1.414L7 9.284v6.586a1 1 0 01-1 1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconArrowTopRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconArrowTopRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 6.87a1 1 0 011-1h9a1 1 0 011 1v9a1 1 0 11-2 0V9.284l-9.793 9.793a1 1 0 11-1.414-1.415l9.793-9.792H9a1 1 0 01-1-1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconChevronDoubleRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconChevronDoubleRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.293 8.163a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 11-1.414-1.415l3.293-3.292-3.293-3.293a1 1 0 010-1.414zm7 0a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 11-1.414-1.415l3.293-3.292-3.293-3.293a1 1 0 010-1.414z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconChevronRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconChevronRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.293 4.163a1 1 0 011.414 0l8 8a1 1 0 010 1.414l-8 8a1 1 0 11-1.414-1.415l7.293-7.292-7.293-7.293a1 1 0 010-1.414z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconChevronRightSmall = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconChevronRightSmall", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.293 8.163a1 1 0 011.414 0l4 4a1 1 0 010 1.414l-4 4a1 1 0 11-1.414-1.415l3.293-3.292-3.293-3.293a1 1 0 010-1.414z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconCornerDownLeft = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerDownLeft", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 4.87a1 1 0 00-1 1v9H6.414l2.293-2.293a1 1 0 10-1.414-1.415l-4 4a1 1 0 000 1.415l4 4a1 1 0 101.414-1.415L6.414 16.87H20a1 1 0 001-1v-10a1 1 0 00-1-1z" })] }));
|
|
10
8
|
};
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useId, useMemo } from "react";
|
|
3
3
|
import { classNames } from "../commonHelpers/classNames/classNames";
|
|
4
|
-
import { useIsRTL } from "../utils/localization/useIsRTL";
|
|
5
4
|
export const IconCornerDownRight = ({ className, size, title, description, focusable = false }) => {
|
|
6
5
|
const uniqueId = useId();
|
|
7
|
-
const
|
|
8
|
-
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", isRTL ? "zen-icon--rtl" : "", className !== null && className !== void 0 ? className : ""]), [size, isRTL, className]);
|
|
6
|
+
const classes = useMemo(() => classNames(["zen-icon", size ? `zen-icon--${size}` : "", className !== null && className !== void 0 ? className : ""]), [size, className]);
|
|
9
7
|
return (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 25", focusable: focusable ? "true" : undefined, tabIndex: focusable ? 0 : undefined, role: focusable || title || description ? undefined : "presentation", className: classes, "aria-labelledby": title && focusable ? uniqueId : undefined, "data-name": "IconCornerDownRight", children: [title ? _jsx("title", { id: uniqueId, children: title }) : null, description ? _jsx("desc", { children: description }) : null, _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4 4.87a1 1 0 011 1v9h12.586l-2.293-2.293a1 1 0 011.414-1.415l4 4a1 1 0 010 1.415l-4 4a1 1 0 11-1.414-1.415l2.293-2.292H4a1 1 0 01-1-1v-10a1 1 0 011-1z" })] }));
|
|
10
8
|
};
|