@progress/kendo-angular-inputs 19.2.0-develop.13 → 19.2.0-develop.2

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.
package/README.md CHANGED
@@ -4,12 +4,9 @@
4
4
 
5
5
  ## Kendo UI for Angular Inputs Package (CheckBox, ColorGradient, ColorPalette, ColorPicker, FlatColorPicker, FormField, MaskedTextBox, NumericTextBox, RadioButton, RangeSlider, Rating, Signature, Slider, Switch, TextArea, and TextBox Components)
6
6
 
7
- > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui/)—a commercial UI library.
8
- > * To use this package, you must install a license key file, whether you are on a paid license or a 30-day free trial. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or start a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
- > * Adding a valid license key file ensures a seamless experience during the trial period—no watermarks, no warnings, and full access to all components and features.
10
- > * Trial users can register for a free license key file. Without it, your trial may be interrupted by visual indicators or functionality limitations.
11
- > * Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular team!
12
- > * Learn more: https://www.telerik.com/kendo-angular-ui/components/licensing
7
+ > * This package is part of [Kendo UI for Angular](https://www.telerik.com/kendo-angular-ui)—a commercial library designed and built for developing business applications with Angular. Every UI component in the Kendo UI for Angular suite has been built from the ground-up specifically for Angular.
8
+ > * You must [install a license key](https://www.telerik.com/kendo-angular-ui/my-license) when adding the package to your project. To receive a license key, either [purchase a license](https://www.telerik.com/purchase/kendo-ui) or register for a [free trial](https://www.telerik.com/download-login-v2-kendo-angular-ui).
9
+ > * The 30-day free trial gives you access to all the Kendo UI for Angular components and their full functionality. Additionally, for the period of your license, you get access to our legendary technical support provided directly by the Kendo UI for Angular dev team!
13
10
  >
14
11
  > [Start using Kendo UI for Angular](https://www.telerik.com/download-login-v2-kendo-angular-ui) and speed up your development process!
15
12
 
@@ -18,7 +18,6 @@ export declare class CheckBoxDirective {
18
18
  private renderer;
19
19
  private hostElement;
20
20
  kendoClass: boolean;
21
- get isDisabled(): boolean;
22
21
  /**
23
22
  * Sets the `size` property to specify the width and height of the CheckBox
24
23
  * ([see example]({% slug appearance_checkboxdirective %}#toc-size)).
@@ -20,9 +20,6 @@ export class CheckBoxDirective {
20
20
  renderer;
21
21
  hostElement;
22
22
  kendoClass = true;
23
- get isDisabled() {
24
- return this.hostElement.nativeElement.disabled;
25
- }
26
23
  /**
27
24
  * Sets the `size` property to specify the width and height of the CheckBox
28
25
  * ([see example]({% slug appearance_checkboxdirective %}#toc-size)).
@@ -75,7 +72,7 @@ export class CheckBoxDirective {
75
72
  }
76
73
  }
77
74
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CheckBoxDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
78
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CheckBoxDirective, isStandalone: true, selector: "input[kendoCheckBox]", inputs: { size: "size", rounded: "rounded" }, host: { properties: { "class.k-checkbox": "this.kendoClass", "class.k-disabled": "this.isDisabled" } }, ngImport: i0 });
75
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CheckBoxDirective, isStandalone: true, selector: "input[kendoCheckBox]", inputs: { size: "size", rounded: "rounded" }, host: { properties: { "class.k-checkbox": "this.kendoClass" } }, ngImport: i0 });
79
76
  }
80
77
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CheckBoxDirective, decorators: [{
81
78
  type: Directive,
@@ -86,9 +83,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
86
83
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { kendoClass: [{
87
84
  type: HostBinding,
88
85
  args: ['class.k-checkbox']
89
- }], isDisabled: [{
90
- type: HostBinding,
91
- args: ['class.k-disabled']
92
86
  }], size: [{
93
87
  type: Input
94
88
  }], rounded: [{
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1751386001,
14
- version: '19.2.0-develop.13',
13
+ publishDate: 1750841520,
14
+ version: '19.2.0-develop.2',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  * To define an item template, nest an `<ng-template>` tag with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag ([see example](slug:templates_rating)).
10
10
  *
11
11
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
12
- * @example
12
+ * * @example
13
13
  * ```html
14
14
  * <kendo-rating [value]="ratingValue">
15
15
  * <ng-template kendoRatingHoveredItemTemplate let-index="index">
@@ -554,8 +554,8 @@ const packageMetadata = {
554
554
  productName: 'Kendo UI for Angular',
555
555
  productCode: 'KENDOUIANGULAR',
556
556
  productCodes: ['KENDOUIANGULAR'],
557
- publishDate: 1751386001,
558
- version: '19.2.0-develop.13',
557
+ publishDate: 1750841520,
558
+ version: '19.2.0-develop.2',
559
559
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
560
560
  };
561
561
 
@@ -6889,9 +6889,6 @@ class CheckBoxDirective {
6889
6889
  renderer;
6890
6890
  hostElement;
6891
6891
  kendoClass = true;
6892
- get isDisabled() {
6893
- return this.hostElement.nativeElement.disabled;
6894
- }
6895
6892
  /**
6896
6893
  * Sets the `size` property to specify the width and height of the CheckBox
6897
6894
  * ([see example]({% slug appearance_checkboxdirective %}#toc-size)).
@@ -6944,7 +6941,7 @@ class CheckBoxDirective {
6944
6941
  }
6945
6942
  }
6946
6943
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CheckBoxDirective, deps: [{ token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
6947
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CheckBoxDirective, isStandalone: true, selector: "input[kendoCheckBox]", inputs: { size: "size", rounded: "rounded" }, host: { properties: { "class.k-checkbox": "this.kendoClass", "class.k-disabled": "this.isDisabled" } }, ngImport: i0 });
6944
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "16.2.12", type: CheckBoxDirective, isStandalone: true, selector: "input[kendoCheckBox]", inputs: { size: "size", rounded: "rounded" }, host: { properties: { "class.k-checkbox": "this.kendoClass" } }, ngImport: i0 });
6948
6945
  }
6949
6946
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CheckBoxDirective, decorators: [{
6950
6947
  type: Directive,
@@ -6955,9 +6952,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6955
6952
  }], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { kendoClass: [{
6956
6953
  type: HostBinding,
6957
6954
  args: ['class.k-checkbox']
6958
- }], isDisabled: [{
6959
- type: HostBinding,
6960
- args: ['class.k-disabled']
6961
6955
  }], size: [{
6962
6956
  type: Input
6963
6957
  }], rounded: [{
@@ -14806,7 +14800,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
14806
14800
  * To define an item template, nest an `<ng-template>` tag with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag ([see example](slug:templates_rating)).
14807
14801
  *
14808
14802
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
14809
- * @example
14803
+ * * @example
14810
14804
  * ```html
14811
14805
  * <kendo-rating [value]="ratingValue">
14812
14806
  * <ng-template kendoRatingHoveredItemTemplate let-index="index">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "19.2.0-develop.13",
3
+ "version": "19.2.0-develop.2",
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": 1751386001,
31
+ "publishDate": 1750841520,
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.5.0",
43
- "@progress/kendo-angular-buttons": "19.2.0-develop.13",
44
- "@progress/kendo-angular-common": "19.2.0-develop.13",
45
- "@progress/kendo-angular-utils": "19.2.0-develop.13",
46
- "@progress/kendo-angular-navigation": "19.2.0-develop.13",
47
- "@progress/kendo-angular-dialog": "19.2.0-develop.13",
48
- "@progress/kendo-angular-intl": "19.2.0-develop.13",
49
- "@progress/kendo-angular-l10n": "19.2.0-develop.13",
50
- "@progress/kendo-angular-popup": "19.2.0-develop.13",
51
- "@progress/kendo-angular-icons": "19.2.0-develop.13",
43
+ "@progress/kendo-angular-buttons": "19.2.0-develop.2",
44
+ "@progress/kendo-angular-common": "19.2.0-develop.2",
45
+ "@progress/kendo-angular-utils": "19.2.0-develop.2",
46
+ "@progress/kendo-angular-navigation": "19.2.0-develop.2",
47
+ "@progress/kendo-angular-dialog": "19.2.0-develop.2",
48
+ "@progress/kendo-angular-intl": "19.2.0-develop.2",
49
+ "@progress/kendo-angular-l10n": "19.2.0-develop.2",
50
+ "@progress/kendo-angular-popup": "19.2.0-develop.2",
51
+ "@progress/kendo-angular-icons": "19.2.0-develop.2",
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": "19.2.0-develop.13",
56
+ "@progress/kendo-angular-schematics": "19.2.0-develop.2",
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"
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
9
9
  * To define an item template, nest an `<ng-template>` tag with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag ([see example](slug:templates_rating)).
10
10
  *
11
11
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
12
- * @example
12
+ * * @example
13
13
  * ```html
14
14
  * <kendo-rating [value]="ratingValue">
15
15
  * <ng-template kendoRatingHoveredItemTemplate let-index="index">