@progress/kendo-angular-inputs 20.0.0-develop.4 → 20.0.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.
package/directives.d.ts CHANGED
@@ -25,6 +25,7 @@ import { RatingItemTemplateDirective } from "./rating/directives/rating-item.dir
25
25
  import { RatingSelectedItemTemplateDirective } from "./rating/directives/rating-selected-item.directive";
26
26
  import { RatingComponent } from "./rating/rating.component";
27
27
  import { InputSeparatorComponent } from "./shared/input-separator.component";
28
+ import { InputSpacerComponent } from "./shared/input-spacer.component";
28
29
  import { TextAreaDirective } from "./textarea/textarea.directive";
29
30
  import { SignatureCustomMessagesComponent } from "./signature/localization/custom-messages.component";
30
31
  import { SignatureComponent } from "./signature/signature.component";
@@ -60,7 +61,7 @@ import { FormFieldSetComponent } from "./formfieldset/formfieldset.component";
60
61
  * export class MyComponent {}
61
62
  * ```
62
63
  */
63
- export declare const KENDO_TEXTBOX: readonly [typeof TextBoxDirective, typeof TextBoxComponent, typeof InputSeparatorComponent, typeof TextBoxSuffixTemplateDirective, typeof TextBoxPrefixTemplateDirective, typeof TextBoxCustomMessagesComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent];
64
+ export declare const KENDO_TEXTBOX: readonly [typeof TextBoxDirective, typeof TextBoxComponent, typeof InputSeparatorComponent, typeof InputSpacerComponent, typeof TextBoxSuffixTemplateDirective, typeof TextBoxPrefixTemplateDirective, typeof TextBoxCustomMessagesComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent];
64
65
  /**
65
66
  * Use the `KENDO_NUMERICTEXTBOX` utility array to add all NumericTextBox-related components and directives to a standalone Angular component.
66
67
  *
@@ -330,4 +331,4 @@ export declare const KENDO_COLORGRADIENT: readonly [typeof ColorGradientComponen
330
331
  * export class MyComponent {}
331
332
  * ```
332
333
  */
333
- export declare const KENDO_INPUTS: readonly [typeof TextBoxDirective, typeof TextBoxComponent, typeof InputSeparatorComponent, typeof TextBoxSuffixTemplateDirective, typeof TextBoxPrefixTemplateDirective, typeof TextBoxCustomMessagesComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof NumericTextBoxComponent, typeof NumericTextBoxCustomMessagesComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof MaskedTextBoxComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof TextAreaComponent, typeof TextAreaDirective, typeof TextAreaPrefixComponent, typeof TextAreaSuffixComponent, typeof SeparatorComponent, typeof CheckBoxComponent, typeof CheckBoxDirective, typeof RadioButtonComponent, typeof RadioButtonDirective, typeof SwitchComponent, typeof SwitchCustomMessagesComponent, typeof FormComponent, typeof FormSeparatorComponent, typeof FormFieldSetComponent, typeof FormFieldComponent, typeof HintComponent, typeof ErrorComponent, typeof FormFieldComponent, typeof HintComponent, typeof ErrorComponent, typeof SliderComponent, typeof SliderCustomMessagesComponent, typeof LabelTemplateDirective, typeof RangeSliderComponent, typeof RangeSliderCustomMessagesComponent, typeof LabelTemplateDirective, typeof RatingComponent, typeof RatingItemTemplateDirective, typeof RatingHoveredItemTemplateDirective, typeof RatingSelectedItemTemplateDirective, typeof SignatureComponent, typeof SignatureCustomMessagesComponent, typeof ColorPickerComponent, typeof ColorPickerCustomMessagesComponent, typeof FlatColorPickerComponent, typeof ColorPickerCustomMessagesComponent, typeof ColorGradientComponent, typeof ColorPickerCustomMessagesComponent, typeof ColorPaletteComponent, typeof ColorPickerCustomMessagesComponent, typeof OTPInputComponent, typeof OTPInputCustomMessagesComponent];
334
+ export declare const KENDO_INPUTS: readonly [typeof TextBoxDirective, typeof TextBoxComponent, typeof InputSeparatorComponent, typeof InputSpacerComponent, typeof TextBoxSuffixTemplateDirective, typeof TextBoxPrefixTemplateDirective, typeof TextBoxCustomMessagesComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof NumericTextBoxComponent, typeof NumericTextBoxCustomMessagesComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof MaskedTextBoxComponent, typeof PrefixTemplateDirective, typeof SuffixTemplateDirective, typeof SeparatorComponent, typeof TextAreaComponent, typeof TextAreaDirective, typeof TextAreaPrefixComponent, typeof TextAreaSuffixComponent, typeof SeparatorComponent, typeof CheckBoxComponent, typeof CheckBoxDirective, typeof RadioButtonComponent, typeof RadioButtonDirective, typeof SwitchComponent, typeof SwitchCustomMessagesComponent, typeof FormComponent, typeof FormSeparatorComponent, typeof FormFieldSetComponent, typeof FormFieldComponent, typeof HintComponent, typeof ErrorComponent, typeof FormFieldComponent, typeof HintComponent, typeof ErrorComponent, typeof SliderComponent, typeof SliderCustomMessagesComponent, typeof LabelTemplateDirective, typeof RangeSliderComponent, typeof RangeSliderCustomMessagesComponent, typeof LabelTemplateDirective, typeof RatingComponent, typeof RatingItemTemplateDirective, typeof RatingHoveredItemTemplateDirective, typeof RatingSelectedItemTemplateDirective, typeof SignatureComponent, typeof SignatureCustomMessagesComponent, typeof ColorPickerComponent, typeof ColorPickerCustomMessagesComponent, typeof FlatColorPickerComponent, typeof ColorPickerCustomMessagesComponent, typeof ColorGradientComponent, typeof ColorPickerCustomMessagesComponent, typeof ColorPaletteComponent, typeof ColorPickerCustomMessagesComponent, typeof OTPInputComponent, typeof OTPInputCustomMessagesComponent];
@@ -25,6 +25,7 @@ import { RatingItemTemplateDirective } from "./rating/directives/rating-item.dir
25
25
  import { RatingSelectedItemTemplateDirective } from "./rating/directives/rating-selected-item.directive";
26
26
  import { RatingComponent } from "./rating/rating.component";
27
27
  import { InputSeparatorComponent } from "./shared/input-separator.component";
28
+ import { InputSpacerComponent } from "./shared/input-spacer.component";
28
29
  import { TextAreaDirective } from "./textarea/textarea.directive";
29
30
  import { SignatureCustomMessagesComponent } from "./signature/localization/custom-messages.component";
30
31
  import { SignatureComponent } from "./signature/signature.component";
