@progress/kendo-angular-inputs 20.1.0-develop.29 → 20.1.0-develop.30

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.
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1760440067,
14
- version: '20.1.0-develop.29',
13
+ publishDate: 1760442099,
14
+ version: '20.1.0-develop.30',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -21,6 +21,9 @@ export class RadioButtonDirective {
21
21
  renderer;
22
22
  hostElement;
23
23
  kendoClass = true;
24
+ get isDisabled() {
25
+ return this.hostElement.nativeElement.disabled;
26
+ }
24
27
  /**
25
28
  * Specifies the `size` of the RadioButton. The `size` property changes the width and height of the RadioButton ([see example]({% slug appearance_radiobuttondirective %}#toc-size)).
26
29
  *
@@ -59,7 +62,7 @@ export class RadioButtonDirective {
59
62
  }
60
63
  }
61
64
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
62
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RadioButtonDirective, isStandalone: true, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass" } }, ngImport: i0 });
65
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RadioButtonDirective, isStandalone: true, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass", "class.k-disabled": "this.isDisabled" } }, ngImport: i0 });
63
66
  }
64
67
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioButtonDirective, decorators: [{
65
68
  type: Directive,
@@ -70,6 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
70
73
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { kendoClass: [{
71
74
  type: HostBinding,
72
75
  args: ['class.k-radio']
76
+ }], isDisabled: [{
77
+ type: HostBinding,
78
+ args: ['class.k-disabled']
73
79
  }], size: [{
74
80
  type: Input
75
81
  }] } });
@@ -550,8 +550,8 @@ const packageMetadata = {
550
550
  productName: 'Kendo UI for Angular',
551
551
  productCode: 'KENDOUIANGULAR',
552
552
  productCodes: ['KENDOUIANGULAR'],
553
- publishDate: 1760440067,
554
- version: '20.1.0-develop.29',
553
+ publishDate: 1760442099,
554
+ version: '20.1.0-develop.30',
555
555
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
556
556
  };
557
557
 
@@ -14933,6 +14933,9 @@ class RadioButtonDirective {
14933
14933
  renderer;
14934
14934
  hostElement;
14935
14935
  kendoClass = true;
14936
+ get isDisabled() {
14937
+ return this.hostElement.nativeElement.disabled;
14938
+ }
14936
14939
  /**
14937
14940
  * Specifies the `size` of the RadioButton. The `size` property changes the width and height of the RadioButton ([see example]({% slug appearance_radiobuttondirective %}#toc-size)).
14938
14941
  *
@@ -14971,7 +14974,7 @@ class RadioButtonDirective {
14971
14974
  }
14972
14975
  }
14973
14976
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioButtonDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
14974
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RadioButtonDirective, isStandalone: true, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass" } }, ngImport: i0 });
14977
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: RadioButtonDirective, isStandalone: true, selector: "input[kendoRadioButton]", inputs: { size: "size" }, host: { properties: { "class.k-radio": "this.kendoClass", "class.k-disabled": "this.isDisabled" } }, ngImport: i0 });
14975
14978
  }
14976
14979
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: RadioButtonDirective, decorators: [{
14977
14980
  type: Directive,
@@ -14982,6 +14985,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
14982
14985
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { kendoClass: [{
14983
14986
  type: HostBinding,
14984
14987
  args: ['class.k-radio']
14988
+ }], isDisabled: [{
14989
+ type: HostBinding,
14990
+ args: ['class.k-disabled']
14985
14991
  }], size: [{
14986
14992
  type: Input
14987
14993
  }] } });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "20.1.0-develop.29",
3
+ "version": "20.1.0-develop.30",
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",
@@ -28,7 +28,7 @@
28
28
  "package": {
29
29
  "productName": "Kendo UI for Angular",
30
30
  "productCode": "KENDOUIANGULAR",
31
- "publishDate": 1760440067,
31
+ "publishDate": 1760442099,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -40,20 +40,20 @@
40
40
  "@angular/platform-browser": "16 - 20",
41
41
  "@progress/kendo-drawing": "^1.21.0",
42
42
  "@progress/kendo-licensing": "^1.7.0",
43
- "@progress/kendo-angular-buttons": "20.1.0-develop.29",
44
- "@progress/kendo-angular-common": "20.1.0-develop.29",
45
- "@progress/kendo-angular-utils": "20.1.0-develop.29",
46
- "@progress/kendo-angular-navigation": "20.1.0-develop.29",
47
- "@progress/kendo-angular-dialog": "20.1.0-develop.29",
48
- "@progress/kendo-angular-intl": "20.1.0-develop.29",
49
- "@progress/kendo-angular-l10n": "20.1.0-develop.29",
50
- "@progress/kendo-angular-popup": "20.1.0-develop.29",
51
- "@progress/kendo-angular-icons": "20.1.0-develop.29",
43
+ "@progress/kendo-angular-buttons": "20.1.0-develop.30",
44
+ "@progress/kendo-angular-common": "20.1.0-develop.30",
45
+ "@progress/kendo-angular-utils": "20.1.0-develop.30",
46
+ "@progress/kendo-angular-navigation": "20.1.0-develop.30",
47
+ "@progress/kendo-angular-dialog": "20.1.0-develop.30",
48
+ "@progress/kendo-angular-intl": "20.1.0-develop.30",
49
+ "@progress/kendo-angular-l10n": "20.1.0-develop.30",
50
+ "@progress/kendo-angular-popup": "20.1.0-develop.30",
51
+ "@progress/kendo-angular-icons": "20.1.0-develop.30",
52
52
  "rxjs": "^6.5.3 || ^7.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.1",
56
- "@progress/kendo-angular-schematics": "20.1.0-develop.29",
56
+ "@progress/kendo-angular-schematics": "20.1.0-develop.30",
57
57
  "@progress/kendo-common": "^1.0.1",
58
58
  "@progress/kendo-draggable": "^3.0.0",
59
59
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -18,6 +18,7 @@ export declare class RadioButtonDirective {
18
18
  private renderer;
19
19
  private hostElement;
20
20
  kendoClass: boolean;
21
+ get isDisabled(): boolean;
21
22
  /**
22
23
  * Specifies the `size` of the RadioButton. The `size` property changes the width and height of the RadioButton ([see example]({% slug appearance_radiobuttondirective %}#toc-size)).
23
24
  *