@progress/kendo-angular-inputs 22.1.0-develop.9 → 23.0.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/checkbox/checkbox.component.d.ts +1 -1
- package/checkbox/checkbox.directive.d.ts +3 -3
- package/colorpicker/color-gradient.component.d.ts +2 -2
- package/colorpicker/color-palette.component.d.ts +1 -1
- package/colorpicker/colorpicker.component.d.ts +5 -5
- package/colorpicker/flatcolorpicker.component.d.ts +1 -1
- package/common/models/fillmode.d.ts +1 -1
- package/common/models/size.d.ts +1 -1
- package/common/utils.d.ts +1 -0
- package/fesm2022/progress-kendo-angular-inputs.mjs +526 -576
- package/formfield/models/show-options.d.ts +1 -1
- package/maskedtextbox/maskedtextbox.component.d.ts +12 -12
- package/numerictextbox/constants.d.ts +2 -2
- package/numerictextbox/numerictextbox.component.d.ts +16 -16
- package/otpinput/otpinput.component.d.ts +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +13 -13
- package/radiobutton/radiobutton.directive.d.ts +1 -1
- package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
- package/rating/directives/rating-item.directive.d.ts +1 -1
- package/rating/directives/rating-selected-item.directive.d.ts +1 -1
- package/rating/models/selection.d.ts +1 -1
- package/rating/rating.component.d.ts +10 -10
- package/shared/input-separator.component.d.ts +2 -2
- package/signature/signature.component.d.ts +8 -8
- package/slider/slider.component.d.ts +4 -4
- package/sliders-common/slider-base.d.ts +10 -10
- package/sliders-common/title-callback.d.ts +1 -1
- package/switch/switch.component.d.ts +11 -11
- package/text-fields-common/text-fields-base.d.ts +1 -1
- package/textarea/models/textarea-settings.d.ts +1 -1
- package/textarea/textarea.component.d.ts +4 -4
- package/textarea/textarea.directive.d.ts +1 -1
- package/textbox/models/icon-show-options.d.ts +1 -1
- package/textbox/textbox-prefix.directive.d.ts +1 -1
- package/textbox/textbox-suffix.directive.d.ts +1 -1
- package/textbox/textbox.component.d.ts +7 -7
- package/textbox/textbox.directive.d.ts +1 -1
|
@@ -35,7 +35,7 @@ export declare class CheckBoxComponent extends RadioCheckBoxBase implements Cont
|
|
|
35
35
|
get checkedState(): CheckBoxState;
|
|
36
36
|
/**
|
|
37
37
|
* Sets the `rounded` property to specify the border radius of the CheckBox
|
|
38
|
-
* ([see example](
|
|
38
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/checkbox/appearance#roundness)).
|
|
39
39
|
*
|
|
40
40
|
* @default 'medium'
|
|
41
41
|
*/
|
|
@@ -6,7 +6,7 @@ import { ElementRef, Renderer2 } from '@angular/core';
|
|
|
6
6
|
import { CheckBoxRounded, InputSize } from '../common/models';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
/**
|
|
9
|
-
* Renders the [Kendo UI CheckBox](
|
|
9
|
+
* Renders the [Kendo UI CheckBox](https://www.telerik.com/kendo-angular-ui/components/inputs/checkbox) input component.
|
|
10
10
|
* Apply this directive to `input type="checkbox"` HTML elements.
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
@@ -21,7 +21,7 @@ export declare class CheckBoxDirective {
|
|
|
21
21
|
get isDisabled(): boolean;
|
|
22
22
|
/**
|
|
23
23
|
* Sets the `size` property to specify the width and height of the CheckBox
|
|
24
|
-
* ([see example](
|
|
24
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/checkbox/appearance#size)).
|
|
25
25
|
*
|
|
26
26
|
* @default 'medium'
|
|
27
27
|
*/
|
|
@@ -29,7 +29,7 @@ export declare class CheckBoxDirective {
|
|
|
29
29
|
get size(): InputSize;
|
|
30
30
|
/**
|
|
31
31
|
* Sets the `rounded` property to specify the border radius of the CheckBox
|
|
32
|
-
* ([see example](
|
|
32
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/checkbox/appearance#roundness)).
|
|
33
33
|
*
|
|
34
34
|
* @default 'medium'
|
|
35
35
|
*
|
|
@@ -75,7 +75,7 @@ export declare class ColorGradientComponent implements OnInit, OnChanges, OnDest
|
|
|
75
75
|
set size(size: InputSize);
|
|
76
76
|
get size(): InputSize;
|
|
77
77
|
/**
|
|
78
|
-
* Disables the ColorGradient. To disable it in reactive forms, see [Forms Support](
|
|
78
|
+
* Disables the ColorGradient. To disable it in reactive forms, see [Forms Support](https://www.telerik.com/kendo-angular-ui/components/inputs/colorgradient/forms#managing-the-colorgradient-disabled-state-in-reactive-forms).
|
|
79
79
|
*
|
|
80
80
|
* @default false
|
|
81
81
|
*/
|
|
@@ -104,7 +104,7 @@ export declare class ColorGradientComponent implements OnInit, OnChanges, OnDest
|
|
|
104
104
|
set value(value: string);
|
|
105
105
|
get value(): string;
|
|
106
106
|
/**
|
|
107
|
-
* Enables the color contrast tool that checks the contrast ratio of the selected color against a predefined background color. [See example](
|
|
107
|
+
* Enables the color contrast tool that checks the contrast ratio of the selected color against a predefined background color. [See example](https://www.telerik.com/kendo-angular-ui/components/inputs/colorgradient/contrast-tool).
|
|
108
108
|
*/
|
|
109
109
|
set contrastTool(value: string);
|
|
110
110
|
get contrastTool(): string;
|
|
@@ -88,7 +88,7 @@ export declare class ColorPaletteComponent implements OnInit, AfterViewInit, OnD
|
|
|
88
88
|
set tabindex(value: number);
|
|
89
89
|
get tabindex(): number;
|
|
90
90
|
/**
|
|
91
|
-
* Disables the ColorPalette. To disable it in reactive forms, see [Forms Support](
|
|
91
|
+
* Disables the ColorPalette. To disable it in reactive forms, see [Forms Support](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpalette/forms#managing-the-colorpalette-disabled-state-in-reactive-forms).
|
|
92
92
|
*/
|
|
93
93
|
disabled: boolean;
|
|
94
94
|
/**
|
|
@@ -78,7 +78,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
|
|
|
78
78
|
*/
|
|
79
79
|
readonly: boolean;
|
|
80
80
|
/**
|
|
81
|
-
* Sets the disabled state of the ColorPicker. To disable it in reactive forms, see [Forms Support](
|
|
81
|
+
* Sets the disabled state of the ColorPicker. To disable it in reactive forms, see [Forms Support](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpicker/forms#managing-the-colorpicker-disabled-state-in-reactive-forms).
|
|
82
82
|
*
|
|
83
83
|
* @default false
|
|
84
84
|
*/
|
|
@@ -173,7 +173,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
|
|
|
173
173
|
actionsLayout: ColorPickerActionsLayout;
|
|
174
174
|
/**
|
|
175
175
|
* The size property specifies the padding of the ColorPicker internal elements
|
|
176
|
-
* ([see example](
|
|
176
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpicker/appearance#size)).
|
|
177
177
|
*
|
|
178
178
|
* @default 'medium'
|
|
179
179
|
*/
|
|
@@ -181,7 +181,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
|
|
|
181
181
|
get size(): InputSize;
|
|
182
182
|
/**
|
|
183
183
|
* The rounded property specifies the border radius of the ColorPicker
|
|
184
|
-
* ([see example](
|
|
184
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpicker/appearance#roundness)).
|
|
185
185
|
*
|
|
186
186
|
* @default 'medium'
|
|
187
187
|
*/
|
|
@@ -189,7 +189,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
|
|
|
189
189
|
get rounded(): InputRounded;
|
|
190
190
|
/**
|
|
191
191
|
* The fillMode property specifies the background and border styles of the ColorPicker
|
|
192
|
-
* ([see example](
|
|
192
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/inputs/colorpicker/appearance#fill-mode)).
|
|
193
193
|
*
|
|
194
194
|
* @default 'solid'
|
|
195
195
|
*/
|
|
@@ -227,7 +227,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
|
|
|
227
227
|
* Fires when the left side of the ColorPicker wrapper is clicked.
|
|
228
228
|
* The event is triggered regardless of whether a ColorPicker icon is set or not.
|
|
229
229
|
*
|
|
230
|
-
* The [`ActiveColorClickEvent`](
|
|
230
|
+
* The [`ActiveColorClickEvent`](https://www.telerik.com/kendo-angular-ui/components/inputs/api/activecolorclickevent) event provides the option to prevent the popup opening.
|
|
231
231
|
*/
|
|
232
232
|
activeColorClick: EventEmitter<ActiveColorClickEvent>;
|
|
233
233
|
/**
|
|
@@ -62,7 +62,7 @@ export declare class FlatColorPickerComponent implements OnInit, AfterViewInit,
|
|
|
62
62
|
*/
|
|
63
63
|
readonly: boolean;
|
|
64
64
|
/**
|
|
65
|
-
* Sets the disabled state of the FlatColorPicker. To disable it in reactive forms, see [Forms Support](
|
|
65
|
+
* Sets the disabled state of the FlatColorPicker. To disable it in reactive forms, see [Forms Support](https://www.telerik.com/kendo-angular-ui/components/inputs/flatcolorpicker/forms#managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
|
|
66
66
|
*
|
|
67
67
|
* @default false
|
|
68
68
|
*/
|
package/common/models/size.d.ts
CHANGED