@syncfusion/ej2-angular-inputs 30.1.38-ngcc → 30.1.40-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 (50) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2468 -2468
  2. package/@syncfusion/ej2-angular-inputs.js +2236 -2236
  3. package/{license → LICENSE} +10 -10
  4. package/dist/ej2-angular-inputs.umd.js +2458 -2458
  5. package/dist/ej2-angular-inputs.umd.min.js +1 -1
  6. package/ej2-angular-inputs.d.ts +16 -16
  7. package/package.json +14 -45
  8. package/public_api.d.ts +1 -1
  9. package/schematics/utils/lib-details.d.ts +2 -2
  10. package/schematics/utils/lib-details.js +2 -2
  11. package/schematics/utils/lib-details.ts +4 -4
  12. package/src/color-picker/colorpicker-all.module.d.ts +5 -5
  13. package/src/color-picker/colorpicker.component.d.ts +45 -45
  14. package/src/color-picker/colorpicker.module.d.ts +5 -5
  15. package/src/form-validator/form-validator.d.ts +36 -36
  16. package/src/index.d.ts +39 -39
  17. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +5 -5
  18. package/src/maskedtextbox/maskedtextbox.component.d.ts +40 -40
  19. package/src/maskedtextbox/maskedtextbox.module.d.ts +5 -5
  20. package/src/numerictextbox/numerictextbox-all.module.d.ts +5 -5
  21. package/src/numerictextbox/numerictextbox.component.d.ts +40 -40
  22. package/src/numerictextbox/numerictextbox.module.d.ts +5 -5
  23. package/src/otp-input/otpinput-all.module.d.ts +5 -5
  24. package/src/otp-input/otpinput.component.d.ts +40 -40
  25. package/src/otp-input/otpinput.module.d.ts +5 -5
  26. package/src/rating/rating-all.module.d.ts +5 -5
  27. package/src/rating/rating.component.d.ts +86 -86
  28. package/src/rating/rating.module.d.ts +5 -5
  29. package/src/signature/signature-all.module.d.ts +5 -5
  30. package/src/signature/signature.component.d.ts +38 -38
  31. package/src/signature/signature.module.d.ts +5 -5
  32. package/src/slider/slider-all.module.d.ts +5 -5
  33. package/src/slider/slider.component.d.ts +42 -42
  34. package/src/slider/slider.module.d.ts +5 -5
  35. package/src/smart-textarea/smarttextarea-all.module.d.ts +5 -5
  36. package/src/smart-textarea/smarttextarea.component.d.ts +41 -41
  37. package/src/smart-textarea/smarttextarea.module.d.ts +5 -5
  38. package/src/speech-to-text/speechtotext-all.module.d.ts +5 -5
  39. package/src/speech-to-text/speechtotext.component.d.ts +33 -33
  40. package/src/speech-to-text/speechtotext.module.d.ts +5 -5
  41. package/src/textarea/textarea-all.module.d.ts +5 -5
  42. package/src/textarea/textarea.component.d.ts +41 -41
  43. package/src/textarea/textarea.module.d.ts +5 -5
  44. package/src/textbox/textbox-all.module.d.ts +5 -5
  45. package/src/textbox/textbox.component.d.ts +41 -41
  46. package/src/textbox/textbox.module.d.ts +5 -5
  47. package/src/uploader/files.directive.d.ts +41 -41
  48. package/src/uploader/uploader-all.module.d.ts +5 -5
  49. package/src/uploader/uploader.component.d.ts +66 -66
  50. package/src/uploader/uploader.module.d.ts +5 -5
