@progress/kendo-angular-buttons 24.1.0 → 24.2.0-develop.1

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.
@@ -2,6 +2,9 @@
2
2
  * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
3
  * Licensed under commercial license. See LICENSE.md in the project root for more information
4
4
  *-------------------------------------------------------------------------------------------*/
5
+ /**
6
+ * Defines the configuration for the Chip avatar.
7
+ */
5
8
  export interface ChipAvatarSettings {
6
9
  /**
7
10
  * Sets the CSS styles for the wrapper element of the avatar.
@@ -49,8 +49,8 @@ const packageMetadata = {
49
49
  productName: 'Kendo UI for Angular',
50
50
  productCode: 'KENDOUIANGULAR',
51
51
  productCodes: ['KENDOUIANGULAR'],
52
- publishDate: 1780593661,
53
- version: '24.1.0',
52
+ publishDate: 1781868272,
53
+ version: '24.2.0-develop.1',
54
54
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
55
55
  };
56
56
 
@@ -5875,6 +5875,9 @@ const DEFAULT_AI_REQUEST_OPTIONS = {
5875
5875
  method: 'POST',
5876
5876
  responseType: 'json'
5877
5877
  };
5878
+ /**
5879
+ * Represents the event arguments for the `requestStart` event of the SmartPasteButton.
5880
+ */
5878
5881
  class SmartPasteRequestStartEvent extends PreventableEvent$1 {
5879
5882
  /**
5880
5883
  * Gets the request data to send to the AI service.
@@ -5885,6 +5888,9 @@ class SmartPasteRequestStartEvent extends PreventableEvent$1 {
5885
5888
  this.requestData = requestData;
5886
5889
  }
5887
5890
  }
5891
+ /**
5892
+ * Represents the event arguments for the `requestEnd` event of the SmartPasteButton.
5893
+ */
5888
5894
  class SmartPasteRequestEndEvent extends PreventableEvent$1 {
5889
5895
  /**
5890
5896
  * Gets the HTTP response from the AI service.
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1780593661,
11
- "version": "24.1.0",
10
+ "publishDate": 1781868272,
11
+ "version": "24.2.0-develop.1",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-buttons",
3
- "version": "24.1.0",
3
+ "version": "24.2.0-develop.1",
4
4
  "description": "Buttons Package for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -56,7 +56,7 @@
56
56
  "package": {
57
57
  "productName": "Kendo UI for Angular",
58
58
  "productCode": "KENDOUIANGULAR",
59
- "publishDate": 1780593661,
59
+ "publishDate": 1781868272,
60
60
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
61
61
  }
62
62
  },
@@ -66,15 +66,15 @@
66
66
  "@angular/core": "19 - 22",
67
67
  "@angular/platform-browser": "19 - 22",
68
68
  "@progress/kendo-licensing": "^1.11.0",
69
- "@progress/kendo-angular-common": "24.1.0",
70
- "@progress/kendo-angular-l10n": "24.1.0",
71
- "@progress/kendo-angular-popup": "24.1.0",
72
- "@progress/kendo-angular-icons": "24.1.0",
69
+ "@progress/kendo-angular-common": "24.2.0-develop.1",
70
+ "@progress/kendo-angular-l10n": "24.2.0-develop.1",
71
+ "@progress/kendo-angular-popup": "24.2.0-develop.1",
72
+ "@progress/kendo-angular-icons": "24.2.0-develop.1",
73
73
  "rxjs": "^6.5.3 || ^7.0.0"
74
74
  },
75
75
  "dependencies": {
76
76
  "tslib": "^2.3.1",
77
- "@progress/kendo-angular-schematics": "24.1.0",
77
+ "@progress/kendo-angular-schematics": "24.2.0-develop.1",
78
78
  "@progress/kendo-common": "^1.0.1",
79
79
  "@progress/kendo-webspeech-common": "1.0.1",
80
80
  "@progress/kendo-smartpaste-common": "1.0.0"
@@ -91,6 +91,9 @@ export interface SmartPasteAIRequestOptions {
91
91
  * @hidden
92
92
  */
93
93
  export declare const DEFAULT_AI_REQUEST_OPTIONS: SmartPasteAIRequestOptions;
94
+ /**
95
+ * Represents the event arguments for the `requestStart` event of the SmartPasteButton.
96
+ */
94
97
  export declare class SmartPasteRequestStartEvent extends PreventableEvent {
95
98
  /**
96
99
  * Gets the request data to send to the AI service.
@@ -98,6 +101,9 @@ export declare class SmartPasteRequestStartEvent extends PreventableEvent {
98
101
  requestData: SmartPasteAIRequestData;
99
102
  constructor(requestData: SmartPasteAIRequestData);
100
103
  }
104
+ /**
105
+ * Represents the event arguments for the `requestEnd` event of the SmartPasteButton.
106
+ */
101
107
  export declare class SmartPasteRequestEndEvent extends PreventableEvent {
102
108
  /**
103
109
  * Gets the HTTP response from the AI service.