@syncfusion/ej2-angular-inputs 25.2.6-ngcc → 26.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 (301) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +183 -4
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-inputs.js +172 -4
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -1
  5. package/README.md +13 -0
  6. package/dist/ej2-angular-inputs.umd.js +188 -2
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -1
  8. package/dist/ej2-angular-inputs.umd.min.js +2 -2
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
  10. package/ej2-angular-inputs.d.ts +1 -0
  11. package/ej2-angular-inputs.metadata.json +1 -1
  12. package/package.json +9 -9
  13. package/schematics/utils/lib-details.js +2 -2
  14. package/schematics/utils/lib-details.ts +2 -2
  15. package/src/index.d.ts +3 -0
  16. package/src/otp-input/otpinput-all.module.d.ts +5 -0
  17. package/src/otp-input/otpinput.component.d.ts +40 -0
  18. package/src/otp-input/otpinput.module.d.ts +5 -0
  19. package/styles/bootstrap-dark.css +7402 -1
  20. package/styles/bootstrap-dark.scss +1 -0
  21. package/styles/bootstrap.css +7384 -1
  22. package/styles/bootstrap.scss +1 -0
  23. package/styles/bootstrap4.css +7542 -1
  24. package/styles/bootstrap4.scss +1 -0
  25. package/styles/bootstrap5-dark.css +7707 -1
  26. package/styles/bootstrap5-dark.scss +1 -0
  27. package/styles/bootstrap5.css +7707 -1
  28. package/styles/bootstrap5.scss +1 -0
  29. package/styles/color-picker/bootstrap-dark.css +779 -1
  30. package/styles/color-picker/bootstrap.css +779 -1
  31. package/styles/color-picker/bootstrap4.css +865 -1
  32. package/styles/color-picker/bootstrap5-dark.css +845 -1
  33. package/styles/color-picker/bootstrap5.css +845 -1
  34. package/styles/color-picker/fabric-dark.css +779 -1
  35. package/styles/color-picker/fabric.css +784 -1
  36. package/styles/color-picker/fluent-dark.css +800 -1
  37. package/styles/color-picker/fluent.css +800 -1
  38. package/styles/color-picker/fluent2.css +2025 -0
  39. package/styles/color-picker/fluent2.scss +1 -0
  40. package/styles/color-picker/highcontrast-light.css +779 -1
  41. package/styles/color-picker/highcontrast.css +779 -1
  42. package/styles/color-picker/material-dark.css +793 -1
  43. package/styles/color-picker/material.css +826 -1
  44. package/styles/color-picker/material3-dark.css +1015 -1
  45. package/styles/color-picker/material3.css +1127 -1
  46. package/styles/color-picker/tailwind-dark.css +819 -1
  47. package/styles/color-picker/tailwind.css +819 -1
  48. package/styles/data-form/bootstrap-dark.css +232 -1
  49. package/styles/data-form/bootstrap.css +232 -1
  50. package/styles/data-form/bootstrap4.css +232 -1
  51. package/styles/data-form/bootstrap5-dark.css +232 -1
  52. package/styles/data-form/bootstrap5.css +232 -1
  53. package/styles/data-form/fabric-dark.css +232 -1
  54. package/styles/data-form/fabric.css +232 -1
  55. package/styles/data-form/fluent-dark.css +232 -1
  56. package/styles/data-form/fluent.css +232 -1
  57. package/styles/data-form/fluent2.css +1266 -0
  58. package/styles/data-form/fluent2.scss +1 -0
  59. package/styles/data-form/highcontrast-light.css +232 -1
  60. package/styles/data-form/highcontrast.css +232 -1
  61. package/styles/data-form/material-dark.css +232 -1
  62. package/styles/data-form/material.css +232 -1
  63. package/styles/data-form/material3-dark.css +342 -1
  64. package/styles/data-form/material3.css +454 -1
  65. package/styles/data-form/tailwind-dark.css +232 -1
  66. package/styles/data-form/tailwind.css +232 -1
  67. package/styles/fabric-dark.css +7348 -1
  68. package/styles/fabric-dark.scss +1 -0
  69. package/styles/fabric.css +7353 -1
  70. package/styles/fabric.scss +1 -0
  71. package/styles/fluent-dark.css +7508 -1
  72. package/styles/fluent-dark.scss +1 -0
  73. package/styles/fluent.css +7508 -1
  74. package/styles/fluent.scss +1 -0
  75. package/styles/fluent2.css +25566 -0
  76. package/styles/fluent2.scss +12 -0
  77. package/styles/highcontrast-light.css +7557 -1
  78. package/styles/highcontrast-light.scss +1 -0
  79. package/styles/highcontrast.css +7557 -1
  80. package/styles/highcontrast.scss +1 -0
  81. package/styles/input/bootstrap-dark.css +4368 -1
  82. package/styles/input/bootstrap.css +4368 -1
  83. package/styles/input/bootstrap4.css +4348 -1
  84. package/styles/input/bootstrap5-dark.css +4446 -1
  85. package/styles/input/bootstrap5.css +4446 -1
  86. package/styles/input/fabric-dark.css +4298 -1
  87. package/styles/input/fabric.css +4298 -1
  88. package/styles/input/fluent-dark.css +4336 -1
  89. package/styles/input/fluent.css +4336 -1
  90. package/styles/input/fluent2.css +10185 -0
  91. package/styles/input/fluent2.scss +1 -0
  92. package/styles/input/highcontrast-light.css +4462 -1
  93. package/styles/input/highcontrast.css +4462 -1
  94. package/styles/input/material-dark.css +11659 -1
  95. package/styles/input/material.css +11679 -1
  96. package/styles/input/material3-dark.css +11609 -1
  97. package/styles/input/material3.css +11721 -1
  98. package/styles/input/tailwind-dark.css +4303 -1
  99. package/styles/input/tailwind.css +4303 -1
  100. package/styles/maskedtextbox/bootstrap-dark.css +31 -1
  101. package/styles/maskedtextbox/bootstrap.css +14 -1
  102. package/styles/maskedtextbox/bootstrap4.css +31 -1
  103. package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
  104. package/styles/maskedtextbox/bootstrap5.css +31 -1
  105. package/styles/maskedtextbox/fabric-dark.css +31 -1
  106. package/styles/maskedtextbox/fabric.css +31 -1
  107. package/styles/maskedtextbox/fluent-dark.css +27 -1
  108. package/styles/maskedtextbox/fluent.css +27 -1
  109. package/styles/maskedtextbox/fluent2.css +1244 -0
  110. package/styles/maskedtextbox/fluent2.scss +1 -0
  111. package/styles/maskedtextbox/highcontrast-light.css +31 -1
  112. package/styles/maskedtextbox/highcontrast.css +31 -1
  113. package/styles/maskedtextbox/material-dark.css +45 -1
  114. package/styles/maskedtextbox/material.css +65 -1
  115. package/styles/maskedtextbox/material3-dark.css +175 -1
  116. package/styles/maskedtextbox/material3.css +287 -1
  117. package/styles/maskedtextbox/tailwind-dark.css +31 -1
  118. package/styles/maskedtextbox/tailwind.css +31 -1
  119. package/styles/material-dark.css +14901 -1
  120. package/styles/material-dark.scss +1 -0
  121. package/styles/material.css +14988 -1
  122. package/styles/material.scss +1 -0
  123. package/styles/material3-dark.css +16319 -1
  124. package/styles/material3-dark.scss +1 -0
  125. package/styles/material3.css +17663 -1
  126. package/styles/material3.scss +1 -0
  127. package/styles/numerictextbox/bootstrap-dark.css +53 -1
  128. package/styles/numerictextbox/bootstrap.css +53 -1
  129. package/styles/numerictextbox/bootstrap4.css +48 -1
  130. package/styles/numerictextbox/bootstrap5-dark.css +48 -1
  131. package/styles/numerictextbox/bootstrap5.css +48 -1
  132. package/styles/numerictextbox/fabric-dark.css +48 -1
  133. package/styles/numerictextbox/fabric.css +48 -1
  134. package/styles/numerictextbox/fluent-dark.css +59 -1
  135. package/styles/numerictextbox/fluent.css +59 -1
  136. package/styles/numerictextbox/fluent2.css +1261 -0
  137. package/styles/numerictextbox/fluent2.scss +1 -0
  138. package/styles/numerictextbox/highcontrast-light.css +48 -1
  139. package/styles/numerictextbox/highcontrast.css +48 -1
  140. package/styles/numerictextbox/material-dark.css +62 -1
  141. package/styles/numerictextbox/material.css +82 -1
  142. package/styles/numerictextbox/material3-dark.css +192 -1
  143. package/styles/numerictextbox/material3.css +304 -1
  144. package/styles/numerictextbox/tailwind-dark.css +48 -1
  145. package/styles/numerictextbox/tailwind.css +48 -1
  146. package/styles/otp-input/bootstrap-dark.css +225 -0
  147. package/styles/otp-input/bootstrap-dark.scss +1 -0
  148. package/styles/otp-input/bootstrap.css +225 -0
  149. package/styles/otp-input/bootstrap.scss +1 -0
  150. package/styles/otp-input/bootstrap4.css +225 -0
  151. package/styles/otp-input/bootstrap4.scss +1 -0
  152. package/styles/otp-input/bootstrap5-dark.css +225 -0
  153. package/styles/otp-input/bootstrap5-dark.scss +1 -0
  154. package/styles/otp-input/bootstrap5.css +225 -0
  155. package/styles/otp-input/bootstrap5.scss +1 -0
  156. package/styles/otp-input/fabric-dark.css +225 -0
  157. package/styles/otp-input/fabric-dark.scss +1 -0
  158. package/styles/otp-input/fabric.css +225 -0
  159. package/styles/otp-input/fabric.scss +1 -0
  160. package/styles/otp-input/fluent-dark.css +225 -0
  161. package/styles/otp-input/fluent-dark.scss +1 -0
  162. package/styles/otp-input/fluent.css +225 -0
  163. package/styles/otp-input/fluent.scss +1 -0
  164. package/styles/otp-input/fluent2.css +1259 -0
  165. package/styles/otp-input/fluent2.scss +1 -0
  166. package/styles/otp-input/highcontrast-light.css +225 -0
  167. package/styles/otp-input/highcontrast-light.scss +1 -0
  168. package/styles/otp-input/highcontrast.css +225 -0
  169. package/styles/otp-input/highcontrast.scss +1 -0
  170. package/styles/otp-input/material-dark.css +225 -0
  171. package/styles/otp-input/material-dark.scss +1 -0
  172. package/styles/otp-input/material.css +225 -0
  173. package/styles/otp-input/material.scss +1 -0
  174. package/styles/otp-input/material3-dark.css +335 -0
  175. package/styles/otp-input/material3-dark.scss +2 -0
  176. package/styles/otp-input/material3.css +447 -0
  177. package/styles/otp-input/material3.scss +2 -0
  178. package/styles/otp-input/tailwind-dark.css +225 -0
  179. package/styles/otp-input/tailwind-dark.scss +1 -0
  180. package/styles/otp-input/tailwind.css +225 -0
  181. package/styles/otp-input/tailwind.scss +1 -0
  182. package/styles/rating/bootstrap-dark.css +315 -1
  183. package/styles/rating/bootstrap.css +315 -1
  184. package/styles/rating/bootstrap4.css +315 -1
  185. package/styles/rating/bootstrap5-dark.css +316 -1
  186. package/styles/rating/bootstrap5.css +316 -1
  187. package/styles/rating/fabric-dark.css +315 -1
  188. package/styles/rating/fabric.css +315 -1
  189. package/styles/rating/fluent-dark.css +315 -1
  190. package/styles/rating/fluent.css +315 -1
  191. package/styles/rating/fluent2.css +1349 -0
  192. package/styles/rating/fluent2.scss +1 -0
  193. package/styles/rating/highcontrast-light.css +315 -1
  194. package/styles/rating/highcontrast.css +315 -1
  195. package/styles/rating/material-dark.css +315 -1
  196. package/styles/rating/material.css +315 -1
  197. package/styles/rating/material3-dark.css +434 -1
  198. package/styles/rating/material3.css +546 -1
  199. package/styles/rating/tailwind-dark.css +319 -1
  200. package/styles/rating/tailwind.css +319 -1
  201. package/styles/signature/bootstrap-dark.css +9 -1
  202. package/styles/signature/bootstrap.css +9 -1
  203. package/styles/signature/bootstrap4.css +9 -1
  204. package/styles/signature/bootstrap5-dark.css +9 -1
  205. package/styles/signature/bootstrap5.css +9 -1
  206. package/styles/signature/fabric-dark.css +9 -1
  207. package/styles/signature/fabric.css +9 -1
  208. package/styles/signature/fluent-dark.css +9 -1
  209. package/styles/signature/fluent.css +9 -1
  210. package/styles/signature/fluent2.css +1043 -0
  211. package/styles/signature/fluent2.scss +1 -0
  212. package/styles/signature/highcontrast-light.css +9 -1
  213. package/styles/signature/highcontrast.css +9 -1
  214. package/styles/signature/material-dark.css +9 -1
  215. package/styles/signature/material.css +9 -1
  216. package/styles/signature/material3-dark.css +119 -1
  217. package/styles/signature/material3.css +231 -1
  218. package/styles/signature/tailwind-dark.css +9 -1
  219. package/styles/signature/tailwind.css +9 -1
  220. package/styles/slider/bootstrap-dark.css +484 -1
  221. package/styles/slider/bootstrap.css +484 -1
  222. package/styles/slider/bootstrap4.css +563 -1
  223. package/styles/slider/bootstrap5-dark.css +643 -1
  224. package/styles/slider/bootstrap5.css +643 -1
  225. package/styles/slider/fabric-dark.css +504 -1
  226. package/styles/slider/fabric.css +504 -1
  227. package/styles/slider/fluent-dark.css +547 -1
  228. package/styles/slider/fluent.css +547 -1
  229. package/styles/slider/fluent2.css +1642 -0
  230. package/styles/slider/fluent2.scss +1 -0
  231. package/styles/slider/highcontrast-light.css +550 -1
  232. package/styles/slider/highcontrast.css +550 -1
  233. package/styles/slider/material-dark.css +662 -1
  234. package/styles/slider/material.css +662 -1
  235. package/styles/slider/material3-dark.css +873 -1
  236. package/styles/slider/material3.css +985 -1
  237. package/styles/slider/tailwind-dark.css +617 -1
  238. package/styles/slider/tailwind.css +617 -1
  239. package/styles/tailwind-dark.css +7544 -1
  240. package/styles/tailwind-dark.scss +1 -0
  241. package/styles/tailwind.css +7544 -1
  242. package/styles/tailwind.scss +1 -0
  243. package/styles/textarea/bootstrap-dark.css +34 -1
  244. package/styles/textarea/bootstrap.css +34 -1
  245. package/styles/textarea/bootstrap4.css +34 -1
  246. package/styles/textarea/bootstrap5-dark.css +34 -1
  247. package/styles/textarea/bootstrap5.css +34 -1
  248. package/styles/textarea/fabric-dark.css +34 -1
  249. package/styles/textarea/fabric.css +34 -1
  250. package/styles/textarea/fluent-dark.css +34 -1
  251. package/styles/textarea/fluent.css +34 -1
  252. package/styles/textarea/fluent2.css +1247 -0
  253. package/styles/textarea/fluent2.scss +1 -0
  254. package/styles/textarea/highcontrast-light.css +34 -1
  255. package/styles/textarea/highcontrast.css +34 -1
  256. package/styles/textarea/material-dark.css +48 -1
  257. package/styles/textarea/material.css +68 -1
  258. package/styles/textarea/material3-dark.css +178 -1
  259. package/styles/textarea/material3.css +290 -1
  260. package/styles/textarea/tailwind-dark.css +34 -1
  261. package/styles/textarea/tailwind.css +34 -1
  262. package/styles/textbox/bootstrap-dark.css +28 -1
  263. package/styles/textbox/bootstrap.css +28 -1
  264. package/styles/textbox/bootstrap4.css +28 -1
  265. package/styles/textbox/bootstrap5-dark.css +28 -1
  266. package/styles/textbox/bootstrap5.css +28 -1
  267. package/styles/textbox/fabric-dark.css +28 -1
  268. package/styles/textbox/fabric.css +28 -1
  269. package/styles/textbox/fluent-dark.css +28 -1
  270. package/styles/textbox/fluent.css +28 -1
  271. package/styles/textbox/fluent2.css +1241 -0
  272. package/styles/textbox/fluent2.scss +1 -0
  273. package/styles/textbox/highcontrast-light.css +28 -1
  274. package/styles/textbox/highcontrast.css +28 -1
  275. package/styles/textbox/material-dark.css +42 -1
  276. package/styles/textbox/material.css +62 -1
  277. package/styles/textbox/material3-dark.css +172 -1
  278. package/styles/textbox/material3.css +284 -1
  279. package/styles/textbox/tailwind-dark.css +28 -1
  280. package/styles/textbox/tailwind.css +28 -1
  281. package/styles/uploader/bootstrap-dark.css +835 -1
  282. package/styles/uploader/bootstrap.css +835 -1
  283. package/styles/uploader/bootstrap4.css +835 -1
  284. package/styles/uploader/bootstrap5-dark.css +841 -1
  285. package/styles/uploader/bootstrap5.css +841 -1
  286. package/styles/uploader/fabric-dark.css +835 -1
  287. package/styles/uploader/fabric.css +835 -1
  288. package/styles/uploader/fluent-dark.css +887 -1
  289. package/styles/uploader/fluent.css +887 -1
  290. package/styles/uploader/fluent2.css +1880 -0
  291. package/styles/uploader/fluent2.scss +1 -0
  292. package/styles/uploader/highcontrast-light.css +835 -1
  293. package/styles/uploader/highcontrast.css +835 -1
  294. package/styles/uploader/material-dark.css +835 -1
  295. package/styles/uploader/material.css +839 -1
  296. package/styles/uploader/material3-dark.css +951 -1
  297. package/styles/uploader/material3.css +1063 -1
  298. package/styles/uploader/tailwind-dark.css +870 -1
  299. package/styles/uploader/tailwind.css +870 -1
  300. package/CHANGELOG.md +0 -1517
  301. package/postinstall/tagchange.js +0 -18
