Skip to content

Commit e17856d

Browse files
committed
Sync with Kendo UI Professional
1 parent d9a7adb commit e17856d

File tree

7 files changed

+31
-18
lines changed

7 files changed

+31
-18
lines changed

docs-aspnet/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,13 +781,13 @@ navigation:
781781
baseurl: /aspnet-core
782782

783783
## The Kendo UI version used
784-
cdnVersion: "2025.2.702"
784+
cdnVersion: "2025.3.812"
785785

786786
## The themes CDN used
787-
themesCdnVersion: "11.0.2"
787+
themesCdnVersion: "11.3.0"
788788

789789
## The MVC Core version used
790-
mvcCoreVersion: "2025.2.702"
790+
mvcCoreVersion: "2025.3.812"
791791

792792
productCode: UIASPCORE
793793

docs-aspnet/docs-builder-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ liquid:
3030
product_url: https://www.telerik.com/aspnet-core-ui
3131
framework: "ASP.NET Core"
3232
framework_short: "Core"
33-
cdnVersion: "2025.2.702"
34-
themesCdnVersion: "11.0.2"
35-
mvcCoreVersion: "2025.2.702"
33+
cdnVersion: "2025.3.812"
34+
themesCdnVersion: "11.3.0"
35+
mvcCoreVersion: "2025.3.812"
3636
platform: aspnet-core
3737
core: true
3838
mvc: false

docs-aspnet/docs-builder-mvc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ liquid:
3030
product_url: https://www.telerik.com/aspnet-mvc
3131
framework: "ASP.NET MVC"
3232
framework_short: "MVC"
33-
cdnVersion: "2025.2.702"
34-
themesCdnVersion: "11.0.2"
35-
mvcCoreVersion: "2025.2.702"
33+
cdnVersion: "2025.3.812"
34+
themesCdnVersion: "11.3.0"
35+
mvcCoreVersion: "2025.3.812"
3636
platform: aspnet-mvc
3737
core: false
3838
mvc: true

docs/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -612,16 +612,16 @@ navigation:
612612
baseurl: /kendo-ui
613613

614614
## The Kendo UI version used
615-
cdnVersion: "2025.2.702"
615+
cdnVersion: "2025.3.812"
616616

617617
## The themes CDN used
618-
themesCdnVersion: "11.0.2"
618+
themesCdnVersion: "11.3.0"
619619

620620
## The Pdfjs CDN version used
621621
pdfjsCdnVersion: "4.6.82"
622622

623623
## The MVC Core version used
624-
mvcCoreVersion: "2025.2.702"
624+
mvcCoreVersion: "2025.3.812"
625625

626626
## Progress NPM Registry
627627
registry_url: 'https://registry.npm.telerik.com/'

docs/api/javascript/ui/speechtotextbutton.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,19 @@ As the SpeechToTextButton inherits from the Kendo UI Button, it supports the com
1515

1616
## Configuration
1717

18+
### enable `Boolean` *(default: true)*
19+
20+
Indicates whether the button must be enabled or disabled. By default, it is enabled, unless a `disabled="disabled"` attribute is detected.
21+
22+
#### Example
23+
24+
<button id="speechButton"></button>
25+
<script>
26+
$("#speechButton").kendoSpeechToTextButton({
27+
enable: false
28+
});
29+
</script>
30+
1831
### integrationMode `String` *(default: "webSpeech")*
1932
Specifies which speech recognition engine or integration the component should use.
2033
- `webSpeech` - Utilizes the browser's native Web Speech API.

docs/docs-builder.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ liquid-output-delimiter-right: "}}"
2626
liquid:
2727
product: "Kendo UI for jQuery"
2828
platform: "kendo-ui"
29-
cdnVersion: "2025.2.702"
30-
themesCdnVersion: "11.0.2"
29+
cdnVersion: "2025.3.812"
30+
themesCdnVersion: "11.3.0"
3131

3232
markdown-replacements:
3333
# TODO:REPLACE WITH SLUGS
@@ -41,8 +41,8 @@ default-code-block-language: js
4141

4242
kendo-api-path: ./api
4343
dojo-scripts:
44-
kendoCdnVersion: 2025.2.702
45-
themesCdnVersion: 11.0.2
44+
kendoCdnVersion: 2025.3.812
45+
themesCdnVersion: 11.3.0
4646
pdfJsVersion: 4.6.82
4747
jQueryVersion: 3.4.1
4848

@@ -2044,4 +2044,4 @@ redirects:
20442044
to: https://www.progress.com/legal/documentation-copyright
20452045

20462046
- from: ^/intro/scripts/(.*)$
2047-
to: /intro/creating-custom-bundles
2047+
to: /intro/creating-custom-bundles

typescript/kendo.all.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Type definitions for Kendo UI Professional v2025.2.702
1+
// Type definitions for Kendo UI Professional v2025.3.812
22
// Project: http://www.telerik.com/kendo-ui
33
// Definitions by: Telerik <https://github.com/telerik>
44
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

0 commit comments

Comments
 (0)