@syncfusion/ej2-angular-inputs 25.2.6 → 26.1.35

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 (303) hide show
  1. package/CHANGELOG.md +1495 -0
  2. package/README.md +13 -0
  3. package/esm2020/public_api.mjs +1 -2
  4. package/esm2020/src/index.mjs +4 -1
  5. package/esm2020/src/otp-input/otpinput-all.module.mjs +23 -0
  6. package/esm2020/src/otp-input/otpinput.component.mjs +85 -0
  7. package/esm2020/src/otp-input/otpinput.module.mjs +25 -0
  8. package/esm2020/src/textarea/textarea.component.mjs +3 -3
  9. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +187 -71
  10. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +187 -71
  12. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  13. package/package.json +9 -9
  14. package/schematics/utils/lib-details.js +2 -2
  15. package/schematics/utils/lib-details.ts +2 -2
  16. package/src/index.d.ts +3 -0
  17. package/src/otp-input/otpinput-all.module.d.ts +11 -0
  18. package/src/otp-input/otpinput.component.d.ts +43 -0
  19. package/src/otp-input/otpinput.module.d.ts +11 -0
  20. package/src/textarea/textarea.component.d.ts +1 -1
  21. package/styles/bootstrap-dark.css +7402 -1
  22. package/styles/bootstrap-dark.scss +1 -0
  23. package/styles/bootstrap.css +7384 -1
  24. package/styles/bootstrap.scss +1 -0
  25. package/styles/bootstrap4.css +7542 -1
  26. package/styles/bootstrap4.scss +1 -0
  27. package/styles/bootstrap5-dark.css +7707 -1
  28. package/styles/bootstrap5-dark.scss +1 -0
  29. package/styles/bootstrap5.css +7707 -1
  30. package/styles/bootstrap5.scss +1 -0
  31. package/styles/color-picker/bootstrap-dark.css +779 -1
  32. package/styles/color-picker/bootstrap.css +779 -1
  33. package/styles/color-picker/bootstrap4.css +865 -1
  34. package/styles/color-picker/bootstrap5-dark.css +845 -1
  35. package/styles/color-picker/bootstrap5.css +845 -1
  36. package/styles/color-picker/fabric-dark.css +779 -1
  37. package/styles/color-picker/fabric.css +784 -1
  38. package/styles/color-picker/fluent-dark.css +800 -1
  39. package/styles/color-picker/fluent.css +800 -1
  40. package/styles/color-picker/fluent2.css +2025 -0
  41. package/styles/color-picker/fluent2.scss +1 -0
  42. package/styles/color-picker/highcontrast-light.css +779 -1
  43. package/styles/color-picker/highcontrast.css +779 -1
  44. package/styles/color-picker/material-dark.css +793 -1
  45. package/styles/color-picker/material.css +826 -1
  46. package/styles/color-picker/material3-dark.css +1015 -1
  47. package/styles/color-picker/material3.css +1127 -1
  48. package/styles/color-picker/tailwind-dark.css +819 -1
  49. package/styles/color-picker/tailwind.css +819 -1
  50. package/styles/data-form/bootstrap-dark.css +232 -1
  51. package/styles/data-form/bootstrap.css +232 -1
  52. package/styles/data-form/bootstrap4.css +232 -1
  53. package/styles/data-form/bootstrap5-dark.css +232 -1
  54. package/styles/data-form/bootstrap5.css +232 -1
  55. package/styles/data-form/fabric-dark.css +232 -1
  56. package/styles/data-form/fabric.css +232 -1
  57. package/styles/data-form/fluent-dark.css +232 -1
  58. package/styles/data-form/fluent.css +232 -1
  59. package/styles/data-form/fluent2.css +1266 -0
  60. package/styles/data-form/fluent2.scss +1 -0
  61. package/styles/data-form/highcontrast-light.css +232 -1
  62. package/styles/data-form/highcontrast.css +232 -1
  63. package/styles/data-form/material-dark.css +232 -1
  64. package/styles/data-form/material.css +232 -1
  65. package/styles/data-form/material3-dark.css +342 -1
  66. package/styles/data-form/material3.css +454 -1
  67. package/styles/data-form/tailwind-dark.css +232 -1
  68. package/styles/data-form/tailwind.css +232 -1
  69. package/styles/fabric-dark.css +7348 -1
  70. package/styles/fabric-dark.scss +1 -0
  71. package/styles/fabric.css +7353 -1
  72. package/styles/fabric.scss +1 -0
  73. package/styles/fluent-dark.css +7508 -1
  74. package/styles/fluent-dark.scss +1 -0
  75. package/styles/fluent.css +7508 -1
  76. package/styles/fluent.scss +1 -0
  77. package/styles/fluent2.css +25566 -0
  78. package/styles/fluent2.scss +12 -0
  79. package/styles/highcontrast-light.css +7557 -1
  80. package/styles/highcontrast-light.scss +1 -0
  81. package/styles/highcontrast.css +7557 -1
  82. package/styles/highcontrast.scss +1 -0
  83. package/styles/input/bootstrap-dark.css +4368 -1
  84. package/styles/input/bootstrap.css +4368 -1
  85. package/styles/input/bootstrap4.css +4348 -1
  86. package/styles/input/bootstrap5-dark.css +4446 -1
  87. package/styles/input/bootstrap5.css +4446 -1
  88. package/styles/input/fabric-dark.css +4298 -1
  89. package/styles/input/fabric.css +4298 -1
  90. package/styles/input/fluent-dark.css +4336 -1
  91. package/styles/input/fluent.css +4336 -1
  92. package/styles/input/fluent2.css +10185 -0
  93. package/styles/input/fluent2.scss +1 -0
  94. package/styles/input/highcontrast-light.css +4462 -1
  95. package/styles/input/highcontrast.css +4462 -1
  96. package/styles/input/material-dark.css +11659 -1
  97. package/styles/input/material.css +11679 -1
  98. package/styles/input/material3-dark.css +11609 -1
  99. package/styles/input/material3.css +11721 -1
  100. package/styles/input/tailwind-dark.css +4303 -1
  101. package/styles/input/tailwind.css +4303 -1
  102. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  103. package/styles/maskedtextbox/bootstrap.css +14 -1
  104. package/styles/maskedtextbox/bootstrap4.css +31 -1
  105. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  106. package/styles/maskedtextbox/bootstrap5.css +31 -1
  107. package/styles/maskedtextbox/fabric-dark.css +31 -1
  108. package/styles/maskedtextbox/fabric.css +31 -1
  109. package/styles/maskedtextbox/fluent-dark.css +27 -1
  110. package/styles/maskedtextbox/fluent.css +27 -1
  111. package/styles/maskedtextbox/fluent2.css +1244 -0
  112. package/styles/maskedtextbox/fluent2.scss +1 -0
  113. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  114. package/styles/maskedtextbox/highcontrast.css +31 -1
  115. package/styles/maskedtextbox/material-dark.css +45 -1
  116. package/styles/maskedtextbox/material.css +65 -1
  117. package/styles/maskedtextbox/material3-dark.css +175 -1
  118. package/styles/maskedtextbox/material3.css +287 -1
  119. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  120. package/styles/maskedtextbox/tailwind.css +31 -1
  121. package/styles/material-dark.css +14901 -1
  122. package/styles/material-dark.scss +1 -0
  123. package/styles/material.css +14988 -1
  124. package/styles/material.scss +1 -0
  125. package/styles/material3-dark.css +16319 -1
  126. package/styles/material3-dark.scss +1 -0
  127. package/styles/material3.css +17663 -1
  128. package/styles/material3.scss +1 -0
  129. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  130. package/styles/numerictextbox/bootstrap.css +53 -1
  131. package/styles/numerictextbox/bootstrap4.css +48 -1
  132. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  133. package/styles/numerictextbox/bootstrap5.css +48 -1
  134. package/styles/numerictextbox/fabric-dark.css +48 -1
  135. package/styles/numerictextbox/fabric.css +48 -1
  136. package/styles/numerictextbox/fluent-dark.css +59 -1
  137. package/styles/numerictextbox/fluent.css +59 -1
  138. package/styles/numerictextbox/fluent2.css +1261 -0
  139. package/styles/numerictextbox/fluent2.scss +1 -0
  140. package/styles/numerictextbox/highcontrast-light.css +48 -1
  141. package/styles/numerictextbox/highcontrast.css +48 -1
  142. package/styles/numerictextbox/material-dark.css +62 -1
  143. package/styles/numerictextbox/material.css +82 -1
  144. package/styles/numerictextbox/material3-dark.css +192 -1
  145. package/styles/numerictextbox/material3.css +304 -1
  146. package/styles/numerictextbox/tailwind-dark.css +48 -1
  147. package/styles/numerictextbox/tailwind.css +48 -1
  148. package/styles/otp-input/bootstrap-dark.css +225 -0
  149. package/styles/otp-input/bootstrap-dark.scss +1 -0
  150. package/styles/otp-input/bootstrap.css +225 -0
  151. package/styles/otp-input/bootstrap.scss +1 -0
  152. package/styles/otp-input/bootstrap4.css +225 -0
  153. package/styles/otp-input/bootstrap4.scss +1 -0
  154. package/styles/otp-input/bootstrap5-dark.css +225 -0
  155. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  156. package/styles/otp-input/bootstrap5.css +225 -0
  157. package/styles/otp-input/bootstrap5.scss +1 -0
  158. package/styles/otp-input/fabric-dark.css +225 -0
  159. package/styles/otp-input/fabric-dark.scss +1 -0
  160. package/styles/otp-input/fabric.css +225 -0
  161. package/styles/otp-input/fabric.scss +1 -0
  162. package/styles/otp-input/fluent-dark.css +225 -0
  163. package/styles/otp-input/fluent-dark.scss +1 -0
  164. package/styles/otp-input/fluent.css +225 -0
  165. package/styles/otp-input/fluent.scss +1 -0
  166. package/styles/otp-input/fluent2.css +1259 -0
  167. package/styles/otp-input/fluent2.scss +1 -0
  168. package/styles/otp-input/highcontrast-light.css +225 -0
  169. package/styles/otp-input/highcontrast-light.scss +1 -0
  170. package/styles/otp-input/highcontrast.css +225 -0
  171. package/styles/otp-input/highcontrast.scss +1 -0
  172. package/styles/otp-input/material-dark.css +225 -0
  173. package/styles/otp-input/material-dark.scss +1 -0
  174. package/styles/otp-input/material.css +225 -0
  175. package/styles/otp-input/material.scss +1 -0
  176. package/styles/otp-input/material3-dark.css +335 -0
  177. package/styles/otp-input/material3-dark.scss +2 -0
  178. package/styles/otp-input/material3.css +447 -0
  179. package/styles/otp-input/material3.scss +2 -0
  180. package/styles/otp-input/tailwind-dark.css +225 -0
  181. package/styles/otp-input/tailwind-dark.scss +1 -0
  182. package/styles/otp-input/tailwind.css +225 -0
  183. package/styles/otp-input/tailwind.scss +1 -0
  184. package/styles/rating/bootstrap-dark.css +315 -1
  185. package/styles/rating/bootstrap.css +315 -1
  186. package/styles/rating/bootstrap4.css +315 -1
  187. package/styles/rating/bootstrap5-dark.css +316 -1
  188. package/styles/rating/bootstrap5.css +316 -1
  189. package/styles/rating/fabric-dark.css +315 -1
  190. package/styles/rating/fabric.css +315 -1
  191. package/styles/rating/fluent-dark.css +315 -1
  192. package/styles/rating/fluent.css +315 -1
  193. package/styles/rating/fluent2.css +1349 -0
  194. package/styles/rating/fluent2.scss +1 -0
  195. package/styles/rating/highcontrast-light.css +315 -1
  196. package/styles/rating/highcontrast.css +315 -1
  197. package/styles/rating/material-dark.css +315 -1
  198. package/styles/rating/material.css +315 -1
  199. package/styles/rating/material3-dark.css +434 -1
  200. package/styles/rating/material3.css +546 -1
  201. package/styles/rating/tailwind-dark.css +319 -1
  202. package/styles/rating/tailwind.css +319 -1
  203. package/styles/signature/bootstrap-dark.css +9 -1
  204. package/styles/signature/bootstrap.css +9 -1
  205. package/styles/signature/bootstrap4.css +9 -1
  206. package/styles/signature/bootstrap5-dark.css +9 -1
  207. package/styles/signature/bootstrap5.css +9 -1
  208. package/styles/signature/fabric-dark.css +9 -1
  209. package/styles/signature/fabric.css +9 -1
  210. package/styles/signature/fluent-dark.css +9 -1
  211. package/styles/signature/fluent.css +9 -1
  212. package/styles/signature/fluent2.css +1043 -0
  213. package/styles/signature/fluent2.scss +1 -0
  214. package/styles/signature/highcontrast-light.css +9 -1
  215. package/styles/signature/highcontrast.css +9 -1
  216. package/styles/signature/material-dark.css +9 -1
  217. package/styles/signature/material.css +9 -1
  218. package/styles/signature/material3-dark.css +119 -1
  219. package/styles/signature/material3.css +231 -1
  220. package/styles/signature/tailwind-dark.css +9 -1
  221. package/styles/signature/tailwind.css +9 -1
  222. package/styles/slider/bootstrap-dark.css +484 -1
  223. package/styles/slider/bootstrap.css +484 -1
  224. package/styles/slider/bootstrap4.css +563 -1
  225. package/styles/slider/bootstrap5-dark.css +643 -1
  226. package/styles/slider/bootstrap5.css +643 -1
  227. package/styles/slider/fabric-dark.css +504 -1
  228. package/styles/slider/fabric.css +504 -1
  229. package/styles/slider/fluent-dark.css +547 -1
  230. package/styles/slider/fluent.css +547 -1
  231. package/styles/slider/fluent2.css +1642 -0
  232. package/styles/slider/fluent2.scss +1 -0
  233. package/styles/slider/highcontrast-light.css +550 -1
  234. package/styles/slider/highcontrast.css +550 -1
  235. package/styles/slider/material-dark.css +662 -1
  236. package/styles/slider/material.css +662 -1
  237. package/styles/slider/material3-dark.css +873 -1
  238. package/styles/slider/material3.css +985 -1
  239. package/styles/slider/tailwind-dark.css +617 -1
  240. package/styles/slider/tailwind.css +617 -1
  241. package/styles/tailwind-dark.css +7544 -1
  242. package/styles/tailwind-dark.scss +1 -0
  243. package/styles/tailwind.css +7544 -1
  244. package/styles/tailwind.scss +1 -0
  245. package/styles/textarea/bootstrap-dark.css +34 -1
  246. package/styles/textarea/bootstrap.css +34 -1
  247. package/styles/textarea/bootstrap4.css +34 -1
  248. package/styles/textarea/bootstrap5-dark.css +34 -1
  249. package/styles/textarea/bootstrap5.css +34 -1
  250. package/styles/textarea/fabric-dark.css +34 -1
  251. package/styles/textarea/fabric.css +34 -1
  252. package/styles/textarea/fluent-dark.css +34 -1
  253. package/styles/textarea/fluent.css +34 -1
  254. package/styles/textarea/fluent2.css +1247 -0
  255. package/styles/textarea/fluent2.scss +1 -0
  256. package/styles/textarea/highcontrast-light.css +34 -1
  257. package/styles/textarea/highcontrast.css +34 -1
  258. package/styles/textarea/material-dark.css +48 -1
  259. package/styles/textarea/material.css +68 -1
  260. package/styles/textarea/material3-dark.css +178 -1
  261. package/styles/textarea/material3.css +290 -1
  262. package/styles/textarea/tailwind-dark.css +34 -1
  263. package/styles/textarea/tailwind.css +34 -1
  264. package/styles/textbox/bootstrap-dark.css +28 -1
  265. package/styles/textbox/bootstrap.css +28 -1
  266. package/styles/textbox/bootstrap4.css +28 -1
  267. package/styles/textbox/bootstrap5-dark.css +28 -1
  268. package/styles/textbox/bootstrap5.css +28 -1
  269. package/styles/textbox/fabric-dark.css +28 -1
  270. package/styles/textbox/fabric.css +28 -1
  271. package/styles/textbox/fluent-dark.css +28 -1
  272. package/styles/textbox/fluent.css +28 -1
  273. package/styles/textbox/fluent2.css +1241 -0
  274. package/styles/textbox/fluent2.scss +1 -0
  275. package/styles/textbox/highcontrast-light.css +28 -1
  276. package/styles/textbox/highcontrast.css +28 -1
  277. package/styles/textbox/material-dark.css +42 -1
  278. package/styles/textbox/material.css +62 -1
  279. package/styles/textbox/material3-dark.css +172 -1
  280. package/styles/textbox/material3.css +284 -1
  281. package/styles/textbox/tailwind-dark.css +28 -1
  282. package/styles/textbox/tailwind.css +28 -1
  283. package/styles/uploader/bootstrap-dark.css +835 -1
  284. package/styles/uploader/bootstrap.css +835 -1
  285. package/styles/uploader/bootstrap4.css +835 -1
  286. package/styles/uploader/bootstrap5-dark.css +841 -1
  287. package/styles/uploader/bootstrap5.css +841 -1
  288. package/styles/uploader/fabric-dark.css +835 -1
  289. package/styles/uploader/fabric.css +835 -1
  290. package/styles/uploader/fluent-dark.css +887 -1
  291. package/styles/uploader/fluent.css +887 -1
  292. package/styles/uploader/fluent2.css +1880 -0
  293. package/styles/uploader/fluent2.scss +1 -0
  294. package/styles/uploader/highcontrast-light.css +835 -1
  295. package/styles/uploader/highcontrast.css +835 -1
  296. package/styles/uploader/material-dark.css +835 -1
  297. package/styles/uploader/material.css +839 -1
  298. package/styles/uploader/material3-dark.css +951 -1
  299. package/styles/uploader/material3.css +1063 -1
  300. package/styles/uploader/tailwind-dark.css +870 -1
  301. package/styles/uploader/tailwind.css +870 -1
  302. package/license +0 -10
  303. package/postinstall/tagchange.js +0 -18
