Skip to content

Commit 83b5a8d

Browse files
committed
Sync with Kendo UI Professional
1 parent 4a15322 commit 83b5a8d

File tree

10 files changed

+46
-27
lines changed

10 files changed

+46
-27
lines changed

docs/api/javascript/dataviz/ui/arcgauge.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -457,14 +457,16 @@ Reverses the scale direction - values are increase anticlockwise.
457457
The start angle of the gauge.
458458
The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
459459

460-
### theme `String`
460+
### theme `String` *(default: "sass")*
461461

462-
The gauge theme. This can be either a built-in theme or "sass".
462+
The gauge theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass".
463463
When set to "sass" the gauge will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
464464

465+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
466+
465467
The supported values are:
466468

467-
* "sass" - special value, see notes
469+
* "sass"
468470
* "black"
469471
* "blueopal"
470472
* "bootstrap"

docs/api/javascript/dataviz/ui/chart.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23140,14 +23140,16 @@ If set to `true` the chart will display the subtitle. By default the subtitle wi
2314023140
});
2314123141
</script>
2314223142

23143-
### theme `String`
23143+
### theme `String` *(default: "sass")*
2314423144

23145-
The chart theme. This can be either a built-in theme or "sass".
23146-
When set to "sass" the chart will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}). More information on the built-in themes could be found in the [Less-based themes]({% slug themesandappearnce_kendoui_desktopwidgets%}) article.
23145+
The chart theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass".
23146+
When set to "sass" the chart will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
23147+
23148+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
2314723149

2314823150
The supported values are:
2314923151

23150-
* "sass" - special value, see notes
23152+
* "sass"
2315123153
* "black"
2315223154
* "blueopal"
2315323155
* "bootstrap"

docs/api/javascript/dataviz/ui/circulargauge.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,14 +442,16 @@ Reverses the scale direction - values are increase anticlockwise.
442442
The start angle of the gauge.
443443
The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
444444

445-
### theme `String`
445+
### theme `String` *(default: "sass")*
446446

447-
The gauge theme. This can be either a built-in theme or "sass".
447+
The gauge theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass".
448448
When set to "sass" the gauge will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
449449

450+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
451+
450452
The supported values are:
451453

452-
* "sass" - special value, see notes
454+
* "sass"
453455
* "black"
454456
* "blueopal"
455457
* "bootstrap"

docs/api/javascript/dataviz/ui/diagram.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6644,12 +6644,14 @@ Defines the y-coordinate of the shape when added to the Diagram. Does not take e
66446644

66456645
The [`template`](/api/javascript/kendo/methods/template) which renders the content of the shape when bound to a dataSource. The names you can use in the template correspond to the properties used in the dataSource. For an example, refer to the dataSource topic below.
66466646

6647-
### theme `String`
6647+
### theme `String` *(default: "sass")*
66486648

6649-
The diagram theme. This can be either a built-in theme or `"sass"`. When set to "sass" the diagram will read the variables from a [Sass-based theme]({% slug sassbasedthemes_kendoui %}).
6649+
The diagram theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass". When set to "sass" the diagram will read the variables from a [Sass-based theme]({% slug sassbasedthemes_kendoui %}).
6650+
6651+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
66506652

66516653
The supported values are:
6652-
* "sass" - works only when a custom Sass theme is loaded in the page
6654+
* "sass"
66536655
* "black"
66546656
* "blueopal"
66556657
* "bootstrap"

docs/api/javascript/dataviz/ui/lineargauge.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -871,14 +871,16 @@ Reverses the axis direction - values increase from right to left and from top to
871871

872872
The position of the gauge.
873873

874-
### theme `String`
874+
### theme `String` *(default: "sass")*
875875

876-
The gauge theme. This can be either a built-in theme or "sass".
877-
When set to "sass" the chart will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
876+
The gauge theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass".
877+
When set to "sass" the gauge will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
878+
879+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
878880

879881
The supported values are:
880882

881-
* "sass" - special value, see notes
883+
* "sass"
882884
* "black"
883885
* "blueopal"
884886
* "bootstrap"