@@ -64,6 +65,7 @@ export const KENDO_TEXTBOX = [
64
65
  TextBoxDirective,
65
66
  TextBoxComponent,
66
67
  InputSeparatorComponent,
68
+ InputSpacerComponent,
67
69
  TextBoxSuffixTemplateDirective,
68
70
  TextBoxPrefixTemplateDirective,
69
71
  TextBoxCustomMessagesComponent,
package/esm2022/index.mjs CHANGED
@@ -58,6 +58,7 @@ export { TextAreaPrefixComponent } from './textarea/textarea-prefix.component';
58
58
  export { TextAreaSuffixComponent } from './textarea/textarea-suffix.component';
59
59
  //Shared
60
60
  export { InputSeparatorComponent } from './shared/input-separator.component';
61
+ export { InputSpacerComponent } from './shared/input-spacer.component';
61
62
  export { PrefixTemplateDirective } from '@progress/kendo-angular-common';
62
63
  export { SuffixTemplateDirective } from '@progress/kendo-angular-common';
63
64
  export { SeparatorComponent } from '@progress/kendo-angular-common';
@@ -13,47 +13,48 @@ import * as i0 from "@angular/core";
13
13
  import * as i1 from "./textbox/textbox.directive";
14
14
  import * as i2 from "./textbox/textbox.component";
15
15
  import * as i3 from "./shared/input-separator.component";
16
- import * as i4 from "./textbox/textbox-suffix.directive";
17
- import * as i5 from "./textbox/textbox-prefix.directive";
18
- import * as i6 from "./textbox/localization/custom-messages.component";
19
- import * as i7 from "@progress/kendo-angular-common";
20
- import * as i8 from "./numerictextbox/numerictextbox.component";
21
- import * as i9 from "./numerictextbox/localization/custom-messages.component";
22
- import * as i10 from "./maskedtextbox/maskedtextbox.component";
23
- import * as i11 from "./textarea/textarea.component";
24
- import * as i12 from "./textarea/textarea.directive";
25
- import * as i13 from "./textarea/textarea-prefix.component";
26
- import * as i14 from "./textarea/textarea-suffix.component";
27
- import * as i15 from "./checkbox/checkbox.component";
28
- import * as i16 from "./checkbox/checkbox.directive";
29
- import * as i17 from "./radiobutton/radiobutton.component";
30
- import * as i18 from "./radiobutton/radiobutton.directive";
31
- import * as i19 from "./switch/switch.component";
32
- import * as i20 from "./switch/localization/custom-messages.component";
33
- import * as i21 from "./form/form.component";
34
- import * as i22 from "./form/formseparator.component";
35
- import * as i23 from "./formfieldset/formfieldset.component";
36
- import * as i24 from "./formfield/formfield.component";
37
- import * as i25 from "./formfield/hint.component";
38
- import * as i26 from "./formfield/error.component";
39
- import * as i27 from "./slider/slider.component";
40
- import * as i28 from "./slider/localization/custom-messages.component";
41
- import * as i29 from "./sliders-common/label-template.directive";
42
- import * as i30 from "./rangeslider/rangeslider.component";
43
- import * as i31 from "./rangeslider/localization/custom-messages.component";
44
- import * as i32 from "./rating/rating.component";
45
- import * as i33 from "./rating/directives/rating-item.directive";
46
- import * as i34 from "./rating/directives/rating-hovered-item.directive";
47
- import * as i35 from "./rating/directives/rating-selected-item.directive";
48
- import * as i36 from "./signature/signature.component";
49
- import * as i37 from "./signature/localization/custom-messages.component";
50
- import * as i38 from "./colorpicker/colorpicker.component";
51
- import * as i39 from "./colorpicker/localization/custom-messages.component";
52
- import * as i40 from "./colorpicker/flatcolorpicker.component";
53
- import * as i41 from "./colorpicker/color-gradient.component";
54
- import * as i42 from "./colorpicker/color-palette.component";
55
- import * as i43 from "./otpinput/otpinput.component";
56
- import * as i44 from "./otpinput/localization/custom-messages.component";
16
+ import * as i4 from "./shared/input-spacer.component";
17
+ import * as i5 from "./textbox/textbox-suffix.directive";
18
+ import * as i6 from "./textbox/textbox-prefix.directive";
19
+ import * as i7 from "./textbox/localization/custom-messages.component";
20
+ import * as i8 from "@progress/kendo-angular-common";
21
+ import * as i9 from "./numerictextbox/numerictextbox.component";
22
+ import * as i10 from "./numerictextbox/localization/custom-messages.component";
23
+ import * as i11 from "./maskedtextbox/maskedtextbox.component";
24
+ import * as i12 from "./textarea/textarea.component";
25
+ import * as i13 from "./textarea/textarea.directive";
26
+ import * as i14 from "./textarea/textarea-prefix.component";
27
+ import * as i15 from "./textarea/textarea-suffix.component";
28
+ import * as i16 from "./checkbox/checkbox.component";
29
+ import * as i17 from "./checkbox/checkbox.directive";
30
+ import * as i18 from "./radiobutton/radiobutton.component";
31
+ import * as i19 from "./radiobutton/radiobutton.directive";
32
+ import * as i20 from "./switch/switch.component";
33
+ import * as i21 from "./switch/localization/custom-messages.component";
34
+ import * as i22 from "./form/form.component";
35
+ import * as i23 from "./form/formseparator.component";
36
+ import * as i24 from "./formfieldset/formfieldset.component";
37
+ import * as i25 from "./formfield/formfield.component";
38
+ import * as i26 from "./formfield/hint.component";
39
+ import * as i27 from "./formfield/error.component";
40
+ import * as i28 from "./slider/slider.component";
41
+ import * as i29 from "./slider/localization/custom-messages.component";
42
+ import * as i30 from "./sliders-common/label-template.directive";
43
+ import * as i31 from "./rangeslider/rangeslider.component";
44
+ import * as i32 from "./rangeslider/localization/custom-messages.component";
45
+ import * as i33 from "./rating/rating.component";
46
+ import * as i34 from "./rating/directives/rating-item.directive";
47
+ import * as i35 from "./rating/directives/rating-hovered-item.directive";
48
+ import * as i36 from "./rating/directives/rating-selected-item.directive";
49
+ import * as i37 from "./signature/signature.component";
50
+ import * as i38 from "./signature/localization/custom-messages.component";
51
+ import * as i39 from "./colorpicker/colorpicker.component";
52
+ import * as i40 from "./colorpicker/localization/custom-messages.component";
53
+ import * as i41 from "./colorpicker/flatcolorpicker.component";
54
+ import * as i42 from "./colorpicker/color-gradient.component";
55
+ import * as i43 from "./colorpicker/color-palette.component";
56
+ import * as i44 from "./otpinput/otpinput.component";
57
+ import * as i45 from "./otpinput/localization/custom-messages.component";
57
58
  //IMPORTANT: NgModule export kept for backwards compatibility
58
59
  /**
59
60
  * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Inputs components.
@@ -77,8 +78,8 @@ import * as i44 from "./otpinput/localization/custom-messages.component";
77
78
  */
78
79
  export class InputsModule {
79
80
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
80
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, imports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.TextBoxSuffixTemplateDirective, i5.TextBoxPrefixTemplateDirective, i6.TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i8.NumericTextBoxComponent, i9.NumericTextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i10.MaskedTextBoxComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i11.TextAreaComponent, i12.TextAreaDirective, i13.TextAreaPrefixComponent, i14.TextAreaSuffixComponent, i7.SeparatorComponent, i15.CheckBoxComponent, i16.CheckBoxDirective, i17.RadioButtonComponent, i18.RadioButtonDirective, i19.SwitchComponent, i20.SwitchCustomMessagesComponent, i21.FormComponent, i22.FormSeparatorComponent, i23.FormFieldSetComponent, i24.FormFieldComponent, i25.HintComponent, i26.ErrorComponent, i24.FormFieldComponent, i25.HintComponent, i26.ErrorComponent, i27.SliderComponent, i28.SliderCustomMessagesComponent, i29.LabelTemplateDirective, i30.RangeSliderComponent, i31.RangeSliderCustomMessagesComponent, i29.LabelTemplateDirective, i32.RatingComponent, i33.RatingItemTemplateDirective, i34.RatingHoveredItemTemplateDirective, i35.RatingSelectedItemTemplateDirective, i36.SignatureComponent, i37.SignatureCustomMessagesComponent, i38.ColorPickerComponent, i39.ColorPickerCustomMessagesComponent, i40.FlatColorPickerComponent, i39.ColorPickerCustomMessagesComponent, i41.ColorGradientComponent, i39.ColorPickerCustomMessagesComponent, i42.ColorPaletteComponent, i39.ColorPickerCustomMessagesComponent, i43.OTPInputComponent, i44.OTPInputCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.TextBoxSuffixTemplateDirective, i5.TextBoxPrefixTemplateDirective, i6.TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i8.NumericTextBoxComponent, i9.NumericTextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i10.MaskedTextBoxComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i11.TextAreaComponent, i12.TextAreaDirective, i13.TextAreaPrefixComponent, i14.TextAreaSuffixComponent, i7.SeparatorComponent, i15.CheckBoxComponent, i16.CheckBoxDirective, i17.RadioButtonComponent, i18.RadioButtonDirective, i19.SwitchComponent, i20.SwitchCustomMessagesComponent, i21.FormComponent, i22.FormSeparatorComponent, i23.FormFieldSetComponent, i24.FormFieldComponent, i25.HintComponent, i26.ErrorComponent, i24.FormFieldComponent, i25.HintComponent, i26.ErrorComponent, i27.SliderComponent, i28.SliderCustomMessagesComponent, i29.LabelTemplateDirective, i30.RangeSliderComponent, i31.RangeSliderCustomMessagesComponent, i29.LabelTemplateDirective, i32.RatingComponent, i33.RatingItemTemplateDirective, i34.RatingHoveredItemTemplateDirective, i35.RatingSelectedItemTemplateDirective, i36.SignatureComponent, i37.SignatureCustomMessagesComponent, i38.ColorPickerComponent, i39.ColorPickerCustomMessagesComponent, i40.FlatColorPickerComponent, i39.ColorPickerCustomMessagesComponent, i41.ColorGradientComponent, i39.ColorPickerCustomMessagesComponent, i42.ColorPaletteComponent, i39.ColorPickerCustomMessagesComponent, i43.OTPInputComponent, i44.OTPInputCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
81
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService, AdaptiveService], imports: [i2.TextBoxComponent, i7.SeparatorComponent, i8.NumericTextBoxComponent, i7.SeparatorComponent, i7.SeparatorComponent, i7.SeparatorComponent, i21.FormComponent, i27.SliderComponent, i30.RangeSliderComponent, i32.RatingComponent, i36.SignatureComponent, i38.ColorPickerComponent, i40.FlatColorPickerComponent, i41.ColorGradientComponent, i43.OTPInputComponent, i7.SeparatorComponent] });
81
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, imports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.InputSpacerComponent, i5.TextBoxSuffixTemplateDirective, i6.TextBoxPrefixTemplateDirective, i7.TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i9.NumericTextBoxComponent, i10.NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i11.MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i12.TextAreaComponent, i13.TextAreaDirective, i14.TextAreaPrefixComponent, i15.TextAreaSuffixComponent, i8.SeparatorComponent, i16.CheckBoxComponent, i17.CheckBoxDirective, i18.RadioButtonComponent, i19.RadioButtonDirective, i20.SwitchComponent, i21.SwitchCustomMessagesComponent, i22.FormComponent, i23.FormSeparatorComponent, i24.FormFieldSetComponent, i25.FormFieldComponent, i26.HintComponent, i27.ErrorComponent, i25.FormFieldComponent, i26.HintComponent, i27.ErrorComponent, i28.SliderComponent, i29.SliderCustomMessagesComponent, i30.LabelTemplateDirective, i31.RangeSliderComponent, i32.RangeSliderCustomMessagesComponent, i30.LabelTemplateDirective, i33.RatingComponent, i34.RatingItemTemplateDirective, i35.RatingHoveredItemTemplateDirective, i36.RatingSelectedItemTemplateDirective, i37.SignatureComponent, i38.SignatureCustomMessagesComponent, i39.ColorPickerComponent, i40.ColorPickerCustomMessagesComponent, i41.FlatColorPickerComponent, i40.ColorPickerCustomMessagesComponent, i42.ColorGradientComponent, i40.ColorPickerCustomMessagesComponent, i43.ColorPaletteComponent, i40.ColorPickerCustomMessagesComponent, i44.OTPInputComponent, i45.OTPInputCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.InputSpacerComponent, i5.TextBoxSuffixTemplateDirective, i6.TextBoxPrefixTemplateDirective, i7.TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i9.NumericTextBoxComponent, i10.NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i11.MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i12.TextAreaComponent, i13.TextAreaDirective, i14.TextAreaPrefixComponent, i15.TextAreaSuffixComponent, i8.SeparatorComponent, i16.CheckBoxComponent, i17.CheckBoxDirective, i18.RadioButtonComponent, i19.RadioButtonDirective, i20.SwitchComponent, i21.SwitchCustomMessagesComponent, i22.FormComponent, i23.FormSeparatorComponent, i24.FormFieldSetComponent, i25.FormFieldComponent, i26.HintComponent, i27.ErrorComponent, i25.FormFieldComponent, i26.HintComponent, i27.ErrorComponent, i28.SliderComponent, i29.SliderCustomMessagesComponent, i30.LabelTemplateDirective, i31.RangeSliderComponent, i32.RangeSliderCustomMessagesComponent, i30.LabelTemplateDirective, i33.RatingComponent, i34.RatingItemTemplateDirective, i35.RatingHoveredItemTemplateDirective, i36.RatingSelectedItemTemplateDirective, i37.SignatureComponent, i38.SignatureCustomMessagesComponent, i39.ColorPickerComponent, i40.ColorPickerCustomMessagesComponent, i41.FlatColorPickerComponent, i40.ColorPickerCustomMessagesComponent, i42.ColorGradientComponent, i40.ColorPickerCustomMessagesComponent, i43.ColorPaletteComponent, i40.ColorPickerCustomMessagesComponent, i44.OTPInputComponent, i45.OTPInputCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
82
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService, AdaptiveService], imports: [i2.TextBoxComponent, i8.SeparatorComponent, i9.NumericTextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent, i8.SeparatorComponent, i22.FormComponent, i28.SliderComponent, i31.RangeSliderComponent, i33.RatingComponent, i37.SignatureComponent, i39.ColorPickerComponent, i41.FlatColorPickerComponent, i42.ColorGradientComponent, i44.OTPInputComponent, i8.SeparatorComponent] });
82
83
  }
