@syncfusion/ej2-angular-inputs 26.1.42 → 26.2.4-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 (139) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2149 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +2025 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/dist/ej2-angular-inputs.umd.js +2252 -0
  6. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  7. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  8. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  9. package/ej2-angular-inputs.d.ts +14 -0
  10. package/ej2-angular-inputs.metadata.json +1 -0
  11. package/license +10 -0
  12. package/package.json +15 -29
  13. package/schematics/utils/lib-details.ts +2 -2
  14. package/src/color-picker/colorpicker-all.module.d.ts +0 -6
  15. package/src/color-picker/colorpicker.component.d.ts +0 -3
  16. package/src/color-picker/colorpicker.module.d.ts +0 -6
  17. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  18. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  19. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  20. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  21. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  22. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  23. package/src/otp-input/otpinput-all.module.d.ts +0 -6
  24. package/src/otp-input/otpinput.component.d.ts +0 -3
  25. package/src/otp-input/otpinput.module.d.ts +0 -6
  26. package/src/rating/rating-all.module.d.ts +0 -6
  27. package/src/rating/rating.component.d.ts +0 -3
  28. package/src/rating/rating.module.d.ts +0 -6
  29. package/src/signature/signature-all.module.d.ts +0 -6
  30. package/src/signature/signature.component.d.ts +0 -3
  31. package/src/signature/signature.module.d.ts +0 -6
  32. package/src/slider/slider-all.module.d.ts +0 -6
  33. package/src/slider/slider.component.d.ts +0 -3
  34. package/src/slider/slider.module.d.ts +0 -6
  35. package/src/textarea/textarea-all.module.d.ts +0 -6
  36. package/src/textarea/textarea.component.d.ts +0 -3
  37. package/src/textarea/textarea.module.d.ts +0 -6
  38. package/src/textbox/textbox-all.module.d.ts +0 -6
  39. package/src/textbox/textbox.component.d.ts +0 -3
  40. package/src/textbox/textbox.module.d.ts +0 -6
  41. package/src/uploader/files.directive.d.ts +0 -5
  42. package/src/uploader/uploader-all.module.d.ts +0 -6
  43. package/src/uploader/uploader.component.d.ts +0 -3
  44. package/src/uploader/uploader.module.d.ts +0 -7
  45. package/styles/bootstrap-dark.css +6 -2
  46. package/styles/bootstrap.css +6 -2
  47. package/styles/bootstrap4.css +6 -2
  48. package/styles/bootstrap5-dark.css +6 -2
  49. package/styles/bootstrap5.css +6 -2
  50. package/styles/fabric-dark.css +6 -2
  51. package/styles/fabric.css +6 -2
  52. package/styles/fluent-dark.css +9 -3
  53. package/styles/fluent.css +9 -3
  54. package/styles/fluent2.css +31 -17
  55. package/styles/highcontrast-light.css +6 -2
  56. package/styles/highcontrast.css +6 -2
  57. package/styles/input/bootstrap-dark.css +5 -1
  58. package/styles/input/bootstrap.css +5 -1
  59. package/styles/input/bootstrap4.css +5 -1
  60. package/styles/input/bootstrap5-dark.css +5 -1
  61. package/styles/input/bootstrap5.css +5 -1
  62. package/styles/input/fabric-dark.css +5 -1
  63. package/styles/input/fabric.css +5 -1
  64. package/styles/input/fluent-dark.css +8 -2
  65. package/styles/input/fluent.css +8 -2
  66. package/styles/input/fluent2.css +30 -16
  67. package/styles/input/highcontrast-light.css +5 -1
  68. package/styles/input/highcontrast.css +5 -1
  69. package/styles/input/material-dark.css +17 -13
  70. package/styles/input/material.css +17 -13
  71. package/styles/input/material3-dark.css +17 -13
  72. package/styles/input/material3.css +17 -13
  73. package/styles/input/tailwind-dark.css +5 -1
  74. package/styles/input/tailwind.css +5 -1
  75. package/styles/material-dark.css +18 -14
  76. package/styles/material.css +18 -14
  77. package/styles/material3-dark.css +18 -14
  78. package/styles/material3.css +18 -14
  79. package/styles/otp-input/bootstrap-dark.css +1 -1
  80. package/styles/otp-input/bootstrap.css +1 -1
  81. package/styles/otp-input/bootstrap4.css +1 -1
  82. package/styles/otp-input/bootstrap5-dark.css +1 -1
  83. package/styles/otp-input/bootstrap5.css +1 -1
  84. package/styles/otp-input/fabric-dark.css +1 -1
  85. package/styles/otp-input/fabric.css +1 -1
  86. package/styles/otp-input/fluent-dark.css +1 -1
  87. package/styles/otp-input/fluent.css +1 -1
  88. package/styles/otp-input/fluent2.css +1 -1
  89. package/styles/otp-input/highcontrast-light.css +1 -1
  90. package/styles/otp-input/highcontrast.css +1 -1
  91. package/styles/otp-input/material-dark.css +1 -1
  92. package/styles/otp-input/material.css +1 -1
  93. package/styles/otp-input/material3-dark.css +1 -1
  94. package/styles/otp-input/material3.css +1 -1
  95. package/styles/otp-input/tailwind-dark.css +1 -1
  96. package/styles/otp-input/tailwind.css +1 -1
  97. package/styles/tailwind-dark.css +6 -2
  98. package/styles/tailwind.css +6 -2
  99. package/CHANGELOG.md +0 -1547
  100. package/esm2020/public_api.mjs +0 -2
  101. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  102. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  103. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  104. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  105. package/esm2020/src/index.mjs +0 -34
  106. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  107. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  108. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  109. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  110. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  111. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  112. package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
  113. package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
  114. package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
  115. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  116. package/esm2020/src/rating/rating.component.mjs +0 -109
  117. package/esm2020/src/rating/rating.module.mjs +0 -25
  118. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  119. package/esm2020/src/signature/signature.component.mjs +0 -84
  120. package/esm2020/src/signature/signature.module.mjs +0 -25
  121. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  122. package/esm2020/src/slider/slider.component.mjs +0 -84
  123. package/esm2020/src/slider/slider.module.mjs +0 -25
  124. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  125. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  126. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  127. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  128. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  129. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  130. package/esm2020/src/uploader/files.directive.mjs +0 -58
  131. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  132. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  133. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  134. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  135. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1479
  136. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  137. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1479
  138. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  139. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -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 "./otpinput.module";
