@syncfusion/ej2-angular-inputs 31.2.15 → 32.1.19-ngcc

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 (103) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2469 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +2323 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +3 -11
  7. package/dist/ej2-angular-inputs.umd.js +2578 -0
  8. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  9. package/dist/ej2-angular-inputs.umd.min.js +2 -0
  10. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  11. package/ej2-angular-inputs.d.ts +16 -0
  12. package/ej2-angular-inputs.metadata.json +1 -0
  13. package/package.json +48 -30
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.d.ts +2 -2
  16. package/schematics/utils/lib-details.js +2 -2
  17. package/schematics/utils/lib-details.ts +2 -2
  18. package/src/color-picker/colorpicker-all.module.d.ts +5 -11
  19. package/src/color-picker/colorpicker.component.d.ts +45 -48
  20. package/src/color-picker/colorpicker.module.d.ts +5 -11
  21. package/src/form-validator/form-validator.d.ts +36 -36
  22. package/src/index.d.ts +39 -39
  23. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +5 -11
  24. package/src/maskedtextbox/maskedtextbox.component.d.ts +40 -43
  25. package/src/maskedtextbox/maskedtextbox.module.d.ts +5 -11
  26. package/src/numerictextbox/numerictextbox-all.module.d.ts +5 -11
  27. package/src/numerictextbox/numerictextbox.component.d.ts +40 -43
  28. package/src/numerictextbox/numerictextbox.module.d.ts +5 -11
  29. package/src/otp-input/otpinput-all.module.d.ts +5 -11
  30. package/src/otp-input/otpinput.component.d.ts +40 -43
  31. package/src/otp-input/otpinput.module.d.ts +5 -11
  32. package/src/rating/rating-all.module.d.ts +5 -11
  33. package/src/rating/rating.component.d.ts +86 -89
  34. package/src/rating/rating.module.d.ts +5 -11
  35. package/src/signature/signature-all.module.d.ts +5 -11
  36. package/src/signature/signature.component.d.ts +38 -41
  37. package/src/signature/signature.module.d.ts +5 -11
  38. package/src/slider/slider-all.module.d.ts +5 -11
  39. package/src/slider/slider.component.d.ts +42 -45
  40. package/src/slider/slider.module.d.ts +5 -11
  41. package/src/smart-textarea/smarttextarea-all.module.d.ts +5 -11
  42. package/src/smart-textarea/smarttextarea.component.d.ts +41 -44
  43. package/src/smart-textarea/smarttextarea.module.d.ts +5 -11
  44. package/src/speech-to-text/speechtotext-all.module.d.ts +5 -11
  45. package/src/speech-to-text/speechtotext.component.d.ts +33 -36
  46. package/src/speech-to-text/speechtotext.module.d.ts +5 -11
  47. package/src/textarea/textarea-all.module.d.ts +5 -11
  48. package/src/textarea/textarea.component.d.ts +41 -44
  49. package/src/textarea/textarea.module.d.ts +5 -11
  50. package/src/textbox/textbox-all.module.d.ts +5 -11
  51. package/src/textbox/textbox.component.d.ts +41 -44
  52. package/src/textbox/textbox.module.d.ts +5 -11
  53. package/src/uploader/files.directive.d.ts +41 -46
  54. package/src/uploader/uploader-all.module.d.ts +5 -11
  55. package/src/uploader/uploader.component.d.ts +66 -69
  56. package/src/uploader/uploader.module.d.ts +5 -12
  57. package/CHANGELOG.md +0 -1622
  58. package/esm2020/public_api.mjs +0 -2
  59. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  60. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  61. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  62. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  63. package/esm2020/src/index.mjs +0 -40
  64. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  65. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  66. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  67. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  68. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  69. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  70. package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
  71. package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
  72. package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
  73. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  74. package/esm2020/src/rating/rating.component.mjs +0 -109
  75. package/esm2020/src/rating/rating.module.mjs +0 -25
  76. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  77. package/esm2020/src/signature/signature.component.mjs +0 -84
  78. package/esm2020/src/signature/signature.module.mjs +0 -25
  79. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  80. package/esm2020/src/slider/slider.component.mjs +0 -84
  81. package/esm2020/src/slider/slider.module.mjs +0 -25
  82. package/esm2020/src/smart-textarea/smarttextarea-all.module.mjs +0 -23
  83. package/esm2020/src/smart-textarea/smarttextarea.component.mjs +0 -85
  84. package/esm2020/src/smart-textarea/smarttextarea.module.mjs +0 -25
  85. package/esm2020/src/speech-to-text/speechtotext-all.module.mjs +0 -23
  86. package/esm2020/src/speech-to-text/speechtotext.component.mjs +0 -59
  87. package/esm2020/src/speech-to-text/speechtotext.module.mjs +0 -25
  88. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  89. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  90. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  91. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  92. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  93. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  94. package/esm2020/src/uploader/files.directive.mjs +0 -58
  95. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  96. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  97. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  98. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  99. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1690
  100. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  101. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1690
  102. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  103. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -1,45 +1,42 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Slider } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the EJ2 Angular Slider Component.