83
84
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, decorators: [{
84
85
  type: NgModule,
@@ -10,7 +10,7 @@ export const packageMetadata = {
10
10
  productName: 'Kendo UI for Angular',
11
11
  productCode: 'KENDOUIANGULAR',
12
12
  productCodes: ['KENDOUIANGULAR'],
13
- publishDate: 1755865278,
14
- version: '20.0.0-develop.4',
13
+ publishDate: 1755868828,
14
+ version: '20.0.0-develop.5',
15
15
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
16
16
  };
@@ -0,0 +1,56 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { Component, HostBinding, Input } from '@angular/core';
6
+ import { isPresent } from '@progress/kendo-angular-common';
7
+ import * as i0 from "@angular/core";
8
+ /**
9
+ * Represents a spacer in the content of components like TextArea and TextBox.
10
+ *
11
+ * @example
12
+ * ```html
13
+ * <kendo-textbox>
14
+ * <ng-template kendoTextBoxSuffixTemplate>
15
+ * <kendo-input-spacer></kendo-input-spacer>
16
+ * <button kendoButton icon="image"></button>
17
+ * </ng-template>
18
+ * </kendo-textbox>
19
+ * ```
20
+ */
21
+ export class InputSpacerComponent {
22
+ hostClass = true;
23
+ get sizedClass() {
24
+ return isPresent(this.width);
25
+ }
26
+ get flexBasisStyle() {
27
+ return this.width;
28
+ }
29
+ /**
30
+ * Specifies the width of the Input Spacer.
31
+ * Accepts string values for the [CSS `flex-basis`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis) property.
32
+ * If not set, the Input Spacer takes all available space.
33
+ */
34
+ width;
35
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
36
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: InputSpacerComponent, isStandalone: true, selector: "kendo-input-spacer, kendo-textbox-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
37
+ }
38
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputSpacerComponent, decorators: [{
39
+ type: Component,
40
+ args: [{
41
+ selector: 'kendo-input-spacer, kendo-textbox-spacer',
42
+ template: ``,
43
+ standalone: true
44
+ }]
45
+ }], propDecorators: { hostClass: [{
46
+ type: HostBinding,
47
+ args: ['class.k-spacer']
48
+ }], sizedClass: [{
49
+ type: HostBinding,
50
+ args: ['class.k-spacer-sized']
51
+ }], flexBasisStyle: [{
52
+ type: HostBinding,
53
+ args: ['style.flexBasis']
54
+ }], width: [{
55
+ type: Input
56
+ }] } });
@@ -303,7 +303,6 @@ export class TextAreaComponent extends TextFieldsBase {
303
303
  if (changes.resizable) {
304
304
  if (this.resizable === 'auto') {
305
305
  this.ngZone.onStable.pipe(take(1)).subscribe(() => {
306
- this.renderer.removeClass(element, '\!k-overflow-y-auto');
307
306
  this.initialHeight = element.offsetHeight;
308
307
  if (this.maxResizableRows && this.rows) {
309
308
  const heightValue = parseFloat(getComputedStyle(element).getPropertyValue('height')) - 2 * parseFloat(getComputedStyle(element).getPropertyValue('padding'));
@@ -312,7 +311,6 @@ export class TextAreaComponent extends TextFieldsBase {
312
311
  });
313
312
  }
314
313
  else if (this.resizable !== 'both') {
315
- this.renderer.addClass(element, '\!k-overflow-y-auto');
316
314
  element.style.height = `${this.initialHeight}px`;
317
315
  }
318
316
  }
@@ -10,10 +10,11 @@ import * as i0 from "@angular/core";
10
10
  import * as i1 from "./textbox/textbox.directive";
11
11
  import * as i2 from "./textbox/textbox.component";
12
12
  import * as i3 from "./shared/input-separator.component";
13
- import * as i4 from "./textbox/textbox-suffix.directive";
14
- import * as i5 from "./textbox/textbox-prefix.directive";
15
- import * as i6 from "./textbox/localization/custom-messages.component";
16
- import * as i7 from "@progress/kendo-angular-common";
13
+ import * as i4 from "./shared/input-spacer.component";
14
+ import * as i5 from "./textbox/textbox-suffix.directive";
15
+ import * as i6 from "./textbox/textbox-prefix.directive";
16
+ import * as i7 from "./textbox/localization/custom-messages.component";
17
+ import * as i8 from "@progress/kendo-angular-common";
17
18
  //IMPORTANT: NgModule export kept for backwards compatibility
18
19
  /**
19
20
  * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the TextBox directive.
@@ -37,8 +38,8 @@ import * as i7 from "@progress/kendo-angular-common";
37
38
  */
38
39
  export class TextBoxModule {
39
40
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
40
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, imports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.TextBoxSuffixTemplateDirective, i5.TextBoxPrefixTemplateDirective, i6.TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.TextBoxSuffixTemplateDirective, i5.TextBoxPrefixTemplateDirective, i6.TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
41
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, providers: [IconsService], imports: [i2.TextBoxComponent, i7.SeparatorComponent, i7.SeparatorComponent] });
41
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, imports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.InputSpacerComponent, i5.TextBoxSuffixTemplateDirective, i6.TextBoxPrefixTemplateDirective, i7.TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [i1.TextBoxDirective, i2.TextBoxComponent, i3.InputSeparatorComponent, i4.InputSpacerComponent, i5.TextBoxSuffixTemplateDirective, i6.TextBoxPrefixTemplateDirective, i7.TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
42
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, providers: [IconsService], imports: [i2.TextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent] });
42
43
  }
