@progress/kendo-angular-inputs 16.4.0-develop.4 → 16.4.0-develop.6

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 (32) hide show
  1. package/checkbox/checkbox.component.d.ts +1 -1
  2. package/checkbox/checkbox.directive.d.ts +1 -1
  3. package/colorpicker/colorpicker.component.d.ts +2 -2
  4. package/esm2020/checkbox/checkbox.component.mjs +1 -1
  5. package/esm2020/checkbox/checkbox.directive.mjs +1 -1
  6. package/esm2020/colorpicker/colorpicker.component.mjs +2 -2
  7. package/esm2020/maskedtextbox/maskedtextbox.component.mjs +3 -3
  8. package/esm2020/numerictextbox/numerictextbox.component.mjs +7 -7
  9. package/esm2020/package-metadata.mjs +2 -2
  10. package/esm2020/rating/directives/rating-hovered-item.directive.mjs +1 -1
  11. package/esm2020/rating/directives/rating-item.directive.mjs +1 -1
  12. package/esm2020/rating/directives/rating-selected-item.directive.mjs +1 -1
  13. package/esm2020/shared/textarea.directive.mjs +1 -1
  14. package/esm2020/signature/signature.component.mjs +4 -4
  15. package/esm2020/textarea/textarea.component.mjs +5 -5
  16. package/esm2020/textbox/textbox-prefix.directive.mjs +1 -1
  17. package/esm2020/textbox/textbox-suffix.directive.mjs +1 -1
  18. package/esm2020/textbox/textbox.component.mjs +5 -5
  19. package/fesm2015/progress-kendo-angular-inputs.mjs +36 -36
  20. package/fesm2020/progress-kendo-angular-inputs.mjs +36 -36
  21. package/maskedtextbox/maskedtextbox.component.d.ts +3 -3
  22. package/numerictextbox/numerictextbox.component.d.ts +7 -7
  23. package/package.json +9 -9
  24. package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
  25. package/rating/directives/rating-item.directive.d.ts +1 -1
  26. package/rating/directives/rating-selected-item.directive.d.ts +1 -1
  27. package/shared/textarea.directive.d.ts +1 -1
  28. package/signature/signature.component.d.ts +4 -4
  29. package/textarea/textarea.component.d.ts +5 -5
  30. package/textbox/textbox-prefix.directive.d.ts +1 -1
  31. package/textbox/textbox-suffix.directive.d.ts +1 -1
  32. package/textbox/textbox.component.d.ts +5 -5
@@ -24,7 +24,7 @@ export declare class CheckBoxComponent extends RadioCheckBoxBase implements Cont
24
24
  get checkedState(): CheckBoxState;
25
25
  /**
26
26
  * The rounded property specifies the border radius of the CheckBox
27
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
27
+ * ([see example](slug:appearance_checkboxdirective#toc-roundness)).
28
28
  *
29
29
  * @default 'medium'
30
30
  *
@@ -32,7 +32,7 @@ export declare class CheckBoxDirective {
32
32
  get size(): InputSize;
33
33
  /**
34
34
  * The rounded property specifies the border radius of the CheckBox
35
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
35
+ * ([see example](slug appearance_checkboxdirective#toc-roundness)).
36
36
  *
37
37
  * The possible values are:
38
38
  * * `small`
@@ -170,7 +170,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
170
170
  get size(): InputSize;
171
171
  /**
172
172
  * The rounded property specifies the border radius of the ColorPicker
173
- * ([see example]({% slug appearance_colorpicker %}#toc-rounded)).
173
+ * ([see example](slug:appearance_colorpicker#toc-roundness)).
174
174
  *
175
175
  * The possible values are:
176
176
  * * `small`
@@ -183,7 +183,7 @@ export declare class ColorPickerComponent implements OnInit, AfterViewInit, OnCh
183
183
  get rounded(): InputRounded;
184
184
  /**
185
185
  * The fillMode property specifies the background and border styles of the ColorPicker
186
- * ([see example]({% slug appearance_colorpicker %}#toc-fillMode)).
186
+ * ([see example]({% slug appearance_colorpicker %}#toc-fill-mode)).
187
187
  *
188
188
  * The possible values are:
189
189
  * * `flat`
@@ -62,7 +62,7 @@ export class CheckBoxComponent extends RadioCheckBoxBase {
62
62
  }
63
63
  /**
64
64
  * The rounded property specifies the border radius of the CheckBox
65
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
65
+ * ([see example](slug:appearance_checkboxdirective#toc-roundness)).
66
66
  *
67
67
  * @default 'medium'
68
68
  *
@@ -44,7 +44,7 @@ export class CheckBoxDirective {
44
44
  }
45
45
  /**
46
46
  * The rounded property specifies the border radius of the CheckBox
47
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
47
+ * ([see example](slug appearance_checkboxdirective#toc-roundness)).
48
48
  *
49
49
  * The possible values are:
50
50
  * * `small`
@@ -290,7 +290,7 @@ export class ColorPickerComponent {
290
290
  }
291
291
  /**
292
292
  * The rounded property specifies the border radius of the ColorPicker
293
- * ([see example]({% slug appearance_colorpicker %}#toc-rounded)).
293
+ * ([see example](slug:appearance_colorpicker#toc-roundness)).
294
294
  *
295
295
  * The possible values are:
296
296
  * * `small`
@@ -309,7 +309,7 @@ export class ColorPickerComponent {
309
309
  }
310
310
  /**
311
311
  * The fillMode property specifies the background and border styles of the ColorPicker
312
- * ([see example]({% slug appearance_colorpicker %}#toc-fillMode)).
312
+ * ([see example]({% slug appearance_colorpicker %}#toc-fill-mode)).
313
313
  *
314
314
  * The possible values are:
315
315
  * * `flat`
@@ -267,7 +267,7 @@ export class MaskedTextBoxComponent {
267
267
  }
268
268
  /**
269
269
  * The rounded property specifies the border radius of the MaskedTextBox
270
- * ([see example]({% slug appearance_maskedtextbox %}#toc-rounded)).
270
+ * ([see example](slug:appearance_maskedtextbox#toc-roundness)).
271
271
  * The possible values are:
272
272
  * * `small`
273
273
  * * `medium` (default)
@@ -283,8 +283,8 @@ export class MaskedTextBoxComponent {
283
283
  return this._rounded;
284
284
  }
285
285
  /**
286
- * The fillMode property specifies the background and border styles of the MaskedTexBox
287
- * ([see example]({% slug appearance_maskedtextbox %}#toc-fillMode)).
286
+ * The `fillMode` property specifies the background and border styles of the MaskedTexBox
287
+ * ([see example]({% slug appearance_maskedtextbox %}#toc-fill-mode)).
288
288
  * The possible values are:
289
289
  * * `flat`
290
290
  * * `solid` (default)
@@ -117,15 +117,15 @@ export class NumericTextBoxComponent {
117
117
  */
