@progress/kendo-angular-inputs 18.0.0-develop.10 → 18.0.0-develop.11
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"
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-inputs',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
13
|
-
version: '18.0.0-develop.
|
|
12
|
+
publishDate: 1736860123,
|
|
13
|
+
version: '18.0.0-develop.11',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -546,8 +546,8 @@ const packageMetadata = {
|
|
|
546
546
|
name: '@progress/kendo-angular-inputs',
|
|
547
547
|
productName: 'Kendo UI for Angular',
|
|
548
548
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
549
|
-
publishDate:
|
|
550
|
-
version: '18.0.0-develop.
|
|
549
|
+
publishDate: 1736860123,
|
|
550
|
+
version: '18.0.0-develop.11',
|
|
551
551
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
552
552
|
};
|
|
553
553
|
|
|
@@ -12153,6 +12153,7 @@ class ColorPickerComponent {
|
|
|
12153
12153
|
icon="caret-alt-down"
|
|
12154
12154
|
[svgIcon]="arrowDownIcon"
|
|
12155
12155
|
[fillMode]="fillMode"
|
|
12156
|
+
[disabled]="disabled"
|
|
12156
12157
|
rounded="none"
|
|
12157
12158
|
aria-hidden="true"
|
|
12158
12159
|
class="k-input-button"
|
|
@@ -12279,6 +12280,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
12279
12280
|
icon="caret-alt-down"
|
|
12280
12281
|
[svgIcon]="arrowDownIcon"
|
|
12281
12282
|
[fillMode]="fillMode"
|
|
12283
|
+
[disabled]="disabled"
|
|
12282
12284
|
rounded="none"
|
|
12283
12285
|
aria-hidden="true"
|
|
12284
12286
|
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-develop.
|
|
3
|
+
"version": "18.0.0-develop.11",
|
|
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",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"@angular/platform-browser": "16 - 19",
|
|
35
35
|
"@progress/kendo-drawing": "^1.21.0",
|
|
36
36
|
"@progress/kendo-licensing": "^1.0.2",
|
|
37
|
-
"@progress/kendo-angular-buttons": "18.0.0-develop.
|
|
38
|
-
"@progress/kendo-angular-common": "18.0.0-develop.
|
|
39
|
-
"@progress/kendo-angular-dialog": "18.0.0-develop.
|
|
40
|
-
"@progress/kendo-angular-intl": "18.0.0-develop.
|
|
41
|
-
"@progress/kendo-angular-l10n": "18.0.0-develop.
|
|
42
|
-
"@progress/kendo-angular-popup": "18.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-icons": "18.0.0-develop.
|
|
37
|
+
"@progress/kendo-angular-buttons": "18.0.0-develop.11",
|
|
38
|
+
"@progress/kendo-angular-common": "18.0.0-develop.11",
|
|
39
|
+
"@progress/kendo-angular-dialog": "18.0.0-develop.11",
|
|
40
|
+
"@progress/kendo-angular-intl": "18.0.0-develop.11",
|
|
41
|
+
"@progress/kendo-angular-l10n": "18.0.0-develop.11",
|
|
42
|
+
"@progress/kendo-angular-popup": "18.0.0-develop.11",
|
|
43
|
+
"@progress/kendo-angular-icons": "18.0.0-develop.11",
|
|
44
44
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"tslib": "^2.3.1",
|
|
48
|
-
"@progress/kendo-angular-schematics": "18.0.0-develop.
|
|
48
|
+
"@progress/kendo-angular-schematics": "18.0.0-develop.11",
|
|
49
49
|
"@progress/kendo-common": "^1.0.1",
|
|
50
50
|
"@progress/kendo-draggable": "^3.0.0",
|
|
51
51
|
"@progress/kendo-inputs-common": "^3.1.0"
|