@syncfusion/ej2-angular-inputs 24.2.9 → 25.1.35-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 (130) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1970 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1857 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1459 -0
  6. package/dist/ej2-angular-inputs.umd.js +2066 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +13 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +3 -3
  15. package/schematics/utils/lib-details.js +3 -3
  16. package/schematics/utils/lib-details.ts +3 -3
  17. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/index.d.ts +3 -0
  21. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  22. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  23. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  25. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  26. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  27. package/src/rating/rating-all.module.d.ts +0 -6
  28. package/src/rating/rating.component.d.ts +0 -3
  29. package/src/rating/rating.module.d.ts +0 -6
  30. package/src/signature/signature-all.module.d.ts +0 -6
  31. package/src/signature/signature.component.d.ts +0 -3
  32. package/src/signature/signature.module.d.ts +0 -6
  33. package/src/slider/slider-all.module.d.ts +0 -6
  34. package/src/slider/slider.component.d.ts +0 -3
  35. package/src/slider/slider.module.d.ts +0 -6
  36. package/src/textarea/textarea-all.module.d.ts +5 -0
  37. package/src/textarea/textarea.component.d.ts +41 -0
  38. package/src/textarea/textarea.module.d.ts +5 -0
  39. package/src/textbox/textbox-all.module.d.ts +0 -6
  40. package/src/textbox/textbox.component.d.ts +0 -3
  41. package/src/textbox/textbox.module.d.ts +0 -6
  42. package/src/uploader/files.directive.d.ts +0 -5
  43. package/src/uploader/uploader-all.module.d.ts +0 -6
  44. package/src/uploader/uploader.component.d.ts +0 -3
  45. package/src/uploader/uploader.module.d.ts +0 -7
  46. package/styles/bootstrap-dark.scss +1 -0
  47. package/styles/bootstrap.scss +1 -0
  48. package/styles/bootstrap4.scss +1 -0
  49. package/styles/bootstrap5-dark.scss +1 -0
  50. package/styles/bootstrap5.scss +1 -0
  51. package/styles/fabric-dark.scss +1 -0
  52. package/styles/fabric.scss +1 -0
  53. package/styles/fluent-dark.scss +1 -0
  54. package/styles/fluent.scss +1 -0
  55. package/styles/highcontrast-light.scss +1 -0
  56. package/styles/highcontrast.scss +1 -0
  57. package/styles/material-dark.scss +1 -0
  58. package/styles/material.scss +1 -0
  59. package/styles/material3-dark.scss +1 -0
  60. package/styles/material3.scss +1 -0
  61. package/styles/tailwind-dark.scss +1 -0
  62. package/styles/tailwind.scss +1 -0
  63. package/styles/textarea/bootstrap-dark.css +1 -0
  64. package/styles/textarea/bootstrap-dark.scss +1 -0
  65. package/styles/textarea/bootstrap.css +1 -0
  66. package/styles/textarea/bootstrap.scss +1 -0
  67. package/styles/textarea/bootstrap4.css +1 -0
  68. package/styles/textarea/bootstrap4.scss +1 -0
  69. package/styles/textarea/bootstrap5-dark.css +1 -0
  70. package/styles/textarea/bootstrap5-dark.scss +1 -0
  71. package/styles/textarea/bootstrap5.css +1 -0
  72. package/styles/textarea/bootstrap5.scss +1 -0
  73. package/styles/textarea/fabric-dark.css +1 -0
  74. package/styles/textarea/fabric-dark.scss +1 -0
  75. package/styles/textarea/fabric.css +1 -0
  76. package/styles/textarea/fabric.scss +1 -0
  77. package/styles/textarea/fluent-dark.css +1 -0
  78. package/styles/textarea/fluent-dark.scss +1 -0
  79. package/styles/textarea/fluent.css +1 -0
  80. package/styles/textarea/fluent.scss +1 -0
  81. package/styles/textarea/highcontrast-light.css +1 -0
  82. package/styles/textarea/highcontrast-light.scss +1 -0
  83. package/styles/textarea/highcontrast.css +1 -0
  84. package/styles/textarea/highcontrast.scss +1 -0
  85. package/styles/textarea/material-dark.css +1 -0
  86. package/styles/textarea/material-dark.scss +1 -0
  87. package/styles/textarea/material.css +1 -0
  88. package/styles/textarea/material.scss +1 -0
  89. package/styles/textarea/material3-dark.css +1 -0
  90. package/styles/textarea/material3-dark.scss +2 -0
  91. package/styles/textarea/material3.css +1 -0
  92. package/styles/textarea/material3.scss +2 -0
  93. package/styles/textarea/tailwind-dark.css +1 -0
  94. package/styles/textarea/tailwind-dark.scss +1 -0
  95. package/styles/textarea/tailwind.css +1 -0
  96. package/styles/textarea/tailwind.scss +1 -0
  97. package/esm2020/public_api.mjs +0 -3
  98. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  99. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  100. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  101. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  102. package/esm2020/src/index.mjs +0 -28
  103. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  104. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  105. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  106. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  107. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  108. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  109. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  110. package/esm2020/src/rating/rating.component.mjs +0 -109
  111. package/esm2020/src/rating/rating.module.mjs +0 -25
  112. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  113. package/esm2020/src/signature/signature.component.mjs +0 -84
  114. package/esm2020/src/signature/signature.module.mjs +0 -25
  115. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  116. package/esm2020/src/slider/slider.component.mjs +0 -84
  117. package/esm2020/src/slider/slider.module.mjs +0 -25
  118. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  119. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  120. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  121. package/esm2020/src/uploader/files.directive.mjs +0 -58
  122. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  123. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  124. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  125. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  126. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1245
  127. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  128. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1245
  129. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  130. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