10
- * ```html
11
- * <ejs-slider [value]='value'></ejs-slider>
12
- * ```
13
- */
14
- export declare class SliderComponent extends Slider implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- change: any;
24
- changed: any;
25
- created: any;
26
- renderedTicks: any;
27
- renderingTicks: any;
28
- tooltipChange: any;
29
- valueChange: any;
30
- focus: any;
31
- blur: any;
32
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
33
- registerOnChange(registerFunction: (_: any) => void): void;
34
- registerOnTouched(registerFunction: () => void): void;
35
- writeValue(value: any): void;
36
- setDisabledState(disabled: boolean): void;
37
- ngOnInit(): void;
38
- ngAfterViewInit(): void;
39
- ngOnDestroy(): void;
40
- ngAfterContentChecked(): void;
41
- registerEvents: (eventList: string[]) => void;
42
- addTwoWay: (propList: string[]) => void;
43
- static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
44
- static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ejs-slider", never, { "colorRange": "colorRange"; "cssClass": "cssClass"; "customValues": "customValues"; "enableAnimation": "enableAnimation"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "limits": "limits"; "locale": "locale"; "max": "max"; "min": "min"; "orientation": "orientation"; "readonly": "readonly"; "showButtons": "showButtons"; "step": "step"; "ticks": "ticks"; "tooltip": "tooltip"; "type": "type"; "value": "value"; "width": "width"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "changed": "changed"; "created": "created"; "renderedTicks": "renderedTicks"; "renderingTicks": "renderingTicks"; "tooltipChange": "tooltipChange"; "valueChange": "valueChange"; }, never, never>;
45
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Slider } from '@syncfusion/ej2-inputs';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the EJ2 Angular Slider Component.
9
+ * ```html
10
+ * <ejs-slider [value]='value'></ejs-slider>
11
+ * ```
12
+ */
13
+ export declare class SliderComponent extends Slider implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ change: any;
23
+ changed: any;
24
+ created: any;
25
+ renderedTicks: any;
26
+ renderingTicks: any;
27
+ tooltipChange: any;
28
+ valueChange: any;
29
+ focus: any;
30
+ blur: any;
31
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
32
+ registerOnChange(registerFunction: (_: any) => void): void;
33
+ registerOnTouched(registerFunction: () => void): void;
34
+ writeValue(value: any): void;
35
+ setDisabledState(disabled: boolean): void;
36
+ ngOnInit(): void;
37
+ ngAfterViewInit(): void;
38
+ ngOnDestroy(): void;
39
+ ngAfterContentChecked(): void;
40
+ registerEvents: (eventList: string[]) => void;
41
+ addTwoWay: (propList: string[]) => void;
42
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./slider.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the Slider component.
6
- */
7
- export declare class SliderModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule], [typeof i1.SliderComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the Slider component.
3
+ */
4
+ export declare class SliderModule {
5
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./smarttextarea.module";
4
- /**
5
- * NgModule definition for the SmartTextArea component with providers.
6
- */
7
- export declare class SmartTextAreaAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartTextAreaAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTextAreaAllModule, never, [typeof i1.CommonModule, typeof i2.SmartTextAreaModule], [typeof i2.SmartTextAreaModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SmartTextAreaAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the SmartTextArea component with providers.
3
+ */
4
+ export declare class SmartTextAreaAllModule {
5
+ }
@@ -1,44 +1,41 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { SmartTextArea } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the Angular Smart TextArea Component.
10
- * ```html
11
- * <ejs-smarttextarea></ejs-smarttextarea>
12
- * ```
13
- */
14
- export declare class SmartTextAreaComponent extends SmartTextArea implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- blur: any;
24
- change: any;
25
- created: any;
26
- destroyed: any;
27
- focus: any;
28
- input: any;
29
- valueChange: any;
30
- private skipFromEvent;
31
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
32
- registerOnChange(registerFunction: (_: any) => void): void;
33
- registerOnTouched(registerFunction: () => void): void;
34
- writeValue(value: any): void;
35
- setDisabledState(disabled: boolean): void;
36
- ngOnInit(): void;
37
- ngAfterViewInit(): void;
38
- ngOnDestroy(): void;
39
- ngAfterContentChecked(): void;
40
- registerEvents: (eventList: string[]) => void;
41
- addTwoWay: (propList: string[]) => void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartTextAreaComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<SmartTextAreaComponent, "ejs-smarttextarea", never, { "UserPhrases": "UserPhrases"; "aiSuggestionHandler": "aiSuggestionHandler"; "cols": "cols"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxLength": "maxLength"; "placeholder": "placeholder"; "readonly": "readonly"; "resizeMode": "resizeMode"; "rows": "rows"; "showClearButton": "showClearButton"; "showSuggestionOnPopup": "showSuggestionOnPopup"; "userRole": "userRole"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
44
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { SmartTextArea } from '@syncfusion/ej2-inputs';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the Angular Smart TextArea Component.
9
+ * ```html
10
+ * <ejs-smarttextarea></ejs-smarttextarea>
11
+ * ```
12
+ */
13
+ export declare class SmartTextAreaComponent extends SmartTextArea implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ blur: any;
23
+ change: any;
24
+ created: any;
25
+ destroyed: any;
26
+ focus: any;
27
+ input: any;
28
+ valueChange: any;
29
+ private skipFromEvent;
30
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
31
+ registerOnChange(registerFunction: (_: any) => void): void;
32
+ registerOnTouched(registerFunction: () => void): void;
33
+ writeValue(value: any): void;
34
+ setDisabledState(disabled: boolean): void;
35
+ ngOnInit(): void;
36
+ ngAfterViewInit(): void;
37
+ ngOnDestroy(): void;
38
+ ngAfterContentChecked(): void;
39
+ registerEvents: (eventList: string[]) => void;
40
+ addTwoWay: (propList: string[]) => void;
41
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./smarttextarea.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the SmartTextArea component.
6
- */
7
- export declare class SmartTextAreaModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SmartTextAreaModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SmartTextAreaModule, [typeof i1.SmartTextAreaComponent], [typeof i2.CommonModule], [typeof i1.SmartTextAreaComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SmartTextAreaModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the SmartTextArea component.
3
+ */
4
+ export declare class SmartTextAreaModule {
5
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./speechtotext.module";
4
- /**
5
- * NgModule definition for the SpeechToText component with providers.
6
- */
7
- export declare class SpeechToTextAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SpeechToTextAllModule, never, [typeof i1.CommonModule, typeof i2.SpeechToTextModule], [typeof i2.SpeechToTextModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SpeechToTextAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the SpeechToText component with providers.
3
+ */
4
+ export declare class SpeechToTextAllModule {
5
+ }
@@ -1,36 +1,33 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { SpeechToText } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the EJ2 Angular SpeechToText Component.
10
- * ```html
11
- * <button ejs-speechtotext ></button>
12
- * ```
13
- */
14
- export declare class SpeechToTextComponent extends SpeechToText implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- containerContext: any;
20
- tagObjects: any;
21
- created: any;
22
- onError: any;
23
- onStart: any;
24
- onStop: any;
25
- transcriptChanged: any;
26
- transcriptChange: any;
27
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
28
- ngOnInit(): void;
29
- ngAfterViewInit(): void;
30
- ngOnDestroy(): void;
31
- ngAfterContentChecked(): void;
32
- registerEvents: (eventList: string[]) => void;
33
- addTwoWay: (propList: string[]) => void;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<SpeechToTextComponent, "[ejs-speechtotext]", never, { "allowInterimResults": "allowInterimResults"; "buttonSettings": "buttonSettings"; "cssClass": "cssClass"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "lang": "lang"; "listeningState": "listeningState"; "locale": "locale"; "showTooltip": "showTooltip"; "tooltipSettings": "tooltipSettings"; "transcript": "transcript"; }, { "created": "created"; "onError": "onError"; "onStart": "onStart"; "onStop": "onStop"; "transcriptChanged": "transcriptChanged"; "transcriptChange": "transcriptChange"; }, never, ["*"]>;
36
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { SpeechToText } from '@syncfusion/ej2-inputs';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the EJ2 Angular SpeechToText Component.
9
+ * ```html
10
+ * <button ejs-speechtotext ></button>
11
+ * ```
12
+ */
13
+ export declare class SpeechToTextComponent extends SpeechToText implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ containerContext: any;
19
+ tagObjects: any;
20
+ created: any;
21
+ onError: any;
22
+ onStart: any;
23
+ onStop: any;
24
+ transcriptChanged: any;
25
+ transcriptChange: any;
26
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
27
+ ngOnInit(): void;
28
+ ngAfterViewInit(): void;
29
+ ngOnDestroy(): void;
30
+ ngAfterContentChecked(): void;
31
+ registerEvents: (eventList: string[]) => void;
32
+ addTwoWay: (propList: string[]) => void;
33
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./speechtotext.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the SpeechToText component.
6
- */
7
- export declare class SpeechToTextModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SpeechToTextModule, [typeof i1.SpeechToTextComponent], [typeof i2.CommonModule], [typeof i1.SpeechToTextComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SpeechToTextModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the SpeechToText component.
3
+ */
4
+ export declare class SpeechToTextModule {
5
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./textarea.module";
4
- /**
5
- * NgModule definition for the TextArea component with providers.
6
- */
7
- export declare class TextAreaAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaAllModule, never, [typeof i1.CommonModule, typeof i2.TextAreaModule], [typeof i2.TextAreaModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the TextArea component with providers.
3
+ */
4
+ export declare class TextAreaAllModule {
5
+ }
@@ -1,44 +1,41 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { TextArea } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the EJ2 Angular TextArea Component.
10
- * ```html
11
- * <ejs-textarea [value]='value'></ejs-textarea>
12
- * ```
13
- */
14
- export declare class TextAreaComponent extends TextArea implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- blur: any;
24
- change: any;
25
- created: any;
26
- destroyed: any;
27
- focus: any;
28
- input: any;
29
- valueChange: any;
30
- private skipFromEvent;
31
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
32
- registerOnChange(registerFunction: (_: any) => void): void;
33
- registerOnTouched(registerFunction: () => void): void;
34
- writeValue(value: any): void;
35
- setDisabledState(disabled: boolean): void;
36
- ngOnInit(): void;
37
- ngAfterViewInit(): void;
38
- ngOnDestroy(): void;
39
- ngAfterContentChecked(): void;
40
- registerEvents: (eventList: string[]) => void;
41
- addTwoWay: (propList: string[]) => void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ejs-textarea", never, { "cols": "cols"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxLength": "maxLength"; "placeholder": "placeholder"; "readonly": "readonly"; "resizeMode": "resizeMode"; "rows": "rows"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
44
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { TextArea } from '@syncfusion/ej2-inputs';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the EJ2 Angular TextArea Component.
9
+ * ```html
10
+ * <ejs-textarea [value]='value'></ejs-textarea>
11
+ * ```
12
+ */
13
+ export declare class TextAreaComponent extends TextArea implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ blur: any;
23
+ change: any;
24
+ created: any;
25
+ destroyed: any;
26
+ focus: any;
27
+ input: any;
28
+ valueChange: any;
29
+ private skipFromEvent;
30
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
31
+ registerOnChange(registerFunction: (_: any) => void): void;
32
+ registerOnTouched(registerFunction: () => void): void;
33
+ writeValue(value: any): void;
34
+ setDisabledState(disabled: boolean): void;
35
+ ngOnInit(): void;
36
+ ngAfterViewInit(): void;
37
+ ngOnDestroy(): void;
38
+ ngAfterContentChecked(): void;
39
+ registerEvents: (eventList: string[]) => void;
40
+ addTwoWay: (propList: string[]) => void;
41
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./textarea.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the TextArea component.
6
- */
7
- export declare class TextAreaModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextAreaComponent], [typeof i2.CommonModule], [typeof i1.TextAreaComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the TextArea component.
3
+ */
4
+ export declare class TextAreaModule {
5
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./textbox.module";
4
- /**
5
- * NgModule definition for the TextBox component with providers.
6
- */
7
- export declare class TextBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.TextBoxModule], [typeof i2.TextBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the TextBox component with providers.
3
+ */
4
+ export declare class TextBoxAllModule {
5
+ }
@@ -1,44 +1,41 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { TextBox } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
- export declare const inputs: string[];
6
- export declare const outputs: string[];
7
- export declare const twoWays: string[];
8
- /**
9
- * Represents the EJ2 Angular TextBox Component.
10
- * ```html
11
- * <ejs-textbox [value]='value'></ejs-textbox>
12
- * ```
13
- */
14
- export declare class TextBoxComponent extends TextBox implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- private cdr;
20
- formCompContext: any;
21
- formContext: any;
22
- tagObjects: any;
23
- blur: any;
24
- change: any;
25
- created: any;
26
- destroyed: any;
27
- focus: any;
28
- input: any;
29
- valueChange: any;
30
- private skipFromEvent;
31
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
32
- registerOnChange(registerFunction: (_: any) => void): void;
33
- registerOnTouched(registerFunction: () => void): void;
34
- writeValue(value: any): void;
35
- setDisabledState(disabled: boolean): void;
36
- ngOnInit(): void;
37
- ngAfterViewInit(): void;
38
- ngOnDestroy(): void;
39
- ngAfterContentChecked(): void;
40
- registerEvents: (eventList: string[]) => void;
41
- addTwoWay: (propList: string[]) => void;
42
- static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
43
- static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "ejs-textbox", never, { "autocomplete": "autocomplete"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "multiline": "multiline"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "type": "type"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
44
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { TextBox } from '@syncfusion/ej2-inputs';
4
+ export declare const inputs: string[];
5
+ export declare const outputs: string[];
6
+ export declare const twoWays: string[];
7
+ /**
8
+ * Represents the EJ2 Angular TextBox Component.
9
+ * ```html
10
+ * <ejs-textbox [value]='value'></ejs-textbox>
11
+ * ```
12
+ */
13
+ export declare class TextBoxComponent extends TextBox implements IComponentBase {
14
+ private ngEle;
15
+ private srenderer;
16
+ private viewContainerRef;
17
+ private injector;
18
+ private cdr;
19
+ formCompContext: any;
20
+ formContext: any;
21
+ tagObjects: any;
22
+ blur: any;
23
+ change: any;
24
+ created: any;
25
+ destroyed: any;
26
+ focus: any;
27
+ input: any;
28
+ valueChange: any;
29
+ private skipFromEvent;
30
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
31
+ registerOnChange(registerFunction: (_: any) => void): void;
32
+ registerOnTouched(registerFunction: () => void): void;
33
+ writeValue(value: any): void;
34
+ setDisabledState(disabled: boolean): void;
35
+ ngOnInit(): void;
36
+ ngAfterViewInit(): void;
37
+ ngOnDestroy(): void;
38
+ ngAfterContentChecked(): void;
39
+ registerEvents: (eventList: string[]) => void;
40
+ addTwoWay: (propList: string[]) => void;
41
+ }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./textbox.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the TextBox component.
6
- */
7
- export declare class TextBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, [typeof i1.TextBoxComponent], [typeof i2.CommonModule], [typeof i1.TextBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the TextBox component.
3
+ */
4
+ export declare class TextBoxModule {
5
+ }