43
44
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, decorators: [{
44
45
  type: NgModule,
@@ -9,7 +9,7 @@ import { Subscription, fromEvent, interval, merge, BehaviorSubject, Subject } fr
9
9
  import { take, tap, filter, concatMap, startWith, takeUntil, skip, debounceTime, throttleTime } from 'rxjs/operators';
10
10
  import * as i1 from '@progress/kendo-angular-l10n';
11
11
  import { ComponentMessages, LocalizationService, L10N_PREFIX, RTL } from '@progress/kendo-angular-l10n';
12
- import * as i7 from '@progress/kendo-angular-common';
12
+ import * as i8 from '@progress/kendo-angular-common';
13
13
  import { Keys, guid, anyChanged, isDocumentAvailable, normalizeNumpadKeys, hasObservers, KendoInput, EventsOutsideAngularDirective, DraggableDirective, ResizeSensorComponent, isObjectPresent, removeHTMLAttributes, parseAttributes, isControlRequired, setHTMLAttributes, SuffixTemplateDirective, PrefixTemplateDirective, isChanged, isPresent as isPresent$1, isSafari, PreventableEvent, findFocusableChild, parseCSSClassNames, closest as closest$1, processCssValue, replaceMessagePlaceholder, getLicenseMessage, shouldShowValidationUI, WatermarkOverlayComponent, SeparatorComponent, ResizeBatchService, KENDO_ADORNMENTS } from '@progress/kendo-angular-common';
14
14
  export { PrefixTemplateDirective, SeparatorComponent, SuffixTemplateDirective } from '@progress/kendo-angular-common';
15
15
  import { validatePackage } from '@progress/kendo-licensing';
@@ -550,8 +550,8 @@ const packageMetadata = {
550
550
  productName: 'Kendo UI for Angular',
551
551
  productCode: 'KENDOUIANGULAR',
552
552
  productCodes: ['KENDOUIANGULAR'],
553
- publishDate: 1755865278,
554
- version: '20.0.0-develop.4',
553
+ publishDate: 1755868828,
554
+ version: '20.0.0-develop.5',
555
555
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
556
556
  };
557
557
 
@@ -15821,6 +15821,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
15821
15821
  args: ['attr.role']
15822
15822
  }] } });
15823
15823
 
15824
+ /**
15825
+ * Represents a spacer in the content of components like TextArea and TextBox.
15826
+ *
15827
+ * @example
15828
+ * ```html
15829
+ * <kendo-textbox>
15830
+ * <ng-template kendoTextBoxSuffixTemplate>
15831
+ * <kendo-input-spacer></kendo-input-spacer>
15832
+ * <button kendoButton icon="image"></button>
15833
+ * </ng-template>
15834
+ * </kendo-textbox>
15835
+ * ```
15836
+ */
15837
+ class InputSpacerComponent {
15838
+ hostClass = true;
15839
+ get sizedClass() {
15840
+ return isPresent$1(this.width);
15841
+ }
15842
+ get flexBasisStyle() {
15843
+ return this.width;
15844
+ }
15845
+ /**
15846
+ * Specifies the width of the Input Spacer.
15847
+ * Accepts string values for the [CSS `flex-basis`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis) property.
15848
+ * If not set, the Input Spacer takes all available space.
15849
+ */
15850
+ width;
15851
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputSpacerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
15852
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: InputSpacerComponent, isStandalone: true, selector: "kendo-input-spacer, kendo-textbox-spacer", inputs: { width: "width" }, host: { properties: { "class.k-spacer": "this.hostClass", "class.k-spacer-sized": "this.sizedClass", "style.flexBasis": "this.flexBasisStyle" } }, ngImport: i0, template: ``, isInline: true });
15853
+ }
15854
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputSpacerComponent, decorators: [{
15855
+ type: Component,
15856
+ args: [{
15857
+ selector: 'kendo-input-spacer, kendo-textbox-spacer',
15858
+ template: ``,
15859
+ standalone: true
15860
+ }]
15861
+ }], propDecorators: { hostClass: [{
15862
+ type: HostBinding,
15863
+ args: ['class.k-spacer']
15864
+ }], sizedClass: [{
15865
+ type: HostBinding,
15866
+ args: ['class.k-spacer-sized']
15867
+ }], flexBasisStyle: [{
15868
+ type: HostBinding,
15869
+ args: ['style.flexBasis']
15870
+ }], width: [{
15871
+ type: Input
15872
+ }] } });
15873
+
15824
15874
  /**
15825
15875
  * @hidden
15826
15876
  */
