@progress/kendo-angular-inputs 25.2.0-develop.3 → 25.2.0-develop.5
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:
|
|
587
|
-
version: '25.2.0-develop.
|
|
586
|
+
publishDate: 1789473272,
|
|
587
|
+
version: '25.2.0-develop.5',
|
|
588
588
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
589
589
|
};
|
|
590
590
|
|
|
@@ -13507,7 +13507,7 @@ class FlatColorPickerComponent {
|
|
|
13507
13507
|
kendoFlatColorPickerActionButtons
|
|
13508
13508
|
[innerTabIndex]="innerTabIndex"
|
|
13509
13509
|
[size]="size"
|
|
13510
|
-
[ngClass]="'k-actions-' + actionsLayout"
|
|
13510
|
+
[ngClass]="'k-actions-' + (actionsLayout === 'stretch' ? 'stretched' : actionsLayout)"
|
|
13511
13511
|
(actionButtonClick)="onAction($event)"
|
|
13512
13512
|
(tabOut)="firstFocusable.focus()">
|
|
13513
13513
|
</div>
|
|
@@ -13646,7 +13646,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.30", ngImpo
|
|
|
13646
13646
|
kendoFlatColorPickerActionButtons
|
|
13647
13647
|
[innerTabIndex]="innerTabIndex"
|
|
13648
13648
|
[size]="size"
|
|
13649
|
-
[ngClass]="'k-actions-' + actionsLayout"
|
|
13649
|
+
[ngClass]="'k-actions-' + (actionsLayout === 'stretch' ? 'stretched' : actionsLayout)"
|
|
13650
13650
|
(actionButtonClick)="onAction($event)"
|
|
13651
13651
|
(tabOut)="firstFocusable.focus()">
|
|
13652
13652
|
</div>
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = {
|
|
|
7
7
|
"productCodes": [
|
|
8
8
|
"KENDOUIANGULAR"
|
|
9
9
|
],
|
|
10
|
-
"publishDate":
|
|
11
|
-
"version": "25.2.0-develop.
|
|
10
|
+
"publishDate": 1789473272,
|
|
11
|
+
"version": "25.2.0-develop.5",
|
|
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": "25.2.0-develop.
|
|
3
|
+
"version": "25.2.0-develop.5",
|
|
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",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"package": {
|
|
63
63
|
"productName": "Kendo UI for Angular",
|
|
64
64
|
"productCode": "KENDOUIANGULAR",
|
|
65
|
-
"publishDate":
|
|
65
|
+
"publishDate": 1789473272,
|
|
66
66
|
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
@@ -74,20 +74,20 @@
|
|
|
74
74
|
"@angular/platform-browser": "20 - 22",
|
|
75
75
|
"@progress/kendo-drawing": "^1.25.0",
|
|
76
76
|
"@progress/kendo-licensing": "^1.11.0",
|
|
77
|
-
"@progress/kendo-angular-buttons": "25.2.0-develop.
|
|
78
|
-
"@progress/kendo-angular-common": "25.2.0-develop.
|
|
79
|
-
"@progress/kendo-angular-utils": "25.2.0-develop.
|
|
80
|
-
"@progress/kendo-angular-navigation": "25.2.0-develop.
|
|
81
|
-
"@progress/kendo-angular-dialog": "25.2.0-develop.
|
|
82
|
-
"@progress/kendo-angular-intl": "25.2.0-develop.
|
|
83
|
-
"@progress/kendo-angular-l10n": "25.2.0-develop.
|
|
84
|
-
"@progress/kendo-angular-popup": "25.2.0-develop.
|
|
85
|
-
"@progress/kendo-angular-icons": "25.2.0-develop.
|
|
77
|
+
"@progress/kendo-angular-buttons": "25.2.0-develop.5",
|
|
78
|
+
"@progress/kendo-angular-common": "25.2.0-develop.5",
|
|
79
|
+
"@progress/kendo-angular-utils": "25.2.0-develop.5",
|
|
80
|
+
"@progress/kendo-angular-navigation": "25.2.0-develop.5",
|
|
81
|
+
"@progress/kendo-angular-dialog": "25.2.0-develop.5",
|
|
82
|
+
"@progress/kendo-angular-intl": "25.2.0-develop.5",
|
|
83
|
+
"@progress/kendo-angular-l10n": "25.2.0-develop.5",
|
|
84
|
+
"@progress/kendo-angular-popup": "25.2.0-develop.5",
|
|
85
|
+
"@progress/kendo-angular-icons": "25.2.0-develop.5",
|
|
86
86
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
89
|
"tslib": "^2.3.1",
|
|
90
|
-
"@progress/kendo-angular-schematics": "25.2.0-develop.
|
|
90
|
+
"@progress/kendo-angular-schematics": "25.2.0-develop.5",
|
|
91
91
|
"@progress/kendo-common": "^1.0.1",
|
|
92
92
|
"@progress/kendo-draggable": "^3.0.0",
|
|
93
93
|
"@progress/kendo-inputs-common": "^3.1.0"
|