@geotab/zenith 3.1.1-beta.6 → 3.2.0-beta.1
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 +20 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +136 -30
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +139 -34
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +352 -87
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.d.ts +0 -1
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +83 -9
- package/dist/alertRaw/alertRaw.js +175 -54
- package/dist/banner/bannerMultipLine.js +131 -23
- package/dist/banner/bannerSingleLine.js +110 -16
- package/dist/betaPill/betaPill.js +111 -20
- package/dist/bookmark/bookmark.js +95 -28
- package/dist/bulkEditControl/bulkEditControl.js +167 -34
- package/dist/calendar/calendar.js +943 -273
- package/dist/calendar/calendarUtils.js +157 -85
- package/dist/card/card.js +268 -123
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +648 -555
- package/dist/chart/accessibleChart/accessibleChartTable.js +245 -86
- package/dist/chart/chart.js +36 -21
- package/dist/chart/chartAxis/chartAxis.js +85 -7
- package/dist/checkboxListWithAction/checkboxListWithAction.js +224 -69
- package/dist/chip/chip.js +195 -91
- package/dist/columnsSelector/columnsSelector.js +97 -12
- package/dist/columnsSelector/columnsTab/columnsTab.js +59 -15
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +81 -34
- package/dist/comboboxSelected/comboboxSelected.js +1 -3
- package/dist/dataFeed/feedExpandControl/feedExpandControl.js +25 -10
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +92 -11
- package/dist/dataGrid/dataGrid.js +227 -117
- package/dist/dataGrid/emptySearchList/emptySearchList.js +56 -9
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +51 -7
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +64 -18
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +84 -10
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +48 -16
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +223 -32
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +286 -213
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +178 -95
- package/dist/dateInputInner/dateInputInner.js +791 -476
- package/dist/dateInputInner/dateInputInnerControlBlock.js +125 -22
- package/dist/dateInputRaw/dateInputRaw.js +315 -104
- package/dist/dateInputRaw/utils/getLabel.js +38 -7
- package/dist/dateRangeInner/dateRangeInner.js +173 -59
- package/dist/dateRangeRaw/dateRangeRaw.js +601 -239
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +629 -241
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +152 -14
- package/dist/dialog/dialogContent.js +123 -40
- package/dist/dropdownRaw/dropdownHelper.d.ts +2 -2
- package/dist/dropdownRaw/dropdownHelper.js +9 -9
- package/dist/dropdownRaw/dropdownList.js +447 -78
- package/dist/dropdownRaw/dropdownPopup.js +218 -20
- package/dist/dropdownRaw/dropdownRaw.js +866 -506
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +223 -46
- package/dist/dropdownRaw/stateReducer/stateAction.d.ts +5 -1
- package/dist/dropdownRaw/stateReducer/stateActionType.d.ts +2 -1
- package/dist/dropdownRaw/stateReducer/stateActionType.js +1 -0
- package/dist/dropdownRaw/stateReducer/stateReducer.d.ts +6 -1
- package/dist/dropdownRaw/stateReducer/stateReducer.js +24 -12
- package/dist/dropdownRaw/stateReducer/stateReducerHelper.d.ts +2 -0
- package/dist/dropdownRaw/stateReducer/stateReducerHelper.js +20 -1
- package/dist/dropdownRaw/stateReducer/stateReducerTestData.d.ts +39 -0
- package/dist/dropdownRaw/stateReducer/stateReducerTestData.js +74 -0
- package/dist/dropdownRaw/types.d.ts +1 -0
- package/dist/favoriteButton/favoriteButton.js +59 -10
- package/dist/filters/components/filtersContainer.js +151 -64
- package/dist/filters/components/filtersEmptySelectedList.js +30 -4
- package/dist/filters/components/filtersSaveModal.js +140 -42
- package/dist/filters/components/filtersSavedChipComponent.js +318 -108
- package/dist/filters/components/filtersSearchItemData.js +127 -47
- package/dist/filters/components/filtersSearchList.js +381 -179
- package/dist/filters/components/filtersSelect.js +128 -61
- package/dist/filters/components/filtersSelectListItem.js +125 -13
- package/dist/filters/components/filtersSidePanel.js +510 -178
- package/dist/filters/components/filtersSidePanelDropdown.js +2 -2
- package/dist/filters/filters.js +445 -268
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +729 -272
- package/dist/filtersBar/components/resetComponentButton.js +45 -5
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +126 -15
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +2 -2
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +155 -49
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +360 -104
- package/dist/filtersBar/filtersContainer/filtersContainer.js +204 -134
- package/dist/formField/components/formFieldWithLabel.d.ts +2 -1
- package/dist/formField/components/formFieldWithLabel.js +3 -2
- package/dist/formField/components/formFieldWithoutLabel.d.ts +2 -1
- package/dist/formField/components/formFieldWithoutLabel.js +3 -3
- package/dist/formField/components/trailingComponent.d.ts +8 -0
- package/dist/formField/components/trailingComponent.js +11 -0
- package/dist/formField/formField.js +26 -11
- package/dist/formField/hooks/useError.js +100 -36
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +72 -7
- package/dist/formGroup/hooks/useToggle.js +37 -11
- package/dist/formGroup/utils/getControls.js +8 -7
- package/dist/formLayout/hooks/useError.js +55 -15
- package/dist/formLayout/hooks/useFormButtons.js +128 -27
- package/dist/formSection/components/formSectionModal.js +1 -1
- package/dist/formSection/formSection.js +1 -1
- package/dist/formSection/hooks/useError.js +70 -22
- package/dist/formStepper/components/formStep.js +65 -10
- package/dist/formStepper/formStepper.js +129 -33
- package/dist/formStepperButtons/formStepperButtons.js +184 -38
- package/dist/groupsFilter/groupsHelper.d.ts +1 -1
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +162 -17
- package/dist/groupsFilterRaw/groupsFilterBox.js +137 -32
- package/dist/groupsFilterRaw/groupsFilterCommon.js +75 -8
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +184 -25
- package/dist/groupsFilterRaw/groupsFilterHelper.d.ts +2 -1
- package/dist/groupsFilterRaw/groupsFilterHelper.js +284 -168
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +266 -18
- package/dist/groupsFilterRaw/groupsFilterMenu.js +124 -9
- package/dist/groupsFilterRaw/groupsFilterRaw.d.ts +1 -0
- package/dist/groupsFilterRaw/groupsFilterRaw.js +816 -308
- package/dist/groupsFilterRaw/groupsFilterTestData.d.ts +155 -2
- package/dist/groupsFilterRaw/groupsFilterTestData.js +153 -58
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +139 -35
- package/dist/groupsFilterRaw/groupsHelper.js +739 -208
- package/dist/groupsFilterRaw/stateReducer/stateReducerHelper.js +3 -1
- package/dist/groupsFilterRaw/types.d.ts +1 -0
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +107 -52
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +62 -9
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +119 -14
- package/dist/header/headerBack.js +64 -20
- package/dist/index.css +116 -74
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4 -1
- package/dist/list/itemData/itemDataInternal.js +216 -51
- package/dist/list/listItem/listItem.js +168 -55
- package/dist/menu/components/menuErrorItem.js +33 -5
- package/dist/mobileSheet/mobileSheet.js +195 -69
- package/dist/modal/modal.js +300 -142
- package/dist/nav/nav.js +1 -1
- package/dist/nav/navFooter/navFooter.js +82 -39
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +52 -13
- package/dist/nav/navHeader/navHeader.js +86 -36
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +88 -29
- package/dist/nav/navItem/navItem.d.ts +3 -3
- package/dist/nav/navItem/navItem.js +35 -33
- package/dist/nav/navMobileBar/navMobileBar.js +67 -21
- package/dist/notification/notification.js +124 -21
- package/dist/pagination/paginationArrow.js +81 -11
- package/dist/pagination/paginationText/paginationText.js +45 -11
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +93 -24
- package/dist/pillBox/components/pillBoxItem.js +52 -9
- package/dist/pillBox/pillBox.js +121 -20
- package/dist/pillExpandable/pillExpandable.js +333 -139
- package/dist/rangeRaw/rangeRaw.js +486 -141
- package/dist/rangeRaw/utils/rangeHelper.js +209 -39
- package/dist/searchInputRaw/searchInputRaw.js +180 -65
- package/dist/skeleton/skeleton.js +51 -6
- package/dist/sortControl/sortControl.js +152 -42
- package/dist/stepperRaw/stepperRaw.js +116 -42
- package/dist/summary/summary.js +94 -8
- package/dist/table/actions/actionsMenu.js +171 -78
- package/dist/table/flexible/columnSettings.js +80 -10
- package/dist/table/flexible/columnsList.js +110 -43
- package/dist/table/flexible/columnsPopup.js +77 -20
- package/dist/table/nested/useNestedRows.js +167 -77
- package/dist/table/selectable/selectableHeader.js +180 -41
- package/dist/table/selectable/useSelectableRows.js +270 -191
- package/dist/table/sortable/sortableHeader.js +153 -75
- package/dist/tabs/tabs.js +227 -118
- package/dist/timePickerRaw/timePickerRaw.js +278 -58
- package/dist/toastRaw/toastRaw.js +138 -32
- package/dist/toggleButton/toggleButton.d.ts +0 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.d.ts +1 -0
- package/dist/toggleButtonRaw/toggleButtonRaw.js +146 -40
- package/dist/utils/formatDate.js +1001 -117
- package/{esm/utils/localization/translations/cs-json.js → dist/utils/localization/translations/cs.json} +11 -12
- package/{esm/utils/localization/translations/da-DK-json.js → dist/utils/localization/translations/da-DK.json} +31 -23
- package/{esm/utils/localization/translations/de-json.js → dist/utils/localization/translations/de.json} +12 -13
- package/dist/utils/localization/translations/en.json +308 -0
- package/{esm/utils/localization/translations/es-json.js → dist/utils/localization/translations/es.json} +11 -12
- package/{esm/utils/localization/translations/fi-FI-json.js → dist/utils/localization/translations/fi-FI.json} +31 -23
- package/{esm/utils/localization/translations/fr-FR-json.js → dist/utils/localization/translations/fr-FR.json} +12 -12
- package/{esm/utils/localization/translations/fr-json.js → dist/utils/localization/translations/fr.json} +11 -12
- package/{esm/utils/localization/translations/hu-HU-json.js → dist/utils/localization/translations/hu-HU.json} +31 -23
- package/{esm/utils/localization/translations/id-json.js → dist/utils/localization/translations/id.json} +11 -13
- package/{esm/utils/localization/translations/it-json.js → dist/utils/localization/translations/it.json} +11 -12
- package/{esm/utils/localization/translations/ja-json.js → dist/utils/localization/translations/ja.json} +11 -12
- package/{esm/utils/localization/translations/ko-KR-json.js → dist/utils/localization/translations/ko-KR.json} +24 -23
- package/{esm/utils/localization/translations/ms-json.js → dist/utils/localization/translations/ms.json} +11 -12
- package/{esm/utils/localization/translations/nb-NO-json.js → dist/utils/localization/translations/nb-NO.json} +31 -23
- package/{esm/utils/localization/translations/nl-json.js → dist/utils/localization/translations/nl.json} +11 -12
- package/{esm/utils/localization/translations/pl-json.js → dist/utils/localization/translations/pl.json} +11 -12
- package/{esm/utils/localization/translations/pt-BR-json.js → dist/utils/localization/translations/pt-BR.json} +11 -12
- package/{esm/utils/localization/translations/sk-SK-json.js → dist/utils/localization/translations/sk-SK.json} +31 -23
- package/{esm/utils/localization/translations/sv-json.js → dist/utils/localization/translations/sv.json} +11 -12
- package/{esm/utils/localization/translations/th-json.js → dist/utils/localization/translations/th.json} +11 -12
- package/{esm/utils/localization/translations/tr-json.js → dist/utils/localization/translations/tr.json} +11 -12
- package/{esm/utils/localization/translations/zh-Hans-json.js → dist/utils/localization/translations/zh-Hans.json} +11 -12
- package/{esm/utils/localization/translations/zh-TW-json.js → dist/utils/localization/translations/zh-TW.json} +11 -23
- package/dist/utils/localization/translationsDictionary.d.ts +2 -0
- package/dist/utils/localization/translationsDictionary.js +63 -0
- package/dist/utils/localization/useLanguage.js +2 -74
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +130 -29
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +133 -33
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +317 -65
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.d.ts +0 -1
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +77 -8
- package/esm/alertRaw/alertRaw.js +165 -51
- package/esm/banner/bannerMultipLine.js +121 -20
- package/esm/banner/bannerSingleLine.js +100 -13
- package/esm/betaPill/betaPill.js +105 -19
- package/esm/bookmark/bookmark.js +89 -27
- package/esm/bulkEditControl/bulkEditControl.js +161 -33
- package/esm/calendar/calendar.js +937 -272
- package/esm/calendar/calendarUtils.js +151 -84
- package/esm/card/card.js +233 -101
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +642 -554
- package/esm/chart/accessibleChart/accessibleChartTable.js +239 -85
- package/esm/chart/chart.js +30 -20
- package/esm/chart/chartAxis/chartAxis.js +79 -6
- package/esm/checkboxListWithAction/checkboxListWithAction.js +218 -68
- package/esm/chip/chip.js +189 -90
- package/esm/columnsSelector/columnsSelector.js +91 -11
- package/esm/columnsSelector/columnsTab/columnsTab.js +53 -14
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +75 -33
- package/esm/comboboxSelected/comboboxSelected.js +1 -3
- package/esm/dataFeed/feedExpandControl/feedExpandControl.js +21 -9
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +86 -10
- package/esm/dataGrid/dataGrid.js +221 -116
- package/esm/dataGrid/emptySearchList/emptySearchList.js +50 -8
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +45 -6
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +58 -17
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +78 -9
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +44 -15
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +217 -31
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +280 -212
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +172 -94
- package/esm/dateInputInner/dateInputInner.js +785 -475
- package/esm/dateInputInner/dateInputInnerControlBlock.js +119 -21
- package/esm/dateInputRaw/dateInputRaw.js +309 -103
- package/esm/dateInputRaw/utils/getLabel.js +32 -6
- package/esm/dateRangeInner/dateRangeInner.js +167 -58
- package/esm/dateRangeRaw/dateRangeRaw.js +595 -238
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +622 -239
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +146 -13
- package/esm/dialog/dialogContent.js +117 -39
- package/esm/dropdownRaw/dropdownHelper.d.ts +2 -2
- package/esm/dropdownRaw/dropdownHelper.js +10 -10
- package/esm/dropdownRaw/dropdownList.js +412 -56
- package/esm/dropdownRaw/dropdownPopup.js +212 -19
- package/esm/dropdownRaw/dropdownRaw.js +862 -507
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +217 -45
- package/esm/dropdownRaw/stateReducer/stateAction.d.ts +5 -1
- package/esm/dropdownRaw/stateReducer/stateActionType.d.ts +2 -1
- package/esm/dropdownRaw/stateReducer/stateActionType.js +1 -0
- package/esm/dropdownRaw/stateReducer/stateReducer.d.ts +6 -1
- package/esm/dropdownRaw/stateReducer/stateReducer.js +24 -12
- package/esm/dropdownRaw/stateReducer/stateReducerHelper.d.ts +2 -0
- package/esm/dropdownRaw/stateReducer/stateReducerHelper.js +18 -0
- package/esm/dropdownRaw/stateReducer/stateReducerTestData.d.ts +39 -0
- package/esm/dropdownRaw/stateReducer/stateReducerTestData.js +71 -0
- package/esm/dropdownRaw/types.d.ts +1 -0
- package/esm/favoriteButton/favoriteButton.js +53 -9
- package/esm/filters/components/filtersContainer.js +141 -61
- package/esm/filters/components/filtersEmptySelectedList.js +24 -3
- package/esm/filters/components/filtersSaveModal.js +134 -41
- package/esm/filters/components/filtersSavedChipComponent.js +312 -107
- package/esm/filters/components/filtersSearchItemData.js +121 -46
- package/esm/filters/components/filtersSearchList.js +375 -178
- package/esm/filters/components/filtersSelect.js +122 -60
- package/esm/filters/components/filtersSelectListItem.js +119 -12
- package/esm/filters/components/filtersSidePanel.js +504 -177
- package/esm/filters/components/filtersSidePanelDropdown.js +2 -2
- package/esm/filters/filters.js +435 -265
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +722 -270
- package/esm/filtersBar/components/resetComponentButton.js +39 -4
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +120 -14
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRadioGroup/filtersBarSidePanelRadioGroup.js +2 -2
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +149 -48
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +354 -103
- package/esm/filtersBar/filtersContainer/filtersContainer.js +198 -133
- package/esm/formField/components/formFieldWithLabel.d.ts +2 -1
- package/esm/formField/components/formFieldWithLabel.js +3 -2
- package/esm/formField/components/formFieldWithoutLabel.d.ts +2 -1
- package/esm/formField/components/formFieldWithoutLabel.js +3 -3
- package/esm/formField/components/trailingComponent.d.ts +8 -0
- package/esm/formField/components/trailingComponent.js +7 -0
- package/esm/formField/formField.js +27 -12
- package/esm/formField/hooks/useError.js +94 -35
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +66 -6
- package/esm/formGroup/hooks/useToggle.js +31 -10
- package/esm/formGroup/utils/getControls.js +8 -7
- package/esm/formLayout/hooks/useError.js +49 -14
- package/esm/formLayout/hooks/useFormButtons.js +122 -26
- package/esm/formSection/components/formSectionModal.js +1 -1
- package/esm/formSection/formSection.js +1 -1
- package/esm/formSection/hooks/useError.js +64 -21
- package/esm/formStepper/components/formStep.js +59 -9
- package/esm/formStepper/formStepper.js +123 -32
- package/esm/formStepperButtons/formStepperButtons.js +178 -37
- package/esm/groupsFilter/groupsHelper.d.ts +1 -1
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +152 -14
- package/esm/groupsFilterRaw/groupsFilterBox.js +131 -31
- package/esm/groupsFilterRaw/groupsFilterCommon.js +69 -7
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +178 -24
- package/esm/groupsFilterRaw/groupsFilterHelper.d.ts +2 -1
- package/esm/groupsFilterRaw/groupsFilterHelper.js +279 -168
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +260 -17
- package/esm/groupsFilterRaw/groupsFilterMenu.js +118 -8
- package/esm/groupsFilterRaw/groupsFilterRaw.d.ts +1 -0
- package/esm/groupsFilterRaw/groupsFilterRaw.js +811 -308
- package/esm/groupsFilterRaw/groupsFilterTestData.d.ts +155 -2
- package/esm/groupsFilterRaw/groupsFilterTestData.js +152 -57
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +133 -34
- package/esm/groupsFilterRaw/groupsHelper.js +733 -207
- package/esm/groupsFilterRaw/stateReducer/stateReducerHelper.js +3 -1
- package/esm/groupsFilterRaw/types.d.ts +1 -0
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +101 -51
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +56 -8
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +113 -13
- package/esm/header/headerBack.js +58 -19
- package/esm/index.d.ts +1 -0
- package/esm/index.js +1 -0
- package/esm/list/itemData/itemDataInternal.js +210 -50
- package/esm/list/listItem/listItem.js +162 -54
- package/esm/menu/components/menuErrorItem.js +27 -4
- package/esm/mobileSheet/mobileSheet.js +189 -68
- package/esm/modal/modal.js +265 -120
- package/esm/nav/nav.js +1 -1
- package/esm/nav/navFooter/navFooter.js +76 -38
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +46 -12
- package/esm/nav/navHeader/navHeader.js +80 -35
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +82 -28
- package/esm/nav/navItem/navItem.d.ts +3 -3
- package/esm/nav/navItem/navItem.js +35 -33
- package/esm/nav/navMobileBar/navMobileBar.js +61 -20
- package/esm/notification/notification.js +114 -18
- package/esm/pagination/paginationArrow.js +75 -10
- package/esm/pagination/paginationText/paginationText.js +39 -10
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +87 -23
- package/esm/pillBox/components/pillBoxItem.js +46 -8
- package/esm/pillBox/pillBox.js +115 -19
- package/esm/pillExpandable/pillExpandable.js +327 -138
- package/esm/rangeRaw/rangeRaw.js +480 -140
- package/esm/rangeRaw/utils/rangeHelper.js +203 -38
- package/esm/searchInputRaw/searchInputRaw.js +145 -43
- package/esm/skeleton/skeleton.js +45 -5
- package/esm/sortControl/sortControl.js +146 -41
- package/esm/stepperRaw/stepperRaw.js +112 -41
- package/esm/storybookHelpers/dataGridWithDifferentCellOptions/components/EntitiesListAction.js +178 -19
- package/esm/summary/summary.js +88 -7
- package/esm/table/actions/actionsMenu.js +165 -77
- package/esm/table/flexible/columnSettings.js +74 -9
- package/esm/table/flexible/columnsList.js +104 -42
- package/esm/table/flexible/columnsPopup.js +71 -19
- package/esm/table/nested/useNestedRows.js +161 -76
- package/esm/table/selectable/selectableHeader.js +174 -40
- package/esm/table/selectable/useSelectableRows.js +264 -190
- package/esm/table/sortable/sortableHeader.js +147 -74
- package/esm/tabs/tabs.js +221 -117
- package/esm/timePickerRaw/timePickerRaw.js +272 -57
- package/esm/toastRaw/toastRaw.js +132 -31
- package/esm/toggleButton/toggleButton.d.ts +0 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.d.ts +1 -0
- package/esm/toggleButtonRaw/toggleButtonRaw.js +111 -18
- package/esm/utils/formatDate.js +995 -116
- package/{dist/utils/localization/translations/cs-json.js → esm/utils/localization/translations/cs.json} +11 -15
- package/{dist/utils/localization/translations/da-DK-json.js → esm/utils/localization/translations/da-DK.json} +31 -26
- package/{dist/utils/localization/translations/de-json.js → esm/utils/localization/translations/de.json} +12 -16
- package/esm/utils/localization/translations/en.json +308 -0
- package/{dist/utils/localization/translations/es-json.js → esm/utils/localization/translations/es.json} +11 -15
- package/{dist/utils/localization/translations/fi-FI-json.js → esm/utils/localization/translations/fi-FI.json} +31 -26
- package/{dist/utils/localization/translations/fr-FR-json.js → esm/utils/localization/translations/fr-FR.json} +12 -15
- package/{dist/utils/localization/translations/fr-json.js → esm/utils/localization/translations/fr.json} +11 -15
- package/{dist/utils/localization/translations/hu-HU-json.js → esm/utils/localization/translations/hu-HU.json} +31 -26
- package/{dist/utils/localization/translations/id-json.js → esm/utils/localization/translations/id.json} +11 -16
- package/{dist/utils/localization/translations/it-json.js → esm/utils/localization/translations/it.json} +11 -15
- package/{dist/utils/localization/translations/ja-json.js → esm/utils/localization/translations/ja.json} +11 -15
- package/{dist/utils/localization/translations/ko-KR-json.js → esm/utils/localization/translations/ko-KR.json} +24 -26
- package/{dist/utils/localization/translations/ms-json.js → esm/utils/localization/translations/ms.json} +11 -15
- package/{dist/utils/localization/translations/nb-NO-json.js → esm/utils/localization/translations/nb-NO.json} +31 -26
- package/{dist/utils/localization/translations/nl-json.js → esm/utils/localization/translations/nl.json} +11 -15
- package/{dist/utils/localization/translations/pl-json.js → esm/utils/localization/translations/pl.json} +11 -15
- package/{dist/utils/localization/translations/pt-BR-json.js → esm/utils/localization/translations/pt-BR.json} +11 -15
- package/{dist/utils/localization/translations/sk-SK-json.js → esm/utils/localization/translations/sk-SK.json} +31 -26
- package/{dist/utils/localization/translations/sv-json.js → esm/utils/localization/translations/sv.json} +11 -15
- package/{dist/utils/localization/translations/th-json.js → esm/utils/localization/translations/th.json} +11 -15
- package/{dist/utils/localization/translations/tr-json.js → esm/utils/localization/translations/tr.json} +11 -15
- package/{dist/utils/localization/translations/zh-Hans-json.js → esm/utils/localization/translations/zh-Hans.json} +11 -15
- package/{dist/utils/localization/translations/zh-TW-json.js → esm/utils/localization/translations/zh-TW.json} +11 -26
- package/esm/utils/localization/translationsDictionary.d.ts +2 -0
- package/esm/utils/localization/translationsDictionary.js +59 -0
- package/esm/utils/localization/useLanguage.js +1 -50
- package/package.json +19 -12
- package/dist/utils/localization/translations/cs-json.d.ts +0 -251
- package/dist/utils/localization/translations/da-DK-json.d.ts +0 -252
- package/dist/utils/localization/translations/de-json.d.ts +0 -251
- package/dist/utils/localization/translations/en-json.d.ts +0 -314
- package/dist/utils/localization/translations/en-json.js +0 -317
- package/dist/utils/localization/translations/es-json.d.ts +0 -251
- package/dist/utils/localization/translations/fi-FI-json.d.ts +0 -252
- package/dist/utils/localization/translations/fr-FR-json.d.ts +0 -250
- package/dist/utils/localization/translations/fr-json.d.ts +0 -251
- package/dist/utils/localization/translations/hu-HU-json.d.ts +0 -252
- package/dist/utils/localization/translations/id-json.d.ts +0 -252
- package/dist/utils/localization/translations/it-json.d.ts +0 -251
- package/dist/utils/localization/translations/ja-json.d.ts +0 -251
- package/dist/utils/localization/translations/ko-KR-json.d.ts +0 -258
- package/dist/utils/localization/translations/ms-json.d.ts +0 -251
- package/dist/utils/localization/translations/nb-NO-json.d.ts +0 -252
- package/dist/utils/localization/translations/nl-json.d.ts +0 -251
- package/dist/utils/localization/translations/pl-json.d.ts +0 -251
- package/dist/utils/localization/translations/pt-BR-json.d.ts +0 -251
- package/dist/utils/localization/translations/sk-SK-json.d.ts +0 -251
- package/dist/utils/localization/translations/sv-json.d.ts +0 -251
- package/dist/utils/localization/translations/th-json.d.ts +0 -251
- package/dist/utils/localization/translations/tr-json.d.ts +0 -251
- package/dist/utils/localization/translations/zh-Hans-json.d.ts +0 -251
- package/dist/utils/localization/translations/zh-TW-json.d.ts +0 -271
- package/esm/utils/localization/translations/cs-json.d.ts +0 -251
- package/esm/utils/localization/translations/da-DK-json.d.ts +0 -252
- package/esm/utils/localization/translations/de-json.d.ts +0 -251
- package/esm/utils/localization/translations/en-json.d.ts +0 -314
- package/esm/utils/localization/translations/en-json.js +0 -314
- package/esm/utils/localization/translations/es-json.d.ts +0 -251
- package/esm/utils/localization/translations/fi-FI-json.d.ts +0 -252
- package/esm/utils/localization/translations/fr-FR-json.d.ts +0 -250
- package/esm/utils/localization/translations/fr-json.d.ts +0 -251
- package/esm/utils/localization/translations/hu-HU-json.d.ts +0 -252
- package/esm/utils/localization/translations/id-json.d.ts +0 -252
- package/esm/utils/localization/translations/it-json.d.ts +0 -251
- package/esm/utils/localization/translations/ja-json.d.ts +0 -251
- package/esm/utils/localization/translations/ko-KR-json.d.ts +0 -258
- package/esm/utils/localization/translations/ms-json.d.ts +0 -251
- package/esm/utils/localization/translations/nb-NO-json.d.ts +0 -252
- package/esm/utils/localization/translations/nl-json.d.ts +0 -251
- package/esm/utils/localization/translations/pl-json.d.ts +0 -251
- package/esm/utils/localization/translations/pt-BR-json.d.ts +0 -251
- package/esm/utils/localization/translations/sk-SK-json.d.ts +0 -251
- package/esm/utils/localization/translations/sv-json.d.ts +0 -251
- package/esm/utils/localization/translations/th-json.d.ts +0 -251
- package/esm/utils/localization/translations/tr-json.d.ts +0 -251
- package/esm/utils/localization/translations/zh-Hans-json.d.ts +0 -251
- package/esm/utils/localization/translations/zh-TW-json.d.ts +0 -271
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
export declare const translations: {
|
|
2
|
-
Cancel: string;
|
|
3
|
-
"Apply filters": string;
|
|
4
|
-
"Advanced groups filter": string;
|
|
5
|
-
"Create conditions below to filter the entire system.": string;
|
|
6
|
-
"Add new condition": string;
|
|
7
|
-
Operator: string;
|
|
8
|
-
Information: string;
|
|
9
|
-
Groups: string;
|
|
10
|
-
"Remove condition": string;
|
|
11
|
-
"Remove selection": string;
|
|
12
|
-
And: string;
|
|
13
|
-
Or: string;
|
|
14
|
-
Beta: string;
|
|
15
|
-
"Add page to bookmarks": string;
|
|
16
|
-
"Remove page from bookmarks": string;
|
|
17
|
-
"Multiple Selection Menu": string;
|
|
18
|
-
"Select visible": string;
|
|
19
|
-
"Select individual": string;
|
|
20
|
-
"Select all": string;
|
|
21
|
-
"Select none": string;
|
|
22
|
-
"Select year": string;
|
|
23
|
-
"Previous month": string;
|
|
24
|
-
"Next month": string;
|
|
25
|
-
"Choose date": string;
|
|
26
|
-
January: string;
|
|
27
|
-
February: string;
|
|
28
|
-
March: string;
|
|
29
|
-
April: string;
|
|
30
|
-
May: string;
|
|
31
|
-
June: string;
|
|
32
|
-
July: string;
|
|
33
|
-
August: string;
|
|
34
|
-
September: string;
|
|
35
|
-
October: string;
|
|
36
|
-
November: string;
|
|
37
|
-
December: string;
|
|
38
|
-
Actions: string;
|
|
39
|
-
"View {groupName} children": string;
|
|
40
|
-
"Toggle {groupName} filter": string;
|
|
41
|
-
"Number of selected child groups - {count}": string;
|
|
42
|
-
Columns: string;
|
|
43
|
-
"Reset to default": string;
|
|
44
|
-
"Additional Properties": string;
|
|
45
|
-
Action: string;
|
|
46
|
-
"Start date": string;
|
|
47
|
-
"End date": string;
|
|
48
|
-
Clear: string;
|
|
49
|
-
Reset: string;
|
|
50
|
-
Apply: string;
|
|
51
|
-
Close: string;
|
|
52
|
-
"Deselect all": string;
|
|
53
|
-
Back: string;
|
|
54
|
-
"No data": string;
|
|
55
|
-
"Filter by group": string;
|
|
56
|
-
"Open filter": string;
|
|
57
|
-
"Clear search": string;
|
|
58
|
-
Search: string;
|
|
59
|
-
"Organization groups filter": string;
|
|
60
|
-
Home: string;
|
|
61
|
-
"Built-in Groups": string;
|
|
62
|
-
"User Groups": string;
|
|
63
|
-
"Advanced Filter": string;
|
|
64
|
-
"Currently Selected": string;
|
|
65
|
-
"All groups": string;
|
|
66
|
-
"Apply site-wide": string;
|
|
67
|
-
Advanced: string;
|
|
68
|
-
AND: string;
|
|
69
|
-
OR: string;
|
|
70
|
-
"View currently selected filters": string;
|
|
71
|
-
"All groups selected": string;
|
|
72
|
-
"Number of selected groups - {count}": string;
|
|
73
|
-
"Select Filters:": string;
|
|
74
|
-
More: string;
|
|
75
|
-
"Show all filters": string;
|
|
76
|
-
"Cancel search": string;
|
|
77
|
-
"Show page search": string;
|
|
78
|
-
"Previous page": string;
|
|
79
|
-
"Next page": string;
|
|
80
|
-
"Showing {from} - {to} of {total}": string;
|
|
81
|
-
"Selected:": string;
|
|
82
|
-
All: string;
|
|
83
|
-
"There was an issue preparing your report": string;
|
|
84
|
-
"Try again or see more details on the My Reports page.": string;
|
|
85
|
-
"Your report is being prepared": string;
|
|
86
|
-
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": string;
|
|
87
|
-
"Your report is ready to download": string;
|
|
88
|
-
"Download now": string;
|
|
89
|
-
"Prepare for download": string;
|
|
90
|
-
Download: string;
|
|
91
|
-
"More formats": string;
|
|
92
|
-
"Show report formats": string;
|
|
93
|
-
"Prepare PDF": string;
|
|
94
|
-
"Download PDF": string;
|
|
95
|
-
List: string;
|
|
96
|
-
"Sort by": string;
|
|
97
|
-
"Change sort direction": string;
|
|
98
|
-
"Select hour": string;
|
|
99
|
-
"Cancel changes": string;
|
|
100
|
-
"Apply changes": string;
|
|
101
|
-
Custom: string;
|
|
102
|
-
GroupTrailerId: string;
|
|
103
|
-
GroupVehicleId: string;
|
|
104
|
-
GroupCompanyId: string;
|
|
105
|
-
GroupDieselId: string;
|
|
106
|
-
GroupAssetTypeId: string;
|
|
107
|
-
GroupAssetInformationId: string;
|
|
108
|
-
GroupBusinessGroupId: string;
|
|
109
|
-
GroupDriverActivityGroupId: string;
|
|
110
|
-
GroupPersonalGroupId: string;
|
|
111
|
-
GroupPowertrainAndFuelTypeId: string;
|
|
112
|
-
GroupInternalCombustionEngineId: string;
|
|
113
|
-
GroupGasolinePetrolId: string;
|
|
114
|
-
GroupEthanolId: string;
|
|
115
|
-
GroupBiodieselId: string;
|
|
116
|
-
GroupCompressedNaturalGasId: string;
|
|
117
|
-
GroupPropaneLiquifiedPetroleumGasId: string;
|
|
118
|
-
GroupElectricHybridPluginId: string;
|
|
119
|
-
GroupBatteryElectricVehicleId: string;
|
|
120
|
-
GroupPluginHybridElectricVehicleId: string;
|
|
121
|
-
GroupManuallyClassifiedPowertrainId: string;
|
|
122
|
-
GroupOtherFuelId: string;
|
|
123
|
-
GroupFuelCellElectricVehicleId: string;
|
|
124
|
-
"{1} selected": string;
|
|
125
|
-
"and {0} more": string;
|
|
126
|
-
"Clear selection": string;
|
|
127
|
-
"Select current page": string;
|
|
128
|
-
OperatorOr: string;
|
|
129
|
-
OperatorAnd: string;
|
|
130
|
-
"Select groups\u2026": string;
|
|
131
|
-
"Sort by {COLUMN_NAME} descending": string;
|
|
132
|
-
"Sort by {COLUMN_NAME} ascending": string;
|
|
133
|
-
"Multiple row selection menu": string;
|
|
134
|
-
"Convert table to full screen": string;
|
|
135
|
-
"View on map": string;
|
|
136
|
-
Edit: string;
|
|
137
|
-
Delete: string;
|
|
138
|
-
Archive: string;
|
|
139
|
-
"More actions for {0}": string;
|
|
140
|
-
"Go to My Reports": string;
|
|
141
|
-
Max: string;
|
|
142
|
-
Min: string;
|
|
143
|
-
Jan: string;
|
|
144
|
-
Feb: string;
|
|
145
|
-
Mar: string;
|
|
146
|
-
Apr: string;
|
|
147
|
-
Jun: string;
|
|
148
|
-
Jul: string;
|
|
149
|
-
Aug: string;
|
|
150
|
-
Sep: string;
|
|
151
|
-
Oct: string;
|
|
152
|
-
Nov: string;
|
|
153
|
-
Dec: string;
|
|
154
|
-
Sunday: string;
|
|
155
|
-
Monday: string;
|
|
156
|
-
Tuesday: string;
|
|
157
|
-
Wednesday: string;
|
|
158
|
-
Thursday: string;
|
|
159
|
-
Friday: string;
|
|
160
|
-
Saturday: string;
|
|
161
|
-
Sun: string;
|
|
162
|
-
Mon: string;
|
|
163
|
-
Tue: string;
|
|
164
|
-
Wed: string;
|
|
165
|
-
Thu: string;
|
|
166
|
-
Fri: string;
|
|
167
|
-
Sat: string;
|
|
168
|
-
Today: string;
|
|
169
|
-
Yesterday: string;
|
|
170
|
-
"This week": string;
|
|
171
|
-
"Next week": string;
|
|
172
|
-
"Last week": string;
|
|
173
|
-
"This month": string;
|
|
174
|
-
"Last month": string;
|
|
175
|
-
"Last 7 days": string;
|
|
176
|
-
"Last 30 days": string;
|
|
177
|
-
"Last 3 months": string;
|
|
178
|
-
"Last 12 months": string;
|
|
179
|
-
"Last quarter": string;
|
|
180
|
-
ShortMonday: string;
|
|
181
|
-
ShortTuesday: string;
|
|
182
|
-
ShortWednesday: string;
|
|
183
|
-
ShortThursday: string;
|
|
184
|
-
ShortFriday: string;
|
|
185
|
-
ShortSaturday: string;
|
|
186
|
-
ShortSunday: string;
|
|
187
|
-
"Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": string;
|
|
188
|
-
"Select columns": string;
|
|
189
|
-
"Must be less than the max": string;
|
|
190
|
-
"Must be more than the min": string;
|
|
191
|
-
"Must be more than {value}": string;
|
|
192
|
-
"Must be less than {value}": string;
|
|
193
|
-
"Must be in range {min} - {max}": string;
|
|
194
|
-
"The min value must be set": string;
|
|
195
|
-
"The max value must be set": string;
|
|
196
|
-
"Range Filter popup": string;
|
|
197
|
-
"{rangeName} values {values}": string;
|
|
198
|
-
"Try adjusting your search or filter.": string;
|
|
199
|
-
"Change daterange end date, {date}": string;
|
|
200
|
-
"Change date, {date}": string;
|
|
201
|
-
"Date range": string;
|
|
202
|
-
"The end date cannot be empty.": string;
|
|
203
|
-
"The start date cannot be empty.": string;
|
|
204
|
-
"Pick a date": string;
|
|
205
|
-
"This year": string;
|
|
206
|
-
"Last year": string;
|
|
207
|
-
"This quarter": string;
|
|
208
|
-
"View all": string;
|
|
209
|
-
Expand: string;
|
|
210
|
-
"The date must be set": string;
|
|
211
|
-
"The time must be set": string;
|
|
212
|
-
"Reset column settings": string;
|
|
213
|
-
Filters: string;
|
|
214
|
-
Ma: string;
|
|
215
|
-
Next: string;
|
|
216
|
-
Previous: string;
|
|
217
|
-
Open: string;
|
|
218
|
-
"All Filters": string;
|
|
219
|
-
Loading: string;
|
|
220
|
-
"Select option": string;
|
|
221
|
-
Value: string;
|
|
222
|
-
Data: string;
|
|
223
|
-
"Previous step": string;
|
|
224
|
-
Continue: string;
|
|
225
|
-
Submit: string;
|
|
226
|
-
Optional: string;
|
|
227
|
-
"Step {0} of {1}": string;
|
|
228
|
-
"Y-axis": string;
|
|
229
|
-
"X-axis": string;
|
|
230
|
-
"No data available": string;
|
|
231
|
-
"Choose dates": string;
|
|
232
|
-
"Date range not available": string;
|
|
233
|
-
"Choose your date range": string;
|
|
234
|
-
"Some of the dates you selected aren\u2019t available. Please try a different range.": string;
|
|
235
|
-
"Please select the dates you want to view.": string;
|
|
236
|
-
"Reset All": string;
|
|
237
|
-
Favorite: string;
|
|
238
|
-
"Summary color": string;
|
|
239
|
-
"Chart data": string;
|
|
240
|
-
Collapse: string;
|
|
241
|
-
"Selecting...": string;
|
|
242
|
-
Configure: string;
|
|
243
|
-
"Close filter": string;
|
|
244
|
-
"Column Settings": string;
|
|
245
|
-
Category: string;
|
|
246
|
-
"Select visible columns": string;
|
|
247
|
-
Selected: string;
|
|
248
|
-
"This field is required.": string;
|
|
249
|
-
On: string;
|
|
250
|
-
Off: string;
|
|
251
|
-
};
|
|
@@ -1,251 +0,0 @@
|
|
|
1
|
-
export declare const translations: {
|
|
2
|
-
Cancel: string;
|
|
3
|
-
"Apply filters": string;
|
|
4
|
-
"Advanced groups filter": string;
|
|
5
|
-
"Create conditions below to filter the entire system.": string;
|
|
6
|
-
"Add new condition": string;
|
|
7
|
-
Operator: string;
|
|
8
|
-
Information: string;
|
|
9
|
-
Groups: string;
|
|
10
|
-
"Remove condition": string;
|
|
11
|
-
"Remove selection": string;
|
|
12
|
-
And: string;
|
|
13
|
-
Or: string;
|
|
14
|
-
Expand: string;
|
|
15
|
-
"View all": string;
|
|
16
|
-
"Use multiple operators when searching for a specific group. For example": string;
|
|
17
|
-
"filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": string;
|
|
18
|
-
Beta: string;
|
|
19
|
-
"Add page to bookmarks": string;
|
|
20
|
-
"Remove page from bookmarks": string;
|
|
21
|
-
"Multiple Selection Menu": string;
|
|
22
|
-
"Select visible": string;
|
|
23
|
-
"Select individual": string;
|
|
24
|
-
"Select all": string;
|
|
25
|
-
"Select none": string;
|
|
26
|
-
"Select year": string;
|
|
27
|
-
"Previous month": string;
|
|
28
|
-
"Next month": string;
|
|
29
|
-
"Choose daterange end date": string;
|
|
30
|
-
"Choose daterange start date": string;
|
|
31
|
-
"Change date": string;
|
|
32
|
-
"Choose date": string;
|
|
33
|
-
January: string;
|
|
34
|
-
February: string;
|
|
35
|
-
March: string;
|
|
36
|
-
April: string;
|
|
37
|
-
May: string;
|
|
38
|
-
June: string;
|
|
39
|
-
July: string;
|
|
40
|
-
August: string;
|
|
41
|
-
September: string;
|
|
42
|
-
October: string;
|
|
43
|
-
November: string;
|
|
44
|
-
December: string;
|
|
45
|
-
Actions: string;
|
|
46
|
-
"View {groupName} children": string;
|
|
47
|
-
"Toggle {groupName} filter": string;
|
|
48
|
-
"Number of selected child groups - {count}": string;
|
|
49
|
-
Columns: string;
|
|
50
|
-
"Reset to default": string;
|
|
51
|
-
"Columns selector": string;
|
|
52
|
-
"Additional Properties": string;
|
|
53
|
-
Action: string;
|
|
54
|
-
"Pick a date": string;
|
|
55
|
-
"Start date": string;
|
|
56
|
-
"End date": string;
|
|
57
|
-
Clear: string;
|
|
58
|
-
Reset: string;
|
|
59
|
-
Apply: string;
|
|
60
|
-
Close: string;
|
|
61
|
-
"Deselect all": string;
|
|
62
|
-
Back: string;
|
|
63
|
-
"No data": string;
|
|
64
|
-
"Filter by group": string;
|
|
65
|
-
"Open filter": string;
|
|
66
|
-
"Clear search": string;
|
|
67
|
-
Search: string;
|
|
68
|
-
"Scroll left": string;
|
|
69
|
-
"Scroll right": string;
|
|
70
|
-
"Organization groups filter": string;
|
|
71
|
-
Home: string;
|
|
72
|
-
"Built-in Groups": string;
|
|
73
|
-
"User Groups": string;
|
|
74
|
-
"Advanced Filter": string;
|
|
75
|
-
"Currently Selected": string;
|
|
76
|
-
"All groups": string;
|
|
77
|
-
"Apply site-wide": string;
|
|
78
|
-
Advanced: string;
|
|
79
|
-
AND: string;
|
|
80
|
-
OR: string;
|
|
81
|
-
"View currently selected filters": string;
|
|
82
|
-
"All groups selected": string;
|
|
83
|
-
"Number of selected groups - {count}": string;
|
|
84
|
-
"Select Filters:": string;
|
|
85
|
-
Results: string;
|
|
86
|
-
More: string;
|
|
87
|
-
"Show all filters": string;
|
|
88
|
-
"Cancel search": string;
|
|
89
|
-
"Show page search": string;
|
|
90
|
-
"Previous page": string;
|
|
91
|
-
"Next page": string;
|
|
92
|
-
"Showing {from} - {to} of {total}": string;
|
|
93
|
-
"Selected:": string;
|
|
94
|
-
All: string;
|
|
95
|
-
"Go to My Reports": string;
|
|
96
|
-
"There was an issue preparing your report": string;
|
|
97
|
-
"Try again or see more details on the My Reports page.": string;
|
|
98
|
-
"Your report is being prepared": string;
|
|
99
|
-
"We will notify you when your report is ready. You can track the progress by going to the My Reports page.": string;
|
|
100
|
-
"Your report is ready to download": string;
|
|
101
|
-
"Download your report now": string;
|
|
102
|
-
"or see more details on the My Reports page.": string;
|
|
103
|
-
"Download now": string;
|
|
104
|
-
"Prepare for download": string;
|
|
105
|
-
Download: string;
|
|
106
|
-
"More formats": string;
|
|
107
|
-
"Show report formats": string;
|
|
108
|
-
"Prepare PDF": string;
|
|
109
|
-
"Download PDF": string;
|
|
110
|
-
"View in Browser": string;
|
|
111
|
-
"Search field": string;
|
|
112
|
-
List: string;
|
|
113
|
-
"Open search": string;
|
|
114
|
-
"Sort by": string;
|
|
115
|
-
"Sort Options": string;
|
|
116
|
-
"Change sort direction": string;
|
|
117
|
-
"Select hour": string;
|
|
118
|
-
"Select minutes": string;
|
|
119
|
-
"Cancel changes": string;
|
|
120
|
-
"Apply changes": string;
|
|
121
|
-
Custom: string;
|
|
122
|
-
"Try adjusting your search or filter.": string;
|
|
123
|
-
"{1} selected": string;
|
|
124
|
-
GroupCompanyId: string;
|
|
125
|
-
GroupDriverActivityGroupId: string;
|
|
126
|
-
GroupBusinessGroupId: string;
|
|
127
|
-
GroupPersonalGroupId: string;
|
|
128
|
-
GroupAssetInformationId: string;
|
|
129
|
-
GroupAssetTypeId: string;
|
|
130
|
-
GroupVehicleId: string;
|
|
131
|
-
GroupTrailerId: string;
|
|
132
|
-
GroupPowertrainAndFuelTypeId: string;
|
|
133
|
-
GroupInternalCombustionEngineId: string;
|
|
134
|
-
GroupGasolinePetrolId: string;
|
|
135
|
-
GroupDieselId: string;
|
|
136
|
-
GroupEthanolId: string;
|
|
137
|
-
GroupBiodieselId: string;
|
|
138
|
-
GroupCompressedNaturalGasId: string;
|
|
139
|
-
GroupOtherFuelId: string;
|
|
140
|
-
GroupPropaneLiquifiedPetroleumGasId: string;
|
|
141
|
-
GroupElectricHybridPluginId: string;
|
|
142
|
-
GroupBatteryElectricVehicleId: string;
|
|
143
|
-
GroupPluginHybridElectricVehicleId: string;
|
|
144
|
-
GroupManuallyClassifiedPowertrainId: string;
|
|
145
|
-
GroupFuelCellElectricVehicleId: string;
|
|
146
|
-
"and {0} more": string;
|
|
147
|
-
"Clear selection": string;
|
|
148
|
-
"Select current page": string;
|
|
149
|
-
OperatorOr: string;
|
|
150
|
-
OperatorAnd: string;
|
|
151
|
-
"Select groups\u2026": string;
|
|
152
|
-
"Sort by {COLUMN_NAME} descending": string;
|
|
153
|
-
"Sort by {COLUMN_NAME} ascending": string;
|
|
154
|
-
"Multiple row selection menu": string;
|
|
155
|
-
"Convert table to full screen": string;
|
|
156
|
-
"View on map": string;
|
|
157
|
-
Edit: string;
|
|
158
|
-
Delete: string;
|
|
159
|
-
Archive: string;
|
|
160
|
-
"More actions for {0}": string;
|
|
161
|
-
"Change daterange end date, {date}": string;
|
|
162
|
-
"Change date, {date}": string;
|
|
163
|
-
Max: string;
|
|
164
|
-
Min: string;
|
|
165
|
-
Today: string;
|
|
166
|
-
Yesterday: string;
|
|
167
|
-
"This week": string;
|
|
168
|
-
"Next week": string;
|
|
169
|
-
"Last week": string;
|
|
170
|
-
"This month": string;
|
|
171
|
-
"Last month": string;
|
|
172
|
-
"Last 3 months": string;
|
|
173
|
-
"Last 7 days": string;
|
|
174
|
-
"Last 30 days": string;
|
|
175
|
-
"Last 12 months": string;
|
|
176
|
-
"Last quarter": string;
|
|
177
|
-
"This quarter": string;
|
|
178
|
-
"This year": string;
|
|
179
|
-
"Last year": string;
|
|
180
|
-
ShortMonday: string;
|
|
181
|
-
ShortTuesday: string;
|
|
182
|
-
ShortWednesday: string;
|
|
183
|
-
ShortThursday: string;
|
|
184
|
-
ShortFriday: string;
|
|
185
|
-
ShortSaturday: string;
|
|
186
|
-
ShortSunday: string;
|
|
187
|
-
"Date range": string;
|
|
188
|
-
"Use multiple operators when searching for a specific group. For example, filtering for assets that belong to the Tractor group and the Toronto group displays a list of tractors that belong to the Toronto branch.": string;
|
|
189
|
-
"Select columns": string;
|
|
190
|
-
"Must be less than the max": string;
|
|
191
|
-
"Must be more than the min": string;
|
|
192
|
-
"Must be more than {value}": string;
|
|
193
|
-
"Must be less than {value}": string;
|
|
194
|
-
"Must be in range {min} - {max}": string;
|
|
195
|
-
"The min value must be set": string;
|
|
196
|
-
"The max value must be set": string;
|
|
197
|
-
"Range Filter popup": string;
|
|
198
|
-
"{rangeName} values {values}": string;
|
|
199
|
-
"The end date cannot be empty.": string;
|
|
200
|
-
"The start date cannot be empty.": string;
|
|
201
|
-
"The date must be set": string;
|
|
202
|
-
"The time must be set": string;
|
|
203
|
-
"Selecting...": string;
|
|
204
|
-
"Reset column settings": string;
|
|
205
|
-
Filters: string;
|
|
206
|
-
"Start date has been adjusted.": string;
|
|
207
|
-
"End date has been adjusted.": string;
|
|
208
|
-
"Start time has been adjusted.": string;
|
|
209
|
-
"End time has been adjusted.": string;
|
|
210
|
-
Jan: string;
|
|
211
|
-
Feb: string;
|
|
212
|
-
Mar: string;
|
|
213
|
-
Apr: string;
|
|
214
|
-
Jun: string;
|
|
215
|
-
Jul: string;
|
|
216
|
-
Aug: string;
|
|
217
|
-
Sep: string;
|
|
218
|
-
Oct: string;
|
|
219
|
-
Nov: string;
|
|
220
|
-
Dec: string;
|
|
221
|
-
"Send feedback": string;
|
|
222
|
-
"Manage beta option": string;
|
|
223
|
-
Ma: string;
|
|
224
|
-
"Y-axis": string;
|
|
225
|
-
"X-axis": string;
|
|
226
|
-
Previous: string;
|
|
227
|
-
Next: string;
|
|
228
|
-
"Choose dates": string;
|
|
229
|
-
"Date range not available": string;
|
|
230
|
-
"Choose your date range": string;
|
|
231
|
-
"Some of the dates you selected aren\u2019t available. Please try a different range.": string;
|
|
232
|
-
"Please select the dates you want to view.": string;
|
|
233
|
-
Open: string;
|
|
234
|
-
Favorite: string;
|
|
235
|
-
"All Filters": string;
|
|
236
|
-
"Reset All": string;
|
|
237
|
-
Loading: string;
|
|
238
|
-
"Select option": string;
|
|
239
|
-
"Previous step": string;
|
|
240
|
-
Continue: string;
|
|
241
|
-
Submit: string;
|
|
242
|
-
Optional: string;
|
|
243
|
-
"Step {0} of {1}": string;
|
|
244
|
-
"Error Loading Items": string;
|
|
245
|
-
"Summary color": string;
|
|
246
|
-
"Chart data": string;
|
|
247
|
-
Collapse: string;
|
|
248
|
-
"Column Settings": string;
|
|
249
|
-
Category: string;
|
|
250
|
-
"Select visible columns": string;
|
|
251
|
-
};
|