docs/api/javascript/dataviz/ui/radialgauge.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -561,14 +561,16 @@ Reverses the scale direction - values are increase anticlockwise.
561561
The start angle of the gauge.
562562
The gauge is rendered clockwise(0 degrees are the 180 degrees in the polar coordinate system)
563563

564-
### theme `String`
564+
### theme `String` *(default: "sass")*
565565

566-
The gauge theme. This can be either a built-in theme or "sass".
567-
When set to "sass" the chart will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
566+
The gauge theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass".
567+
When set to "sass" the gauge will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
568+
569+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
568570

569571
The supported values are:
570572

571-
* "sass" - special value, see notes
573+
* "sass"
572574
* "black"
573575
* "blueopal"
574576
* "bootstrap"

docs/api/javascript/dataviz/ui/treemap.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ The Supported values are:
5656
* horizontal
5757
* vertical
5858

59-
### theme `String` *(default: "default")*
59+
### theme `String` *(default: "sass")*
6060

6161
The theme of the TreeMap.
6262

63+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
64+
6365
### valueField `String` *(default: "value")*
6466

6567
The data item field which contains the tile value.

docs/api/javascript/ui/circularprogressbar.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,16 @@ The opacity of the value pointer.
132132
});
133133
</script>
134134

135-
### theme `String`
135+
### theme `String` *(default: "sass")*
136136

137-
The gauge theme. This can be either a built-in theme or "sass".
138-
When set to "sass" the gauge will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
137+
The circularProgressBar theme. With versions prior to R1 2023 this can be either the respective LESS theme from the list below or "sass".
138+
When set to "sass" the circularProgressBar will read the variables from the [Sass-based themes]({% slug sassbasedthemes_kendoui %}).
139+
140+
Note: Since Q2 2024 release, the default value for the `theme` property is "sass" instead of "default". It is recommended to use "sass" with version Q2 2024 or later.
139141

140142
The supported values are:
141143

142-
* "sass" - special value, see notes
144+
* "sass"
143145
* "black"
144146
* "blueopal"
145147
* "bootstrap"

docs/knowledge-base/upload-error-message-console-inaccessible.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ When a server error occurs, the complete server response is logged in the consol
3434
* Firefox&mdash;Install [Firebug](https://getfirebug.com) and enable the **Console** tab.
3535
* Chrome&mdash;Open the JavaScript console (`Ctrl`+`Shift`+`J`).
3636
* Safari&mdash;Enable the **Develop** menu from the **Preferences**/**Advanced** dialog. Open the error console from the **Develop** menu.
37-
* Any browser&mdash;Use a debugging proxy like [Fiddler](https://www.telerik.com/fiddler) or [Charles](http://www.charlesproxy.com/) to obtain the server response.
37+
* Any browser&mdash;Use a debugging proxy like [Charles](http://www.charlesproxy.com/) to obtain the server response.
3838

3939
## See Also
4040

typescript/kendo.all.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4007,6 +4007,7 @@ declare namespace kendo.ui {
40074007
name?: string | undefined;
40084008
adaptiveMode?: "none" | "auto" | undefined;
40094009
animation?: boolean | DatePickerAnimation | undefined;
4010+
autoCorrectParts?: boolean | undefined;
40104011
ARIATemplate?: string | undefined;
40114012
componentType?: string | undefined;
40124013
culture?: string | undefined;
@@ -4199,6 +4200,7 @@ declare namespace kendo.ui {
41994200
name?: string | undefined;
42004201
adaptiveMode?: "none" | "auto" | undefined;
42014202
animation?: boolean | DateTimePickerAnimation | undefined;
4203+
autoCorrectParts?: boolean | undefined;
42024204
ARIATemplate?: string | undefined;
42034205
culture?: string | undefined;
42044206
dateInput?: boolean | undefined;
@@ -12290,6 +12292,7 @@ declare namespace kendo.ui {
1229012292
name?: string | undefined;
1229112293
adaptiveMode?: "none" | "auto" | undefined;
1229212294
animation?: boolean | TimePickerAnimation | undefined;
12295+
autoCorrectParts?: boolean | undefined;
1229312296
culture?: string | undefined;
1229412297
dateInput?: boolean | undefined;
1229512298
dates?: any;

0 commit comments

Comments
 (0)