@@ -17506,7 +17556,6 @@ class TextAreaComponent extends TextFieldsBase {
17506
17556
  if (changes.resizable) {
17507
17557
  if (this.resizable === 'auto') {
17508
17558
  this.ngZone.onStable.pipe(take(1)).subscribe(() => {
17509
- this.renderer.removeClass(element, '\!k-overflow-y-auto');
17510
17559
  this.initialHeight = element.offsetHeight;
17511
17560
  if (this.maxResizableRows && this.rows) {
17512
17561
  const heightValue = parseFloat(getComputedStyle(element).getPropertyValue('height')) - 2 * parseFloat(getComputedStyle(element).getPropertyValue('padding'));
@@ -17515,7 +17564,6 @@ class TextAreaComponent extends TextFieldsBase {
17515
17564
  });
17516
17565
  }
17517
17566
  else if (this.resizable !== 'both') {
17518
- this.renderer.addClass(element, '\!k-overflow-y-auto');
17519
17567
  element.style.height = `${this.initialHeight}px`;
17520
17568
  }
17521
17569
  }
@@ -19434,6 +19482,7 @@ const KENDO_TEXTBOX = [
19434
19482
  TextBoxDirective,
19435
19483
  TextBoxComponent,
19436
19484
  InputSeparatorComponent,
19485
+ InputSpacerComponent,
19437
19486
  TextBoxSuffixTemplateDirective,
19438
19487
  TextBoxPrefixTemplateDirective,
19439
19488
  TextBoxCustomMessagesComponent,
@@ -19820,8 +19869,8 @@ const KENDO_INPUTS = [
19820
19869
  */
19821
19870
  class InputsModule {
19822
19871
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
19823
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, imports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, MaskedTextBoxComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i7.SeparatorComponent, CheckBoxComponent, CheckBoxDirective, RadioButtonComponent, RadioButtonDirective, SwitchComponent, SwitchCustomMessagesComponent, FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent, FormFieldComponent, HintComponent, ErrorComponent, SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective, RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective, RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective, SignatureComponent, SignatureCustomMessagesComponent, ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent, OTPInputComponent, OTPInputCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, MaskedTextBoxComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i7.SeparatorComponent, CheckBoxComponent, CheckBoxDirective, RadioButtonComponent, RadioButtonDirective, SwitchComponent, SwitchCustomMessagesComponent, FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent, FormFieldComponent, HintComponent, ErrorComponent, SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective, RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective, RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective, SignatureComponent, SignatureCustomMessagesComponent, ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent, OTPInputComponent, OTPInputCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
19824
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService, AdaptiveService], imports: [TextBoxComponent, i7.SeparatorComponent, NumericTextBoxComponent, i7.SeparatorComponent, i7.SeparatorComponent, i7.SeparatorComponent, FormComponent, SliderComponent, RangeSliderComponent, RatingComponent, SignatureComponent, ColorPickerComponent, FlatColorPickerComponent, ColorGradientComponent, OTPInputComponent, i7.SeparatorComponent] });
19872
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, imports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, CheckBoxComponent, CheckBoxDirective, RadioButtonComponent, RadioButtonDirective, SwitchComponent, SwitchCustomMessagesComponent, FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent, FormFieldComponent, HintComponent, ErrorComponent, SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective, RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective, RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective, SignatureComponent, SignatureCustomMessagesComponent, ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent, OTPInputComponent, OTPInputCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, CheckBoxComponent, CheckBoxDirective, RadioButtonComponent, RadioButtonDirective, SwitchComponent, SwitchCustomMessagesComponent, FormComponent, FormSeparatorComponent, FormFieldSetComponent, FormFieldComponent, HintComponent, ErrorComponent, FormFieldComponent, HintComponent, ErrorComponent, SliderComponent, SliderCustomMessagesComponent, LabelTemplateDirective, RangeSliderComponent, RangeSliderCustomMessagesComponent, LabelTemplateDirective, RatingComponent, RatingItemTemplateDirective, RatingHoveredItemTemplateDirective, RatingSelectedItemTemplateDirective, SignatureComponent, SignatureCustomMessagesComponent, ColorPickerComponent, ColorPickerCustomMessagesComponent, FlatColorPickerComponent, ColorPickerCustomMessagesComponent, ColorGradientComponent, ColorPickerCustomMessagesComponent, ColorPaletteComponent, ColorPickerCustomMessagesComponent, OTPInputComponent, OTPInputCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
19873
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, providers: [IconsService, PopupService, ResizeBatchService, DialogContainerService, DialogService, WindowService, WindowContainerService, AdaptiveService], imports: [TextBoxComponent, i8.SeparatorComponent, NumericTextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent, i8.SeparatorComponent, FormComponent, SliderComponent, RangeSliderComponent, RatingComponent, SignatureComponent, ColorPickerComponent, FlatColorPickerComponent, ColorGradientComponent, OTPInputComponent, i8.SeparatorComponent] });
19825
19874
  }
19826
19875
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: InputsModule, decorators: [{
19827
19876
  type: NgModule,
@@ -19997,8 +20046,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
19997
20046
  */
19998
20047
  class NumericTextBoxModule {
19999
20048
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20000
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NumericTextBoxModule, imports: [NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
20001
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericTextBoxModule, providers: [IconsService], imports: [NumericTextBoxComponent, i7.SeparatorComponent, i7.SeparatorComponent] });
20049
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: NumericTextBoxModule, imports: [NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
20050
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericTextBoxModule, providers: [IconsService], imports: [NumericTextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent] });
20002
20051
  }
20003
20052
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: NumericTextBoxModule, decorators: [{
20004
20053
  type: NgModule,
@@ -20032,8 +20081,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
20032
20081
  */
20033
20082
  class MaskedTextBoxModule {
20034
20083
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaskedTextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20035
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MaskedTextBoxModule, imports: [MaskedTextBoxComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [MaskedTextBoxComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
20036
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaskedTextBoxModule, imports: [i7.SeparatorComponent, i7.SeparatorComponent] });
20084
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: MaskedTextBoxModule, imports: [MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [MaskedTextBoxComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
20085
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaskedTextBoxModule, imports: [i8.SeparatorComponent, i8.SeparatorComponent] });
20037
20086
  }
20038
20087
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MaskedTextBoxModule, decorators: [{
20039
20088
  type: NgModule,
@@ -20066,8 +20115,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
20066
20115
  */
20067
20116
  class TextBoxModule {
20068
20117
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20069
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, imports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
20070
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, providers: [IconsService], imports: [TextBoxComponent, i7.SeparatorComponent, i7.SeparatorComponent] });
20118
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, imports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [TextBoxDirective, TextBoxComponent, InputSeparatorComponent, InputSpacerComponent, TextBoxSuffixTemplateDirective, TextBoxPrefixTemplateDirective, TextBoxCustomMessagesComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
20119
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, providers: [IconsService], imports: [TextBoxComponent, i8.SeparatorComponent, i8.SeparatorComponent] });
20071
20120
  }
20072
20121
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextBoxModule, decorators: [{
20073
20122
  type: NgModule,
@@ -20101,8 +20150,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
20101
20150
  */
20102
20151
  class TextAreaModule {
20103
20152
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextAreaModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
20104
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TextAreaModule, imports: [TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent], exports: [TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i7.SeparatorComponent, i7.PrefixTemplateDirective, i7.SuffixTemplateDirective, i7.SeparatorComponent] });
20105
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextAreaModule, imports: [i7.SeparatorComponent, i7.SeparatorComponent] });
20153
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: TextAreaModule, imports: [TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent], exports: [TextAreaComponent, TextAreaDirective, TextAreaPrefixComponent, TextAreaSuffixComponent, i8.SeparatorComponent, i8.PrefixTemplateDirective, i8.SuffixTemplateDirective, i8.SeparatorComponent] });
20154
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextAreaModule, imports: [i8.SeparatorComponent, i8.SeparatorComponent] });
20106
20155
  }
