@geotab/zenith 3.7.0 → 3.8.0-beta.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 +18 -1
- package/dist/absolute/absolute.js +3 -1
- package/dist/accordion/accordion.js +1 -1
- package/dist/accordion/accordionItem/accordionItem.js +1 -9
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +3 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormHelper.js +1 -4
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +9 -2
- package/dist/advancedGroupsFilter/advancedGroupsFilterHelper.js +3 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -0
- package/dist/alert/alert.js +45 -11
- package/dist/alert/hooks/useAlert.js +3 -3
- package/dist/alert/utils/hideAlertCallback.js +3 -2
- package/dist/alertRaw/alertRaw.js +1 -0
- package/dist/alertRaw/components/alertAnimation.js +5 -17
- package/dist/anchor/anchor.js +1 -1
- package/dist/banner/banner.js +3 -3
- package/dist/banner/bannerMultipLine.js +1 -0
- package/dist/banner/bannerSingleLine.js +1 -0
- package/dist/banner/bannerUtils.js +5 -5
- package/dist/banner/typeIcon.js +7 -7
- package/dist/banner/utils/isBannerTarget.d.ts +1 -0
- package/dist/banner/utils/isBannerTarget.js +11 -0
- package/dist/betaPill/betaPill.js +37 -0
- package/dist/betaPill/betaPillContext.js +1 -1
- package/dist/bookmark/bookmark.js +2 -0
- package/dist/bulkEditControl/bulkEditControl.d.ts +1 -1
- package/dist/bulkEditControl/bulkEditControl.js +6 -1
- package/dist/button/button.d.ts +2 -1
- package/dist/button/button.js +3 -3
- package/dist/button/buttonType.d.ts +1 -1
- package/dist/calendar/calendar.js +23 -0
- package/dist/calendar/calendarUtils.js +50 -0
- package/dist/calendar/dateUtils.js +35 -19
- package/dist/card/card.d.ts +6 -6
- package/dist/card/card.js +1 -0
- package/dist/card/components/cardButton/cardButton.d.ts +2 -1
- package/dist/card/components/cardButton/cardButton.js +7 -4
- package/dist/card/components/cardToggle/cardToggle.js +1 -1
- package/dist/card/components/status.js +8 -2
- package/dist/card/components/title.js +4 -8
- package/dist/card/components/titleLink.js +2 -2
- package/dist/card/helpers/getDefaultFullWidthValue.js +1 -1
- package/dist/cardContainer/hooks/useAbsoluteSize.js +2 -1
- package/dist/cards/cards.js +1 -1
- package/dist/cards/cardsRow.js +1 -1
- package/dist/chart/accessibleChart/accessibleChart.js +1 -1
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +267 -1
- package/dist/chart/accessibleChart/accessibleChartTable.js +28 -0
- package/dist/chart/barChart/getBarTooltipItems.js +11 -10
- package/dist/chart/barChart/getDefaultDatasetStyle.js +1 -10
- package/dist/chart/barChart/getDefaultOptions.js +16 -14
- package/dist/chart/barChart.js +2 -10
- package/dist/chart/chart.js +24 -0
- package/dist/chart/chartAxis/chartAxis.js +2 -0
- package/dist/chart/chartInsight/chartInsight.js +1 -1
- package/dist/chart/lineChart/getDatasetColor.js +1 -10
- package/dist/chart/lineChart/getDefaultOptions.js +38 -27
- package/dist/chart/lineChart/useSummary.js +4 -2
- package/dist/chart/lineChart.js +2 -10
- package/dist/chart/pieChart/centerTextPlugin.d.ts +3 -0
- package/dist/chart/pieChart/centerTextPlugin.js +33 -0
- package/dist/chart/pieChart/getDefaultDatasetStyle.js +1 -10
- package/dist/chart/pieChart/getPieTooltipItems.js +4 -2
- package/dist/chart/pieChart/interfaces.d.ts +13 -0
- package/dist/chart/pieChart/pieLegendPlugin.d.ts +7 -0
- package/dist/chart/pieChart/pieLegendPlugin.js +45 -0
- package/dist/chart/pieChart/renderPieLegend.d.ts +7 -0
- package/dist/chart/pieChart/renderPieLegend.js +61 -0
- package/dist/chart/pieChart.d.ts +3 -3
- package/dist/chart/pieChart.js +37 -12
- package/dist/chart/plugins/legend/renderLegend.js +5 -3
- package/dist/chart/plugins/linePlugin/getInterpolatedValue.js +1 -1
- package/dist/chart/plugins/linePlugin/linePlugin.js +4 -2
- package/dist/chart/plugins/tooltip/calculatePositions.js +12 -12
- package/dist/chart/plugins/tooltip/renderTooltip.js +1 -1
- package/dist/chart/plugins/tooltip/tooltipPlugin.js +3 -2
- package/dist/chart/utils/getYAxisMeta.js +5 -3
- package/dist/chart/utils/removeTrendDataFromDatasets.js +1 -1
- package/dist/checkbox/checkbox.js +1 -1
- package/dist/checkbox/checkboxIconCheckmark.js +2 -6
- package/dist/checkbox/checkboxIconMinus.js +2 -6
- package/dist/checkboxListWithAction/checkboxListWithAction.js +29 -0
- package/dist/checkboxNonInteractive/checkboxNonInteractive.js +1 -3
- package/dist/chip/chip.d.ts +1 -0
- package/dist/chip/chip.js +15 -7
- package/dist/columnsSelector/columnsSelector.d.ts +1 -1
- package/dist/columnsSelector/columnsSelector.js +3 -1
- package/dist/columnsSelector/columnsTab/columnsTab.js +1 -0
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -0
- package/dist/comboboxSelected/comboboxSelected.js +3 -6
- package/dist/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -3
- package/dist/commonHelpers/arrowNavigation/hooks/useClearTimers.js +3 -1
- package/dist/commonHelpers/hooks/deviceProvider.js +1 -1
- package/dist/commonHelpers/hooks/useFetch.js +4 -2
- package/dist/commonHelpers/hooks/useResizeObserver.js +7 -5
- package/dist/commonHelpers/hooks/useThrottle.js +1 -1
- package/dist/commonHelpers/hooks/useTrapFocus.js +10 -6
- package/dist/commonHelpers/isDomEnv.js +1 -6
- package/dist/commonHelpers/keyboard.js +1 -4
- package/dist/commonHelpers/utils.js +1 -1
- package/dist/commonStyles/appIcons.less +3 -3
- package/dist/commonStyles/caption/caption.less +1 -2
- package/dist/commonStyles/colors/colors.less +118 -118
- package/dist/commonStyles/ellipsis.less +1 -1
- package/dist/commonStyles/fonts/roboto.less +24 -17
- package/dist/commonStyles/fonts/robotomono/robotomono.less +5 -4
- package/dist/commonStyles/fonts/robotomono.less +5 -4
- package/dist/commonStyles/link/link.less +10 -8
- package/dist/commonStyles/notSelectable.less +7 -7
- package/dist/commonStyles/pillStyles/pillContent.less +7 -9
- package/dist/commonStyles/pillStyles/pillStyles.less +1 -2
- package/dist/commonStyles/pillStyles/pillTextContent.less +3 -2
- package/dist/commonStyles/pillStyles/pillTypes.less +1 -1
- package/dist/commonStyles/popupMixin.less +2 -2
- package/dist/commonStyles/rangeFieldMixin.less +7 -7
- package/dist/commonStyles/selectButton.less +9 -7
- package/dist/commonStyles/shadows/shadows.less +1 -1
- package/dist/commonStyles/textInputMixin.less +2 -2
- package/dist/commonStyles/typography/typography.less +111 -56
- package/dist/commonStyles/zIndex.less +0 -4
- package/dist/controlledPopup/controlledPopup.d.ts +2 -5
- package/dist/controlledPopup/controlledPopup.js +2 -2
- package/dist/dataFeed/dataFeed.js +6 -7
- package/dist/dataFeed/dataFeedCell/dataFeedCell.js +9 -9
- package/dist/dataFeed/dataFeedColumnsItems.js +34 -16
- package/dist/dataFeed/dataFeedHeader/dataFeedHeader.js +1 -1
- package/dist/dataFeed/dataFeedSelectPanel/dataFeedSelectPanel.js +1 -1
- package/dist/dataFeed/feedItem/feedItem.js +1 -1
- package/dist/dataFeed/feedSelectControl/feedSelectControl.js +1 -1
- package/dist/dataGrid/cell/cell.js +6 -4
- package/dist/dataGrid/columns/actionLinkColumn/actionButtonsMobileWrapper.js +2 -6
- package/dist/dataGrid/columns/actionLinkColumn/actionLinkColumnWrapper.js +2 -6
- package/dist/dataGrid/columns/actionsColumn/actionsButton.js +3 -5
- package/dist/dataGrid/columns/actionsColumn/actionsColumn.js +22 -7
- package/dist/dataGrid/columns/actionsColumn/actionsColumnCell.js +1 -3
- package/dist/dataGrid/columns/basicColumn.js +2 -4
- package/dist/dataGrid/columns/checkboxColumn/checkboxCell.d.ts +1 -0
- package/dist/dataGrid/columns/checkboxColumn/checkboxCell.js +4 -2
- package/dist/dataGrid/columns/checkboxColumn/checkboxColumn.d.ts +1 -1
- package/dist/dataGrid/columns/checkboxColumn/checkboxColumnWrapper.js +3 -5
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -0
- package/dist/dataGrid/columns/mainColumn/mainColumnWrapper.js +12 -8
- package/dist/dataGrid/dataGrid.js +2 -1
- package/dist/dataGrid/emptySearchList/emptySearchList.js +1 -0
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -0
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +27 -0
- package/dist/dataGrid/entitiesListActions/entitiesListActions.js +3 -6
- package/dist/dataGrid/headerCell/headerCell.js +2 -2
- package/dist/dataGrid/listColumn.d.ts +2 -4
- package/dist/dataGrid/row/row.js +8 -16
- package/dist/dataGrid/withActions/withActions.js +3 -1
- package/dist/dataGrid/withFlexibleColumns/columns/flexibleColumnWrapper.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -0
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsList.js +4 -2
- package/dist/dataGrid/withFlexibleColumns/flexibleColumnsReorder.js +3 -3
- package/dist/dataGrid/withFlexibleColumns/flexibleColumnsResizer.js +4 -4
- package/dist/dataGrid/withFlexibleColumns/flexibleColumnsStorage.js +1 -5
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +20 -27
- package/dist/dataGrid/withLoading/withLoading.js +5 -10
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkAction.d.ts +3 -3
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActionButton/bulkActionButton.js +1 -1
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActionLink/bulkActionLink.js +1 -1
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -0
- package/dist/dataGrid/withSelectableRows/withLimitedSelectableRows.js +5 -3
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +3 -0
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.d.ts +2 -1
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +11 -2
- package/dist/dataGrid/withSortableColumns/withSortableColumns.js +13 -13
- package/dist/dateInput/dateInput.js +1 -3
- package/dist/dateInputInner/dateInputInner.js +77 -3
- package/dist/dateInputInner/dateInputInnerControlBlock.js +14 -8
- package/dist/dateInputInner/dateInputInnerReducer.d.ts +1 -1
- package/dist/dateInputRaw/dateInputRaw.js +3 -0
- package/dist/dateInputRaw/utils/getLabel.js +25 -0
- package/dist/dateRange/dateRange.js +1 -1
- package/dist/dateRangeInner/dateRangeInner.js +2 -1
- package/dist/dateRangeRaw/dateRangeRaw.js +33 -2
- package/dist/dateRangeRaw/utils/areMapsEqual.js +3 -1
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +17 -0
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +4 -0
- package/dist/dialog/dialogContent.d.ts +1 -1
- package/dist/dialog/dialogContent.js +2 -1
- package/dist/dropdown/dropdown.js +1 -10
- package/dist/dropdown/dropdownPopup.d.ts +1 -1
- package/dist/dropdown/dropdownTrigger.d.ts +1 -1
- package/dist/dropdownRaw/dropdownHelper.d.ts +10 -0
- package/dist/dropdownRaw/dropdownHelper.js +41 -22
- package/dist/dropdownRaw/dropdownList.d.ts +2 -1
- package/dist/dropdownRaw/dropdownList.js +33 -4
- package/dist/dropdownRaw/dropdownPopup.d.ts +2 -1
- package/dist/dropdownRaw/dropdownPopup.js +10 -4
- package/dist/dropdownRaw/dropdownRaw.js +20 -5
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +4 -0
- package/dist/dropdownRaw/dropdownTestData.js +683 -699
- package/dist/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownTrigger.js +7 -2
- package/dist/dropdownRaw/stateReducer/stateReducer.js +29 -17
- package/dist/dropdownRaw/types.d.ts +3 -3
- package/dist/dropdownRaw/utils/getSelectedValues.js +4 -1
- package/dist/emptyState/emptyState.js +1 -3
- package/dist/favoriteButton/favoriteButton.js +1 -0
- package/dist/feedbackContainer/feedbackContainer.js +6 -2
- package/dist/feedbackContainer/hooks/useFeedbackAlert.js +42 -31
- package/dist/feedbackContainer/hooks/useFeedbackToast.js +30 -30
- package/dist/feedbackContainer/utils/getToastAnimation.js +1 -1
- package/dist/fileUpload/components/dropZoneContent.d.ts +15 -0
- package/dist/fileUpload/components/dropZoneContent.js +175 -0
- package/dist/fileUpload/components/templateDownloadSection.d.ts +11 -0
- package/dist/fileUpload/components/templateDownloadSection.js +71 -0
- package/dist/fileUpload/components/uploadedFilesSection.d.ts +13 -0
- package/dist/fileUpload/components/uploadedFilesSection.js +159 -0
- package/dist/fileUpload/fileUpload.d.ts +6 -0
- package/dist/fileUpload/fileUpload.js +377 -0
- package/dist/fileUpload/fileUploadType.d.ts +33 -0
- package/dist/fileUpload/fileUploadType.js +2 -0
- package/dist/filterButton/filterButton.js +6 -6
- package/dist/filters/components/filtersChip.js +2 -2
- package/dist/filters/components/filtersContainer.js +2 -0
- package/dist/filters/components/filtersCustomProvider.js +1 -1
- package/dist/filters/components/filtersDateInput.js +6 -2
- package/dist/filters/components/filtersDropdown.js +16 -2
- package/dist/filters/components/filtersEmptyState.js +48 -0
- package/dist/filters/components/filtersSaveModal.js +74 -0
- package/dist/filters/components/filtersSavedChipComponent.js +128 -0
- package/dist/filters/components/filtersSavedItemsProvider.js +7 -1
- package/dist/filters/components/filtersSearchItemData.js +1 -0
- package/dist/filters/components/filtersSearchList.js +102 -0
- package/dist/filters/components/filtersSelect.js +1 -0
- package/dist/filters/components/filtersSelectCompact.js +3 -7
- package/dist/filters/components/filtersSelectListItem.js +2 -0
- package/dist/filters/components/filtersSelectUnfoldingPill.js +8 -2
- package/dist/filters/components/filtersSidePanel.js +31 -0
- package/dist/filters/components/filtersSidePanelChip.js +1 -1
- package/dist/filters/components/filtersSidePanelDateRange.js +1 -1
- package/dist/filters/components/filtersSidePanelDropdown.js +21 -16
- package/dist/filters/components/filtersSidePanelItem.js +1 -1
- package/dist/filters/components/filtersSidePanelItemWrapper.js +1 -1
- package/dist/filters/filters.js +147 -0
- package/dist/filters/filtersHelper.js +13 -13
- package/dist/filtersBar/components/filtersBarDateInput/filtersBarDateInput.js +10 -2
- package/dist/filtersBar/components/filtersBarDropdown/filtersBarDropdown.js +48 -27
- package/dist/filtersBar/components/filtersBarDropdownWithCheckbox/filtersBarDropdownWithCheckbox.js +44 -19
- package/dist/filtersBar/components/filtersBarGroupButton/filtersBarGroupButton.js +2 -2
- package/dist/filtersBar/components/filtersBarGroupsFilter/filtersBarGroupsFilter.js +2 -2
- package/dist/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +30 -4
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +19 -1
- package/dist/filtersBar/components/filtersBarPeriodPicker/normalizeDates.js +32 -10
- package/dist/filtersBar/components/filtersBarRange/filtersBarRange.js +6 -5
- package/dist/filtersBar/components/filtersBarSearch/filtersBarSearch.js +2 -2
- package/dist/filtersBar/components/resetComponentButton.js +1 -0
- package/dist/filtersBar/filtersBar.d.ts +4 -4
- package/dist/filtersBar/filtersBar.js +60 -29
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +3 -0
- package/dist/filtersBar/filtersBarProvider.js +4 -1
- package/dist/filtersBar/filtersBarProviderSearch.js +1 -2
- package/dist/filtersBar/filtersBarProviderTrigger.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelCheckboxGroup/filtersBarSidePanelCheckboxGroup.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelDropdownWithCheckbox/filtersBarSidePanelDropdownWithCheckbox.js +21 -12
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +1 -1
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +5 -0
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -0
- package/dist/filtersBar/filtersBarSidePanel/hooks/useDirection.js +3 -1
- package/dist/filtersBar/filtersContainer/filtersContainer.js +2 -0
- package/dist/filtersBar/utils/getNumberOfChangedFilters.js +2 -2
- package/dist/footerButtons/footerButtons.js +9 -2
- package/dist/formField/components/formFieldAdditionalInfo.js +1 -3
- package/dist/formField/components/formFieldAssistiveError.js +1 -5
- package/dist/formField/components/formFieldCounter.js +1 -1
- package/dist/formField/components/formFieldWithLabel.js +4 -4
- package/dist/formField/components/formFieldWithoutLabel.js +2 -2
- package/dist/formField/components/isOldFormFieldComponent.js +1 -7
- package/dist/formField/components/trailingComponent.js +2 -2
- package/dist/formField/hooks/useBanner.js +1 -1
- package/dist/formField/hooks/useContainer.js +31 -4
- package/dist/formField/hooks/useError.js +26 -0
- package/dist/formField/hooks/useFormFieldClasses.js +5 -1
- package/dist/formField/hooks/useFormFieldProps.js +9 -1
- package/dist/formField/hooks/useReadonly.js +1 -1
- package/dist/formField/hooks/useSkeleton.js +1 -3
- package/dist/formField/utils/getFormFieldBanner.js +1 -1
- package/dist/formFieldError/formFieldError.d.ts +2 -1
- package/dist/formFieldError/formFieldError.js +5 -3
- package/dist/formGroup/components/customRow/customRow.js +1 -1
- package/dist/formGroup/components/list.js +1 -1
- package/dist/formGroup/components/listToggle/listToggle.js +8 -6
- package/dist/formGroup/components/oneRow.js +1 -1
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +3 -1
- package/dist/formGroup/components/reviewTextControl.js +1 -1
- package/dist/formGroup/components/twoRows.js +1 -1
- package/dist/formGroup/formGroup.js +8 -8
- package/dist/formGroup/hooks/listHooks/useControlClasses.js +1 -1
- package/dist/formGroup/hooks/listHooks/useControls.js +1 -1
- package/dist/formGroup/hooks/listHooks/useElementsState.js +1 -1
- package/dist/formGroup/hooks/listHooks/useLabelClasses.js +1 -1
- package/dist/formGroup/hooks/useCustomRow.js +27 -9
- package/dist/formGroup/hooks/useToggle.js +24 -0
- package/dist/formGroup/utils/applyCustomControlClasses.js +2 -1
- package/dist/formGroup/utils/getControlNode.js +1 -1
- package/dist/formGroup/utils/getControls.js +12 -8
- package/dist/formGroup/utils/getElementsControl.js +4 -4
- package/dist/formGroup/utils/getLabelNode.js +1 -1
- package/dist/formGroup/utils/getTotalState.js +1 -1
- package/dist/formGroup/utils/hasWidthProp.js +1 -1
- package/dist/formGroupItem/formGroupItem.js +1 -1
- package/dist/formLayout/components/columnTitle/formLayoutColumnTitle.js +1 -1
- package/dist/formLayout/components/customColumns.js +2 -2
- package/dist/formLayout/components/formLayoutSecondary.js +1 -1
- package/dist/formLayout/components/formLayoutTitle.js +1 -1
- package/dist/formLayout/components/getLayoutColumns.js +3 -6
- package/dist/formLayout/components/oneColumnGrid.js +2 -2
- package/dist/formLayout/components/useCustomColumns.js +10 -10
- package/dist/formLayout/formLayout.js +3 -3
- package/dist/formLayout/hooks/getStepperLayout.js +1 -1
- package/dist/formLayout/hooks/useError.js +49 -0
- package/dist/formLayout/hooks/useFormButtons.d.ts +1 -1
- package/dist/formLayout/hooks/useFormButtons.js +3 -0
- package/dist/formLayout/hooks/useLoading.js +1 -1
- package/dist/formLayout/utils/applyLayoutPosition/applyLayoutPosition.js +13 -13
- package/dist/formLayout/utils/attachHeadings.js +2 -2
- package/dist/formLayout/utils/attachStepper.js +6 -2
- package/dist/formLayout/utils/getAllowedComponents.js +1 -1
- package/dist/formLayout/utils/getChildrenWithCustomColumns.js +9 -9
- package/dist/formLayout/utils/getFilteredComponents.js +1 -6
- package/dist/formLayout/utils/isStaticElement.js +5 -1
- package/dist/formSection/components/additionalSection.js +2 -2
- package/dist/formSection/components/formSectionCard.js +13 -12
- package/dist/formSection/components/formSectionDefault.js +7 -6
- package/dist/formSection/components/formSectionDefaultTitle.js +1 -1
- package/dist/formSection/components/formSectionInner.js +1 -1
- package/dist/formSection/components/formSectionModal.js +1 -1
- package/dist/formSection/formSection.js +5 -4
- package/dist/formSection/hooks/useError.js +49 -0
- package/dist/formSection/hooks/useLoading.js +3 -3
- package/dist/formSection/utils/formSectionProvider.js +1 -1
- package/dist/formSection/utils/isFormSection.js +4 -1
- package/dist/formSection/utils/isModalSection.js +1 -4
- package/dist/formStepper/components/formStep.js +1 -0
- package/dist/formStepper/components/formStepRaw.js +11 -2
- package/dist/formStepper/formStepper.js +2 -0
- package/dist/formStepperButtons/formStepperButtons.js +4 -0
- package/dist/formStepperButtons/utils/getCurrentIndex.js +1 -1
- package/dist/gridLayout/gridLayout.js +1 -1
- package/dist/gridLayout/hooks/useGridClasses.js +7 -1
- package/dist/gridLayout/hooks/useStretch.js +1 -4
- package/dist/gridLayout/utils/adaptGridState.js +3 -3
- package/dist/gridLayout/utils/convertClassesToState.js +1 -1
- package/dist/gridLayout/utils/getGridClasses.js +3 -9
- package/dist/gridLayout/utils/getGridPositionClasses.js +5 -7
- package/dist/gridLayout/utils/getGridRows.js +8 -4
- package/dist/gridLayout/utils/getGridWidthClasses.js +5 -13
- package/dist/gridLayout/utils/gridLayoutProvider.js +1 -1
- package/dist/gridLayout/utils/hasGridClasses.js +3 -7
- package/dist/gridLayout/utils/isGridItem.js +8 -8
- package/dist/gridLayout/utils/mergeGridStates.js +8 -7
- package/dist/gridLayout/utils/removeSameTypeClasses.js +1 -1
- package/dist/gridLayout/utils/updateGridStateFromClassNames.js +32 -8
- package/dist/groupButtonRaw/components/groupButtonOption.js +1 -1
- package/dist/groupButtonRaw/groupButtonRaw.js +8 -2
- package/dist/groupButtonRaw/types.d.ts +1 -0
- package/dist/groupsFilter/groupsFilter.js +1 -3
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -0
- package/dist/groupsFilterRaw/groupsFilterAdvancedValue.js +1 -1
- package/dist/groupsFilterRaw/groupsFilterBox.js +3 -0
- package/dist/groupsFilterRaw/groupsFilterCommon.js +2 -0
- package/dist/groupsFilterRaw/groupsFilterCounter.js +1 -1
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +35 -3
- package/dist/groupsFilterRaw/groupsFilterHelper.js +2 -0
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +8 -0
- package/dist/groupsFilterRaw/groupsFilterLabelBox.js +1 -1
- package/dist/groupsFilterRaw/groupsFilterMenu.js +3 -0
- package/dist/groupsFilterRaw/groupsFilterRaw.js +10 -2
- package/dist/groupsFilterRaw/groupsFilterStatesHelper.js +10 -4
- package/dist/groupsFilterRaw/groupsFilterTestData.js +16 -2
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +2 -0
- package/dist/groupsFilterRaw/groupsHelper.js +44 -22
- package/dist/groupsFilterRaw/stateReducer/stateReducerHelper.js +14 -10
- package/dist/groupsFilterRaw/testData.js +27665 -27665
- package/dist/header/components/basicToolbar/basicToolbar.js +5 -2
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -0
- package/dist/header/components/collapsedItemsControl/utils/handleCustomMenuWrapper.d.ts +1 -1
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +1 -0
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +3 -0
- package/dist/header/header.js +12 -4
- package/dist/header/headerBack.js +1 -0
- package/dist/header/headerButton.js +1 -3
- package/dist/header/headerHelpers.js +12 -10
- package/dist/header/headerMenu.js +4 -2
- package/dist/header/hooks/useNonFittingElements.js +4 -4
- package/dist/headerTitle/headerTitle.d.ts +1 -1
- package/dist/headerTitle/headerTitle.js +3 -5
- package/dist/headerTitle/headerTitleSubline/headerTitleSubline.js +1 -1
- package/dist/headerTitle/headerTitleTools/headerTitleTools.js +1 -1
- package/dist/icons/deprecated/iconBackArrow.js +2 -6
- package/dist/icons/deprecated/iconCheckmark.js +2 -6
- package/dist/icons/deprecated/iconCrossThin.js +2 -6
- package/dist/icons/deprecated/iconFlatFilledArrowDown.js +2 -6
- package/dist/icons/deprecated/iconGlobe.js +2 -6
- package/dist/icons/deprecated/iconHouse.js +2 -6
- package/dist/icons/deprecated/iconInfoCircleTooltip.js +2 -6
- package/dist/icons/deprecated/iconLoupe.js +2 -6
- package/dist/icons/deprecated/iconMinusIcon.js +2 -6
- package/dist/icons/deprecated/iconOrgFilter.js +2 -6
- package/dist/icons/deprecated/iconRefresh.js +2 -6
- package/dist/icons/iconActivity.js +2 -6
- package/dist/icons/iconAddPeople.js +2 -6
- package/dist/icons/iconAiImages.js +2 -6
- package/dist/icons/iconAiSparkles.js +2 -6
- package/dist/icons/iconAiSparkles2.js +2 -6
- package/dist/icons/iconAirplay.js +2 -6
- package/dist/icons/iconAirpods.js +2 -6
- package/dist/icons/iconAlignBottom.js +2 -6
- package/dist/icons/iconAlignLeft.js +2 -6
- package/dist/icons/iconAlignRightBox.js +2 -6
- package/dist/icons/iconAlignTopBox.js +2 -6
- package/dist/icons/iconAlignmentCenter.js +2 -6
- package/dist/icons/iconAlignmentJustify.js +2 -6
- package/dist/icons/iconAlignmentLeft.js +2 -6
- package/dist/icons/iconAlignmentRight.js +2 -6
- package/dist/icons/iconAnchor.js +2 -6
- package/dist/icons/iconAnchor2.js +2 -6
- package/dist/icons/iconArchive.js +2 -6
- package/dist/icons/iconArchive2.js +2 -6
- package/dist/icons/iconArrowBottom.js +2 -6
- package/dist/icons/iconArrowBottomCircle.js +2 -6
- package/dist/icons/iconArrowBottomLeft.js +2 -6
- package/dist/icons/iconArrowBottomRight.js +2 -6
- package/dist/icons/iconArrowDownPath.js +2 -6
- package/dist/icons/iconArrowLeft.js +2 -6
- package/dist/icons/iconArrowLeftCircle.js +2 -6
- package/dist/icons/iconArrowLeftPath.js +2 -6
- package/dist/icons/iconArrowRight.js +2 -6
- package/dist/icons/iconArrowRightCircle.js +2 -6
- package/dist/icons/iconArrowRightPath.js +2 -6
- package/dist/icons/iconArrowTop.js +2 -6
- package/dist/icons/iconArrowTopCircle.js +2 -6
- package/dist/icons/iconArrowTopLeft.js +2 -6
- package/dist/icons/iconArrowTopRight.js +2 -6
- package/dist/icons/iconArrowUpPath.js +2 -6
- package/dist/icons/iconAt.js +2 -6
- package/dist/icons/iconAttachment.js +2 -6
- package/dist/icons/iconAttachment2.js +2 -6
- package/dist/icons/iconAttachmentFile.js +2 -6
- package/dist/icons/iconAudio.js +2 -6
- package/dist/icons/iconAutoSize.js +2 -6
- package/dist/icons/iconBackward.js +2 -6
- package/dist/icons/iconBadge.js +2 -6
- package/dist/icons/iconBag.js +2 -6
- package/dist/icons/iconBag2.js +2 -6
- package/dist/icons/iconBagLuggage.js +2 -6
- package/dist/icons/iconBagLuggage2.js +2 -6
- package/dist/icons/iconBasket.js +2 -6
- package/dist/icons/iconBasket2.js +2 -6
- package/dist/icons/iconBatteryError.js +2 -6
- package/dist/icons/iconBatteryFull.js +2 -6
- package/dist/icons/iconBatteryLoading.js +2 -6
- package/dist/icons/iconBatteryLow.js +2 -6
- package/dist/icons/iconBatteryLow2.js +2 -6
- package/dist/icons/iconBatteryMedium.js +2 -6
- package/dist/icons/iconBell.js +2 -6
- package/dist/icons/iconBeta.js +2 -6
- package/dist/icons/iconBitcoin.js +2 -6
- package/dist/icons/iconBluetooth.js +2 -6
- package/dist/icons/iconBold.js +2 -6
- package/dist/icons/iconBook.js +2 -6
- package/dist/icons/iconBook2.js +2 -6
- package/dist/icons/iconBookmark.js +2 -6
- package/dist/icons/iconBookmarkCheck.js +2 -6
- package/dist/icons/iconBookmarkDelete.js +2 -6
- package/dist/icons/iconBookmarkFill.js +2 -6
- package/dist/icons/iconBookmarkPlus.js +2 -6
- package/dist/icons/iconBookmarkSelectedHover.js +2 -6
- package/dist/icons/iconBranches.js +2 -6
- package/dist/icons/iconBrokenLink.js +2 -6
- package/dist/icons/iconBrowser.js +2 -6
- package/dist/icons/iconBrush.js +2 -6
- package/dist/icons/iconBubble.js +2 -6
- package/dist/icons/iconBubble2.js +2 -6
- package/dist/icons/iconBubble3.js +2 -6
- package/dist/icons/iconBubble4.js +2 -6
- package/dist/icons/iconBubble5.js +2 -6
- package/dist/icons/iconBubble6.js +2 -6
- package/dist/icons/iconBubbleAnnotation.js +2 -6
- package/dist/icons/iconBubbleAnnotation2.js +2 -6
- package/dist/icons/iconBubbleAnnotation4.js +2 -6
- package/dist/icons/iconBubbleAnnotation5.js +2 -6
- package/dist/icons/iconBubbleAnnotation6.js +2 -6
- package/dist/icons/iconBubbleNotification.js +2 -6
- package/dist/icons/iconBubbles.js +2 -6
- package/dist/icons/iconBucket.js +2 -6
- package/dist/icons/iconBuilding.js +2 -6
- package/dist/icons/iconBulkSelect.js +2 -6
- package/dist/icons/iconBulletList.js +2 -6
- package/dist/icons/iconBusiness.js +2 -6
- package/dist/icons/iconCalculator.js +2 -6
- package/dist/icons/iconCalendar.js +2 -6
- package/dist/icons/iconCamera.js +2 -6
- package/dist/icons/iconCamera2.js +2 -6
- package/dist/icons/iconCamera3.js +2 -6
- package/dist/icons/iconCameraAction.js +2 -6
- package/dist/icons/iconCanBus.js +2 -6
- package/dist/icons/iconChart.js +2 -6
- package/dist/icons/iconChart2.js +2 -6
- package/dist/icons/iconChart3.js +2 -6
- package/dist/icons/iconChart4.js +2 -6
- package/dist/icons/iconChart5.js +2 -6
- package/dist/icons/iconChart6.js +2 -6
- package/dist/icons/iconChart7.js +2 -6
- package/dist/icons/iconChart8.js +2 -6
- package/dist/icons/iconCheck.js +2 -6
- package/dist/icons/iconCheckRadio.js +2 -6
- package/dist/icons/iconCheckbox.js +2 -6
- package/dist/icons/iconChevronBottom.js +2 -6
- package/dist/icons/iconChevronDoubleDown.js +2 -6
- package/dist/icons/iconChevronDoubleLeft.js +2 -6
- package/dist/icons/iconChevronDoubleRight.js +2 -6
- package/dist/icons/iconChevronDoubleUp.js +2 -6
- package/dist/icons/iconChevronDownSmall.js +2 -6
- package/dist/icons/iconChevronGrabberHorizontal.js +2 -6
- package/dist/icons/iconChevronGrabberVertical.js +2 -6
- package/dist/icons/iconChevronLeft.js +2 -6
- package/dist/icons/iconChevronLeftSmall.js +2 -6
- package/dist/icons/iconChevronRight.js +2 -6
- package/dist/icons/iconChevronRightSmall.js +2 -6
- package/dist/icons/iconChevronTop.js +2 -6
- package/dist/icons/iconChevronTopSmall.js +2 -6
- package/dist/icons/iconChromecast.js +2 -6
- package/dist/icons/iconCircle.js +2 -6
- package/dist/icons/iconClipboard.js +2 -6
- package/dist/icons/iconClipboard2.js +2 -6
- package/dist/icons/iconClock.js +2 -6
- package/dist/icons/iconClock2.js +2 -6
- package/dist/icons/iconClockSnooze.js +2 -6
- package/dist/icons/iconClockTimer.js +2 -6
- package/dist/icons/iconClose.js +2 -6
- package/dist/icons/iconCloseCircle.js +2 -6
- package/dist/icons/iconCloseSquare.js +2 -6
- package/dist/icons/iconCloud.js +2 -6
- package/dist/icons/iconCloud2.js +2 -6
- package/dist/icons/iconCloudCheck.js +2 -6
- package/dist/icons/iconCloudDownload.js +2 -6
- package/dist/icons/iconCloudLines.js +2 -6
- package/dist/icons/iconCloudOff.js +2 -6
- package/dist/icons/iconCloudOff2.js +2 -6
- package/dist/icons/iconCloudQuestion.js +2 -6
- package/dist/icons/iconCloudSync.js +2 -6
- package/dist/icons/iconCloudUpload.js +2 -6
- package/dist/icons/iconCmd.js +2 -6
- package/dist/icons/iconCmd2.js +2 -6
- package/dist/icons/iconCode.js +2 -6
- package/dist/icons/iconCode2.js +2 -6
- package/dist/icons/iconColor.js +2 -6
- package/dist/icons/iconColorPicker.js +2 -6
- package/dist/icons/iconCommunity.js +2 -6
- package/dist/icons/iconCompass.js +2 -6
- package/dist/icons/iconConnectDevices.js +2 -6
- package/dist/icons/iconConsole.js +2 -6
- package/dist/icons/iconConstruction.js +2 -6
- package/dist/icons/iconCopy.js +2 -6
- package/dist/icons/iconCopy2.js +2 -6
- package/dist/icons/iconCopy3.js +2 -6
- package/dist/icons/iconCopy4.js +2 -6
- package/dist/icons/iconCopy5.js +2 -6
- package/dist/icons/iconCornerDownLeft.js +2 -6
- package/dist/icons/iconCornerDownRight.js +2 -6
- package/dist/icons/iconCornerLeftDown.js +2 -6
- package/dist/icons/iconCornerLeftUp.js +2 -6
- package/dist/icons/iconCornerRightDown.js +2 -6
- package/dist/icons/iconCornerRightUp.js +2 -6
- package/dist/icons/iconCornerUpLeft.js +2 -6
- package/dist/icons/iconCornerUpRight.js +2 -6
- package/dist/icons/iconCreditCard.js +2 -6
- package/dist/icons/iconCreditCard2.js +2 -6
- package/dist/icons/iconCreditCard3.js +2 -6
- package/dist/icons/iconCrop.js +2 -6
- package/dist/icons/iconCrypto.js +2 -6
- package/dist/icons/iconCryptoCoin.js +2 -6
- package/dist/icons/iconCup.js +2 -6
- package/dist/icons/iconCursor.js +2 -6
- package/dist/icons/iconCursor2.js +2 -6
- package/dist/icons/iconCursor3.js +2 -6
- package/dist/icons/iconCursorBox.js +2 -6
- package/dist/icons/iconCursorClick.js +2 -6
- package/dist/icons/iconCycle.js +2 -6
- package/dist/icons/iconDelete.js +2 -6
- package/dist/icons/iconDelete2.js +2 -6
- package/dist/icons/iconDelete3.js +2 -6
- package/dist/icons/iconDeviceUptime.js +2 -6
- package/dist/icons/iconDeviceUptimeDisconnected.js +2 -6
- package/dist/icons/iconDiamondWarning.js +2 -6
- package/dist/icons/iconDisk.js +2 -6
- package/dist/icons/iconDisk2.js +2 -6
- package/dist/icons/iconDispatchAsset.js +2 -6
- package/dist/icons/iconDock.js +2 -6
- package/dist/icons/iconDocument.js +2 -6
- package/dist/icons/iconDocumentWithLines.js +2 -6
- package/dist/icons/iconDollar.js +2 -6
- package/dist/icons/iconDotGrid.js +2 -6
- package/dist/icons/iconDotHorizontal.js +2 -6
- package/dist/icons/iconDotVertical.js +2 -6
- package/dist/icons/iconDownload.js +2 -6
- package/dist/icons/iconDrive.js +2 -6
- package/dist/icons/iconDriver.js +2 -6
- package/dist/icons/iconDvir.js +2 -6
- package/dist/icons/iconEdit.js +2 -6
- package/dist/icons/iconEdit2.js +2 -6
- package/dist/icons/iconEditBig.js +2 -6
- package/dist/icons/iconEditSmall.js +2 -6
- package/dist/icons/iconEmail.js +2 -6
- package/dist/icons/iconEmail2.js +2 -6
- package/dist/icons/iconEmailNotification.js +2 -6
- package/dist/icons/iconEsc.js +2 -6
- package/dist/icons/iconEthereum.js +2 -6
- package/dist/icons/iconEuro.js +2 -6
- package/dist/icons/iconEvse.js +2 -6
- package/dist/icons/iconExcel.js +2 -6
- package/dist/icons/iconException.js +2 -6
- package/dist/icons/iconExpand.js +2 -6
- package/dist/icons/iconEye.js +2 -6
- package/dist/icons/iconEyeOff.js +2 -6
- package/dist/icons/iconFaceId.js +2 -6
- package/dist/icons/iconFile.js +2 -6
- package/dist/icons/iconFileCopy.js +2 -6
- package/dist/icons/iconFileLocked.js +2 -6
- package/dist/icons/iconFileSync.js +2 -6
- package/dist/icons/iconFileSync2.js +2 -6
- package/dist/icons/iconFileSync3.js +2 -6
- package/dist/icons/iconFileSync4.js +2 -6
- package/dist/icons/iconFileSync5.js +2 -6
- package/dist/icons/iconFilter.js +2 -6
- package/dist/icons/iconFilter2.js +2 -6
- package/dist/icons/iconFilter3.js +2 -6
- package/dist/icons/iconFilter3Asc.js +2 -6
- package/dist/icons/iconFilter3Desc.js +2 -6
- package/dist/icons/iconFilterAsc.js +2 -6
- package/dist/icons/iconFilterDesc.js +2 -6
- package/dist/icons/iconFingerPrint.js +2 -6
- package/dist/icons/iconFocus.js +2 -6
- package/dist/icons/iconFolder.js +2 -6
- package/dist/icons/iconFolder2.js +2 -6
- package/dist/icons/iconFolderAdd.js +2 -6
- package/dist/icons/iconFolderBookmarks.js +2 -6
- package/dist/icons/iconFolderCloud.js +2 -6
- package/dist/icons/iconFolderCloud2.js +2 -6
- package/dist/icons/iconFolderDelete.js +2 -6
- package/dist/icons/iconFolderDownload.js +2 -6
- package/dist/icons/iconFolderRestricted.js +2 -6
- package/dist/icons/iconFolderShared.js +2 -6
- package/dist/icons/iconFolderUpload.js +2 -6
- package/dist/icons/iconFolders.js +2 -6
- package/dist/icons/iconFork.js +2 -6
- package/dist/icons/iconFuelGas.js +2 -6
- package/dist/icons/iconGamepad.js +2 -6
- package/dist/icons/iconGeotabDrive.js +2 -6
- package/dist/icons/iconGeotabSales.js +2 -6
- package/dist/icons/iconGift.js +2 -6
- package/dist/icons/iconGlobus.js +2 -6
- package/dist/icons/iconGrab.js +2 -6
- package/dist/icons/iconGraph.js +2 -6
- package/dist/icons/iconGraphChart.js +2 -6
- package/dist/icons/iconGraphLines.js +2 -6
- package/dist/icons/iconGraphPresentation.js +2 -6
- package/dist/icons/iconGraphStatistics.js +2 -6
- package/dist/icons/iconGrids.js +2 -6
- package/dist/icons/iconGrids2.js +2 -6
- package/dist/icons/iconHarness.js +2 -6
- package/dist/icons/iconHeadphones.js +2 -6
- package/dist/icons/iconHeart.js +2 -6
- package/dist/icons/iconHexonalWarning.js +2 -6
- package/dist/icons/iconHistory.js +2 -6
- package/dist/icons/iconHomeDoor.js +2 -6
- package/dist/icons/iconHomeDoor2.js +2 -6
- package/dist/icons/iconHomeRoof.js +2 -6
- package/dist/icons/iconHomeSimple.js +2 -6
- package/dist/icons/iconHourglass.js +2 -6
- package/dist/icons/iconITS.js +2 -6
- package/dist/icons/iconIcon.js +2 -6
- package/dist/icons/iconImac.js +2 -6
- package/dist/icons/iconImage.js +2 -6
- package/dist/icons/iconImages.js +2 -6
- package/dist/icons/iconImages2.js +2 -6
- package/dist/icons/iconInbox.js +2 -6
- package/dist/icons/iconInfoCircle.js +2 -6
- package/dist/icons/iconInfoSquare.js +2 -6
- package/dist/icons/iconInspect.js +2 -6
- package/dist/icons/iconItalic.js +2 -6
- package/dist/icons/iconKeyboard.js +2 -6
- package/dist/icons/iconKeyboardDown.js +2 -6
- package/dist/icons/iconKeyboardUp.js +2 -6
- package/dist/icons/iconKeyboardUp2.js +2 -6
- package/dist/icons/iconLab.js +2 -6
- package/dist/icons/iconLaptop.js +2 -6
- package/dist/icons/iconLayers.js +2 -6
- package/dist/icons/iconLayout.js +2 -6
- package/dist/icons/iconLayoutBottom.js +2 -6
- package/dist/icons/iconLayoutColumn.js +2 -6
- package/dist/icons/iconLayoutLeft.js +2 -6
- package/dist/icons/iconLayoutRight.js +2 -6
- package/dist/icons/iconLayoutSearch.js +2 -6
- package/dist/icons/iconLayoutSidebar.js +2 -6
- package/dist/icons/iconLayoutTop.js +2 -6
- package/dist/icons/iconLayoutTopbar.js +2 -6
- package/dist/icons/iconLayoutWindow.js +2 -6
- package/dist/icons/iconLayoutWindow2.js +2 -6
- package/dist/icons/iconLayoutWindow3.js +2 -6
- package/dist/icons/iconLayoutWindow4.js +2 -6
- package/dist/icons/iconLayoutWindow5.js +2 -6
- package/dist/icons/iconLeaf.js +2 -6
- package/dist/icons/iconLifeBuoy.js +2 -6
- package/dist/icons/iconLightBulb.js +2 -6
- package/dist/icons/iconLightning.js +2 -6
- package/dist/icons/iconLink.js +2 -6
- package/dist/icons/iconLink2.js +2 -6
- package/dist/icons/iconLink3.js +2 -6
- package/dist/icons/iconLinkLines.js +2 -6
- package/dist/icons/iconList.js +2 -6
- package/dist/icons/iconLoader.js +2 -6
- package/dist/icons/iconLocationCompass.js +2 -6
- package/dist/icons/iconLocationMap.js +2 -6
- package/dist/icons/iconLocationOff.js +2 -6
- package/dist/icons/iconLock.js +2 -6
- package/dist/icons/iconLogin.js +2 -6
- package/dist/icons/iconLogout.js +2 -6
- package/dist/icons/iconLowDataQuality.js +2 -6
- package/dist/icons/iconMacbook.js +2 -6
- package/dist/icons/iconMagic.js +2 -6
- package/dist/icons/iconMagic2.js +2 -6
- package/dist/icons/iconMagicEyes.js +2 -6
- package/dist/icons/iconMap.js +2 -6
- package/dist/icons/iconMarketplace.js +2 -6
- package/dist/icons/iconMedal.js +2 -6
- package/dist/icons/iconMemory.js +2 -6
- package/dist/icons/iconMemory2.js +2 -6
- package/dist/icons/iconMenu.js +2 -6
- package/dist/icons/iconMenu2.js +2 -6
- package/dist/icons/iconMenu3.js +2 -6
- package/dist/icons/iconMenuCircle.js +2 -6
- package/dist/icons/iconMicrophone.js +2 -6
- package/dist/icons/iconMicrophone2.js +2 -6
- package/dist/icons/iconMinimize.js +2 -6
- package/dist/icons/iconMinus.js +2 -6
- package/dist/icons/iconMinusCircle.js +2 -6
- package/dist/icons/iconMinusSquare.js +2 -6
- package/dist/icons/iconMobi.js +2 -6
- package/dist/icons/iconMoney.js +2 -6
- package/dist/icons/iconMoon.js +2 -6
- package/dist/icons/iconMouse.js +2 -6
- package/dist/icons/iconMouseScrollDown.js +2 -6
- package/dist/icons/iconMouseScrollUp.js +2 -6
- package/dist/icons/iconMove.js +2 -6
- package/dist/icons/iconMove2.js +2 -6
- package/dist/icons/iconMyAdmin.js +2 -6
- package/dist/icons/iconMyGeotab.js +2 -6
- package/dist/icons/iconNavigationFooterCollapsed.js +2 -6
- package/dist/icons/iconNavigationFooterExpanded.js +2 -6
- package/dist/icons/iconNews.js +2 -6
- package/dist/icons/iconNewspaper.js +2 -6
- package/dist/icons/iconNote.js +2 -6
- package/dist/icons/iconNotificationAlarm.js +2 -6
- package/dist/icons/iconNotificationBell.js +2 -6
- package/dist/icons/iconNotificationOff.js +2 -6
- package/dist/icons/iconNotifications.js +2 -6
- package/dist/icons/iconNumberedList.js +2 -6
- package/dist/icons/iconOnDuty.js +2 -6
- package/dist/icons/iconOpen.js +2 -6
- package/dist/icons/iconOpen2.js +2 -6
- package/dist/icons/iconOpt.js +2 -6
- package/dist/icons/iconOptAlt.js +2 -6
- package/dist/icons/iconPDF.js +2 -6
- package/dist/icons/iconPackage.js +2 -6
- package/dist/icons/iconPackage2.js +2 -6
- package/dist/icons/iconPackage3.js +2 -6
- package/dist/icons/iconPaperPlane.js +2 -6
- package/dist/icons/iconPassword.js +2 -6
- package/dist/icons/iconPause.js +2 -6
- package/dist/icons/iconPencil.js +2 -6
- package/dist/icons/iconPencil2.js +2 -6
- package/dist/icons/iconPeople.js +2 -6
- package/dist/icons/iconPeopleGroup.js +2 -6
- package/dist/icons/iconPeopleGroup2.js +2 -6
- package/dist/icons/iconPeopleLike.js +2 -6
- package/dist/icons/iconPercent.js +2 -6
- package/dist/icons/iconPerformance.js +2 -6
- package/dist/icons/iconPhone.js +2 -6
- package/dist/icons/iconPhoneMobile.js +2 -6
- package/dist/icons/iconPin.js +2 -6
- package/dist/icons/iconPin2.js +2 -6
- package/dist/icons/iconPinLocation.js +2 -6
- package/dist/icons/iconPinLocation2.js +2 -6
- package/dist/icons/iconPinLocation3.js +2 -6
- package/dist/icons/iconPlay.js +2 -6
- package/dist/icons/iconPlus.js +2 -6
- package/dist/icons/iconPlusCircle.js +2 -6
- package/dist/icons/iconPlusFile.js +2 -6
- package/dist/icons/iconPlusLines.js +2 -6
- package/dist/icons/iconPlusSquare.js +2 -6
- package/dist/icons/iconPound.js +2 -6
- package/dist/icons/iconPrinter.js +2 -6
- package/dist/icons/iconProcessor.js +2 -6
- package/dist/icons/iconPullRequest.js +2 -6
- package/dist/icons/iconPuzzle.js +2 -6
- package/dist/icons/iconQuestion.js +2 -6
- package/dist/icons/iconRadar.js +2 -6
- package/dist/icons/iconReceipt.js +2 -6
- package/dist/icons/iconRecord.js +2 -6
- package/dist/icons/iconRedo.js +2 -6
- package/dist/icons/iconRedo2.js +2 -6
- package/dist/icons/iconRefrigeration.js +2 -6
- package/dist/icons/iconRemovePeople.js +2 -6
- package/dist/icons/iconRepeat.js +2 -6
- package/dist/icons/iconRepeat2.js +2 -6
- package/dist/icons/iconResizeBig.js +2 -6
- package/dist/icons/iconResizeSmall.js +2 -6
- package/dist/icons/iconRotateClockwise.js +2 -6
- package/dist/icons/iconRotateCounterclockwise.js +2 -6
- package/dist/icons/iconRotateRepeat.js +2 -6
- package/dist/icons/iconRotateRepeat2.js +2 -6
- package/dist/icons/iconRoute.js +2 -6
- package/dist/icons/iconRuler.js +2 -6
- package/dist/icons/iconSdCard.js +2 -6
- package/dist/icons/iconSearch.js +2 -6
- package/dist/icons/iconSearchDocument.js +2 -6
- package/dist/icons/iconSearchLines.js +2 -6
- package/dist/icons/iconSearchPage.js +2 -6
- package/dist/icons/iconSeatbelt.js +2 -6
- package/dist/icons/iconSecured.js +2 -6
- package/dist/icons/iconSecuredLines.js +2 -6
- package/dist/icons/iconSend.js +2 -6
- package/dist/icons/iconServer.js +2 -6
- package/dist/icons/iconServer2.js +2 -6
- package/dist/icons/iconServer3.js +2 -6
- package/dist/icons/iconSettings1.js +2 -6
- package/dist/icons/iconSettings2.js +2 -6
- package/dist/icons/iconSettings3.js +2 -6
- package/dist/icons/iconSettings4.js +2 -6
- package/dist/icons/iconSettings6.js +2 -6
- package/dist/icons/iconSettings7.js +2 -6
- package/dist/icons/iconSettings8.js +2 -6
- package/dist/icons/iconShare.js +2 -6
- package/dist/icons/iconShare3.js +2 -6
- package/dist/icons/iconShield.js +2 -6
- package/dist/icons/iconShield2.js +2 -6
- package/dist/icons/iconShield3.js +2 -6
- package/dist/icons/iconShield4.js +2 -6
- package/dist/icons/iconSidebar.js +2 -6
- package/dist/icons/iconSign.js +2 -6
- package/dist/icons/iconSmiley.js +2 -6
- package/dist/icons/iconSort2Horizontal.js +2 -6
- package/dist/icons/iconSort2Vertical.js +2 -6
- package/dist/icons/iconSortHorizontal.js +2 -6
- package/dist/icons/iconSortVertical.js +2 -6
- package/dist/icons/iconSpeaker.js +2 -6
- package/dist/icons/iconSquare.js +2 -6
- package/dist/icons/iconStar.js +2 -6
- package/dist/icons/iconStarAi.js +2 -6
- package/dist/icons/iconStarFilled.js +2 -6
- package/dist/icons/iconStopwatch.js +2 -6
- package/dist/icons/iconStorage.js +2 -6
- package/dist/icons/iconStore.js +2 -6
- package/dist/icons/iconStrikeThrough.js +2 -6
- package/dist/icons/iconSun.js +2 -6
- package/dist/icons/iconSupport.js +2 -6
- package/dist/icons/iconTable.js +2 -6
- package/dist/icons/iconTachograph.js +2 -6
- package/dist/icons/iconTachographTimeCard.js +2 -6
- package/dist/icons/iconTarget.js +2 -6
- package/dist/icons/iconTarget2.js +2 -6
- package/dist/icons/iconTarget3.js +2 -6
- package/dist/icons/iconTelevision.js +2 -6
- package/dist/icons/iconTelevision2.js +2 -6
- package/dist/icons/iconTextSize.js +2 -6
- package/dist/icons/iconThermograph.js +2 -6
- package/dist/icons/iconThermometer.js +2 -6
- package/dist/icons/iconThumbsDown.js +2 -6
- package/dist/icons/iconThumbsUp.js +2 -6
- package/dist/icons/iconTrailer.js +2 -6
- package/dist/icons/iconUmbrella.js +2 -6
- package/dist/icons/iconUnderline.js +2 -6
- package/dist/icons/iconUndo.js +2 -6
- package/dist/icons/iconUndo2.js +2 -6
- package/dist/icons/iconUndock.js +2 -6
- package/dist/icons/iconUnlocked.js +2 -6
- package/dist/icons/iconUpload.js +2 -6
- package/dist/icons/iconUsb.js +2 -6
- package/dist/icons/iconUsbHub.js +2 -6
- package/dist/icons/iconVideo.js +2 -6
- package/dist/icons/iconVideo2.js +2 -6
- package/dist/icons/iconVideoReplay.js +2 -6
- package/dist/icons/iconVisitPage.js +2 -6
- package/dist/icons/iconVoice.js +2 -6
- package/dist/icons/iconVolumeDown.js +2 -6
- package/dist/icons/iconVolumeFull.js +2 -6
- package/dist/icons/iconVolumeHalf.js +2 -6
- package/dist/icons/iconVolumeMinimum.js +2 -6
- package/dist/icons/iconVolumeOff.js +2 -6
- package/dist/icons/iconVolumeOn.js +2 -6
- package/dist/icons/iconWallet.js +2 -6
- package/dist/icons/iconWallet1.js +2 -6
- package/dist/icons/iconWarning.js +2 -6
- package/dist/icons/iconWatch.js +2 -6
- package/dist/icons/iconWatch2.js +2 -6
- package/dist/icons/iconWebcam.js +2 -6
- package/dist/icons/iconWhisper.js +2 -6
- package/dist/icons/iconWifi.js +2 -6
- package/dist/icons/iconWifi2.js +2 -6
- package/dist/icons/iconWorkday.js +2 -6
- package/dist/icons/iconWorld.js +2 -6
- package/dist/icons/iconWrench.js +2 -6
- package/dist/icons/iconWrite.js +2 -6
- package/dist/icons/iconYen.js +2 -6
- package/dist/icons/iconZone.js +2 -6
- package/dist/icons/iconZoom.js +2 -6
- package/dist/icons/iconZoom2.js +2 -6
- package/dist/images/imageAdjustFilter.js +2 -5
- package/dist/images/imageCloudUpload.d.ts +3 -0
- package/dist/images/imageCloudUpload.js +14 -0
- package/dist/images/imageLooking.js +2 -5
- package/dist/images/imageNoMatchingAssets.js +2 -5
- package/dist/images/imageNothingFound.js +2 -5
- package/dist/images/imageTapToUpload.d.ts +6 -0
- package/dist/images/imageTapToUpload.js +14 -0
- package/dist/index.css +1457 -1006
- package/dist/index.d.ts +6 -0
- package/dist/index.js +26 -16
- package/dist/inputAdornments/inputAdornments.js +6 -1
- package/dist/layout/layout.js +1 -1
- package/dist/layout/layoutContent.js +7 -1
- package/dist/layout/layoutFullScreen.js +5 -2
- package/dist/layout/layoutFullScreenElementProvider.js +1 -1
- package/dist/layout/layoutFullScreenProvider.js +1 -1
- package/dist/layout/layoutSummaryTiles.js +3 -3
- package/dist/lineChart/lineChart.js +1 -1
- package/dist/lineChart/plugins/htmlLegend.js +2 -2
- package/dist/lineChartMini/lineChartMini.js +2 -2
- package/dist/list/hooks/useDragAndDrop.js +16 -5
- package/dist/list/hooks/useVirtualScroll.js +4 -2
- package/dist/list/itemCompact/itemCompact.js +1 -1
- package/dist/list/itemCompact/itemCompactWaiting.js +2 -4
- package/dist/list/itemData/itemDataInternal.js +2 -0
- package/dist/list/itemData/itemDataWaiting.js +1 -4
- package/dist/list/list.js +3 -14
- package/dist/list/listItem/listItem.js +3 -1
- package/dist/list/listItem/listItemWaiting.js +2 -4
- package/dist/list/utils/getLoadingItems.js +2 -2
- package/dist/menu/components/menuButton.js +21 -13
- package/dist/menu/components/menuErrorItem.js +48 -0
- package/dist/menu/components/menuItem.js +4 -4
- package/dist/menu/controlledMenu.js +10 -8
- package/dist/menu/menu.js +2 -2
- package/dist/miniTabs/miniTabs.js +1 -1
- package/dist/miniTabs/miniTabsHelper.js +3 -2
- package/dist/miniTabs/miniTabsItem.js +1 -1
- package/dist/mobileSheet/components/mobileSheetContent.js +1 -1
- package/dist/mobileSheet/components/mobileSheetFooter.js +1 -1
- package/dist/mobileSheet/mobileSheet.d.ts +1 -0
- package/dist/mobileSheet/mobileSheet.js +7 -2
- package/dist/modal/modal.js +1 -0
- package/dist/modal/modalHelpers.js +3 -3
- package/dist/modal/utils/isModalTarget.d.ts +1 -0
- package/dist/modal/utils/isModalTarget.js +11 -0
- package/dist/nav/nav.js +22 -14
- package/dist/nav/navAddMenu/navAddMenu.js +8 -5
- package/dist/nav/navDivider/navDivider.js +1 -4
- package/dist/nav/navEditList/navEditList.js +2 -2
- package/dist/nav/navEditList/navEditListUtils.js +1 -1
- package/dist/nav/navEditSection/navEditSection.js +1 -1
- package/dist/nav/navFooter/navEditFooter/navEditFooter.js +2 -0
- package/dist/nav/navFooter/navFooter.js +24 -0
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -0
- package/dist/nav/navHeader/navHeader.js +48 -0
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +27 -0
- package/dist/nav/navItem/navActionItem.js +1 -3
- package/dist/nav/navItem/navItem.js +1 -1
- package/dist/nav/navMobileBar/navMobileBar.js +1 -0
- package/dist/nav/navSection/navSection.js +3 -5
- package/dist/nav/utils/navUtils.js +1 -3
- package/dist/notification/notification.js +1 -0
- package/dist/notification/pushNotification/pushNotification.js +2 -5
- package/dist/oldPill/pill.js +2 -2
- package/dist/overview/overview.js +2 -4
- package/dist/pageHeader/pageHeaderActions.js +7 -3
- package/dist/pageHeader/pageHeaderButton.js +1 -1
- package/dist/pageLayout/pageContentLayout/pageContentLayout.js +2 -6
- package/dist/pageLayout/pageLayout.js +1 -1
- package/dist/pageSection/pageSection.js +1 -1
- package/dist/pagination/pagination.js +2 -11
- package/dist/pagination/paginationArrow.js +2 -0
- package/dist/pagination/paginationButtonsRow.js +1 -1
- package/dist/pagination/paginationText/paginationText.js +1 -0
- package/dist/pagination/paginationType.d.ts +1 -1
- package/dist/pagination/paginationType.js +1 -1
- package/dist/parallelSelection/parallelSelection.js +6 -3
- package/dist/pill/components/pillActionable/pillActionable.js +11 -9
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +3 -2
- package/dist/pill/pill.js +1 -3
- package/dist/pillAction/pillAction.js +1 -1
- package/dist/pillBox/components/pillBoxItem.js +1 -0
- package/dist/pillBox/pillBox.js +3 -0
- package/dist/pillBox/utils/getValidMaxPills.js +1 -1
- package/dist/pillClosable/pillClosable.d.ts +1 -1
- package/dist/pillClosable/pillClosable.js +2 -2
- package/dist/pillExpandable/pillContent.js +10 -8
- package/dist/pillExpandable/pillExpandable.js +2 -0
- package/dist/pillExpandable/pillExpandableAlignments.js +10 -10
- package/dist/pillExpandable/pillExpandablePopoverContent.js +1 -1
- package/dist/pillExpandable/pillExpandableSimple.js +10 -6
- package/dist/popup/popup.js +3 -3
- package/dist/primaryIcon/primaryIcon.js +2 -2
- package/dist/progressBar/progressBar.d.ts +1 -1
- package/dist/progressBar/progressBarUtils.js +1 -1
- package/dist/radio/radio.d.ts +5 -4
- package/dist/radio/radio.js +11 -2
- package/dist/radioGroupRaw/radioGroupRaw.js +11 -7
- package/dist/radioGroupRaw/types.d.ts +2 -0
- package/dist/rangeRaw/components/rangeField.js +7 -3
- package/dist/rangeRaw/rangeRaw.js +14 -1
- package/dist/rangeRaw/utils/rangeHelper.js +9 -1
- package/dist/react-chartjs/dateAdapter.js +22 -12
- package/dist/react-chartjs/dateFns/dateFns.js +14 -14
- package/dist/react-chartjs/types.d.ts +27 -27
- package/dist/react-chartjs/utils.js +1 -3
- package/dist/searchInput/searchInput.js +1 -3
- package/dist/searchInputRaw/searchInputRaw.js +2 -0
- package/dist/selectList/selectList.js +27 -13
- package/dist/selectList/selectList.reducer.js +17 -9
- package/dist/selectList/selectListItem.js +2 -4
- package/dist/selectRaw/select.helpers.js +2 -2
- package/dist/selectRaw/selectRaw.js +31 -23
- package/dist/selectRaw/types.d.ts +3 -3
- package/dist/selectRaw/utils/getValidWidth.js +1 -1
- package/dist/shield/shield.js +1 -1
- package/dist/sidePanel/sidePanel.d.ts +1 -0
- package/dist/sidePanel/sidePanel.js +39 -8
- package/dist/sidePanel/sidePanelCell/sidePanelCell.js +1 -3
- package/dist/skeleton/lazyContent.js +4 -6
- package/dist/skeleton/skeleton.js +1 -0
- package/dist/skeletonList/skeletonList.js +1 -1
- package/dist/sortControl/sortControl.js +19 -0
- package/dist/stepperRaw/utils/calculateWithPrecision.js +1 -3
- package/dist/summaries/summaries.js +1 -1
- package/dist/summary/summary.js +2 -0
- package/dist/summaryTile/summaryTile.d.ts +45 -2
- package/dist/summaryTile/summaryTile.js +38 -13
- package/dist/summaryTile/summaryTileTrigger.js +2 -2
- package/dist/summaryTile/utils/getTypeClassName.js +1 -1
- package/dist/summaryTileBar/summaryTileBar.js +1 -1
- package/dist/svgIcon/svgIconSize.d.ts +1 -1
- package/dist/svgSprite/svgSprite.js +1 -1
- package/dist/svgSprites/svgSprites.js +1 -1
- package/dist/tabBar/tabBar.js +1 -1
- package/dist/tabBar/tabBarContent.js +1 -1
- package/dist/table/actions/actionsMenu.js +2 -0
- package/dist/table/children/useTableChildren.js +1 -1
- package/dist/table/detailPanel/detailPanel.js +1 -0
- package/dist/table/detailPanel/detailPanelHeader.js +2 -0
- package/dist/table/expandable/useFeedExpandable.js +1 -1
- package/dist/table/flexible/columnSettings.js +2 -0
- package/dist/table/flexible/columnsList.js +1 -0
- package/dist/table/flexible/columnsPopup.js +1 -0
- package/dist/table/flexible/flexibleHeader.js +1 -1
- package/dist/table/flexible/mergeColumnSettings.js +1 -5
- package/dist/table/flexible/useFlexibleColumns.js +8 -13
- package/dist/table/loading/useLoading.d.ts +1 -0
- package/dist/table/loading/useLoading.js +9 -19
- package/dist/table/nested/nestedData.js +4 -3
- package/dist/table/nested/useNestedRows.js +2 -0
- package/dist/table/selectable/selectableHeader.js +4 -0
- package/dist/table/selectable/useSelectableRows.js +2 -0
- package/dist/table/selectable/utils/calculateSelectionState.js +3 -1
- package/dist/table/selectable/utils/checkRow.js +2 -4
- package/dist/table/selectable/utils/getCurrentPageSelection.js +2 -6
- package/dist/table/sortable/mobileSortControl.d.ts +15 -0
- package/dist/table/sortable/mobileSortControl.js +148 -0
- package/dist/table/sortable/sortableHeader.js +2 -0
- package/dist/table/sortable/useSortableColumns.js +21 -10
- package/dist/table/table.d.ts +2 -4
- package/dist/table/table.js +48 -0
- package/dist/tabs/tabItem/tabItem.js +1 -1
- package/dist/tabs/tabs.js +2 -0
- package/dist/textIconButton/textIconButton.d.ts +1 -1
- package/dist/textIconButton/textIconButton.js +1 -1
- package/dist/textInput/textInput.js +1 -3
- package/dist/textInputRaw/textInputRaw.js +2 -2
- package/dist/textarea/textarea.js +1 -3
- package/dist/textareaRaw/textareaRaw.js +2 -2
- package/dist/timePicker/timePicker.js +1 -3
- package/dist/timePickerRaw/components/timeSelect/timeSelect.js +1 -1
- package/dist/timePickerRaw/timePickerRaw.js +23 -0
- package/dist/timePickerRaw/types.d.ts +6 -6
- package/dist/toast/hooks/useToast.js +3 -3
- package/dist/toast/toast.js +28 -10
- package/dist/toast/utils/hideToastCallback.js +3 -2
- package/dist/toastRaw/components/toastAnimation.js +5 -17
- package/dist/toastRaw/hooks/useProgress.js +1 -1
- package/dist/toastRaw/toastRaw.js +1 -0
- package/dist/toggleButtonRaw/toggleButtonRaw.js +6 -2
- package/dist/toggleButtonRaw/types.d.ts +1 -0
- package/dist/toolbar/helpers/getWidthWithMargin.js +1 -1
- package/dist/toolbar/helpers/getWidthWithoutPadding.js +1 -1
- package/dist/toolbar/toolbar.js +4 -5
- package/dist/toolbar/toolbarContent.js +18 -12
- package/dist/toolbar/toolbarMoreButton.js +4 -6
- package/dist/tooltip/helpers/calculateArrowPosition.js +12 -2
- package/dist/tooltip/helpers/removeArrowClasses.js +1 -3
- package/dist/tooltip/tooltip.d.ts +12 -12
- package/dist/tooltip/tooltip.js +16 -6
- package/dist/tooltipInfo/tooltipInfo.js +1 -1
- package/dist/twoOptionsSwitcher/twoOptionsSwitcher.d.ts +2 -1
- package/dist/twoOptionsSwitcher/twoOptionsSwitcher.js +7 -4
- package/dist/utils/abortablePromise.js +1 -3
- package/dist/utils/compareElementsUtils/isObjectNested.js +1 -1
- package/dist/utils/dateInputUtils/useTodayButton.js +4 -2
- package/dist/utils/formatDate.js +37 -0
- package/dist/utils/getParentByClass.d.ts +1 -1
- package/dist/utils/getParentWindow.js +1 -1
- package/dist/utils/globalThisPolyfill.js +1 -1
- package/dist/utils/localization/translations/ar.json +328 -0
- package/dist/utils/localization/translations/cs.json +73 -2
- package/dist/utils/localization/translations/da-DK.json +64 -2
- package/dist/utils/localization/translations/de.json +73 -2
- package/dist/utils/localization/translations/en-json.d.ts +1 -1
- package/dist/utils/localization/translations/en-json.js +113 -113
- package/dist/utils/localization/translations/en.json +11 -2
- package/dist/utils/localization/translations/es.json +73 -2
- package/dist/utils/localization/translations/fi-FI.json +64 -2
- package/dist/utils/localization/translations/fr-FR.json +73 -2
- package/dist/utils/localization/translations/fr.json +73 -2
- package/dist/utils/localization/translations/hu-HU.json +64 -2
- package/dist/utils/localization/translations/id.json +73 -2
- package/dist/utils/localization/translations/it.json +73 -2
- package/dist/utils/localization/translations/ja.json +78 -7
- package/dist/utils/localization/translations/ko-KR.json +65 -2
- package/dist/utils/localization/translations/ms.json +73 -2
- package/dist/utils/localization/translations/nb-NO.json +64 -2
- package/dist/utils/localization/translations/nl.json +73 -2
- package/dist/utils/localization/translations/pl.json +73 -2
- package/dist/utils/localization/translations/pt-BR.json +73 -2
- package/dist/utils/localization/translations/pt-PT.json +15 -3
- package/dist/utils/localization/translations/ro-RO.json +14 -2
- package/dist/utils/localization/translations/sk-SK.json +65 -2
- package/dist/utils/localization/translations/sv.json +73 -2
- package/dist/utils/localization/translations/th.json +73 -2
- package/dist/utils/localization/translations/tr.json +73 -2
- package/dist/utils/localization/translations/zh-Hans.json +73 -2
- package/dist/utils/localization/translations/zh-TW.json +65 -2
- package/dist/utils/localization/translationsDictionary.js +2 -1
- package/dist/utils/positioningUtils/alignments.js +5 -5
- package/dist/utils/positioningUtils/calculatePosition.js +7 -5
- package/dist/utils/positioningUtils/normalizeHorizontally.js +2 -2
- package/dist/utils/positioningUtils/normalizeVertically.js +2 -2
- package/dist/utils/positioningUtils/tooltipAlignments.js +13 -13
- package/dist/utils/toKebabCase.d.ts +16 -0
- package/dist/utils/toKebabCase.js +25 -0
- package/dist/utils/userFormat/userFormatContext.js +1 -1
- package/dist/waiting/waiting.js +5 -4
- package/esm/absolute/absolute.js +3 -1
- package/esm/accordion/accordion.js +1 -1
- package/esm/accordion/accordionItem/accordionItem.js +1 -9
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +3 -0
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -0
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormHelper.js +1 -4
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +9 -2
- package/esm/advancedGroupsFilter/advancedGroupsFilterHelper.js +3 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -0
- package/esm/alert/alert.js +45 -11
- package/esm/alert/hooks/useAlert.js +3 -3
- package/esm/alert/utils/hideAlertCallback.js +2 -2
- package/esm/alertRaw/alertRaw.js +1 -0
- package/esm/alertRaw/components/alertAnimation.js +5 -17
- package/esm/anchor/anchor.js +1 -1
- package/esm/banner/banner.js +3 -3
- package/esm/banner/bannerMultipLine.js +1 -0
- package/esm/banner/bannerSingleLine.js +1 -0
- package/esm/banner/bannerUtils.js +5 -5
- package/esm/banner/typeIcon.js +7 -7
- package/esm/banner/utils/isBannerTarget.d.ts +1 -0
- package/esm/banner/utils/isBannerTarget.js +7 -0
- package/esm/betaPill/betaPill.js +37 -0
- package/esm/betaPill/betaPillContext.js +1 -1
- package/esm/bookmark/bookmark.js +2 -0
- package/esm/bulkEditControl/bulkEditControl.d.ts +1 -1
- package/esm/bulkEditControl/bulkEditControl.js +6 -1
- package/esm/button/button.d.ts +2 -1
- package/esm/button/button.js +3 -3
- package/esm/button/buttonType.d.ts +1 -1
- package/esm/calendar/calendar.js +23 -0
- package/esm/calendar/calendarUtils.js +50 -0
- package/esm/calendar/dateUtils.js +35 -19
- package/esm/card/card.d.ts +6 -6
- package/esm/card/card.js +1 -0
- package/esm/card/components/cardButton/cardButton.d.ts +2 -1
- package/esm/card/components/cardButton/cardButton.js +7 -4
- package/esm/card/components/cardToggle/cardToggle.js +1 -1
- package/esm/card/components/status.js +8 -2
- package/esm/card/components/title.js +4 -8
- package/esm/card/components/titleLink.js +2 -2
- package/esm/card/helpers/getDefaultFullWidthValue.js +1 -1
- package/esm/cardContainer/hooks/useAbsoluteSize.js +2 -1
- package/esm/cards/cards.js +1 -1
- package/esm/cards/cardsRow.js +1 -1
- package/esm/chart/accessibleChart/accessibleChart.js +1 -1
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +267 -1
- package/esm/chart/accessibleChart/accessibleChartTable.js +28 -0
- package/esm/chart/barChart/getBarTooltipItems.js +11 -10
- package/esm/chart/barChart/getDefaultDatasetStyle.js +1 -10
- package/esm/chart/barChart/getDefaultOptions.js +16 -14
- package/esm/chart/barChart.js +2 -10
- package/esm/chart/chart.js +24 -0
- package/esm/chart/chartAxis/chartAxis.js +2 -0
- package/esm/chart/chartInsight/chartInsight.js +1 -1
- package/esm/chart/lineChart/getDatasetColor.js +1 -10
- package/esm/chart/lineChart/getDefaultOptions.js +38 -27
- package/esm/chart/lineChart/useSummary.js +4 -2
- package/esm/chart/lineChart.js +2 -10
- package/esm/chart/pieChart/centerTextPlugin.d.ts +3 -0
- package/esm/chart/pieChart/centerTextPlugin.js +29 -0
- package/esm/chart/pieChart/getDefaultDatasetStyle.js +1 -10
- package/esm/chart/pieChart/getPieTooltipItems.js +4 -2
- package/esm/chart/pieChart/interfaces.d.ts +13 -0
- package/esm/chart/pieChart/pieLegendPlugin.d.ts +7 -0
- package/esm/chart/pieChart/pieLegendPlugin.js +41 -0
- package/esm/chart/pieChart/renderPieLegend.d.ts +7 -0
- package/esm/chart/pieChart/renderPieLegend.js +57 -0
- package/esm/chart/pieChart.d.ts +3 -3
- package/esm/chart/pieChart.js +38 -13
- package/esm/chart/plugins/legend/renderLegend.js +5 -3
- package/esm/chart/plugins/linePlugin/getInterpolatedValue.js +1 -1
- package/esm/chart/plugins/linePlugin/linePlugin.js +4 -2
- package/esm/chart/plugins/tooltip/calculatePositions.js +12 -12
- package/esm/chart/plugins/tooltip/renderTooltip.js +1 -1
- package/esm/chart/plugins/tooltip/tooltipPlugin.js +3 -2
- package/esm/chart/utils/getYAxisMeta.js +5 -3
- package/esm/chart/utils/removeTrendDataFromDatasets.js +1 -1
- package/esm/checkbox/checkbox.js +1 -1
- package/esm/checkbox/checkboxIconCheckmark.js +2 -6
- package/esm/checkbox/checkboxIconMinus.js +2 -6
- package/esm/checkboxListWithAction/checkboxListWithAction.js +29 -0
- package/esm/checkboxNonInteractive/checkboxNonInteractive.js +1 -3
- package/esm/chip/chip.d.ts +1 -0
- package/esm/chip/chip.js +15 -7
- package/esm/columnsSelector/columnsSelector.d.ts +1 -1
- package/esm/columnsSelector/columnsSelector.js +3 -1
- package/esm/columnsSelector/columnsTab/columnsTab.js +1 -0
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -0
- package/esm/comboboxSelected/comboboxSelected.js +3 -6
- package/esm/commonHelpers/arrowNavigation/components/arrowButton/arrowButton.js +1 -3
- package/esm/commonHelpers/arrowNavigation/hooks/useClearTimers.js +3 -1
- package/esm/commonHelpers/hooks/deviceProvider.js +1 -1
- package/esm/commonHelpers/hooks/useFetch.js +4 -2
- package/esm/commonHelpers/hooks/useResizeObserver.js +7 -5
- package/esm/commonHelpers/hooks/useThrottle.js +1 -1
- package/esm/commonHelpers/hooks/useTrapFocus.js +10 -6
- package/esm/commonHelpers/isDomEnv.js +1 -6
- package/esm/commonHelpers/keyboard.js +1 -4
- package/esm/commonHelpers/utils.js +1 -1
- package/esm/commonStyles/typography/components/typographyItem.js +1 -1
- package/esm/controlledPopup/controlledPopup.d.ts +2 -5
- package/esm/controlledPopup/controlledPopup.js +2 -2
- package/esm/dataFeed/dataFeed.js +6 -7
- package/esm/dataFeed/dataFeedCell/dataFeedCell.js +9 -9
- package/esm/dataFeed/dataFeedColumnsItems.js +34 -16
- package/esm/dataFeed/dataFeedHeader/dataFeedHeader.js +1 -1
- package/esm/dataFeed/dataFeedSelectPanel/dataFeedSelectPanel.js +1 -1
- package/esm/dataFeed/feedItem/feedItem.js +1 -1
- package/esm/dataFeed/feedSelectControl/feedSelectControl.js +1 -1
- package/esm/dataGrid/cell/cell.js +6 -4
- package/esm/dataGrid/columns/actionLinkColumn/actionButtonsMobileWrapper.js +2 -6
- package/esm/dataGrid/columns/actionLinkColumn/actionLinkColumnWrapper.js +2 -6
- package/esm/dataGrid/columns/actionsColumn/actionsButton.js +3 -5
- package/esm/dataGrid/columns/actionsColumn/actionsColumn.js +22 -7
- package/esm/dataGrid/columns/actionsColumn/actionsColumnCell.js +1 -3
- package/esm/dataGrid/columns/basicColumn.js +2 -4
- package/esm/dataGrid/columns/checkboxColumn/checkboxCell.d.ts +1 -0
- package/esm/dataGrid/columns/checkboxColumn/checkboxCell.js +4 -2
- package/esm/dataGrid/columns/checkboxColumn/checkboxColumn.d.ts +1 -1
- package/esm/dataGrid/columns/checkboxColumn/checkboxColumnWrapper.js +3 -5
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -0
- package/esm/dataGrid/columns/mainColumn/mainColumnWrapper.js +12 -8
- package/esm/dataGrid/dataGrid.js +2 -1
- package/esm/dataGrid/emptySearchList/emptySearchList.js +1 -0
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -0
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +27 -0
- package/esm/dataGrid/entitiesListActions/entitiesListActions.js +3 -6
- package/esm/dataGrid/headerCell/headerCell.js +2 -2
- package/esm/dataGrid/listColumn.d.ts +2 -4
- package/esm/dataGrid/row/row.js +8 -16
- package/esm/dataGrid/withActions/withActions.js +3 -1
- package/esm/dataGrid/withFlexibleColumns/columns/flexibleColumnWrapper.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -0
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsList.js +4 -2
- package/esm/dataGrid/withFlexibleColumns/flexibleColumnsReorder.js +3 -3
- package/esm/dataGrid/withFlexibleColumns/flexibleColumnsResizer.js +4 -4
- package/esm/dataGrid/withFlexibleColumns/flexibleColumnsStorage.js +1 -5
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +20 -27
- package/esm/dataGrid/withLoading/withLoading.js +5 -10
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkAction.d.ts +3 -3
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActionButton/bulkActionButton.js +1 -1
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActionLink/bulkActionLink.js +1 -1
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -0
- package/esm/dataGrid/withSelectableRows/withLimitedSelectableRows.js +5 -3
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +3 -0
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.d.ts +2 -1
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +11 -2
- package/esm/dataGrid/withSortableColumns/withSortableColumns.js +13 -13
- package/esm/dateInput/dateInput.js +1 -3
- package/esm/dateInputInner/dateInputInner.js +77 -3
- package/esm/dateInputInner/dateInputInnerControlBlock.js +15 -9
- package/esm/dateInputInner/dateInputInnerReducer.d.ts +1 -1
- package/esm/dateInputRaw/dateInputRaw.js +3 -0
- package/esm/dateInputRaw/utils/getLabel.js +25 -0
- package/esm/dateRange/dateRange.js +1 -1
- package/esm/dateRangeInner/dateRangeInner.js +2 -1
- package/esm/dateRangeRaw/dateRangeRaw.js +33 -2
- package/esm/dateRangeRaw/utils/areMapsEqual.js +3 -1
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +17 -0
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +4 -0
- package/esm/dialog/dialogContent.d.ts +1 -1
- package/esm/dialog/dialogContent.js +2 -1
- package/esm/dropdown/dropdown.js +1 -10
- package/esm/dropdown/dropdownPopup.d.ts +1 -1
- package/esm/dropdown/dropdownTrigger.d.ts +1 -1
- package/esm/dropdownRaw/dropdownHelper.d.ts +10 -0
- package/esm/dropdownRaw/dropdownHelper.js +39 -21
- package/esm/dropdownRaw/dropdownList.d.ts +2 -1
- package/esm/dropdownRaw/dropdownList.js +33 -4
- package/esm/dropdownRaw/dropdownPopup.d.ts +2 -1
- package/esm/dropdownRaw/dropdownPopup.js +10 -4
- package/esm/dropdownRaw/dropdownRaw.js +20 -5
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +4 -0
- package/esm/dropdownRaw/dropdownTestData.js +683 -699
- package/esm/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownTrigger.js +8 -3
- package/esm/dropdownRaw/stateReducer/stateReducer.js +29 -17
- package/esm/dropdownRaw/types.d.ts +3 -3
- package/esm/dropdownRaw/utils/getSelectedValues.js +4 -1
- package/esm/emptyState/emptyState.js +1 -3
- package/esm/favoriteButton/favoriteButton.js +1 -0
- package/esm/feedbackContainer/feedbackContainer.js +6 -2
- package/esm/feedbackContainer/hooks/useFeedbackAlert.js +42 -31
- package/esm/feedbackContainer/hooks/useFeedbackToast.js +30 -30
- package/esm/feedbackContainer/utils/getToastAnimation.js +1 -1
- package/esm/fileUpload/components/dropZoneContent.d.ts +15 -0
- package/esm/fileUpload/components/dropZoneContent.js +166 -0
- package/esm/fileUpload/components/templateDownloadSection.d.ts +11 -0
- package/esm/fileUpload/components/templateDownloadSection.js +62 -0
- package/esm/fileUpload/components/uploadedFilesSection.d.ts +13 -0
- package/esm/fileUpload/components/uploadedFilesSection.js +150 -0
- package/esm/fileUpload/fileUpload.d.ts +6 -0
- package/esm/fileUpload/fileUpload.js +368 -0
- package/esm/fileUpload/fileUploadType.d.ts +33 -0
- package/esm/fileUpload/fileUploadType.js +1 -0
- package/esm/filterButton/filterButton.js +6 -6
- package/esm/filters/components/filtersChip.js +2 -2
- package/esm/filters/components/filtersContainer.js +2 -0
- package/esm/filters/components/filtersCustomProvider.js +1 -1
- package/esm/filters/components/filtersDateInput.js +6 -2
- package/esm/filters/components/filtersDropdown.js +16 -2
- package/esm/filters/components/filtersEmptyState.js +48 -0
- package/esm/filters/components/filtersSaveModal.js +74 -0
- package/esm/filters/components/filtersSavedChipComponent.js +128 -0
- package/esm/filters/components/filtersSavedItemsProvider.js +7 -1
- package/esm/filters/components/filtersSearchItemData.js +1 -0
- package/esm/filters/components/filtersSearchList.js +102 -0
- package/esm/filters/components/filtersSelect.js +1 -0
- package/esm/filters/components/filtersSelectCompact.js +3 -7
- package/esm/filters/components/filtersSelectListItem.js +2 -0
- package/esm/filters/components/filtersSelectUnfoldingPill.js +8 -2
- package/esm/filters/components/filtersSidePanel.js +31 -0
- package/esm/filters/components/filtersSidePanelChip.js +1 -1
- package/esm/filters/components/filtersSidePanelDateRange.js +1 -1
- package/esm/filters/components/filtersSidePanelDropdown.js +21 -16
- package/esm/filters/components/filtersSidePanelItem.js +1 -1
- package/esm/filters/components/filtersSidePanelItemWrapper.js +1 -1
- package/esm/filters/filters.js +147 -0
- package/esm/filters/filtersHelper.js +13 -13
- package/esm/filtersBar/components/filtersBarDateInput/filtersBarDateInput.js +10 -2
- package/esm/filtersBar/components/filtersBarDropdown/filtersBarDropdown.js +48 -27
- package/esm/filtersBar/components/filtersBarDropdownWithCheckbox/filtersBarDropdownWithCheckbox.js +44 -19
- package/esm/filtersBar/components/filtersBarGroupButton/filtersBarGroupButton.js +2 -2
- package/esm/filtersBar/components/filtersBarGroupsFilter/filtersBarGroupsFilter.js +2 -2
- package/esm/filtersBar/components/filtersBarPeriodPicker/filtersBarPeriodPicker.js +30 -4
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +19 -1
- package/esm/filtersBar/components/filtersBarPeriodPicker/normalizeDates.js +32 -10
- package/esm/filtersBar/components/filtersBarRange/filtersBarRange.js +6 -5
- package/esm/filtersBar/components/filtersBarSearch/filtersBarSearch.js +2 -2
- package/esm/filtersBar/components/resetComponentButton.js +1 -0
- package/esm/filtersBar/filtersBar.d.ts +4 -4
- package/esm/filtersBar/filtersBar.js +60 -29
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +3 -0
- package/esm/filtersBar/filtersBarProvider.js +4 -1
- package/esm/filtersBar/filtersBarProviderSearch.js +1 -2
- package/esm/filtersBar/filtersBarProviderTrigger.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelCheckboxGroup/filtersBarSidePanelCheckboxGroup.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelDropdownWithCheckbox/filtersBarSidePanelDropdownWithCheckbox.js +21 -12
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +1 -1
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +5 -0
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -0
- package/esm/filtersBar/filtersBarSidePanel/hooks/useDirection.js +3 -1
- package/esm/filtersBar/filtersContainer/filtersContainer.js +2 -0
- package/esm/filtersBar/utils/getNumberOfChangedFilters.js +2 -2
- package/esm/footerButtons/footerButtons.js +9 -2
- package/esm/formField/components/formFieldAdditionalInfo.js +1 -3
- package/esm/formField/components/formFieldAssistiveError.js +1 -5
- package/esm/formField/components/formFieldCounter.js +1 -1
- package/esm/formField/components/formFieldWithLabel.js +4 -4
- package/esm/formField/components/formFieldWithoutLabel.js +2 -2
- package/esm/formField/components/isOldFormFieldComponent.js +1 -7
- package/esm/formField/components/trailingComponent.js +2 -2
- package/esm/formField/hooks/useBanner.js +1 -1
- package/esm/formField/hooks/useContainer.js +31 -4
- package/esm/formField/hooks/useError.js +26 -0
- package/esm/formField/hooks/useFormFieldClasses.js +5 -1
- package/esm/formField/hooks/useFormFieldProps.js +9 -1
- package/esm/formField/hooks/useReadonly.js +1 -1
- package/esm/formField/hooks/useSkeleton.js +1 -3
- package/esm/formField/utils/getFormFieldBanner.js +1 -1
- package/esm/formFieldError/formFieldError.d.ts +2 -1
- package/esm/formFieldError/formFieldError.js +5 -3
- package/esm/formGroup/components/customRow/customRow.js +1 -1
- package/esm/formGroup/components/list.js +1 -1
- package/esm/formGroup/components/listToggle/listToggle.js +8 -6
- package/esm/formGroup/components/oneRow.js +1 -1
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +3 -1
- package/esm/formGroup/components/reviewTextControl.js +1 -1
- package/esm/formGroup/components/twoRows.js +1 -1
- package/esm/formGroup/formGroup.js +8 -8
- package/esm/formGroup/hooks/listHooks/useControlClasses.js +1 -1
- package/esm/formGroup/hooks/listHooks/useControls.js +1 -1
- package/esm/formGroup/hooks/listHooks/useElementsState.js +1 -1
- package/esm/formGroup/hooks/listHooks/useLabelClasses.js +1 -1
- package/esm/formGroup/hooks/useCustomRow.js +27 -9
- package/esm/formGroup/hooks/useToggle.js +24 -0
- package/esm/formGroup/utils/applyCustomControlClasses.js +2 -1
- package/esm/formGroup/utils/getControlNode.js +1 -1
- package/esm/formGroup/utils/getControls.js +12 -8
- package/esm/formGroup/utils/getElementsControl.js +4 -4
- package/esm/formGroup/utils/getLabelNode.js +1 -1
- package/esm/formGroup/utils/getTotalState.js +1 -1
- package/esm/formGroup/utils/hasWidthProp.js +1 -1
- package/esm/formGroupItem/formGroupItem.js +1 -1
- package/esm/formLayout/components/columnTitle/formLayoutColumnTitle.js +1 -1
- package/esm/formLayout/components/customColumns.js +2 -2
- package/esm/formLayout/components/formLayoutSecondary.js +1 -1
- package/esm/formLayout/components/formLayoutTitle.js +1 -1
- package/esm/formLayout/components/getLayoutColumns.js +3 -6
- package/esm/formLayout/components/oneColumnGrid.js +2 -2
- package/esm/formLayout/components/useCustomColumns.js +10 -10
- package/esm/formLayout/formLayout.js +3 -3
- package/esm/formLayout/hooks/getStepperLayout.js +1 -1
- package/esm/formLayout/hooks/useError.js +49 -0
- package/esm/formLayout/hooks/useFormButtons.d.ts +1 -1
- package/esm/formLayout/hooks/useFormButtons.js +3 -0
- package/esm/formLayout/hooks/useLoading.js +1 -1
- package/esm/formLayout/utils/applyLayoutPosition/applyLayoutPosition.js +13 -13
- package/esm/formLayout/utils/attachHeadings.js +2 -2
- package/esm/formLayout/utils/attachStepper.js +6 -2
- package/esm/formLayout/utils/getAllowedComponents.js +1 -1
- package/esm/formLayout/utils/getChildrenWithCustomColumns.js +9 -9
- package/esm/formLayout/utils/getFilteredComponents.js +1 -6
- package/esm/formLayout/utils/isStaticElement.js +5 -1
- package/esm/formSection/components/additionalSection.js +2 -2
- package/esm/formSection/components/formSectionCard.js +13 -12
- package/esm/formSection/components/formSectionDefault.js +7 -6
- package/esm/formSection/components/formSectionDefaultTitle.js +1 -1
- package/esm/formSection/components/formSectionInner.js +1 -1
- package/esm/formSection/components/formSectionModal.js +1 -1
- package/esm/formSection/formSection.js +5 -4
- package/esm/formSection/hooks/useError.js +49 -0
- package/esm/formSection/hooks/useLoading.js +3 -3
- package/esm/formSection/utils/formSectionProvider.js +1 -1
- package/esm/formSection/utils/isFormSection.js +4 -1
- package/esm/formSection/utils/isModalSection.js +1 -4
- package/esm/formStepper/components/formStep.js +1 -0
- package/esm/formStepper/components/formStepRaw.js +11 -2
- package/esm/formStepper/formStepper.js +2 -0
- package/esm/formStepperButtons/formStepperButtons.js +4 -0
- package/esm/formStepperButtons/utils/getCurrentIndex.js +1 -1
- package/esm/gridLayout/gridLayout.js +1 -1
- package/esm/gridLayout/hooks/useGridClasses.js +7 -1
- package/esm/gridLayout/hooks/useStretch.js +1 -4
- package/esm/gridLayout/utils/adaptGridState.js +3 -3
- package/esm/gridLayout/utils/convertClassesToState.js +1 -1
- package/esm/gridLayout/utils/getGridClasses.js +3 -9
- package/esm/gridLayout/utils/getGridPositionClasses.js +5 -7
- package/esm/gridLayout/utils/getGridRows.js +8 -4
- package/esm/gridLayout/utils/getGridWidthClasses.js +5 -13
- package/esm/gridLayout/utils/gridLayoutProvider.js +1 -1
- package/esm/gridLayout/utils/hasGridClasses.js +3 -7
- package/esm/gridLayout/utils/isGridItem.js +8 -8
- package/esm/gridLayout/utils/mergeGridStates.js +8 -7
- package/esm/gridLayout/utils/removeSameTypeClasses.js +1 -1
- package/esm/gridLayout/utils/updateGridStateFromClassNames.js +32 -8
- package/esm/groupButtonRaw/components/groupButtonOption.js +2 -2
- package/esm/groupButtonRaw/groupButtonRaw.js +8 -2
- package/esm/groupButtonRaw/types.d.ts +1 -0
- package/esm/groupsFilter/groupsFilter.js +1 -3
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -0
- package/esm/groupsFilterRaw/groupsFilterAdvancedValue.js +1 -1
- package/esm/groupsFilterRaw/groupsFilterBox.js +3 -0
- package/esm/groupsFilterRaw/groupsFilterCommon.js +2 -0
- package/esm/groupsFilterRaw/groupsFilterCounter.js +1 -1
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +35 -3
- package/esm/groupsFilterRaw/groupsFilterHelper.js +2 -0
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +8 -0
- package/esm/groupsFilterRaw/groupsFilterLabelBox.js +1 -1
- package/esm/groupsFilterRaw/groupsFilterMenu.js +3 -0
- package/esm/groupsFilterRaw/groupsFilterRaw.js +10 -2
- package/esm/groupsFilterRaw/groupsFilterStatesHelper.js +10 -4
- package/esm/groupsFilterRaw/groupsFilterTestData.js +16 -2
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +2 -0
- package/esm/groupsFilterRaw/groupsHelper.js +44 -22
- package/esm/groupsFilterRaw/stateReducer/stateReducerHelper.js +14 -10
- package/esm/groupsFilterRaw/testData.js +27665 -27665
- package/esm/header/components/basicToolbar/basicToolbar.js +5 -2
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -0
- package/esm/header/components/collapsedItemsControl/utils/handleCustomMenuWrapper.d.ts +1 -1
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +1 -0
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +3 -0
- package/esm/header/header.js +12 -4
- package/esm/header/headerBack.js +1 -0
- package/esm/header/headerButton.js +1 -3
- package/esm/header/headerHelpers.js +12 -10
- package/esm/header/headerMenu.js +4 -2
- package/esm/header/hooks/useNonFittingElements.js +4 -4
- package/esm/headerTitle/headerTitle.d.ts +1 -1
- package/esm/headerTitle/headerTitle.js +3 -5
- package/esm/headerTitle/headerTitleSubline/headerTitleSubline.js +1 -1
- package/esm/headerTitle/headerTitleTools/headerTitleTools.js +1 -1
- package/esm/icons/deprecated/iconBackArrow.js +2 -6
- package/esm/icons/deprecated/iconCheckmark.js +2 -6
- package/esm/icons/deprecated/iconCrossThin.js +2 -6
- package/esm/icons/deprecated/iconFlatFilledArrowDown.js +2 -6
- package/esm/icons/deprecated/iconGlobe.js +2 -6
- package/esm/icons/deprecated/iconHouse.js +2 -6
- package/esm/icons/deprecated/iconInfoCircleTooltip.js +2 -6
- package/esm/icons/deprecated/iconLoupe.js +2 -6
- package/esm/icons/deprecated/iconMinusIcon.js +2 -6
- package/esm/icons/deprecated/iconOrgFilter.js +2 -6
- package/esm/icons/deprecated/iconRefresh.js +2 -6
- package/esm/icons/iconActivity.js +2 -6
- package/esm/icons/iconAddPeople.js +2 -6
- package/esm/icons/iconAiImages.js +2 -6
- package/esm/icons/iconAiSparkles.js +2 -6
- package/esm/icons/iconAiSparkles2.js +2 -6
- package/esm/icons/iconAirplay.js +2 -6
- package/esm/icons/iconAirpods.js +2 -6
- package/esm/icons/iconAlignBottom.js +2 -6
- package/esm/icons/iconAlignLeft.js +2 -6
- package/esm/icons/iconAlignRightBox.js +2 -6
- package/esm/icons/iconAlignTopBox.js +2 -6
- package/esm/icons/iconAlignmentCenter.js +2 -6
- package/esm/icons/iconAlignmentJustify.js +2 -6
- package/esm/icons/iconAlignmentLeft.js +2 -6
- package/esm/icons/iconAlignmentRight.js +2 -6
- package/esm/icons/iconAnchor.js +2 -6
- package/esm/icons/iconAnchor2.js +2 -6
- package/esm/icons/iconArchive.js +2 -6
- package/esm/icons/iconArchive2.js +2 -6
- package/esm/icons/iconArrowBottom.js +2 -6
- package/esm/icons/iconArrowBottomCircle.js +2 -6
- package/esm/icons/iconArrowBottomLeft.js +2 -6
- package/esm/icons/iconArrowBottomRight.js +2 -6
- package/esm/icons/iconArrowDownPath.js +2 -6
- package/esm/icons/iconArrowLeft.js +2 -6
- package/esm/icons/iconArrowLeftCircle.js +2 -6
- package/esm/icons/iconArrowLeftPath.js +2 -6
- package/esm/icons/iconArrowRight.js +2 -6
- package/esm/icons/iconArrowRightCircle.js +2 -6
- package/esm/icons/iconArrowRightPath.js +2 -6
- package/esm/icons/iconArrowTop.js +2 -6
- package/esm/icons/iconArrowTopCircle.js +2 -6
- package/esm/icons/iconArrowTopLeft.js +2 -6
- package/esm/icons/iconArrowTopRight.js +2 -6
- package/esm/icons/iconArrowUpPath.js +2 -6
- package/esm/icons/iconAt.js +2 -6
- package/esm/icons/iconAttachment.js +2 -6
- package/esm/icons/iconAttachment2.js +2 -6
- package/esm/icons/iconAttachmentFile.js +2 -6
- package/esm/icons/iconAudio.js +2 -6
- package/esm/icons/iconAutoSize.js +2 -6
- package/esm/icons/iconBackward.js +2 -6
- package/esm/icons/iconBadge.js +2 -6
- package/esm/icons/iconBag.js +2 -6
- package/esm/icons/iconBag2.js +2 -6
- package/esm/icons/iconBagLuggage.js +2 -6
- package/esm/icons/iconBagLuggage2.js +2 -6
- package/esm/icons/iconBasket.js +2 -6
- package/esm/icons/iconBasket2.js +2 -6
- package/esm/icons/iconBatteryError.js +2 -6
- package/esm/icons/iconBatteryFull.js +2 -6
- package/esm/icons/iconBatteryLoading.js +2 -6
- package/esm/icons/iconBatteryLow.js +2 -6
- package/esm/icons/iconBatteryLow2.js +2 -6
- package/esm/icons/iconBatteryMedium.js +2 -6
- package/esm/icons/iconBell.js +2 -6
- package/esm/icons/iconBeta.js +2 -6
- package/esm/icons/iconBitcoin.js +2 -6
- package/esm/icons/iconBluetooth.js +2 -6
- package/esm/icons/iconBold.js +2 -6
- package/esm/icons/iconBook.js +2 -6
- package/esm/icons/iconBook2.js +2 -6
- package/esm/icons/iconBookmark.js +2 -6
- package/esm/icons/iconBookmarkCheck.js +2 -6
- package/esm/icons/iconBookmarkDelete.js +2 -6
- package/esm/icons/iconBookmarkFill.js +2 -6
- package/esm/icons/iconBookmarkPlus.js +2 -6
- package/esm/icons/iconBookmarkSelectedHover.js +2 -6
- package/esm/icons/iconBranches.js +2 -6
- package/esm/icons/iconBrokenLink.js +2 -6
- package/esm/icons/iconBrowser.js +2 -6
- package/esm/icons/iconBrush.js +2 -6
- package/esm/icons/iconBubble.js +2 -6
- package/esm/icons/iconBubble2.js +2 -6
- package/esm/icons/iconBubble3.js +2 -6
- package/esm/icons/iconBubble4.js +2 -6
- package/esm/icons/iconBubble5.js +2 -6
- package/esm/icons/iconBubble6.js +2 -6
- package/esm/icons/iconBubbleAnnotation.js +2 -6
- package/esm/icons/iconBubbleAnnotation2.js +2 -6
- package/esm/icons/iconBubbleAnnotation4.js +2 -6
- package/esm/icons/iconBubbleAnnotation5.js +2 -6
- package/esm/icons/iconBubbleAnnotation6.js +2 -6
- package/esm/icons/iconBubbleNotification.js +2 -6
- package/esm/icons/iconBubbles.js +2 -6
- package/esm/icons/iconBucket.js +2 -6
- package/esm/icons/iconBuilding.js +2 -6
- package/esm/icons/iconBulkSelect.js +2 -6
- package/esm/icons/iconBulletList.js +2 -6
- package/esm/icons/iconBusiness.js +2 -6
- package/esm/icons/iconCalculator.js +2 -6
- package/esm/icons/iconCalendar.js +2 -6
- package/esm/icons/iconCamera.js +2 -6
- package/esm/icons/iconCamera2.js +2 -6
- package/esm/icons/iconCamera3.js +2 -6
- package/esm/icons/iconCameraAction.js +2 -6
- package/esm/icons/iconCanBus.js +2 -6
- package/esm/icons/iconChart.js +2 -6
- package/esm/icons/iconChart2.js +2 -6
- package/esm/icons/iconChart3.js +2 -6
- package/esm/icons/iconChart4.js +2 -6
- package/esm/icons/iconChart5.js +2 -6
- package/esm/icons/iconChart6.js +2 -6
- package/esm/icons/iconChart7.js +2 -6
- package/esm/icons/iconChart8.js +2 -6
- package/esm/icons/iconCheck.js +2 -6
- package/esm/icons/iconCheckRadio.js +2 -6
- package/esm/icons/iconCheckbox.js +2 -6
- package/esm/icons/iconChevronBottom.js +2 -6
- package/esm/icons/iconChevronDoubleDown.js +2 -6
- package/esm/icons/iconChevronDoubleLeft.js +2 -6
- package/esm/icons/iconChevronDoubleRight.js +2 -6
- package/esm/icons/iconChevronDoubleUp.js +2 -6
- package/esm/icons/iconChevronDownSmall.js +2 -6
- package/esm/icons/iconChevronGrabberHorizontal.js +2 -6
- package/esm/icons/iconChevronGrabberVertical.js +2 -6
- package/esm/icons/iconChevronLeft.js +2 -6
- package/esm/icons/iconChevronLeftSmall.js +2 -6
- package/esm/icons/iconChevronRight.js +2 -6
- package/esm/icons/iconChevronRightSmall.js +2 -6
- package/esm/icons/iconChevronTop.js +2 -6
- package/esm/icons/iconChevronTopSmall.js +2 -6
- package/esm/icons/iconChromecast.js +2 -6
- package/esm/icons/iconCircle.js +2 -6
- package/esm/icons/iconClipboard.js +2 -6
- package/esm/icons/iconClipboard2.js +2 -6
- package/esm/icons/iconClock.js +2 -6
- package/esm/icons/iconClock2.js +2 -6
- package/esm/icons/iconClockSnooze.js +2 -6
- package/esm/icons/iconClockTimer.js +2 -6
- package/esm/icons/iconClose.js +2 -6
- package/esm/icons/iconCloseCircle.js +2 -6
- package/esm/icons/iconCloseSquare.js +2 -6
- package/esm/icons/iconCloud.js +2 -6
- package/esm/icons/iconCloud2.js +2 -6
- package/esm/icons/iconCloudCheck.js +2 -6
- package/esm/icons/iconCloudDownload.js +2 -6
- package/esm/icons/iconCloudLines.js +2 -6
- package/esm/icons/iconCloudOff.js +2 -6
- package/esm/icons/iconCloudOff2.js +2 -6
- package/esm/icons/iconCloudQuestion.js +2 -6
- package/esm/icons/iconCloudSync.js +2 -6
- package/esm/icons/iconCloudUpload.js +2 -6
- package/esm/icons/iconCmd.js +2 -6
- package/esm/icons/iconCmd2.js +2 -6
- package/esm/icons/iconCode.js +2 -6
- package/esm/icons/iconCode2.js +2 -6
- package/esm/icons/iconColor.js +2 -6
- package/esm/icons/iconColorPicker.js +2 -6
- package/esm/icons/iconCommunity.js +2 -6
- package/esm/icons/iconCompass.js +2 -6
- package/esm/icons/iconConnectDevices.js +2 -6
- package/esm/icons/iconConsole.js +2 -6
- package/esm/icons/iconConstruction.js +2 -6
- package/esm/icons/iconCopy.js +2 -6
- package/esm/icons/iconCopy2.js +2 -6
- package/esm/icons/iconCopy3.js +2 -6
- package/esm/icons/iconCopy4.js +2 -6
- package/esm/icons/iconCopy5.js +2 -6
- package/esm/icons/iconCornerDownLeft.js +2 -6
- package/esm/icons/iconCornerDownRight.js +2 -6
- package/esm/icons/iconCornerLeftDown.js +2 -6
- package/esm/icons/iconCornerLeftUp.js +2 -6
- package/esm/icons/iconCornerRightDown.js +2 -6
- package/esm/icons/iconCornerRightUp.js +2 -6
- package/esm/icons/iconCornerUpLeft.js +2 -6
- package/esm/icons/iconCornerUpRight.js +2 -6
- package/esm/icons/iconCreditCard.js +2 -6
- package/esm/icons/iconCreditCard2.js +2 -6
- package/esm/icons/iconCreditCard3.js +2 -6
- package/esm/icons/iconCrop.js +2 -6
- package/esm/icons/iconCrypto.js +2 -6
- package/esm/icons/iconCryptoCoin.js +2 -6
- package/esm/icons/iconCup.js +2 -6
- package/esm/icons/iconCursor.js +2 -6
- package/esm/icons/iconCursor2.js +2 -6
- package/esm/icons/iconCursor3.js +2 -6
- package/esm/icons/iconCursorBox.js +2 -6
- package/esm/icons/iconCursorClick.js +2 -6
- package/esm/icons/iconCycle.js +2 -6
- package/esm/icons/iconDelete.js +2 -6
- package/esm/icons/iconDelete2.js +2 -6
- package/esm/icons/iconDelete3.js +2 -6
- package/esm/icons/iconDeviceUptime.js +2 -6
- package/esm/icons/iconDeviceUptimeDisconnected.js +2 -6
- package/esm/icons/iconDiamondWarning.js +2 -6
- package/esm/icons/iconDisk.js +2 -6
- package/esm/icons/iconDisk2.js +2 -6
- package/esm/icons/iconDispatchAsset.js +2 -6
- package/esm/icons/iconDock.js +2 -6
- package/esm/icons/iconDocument.js +2 -6
- package/esm/icons/iconDocumentWithLines.js +2 -6
- package/esm/icons/iconDollar.js +2 -6
- package/esm/icons/iconDotGrid.js +2 -6
- package/esm/icons/iconDotHorizontal.js +2 -6
- package/esm/icons/iconDotVertical.js +2 -6
- package/esm/icons/iconDownload.js +2 -6
- package/esm/icons/iconDrive.js +2 -6
- package/esm/icons/iconDriver.js +2 -6
- package/esm/icons/iconDvir.js +2 -6
- package/esm/icons/iconEdit.js +2 -6
- package/esm/icons/iconEdit2.js +2 -6
- package/esm/icons/iconEditBig.js +2 -6
- package/esm/icons/iconEditSmall.js +2 -6
- package/esm/icons/iconEmail.js +2 -6
- package/esm/icons/iconEmail2.js +2 -6
- package/esm/icons/iconEmailNotification.js +2 -6
- package/esm/icons/iconEsc.js +2 -6
- package/esm/icons/iconEthereum.js +2 -6
- package/esm/icons/iconEuro.js +2 -6
- package/esm/icons/iconEvse.js +2 -6
- package/esm/icons/iconExcel.js +2 -6
- package/esm/icons/iconException.js +2 -6
- package/esm/icons/iconExpand.js +2 -6
- package/esm/icons/iconEye.js +2 -6
- package/esm/icons/iconEyeOff.js +2 -6
- package/esm/icons/iconFaceId.js +2 -6
- package/esm/icons/iconFile.js +2 -6
- package/esm/icons/iconFileCopy.js +2 -6
- package/esm/icons/iconFileLocked.js +2 -6
- package/esm/icons/iconFileSync.js +2 -6
- package/esm/icons/iconFileSync2.js +2 -6
- package/esm/icons/iconFileSync3.js +2 -6
- package/esm/icons/iconFileSync4.js +2 -6
- package/esm/icons/iconFileSync5.js +2 -6
- package/esm/icons/iconFilter.js +2 -6
- package/esm/icons/iconFilter2.js +2 -6
- package/esm/icons/iconFilter3.js +2 -6
- package/esm/icons/iconFilter3Asc.js +2 -6
- package/esm/icons/iconFilter3Desc.js +2 -6
- package/esm/icons/iconFilterAsc.js +2 -6
- package/esm/icons/iconFilterDesc.js +2 -6
- package/esm/icons/iconFingerPrint.js +2 -6
- package/esm/icons/iconFocus.js +2 -6
- package/esm/icons/iconFolder.js +2 -6
- package/esm/icons/iconFolder2.js +2 -6
- package/esm/icons/iconFolderAdd.js +2 -6
- package/esm/icons/iconFolderBookmarks.js +2 -6
- package/esm/icons/iconFolderCloud.js +2 -6
- package/esm/icons/iconFolderCloud2.js +2 -6
- package/esm/icons/iconFolderDelete.js +2 -6
- package/esm/icons/iconFolderDownload.js +2 -6
- package/esm/icons/iconFolderRestricted.js +2 -6
- package/esm/icons/iconFolderShared.js +2 -6
- package/esm/icons/iconFolderUpload.js +2 -6
- package/esm/icons/iconFolders.js +2 -6
- package/esm/icons/iconFork.js +2 -6
- package/esm/icons/iconFuelGas.js +2 -6
- package/esm/icons/iconGamepad.js +2 -6
- package/esm/icons/iconGeotabDrive.js +2 -6
- package/esm/icons/iconGeotabSales.js +2 -6
- package/esm/icons/iconGift.js +2 -6
- package/esm/icons/iconGlobus.js +2 -6
- package/esm/icons/iconGrab.js +2 -6
- package/esm/icons/iconGraph.js +2 -6
- package/esm/icons/iconGraphChart.js +2 -6
- package/esm/icons/iconGraphLines.js +2 -6
- package/esm/icons/iconGraphPresentation.js +2 -6
- package/esm/icons/iconGraphStatistics.js +2 -6
- package/esm/icons/iconGrids.js +2 -6
- package/esm/icons/iconGrids2.js +2 -6
- package/esm/icons/iconHarness.js +2 -6
- package/esm/icons/iconHeadphones.js +2 -6
- package/esm/icons/iconHeart.js +2 -6
- package/esm/icons/iconHexonalWarning.js +2 -6
- package/esm/icons/iconHistory.js +2 -6
- package/esm/icons/iconHomeDoor.js +2 -6
- package/esm/icons/iconHomeDoor2.js +2 -6
- package/esm/icons/iconHomeRoof.js +2 -6
- package/esm/icons/iconHomeSimple.js +2 -6
- package/esm/icons/iconHourglass.js +2 -6
- package/esm/icons/iconITS.js +2 -6
- package/esm/icons/iconIcon.js +2 -6
- package/esm/icons/iconImac.js +2 -6
- package/esm/icons/iconImage.js +2 -6
- package/esm/icons/iconImages.js +2 -6
- package/esm/icons/iconImages2.js +2 -6
- package/esm/icons/iconInbox.js +2 -6
- package/esm/icons/iconInfoCircle.js +2 -6
- package/esm/icons/iconInfoSquare.js +2 -6
- package/esm/icons/iconInspect.js +2 -6
- package/esm/icons/iconItalic.js +2 -6
- package/esm/icons/iconKeyboard.js +2 -6
- package/esm/icons/iconKeyboardDown.js +2 -6
- package/esm/icons/iconKeyboardUp.js +2 -6
- package/esm/icons/iconKeyboardUp2.js +2 -6
- package/esm/icons/iconLab.js +2 -6
- package/esm/icons/iconLaptop.js +2 -6
- package/esm/icons/iconLayers.js +2 -6
- package/esm/icons/iconLayout.js +2 -6
- package/esm/icons/iconLayoutBottom.js +2 -6
- package/esm/icons/iconLayoutColumn.js +2 -6
- package/esm/icons/iconLayoutLeft.js +2 -6
- package/esm/icons/iconLayoutRight.js +2 -6
- package/esm/icons/iconLayoutSearch.js +2 -6
- package/esm/icons/iconLayoutSidebar.js +2 -6
- package/esm/icons/iconLayoutTop.js +2 -6
- package/esm/icons/iconLayoutTopbar.js +2 -6
- package/esm/icons/iconLayoutWindow.js +2 -6
- package/esm/icons/iconLayoutWindow2.js +2 -6
- package/esm/icons/iconLayoutWindow3.js +2 -6
- package/esm/icons/iconLayoutWindow4.js +2 -6
- package/esm/icons/iconLayoutWindow5.js +2 -6
- package/esm/icons/iconLeaf.js +2 -6
- package/esm/icons/iconLifeBuoy.js +2 -6
- package/esm/icons/iconLightBulb.js +2 -6
- package/esm/icons/iconLightning.js +2 -6
- package/esm/icons/iconLink.js +2 -6
- package/esm/icons/iconLink2.js +2 -6
- package/esm/icons/iconLink3.js +2 -6
- package/esm/icons/iconLinkLines.js +2 -6
- package/esm/icons/iconList.js +2 -6
- package/esm/icons/iconLoader.js +2 -6
- package/esm/icons/iconLocationCompass.js +2 -6
- package/esm/icons/iconLocationMap.js +2 -6
- package/esm/icons/iconLocationOff.js +2 -6
- package/esm/icons/iconLock.js +2 -6
- package/esm/icons/iconLogin.js +2 -6
- package/esm/icons/iconLogout.js +2 -6
- package/esm/icons/iconLowDataQuality.js +2 -6
- package/esm/icons/iconMacbook.js +2 -6
- package/esm/icons/iconMagic.js +2 -6
- package/esm/icons/iconMagic2.js +2 -6
- package/esm/icons/iconMagicEyes.js +2 -6
- package/esm/icons/iconMap.js +2 -6
- package/esm/icons/iconMarketplace.js +2 -6
- package/esm/icons/iconMedal.js +2 -6
- package/esm/icons/iconMemory.js +2 -6
- package/esm/icons/iconMemory2.js +2 -6
- package/esm/icons/iconMenu.js +2 -6
- package/esm/icons/iconMenu2.js +2 -6
- package/esm/icons/iconMenu3.js +2 -6
- package/esm/icons/iconMenuCircle.js +2 -6
- package/esm/icons/iconMicrophone.js +2 -6
- package/esm/icons/iconMicrophone2.js +2 -6
- package/esm/icons/iconMinimize.js +2 -6
- package/esm/icons/iconMinus.js +2 -6
- package/esm/icons/iconMinusCircle.js +2 -6
- package/esm/icons/iconMinusSquare.js +2 -6
- package/esm/icons/iconMobi.js +2 -6
- package/esm/icons/iconMoney.js +2 -6
- package/esm/icons/iconMoon.js +2 -6
- package/esm/icons/iconMouse.js +2 -6
- package/esm/icons/iconMouseScrollDown.js +2 -6
- package/esm/icons/iconMouseScrollUp.js +2 -6
- package/esm/icons/iconMove.js +2 -6
- package/esm/icons/iconMove2.js +2 -6
- package/esm/icons/iconMyAdmin.js +2 -6
- package/esm/icons/iconMyGeotab.js +2 -6
- package/esm/icons/iconNavigationFooterCollapsed.js +2 -6
- package/esm/icons/iconNavigationFooterExpanded.js +2 -6
- package/esm/icons/iconNews.js +2 -6
- package/esm/icons/iconNewspaper.js +2 -6
- package/esm/icons/iconNote.js +2 -6
- package/esm/icons/iconNotificationAlarm.js +2 -6
- package/esm/icons/iconNotificationBell.js +2 -6
- package/esm/icons/iconNotificationOff.js +2 -6
- package/esm/icons/iconNotifications.js +2 -6
- package/esm/icons/iconNumberedList.js +2 -6
- package/esm/icons/iconOnDuty.js +2 -6
- package/esm/icons/iconOpen.js +2 -6
- package/esm/icons/iconOpen2.js +2 -6
- package/esm/icons/iconOpt.js +2 -6
- package/esm/icons/iconOptAlt.js +2 -6
- package/esm/icons/iconPDF.js +2 -6
- package/esm/icons/iconPackage.js +2 -6
- package/esm/icons/iconPackage2.js +2 -6
- package/esm/icons/iconPackage3.js +2 -6
- package/esm/icons/iconPaperPlane.js +2 -6
- package/esm/icons/iconPassword.js +2 -6
- package/esm/icons/iconPause.js +2 -6
- package/esm/icons/iconPencil.js +2 -6
- package/esm/icons/iconPencil2.js +2 -6
- package/esm/icons/iconPeople.js +2 -6
- package/esm/icons/iconPeopleGroup.js +2 -6
- package/esm/icons/iconPeopleGroup2.js +2 -6
- package/esm/icons/iconPeopleLike.js +2 -6
- package/esm/icons/iconPercent.js +2 -6
- package/esm/icons/iconPerformance.js +2 -6
- package/esm/icons/iconPhone.js +2 -6
- package/esm/icons/iconPhoneMobile.js +2 -6
- package/esm/icons/iconPin.js +2 -6
- package/esm/icons/iconPin2.js +2 -6
- package/esm/icons/iconPinLocation.js +2 -6
- package/esm/icons/iconPinLocation2.js +2 -6
- package/esm/icons/iconPinLocation3.js +2 -6
- package/esm/icons/iconPlay.js +2 -6
- package/esm/icons/iconPlus.js +2 -6
- package/esm/icons/iconPlusCircle.js +2 -6
- package/esm/icons/iconPlusFile.js +2 -6
- package/esm/icons/iconPlusLines.js +2 -6
- package/esm/icons/iconPlusSquare.js +2 -6
- package/esm/icons/iconPound.js +2 -6
- package/esm/icons/iconPrinter.js +2 -6
- package/esm/icons/iconProcessor.js +2 -6
- package/esm/icons/iconPullRequest.js +2 -6
- package/esm/icons/iconPuzzle.js +2 -6
- package/esm/icons/iconQuestion.js +2 -6
- package/esm/icons/iconRadar.js +2 -6
- package/esm/icons/iconReceipt.js +2 -6
- package/esm/icons/iconRecord.js +2 -6
- package/esm/icons/iconRedo.js +2 -6
- package/esm/icons/iconRedo2.js +2 -6
- package/esm/icons/iconRefrigeration.js +2 -6
- package/esm/icons/iconRemovePeople.js +2 -6
- package/esm/icons/iconRepeat.js +2 -6
- package/esm/icons/iconRepeat2.js +2 -6
- package/esm/icons/iconResizeBig.js +2 -6
- package/esm/icons/iconResizeSmall.js +2 -6
- package/esm/icons/iconRotateClockwise.js +2 -6
- package/esm/icons/iconRotateCounterclockwise.js +2 -6
- package/esm/icons/iconRotateRepeat.js +2 -6
- package/esm/icons/iconRotateRepeat2.js +2 -6
- package/esm/icons/iconRoute.js +2 -6
- package/esm/icons/iconRuler.js +2 -6
- package/esm/icons/iconSdCard.js +2 -6
- package/esm/icons/iconSearch.js +2 -6
- package/esm/icons/iconSearchDocument.js +2 -6
- package/esm/icons/iconSearchLines.js +2 -6
- package/esm/icons/iconSearchPage.js +2 -6
- package/esm/icons/iconSeatbelt.js +2 -6
- package/esm/icons/iconSecured.js +2 -6
- package/esm/icons/iconSecuredLines.js +2 -6
- package/esm/icons/iconSend.js +2 -6
- package/esm/icons/iconServer.js +2 -6
- package/esm/icons/iconServer2.js +2 -6
- package/esm/icons/iconServer3.js +2 -6
- package/esm/icons/iconSettings1.js +2 -6
- package/esm/icons/iconSettings2.js +2 -6
- package/esm/icons/iconSettings3.js +2 -6
- package/esm/icons/iconSettings4.js +2 -6
- package/esm/icons/iconSettings6.js +2 -6
- package/esm/icons/iconSettings7.js +2 -6
- package/esm/icons/iconSettings8.js +2 -6
- package/esm/icons/iconShare.js +2 -6
- package/esm/icons/iconShare3.js +2 -6
- package/esm/icons/iconShield.js +2 -6
- package/esm/icons/iconShield2.js +2 -6
- package/esm/icons/iconShield3.js +2 -6
- package/esm/icons/iconShield4.js +2 -6
- package/esm/icons/iconSidebar.js +2 -6
- package/esm/icons/iconSign.js +2 -6
- package/esm/icons/iconSmiley.js +2 -6
- package/esm/icons/iconSort2Horizontal.js +2 -6
- package/esm/icons/iconSort2Vertical.js +2 -6
- package/esm/icons/iconSortHorizontal.js +2 -6
- package/esm/icons/iconSortVertical.js +2 -6
- package/esm/icons/iconSpeaker.js +2 -6
- package/esm/icons/iconSquare.js +2 -6
- package/esm/icons/iconStar.js +2 -6
- package/esm/icons/iconStarAi.js +2 -6
- package/esm/icons/iconStarFilled.js +2 -6
- package/esm/icons/iconStopwatch.js +2 -6
- package/esm/icons/iconStorage.js +2 -6
- package/esm/icons/iconStore.js +2 -6
- package/esm/icons/iconStrikeThrough.js +2 -6
- package/esm/icons/iconSun.js +2 -6
- package/esm/icons/iconSupport.js +2 -6
- package/esm/icons/iconTable.js +2 -6
- package/esm/icons/iconTachograph.js +2 -6
- package/esm/icons/iconTachographTimeCard.js +2 -6
- package/esm/icons/iconTarget.js +2 -6
- package/esm/icons/iconTarget2.js +2 -6
- package/esm/icons/iconTarget3.js +2 -6
- package/esm/icons/iconTelevision.js +2 -6
- package/esm/icons/iconTelevision2.js +2 -6
- package/esm/icons/iconTextSize.js +2 -6
- package/esm/icons/iconThermograph.js +2 -6
- package/esm/icons/iconThermometer.js +2 -6
- package/esm/icons/iconThumbsDown.js +2 -6
- package/esm/icons/iconThumbsUp.js +2 -6
- package/esm/icons/iconTrailer.js +2 -6
- package/esm/icons/iconUmbrella.js +2 -6
- package/esm/icons/iconUnderline.js +2 -6
- package/esm/icons/iconUndo.js +2 -6
- package/esm/icons/iconUndo2.js +2 -6
- package/esm/icons/iconUndock.js +2 -6
- package/esm/icons/iconUnlocked.js +2 -6
- package/esm/icons/iconUpload.js +2 -6
- package/esm/icons/iconUsb.js +2 -6
- package/esm/icons/iconUsbHub.js +2 -6
- package/esm/icons/iconVideo.js +2 -6
- package/esm/icons/iconVideo2.js +2 -6
- package/esm/icons/iconVideoReplay.js +2 -6
- package/esm/icons/iconVisitPage.js +2 -6
- package/esm/icons/iconVoice.js +2 -6
- package/esm/icons/iconVolumeDown.js +2 -6
- package/esm/icons/iconVolumeFull.js +2 -6
- package/esm/icons/iconVolumeHalf.js +2 -6
- package/esm/icons/iconVolumeMinimum.js +2 -6
- package/esm/icons/iconVolumeOff.js +2 -6
- package/esm/icons/iconVolumeOn.js +2 -6
- package/esm/icons/iconWallet.js +2 -6
- package/esm/icons/iconWallet1.js +2 -6
- package/esm/icons/iconWarning.js +2 -6
- package/esm/icons/iconWatch.js +2 -6
- package/esm/icons/iconWatch2.js +2 -6
- package/esm/icons/iconWebcam.js +2 -6
- package/esm/icons/iconWhisper.js +2 -6
- package/esm/icons/iconWifi.js +2 -6
- package/esm/icons/iconWifi2.js +2 -6
- package/esm/icons/iconWorkday.js +2 -6
- package/esm/icons/iconWorld.js +2 -6
- package/esm/icons/iconWrench.js +2 -6
- package/esm/icons/iconWrite.js +2 -6
- package/esm/icons/iconYen.js +2 -6
- package/esm/icons/iconZone.js +2 -6
- package/esm/icons/iconZoom.js +2 -6
- package/esm/icons/iconZoom2.js +2 -6
- package/esm/images/imageAdjustFilter.js +2 -5
- package/esm/images/imageCloudUpload.d.ts +3 -0
- package/esm/images/imageCloudUpload.js +10 -0
- package/esm/images/imageLooking.js +2 -5
- package/esm/images/imageNoMatchingAssets.js +2 -5
- package/esm/images/imageNothingFound.js +2 -5
- package/esm/images/imageTapToUpload.d.ts +6 -0
- package/esm/images/imageTapToUpload.js +10 -0
- package/esm/index.d.ts +6 -0
- package/esm/index.js +5 -0
- package/esm/inputAdornments/inputAdornments.js +6 -1
- package/esm/layout/layout.js +1 -1
- package/esm/layout/layoutContent.js +7 -1
- package/esm/layout/layoutFullScreen.js +5 -2
- package/esm/layout/layoutFullScreenElementProvider.js +1 -1
- package/esm/layout/layoutFullScreenProvider.js +1 -1
- package/esm/layout/layoutSummaryTiles.js +3 -3
- package/esm/lineChart/lineChart.js +1 -1
- package/esm/lineChart/plugins/htmlLegend.js +2 -2
- package/esm/lineChartMini/lineChartMini.js +2 -2
- package/esm/list/hooks/useDragAndDrop.js +16 -5
- package/esm/list/hooks/useVirtualScroll.js +4 -2
- package/esm/list/itemCompact/itemCompact.js +1 -1
- package/esm/list/itemCompact/itemCompactWaiting.js +2 -4
- package/esm/list/itemData/itemDataInternal.js +2 -0
- package/esm/list/itemData/itemDataWaiting.js +1 -4
- package/esm/list/list.js +3 -14
- package/esm/list/listItem/listItem.js +3 -1
- package/esm/list/listItem/listItemWaiting.js +2 -4
- package/esm/list/utils/getLoadingItems.js +2 -2
- package/esm/menu/components/menuButton.js +21 -13
- package/esm/menu/components/menuErrorItem.js +48 -0
- package/esm/menu/components/menuItem.js +4 -4
- package/esm/menu/controlledMenu.js +10 -8
- package/esm/menu/menu.js +2 -2
- package/esm/miniTabs/miniTabs.js +1 -1
- package/esm/miniTabs/miniTabsHelper.js +3 -2
- package/esm/miniTabs/miniTabsItem.js +1 -1
- package/esm/mobileSheet/components/mobileSheetContent.js +1 -1
- package/esm/mobileSheet/components/mobileSheetFooter.js +1 -1
- package/esm/mobileSheet/mobileSheet.d.ts +1 -0
- package/esm/mobileSheet/mobileSheet.js +7 -2
- package/esm/modal/modal.js +1 -0
- package/esm/modal/modalHelpers.js +3 -3
- package/esm/modal/utils/isModalTarget.d.ts +1 -0
- package/esm/modal/utils/isModalTarget.js +7 -0
- package/esm/nav/nav.js +22 -14
- package/esm/nav/navAddMenu/navAddMenu.js +8 -5
- package/esm/nav/navDivider/navDivider.js +1 -4
- package/esm/nav/navEditList/navEditList.js +2 -2
- package/esm/nav/navEditList/navEditListUtils.js +1 -1
- package/esm/nav/navEditSection/navEditSection.js +1 -1
- package/esm/nav/navFooter/navEditFooter/navEditFooter.js +2 -0
- package/esm/nav/navFooter/navFooter.js +24 -0
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -0
- package/esm/nav/navHeader/navHeader.js +48 -0
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +27 -0
- package/esm/nav/navItem/navActionItem.js +1 -3
- package/esm/nav/navItem/navItem.js +1 -1
- package/esm/nav/navMobileBar/navMobileBar.js +1 -0
- package/esm/nav/navSection/navSection.js +3 -5
- package/esm/nav/utils/navUtils.js +1 -3
- package/esm/notification/notification.js +1 -0
- package/esm/notification/pushNotification/pushNotification.js +2 -5
- package/esm/oldPill/pill.js +2 -2
- package/esm/overview/overview.js +2 -4
- package/esm/pageHeader/pageHeaderActions.js +7 -3
- package/esm/pageHeader/pageHeaderButton.js +1 -1
- package/esm/pageLayout/pageContentLayout/pageContentLayout.js +2 -6
- package/esm/pageLayout/pageLayout.js +1 -1
- package/esm/pageSection/pageSection.js +1 -1
- package/esm/pagination/pagination.js +2 -11
- package/esm/pagination/paginationArrow.js +2 -0
- package/esm/pagination/paginationButtonsRow.js +1 -1
- package/esm/pagination/paginationText/paginationText.js +1 -0
- package/esm/pagination/paginationType.d.ts +1 -1
- package/esm/pagination/paginationType.js +1 -1
- package/esm/parallelSelection/parallelSelection.js +6 -3
- package/esm/pill/components/pillActionable/pillActionable.js +11 -9
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +3 -2
- package/esm/pill/pill.js +1 -3
- package/esm/pillAction/pillAction.js +1 -1
- package/esm/pillBox/components/pillBoxItem.js +1 -0
- package/esm/pillBox/pillBox.js +3 -0
- package/esm/pillBox/utils/getValidMaxPills.js +1 -1
- package/esm/pillClosable/pillClosable.d.ts +1 -1
- package/esm/pillClosable/pillClosable.js +2 -2
- package/esm/pillExpandable/pillContent.js +10 -8
- package/esm/pillExpandable/pillExpandable.js +2 -0
- package/esm/pillExpandable/pillExpandableAlignments.js +10 -10
- package/esm/pillExpandable/pillExpandablePopoverContent.js +1 -1
- package/esm/pillExpandable/pillExpandableSimple.js +10 -6
- package/esm/popup/popup.js +3 -3
- package/esm/primaryIcon/primaryIcon.js +2 -2
- package/esm/progressBar/progressBar.d.ts +1 -1
- package/esm/progressBar/progressBarUtils.js +1 -1
- package/esm/radio/radio.d.ts +5 -4
- package/esm/radio/radio.js +11 -2
- package/esm/radioGroupRaw/radioGroupRaw.js +11 -7
- package/esm/radioGroupRaw/types.d.ts +2 -0
- package/esm/rangeRaw/components/rangeField.js +7 -3
- package/esm/rangeRaw/rangeRaw.js +14 -1
- package/esm/rangeRaw/utils/rangeHelper.js +9 -1
- package/esm/react-chartjs/dateAdapter.js +22 -12
- package/esm/react-chartjs/dateFns/dateFns.js +14 -14
- package/esm/react-chartjs/types.d.ts +27 -27
- package/esm/react-chartjs/utils.js +1 -3
- package/esm/searchInput/searchInput.js +1 -3
- package/esm/searchInputRaw/searchInputRaw.js +2 -0
- package/esm/selectList/selectList.js +27 -13
- package/esm/selectList/selectList.reducer.js +17 -9
- package/esm/selectList/selectListItem.js +2 -4
- package/esm/selectRaw/select.helpers.js +2 -2
- package/esm/selectRaw/selectRaw.js +31 -23
- package/esm/selectRaw/types.d.ts +3 -3
- package/esm/selectRaw/utils/getValidWidth.js +1 -1
- package/esm/shield/shield.js +1 -1
- package/esm/sidePanel/sidePanel.d.ts +1 -0
- package/esm/sidePanel/sidePanel.js +39 -8
- package/esm/sidePanel/sidePanelCell/sidePanelCell.js +1 -3
- package/esm/skeleton/lazyContent.js +4 -6
- package/esm/skeleton/skeleton.js +1 -0
- package/esm/skeletonList/skeletonList.js +1 -1
- package/esm/sortControl/sortControl.js +19 -0
- package/esm/stepperRaw/utils/calculateWithPrecision.js +1 -3
- package/esm/summaries/summaries.js +1 -1
- package/esm/summary/summary.js +2 -0
- package/esm/summaryTile/summaryTile.d.ts +45 -2
- package/esm/summaryTile/summaryTile.js +38 -13
- package/esm/summaryTile/summaryTileTrigger.js +2 -2
- package/esm/summaryTile/utils/getTypeClassName.js +1 -1
- package/esm/summaryTileBar/summaryTileBar.js +2 -2
- package/esm/svgIcon/svgIconSize.d.ts +1 -1
- package/esm/svgSprite/svgSprite.js +1 -1
- package/esm/svgSprites/svgSprites.js +1 -1
- package/esm/tabBar/tabBar.js +1 -1
- package/esm/tabBar/tabBarContent.js +1 -1
- package/esm/table/actions/actionsMenu.js +2 -0
- package/esm/table/children/useTableChildren.js +1 -1
- package/esm/table/detailPanel/detailPanel.js +1 -0
- package/esm/table/detailPanel/detailPanelHeader.js +2 -0
- package/esm/table/expandable/useFeedExpandable.js +1 -1
- package/esm/table/flexible/columnSettings.js +2 -0
- package/esm/table/flexible/columnsList.js +1 -0
- package/esm/table/flexible/columnsPopup.js +1 -0
- package/esm/table/flexible/flexibleHeader.js +1 -1
- package/esm/table/flexible/mergeColumnSettings.js +1 -5
- package/esm/table/flexible/useFlexibleColumns.js +8 -13
- package/esm/table/loading/useLoading.d.ts +1 -0
- package/esm/table/loading/useLoading.js +9 -19
- package/esm/table/nested/nestedData.js +4 -3
- package/esm/table/nested/useNestedRows.js +2 -0
- package/esm/table/selectable/selectableHeader.js +4 -0
- package/esm/table/selectable/useSelectableRows.js +2 -0
- package/esm/table/selectable/utils/calculateSelectionState.js +3 -1
- package/esm/table/selectable/utils/checkRow.js +2 -4
- package/esm/table/selectable/utils/getCurrentPageSelection.js +2 -6
- package/esm/table/sortable/mobileSortControl.d.ts +15 -0
- package/esm/table/sortable/mobileSortControl.js +139 -0
- package/esm/table/sortable/sortableHeader.js +2 -0
- package/esm/table/sortable/useSortableColumns.js +21 -10
- package/esm/table/table.d.ts +2 -4
- package/esm/table/table.js +48 -0
- package/esm/tabs/tabItem/tabItem.js +1 -1
- package/esm/tabs/tabs.js +2 -0
- package/esm/textIconButton/textIconButton.d.ts +1 -1
- package/esm/textIconButton/textIconButton.js +1 -1
- package/esm/textInput/textInput.js +1 -3
- package/esm/textInputRaw/textInputRaw.js +2 -2
- package/esm/textarea/textarea.js +1 -3
- package/esm/textareaRaw/textareaRaw.js +2 -2
- package/esm/timePicker/timePicker.js +1 -3
- package/esm/timePickerRaw/components/timeSelect/timeSelect.js +1 -1
- package/esm/timePickerRaw/timePickerRaw.js +23 -0
- package/esm/timePickerRaw/types.d.ts +6 -6
- package/esm/toast/hooks/useToast.js +3 -3
- package/esm/toast/toast.js +28 -10
- package/esm/toast/utils/hideToastCallback.js +2 -2
- package/esm/toastRaw/components/toastAnimation.js +5 -17
- package/esm/toastRaw/hooks/useProgress.js +1 -1
- package/esm/toastRaw/toastRaw.js +1 -0
- package/esm/toggleButtonRaw/toggleButtonRaw.js +6 -2
- package/esm/toggleButtonRaw/types.d.ts +1 -0
- package/esm/toolbar/helpers/getWidthWithMargin.js +1 -1
- package/esm/toolbar/helpers/getWidthWithoutPadding.js +1 -1
- package/esm/toolbar/toolbar.js +4 -5
- package/esm/toolbar/toolbarContent.js +18 -12
- package/esm/toolbar/toolbarMoreButton.js +4 -6
- package/esm/tooltip/helpers/calculateArrowPosition.js +12 -2
- package/esm/tooltip/helpers/removeArrowClasses.js +1 -3
- package/esm/tooltip/tooltip.d.ts +12 -12
- package/esm/tooltip/tooltip.js +16 -6
- package/esm/tooltipInfo/tooltipInfo.js +1 -1
- package/esm/twoOptionsSwitcher/twoOptionsSwitcher.d.ts +2 -1
- package/esm/twoOptionsSwitcher/twoOptionsSwitcher.js +7 -4
- package/esm/utils/abortablePromise.js +1 -3
- package/esm/utils/compareElementsUtils/isObjectNested.js +1 -1
- package/esm/utils/dateInputUtils/useTodayButton.js +4 -2
- package/esm/utils/formatDate.js +37 -0
- package/esm/utils/getParentByClass.d.ts +1 -1
- package/esm/utils/getParentWindow.js +1 -1
- package/esm/utils/globalThisPolyfill.js +1 -1
- package/esm/utils/localization/translations/ar.json +328 -0
- package/esm/utils/localization/translations/cs.json +73 -2
- package/esm/utils/localization/translations/da-DK.json +64 -2
- package/esm/utils/localization/translations/de.json +73 -2
- package/esm/utils/localization/translations/en-json.d.ts +1 -1
- package/esm/utils/localization/translations/en-json.js +113 -113
- package/esm/utils/localization/translations/en.json +11 -2
- package/esm/utils/localization/translations/es.json +73 -2
- package/esm/utils/localization/translations/fi-FI.json +64 -2
- package/esm/utils/localization/translations/fr-FR.json +73 -2
- package/esm/utils/localization/translations/fr.json +73 -2
- package/esm/utils/localization/translations/hu-HU.json +64 -2
- package/esm/utils/localization/translations/id.json +73 -2
- package/esm/utils/localization/translations/it.json +73 -2
- package/esm/utils/localization/translations/ja.json +78 -7
- package/esm/utils/localization/translations/ko-KR.json +65 -2
- package/esm/utils/localization/translations/ms.json +73 -2
- package/esm/utils/localization/translations/nb-NO.json +64 -2
- package/esm/utils/localization/translations/nl.json +73 -2
- package/esm/utils/localization/translations/pl.json +73 -2
- package/esm/utils/localization/translations/pt-BR.json +73 -2
- package/esm/utils/localization/translations/pt-PT.json +15 -3
- package/esm/utils/localization/translations/ro-RO.json +14 -2
- package/esm/utils/localization/translations/sk-SK.json +65 -2
- package/esm/utils/localization/translations/sv.json +73 -2
- package/esm/utils/localization/translations/th.json +73 -2
- package/esm/utils/localization/translations/tr.json +73 -2
- package/esm/utils/localization/translations/zh-Hans.json +73 -2
- package/esm/utils/localization/translations/zh-TW.json +65 -2
- package/esm/utils/localization/translationsDictionary.js +2 -1
- package/esm/utils/positioningUtils/alignments.js +5 -5
- package/esm/utils/positioningUtils/calculatePosition.js +7 -5
- package/esm/utils/positioningUtils/normalizeHorizontally.js +2 -2
- package/esm/utils/positioningUtils/normalizeVertically.js +2 -2
- package/esm/utils/positioningUtils/tooltipAlignments.js +13 -13
- package/esm/utils/toKebabCase.d.ts +16 -0
- package/esm/utils/toKebabCase.js +21 -0
- package/esm/utils/userFormat/userFormatContext.js +1 -1
- package/esm/waiting/waiting.js +5 -4
- package/package.json +1 -1
|
@@ -15,8 +15,8 @@ const TitleLink = ({ titleIconClasses, ariaLabel, children, link, id, className
|
|
|
15
15
|
const isDrive = (0, useDrive_1.useDrive)();
|
|
16
16
|
const titleAriaLabel = ariaLabel || "";
|
|
17
17
|
if (!isMobile) {
|
|
18
|
-
return (0, jsx_runtime_1.jsxs)("a", { id: id, className: (0, classNames_1.classNames)(["zen-link", "zen-title-link", className]), href: link, "aria-label": titleAriaLabel, children: [(0, jsx_runtime_1.jsx)("span", { className: (0, classNames_1.classNames)(["zen-title-link__text", titleLinkTextDriveClasses || ""]), children: children }), (0, jsx_runtime_1.jsx)(iconArrowRight_1.IconArrowRight, { size: isDrive ? "huge" : "large", className: (0, classNames_1.classNames)(["zen-title-link__icon", titleIconClasses || ""]) })] });
|
|
18
|
+
return ((0, jsx_runtime_1.jsxs)("a", { id: id, className: (0, classNames_1.classNames)(["zen-link", "zen-title-link", className]), href: link, "aria-label": titleAriaLabel, children: [(0, jsx_runtime_1.jsx)("span", { className: (0, classNames_1.classNames)(["zen-title-link__text", titleLinkTextDriveClasses || ""]), children: children }), (0, jsx_runtime_1.jsx)(iconArrowRight_1.IconArrowRight, { size: isDrive ? "huge" : "large", className: (0, classNames_1.classNames)(["zen-title-link__icon", titleIconClasses || ""]) })] }));
|
|
19
19
|
}
|
|
20
|
-
return (0, jsx_runtime_1.jsx)(textIconButton_1.TextIconButton, { type: "tertiary", iconClasses: titleIconClasses, id: id, "aria-label": titleAriaLabel, link: link, iconPosition: textIconButton_1.ButtonIconPosition.End, icon: iconArrowRight_1.IconArrowRight, iconSize: isDrive ? "huge" : "large", className: (0, classNames_1.classNames)(["zen-title-link", "zen-title-link__icon", titleLinkClasses || "", className || ""]), children: children && (0, jsx_runtime_1.jsx)("span", { className: (0, classNames_1.classNames)(["zen-title-link__text", titleLinkTextDriveClasses || ""]), children: children }) });
|
|
20
|
+
return ((0, jsx_runtime_1.jsx)(textIconButton_1.TextIconButton, { type: "tertiary", iconClasses: titleIconClasses, id: id, "aria-label": titleAriaLabel, link: link, iconPosition: textIconButton_1.ButtonIconPosition.End, icon: iconArrowRight_1.IconArrowRight, iconSize: isDrive ? "huge" : "large", className: (0, classNames_1.classNames)(["zen-title-link", "zen-title-link__icon", titleLinkClasses || "", className || ""]), children: children && (0, jsx_runtime_1.jsx)("span", { className: (0, classNames_1.classNames)(["zen-title-link__text", titleLinkTextDriveClasses || ""]), children: children }) }));
|
|
21
21
|
};
|
|
22
22
|
exports.TitleLink = TitleLink;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getDefaultFullWidthValue = void 0;
|
|
4
|
-
const getDefaultFullWidthValue = (isDrive) => isDrive ? true : false;
|
|
4
|
+
const getDefaultFullWidthValue = (isDrive) => (isDrive ? true : false);
|
|
5
5
|
exports.getDefaultFullWidthValue = getDefaultFullWidthValue;
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.useAbsoluteSize = void 0;
|
|
4
4
|
const isAbsoluteSize_1 = require("../helpers/isAbsoluteSize");
|
|
5
|
-
|
|
5
|
+
/* eslint-disable complexity */
|
|
6
6
|
const useAbsoluteSize = (size, isMobile, autoHeight, fullWidth) => {
|
|
7
|
+
/* eslint-enable complexity */
|
|
7
8
|
if (!(0, isAbsoluteSize_1.isAbsoluteSize)(size)) {
|
|
8
9
|
return {};
|
|
9
10
|
}
|
package/dist/cards/cards.js
CHANGED
|
@@ -5,6 +5,6 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
const classNames_1 = require("../commonHelpers/classNames/classNames");
|
|
6
6
|
const cardsRow_1 = require("./cardsRow");
|
|
7
7
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
8
|
-
const Cards = ({ children, wrap = true, gap = 16, direction = "row", className = "", paddingX = 0, paddingY = 0, fullHeight = false }) => (0, jsx_runtime_1.jsx)("div", { className: (0, classNames_1.classNames)(["zen-cards", className, fullHeight ? "zen-cards--full-height" : ""]), style: { flexWrap: wrap ? "wrap" : "nowrap", flexDirection: direction, gap, padding: `${paddingY}px ${paddingX}px` }, children: children });
|
|
8
|
+
const Cards = ({ children, wrap = true, gap = 16, direction = "row", className = "", paddingX = 0, paddingY = 0, fullHeight = false }) => ((0, jsx_runtime_1.jsx)("div", { className: (0, classNames_1.classNames)(["zen-cards", className, fullHeight ? "zen-cards--full-height" : ""]), style: { flexWrap: wrap ? "wrap" : "nowrap", flexDirection: direction, gap, padding: `${paddingY}px ${paddingX}px` }, children: children }));
|
|
9
9
|
exports.Cards = Cards;
|
|
10
10
|
exports.Cards.Row = cardsRow_1.CardsRow;
|
package/dist/cards/cardsRow.js
CHANGED
|
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CardsRow = void 0;
|
|
4
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
5
|
const classNames_1 = require("../commonHelpers/classNames/classNames");
|
|
6
|
-
const CardsRow = ({ children, wrap = true, gap = 16, className = "", paddingX = 0, paddingY = 0, fullHeight = false }) => (0, jsx_runtime_1.jsx)("div", { className: (0, classNames_1.classNames)(["zen-cards", className, fullHeight ? "zen-cards--full-height" : ""]), style: { flexWrap: wrap ? "wrap" : "nowrap", flexDirection: "row", gap, padding: `${paddingY}px ${paddingX}px` }, children: children });
|
|
6
|
+
const CardsRow = ({ children, wrap = true, gap = 16, className = "", paddingX = 0, paddingY = 0, fullHeight = false }) => ((0, jsx_runtime_1.jsx)("div", { className: (0, classNames_1.classNames)(["zen-cards", className, fullHeight ? "zen-cards--full-height" : ""]), style: { flexWrap: wrap ? "wrap" : "nowrap", flexDirection: "row", gap, padding: `${paddingY}px ${paddingX}px` }, children: children }));
|
|
7
7
|
exports.CardsRow = CardsRow;
|
|
@@ -5,5 +5,5 @@ const jsx_runtime_1 = require("react/jsx-runtime");
|
|
|
5
5
|
const userFormatProvider_1 = require("../../utils/userFormat/userFormatProvider");
|
|
6
6
|
const accessibleChartNarrative_1 = require("./accessibleChartNarrative");
|
|
7
7
|
const accessibleChartTable_1 = require("./accessibleChartTable");
|
|
8
|
-
const AccessibleChart = (props) => (0, jsx_runtime_1.jsxs)(userFormatProvider_1.UserFormatProvider, { dateFormat: "d MMMM yyyy", children: [props.type !== "pie" && (0, jsx_runtime_1.jsx)(accessibleChartNarrative_1.AccessibleChartNarrative, Object.assign({}, props)), (0, jsx_runtime_1.jsx)(accessibleChartTable_1.AccessibleChartTable, Object.assign({}, props))] });
|
|
8
|
+
const AccessibleChart = (props) => ((0, jsx_runtime_1.jsxs)(userFormatProvider_1.UserFormatProvider, { dateFormat: "d MMMM yyyy", children: [props.type !== "pie" && (0, jsx_runtime_1.jsx)(accessibleChartNarrative_1.AccessibleChartNarrative, Object.assign({}, props)), (0, jsx_runtime_1.jsx)(accessibleChartTable_1.AccessibleChartTable, Object.assign({}, props))] }));
|
|
9
9
|
exports.AccessibleChart = AccessibleChart;
|
|
@@ -43,21 +43,142 @@ injectString("tr", "Data", "Veri");
|
|
|
43
43
|
injectString("zh-Hans", "Data", "\u6570\u636E");
|
|
44
44
|
injectString("zh-TW", "Data", "\u8CC7\u6599");
|
|
45
45
|
injectString("ro-RO", "Data", "Date");
|
|
46
|
+
injectString("ar-SA", "Data", "\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A");
|
|
47
|
+
injectString("cs", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
48
|
+
injectString("da-DK", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
49
|
+
injectString("de", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
46
50
|
injectString("en", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
51
|
+
injectString("es", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
52
|
+
injectString("fi-FI", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
53
|
+
injectString("fr", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
54
|
+
injectString("fr-FR", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
55
|
+
injectString("hu-HU", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
56
|
+
injectString("id", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
57
|
+
injectString("it", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
58
|
+
injectString("ja", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
59
|
+
injectString("ko-KR", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
60
|
+
injectString("ms", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
61
|
+
injectString("nb-NO", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
62
|
+
injectString("nl", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
63
|
+
injectString("pl", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
64
|
+
injectString("pt-BR", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
47
65
|
injectString("pt-PT", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "mudou {TRANSITIONS} vezes entre dois estados: {STATE1} e {STATE2}.");
|
|
66
|
+
injectString("sk-SK", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
67
|
+
injectString("sv", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
68
|
+
injectString("th", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
69
|
+
injectString("tr", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
70
|
+
injectString("zh-Hans", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
71
|
+
injectString("zh-TW", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.");
|
|
48
72
|
injectString("ro-RO", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "a schimbat orele {TRANSITIONS} \xEEntre dou\u0103 st\u0103ri: {STATE1} \u0219i {STATE2}.");
|
|
73
|
+
injectString("ar-SA", "switched {TRANSITIONS} times between two states: {STATE1} and {STATE2}.", "\u062A\u0628\u062F\u0651\u0644 {TRANSITIONS} \u0645\u0631\u0629 \u0628\u064A\u0646 \u062D\u0627\u0644\u062A\u064A\u0646: {STATE1} \u0648 {STATE2}.");
|
|
74
|
+
injectString("cs", "Highest point(s):", "Highest point(s):");
|
|
75
|
+
injectString("da-DK", "Highest point(s):", "Highest point(s):");
|
|
76
|
+
injectString("de", "Highest point(s):", "Highest point(s):");
|
|
49
77
|
injectString("en", "Highest point(s):", "Highest point(s):");
|
|
78
|
+
injectString("es", "Highest point(s):", "Highest point(s):");
|
|
79
|
+
injectString("fi-FI", "Highest point(s):", "Highest point(s):");
|
|
80
|
+
injectString("fr", "Highest point(s):", "Highest point(s):");
|
|
81
|
+
injectString("fr-FR", "Highest point(s):", "Highest point(s):");
|
|
82
|
+
injectString("hu-HU", "Highest point(s):", "Highest point(s):");
|
|
83
|
+
injectString("id", "Highest point(s):", "Highest point(s):");
|
|
84
|
+
injectString("it", "Highest point(s):", "Highest point(s):");
|
|
85
|
+
injectString("ja", "Highest point(s):", "Highest point(s):");
|
|
86
|
+
injectString("ko-KR", "Highest point(s):", "Highest point(s):");
|
|
87
|
+
injectString("ms", "Highest point(s):", "Highest point(s):");
|
|
88
|
+
injectString("nb-NO", "Highest point(s):", "Highest point(s):");
|
|
89
|
+
injectString("nl", "Highest point(s):", "Highest point(s):");
|
|
90
|
+
injectString("pl", "Highest point(s):", "Highest point(s):");
|
|
91
|
+
injectString("pt-BR", "Highest point(s):", "Highest point(s):");
|
|
50
92
|
injectString("pt-PT", "Highest point(s):", "Ponto(s) mais elevado(s):");
|
|
93
|
+
injectString("sk-SK", "Highest point(s):", "Highest point(s):");
|
|
94
|
+
injectString("sv", "Highest point(s):", "Highest point(s):");
|
|
95
|
+
injectString("th", "Highest point(s):", "Highest point(s):");
|
|
96
|
+
injectString("tr", "Highest point(s):", "Highest point(s):");
|
|
97
|
+
injectString("zh-Hans", "Highest point(s):", "Highest point(s):");
|
|
98
|
+
injectString("zh-TW", "Highest point(s):", "Highest point(s):");
|
|
51
99
|
injectString("ro-RO", "Highest point(s):", "Punctul (punctele) cel(e) mai ridicat(e):");
|
|
100
|
+
injectString("ar-SA", "Highest point(s):", "\u0623\u0639\u0644\u0649 \u0646\u0642\u0637\u0629 (\u0646\u0642\u0627\u0637):");
|
|
101
|
+
injectString("cs", "Lowest point(s):", "Lowest point(s):");
|
|
102
|
+
injectString("da-DK", "Lowest point(s):", "Lowest point(s):");
|
|
103
|
+
injectString("de", "Lowest point(s):", "Lowest point(s):");
|
|
52
104
|
injectString("en", "Lowest point(s):", "Lowest point(s):");
|
|
105
|
+
injectString("es", "Lowest point(s):", "Lowest point(s):");
|
|
106
|
+
injectString("fi-FI", "Lowest point(s):", "Lowest point(s):");
|
|
107
|
+
injectString("fr", "Lowest point(s):", "Lowest point(s):");
|
|
108
|
+
injectString("fr-FR", "Lowest point(s):", "Lowest point(s):");
|
|
109
|
+
injectString("hu-HU", "Lowest point(s):", "Lowest point(s):");
|
|
110
|
+
injectString("id", "Lowest point(s):", "Lowest point(s):");
|
|
111
|
+
injectString("it", "Lowest point(s):", "Lowest point(s):");
|
|
112
|
+
injectString("ja", "Lowest point(s):", "Lowest point(s):");
|
|
113
|
+
injectString("ko-KR", "Lowest point(s):", "Lowest point(s):");
|
|
114
|
+
injectString("ms", "Lowest point(s):", "Lowest point(s):");
|
|
115
|
+
injectString("nb-NO", "Lowest point(s):", "Lowest point(s):");
|
|
116
|
+
injectString("nl", "Lowest point(s):", "Lowest point(s):");
|
|
117
|
+
injectString("pl", "Lowest point(s):", "Lowest point(s):");
|
|
118
|
+
injectString("pt-BR", "Lowest point(s):", "Lowest point(s):");
|
|
53
119
|
injectString("pt-PT", "Lowest point(s):", "Ponto(s) mais baixo(s):");
|
|
120
|
+
injectString("sk-SK", "Lowest point(s):", "Lowest point(s):");
|
|
121
|
+
injectString("sv", "Lowest point(s):", "Lowest point(s):");
|
|
122
|
+
injectString("th", "Lowest point(s):", "Lowest point(s):");
|
|
123
|
+
injectString("tr", "Lowest point(s):", "Lowest point(s):");
|
|
124
|
+
injectString("zh-Hans", "Lowest point(s):", "Lowest point(s):");
|
|
125
|
+
injectString("zh-TW", "Lowest point(s):", "Lowest point(s):");
|
|
54
126
|
injectString("ro-RO", "Lowest point(s):", "Punctul (punctele) cel(e) mai sc\u0103zut(e):");
|
|
127
|
+
injectString("ar-SA", "Lowest point(s):", "\u0623\u062F\u0646\u0649 \u0646\u0642\u0637\u0629 (\u0646\u0642\u0627\u0637):");
|
|
128
|
+
injectString("cs", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
129
|
+
injectString("da-DK", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
130
|
+
injectString("de", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
55
131
|
injectString("en", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
132
|
+
injectString("es", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
133
|
+
injectString("fi-FI", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
134
|
+
injectString("fr", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
135
|
+
injectString("fr-FR", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
136
|
+
injectString("hu-HU", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
137
|
+
injectString("id", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
138
|
+
injectString("it", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
139
|
+
injectString("ja", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
140
|
+
injectString("ko-KR", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
141
|
+
injectString("ms", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
142
|
+
injectString("nb-NO", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
143
|
+
injectString("nl", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
144
|
+
injectString("pl", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
145
|
+
injectString("pt-BR", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
56
146
|
injectString("pt-PT", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segmento {INDEX} {DIRECTION} de {FROM} em {X0} at\xE9 {TO} em {X}.");
|
|
147
|
+
injectString("sk-SK", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
148
|
+
injectString("sv", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
149
|
+
injectString("th", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
150
|
+
injectString("tr", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
151
|
+
injectString("zh-Hans", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
152
|
+
injectString("zh-TW", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.");
|
|
57
153
|
injectString("ro-RO", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "Segmentul {INDEX} {DIRECTION} de la {FROM} la {X0} p\xE2n\u0103 la {TO} la {X}.");
|
|
154
|
+
injectString("ar-SA", "Segment {INDEX} {DIRECTION} from {FROM} at {X0} to {TO} at {X}.", "\u0627\u0644\u062C\u0632\u0621 {INDEX} {DIRECTION} \u0645\u0646 {FROM} \u0639\u0646\u062F {X0} \u0625\u0644\u0649 {TO} \u0639\u0646\u062F {X}.");
|
|
155
|
+
injectString("cs", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
156
|
+
injectString("da-DK", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
157
|
+
injectString("de", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
58
158
|
injectString("en", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
159
|
+
injectString("es", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
160
|
+
injectString("fi-FI", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
161
|
+
injectString("fr", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
162
|
+
injectString("fr-FR", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
163
|
+
injectString("hu-HU", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
164
|
+
injectString("id", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
165
|
+
injectString("it", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
166
|
+
injectString("ja", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
167
|
+
injectString("ko-KR", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
168
|
+
injectString("ms", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
169
|
+
injectString("nb-NO", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
170
|
+
injectString("nl", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
171
|
+
injectString("pl", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
172
|
+
injectString("pt-BR", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
59
173
|
injectString("pt-PT", "shows a complex trend with multiple segments:", "mostra uma tend\xEAncia complexa com m\xFAltiplos segmentos:");
|
|
174
|
+
injectString("sk-SK", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
175
|
+
injectString("sv", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
176
|
+
injectString("th", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
177
|
+
injectString("tr", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
178
|
+
injectString("zh-Hans", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
179
|
+
injectString("zh-TW", "shows a complex trend with multiple segments:", "shows a complex trend with multiple segments:");
|
|
60
180
|
injectString("ro-RO", "shows a complex trend with multiple segments:", "arat\u0103 o tendin\u021B\u0103 complex\u0103 cu mai multe segmente:");
|
|
181
|
+
injectString("ar-SA", "shows a complex trend with multiple segments:", "\u064A\u064F\u0638\u0647\u0631 \u0627\u062A\u062C\u0627\u0647\u0627\u064B \u0645\u0639\u0642\u062F\u0627\u064B \u0645\u0639 \u0623\u062C\u0632\u0627\u0621 \u0645\u062A\u0639\u062F\u062F\u0629:");
|
|
61
182
|
injectString("cs", "No data available", "Nejsou k\xA0dispozici \u017E\xE1dn\xE1 data");
|
|
62
183
|
injectString("da-DK", "No data available", "Ingen data tilg\xE6ngelige");
|
|
63
184
|
injectString("de", "No data available", "Keine Daten verf\xFCgbar");
|
|
@@ -84,24 +205,169 @@ injectString("tr", "No data available", "Mevcut veri yok");
|
|
|
84
205
|
injectString("zh-Hans", "No data available", "\u65E0\u53EF\u7528\u6570\u636E");
|
|
85
206
|
injectString("zh-TW", "No data available", "\u6C92\u6709\u53EF\u7528\u8CC7\u6599");
|
|
86
207
|
injectString("ro-RO", "No data available", "Nu exist\u0103 date disponibile");
|
|
208
|
+
injectString("ar-SA", "No data available", "\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A \u0645\u062A\u0627\u062D\u0629");
|
|
209
|
+
injectString("cs", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
210
|
+
injectString("da-DK", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
211
|
+
injectString("de", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
87
212
|
injectString("en", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
213
|
+
injectString("es", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
214
|
+
injectString("fi-FI", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
215
|
+
injectString("fr", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
216
|
+
injectString("fr-FR", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
217
|
+
injectString("hu-HU", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
218
|
+
injectString("id", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
219
|
+
injectString("it", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
220
|
+
injectString("ja", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
221
|
+
injectString("ko-KR", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
222
|
+
injectString("ms", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
223
|
+
injectString("nb-NO", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
224
|
+
injectString("nl", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
225
|
+
injectString("pl", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
226
|
+
injectString("pt-BR", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
88
227
|
injectString("pt-PT", "Only one data point: value is {VALUE}.", "Apenas um ponto de dados: o valor \xE9 {VALUE}.");
|
|
228
|
+
injectString("sk-SK", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
229
|
+
injectString("sv", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
230
|
+
injectString("th", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
231
|
+
injectString("tr", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
232
|
+
injectString("zh-Hans", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
233
|
+
injectString("zh-TW", "Only one data point: value is {VALUE}.", "Only one data point: value is {VALUE}.");
|
|
89
234
|
injectString("ro-RO", "Only one data point: value is {VALUE}.", "Un singur punct de date: valoarea este {VALUE}.");
|
|
235
|
+
injectString("ar-SA", "Only one data point: value is {VALUE}.", "\u0646\u0642\u0637\u0629 \u0628\u064A\u0627\u0646\u0627\u062A \u0648\u0627\u062D\u062F\u0629 \u0641\u0642\u0637: \u0627\u0644\u0642\u064A\u0645\u0629 \u0647\u064A {VALUE}.");
|
|
236
|
+
injectString("cs", "Average value is:", "Average value is:");
|
|
237
|
+
injectString("da-DK", "Average value is:", "Average value is:");
|
|
238
|
+
injectString("de", "Average value is:", "Average value is:");
|
|
90
239
|
injectString("en", "Average value is:", "Average value is:");
|
|
240
|
+
injectString("es", "Average value is:", "Average value is:");
|
|
241
|
+
injectString("fi-FI", "Average value is:", "Average value is:");
|
|
242
|
+
injectString("fr", "Average value is:", "Average value is:");
|
|
243
|
+
injectString("fr-FR", "Average value is:", "Average value is:");
|
|
244
|
+
injectString("hu-HU", "Average value is:", "Average value is:");
|
|
245
|
+
injectString("id", "Average value is:", "Average value is:");
|
|
246
|
+
injectString("it", "Average value is:", "Average value is:");
|
|
247
|
+
injectString("ja", "Average value is:", "Average value is:");
|
|
248
|
+
injectString("ko-KR", "Average value is:", "Average value is:");
|
|
249
|
+
injectString("ms", "Average value is:", "Average value is:");
|
|
250
|
+
injectString("nb-NO", "Average value is:", "Average value is:");
|
|
251
|
+
injectString("nl", "Average value is:", "Average value is:");
|
|
252
|
+
injectString("pl", "Average value is:", "Average value is:");
|
|
253
|
+
injectString("pt-BR", "Average value is:", "Average value is:");
|
|
91
254
|
injectString("pt-PT", "Average value is:", "O valor m\xE9dio \xE9:");
|
|
255
|
+
injectString("sk-SK", "Average value is:", "Average value is:");
|
|
256
|
+
injectString("sv", "Average value is:", "Average value is:");
|
|
257
|
+
injectString("th", "Average value is:", "Average value is:");
|
|
258
|
+
injectString("tr", "Average value is:", "Average value is:");
|
|
259
|
+
injectString("zh-Hans", "Average value is:", "Average value is:");
|
|
260
|
+
injectString("zh-TW", "Average value is:", "Average value is:");
|
|
92
261
|
injectString("ro-RO", "Average value is:", "Valoarea medie este:");
|
|
262
|
+
injectString("ar-SA", "Average value is:", "\u0645\u062A\u0648\u0633\u0637 \u0627\u0644\u0642\u064A\u0645\u0629:");
|
|
263
|
+
injectString("cs", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
264
|
+
injectString("da-DK", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
265
|
+
injectString("de", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
93
266
|
injectString("en", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
267
|
+
injectString("es", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
268
|
+
injectString("fi-FI", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
269
|
+
injectString("fr", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
270
|
+
injectString("fr-FR", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
271
|
+
injectString("hu-HU", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
272
|
+
injectString("id", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
273
|
+
injectString("it", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
274
|
+
injectString("ja", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
275
|
+
injectString("ko-KR", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
276
|
+
injectString("ms", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
277
|
+
injectString("nb-NO", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
278
|
+
injectString("nl", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
279
|
+
injectString("pl", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
280
|
+
injectString("pt-BR", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
94
281
|
injectString("pt-PT", "shows a relatively flat or stable trend.", "mostra uma tend\xEAncia relativamente plana ou est\xE1vel.");
|
|
282
|
+
injectString("sk-SK", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
283
|
+
injectString("sv", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
284
|
+
injectString("th", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
285
|
+
injectString("tr", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
286
|
+
injectString("zh-Hans", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
287
|
+
injectString("zh-TW", "shows a relatively flat or stable trend.", "shows a relatively flat or stable trend.");
|
|
95
288
|
injectString("ro-RO", "shows a relatively flat or stable trend.", "arat\u0103 o tendin\u021B\u0103 relativ plat\u0103 sau stabil\u0103.");
|
|
289
|
+
injectString("ar-SA", "shows a relatively flat or stable trend.", "\u064A\u064F\u0638\u0647\u0631 \u0627\u062A\u062C\u0627\u0647\u0627\u064B \u0645\u0633\u062A\u0642\u0631\u0627\u064B \u0646\u0633\u0628\u064A\u0627\u064B.");
|
|
290
|
+
injectString("cs", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
291
|
+
injectString("da-DK", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
292
|
+
injectString("de", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
96
293
|
injectString("en", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
294
|
+
injectString("es", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
295
|
+
injectString("fi-FI", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
296
|
+
injectString("fr", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
297
|
+
injectString("fr-FR", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
298
|
+
injectString("hu-HU", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
299
|
+
injectString("id", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
300
|
+
injectString("it", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
301
|
+
injectString("ja", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
302
|
+
injectString("ko-KR", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
303
|
+
injectString("ms", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
304
|
+
injectString("nb-NO", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
305
|
+
injectString("nl", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
306
|
+
injectString("pl", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
307
|
+
injectString("pt-BR", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
97
308
|
injectString("pt-PT", "value changes in the range from {MIN} to {MAX}.", "altera\xE7\xF5es de valor no intervalo de {MIN} a {MAX}.");
|
|
309
|
+
injectString("sk-SK", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
310
|
+
injectString("sv", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
311
|
+
injectString("th", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
312
|
+
injectString("tr", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
313
|
+
injectString("zh-Hans", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
314
|
+
injectString("zh-TW", "value changes in the range from {MIN} to {MAX}.", "value changes in the range from {MIN} to {MAX}.");
|
|
98
315
|
injectString("ro-RO", "value changes in the range from {MIN} to {MAX}.", "valoarea se schimb\u0103 \xEEn intervalul de la {MIN} la {MAX}.");
|
|
316
|
+
injectString("ar-SA", "value changes in the range from {MIN} to {MAX}.", "\u062A\u062A\u063A\u064A\u0631 \u0627\u0644\u0642\u064A\u0645\u0629 \u0641\u064A \u0627\u0644\u0646\u0637\u0627\u0642 \u0645\u0646 {MIN} \u0625\u0644\u0649 {MAX}.");
|
|
317
|
+
injectString("cs", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
318
|
+
injectString("da-DK", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
319
|
+
injectString("de", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
99
320
|
injectString("en", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
321
|
+
injectString("es", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
322
|
+
injectString("fi-FI", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
323
|
+
injectString("fr", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
324
|
+
injectString("fr-FR", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
325
|
+
injectString("hu-HU", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
326
|
+
injectString("id", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
327
|
+
injectString("it", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
328
|
+
injectString("ja", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
329
|
+
injectString("ko-KR", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
330
|
+
injectString("ms", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
331
|
+
injectString("nb-NO", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
332
|
+
injectString("nl", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
333
|
+
injectString("pl", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
334
|
+
injectString("pt-BR", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
100
335
|
injectString("pt-PT", "from {FROM} at {X0} to {TO} at {X}.", "de {FROM} em {X0} at\xE9 {TO} em {X}.");
|
|
336
|
+
injectString("sk-SK", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
337
|
+
injectString("sv", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
338
|
+
injectString("th", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
339
|
+
injectString("tr", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
340
|
+
injectString("zh-Hans", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
341
|
+
injectString("zh-TW", "from {FROM} at {X0} to {TO} at {X}.", "from {FROM} at {X0} to {TO} at {X}.");
|
|
101
342
|
injectString("ro-RO", "from {FROM} at {X0} to {TO} at {X}.", "de la {FROM} la {X0} \xEEn {TO} la {X}.");
|
|
343
|
+
injectString("ar-SA", "from {FROM} at {X0} to {TO} at {X}.", "\u0645\u0646 {FROM} \u0639\u0646\u062F {X0} \u0625\u0644\u0649 {TO} \u0639\u0646\u062F {X}.");
|
|
344
|
+
injectString("cs", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
345
|
+
injectString("da-DK", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
346
|
+
injectString("de", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
102
347
|
injectString("en", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
348
|
+
injectString("es", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
349
|
+
injectString("fi-FI", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
350
|
+
injectString("fr", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
351
|
+
injectString("fr-FR", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
352
|
+
injectString("hu-HU", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
353
|
+
injectString("id", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
354
|
+
injectString("it", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
355
|
+
injectString("ja", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
356
|
+
injectString("ko-KR", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
357
|
+
injectString("ms", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
358
|
+
injectString("nb-NO", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
359
|
+
injectString("nl", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
360
|
+
injectString("pl", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
361
|
+
injectString("pt-BR", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
103
362
|
injectString("pt-PT", "Error generating chart narrative for dataset", "Erro ao gerar narrativa do gr\xE1fico para o conjunto de dados");
|
|
363
|
+
injectString("sk-SK", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
364
|
+
injectString("sv", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
365
|
+
injectString("th", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
366
|
+
injectString("tr", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
367
|
+
injectString("zh-Hans", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
368
|
+
injectString("zh-TW", "Error generating chart narrative for dataset", "Error generating chart narrative for dataset");
|
|
104
369
|
injectString("ro-RO", "Error generating chart narrative for dataset", "Eroare la generarea descrierii graficului pentru setul de date");
|
|
370
|
+
injectString("ar-SA", "Error generating chart narrative for dataset", "\u062E\u0637\u0623 \u0641\u064A \u0625\u0646\u0634\u0627\u0621 \u0633\u0631\u062F \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A \u0644\u0645\u062C\u0645\u0648\u0639\u0629 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A");
|
|
105
371
|
function collectAllPoints(dataset, dateFormatter, miniChartLabels, options) {
|
|
106
372
|
if (dataset.data.length === 0) {
|
|
107
373
|
return [];
|
|
@@ -221,7 +487,7 @@ function simplifyData(data) {
|
|
|
221
487
|
});
|
|
222
488
|
// Filter points by trend change and relative height
|
|
223
489
|
const significantExtremums = [];
|
|
224
|
-
const strengthThreshold = 0.
|
|
490
|
+
const strengthThreshold = 0.5;
|
|
225
491
|
const yValues = data.filter(p => p.y !== null).map(p => p.y);
|
|
226
492
|
const minY = yValues.reduce((min, current) => Math.min(min, current));
|
|
227
493
|
const maxY = yValues.reduce((max, current) => Math.max(max, current));
|
|
@@ -44,6 +44,7 @@ injectString("tr", "Value", "De\u011Fer");
|
|
|
44
44
|
injectString("zh-Hans", "Value", "\u503C");
|
|
45
45
|
injectString("zh-TW", "Value", "\u503C");
|
|
46
46
|
injectString("ro-RO", "Value", "Valoare");
|
|
47
|
+
injectString("ar-SA", "Value", "\u0627\u0644\u0642\u064A\u0645\u0629");
|
|
47
48
|
injectString("cs", "Chart data", "Data grafu");
|
|
48
49
|
injectString("da-DK", "Chart data", "Diagramdata");
|
|
49
50
|
injectString("de", "Chart data", "Diagrammdaten");
|
|
@@ -70,9 +71,34 @@ injectString("tr", "Chart data", "Grafik verileri");
|
|
|
70
71
|
injectString("zh-Hans", "Chart data", "\u56FE\u8868\u6570\u636E");
|
|
71
72
|
injectString("zh-TW", "Chart data", "\u5716\u8868\u8CC7\u6599");
|
|
72
73
|
injectString("ro-RO", "Chart data", "Date grafic");
|
|
74
|
+
injectString("ar-SA", "Chart data", "\u0628\u064A\u0627\u0646\u0627\u062A \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A");
|
|
75
|
+
injectString("cs", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
76
|
+
injectString("da-DK", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
77
|
+
injectString("de", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
73
78
|
injectString("en", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
79
|
+
injectString("es", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
80
|
+
injectString("fi-FI", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
81
|
+
injectString("fr", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
82
|
+
injectString("fr-FR", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
83
|
+
injectString("hu-HU", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
84
|
+
injectString("id", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
85
|
+
injectString("it", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
86
|
+
injectString("ja", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
87
|
+
injectString("ko-KR", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
88
|
+
injectString("ms", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
89
|
+
injectString("nb-NO", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
90
|
+
injectString("nl", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
91
|
+
injectString("pl", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
92
|
+
injectString("pt-BR", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
74
93
|
injectString("pt-PT", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "O gr\xE1fico cont\xE9m muitos pontos de dados, por isso o seu n\xFAmero foi reduzido. Se quiser ver mais, altere o intervalo do relat\xF3rio.");
|
|
94
|
+
injectString("sk-SK", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
95
|
+
injectString("sv", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
96
|
+
injectString("th", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
97
|
+
injectString("tr", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
98
|
+
injectString("zh-Hans", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
99
|
+
injectString("zh-TW", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range");
|
|
75
100
|
injectString("ro-RO", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "Graficul con\u021Bine prea multe puncte de date, a\u0219adar num\u0103rul lor a fost redus. Dac\u0103 dori\u021Bi s\u0103 vede\u021Bi mai mult, schimba\u021Bi intervalul raportului");
|
|
101
|
+
injectString("ar-SA", "Chart contains too many data points so their number has been reduced. If you want to see more, change the Report Range", "\u064A\u062D\u062A\u0648\u064A \u0627\u0644\u0631\u0633\u0645 \u0627\u0644\u0628\u064A\u0627\u0646\u064A \u0639\u0644\u0649 \u0639\u062F\u062F \u0643\u0628\u064A\u0631 \u062C\u062F\u0627\u064B \u0645\u0646 \u0646\u0642\u0627\u0637 \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A \u0644\u0630\u0644\u0643 \u062A\u0645 \u062A\u0642\u0644\u064A\u0644 \u0639\u062F\u062F\u0647\u0627. \u0625\u0630\u0627 \u0623\u0631\u062F\u062A \u0631\u0624\u064A\u0629 \u0627\u0644\u0645\u0632\u064A\u062F\u060C \u063A\u064A\u0651\u0631 \u0646\u0637\u0627\u0642 \u0627\u0644\u062A\u0642\u0631\u064A\u0631");
|
|
76
102
|
injectString("cs", "X-axis", "Osa X");
|
|
77
103
|
injectString("da-DK", "X-axis", "X-akse");
|
|
78
104
|
injectString("de", "X-axis", "X-Achse");
|
|
@@ -99,6 +125,7 @@ injectString("tr", "X-axis", "X ekseni");
|
|
|
99
125
|
injectString("zh-Hans", "X-axis", "X \u8F74");
|
|
100
126
|
injectString("zh-TW", "X-axis", "X \u8EF8");
|
|
101
127
|
injectString("ro-RO", "X-axis", "Axa X");
|
|
128
|
+
injectString("ar-SA", "X-axis", "\u0627\u0644\u0645\u062D\u0648\u0631 \u0633");
|
|
102
129
|
injectString("cs", "Category", "Kategorie");
|
|
103
130
|
injectString("da-DK", "Category", "Kategori");
|
|
104
131
|
injectString("de", "Category", "Kategorie");
|
|
@@ -125,6 +152,7 @@ injectString("tr", "Category", "Kategori");
|
|
|
125
152
|
injectString("zh-Hans", "Category", "\u7C7B\u522B");
|
|
126
153
|
injectString("zh-TW", "Category", "\u7A2E\u985E");
|
|
127
154
|
injectString("ro-RO", "Category", "Categorie");
|
|
155
|
+
injectString("ar-SA", "Category", "\u0627\u0644\u0641\u0626\u0629");
|
|
128
156
|
const MAX_TABLE_ROWS = 150;
|
|
129
157
|
const getXLabels = (type, data, translate) => {
|
|
130
158
|
if (type === "pie") {
|
|
@@ -12,9 +12,7 @@ const getBarTooltipItems = (data, datasetIndex, index, options, isHidden) => {
|
|
|
12
12
|
// Get the x-value from the hovered dataset to match against other datasets
|
|
13
13
|
// If the hovered dataset is empty, find the first non-empty dataset to get the x-value
|
|
14
14
|
const hoveredDataset = data.datasets[datasetIndex];
|
|
15
|
-
let hoveredDataItem = index < hoveredDataset.data.length
|
|
16
|
-
? hoveredDataset.data[index]
|
|
17
|
-
: undefined;
|
|
15
|
+
let hoveredDataItem = index < hoveredDataset.data.length ? hoveredDataset.data[index] : undefined;
|
|
18
16
|
// If the hovered dataset doesn't have data at this index, find another dataset that does
|
|
19
17
|
if (hoveredDataItem === undefined) {
|
|
20
18
|
for (const dataset of data.datasets) {
|
|
@@ -29,7 +27,8 @@ const getBarTooltipItems = (data, datasetIndex, index, options, isHidden) => {
|
|
|
29
27
|
}
|
|
30
28
|
}
|
|
31
29
|
const hoveredXValue = typeof hoveredDataItem === "number" ? undefined : hoveredDataItem.x;
|
|
32
|
-
return data.datasets
|
|
30
|
+
return data.datasets
|
|
31
|
+
.map((dataset, dsIndex) => {
|
|
33
32
|
if (dataset.data.length === 0) {
|
|
34
33
|
return undefined;
|
|
35
34
|
}
|
|
@@ -37,9 +36,7 @@ const getBarTooltipItems = (data, datasetIndex, index, options, isHidden) => {
|
|
|
37
36
|
return undefined;
|
|
38
37
|
}
|
|
39
38
|
// Find the data item in this dataset that matches the hovered x-value
|
|
40
|
-
const dataItem = hoveredXValue !== undefined
|
|
41
|
-
? dataset.data.find(item => typeof item !== "number" && item.x === hoveredXValue)
|
|
42
|
-
: dataset.data[index];
|
|
39
|
+
const dataItem = hoveredXValue !== undefined ? dataset.data.find(item => typeof item !== "number" && item.x === hoveredXValue) : dataset.data[index];
|
|
43
40
|
// If no matching data point exists for this dataset, skip it
|
|
44
41
|
if (!dataItem) {
|
|
45
42
|
return undefined;
|
|
@@ -50,10 +47,14 @@ const getBarTooltipItems = (data, datasetIndex, index, options, isHidden) => {
|
|
|
50
47
|
const label = dataset.label || "";
|
|
51
48
|
// For color, find the correct index in the original dataset
|
|
52
49
|
const dataItemIndex = dataset.data.indexOf(dataItem);
|
|
53
|
-
const color = Array.isArray(dataset.backgroundColor) && dataset.backgroundColor[dataItemIndex]
|
|
54
|
-
|
|
50
|
+
const color = Array.isArray(dataset.backgroundColor) && dataset.backgroundColor[dataItemIndex]
|
|
51
|
+
? dataset.backgroundColor[dataItemIndex]
|
|
52
|
+
: typeof dataset.borderColor === "string"
|
|
53
|
+
? dataset.borderColor
|
|
54
|
+
: "";
|
|
55
55
|
return { label, value, color };
|
|
56
|
-
})
|
|
56
|
+
})
|
|
57
|
+
.filter((item) => item !== undefined);
|
|
57
58
|
};
|
|
58
59
|
exports.getBarTooltipItems = getBarTooltipItems;
|
|
59
60
|
const getBarTooltipTitle = (data, datasetIndex, index) => {
|
|
@@ -1,16 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getDefaultDatasetStyle = void 0;
|
|
4
|
-
const baseColors = [
|
|
5
|
-
"#3CCDE5",
|
|
6
|
-
"#428AFF",
|
|
7
|
-
"#8256E5",
|
|
8
|
-
"#06C989",
|
|
9
|
-
"#F98C41",
|
|
10
|
-
"#F5BD60",
|
|
11
|
-
"#E56A6A",
|
|
12
|
-
"#8A94A2"
|
|
13
|
-
];
|
|
4
|
+
const baseColors = ["#3CCDE5", "#428AFF", "#8256E5", "#06C989", "#F98C41", "#F5BD60", "#E56A6A", "#8A94A2"];
|
|
14
5
|
const getDefaultDatasetStyle = (dataSet, dsIndex) => {
|
|
15
6
|
var _a, _b;
|
|
16
7
|
const newDataSet = Object.assign({}, dataSet);
|
|
@@ -21,20 +21,22 @@ const getDefaultOptions = (yAxis, isTimedData, isDark, translate) => {
|
|
|
21
21
|
display: false
|
|
22
22
|
},
|
|
23
23
|
type: isTimedData ? "time" : "category",
|
|
24
|
-
ticks: isTimedData
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
24
|
+
ticks: isTimedData
|
|
25
|
+
? {
|
|
26
|
+
source: "data",
|
|
27
|
+
autoSkip: true,
|
|
28
|
+
maxRotation: 0,
|
|
29
|
+
maxTicksLimit: 12,
|
|
30
|
+
color: textColor,
|
|
31
|
+
callback: (value) => (0, formatDate_1.formatDate)(new Date(value), "MMM dd", translate)
|
|
32
|
+
}
|
|
33
|
+
: {
|
|
34
|
+
source: "data",
|
|
35
|
+
autoSkip: false,
|
|
36
|
+
//maxRotation: 0,
|
|
37
|
+
maxTicksLimit: 12,
|
|
38
|
+
color: textColor
|
|
39
|
+
},
|
|
38
40
|
border: defaultGridBorderStyle
|
|
39
41
|
}
|
|
40
42
|
};
|