@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.
- package/@syncfusion/ej2-angular-inputs.es5.js +183 -4
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js +172 -4
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/README.md +13 -0
- package/dist/ej2-angular-inputs.umd.js +188 -2
- package/dist/ej2-angular-inputs.umd.js.map +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +2 -2
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
- package/ej2-angular-inputs.d.ts +1 -0
- package/ej2-angular-inputs.metadata.json +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/index.d.ts +3 -0
- package/src/otp-input/otpinput-all.module.d.ts +5 -0
- package/src/otp-input/otpinput.component.d.ts +40 -0
- package/src/otp-input/otpinput.module.d.ts +5 -0
- package/styles/bootstrap-dark.css +7402 -1
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.css +7384 -1
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.css +7542 -1
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.css +7707 -1
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.css +7707 -1
- package/styles/bootstrap5.scss +1 -0
- package/styles/color-picker/bootstrap-dark.css +779 -1
- package/styles/color-picker/bootstrap.css +779 -1
- package/styles/color-picker/bootstrap4.css +865 -1
- package/styles/color-picker/bootstrap5-dark.css +845 -1
- package/styles/color-picker/bootstrap5.css +845 -1
- package/styles/color-picker/fabric-dark.css +779 -1
- package/styles/color-picker/fabric.css +784 -1
- package/styles/color-picker/fluent-dark.css +800 -1
- package/styles/color-picker/fluent.css +800 -1
- package/styles/color-picker/fluent2.css +2025 -0
- package/styles/color-picker/fluent2.scss +1 -0
- package/styles/color-picker/highcontrast-light.css +779 -1
- package/styles/color-picker/highcontrast.css +779 -1
- package/styles/color-picker/material-dark.css +793 -1
- package/styles/color-picker/material.css +826 -1
- package/styles/color-picker/material3-dark.css +1015 -1
- package/styles/color-picker/material3.css +1127 -1
- package/styles/color-picker/tailwind-dark.css +819 -1
- package/styles/color-picker/tailwind.css +819 -1
- package/styles/data-form/bootstrap-dark.css +232 -1
- package/styles/data-form/bootstrap.css +232 -1
- package/styles/data-form/bootstrap4.css +232 -1
- package/styles/data-form/bootstrap5-dark.css +232 -1
- package/styles/data-form/bootstrap5.css +232 -1
- package/styles/data-form/fabric-dark.css +232 -1
- package/styles/data-form/fabric.css +232 -1
- package/styles/data-form/fluent-dark.css +232 -1
- package/styles/data-form/fluent.css +232 -1
- package/styles/data-form/fluent2.css +1266 -0
- package/styles/data-form/fluent2.scss +1 -0
- package/styles/data-form/highcontrast-light.css +232 -1
- package/styles/data-form/highcontrast.css +232 -1
- package/styles/data-form/material-dark.css +232 -1
- package/styles/data-form/material.css +232 -1
- package/styles/data-form/material3-dark.css +342 -1
- package/styles/data-form/material3.css +454 -1
- package/styles/data-form/tailwind-dark.css +232 -1
- package/styles/data-form/tailwind.css +232 -1
- package/styles/fabric-dark.css +7348 -1
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.css +7353 -1
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.css +7508 -1
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.css +7508 -1
- package/styles/fluent.scss +1 -0
- package/styles/fluent2.css +25566 -0
- package/styles/fluent2.scss +12 -0
- package/styles/highcontrast-light.css +7557 -1
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.css +7557 -1
- package/styles/highcontrast.scss +1 -0
- package/styles/input/bootstrap-dark.css +4368 -1
- package/styles/input/bootstrap.css +4368 -1
- package/styles/input/bootstrap4.css +4348 -1
- package/styles/input/bootstrap5-dark.css +4446 -1
- package/styles/input/bootstrap5.css +4446 -1
- package/styles/input/fabric-dark.css +4298 -1
- package/styles/input/fabric.css +4298 -1
- package/styles/input/fluent-dark.css +4336 -1
- package/styles/input/fluent.css +4336 -1
- package/styles/input/fluent2.css +10185 -0
- package/styles/input/fluent2.scss +1 -0
- package/styles/input/highcontrast-light.css +4462 -1
- package/styles/input/highcontrast.css +4462 -1
- package/styles/input/material-dark.css +11659 -1
- package/styles/input/material.css +11679 -1
- package/styles/input/material3-dark.css +11609 -1
- package/styles/input/material3.css +11721 -1
- package/styles/input/tailwind-dark.css +4303 -1
- package/styles/input/tailwind.css +4303 -1
- package/styles/maskedtextbox/bootstrap-dark.css +31 -1
- package/styles/maskedtextbox/bootstrap.css +14 -1
- package/styles/maskedtextbox/bootstrap4.css +31 -1
- package/styles/maskedtextbox/bootstrap5-dark.css +31 -1
- package/styles/maskedtextbox/bootstrap5.css +31 -1
- package/styles/maskedtextbox/fabric-dark.css +31 -1
- package/styles/maskedtextbox/fabric.css +31 -1
- package/styles/maskedtextbox/fluent-dark.css +27 -1
- package/styles/maskedtextbox/fluent.css +27 -1
- package/styles/maskedtextbox/fluent2.css +1244 -0
- package/styles/maskedtextbox/fluent2.scss +1 -0
- package/styles/maskedtextbox/highcontrast-light.css +31 -1
- package/styles/maskedtextbox/highcontrast.css +31 -1
- package/styles/maskedtextbox/material-dark.css +45 -1
- package/styles/maskedtextbox/material.css +65 -1
- package/styles/maskedtextbox/material3-dark.css +175 -1
- package/styles/maskedtextbox/material3.css +287 -1
- package/styles/maskedtextbox/tailwind-dark.css +31 -1
- package/styles/maskedtextbox/tailwind.css +31 -1
- package/styles/material-dark.css +14901 -1
- package/styles/material-dark.scss +1 -0
- package/styles/material.css +14988 -1
- package/styles/material.scss +1 -0
- package/styles/material3-dark.css +16319 -1
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.css +17663 -1
- package/styles/material3.scss +1 -0
- package/styles/numerictextbox/bootstrap-dark.css +53 -1
- package/styles/numerictextbox/bootstrap.css +53 -1
- package/styles/numerictextbox/bootstrap4.css +48 -1
- package/styles/numerictextbox/bootstrap5-dark.css +48 -1
- package/styles/numerictextbox/bootstrap5.css +48 -1
- package/styles/numerictextbox/fabric-dark.css +48 -1
- package/styles/numerictextbox/fabric.css +48 -1
- package/styles/numerictextbox/fluent-dark.css +59 -1
- package/styles/numerictextbox/fluent.css +59 -1
- package/styles/numerictextbox/fluent2.css +1261 -0
- package/styles/numerictextbox/fluent2.scss +1 -0
- package/styles/numerictextbox/highcontrast-light.css +48 -1
- package/styles/numerictextbox/highcontrast.css +48 -1
- package/styles/numerictextbox/material-dark.css +62 -1
- package/styles/numerictextbox/material.css +82 -1
- package/styles/numerictextbox/material3-dark.css +192 -1
- package/styles/numerictextbox/material3.css +304 -1
- package/styles/numerictextbox/tailwind-dark.css +48 -1
- package/styles/numerictextbox/tailwind.css +48 -1
- package/styles/otp-input/bootstrap-dark.css +225 -0
- package/styles/otp-input/bootstrap-dark.scss +1 -0
- package/styles/otp-input/bootstrap.css +225 -0
- package/styles/otp-input/bootstrap.scss +1 -0
- package/styles/otp-input/bootstrap4.css +225 -0
- package/styles/otp-input/bootstrap4.scss +1 -0
- package/styles/otp-input/bootstrap5-dark.css +225 -0
- package/styles/otp-input/bootstrap5-dark.scss +1 -0
- package/styles/otp-input/bootstrap5.css +225 -0
- package/styles/otp-input/bootstrap5.scss +1 -0
- package/styles/otp-input/fabric-dark.css +225 -0
- package/styles/otp-input/fabric-dark.scss +1 -0
- package/styles/otp-input/fabric.css +225 -0
- package/styles/otp-input/fabric.scss +1 -0
- package/styles/otp-input/fluent-dark.css +225 -0
- package/styles/otp-input/fluent-dark.scss +1 -0
- package/styles/otp-input/fluent.css +225 -0
- package/styles/otp-input/fluent.scss +1 -0
- package/styles/otp-input/fluent2.css +1259 -0
- package/styles/otp-input/fluent2.scss +1 -0
- package/styles/otp-input/highcontrast-light.css +225 -0
- package/styles/otp-input/highcontrast-light.scss +1 -0
- package/styles/otp-input/highcontrast.css +225 -0
- package/styles/otp-input/highcontrast.scss +1 -0
- package/styles/otp-input/material-dark.css +225 -0
- package/styles/otp-input/material-dark.scss +1 -0
- package/styles/otp-input/material.css +225 -0
- package/styles/otp-input/material.scss +1 -0
- package/styles/otp-input/material3-dark.css +335 -0
- package/styles/otp-input/material3-dark.scss +2 -0
- package/styles/otp-input/material3.css +447 -0
- package/styles/otp-input/material3.scss +2 -0
- package/styles/otp-input/tailwind-dark.css +225 -0
- package/styles/otp-input/tailwind-dark.scss +1 -0
- package/styles/otp-input/tailwind.css +225 -0
- package/styles/otp-input/tailwind.scss +1 -0
- package/styles/rating/bootstrap-dark.css +315 -1
- package/styles/rating/bootstrap.css +315 -1
- package/styles/rating/bootstrap4.css +315 -1
- package/styles/rating/bootstrap5-dark.css +316 -1
- package/styles/rating/bootstrap5.css +316 -1
- package/styles/rating/fabric-dark.css +315 -1
- package/styles/rating/fabric.css +315 -1
- package/styles/rating/fluent-dark.css +315 -1
- package/styles/rating/fluent.css +315 -1
- package/styles/rating/fluent2.css +1349 -0
- package/styles/rating/fluent2.scss +1 -0
- package/styles/rating/highcontrast-light.css +315 -1
- package/styles/rating/highcontrast.css +315 -1
- package/styles/rating/material-dark.css +315 -1
- package/styles/rating/material.css +315 -1
- package/styles/rating/material3-dark.css +434 -1
- package/styles/rating/material3.css +546 -1
- package/styles/rating/tailwind-dark.css +319 -1
- package/styles/rating/tailwind.css +319 -1
- package/styles/signature/bootstrap-dark.css +9 -1
- package/styles/signature/bootstrap.css +9 -1
- package/styles/signature/bootstrap4.css +9 -1
- package/styles/signature/bootstrap5-dark.css +9 -1
- package/styles/signature/bootstrap5.css +9 -1
- package/styles/signature/fabric-dark.css +9 -1
- package/styles/signature/fabric.css +9 -1
- package/styles/signature/fluent-dark.css +9 -1
- package/styles/signature/fluent.css +9 -1
- package/styles/signature/fluent2.css +1043 -0
- package/styles/signature/fluent2.scss +1 -0
- package/styles/signature/highcontrast-light.css +9 -1
- package/styles/signature/highcontrast.css +9 -1
- package/styles/signature/material-dark.css +9 -1
- package/styles/signature/material.css +9 -1
- package/styles/signature/material3-dark.css +119 -1
- package/styles/signature/material3.css +231 -1
- package/styles/signature/tailwind-dark.css +9 -1
- package/styles/signature/tailwind.css +9 -1
- package/styles/slider/bootstrap-dark.css +484 -1
- package/styles/slider/bootstrap.css +484 -1
- package/styles/slider/bootstrap4.css +563 -1
- package/styles/slider/bootstrap5-dark.css +643 -1
- package/styles/slider/bootstrap5.css +643 -1
- package/styles/slider/fabric-dark.css +504 -1
- package/styles/slider/fabric.css +504 -1
- package/styles/slider/fluent-dark.css +547 -1
- package/styles/slider/fluent.css +547 -1
- package/styles/slider/fluent2.css +1642 -0
- package/styles/slider/fluent2.scss +1 -0
- package/styles/slider/highcontrast-light.css +550 -1
- package/styles/slider/highcontrast.css +550 -1
- package/styles/slider/material-dark.css +662 -1
- package/styles/slider/material.css +662 -1
- package/styles/slider/material3-dark.css +873 -1
- package/styles/slider/material3.css +985 -1
- package/styles/slider/tailwind-dark.css +617 -1
- package/styles/slider/tailwind.css +617 -1
- package/styles/tailwind-dark.css +7544 -1
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.css +7544 -1
- package/styles/tailwind.scss +1 -0
- package/styles/textarea/bootstrap-dark.css +34 -1
- package/styles/textarea/bootstrap.css +34 -1
- package/styles/textarea/bootstrap4.css +34 -1
- package/styles/textarea/bootstrap5-dark.css +34 -1
- package/styles/textarea/bootstrap5.css +34 -1
- package/styles/textarea/fabric-dark.css +34 -1
- package/styles/textarea/fabric.css +34 -1
- package/styles/textarea/fluent-dark.css +34 -1
- package/styles/textarea/fluent.css +34 -1
- package/styles/textarea/fluent2.css +1247 -0
- package/styles/textarea/fluent2.scss +1 -0
- package/styles/textarea/highcontrast-light.css +34 -1
- package/styles/textarea/highcontrast.css +34 -1
- package/styles/textarea/material-dark.css +48 -1
- package/styles/textarea/material.css +68 -1
- package/styles/textarea/material3-dark.css +178 -1
- package/styles/textarea/material3.css +290 -1
- package/styles/textarea/tailwind-dark.css +34 -1
- package/styles/textarea/tailwind.css +34 -1
- package/styles/textbox/bootstrap-dark.css +28 -1
- package/styles/textbox/bootstrap.css +28 -1
- package/styles/textbox/bootstrap4.css +28 -1
- package/styles/textbox/bootstrap5-dark.css +28 -1
- package/styles/textbox/bootstrap5.css +28 -1
- package/styles/textbox/fabric-dark.css +28 -1
- package/styles/textbox/fabric.css +28 -1
- package/styles/textbox/fluent-dark.css +28 -1
- package/styles/textbox/fluent.css +28 -1
- package/styles/textbox/fluent2.css +1241 -0
- package/styles/textbox/fluent2.scss +1 -0
- package/styles/textbox/highcontrast-light.css +28 -1
- package/styles/textbox/highcontrast.css +28 -1
- package/styles/textbox/material-dark.css +42 -1
- package/styles/textbox/material.css +62 -1
- package/styles/textbox/material3-dark.css +172 -1
- package/styles/textbox/material3.css +284 -1
- package/styles/textbox/tailwind-dark.css +28 -1
- package/styles/textbox/tailwind.css +28 -1
- package/styles/uploader/bootstrap-dark.css +835 -1
- package/styles/uploader/bootstrap.css +835 -1
- package/styles/uploader/bootstrap4.css +835 -1
- package/styles/uploader/bootstrap5-dark.css +841 -1
- package/styles/uploader/bootstrap5.css +841 -1
- package/styles/uploader/fabric-dark.css +835 -1
- package/styles/uploader/fabric.css +835 -1
- package/styles/uploader/fluent-dark.css +887 -1
- package/styles/uploader/fluent.css +887 -1
- package/styles/uploader/fluent2.css +1880 -0
- package/styles/uploader/fluent2.scss +1 -0
- package/styles/uploader/highcontrast-light.css +835 -1
- package/styles/uploader/highcontrast.css +835 -1
- package/styles/uploader/material-dark.css +835 -1
- package/styles/uploader/material.css +839 -1
- package/styles/uploader/material3-dark.css +951 -1
- package/styles/uploader/material3.css +1063 -1
- package/styles/uploader/tailwind-dark.css +870 -1
- package/styles/uploader/tailwind.css +870 -1
- package/CHANGELOG.md +0 -1517
- package/postinstall/tagchange.js +0 -18
|
@@ -11,7 +11,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
11
11
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
12
12
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
13
13
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
14
|
-
import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Rating, Signature, Slider, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
|
|
14
|
+
import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, OtpInput, Rating, Signature, Slider, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
|
|
15
15
|
import { CommonModule } from '@angular/common';
|
|
16
16
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
17
17
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -206,7 +206,7 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
206
206
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
207
207
|
return Reflect.metadata(k, v);
|
|
208
208
|
};
|
|
209
|
-
var inputs$1 = ['
|
|
209
|
+
var inputs$1 = ['cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'value', 'width'];
|
|
210
210
|
var outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
211
211
|
var twoWays$1 = ['value'];
|
|
212
212
|
/**
|
|
@@ -1721,6 +1721,185 @@ RatingAllModule.decorators = [
|
|
|
1721
1721
|
* @nocollapse
|
|
1722
1722
|
*/
|
|
1723
1723
|
RatingAllModule.ctorParameters = function () { return []; };
|
|
1724
|
+
var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1725
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1726
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1727
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
1728
|
+
else
|
|
1729
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
1730
|
+
if (d = decorators[i])
|
|
1731
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1732
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1733
|
+
};
|
|
1734
|
+
var __metadata$9 = (this && this.__metadata) || function (k, v) {
|
|
1735
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1736
|
+
return Reflect.metadata(k, v);
|
|
1737
|
+
};
|
|
1738
|
+
var inputs$9 = ['ariaLabels', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'type', 'value'];
|
|
1739
|
+
var outputs$10 = ['blur', 'created', 'focus', 'input', 'valueChanged', 'valueChange'];
|
|
1740
|
+
var twoWays$9 = ['value'];
|
|
1741
|
+
/**
|
|
1742
|
+
* Represents the EJ2 Angular OtpInput Component.
|
|
1743
|
+
* ```html
|
|
1744
|
+
* <div ejs-otpinput [value]='value'></div>
|
|
1745
|
+
* ```
|
|
1746
|
+
*/
|
|
1747
|
+
var OtpInputComponent = OtpInputComponent_1 = /** @class */ (function (_super) {
|
|
1748
|
+
__extends(OtpInputComponent, _super);
|
|
1749
|
+
/**
|
|
1750
|
+
* @param {?} ngEle
|
|
1751
|
+
* @param {?} srenderer
|
|
1752
|
+
* @param {?} viewContainerRef
|
|
1753
|
+
* @param {?} injector
|
|
1754
|
+
* @param {?} cdr
|
|
1755
|
+
*/
|
|
1756
|
+
function OtpInputComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
1757
|
+
var _this = _super.call(this) || this;
|
|
1758
|
+
_this.ngEle = ngEle;
|
|
1759
|
+
_this.srenderer = srenderer;
|
|
1760
|
+
_this.viewContainerRef = viewContainerRef;
|
|
1761
|
+
_this.injector = injector;
|
|
1762
|
+
_this.cdr = cdr;
|
|
1763
|
+
_this.skipFromEvent = true;
|
|
1764
|
+
_this.element = _this.ngEle.nativeElement;
|
|
1765
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
1766
|
+
_this.registerEvents(outputs$10);
|
|
1767
|
+
_this.addTwoWay.call(_this, twoWays$9);
|
|
1768
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1769
|
+
_this.formContext = new FormBase();
|
|
1770
|
+
_this.formCompContext = new ComponentBase();
|
|
1771
|
+
return _this;
|
|
1772
|
+
}
|
|
1773
|
+
/**
|
|
1774
|
+
* @param {?} registerFunction
|
|
1775
|
+
* @return {?}
|
|
1776
|
+
*/
|
|
1777
|
+
OtpInputComponent.prototype.registerOnChange = function (registerFunction) {
|
|
1778
|
+
};
|
|
1779
|
+
/**
|
|
1780
|
+
* @param {?} registerFunction
|
|
1781
|
+
* @return {?}
|
|
1782
|
+
*/
|
|
1783
|
+
OtpInputComponent.prototype.registerOnTouched = function (registerFunction) {
|
|
1784
|
+
};
|
|
1785
|
+
/**
|
|
1786
|
+
* @param {?} value
|
|
1787
|
+
* @return {?}
|
|
1788
|
+
*/
|
|
1789
|
+
OtpInputComponent.prototype.writeValue = function (value) {
|
|
1790
|
+
};
|
|
1791
|
+
/**
|
|
1792
|
+
* @param {?} disabled
|
|
1793
|
+
* @return {?}
|
|
1794
|
+
*/
|
|
1795
|
+
OtpInputComponent.prototype.setDisabledState = function (disabled) {
|
|
1796
|
+
};
|
|
1797
|
+
/**
|
|
1798
|
+
* @return {?}
|
|
1799
|
+
*/
|
|
1800
|
+
OtpInputComponent.prototype.ngOnInit = function () {
|
|
1801
|
+
this.formCompContext.ngOnInit(this);
|
|
1802
|
+
};
|
|
1803
|
+
/**
|
|
1804
|
+
* @return {?}
|
|
1805
|
+
*/
|
|
1806
|
+
OtpInputComponent.prototype.ngAfterViewInit = function () {
|
|
1807
|
+
this.formContext.ngAfterViewInit(this);
|
|
1808
|
+
};
|
|
1809
|
+
/**
|
|
1810
|
+
* @return {?}
|
|
1811
|
+
*/
|
|
1812
|
+
OtpInputComponent.prototype.ngOnDestroy = function () {
|
|
1813
|
+
this.formCompContext.ngOnDestroy(this);
|
|
1814
|
+
};
|
|
1815
|
+
/**
|
|
1816
|
+
* @return {?}
|
|
1817
|
+
*/
|
|
1818
|
+
OtpInputComponent.prototype.ngAfterContentChecked = function () {
|
|
1819
|
+
this.formCompContext.ngAfterContentChecked(this);
|
|
1820
|
+
};
|
|
1821
|
+
return OtpInputComponent;
|
|
1822
|
+
}(OtpInput));
|
|
1823
|
+
OtpInputComponent.decorators = [
|
|
1824
|
+
{ type: Component, args: [{
|
|
1825
|
+
selector: '[ejs-otpinput]',
|
|
1826
|
+
inputs: inputs$9,
|
|
1827
|
+
outputs: outputs$10,
|
|
1828
|
+
template: '',
|
|
1829
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1830
|
+
providers: [
|
|
1831
|
+
{
|
|
1832
|
+
provide: NG_VALUE_ACCESSOR,
|
|
1833
|
+
useExisting: forwardRef(function () { return OtpInputComponent_1; }),
|
|
1834
|
+
multi: true
|
|
1835
|
+
}
|
|
1836
|
+
],
|
|
1837
|
+
queries: {}
|
|
1838
|
+
},] },
|
|
1839
|
+
];
|
|
1840
|
+
/**
|
|
1841
|
+
* @nocollapse
|
|
1842
|
+
*/
|
|
1843
|
+
OtpInputComponent.ctorParameters = function () { return [
|
|
1844
|
+
{ type: ElementRef, },
|
|
1845
|
+
{ type: Renderer2, },
|
|
1846
|
+
{ type: ViewContainerRef, },
|
|
1847
|
+
{ type: Injector, },
|
|
1848
|
+
{ type: ChangeDetectorRef, },
|
|
1849
|
+
]; };
|
|
1850
|
+
OtpInputComponent = OtpInputComponent_1 = __decorate$9([
|
|
1851
|
+
ComponentMixins([ComponentBase, FormBase]),
|
|
1852
|
+
__metadata$9("design:paramtypes", [ElementRef,
|
|
1853
|
+
Renderer2,
|
|
1854
|
+
ViewContainerRef,
|
|
1855
|
+
Injector,
|
|
1856
|
+
ChangeDetectorRef])
|
|
1857
|
+
], OtpInputComponent);
|
|
1858
|
+
var OtpInputComponent_1;
|
|
1859
|
+
/**
|
|
1860
|
+
* NgModule definition for the OtpInput component.
|
|
1861
|
+
*/
|
|
1862
|
+
var OtpInputModule = /** @class */ (function () {
|
|
1863
|
+
function OtpInputModule() {
|
|
1864
|
+
}
|
|
1865
|
+
return OtpInputModule;
|
|
1866
|
+
}());
|
|
1867
|
+
OtpInputModule.decorators = [
|
|
1868
|
+
{ type: NgModule, args: [{
|
|
1869
|
+
imports: [CommonModule],
|
|
1870
|
+
declarations: [
|
|
1871
|
+
OtpInputComponent
|
|
1872
|
+
],
|
|
1873
|
+
exports: [
|
|
1874
|
+
OtpInputComponent
|
|
1875
|
+
]
|
|
1876
|
+
},] },
|
|
1877
|
+
];
|
|
1878
|
+
/**
|
|
1879
|
+
* @nocollapse
|
|
1880
|
+
*/
|
|
1881
|
+
OtpInputModule.ctorParameters = function () { return []; };
|
|
1882
|
+
/**
|
|
1883
|
+
* NgModule definition for the OtpInput component with providers.
|
|
1884
|
+
*/
|
|
1885
|
+
var OtpInputAllModule = /** @class */ (function () {
|
|
1886
|
+
function OtpInputAllModule() {
|
|
1887
|
+
}
|
|
1888
|
+
return OtpInputAllModule;
|
|
1889
|
+
}());
|
|
1890
|
+
OtpInputAllModule.decorators = [
|
|
1891
|
+
{ type: NgModule, args: [{
|
|
1892
|
+
imports: [CommonModule, OtpInputModule],
|
|
1893
|
+
exports: [
|
|
1894
|
+
OtpInputModule
|
|
1895
|
+
],
|
|
1896
|
+
providers: []
|
|
1897
|
+
},] },
|
|
1898
|
+
];
|
|
1899
|
+
/**
|
|
1900
|
+
* @nocollapse
|
|
1901
|
+
*/
|
|
1902
|
+
OtpInputAllModule.ctorParameters = function () { return []; };
|
|
1724
1903
|
var FormValidators = /** @class */ (function () {
|
|
1725
1904
|
function FormValidators() {
|
|
1726
1905
|
}
|
|
@@ -1965,6 +2144,6 @@ var FormValidators = /** @class */ (function () {
|
|
|
1965
2144
|
/**
|
|
1966
2145
|
* Generated bundle index. Do not edit.
|
|
1967
2146
|
*/
|
|
1968
|
-
export { TextBoxComponent, TextBoxModule, TextBoxAllModule, TextAreaComponent, TextAreaModule, TextAreaAllModule, NumericTextBoxComponent, NumericTextBoxModule, NumericTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, MaskedTextBoxAllModule, SliderComponent, SliderModule, SliderAllModule, UploadedFilesDirective, FilesDirective, UploaderComponent, UploaderModule, UploaderAllModule, ColorPickerComponent, ColorPickerModule, ColorPickerAllModule, SignatureComponent, SignatureModule, SignatureAllModule, RatingComponent, RatingModule, RatingAllModule, FormValidators, inputs$6 as ɵm, outputs$7 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh, inputs$2 as ɵe, outputs$2 as ɵf, inputs$8 as ɵq, outputs$9 as ɵr, inputs$7 as ɵo, outputs$8 as ɵp, inputs$4 as ɵi, outputs$4 as ɵj, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
|
|
1969
|
-
export { NumericTextBox, regularExpressions, createMask, applyMask, wireEvents, unwireEvents, bindClearEvent, unstrippedValue, strippedValue, maskInputMouseDownHandler, maskInputMouseUpHandler, maskInputFocusHandler, triggerFocus, escapeRegExp, maskInputBlurHandler, maskInputDropHandler, mobileRemoveFunction, setMaskValue, setElementValue, maskInput, getVal, getMaskedVal, MaskUndo, MaskedTextBox, containerAttributes, TEXTBOX_FOCUS, Input, TicksData, ColorRangeData, LimitData, TooltipData, Slider, regex, ErrorOption, FormValidator, FilesProp, ButtonsProps, AsyncSettings, Uploader, ColorPicker, TextBox, TextArea, Signature, LabelPosition, PrecisionType, Rating, SignatureBase } from '@syncfusion/ej2-inputs';
|
|
2147
|
+
export { TextBoxComponent, TextBoxModule, TextBoxAllModule, TextAreaComponent, TextAreaModule, TextAreaAllModule, NumericTextBoxComponent, NumericTextBoxModule, NumericTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, MaskedTextBoxAllModule, SliderComponent, SliderModule, SliderAllModule, UploadedFilesDirective, FilesDirective, UploaderComponent, UploaderModule, UploaderAllModule, ColorPickerComponent, ColorPickerModule, ColorPickerAllModule, SignatureComponent, SignatureModule, SignatureAllModule, RatingComponent, RatingModule, RatingAllModule, OtpInputComponent, OtpInputModule, OtpInputAllModule, FormValidators, inputs$6 as ɵm, outputs$7 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh, inputs$2 as ɵe, outputs$2 as ɵf, inputs$9 as ɵs, outputs$10 as ɵt, inputs$8 as ɵq, outputs$9 as ɵr, inputs$7 as ɵo, outputs$8 as ɵp, inputs$4 as ɵi, outputs$4 as ɵj, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
|
|
2148
|
+
export { NumericTextBox, regularExpressions, createMask, applyMask, wireEvents, unwireEvents, bindClearEvent, unstrippedValue, strippedValue, maskInputMouseDownHandler, maskInputMouseUpHandler, maskInputFocusHandler, triggerFocus, escapeRegExp, maskInputBlurHandler, maskInputDropHandler, mobileRemoveFunction, setMaskValue, setElementValue, maskInput, getVal, getMaskedVal, MaskUndo, MaskedTextBox, containerAttributes, TEXTBOX_FOCUS, Input, TicksData, ColorRangeData, LimitData, TooltipData, Slider, regex, ErrorOption, FormValidator, FilesProp, ButtonsProps, AsyncSettings, Uploader, ColorPicker, TextBox, TextArea, Signature, LabelPosition, PrecisionType, Rating, OtpInputType, OtpInputStyle, OtpInput, SignatureBase } from '@syncfusion/ej2-inputs';
|
|
1970
2149
|
//# sourceMappingURL=ej2-angular-inputs.es5.js.map
|