@progress/kendo-angular-inputs 16.5.0 → 16.6.0-develop.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/checkbox/checkbox.component.d.ts +1 -1
  2. package/checkbox/checkbox.directive.d.ts +1 -1
  3. package/checkbox.module.d.ts +3 -6
  4. package/colorpicker/color-contrast-svg.component.d.ts +1 -1
  5. package/colorpicker/color-gradient-numeric-label.directive.d.ts +1 -1
  6. package/colorpicker/color-gradient.component.d.ts +1 -1
  7. package/colorpicker/color-input.component.d.ts +1 -1
  8. package/colorpicker/color-palette.component.d.ts +1 -1
  9. package/colorpicker/colorpicker.component.d.ts +1 -1
  10. package/colorpicker/contrast-validation.component.d.ts +1 -1
  11. package/colorpicker/contrast.component.d.ts +1 -1
  12. package/colorpicker/flatcolorpicker-actions.component.d.ts +1 -1
  13. package/colorpicker/flatcolorpicker-header.component.d.ts +1 -1
  14. package/colorpicker/flatcolorpicker.component.d.ts +1 -1
  15. package/colorpicker/localization/custom-messages.component.d.ts +1 -1
  16. package/colorpicker/localization/localized-colorpicker-messages.directive.d.ts +1 -1
  17. package/colorpicker.module.d.ts +5 -21
  18. package/directives.d.ts +111 -0
  19. package/esm2020/checkbox/checkbox.component.mjs +7 -6
  20. package/esm2020/checkbox/checkbox.directive.mjs +3 -2
  21. package/esm2020/checkbox.module.mjs +8 -10
  22. package/esm2020/colorpicker/color-contrast-svg.component.mjs +6 -4
  23. package/esm2020/colorpicker/color-gradient-numeric-label.directive.mjs +5 -2
  24. package/esm2020/colorpicker/color-gradient.component.mjs +11 -12
  25. package/esm2020/colorpicker/color-input.component.mjs +8 -7
  26. package/esm2020/colorpicker/color-palette.component.mjs +7 -5
  27. package/esm2020/colorpicker/colorpicker.component.mjs +9 -8
  28. package/esm2020/colorpicker/contrast-validation.component.mjs +7 -5
  29. package/esm2020/colorpicker/contrast.component.mjs +8 -6
  30. package/esm2020/colorpicker/flatcolorpicker-actions.component.mjs +3 -2
  31. package/esm2020/colorpicker/flatcolorpicker-header.component.mjs +7 -5
  32. package/esm2020/colorpicker/flatcolorpicker.component.mjs +7 -9
  33. package/esm2020/colorpicker/localization/custom-messages.component.mjs +3 -2
  34. package/esm2020/colorpicker/localization/localized-colorpicker-messages.directive.mjs +3 -2
  35. package/esm2020/colorpicker.module.mjs +15 -84
  36. package/esm2020/directives.mjs +188 -0
  37. package/esm2020/formfield/error.component.mjs +3 -2
  38. package/esm2020/formfield/formfield.component.mjs +6 -4
  39. package/esm2020/formfield/hint.component.mjs +3 -2
  40. package/esm2020/formfield.module.mjs +9 -9
  41. package/esm2020/index.mjs +1 -0
  42. package/esm2020/inputs.module.mjs +50 -56
  43. package/esm2020/maskedtextbox/maskedtextbox.component.mjs +9 -8
  44. package/esm2020/maskedtextbox.module.mjs +7 -30
  45. package/esm2020/numerictextbox/localization/custom-messages.component.mjs +3 -2
  46. package/esm2020/numerictextbox/localization/localized-numerictextbox-messages.directive.mjs +3 -2
  47. package/esm2020/numerictextbox/numerictextbox.component.mjs +11 -10
  48. package/esm2020/numerictextbox.module.mjs +11 -25
  49. package/esm2020/package-metadata.mjs +2 -2
  50. package/esm2020/radiobutton/radiobutton.component.mjs +7 -6
  51. package/esm2020/radiobutton/radiobutton.directive.mjs +3 -2
  52. package/esm2020/radiobutton.module.mjs +8 -10
  53. package/esm2020/rangeslider/localization/custom-messages.component.mjs +3 -2
  54. package/esm2020/rangeslider/localization/localized-rangeslider-messages.directive.mjs +3 -2
  55. package/esm2020/rangeslider/rangeslider.component.mjs +9 -8
  56. package/esm2020/rangeslider.module.mjs +11 -25
  57. package/esm2020/rating/directives/rating-hovered-item.directive.mjs +3 -2
  58. package/esm2020/rating/directives/rating-item.directive.mjs +3 -2
  59. package/esm2020/rating/directives/rating-selected-item.directive.mjs +3 -2
  60. package/esm2020/rating/rating.component.mjs +7 -5
  61. package/esm2020/rating.module.mjs +12 -23
  62. package/esm2020/shared/input-separator.component.mjs +3 -2
  63. package/esm2020/shared/shared-events.directive.mjs +3 -2
  64. package/esm2020/shared/textarea.directive.mjs +3 -2
  65. package/esm2020/shared.module.mjs +3 -3
  66. package/esm2020/signature/localization/custom-messages.component.mjs +3 -2
  67. package/esm2020/signature/localization/localized-signature-messages.directive.mjs +3 -2
  68. package/esm2020/signature/signature.component.mjs +9 -7
  69. package/esm2020/signature.module.mjs +13 -32
  70. package/esm2020/slider/localization/custom-messages.component.mjs +3 -2
  71. package/esm2020/slider/localization/localized-slider-messages.directive.mjs +3 -2
  72. package/esm2020/slider/slider.component.mjs +10 -9
  73. package/esm2020/slider.module.mjs +13 -27
  74. package/esm2020/sliders-common/label-template.directive.mjs +3 -2
  75. package/esm2020/sliders-common/slider-ticks.component.mjs +6 -4
  76. package/esm2020/switch/localization/custom-messages.component.mjs +3 -2
  77. package/esm2020/switch/localization/localized-switch-messages.directive.mjs +3 -2
  78. package/esm2020/switch/switch.component.mjs +6 -4
  79. package/esm2020/switch.module.mjs +10 -23
  80. package/esm2020/textarea/textarea-prefix.component.mjs +3 -2
  81. package/esm2020/textarea/textarea-suffix.component.mjs +3 -2
  82. package/esm2020/textarea/textarea.component.mjs +9 -8
  83. package/esm2020/textarea.module.mjs +9 -31
  84. package/esm2020/textbox/localization/custom-messages.component.mjs +3 -2
  85. package/esm2020/textbox/localization/localized-textbox-messages.directive.mjs +3 -2
  86. package/esm2020/textbox/textbox-prefix.directive.mjs +3 -2
  87. package/esm2020/textbox/textbox-suffix.directive.mjs +3 -2
  88. package/esm2020/textbox/textbox.component.mjs +11 -10
  89. package/esm2020/textbox/textbox.directive.mjs +3 -2
  90. package/esm2020/textbox.module.mjs +14 -48
  91. package/fesm2015/progress-kendo-angular-inputs.mjs +9233 -9325
  92. package/fesm2020/progress-kendo-angular-inputs.mjs +9088 -9180
  93. package/formfield/error.component.d.ts +1 -1
  94. package/formfield/formfield.component.d.ts +1 -1
  95. package/formfield/hint.component.d.ts +1 -1
  96. package/formfield.module.d.ts +4 -5
  97. package/index.d.ts +1 -0
  98. package/inputs.module.d.ts +40 -15
  99. package/maskedtextbox/maskedtextbox.component.d.ts +1 -1
  100. package/maskedtextbox.module.d.ts +1 -5
  101. package/numerictextbox/localization/custom-messages.component.d.ts +1 -1
  102. package/numerictextbox/localization/localized-numerictextbox-messages.directive.d.ts +1 -1
  103. package/numerictextbox/numerictextbox.component.d.ts +1 -1
  104. package/numerictextbox.module.d.ts +4 -9
  105. package/package.json +9 -9
  106. package/radiobutton/radiobutton.component.d.ts +1 -1
  107. package/radiobutton/radiobutton.directive.d.ts +1 -1
  108. package/radiobutton.module.d.ts +3 -6
  109. package/rangeslider/localization/custom-messages.component.d.ts +1 -1
  110. package/rangeslider/localization/localized-rangeslider-messages.directive.d.ts +1 -1
  111. package/rangeslider/rangeslider.component.d.ts +1 -1
  112. package/rangeslider.module.d.ts +2 -5
  113. package/rating/directives/rating-hovered-item.directive.d.ts +1 -1
  114. package/rating/directives/rating-item.directive.d.ts +1 -1
  115. package/rating/directives/rating-selected-item.directive.d.ts +1 -1
  116. package/rating/rating.component.d.ts +1 -1
  117. package/rating.module.d.ts +1 -3
  118. package/shared/input-separator.component.d.ts +1 -1
  119. package/shared/shared-events.directive.d.ts +1 -1
  120. package/shared/textarea.directive.d.ts +1 -1
  121. package/shared.module.d.ts +1 -1
  122. package/signature/localization/custom-messages.component.d.ts +1 -1
  123. package/signature/localization/localized-signature-messages.directive.d.ts +1 -1
  124. package/signature/signature.component.d.ts +1 -1
  125. package/signature.module.d.ts +1 -6
  126. package/slider/localization/custom-messages.component.d.ts +1 -1
  127. package/slider/localization/localized-slider-messages.directive.d.ts +1 -1
  128. package/slider/slider.component.d.ts +1 -1
  129. package/slider.module.d.ts +2 -7
  130. package/sliders-common/label-template.directive.d.ts +1 -1
  131. package/sliders-common/slider-ticks.component.d.ts +1 -1
  132. package/switch/localization/custom-messages.component.d.ts +1 -1
  133. package/switch/localization/localized-switch-messages.directive.d.ts +1 -1
  134. package/switch/switch.component.d.ts +1 -1
  135. package/switch.module.d.ts +1 -4
  136. package/textarea/textarea-prefix.component.d.ts +1 -1
  137. package/textarea/textarea-suffix.component.d.ts +1 -1
  138. package/textarea/textarea.component.d.ts +1 -1
  139. package/textarea.module.d.ts +4 -9
  140. package/textbox/localization/custom-messages.component.d.ts +1 -1
  141. package/textbox/localization/localized-textbox-messages.directive.d.ts +1 -1
  142. package/textbox/textbox-prefix.directive.d.ts +1 -1
  143. package/textbox/textbox-suffix.directive.d.ts +1 -1
  144. package/textbox/textbox.component.d.ts +1 -1
  145. package/textbox/textbox.directive.d.ts +1 -1
  146. package/textbox.module.d.ts +5 -12
  147. package/colorpicker/focus-on-dom-ready.directive.d.ts +0 -18
  148. package/esm2020/colorpicker/focus-on-dom-ready.directive.mjs +0 -29
  149. package/esm2020/shared-events.module.mjs +0 -22
  150. package/esm2020/sliders-common/sliders-common.module.mjs +0 -42
  151. package/shared-events.module.d.ts +0 -14
  152. package/sliders-common/sliders-common.module.d.ts +0 -17