@@ -3,14 +3,14 @@ import * as i0 from '@angular/core';
3
3
  import { forwardRef, Component, ChangeDetectionStrategy, NgModule, Directive, ContentChildren, ContentChild } from '@angular/core';
4
4
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
5
5
  import { setValue, FormBase, ComponentBase, ComponentMixins, ComplexBase, ArrayBase, Template } from '@syncfusion/ej2-angular-base';
6
- import { TextBox, TextArea, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature, Rating, FormValidator } from '@syncfusion/ej2-inputs';
6
+ import { TextBox, TextArea, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature, Rating, OtpInput, FormValidator } from '@syncfusion/ej2-inputs';
7
7
  export * from '@syncfusion/ej2-inputs';
8
8
  import { CommonModule } from '@angular/common';
9
9
 
10
10
  var TextBoxComponent_1;
11
- const inputs$8 = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width'];
12
- const outputs$9 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
13
- const twoWays$8 = ['value'];
11
+ const inputs$9 = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width'];
12
+ const outputs$a = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
13
+ const twoWays$9 = ['value'];
14
14
  /**
15
15
  * Represents the EJ2 Angular TextBox Component.
16
16
  * ```html
@@ -28,8 +28,8 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent extends TextB
28
28
  this.skipFromEvent = true;
29
29
  this.element = this.ngEle.nativeElement;
30
30
  this.injectedModules = this.injectedModules || [];
31
- this.registerEvents(outputs$9);
32
- this.addTwoWay.call(this, twoWays$8);
31
+ this.registerEvents(outputs$a);
32
+ this.addTwoWay.call(this, twoWays$9);
33
33
  setValue('currentInstance', this, this.viewContainerRef);
34
34
  this.formContext = new FormBase();
35
35
  this.formCompContext = new ComponentBase();
@@ -70,8 +70,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
70
70
  type: Component,
71
71
  args: [{
72
72
  selector: 'ejs-textbox',
73
- inputs: inputs$8,
74
- outputs: outputs$9,
73
+ inputs: inputs$9,
74
+ outputs: outputs$a,
75
75
  template: '',
76
76
  changeDetection: ChangeDetectionStrategy.OnPush,
77
77
  providers: [
@@ -126,9 +126,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
126
126
  }] });
127
127
 
128
128
  var TextAreaComponent_1;
129
- const inputs$7 = ['columnsCount', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rowsCount', 'showClearButton', 'value', 'width'];
130
- const outputs$8 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
131
- const twoWays$7 = ['value'];
129
+ const inputs$8 = ['cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'value', 'width'];
130
+ const outputs$9 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
131
+ const twoWays$8 = ['value'];
132
132
  /**
133
133
  * Represents the EJ2 Angular TextArea Component.
134
134
  * ```html
@@ -146,8 +146,8 @@ let TextAreaComponent = TextAreaComponent_1 = class TextAreaComponent extends Te
146
146
  this.skipFromEvent = true;
147
147
  this.element = this.ngEle.nativeElement;
148
148
  this.injectedModules = this.injectedModules || [];
149
- this.registerEvents(outputs$8);
150
- this.addTwoWay.call(this, twoWays$7);
149
+ this.registerEvents(outputs$9);
150
+ this.addTwoWay.call(this, twoWays$8);
151
151
  setValue('currentInstance', this, this.viewContainerRef);
152
152
  this.formContext = new FormBase();
153
153
  this.formCompContext = new ComponentBase();
@@ -174,7 +174,7 @@ let TextAreaComponent = TextAreaComponent_1 = class TextAreaComponent extends Te
174
174
  }
175
175
  };
176
176
  TextAreaComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TextAreaComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
177
- TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: TextAreaComponent, selector: "ejs-textarea", inputs: { columnsCount: "columnsCount", cssClass: "cssClass", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", floatLabelType: "floatLabelType", htmlAttributes: "htmlAttributes", locale: "locale", maxLength: "maxLength", placeholder: "placeholder", readonly: "readonly", resizeMode: "resizeMode", rowsCount: "rowsCount", showClearButton: "showClearButton", value: "value", width: "width" }, outputs: { blur: "blur", change: "change", created: "created", destroyed: "destroyed", focus: "focus", input: "input", valueChange: "valueChange" }, providers: [
177
+ TextAreaComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: TextAreaComponent, selector: "ejs-textarea", inputs: { 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" }, outputs: { blur: "blur", change: "change", created: "created", destroyed: "destroyed", focus: "focus", input: "input", valueChange: "valueChange" }, providers: [
178
178
  {
179
179
  provide: NG_VALUE_ACCESSOR,
180
180
  useExisting: forwardRef(() => TextAreaComponent_1),
@@ -188,8 +188,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
188
188
  type: Component,
189
189
  args: [{
190
190
  selector: 'ejs-textarea',
191
- inputs: inputs$7,
192
- outputs: outputs$8,
191
+ inputs: inputs$8,
192
+ outputs: outputs$9,
193
193
  template: '',
194
194
  changeDetection: ChangeDetectionStrategy.OnPush,
195
195
  providers: [
@@ -244,9 +244,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
244
244
  }] });
245
245
 
246
246
  var NumericTextBoxComponent_1;
247
- const inputs$6 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
248
- const outputs$7 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
249
- const twoWays$6 = ['value'];
247
+ const inputs$7 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
248
+ const outputs$8 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
249
+ const twoWays$7 = ['value'];
250
250
  /**
251
251
  * Represents the EJ2 Angular NumericTextBox Component.
252
252
  * ```html
@@ -264,8 +264,8 @@ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxCo
264
264
  this.skipFromEvent = true;
265
265
  this.element = this.ngEle.nativeElement;
266
266
  this.injectedModules = this.injectedModules || [];
267
- this.registerEvents(outputs$7);
268
- this.addTwoWay.call(this, twoWays$6);
267
+ this.registerEvents(outputs$8);
268
+ this.addTwoWay.call(this, twoWays$7);
269
269
  setValue('currentInstance', this, this.viewContainerRef);
270
270
  this.formContext = new FormBase();
271
271
  this.formCompContext = new ComponentBase();
@@ -306,8 +306,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
306
306
  type: Component,
307
307
  args: [{
308
308
  selector: 'ejs-numerictextbox',
309
- inputs: inputs$6,
310
- outputs: outputs$7,
309
+ inputs: inputs$7,
310
+ outputs: outputs$8,
311
311
  template: '',
312
312
  changeDetection: ChangeDetectionStrategy.OnPush,
313
313
  providers: [
@@ -362,9 +362,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
362
362
  }] });
363
363
 
364
364
  var MaskedTextBoxComponent_1;
365
- const inputs$5 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
366
- const outputs$6 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
367
- const twoWays$5 = ['value'];
365
+ const inputs$6 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
366
+ const outputs$7 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
367
+ const twoWays$6 = ['value'];
368
368
  /**
369
369
  * Represents the EJ2 Angular MaskedTextbox Component.
370
370
  * ```html
@@ -382,8 +382,8 @@ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxCompo
382
382
  this.skipFromEvent = true;
383
383
  this.element = this.ngEle.nativeElement;
384
384
  this.injectedModules = this.injectedModules || [];
385
- this.registerEvents(outputs$6);
386
- this.addTwoWay.call(this, twoWays$5);
385
+ this.registerEvents(outputs$7);
386
+ this.addTwoWay.call(this, twoWays$6);
387
387
  setValue('currentInstance', this, this.viewContainerRef);
388
388
  this.formContext = new FormBase();
389
389
  this.formCompContext = new ComponentBase();
@@ -424,8 +424,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
424
424
  type: Component,
425
425
  args: [{
426
426
  selector: 'ejs-maskedtextbox',
427
- inputs: inputs$5,
428
- outputs: outputs$6,
427
+ inputs: inputs$6,
428
+ outputs: outputs$7,
429
429
  template: '',
430
430
  changeDetection: ChangeDetectionStrategy.OnPush,
431
431
  providers: [
@@ -480,9 +480,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
480
480
  }] });
481
481
 
482
482
  var SliderComponent_1;
483
- const inputs$4 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
484
- const outputs$5 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
485
- const twoWays$4 = ['value'];
483
+ const inputs$5 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
484
+ const outputs$6 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
485
+ const twoWays$5 = ['value'];
486
486
  /**
487
487
  * Represents the EJ2 Angular Slider Component.
488
488
  * ```html
@@ -499,8 +499,8 @@ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
499
499
  this.cdr = cdr;
500
500
  this.element = this.ngEle.nativeElement;
501
501
  this.injectedModules = this.injectedModules || [];
502
- this.registerEvents(outputs$5);
503
- this.addTwoWay.call(this, twoWays$4);
502
+ this.registerEvents(outputs$6);
503
+ this.addTwoWay.call(this, twoWays$5);
504
504
  setValue('currentInstance', this, this.viewContainerRef);
505
505
  this.formContext = new FormBase();
506
506
  this.formCompContext = new ComponentBase();
@@ -541,8 +541,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
541
541
  type: Component,
542
542
  args: [{
543
543
  selector: 'ejs-slider',
544
- inputs: inputs$4,
545
- outputs: outputs$5,
544
+ inputs: inputs$5,
545
+ outputs: outputs$6,
546
546
  template: '',
547
547
  changeDetection: ChangeDetectionStrategy.OnPush,
548
548
  providers: [
@@ -597,7 +597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
597
597
  }] });
598
598
 
599
599
  let input = ['name', 'size', 'type'];
600
- let outputs$4 = [];
600
+ let outputs$5 = [];
601
601
  /**
602
602
  * 'e-files' directive represent a file of angular uploader
603
603
  * It must be contained in a Uploader component(`ejs-uploader`).
@@ -615,7 +615,7 @@ class UploadedFilesDirective extends ComplexBase {
615
615
  super();
616
616
  this.viewContainerRef = viewContainerRef;
617
617
  setValue('currentInstance', this, this.viewContainerRef);
618
- this.registerEvents(outputs$4);
618
+ this.registerEvents(outputs$5);
619
619
  this.directivePropList = input;
620
620
  }
621
621
  }
@@ -626,7 +626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
626
626
  args: [{
627
627
  selector: 'e-files>e-uploadedfiles',
628
628
  inputs: input,
629
- outputs: outputs$4,
629
+ outputs: outputs$5,
630
630
  queries: {}
631
631
  }]
632
632
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
@@ -652,9 +652,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
652
652
  }], ctorParameters: function () { return []; } });
653
653
 
654
654
  var UploaderComponent_1;
655
- const inputs$3 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
656
- const outputs$3 = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
657
- const twoWays$3 = [];
655
+ const inputs$4 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
656
+ const outputs$4 = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
657
+ const twoWays$4 = [];
658
658
  /**
659
659
  * Represents the EJ2 Angular Uploader Component.
660
660
  * ```html
@@ -672,8 +672,8 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
672
672
  this.tags = ['files'];
673
673
  this.element = this.ngEle.nativeElement;
674
674
  this.injectedModules = this.injectedModules || [];
675
- this.registerEvents(outputs$3);
676
- this.addTwoWay.call(this, twoWays$3);
675
+ this.registerEvents(outputs$4);
676
+ this.addTwoWay.call(this, twoWays$4);
677
677
  setValue('currentInstance', this, this.viewContainerRef);
678
678
  this.formContext = new FormBase();
679
679
  this.formCompContext = new ComponentBase();
@@ -718,8 +718,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
718
718
  type: Component,
719
719
  args: [{
720
720
  selector: 'ejs-uploader',
721
- inputs: inputs$3,
722
- outputs: outputs$3,
721
+ inputs: inputs$4,
722
+ outputs: outputs$4,
723
723
  template: '',
724
724
  changeDetection: ChangeDetectionStrategy.OnPush,
725
725
  providers: [
@@ -787,9 +787,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
787
787
  }] });
788
788
 
789
789
  var ColorPickerComponent_1;
790
- const inputs$2 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
791
- const outputs$2 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
792
- const twoWays$2 = ['value'];
790
+ const inputs$3 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
791
+ const outputs$3 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
792
+ const twoWays$3 = ['value'];
793
793
  /**
794
794
  * Represents the EJ2 Angular ColorPicker Component.
795
795
  * ```html
@@ -806,8 +806,8 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent e
806
806
  this.cdr = cdr;
807
807
  this.element = this.ngEle.nativeElement;
808
808
  this.injectedModules = this.injectedModules || [];
809
- this.registerEvents(outputs$2);
810
- this.addTwoWay.call(this, twoWays$2);
809
+ this.registerEvents(outputs$3);
810
+ this.addTwoWay.call(this, twoWays$3);
811
811
  setValue('currentInstance', this, this.viewContainerRef);
812
812
  this.formContext = new FormBase();
813
813
  this.formCompContext = new ComponentBase();
@@ -848,8 +848,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
848
848
  type: Component,
849
849
  args: [{
850
850
  selector: '[ejs-colorpicker]',
851
- inputs: inputs$2,
852
- outputs: outputs$2,
851
+ inputs: inputs$3,
852
+ outputs: outputs$3,
853
853
  template: '',
854
854
  changeDetection: ChangeDetectionStrategy.OnPush,
855
855
  providers: [
@@ -904,9 +904,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
904
904
  }] });
905
905
 
906
906
  var SignatureComponent_1;
907
- const inputs$1 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
908
- const outputs$1 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
909
- const twoWays$1 = [];
907
+ const inputs$2 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
908
+ const outputs$2 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
909
+ const twoWays$2 = [];
910
910
  /**
911
911
  * Represents the EJ2 Angular Signature Component.
912
912
  * ```html
@@ -923,8 +923,8 @@ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends
923
923
  this.cdr = cdr;
924
924
  this.element = this.ngEle.nativeElement;
925
925
  this.injectedModules = this.injectedModules || [];
926
- this.registerEvents(outputs$1);
927
- this.addTwoWay.call(this, twoWays$1);
926
+ this.registerEvents(outputs$2);
927
+ this.addTwoWay.call(this, twoWays$2);
928
928
  setValue('currentInstance', this, this.viewContainerRef);
929
929
  this.formContext = new FormBase();
930
930
  this.formCompContext = new ComponentBase();
@@ -965,8 +965,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
965
965
  type: Component,
966
966
  args: [{
967
967
  selector: '[ejs-signature]',
968
- inputs: inputs$1,
969
- outputs: outputs$1,
968
+ inputs: inputs$2,
969
+ outputs: outputs$2,
970
970
  template: '',
971
971
  changeDetection: ChangeDetectionStrategy.OnPush,
972
972
  providers: [
@@ -1021,9 +1021,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1021
1021
  }] });
1022
1022
 
1023
1023
  var RatingComponent_1;
1024
- const inputs = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
1025
- const outputs = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
1026
- const twoWays = ['value'];
1024
+ const inputs$1 = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
1025
+ const outputs$1 = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
1026
+ const twoWays$1 = ['value'];
1027
1027
  /**
1028
1028
  * Represents the EJ2 Angular Rating Component.
1029
1029
  * ```html
@@ -1040,8 +1040,8 @@ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
1040
1040
  this.cdr = cdr;
1041
1041
  this.element = this.ngEle.nativeElement;
1042
1042
  this.injectedModules = this.injectedModules || [];
1043
- this.registerEvents(outputs);
1044
- this.addTwoWay.call(this, twoWays);
1043
+ this.registerEvents(outputs$1);
1044
+ this.addTwoWay.call(this, twoWays$1);
1045
1045
  setValue('currentInstance', this, this.viewContainerRef);
1046
1046
  this.formContext = new FormBase();
1047
1047
  this.formCompContext = new ComponentBase();
@@ -1094,8 +1094,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1094
1094
  type: Component,
1095
1095
  args: [{
1096
1096
  selector: '[ejs-rating]',
1097
- inputs: inputs,
1098
- outputs: outputs,
1097
+ inputs: inputs$1,
1098
+ outputs: outputs$1,
1099
1099
  template: '',
1100
1100
  changeDetection: ChangeDetectionStrategy.OnPush,
1101
1101
  providers: [
@@ -1161,6 +1161,124 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1161
1161
  }]
1162
1162
  }] });
1163
1163
 
1164
+ var OtpInputComponent_1;
1165
+ const inputs = ['ariaLabels', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'type', 'value'];
1166
+ const outputs = ['blur', 'created', 'focus', 'input', 'valueChanged', 'valueChange'];
1167
+ const twoWays = ['value'];
1168
+ /**
1169
+ * Represents the EJ2 Angular OtpInput Component.
1170
+ * ```html
1171
+ * <div ejs-otpinput [value]='value'></div>
1172
+ * ```
1173
+ */
1174
+ let OtpInputComponent = OtpInputComponent_1 = class OtpInputComponent extends OtpInput {
1175
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1176
+ super();
1177
+ this.ngEle = ngEle;
1178
+ this.srenderer = srenderer;
1179
+ this.viewContainerRef = viewContainerRef;
1180
+ this.injector = injector;
1181
+ this.cdr = cdr;
1182
+ this.skipFromEvent = true;
1183
+ this.element = this.ngEle.nativeElement;
1184
+ this.injectedModules = this.injectedModules || [];
1185
+ this.registerEvents(outputs);
1186
+ this.addTwoWay.call(this, twoWays);
1187
+ setValue('currentInstance', this, this.viewContainerRef);
1188
+ this.formContext = new FormBase();
1189
+ this.formCompContext = new ComponentBase();
1190
+ }
1191
+ registerOnChange(registerFunction) {
1192
+ }
1193
+ registerOnTouched(registerFunction) {
1194
+ }
1195
+ writeValue(value) {
1196
+ }
1197
+ setDisabledState(disabled) {
1198
+ }
1199
+ ngOnInit() {
1200
+ this.formCompContext.ngOnInit(this);
1201
+ }
1202
+ ngAfterViewInit() {
1203
+ this.formContext.ngAfterViewInit(this);
1204
+ }
1205
+ ngOnDestroy() {
1206
+ this.formCompContext.ngOnDestroy(this);
1207
+ }
1208
+ ngAfterContentChecked() {
1209
+ this.formCompContext.ngAfterContentChecked(this);
1210
+ }
1211
+ };
1212
+ OtpInputComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1213
+ OtpInputComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: OtpInputComponent, selector: "[ejs-otpinput]", inputs: { 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" }, outputs: { blur: "blur", created: "created", focus: "focus", input: "input", valueChanged: "valueChanged", valueChange: "valueChange" }, providers: [
1214
+ {
1215
+ provide: NG_VALUE_ACCESSOR,
1216
+ useExisting: forwardRef(() => OtpInputComponent_1),
1217
+ multi: true
1218
+ }
1219
+ ], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1220
+ OtpInputComponent = OtpInputComponent_1 = __decorate([
1221
+ ComponentMixins([ComponentBase, FormBase])
1222
+ ], OtpInputComponent);
1223
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputComponent, decorators: [{
1224
+ type: Component,
1225
+ args: [{
1226
+ selector: '[ejs-otpinput]',
1227
+ inputs: inputs,
1228
+ outputs: outputs,
1229
+ template: '',
1230
+ changeDetection: ChangeDetectionStrategy.OnPush,
1231
+ providers: [
1232
+ {
1233
+ provide: NG_VALUE_ACCESSOR,
1234
+ useExisting: forwardRef(() => OtpInputComponent),
1235
+ multi: true
1236
+ }
1237
+ ],
1238
+ queries: {}
1239
+ }]
1240
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }, { type: i0.ChangeDetectorRef }]; } });
1241
+
1242
+ /**
1243
+ * NgModule definition for the OtpInput component.
1244
+ */
1245
+ class OtpInputModule {
1246
+ }
1247
+ OtpInputModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1248
+ OtpInputModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputModule, declarations: [OtpInputComponent], imports: [CommonModule], exports: [OtpInputComponent] });
1249
+ OtpInputModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputModule, imports: [[CommonModule]] });
1250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputModule, decorators: [{
1251
+ type: NgModule,
1252
+ args: [{
1253
+ imports: [CommonModule],
1254
+ declarations: [
1255
+ OtpInputComponent
1256
+ ],
1257
+ exports: [
1258
+ OtpInputComponent
1259
+ ]
1260
+ }]
1261
+ }] });
1262
+
1263
+ /**
1264
+ * NgModule definition for the OtpInput component with providers.
1265
+ */
1266
+ class OtpInputAllModule {
1267
+ }
1268
+ OtpInputAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1269
+ OtpInputAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputAllModule, imports: [CommonModule, OtpInputModule], exports: [OtpInputModule] });
1270
+ OtpInputAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputAllModule, providers: [], imports: [[CommonModule, OtpInputModule], OtpInputModule] });
1271
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: OtpInputAllModule, decorators: [{
1272
+ type: NgModule,
1273
+ args: [{
1274
+ imports: [CommonModule, OtpInputModule],
1275
+ exports: [
1276
+ OtpInputModule
1277
+ ],
1278
+ providers: []
1279
+ }]
1280
+ }] });
1281
+
1164
1282
  class FormValidators {
1165
1283
  //max validation
1166
1284
  static max(number) {
@@ -1353,11 +1471,9 @@ class FormValidators {
1353
1471
  }
1354
1472
  }
1355
1473
 
1356
- // Mapping root file for package generation
1357
-
1358
1474
  /**
1359
1475
  * Generated bundle index. Do not edit.
1360
1476
  */
1361
1477
 
1362
- export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, RatingAllModule, RatingComponent, RatingModule, SignatureAllModule, SignatureComponent, SignatureModule, SliderAllModule, SliderComponent, SliderModule, TextAreaAllModule, TextAreaComponent, TextAreaModule, TextBoxAllModule, TextBoxComponent, TextBoxModule, UploadedFilesDirective, UploaderAllModule, UploaderComponent, UploaderModule };
1478
+ export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, OtpInputAllModule, OtpInputComponent, OtpInputModule, RatingAllModule, RatingComponent, RatingModule, SignatureAllModule, SignatureComponent, SignatureModule, SliderAllModule, SliderComponent, SliderModule, TextAreaAllModule, TextAreaComponent, TextAreaModule, TextBoxAllModule, TextBoxComponent, TextBoxModule, UploadedFilesDirective, UploaderAllModule, UploaderComponent, UploaderModule };
1363
1479
  //# sourceMappingURL=syncfusion-ej2-angular-inputs.mjs.map