@progress/kendo-angular-inputs 14.4.0-develop.4 → 14.4.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.
@@ -54,7 +54,7 @@ export declare class ColorGradientComponent implements OnInit, OnChanges, OnDest
54
54
  */
55
55
  opacity: boolean;
56
56
  /**
57
- * Sets the disabled state of the ColorGradient.
57
+ * Sets the disabled state of the ColorGradient. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
58
58
  *
59
59
  * @default false
60
60
  */
@@ -77,7 +77,7 @@ export declare class ColorPaletteComponent implements OnInit, AfterViewInit, OnD
77
77
  set tabindex(value: number);
78
78
  get tabindex(): number;
79
79
  /**
80
- * Sets the disabled state of the ColorPalette.
80
+ * Sets the disabled state of the ColorPalette. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpalette#toc-managing-the-colorpalette-disabled-state-in-reactive-forms).
81
81
  */
82
82
  disabled: boolean;
83
83
  /**
@@ -64,7 +64,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
64
64
  */
65
65
  readonly: boolean;
66
66
  /**
67
- * Sets the disabled state of the ColorPicker.
67
+ * Sets the disabled state of the ColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpicker#toc-managing-the-colorpicker-disabled-state-in-reactive-forms).
68
68
  *
69
69
  * @default false
70
70
  */
@@ -54,7 +54,7 @@ export declare class FlatColorPickerComponent implements OnInit, AfterViewInit,
54
54
  */
55
55
  readonly: boolean;
56
56
  /**
57
- * Sets the disabled state of the FlatColorPicker.
57
+ * Sets the disabled state of the FlatColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_flatcolorpicker#toc-managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
58
58
  *
59
59
  * @default false
60
60
  */