4
1
  /**
5
2
  * NgModule definition for the OtpInput component with providers.
6
3
  */
7
4
  export declare class OtpInputAllModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OtpInputAllModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OtpInputAllModule, never, [typeof i1.CommonModule, typeof i2.OtpInputModule], [typeof i2.OtpInputModule]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<OtpInputAllModule>;
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 { OtpInput } 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 OtpInputComponent extends OtpInput implements IComponentBas
38
37
  ngAfterContentChecked(): void;
39
38
  registerEvents: (eventList: string[]) => void;
40
39
  addTwoWay: (propList: string[]) => void;
41
- static ɵfac: i0.ɵɵFactoryDeclaration<OtpInputComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<OtpInputComponent, "[ejs-otpinput]", never, { "ariaLabels": "ariaLabels"; "cssClass": "cssClass"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "length": "length"; "locale": "locale"; "placeholder": "placeholder"; "separator": "separator"; "stylingMode": "stylingMode"; "type": "type"; "value": "value"; }, { "blur": "blur"; "created": "created"; "focus": "focus"; "input": "input"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, never, never>;
43
40
  }
@@ -1,11 +1,5 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./otpinput.component";
3
- import * as i2 from "@angular/common";
4
1
  /**
5
2
  * NgModule definition for the OtpInput component.
6
3
  */
7
4
  export declare class OtpInputModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OtpInputModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<OtpInputModule, [typeof i1.OtpInputComponent], [typeof i2.CommonModule], [typeof i1.OtpInputComponent]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<OtpInputModule>;
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
  }
@@ -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
1
  /**
5
2
  * NgModule definition for the TextArea component with providers.
6
3
  */
7
4
  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
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 { TextArea } 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 TextAreaComponent extends TextArea implements IComponentBas
39
38
  ngAfterContentChecked(): void;
40
39
  registerEvents: (eventList: string[]) => void;
41
40
  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
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
1
  /**
5
2
  * NgModule definition for the TextArea component.
6
3
  */
7
4
  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
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
  }
@@ -2055,7 +2055,11 @@ input.e-input,
2055
2055
  .e-input-group.e-input-focus input.e-input,
2056
2056
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2057
2057
  .e-float-input.e-control-wrapper.e-input-focus input,
2058
- .e-float-input.e-input-focus input,
2058
+ .e-float-input.e-input-focus input {
2059
+ padding-left: 12px;
2060
+ text-indent: 0;
2061
+ }
2062
+
2059
2063
  textarea.e-input,
2060
2064
  .e-input-group textarea.e-input,
2061
2065
  .e-input-group textarea,
@@ -7367,7 +7371,7 @@ body.e-colorpicker-overflow {
7367
7371
  color: #767676;
7368
7372
  }
7369
7373
  .e-otpinput.e-outline .e-otp-input-field {
7370
- border: 2px solid #767676;
7374
+ border: 1px solid #767676;
7371
7375
  }