20107
20156
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: TextAreaModule, decorators: [{
20108
20157
  type: NgModule,
@@ -20378,5 +20427,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
20378
20427
  * Generated bundle index. Do not edit.
20379
20428
  */
20380
20429
 
20381
- export { ActiveColorClickEvent, CheckBoxComponent, CheckBoxDirective, CheckBoxModule, ColorGradientComponent, ColorPaletteComponent, ColorPickerCancelEvent, ColorPickerCloseEvent, ColorPickerComponent, ColorPickerCustomMessagesComponent, ColorPickerModule, ColorPickerOpenEvent, ErrorComponent, FlatColorPickerComponent, FormComponent, FormFieldComponent, FormFieldModule, FormFieldSetComponent, FormModule, FormSeparatorComponent, HintComponent, InputSeparatorComponent, InputsModule, KENDO_CHECKBOX, KENDO_COLORGRADIENT, KENDO_COLORPALETTE, KENDO_COLORPICKER, KENDO_FLATCOLORPICKER, KENDO_FORM, KENDO_FORMFIELD, KENDO_INPUTS, KENDO_MASKEDTEXTBOX, KENDO_NUMERICTEXTBOX, KENDO_OTPINPUT, KENDO_RADIOBUTTON, KENDO_RANGESLIDER, KENDO_RATING, KENDO_SIGNATURE, KENDO_SLIDER, KENDO_SWITCH, KENDO_TEXTAREA, KENDO_TEXTBOX, LabelTemplateDirective, LocalizedColorPickerMessagesDirective, LocalizedNumericTextBoxMessagesDirective, LocalizedRangeSliderMessagesDirective, LocalizedSignatureMessagesDirective, LocalizedSliderMessagesDirective, LocalizedSwitchMessagesDirective, LocalizedTextBoxMessagesDirective, MaskedTextBoxComponent, MaskedTextBoxModule, MaskingService, NumericLabelDirective, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, NumericTextBoxModule, OTPInputComponent, OTPInputCustomMessagesComponent, OTPInputModule, RadioButtonComponent, RadioButtonDirective, RadioButtonModule, RangeSliderComponent, RangeSliderCustomMessagesComponent, RangeSliderModule, RatingComponent, RatingHoveredItemTemplateDirective, RatingItemTemplateDirective, RatingModule, RatingSelectedItemTemplateDirective, SignatureCloseEvent, SignatureComponent, SignatureCustomMessagesComponent, SignatureMessages, SignatureModule, SignatureOpenEvent, SliderComponent, SliderCustomMessagesComponent, SliderModule, SliderTicksComponent, SwitchBlurEvent, SwitchComponent, SwitchCustomMessagesComponent, SwitchFocusEvent, SwitchModule, TextAreaComponent, TextAreaDirective, TextAreaModule, TextAreaPrefixComponent, TextAreaSuffixComponent, TextBoxComponent, TextBoxCustomMessagesComponent, TextBoxDirective, TextBoxModule, TextBoxPrefixTemplateDirective, TextBoxSuffixTemplateDirective };
20430
+ export { ActiveColorClickEvent, CheckBoxComponent, CheckBoxDirective, CheckBoxModule, ColorGradientComponent, ColorPaletteComponent, ColorPickerCancelEvent, ColorPickerCloseEvent, ColorPickerComponent, ColorPickerCustomMessagesComponent, ColorPickerModule, ColorPickerOpenEvent, ErrorComponent, FlatColorPickerComponent, FormComponent, FormFieldComponent, FormFieldModule, FormFieldSetComponent, FormModule, FormSeparatorComponent, HintComponent, InputSeparatorComponent, InputSpacerComponent, InputsModule, KENDO_CHECKBOX, KENDO_COLORGRADIENT, KENDO_COLORPALETTE, KENDO_COLORPICKER, KENDO_FLATCOLORPICKER, KENDO_FORM, KENDO_FORMFIELD, KENDO_INPUTS, KENDO_MASKEDTEXTBOX, KENDO_NUMERICTEXTBOX, KENDO_OTPINPUT, KENDO_RADIOBUTTON, KENDO_RANGESLIDER, KENDO_RATING, KENDO_SIGNATURE, KENDO_SLIDER, KENDO_SWITCH, KENDO_TEXTAREA, KENDO_TEXTBOX, LabelTemplateDirective, LocalizedColorPickerMessagesDirective, LocalizedNumericTextBoxMessagesDirective, LocalizedRangeSliderMessagesDirective, LocalizedSignatureMessagesDirective, LocalizedSliderMessagesDirective, LocalizedSwitchMessagesDirective, LocalizedTextBoxMessagesDirective, MaskedTextBoxComponent, MaskedTextBoxModule, MaskingService, NumericLabelDirective, NumericTextBoxComponent, NumericTextBoxCustomMessagesComponent, NumericTextBoxModule, OTPInputComponent, OTPInputCustomMessagesComponent, OTPInputModule, RadioButtonComponent, RadioButtonDirective, RadioButtonModule, RangeSliderComponent, RangeSliderCustomMessagesComponent, RangeSliderModule, RatingComponent, RatingHoveredItemTemplateDirective, RatingItemTemplateDirective, RatingModule, RatingSelectedItemTemplateDirective, SignatureCloseEvent, SignatureComponent, SignatureCustomMessagesComponent, SignatureMessages, SignatureModule, SignatureOpenEvent, SliderComponent, SliderCustomMessagesComponent, SliderModule, SliderTicksComponent, SwitchBlurEvent, SwitchComponent, SwitchCustomMessagesComponent, SwitchFocusEvent, SwitchModule, TextAreaComponent, TextAreaDirective, TextAreaModule, TextAreaPrefixComponent, TextAreaSuffixComponent, TextBoxComponent, TextBoxCustomMessagesComponent, TextBoxDirective, TextBoxModule, TextBoxPrefixTemplateDirective, TextBoxSuffixTemplateDirective };
20382
20431
 
package/index.d.ts CHANGED
@@ -71,6 +71,7 @@ export { TextAreaPrefixComponent } from './textarea/textarea-prefix.component';
71
71
  export { TextAreaSuffixComponent } from './textarea/textarea-suffix.component';
72
72
  export { TextAreaAdornmentsOrientation } from './textarea/models/adornments-orientation';
73
73
  export { InputSeparatorComponent } from './shared/input-separator.component';
74
+ export { InputSpacerComponent } from './shared/input-spacer.component';
74
75
  export { PrefixTemplateDirective } from '@progress/kendo-angular-common';
75
76
  export { SuffixTemplateDirective } from '@progress/kendo-angular-common';
76
77
  export { SeparatorComponent } from '@progress/kendo-angular-common';
@@ -6,47 +6,48 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "./textbox/textbox.directive";
7
7
  import * as i2 from "./textbox/textbox.component";
8
8
  import * as i3 from "./shared/input-separator.component";
9
- import * as i4 from "./textbox/textbox-suffix.directive";
10
- import * as i5 from "./textbox/textbox-prefix.directive";
11
- import * as i6 from "./textbox/localization/custom-messages.component";
12
- import * as i7 from "@progress/kendo-angular-common";
13
- import * as i8 from "./numerictextbox/numerictextbox.component";
14
- import * as i9 from "./numerictextbox/localization/custom-messages.component";
15
- import * as i10 from "./maskedtextbox/maskedtextbox.component";
16
- import * as i11 from "./textarea/textarea.component";
17
- import * as i12 from "./textarea/textarea.directive";
18
- import * as i13 from "./textarea/textarea-prefix.component";
19
- import * as i14 from "./textarea/textarea-suffix.component";
20
- import * as i15 from "./checkbox/checkbox.component";
21
- import * as i16 from "./checkbox/checkbox.directive";
22
- import * as i17 from "./radiobutton/radiobutton.component";
23
- import * as i18 from "./radiobutton/radiobutton.directive";
24
- import * as i19 from "./switch/switch.component";
25
- import * as i20 from "./switch/localization/custom-messages.component";
26
- import * as i21 from "./form/form.component";
27
- import * as i22 from "./form/formseparator.component";
28
- import * as i23 from "./formfieldset/formfieldset.component";
29
- import * as i24 from "./formfield/formfield.component";
30
- import * as i25 from "./formfield/hint.component";
31
- import * as i26 from "./formfield/error.component";
32
- import * as i27 from "./slider/slider.component";
33
- import * as i28 from "./slider/localization/custom-messages.component";
34
- import * as i29 from "./sliders-common/label-template.directive";
35
- import * as i30 from "./rangeslider/rangeslider.component";
36
- import * as i31 from "./rangeslider/localization/custom-messages.component";
37
- import * as i32 from "./rating/rating.component";
38
- import * as i33 from "./rating/directives/rating-item.directive";
39
- import * as i34 from "./rating/directives/rating-hovered-item.directive";
40
- import * as i35 from "./rating/directives/rating-selected-item.directive";
41
- import * as i36 from "./signature/signature.component";
42
- import * as i37 from "./signature/localization/custom-messages.component";
43
- import * as i38 from "./colorpicker/colorpicker.component";
44
- import * as i39 from "./colorpicker/localization/custom-messages.component";
45
- import * as i40 from "./colorpicker/flatcolorpicker.component";
46
- import * as i41 from "./colorpicker/color-gradient.component";
47
- import * as i42 from "./colorpicker/color-palette.component";
48
- import * as i43 from "./otpinput/otpinput.component";
49
- import * as i44 from "./otpinput/localization/custom-messages.component";
9
+ import * as i4 from "./shared/input-spacer.component";
10
+ import * as i5 from "./textbox/textbox-suffix.directive";
11
+ import * as i6 from "./textbox/textbox-prefix.directive";
12
+ import * as i7 from "./textbox/localization/custom-messages.component";
13
+ import * as i8 from "@progress/kendo-angular-common";
14
+ import * as i9 from "./numerictextbox/numerictextbox.component";
15
+ import * as i10 from "./numerictextbox/localization/custom-messages.component";
16
+ import * as i11 from "./maskedtextbox/maskedtextbox.component";
17
+ import * as i12 from "./textarea/textarea.component";
18
+ import * as i13 from "./textarea/textarea.directive";
19
+ import * as i14 from "./textarea/textarea-prefix.component";
20
+ import * as i15 from "./textarea/textarea-suffix.component";
21
+ import * as i16 from "./checkbox/checkbox.component";
22
+ import * as i17 from "./checkbox/checkbox.directive";
23
+ import * as i18 from "./radiobutton/radiobutton.component";
24
+ import * as i19 from "./radiobutton/radiobutton.directive";
25
+ import * as i20 from "./switch/switch.component";
26
+ import * as i21 from "./switch/localization/custom-messages.component";
27
+ import * as i22 from "./form/form.component";
28
+ import * as i23 from "./form/formseparator.component";
29
+ import * as i24 from "./formfieldset/formfieldset.component";
30
+ import * as i25 from "./formfield/formfield.component";
31
+ import * as i26 from "./formfield/hint.component";
32
+ import * as i27 from "./formfield/error.component";
33
+ import * as i28 from "./slider/slider.component";
34
+ import * as i29 from "./slider/localization/custom-messages.component";
35
+ import * as i30 from "./sliders-common/label-template.directive";
36
+ import * as i31 from "./rangeslider/rangeslider.component";
37
+ import * as i32 from "./rangeslider/localization/custom-messages.component";
38
+ import * as i33 from "./rating/rating.component";
39
+ import * as i34 from "./rating/directives/rating-item.directive";
40
+ import * as i35 from "./rating/directives/rating-hovered-item.directive";
41
+ import * as i36 from "./rating/directives/rating-selected-item.directive";
42
+ import * as i37 from "./signature/signature.component";
43
+ import * as i38 from "./signature/localization/custom-messages.component";
44
+ import * as i39 from "./colorpicker/colorpicker.component";
45
+ import * as i40 from "./colorpicker/localization/custom-messages.component";
46
+ import * as i41 from "./colorpicker/flatcolorpicker.component";
47
+ import * as i42 from "./colorpicker/color-gradient.component";
48
+ import * as i43 from "./colorpicker/color-palette.component";
49
+ import * as i44 from "./otpinput/otpinput.component";
50
+ import * as i45 from "./otpinput/localization/custom-messages.component";
50
51
  /**
51
52
  * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the Inputs components.
52
53
  *
@@ -69,6 +70,6 @@ import * as i44 from "./otpinput/localization/custom-messages.component";
69
70
  */
70
71
  export declare class InputsModule {
71
72
  static ɵfac: i0.ɵɵFactoryDeclaration<InputsModule, never>;
72
- static ɵmod: i0.ɵɵNgModuleDeclaration<InputsModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i8.NumericTextBoxComponent, typeof i9.NumericTextBoxCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i10.MaskedTextBoxComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i11.TextAreaComponent, typeof i12.TextAreaDirective, typeof i13.TextAreaPrefixComponent, typeof i14.TextAreaSuffixComponent, typeof i7.SeparatorComponent, typeof i15.CheckBoxComponent, typeof i16.CheckBoxDirective, typeof i17.RadioButtonComponent, typeof i18.RadioButtonDirective, typeof i19.SwitchComponent, typeof i20.SwitchCustomMessagesComponent, typeof i21.FormComponent, typeof i22.FormSeparatorComponent, typeof i23.FormFieldSetComponent, typeof i24.FormFieldComponent, typeof i25.HintComponent, typeof i26.ErrorComponent, typeof i24.FormFieldComponent, typeof i25.HintComponent, typeof i26.ErrorComponent, typeof i27.SliderComponent, typeof i28.SliderCustomMessagesComponent, typeof i29.LabelTemplateDirective, typeof i30.RangeSliderComponent, typeof i31.RangeSliderCustomMessagesComponent, typeof i29.LabelTemplateDirective, typeof i32.RatingComponent, typeof i33.RatingItemTemplateDirective, typeof i34.RatingHoveredItemTemplateDirective, typeof i35.RatingSelectedItemTemplateDirective, typeof i36.SignatureComponent, typeof i37.SignatureCustomMessagesComponent, typeof i38.ColorPickerComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i40.FlatColorPickerComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i41.ColorGradientComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i42.ColorPaletteComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i43.OTPInputComponent, typeof i44.OTPInputCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i8.NumericTextBoxComponent, typeof i9.NumericTextBoxCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i10.MaskedTextBoxComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i11.TextAreaComponent, typeof i12.TextAreaDirective, typeof i13.TextAreaPrefixComponent, typeof i14.TextAreaSuffixComponent, typeof i7.SeparatorComponent, typeof i15.CheckBoxComponent, typeof i16.CheckBoxDirective, typeof i17.RadioButtonComponent, typeof i18.RadioButtonDirective, typeof i19.SwitchComponent, typeof i20.SwitchCustomMessagesComponent, typeof i21.FormComponent, typeof i22.FormSeparatorComponent, typeof i23.FormFieldSetComponent, typeof i24.FormFieldComponent, typeof i25.HintComponent, typeof i26.ErrorComponent, typeof i24.FormFieldComponent, typeof i25.HintComponent, typeof i26.ErrorComponent, typeof i27.SliderComponent, typeof i28.SliderCustomMessagesComponent, typeof i29.LabelTemplateDirective, typeof i30.RangeSliderComponent, typeof i31.RangeSliderCustomMessagesComponent, typeof i29.LabelTemplateDirective, typeof i32.RatingComponent, typeof i33.RatingItemTemplateDirective, typeof i34.RatingHoveredItemTemplateDirective, typeof i35.RatingSelectedItemTemplateDirective, typeof i36.SignatureComponent, typeof i37.SignatureCustomMessagesComponent, typeof i38.ColorPickerComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i40.FlatColorPickerComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i41.ColorGradientComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i42.ColorPaletteComponent, typeof i39.ColorPickerCustomMessagesComponent, typeof i43.OTPInputComponent, typeof i44.OTPInputCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent]>;
73
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputsModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i9.NumericTextBoxComponent, typeof i10.NumericTextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i11.MaskedTextBoxComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i12.TextAreaComponent, typeof i13.TextAreaDirective, typeof i14.TextAreaPrefixComponent, typeof i15.TextAreaSuffixComponent, typeof i8.SeparatorComponent, typeof i16.CheckBoxComponent, typeof i17.CheckBoxDirective, typeof i18.RadioButtonComponent, typeof i19.RadioButtonDirective, typeof i20.SwitchComponent, typeof i21.SwitchCustomMessagesComponent, typeof i22.FormComponent, typeof i23.FormSeparatorComponent, typeof i24.FormFieldSetComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i28.SliderComponent, typeof i29.SliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i31.RangeSliderComponent, typeof i32.RangeSliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i33.RatingComponent, typeof i34.RatingItemTemplateDirective, typeof i35.RatingHoveredItemTemplateDirective, typeof i36.RatingSelectedItemTemplateDirective, typeof i37.SignatureComponent, typeof i38.SignatureCustomMessagesComponent, typeof i39.ColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i41.FlatColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i42.ColorGradientComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i43.ColorPaletteComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i44.OTPInputComponent, typeof i45.OTPInputCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i9.NumericTextBoxComponent, typeof i10.NumericTextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i11.MaskedTextBoxComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i12.TextAreaComponent, typeof i13.TextAreaDirective, typeof i14.TextAreaPrefixComponent, typeof i15.TextAreaSuffixComponent, typeof i8.SeparatorComponent, typeof i16.CheckBoxComponent, typeof i17.CheckBoxDirective, typeof i18.RadioButtonComponent, typeof i19.RadioButtonDirective, typeof i20.SwitchComponent, typeof i21.SwitchCustomMessagesComponent, typeof i22.FormComponent, typeof i23.FormSeparatorComponent, typeof i24.FormFieldSetComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i25.FormFieldComponent, typeof i26.HintComponent, typeof i27.ErrorComponent, typeof i28.SliderComponent, typeof i29.SliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i31.RangeSliderComponent, typeof i32.RangeSliderCustomMessagesComponent, typeof i30.LabelTemplateDirective, typeof i33.RatingComponent, typeof i34.RatingItemTemplateDirective, typeof i35.RatingHoveredItemTemplateDirective, typeof i36.RatingSelectedItemTemplateDirective, typeof i37.SignatureComponent, typeof i38.SignatureCustomMessagesComponent, typeof i39.ColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i41.FlatColorPickerComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i42.ColorGradientComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i43.ColorPaletteComponent, typeof i40.ColorPickerCustomMessagesComponent, typeof i44.OTPInputComponent, typeof i45.OTPInputCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent]>;
73
74
  static ɵinj: i0.ɵɵInjectorDeclaration<InputsModule>;
74
75
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-inputs",
3
- "version": "20.0.0-develop.4",
3
+ "version": "20.0.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",
@@ -28,7 +28,7 @@
28
28
  "package": {
29
29
  "productName": "Kendo UI for Angular",
30
30
  "productCode": "KENDOUIANGULAR",
31
- "publishDate": 1755865278,
31
+ "publishDate": 1755868828,
32
32
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
33
33
  }
34
34
  },
