From c3f2a49e0fee9ca64c060763d1f313bc91c51557 Mon Sep 17 00:00:00 2001 From: kendo-bot Date: Mon, 29 Jan 2024 04:18:34 +0000 Subject: [PATCH] Sync with Kendo UI Professional --- .../grid/columns/column-menu.md | 2 +- .../sass-themes/compatibility.md | 1 + .../sass-themes/compatibility.md | 1 + package-lock.json | 14 +++--- package.json | 14 +++--- src/messages/kendo.messages.bg-BG.js | 44 +++++++++++++++++++ src/messages/kendo.messages.en-AU.js | 44 +++++++++++++++++++ src/messages/kendo.messages.en-CA.js | 44 +++++++++++++++++++ src/messages/kendo.messages.en-GB.js | 44 +++++++++++++++++++ src/messages/kendo.messages.en-US.js | 44 +++++++++++++++++++ 10 files changed, 237 insertions(+), 15 deletions(-) diff --git a/docs-aspnet/html-helpers/data-management/grid/columns/column-menu.md b/docs-aspnet/html-helpers/data-management/grid/columns/column-menu.md index 6611703a8ff..947b05e2e2c 100644 --- a/docs-aspnet/html-helpers/data-management/grid/columns/column-menu.md +++ b/docs-aspnet/html-helpers/data-management/grid/columns/column-menu.md @@ -42,7 +42,7 @@ The following example shows how to set up the global column menu and enable the ``` {% endif %} -For a runnable example with the global column menu, see the [Grid Global Column Menu demo](https://demos.telerik.com/{{site.platform}}/grid/global-column-menu). +For a runnable example with the global column menu, see the [Grid Global Column Menu demo](https://demos.telerik.com/{{site.platform}}/grid/toolbar-columns-menu). ## Column Reordering diff --git a/docs-aspnet/styles-and-layout/sass-themes/compatibility.md b/docs-aspnet/styles-and-layout/sass-themes/compatibility.md index 0748ba0766c..9ba9189a09f 100644 --- a/docs-aspnet/styles-and-layout/sass-themes/compatibility.md +++ b/docs-aspnet/styles-and-layout/sass-themes/compatibility.md @@ -12,6 +12,7 @@ The following table lists the Telerik UI for {{ site.framework }} versions and t | Telerik UI for {{ site.framework }} | Kendo UI Sass Themes | |:--- |:--- | +| Telerik UI 2024.1.130 (Q1 2024.1.130) | @progress/kendo-theme-bootstrap@7.2.0
@progress/kendo-theme-classic@7.2.0
@progress/kendo-theme-default@7.2.0
@progress/kendo-theme-fluent@7.2.0
@progress/kendo-theme-material@7.2.0 | | Telerik UI 2023.3.1114 (R3 2023 SP1) | @progress/kendo-theme-bootstrap@7.0.2
@progress/kendo-theme-classic@7.0.2
@progress/kendo-theme-default@7.0.2
@progress/kendo-theme-fluent@7.0.2
@progress/kendo-theme-material@7.0.2 | | Telerik UI 2023.3.1010 (R3 2023) | @progress/kendo-theme-bootstrap@7.0.1
@progress/kendo-theme-classic@7.0.1
@progress/kendo-theme-default@7.0.1
@progress/kendo-theme-fluent@7.0.1
@progress/kendo-theme-material@7.0.1 | | Telerik UI 2023.2.829 (R2 2023 SP2) | @progress/kendo-theme-bootstrap@6.7.0
@progress/kendo-theme-classic@6.7.0
@progress/kendo-theme-default@6.7.0
@progress/kendo-theme-fluent@6.7.0
@progress/kendo-theme-material@6.7.0 | diff --git a/docs/styles-and-layout/sass-themes/compatibility.md b/docs/styles-and-layout/sass-themes/compatibility.md index 88a30e50bb5..5ba4f3818a7 100644 --- a/docs/styles-and-layout/sass-themes/compatibility.md +++ b/docs/styles-and-layout/sass-themes/compatibility.md @@ -13,6 +13,7 @@ The following table lists the Kendo UI for jQuery and Kendo UI Sass themes versi | kendo UI for jQuery | Kendo UI Sass Themes | |:--- |:--- | +| Kendo UI 2024.1.130 (Q1 2024.1.130) | @progress/kendo-theme-bootstrap@7.2.0
@progress/kendo-theme-classic@7.2.0
@progress/kendo-theme-default@7.2.0
@progress/kendo-theme-fluent@7.2.0
@progress/kendo-theme-material@7.2.0 | | Kendo UI 2023.3.1114 (R3 2023 SP1) | @progress/kendo-theme-bootstrap@7.0.2
@progress/kendo-theme-classic@7.0.2
@progress/kendo-theme-default@7.0.2
@progress/kendo-theme-fluent@7.0.2
@progress/kendo-theme-material@7.0.2 | | Kendo UI 2023.3.1010 (R3 2023) | @progress/kendo-theme-bootstrap@7.0.1
@progress/kendo-theme-classic@7.0.1
@progress/kendo-theme-default@7.0.1
@progress/kendo-theme-fluent@7.0.1
@progress/kendo-theme-material@7.0.1 | | Kendo UI 2023.2.829 (R2 2023 SP2) | @progress/kendo-theme-bootstrap@6.7.0
@progress/kendo-theme-classic@6.7.0
@progress/kendo-theme-default@6.7.0
@progress/kendo-theme-fluent@6.7.0
@progress/kendo-theme-material@6.7.0 | diff --git a/package-lock.json b/package-lock.json index 3ff38fe17ed..700d8f79379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,13 +10,13 @@ "license": "Apache-2.0", "devDependencies": { "@progress/kendo-svg-icons": "^2.1.0", - "@progress/kendo-theme-bootstrap": "^7.2.0", - "@progress/kendo-theme-classic": "^7.2.0", - "@progress/kendo-theme-core": "^7.2.0", - "@progress/kendo-theme-default": "^7.2.0", - "@progress/kendo-theme-fluent": "^7.2.0", - "@progress/kendo-theme-material": "^7.2.0", - "@progress/kendo-theme-utils": "^7.2.0", + "@progress/kendo-theme-bootstrap": "7.2.0", + "@progress/kendo-theme-classic": "7.2.0", + "@progress/kendo-theme-core": "7.2.0", + "@progress/kendo-theme-default": "7.2.0", + "@progress/kendo-theme-fluent": "7.2.0", + "@progress/kendo-theme-material": "7.2.0", + "@progress/kendo-theme-utils": "7.2.0", "@progress/wct-a11y-spec": "^2.0.9", "@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-node-resolve": "^13.3.0", diff --git a/package.json b/package.json index 21a43b7e63e..f5c38dfa6fa 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,13 @@ "version": "1.0.0", "devDependencies": { "@progress/kendo-svg-icons": "^2.1.0", - "@progress/kendo-theme-bootstrap": "^7.2.0", - "@progress/kendo-theme-classic": "^7.2.0", - "@progress/kendo-theme-core": "^7.2.0", - "@progress/kendo-theme-default": "^7.2.0", - "@progress/kendo-theme-fluent": "^7.2.0", - "@progress/kendo-theme-material": "^7.2.0", - "@progress/kendo-theme-utils": "^7.2.0", + "@progress/kendo-theme-bootstrap": "7.2.0", + "@progress/kendo-theme-classic": "7.2.0", + "@progress/kendo-theme-core": "7.2.0", + "@progress/kendo-theme-default": "7.2.0", + "@progress/kendo-theme-fluent": "7.2.0", + "@progress/kendo-theme-material": "7.2.0", + "@progress/kendo-theme-utils": "7.2.0", "@progress/wct-a11y-spec": "^2.0.9", "@rollup/plugin-buble": "^0.21.3", "@rollup/plugin-node-resolve": "^13.3.0", diff --git a/src/messages/kendo.messages.bg-BG.js b/src/messages/kendo.messages.bg-BG.js index 2f2aa0eeed8..62043a1621c 100644 --- a/src/messages/kendo.messages.bg-BG.js +++ b/src/messages/kendo.messages.bg-BG.js @@ -835,6 +835,50 @@ if (kendo.ui.TreeListPager) { }); } +/* PivotConfiguratorV2 messages */ + +if (kendo.ui.PivotConfiguratorV2) { + kendo.ui.PivotConfiguratorV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotConfiguratorV2.prototype.options.messages, { + "title": "Настройки", + "cancelButtonText": "Отказ", + "applyButtonText": "Приложи", + "measures": "Избери полета за начална настройка", + "columns": "Избери полета за начална настройка", + "rows": "Избери полета за начална настройка" + }); +} + +/* PivotFieldMenuV2 messages */ + +if (kendo.ui.PivotFieldMenuV2) { + kendo.ui.PivotFieldMenuV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotFieldMenuV2.prototype.options.messages, { + "apply": "Приложи", + "sortAscending": "Сортирай възходящо", + "sortDescending": "Сортирай низходящо", + "filterFields": "Филтрирай полета", + "filter": "Филтрирай", + "include": "Включи полета...", + "clear": "Премахни", + "reset": "Нулирай", + "moveToColumns": "Премести в Колони", + "moveToRows": "Премести в Редове", + "movePrevious": "Премести преди", + "moveNext": "Премести след", + "filterOperatorsDropDownLabel": "Регионални оператори за филтриране", + "filterValueTextBoxLabel": "Регионална стойност за филтриране", + "operators": { + "eq": "Е равно на", + "neq": "Не е равно на", + "startswith": "Започва с", + "contains": "Съдържа", + "doesnotcontain": "Не съдържа", + "endswith": "Завършва на" + } + }); +} + /* FilterMenu messages */ if (kendo.ui.FilterMenu) { diff --git a/src/messages/kendo.messages.en-AU.js b/src/messages/kendo.messages.en-AU.js index 94f6b7bb95b..d164c096ef0 100644 --- a/src/messages/kendo.messages.en-AU.js +++ b/src/messages/kendo.messages.en-AU.js @@ -642,6 +642,50 @@ $.extend(true, kendo.ui.PivotFieldMenu.prototype.options.messages,{ }); } +/* PivotConfiguratorV2 messages */ + +if (kendo.ui.PivotConfiguratorV2) { + kendo.ui.PivotConfiguratorV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotConfiguratorV2.prototype.options.messages, { + "title": "Settings", + "cancelButtonText": "Cancel", + "applyButtonText": "Apply", + "measures": "Select some fields to begin setup", + "columns": "Select some fields to begin setup", + "rows": "Select some fields to begin setup" + }); +} + +/* PivotFieldMenuV2 messages */ + +if (kendo.ui.PivotFieldMenuV2) { + kendo.ui.PivotFieldMenuV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotFieldMenuV2.prototype.options.messages, { + "apply": "Apply", + "sortAscending": "Sort Ascending", + "sortDescending": "Sort Descending", + "filterFields": "Fields Filter", + "filter": "Filter", + "include": "Include Fields...", + "clear": "Clear", + "reset": "Reset", + "moveToColumns": "Move to Columns", + "moveToRows": "Move to Rows", + "movePrevious": "Move previous", + "moveNext": "Move next", + "filterOperatorsDropDownLabel": "Region Filter Operators", + "filterValueTextBoxLabel": "Region Filter Value", + "operators": { + "contains": "Contains", + "doesnotcontain": "Does not contain", + "startswith": "Starts with", + "endswith": "Ends with", + "eq": "Is equal to", + "neq": "Is not equal to" + } + }); +} + /* RecurrenceEditor messages */ if (kendo.ui.RecurrenceEditor) { diff --git a/src/messages/kendo.messages.en-CA.js b/src/messages/kendo.messages.en-CA.js index 72bc7cfd3ff..b85583baced 100644 --- a/src/messages/kendo.messages.en-CA.js +++ b/src/messages/kendo.messages.en-CA.js @@ -653,6 +653,50 @@ $.extend(true, kendo.ui.PivotFieldMenu.prototype.options.messages,{ }); } +/* PivotConfiguratorV2 messages */ + +if (kendo.ui.PivotConfiguratorV2) { + kendo.ui.PivotConfiguratorV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotConfiguratorV2.prototype.options.messages, { + "title": "Settings", + "cancelButtonText": "Cancel", + "applyButtonText": "Apply", + "measures": "Select some fields to begin setup", + "columns": "Select some fields to begin setup", + "rows": "Select some fields to begin setup" + }); +} + +/* PivotFieldMenuV2 messages */ + +if (kendo.ui.PivotFieldMenuV2) { + kendo.ui.PivotFieldMenuV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotFieldMenuV2.prototype.options.messages, { + "apply": "Apply", + "sortAscending": "Sort Ascending", + "sortDescending": "Sort Descending", + "filterFields": "Fields Filter", + "filter": "Filter", + "include": "Include Fields...", + "clear": "Clear", + "reset": "Reset", + "moveToColumns": "Move to Columns", + "moveToRows": "Move to Rows", + "movePrevious": "Move previous", + "moveNext": "Move next", + "filterOperatorsDropDownLabel": "Region Filter Operators", + "filterValueTextBoxLabel": "Region Filter Value", + "operators": { + "contains": "Contains", + "doesnotcontain": "Does not contain", + "startswith": "Starts with", + "endswith": "Ends with", + "eq": "Is equal to", + "neq": "Is not equal to" + } + }); +} + /* RecurrenceEditor messages */ if (kendo.ui.RecurrenceEditor) { diff --git a/src/messages/kendo.messages.en-GB.js b/src/messages/kendo.messages.en-GB.js index 1a5aefb1e6a..97bc2042224 100644 --- a/src/messages/kendo.messages.en-GB.js +++ b/src/messages/kendo.messages.en-GB.js @@ -702,6 +702,50 @@ $.extend(true, kendo.ui.PivotFieldMenu.prototype.options.messages,{ }); } +/* PivotConfiguratorV2 messages */ + +if (kendo.ui.PivotConfiguratorV2) { + kendo.ui.PivotConfiguratorV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotConfiguratorV2.prototype.options.messages, { + "title": "Settings", + "cancelButtonText": "Cancel", + "applyButtonText": "Apply", + "measures": "Select some fields to begin setup", + "columns": "Select some fields to begin setup", + "rows": "Select some fields to begin setup" + }); +} + +/* PivotFieldMenuV2 messages */ + +if (kendo.ui.PivotFieldMenuV2) { + kendo.ui.PivotFieldMenuV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotFieldMenuV2.prototype.options.messages, { + "apply": "Apply", + "sortAscending": "Sort Ascending", + "sortDescending": "Sort Descending", + "filterFields": "Fields Filter", + "filter": "Filter", + "include": "Include Fields...", + "clear": "Clear", + "reset": "Reset", + "moveToColumns": "Move to Columns", + "moveToRows": "Move to Rows", + "movePrevious": "Move previous", + "moveNext": "Move next", + "filterOperatorsDropDownLabel": "Region Filter Operators", + "filterValueTextBoxLabel": "Region Filter Value", + "operators": { + "contains": "Contains", + "doesnotcontain": "Does not contain", + "startswith": "Starts with", + "endswith": "Ends with", + "eq": "Is equal to", + "neq": "Is not equal to" + } + }); +} + /* RecurrenceEditor messages */ if (kendo.ui.RecurrenceEditor) { diff --git a/src/messages/kendo.messages.en-US.js b/src/messages/kendo.messages.en-US.js index beacd7cde65..be1eee8d1ef 100644 --- a/src/messages/kendo.messages.en-US.js +++ b/src/messages/kendo.messages.en-US.js @@ -739,6 +739,50 @@ $.extend(true, kendo.ui.PivotFieldMenu.prototype.options.messages,{ }); } +/* PivotConfiguratorV2 messages */ + + if (kendo.ui.PivotConfiguratorV2) { + kendo.ui.PivotConfiguratorV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotConfiguratorV2.prototype.options.messages, { + "title": "Settings", + "cancelButtonText": "Cancel", + "applyButtonText": "Apply", + "measures": "Select some fields to begin setup", + "columns": "Select some fields to begin setup", + "rows": "Select some fields to begin setup" + }); + } + + /* PivotFieldMenuV2 messages */ + + if (kendo.ui.PivotFieldMenuV2) { + kendo.ui.PivotFieldMenuV2.prototype.options.messages = + $.extend(true, kendo.ui.PivotFieldMenuV2.prototype.options.messages, { + "apply": "Apply", + "sortAscending": "Sort Ascending", + "sortDescending": "Sort Descending", + "filterFields": "Fields Filter", + "filter": "Filter", + "include": "Include Fields...", + "clear": "Clear", + "reset": "Reset", + "moveToColumns": "Move to Columns", + "moveToRows": "Move to Rows", + "movePrevious": "Move previous", + "moveNext": "Move next", + "filterOperatorsDropDownLabel": "Region Filter Operators", + "filterValueTextBoxLabel": "Region Filter Value", + "operators": { + "contains": "Contains", + "doesnotcontain": "Does not contain", + "startswith": "Starts with", + "endswith": "Ends with", + "eq": "Is equal to", + "neq": "Is not equal to" + } + }); + } + /* RecurrenceEditor messages */ if (kendo.ui.RecurrenceEditor) {