package/README.md CHANGED
@@ -187,6 +187,19 @@ The [Angular Rating](https://www.syncfusion.com/angular-ui-components/angular-ra
187
187
  * [Appearance](https://ej2.syncfusion.com/angular/documentation/rating/appearance) - Customize the rating items appearance.
188
188
  * [Templates](https://ej2.syncfusion.com/angular/documentation/rating/templates) - Customize the rating item with a heart, SVG, or any content that precisely matches unique needs.
189
189
 
190
+ ### Angular OTP Input
191
+
192
+ The `Angular OTP Input` component is designed to securely enter and verify single-use passwords for multi-factor authentication purposes in various applications, such as banking, e-commerce, or account login processes. It has several built-in features such as support for input types, styling modes, placeholder, seperators, and customization.
193
+
194
+ #### Key features
195
+
196
+ * `Input types` - Allow specifying the input type as text, number, or password for the OTP input..
197
+ * `Styling modes` - Offer built-in styling options such as underline, outline, or fill.
198
+ * `Tooltip` - Displays additional information of the rating items.
199
+ * `Placeholders` - Allow setting a hint character for each input field, indicating the expected value.
200
+ * `Separators` - Specify a character to be placed between input fields.
201
+ * `Customization` - Allows customizing the default appearance, including input field styling, input length, and more.
202
+
190
203
  <p align="center">
191
204
  Trusted by the world's leading companies
192
205
  <a href="https://www.syncfusion.com/">
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inputs.umd.js
3
- * version : 25.2.6
3
+ * version : 26.1.35
4
4
  * Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -216,7 +216,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
216
216
  if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
217
217
  return Reflect.metadata(k, v);
218
218
  };
219
- var inputs$1 = ['columnsCount', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rowsCount', 'showClearButton', 'value', 'width'];
219
+ var inputs$1 = ['cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'value', 'width'];
220
220
  var outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
221
221
  var twoWays$1 = ['value'];
222
222
  /**
@@ -1731,6 +1731,185 @@ RatingAllModule.decorators = [
1731
1731
  * @nocollapse
1732
1732
  */
1733
1733
  RatingAllModule.ctorParameters = function () { return []; };
1734
+ var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
1735
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1736
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
1737
+ r = Reflect.decorate(decorators, target, key, desc);
1738
+ else
1739
+ for (var i = decorators.length - 1; i >= 0; i--)
1740
+ if (d = decorators[i])
1741
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1742
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1743
+ };
1744
+ var __metadata$9 = (this && this.__metadata) || function (k, v) {
1745
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
1746
+ return Reflect.metadata(k, v);
1747
+ };
1748
+ var inputs$9 = ['ariaLabels', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'type', 'value'];
1749
+ var outputs$10 = ['blur', 'created', 'focus', 'input', 'valueChanged', 'valueChange'];
1750
+ var twoWays$9 = ['value'];
1751
+ /**
1752
+ * Represents the EJ2 Angular OtpInput Component.
1753
+ * ```html
1754
+ * <div ejs-otpinput [value]='value'></div>
1755
+ * ```
1756
+ */
1757
+ exports.OtpInputComponent = OtpInputComponent_1 = /** @class */ (function (_super) {
1758
+ __extends(OtpInputComponent, _super);
1759
+ /**
1760
+ * @param {?} ngEle
1761
+ * @param {?} srenderer
1762
+ * @param {?} viewContainerRef
1763
+ * @param {?} injector
1764
+ * @param {?} cdr
1765
+ */
1766
+ function OtpInputComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
1767
+ var _this = _super.call(this) || this;
1768
+ _this.ngEle = ngEle;
1769
+ _this.srenderer = srenderer;
1770
+ _this.viewContainerRef = viewContainerRef;
1771
+ _this.injector = injector;
1772
+ _this.cdr = cdr;
1773
+ _this.skipFromEvent = true;
1774
+ _this.element = _this.ngEle.nativeElement;
1775
+ _this.injectedModules = _this.injectedModules || [];
1776
+ _this.registerEvents(outputs$10);
1777
+ _this.addTwoWay.call(_this, twoWays$9);
1778
+ ej2AngularBase.setValue('currentInstance', _this, _this.viewContainerRef);
1779
+ _this.formContext = new ej2AngularBase.FormBase();
1780
+ _this.formCompContext = new ej2AngularBase.ComponentBase();
1781
+ return _this;
1782
+ }
1783
+ /**
1784
+ * @param {?} registerFunction
1785
+ * @return {?}
1786
+ */
1787
+ OtpInputComponent.prototype.registerOnChange = function (registerFunction) {
1788
+ };
1789
+ /**
1790
+ * @param {?} registerFunction
1791
+ * @return {?}
1792
+ */
1793
+ OtpInputComponent.prototype.registerOnTouched = function (registerFunction) {
1794
+ };
1795
+ /**
1796
+ * @param {?} value
1797
+ * @return {?}
1798
+ */
1799
+ OtpInputComponent.prototype.writeValue = function (value) {
1800
+ };
1801
+ /**
1802
+ * @param {?} disabled
1803
+ * @return {?}
1804
+ */
1805
+ OtpInputComponent.prototype.setDisabledState = function (disabled) {
1806
+ };
1807
+ /**
1808
+ * @return {?}
1809
+ */
1810
+ OtpInputComponent.prototype.ngOnInit = function () {
1811
+ this.formCompContext.ngOnInit(this);
1812
+ };
1813
+ /**
1814
+ * @return {?}
1815
+ */
1816
+ OtpInputComponent.prototype.ngAfterViewInit = function () {
1817
+ this.formContext.ngAfterViewInit(this);
1818
+ };
1819
+ /**
1820
+ * @return {?}
1821
+ */
1822
+ OtpInputComponent.prototype.ngOnDestroy = function () {
1823
+ this.formCompContext.ngOnDestroy(this);
1824
+ };
1825
+ /**
1826
+ * @return {?}
1827
+ */
1828
+ OtpInputComponent.prototype.ngAfterContentChecked = function () {
1829
+ this.formCompContext.ngAfterContentChecked(this);
1830
+ };
1831
+ return OtpInputComponent;
1832
+ }(ej2Inputs.OtpInput));
1833
+ exports.OtpInputComponent.decorators = [
1834
+ { type: core.Component, args: [{
1835
+ selector: '[ejs-otpinput]',
1836
+ inputs: inputs$9,
1837
+ outputs: outputs$10,
1838
+ template: '',
1839
+ changeDetection: core.ChangeDetectionStrategy.OnPush,
1840
+ providers: [
1841
+ {
1842
+ provide: forms.NG_VALUE_ACCESSOR,
1843
+ useExisting: core.forwardRef(function () { return OtpInputComponent_1; }),
1844
+ multi: true
1845
+ }
1846
+ ],
1847
+ queries: {}
1848
+ },] },
1849
+ ];
1850
+ /**
1851
+ * @nocollapse
1852
+ */
1853
+ exports.OtpInputComponent.ctorParameters = function () { return [
1854
+ { type: core.ElementRef, },
1855
+ { type: core.Renderer2, },
1856
+ { type: core.ViewContainerRef, },
1857
+ { type: core.Injector, },
1858
+ { type: core.ChangeDetectorRef, },
1859
+ ]; };
1860
+ exports.OtpInputComponent = OtpInputComponent_1 = __decorate$9([
1861
+ ej2AngularBase.ComponentMixins([ej2AngularBase.ComponentBase, ej2AngularBase.FormBase]),
1862
+ __metadata$9("design:paramtypes", [core.ElementRef,
1863
+ core.Renderer2,
1864
+ core.ViewContainerRef,
1865
+ core.Injector,
1866
+ core.ChangeDetectorRef])
1867
+ ], exports.OtpInputComponent);
1868
+ var OtpInputComponent_1;
1869
+ /**
1870
+ * NgModule definition for the OtpInput component.
1871
+ */
1872
+ var OtpInputModule = /** @class */ (function () {
1873
+ function OtpInputModule() {
1874
+ }
1875
+ return OtpInputModule;
1876
+ }());
1877
+ OtpInputModule.decorators = [
1878
+ { type: core.NgModule, args: [{
1879
+ imports: [common.CommonModule],
1880
+ declarations: [
1881
+ exports.OtpInputComponent
1882
+ ],
1883
+ exports: [
1884
+ exports.OtpInputComponent
1885
+ ]
1886
+ },] },
1887
+ ];
1888
+ /**
1889
+ * @nocollapse
1890
+ */
1891
+ OtpInputModule.ctorParameters = function () { return []; };
1892
+ /**
1893
+ * NgModule definition for the OtpInput component with providers.
1894
+ */
1895
+ var OtpInputAllModule = /** @class */ (function () {
1896
+ function OtpInputAllModule() {
1897
+ }
1898
+ return OtpInputAllModule;
1899
+ }());
1900
+ OtpInputAllModule.decorators = [
1901
+ { type: core.NgModule, args: [{
1902
+ imports: [common.CommonModule, OtpInputModule],
1903
+ exports: [
1904
+ OtpInputModule
1905
+ ],
1906
+ providers: []
1907
+ },] },
1908
+ ];
1909
+ /**
1910
+ * @nocollapse
1911
+ */
1912
+ OtpInputAllModule.ctorParameters = function () { return []; };
1734
1913
  var FormValidators = /** @class */ (function () {
1735
1914
  function FormValidators() {
1736
1915
  }
@@ -1993,6 +2172,8 @@ exports.SignatureModule = SignatureModule;
1993
2172
  exports.SignatureAllModule = SignatureAllModule;
1994
2173
  exports.RatingModule = RatingModule;
1995
2174
  exports.RatingAllModule = RatingAllModule;
2175
+ exports.OtpInputModule = OtpInputModule;
2176
+ exports.OtpInputAllModule = OtpInputAllModule;
1996
2177
  exports.FormValidators = FormValidators;
1997
2178
  exports.ɵm = inputs$6;
1998
2179
  exports.ɵn = outputs$7;
@@ -2000,6 +2181,8 @@ exports.ɵg = inputs$3;
2000
2181
  exports.ɵh = outputs$3;
2001
2182
  exports.ɵe = inputs$2;
2002
2183
  exports.ɵf = outputs$2;
2184
+ exports.ɵs = inputs$9;
2185
+ exports.ɵt = outputs$10;
2003
2186
  exports.ɵq = inputs$8;
2004
2187
  exports.ɵr = outputs$9;
2005
2188
  exports.ɵo = inputs$7;
@@ -2058,6 +2241,9 @@ exports.Signature = ej2Inputs.Signature;
2058
2241
  exports.LabelPosition = ej2Inputs.LabelPosition;
2059
2242
  exports.PrecisionType = ej2Inputs.PrecisionType;
2060
2243
  exports.Rating = ej2Inputs.Rating;
2244
+ exports.OtpInputType = ej2Inputs.OtpInputType;
2245
+ exports.OtpInputStyle = ej2Inputs.OtpInputStyle;
2246
+ exports.OtpInput = ej2Inputs.OtpInput;
2061
2247
  exports.SignatureBase = ej2Inputs.SignatureBase;
2062
2248
 
2063
2249
  Object.defineProperty(exports, '__esModule', { value: true });