@@ -1,33 +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
- 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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the SpeechToText component.
3
- */
4
- export declare class SpeechToTextModule {
5
- }
1
+ /**
2
+ * NgModule definition for the SpeechToText component.
3
+ */
4
+ export declare class SpeechToTextModule {
5
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the TextArea component with providers.
3
- */
4
- export declare class TextAreaAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the TextArea component with providers.
3
+ */
4
+ export declare class TextAreaAllModule {
5
+ }
@@ -1,41 +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
- 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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the TextArea component.
3
- */
4
- export declare class TextAreaModule {
5
- }
1
+ /**
2
+ * NgModule definition for the TextArea component.
3
+ */
4
+ export declare class TextAreaModule {
5
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the TextBox component with providers.
3
- */
4
- export declare class TextBoxAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the TextBox component with providers.
3
+ */
4
+ export declare class TextBoxAllModule {
5
+ }
@@ -1,41 +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
- 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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the TextBox component.
3
- */
4
- export declare class TextBoxModule {
5
- }
1
+ /**
2
+ * NgModule definition for the TextBox component.
3
+ */
4
+ export declare class TextBoxModule {
5
+ }
@@ -1,41 +1,41 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * 'e-files' directive represent a file of angular uploader
5
- * It must be contained in a Uploader component(`ejs-uploader`).
6
- * ```html
7
- * <ejs-uploader id='fileupload' multiple=true>
8
- * <e-files>
9
- * <e-file name='Java' size=23000 type='pdf'></e-file>
10
- * <e-file name='C++' size=30000 type='.docx'></e-file>
11
- * </e-files>
12
- * </ejs-uploader>
13
- * ```
14
- */
15
- export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDirective> {
16
- private viewContainerRef;
17
- directivePropList: any;
18
- /**
19
- * Specifies the type of the file
20
- * @default ''
21
- */
22
- type: any;
23
- /**
24
- * Specifies the name of the file
25
- * @default ''
26
- */
27
- name: any;
28
- /**
29
- * Specifies the size of the file
30
- * @default null
31
- */
32
- size: any;
33
- constructor(viewContainerRef: ViewContainerRef);
34
- }
35
- /**
36
- * UploadedFiles Array Directive
37
- * @private
38
- */
39
- export declare class FilesDirective extends ArrayBase<FilesDirective> {
40
- constructor();
41
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-files' directive represent a file of angular uploader
5
+ * It must be contained in a Uploader component(`ejs-uploader`).
6
+ * ```html
7
+ * <ejs-uploader id='fileupload' multiple=true>
8
+ * <e-files>
9
+ * <e-file name='Java' size=23000 type='pdf'></e-file>
10
+ * <e-file name='C++' size=30000 type='.docx'></e-file>
11
+ * </e-files>
12
+ * </ejs-uploader>
13
+ * ```
14
+ */
15
+ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Specifies the type of the file
20
+ * @default ''
21
+ */
22
+ type: any;
23
+ /**
24
+ * Specifies the name of the file
25
+ * @default ''
26
+ */
27
+ name: any;
28
+ /**
29
+ * Specifies the size of the file
30
+ * @default null
31
+ */
32
+ size: any;
33
+ constructor(viewContainerRef: ViewContainerRef);
34
+ }
35
+ /**
36
+ * UploadedFiles Array Directive
37
+ * @private
38
+ */
39
+ export declare class FilesDirective extends ArrayBase<FilesDirective> {
40
+ constructor();
41
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Uploader component with providers.
3
- */
4
- export declare class UploaderAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Uploader component with providers.
3
+ */
4
+ export declare class UploaderAllModule {
5
+ }
@@ -1,66 +1,66 @@
1
- import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
- import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
- import { Uploader } 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 Uploader Component.
9
- * ```html
10
- * <ejs-uploader></ejs-uploader>
11
- * ```
12
- */
13
- export declare class UploaderComponent extends Uploader 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
- actionComplete: any;
23
- beforeRemove: any;
24
- beforeUpload: any;
25
- canceling: any;
26
- change: any;
27
- chunkFailure: any;
28
- chunkSuccess: any;
29
- chunkUploading: any;
30
- clearing: any;
31
- created: any;
32
- failure: any;
33
- fileListRendering: any;
34
- pausing: any;
35
- progress: any;
36
- removing: any;
37
- rendering: any;
38
- resuming: any;
39
- selected: any;
40
- success: any;
41
- uploading: any;
42
- childFiles: any;
43
- tags: string[];
44
- /**
45
- * Specifies the HTML string that used to customize the content of each file in the list.
46
- *
47
- * > For more information, refer to the [template](../../uploader/template/) section from the documentation.
48
- *
49
- * @default null
50
- * @asptype string
51
- */
52
- template: any;
53
- focus: any;
54
- blur: any;
55
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
56
- registerOnChange(registerFunction: (_: any) => void): void;
57
- registerOnTouched(registerFunction: () => void): void;
58
- writeValue(value: any): void;
59
- setDisabledState(disabled: boolean): void;
60
- ngOnInit(): void;
61
- ngAfterViewInit(): void;
62
- ngOnDestroy(): void;
63
- ngAfterContentChecked(): void;
64
- registerEvents: (eventList: string[]) => void;
65
- addTwoWay: (propList: string[]) => void;
66
- }
1
+ import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
+ import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
+ import { Uploader } 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 Uploader Component.
9
+ * ```html
10
+ * <ejs-uploader></ejs-uploader>
11
+ * ```
12
+ */
13
+ export declare class UploaderComponent extends Uploader 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
+ actionComplete: any;
23
+ beforeRemove: any;
24
+ beforeUpload: any;
25
+ canceling: any;
26
+ change: any;
27
+ chunkFailure: any;
28
+ chunkSuccess: any;
29
+ chunkUploading: any;
30
+ clearing: any;
31
+ created: any;
32
+ failure: any;
33
+ fileListRendering: any;
34
+ pausing: any;
35
+ progress: any;
36
+ removing: any;
37
+ rendering: any;
38
+ resuming: any;
39
+ selected: any;
40
+ success: any;
41
+ uploading: any;
42
+ childFiles: any;
43
+ tags: string[];
44
+ /**
45
+ * Specifies the HTML string that used to customize the content of each file in the list.
46
+ *
47
+ * > For more information, refer to the [template](../../uploader/template/) section from the documentation.
48
+ *
49
+ * @default null
50
+ * @asptype string
51
+ */
52
+ template: any;
53
+ focus: any;
54
+ blur: any;
55
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
56
+ registerOnChange(registerFunction: (_: any) => void): void;
57
+ registerOnTouched(registerFunction: () => void): void;
58
+ writeValue(value: any): void;
59
+ setDisabledState(disabled: boolean): void;
60
+ ngOnInit(): void;
61
+ ngAfterViewInit(): void;
62
+ ngOnDestroy(): void;
63
+ ngAfterContentChecked(): void;
64
+ registerEvents: (eventList: string[]) => void;
65
+ addTwoWay: (propList: string[]) => void;
66
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Uploader component.
3
- */
4
- export declare class UploaderModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Uploader component.
3
+ */
4
+ export declare class UploaderModule {
5
+ }