7372
7376
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7373
7377
  border-bottom: 2px solid #767676;
@@ -2055,7 +2055,11 @@ input.e-input,
2055
2055
  .e-input-group.e-input-focus input.e-input,
2056
2056
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2057
2057
  .e-float-input.e-control-wrapper.e-input-focus input,
2058
- .e-float-input.e-input-focus input,
2058
+ .e-float-input.e-input-focus input {
2059
+ padding-left: 12px;
2060
+ text-indent: 0;
2061
+ }
2062
+
2059
2063
  textarea.e-input,
2060
2064
  .e-input-group textarea.e-input,
2061
2065
  .e-input-group textarea,
@@ -7349,7 +7353,7 @@ body.e-colorpicker-overflow {
7349
7353
  color: #ccc;
7350
7354
  }
7351
7355
  .e-otpinput.e-outline .e-otp-input-field {
7352
- border: 2px solid #ccc;
7356
+ border: 1px solid #ccc;
7353
7357
  }
7354
7358
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7355
7359
  border-bottom: 2px solid #ccc;
@@ -2055,7 +2055,11 @@ input.e-input,
2055
2055
  .e-input-group.e-input-focus input.e-input,
2056
2056
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2057
2057
  .e-float-input.e-control-wrapper.e-input-focus input,
2058
- .e-float-input.e-input-focus input,
2058
+ .e-float-input.e-input-focus input {
2059
+ padding-left: 8px;
2060
+ text-indent: 0;
2061
+ }
2062
+
2059
2063
  textarea.e-input,
2060
2064
  .e-input-group textarea.e-input,
2061
2065
  .e-input-group textarea,
@@ -7507,7 +7511,7 @@ body.e-colorpicker-overflow {
7507
7511
  color: #ced4da;
7508
7512
  }
7509
7513
  .e-otpinput.e-outline .e-otp-input-field {
7510
- border: 2px solid #ced4da;
7514
+ border: 1px solid #ced4da;
7511
7515
  }
7512
7516
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7513
7517
  border-bottom: 2px solid #ced4da;
@@ -2144,7 +2144,11 @@ input.e-input,
2144
2144
  .e-input-group.e-input-focus input.e-input,
2145
2145
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2146
2146
  .e-float-input.e-control-wrapper.e-input-focus input,
2147
- .e-float-input.e-input-focus input,
2147
+ .e-float-input.e-input-focus input {
2148
+ padding-left: 8px;
2149
+ text-indent: 0;
2150
+ }
2151
+
2148
2152
  textarea.e-input,
2149
2153
  .e-input-group textarea.e-input,
2150
2154
  .e-input-group textarea,
@@ -7672,7 +7676,7 @@ body.e-colorpicker-overflow {
7672
7676
  color: #6c757d;
7673
7677
  }
7674
7678
  .e-otpinput.e-outline .e-otp-input-field {
7675
- border: 2px solid #6c757d;
7679
+ border: 1px solid #6c757d;
7676
7680
  }
7677
7681
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7678
7682
  border-bottom: 2px solid #6c757d;
@@ -2144,7 +2144,11 @@ input.e-input,
2144
2144
  .e-input-group.e-input-focus input.e-input,
2145
2145
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2146
2146
  .e-float-input.e-control-wrapper.e-input-focus input,
2147
- .e-float-input.e-input-focus input,
2147
+ .e-float-input.e-input-focus input {
2148
+ padding-left: 8px;
2149
+ text-indent: 0;
2150
+ }
2151
+
2148
2152
  textarea.e-input,
2149
2153
  .e-input-group textarea.e-input,
2150
2154
  .e-input-group textarea,
@@ -7672,7 +7676,7 @@ body.e-colorpicker-overflow {
7672
7676
  color: #ced4da;
7673
7677
  }
7674
7678
  .e-otpinput.e-outline .e-otp-input-field {
7675
- border: 2px solid #ced4da;
7679
+ border: 1px solid #ced4da;
7676
7680
  }
7677
7681
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7678
7682
  border-bottom: 2px solid #ced4da;
@@ -2016,7 +2016,11 @@ input.e-input,
2016
2016
  .e-input-group.e-input-focus input.e-input,
2017
2017
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2018
2018
  .e-float-input.e-control-wrapper.e-input-focus input,
2019
- .e-float-input.e-input-focus input,
2019
+ .e-float-input.e-input-focus input {
2020
+ padding-left: 10px;
2021
+ text-indent: 0;
2022
+ }
2023
+
2020
2024
  textarea.e-input,
2021
2025
  .e-input-group textarea.e-input,
2022
2026
  .e-input-group textarea,
@@ -7313,7 +7317,7 @@ body.e-colorpicker-overflow {
7313
7317
  color: #9a9a9a;
7314
7318
  }