@@ -40,20 +40,20 @@
40
40
  "@angular/platform-browser": "16 - 20",
41
41
  "@progress/kendo-drawing": "^1.21.0",
42
42
  "@progress/kendo-licensing": "^1.7.0",
43
- "@progress/kendo-angular-buttons": "20.0.0-develop.4",
44
- "@progress/kendo-angular-common": "20.0.0-develop.4",
45
- "@progress/kendo-angular-utils": "20.0.0-develop.4",
46
- "@progress/kendo-angular-navigation": "20.0.0-develop.4",
47
- "@progress/kendo-angular-dialog": "20.0.0-develop.4",
48
- "@progress/kendo-angular-intl": "20.0.0-develop.4",
49
- "@progress/kendo-angular-l10n": "20.0.0-develop.4",
50
- "@progress/kendo-angular-popup": "20.0.0-develop.4",
51
- "@progress/kendo-angular-icons": "20.0.0-develop.4",
43
+ "@progress/kendo-angular-buttons": "20.0.0-develop.5",
44
+ "@progress/kendo-angular-common": "20.0.0-develop.5",
45
+ "@progress/kendo-angular-utils": "20.0.0-develop.5",
46
+ "@progress/kendo-angular-navigation": "20.0.0-develop.5",
47
+ "@progress/kendo-angular-dialog": "20.0.0-develop.5",
48
+ "@progress/kendo-angular-intl": "20.0.0-develop.5",
49
+ "@progress/kendo-angular-l10n": "20.0.0-develop.5",
50
+ "@progress/kendo-angular-popup": "20.0.0-develop.5",
51
+ "@progress/kendo-angular-icons": "20.0.0-develop.5",
52
52
  "rxjs": "^6.5.3 || ^7.0.0"