@@ -5,9 +5,6 @@
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./switch/switch.component";
7
7
  import * as i2 from "./switch/localization/custom-messages.component";
8
- import * as i3 from "./switch/localization/localized-switch-messages.directive";
9
- import * as i4 from "@angular/common";
10
- import * as i5 from "@progress/kendo-angular-common";
11
8
  /**
12
9
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
13
10
  * definition for the Switch component.
@@ -41,6 +38,6 @@ import * as i5 from "@progress/kendo-angular-common";
41
38
  */
42
39
  export declare class SwitchModule {
43
40
  static ɵfac: i0.ɵɵFactoryDeclaration<SwitchModule, never>;
44
- static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, [typeof i1.SwitchComponent, typeof i2.SwitchCustomMessagesComponent, typeof i3.LocalizedSwitchMessagesDirective], [typeof i4.CommonModule, typeof i5.EventsModule, typeof i5.ResizeSensorModule], [typeof i1.SwitchComponent, typeof i2.SwitchCustomMessagesComponent, typeof i3.LocalizedSwitchMessagesDirective]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SwitchModule, never, [typeof i1.SwitchComponent, typeof i2.SwitchCustomMessagesComponent], [typeof i1.SwitchComponent, typeof i2.SwitchCustomMessagesComponent]>;
45
42
  static ɵinj: i0.ɵɵInjectorDeclaration<SwitchModule>;
46
43
  }
