@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,46 +1,41 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * 'e-files' directive represent a file of angular uploader
6
- * It must be contained in a Uploader component(`ejs-uploader`).
7
- * ```html
8
- * <ejs-uploader id='fileupload' multiple=true>
9
- * <e-files>
10
- * <e-file name='Java' size=23000 type='pdf'></e-file>
11
- * <e-file name='C++' size=30000 type='.docx'></e-file>
12
- * </e-files>
13
- * </ejs-uploader>
14
- * ```
15
- */
16
- export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Specifies the type of the file
21
- * @default ''
22
- */
23
- type: any;
24
- /**
25
- * Specifies the name of the file
26
- * @default ''
27
- */
28
- name: any;
29
- /**
30
- * Specifies the size of the file
31
- * @default null
32
- */
33
- size: any;
34
- constructor(viewContainerRef: ViewContainerRef);
35
- static ɵfac: i0.ɵɵFactoryDeclaration<UploadedFilesDirective, never>;
36
- static ɵdir: i0.ɵɵDirectiveDeclaration<UploadedFilesDirective, "e-files>e-uploadedfiles", never, { "name": "name"; "size": "size"; "type": "type"; }, {}, never>;
37
- }
38
- /**
39
- * UploadedFiles Array Directive
40
- * @private
41
- */
42
- export declare class FilesDirective extends ArrayBase<FilesDirective> {
43
- constructor();
44
- static ɵfac: i0.ɵɵFactoryDeclaration<FilesDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDirective, "ejs-uploader>e-files", never, {}, {}, ["children"]>;
46
- }
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,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./uploader.module";
4
- /**
5
- * NgModule definition for the Uploader component with providers.
6
- */
7
- export declare class UploaderAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<UploaderAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderAllModule, never, [typeof i1.CommonModule, typeof i2.UploaderModule], [typeof i2.UploaderModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<UploaderAllModule>;
11
- }
1
+ /**
2
+ * NgModule definition for the Uploader component with providers.
3
+ */
4
+ export declare class UploaderAllModule {
5
+ }
@@ -1,69 +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
- 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 Uploader Component.
10
- * ```html
11
- * <ejs-uploader></ejs-uploader>
12
- * ```
13
- */
14
- export declare class UploaderComponent extends Uploader 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
- actionComplete: any;
24
- beforeRemove: any;
25
- beforeUpload: any;
26
- canceling: any;
27
- change: any;
28
- chunkFailure: any;
29
- chunkSuccess: any;
30
- chunkUploading: any;
31
- clearing: any;
32
- created: any;
33
- failure: any;
34
- fileListRendering: any;
35
- pausing: any;
36
- progress: any;
37
- removing: any;
38
- rendering: any;
39
- resuming: any;
40
- selected: any;
41
- success: any;
42
- uploading: any;
43
- childFiles: any;
44
- tags: string[];
45
- /**
46
- * Specifies the HTML string that used to customize the content of each file in the list.
47
- *
48
- * > For more information, refer to the [template](../../uploader/template/) section from the documentation.
49
- *
50
- * @default null
51
- * @asptype string
52
- */
53
- template: any;
54
- focus: any;
55
- blur: any;
56
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector, cdr: ChangeDetectorRef);
57
- registerOnChange(registerFunction: (_: any) => void): void;
58
- registerOnTouched(registerFunction: () => void): void;
59
- writeValue(value: any): void;
60
- setDisabledState(disabled: boolean): void;
61
- ngOnInit(): void;
62
- ngAfterViewInit(): void;
63
- ngOnDestroy(): void;
64
- ngAfterContentChecked(): void;
65
- registerEvents: (eventList: string[]) => void;
66
- addTwoWay: (propList: string[]) => void;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "ejs-uploader", never, { "allowedExtensions": "allowedExtensions"; "asyncSettings": "asyncSettings"; "autoUpload": "autoUpload"; "buttons": "buttons"; "cssClass": "cssClass"; "directoryUpload": "directoryUpload"; "dropArea": "dropArea"; "dropEffect": "dropEffect"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "files": "files"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxFileSize": "maxFileSize"; "minFileSize": "minFileSize"; "multiple": "multiple"; "sequentialUpload": "sequentialUpload"; "showFileList": "showFileList"; "template": "template"; }, { "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; "beforeRemove": "beforeRemove"; "beforeUpload": "beforeUpload"; "canceling": "canceling"; "change": "change"; "chunkFailure": "chunkFailure"; "chunkSuccess": "chunkSuccess"; "chunkUploading": "chunkUploading"; "clearing": "clearing"; "created": "created"; "failure": "failure"; "fileListRendering": "fileListRendering"; "pausing": "pausing"; "progress": "progress"; "removing": "removing"; "rendering": "rendering"; "resuming": "resuming"; "selected": "selected"; "success": "success"; "uploading": "uploading"; }, ["template", "childFiles"], never>;
69
- }
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,12 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./uploader.component";
3
- import * as i2 from "./files.directive";
4
- import * as i3 from "@angular/common";
5
- /**
6
- * NgModule definition for the Uploader component.
7
- */
8
- export declare class UploaderModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective], [typeof i3.CommonModule], [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<UploaderModule>;
12
- }
1
+ /**
2
+ * NgModule definition for the Uploader component.
3
+ */
4
+ export declare class UploaderModule {
5
+ }