118
118
  this.value = null;
119
119
  /**
120
- * Fires each time the user selects a new value ([see example]({% slug overview_numerictextbox %}#toc-events)).
120
+ * Fires each time the user selects a new value ([see example](slug:events_numerictextbox)).
121
121
  */
122
122
  this.valueChange = new EventEmitter();
123
123
  /**
124
- * Fires each time the user focuses the NumericTextBox element ([see example]({% slug overview_numerictextbox %}#toc-events)).
124
+ * Fires each time the user focuses the NumericTextBox element ([see example](slug:events_numerictextbox)).
125
125
  */
126
126
  this.onFocus = new EventEmitter();
127
127
  /**
128
- * Fires each time the NumericTextBox component gets blurred. ([see example]({% slug overview_numerictextbox %}#toc-events)).
128
+ * Fires each time the NumericTextBox component gets blurred ([see example](slug:events_numerictextbox)).
129
129
  */
130
130
  this.onBlur = new EventEmitter();
131
131
  /**
@@ -392,8 +392,8 @@ export class NumericTextBoxComponent {
392
392
  return this._size;
393
393
  }
394
394
  /**
395
- * The rounded property specifies the border radius of the NumericTextBox
396
- * ([see example]({% slug appearance_numerictextbox %}#toc-rounded)).
395
+ * The `rounded` property specifies the border radius of the NumericTextBox
396
+ * ([see example](slug appearance_numerictextbox#toc-roundness)).
397
397
  * The possible values are:
398
398
  * * `small`
399
399
  * * `medium` (default)
@@ -409,8 +409,8 @@ export class NumericTextBoxComponent {
409
409
  return this._rounded;
410
410
  }
411
411
  /**
412
- * The fillMode property specifies the background and border styles of the NumericTextBox
413
- * ([see example]({% slug appearance_numerictextbox %}#toc-fillMode)).
412
+ * The `fillMode` property specifies the background and border styles of the NumericTextBox
413
+ * ([see example](slug:appearance_numerictextbox#toc-fill-mode)).
414
414
  * The possible values are:
415
415
  * * `flat`
416
416
  * * `solid` (default)
@@ -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: 1719995806,
13
- version: '16.4.0-develop.4',
12
+ publishDate: 1720184888,
13
+ version: '16.4.0-develop.6',
14
14
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
15
15
  };
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Renders the hovered rating item content. To define an item template, nest an `<ng-template>` tag
9
9
  * with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag
10
- * [see example]({% slug templates_rating %}#toc-hovered-item-template).
10
+ * [see example](slug:templates_rating).
11
11
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
12
12
  */