@@ -33,5 +33,5 @@ export declare class TextAreaPrefixComponent {
33
33
  get horizontalOrientation(): boolean;
34
34
  get alignItems(): boolean;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaPrefixComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaPrefixComponent, "kendo-textarea-prefix", ["kendoTextAreaPrefix"], { "flow": "flow"; "orientation": "orientation"; }, {}, never, ["*"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaPrefixComponent, "kendo-textarea-prefix", ["kendoTextAreaPrefix"], { "flow": "flow"; "orientation": "orientation"; }, {}, never, ["*"], true, never>;
37
37
  }
@@ -33,5 +33,5 @@ export declare class TextAreaSuffixComponent {
33
33
  get horizontalOrientation(): boolean;
34
34
  get alignItems(): boolean;
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaSuffixComponent, never>;
36
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaSuffixComponent, "kendo-textarea-suffix", ["kendoTextAreaSuffix"], { "flow": "flow"; "orientation": "orientation"; }, {}, never, ["*"], false, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaSuffixComponent, "kendo-textarea-suffix", ["kendoTextAreaSuffix"], { "flow": "flow"; "orientation": "orientation"; }, {}, never, ["*"], true, never>;
37
37
  }
@@ -295,5 +295,5 @@ export declare class TextAreaComponent extends TextFieldsBase implements Control
295
295
  private handleFlow;
296
296
  private setInputAttributes;
297
297
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
298
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "kendo-textarea", ["kendoTextArea"], { "focusableId": "focusableId"; "flow": "flow"; "inputAttributes": "inputAttributes"; "adornmentsOrientation": "adornmentsOrientation"; "rows": "rows"; "cols": "cols"; "maxlength": "maxlength"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "resizable": "resizable"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "showPrefixSeparator": "showPrefixSeparator"; "showSuffixSeparator": "showSuffixSeparator"; }, { "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; }, ["prefix", "suffix"], ["kendo-textarea-prefix", "kendo-textarea-suffix"], false, never>;
298
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "kendo-textarea", ["kendoTextArea"], { "focusableId": "focusableId"; "flow": "flow"; "inputAttributes": "inputAttributes"; "adornmentsOrientation": "adornmentsOrientation"; "rows": "rows"; "cols": "cols"; "maxlength": "maxlength"; "tabindex": "tabindex"; "tabIndex": "tabIndex"; "resizable": "resizable"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "showPrefixSeparator": "showPrefixSeparator"; "showSuffixSeparator": "showSuffixSeparator"; }, { "onFocus": "focus"; "onBlur": "blur"; "valueChange": "valueChange"; }, ["prefix", "suffix"], ["kendo-textarea-prefix", "kendo-textarea-suffix"], true, never>;
299
299
  }
@@ -4,14 +4,9 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import * as i0 from "@angular/core";
6
6
  import * as i1 from "./textarea/textarea.component";
7
- import * as i2 from "./textarea/textarea-prefix.component";
8
- import * as i3 from "./textarea/textarea-suffix.component";
9
- import * as i4 from "@angular/common";
10
- import * as i5 from "@progress/kendo-angular-common";
11
- import * as i6 from "./shared.module";
12
- import * as i7 from "./shared-events.module";
13
- import * as i8 from "./shared/input-separator.component";
14
- import * as i9 from "./shared/textarea.directive";
7
+ import * as i2 from "./shared/textarea.directive";
8
+ import * as i3 from "./textarea/textarea-prefix.component";
9
+ import * as i4 from "./textarea/textarea-suffix.component";
15
10
  /**
16
11
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
17
12
  * definition for the TextArea component.
@@ -45,6 +40,6 @@ import * as i9 from "./shared/textarea.directive";
45
40
  */
46
41
  export declare class TextAreaModule {
47
42
  static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
48
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextAreaComponent, typeof i2.TextAreaPrefixComponent, typeof i3.TextAreaSuffixComponent], [typeof i4.CommonModule, typeof i5.EventsModule, typeof i6.SharedModule, typeof i5.AdornmentsModule, typeof i7.SharedEventsModule], [typeof i1.TextAreaComponent, typeof i5.EventsModule, typeof i2.TextAreaPrefixComponent, typeof i3.TextAreaSuffixComponent, typeof i5.AdornmentsModule, typeof i8.InputSeparatorComponent, typeof i9.TextAreaDirective]>;
43
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, never, [typeof i1.TextAreaComponent, typeof i2.TextAreaDirective, typeof i3.TextAreaPrefixComponent, typeof i4.TextAreaSuffixComponent], [typeof i1.TextAreaComponent, typeof i2.TextAreaDirective, typeof i3.TextAreaPrefixComponent, typeof i4.TextAreaSuffixComponent]>;
49
44
  static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaModule>;
50
45
  }
