@progress/kendo-angular-inputs 24.0.0-develop.10 → 24.0.0-develop.12

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.
@@ -583,8 +583,8 @@ const packageMetadata = {
583
583
  productName: 'Kendo UI for Angular',
584
584
  productCode: 'KENDOUIANGULAR',
585
585
  productCodes: ['KENDOUIANGULAR'],
586
- publishDate: 1777368149,
587
- version: '24.0.0-develop.10',
586
+ publishDate: 1777466780,
587
+ version: '24.0.0-develop.12',
588
588
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
589
589
  };
590
590
 
@@ -17225,7 +17225,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17225
17225
  * ```html
17226
17226
  * <kendo-textarea>
17227
17227
  * <kendo-textarea-prefix>
17228
- * <button kendoButton look="clear" icon="image"></button>
17228
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
17229
17229
  * </kendo-textarea-prefix>
17230
17230
  * </kendo-textarea>
17231
17231
  * ```
@@ -17287,7 +17287,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
17287
17287
  * ```html
17288
17288
  * <kendo-textarea>
17289
17289
  * <kendo-textarea-suffix>
17290
- * <button kendoButton look="clear" icon="image"></button>
17290
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
17291
17291
  * </kendo-textarea-suffix>
17292
17292
  * </kendo-textarea>
17293
17293
  * ```
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1777368149,
11
- "version": "24.0.0-develop.10",
10
+ "publishDate": 1777466780,
11
+ "version": "24.0.0-develop.12",
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-inputs",
3
- "version": "24.0.0-develop.10",
3
+ "version": "24.0.0-develop.12",
4
4
  "description": "Kendo UI for Angular Inputs Package - Everything you need to build professional form functionality (Checkbox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Slider, Switch, TextArea, and TextBox Components)",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -55,7 +55,7 @@
55
55
  "package": {
56
56
  "productName": "Kendo UI for Angular",
57
57
  "productCode": "KENDOUIANGULAR",
58
- "publishDate": 1777368149,
58
+ "publishDate": 1777466780,
59
59
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
60
60
  }
61
61
  },
@@ -67,20 +67,20 @@
67
67
  "@angular/platform-browser": "19 - 21",
68
68
  "@progress/kendo-drawing": "^1.24.1",
69
69
  "@progress/kendo-licensing": "^1.11.0",
70
- "@progress/kendo-angular-buttons": "24.0.0-develop.10",
71
- "@progress/kendo-angular-common": "24.0.0-develop.10",
72
- "@progress/kendo-angular-utils": "24.0.0-develop.10",
73
- "@progress/kendo-angular-navigation": "24.0.0-develop.10",
74
- "@progress/kendo-angular-dialog": "24.0.0-develop.10",
75
- "@progress/kendo-angular-intl": "24.0.0-develop.10",
76
- "@progress/kendo-angular-l10n": "24.0.0-develop.10",
77
- "@progress/kendo-angular-popup": "24.0.0-develop.10",
78
- "@progress/kendo-angular-icons": "24.0.0-develop.10",
70
+ "@progress/kendo-angular-buttons": "24.0.0-develop.12",
71
+ "@progress/kendo-angular-common": "24.0.0-develop.12",
72
+ "@progress/kendo-angular-utils": "24.0.0-develop.12",
73
+ "@progress/kendo-angular-navigation": "24.0.0-develop.12",
74
+ "@progress/kendo-angular-dialog": "24.0.0-develop.12",
75
+ "@progress/kendo-angular-intl": "24.0.0-develop.12",
76
+ "@progress/kendo-angular-l10n": "24.0.0-develop.12",
77
+ "@progress/kendo-angular-popup": "24.0.0-develop.12",
78
+ "@progress/kendo-angular-icons": "24.0.0-develop.12",
79
79
  "rxjs": "^6.5.3 || ^7.0.0"
80
80
  },
81
81
  "dependencies": {
82
82
  "tslib": "^2.3.1",
83
- "@progress/kendo-angular-schematics": "24.0.0-develop.10",
83
+ "@progress/kendo-angular-schematics": "24.0.0-develop.12",
84
84
  "@progress/kendo-common": "^1.0.1",
85
85
  "@progress/kendo-draggable": "^3.0.0",
86
86
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
12
12
  * ```html
13
13
  * <kendo-textarea>
14
14
  * <kendo-textarea-prefix>
15
- * <button kendoButton look="clear" icon="image"></button>
15
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
16
16
  * </kendo-textarea-prefix>
17
17
  * </kendo-textarea>
18
18
  * ```
@@ -12,7 +12,7 @@ import * as i0 from "@angular/core";
12
12
  * ```html
13
13
  * <kendo-textarea>
14
14
  * <kendo-textarea-suffix>
15
- * <button kendoButton look="clear" icon="image"></button>
15
+ * <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
16
16
  * </kendo-textarea-suffix>
17
17
  * </kendo-textarea>
18
18
  * ```