@@ -55,7 +55,7 @@ export class ColorGradientComponent {
55
55
  */
56
56
  this.opacity = true;
57
57
  /**
58
- * Sets the disabled state of the ColorGradient.
58
+ * Sets the disabled state of the ColorGradient. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
59
59
  *
60
60
  * @default false
61
61
  */
@@ -58,7 +58,7 @@ export class ColorPaletteComponent {
58
58
  */
59
59
  this.format = 'hex';
60
60
  /**
61
- * Sets the disabled state of the ColorPalette.
61
+ * Sets the disabled state of the ColorPalette. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpalette#toc-managing-the-colorpalette-disabled-state-in-reactive-forms).
62
62
  */
63
63
  this.disabled = false;
64
64
  /**
@@ -67,7 +67,7 @@ export class ColorPickerComponent {
67
67
  */
68
68
  this.readonly = false;
69
69
  /**
70
- * Sets the disabled state of the ColorPicker.
70
+ * Sets the disabled state of the ColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpicker#toc-managing-the-colorpicker-disabled-state-in-reactive-forms).
71
71
  *
72
72
  * @default false
73
73
  */
@@ -55,7 +55,7 @@ export class FlatColorPickerComponent {
55
55
  */
56
56
  this.readonly = false;
57
57
  /**
58
- * Sets the disabled state of the FlatColorPicker.
58
+ * Sets the disabled state of the FlatColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_flatcolorpicker#toc-managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
59
59
  *
60
60
  * @default false
61
61
  */
@@ -54,7 +54,7 @@ export class MaskedTextBoxComponent {
54
54
  */
55
55
  this.focusableId = `k-${guid()}`;
56
56
  /**
57
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
57
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
58
58
  */
59
59
  this.disabled = false;
60
60
  /**
@@ -55,7 +55,7 @@ export class NumericTextBoxComponent {
55
55
  */
56
56
  this.focusableId = `k-${guid()}`;
57
57
  /**
58
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
58
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
59
59
  */
60
60
  this.disabled = false;
61
61
  /**
@@ -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: 1704352056,
13
- version: '14.4.0-develop.4',
12
+ publishDate: 1704796044,
13
+ version: '14.4.0-develop.5',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -57,7 +57,7 @@ export class SignatureComponent {
57
57
  */
58
58
  this.readonly = false;
59
59
  /**
60
- * Sets the disabled state of the Signature.
60
+ * Sets the disabled state of the Signature. To disable the component in reactive forms, visit the following [article](slug:formssupport_signature#toc-managing-the-signature-disabled-state-in-reactive-forms)
61
61
  *
62
62
  * @default false
63
63
  */
@@ -67,7 +67,7 @@ export class SliderBase {
67
67
  */
68
68
  this.largeStep = null;
69
69
  /**
70
- * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})).
70
+ * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_slider#toc-managing-the-slider-disabled-state-in-reactive-forms).
71
71
  */
72
72
  this.disabled = false;
73
73
  /**
@@ -30,7 +30,7 @@ export class SwitchComponent {
30
30
  this.changeDetector = changeDetector;
31
31
  this.ngZone = ngZone;
32
32
  /**
33
- * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})).
33
+ * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_switch#toc-managing-the-switch-disabled-state-in-reactive-forms).
34
34
  */
35
35
  this.disabled = false;
36
36
  /**
@@ -25,7 +25,7 @@ export class TextFieldsBase {
25
25
  */
26
26
  this.title = '';
27
27
  /**
28
- * Sets the disabled state of the TextArea component.
28
+ * Sets the disabled state of the TextArea component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textarea#toc-managing-the-textarea-disabled-state-in-reactive-forms).
29
29
  *
30
30
  * @default false
31
31
  */
@@ -48,7 +48,7 @@ export class TextBoxComponent {
48
48
  */
49
49
  this.type = 'text';
50
50
  /**
51
- * Sets the disabled state of the component.
51
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
52
52
  *
53
53
  * @default false
54
54
  */
@@ -537,8 +537,8 @@ const packageMetadata = {
537
537
  name: '@progress/kendo-angular-inputs',
538
538
  productName: 'Kendo UI for Angular',
539
539
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
540
- publishDate: 1704352056,
541
- version: '14.4.0-develop.4',
540
+ publishDate: 1704796044,
541
+ version: '14.4.0-develop.5',
542
542
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
543
543
  };
544
544
 
@@ -638,7 +638,7 @@ class SliderBase {
638
638
  */
639
639
  this.largeStep = null;
640
640
  /**
641
- * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})).
641
+ * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_slider#toc-managing-the-slider-disabled-state-in-reactive-forms).
642
642
  */
643
643
  this.disabled = false;
644
644
  /**
@@ -2358,7 +2358,7 @@ class SwitchComponent {
2358
2358
  this.changeDetector = changeDetector;
2359
2359
  this.ngZone = ngZone;
2360
2360
  /**
2361
- * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})).
2361
+ * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_switch#toc-managing-the-switch-disabled-state-in-reactive-forms).
2362
2362
  */
2363
2363
  this.disabled = false;
2364
2364
  /**
@@ -3506,7 +3506,7 @@ class NumericTextBoxComponent {
3506
3506
  */
3507
3507
  this.focusableId = `k-${guid()}`;
3508
3508
  /**
3509
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
3509
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
3510
3510
  */
3511
3511
  this.disabled = false;
3512
3512
  /**
@@ -5053,7 +5053,7 @@ class MaskedTextBoxComponent {
5053
5053
  */
5054
5054
  this.focusableId = `k-${guid()}`;
5055
5055
  /**
5056
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
5056
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
5057
5057
  */
5058
5058
  this.disabled = false;
5059
5059
  /**
@@ -6272,7 +6272,7 @@ class TextBoxComponent {
6272
6272
  */
6273
6273
  this.type = 'text';
6274
6274
  /**
6275
- * Sets the disabled state of the component.
6275
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
6276
6276
  *
6277
6277
  * @default false
6278
6278
  */
@@ -7262,7 +7262,7 @@ class TextFieldsBase {
7262
7262
  */
7263
7263
  this.title = '';
7264
7264
  /**
7265
- * Sets the disabled state of the TextArea component.
7265
+ * Sets the disabled state of the TextArea component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textarea#toc-managing-the-textarea-disabled-state-in-reactive-forms).
7266
7266
  *
7267
7267
  * @default false
7268
7268
  */
@@ -9596,7 +9596,7 @@ class ColorGradientComponent {
9596
9596
  */
9597
9597
  this.opacity = true;
9598
9598
  /**
9599
- * Sets the disabled state of the ColorGradient.
9599
+ * Sets the disabled state of the ColorGradient. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
9600
9600
  *
9601
9601
  * @default false
9602
9602
  */
@@ -10683,7 +10683,7 @@ class ColorPaletteComponent {
10683
10683
  */
10684
10684
  this.format = 'hex';
10685
10685
  /**
10686
- * Sets the disabled state of the ColorPalette.
10686
+ * Sets the disabled state of the ColorPalette. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpalette#toc-managing-the-colorpalette-disabled-state-in-reactive-forms).
10687
10687
  */
10688
10688
  this.disabled = false;
10689
10689
  /**
@@ -11288,7 +11288,7 @@ class FlatColorPickerComponent {
11288
11288
  */
11289
11289
  this.readonly = false;
11290
11290
  /**
11291
- * Sets the disabled state of the FlatColorPicker.
11291
+ * Sets the disabled state of the FlatColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_flatcolorpicker#toc-managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
11292
11292
  *
11293
11293
  * @default false
11294
11294
  */
@@ -12105,7 +12105,7 @@ class ColorPickerComponent {
12105
12105
  */
12106
12106
  this.readonly = false;
12107
12107
  /**
12108
- * Sets the disabled state of the ColorPicker.
12108
+ * Sets the disabled state of the ColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpicker#toc-managing-the-colorpicker-disabled-state-in-reactive-forms).
12109
12109
  *
12110
12110
  * @default false
12111
12111
  */
@@ -14075,7 +14075,7 @@ class SignatureComponent {
14075
14075
  */
14076
14076
  this.readonly = false;
14077
14077
  /**
14078
- * Sets the disabled state of the Signature.
14078
+ * Sets the disabled state of the Signature. To disable the component in reactive forms, visit the following [article](slug:formssupport_signature#toc-managing-the-signature-disabled-state-in-reactive-forms)
14079
14079
  *
14080
14080
  * @default false
14081
14081
  */
@@ -536,8 +536,8 @@ const packageMetadata = {
536
536
  name: '@progress/kendo-angular-inputs',
537
537
  productName: 'Kendo UI for Angular',
538
538
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
539
- publishDate: 1704352056,
540
- version: '14.4.0-develop.4',
539
+ publishDate: 1704796044,
540
+ version: '14.4.0-develop.5',
541
541
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
542
542
  };
543
543
 
@@ -635,7 +635,7 @@ class SliderBase {
635
635
  */
636
636
  this.largeStep = null;
637
637
  /**
638
- * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})).
638
+ * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_slider#toc-managing-the-slider-disabled-state-in-reactive-forms).
639
639
  */
640
640
  this.disabled = false;
641
641
  /**
@@ -2355,7 +2355,7 @@ class SwitchComponent {
2355
2355
  this.changeDetector = changeDetector;
2356
2356
  this.ngZone = ngZone;
2357
2357
  /**
2358
- * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})).
2358
+ * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_switch#toc-managing-the-switch-disabled-state-in-reactive-forms).
2359
2359
  */
2360
2360
  this.disabled = false;
2361
2361
  /**
@@ -3499,7 +3499,7 @@ class NumericTextBoxComponent {
3499
3499
  */
3500
3500
  this.focusableId = `k-${guid()}`;
3501
3501
  /**
3502
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
3502
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
3503
3503
  */
3504
3504
  this.disabled = false;
3505
3505
  /**
@@ -5046,7 +5046,7 @@ class MaskedTextBoxComponent {
5046
5046
  */
5047
5047
  this.focusableId = `k-${guid()}`;
5048
5048
  /**
5049
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
5049
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
5050
5050
  */
5051
5051
  this.disabled = false;
5052
5052
  /**
@@ -6259,7 +6259,7 @@ class TextBoxComponent {
6259
6259
  */
6260
6260
  this.type = 'text';
6261
6261
  /**
6262
- * Sets the disabled state of the component.
6262
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
6263
6263
  *
6264
6264
  * @default false
6265
6265
  */
@@ -7249,7 +7249,7 @@ class TextFieldsBase {
7249
7249
  */
7250
7250
  this.title = '';
7251
7251
  /**
7252
- * Sets the disabled state of the TextArea component.
7252
+ * Sets the disabled state of the TextArea component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textarea#toc-managing-the-textarea-disabled-state-in-reactive-forms).
7253
7253
  *
7254
7254
  * @default false
7255
7255
  */
@@ -9369,7 +9369,7 @@ class ColorGradientComponent {
9369
9369
  */
9370
9370
  this.opacity = true;
9371
9371
  /**
9372
- * Sets the disabled state of the ColorGradient.
9372
+ * Sets the disabled state of the ColorGradient. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
9373
9373
  *
9374
9374
  * @default false
9375
9375
  */
@@ -10451,7 +10451,7 @@ class ColorPaletteComponent {
10451
10451
  */
10452
10452
  this.format = 'hex';
10453
10453
  /**
10454
- * Sets the disabled state of the ColorPalette.
10454
+ * Sets the disabled state of the ColorPalette. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpalette#toc-managing-the-colorpalette-disabled-state-in-reactive-forms).
10455
10455
  */
10456
10456
  this.disabled = false;
10457
10457
  /**
@@ -11263,7 +11263,7 @@ class FlatColorPickerComponent {
11263
11263
  */
11264
11264
  this.readonly = false;
11265
11265
  /**
11266
- * Sets the disabled state of the FlatColorPicker.
11266
+ * Sets the disabled state of the FlatColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_flatcolorpicker#toc-managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
11267
11267
  *
11268
11268
  * @default false
11269
11269
  */
@@ -12075,7 +12075,7 @@ class ColorPickerComponent {
12075
12075
  */
12076
12076
  this.readonly = false;
12077
12077
  /**
12078
- * Sets the disabled state of the ColorPicker.
12078
+ * Sets the disabled state of the ColorPicker. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_colorpicker#toc-managing-the-colorpicker-disabled-state-in-reactive-forms).
12079
12079
  *
12080
12080
  * @default false
12081
12081
  */
@@ -14044,7 +14044,7 @@ class SignatureComponent {
14044
14044
  */
14045
14045
  this.readonly = false;
14046
14046
  /**
14047
- * Sets the disabled state of the Signature.
14047
+ * Sets the disabled state of the Signature. To disable the component in reactive forms, visit the following [article](slug:formssupport_signature#toc-managing-the-signature-disabled-state-in-reactive-forms)
14048
14048
  *
14049
14049
  * @default false
14050
14050
  */
@@ -43,7 +43,7 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
43
43
  */
44
44
  focusableId: string;
45
45
  /**
46
- * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})).
46
+ * Determines whether the MaskedTextBox is disabled ([see example]({% slug disabled_maskedtextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_maskedtextbox#toc-managing-the-maskedtextbox-disabled-state-in-reactive-forms).
47
47
  */
48
48
  disabled: boolean;
49
49
  /**
@@ -27,7 +27,7 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
27
27
  */
28
28
  focusableId: string;
29
29
  /**
30
- * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})).
30
+ * Determines whether the NumericTextBox is disabled ([see example]({% slug disabled_numerictextbox %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_numerictextbox#toc-managing-the-numerictextbox-disabled-state-in-reactive-forms).
31
31
  */
32
32
  disabled: boolean;
33
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "14.4.0-develop.4",
3
+ "version": "14.4.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",
@@ -34,19 +34,19 @@
34
34
  "@angular/platform-browser": "13 - 17",
35
35
  "@progress/kendo-drawing": "^1.17.2",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "14.4.0-develop.4",
38
- "@progress/kendo-angular-common": "14.4.0-develop.4",
39
- "@progress/kendo-angular-dialog": "14.4.0-develop.4",
40
- "@progress/kendo-angular-intl": "14.4.0-develop.4",
41
- "@progress/kendo-angular-l10n": "14.4.0-develop.4",
42
- "@progress/kendo-angular-popup": "14.4.0-develop.4",
43
- "@progress/kendo-angular-icons": "14.4.0-develop.4",
37
+ "@progress/kendo-angular-buttons": "14.4.0-develop.5",
38
+ "@progress/kendo-angular-common": "14.4.0-develop.5",
39
+ "@progress/kendo-angular-dialog": "14.4.0-develop.5",
40
+ "@progress/kendo-angular-intl": "14.4.0-develop.5",
41
+ "@progress/kendo-angular-l10n": "14.4.0-develop.5",
42
+ "@progress/kendo-angular-popup": "14.4.0-develop.5",
43
+ "@progress/kendo-angular-icons": "14.4.0-develop.5",
44
44
  "rxjs": "^6.5.3 || ^7.0.0",
45
- "@progress/kendo-angular-upload": "14.4.0-develop.4"
45
+ "@progress/kendo-angular-upload": "14.4.0-develop.5"
46
46
  },
47
47
  "dependencies": {
48
48
  "tslib": "^2.3.1",
49
- "@progress/kendo-angular-schematics": "14.4.0-develop.4",
49
+ "@progress/kendo-angular-schematics": "14.4.0-develop.5",
50
50
  "@progress/kendo-common": "^0.2.2",
51
51
  "@progress/kendo-draggable": "^3.0.0",
52
52
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -34,7 +34,7 @@ export declare class SignatureComponent implements ControlValueAccessor {
34
34
  */
35
35
  readonly: boolean;
36
36
  /**
37
- * Sets the disabled state of the Signature.
37
+ * Sets the disabled state of the Signature. To disable the component in reactive forms, visit the following [article](slug:formssupport_signature#toc-managing-the-signature-disabled-state-in-reactive-forms)
38
38
  *
39
39
  * @default false
40
40
  */
@@ -68,7 +68,7 @@ export declare abstract class SliderBase {
68
68
  */
69
69
  fixedTickWidth: number;
70
70
  /**
71
- * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})).
71
+ * Determines whether the Slider is disabled ([see example]({% slug disabledstate_slider %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_slider#toc-managing-the-slider-disabled-state-in-reactive-forms).
72
72
  */
73
73
  disabled: boolean;
74
74
  /**
@@ -40,7 +40,7 @@ export declare class SwitchComponent implements ControlValueAccessor, OnInit, On
40
40
  set checked(value: boolean);
41
41
  get checked(): boolean;
42
42
  /**
43
- * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})).
43
+ * Determines whether the Switch is disabled ([see example]({% slug disabled_switch %})). To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_switch#toc-managing-the-switch-disabled-state-in-reactive-forms).
44
44
  */
45
45
  disabled: boolean;
46
46
  /**
@@ -22,7 +22,7 @@ export declare abstract class TextFieldsBase {
22
22
  */
23
23
  title: string;
24
24
  /**
25
- * Sets the disabled state of the TextArea component.
25
+ * Sets the disabled state of the TextArea component. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textarea#toc-managing-the-textarea-disabled-state-in-reactive-forms).
26
26
  *
27
27
  * @default false
28
28
  */
@@ -32,7 +32,7 @@ export declare class TextBoxComponent implements ControlValueAccessor {
32
32
  */
33
33
  type: InputType;
34
34
  /**
35
- * Sets the disabled state of the component.
35
+ * Sets the disabled state of the TextBox. To learn how to disable the component in reactive forms, refer to the article on [Forms Support](slug:formssupport_textbox#toc-managing-the-textbox-disabled-state-in-reactive-forms).
36
36
  *
37
37
  * @default false
38
38
  */