@@ -13,5 +13,5 @@ export declare class TextBoxCustomMessagesComponent extends TextBoxMessages {
13
13
  constructor(service: LocalizationService);
14
14
  protected get override(): boolean;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxCustomMessagesComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxCustomMessagesComponent, "kendo-textbox-messages", never, {}, {}, never, never, false, never>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxCustomMessagesComponent, "kendo-textbox-messages", never, {}, {}, never, never, true, never>;
17
17
  }
@@ -12,5 +12,5 @@ export declare class LocalizedTextBoxMessagesDirective extends TextBoxMessages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedTextBoxMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTextBoxMessagesDirective, "[kendoTextBoxLocalizedMessages]", never, {}, {}, never, never, false, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTextBoxMessagesDirective, "[kendoTextBoxLocalizedMessages]", never, {}, {}, never, never, true, never>;
16
16
  }
@@ -33,5 +33,5 @@ export declare class TextBoxPrefixTemplateDirective {
33
33
  private _showSeparator;
34
34
  constructor(templateRef: TemplateRef<any>);
35
35
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxPrefixTemplateDirective, [{ optional: true; }]>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextBoxPrefixTemplateDirective, "[kendoTextBoxPrefixTemplate]", never, { "showSeparator": "showSeparator"; }, {}, never, never, false, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextBoxPrefixTemplateDirective, "[kendoTextBoxPrefixTemplate]", never, { "showSeparator": "showSeparator"; }, {}, never, never, true, never>;
37
37
  }
