@progress/kendo-angular-inputs 18.0.0-develop.8 → 18.0.0
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.
|
@@ -869,6 +869,7 @@ export class ColorPickerComponent {
|
|
|
869
869
|
icon="caret-alt-down"
|
|
870
870
|
[svgIcon]="arrowDownIcon"
|
|
871
871
|
[fillMode]="fillMode"
|
|
872
|
+
[disabled]="disabled"
|
|
872
873
|
rounded="none"
|
|
873
874
|
aria-hidden="true"
|
|
874
875
|
class="k-input-button"
|
|
@@ -995,6 +996,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
995
996
|
icon="caret-alt-down"
|
|
996
997
|
[svgIcon]="arrowDownIcon"
|
|
997
998
|
[fillMode]="fillMode"
|
|
999
|
+
[disabled]="disabled"
|
|
998
1000
|
rounded="none"
|
|
999
1001
|
aria-hidden="true"
|
|
1000
1002
|
class="k-input-button"
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
export const packageMetadata = {
|
|
9
9
|
name: '@progress/kendo-angular-inputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
productCode: 'KENDOUIANGULAR',
|
|
12
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
13
|
+
publishDate: 1737464958,
|
|
14
|
+
version: '18.0.0',
|
|
14
15
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
16
|
};
|
|
@@ -545,9 +545,10 @@ const closest = (node, predicate) => {
|
|
|
545
545
|
const packageMetadata = {
|
|
546
546
|
name: '@progress/kendo-angular-inputs',
|
|
547
547
|
productName: 'Kendo UI for Angular',
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
548
|
+
productCode: 'KENDOUIANGULAR',
|
|
549
|
+
productCodes: ['KENDOUIANGULAR'],
|
|
550
|
+
publishDate: 1737464958,
|
|
551
|
+
version: '18.0.0',
|
|
551
552
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
552
553
|
};
|
|
553
554
|
|
|
@@ -12153,6 +12154,7 @@ class ColorPickerComponent {
|
|
|
12153
12154
|
icon="caret-alt-down"
|
|
12154
12155
|
[svgIcon]="arrowDownIcon"
|
|
12155
12156
|
[fillMode]="fillMode"
|
|
12157
|
+
[disabled]="disabled"
|
|
12156
12158
|
rounded="none"
|
|
12157
12159
|
aria-hidden="true"
|
|
12158
12160
|
class="k-input-button"
|
|
@@ -12279,6 +12281,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12279
12281
|
icon="caret-alt-down"
|
|
12280
12282
|
[svgIcon]="arrowDownIcon"
|
|
12281
12283
|
[fillMode]="fillMode"
|
|
12284
|
+
[disabled]="disabled"
|
|
12282
12285
|
rounded="none"
|
|
12283
12286
|
aria-hidden="true"
|
|
12284
12287
|
class="k-input-button"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-inputs",
|
|
3
|
-
"version": "18.0.0
|
|
3
|
+
"version": "18.0.0",
|
|
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",
|
|
@@ -24,7 +24,13 @@
|
|
|
24
24
|
"TextArea"
|
|
25
25
|
],
|
|
26
26
|
"@progress": {
|
|
27
|
-
"friendlyName": "Inputs"
|
|
27
|
+
"friendlyName": "Inputs",
|
|
28
|
+
"package": {
|
|
29
|
+
"productName": "Kendo UI for Angular",
|
|
30
|
+
"productCode": "KENDOUIANGULAR",
|
|
31
|
+
"publishDate": 1737464958,
|
|
32
|
+
"licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
|
|
33
|
+
}
|
|
28
34
|
},
|
|
29
35
|
"peerDependencies": {
|
|
30
36
|
"@angular/animations": "16 - 19",
|
|
@@ -34,18 +40,18 @@
|
|
|
34
40
|
"@angular/platform-browser": "16 - 19",
|
|
35
41
|
"@progress/kendo-drawing": "^1.21.0",
|
|
36
42
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "18.0.0
|
|
38
|
-
"@progress/kendo-angular-common": "18.0.0
|
|
39
|
-
"@progress/kendo-angular-dialog": "18.0.0
|
|
40
|
-
"@progress/kendo-angular-intl": "18.0.0
|
|
41
|
-
"@progress/kendo-angular-l10n": "18.0.0
|
|
42
|
-
"@progress/kendo-angular-popup": "18.0.0
|
|
43
|
-
"@progress/kendo-angular-icons": "18.0.0
|
|
43
|
+
"@progress/kendo-angular-buttons": "18.0.0",
|
|
44
|
+
"@progress/kendo-angular-common": "18.0.0",
|
|
45
|
+
"@progress/kendo-angular-dialog": "18.0.0",
|
|
46
|
+
"@progress/kendo-angular-intl": "18.0.0",
|
|
47
|
+
"@progress/kendo-angular-l10n": "18.0.0",
|
|
48
|
+
"@progress/kendo-angular-popup": "18.0.0",
|
|
49
|
+
"@progress/kendo-angular-icons": "18.0.0",
|
|
44
50
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
51
|
},
|
|
46
52
|
"dependencies": {
|
|
47
53
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "18.0.0
|
|
54
|
+
"@progress/kendo-angular-schematics": "18.0.0",
|
|
49
55
|
"@progress/kendo-common": "^1.0.1",
|
|
50
56
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
57
|
"@progress/kendo-inputs-common": "^3.1.0"
|