53
53
  },
54
54
  "dependencies": {
55
55
  "tslib": "^2.3.1",
56
- "@progress/kendo-angular-schematics": "20.0.0-develop.4",
56
+ "@progress/kendo-angular-schematics": "20.0.0-develop.5",
57
57
  "@progress/kendo-common": "^1.0.1",
58
58
  "@progress/kendo-draggable": "^3.0.0",
59
59
  "@progress/kendo-inputs-common": "^3.1.0"
@@ -0,0 +1,31 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2025 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * Represents a spacer in the content of components like TextArea and TextBox.
8
+ *
9
+ * @example
10
+ * ```html
11
+ * <kendo-textbox>
12
+ * <ng-template kendoTextBoxSuffixTemplate>
13
+ * <kendo-input-spacer></kendo-input-spacer>
14
+ * <button kendoButton icon="image"></button>
15
+ * </ng-template>
16
+ * </kendo-textbox>
17
+ * ```
18
+ */
19
+ export declare class InputSpacerComponent {
20
+ hostClass: boolean;
21
+ get sizedClass(): boolean;
22
+ get flexBasisStyle(): string;
23
+ /**
24
+ * Specifies the width of the Input Spacer.
25
+ * Accepts string values for the [CSS `flex-basis`](https://developer.mozilla.org/en-US/docs/Web/CSS/flex-basis) property.
26
+ * If not set, the Input Spacer takes all available space.
27
+ */
28
+ width: string;
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputSpacerComponent, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputSpacerComponent, "kendo-input-spacer, kendo-textbox-spacer", never, { "width": { "alias": "width"; "required": false; }; }, {}, never, never, true, never>;
31
+ }
@@ -6,10 +6,11 @@ import * as i0 from "@angular/core";
6
6
  import * as i1 from "./textbox/textbox.directive";
7
7
  import * as i2 from "./textbox/textbox.component";
8
8
  import * as i3 from "./shared/input-separator.component";
9
- import * as i4 from "./textbox/textbox-suffix.directive";
10
- import * as i5 from "./textbox/textbox-prefix.directive";
11
- import * as i6 from "./textbox/localization/custom-messages.component";
12
- import * as i7 from "@progress/kendo-angular-common";
9
+ import * as i4 from "./shared/input-spacer.component";
10
+ import * as i5 from "./textbox/textbox-suffix.directive";
11
+ import * as i6 from "./textbox/textbox-prefix.directive";
12
+ import * as i7 from "./textbox/localization/custom-messages.component";
13
+ import * as i8 from "@progress/kendo-angular-common";
13
14
  /**
14
15
  * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the TextBox directive.
15
16
  *
@@ -32,6 +33,6 @@ import * as i7 from "@progress/kendo-angular-common";
32
33
  */
33
34
  export declare class TextBoxModule {
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
35
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent, typeof i7.PrefixTemplateDirective, typeof i7.SuffixTemplateDirective, typeof i7.SeparatorComponent]>;
36
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, never, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.InputSpacerComponent, typeof i5.TextBoxSuffixTemplateDirective, typeof i6.TextBoxPrefixTemplateDirective, typeof i7.TextBoxCustomMessagesComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent, typeof i8.PrefixTemplateDirective, typeof i8.SuffixTemplateDirective, typeof i8.SeparatorComponent]>;
36
37
  static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
37
38
  }