@@ -32,5 +32,5 @@ export declare class TextBoxSuffixTemplateDirective {
32
32
  private _showSeparator;
33
33
  constructor(templateRef: TemplateRef<any>);
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxSuffixTemplateDirective, [{ optional: true; }]>;
35
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextBoxSuffixTemplateDirective, "[kendoTextBoxSuffixTemplate]", never, { "showSeparator": "showSeparator"; }, {}, never, never, false, never>;
35
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextBoxSuffixTemplateDirective, "[kendoTextBoxSuffixTemplate]", never, { "showSeparator": "showSeparator"; }, {}, never, never, true, never>;
36
36
  }
@@ -428,5 +428,5 @@ export declare class TextBoxComponent implements ControlValueAccessor {
428
428
  private configureAdornments;
429
429
  private setInputAttributes;
430
430
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
431
- static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "kendo-textbox", ["kendoTextBox"], { "focusableId": "focusableId"; "title": "title"; "type": "type"; "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "value": "value"; "selectOnFocus": "selectOnFocus"; "showSuccessIcon": "showSuccessIcon"; "showErrorIcon": "showErrorIcon"; "clearButton": "clearButton"; "successIcon": "successIcon"; "successSvgIcon": "successSvgIcon"; "errorIcon": "errorIcon"; "errorSvgIcon": "errorSvgIcon"; "clearButtonIcon": "clearButtonIcon"; "clearButtonSvgIcon": "clearButtonSvgIcon"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "tabIndex": "tabIndex"; "placeholder": "placeholder"; "maxlength": "maxlength"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "onFocus": "focus"; "onBlur": "blur"; }, ["suffixTemplate", "prefixTemplate", "textBoxSuffixTemplate", "textBoxPrefixTemplate"], never, false, never>;
431
+ static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "kendo-textbox", ["kendoTextBox"], { "focusableId": "focusableId"; "title": "title"; "type": "type"; "disabled": "disabled"; "readonly": "readonly"; "tabindex": "tabindex"; "value": "value"; "selectOnFocus": "selectOnFocus"; "showSuccessIcon": "showSuccessIcon"; "showErrorIcon": "showErrorIcon"; "clearButton": "clearButton"; "successIcon": "successIcon"; "successSvgIcon": "successSvgIcon"; "errorIcon": "errorIcon"; "errorSvgIcon": "errorSvgIcon"; "clearButtonIcon": "clearButtonIcon"; "clearButtonSvgIcon": "clearButtonSvgIcon"; "size": "size"; "rounded": "rounded"; "fillMode": "fillMode"; "tabIndex": "tabIndex"; "placeholder": "placeholder"; "maxlength": "maxlength"; "inputAttributes": "inputAttributes"; }, { "valueChange": "valueChange"; "inputFocus": "inputFocus"; "inputBlur": "inputBlur"; "onFocus": "focus"; "onBlur": "blur"; }, ["suffixTemplate", "prefixTemplate", "textBoxSuffixTemplate", "textBoxPrefixTemplate"], never, true, never>;
432
432
  }
@@ -55,5 +55,5 @@ export declare class TextBoxDirective implements AfterViewInit, OnDestroy {
55
55
  ngAfterViewInit(): void;
56
56
  ngOnDestroy(): void;
57
57
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxDirective, never>;
58
- static ɵdir: i0.ɵɵDirectiveDeclaration<TextBoxDirective, "input[kendoTextBox]", never, { "value": "value"; }, {}, never, never, false, never>;
58
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TextBoxDirective, "input[kendoTextBox]", never, { "value": "value"; }, {}, never, never, true, never>;
59
59
  }
@@ -5,17 +5,10 @@
5
5
  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
- import * as i3 from "./textbox/textbox-suffix.directive";
9
- import * as i4 from "./textbox/textbox-prefix.directive";
10
- import * as i5 from "./textbox/localization/custom-messages.component";
11
- import * as i6 from "./textbox/localization/localized-textbox-messages.directive";
12
- import * as i7 from "@angular/common";
13
- import * as i8 from "@progress/kendo-angular-common";
14
- import * as i9 from "./shared.module";
15
- import * as i10 from "@progress/kendo-angular-icons";
16
- import * as i11 from "./shared-events.module";
17
- import * as i12 from "./shared/input-separator.component";
18
- import * as i13 from "./shared/textarea.directive";
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";
19
12
  /**
20
13
  * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
21
14
  * definition for the TextBox directive.
@@ -49,6 +42,6 @@ import * as i13 from "./shared/textarea.directive";
49
42
  */
50
43
  export declare class TextBoxModule {
51
44
  static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
52
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.TextBoxSuffixTemplateDirective, typeof i4.TextBoxPrefixTemplateDirective, typeof i5.TextBoxCustomMessagesComponent, typeof i6.LocalizedTextBoxMessagesDirective], [typeof i7.CommonModule, typeof i8.EventsModule, typeof i9.SharedModule, typeof i10.IconsModule, typeof i8.AdornmentsModule, typeof i11.SharedEventsModule], [typeof i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.TextBoxSuffixTemplateDirective, typeof i4.TextBoxPrefixTemplateDirective, typeof i8.EventsModule, typeof i5.TextBoxCustomMessagesComponent, typeof i6.LocalizedTextBoxMessagesDirective, typeof i8.AdornmentsModule, typeof i12.InputSeparatorComponent, typeof i13.TextAreaDirective]>;
45
+ 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 i1.TextBoxDirective, typeof i2.TextBoxComponent, typeof i3.InputSeparatorComponent, typeof i4.TextBoxSuffixTemplateDirective, typeof i5.TextBoxPrefixTemplateDirective, typeof i6.TextBoxCustomMessagesComponent]>;
53
46
  static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