13
13
  export class RatingHoveredItemTemplateDirective {
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Renders the rating item content. To define an item template, nest an `<ng-template>` tag
9
9
  * with the `kendoRatingItemTemplate` directive inside the `<kendo-rating>` tag
10
- * [see example]({% slug templates_rating %}#toc-item-template).
10
+ * [see example](slug:templates_rating).
11
11
  * The index of the current item is available as an implicit context using the `let-index="index"` syntax.
12
12
  */
13
13
  export class RatingItemTemplateDirective {
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Renders the selected rating item content. To define an item template, nest an `<ng-template>` tag
9
9
  * with the `kendoRatingSelectedItemTemplate` directive inside the `<kendo-rating>` tag
10
- * [see example]({% slug templates_rating %}#toc-selected-item-template).
10
+ * [see example](slug:templates_rating).
11
11
  * The index of the currently selected item is available as an implicit context using the `let-index="index"` syntax.
12
12
  */
13
13
  export class RatingSelectedItemTemplateDirective {
@@ -34,7 +34,7 @@ export class TextAreaDirective {
34
34
  this.valueChange = new EventEmitter();
35
35
  /**
36
36
  * Specifies if the `textarea` element will resize its height automatically
37
- * ([see example]({% slug overview_textarea %}#toc-auto-resizing)).
37
+ * ([see example](slug:textarea_sizing#toc-auto-resizing)).
38
38
  *
39
39
  * @default false
40
40
  */
@@ -74,8 +74,8 @@ export class SignatureComponent {
74
74
  */
75
75
  this.size = DEFAULT_SIZE;
76
76
  /**
77
- * The rounded property specifies the border radius of the signature
78
- * ([see example]({% slug appearance_signature %}#toc-rounded)).
77
+ * The `rounded` property specifies the border radius of the signature
78
+ * ([see example](slug:appearance_signature#toc-roundness)).
79
79
  *
80
80
  * The possible values are:
81
81
  * * `small`
@@ -86,8 +86,8 @@ export class SignatureComponent {
86
86
  */
87
87
  this.rounded = DEFAULT_ROUNDED;
88
88
  /**
89
- * The fillMode property specifies the background and border styles of the signature
90
- * ([see example]({% slug appearance_signature %}#toc-fillMode)).
89
+ * The `fillMode` property specifies the background and border styles of the signature
90
+ * ([see example](slug:appearance_signature#toc-fill-mode)).
91
91
  *
92
92
  * The possible values are:
93
93
  * * `flat`
@@ -124,7 +124,7 @@ export class TextAreaComponent extends TextFieldsBase {
124
124
  this.onBlur = new EventEmitter();
125
125
  /**
126
126
  * Fires each time the value is changed or the component is blurred
127
- * ([see example]({% slug overview_textarea %}#toc-events)).
127
+ * ([see example](slug:events_textarea)).
128
128
  * When the component value is changed programmatically or via its form control binding, the valueChange event is not emitted.
129
129
  */
130
130
  this.valueChange = new EventEmitter();
@@ -256,8 +256,8 @@ export class TextAreaComponent extends TextFieldsBase {
256
256
  return this._size;
257
257
  }
258
258
  /**
259
- * The rounded property specifies the border radius of the TextArea
260
- * ([see example]({% slug appearance_textarea %}#toc-rounded)).
259
+ * The `rounded` property specifies the border radius of the TextArea
260
+ * ([see example](slug:appearance_textarea#toc-roundness)).
261
261
  *
262
262
  * The possible values are:
263
263
  * * `small`
@@ -274,8 +274,8 @@ export class TextAreaComponent extends TextFieldsBase {
274
274
  return this._rounded;
275
275
  }
276
276
  /**
277
- * The fillMode property specifies the background and border styles of the TextArea
278
- * ([see example]({% slug appearance_textarea %}#toc-fillMode)).
277
+ * The `fillMode` property specifies the background and border styles of the TextArea
278
+ * ([see example](slug:appearance_textarea#toc-fill-mode)).
279
279
  *
280
280
  * The possible values are:
281
281
  * * `flat`
@@ -5,7 +5,7 @@
5
5
  import { Directive, Input, Optional, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Specifies the adornments in the prefix container ([see examples]({% slug adornments_textbox %}#toc-prefixadornments)).
8
+ * Specifies the adornments in the prefix container ([see examples](slug:adornments_textbox#toc-prefix-adornments)).
9
9
  * @example
10
10
  * ```ts-no-run
11
11
  * _@Component({
@@ -5,7 +5,7 @@
5
5
  import { Directive, Input, Optional, TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Specifies the adornments in the suffix container ([see examples]({% slug adornments_textbox %}#toc-suffixadornments)).
8
+ * Specifies the adornments in the suffix container ([see examples](slug:adornments_textbox#toc-suffix-adornments)).
9
9
  * ```ts-no-run
10
10
  * _@Component({
11
11
  * selector: 'my-app',
@@ -109,7 +109,7 @@ export class TextBoxComponent {
109
109
  /**
110
110
  * Fires each time the value is changed&mdash;
111
111
  * when the component is blurred or the value is cleared through the **Clear** button
112
- * ([see example]({% slug overview_textbox %}#toc-events)).
112
+ * ([see example](slug:events_textbox)).
113
113
  * When the value of the component is programmatically changed to `ngModel` or `formControl`
114
114
  * through its API or form binding, the `valueChange` event is not triggered because it
115
115
  * might cause a mix-up with the built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.
@@ -243,8 +243,8 @@ export class TextBoxComponent {
243
243
  return this._size;
244
244
  }
245
245
  /**
246
- * The rounded property specifies the border radius of the TextBox
247
- * ([see example]({% slug appearance_textbox %}#toc-rounded)).
246
+ * The `rounded` property specifies the border radius of the TextBox
247
+ * ([see example](slug:appearance_textbox#toc-roundness)).
248
248
  *
249
249
  * The possible values are:
250
250
  * * `small`
@@ -262,8 +262,8 @@ export class TextBoxComponent {
262
262
  return this._rounded;
263
263
  }
264
264
  /**
265
- * The fillMode property specifies the background and border styles of the TextBox
266
- * ([see example]({% slug appearance_textbox %}#toc-fillMode)).
265
+ * The `fillMode` property specifies the background and border styles of the TextBox
266
+ * ([see example]({% slug appearance_textbox %}#toc-fill-mode)).
267
267
  *
268
268
  * The possible values are:
269
269
  * * `flat`
@@ -544,8 +544,8 @@ const packageMetadata = {
544
544
  name: '@progress/kendo-angular-inputs',
545
545
  productName: 'Kendo UI for Angular',
546
546
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
547
- publishDate: 1719995806,
548
- version: '16.4.0-develop.4',
547
+ publishDate: 1720184888,
548
+ version: '16.4.0-develop.6',
549
549
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
550
550
  };
551
551
 
@@ -3062,7 +3062,7 @@ class TextAreaDirective {
3062
3062
  this.valueChange = new EventEmitter();
3063
3063
  /**
3064
3064
  * Specifies if the `textarea` element will resize its height automatically
3065
- * ([see example]({% slug overview_textarea %}#toc-auto-resizing)).
3065
+ * ([see example](slug:textarea_sizing#toc-auto-resizing)).
3066
3066
  *
3067
3067
  * @default false
3068
3068
  */
@@ -3724,15 +3724,15 @@ class NumericTextBoxComponent {
3724
3724
  */
3725
3725
  this.value = null;
3726
3726
  /**
3727
- * Fires each time the user selects a new value ([see example]({% slug overview_numerictextbox %}#toc-events)).
3727
+ * Fires each time the user selects a new value ([see example](slug:events_numerictextbox)).
3728
3728
  */
3729
3729
  this.valueChange = new EventEmitter();
3730
3730
  /**
3731
- * Fires each time the user focuses the NumericTextBox element ([see example]({% slug overview_numerictextbox %}#toc-events)).
3731
+ * Fires each time the user focuses the NumericTextBox element ([see example](slug:events_numerictextbox)).
3732
3732
  */
3733
3733
  this.onFocus = new EventEmitter();
3734
3734
  /**
3735
- * Fires each time the NumericTextBox component gets blurred. ([see example]({% slug overview_numerictextbox %}#toc-events)).
3735
+ * Fires each time the NumericTextBox component gets blurred ([see example](slug:events_numerictextbox)).
3736
3736
  */
3737
3737
  this.onBlur = new EventEmitter();
3738
3738
  /**
@@ -3999,8 +3999,8 @@ class NumericTextBoxComponent {
3999
3999
  return this._size;
4000
4000
  }
4001
4001
  /**
4002
- * The rounded property specifies the border radius of the NumericTextBox
4003
- * ([see example]({% slug appearance_numerictextbox %}#toc-rounded)).
4002
+ * The `rounded` property specifies the border radius of the NumericTextBox
4003
+ * ([see example](slug appearance_numerictextbox#toc-roundness)).
4004
4004
  * The possible values are:
4005
4005
  * * `small`
4006
4006
  * * `medium` (default)
@@ -4016,8 +4016,8 @@ class NumericTextBoxComponent {
4016
4016
  return this._rounded;
4017
4017
  }
4018
4018
  /**
4019
- * The fillMode property specifies the background and border styles of the NumericTextBox
4020
- * ([see example]({% slug appearance_numerictextbox %}#toc-fillMode)).
4019
+ * The `fillMode` property specifies the background and border styles of the NumericTextBox
4020
+ * ([see example](slug:appearance_numerictextbox#toc-fill-mode)).
4021
4021
  * The possible values are:
4022
4022
  * * `flat`
4023
4023
  * * `solid` (default)
@@ -5572,7 +5572,7 @@ class MaskedTextBoxComponent {
5572
5572
  }
5573
5573
  /**
5574
5574
  * The rounded property specifies the border radius of the MaskedTextBox
5575
- * ([see example]({% slug appearance_maskedtextbox %}#toc-rounded)).
5575
+ * ([see example](slug:appearance_maskedtextbox#toc-roundness)).
5576
5576
  * The possible values are:
5577
5577
  * * `small`
5578
5578
  * * `medium` (default)
@@ -5588,8 +5588,8 @@ class MaskedTextBoxComponent {
5588
5588
  return this._rounded;
5589
5589
  }
5590
5590
  /**
5591
- * The fillMode property specifies the background and border styles of the MaskedTexBox
5592
- * ([see example]({% slug appearance_maskedtextbox %}#toc-fillMode)).
5591
+ * The `fillMode` property specifies the background and border styles of the MaskedTexBox
5592
+ * ([see example]({% slug appearance_maskedtextbox %}#toc-fill-mode)).
5593
5593
  * The possible values are:
5594
5594
  * * `flat`
5595
5595
  * * `solid` (default)
@@ -6650,7 +6650,7 @@ const isJapanese = (input) => {
6650
6650
  };
6651
6651
 
6652
6652
  /**
6653
- * Specifies the adornments in the suffix container ([see examples]({% slug adornments_textbox %}#toc-suffixadornments)).
6653
+ * Specifies the adornments in the suffix container ([see examples](slug:adornments_textbox#toc-suffix-adornments)).
6654
6654
  * ```ts-no-run
6655
6655
  * _@Component({
6656
6656
  * selector: 'my-app',
@@ -6698,7 +6698,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6698
6698
  }] } });
6699
6699
 
6700
6700
  /**
6701
- * Specifies the adornments in the prefix container ([see examples]({% slug adornments_textbox %}#toc-prefixadornments)).
6701
+ * Specifies the adornments in the prefix container ([see examples](slug:adornments_textbox#toc-prefix-adornments)).
6702
6702
  * @example
6703
6703
  * ```ts-no-run
6704
6704
  * _@Component({
@@ -6879,7 +6879,7 @@ class TextBoxComponent {
6879
6879
  /**
6880
6880
  * Fires each time the value is changed&mdash;
6881
6881
  * when the component is blurred or the value is cleared through the **Clear** button
6882
- * ([see example]({% slug overview_textbox %}#toc-events)).
6882
+ * ([see example](slug:events_textbox)).
6883
6883
  * When the value of the component is programmatically changed to `ngModel` or `formControl`
6884
6884
  * through its API or form binding, the `valueChange` event is not triggered because it
6885
6885
  * might cause a mix-up with the built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.
@@ -7013,8 +7013,8 @@ class TextBoxComponent {
7013
7013
  return this._size;
7014
7014
  }
7015
7015
  /**
7016
- * The rounded property specifies the border radius of the TextBox
7017
- * ([see example]({% slug appearance_textbox %}#toc-rounded)).
7016
+ * The `rounded` property specifies the border radius of the TextBox
7017
+ * ([see example](slug:appearance_textbox#toc-roundness)).
7018
7018
  *
7019
7019
  * The possible values are:
7020
7020
  * * `small`
@@ -7032,8 +7032,8 @@ class TextBoxComponent {
7032
7032
  return this._rounded;
7033
7033
  }
7034
7034
  /**
7035
- * The fillMode property specifies the background and border styles of the TextBox
7036
- * ([see example]({% slug appearance_textbox %}#toc-fillMode)).
7035
+ * The `fillMode` property specifies the background and border styles of the TextBox
7036
+ * ([see example]({% slug appearance_textbox %}#toc-fill-mode)).
7037
7037
  *
7038
7038
  * The possible values are:
7039
7039
  * * `flat`
@@ -8134,7 +8134,7 @@ class TextAreaComponent extends TextFieldsBase {
8134
8134
  this.onBlur = new EventEmitter();
8135
8135
  /**
8136
8136
  * Fires each time the value is changed or the component is blurred
8137
- * ([see example]({% slug overview_textarea %}#toc-events)).
8137
+ * ([see example](slug:events_textarea)).
8138
8138
  * When the component value is changed programmatically or via its form control binding, the valueChange event is not emitted.
8139
8139
  */
8140
8140
  this.valueChange = new EventEmitter();
@@ -8266,8 +8266,8 @@ class TextAreaComponent extends TextFieldsBase {
8266
8266
  return this._size;
8267
8267
  }
8268
8268
  /**
8269
- * The rounded property specifies the border radius of the TextArea
8270
- * ([see example]({% slug appearance_textarea %}#toc-rounded)).
8269
+ * The `rounded` property specifies the border radius of the TextArea
8270
+ * ([see example](slug:appearance_textarea#toc-roundness)).
8271
8271
  *
8272
8272
  * The possible values are:
8273
8273
  * * `small`
@@ -8284,8 +8284,8 @@ class TextAreaComponent extends TextFieldsBase {
8284
8284
  return this._rounded;
8285
8285
  }
8286
8286
  /**
8287
- * The fillMode property specifies the background and border styles of the TextArea
8288
- * ([see example]({% slug appearance_textarea %}#toc-fillMode)).
8287
+ * The `fillMode` property specifies the background and border styles of the TextArea
8288
+ * ([see example](slug:appearance_textarea#toc-fill-mode)).
8289
8289
  *
8290
8290
  * The possible values are:
8291
8291
  * * `flat`
@@ -13099,7 +13099,7 @@ class ColorPickerComponent {
13099
13099
  }
13100
13100
  /**
13101
13101
  * The rounded property specifies the border radius of the ColorPicker
13102
- * ([see example]({% slug appearance_colorpicker %}#toc-rounded)).
13102
+ * ([see example](slug:appearance_colorpicker#toc-roundness)).
13103
13103
  *
13104
13104
  * The possible values are:
13105
13105
  * * `small`
@@ -13118,7 +13118,7 @@ class ColorPickerComponent {
13118
13118
  }
13119
13119
  /**
13120
13120
  * The fillMode property specifies the background and border styles of the ColorPicker
13121
- * ([see example]({% slug appearance_colorpicker %}#toc-fillMode)).
13121
+ * ([see example]({% slug appearance_colorpicker %}#toc-fill-mode)).
13122
13122
  *
13123
13123
  * The possible values are:
13124
13124
  * * `flat`
@@ -14070,7 +14070,7 @@ class CheckBoxDirective {
14070
14070
  }
14071
14071
  /**
14072
14072
  * The rounded property specifies the border radius of the CheckBox
14073
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
14073
+ * ([see example](slug appearance_checkboxdirective#toc-roundness)).
14074
14074
  *
14075
14075
  * The possible values are:
14076
14076
  * * `small`
@@ -14442,7 +14442,7 @@ class CheckBoxComponent extends RadioCheckBoxBase {
14442
14442
  }
14443
14443
  /**
14444
14444
  * The rounded property specifies the border radius of the CheckBox
14445
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
14445
+ * ([see example](slug:appearance_checkboxdirective#toc-roundness)).
14446
14446
  *
14447
14447
  * @default 'medium'
14448
14448
  *
@@ -15519,8 +15519,8 @@ class SignatureComponent {
15519
15519
  */
15520
15520
  this.size = DEFAULT_SIZE;
15521
15521
  /**
15522
- * The rounded property specifies the border radius of the signature
15523
- * ([see example]({% slug appearance_signature %}#toc-rounded)).
15522
+ * The `rounded` property specifies the border radius of the signature
15523
+ * ([see example](slug:appearance_signature#toc-roundness)).
15524
15524
  *
15525
15525
  * The possible values are:
15526
15526
  * * `small`
@@ -15531,8 +15531,8 @@ class SignatureComponent {
15531
15531
  */
15532
15532
  this.rounded = DEFAULT_ROUNDED;
15533
15533
  /**
15534
- * The fillMode property specifies the background and border styles of the signature
15535
- * ([see example]({% slug appearance_signature %}#toc-fillMode)).
15534
+ * The `fillMode` property specifies the background and border styles of the signature
15535
+ * ([see example](slug:appearance_signature#toc-fill-mode)).
15536
15536
  *
15537
15537
  * The possible values are:
15538
15538
  * * `flat`
@@ -16431,7 +16431,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
16431
16431
  /**
16432
16432
  * Renders the rating item content. To define an item template, nest an `<ng-template>` tag
16433
16433
  * with the `kendoRatingItemTemplate` directive inside the `<kendo-rating>` tag
16434
- * [see example]({% slug templates_rating %}#toc-item-template).
16434
+ * [see example](slug:templates_rating).
16435
16435
  * The index of the current item is available as an implicit context using the `let-index="index"` syntax.
16436
16436
  */
16437
16437
  class RatingItemTemplateDirective {
@@ -16451,7 +16451,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
16451
16451
  /**
16452
16452
  * Renders the hovered rating item content. To define an item template, nest an `<ng-template>` tag
16453
16453
  * with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag
16454
- * [see example]({% slug templates_rating %}#toc-hovered-item-template).
16454
+ * [see example](slug:templates_rating).
16455
16455
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
16456
16456
  */
16457
16457
  class RatingHoveredItemTemplateDirective {
@@ -16471,7 +16471,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
16471
16471
  /**
16472
16472
  * Renders the selected rating item content. To define an item template, nest an `<ng-template>` tag
16473
16473
  * with the `kendoRatingSelectedItemTemplate` directive inside the `<kendo-rating>` tag
16474
- * [see example]({% slug templates_rating %}#toc-selected-item-template).
16474
+ * [see example](slug:templates_rating).
16475
16475
  * The index of the currently selected item is available as an implicit context using the `let-index="index"` syntax.
16476
16476
  */
16477
16477
  class RatingSelectedItemTemplateDirective {
@@ -543,8 +543,8 @@ const packageMetadata = {
543
543
  name: '@progress/kendo-angular-inputs',
544
544
  productName: 'Kendo UI for Angular',
545
545
  productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
546
- publishDate: 1719995806,
547
- version: '16.4.0-develop.4',
546
+ publishDate: 1720184888,
547
+ version: '16.4.0-develop.6',
548
548
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
549
549
  };
550
550
 
@@ -3057,7 +3057,7 @@ class TextAreaDirective {
3057
3057
  this.valueChange = new EventEmitter();
3058
3058
  /**
3059
3059
  * Specifies if the `textarea` element will resize its height automatically
3060
- * ([see example]({% slug overview_textarea %}#toc-auto-resizing)).
3060
+ * ([see example](slug:textarea_sizing#toc-auto-resizing)).
3061
3061
  *
3062
3062
  * @default false
3063
3063
  */
@@ -3717,15 +3717,15 @@ class NumericTextBoxComponent {
3717
3717
  */
3718
3718
  this.value = null;
3719
3719
  /**
3720
- * Fires each time the user selects a new value ([see example]({% slug overview_numerictextbox %}#toc-events)).
3720
+ * Fires each time the user selects a new value ([see example](slug:events_numerictextbox)).
3721
3721
  */
3722
3722
  this.valueChange = new EventEmitter();
3723
3723
  /**
3724
- * Fires each time the user focuses the NumericTextBox element ([see example]({% slug overview_numerictextbox %}#toc-events)).
3724
+ * Fires each time the user focuses the NumericTextBox element ([see example](slug:events_numerictextbox)).
3725
3725
  */
3726
3726
  this.onFocus = new EventEmitter();
3727
3727
  /**
3728
- * Fires each time the NumericTextBox component gets blurred. ([see example]({% slug overview_numerictextbox %}#toc-events)).
3728
+ * Fires each time the NumericTextBox component gets blurred ([see example](slug:events_numerictextbox)).
3729
3729
  */
3730
3730
  this.onBlur = new EventEmitter();
3731
3731
  /**
@@ -3992,8 +3992,8 @@ class NumericTextBoxComponent {
3992
3992
  return this._size;
3993
3993
  }
3994
3994
  /**
3995
- * The rounded property specifies the border radius of the NumericTextBox
3996
- * ([see example]({% slug appearance_numerictextbox %}#toc-rounded)).
3995
+ * The `rounded` property specifies the border radius of the NumericTextBox
3996
+ * ([see example](slug appearance_numerictextbox#toc-roundness)).
3997
3997
  * The possible values are:
3998
3998
  * * `small`
3999
3999
  * * `medium` (default)
@@ -4009,8 +4009,8 @@ class NumericTextBoxComponent {
4009
4009
  return this._rounded;
4010
4010
  }
4011
4011
  /**
4012
- * The fillMode property specifies the background and border styles of the NumericTextBox
4013
- * ([see example]({% slug appearance_numerictextbox %}#toc-fillMode)).
4012
+ * The `fillMode` property specifies the background and border styles of the NumericTextBox
4013
+ * ([see example](slug:appearance_numerictextbox#toc-fill-mode)).
4014
4014
  * The possible values are:
4015
4015
  * * `flat`
4016
4016
  * * `solid` (default)
@@ -5564,7 +5564,7 @@ class MaskedTextBoxComponent {
5564
5564
  }
5565
5565
  /**
5566
5566
  * The rounded property specifies the border radius of the MaskedTextBox
5567
- * ([see example]({% slug appearance_maskedtextbox %}#toc-rounded)).
5567
+ * ([see example](slug:appearance_maskedtextbox#toc-roundness)).
5568
5568
  * The possible values are:
5569
5569
  * * `small`
5570
5570
  * * `medium` (default)
@@ -5580,8 +5580,8 @@ class MaskedTextBoxComponent {
5580
5580
  return this._rounded;
5581
5581
  }
5582
5582
  /**
5583
- * The fillMode property specifies the background and border styles of the MaskedTexBox
5584
- * ([see example]({% slug appearance_maskedtextbox %}#toc-fillMode)).
5583
+ * The `fillMode` property specifies the background and border styles of the MaskedTexBox
5584
+ * ([see example]({% slug appearance_maskedtextbox %}#toc-fill-mode)).
5585
5585
  * The possible values are:
5586
5586
  * * `flat`
5587
5587
  * * `solid` (default)
@@ -6639,7 +6639,7 @@ const isJapanese = (input) => {
6639
6639
  };
6640
6640
 
6641
6641
  /**
6642
- * Specifies the adornments in the suffix container ([see examples]({% slug adornments_textbox %}#toc-suffixadornments)).
6642
+ * Specifies the adornments in the suffix container ([see examples](slug:adornments_textbox#toc-suffix-adornments)).
6643
6643
  * ```ts-no-run
6644
6644
  * _@Component({
6645
6645
  * selector: 'my-app',
@@ -6685,7 +6685,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
6685
6685
  }] } });
6686
6686
 
6687
6687
  /**
6688
- * Specifies the adornments in the prefix container ([see examples]({% slug adornments_textbox %}#toc-prefixadornments)).
6688
+ * Specifies the adornments in the prefix container ([see examples](slug:adornments_textbox#toc-prefix-adornments)).
6689
6689
  * @example
6690
6690
  * ```ts-no-run
6691
6691
  * _@Component({
@@ -6864,7 +6864,7 @@ class TextBoxComponent {
6864
6864
  /**
6865
6865
  * Fires each time the value is changed&mdash;
6866
6866
  * when the component is blurred or the value is cleared through the **Clear** button
6867
- * ([see example]({% slug overview_textbox %}#toc-events)).
6867
+ * ([see example](slug:events_textbox)).
6868
6868
  * When the value of the component is programmatically changed to `ngModel` or `formControl`
6869
6869
  * through its API or form binding, the `valueChange` event is not triggered because it
6870
6870
  * might cause a mix-up with the built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.
@@ -6998,8 +6998,8 @@ class TextBoxComponent {
6998
6998
  return this._size;
6999
6999
  }
7000
7000
  /**
7001
- * The rounded property specifies the border radius of the TextBox
7002
- * ([see example]({% slug appearance_textbox %}#toc-rounded)).
7001
+ * The `rounded` property specifies the border radius of the TextBox
7002
+ * ([see example](slug:appearance_textbox#toc-roundness)).
7003
7003
  *
7004
7004
  * The possible values are:
7005
7005
  * * `small`
@@ -7017,8 +7017,8 @@ class TextBoxComponent {
7017
7017
  return this._rounded;
7018
7018
  }
7019
7019
  /**
7020
- * The fillMode property specifies the background and border styles of the TextBox
7021
- * ([see example]({% slug appearance_textbox %}#toc-fillMode)).
7020
+ * The `fillMode` property specifies the background and border styles of the TextBox
7021
+ * ([see example]({% slug appearance_textbox %}#toc-fill-mode)).
7022
7022
  *
7023
7023
  * The possible values are:
7024
7024
  * * `flat`
@@ -8118,7 +8118,7 @@ class TextAreaComponent extends TextFieldsBase {
8118
8118
  this.onBlur = new EventEmitter();
8119
8119
  /**
8120
8120
  * Fires each time the value is changed or the component is blurred
8121
- * ([see example]({% slug overview_textarea %}#toc-events)).
8121
+ * ([see example](slug:events_textarea)).
8122
8122
  * When the component value is changed programmatically or via its form control binding, the valueChange event is not emitted.
8123
8123
  */
8124
8124
  this.valueChange = new EventEmitter();
@@ -8250,8 +8250,8 @@ class TextAreaComponent extends TextFieldsBase {
8250
8250
  return this._size;
8251
8251
  }
8252
8252
  /**
8253
- * The rounded property specifies the border radius of the TextArea
8254
- * ([see example]({% slug appearance_textarea %}#toc-rounded)).
8253
+ * The `rounded` property specifies the border radius of the TextArea
8254
+ * ([see example](slug:appearance_textarea#toc-roundness)).
8255
8255
  *
8256
8256
  * The possible values are:
8257
8257
  * * `small`
@@ -8268,8 +8268,8 @@ class TextAreaComponent extends TextFieldsBase {
8268
8268
  return this._rounded;
8269
8269
  }
8270
8270
  /**
8271
- * The fillMode property specifies the background and border styles of the TextArea
8272
- * ([see example]({% slug appearance_textarea %}#toc-fillMode)).
8271
+ * The `fillMode` property specifies the background and border styles of the TextArea
8272
+ * ([see example](slug:appearance_textarea#toc-fill-mode)).
8273
8273
  *
8274
8274
  * The possible values are:
8275
8275
  * * `flat`
@@ -13064,7 +13064,7 @@ class ColorPickerComponent {
13064
13064
  }
13065
13065
  /**
13066
13066
  * The rounded property specifies the border radius of the ColorPicker
13067
- * ([see example]({% slug appearance_colorpicker %}#toc-rounded)).
13067
+ * ([see example](slug:appearance_colorpicker#toc-roundness)).
13068
13068
  *
13069
13069
  * The possible values are:
13070
13070
  * * `small`
@@ -13083,7 +13083,7 @@ class ColorPickerComponent {
13083
13083
  }
13084
13084
  /**
13085
13085
  * The fillMode property specifies the background and border styles of the ColorPicker
13086
- * ([see example]({% slug appearance_colorpicker %}#toc-fillMode)).
13086
+ * ([see example]({% slug appearance_colorpicker %}#toc-fill-mode)).
13087
13087
  *
13088
13088
  * The possible values are:
13089
13089
  * * `flat`
@@ -14034,7 +14034,7 @@ class CheckBoxDirective {
14034
14034
  }
14035
14035
  /**
14036
14036
  * The rounded property specifies the border radius of the CheckBox
14037
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
14037
+ * ([see example](slug appearance_checkboxdirective#toc-roundness)).
14038
14038
  *
14039
14039
  * The possible values are:
14040
14040
  * * `small`
@@ -14403,7 +14403,7 @@ class CheckBoxComponent extends RadioCheckBoxBase {
14403
14403
  }
14404
14404
  /**
14405
14405
  * The rounded property specifies the border radius of the CheckBox
14406
- * ([see example]({% slug appearance_checkboxdirective %}#toc-rounded)).
14406
+ * ([see example](slug:appearance_checkboxdirective#toc-roundness)).
14407
14407
  *
14408
14408
  * @default 'medium'
14409
14409
  *
@@ -15481,8 +15481,8 @@ class SignatureComponent {
15481
15481
  */
15482
15482
  this.size = DEFAULT_SIZE;
15483
15483
  /**
15484
- * The rounded property specifies the border radius of the signature
15485
- * ([see example]({% slug appearance_signature %}#toc-rounded)).
15484
+ * The `rounded` property specifies the border radius of the signature
15485
+ * ([see example](slug:appearance_signature#toc-roundness)).
15486
15486
  *
15487
15487
  * The possible values are:
15488
15488
  * * `small`
@@ -15493,8 +15493,8 @@ class SignatureComponent {
15493
15493
  */
15494
15494
  this.rounded = DEFAULT_ROUNDED;
15495
15495
  /**
15496
- * The fillMode property specifies the background and border styles of the signature
15497
- * ([see example]({% slug appearance_signature %}#toc-fillMode)).
15496
+ * The `fillMode` property specifies the background and border styles of the signature
15497
+ * ([see example](slug:appearance_signature#toc-fill-mode)).
15498
15498
  *
15499
15499
  * The possible values are:
15500
15500
  * * `flat`
@@ -16389,7 +16389,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
16389
16389
  /**
16390
16390
  * Renders the rating item content. To define an item template, nest an `<ng-template>` tag
16391
16391
  * with the `kendoRatingItemTemplate` directive inside the `<kendo-rating>` tag
16392
- * [see example]({% slug templates_rating %}#toc-item-template).
16392
+ * [see example](slug:templates_rating).
16393
16393
  * The index of the current item is available as an implicit context using the `let-index="index"` syntax.
16394
16394
  */
16395
16395
  class RatingItemTemplateDirective {
@@ -16409,7 +16409,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
16409
16409
  /**
16410
16410
  * Renders the hovered rating item content. To define an item template, nest an `<ng-template>` tag
16411
16411
  * with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag
16412
- * [see example]({% slug templates_rating %}#toc-hovered-item-template).
16412
+ * [see example](slug:templates_rating).
16413
16413
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
16414
16414
  */
16415
16415
  class RatingHoveredItemTemplateDirective {
@@ -16429,7 +16429,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
16429
16429
  /**
16430
16430
  * Renders the selected rating item content. To define an item template, nest an `<ng-template>` tag
16431
16431
  * with the `kendoRatingSelectedItemTemplate` directive inside the `<kendo-rating>` tag
16432
- * [see example]({% slug templates_rating %}#toc-selected-item-template).
16432
+ * [see example](slug:templates_rating).
16433
16433
  * The index of the currently selected item is available as an implicit context using the `let-index="index"` syntax.
16434
16434
  */
16435
16435
  class RatingSelectedItemTemplateDirective {
@@ -70,7 +70,7 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
70
70
  get size(): InputSize;
71
71
  /**
72
72
  * The rounded property specifies the border radius of the MaskedTextBox
73
- * ([see example]({% slug appearance_maskedtextbox %}#toc-rounded)).
73
+ * ([see example](slug:appearance_maskedtextbox#toc-roundness)).
74
74
  * The possible values are:
75
75
  * * `small`
76
76
  * * `medium` (default)
@@ -80,8 +80,8 @@ export declare class MaskedTextBoxComponent implements ControlValueAccessor, OnC
80
80
  set rounded(rounded: InputRounded);
81
81
  get rounded(): InputRounded;
82
82
  /**
83
- * The fillMode property specifies the background and border styles of the MaskedTexBox
84
- * ([see example]({% slug appearance_maskedtextbox %}#toc-fillMode)).
83
+ * The `fillMode` property specifies the background and border styles of the MaskedTexBox
84
+ * ([see example]({% slug appearance_maskedtextbox %}#toc-fill-mode)).
85
85
  * The possible values are:
86
86
  * * `flat`
87
87
  * * `solid` (default)
@@ -131,8 +131,8 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
131
131
  set size(size: InputSize);
132
132
  get size(): InputSize;
133
133
  /**
134
- * The rounded property specifies the border radius of the NumericTextBox
135
- * ([see example]({% slug appearance_numerictextbox %}#toc-rounded)).
134
+ * The `rounded` property specifies the border radius of the NumericTextBox
135
+ * ([see example](slug appearance_numerictextbox#toc-roundness)).
136
136
  * The possible values are:
137
137
  * * `small`
138
138
  * * `medium` (default)
@@ -142,8 +142,8 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
142
142
  set rounded(rounded: InputRounded);
143
143
  get rounded(): InputRounded;
144
144
  /**
145
- * The fillMode property specifies the background and border styles of the NumericTextBox
146
- * ([see example]({% slug appearance_numerictextbox %}#toc-fillMode)).
145
+ * The `fillMode` property specifies the background and border styles of the NumericTextBox
146
+ * ([see example](slug:appearance_numerictextbox#toc-fill-mode)).
147
147
  * The possible values are:
148
148
  * * `flat`
149
149
  * * `solid` (default)
@@ -162,15 +162,15 @@ export declare class NumericTextBoxComponent implements ControlValueAccessor, On
162
162
  [key: string]: string;
163
163
  };
164
164
  /**
165
- * Fires each time the user selects a new value ([see example]({% slug overview_numerictextbox %}#toc-events)).
165
+ * Fires each time the user selects a new value ([see example](slug:events_numerictextbox)).
166
166
  */
167
167
  valueChange: EventEmitter<any>;
168
168
  /**
169
- * Fires each time the user focuses the NumericTextBox element ([see example]({% slug overview_numerictextbox %}#toc-events)).
169
+ * Fires each time the user focuses the NumericTextBox element ([see example](slug:events_numerictextbox)).
170
170
  */
171
171
  onFocus: EventEmitter<any>;
172
172
  /**
173
- * Fires each time the NumericTextBox component gets blurred. ([see example]({% slug overview_numerictextbox %}#toc-events)).
173
+ * Fires each time the NumericTextBox component gets blurred ([see example](slug:events_numerictextbox)).
174
174
  */
175
175
  onBlur: EventEmitter<any>;
176
176
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "16.4.0-develop.4",
3
+ "version": "16.4.0-develop.6",
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,18 +34,18 @@
34
34
  "@angular/platform-browser": "15 - 18",
35
35
  "@progress/kendo-drawing": "^1.19.0",
36
36
  "@progress/kendo-licensing": "^1.0.2",
37
- "@progress/kendo-angular-buttons": "16.4.0-develop.4",
38
- "@progress/kendo-angular-common": "16.4.0-develop.4",
39
- "@progress/kendo-angular-dialog": "16.4.0-develop.4",
40
- "@progress/kendo-angular-intl": "16.4.0-develop.4",
41
- "@progress/kendo-angular-l10n": "16.4.0-develop.4",
42
- "@progress/kendo-angular-popup": "16.4.0-develop.4",
43
- "@progress/kendo-angular-icons": "16.4.0-develop.4",
37
+ "@progress/kendo-angular-buttons": "16.4.0-develop.6",
38
+ "@progress/kendo-angular-common": "16.4.0-develop.6",
39
+ "@progress/kendo-angular-dialog": "16.4.0-develop.6",
40
+ "@progress/kendo-angular-intl": "16.4.0-develop.6",
41
+ "@progress/kendo-angular-l10n": "16.4.0-develop.6",
42
+ "@progress/kendo-angular-popup": "16.4.0-develop.6",
43
+ "@progress/kendo-angular-icons": "16.4.0-develop.6",
44
44
  "rxjs": "^6.5.3 || ^7.0.0"
45
45
  },
46
46
  "dependencies": {
47
47
  "tslib": "^2.3.1",
48
- "@progress/kendo-angular-schematics": "16.4.0-develop.4",
48
+ "@progress/kendo-angular-schematics": "16.4.0-develop.6",
49
49
  "@progress/kendo-common": "^0.2.2",
50
50
  "@progress/kendo-draggable": "^3.0.0",
51
51
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Renders the hovered rating item content. To define an item template, nest an `<ng-template>` tag
9
9
  * with the `kendoRatingHoveredItemTemplate` directive inside the `<kendo-rating>` tag
10
- * [see example]({% slug templates_rating %}#toc-hovered-item-template).
10
+ * [see example](slug:templates_rating).
11
11
  * The index of the currently hovered item is available as an implicit context using the `let-index="index"` syntax.
12
12
  */
13
13
  export declare class RatingHoveredItemTemplateDirective {
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Renders the rating item content. To define an item template, nest an `<ng-template>` tag
9
9
  * with the `kendoRatingItemTemplate` directive inside the `<kendo-rating>` tag
10
- * [see example]({% slug templates_rating %}#toc-item-template).
10
+ * [see example](slug:templates_rating).
11
11
  * The index of the current item is available as an implicit context using the `let-index="index"` syntax.
12
12
  */
13
13
  export declare class RatingItemTemplateDirective {
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
7
7
  /**
8
8
  * Renders the selected rating item content. To define an item template, nest an `<ng-template>` tag
9
9
  * with the `kendoRatingSelectedItemTemplate` directive inside the `<kendo-rating>` tag
10
- * [see example]({% slug templates_rating %}#toc-selected-item-template).
10
+ * [see example](slug:templates_rating).
11
11
  * The index of the currently selected item is available as an implicit context using the `let-index="index"` syntax.
12
12
  */
13
13
  export declare class RatingSelectedItemTemplateDirective {
@@ -29,7 +29,7 @@ export declare class TextAreaDirective implements OnInit, OnDestroy, OnChanges,
29
29
  valueChange: EventEmitter<any>;
30
30
  /**
31
31
  * Specifies if the `textarea` element will resize its height automatically
32
- * ([see example]({% slug overview_textarea %}#toc-auto-resizing)).
32
+ * ([see example](slug:textarea_sizing#toc-auto-resizing)).
33
33
  *
34
34
  * @default false
35
35
  */
@@ -81,8 +81,8 @@ export declare class SignatureComponent implements ControlValueAccessor {
81
81
  */
82
82
  size: InputSize;
83
83
  /**
84
- * The rounded property specifies the border radius of the signature
85
- * ([see example]({% slug appearance_signature %}#toc-rounded)).
84
+ * The `rounded` property specifies the border radius of the signature
85
+ * ([see example](slug:appearance_signature#toc-roundness)).
86
86
  *
87
87
  * The possible values are:
88
88
  * * `small`
@@ -93,8 +93,8 @@ export declare class SignatureComponent implements ControlValueAccessor {
93
93
  */
94
94
  rounded: InputRounded;
95
95
  /**
96
- * The fillMode property specifies the background and border styles of the signature
97
- * ([see example]({% slug appearance_signature %}#toc-fillMode)).
96
+ * The `fillMode` property specifies the background and border styles of the signature
97
+ * ([see example](slug:appearance_signature#toc-fill-mode)).
98
98
  *
99
99
  * The possible values are:
100
100
  * * `flat`
@@ -107,8 +107,8 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
107
107
  set size(size: InputSize);
108
108
  get size(): InputSize;
109
109
  /**
110
- * The rounded property specifies the border radius of the TextArea
111
- * ([see example]({% slug appearance_textarea %}#toc-rounded)).
110
+ * The `rounded` property specifies the border radius of the TextArea
111
+ * ([see example](slug:appearance_textarea#toc-roundness)).
112
112
  *
113
113
  * The possible values are:
114
114
  * * `small`
@@ -119,8 +119,8 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
119
119
  set rounded(rounded: InputRounded);
120
120
  get rounded(): InputRounded;
121
121
  /**
122
- * The fillMode property specifies the background and border styles of the TextArea
123
- * ([see example]({% slug appearance_textarea %}#toc-fillMode)).
122
+ * The `fillMode` property specifies the background and border styles of the TextArea
123
+ * ([see example](slug:appearance_textarea#toc-fill-mode)).
124
124
  *
125
125
  * The possible values are:
126
126
  * * `flat`
@@ -188,7 +188,7 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
188
188
  onBlur: EventEmitter<any>;
189
189
  /**
190
190
  * Fires each time the value is changed or the component is blurred
191
- * ([see example]({% slug overview_textarea %}#toc-events)).
191
+ * ([see example](slug:events_textarea)).
192
192
  * When the component value is changed programmatically or via its form control binding, the valueChange event is not emitted.
193
193
  */
194
194
  valueChange: EventEmitter<any>;
@@ -5,7 +5,7 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Specifies the adornments in the prefix container ([see examples]({% slug adornments_textbox %}#toc-prefixadornments)).
8
+ * Specifies the adornments in the prefix container ([see examples](slug:adornments_textbox#toc-prefix-adornments)).
9
9
  * @example
10
10
  * ```ts-no-run
11
11
  * _@Component({
@@ -5,7 +5,7 @@
5
5
  import { TemplateRef } from '@angular/core';
6
6
  import * as i0 from "@angular/core";
7
7
  /**
8
- * Specifies the adornments in the suffix container ([see examples]({% slug adornments_textbox %}#toc-suffixadornments)).
8
+ * Specifies the adornments in the suffix container ([see examples](slug:adornments_textbox#toc-suffix-adornments)).
9
9
  * ```ts-no-run
10
10
  * _@Component({
11
11
  * selector: 'my-app',
@@ -127,8 +127,8 @@ export declare class TextBoxComponent implements ControlValueAccessor {
127
127
  set size(size: InputSize);
128
128
  get size(): InputSize;
129
129
  /**
130
- * The rounded property specifies the border radius of the TextBox
131
- * ([see example]({% slug appearance_textbox %}#toc-rounded)).
130
+ * The `rounded` property specifies the border radius of the TextBox
131
+ * ([see example](slug:appearance_textbox#toc-roundness)).
132
132
  *
133
133
  * The possible values are:
134
134
  * * `small`
@@ -140,8 +140,8 @@ export declare class TextBoxComponent implements ControlValueAccessor {
140
140
  set rounded(rounded: InputRounded);
141
141
  get rounded(): InputRounded;
142
142
  /**
143
- * The fillMode property specifies the background and border styles of the TextBox
144
- * ([see example]({% slug appearance_textbox %}#toc-fillMode)).
143
+ * The `fillMode` property specifies the background and border styles of the TextBox
144
+ * ([see example]({% slug appearance_textbox %}#toc-fill-mode)).
145
145
  *
146
146
  * The possible values are:
147
147
  * * `flat`
@@ -176,7 +176,7 @@ export declare class TextBoxComponent implements ControlValueAccessor {
176
176
  /**
177
177
  * Fires each time the value is changed&mdash;
178
178
  * when the component is blurred or the value is cleared through the **Clear** button
179
- * ([see example]({% slug overview_textbox %}#toc-events)).
179
+ * ([see example](slug:events_textbox)).
180
180
  * When the value of the component is programmatically changed to `ngModel` or `formControl`
181
181
  * through its API or form binding, the `valueChange` event is not triggered because it
182
182
  * might cause a mix-up with the built-in `valueChange` mechanisms of the `ngModel` or `formControl` bindings.