@progress/kendo-angular-buttons 19.3.0 → 19.3.1-develop.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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1755030291,
14
- version: '19.3.0',
13
+ publishDate: 1755516606,
14
+ version: '19.3.1-develop.2',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -407,6 +407,9 @@ export class SpeechToTextButtonComponent {
407
407
  }
408
408
  }
409
409
  createWebSpeech() {
410
+ if (!isDocumentAvailable()) {
411
+ return;
412
+ }
410
413
  this.speechRecognition = new KendoSpeechRecognition({
411
414
  lang: this.lang,
412
415
  interimResults: this.interimResults,
@@ -45,8 +45,8 @@ const packageMetadata = {
45
45
  productName: 'Kendo UI for Angular',
46
46
  productCode: 'KENDOUIANGULAR',
47
47
  productCodes: ['KENDOUIANGULAR'],
48
- publishDate: 1755030291,
49
- version: '19.3.0',
48
+ publishDate: 1755516606,
49
+ version: '19.3.1-develop.2',
50
50
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
51
51
  };
52
52
 
@@ -5709,6 +5709,9 @@ class SpeechToTextButtonComponent {
5709
5709
  }
5710
5710
  }
5711
5711
  createWebSpeech() {
5712
+ if (!isDocumentAvailable()) {
5713
+ return;
5714
+ }
5712
5715
  this.speechRecognition = new KendoSpeechRecognition({
5713
5716
  lang: this.lang,
5714
5717
  interimResults: this.interimResults,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "19.3.0",
3
+ "version": "19.3.1-develop.2",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -21,7 +21,7 @@
21
21
  "package": {
22
22
  "productName": "Kendo UI for Angular",
23
23
  "productCode": "KENDOUIANGULAR",
24
- "publishDate": 1755030291,
24
+ "publishDate": 1755516606,
25
25
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
26
26
  }
27
27
  },
@@ -31,15 +31,15 @@
31
31
  "@angular/core": "16 - 20",
32
32
  "@angular/platform-browser": "16 - 20",
33
33
  "@progress/kendo-licensing": "^1.7.0",
34
- "@progress/kendo-angular-common": "19.3.0",
35
- "@progress/kendo-angular-l10n": "19.3.0",
36
- "@progress/kendo-angular-popup": "19.3.0",
37
- "@progress/kendo-angular-icons": "19.3.0",
34
+ "@progress/kendo-angular-common": "19.3.1-develop.2",
35
+ "@progress/kendo-angular-l10n": "19.3.1-develop.2",
36
+ "@progress/kendo-angular-popup": "19.3.1-develop.2",
37
+ "@progress/kendo-angular-icons": "19.3.1-develop.2",
38
38
  "rxjs": "^6.5.3 || ^7.0.0"
39
39
  },
40
40
  "dependencies": {
41
41
  "tslib": "^2.3.1",
42
- "@progress/kendo-angular-schematics": "19.3.0",
42
+ "@progress/kendo-angular-schematics": "19.3.1-develop.2",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.1"
45
45
  },