@progress/kendo-angular-inputs 22.1.0-develop.8 → 23.0.0-develop.1

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.
Files changed (39) hide show
  1. package/checkbox/checkbox.component.d.ts +1 -1
  2. package/checkbox/checkbox.directive.d.ts +3 -3
  3. package/colorpicker/color-gradient.component.d.ts +2 -2
  4. package/colorpicker/color-palette.component.d.ts +1 -1
  5. package/colorpicker/colorpicker.component.d.ts +5 -5
  6. package/colorpicker/flatcolorpicker.component.d.ts +1 -1
  7. package/common/models/fillmode.d.ts +1 -1
  8. package/common/models/size.d.ts +1 -1
  9. package/common/utils.d.ts +1 -0
  10. package/fesm2022/progress-kendo-angular-inputs.mjs +526 -576
  11. package/form/form.component.d.ts +2 -1
  12. package/formfield/models/show-options.d.ts +1 -1
  13. package/maskedtextbox/maskedtextbox.component.d.ts +12 -12
  14. package/numerictextbox/constants.d.ts +2 -2
  15. package/numerictextbox/numerictextbox.component.d.ts +16 -16
  16. package/otpinput/otpinput.component.d.ts +1 -1
  17. package/package-metadata.mjs +2 -2
  18. package/package.json +14 -14
  19. package/radiobutton/radiobutton.directive.d.ts +1 -1
  20. package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
  21. package/rating/directives/rating-item.directive.d.ts +1 -1
  22. package/rating/directives/rating-selected-item.directive.d.ts +1 -1
  23. package/rating/models/selection.d.ts +1 -1
  24. package/rating/rating.component.d.ts +10 -10
  25. package/shared/input-separator.component.d.ts +2 -2
  26. package/signature/signature.component.d.ts +8 -8
  27. package/slider/slider.component.d.ts +4 -4
  28. package/sliders-common/slider-base.d.ts +10 -10
  29. package/sliders-common/title-callback.d.ts +1 -1
  30. package/switch/switch.component.d.ts +11 -11
  31. package/text-fields-common/text-fields-base.d.ts +1 -1
  32. package/textarea/models/textarea-settings.d.ts +1 -1
  33. package/textarea/textarea.component.d.ts +4 -4
  34. package/textarea/textarea.directive.d.ts +1 -1
  35. package/textbox/models/icon-show-options.d.ts +1 -1
  36. package/textbox/textbox-prefix.directive.d.ts +1 -1
  37. package/textbox/textbox-suffix.directive.d.ts +1 -1
  38. package/textbox/textbox.component.d.ts +7 -7
  39. 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](slug:appearance_checkboxdirective#toc-roundness)).
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]({% slug overview_checkbox %}) input component.
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]({% slug appearance_checkboxdirective %}#toc-size)).
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](slug:appearance_checkboxdirective#toc-roundness)).
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](slug:formssupport_colorgradient#toc-managing-the-colorgradient-disabled-state-in-reactive-forms).
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](slug:contrasttool_colorgradient).
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](slug:formssupport_colorpalette#toc-managing-the-colorpalette-disabled-state-in-reactive-forms).
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](slug:formssupport_colorpicker#toc-managing-the-colorpicker-disabled-state-in-reactive-forms).
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]({% slug appearance_colorpicker %}#toc-size)).
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](slug:appearance_colorpicker#toc-roundness)).
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]({% slug appearance_colorpicker %}#toc-fill-mode)).
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`]({% slug api_inputs_activecolorclickevent %}) event provides the option to prevent the popup opening.
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](slug:formssupport_flatcolorpicker#toc-managing-the-flatcolorpicker-disabled-state-in-reactive-forms).
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
  */
@@ -9,4 +9,4 @@
9
9
  *
10
10
  * @default `solid`
11
11
  */
12
- export type InputFillMode = 'solid' | 'flat' | 'outline' | 'none';
12
+ export type InputFillMode = 'solid' | 'flat' | 'outline';
@@ -9,4 +9,4 @@
9
9
  *
10
10
  * @default `medium`
11
11
  */
12
- export type InputSize = 'small' | 'medium' | 'large' | 'none';
12
+ export type InputSize = 'small' | 'medium' | 'large';
package/common/utils.d.ts CHANGED
@@ -44,6 +44,7 @@ export declare const ROUNDED_MAP: {
44
44
  medium: string;
45
45
  large: string;
46
46
  full: string;
47
+ none: string;
47
48
  };
48
49
  /**
49
50
  * @hidden