@geotab/zenith 3.16.0-beta.0 → 3.16.0-beta.2
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 +25 -0
- package/dist/advancedGroupsFilter/advancedGroupsFilter.js +3 -3
- package/dist/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -2
- package/dist/advancedGroupsFilter/advancedGroupsFilterFormSection.js +7 -7
- package/dist/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -1
- package/dist/alertRaw/alertRaw.js +1 -1
- package/dist/banner/bannerMultipLine.js +1 -1
- package/dist/banner/bannerSingleLine.js +1 -1
- package/dist/banner/utils/useSummaryBannerProp.js +1 -1
- package/dist/betaPill/betaPill.js +4 -4
- package/dist/bookmark/bookmark.js +2 -2
- package/dist/bulkEditControl/bulkEditControl.js +5 -5
- package/dist/calendar/calendar.js +30 -30
- package/dist/calendar/calendarUtils.js +6 -6
- package/dist/card/card.js +1 -1
- package/dist/chart/accessibleChart/accessibleChartNarrative.js +13 -13
- package/dist/chart/accessibleChart/accessibleChartTable.js +5 -5
- package/dist/chart/accessibleChart/generatePieNarrative.js +6 -6
- package/dist/chart/barChart.js +1 -1
- package/dist/chart/chart.js +1 -1
- package/dist/chart/chartAxis/chartAxis.js +2 -2
- package/dist/chart/lineChart.js +1 -1
- package/dist/chart/pieChart.js +1 -1
- package/dist/checkboxListWithAction/checkboxListWithAction.js +4 -4
- package/dist/chip/chip.js +1 -1
- package/dist/columnsSelector/columnsSelector.js +2 -2
- package/dist/columnsSelector/columnsTab/columnsTab.js +1 -1
- package/dist/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -1
- package/dist/controlledPopup/controlledPopup.d.ts +1 -1
- package/dist/controlledPopup/controlledPopup.js +17 -3
- package/dist/dataFeed/feedExpandControl/feedExpandControl.js +2 -2
- package/dist/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -1
- package/dist/dataGrid/dataGrid.js +1 -1
- package/dist/dataGrid/emptySearchList/emptySearchList.js +1 -1
- package/dist/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -1
- package/dist/dataGrid/entitiesListActions/actions/fullscreenButton.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -2
- package/dist/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +1 -1
- package/dist/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/dist/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -5
- package/dist/dataGrid/withSelectableRows/withSelectableRows.js +4 -4
- package/dist/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +2 -2
- package/dist/dateInputInner/dateInputInner.js +7 -7
- package/dist/dateInputInner/dateInputInnerControlBlock.js +2 -2
- package/dist/dateInputRaw/dateInputRaw.js +3 -3
- package/dist/dateInputRaw/utils/getLabel.js +2 -2
- package/dist/dateRangeInner/dateRangeInner.js +1 -1
- package/dist/dateRangeRaw/dateRangeRaw.js +10 -10
- package/dist/dateRangeRaw/utils/dateRangeUtils.js +17 -17
- package/dist/dateSelectionWrapper/dateSelectionWrapper.js +4 -4
- package/dist/dialog/dialogContent.js +1 -1
- package/dist/dropdown/dropdownTrigger.d.ts +1 -1
- package/dist/dropdownRaw/dropdownList.js +9 -9
- package/dist/dropdownRaw/dropdownPopup.js +3 -3
- package/dist/dropdownRaw/dropdownRaw.js +249 -3
- package/dist/dropdownRaw/dropdownSearchableTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownSearchableTrigger.js +8 -6
- package/dist/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/dist/dropdownRaw/dropdownTrigger.js +2 -2
- package/dist/dropdownRaw/types.d.ts +7 -0
- package/dist/favoriteButton/favoriteButton.js +1 -1
- package/dist/fileUpload/components/dropZoneContent.js +4 -4
- package/dist/fileUpload/components/templateDownloadSection.js +1 -1
- package/dist/fileUpload/components/uploadedFilesSection.js +2 -2
- package/dist/fileUpload/fileUpload.js +6 -6
- package/dist/filters/components/filtersContainer.js +3 -3
- package/dist/filters/components/filtersEmptyState.js +2 -2
- package/dist/filters/components/filtersSaveModal.js +5 -5
- package/dist/filters/components/filtersSavedChipComponent.js +11 -11
- package/dist/filters/components/filtersSearchItemData.js +1 -1
- package/dist/filters/components/filtersSearchList.js +9 -9
- package/dist/filters/components/filtersSelect.js +1 -1
- package/dist/filters/components/filtersSelectListItem.js +2 -2
- package/dist/filters/components/filtersSidePanel.js +8 -8
- package/dist/filters/filters.js +4 -3
- package/dist/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +18 -18
- package/dist/filtersBar/components/resetComponentButton.js +1 -1
- package/dist/filtersBar/filtersBarActions/filtersBarActions.js +4 -4
- package/dist/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +2 -2
- package/dist/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -5
- package/dist/filtersBar/filtersContainer/filtersContainer.js +2 -2
- package/dist/formField/hooks/useError.js +3 -3
- package/dist/formGroup/components/reviewListToggle/reviewListToggle.js +2 -2
- package/dist/formGroup/hooks/useToggle.js +1 -1
- package/dist/formLayout/hooks/useError.js +3 -3
- package/dist/formLayout/hooks/useFormButtons.js +3 -3
- package/dist/formSection/hooks/useError.js +3 -3
- package/dist/formStepper/components/formStep.js +1 -1
- package/dist/formStepper/formStepper.js +2 -2
- package/dist/formStepperButtons/formStepperButtons.js +4 -4
- package/dist/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -4
- package/dist/groupsFilterRaw/groupsFilterBox.js +3 -3
- package/dist/groupsFilterRaw/groupsFilterCommon.js +2 -2
- package/dist/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +5 -5
- package/dist/groupsFilterRaw/groupsFilterHelper.js +2 -2
- package/dist/groupsFilterRaw/groupsFilterInitialState.js +8 -8
- package/dist/groupsFilterRaw/groupsFilterMenu.js +3 -3
- package/dist/groupsFilterRaw/groupsFilterRaw.js +8 -8
- package/dist/groupsFilterRaw/groupsFilterTrigger.js +2 -2
- package/dist/groupsFilterRaw/groupsHelper.js +22 -22
- package/dist/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/dist/header/components/mobileFilterControl/mobileFilterControl.js +1 -1
- package/dist/header/components/mobileSearchControl/mobileSearchControl.js +3 -3
- package/dist/header/headerBack.js +1 -1
- package/dist/index.css +89 -83
- package/dist/index.d.ts +3 -0
- package/dist/index.js +8 -3
- package/dist/lineChart/lineChart.js +1 -1
- package/dist/lineChartMini/lineChartMini.js +1 -1
- package/dist/list/itemData/itemDataInternal.js +2 -2
- package/dist/list/listItem/listItem.js +2 -2
- package/dist/menu/components/menuErrorItem.js +2 -2
- package/dist/mobileSheet/mobileSheet.js +2 -2
- package/dist/modal/modal.js +1 -1
- package/dist/nav/navFooter/navEditFooter/navEditFooter.js +2 -2
- package/dist/nav/navFooter/navFooter.js +1 -1
- package/dist/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/dist/nav/navHeader/navHeader.js +2 -2
- package/dist/nav/navHeader/navHeaderSearch/navHeaderSearch.js +2 -2
- package/dist/nav/navMobileBar/navMobileBar.js +1 -1
- package/dist/notification/notification.js +1 -1
- package/dist/pagination/paginationArrow.js +2 -2
- package/dist/pagination/paginationText/paginationText.js +1 -1
- package/dist/pill/components/pillNonActionable/pillNonActionable.js +1 -1
- package/dist/pillBox/components/pillBoxItem.js +1 -1
- package/dist/pillBox/pillBox.js +3 -3
- package/dist/pillExpandable/pillExpandable.js +1 -1
- package/dist/pillExpandable/pillExpandableAlignments.js +65 -48
- package/dist/progressIndicator/progressIndicator.d.ts +4 -4
- package/dist/progressIndicator/progressIndicator.js +4 -4
- package/dist/rangeRaw/rangeRaw.js +7 -7
- package/dist/rangeRaw/utils/rangeHelper.js +7 -7
- package/dist/searchInputRaw/searchInputRaw.js +2 -2
- package/dist/selectList/selectList.js +2 -2
- package/dist/skeleton/skeleton.js +1 -1
- package/dist/sortControl/sortControl.js +5 -5
- package/dist/stepperRaw/stepperRaw.js +2 -2
- package/dist/summary/summary.js +2 -2
- package/dist/summaryTile/summaryTile.js +1 -1
- package/dist/table/actions/actionsMenu.js +2 -2
- package/dist/table/detailPanel/detailPanel.js +1 -1
- package/dist/table/detailPanel/detailPanelHeader.js +2 -2
- package/dist/table/flexible/columnSettings.js +2 -2
- package/dist/table/flexible/columnsPopup.js +1 -1
- package/dist/table/nested/useNestedRows.js +2 -2
- package/dist/table/selectable/selectableHeader.js +5 -5
- package/dist/table/selectable/useSelectableRows.js +2 -2
- package/dist/table/sortable/mobileSortControl.js +3 -3
- package/dist/table/sortable/sortableHeader.js +2 -2
- package/dist/table/table.d.ts +4 -0
- package/dist/table/table.js +10 -6
- package/dist/tabs/tabs.js +2 -2
- package/dist/tag/tag.d.ts +3 -2
- package/dist/tag/tag.js +3 -2
- package/dist/timePickerRaw/timePickerRaw.js +7 -7
- package/dist/toastRaw/toastRaw.js +1 -1
- package/dist/toggleButtonRaw/toggleButtonRaw.js +2 -2
- package/dist/tooltip/tooltip.js +5 -2
- package/dist/utils/formatDate.js +37 -37
- package/dist/utils/localization/flipAlignment.js +5 -1
- package/dist/utils/localization/getSupportedLanguage.d.ts +1 -1
- package/dist/utils/localization/getSupportedLanguage.js +8 -2
- package/dist/utils/localization/getTextDirection.js +1 -1
- package/dist/utils/localization/languageContext.d.ts +1 -1
- package/dist/utils/localization/translations/{ar.json → ar-001.json} +54 -53
- package/dist/utils/localization/translationsDictionary.js +1 -1
- package/dist/utils/localization/useRTLAlignment.d.ts +6 -0
- package/dist/utils/localization/useRTLAlignment.js +6 -0
- package/esm/advancedGroupsFilter/advancedGroupsFilter.js +3 -3
- package/esm/advancedGroupsFilter/advancedGroupsFilterForm.js +2 -2
- package/esm/advancedGroupsFilter/advancedGroupsFilterFormSection.js +7 -7
- package/esm/advancedGroupsFilter/advancedGroupsFilterSectionTooltip.js +1 -1
- package/esm/alertRaw/alertRaw.js +1 -1
- package/esm/banner/bannerMultipLine.js +1 -1
- package/esm/banner/bannerSingleLine.js +1 -1
- package/esm/banner/utils/useSummaryBannerProp.js +1 -1
- package/esm/betaPill/betaPill.js +4 -4
- package/esm/bookmark/bookmark.js +2 -2
- package/esm/bulkEditControl/bulkEditControl.js +5 -5
- package/esm/calendar/calendar.js +30 -30
- package/esm/calendar/calendarUtils.js +6 -6
- package/esm/card/card.js +1 -1
- package/esm/chart/accessibleChart/accessibleChartNarrative.js +13 -13
- package/esm/chart/accessibleChart/accessibleChartTable.js +5 -5
- package/esm/chart/accessibleChart/generatePieNarrative.js +6 -6
- package/esm/chart/barChart.js +1 -1
- package/esm/chart/chart.js +1 -1
- package/esm/chart/chartAxis/chartAxis.js +2 -2
- package/esm/chart/lineChart.js +1 -1
- package/esm/chart/pieChart.js +1 -1
- package/esm/checkboxListWithAction/checkboxListWithAction.js +4 -4
- package/esm/chip/chip.js +1 -1
- package/esm/columnsSelector/columnsSelector.js +2 -2
- package/esm/columnsSelector/columnsTab/columnsTab.js +1 -1
- package/esm/columnsSelector/columnsTabGroup/columnsTabGroup.js +1 -1
- package/esm/controlledPopup/controlledPopup.d.ts +1 -1
- package/esm/controlledPopup/controlledPopup.js +17 -3
- package/esm/dataFeed/feedExpandControl/feedExpandControl.js +2 -2
- package/esm/dataGrid/columns/checkboxColumn/checkboxHeaderCell.js +1 -1
- package/esm/dataGrid/dataGrid.js +1 -1
- package/esm/dataGrid/emptySearchList/emptySearchList.js +1 -1
- package/esm/dataGrid/entitiesListActions/actions/columnsListButton.js +1 -1
- package/esm/dataGrid/entitiesListActions/actions/fullscreenButton.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettings.js +2 -2
- package/esm/dataGrid/withFlexibleColumns/components/columnSettingsSidePanel.js +1 -1
- package/esm/dataGrid/withFlexibleColumns/withFlexibleColumns.js +1 -1
- package/esm/dataGrid/withSelectableRows/components/bulkActions/bulkActions.js +5 -5
- package/esm/dataGrid/withSelectableRows/withSelectableRows.js +4 -4
- package/esm/dataGrid/withSortableColumns/columns/sortableColumnWrapper.js +2 -2
- package/esm/dateInputInner/dateInputInner.js +7 -7
- package/esm/dateInputInner/dateInputInnerControlBlock.js +2 -2
- package/esm/dateInputRaw/dateInputRaw.js +3 -3
- package/esm/dateInputRaw/utils/getLabel.js +2 -2
- package/esm/dateRangeInner/dateRangeInner.js +1 -1
- package/esm/dateRangeRaw/dateRangeRaw.js +10 -10
- package/esm/dateRangeRaw/utils/dateRangeUtils.js +17 -17
- package/esm/dateSelectionWrapper/dateSelectionWrapper.js +4 -4
- package/esm/dialog/dialogContent.js +1 -1
- package/esm/dropdown/dropdownTrigger.d.ts +1 -1
- package/esm/dropdownRaw/dropdownList.js +9 -9
- package/esm/dropdownRaw/dropdownPopup.js +3 -3
- package/esm/dropdownRaw/dropdownRaw.js +249 -3
- package/esm/dropdownRaw/dropdownSearchableTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownSearchableTrigger.js +8 -6
- package/esm/dropdownRaw/dropdownTrigger.d.ts +2 -1
- package/esm/dropdownRaw/dropdownTrigger.js +2 -2
- package/esm/dropdownRaw/types.d.ts +7 -0
- package/esm/favoriteButton/favoriteButton.js +1 -1
- package/esm/fileUpload/components/dropZoneContent.js +4 -4
- package/esm/fileUpload/components/templateDownloadSection.js +1 -1
- package/esm/fileUpload/components/uploadedFilesSection.js +2 -2
- package/esm/fileUpload/fileUpload.js +6 -6
- package/esm/filters/components/filtersContainer.js +3 -3
- package/esm/filters/components/filtersEmptyState.js +2 -2
- package/esm/filters/components/filtersSaveModal.js +5 -5
- package/esm/filters/components/filtersSavedChipComponent.js +11 -11
- package/esm/filters/components/filtersSearchItemData.js +1 -1
- package/esm/filters/components/filtersSearchList.js +9 -9
- package/esm/filters/components/filtersSelect.js +1 -1
- package/esm/filters/components/filtersSelectListItem.js +2 -2
- package/esm/filters/components/filtersSidePanel.js +8 -8
- package/esm/filters/filters.js +4 -3
- package/esm/filtersBar/components/filtersBarPeriodPicker/getRangeOption.js +18 -18
- package/esm/filtersBar/components/resetComponentButton.js +1 -1
- package/esm/filtersBar/filtersBarActions/filtersBarActions.js +4 -4
- package/esm/filtersBar/filtersBarSidePanel/components/filtersBarSidePanelRange/filtersBarSidePanelRange.js +2 -2
- package/esm/filtersBar/filtersBarSidePanel/filtersBarSidePanel.js +5 -5
- package/esm/filtersBar/filtersContainer/filtersContainer.js +2 -2
- package/esm/formField/hooks/useError.js +3 -3
- package/esm/formGroup/components/reviewListToggle/reviewListToggle.js +2 -2
- package/esm/formGroup/hooks/useToggle.js +1 -1
- package/esm/formLayout/hooks/useError.js +3 -3
- package/esm/formLayout/hooks/useFormButtons.js +3 -3
- package/esm/formSection/hooks/useError.js +3 -3
- package/esm/formStepper/components/formStep.js +1 -1
- package/esm/formStepper/formStepper.js +2 -2
- package/esm/formStepperButtons/formStepperButtons.js +4 -4
- package/esm/groupsFilterRaw/groupsFilterAdjustmentState.js +4 -4
- package/esm/groupsFilterRaw/groupsFilterBox.js +3 -3
- package/esm/groupsFilterRaw/groupsFilterCommon.js +2 -2
- package/esm/groupsFilterRaw/groupsFilterCurrentlySelectedState.js +5 -5
- package/esm/groupsFilterRaw/groupsFilterHelper.js +2 -2
- package/esm/groupsFilterRaw/groupsFilterInitialState.js +8 -8
- package/esm/groupsFilterRaw/groupsFilterMenu.js +3 -3
- package/esm/groupsFilterRaw/groupsFilterRaw.js +8 -8
- package/esm/groupsFilterRaw/groupsFilterTrigger.js +2 -2
- package/esm/groupsFilterRaw/groupsHelper.js +22 -22
- package/esm/header/components/collapsedItemsControl/collapsedItemsControl.js +1 -1
- package/esm/header/components/mobileFilterControl/mobileFilterControl.js +1 -1
- package/esm/header/components/mobileSearchControl/mobileSearchControl.js +3 -3
- package/esm/header/headerBack.js +1 -1
- package/esm/index.d.ts +3 -0
- package/esm/index.js +2 -0
- package/esm/lineChart/lineChart.js +1 -1
- package/esm/lineChartMini/lineChartMini.js +1 -1
- package/esm/list/itemData/itemDataInternal.js +2 -2
- package/esm/list/listItem/listItem.js +2 -2
- package/esm/menu/components/menuErrorItem.js +2 -2
- package/esm/mobileSheet/mobileSheet.js +2 -2
- package/esm/modal/modal.js +1 -1
- package/esm/nav/navFooter/navEditFooter/navEditFooter.js +2 -2
- package/esm/nav/navFooter/navFooter.js +1 -1
- package/esm/nav/navFooter/navFooterAction/navFooterAction.js +1 -1
- package/esm/nav/navHeader/navHeader.js +2 -2
- package/esm/nav/navHeader/navHeaderSearch/navHeaderSearch.js +2 -2
- package/esm/nav/navMobileBar/navMobileBar.js +1 -1
- package/esm/notification/notification.js +1 -1
- package/esm/pagination/paginationArrow.js +2 -2
- package/esm/pagination/paginationText/paginationText.js +1 -1
- package/esm/pill/components/pillNonActionable/pillNonActionable.js +1 -1
- package/esm/pillBox/components/pillBoxItem.js +1 -1
- package/esm/pillBox/pillBox.js +3 -3
- package/esm/pillExpandable/pillExpandable.js +1 -1
- package/esm/pillExpandable/pillExpandableAlignments.js +65 -48
- package/esm/progressIndicator/progressIndicator.d.ts +4 -4
- package/esm/progressIndicator/progressIndicator.js +4 -4
- package/esm/rangeRaw/rangeRaw.js +7 -7
- package/esm/rangeRaw/utils/rangeHelper.js +7 -7
- package/esm/searchInputRaw/searchInputRaw.js +2 -2
- package/esm/selectList/selectList.js +2 -2
- package/esm/skeleton/skeleton.js +1 -1
- package/esm/sortControl/sortControl.js +5 -5
- package/esm/stepperRaw/stepperRaw.js +2 -2
- package/esm/summary/summary.js +2 -2
- package/esm/summaryTile/summaryTile.js +1 -1
- package/esm/table/actions/actionsMenu.js +2 -2
- package/esm/table/detailPanel/detailPanel.js +1 -1
- package/esm/table/detailPanel/detailPanelHeader.js +2 -2
- package/esm/table/flexible/columnSettings.js +2 -2
- package/esm/table/flexible/columnsPopup.js +1 -1
- package/esm/table/nested/useNestedRows.js +2 -2
- package/esm/table/selectable/selectableHeader.js +5 -5
- package/esm/table/selectable/useSelectableRows.js +2 -2
- package/esm/table/sortable/mobileSortControl.js +3 -3
- package/esm/table/sortable/sortableHeader.js +2 -2
- package/esm/table/table.d.ts +4 -0
- package/esm/table/table.js +9 -5
- package/esm/tabs/tabs.js +2 -2
- package/esm/tag/tag.d.ts +3 -2
- package/esm/tag/tag.js +3 -2
- package/esm/timePickerRaw/timePickerRaw.js +7 -7
- package/esm/toastRaw/toastRaw.js +1 -1
- package/esm/toggleButtonRaw/toggleButtonRaw.js +2 -2
- package/esm/tooltip/tooltip.js +5 -2
- package/esm/utils/formatDate.js +37 -37
- package/esm/utils/localization/flipAlignment.js +5 -1
- package/esm/utils/localization/getSupportedLanguage.d.ts +1 -1
- package/esm/utils/localization/getSupportedLanguage.js +8 -2
- package/esm/utils/localization/getTextDirection.js +1 -1
- package/esm/utils/localization/languageContext.d.ts +1 -1
- package/esm/utils/localization/translations/{ar.json → ar-001.json} +54 -53
- package/esm/utils/localization/translationsDictionary.js +1 -1
- package/esm/utils/localization/useRTLAlignment.d.ts +6 -0
- package/esm/utils/localization/useRTLAlignment.js +6 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -6820,18 +6820,104 @@ html:lang(ar) .zen-trend-indicator__value {
|
|
|
6820
6820
|
html:lang(ar) .zen-trend-indicator__delta {
|
|
6821
6821
|
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6822
6822
|
}
|
|
6823
|
-
.zen-trend-indicator--positive .zen-trend-indicator__icon
|
|
6823
|
+
.zen-trend-indicator--positive .zen-trend-indicator__icon {
|
|
6824
|
+
fill: var(--accents-success--detail);
|
|
6825
|
+
}
|
|
6824
6826
|
.zen-trend-indicator--positive .zen-trend-indicator__delta {
|
|
6825
6827
|
color: var(--accents-success--detail);
|
|
6826
6828
|
}
|
|
6827
|
-
.zen-trend-indicator--negative .zen-trend-indicator__icon
|
|
6829
|
+
.zen-trend-indicator--negative .zen-trend-indicator__icon {
|
|
6830
|
+
fill: var(--accents-error--detail);
|
|
6831
|
+
}
|
|
6828
6832
|
.zen-trend-indicator--negative .zen-trend-indicator__delta {
|
|
6829
6833
|
color: var(--accents-error--detail);
|
|
6830
6834
|
}
|
|
6831
|
-
.zen-trend-indicator--neutral .zen-trend-indicator__icon
|
|
6835
|
+
.zen-trend-indicator--neutral .zen-trend-indicator__icon {
|
|
6836
|
+
fill: var(--text-secondary);
|
|
6837
|
+
}
|
|
6832
6838
|
.zen-trend-indicator--neutral .zen-trend-indicator__delta {
|
|
6833
6839
|
color: var(--text-secondary);
|
|
6834
6840
|
}
|
|
6841
|
+
.zen-tag {
|
|
6842
|
+
box-sizing: border-box;
|
|
6843
|
+
display: inline-flex;
|
|
6844
|
+
align-items: center;
|
|
6845
|
+
gap: 0.375rem;
|
|
6846
|
+
min-width: 0;
|
|
6847
|
+
max-width: 100%;
|
|
6848
|
+
}
|
|
6849
|
+
.zen-tag * {
|
|
6850
|
+
box-sizing: border-box;
|
|
6851
|
+
}
|
|
6852
|
+
.zen-tag__dot {
|
|
6853
|
+
flex-shrink: 0;
|
|
6854
|
+
width: 0.375rem;
|
|
6855
|
+
height: 0.375rem;
|
|
6856
|
+
border-radius: 50%;
|
|
6857
|
+
}
|
|
6858
|
+
.zen-tag__dot--red {
|
|
6859
|
+
background-color: var(--data--categorical-red);
|
|
6860
|
+
}
|
|
6861
|
+
.zen-tag__dot--yellow {
|
|
6862
|
+
background-color: var(--data--categorical-yellow);
|
|
6863
|
+
}
|
|
6864
|
+
.zen-tag__dot--green {
|
|
6865
|
+
background-color: var(--data--categorical-green);
|
|
6866
|
+
}
|
|
6867
|
+
.zen-tag__dot--blue {
|
|
6868
|
+
background-color: var(--data--categorical-blue);
|
|
6869
|
+
}
|
|
6870
|
+
.zen-tag__dot--grey {
|
|
6871
|
+
background-color: var(--data--categorical-grey);
|
|
6872
|
+
}
|
|
6873
|
+
.zen-tag__label {
|
|
6874
|
+
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6875
|
+
font-size: 0.75rem;
|
|
6876
|
+
font-style: normal;
|
|
6877
|
+
font-weight: 400;
|
|
6878
|
+
letter-spacing: 0.02rem;
|
|
6879
|
+
line-height: 1rem;
|
|
6880
|
+
text-transform: none;
|
|
6881
|
+
text-decoration: none;
|
|
6882
|
+
overflow: hidden;
|
|
6883
|
+
text-overflow: ellipsis;
|
|
6884
|
+
white-space: nowrap;
|
|
6885
|
+
word-wrap: normal;
|
|
6886
|
+
color: var(--text-primary);
|
|
6887
|
+
min-width: 0;
|
|
6888
|
+
}
|
|
6889
|
+
html:lang(ar) .zen-tag__label {
|
|
6890
|
+
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
6891
|
+
}
|
|
6892
|
+
.zen-progress-indicator {
|
|
6893
|
+
box-sizing: border-box;
|
|
6894
|
+
display: flex;
|
|
6895
|
+
align-items: center;
|
|
6896
|
+
width: 100%;
|
|
6897
|
+
height: 0.5rem;
|
|
6898
|
+
border-radius: 62.4375rem;
|
|
6899
|
+
background-color: var(--backgrounds-content-1);
|
|
6900
|
+
overflow: hidden;
|
|
6901
|
+
}
|
|
6902
|
+
.zen-progress-indicator * {
|
|
6903
|
+
box-sizing: border-box;
|
|
6904
|
+
}
|
|
6905
|
+
.zen-progress-indicator__fill {
|
|
6906
|
+
height: 100%;
|
|
6907
|
+
border-radius: 62.4375rem;
|
|
6908
|
+
}
|
|
6909
|
+
.zen-progress-indicator__fill--positive {
|
|
6910
|
+
background-color: var(--data--categorical-green);
|
|
6911
|
+
}
|
|
6912
|
+
.zen-progress-indicator__fill--negative {
|
|
6913
|
+
background-color: var(--data--categorical-red);
|
|
6914
|
+
}
|
|
6915
|
+
.zen-progress-indicator__fill--warning {
|
|
6916
|
+
background-color: var(--data--categorical-yellow);
|
|
6917
|
+
}
|
|
6918
|
+
.zen-progress-indicator__fill--default {
|
|
6919
|
+
background-color: var(--action-primary--default);
|
|
6920
|
+
}
|
|
6835
6921
|
.zen-summary-tile {
|
|
6836
6922
|
box-sizing: border-box;
|
|
6837
6923
|
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
@@ -19230,35 +19316,6 @@ html:lang(ar) .zen-pill-actionable__block {
|
|
|
19230
19316
|
.zen-progress__bar--high {
|
|
19231
19317
|
background-color: var(--chart-sequential-green-1);
|
|
19232
19318
|
}
|
|
19233
|
-
.zen-progress-indicator {
|
|
19234
|
-
box-sizing: border-box;
|
|
19235
|
-
display: flex;
|
|
19236
|
-
align-items: center;
|
|
19237
|
-
width: 100%;
|
|
19238
|
-
height: 0.5rem;
|
|
19239
|
-
border-radius: 62.4375rem;
|
|
19240
|
-
background-color: var(--backgrounds-hover);
|
|
19241
|
-
overflow: hidden;
|
|
19242
|
-
}
|
|
19243
|
-
.zen-progress-indicator * {
|
|
19244
|
-
box-sizing: border-box;
|
|
19245
|
-
}
|
|
19246
|
-
.zen-progress-indicator__fill {
|
|
19247
|
-
height: 100%;
|
|
19248
|
-
border-radius: 62.4375rem;
|
|
19249
|
-
}
|
|
19250
|
-
.zen-progress-indicator__fill--positive {
|
|
19251
|
-
background-color: var(--data--categorical-green);
|
|
19252
|
-
}
|
|
19253
|
-
.zen-progress-indicator__fill--negative {
|
|
19254
|
-
background-color: var(--data--categorical-red);
|
|
19255
|
-
}
|
|
19256
|
-
.zen-progress-indicator__fill--warning {
|
|
19257
|
-
background-color: var(--data--categorical-yellow);
|
|
19258
|
-
}
|
|
19259
|
-
.zen-progress-indicator__fill--default {
|
|
19260
|
-
background-color: var(--action-primary--default);
|
|
19261
|
-
}
|
|
19262
19319
|
.zen-sort-container {
|
|
19263
19320
|
box-sizing: border-box;
|
|
19264
19321
|
display: flex;
|
|
@@ -19585,57 +19642,6 @@ html:lang(ar) .zen-tab-bar-content {
|
|
|
19585
19642
|
.zen-tab-bar * {
|
|
19586
19643
|
box-sizing: border-box;
|
|
19587
19644
|
}
|
|
19588
|
-
.zen-tag {
|
|
19589
|
-
box-sizing: border-box;
|
|
19590
|
-
display: inline-flex;
|
|
19591
|
-
align-items: center;
|
|
19592
|
-
gap: 0.375rem;
|
|
19593
|
-
min-width: 0;
|
|
19594
|
-
max-width: 100%;
|
|
19595
|
-
}
|
|
19596
|
-
.zen-tag * {
|
|
19597
|
-
box-sizing: border-box;
|
|
19598
|
-
}
|
|
19599
|
-
.zen-tag__dot {
|
|
19600
|
-
flex-shrink: 0;
|
|
19601
|
-
width: 0.375rem;
|
|
19602
|
-
height: 0.375rem;
|
|
19603
|
-
border-radius: 50%;
|
|
19604
|
-
}
|
|
19605
|
-
.zen-tag__dot--red {
|
|
19606
|
-
background-color: var(--data--categorical-red);
|
|
19607
|
-
}
|
|
19608
|
-
.zen-tag__dot--yellow {
|
|
19609
|
-
background-color: var(--data--categorical-yellow);
|
|
19610
|
-
}
|
|
19611
|
-
.zen-tag__dot--green {
|
|
19612
|
-
background-color: var(--data--categorical-green);
|
|
19613
|
-
}
|
|
19614
|
-
.zen-tag__dot--blue {
|
|
19615
|
-
background-color: var(--data--categorical-blue);
|
|
19616
|
-
}
|
|
19617
|
-
.zen-tag__dot--grey {
|
|
19618
|
-
background-color: var(--data--categorical-grey);
|
|
19619
|
-
}
|
|
19620
|
-
.zen-tag__label {
|
|
19621
|
-
font-family: Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
19622
|
-
font-size: 0.75rem;
|
|
19623
|
-
font-style: normal;
|
|
19624
|
-
font-weight: 400;
|
|
19625
|
-
letter-spacing: 0.02rem;
|
|
19626
|
-
line-height: 1rem;
|
|
19627
|
-
text-transform: none;
|
|
19628
|
-
text-decoration: none;
|
|
19629
|
-
overflow: hidden;
|
|
19630
|
-
text-overflow: ellipsis;
|
|
19631
|
-
white-space: nowrap;
|
|
19632
|
-
word-wrap: normal;
|
|
19633
|
-
color: var(--text-primary);
|
|
19634
|
-
min-width: 0;
|
|
19635
|
-
}
|
|
19636
|
-
html:lang(ar) .zen-tag__label {
|
|
19637
|
-
font-family: "Noto Sans Arabic", Roboto, "Segoe UI", Segoe, "Helvetica Neue", Helvetica, sans-serif;
|
|
19638
|
-
}
|
|
19639
19645
|
.zen-toast {
|
|
19640
19646
|
box-sizing: border-box;
|
|
19641
19647
|
}
|
package/dist/index.d.ts
CHANGED
|
@@ -740,6 +740,8 @@ export { type IPillExpandableAction, type IBaseData, type IPromisedBaseData, typ
|
|
|
740
740
|
export { type IPopup, Popup } from "./popup/popup";
|
|
741
741
|
export { type IPrimaryIcon, PrimaryIcon } from "./primaryIcon/primaryIcon";
|
|
742
742
|
export { ProgressBarType, ProgreesBarSize, type TProgressBarSize, ProgressBar } from "./progressBar/progressBar";
|
|
743
|
+
export { ProgressIndicatorType, type IProgressIndicator } from "./progressIndicator/progressIndicator";
|
|
744
|
+
export { getProgressIndicatorValue, getProgressIndicatorPercent } from "./progressIndicator/progressIndicatorUtils";
|
|
743
745
|
export { type IRadio, Radio } from "./radio/radio";
|
|
744
746
|
export { type IRadioGroup, type TRadioGroup, RadioGroup } from "./radioGroup/radioGroup";
|
|
745
747
|
export { type IRangeValues, type TErrorType, type IRange, type TRange, Range } from "./range/range";
|
|
@@ -764,6 +766,7 @@ export { NestedData } from "./table/nested/nestedData";
|
|
|
764
766
|
export { useNestedRows } from "./table/nested/useNestedRows";
|
|
765
767
|
export { type IListColumn, type TFeedResult, type IFeedExpandable, type ITable, type IListColumnWrapper, Table, getEmptySelection, ColumnSortDirection, getSortableValue, ActionsColumn, MainColumn, CheckboxColumn, ActionLinkColumn } from "./table/table";
|
|
766
768
|
export { type ITabElement, type ITabs, TabsDisplayName, Tabs } from "./tabs/tabs";
|
|
769
|
+
export { type TTagColor, type ITag } from "./tag/tag";
|
|
767
770
|
export { ButtonIconPosition, type TButtonIconPosition, type ITextIconButton, TextIconButton } from "./textIconButton/textIconButton";
|
|
768
771
|
export { type ITextInput, type TTextInput, TextInput } from "./textInput/textInput";
|
|
769
772
|
export { type ITextInputRaw, TextInputRaw } from "./textInputRaw/textInputRaw";
|
package/dist/index.js
CHANGED
|
@@ -16,9 +16,9 @@ exports.IconPinLocation2 = exports.IconPinLocation = exports.IconPinFilled = exp
|
|
|
16
16
|
exports.IconSettings8 = exports.IconSettings7 = exports.IconSettings6 = exports.IconSettings4 = exports.IconSettings3 = exports.IconSettings2 = exports.IconSettings1 = exports.IconServer3 = exports.IconServer2 = exports.IconServer = exports.IconSend = exports.IconSecuredLines = exports.IconSecured = exports.IconSeatbelt = exports.IconSearchPage = exports.IconSearchLines = exports.IconSearchDocument = exports.IconSearch = exports.IconSdCard = exports.IconRuler = exports.IconRoute = exports.IconRotateRepeat2 = exports.IconRotateRepeat = exports.IconRotateCounterclockwise = exports.IconRotateClockwise = exports.IconResizeSmall = exports.IconResizeBig = exports.IconRepeat2 = exports.IconRepeat = exports.IconRemovePeople = exports.IconRefrigeration = exports.IconRedo2 = exports.IconRedo = exports.IconRecord = exports.IconReceipt = exports.IconRadar = exports.IconQuestion = exports.IconPuzzle = exports.IconPullRequest = exports.IconProcessor = exports.IconPrinter = exports.IconPound = exports.IconPotato = exports.IconPlusSquare = exports.IconPlusLines = exports.IconPlusFile = exports.IconPlusCircle = exports.IconPlus = exports.IconPlay = exports.IconPinLocation3 = void 0;
|
|
17
17
|
exports.IconUsb = exports.IconUpload = exports.IconUnlocked = exports.IconUndock = exports.IconUndo2 = exports.IconUndo = exports.IconUnderline = exports.IconUmbrella = exports.IconTruck = exports.IconTrendNeutral = exports.IconTrailer = exports.IconToggleSmall = exports.IconToggleLarge = exports.IconThumbsUp = exports.IconThumbsDown = exports.IconThermometer = exports.IconThermograph = exports.IconTextSize = exports.IconTelevision2 = exports.IconTelevision = exports.IconTarget3 = exports.IconTarget2 = exports.IconTarget = exports.IconTachographTimeCard = exports.IconTachograph = exports.IconTable = exports.IconSupport = exports.IconSun = exports.IconStrikeThrough = exports.IconStore = exports.IconStorage = exports.IconStopwatch = exports.IconStarFilled = exports.IconStarAi = exports.IconStar = exports.IconSquare = exports.IconSpeaker = exports.IconSortVertical = exports.IconSortHorizontal = exports.IconSort2Vertical = exports.IconSort2Horizontal = exports.IconSmiley = exports.IconSign = exports.IconSidebar = exports.IconShield4 = exports.IconShield3 = exports.IconShield2 = exports.IconShield = exports.IconShare3 = exports.IconShare = void 0;
|
|
18
18
|
exports.ListItem = exports.List = exports.ItemData = exports.ItemCompact = exports.LineChartMini = exports.getDefaultDatasetStyle = exports.htmlLegendPlugin = exports.LEGEND_PLUGIN_ID = exports.LineChart = exports.useLayoutSize = exports.LayoutFullScreenProvider = exports.useLayoutFullScreen = exports.LayoutFullScreenElementProvider = exports.useLayoutFullScreenElement = exports.Layout = exports.ImageTapToUpload = exports.ImageNothingFound = exports.ImageNoMatchingAssets = exports.ImageLooking = exports.ImageCloudUpload = exports.ImageAdjustFilter = exports.IconZoom2 = exports.IconZoom = exports.IconZone = exports.IconYen = exports.IconWrite = exports.IconWrench = exports.IconWorld = exports.IconWorkday = exports.IconWifi2 = exports.IconWifi = exports.IconWhisper = exports.IconWebcam = exports.IconWatch2 = exports.IconWatch = exports.IconWarning = exports.IconWallet1 = exports.IconWallet = exports.IconVolumeOn = exports.IconVolumeOff = exports.IconVolumeMinimum = exports.IconVolumeHalf = exports.IconVolumeFull = exports.IconVolumeDown = exports.IconVoice = exports.IconVisitPage = exports.IconVideoReplay = exports.IconVideo2 = exports.IconVideo = exports.IconUsbHub = void 0;
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.Waiting = exports.UserFormatProvider = exports.useDrive = exports.ThemeProvider = exports.ThemeDrive = exports.ThemeDark = exports.useLanguage = void 0;
|
|
19
|
+
exports.Skeleton = exports.LazyContent = exports.SidePanel = exports.CUSTOM_POPUP_COMPONENT_CLASSNAME = exports.SidePanelCloseReason = exports.isChildPopup = exports.SelectField = exports.Select = exports.SearchInput = exports.Range = exports.RadioGroup = exports.Radio = exports.getProgressIndicatorPercent = exports.getProgressIndicatorValue = exports.ProgressIndicatorType = exports.ProgressBar = exports.ProgreesBarSize = exports.ProgressBarType = exports.PrimaryIcon = exports.Popup = exports.PillExpandable = exports.Pill = exports.PaginationType = exports.Pagination = exports.PageLayout = exports.PageContentLayout = exports.PageHeaderMenu = exports.PageHeaderMenuDisplayName = exports.PageHeaderButton = exports.PageHeaderButtonDisplayName = exports.PageHeader = exports.PageHeaderDisplayName = exports.Notification = exports.getPredefinedFocusableItem = exports.DialogContentNew = exports.Modal = exports.MODAL_SCROLL_LOCK_CLASS = exports.MobileSheet = exports.MiniTabs = exports.MiniTabsSize = exports.isLink = exports.isButton = exports.findPrevFocusable = exports.findNextFocusable = exports.findLastFocusable = exports.findFirstFocusable = exports.Menu = exports.ControlledMenu = exports.isDragNotClick = exports.changeOrder = void 0;
|
|
20
|
+
exports.LanguageProvider = exports.getFirstFocusableItem = exports.getNewFocusableItem = exports.HeaderButtonsProvider = exports.useExperimentalFeature = exports.EXPERIMENTAL_FLAGS = exports.ZenithExperimentalProvider = exports.AbortablePromise = exports.getTrendIndicatorDirection = exports.Tooltip = exports.removeArrowClasses = exports.calculateArrowPosition = exports.ToggleButtonRaw = exports.ToggleButton = exports.Toast = exports.useToast = exports.TimePicker = exports.TextareaRaw = exports.Textarea = exports.TextInputRaw = exports.TextInput = exports.TextIconButton = exports.ButtonIconPosition = exports.Tabs = exports.TabsDisplayName = exports.ActionLinkColumn = exports.CheckboxColumn = exports.MainColumn = exports.ActionsColumn = exports.getSortableValue = exports.ColumnSortDirection = exports.getEmptySelection = exports.Table = exports.useNestedRows = exports.NestedData = exports.TabBarContent = exports.TabBar = exports.SummaryTileBarDisplayName = exports.SummaryTileBar = exports.getTypeClassName = exports.SummaryTileTrigger = exports.SummaryTile = exports.SummaryTileDisplayName = exports.SummaryTileSize = exports.SummaryTileType = exports.Summary = exports.Summaries = exports.Stepper = exports.SortControl = exports.SortDirections = void 0;
|
|
21
|
+
exports.Waiting = exports.UserFormatProvider = exports.useDrive = exports.ThemeProvider = exports.ThemeDrive = exports.ThemeDark = exports.useLanguage = exports.useDirection = exports.injectString = exports.dictionaries = void 0;
|
|
22
22
|
/* eslint-disable max-len */
|
|
23
23
|
var absolute_1 = require("./absolute/absolute");
|
|
24
24
|
Object.defineProperty(exports, "Absolute", { enumerable: true, get: function () { return absolute_1.Absolute; } });
|
|
@@ -1582,6 +1582,11 @@ var progressBar_1 = require("./progressBar/progressBar");
|
|
|
1582
1582
|
Object.defineProperty(exports, "ProgressBarType", { enumerable: true, get: function () { return progressBar_1.ProgressBarType; } });
|
|
1583
1583
|
Object.defineProperty(exports, "ProgreesBarSize", { enumerable: true, get: function () { return progressBar_1.ProgreesBarSize; } });
|
|
1584
1584
|
Object.defineProperty(exports, "ProgressBar", { enumerable: true, get: function () { return progressBar_1.ProgressBar; } });
|
|
1585
|
+
var progressIndicator_1 = require("./progressIndicator/progressIndicator");
|
|
1586
|
+
Object.defineProperty(exports, "ProgressIndicatorType", { enumerable: true, get: function () { return progressIndicator_1.ProgressIndicatorType; } });
|
|
1587
|
+
var progressIndicatorUtils_1 = require("./progressIndicator/progressIndicatorUtils");
|
|
1588
|
+
Object.defineProperty(exports, "getProgressIndicatorValue", { enumerable: true, get: function () { return progressIndicatorUtils_1.getProgressIndicatorValue; } });
|
|
1589
|
+
Object.defineProperty(exports, "getProgressIndicatorPercent", { enumerable: true, get: function () { return progressIndicatorUtils_1.getProgressIndicatorPercent; } });
|
|
1585
1590
|
var radio_1 = require("./radio/radio");
|
|
1586
1591
|
Object.defineProperty(exports, "Radio", { enumerable: true, get: function () { return radio_1.Radio; } });
|
|
1587
1592
|
var radioGroup_1 = require("./radioGroup/radioGroup");
|
|
@@ -45,7 +45,7 @@ injectString("tr", "Line chart", "\xC7izgi grafik");
|
|
|
45
45
|
injectString("zh-Hans", "Line chart", "\u6298\u7EBF\u56FE");
|
|
46
46
|
injectString("zh-TW", "Line chart", "\u6298\u7DDA\u5716");
|
|
47
47
|
injectString("ro-RO", "Line chart", "Grafic liniar");
|
|
48
|
-
injectString("ar", "Line chart", "\u0645\u062E\u0637\u0637 \u062E\u0637\u064A");
|
|
48
|
+
injectString("ar-001", "Line chart", "\u0645\u062E\u0637\u0637 \u062E\u0637\u064A");
|
|
49
49
|
injectString("lt-LT", "Line chart", "Linijin\u0117 diagrama");
|
|
50
50
|
injectString("lv-LV", "Line chart", "L\u012Bniju diagramma");
|
|
51
51
|
injectString("ka-GE", "Line chart", "\u10EE\u10D0\u10D6\u10DD\u10D5\u10D0\u10DC\u10D8 \u10E1\u10E5\u10D4\u10DB\u10D0");
|
|
@@ -53,7 +53,7 @@ injectString("tr", "Line chart", "\xC7izgi grafik");
|
|
|
53
53
|
injectString("zh-Hans", "Line chart", "\u6298\u7EBF\u56FE");
|
|
54
54
|
injectString("zh-TW", "Line chart", "\u6298\u7DDA\u5716");
|
|
55
55
|
injectString("ro-RO", "Line chart", "Grafic liniar");
|
|
56
|
-
injectString("ar", "Line chart", "\u0645\u062E\u0637\u0637 \u062E\u0637\u064A");
|
|
56
|
+
injectString("ar-001", "Line chart", "\u0645\u062E\u0637\u0637 \u062E\u0637\u064A");
|
|
57
57
|
injectString("lt-LT", "Line chart", "Linijin\u0117 diagrama");
|
|
58
58
|
injectString("lv-LV", "Line chart", "L\u012Bniju diagramma");
|
|
59
59
|
injectString("ka-GE", "Line chart", "\u10EE\u10D0\u10D6\u10DD\u10D5\u10D0\u10DC\u10D8 \u10E1\u10E5\u10D4\u10DB\u10D0");
|
|
@@ -47,7 +47,7 @@ injectString("tr", "More", "Di\u011Fer");
|
|
|
47
47
|
injectString("zh-Hans", "More", "\u66F4\u591A");
|
|
48
48
|
injectString("zh-TW", "More", "\u66F4\u591A");
|
|
49
49
|
injectString("ro-RO", "More", "Mai multe");
|
|
50
|
-
injectString("ar", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
50
|
+
injectString("ar-001", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
51
51
|
injectString("lt-LT", "More", "Daugiau");
|
|
52
52
|
injectString("lv-LV", "More", "Vair\u0101k");
|
|
53
53
|
injectString("ka-GE", "More", "\u10DB\u10D4\u10E2\u10D8");
|
|
@@ -80,7 +80,7 @@ injectString("tr", "Open", "A\xE7");
|
|
|
80
80
|
injectString("zh-Hans", "Open", "\u6253\u5F00");
|
|
81
81
|
injectString("zh-TW", "Open", "\u958B\u555F");
|
|
82
82
|
injectString("ro-RO", "Open", "Deschis");
|
|
83
|
-
injectString("ar", "Open", "\u0641\u062A\u062D");
|
|
83
|
+
injectString("ar-001", "Open", "\u0645\u0641\u062A\u0648\u062D");
|
|
84
84
|
injectString("lt-LT", "Open", "Atidaryti");
|
|
85
85
|
injectString("lv-LV", "Open", "Atv\u0113rt");
|
|
86
86
|
injectString("ka-GE", "Open", "\u10D2\u10D0\u10EE\u10E1\u10DC\u10D0");
|
|
@@ -36,7 +36,7 @@ injectString("tr", "More", "Di\u011Fer");
|
|
|
36
36
|
injectString("zh-Hans", "More", "\u66F4\u591A");
|
|
37
37
|
injectString("zh-TW", "More", "\u66F4\u591A");
|
|
38
38
|
injectString("ro-RO", "More", "Mai multe");
|
|
39
|
-
injectString("ar", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
39
|
+
injectString("ar-001", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
40
40
|
injectString("lt-LT", "More", "Daugiau");
|
|
41
41
|
injectString("lv-LV", "More", "Vair\u0101k");
|
|
42
42
|
injectString("ka-GE", "More", "\u10DB\u10D4\u10E2\u10D8");
|
|
@@ -69,7 +69,7 @@ injectString("tr", "View details", "Ayr\u0131nt\u0131lar\u0131 g\xF6r\xFCnt\xFCl
|
|
|
69
69
|
injectString("zh-Hans", "View details", "\u67E5\u770B\u8BE6\u7EC6\u4FE1\u606F");
|
|
70
70
|
injectString("zh-TW", "View details", "\u6AA2\u8996\u8A73\u7D30\u8CC7\u8A0A");
|
|
71
71
|
injectString("ro-RO", "View details", "Afi\u0219a\u021Bi detaliile");
|
|
72
|
-
injectString("ar", "View details", "\u0639\u0631\u0636 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644");
|
|
72
|
+
injectString("ar-001", "View details", "\u0639\u0631\u0636 \u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644");
|
|
73
73
|
injectString("lt-LT", "View details", "Per\u017Ei\u016Br\u0117ti detales");
|
|
74
74
|
injectString("lv-LV", "View details", "Skat\u012Bt deta\u013Cas");
|
|
75
75
|
injectString("ka-GE", "View details", "\u10D3\u10D4\u10E2\u10D0\u10DA\u10D4\u10D1\u10D8\u10E1 \u10DC\u10D0\u10EE\u10D5\u10D0");
|
|
@@ -37,7 +37,7 @@ injectString("tr", "Error with loading", "Error with loading");
|
|
|
37
37
|
injectString("zh-Hans", "Error with loading", "Error with loading");
|
|
38
38
|
injectString("zh-TW", "Error with loading", "Error with loading");
|
|
39
39
|
injectString("ro-RO", "Error with loading", "Eroare la \xEEnc\u0103rcare");
|
|
40
|
-
injectString("ar", "Error with loading", "\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u062D\u0645\u064A\u0644");
|
|
40
|
+
injectString("ar-001", "Error with loading", "\u062E\u0637\u0623 \u0641\u064A \u0627\u0644\u062A\u062D\u0645\u064A\u0644");
|
|
41
41
|
injectString("lt-LT", "Error with loading", "\u012Ek\u0117limo klaida");
|
|
42
42
|
injectString("lv-LV", "Error with loading", "Iel\u0101des k\u013C\u016Bda");
|
|
43
43
|
injectString("ka-GE", "Error with loading", "\u10E9\u10D0\u10E2\u10D5\u10D8\u10E0\u10D7\u10D5\u10D8\u10E1 \u10E8\u10D4\u10EA\u10D3\u10DD\u10DB\u10D0");
|
|
@@ -70,7 +70,7 @@ injectString("tr", "Click to refresh", "Click to refresh");
|
|
|
70
70
|
injectString("zh-Hans", "Click to refresh", "Click to refresh");
|
|
71
71
|
injectString("zh-TW", "Click to refresh", "Click to refresh");
|
|
72
72
|
injectString("ro-RO", "Click to refresh", "Face\u021Bi clic pentru a re\xEEnc\u0103rca");
|
|
73
|
-
injectString("ar", "Click to refresh", "\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u062D\u062F\u064A\u062B");
|
|
73
|
+
injectString("ar-001", "Click to refresh", "\u0627\u0646\u0642\u0631 \u0644\u0644\u062A\u062D\u062F\u064A\u062B");
|
|
74
74
|
injectString("lt-LT", "Click to refresh", "Spustel\u0117kite, kad atnaujintum\u0117te");
|
|
75
75
|
injectString("lv-LV", "Click to refresh", "Noklik\u0161\u0137iniet, lai atsvaidzin\u0101tu");
|
|
76
76
|
injectString("ka-GE", "Click to refresh", "\u10D2\u10D0\u10DC\u10D0\u10EE\u10DA\u10D4\u10D1\u10D8\u10E1\u10D7\u10D5\u10D8\u10E1 \u10D3\u10D0\u10D0\u10EC\u10D9\u10D0\u10DE\u10D4\u10D7");
|
|
@@ -43,7 +43,7 @@ injectString("tr", "Back", "Geri");
|
|
|
43
43
|
injectString("zh-Hans", "Back", "\u8FD4\u56DE");
|
|
44
44
|
injectString("zh-TW", "Back", "\u8FD4\u56DE");
|
|
45
45
|
injectString("ro-RO", "Back", "\xCEnapoi");
|
|
46
|
-
injectString("ar", "Back", "\u0631\u062C\u0648\u0639");
|
|
46
|
+
injectString("ar-001", "Back", "\u0631\u062C\u0648\u0639");
|
|
47
47
|
injectString("lt-LT", "Back", "Atgal");
|
|
48
48
|
injectString("lv-LV", "Back", "Atpaka\u013C");
|
|
49
49
|
injectString("ka-GE", "Back", "\u10E3\u10D9\u10D0\u10DC");
|
|
@@ -76,7 +76,7 @@ injectString("tr", "Close", "Kapat");
|
|
|
76
76
|
injectString("zh-Hans", "Close", "\u5173\u95ED");
|
|
77
77
|
injectString("zh-TW", "Close", "\u95DC\u9589");
|
|
78
78
|
injectString("ro-RO", "Close", "\xCEnchide");
|
|
79
|
-
injectString("ar", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
79
|
+
injectString("ar-001", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
80
80
|
injectString("lt-LT", "Close", "U\u017Edaryti");
|
|
81
81
|
injectString("lv-LV", "Close", "Aizv\u0113rt");
|
|
82
82
|
injectString("ka-GE", "Close", "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0");
|
package/dist/modal/modal.js
CHANGED
|
@@ -76,7 +76,7 @@ injectString("tr", "Close", "Kapat");
|
|
|
76
76
|
injectString("zh-Hans", "Close", "\u5173\u95ED");
|
|
77
77
|
injectString("zh-TW", "Close", "\u95DC\u9589");
|
|
78
78
|
injectString("ro-RO", "Close", "\xCEnchide");
|
|
79
|
-
injectString("ar", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
79
|
+
injectString("ar-001", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
80
80
|
injectString("lt-LT", "Close", "U\u017Edaryti");
|
|
81
81
|
injectString("lv-LV", "Close", "Aizv\u0113rt");
|
|
82
82
|
injectString("ka-GE", "Close", "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0");
|
|
@@ -34,7 +34,7 @@ injectString("tr", "Save", "Kaydet");
|
|
|
34
34
|
injectString("zh-Hans", "Save", "\u4FDD\u5B58");
|
|
35
35
|
injectString("zh-TW", "Save", "\u5132\u5B58");
|
|
36
36
|
injectString("ro-RO", "Save", "Salva\u021Bi");
|
|
37
|
-
injectString("ar", "Save", "\u062D\u0641\u0638");
|
|
37
|
+
injectString("ar-001", "Save", "\u062D\u0641\u0638");
|
|
38
38
|
injectString("lt-LT", "Save", "I\u0161saugoti");
|
|
39
39
|
injectString("lv-LV", "Save", "Saglab\u0101t");
|
|
40
40
|
injectString("ka-GE", "Save", "\u10E8\u10D4\u10DC\u10D0\u10EE\u10D5\u10D0");
|
|
@@ -67,7 +67,7 @@ injectString("tr", "Cancel", "\u0130ptal");
|
|
|
67
67
|
injectString("zh-Hans", "Cancel", "\u53D6\u6D88");
|
|
68
68
|
injectString("zh-TW", "Cancel", "\u53D6\u6D88");
|
|
69
69
|
injectString("ro-RO", "Cancel", "Anula\u021Bi");
|
|
70
|
-
injectString("ar", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
70
|
+
injectString("ar-001", "Cancel", "\u0625\u0644\u063A\u0627\u0621");
|
|
71
71
|
injectString("lt-LT", "Cancel", "At\u0161aukti");
|
|
72
72
|
injectString("lv-LV", "Cancel", "Atcelt");
|
|
73
73
|
injectString("ka-GE", "Cancel", "\u10D2\u10D0\u10E3\u10E5\u10DB\u10D4\u10D1\u10D0");
|
|
@@ -34,7 +34,7 @@ injectString("tr", "Edit Navigation", "Edit Navigation");
|
|
|
34
34
|
injectString("zh-Hans", "Edit Navigation", "Edit Navigation");
|
|
35
35
|
injectString("zh-TW", "Edit Navigation", "Edit Navigation");
|
|
36
36
|
injectString("ro-RO", "Edit Navigation", "Edita\u021Bi navigarea");
|
|
37
|
-
injectString("ar", "Edit Navigation", "\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u062A\u0646\u0642\u0644");
|
|
37
|
+
injectString("ar-001", "Edit Navigation", "\u062A\u0639\u062F\u064A\u0644 \u0627\u0644\u062A\u0646\u0642\u0644");
|
|
38
38
|
injectString("lt-LT", "Edit Navigation", "Redaguoti nar\u0161ym\u0105");
|
|
39
39
|
injectString("lv-LV", "Edit Navigation", "Redi\u0123\u0113t navig\u0101ciju");
|
|
40
40
|
injectString("ka-GE", "Edit Navigation", "\u10DC\u10D0\u10D5\u10D8\u10D2\u10D0\u10EA\u10D8\u10D8\u10E1 \u10E0\u10D4\u10D3\u10D0\u10E5\u10E2\u10D8\u10E0\u10D4\u10D1\u10D0");
|
|
@@ -34,7 +34,7 @@ injectString("tr", "Configure", "Yap\u0131land\u0131r");
|
|
|
34
34
|
injectString("zh-Hans", "Configure", "\u914D\u7F6E");
|
|
35
35
|
injectString("zh-TW", "Configure", "\u914D\u7F6E");
|
|
36
36
|
injectString("ro-RO", "Configure", "Configura\u021Bi");
|
|
37
|
-
injectString("ar", "Configure", "\u062A\u0643\u0648\u064A\u0646");
|
|
37
|
+
injectString("ar-001", "Configure", "\u062A\u0643\u0648\u064A\u0646");
|
|
38
38
|
injectString("lt-LT", "Configure", "Konfig\u016Bruoti");
|
|
39
39
|
injectString("lv-LV", "Configure", "Konfigur\u0113t");
|
|
40
40
|
injectString("ka-GE", "Configure", "\u10D9\u10DD\u10DC\u10E4\u10D8\u10D2\u10E3\u10E0\u10D0\u10EA\u10D8\u10D0");
|
|
@@ -34,7 +34,7 @@ injectString("tr", "Expand Navigation", "Expand Navigation");
|
|
|
34
34
|
injectString("zh-Hans", "Expand Navigation", "Expand Navigation");
|
|
35
35
|
injectString("zh-TW", "Expand Navigation", "Expand Navigation");
|
|
36
36
|
injectString("ro-RO", "Expand Navigation", "Extinde\u021Bi navigarea");
|
|
37
|
-
injectString("ar", "Expand Navigation", "\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0646\u0642\u0644");
|
|
37
|
+
injectString("ar-001", "Expand Navigation", "\u062A\u0648\u0633\u064A\u0639 \u0627\u0644\u062A\u0646\u0642\u0644");
|
|
38
38
|
injectString("lt-LT", "Expand Navigation", "I\u0161pl\u0117sti nar\u0161ym\u0105");
|
|
39
39
|
injectString("lv-LV", "Expand Navigation", "Izv\u0113rst navig\u0101ciju");
|
|
40
40
|
injectString("ka-GE", "Expand Navigation", "\u10DC\u10D0\u10D5\u10D8\u10D2\u10D0\u10EA\u10D8\u10D8\u10E1 \u10D2\u10D0\u10E8\u10DA\u10D0");
|
|
@@ -67,7 +67,7 @@ injectString("tr", "Collapse Navigation", "Collapse Navigation");
|
|
|
67
67
|
injectString("zh-Hans", "Collapse Navigation", "Collapse Navigation");
|
|
68
68
|
injectString("zh-TW", "Collapse Navigation", "Collapse Navigation");
|
|
69
69
|
injectString("ro-RO", "Collapse Navigation", "Restr\xE2nge\u021Bi navigarea");
|
|
70
|
-
injectString("ar", "Collapse Navigation", "\u0637\u064A \u0627\u0644\u062A\u0646\u0642\u0644");
|
|
70
|
+
injectString("ar-001", "Collapse Navigation", "\u0637\u064A \u0627\u0644\u062A\u0646\u0642\u0644");
|
|
71
71
|
injectString("lt-LT", "Collapse Navigation", "Sutraukti nar\u0161ym\u0105");
|
|
72
72
|
injectString("lv-LV", "Collapse Navigation", "Sak\u013Caut navig\u0101ciju");
|
|
73
73
|
injectString("ka-GE", "Collapse Navigation", "\u10DC\u10D0\u10D5\u10D8\u10D2\u10D0\u10EA\u10D8\u10D8\u10E1 \u10E9\u10D0\u10D9\u10D4\u10EA\u10D5\u10D0");
|
|
@@ -42,7 +42,7 @@ injectString("tr", "Search", "Ara");
|
|
|
42
42
|
injectString("zh-Hans", "Search", "\u641C\u7D22");
|
|
43
43
|
injectString("zh-TW", "Search", "\u641C\u5C0B");
|
|
44
44
|
injectString("ro-RO", "Search", "C\u0103uta\u021Bi");
|
|
45
|
-
injectString("ar", "Search", "\u0628\u062D\u062B");
|
|
45
|
+
injectString("ar-001", "Search", "\u0628\u062D\u062B");
|
|
46
46
|
injectString("lt-LT", "Search", "Ie\u0161koti");
|
|
47
47
|
injectString("lv-LV", "Search", "Mekl\u0113t");
|
|
48
48
|
injectString("ka-GE", "Search", "\u10EB\u10D8\u10D4\u10D1\u10D0");
|
|
@@ -75,7 +75,7 @@ injectString("tr", "Close search", "Close search");
|
|
|
75
75
|
injectString("zh-Hans", "Close search", "Close search");
|
|
76
76
|
injectString("zh-TW", "Close search", "Close search");
|
|
77
77
|
injectString("ro-RO", "Close search", "Close search");
|
|
78
|
-
injectString("ar", "Close search", "\u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0628\u062D\u062B");
|
|
78
|
+
injectString("ar-001", "Close search", "\u0625\u063A\u0644\u0627\u0642 \u0627\u0644\u0628\u062D\u062B");
|
|
79
79
|
injectString("lt-LT", "Close search", "U\u017Edaryti paie\u0161k\u0105");
|
|
80
80
|
injectString("lv-LV", "Close search", "Aizv\u0113rt mekl\u0113\u0161anu");
|
|
81
81
|
injectString("ka-GE", "Close search", "\u10EB\u10D8\u10D4\u10D1\u10D8\u10E1 \u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0");
|
|
@@ -36,7 +36,7 @@ injectString("tr", "More", "Di\u011Fer");
|
|
|
36
36
|
injectString("zh-Hans", "More", "\u66F4\u591A");
|
|
37
37
|
injectString("zh-TW", "More", "\u66F4\u591A");
|
|
38
38
|
injectString("ro-RO", "More", "Mai multe");
|
|
39
|
-
injectString("ar", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
39
|
+
injectString("ar-001", "More", "\u0627\u0644\u0645\u0632\u064A\u062F");
|
|
40
40
|
injectString("lt-LT", "More", "Daugiau");
|
|
41
41
|
injectString("lv-LV", "More", "Vair\u0101k");
|
|
42
42
|
injectString("ka-GE", "More", "\u10DB\u10D4\u10E2\u10D8");
|
|
@@ -40,7 +40,7 @@ injectString("tr", "Close", "Kapat");
|
|
|
40
40
|
injectString("zh-Hans", "Close", "\u5173\u95ED");
|
|
41
41
|
injectString("zh-TW", "Close", "\u95DC\u9589");
|
|
42
42
|
injectString("ro-RO", "Close", "\xCEnchide");
|
|
43
|
-
injectString("ar", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
43
|
+
injectString("ar-001", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
44
44
|
injectString("lt-LT", "Close", "U\u017Edaryti");
|
|
45
45
|
injectString("lv-LV", "Close", "Aizv\u0113rt");
|
|
46
46
|
injectString("ka-GE", "Close", "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0");
|
|
@@ -44,7 +44,7 @@ injectString("tr", "Previous page", "\xD6nceki sayfa");
|
|
|
44
44
|
injectString("zh-Hans", "Previous page", "\u4E0A\u4E00\u9875");
|
|
45
45
|
injectString("zh-TW", "Previous page", "\u4E0A\u4E00\u9801");
|
|
46
46
|
injectString("ro-RO", "Previous page", "Pagina anterioar\u0103");
|
|
47
|
-
injectString("ar", "Previous page", "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629");
|
|
47
|
+
injectString("ar-001", "Previous page", "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629");
|
|
48
48
|
injectString("lt-LT", "Previous page", "Ankstesnis puslapis");
|
|
49
49
|
injectString("lv-LV", "Previous page", "Iepriek\u0161\u0113j\u0101 lapa");
|
|
50
50
|
injectString("ka-GE", "Previous page", "\u10EC\u10D8\u10DC\u10D0 \u10D2\u10D5\u10D4\u10E0\u10D3\u10D8");
|
|
@@ -77,7 +77,7 @@ injectString("tr", "Next page", "Sonraki sayfa");
|
|
|
77
77
|
injectString("zh-Hans", "Next page", "\u4E0B\u4E00\u9875");
|
|
78
78
|
injectString("zh-TW", "Next page", "\u4E0B\u4E00\u9801");
|
|
79
79
|
injectString("ro-RO", "Next page", "Pagina urm\u0103toare");
|
|
80
|
-
injectString("ar", "Next page", "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629");
|
|
80
|
+
injectString("ar-001", "Next page", "\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629");
|
|
81
81
|
injectString("lt-LT", "Next page", "Kitas puslapis");
|
|
82
82
|
injectString("lv-LV", "Next page", "N\u0101kam\u0101 lapa");
|
|
83
83
|
injectString("ka-GE", "Next page", "\u10E8\u10D4\u10DB\u10D3\u10D4\u10D2\u10D8 \u10D2\u10D5\u10D4\u10E0\u10D3\u10D8");
|
|
@@ -35,7 +35,7 @@ injectString("tr", "Showing {from} - {to} of {total}", "{from} - {to} / {total}
|
|
|
35
35
|
injectString("zh-Hans", "Showing {from} - {to} of {total}", "\u663E\u793A {from} - {to} \u9875\uFF0C\u5171 {total} \u9875");
|
|
36
36
|
injectString("zh-TW", "Showing {from} - {to} of {total}", "\u986F\u793A {from} - {to} (\u5171 {total})");
|
|
37
37
|
injectString("ro-RO", "Showing {from} - {to} of {total}", "Se afi\u0219eaz\u0103 {from}-{to} din {total}");
|
|
38
|
-
injectString("ar", "Showing {from} - {to} of {total}", "\u0639\u0631\u0636 {from} - {to} \u0645\u0646 {total}");
|
|
38
|
+
injectString("ar-001", "Showing {from} - {to} of {total}", "\u0639\u0631\u0636 {from} - {to} \u0645\u0646 {total}");
|
|
39
39
|
injectString("lt-LT", "Showing {from} - {to} of {total}", "Rodoma {from} - {to} i\u0161 {total}");
|
|
40
40
|
injectString("lv-LV", "Showing {from} - {to} of {total}", "R\u0101da {from} - {to} no {total}");
|
|
41
41
|
injectString("ka-GE", "Showing {from} - {to} of {total}", "\u10DC\u10D0\u10E9\u10D5\u10D4\u10DC\u10D4\u10D1\u10D8\u10D0 {from} - {to} \u10E1\u10E3\u10DA {total}-\u10D3\u10D0\u10DC");
|
|
@@ -41,7 +41,7 @@ injectString("tr", "Close", "Kapat");
|
|
|
41
41
|
injectString("zh-Hans", "Close", "\u5173\u95ED");
|
|
42
42
|
injectString("zh-TW", "Close", "\u95DC\u9589");
|
|
43
43
|
injectString("ro-RO", "Close", "\xCEnchide");
|
|
44
|
-
injectString("ar", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
44
|
+
injectString("ar-001", "Close", "\u0625\u063A\u0644\u0627\u0642");
|
|
45
45
|
injectString("lt-LT", "Close", "U\u017Edaryti");
|
|
46
46
|
injectString("lv-LV", "Close", "Aizv\u0113rt");
|
|
47
47
|
injectString("ka-GE", "Close", "\u10D3\u10D0\u10EE\u10E3\u10E0\u10D5\u10D0");
|
|
@@ -36,7 +36,7 @@ injectString("tr", "Remove selection", "Se\xE7imi kald\u0131r");
|
|
|
36
36
|
injectString("zh-Hans", "Remove selection", "\u5220\u9664\u6240\u9009\u5185\u5BB9");
|
|
37
37
|
injectString("zh-TW", "Remove selection", "\u79FB\u9664\u9078\u53D6\u9805\u76EE");
|
|
38
38
|
injectString("ro-RO", "Remove selection", "Elimina\u021Bi selec\u021Bia");
|
|
39
|
-
injectString("ar", "Remove selection", "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062A\u062D\u062F\u064A\u062F");
|
|
39
|
+
injectString("ar-001", "Remove selection", "\u0625\u0632\u0627\u0644\u0629 \u0627\u0644\u062A\u062D\u062F\u064A\u062F");
|
|
40
40
|
injectString("lt-LT", "Remove selection", "Pa\u0161alinti pasirinkim\u0105");
|
|
41
41
|
injectString("lv-LV", "Remove selection", "No\u0146emt atlasi");
|
|
42
42
|
injectString("ka-GE", "Remove selection", "\u10DB\u10DD\u10DC\u10D8\u10E8\u10D5\u10DC\u10D8\u10E1 \u10D2\u10D0\u10E3\u10E5\u10DB\u10D4\u10D1\u10D0");
|
package/dist/pillBox/pillBox.js
CHANGED
|
@@ -41,7 +41,7 @@ injectString("tr", "and {0} more", "ve {0} tane daha");
|
|
|
41
41
|
injectString("zh-Hans", "and {0} more", "\u548C\u53E6\u5916 {0} \u9879");
|
|
42
42
|
injectString("zh-TW", "and {0} more", "\u9084\u6709 {0} \u500B");
|
|
43
43
|
injectString("ro-RO", "and {0} more", "\u0219i {0} \xEEn plus");
|
|
44
|
-
injectString("ar", "and {0} more", "\u0648 {0} \u0625\u0636\u0627\u0641\u064A");
|
|
44
|
+
injectString("ar-001", "and {0} more", "\u0648 {0} \u0625\u0636\u0627\u0641\u064A");
|
|
45
45
|
injectString("lt-LT", "and {0} more", "ir dar {0}");
|
|
46
46
|
injectString("lv-LV", "and {0} more", "un v\u0113l {0}");
|
|
47
47
|
injectString("ka-GE", "and {0} more", "\u10D3\u10D0 \u10D9\u10D8\u10D3\u10D4\u10D5 {0}");
|
|
@@ -74,7 +74,7 @@ injectString("tr", "Selected:", "Se\xE7ilen:");
|
|
|
74
74
|
injectString("zh-Hans", "Selected:", "\u5DF2\u9009\uFF1A");
|
|
75
75
|
injectString("zh-TW", "Selected:", "\u5DF2\u9078\u53D6\uFF1A");
|
|
76
76
|
injectString("ro-RO", "Selected:", "Selec\u021Bie:");
|
|
77
|
-
injectString("ar", "Selected:", "\u0627\u0644\u0645\u062D\u062F\u062F:");
|
|
77
|
+
injectString("ar-001", "Selected:", "\u0627\u0644\u0645\u062D\u062F\u062F:");
|
|
78
78
|
injectString("lt-LT", "Selected:", "Pasirinkta:");
|
|
79
79
|
injectString("lv-LV", "Selected:", "Atlas\u012Bts:");
|
|
80
80
|
injectString("ka-GE", "Selected:", "\u10D0\u10E0\u10E9\u10D4\u10E3\u10DA\u10D8:");
|
|
@@ -107,7 +107,7 @@ injectString("tr", "All", "T\xFCm\xFC");
|
|
|
107
107
|
injectString("zh-Hans", "All", "\u5168\u90E8");
|
|
108
108
|
injectString("zh-TW", "All", "\u5168\u90E8");
|
|
109
109
|
injectString("ro-RO", "All", "Toate");
|
|
110
|
-
injectString("ar", "All", "\u0627\u0644\u0643\u0644");
|
|
110
|
+
injectString("ar-001", "All", "\u0627\u0644\u0643\u0644");
|
|
111
111
|
injectString("lt-LT", "All", "Visi");
|
|
112
112
|
injectString("lv-LV", "All", "Visi");
|
|
113
113
|
injectString("ka-GE", "All", "\u10E7\u10D5\u10D4\u10DA\u10D0");
|
|
@@ -34,7 +34,7 @@ injectString("tr", "View all", "T\xFCm\xFCn\xFC g\xF6r\xFCnt\xFCle");
|
|
|
34
34
|
injectString("zh-Hans", "View all", "\u67E5\u770B\u5168\u90E8");
|
|
35
35
|
injectString("zh-TW", "View all", "\u6AA2\u8996\u5168\u90E8");
|
|
36
36
|
injectString("ro-RO", "View all", "Vezi tot");
|
|
37
|
-
injectString("ar", "View all", "\u0639\u0631\u0636 \u0627\u0644\u0643\u0644");
|
|
37
|
+
injectString("ar-001", "View all", "\u0639\u0631\u0636 \u0627\u0644\u0643\u0644");
|
|
38
38
|
injectString("lt-LT", "View all", "Per\u017Ei\u016Br\u0117ti visus");
|
|
39
39
|
injectString("lv-LV", "View all", "Skat\u012Bt visu");
|
|
40
40
|
injectString("ka-GE", "View all", "\u10E7\u10D5\u10D4\u10DA\u10D0\u10E1 \u10DC\u10D0\u10EE\u10D5\u10D0");
|