7315
7319
  .e-otpinput.e-outline .e-otp-input-field {
7316
- border: 2px solid #9a9a9a;
7320
+ border: 1px solid #9a9a9a;
7317
7321
  }
7318
7322
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7319
7323
  border-bottom: 2px solid #9a9a9a;
package/styles/fabric.css CHANGED
@@ -2016,7 +2016,11 @@ input.e-input,
2016
2016
  .e-input-group.e-input-focus input.e-input,
2017
2017
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
2018
2018
  .e-float-input.e-control-wrapper.e-input-focus input,
2019
- .e-float-input.e-input-focus input,
2019
+ .e-float-input.e-input-focus input {
2020
+ padding-left: 10px;
2021
+ text-indent: 0;
2022
+ }
2023
+
2020
2024
  textarea.e-input,
2021
2025
  .e-input-group textarea.e-input,
2022
2026
  .e-input-group textarea,
@@ -7318,7 +7322,7 @@ body.e-colorpicker-overflow {
7318
7322
  color: #c8c8c8;
7319
7323
  }
7320
7324
  .e-otpinput.e-outline .e-otp-input-field {
7321
- border: 2px solid #c8c8c8;
7325
+ border: 1px solid #c8c8c8;
7322
7326
  }
7323
7327
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7324
7328
  border-bottom: 2px solid #c8c8c8;
@@ -1985,7 +1985,11 @@ input.e-input,
1985
1985
  .e-input-group.e-input-focus input.e-input,
1986
1986
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1987
1987
  .e-float-input.e-control-wrapper.e-input-focus input,
1988
- .e-float-input.e-input-focus input,
1988
+ .e-float-input.e-input-focus input {
1989
+ padding-left: 8px;
1990
+ text-indent: 0;
1991
+ }
1992
+
1989
1993
  textarea.e-input,
1990
1994
  .e-input-group textarea.e-input,
1991
1995
  .e-input-group textarea,
@@ -3922,9 +3926,11 @@ textarea.e-input::selection,
3922
3926
 
3923
3927
  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
3924
3928
  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
3929
+ border-color: #0078d4;
3925
3930
  border-color: #0078d4;
3926
3931
  border-radius: 2px;
3927
- border-width: 2px;
3932
+ -webkit-box-shadow: 0 0 0 1px #0078d4;
3933
+ box-shadow: 0 0 0 1px #0078d4;
3928
3934
  }
3929
3935
 
3930
3936
  .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
@@ -7464,7 +7470,7 @@ body.e-colorpicker-overflow {
7464
7470
  color: #a19f9d;
7465
7471
  }
7466
7472
  .e-otpinput.e-outline .e-otp-input-field {
7467
- border: 2px solid #a19f9d;
7473
+ border: 1px solid #a19f9d;
7468
7474
  }
7469
7475
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7470
7476
  border-bottom: 2px solid #a19f9d;
package/styles/fluent.css CHANGED
@@ -1985,7 +1985,11 @@ input.e-input,
1985
1985
  .e-input-group.e-input-focus input.e-input,
1986
1986
  .e-input-group.e-control-wrapper.e-input-focus input.e-input,
1987
1987
  .e-float-input.e-control-wrapper.e-input-focus input,
1988
- .e-float-input.e-input-focus input,
1988
+ .e-float-input.e-input-focus input {
1989
+ padding-left: 8px;
1990
+ text-indent: 0;
1991
+ }
1992
+
1989
1993
  textarea.e-input,
1990
1994
  .e-input-group textarea.e-input,
1991
1995
  .e-input-group textarea,
@@ -3922,9 +3926,11 @@ textarea.e-input::selection,
3922
3926
 
3923
3927
  .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error),
3924
3928
  .e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
3929
+ border-color: #0078d4;
3925
3930
  border-color: #0078d4;
3926
3931
  border-radius: 2px;
3927
- border-width: 2px;
3932
+ -webkit-box-shadow: 0 0 0 1px #0078d4;
3933
+ box-shadow: 0 0 0 1px #0078d4;
3928
3934
  }
3929
3935
 
3930
3936
  .e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
@@ -7464,7 +7470,7 @@ body.e-colorpicker-overflow {
7464
7470
  color: #605e5c;
7465
7471
  }
7466
7472
  .e-otpinput.e-outline .e-otp-input-field {
7467
- border: 2px solid #605e5c;
7473
+ border: 1px solid #605e5c;
7468
7474
  }
7469
7475
  .e-otpinput.e-outline .e-otp-input-field, .e-otpinput.e-underlined .e-otp-input-field, .e-otpinput.e-filled .e-otp-input-field {
7470
7476
  border-bottom: 2px solid #605e5c;