@progress/kendo-angular-buttons 19.3.0-develop.18 → 19.3.0-develop.19

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: 1753974887,
14
- version: '19.3.0-develop.18',
13
+ publishDate: 1754034685,
14
+ version: '19.3.0-develop.19',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -45,8 +45,8 @@ const packageMetadata = {
45
45
  productName: 'Kendo UI for Angular',
46
46
  productCode: 'KENDOUIANGULAR',
47
47
  productCodes: ['KENDOUIANGULAR'],
48
- publishDate: 1753974887,
49
- version: '19.3.0-develop.18',
48
+ publishDate: 1754034685,
49
+ version: '19.3.0-develop.19',
50
50
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
51
51
  };
52
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "19.3.0-develop.18",
3
+ "version": "19.3.0-develop.19",
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": 1753974887,
24
+ "publishDate": 1754034685,
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.5.0",
34
- "@progress/kendo-angular-common": "19.3.0-develop.18",
35
- "@progress/kendo-angular-l10n": "19.3.0-develop.18",
36
- "@progress/kendo-angular-popup": "19.3.0-develop.18",
37
- "@progress/kendo-angular-icons": "19.3.0-develop.18",
34
+ "@progress/kendo-angular-common": "19.3.0-develop.19",
35
+ "@progress/kendo-angular-l10n": "19.3.0-develop.19",
36
+ "@progress/kendo-angular-popup": "19.3.0-develop.19",
37
+ "@progress/kendo-angular-icons": "19.3.0-develop.19",
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-develop.18",
42
+ "@progress/kendo-angular-schematics": "19.3.0-develop.19",
43
43
  "@progress/kendo-common": "^1.0.1",
44
44
  "@progress/kendo-webspeech-common": "1.0.0"
45
45
  },
@@ -5,7 +5,7 @@
5
5
  import { ButtonFillMode, ButtonRounded, ButtonSize, ButtonThemeColor } from "../../common/models";
6
6
  import { IntegrationMode } from "./integration-mode";
7
7
  /**
8
- * Defines the settings for the Speech to Text button.
8
+ * Defines the settings interface for the speech-to-text functionality used in components that integrate the SpeechToTextButton component, such as the AIPrompt ([see example](slug:configuration_aiprompt#enabling-speech-to-text)).
9
9
  *
10
10
  * @example
11
11
  * ```typescript