package/src/index.d.ts CHANGED
@@ -1,6 +1,9 @@
1
1
  export { TextBoxComponent } from './textbox/textbox.component';
2
2
  export { TextBoxModule } from './textbox/textbox.module';
3
3
  export { TextBoxAllModule } from './textbox/textbox-all.module';
4
+ export { TextAreaComponent } from './textarea/textarea.component';
5
+ export { TextAreaModule } from './textarea/textarea.module';
6
+ export { TextAreaAllModule } from './textarea/textarea-all.module';
4
7
  export { NumericTextBoxComponent } from './numerictextbox/numerictextbox.component';
5
8
  export { NumericTextBoxModule } from './numerictextbox/numerictextbox.module';
6
9
  export { NumericTextBoxAllModule } from './numerictextbox/numerictextbox-all.module';
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./maskedtextbox.module";
4
1
  /**
5
2
  * NgModule definition for the MaskedTextBox component with providers.
6
3
  */
7
4
  export declare class MaskedTextBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MaskedTextBoxModule], [typeof i2.MaskedTextBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { MaskedTextBox } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -38,6 +37,4 @@ export declare class MaskedTextBoxComponent extends MaskedTextBox implements ICo
38
37
  ngAfterContentChecked(): void;
39
38
  registerEvents: (eventList: string[]) => void;
40
39
  addTwoWay: (propList: string[]) => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "ejs-maskedtextbox", never, { "cssClass": "cssClass"; "customCharacters": "customCharacters"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "mask": "mask"; "placeholder": "placeholder"; "promptChar": "promptChar"; "readonly": "readonly"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
43
40
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./maskedtextbox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the MaskedTextBox component.
6
3
  */
7
4
  export declare class MaskedTextBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof i2.CommonModule], [typeof i1.MaskedTextBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./numerictextbox.module";
4
1
  /**
5
2
  * NgModule definition for the NumericTextBox component with providers.
6
3
  */
7
4
  export declare class NumericTextBoxAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.NumericTextBoxModule], [typeof i2.NumericTextBoxModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { NumericTextBox } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -38,6 +37,4 @@ export declare class NumericTextBoxComponent extends NumericTextBox implements I
38
37
  ngAfterContentChecked(): void;
39
38
  registerEvents: (eventList: string[]) => void;
40
39
  addTwoWay: (propList: string[]) => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "ejs-numerictextbox", never, { "cssClass": "cssClass"; "currency": "currency"; "currencyCode": "currencyCode"; "decimals": "decimals"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "max": "max"; "min": "min"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showSpinButton": "showSpinButton"; "step": "step"; "strictMode": "strictMode"; "validateDecimalOnType": "validateDecimalOnType"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
43
40
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./numerictextbox.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the NumericTextBox component.
6
3
  */
7
4
  export declare class NumericTextBoxModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.NumericTextBoxComponent], [typeof i2.CommonModule], [typeof i1.NumericTextBoxComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./rating.module";
4
1
  /**
5
2
  * NgModule definition for the Rating component with providers.
6
3
  */
7
4
  export declare class RatingAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RatingAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RatingAllModule, never, [typeof i1.CommonModule, typeof i2.RatingModule], [typeof i2.RatingModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RatingAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Rating } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -84,6 +83,4 @@ export declare class RatingComponent extends Rating implements IComponentBase {
84
83
  ngAfterContentChecked(): void;
85
84
  registerEvents: (eventList: string[]) => void;
86
85
  addTwoWay: (propList: string[]) => void;
87
- static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
88
- static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "[ejs-rating]", never, { "allowReset": "allowReset"; "cssClass": "cssClass"; "disabled": "disabled"; "emptyTemplate": "emptyTemplate"; "enableAnimation": "enableAnimation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSingleSelection": "enableSingleSelection"; "fullTemplate": "fullTemplate"; "itemsCount": "itemsCount"; "labelPosition": "labelPosition"; "labelTemplate": "labelTemplate"; "locale": "locale"; "min": "min"; "precision": "precision"; "readOnly": "readOnly"; "showLabel": "showLabel"; "showTooltip": "showTooltip"; "tooltipTemplate": "tooltipTemplate"; "value": "value"; "visible": "visible"; }, { "focus": "focus"; "blur": "blur"; "beforeItemRender": "beforeItemRender"; "created": "created"; "onItemHover": "onItemHover"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, ["fullTemplate", "emptyTemplate", "tooltipTemplate", "labelTemplate"], never>;
89
86
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./rating.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the Rating component.
6
3
  */
7
4
  export declare class RatingModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, [typeof i1.RatingComponent], [typeof i2.CommonModule], [typeof i1.RatingComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./signature.module";
4
1
  /**
5
2
  * NgModule definition for the Signature component with providers.
6
3
  */
7
4
  export declare class SignatureAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SignatureAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureAllModule, never, [typeof i1.CommonModule, typeof i2.SignatureModule], [typeof i2.SignatureModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SignatureAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Signature } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -36,6 +35,4 @@ export declare class SignatureComponent extends Signature implements IComponentB
36
35
  ngAfterContentChecked(): void;
37
36
  registerEvents: (eventList: string[]) => void;
38
37
  addTwoWay: (propList: string[]) => void;
39
- static ɵfac: i0.ɵɵFactoryDeclaration<SignatureComponent, never>;
40
- static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "[ejs-signature]", never, { "backgroundColor": "backgroundColor"; "backgroundImage": "backgroundImage"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "isReadOnly": "isReadOnly"; "locale": "locale"; "maxStrokeWidth": "maxStrokeWidth"; "minStrokeWidth": "minStrokeWidth"; "saveWithBackground": "saveWithBackground"; "strokeColor": "strokeColor"; "velocity": "velocity"; }, { "focus": "focus"; "blur": "blur"; "beforeSave": "beforeSave"; "change": "change"; "created": "created"; }, never, never>;
41
38
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./signature.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the Signature component.
6
3
  */
7
4
  export declare class SignatureModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SignatureModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, [typeof i1.SignatureComponent], [typeof i2.CommonModule], [typeof i1.SignatureComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SignatureModule>;
11
5
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./slider.module";
4
1
  /**
5
2
  * NgModule definition for the Slider component with providers.
6
3
  */
7
4
  export declare class SliderAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SliderAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<SliderAllModule, never, [typeof i1.CommonModule, typeof i2.SliderModule], [typeof i2.SliderModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<SliderAllModule>;
11
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Slider } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -40,6 +39,4 @@ export declare class SliderComponent extends Slider implements IComponentBase {
40
39
  ngAfterContentChecked(): void;
41
40
  registerEvents: (eventList: string[]) => void;
42
41
  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
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
1
  /**
5
2
  * NgModule definition for the Slider component.
6
3
  */
7
4
  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
5
  }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * NgModule definition for the TextArea component with providers.
3
+ */
4
+ export declare class TextAreaAllModule {
5
+ }
@@ -0,0 +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
+ }
@@ -0,0 +1,5 @@
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
1
  /**
5
2
  * NgModule definition for the TextBox component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { TextBox } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -39,6 +38,4 @@ export declare class TextBoxComponent extends TextBox implements IComponentBase
39
38
  ngAfterContentChecked(): void;
40
39
  registerEvents: (eventList: string[]) => void;
41
40
  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
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
1
  /**
5
2
  * NgModule definition for the TextBox component.
6
3
  */
7
4
  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
5
  }
@@ -1,6 +1,5 @@
1
1
  import { ViewContainerRef } from '@angular/core';
2
2
  import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- import * as i0 from "@angular/core";
4
3
  /**
5
4
  * 'e-files' directive represent a file of angular uploader
6
5
  * It must be contained in a Uploader component(`ejs-uploader`).
@@ -32,8 +31,6 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
32
31
  */
33
32
  size: any;
34
33
  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
34
  }
38
35
  /**
39
36
  * UploadedFiles Array Directive
@@ -41,6 +38,4 @@ export declare class UploadedFilesDirective extends ComplexBase<UploadedFilesDir
41
38
  */
42
39
  export declare class FilesDirective extends ArrayBase<FilesDirective> {
43
40
  constructor();
44
- static ɵfac: i0.ɵɵFactoryDeclaration<FilesDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDirective, "ejs-uploader>e-files", never, {}, {}, ["children"]>;
46
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
1
  /**
5
2
  * NgModule definition for the Uploader component with providers.
6
3
  */
7
4
  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
5
  }
@@ -1,7 +1,6 @@
1
1
  import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
2
2
  import { IComponentBase } from '@syncfusion/ej2-angular-base';
3
3
  import { Uploader } from '@syncfusion/ej2-inputs';
4
- import * as i0 from "@angular/core";
5
4
  export declare const inputs: string[];
6
5
  export declare const outputs: string[];
7
6
  export declare const twoWays: string[];
@@ -64,6 +63,4 @@ export declare class UploaderComponent extends Uploader implements IComponentBas
64
63
  ngAfterContentChecked(): void;
65
64
  registerEvents: (eventList: string[]) => void;
66
65
  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
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
1
  /**
6
2
  * NgModule definition for the Uploader component.
7
3
  */
8
4
  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
5
  }
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/bootstrap-dark.scss';
5
5
  @import 'slider/bootstrap-dark.scss';
6
6
  @import 'textbox/bootstrap-dark.scss';
7
+ @import 'textarea/bootstrap-dark.scss';
7
8
  @import 'uploader/bootstrap-dark.scss';
8
9
  @import 'color-picker/bootstrap-dark.scss';
9
10
  @import 'rating/bootstrap-dark.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/bootstrap.scss';
5
5
  @import 'slider/bootstrap.scss';
6
6
  @import 'textbox/bootstrap.scss';
7
+ @import 'textarea/bootstrap.scss';
7
8
  @import 'uploader/bootstrap.scss';
8
9
  @import 'color-picker/bootstrap.scss';
9
10
  @import 'rating/bootstrap.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/bootstrap4.scss';
5
5
  @import 'slider/bootstrap4.scss';
6
6
  @import 'textbox/bootstrap4.scss';
7
+ @import 'textarea/bootstrap4.scss';
7
8
  @import 'uploader/bootstrap4.scss';
8
9
  @import 'color-picker/bootstrap4.scss';
9
10
  @import 'rating/bootstrap4.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/bootstrap5-dark.scss';
5
5
  @import 'slider/bootstrap5-dark.scss';
6
6
  @import 'textbox/bootstrap5-dark.scss';
7
+ @import 'textarea/bootstrap5-dark.scss';
7
8
  @import 'uploader/bootstrap5-dark.scss';
8
9
  @import 'color-picker/bootstrap5-dark.scss';
9
10
  @import 'rating/bootstrap5-dark.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/bootstrap5.scss';
5
5
  @import 'slider/bootstrap5.scss';
6
6
  @import 'textbox/bootstrap5.scss';
7
+ @import 'textarea/bootstrap5.scss';
7
8
  @import 'uploader/bootstrap5.scss';
8
9
  @import 'color-picker/bootstrap5.scss';
9
10
  @import 'rating/bootstrap5.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/fabric-dark.scss';
5
5
  @import 'slider/fabric-dark.scss';
6
6
  @import 'textbox/fabric-dark.scss';
7
+ @import 'textarea/fabric-dark.scss';
7
8
  @import 'uploader/fabric-dark.scss';
8
9
  @import 'color-picker/fabric-dark.scss';
9
10
  @import 'rating/fabric-dark.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/fabric.scss';
5
5
  @import 'slider/fabric.scss';
6
6
  @import 'textbox/fabric.scss';
7
+ @import 'textarea/fabric.scss';
7
8
  @import 'uploader/fabric.scss';
8
9
  @import 'color-picker/fabric.scss';
9
10
  @import 'rating/fabric.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/fluent-dark.scss';
5
5
  @import 'slider/fluent-dark.scss';
6
6
  @import 'textbox/fluent-dark.scss';
7
+ @import 'textarea/fluent-dark.scss';
7
8
  @import 'uploader/fluent-dark.scss';
8
9
  @import 'color-picker/fluent-dark.scss';
9
10
  @import 'rating/fluent-dark.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/fluent.scss';
5
5
  @import 'slider/fluent.scss';
6
6
  @import 'textbox/fluent.scss';
7
+ @import 'textarea/fluent.scss';
7
8
  @import 'uploader/fluent.scss';
8
9
  @import 'color-picker/fluent.scss';
9
10
  @import 'rating/fluent.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/highcontrast-light.scss';
5
5
  @import 'slider/highcontrast-light.scss';
6
6
  @import 'textbox/highcontrast-light.scss';
7
+ @import 'textarea/highcontrast-light.scss';
7
8
  @import 'uploader/highcontrast-light.scss';
8
9
  @import 'color-picker/highcontrast-light.scss';
9
10
  @import 'rating/highcontrast-light.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/highcontrast.scss';
5
5
  @import 'slider/highcontrast.scss';
6
6
  @import 'textbox/highcontrast.scss';
7
+ @import 'textarea/highcontrast.scss';
7
8
  @import 'uploader/highcontrast.scss';
8
9
  @import 'color-picker/highcontrast.scss';
9
10
  @import 'rating/highcontrast.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/material-dark.scss';
5
5
  @import 'slider/material-dark.scss';
6
6
  @import 'textbox/material-dark.scss';
7
+ @import 'textarea/material-dark.scss';
7
8
  @import 'uploader/material-dark.scss';
8
9
  @import 'color-picker/material-dark.scss';
9
10
  @import 'rating/material-dark.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/material.scss';
5
5
  @import 'slider/material.scss';
6
6
  @import 'textbox/material.scss';
7
+ @import 'textarea/material.scss';
7
8
  @import 'uploader/material.scss';
8
9
  @import 'color-picker/material.scss';
9
10
  @import 'rating/material.scss';
@@ -5,6 +5,7 @@
5
5
  @import 'maskedtextbox/material3-dark.scss';
6
6
  @import 'slider/material3-dark.scss';
7
7
  @import 'textbox/material3-dark.scss';
8
+ @import 'textarea/material3-dark.scss';
8
9
  @import 'uploader/material3-dark.scss';
9
10
  @import 'color-picker/material3-dark.scss';
10
11
  @import 'rating/material3-dark.scss';
@@ -5,6 +5,7 @@
5
5
  @import 'maskedtextbox/material3.scss';
6
6
  @import 'slider/material3.scss';
7
7
  @import 'textbox/material3.scss';
8
+ @import 'textarea/material3.scss';
8
9
  @import 'uploader/material3.scss';
9
10
  @import 'color-picker/material3.scss';
10
11
  @import 'rating/material3.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/tailwind-dark.scss';
5
5
  @import 'slider/tailwind-dark.scss';
6
6
  @import 'textbox/tailwind-dark.scss';
7
+ @import 'textarea/tailwind-dark.scss';
7
8
  @import 'uploader/tailwind-dark.scss';
8
9
  @import 'color-picker/tailwind-dark.scss';
9
10
  @import 'rating/tailwind-dark.scss';
@@ -4,6 +4,7 @@
4
4
  @import 'maskedtextbox/tailwind.scss';
5
5
  @import 'slider/tailwind.scss';
6
6
  @import 'textbox/tailwind.scss';
7
+ @import 'textarea/tailwind.scss';
7
8
  @import 'uploader/tailwind.scss';
8
9
  @import 'color-picker/tailwind.scss';
9
10
  @import 'rating/tailwind.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/bootstrap-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/bootstrap-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/bootstrap.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/bootstrap.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/bootstrap4.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/bootstrap4.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/bootstrap5-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/bootstrap5-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/bootstrap5.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/bootstrap5.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/fabric-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/fabric-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/fabric.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/fabric.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/fluent-dark.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/fluent-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/fluent.css';
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/textarea/fluent.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/textarea/highcontrast-light.css';