54
47
  }
@@ -1,18 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { ElementRef, NgZone, AfterContentInit } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export declare class FocusOnDomReadyDirective implements AfterContentInit {
11
- private host;
12
- private ngZone;
13
- constructor(host: ElementRef, ngZone: NgZone);
14
- ngAfterContentInit(): void;
15
- focusOnNextTick(): void;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<FocusOnDomReadyDirective, never>;
17
- static ɵdir: i0.ɵɵDirectiveDeclaration<FocusOnDomReadyDirective, "[kendoFocusOnDomReady]", never, {}, {}, never, never, false, never>;
18
- }
@@ -1,29 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { Directive, ElementRef, NgZone } from '@angular/core';
6
- import * as i0 from "@angular/core";
7
- /**
8
- * @hidden
9
- */
10
- export class FocusOnDomReadyDirective {
11
- constructor(host, ngZone) {
12
- this.host = host;
13
- this.ngZone = ngZone;
14
- }
15
- ngAfterContentInit() {
16
- this.focusOnNextTick();
17
- }
18
- focusOnNextTick() {
19
- this.ngZone.runOutsideAngular(() => setTimeout(() => this.host.nativeElement.focus()));
20
- }
21
- }
22
- FocusOnDomReadyDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusOnDomReadyDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
23
- FocusOnDomReadyDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: FocusOnDomReadyDirective, selector: "[kendoFocusOnDomReady]", ngImport: i0 });
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: FocusOnDomReadyDirective, decorators: [{
25
- type: Directive,
26
- args: [{
27
- selector: '[kendoFocusOnDomReady]'
28
- }]
29
- }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }]; } });
@@ -1,22 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { NgModule } from '@angular/core';
6
- import { SharedInputEventsDirective } from './shared/shared-events.directive';
7
- import * as i0 from "@angular/core";
8
- /**
9
- * @hidden
10
- */
11
- export class SharedEventsModule {
12
- }
13
- SharedEventsModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
14
- SharedEventsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule, declarations: [SharedInputEventsDirective], exports: [SharedInputEventsDirective] });
15
- SharedEventsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule });
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SharedEventsModule, decorators: [{
17
- type: NgModule,
18
- args: [{
19
- declarations: [SharedInputEventsDirective],
20
- exports: [SharedInputEventsDirective],
21
- }]
22
- }] });
@@ -1,42 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
3
- * Licensed under commercial license. See LICENSE.md in the project root for more information
4
- *-------------------------------------------------------------------------------------------*/
5
- import { NgModule } from '@angular/core';
6
- import { CommonModule } from '@angular/common';
7
- import { SliderTicksComponent } from './slider-ticks.component';
8
- import { LabelTemplateDirective } from './label-template.directive';
9
- import { DraggableModule, EventsModule, ResizeSensorModule } from '@progress/kendo-angular-common';
10
- import * as i0 from "@angular/core";
11
- /**
12
- * @hidden
13
- */
14
- export class SlidersCommonModule {
15
- }
16
- SlidersCommonModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SlidersCommonModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- SlidersCommonModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: SlidersCommonModule, declarations: [SliderTicksComponent,
18
- LabelTemplateDirective], imports: [CommonModule, DraggableModule, EventsModule, ResizeSensorModule], exports: [LabelTemplateDirective,
19
- SliderTicksComponent,
20
- DraggableModule,
21
- EventsModule,
22
- ResizeSensorModule] });
23
- SlidersCommonModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SlidersCommonModule, imports: [CommonModule, DraggableModule, EventsModule, ResizeSensorModule, DraggableModule,
24
- EventsModule,
25
- ResizeSensorModule] });
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: SlidersCommonModule, decorators: [{
27
- type: NgModule,
28
- args: [{
29
- declarations: [
30
- SliderTicksComponent,
31
- LabelTemplateDirective
32
- ],
33
- exports: [
34
- LabelTemplateDirective,
35
- SliderTicksComponent,
36
- DraggableModule,
37
- EventsModule,
38
- ResizeSensorModule
39
- ],
40
- imports: [CommonModule, DraggableModule, EventsModule, ResizeSensorModule]
41
- }]
42
- }] });
@@ -1,14 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 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
- import * as i1 from "./shared/shared-events.directive";
7
- /**
8
- * @hidden
9
- */
10
- export declare class SharedEventsModule {
11
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedEventsModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedEventsModule, [typeof i1.SharedInputEventsDirective], never, [typeof i1.SharedInputEventsDirective]>;
13
- static ɵinj: i0.ɵɵInjectorDeclaration<SharedEventsModule>;
14
- }
@@ -1,17 +0,0 @@
1
- /**-----------------------------------------------------------------------------------------
2
- * Copyright © 2024 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
- import * as i1 from "./slider-ticks.component";
7
- import * as i2 from "./label-template.directive";
8
- import * as i3 from "@angular/common";
9
- import * as i4 from "@progress/kendo-angular-common";
10
- /**
11
- * @hidden
12
- */
13
- export declare class SlidersCommonModule {
14
- static ɵfac: i0.ɵɵFactoryDeclaration<SlidersCommonModule, never>;
15
- static ɵmod: i0.ɵɵNgModuleDeclaration<SlidersCommonModule, [typeof i1.SliderTicksComponent, typeof i2.LabelTemplateDirective], [typeof i3.CommonModule, typeof i4.DraggableModule, typeof i4.EventsModule, typeof i4.ResizeSensorModule], [typeof i2.LabelTemplateDirective, typeof i1.SliderTicksComponent, typeof i4.DraggableModule, typeof i4.EventsModule, typeof i4.ResizeSensorModule]>;
16
- static ɵinj: i0.ɵɵInjectorDeclaration<SlidersCommonModule>;
17
- }