@syncfusion/ej2-angular-inputs 32.2.8 → 33.1.44-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 (102) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +2517 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +2371 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/dist/ej2-angular-inputs.umd.js +2635 -0
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -0
  8. package/dist/ej2-angular-inputs.umd.min.js +11 -0
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -0
  10. package/ej2-angular-inputs.d.ts +16 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +10 -23
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/color-picker/colorpicker-all.module.d.ts +5 -11
  18. package/src/color-picker/colorpicker.component.d.ts +45 -48
  19. package/src/color-picker/colorpicker.module.d.ts +5 -11
  20. package/src/form-validator/form-validator.d.ts +36 -36
  21. package/src/index.d.ts +39 -39
  22. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +5 -11
  23. package/src/maskedtextbox/maskedtextbox.component.d.ts +60 -63
  24. package/src/maskedtextbox/maskedtextbox.module.d.ts +5 -11
  25. package/src/numerictextbox/numerictextbox-all.module.d.ts +5 -11
  26. package/src/numerictextbox/numerictextbox.component.d.ts +60 -63
  27. package/src/numerictextbox/numerictextbox.module.d.ts +5 -11
  28. package/src/otp-input/otpinput-all.module.d.ts +5 -11
  29. package/src/otp-input/otpinput.component.d.ts +40 -43
  30. package/src/otp-input/otpinput.module.d.ts +5 -11
  31. package/src/rating/rating-all.module.d.ts +5 -11
  32. package/src/rating/rating.component.d.ts +86 -89
  33. package/src/rating/rating.module.d.ts +5 -11
  34. package/src/signature/signature-all.module.d.ts +5 -11
  35. package/src/signature/signature.component.d.ts +38 -41
  36. package/src/signature/signature.module.d.ts +5 -11
  37. package/src/slider/slider-all.module.d.ts +5 -11
  38. package/src/slider/slider.component.d.ts +42 -45
  39. package/src/slider/slider.module.d.ts +5 -11
  40. package/src/smart-textarea/smarttextarea-all.module.d.ts +5 -11
  41. package/src/smart-textarea/smarttextarea.component.d.ts +43 -46
  42. package/src/smart-textarea/smarttextarea.module.d.ts +5 -11
  43. package/src/speech-to-text/speechtotext-all.module.d.ts +5 -11
  44. package/src/speech-to-text/speechtotext.component.d.ts +33 -36
  45. package/src/speech-to-text/speechtotext.module.d.ts +5 -11
  46. package/src/textarea/textarea-all.module.d.ts +5 -11
  47. package/src/textarea/textarea.component.d.ts +63 -66
  48. package/src/textarea/textarea.module.d.ts +5 -11
  49. package/src/textbox/textbox-all.module.d.ts +5 -11
  50. package/src/textbox/textbox.component.d.ts +61 -64
  51. package/src/textbox/textbox.module.d.ts +5 -11
  52. package/src/uploader/files.directive.d.ts +41 -46
  53. package/src/uploader/uploader-all.module.d.ts +5 -11
  54. package/src/uploader/uploader.component.d.ts +66 -69
  55. package/src/uploader/uploader.module.d.ts +5 -12
  56. package/CHANGELOG.md +0 -1644
  57. package/esm2020/public_api.mjs +0 -2
  58. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  59. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  60. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  61. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  62. package/esm2020/src/index.mjs +0 -40
  63. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  64. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -98
  65. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  66. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  67. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -98
  68. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  69. package/esm2020/src/otp-input/otpinput-all.module.mjs +0 -23
  70. package/esm2020/src/otp-input/otpinput.component.mjs +0 -85
  71. package/esm2020/src/otp-input/otpinput.module.mjs +0 -25
  72. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  73. package/esm2020/src/rating/rating.component.mjs +0 -109
  74. package/esm2020/src/rating/rating.module.mjs +0 -25
  75. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  76. package/esm2020/src/signature/signature.component.mjs +0 -84
  77. package/esm2020/src/signature/signature.module.mjs +0 -25
  78. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  79. package/esm2020/src/slider/slider.component.mjs +0 -84
  80. package/esm2020/src/slider/slider.module.mjs +0 -25
  81. package/esm2020/src/smart-textarea/smarttextarea-all.module.mjs +0 -23
  82. package/esm2020/src/smart-textarea/smarttextarea.component.mjs +0 -85
  83. package/esm2020/src/smart-textarea/smarttextarea.module.mjs +0 -25
  84. package/esm2020/src/speech-to-text/speechtotext-all.module.mjs +0 -23
  85. package/esm2020/src/speech-to-text/speechtotext.component.mjs +0 -59
  86. package/esm2020/src/speech-to-text/speechtotext.module.mjs +0 -25
  87. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  88. package/esm2020/src/textarea/textarea.component.mjs +0 -98
  89. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  90. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  91. package/esm2020/src/textbox/textbox.component.mjs +0 -98
  92. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  93. package/esm2020/src/uploader/files.directive.mjs +0 -58
  94. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  95. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  96. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  97. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  98. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1738
  99. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  100. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1738
  101. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  102. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -0,0 +1,2371 @@
1
+ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR } from '@angular/forms';
3
+ import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
4
+ import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, OtpInput, Rating, Signature, Slider, SmartTextArea, SpeechToText, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
5
+ import { CommonModule } from '@angular/common';
6
+
7
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
8
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
9
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
10
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
11
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
12
+ };
13
+ var __metadata = (this && this.__metadata) || function (k, v) {
14
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
15
+ };
16
+ const inputs = ['appendTemplate', 'autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'prependTemplate', 'readonly', 'showClearButton', 'type', 'value', 'width'];
17
+ const outputs = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
18
+ const twoWays = ['value'];
19
+ /**
20
+ * Represents the EJ2 Angular TextBox Component.
21
+ * ```html
22
+ * <ejs-textbox [value]='value'></ejs-textbox>
23
+ * ```
24
+ */
25
+ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent extends TextBox {
26
+ /**
27
+ * @param {?} ngEle
28
+ * @param {?} srenderer
29
+ * @param {?} viewContainerRef
30
+ * @param {?} injector
31
+ * @param {?} cdr
32
+ */
33
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
34
+ super();
35
+ this.ngEle = ngEle;
36
+ this.srenderer = srenderer;
37
+ this.viewContainerRef = viewContainerRef;
38
+ this.injector = injector;
39
+ this.cdr = cdr;
40
+ this.skipFromEvent = true;
41
+ this.element = this.ngEle.nativeElement;
42
+ this.injectedModules = this.injectedModules || [];
43
+ this.registerEvents(outputs);
44
+ this.addTwoWay.call(this, twoWays);
45
+ setValue('currentInstance', this, this.viewContainerRef);
46
+ this.formContext = new FormBase();
47
+ this.formCompContext = new ComponentBase();
48
+ }
49
+ /**
50
+ * @param {?} registerFunction
51
+ * @return {?}
52
+ */
53
+ registerOnChange(registerFunction) {
54
+ }
55
+ /**
56
+ * @param {?} registerFunction
57
+ * @return {?}
58
+ */
59
+ registerOnTouched(registerFunction) {
60
+ }
61
+ /**
62
+ * @param {?} value
63
+ * @return {?}
64
+ */
65
+ writeValue(value) {
66
+ }
67
+ /**
68
+ * @param {?} disabled
69
+ * @return {?}
70
+ */
71
+ setDisabledState(disabled) {
72
+ }
73
+ /**
74
+ * @return {?}
75
+ */
76
+ ngOnInit() {
77
+ this.formCompContext.ngOnInit(this);
78
+ }
79
+ /**
80
+ * @return {?}
81
+ */
82
+ ngAfterViewInit() {
83
+ this.formContext.ngAfterViewInit(this);
84
+ }
85
+ /**
86
+ * @return {?}
87
+ */
88
+ ngOnDestroy() {
89
+ this.formCompContext.ngOnDestroy(this);
90
+ }
91
+ /**
92
+ * @return {?}
93
+ */
94
+ ngAfterContentChecked() {
95
+ this.formCompContext.ngAfterContentChecked(this);
96
+ }
97
+ };
98
+ TextBoxComponent.decorators = [
99
+ { type: Component, args: [{
100
+ selector: 'ejs-textbox',
101
+ inputs: inputs,
102
+ outputs: outputs,
103
+ template: '',
104
+ changeDetection: ChangeDetectionStrategy.OnPush,
105
+ providers: [
106
+ {
107
+ provide: NG_VALUE_ACCESSOR,
108
+ useExisting: forwardRef(() => TextBoxComponent_1),
109
+ multi: true
110
+ }
111
+ ],
112
+ queries: {}
113
+ },] },
114
+ ];
115
+ /**
116
+ * @nocollapse
117
+ */
118
+ TextBoxComponent.ctorParameters = () => [
119
+ { type: ElementRef, },
120
+ { type: Renderer2, },
121
+ { type: ViewContainerRef, },
122
+ { type: Injector, },
123
+ { type: ChangeDetectorRef, },
124
+ ];
125
+ TextBoxComponent.propDecorators = {
126
+ 'prependTemplate': [{ type: ContentChild, args: ['prependTemplate',] },],
127
+ 'appendTemplate': [{ type: ContentChild, args: ['appendTemplate',] },],
128
+ };
129
+ __decorate([
130
+ Template(),
131
+ __metadata("design:type", Object)
132
+ ], TextBoxComponent.prototype, "prependTemplate", void 0);
133
+ __decorate([
134
+ Template(),
135
+ __metadata("design:type", Object)
136
+ ], TextBoxComponent.prototype, "appendTemplate", void 0);
137
+ TextBoxComponent = TextBoxComponent_1 = __decorate([
138
+ ComponentMixins([ComponentBase, FormBase]),
139
+ __metadata("design:paramtypes", [ElementRef,
140
+ Renderer2,
141
+ ViewContainerRef,
142
+ Injector,
143
+ ChangeDetectorRef])
144
+ ], TextBoxComponent);
145
+ var TextBoxComponent_1;
146
+
147
+ /**
148
+ * NgModule definition for the TextBox component.
149
+ */
150
+ class TextBoxModule {
151
+ }
152
+ TextBoxModule.decorators = [
153
+ { type: NgModule, args: [{
154
+ imports: [CommonModule],
155
+ declarations: [
156
+ TextBoxComponent
157
+ ],
158
+ exports: [
159
+ TextBoxComponent
160
+ ]
161
+ },] },
162
+ ];
163
+ /**
164
+ * @nocollapse
165
+ */
166
+ TextBoxModule.ctorParameters = () => [];
167
+
168
+ /**
169
+ * NgModule definition for the TextBox component with providers.
170
+ */
171
+ class TextBoxAllModule {
172
+ }
173
+ TextBoxAllModule.decorators = [
174
+ { type: NgModule, args: [{
175
+ imports: [CommonModule, TextBoxModule],
176
+ exports: [
177
+ TextBoxModule
178
+ ],
179
+ providers: []
180
+ },] },
181
+ ];
182
+ /**
183
+ * @nocollapse
184
+ */
185
+ TextBoxAllModule.ctorParameters = () => [];
186
+
187
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
188
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
189
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
190
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
191
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
192
+ };
193
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
194
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
195
+ };
196
+ const inputs$1 = ['adornmentFlow', 'adornmentOrientation', 'appendTemplate', 'cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'prependTemplate', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'value', 'width'];
197
+ const outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
198
+ const twoWays$1 = ['value'];
199
+ /**
200
+ * Represents the EJ2 Angular TextArea Component.
201
+ * ```html
202
+ * <ejs-textarea [value]='value'></ejs-textarea>
203
+ * ```
204
+ */
205
+ let TextAreaComponent = TextAreaComponent_1 = class TextAreaComponent extends TextArea {
206
+ /**
207
+ * @param {?} ngEle
208
+ * @param {?} srenderer
209
+ * @param {?} viewContainerRef
210
+ * @param {?} injector
211
+ * @param {?} cdr
212
+ */
213
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
214
+ super();
215
+ this.ngEle = ngEle;
216
+ this.srenderer = srenderer;
217
+ this.viewContainerRef = viewContainerRef;
218
+ this.injector = injector;
219
+ this.cdr = cdr;
220
+ this.skipFromEvent = true;
221
+ this.element = this.ngEle.nativeElement;
222
+ this.injectedModules = this.injectedModules || [];
223
+ this.registerEvents(outputs$1);
224
+ this.addTwoWay.call(this, twoWays$1);
225
+ setValue('currentInstance', this, this.viewContainerRef);
226
+ this.formContext = new FormBase();
227
+ this.formCompContext = new ComponentBase();
228
+ }
229
+ /**
230
+ * @param {?} registerFunction
231
+ * @return {?}
232
+ */
233
+ registerOnChange(registerFunction) {
234
+ }
235
+ /**
236
+ * @param {?} registerFunction
237
+ * @return {?}
238
+ */
239
+ registerOnTouched(registerFunction) {
240
+ }
241
+ /**
242
+ * @param {?} value
243
+ * @return {?}
244
+ */
245
+ writeValue(value) {
246
+ }
247
+ /**
248
+ * @param {?} disabled
249
+ * @return {?}
250
+ */
251
+ setDisabledState(disabled) {
252
+ }
253
+ /**
254
+ * @return {?}
255
+ */
256
+ ngOnInit() {
257
+ this.formCompContext.ngOnInit(this);
258
+ }
259
+ /**
260
+ * @return {?}
261
+ */
262
+ ngAfterViewInit() {
263
+ this.formContext.ngAfterViewInit(this);
264
+ }
265
+ /**
266
+ * @return {?}
267
+ */
268
+ ngOnDestroy() {
269
+ this.formCompContext.ngOnDestroy(this);
270
+ }
271
+ /**
272
+ * @return {?}
273
+ */
274
+ ngAfterContentChecked() {
275
+ this.formCompContext.ngAfterContentChecked(this);
276
+ }
277
+ };
278
+ TextAreaComponent.decorators = [
279
+ { type: Component, args: [{
280
+ selector: 'ejs-textarea',
281
+ inputs: inputs$1,
282
+ outputs: outputs$1,
283
+ template: '',
284
+ changeDetection: ChangeDetectionStrategy.OnPush,
285
+ providers: [
286
+ {
287
+ provide: NG_VALUE_ACCESSOR,
288
+ useExisting: forwardRef(() => TextAreaComponent_1),
289
+ multi: true
290
+ }
291
+ ],
292
+ queries: {}
293
+ },] },
294
+ ];
295
+ /**
296
+ * @nocollapse
297
+ */
298
+ TextAreaComponent.ctorParameters = () => [
299
+ { type: ElementRef, },
300
+ { type: Renderer2, },
301
+ { type: ViewContainerRef, },
302
+ { type: Injector, },
303
+ { type: ChangeDetectorRef, },
304
+ ];
305
+ TextAreaComponent.propDecorators = {
306
+ 'prependTemplate': [{ type: ContentChild, args: ['prependTemplate',] },],
307
+ 'appendTemplate': [{ type: ContentChild, args: ['appendTemplate',] },],
308
+ };
309
+ __decorate$1([
310
+ Template(),
311
+ __metadata$1("design:type", Object)
312
+ ], TextAreaComponent.prototype, "prependTemplate", void 0);
313
+ __decorate$1([
314
+ Template(),
315
+ __metadata$1("design:type", Object)
316
+ ], TextAreaComponent.prototype, "appendTemplate", void 0);
317
+ TextAreaComponent = TextAreaComponent_1 = __decorate$1([
318
+ ComponentMixins([ComponentBase, FormBase]),
319
+ __metadata$1("design:paramtypes", [ElementRef,
320
+ Renderer2,
321
+ ViewContainerRef,
322
+ Injector,
323
+ ChangeDetectorRef])
324
+ ], TextAreaComponent);
325
+ var TextAreaComponent_1;
326
+
327
+ /**
328
+ * NgModule definition for the TextArea component.
329
+ */
330
+ class TextAreaModule {
331
+ }
332
+ TextAreaModule.decorators = [
333
+ { type: NgModule, args: [{
334
+ imports: [CommonModule],
335
+ declarations: [
336
+ TextAreaComponent
337
+ ],
338
+ exports: [
339
+ TextAreaComponent
340
+ ]
341
+ },] },
342
+ ];
343
+ /**
344
+ * @nocollapse
345
+ */
346
+ TextAreaModule.ctorParameters = () => [];
347
+
348
+ /**
349
+ * NgModule definition for the TextArea component with providers.
350
+ */
351
+ class TextAreaAllModule {
352
+ }
353
+ TextAreaAllModule.decorators = [
354
+ { type: NgModule, args: [{
355
+ imports: [CommonModule, TextAreaModule],
356
+ exports: [
357
+ TextAreaModule
358
+ ],
359
+ providers: []
360
+ },] },
361
+ ];
362
+ /**
363
+ * @nocollapse
364
+ */
365
+ TextAreaAllModule.ctorParameters = () => [];
366
+
367
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
368
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
369
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
370
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
371
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
372
+ };
373
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
374
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
375
+ };
376
+ const inputs$2 = ['allowMouseWheel', 'appendTemplate', 'cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'prependTemplate', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
377
+ const outputs$2 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
378
+ const twoWays$2 = ['value'];
379
+ /**
380
+ * Represents the EJ2 Angular NumericTextBox Component.
381
+ * ```html
382
+ * <ej-numerictextbox [value]='value'></ej-numerictextbox>
383
+ * ```
384
+ */
385
+ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxComponent extends NumericTextBox {
386
+ /**
387
+ * @param {?} ngEle
388
+ * @param {?} srenderer
389
+ * @param {?} viewContainerRef
390
+ * @param {?} injector
391
+ * @param {?} cdr
392
+ */
393
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
394
+ super();
395
+ this.ngEle = ngEle;
396
+ this.srenderer = srenderer;
397
+ this.viewContainerRef = viewContainerRef;
398
+ this.injector = injector;
399
+ this.cdr = cdr;
400
+ this.skipFromEvent = true;
401
+ this.element = this.ngEle.nativeElement;
402
+ this.injectedModules = this.injectedModules || [];
403
+ this.registerEvents(outputs$2);
404
+ this.addTwoWay.call(this, twoWays$2);
405
+ setValue('currentInstance', this, this.viewContainerRef);
406
+ this.formContext = new FormBase();
407
+ this.formCompContext = new ComponentBase();
408
+ }
409
+ /**
410
+ * @param {?} registerFunction
411
+ * @return {?}
412
+ */
413
+ registerOnChange(registerFunction) {
414
+ }
415
+ /**
416
+ * @param {?} registerFunction
417
+ * @return {?}
418
+ */
419
+ registerOnTouched(registerFunction) {
420
+ }
421
+ /**
422
+ * @param {?} value
423
+ * @return {?}
424
+ */
425
+ writeValue(value) {
426
+ }
427
+ /**
428
+ * @param {?} disabled
429
+ * @return {?}
430
+ */
431
+ setDisabledState(disabled) {
432
+ }
433
+ /**
434
+ * @return {?}
435
+ */
436
+ ngOnInit() {
437
+ this.formCompContext.ngOnInit(this);
438
+ }
439
+ /**
440
+ * @return {?}
441
+ */
442
+ ngAfterViewInit() {
443
+ this.formContext.ngAfterViewInit(this);
444
+ }
445
+ /**
446
+ * @return {?}
447
+ */
448
+ ngOnDestroy() {
449
+ this.formCompContext.ngOnDestroy(this);
450
+ }
451
+ /**
452
+ * @return {?}
453
+ */
454
+ ngAfterContentChecked() {
455
+ this.formCompContext.ngAfterContentChecked(this);
456
+ }
457
+ };
458
+ NumericTextBoxComponent.decorators = [
459
+ { type: Component, args: [{
460
+ selector: 'ejs-numerictextbox',
461
+ inputs: inputs$2,
462
+ outputs: outputs$2,
463
+ template: '',
464
+ changeDetection: ChangeDetectionStrategy.OnPush,
465
+ providers: [
466
+ {
467
+ provide: NG_VALUE_ACCESSOR,
468
+ useExisting: forwardRef(() => NumericTextBoxComponent_1),
469
+ multi: true
470
+ }
471
+ ],
472
+ queries: {}
473
+ },] },
474
+ ];
475
+ /**
476
+ * @nocollapse
477
+ */
478
+ NumericTextBoxComponent.ctorParameters = () => [
479
+ { type: ElementRef, },
480
+ { type: Renderer2, },
481
+ { type: ViewContainerRef, },
482
+ { type: Injector, },
483
+ { type: ChangeDetectorRef, },
484
+ ];
485
+ NumericTextBoxComponent.propDecorators = {
486
+ 'prependTemplate': [{ type: ContentChild, args: ['prependTemplate',] },],
487
+ 'appendTemplate': [{ type: ContentChild, args: ['appendTemplate',] },],
488
+ };
489
+ __decorate$2([
490
+ Template(),
491
+ __metadata$2("design:type", Object)
492
+ ], NumericTextBoxComponent.prototype, "prependTemplate", void 0);
493
+ __decorate$2([
494
+ Template(),
495
+ __metadata$2("design:type", Object)
496
+ ], NumericTextBoxComponent.prototype, "appendTemplate", void 0);
497
+ NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$2([
498
+ ComponentMixins([ComponentBase, FormBase]),
499
+ __metadata$2("design:paramtypes", [ElementRef,
500
+ Renderer2,
501
+ ViewContainerRef,
502
+ Injector,
503
+ ChangeDetectorRef])
504
+ ], NumericTextBoxComponent);
505
+ var NumericTextBoxComponent_1;
506
+
507
+ /**
508
+ * NgModule definition for the NumericTextBox component.
509
+ */
510
+ class NumericTextBoxModule {
511
+ }
512
+ NumericTextBoxModule.decorators = [
513
+ { type: NgModule, args: [{
514
+ imports: [CommonModule],
515
+ declarations: [
516
+ NumericTextBoxComponent
517
+ ],
518
+ exports: [
519
+ NumericTextBoxComponent
520
+ ]
521
+ },] },
522
+ ];
523
+ /**
524
+ * @nocollapse
525
+ */
526
+ NumericTextBoxModule.ctorParameters = () => [];
527
+
528
+ /**
529
+ * NgModule definition for the NumericTextBox component with providers.
530
+ */
531
+ class NumericTextBoxAllModule {
532
+ }
533
+ NumericTextBoxAllModule.decorators = [
534
+ { type: NgModule, args: [{
535
+ imports: [CommonModule, NumericTextBoxModule],
536
+ exports: [
537
+ NumericTextBoxModule
538
+ ],
539
+ providers: []
540
+ },] },
541
+ ];
542
+ /**
543
+ * @nocollapse
544
+ */
545
+ NumericTextBoxAllModule.ctorParameters = () => [];
546
+
547
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
548
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
549
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
550
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
551
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
552
+ };
553
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
554
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
555
+ };
556
+ const inputs$3 = ['appendTemplate', 'cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'prependTemplate', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
557
+ const outputs$3 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
558
+ const twoWays$3 = ['value'];
559
+ /**
560
+ * Represents the EJ2 Angular MaskedTextbox Component.
561
+ * ```html
562
+ * <ej-maskedtextbox [value]='value'></ej-maskedtextbox>
563
+ * ```
564
+ */
565
+ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxComponent extends MaskedTextBox {
566
+ /**
567
+ * @param {?} ngEle
568
+ * @param {?} srenderer
569
+ * @param {?} viewContainerRef
570
+ * @param {?} injector
571
+ * @param {?} cdr
572
+ */
573
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
574
+ super();
575
+ this.ngEle = ngEle;
576
+ this.srenderer = srenderer;
577
+ this.viewContainerRef = viewContainerRef;
578
+ this.injector = injector;
579
+ this.cdr = cdr;
580
+ this.skipFromEvent = true;
581
+ this.element = this.ngEle.nativeElement;
582
+ this.injectedModules = this.injectedModules || [];
583
+ this.registerEvents(outputs$3);
584
+ this.addTwoWay.call(this, twoWays$3);
585
+ setValue('currentInstance', this, this.viewContainerRef);
586
+ this.formContext = new FormBase();
587
+ this.formCompContext = new ComponentBase();
588
+ }
589
+ /**
590
+ * @param {?} registerFunction
591
+ * @return {?}
592
+ */
593
+ registerOnChange(registerFunction) {
594
+ }
595
+ /**
596
+ * @param {?} registerFunction
597
+ * @return {?}
598
+ */
599
+ registerOnTouched(registerFunction) {
600
+ }
601
+ /**
602
+ * @param {?} value
603
+ * @return {?}
604
+ */
605
+ writeValue(value) {
606
+ }
607
+ /**
608
+ * @param {?} disabled
609
+ * @return {?}
610
+ */
611
+ setDisabledState(disabled) {
612
+ }
613
+ /**
614
+ * @return {?}
615
+ */
616
+ ngOnInit() {
617
+ this.formCompContext.ngOnInit(this);
618
+ }
619
+ /**
620
+ * @return {?}
621
+ */
622
+ ngAfterViewInit() {
623
+ this.formContext.ngAfterViewInit(this);
624
+ }
625
+ /**
626
+ * @return {?}
627
+ */
628
+ ngOnDestroy() {
629
+ this.formCompContext.ngOnDestroy(this);
630
+ }
631
+ /**
632
+ * @return {?}
633
+ */
634
+ ngAfterContentChecked() {
635
+ this.formCompContext.ngAfterContentChecked(this);
636
+ }
637
+ };
638
+ MaskedTextBoxComponent.decorators = [
639
+ { type: Component, args: [{
640
+ selector: 'ejs-maskedtextbox',
641
+ inputs: inputs$3,
642
+ outputs: outputs$3,
643
+ template: '',
644
+ changeDetection: ChangeDetectionStrategy.OnPush,
645
+ providers: [
646
+ {
647
+ provide: NG_VALUE_ACCESSOR,
648
+ useExisting: forwardRef(() => MaskedTextBoxComponent_1),
649
+ multi: true
650
+ }
651
+ ],
652
+ queries: {}
653
+ },] },
654
+ ];
655
+ /**
656
+ * @nocollapse
657
+ */
658
+ MaskedTextBoxComponent.ctorParameters = () => [
659
+ { type: ElementRef, },
660
+ { type: Renderer2, },
661
+ { type: ViewContainerRef, },
662
+ { type: Injector, },
663
+ { type: ChangeDetectorRef, },
664
+ ];
665
+ MaskedTextBoxComponent.propDecorators = {
666
+ 'prependTemplate': [{ type: ContentChild, args: ['prependTemplate',] },],
667
+ 'appendTemplate': [{ type: ContentChild, args: ['appendTemplate',] },],
668
+ };
669
+ __decorate$3([
670
+ Template(),
671
+ __metadata$3("design:type", Object)
672
+ ], MaskedTextBoxComponent.prototype, "prependTemplate", void 0);
673
+ __decorate$3([
674
+ Template(),
675
+ __metadata$3("design:type", Object)
676
+ ], MaskedTextBoxComponent.prototype, "appendTemplate", void 0);
677
+ MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$3([
678
+ ComponentMixins([ComponentBase, FormBase]),
679
+ __metadata$3("design:paramtypes", [ElementRef,
680
+ Renderer2,
681
+ ViewContainerRef,
682
+ Injector,
683
+ ChangeDetectorRef])
684
+ ], MaskedTextBoxComponent);
685
+ var MaskedTextBoxComponent_1;
686
+
687
+ /**
688
+ * NgModule definition for the MaskedTextBox component.
689
+ */
690
+ class MaskedTextBoxModule {
691
+ }
692
+ MaskedTextBoxModule.decorators = [
693
+ { type: NgModule, args: [{
694
+ imports: [CommonModule],
695
+ declarations: [
696
+ MaskedTextBoxComponent
697
+ ],
698
+ exports: [
699
+ MaskedTextBoxComponent
700
+ ]
701
+ },] },
702
+ ];
703
+ /**
704
+ * @nocollapse
705
+ */
706
+ MaskedTextBoxModule.ctorParameters = () => [];
707
+
708
+ /**
709
+ * NgModule definition for the MaskedTextBox component with providers.
710
+ */
711
+ class MaskedTextBoxAllModule {
712
+ }
713
+ MaskedTextBoxAllModule.decorators = [
714
+ { type: NgModule, args: [{
715
+ imports: [CommonModule, MaskedTextBoxModule],
716
+ exports: [
717
+ MaskedTextBoxModule
718
+ ],
719
+ providers: []
720
+ },] },
721
+ ];
722
+ /**
723
+ * @nocollapse
724
+ */
725
+ MaskedTextBoxAllModule.ctorParameters = () => [];
726
+
727
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
728
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
729
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
730
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
731
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
732
+ };
733
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
734
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
735
+ };
736
+ const inputs$4 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
737
+ const outputs$4 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
738
+ const twoWays$4 = ['value'];
739
+ /**
740
+ * Represents the EJ2 Angular Slider Component.
741
+ * ```html
742
+ * <ejs-slider [value]='value'></ejs-slider>
743
+ * ```
744
+ */
745
+ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
746
+ /**
747
+ * @param {?} ngEle
748
+ * @param {?} srenderer
749
+ * @param {?} viewContainerRef
750
+ * @param {?} injector
751
+ * @param {?} cdr
752
+ */
753
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
754
+ super();
755
+ this.ngEle = ngEle;
756
+ this.srenderer = srenderer;
757
+ this.viewContainerRef = viewContainerRef;
758
+ this.injector = injector;
759
+ this.cdr = cdr;
760
+ this.element = this.ngEle.nativeElement;
761
+ this.injectedModules = this.injectedModules || [];
762
+ this.registerEvents(outputs$4);
763
+ this.addTwoWay.call(this, twoWays$4);
764
+ setValue('currentInstance', this, this.viewContainerRef);
765
+ this.formContext = new FormBase();
766
+ this.formCompContext = new ComponentBase();
767
+ }
768
+ /**
769
+ * @param {?} registerFunction
770
+ * @return {?}
771
+ */
772
+ registerOnChange(registerFunction) {
773
+ }
774
+ /**
775
+ * @param {?} registerFunction
776
+ * @return {?}
777
+ */
778
+ registerOnTouched(registerFunction) {
779
+ }
780
+ /**
781
+ * @param {?} value
782
+ * @return {?}
783
+ */
784
+ writeValue(value) {
785
+ }
786
+ /**
787
+ * @param {?} disabled
788
+ * @return {?}
789
+ */
790
+ setDisabledState(disabled) {
791
+ }
792
+ /**
793
+ * @return {?}
794
+ */
795
+ ngOnInit() {
796
+ this.formCompContext.ngOnInit(this);
797
+ }
798
+ /**
799
+ * @return {?}
800
+ */
801
+ ngAfterViewInit() {
802
+ this.formContext.ngAfterViewInit(this);
803
+ }
804
+ /**
805
+ * @return {?}
806
+ */
807
+ ngOnDestroy() {
808
+ this.formCompContext.ngOnDestroy(this);
809
+ }
810
+ /**
811
+ * @return {?}
812
+ */
813
+ ngAfterContentChecked() {
814
+ this.formCompContext.ngAfterContentChecked(this);
815
+ }
816
+ };
817
+ SliderComponent.decorators = [
818
+ { type: Component, args: [{
819
+ selector: 'ejs-slider',
820
+ inputs: inputs$4,
821
+ outputs: outputs$4,
822
+ template: '',
823
+ changeDetection: ChangeDetectionStrategy.OnPush,
824
+ providers: [
825
+ {
826
+ provide: NG_VALUE_ACCESSOR,
827
+ useExisting: forwardRef(() => SliderComponent_1),
828
+ multi: true
829
+ }
830
+ ],
831
+ queries: {}
832
+ },] },
833
+ ];
834
+ /**
835
+ * @nocollapse
836
+ */
837
+ SliderComponent.ctorParameters = () => [
838
+ { type: ElementRef, },
839
+ { type: Renderer2, },
840
+ { type: ViewContainerRef, },
841
+ { type: Injector, },
842
+ { type: ChangeDetectorRef, },
843
+ ];
844
+ SliderComponent = SliderComponent_1 = __decorate$4([
845
+ ComponentMixins([ComponentBase, FormBase]),
846
+ __metadata$4("design:paramtypes", [ElementRef,
847
+ Renderer2,
848
+ ViewContainerRef,
849
+ Injector,
850
+ ChangeDetectorRef])
851
+ ], SliderComponent);
852
+ var SliderComponent_1;
853
+
854
+ /**
855
+ * NgModule definition for the Slider component.
856
+ */
857
+ class SliderModule {
858
+ }
859
+ SliderModule.decorators = [
860
+ { type: NgModule, args: [{
861
+ imports: [CommonModule],
862
+ declarations: [
863
+ SliderComponent
864
+ ],
865
+ exports: [
866
+ SliderComponent
867
+ ]
868
+ },] },
869
+ ];
870
+ /**
871
+ * @nocollapse
872
+ */
873
+ SliderModule.ctorParameters = () => [];
874
+
875
+ /**
876
+ * NgModule definition for the Slider component with providers.
877
+ */
878
+ class SliderAllModule {
879
+ }
880
+ SliderAllModule.decorators = [
881
+ { type: NgModule, args: [{
882
+ imports: [CommonModule, SliderModule],
883
+ exports: [
884
+ SliderModule
885
+ ],
886
+ providers: []
887
+ },] },
888
+ ];
889
+ /**
890
+ * @nocollapse
891
+ */
892
+ SliderAllModule.ctorParameters = () => [];
893
+
894
+ let input = ['name', 'size', 'type'];
895
+ let outputs$5 = [];
896
+ /**
897
+ * 'e-files' directive represent a file of angular uploader
898
+ * It must be contained in a Uploader component(`ejs-uploader`).
899
+ * ```html
900
+ * <ejs-uploader id='fileupload' multiple=true>
901
+ * <e-files>
902
+ * <e-file name='Java' size=23000 type='pdf'></e-file>
903
+ * <e-file name='C++' size=30000 type='.docx'></e-file>
904
+ * </e-files>
905
+ * </ejs-uploader>
906
+ * ```
907
+ */
908
+ class UploadedFilesDirective extends ComplexBase {
909
+ /**
910
+ * @param {?} viewContainerRef
911
+ */
912
+ constructor(viewContainerRef) {
913
+ super();
914
+ this.viewContainerRef = viewContainerRef;
915
+ setValue('currentInstance', this, this.viewContainerRef);
916
+ this.registerEvents(outputs$5);
917
+ this.directivePropList = input;
918
+ }
919
+ }
920
+ UploadedFilesDirective.decorators = [
921
+ { type: Directive, args: [{
922
+ selector: 'e-files>e-uploadedfiles',
923
+ inputs: input,
924
+ outputs: outputs$5,
925
+ queries: {}
926
+ },] },
927
+ ];
928
+ /**
929
+ * @nocollapse
930
+ */
931
+ UploadedFilesDirective.ctorParameters = () => [
932
+ { type: ViewContainerRef, },
933
+ ];
934
+ /**
935
+ * UploadedFiles Array Directive
936
+ */
937
+ class FilesDirective extends ArrayBase {
938
+ constructor() {
939
+ super('files');
940
+ }
941
+ }
942
+ FilesDirective.decorators = [
943
+ { type: Directive, args: [{
944
+ selector: 'ejs-uploader>e-files',
945
+ queries: {
946
+ children: new ContentChildren(UploadedFilesDirective)
947
+ },
948
+ },] },
949
+ ];
950
+ /**
951
+ * @nocollapse
952
+ */
953
+ FilesDirective.ctorParameters = () => [];
954
+
955
+ var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
956
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
957
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
958
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
959
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
960
+ };
961
+ var __metadata$5 = (this && this.__metadata) || function (k, v) {
962
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
963
+ };
964
+ const inputs$5 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
965
+ const outputs$6 = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
966
+ const twoWays$5 = [];
967
+ /**
968
+ * Represents the EJ2 Angular Uploader Component.
969
+ * ```html
970
+ * <ejs-uploader></ejs-uploader>
971
+ * ```
972
+ */
973
+ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Uploader {
974
+ /**
975
+ * @param {?} ngEle
976
+ * @param {?} srenderer
977
+ * @param {?} viewContainerRef
978
+ * @param {?} injector
979
+ * @param {?} cdr
980
+ */
981
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
982
+ super();
983
+ this.ngEle = ngEle;
984
+ this.srenderer = srenderer;
985
+ this.viewContainerRef = viewContainerRef;
986
+ this.injector = injector;
987
+ this.cdr = cdr;
988
+ this.tags = ['files'];
989
+ this.element = this.ngEle.nativeElement;
990
+ this.injectedModules = this.injectedModules || [];
991
+ this.registerEvents(outputs$6);
992
+ this.addTwoWay.call(this, twoWays$5);
993
+ setValue('currentInstance', this, this.viewContainerRef);
994
+ this.formContext = new FormBase();
995
+ this.formCompContext = new ComponentBase();
996
+ }
997
+ /**
998
+ * @param {?} registerFunction
999
+ * @return {?}
1000
+ */
1001
+ registerOnChange(registerFunction) {
1002
+ }
1003
+ /**
1004
+ * @param {?} registerFunction
1005
+ * @return {?}
1006
+ */
1007
+ registerOnTouched(registerFunction) {
1008
+ }
1009
+ /**
1010
+ * @param {?} value
1011
+ * @return {?}
1012
+ */
1013
+ writeValue(value) {
1014
+ }
1015
+ /**
1016
+ * @param {?} disabled
1017
+ * @return {?}
1018
+ */
1019
+ setDisabledState(disabled) {
1020
+ }
1021
+ /**
1022
+ * @return {?}
1023
+ */
1024
+ ngOnInit() {
1025
+ this.formCompContext.ngOnInit(this);
1026
+ }
1027
+ /**
1028
+ * @return {?}
1029
+ */
1030
+ ngAfterViewInit() {
1031
+ this.formContext.ngAfterViewInit(this);
1032
+ }
1033
+ /**
1034
+ * @return {?}
1035
+ */
1036
+ ngOnDestroy() {
1037
+ this.formCompContext.ngOnDestroy(this);
1038
+ }
1039
+ /**
1040
+ * @return {?}
1041
+ */
1042
+ ngAfterContentChecked() {
1043
+ this.tagObjects[0].instance = this.childFiles;
1044
+ this.formCompContext.ngAfterContentChecked(this);
1045
+ }
1046
+ };
1047
+ UploaderComponent.decorators = [
1048
+ { type: Component, args: [{
1049
+ selector: 'ejs-uploader',
1050
+ inputs: inputs$5,
1051
+ outputs: outputs$6,
1052
+ template: '',
1053
+ changeDetection: ChangeDetectionStrategy.OnPush,
1054
+ providers: [
1055
+ {
1056
+ provide: NG_VALUE_ACCESSOR,
1057
+ useExisting: forwardRef(() => UploaderComponent_1),
1058
+ multi: true
1059
+ }
1060
+ ],
1061
+ queries: {
1062
+ childFiles: new ContentChild(FilesDirective)
1063
+ }
1064
+ },] },
1065
+ ];
1066
+ /**
1067
+ * @nocollapse
1068
+ */
1069
+ UploaderComponent.ctorParameters = () => [
1070
+ { type: ElementRef, },
1071
+ { type: Renderer2, },
1072
+ { type: ViewContainerRef, },
1073
+ { type: Injector, },
1074
+ { type: ChangeDetectorRef, },
1075
+ ];
1076
+ UploaderComponent.propDecorators = {
1077
+ 'template': [{ type: ContentChild, args: ['template',] },],
1078
+ };
1079
+ __decorate$5([
1080
+ Template(),
1081
+ __metadata$5("design:type", Object)
1082
+ ], UploaderComponent.prototype, "template", void 0);
1083
+ UploaderComponent = UploaderComponent_1 = __decorate$5([
1084
+ ComponentMixins([ComponentBase, FormBase]),
1085
+ __metadata$5("design:paramtypes", [ElementRef,
1086
+ Renderer2,
1087
+ ViewContainerRef,
1088
+ Injector,
1089
+ ChangeDetectorRef])
1090
+ ], UploaderComponent);
1091
+ var UploaderComponent_1;
1092
+
1093
+ /**
1094
+ * NgModule definition for the Uploader component.
1095
+ */
1096
+ class UploaderModule {
1097
+ }
1098
+ UploaderModule.decorators = [
1099
+ { type: NgModule, args: [{
1100
+ imports: [CommonModule],
1101
+ declarations: [
1102
+ UploaderComponent,
1103
+ UploadedFilesDirective,
1104
+ FilesDirective
1105
+ ],
1106
+ exports: [
1107
+ UploaderComponent,
1108
+ UploadedFilesDirective,
1109
+ FilesDirective
1110
+ ]
1111
+ },] },
1112
+ ];
1113
+ /**
1114
+ * @nocollapse
1115
+ */
1116
+ UploaderModule.ctorParameters = () => [];
1117
+
1118
+ /**
1119
+ * NgModule definition for the Uploader component with providers.
1120
+ */
1121
+ class UploaderAllModule {
1122
+ }
1123
+ UploaderAllModule.decorators = [
1124
+ { type: NgModule, args: [{
1125
+ imports: [CommonModule, UploaderModule],
1126
+ exports: [
1127
+ UploaderModule
1128
+ ],
1129
+ providers: []
1130
+ },] },
1131
+ ];
1132
+ /**
1133
+ * @nocollapse
1134
+ */
1135
+ UploaderAllModule.ctorParameters = () => [];
1136
+
1137
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1138
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1139
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1140
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1141
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1142
+ };
1143
+ var __metadata$6 = (this && this.__metadata) || function (k, v) {
1144
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1145
+ };
1146
+ const inputs$6 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'showRecentColors', 'value'];
1147
+ const outputs$7 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
1148
+ const twoWays$6 = ['value'];
1149
+ /**
1150
+ * Represents the EJ2 Angular ColorPicker Component.
1151
+ * ```html
1152
+ * <input ejs-colorpicker type='color'/>
1153
+ * ```
1154
+ */
1155
+ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent extends ColorPicker {
1156
+ /**
1157
+ * @param {?} ngEle
1158
+ * @param {?} srenderer
1159
+ * @param {?} viewContainerRef
1160
+ * @param {?} injector
1161
+ * @param {?} cdr
1162
+ */
1163
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1164
+ super();
1165
+ this.ngEle = ngEle;
1166
+ this.srenderer = srenderer;
1167
+ this.viewContainerRef = viewContainerRef;
1168
+ this.injector = injector;
1169
+ this.cdr = cdr;
1170
+ this.element = this.ngEle.nativeElement;
1171
+ this.injectedModules = this.injectedModules || [];
1172
+ this.registerEvents(outputs$7);
1173
+ this.addTwoWay.call(this, twoWays$6);
1174
+ setValue('currentInstance', this, this.viewContainerRef);
1175
+ this.formContext = new FormBase();
1176
+ this.formCompContext = new ComponentBase();
1177
+ }
1178
+ /**
1179
+ * @param {?} registerFunction
1180
+ * @return {?}
1181
+ */
1182
+ registerOnChange(registerFunction) {
1183
+ }
1184
+ /**
1185
+ * @param {?} registerFunction
1186
+ * @return {?}
1187
+ */
1188
+ registerOnTouched(registerFunction) {
1189
+ }
1190
+ /**
1191
+ * @param {?} value
1192
+ * @return {?}
1193
+ */
1194
+ writeValue(value) {
1195
+ }
1196
+ /**
1197
+ * @param {?} disabled
1198
+ * @return {?}
1199
+ */
1200
+ setDisabledState(disabled) {
1201
+ }
1202
+ /**
1203
+ * @return {?}
1204
+ */
1205
+ ngOnInit() {
1206
+ this.formCompContext.ngOnInit(this);
1207
+ }
1208
+ /**
1209
+ * @return {?}
1210
+ */
1211
+ ngAfterViewInit() {
1212
+ this.formContext.ngAfterViewInit(this);
1213
+ }
1214
+ /**
1215
+ * @return {?}
1216
+ */
1217
+ ngOnDestroy() {
1218
+ this.formCompContext.ngOnDestroy(this);
1219
+ }
1220
+ /**
1221
+ * @return {?}
1222
+ */
1223
+ ngAfterContentChecked() {
1224
+ this.formCompContext.ngAfterContentChecked(this);
1225
+ }
1226
+ };
1227
+ ColorPickerComponent.decorators = [
1228
+ { type: Component, args: [{
1229
+ selector: '[ejs-colorpicker]',
1230
+ inputs: inputs$6,
1231
+ outputs: outputs$7,
1232
+ template: '',
1233
+ changeDetection: ChangeDetectionStrategy.OnPush,
1234
+ providers: [
1235
+ {
1236
+ provide: NG_VALUE_ACCESSOR,
1237
+ useExisting: forwardRef(() => ColorPickerComponent_1),
1238
+ multi: true
1239
+ }
1240
+ ],
1241
+ queries: {}
1242
+ },] },
1243
+ ];
1244
+ /**
1245
+ * @nocollapse
1246
+ */
1247
+ ColorPickerComponent.ctorParameters = () => [
1248
+ { type: ElementRef, },
1249
+ { type: Renderer2, },
1250
+ { type: ViewContainerRef, },
1251
+ { type: Injector, },
1252
+ { type: ChangeDetectorRef, },
1253
+ ];
1254
+ ColorPickerComponent = ColorPickerComponent_1 = __decorate$6([
1255
+ ComponentMixins([ComponentBase, FormBase]),
1256
+ __metadata$6("design:paramtypes", [ElementRef,
1257
+ Renderer2,
1258
+ ViewContainerRef,
1259
+ Injector,
1260
+ ChangeDetectorRef])
1261
+ ], ColorPickerComponent);
1262
+ var ColorPickerComponent_1;
1263
+
1264
+ /**
1265
+ * NgModule definition for the ColorPicker component.
1266
+ */
1267
+ class ColorPickerModule {
1268
+ }
1269
+ ColorPickerModule.decorators = [
1270
+ { type: NgModule, args: [{
1271
+ imports: [CommonModule],
1272
+ declarations: [
1273
+ ColorPickerComponent
1274
+ ],
1275
+ exports: [
1276
+ ColorPickerComponent
1277
+ ]
1278
+ },] },
1279
+ ];
1280
+ /**
1281
+ * @nocollapse
1282
+ */
1283
+ ColorPickerModule.ctorParameters = () => [];
1284
+
1285
+ /**
1286
+ * NgModule definition for the ColorPicker component with providers.
1287
+ */
1288
+ class ColorPickerAllModule {
1289
+ }
1290
+ ColorPickerAllModule.decorators = [
1291
+ { type: NgModule, args: [{
1292
+ imports: [CommonModule, ColorPickerModule],
1293
+ exports: [
1294
+ ColorPickerModule
1295
+ ],
1296
+ providers: []
1297
+ },] },
1298
+ ];
1299
+ /**
1300
+ * @nocollapse
1301
+ */
1302
+ ColorPickerAllModule.ctorParameters = () => [];
1303
+
1304
+ var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
1305
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1306
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1307
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1308
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1309
+ };
1310
+ var __metadata$7 = (this && this.__metadata) || function (k, v) {
1311
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1312
+ };
1313
+ const inputs$7 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
1314
+ const outputs$8 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
1315
+ const twoWays$7 = [];
1316
+ /**
1317
+ * Represents the EJ2 Angular Signature Component.
1318
+ * ```html
1319
+ * <canvas ejs-signature />
1320
+ * ```
1321
+ */
1322
+ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends Signature {
1323
+ /**
1324
+ * @param {?} ngEle
1325
+ * @param {?} srenderer
1326
+ * @param {?} viewContainerRef
1327
+ * @param {?} injector
1328
+ * @param {?} cdr
1329
+ */
1330
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1331
+ super();
1332
+ this.ngEle = ngEle;
1333
+ this.srenderer = srenderer;
1334
+ this.viewContainerRef = viewContainerRef;
1335
+ this.injector = injector;
1336
+ this.cdr = cdr;
1337
+ this.element = this.ngEle.nativeElement;
1338
+ this.injectedModules = this.injectedModules || [];
1339
+ this.registerEvents(outputs$8);
1340
+ this.addTwoWay.call(this, twoWays$7);
1341
+ setValue('currentInstance', this, this.viewContainerRef);
1342
+ this.formContext = new FormBase();
1343
+ this.formCompContext = new ComponentBase();
1344
+ }
1345
+ /**
1346
+ * @param {?} registerFunction
1347
+ * @return {?}
1348
+ */
1349
+ registerOnChange(registerFunction) {
1350
+ }
1351
+ /**
1352
+ * @param {?} registerFunction
1353
+ * @return {?}
1354
+ */
1355
+ registerOnTouched(registerFunction) {
1356
+ }
1357
+ /**
1358
+ * @param {?} value
1359
+ * @return {?}
1360
+ */
1361
+ writeValue(value) {
1362
+ }
1363
+ /**
1364
+ * @param {?} disabled
1365
+ * @return {?}
1366
+ */
1367
+ setDisabledState(disabled) {
1368
+ }
1369
+ /**
1370
+ * @return {?}
1371
+ */
1372
+ ngOnInit() {
1373
+ this.formCompContext.ngOnInit(this);
1374
+ }
1375
+ /**
1376
+ * @return {?}
1377
+ */
1378
+ ngAfterViewInit() {
1379
+ this.formContext.ngAfterViewInit(this);
1380
+ }
1381
+ /**
1382
+ * @return {?}
1383
+ */
1384
+ ngOnDestroy() {
1385
+ this.formCompContext.ngOnDestroy(this);
1386
+ }
1387
+ /**
1388
+ * @return {?}
1389
+ */
1390
+ ngAfterContentChecked() {
1391
+ this.formCompContext.ngAfterContentChecked(this);
1392
+ }
1393
+ };
1394
+ SignatureComponent.decorators = [
1395
+ { type: Component, args: [{
1396
+ selector: '[ejs-signature]',
1397
+ inputs: inputs$7,
1398
+ outputs: outputs$8,
1399
+ template: '',
1400
+ changeDetection: ChangeDetectionStrategy.OnPush,
1401
+ providers: [
1402
+ {
1403
+ provide: NG_VALUE_ACCESSOR,
1404
+ useExisting: forwardRef(() => SignatureComponent_1),
1405
+ multi: true
1406
+ }
1407
+ ],
1408
+ queries: {}
1409
+ },] },
1410
+ ];
1411
+ /**
1412
+ * @nocollapse
1413
+ */
1414
+ SignatureComponent.ctorParameters = () => [
1415
+ { type: ElementRef, },
1416
+ { type: Renderer2, },
1417
+ { type: ViewContainerRef, },
1418
+ { type: Injector, },
1419
+ { type: ChangeDetectorRef, },
1420
+ ];
1421
+ SignatureComponent = SignatureComponent_1 = __decorate$7([
1422
+ ComponentMixins([ComponentBase, FormBase]),
1423
+ __metadata$7("design:paramtypes", [ElementRef,
1424
+ Renderer2,
1425
+ ViewContainerRef,
1426
+ Injector,
1427
+ ChangeDetectorRef])
1428
+ ], SignatureComponent);
1429
+ var SignatureComponent_1;
1430
+
1431
+ /**
1432
+ * NgModule definition for the Signature component.
1433
+ */
1434
+ class SignatureModule {
1435
+ }
1436
+ SignatureModule.decorators = [
1437
+ { type: NgModule, args: [{
1438
+ imports: [CommonModule],
1439
+ declarations: [
1440
+ SignatureComponent
1441
+ ],
1442
+ exports: [
1443
+ SignatureComponent
1444
+ ]
1445
+ },] },
1446
+ ];
1447
+ /**
1448
+ * @nocollapse
1449
+ */
1450
+ SignatureModule.ctorParameters = () => [];
1451
+
1452
+ /**
1453
+ * NgModule definition for the Signature component with providers.
1454
+ */
1455
+ class SignatureAllModule {
1456
+ }
1457
+ SignatureAllModule.decorators = [
1458
+ { type: NgModule, args: [{
1459
+ imports: [CommonModule, SignatureModule],
1460
+ exports: [
1461
+ SignatureModule
1462
+ ],
1463
+ providers: []
1464
+ },] },
1465
+ ];
1466
+ /**
1467
+ * @nocollapse
1468
+ */
1469
+ SignatureAllModule.ctorParameters = () => [];
1470
+
1471
+ var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
1472
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1473
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1474
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1475
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1476
+ };
1477
+ var __metadata$8 = (this && this.__metadata) || function (k, v) {
1478
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1479
+ };
1480
+ const inputs$8 = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
1481
+ const outputs$9 = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
1482
+ const twoWays$8 = ['value'];
1483
+ /**
1484
+ * Represents the EJ2 Angular Rating Component.
1485
+ * ```html
1486
+ * <input ejs-rating [value]='value' />
1487
+ * ```
1488
+ */
1489
+ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
1490
+ /**
1491
+ * @param {?} ngEle
1492
+ * @param {?} srenderer
1493
+ * @param {?} viewContainerRef
1494
+ * @param {?} injector
1495
+ * @param {?} cdr
1496
+ */
1497
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1498
+ super();
1499
+ this.ngEle = ngEle;
1500
+ this.srenderer = srenderer;
1501
+ this.viewContainerRef = viewContainerRef;
1502
+ this.injector = injector;
1503
+ this.cdr = cdr;
1504
+ this.element = this.ngEle.nativeElement;
1505
+ this.injectedModules = this.injectedModules || [];
1506
+ this.registerEvents(outputs$9);
1507
+ this.addTwoWay.call(this, twoWays$8);
1508
+ setValue('currentInstance', this, this.viewContainerRef);
1509
+ this.formContext = new FormBase();
1510
+ this.formCompContext = new ComponentBase();
1511
+ }
1512
+ /**
1513
+ * @param {?} registerFunction
1514
+ * @return {?}
1515
+ */
1516
+ registerOnChange(registerFunction) {
1517
+ }
1518
+ /**
1519
+ * @param {?} registerFunction
1520
+ * @return {?}
1521
+ */
1522
+ registerOnTouched(registerFunction) {
1523
+ }
1524
+ /**
1525
+ * @param {?} value
1526
+ * @return {?}
1527
+ */
1528
+ writeValue(value) {
1529
+ }
1530
+ /**
1531
+ * @param {?} disabled
1532
+ * @return {?}
1533
+ */
1534
+ setDisabledState(disabled) {
1535
+ }
1536
+ /**
1537
+ * @return {?}
1538
+ */
1539
+ ngOnInit() {
1540
+ this.formCompContext.ngOnInit(this);
1541
+ }
1542
+ /**
1543
+ * @return {?}
1544
+ */
1545
+ ngAfterViewInit() {
1546
+ this.formContext.ngAfterViewInit(this);
1547
+ }
1548
+ /**
1549
+ * @return {?}
1550
+ */
1551
+ ngOnDestroy() {
1552
+ this.formCompContext.ngOnDestroy(this);
1553
+ }
1554
+ /**
1555
+ * @return {?}
1556
+ */
1557
+ ngAfterContentChecked() {
1558
+ this.formCompContext.ngAfterContentChecked(this);
1559
+ }
1560
+ };
1561
+ RatingComponent.decorators = [
1562
+ { type: Component, args: [{
1563
+ selector: '[ejs-rating]',
1564
+ inputs: inputs$8,
1565
+ outputs: outputs$9,
1566
+ template: '',
1567
+ changeDetection: ChangeDetectionStrategy.OnPush,
1568
+ providers: [
1569
+ {
1570
+ provide: NG_VALUE_ACCESSOR,
1571
+ useExisting: forwardRef(() => RatingComponent_1),
1572
+ multi: true
1573
+ }
1574
+ ],
1575
+ queries: {}
1576
+ },] },
1577
+ ];
1578
+ /**
1579
+ * @nocollapse
1580
+ */
1581
+ RatingComponent.ctorParameters = () => [
1582
+ { type: ElementRef, },
1583
+ { type: Renderer2, },
1584
+ { type: ViewContainerRef, },
1585
+ { type: Injector, },
1586
+ { type: ChangeDetectorRef, },
1587
+ ];
1588
+ RatingComponent.propDecorators = {
1589
+ 'fullTemplate': [{ type: ContentChild, args: ['fullTemplate',] },],
1590
+ 'emptyTemplate': [{ type: ContentChild, args: ['emptyTemplate',] },],
1591
+ 'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
1592
+ 'labelTemplate': [{ type: ContentChild, args: ['labelTemplate',] },],
1593
+ };
1594
+ __decorate$8([
1595
+ Template(),
1596
+ __metadata$8("design:type", Object)
1597
+ ], RatingComponent.prototype, "fullTemplate", void 0);
1598
+ __decorate$8([
1599
+ Template(),
1600
+ __metadata$8("design:type", Object)
1601
+ ], RatingComponent.prototype, "emptyTemplate", void 0);
1602
+ __decorate$8([
1603
+ Template(),
1604
+ __metadata$8("design:type", Object)
1605
+ ], RatingComponent.prototype, "tooltipTemplate", void 0);
1606
+ __decorate$8([
1607
+ Template(),
1608
+ __metadata$8("design:type", Object)
1609
+ ], RatingComponent.prototype, "labelTemplate", void 0);
1610
+ RatingComponent = RatingComponent_1 = __decorate$8([
1611
+ ComponentMixins([ComponentBase, FormBase]),
1612
+ __metadata$8("design:paramtypes", [ElementRef,
1613
+ Renderer2,
1614
+ ViewContainerRef,
1615
+ Injector,
1616
+ ChangeDetectorRef])
1617
+ ], RatingComponent);
1618
+ var RatingComponent_1;
1619
+
1620
+ /**
1621
+ * NgModule definition for the Rating component.
1622
+ */
1623
+ class RatingModule {
1624
+ }
1625
+ RatingModule.decorators = [
1626
+ { type: NgModule, args: [{
1627
+ imports: [CommonModule],
1628
+ declarations: [
1629
+ RatingComponent
1630
+ ],
1631
+ exports: [
1632
+ RatingComponent
1633
+ ]
1634
+ },] },
1635
+ ];
1636
+ /**
1637
+ * @nocollapse
1638
+ */
1639
+ RatingModule.ctorParameters = () => [];
1640
+
1641
+ /**
1642
+ * NgModule definition for the Rating component with providers.
1643
+ */
1644
+ class RatingAllModule {
1645
+ }
1646
+ RatingAllModule.decorators = [
1647
+ { type: NgModule, args: [{
1648
+ imports: [CommonModule, RatingModule],
1649
+ exports: [
1650
+ RatingModule
1651
+ ],
1652
+ providers: []
1653
+ },] },
1654
+ ];
1655
+ /**
1656
+ * @nocollapse
1657
+ */
1658
+ RatingAllModule.ctorParameters = () => [];
1659
+
1660
+ var __decorate$9 = (this && this.__decorate) || function (decorators, target, key, desc) {
1661
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1662
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1663
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1664
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1665
+ };
1666
+ var __metadata$9 = (this && this.__metadata) || function (k, v) {
1667
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1668
+ };
1669
+ const inputs$9 = ['ariaLabels', 'autoFocus', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'textTransform', 'type', 'value'];
1670
+ const outputs$10 = ['blur', 'created', 'focus', 'input', 'valueChanged', 'valueChange'];
1671
+ const twoWays$9 = ['value'];
1672
+ /**
1673
+ * Represents the EJ2 Angular OtpInput Component.
1674
+ * ```html
1675
+ * <div ejs-otpinput [value]='value'></div>
1676
+ * ```
1677
+ */
1678
+ let OtpInputComponent = OtpInputComponent_1 = class OtpInputComponent extends OtpInput {
1679
+ /**
1680
+ * @param {?} ngEle
1681
+ * @param {?} srenderer
1682
+ * @param {?} viewContainerRef
1683
+ * @param {?} injector
1684
+ * @param {?} cdr
1685
+ */
1686
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1687
+ super();
1688
+ this.ngEle = ngEle;
1689
+ this.srenderer = srenderer;
1690
+ this.viewContainerRef = viewContainerRef;
1691
+ this.injector = injector;
1692
+ this.cdr = cdr;
1693
+ this.skipFromEvent = true;
1694
+ this.element = this.ngEle.nativeElement;
1695
+ this.injectedModules = this.injectedModules || [];
1696
+ this.registerEvents(outputs$10);
1697
+ this.addTwoWay.call(this, twoWays$9);
1698
+ setValue('currentInstance', this, this.viewContainerRef);
1699
+ this.formContext = new FormBase();
1700
+ this.formCompContext = new ComponentBase();
1701
+ }
1702
+ /**
1703
+ * @param {?} registerFunction
1704
+ * @return {?}
1705
+ */
1706
+ registerOnChange(registerFunction) {
1707
+ }
1708
+ /**
1709
+ * @param {?} registerFunction
1710
+ * @return {?}
1711
+ */
1712
+ registerOnTouched(registerFunction) {
1713
+ }
1714
+ /**
1715
+ * @param {?} value
1716
+ * @return {?}
1717
+ */
1718
+ writeValue(value) {
1719
+ }
1720
+ /**
1721
+ * @param {?} disabled
1722
+ * @return {?}
1723
+ */
1724
+ setDisabledState(disabled) {
1725
+ }
1726
+ /**
1727
+ * @return {?}
1728
+ */
1729
+ ngOnInit() {
1730
+ this.formCompContext.ngOnInit(this);
1731
+ }
1732
+ /**
1733
+ * @return {?}
1734
+ */
1735
+ ngAfterViewInit() {
1736
+ this.formContext.ngAfterViewInit(this);
1737
+ }
1738
+ /**
1739
+ * @return {?}
1740
+ */
1741
+ ngOnDestroy() {
1742
+ this.formCompContext.ngOnDestroy(this);
1743
+ }
1744
+ /**
1745
+ * @return {?}
1746
+ */
1747
+ ngAfterContentChecked() {
1748
+ this.formCompContext.ngAfterContentChecked(this);
1749
+ }
1750
+ };
1751
+ OtpInputComponent.decorators = [
1752
+ { type: Component, args: [{
1753
+ selector: '[ejs-otpinput]',
1754
+ inputs: inputs$9,
1755
+ outputs: outputs$10,
1756
+ template: '',
1757
+ changeDetection: ChangeDetectionStrategy.OnPush,
1758
+ providers: [
1759
+ {
1760
+ provide: NG_VALUE_ACCESSOR,
1761
+ useExisting: forwardRef(() => OtpInputComponent_1),
1762
+ multi: true
1763
+ }
1764
+ ],
1765
+ queries: {}
1766
+ },] },
1767
+ ];
1768
+ /**
1769
+ * @nocollapse
1770
+ */
1771
+ OtpInputComponent.ctorParameters = () => [
1772
+ { type: ElementRef, },
1773
+ { type: Renderer2, },
1774
+ { type: ViewContainerRef, },
1775
+ { type: Injector, },
1776
+ { type: ChangeDetectorRef, },
1777
+ ];
1778
+ OtpInputComponent = OtpInputComponent_1 = __decorate$9([
1779
+ ComponentMixins([ComponentBase, FormBase]),
1780
+ __metadata$9("design:paramtypes", [ElementRef,
1781
+ Renderer2,
1782
+ ViewContainerRef,
1783
+ Injector,
1784
+ ChangeDetectorRef])
1785
+ ], OtpInputComponent);
1786
+ var OtpInputComponent_1;
1787
+
1788
+ /**
1789
+ * NgModule definition for the OtpInput component.
1790
+ */
1791
+ class OtpInputModule {
1792
+ }
1793
+ OtpInputModule.decorators = [
1794
+ { type: NgModule, args: [{
1795
+ imports: [CommonModule],
1796
+ declarations: [
1797
+ OtpInputComponent
1798
+ ],
1799
+ exports: [
1800
+ OtpInputComponent
1801
+ ]
1802
+ },] },
1803
+ ];
1804
+ /**
1805
+ * @nocollapse
1806
+ */
1807
+ OtpInputModule.ctorParameters = () => [];
1808
+
1809
+ /**
1810
+ * NgModule definition for the OtpInput component with providers.
1811
+ */
1812
+ class OtpInputAllModule {
1813
+ }
1814
+ OtpInputAllModule.decorators = [
1815
+ { type: NgModule, args: [{
1816
+ imports: [CommonModule, OtpInputModule],
1817
+ exports: [
1818
+ OtpInputModule
1819
+ ],
1820
+ providers: []
1821
+ },] },
1822
+ ];
1823
+ /**
1824
+ * @nocollapse
1825
+ */
1826
+ OtpInputAllModule.ctorParameters = () => [];
1827
+
1828
+ var __decorate$10 = (this && this.__decorate) || function (decorators, target, key, desc) {
1829
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1830
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1831
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
1832
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1833
+ };
1834
+ var __metadata$10 = (this && this.__metadata) || function (k, v) {
1835
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1836
+ };
1837
+ const inputs$10 = ['UserPhrases', 'adornmentFlow', 'adornmentOrientation', 'aiSuggestionHandler', 'appendTemplate', 'cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'prependTemplate', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'showSuggestionOnPopup', 'userRole', 'value', 'width'];
1838
+ const outputs$11 = ['afterSuggestionInsert', 'beforeSuggestionInsert', 'blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
1839
+ const twoWays$10 = ['value'];
1840
+ /**
1841
+ * Represents the Angular Smart TextArea Component.
1842
+ * ```html
1843
+ * <ejs-smarttextarea></ejs-smarttextarea>
1844
+ * ```
1845
+ */
1846
+ let SmartTextAreaComponent = SmartTextAreaComponent_1 = class SmartTextAreaComponent extends SmartTextArea {
1847
+ /**
1848
+ * @param {?} ngEle
1849
+ * @param {?} srenderer
1850
+ * @param {?} viewContainerRef
1851
+ * @param {?} injector
1852
+ * @param {?} cdr
1853
+ */
1854
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1855
+ super();
1856
+ this.ngEle = ngEle;
1857
+ this.srenderer = srenderer;
1858
+ this.viewContainerRef = viewContainerRef;
1859
+ this.injector = injector;
1860
+ this.cdr = cdr;
1861
+ this.skipFromEvent = true;
1862
+ this.element = this.ngEle.nativeElement;
1863
+ this.injectedModules = this.injectedModules || [];
1864
+ this.registerEvents(outputs$11);
1865
+ this.addTwoWay.call(this, twoWays$10);
1866
+ setValue('currentInstance', this, this.viewContainerRef);
1867
+ this.formContext = new FormBase();
1868
+ this.formCompContext = new ComponentBase();
1869
+ }
1870
+ /**
1871
+ * @param {?} registerFunction
1872
+ * @return {?}
1873
+ */
1874
+ registerOnChange(registerFunction) {
1875
+ }
1876
+ /**
1877
+ * @param {?} registerFunction
1878
+ * @return {?}
1879
+ */
1880
+ registerOnTouched(registerFunction) {
1881
+ }
1882
+ /**
1883
+ * @param {?} value
1884
+ * @return {?}
1885
+ */
1886
+ writeValue(value) {
1887
+ }
1888
+ /**
1889
+ * @param {?} disabled
1890
+ * @return {?}
1891
+ */
1892
+ setDisabledState(disabled) {
1893
+ }
1894
+ /**
1895
+ * @return {?}
1896
+ */
1897
+ ngOnInit() {
1898
+ this.formCompContext.ngOnInit(this);
1899
+ }
1900
+ /**
1901
+ * @return {?}
1902
+ */
1903
+ ngAfterViewInit() {
1904
+ this.formContext.ngAfterViewInit(this);
1905
+ }
1906
+ /**
1907
+ * @return {?}
1908
+ */
1909
+ ngOnDestroy() {
1910
+ this.formCompContext.ngOnDestroy(this);
1911
+ }
1912
+ /**
1913
+ * @return {?}
1914
+ */
1915
+ ngAfterContentChecked() {
1916
+ this.formCompContext.ngAfterContentChecked(this);
1917
+ }
1918
+ };
1919
+ SmartTextAreaComponent.decorators = [
1920
+ { type: Component, args: [{
1921
+ selector: 'ejs-smarttextarea',
1922
+ inputs: inputs$10,
1923
+ outputs: outputs$11,
1924
+ template: '',
1925
+ changeDetection: ChangeDetectionStrategy.OnPush,
1926
+ providers: [
1927
+ {
1928
+ provide: NG_VALUE_ACCESSOR,
1929
+ useExisting: forwardRef(() => SmartTextAreaComponent_1),
1930
+ multi: true
1931
+ }
1932
+ ],
1933
+ queries: {}
1934
+ },] },
1935
+ ];
1936
+ /**
1937
+ * @nocollapse
1938
+ */
1939
+ SmartTextAreaComponent.ctorParameters = () => [
1940
+ { type: ElementRef, },
1941
+ { type: Renderer2, },
1942
+ { type: ViewContainerRef, },
1943
+ { type: Injector, },
1944
+ { type: ChangeDetectorRef, },
1945
+ ];
1946
+ SmartTextAreaComponent = SmartTextAreaComponent_1 = __decorate$10([
1947
+ ComponentMixins([ComponentBase, FormBase]),
1948
+ __metadata$10("design:paramtypes", [ElementRef,
1949
+ Renderer2,
1950
+ ViewContainerRef,
1951
+ Injector,
1952
+ ChangeDetectorRef])
1953
+ ], SmartTextAreaComponent);
1954
+ var SmartTextAreaComponent_1;
1955
+
1956
+ /**
1957
+ * NgModule definition for the SmartTextArea component.
1958
+ */
1959
+ class SmartTextAreaModule {
1960
+ }
1961
+ SmartTextAreaModule.decorators = [
1962
+ { type: NgModule, args: [{
1963
+ imports: [CommonModule],
1964
+ declarations: [
1965
+ SmartTextAreaComponent
1966
+ ],
1967
+ exports: [
1968
+ SmartTextAreaComponent
1969
+ ]
1970
+ },] },
1971
+ ];
1972
+ /**
1973
+ * @nocollapse
1974
+ */
1975
+ SmartTextAreaModule.ctorParameters = () => [];
1976
+
1977
+ /**
1978
+ * NgModule definition for the SmartTextArea component with providers.
1979
+ */
1980
+ class SmartTextAreaAllModule {
1981
+ }
1982
+ SmartTextAreaAllModule.decorators = [
1983
+ { type: NgModule, args: [{
1984
+ imports: [CommonModule, SmartTextAreaModule],
1985
+ exports: [
1986
+ SmartTextAreaModule
1987
+ ],
1988
+ providers: []
1989
+ },] },
1990
+ ];
1991
+ /**
1992
+ * @nocollapse
1993
+ */
1994
+ SmartTextAreaAllModule.ctorParameters = () => [];
1995
+
1996
+ var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
1997
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1998
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1999
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
2000
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
2001
+ };
2002
+ var __metadata$11 = (this && this.__metadata) || function (k, v) {
2003
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
2004
+ };
2005
+ const inputs$11 = ['allowInterimResults', 'buttonSettings', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'lang', 'listeningState', 'locale', 'showTooltip', 'tooltipSettings', 'transcript'];
2006
+ const outputs$12 = ['created', 'onError', 'onStart', 'onStop', 'transcriptChanged', 'transcriptChange'];
2007
+ const twoWays$11 = ['transcript'];
2008
+ /**
2009
+ * Represents the EJ2 Angular SpeechToText Component.
2010
+ * ```html
2011
+ * <button ejs-speechtotext ></button>
2012
+ * ```
2013
+ */
2014
+ let SpeechToTextComponent = class SpeechToTextComponent extends SpeechToText {
2015
+ /**
2016
+ * @param {?} ngEle
2017
+ * @param {?} srenderer
2018
+ * @param {?} viewContainerRef
2019
+ * @param {?} injector
2020
+ */
2021
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
2022
+ super();
2023
+ this.ngEle = ngEle;
2024
+ this.srenderer = srenderer;
2025
+ this.viewContainerRef = viewContainerRef;
2026
+ this.injector = injector;
2027
+ this.element = this.ngEle.nativeElement;
2028
+ this.injectedModules = this.injectedModules || [];
2029
+ this.registerEvents(outputs$12);
2030
+ this.addTwoWay.call(this, twoWays$11);
2031
+ setValue('currentInstance', this, this.viewContainerRef);
2032
+ this.containerContext = new ComponentBase();
2033
+ }
2034
+ /**
2035
+ * @return {?}
2036
+ */
2037
+ ngOnInit() {
2038
+ this.containerContext.ngOnInit(this);
2039
+ }
2040
+ /**
2041
+ * @return {?}
2042
+ */
2043
+ ngAfterViewInit() {
2044
+ this.containerContext.ngAfterViewInit(this);
2045
+ }
2046
+ /**
2047
+ * @return {?}
2048
+ */
2049
+ ngOnDestroy() {
2050
+ this.containerContext.ngOnDestroy(this);
2051
+ }
2052
+ /**
2053
+ * @return {?}
2054
+ */
2055
+ ngAfterContentChecked() {
2056
+ this.containerContext.ngAfterContentChecked(this);
2057
+ }
2058
+ };
2059
+ SpeechToTextComponent.decorators = [
2060
+ { type: Component, args: [{
2061
+ selector: '[ejs-speechtotext]',
2062
+ inputs: inputs$11,
2063
+ outputs: outputs$12,
2064
+ template: `<ng-content ></ng-content>`,
2065
+ changeDetection: ChangeDetectionStrategy.OnPush,
2066
+ queries: {}
2067
+ },] },
2068
+ ];
2069
+ /**
2070
+ * @nocollapse
2071
+ */
2072
+ SpeechToTextComponent.ctorParameters = () => [
2073
+ { type: ElementRef, },
2074
+ { type: Renderer2, },
2075
+ { type: ViewContainerRef, },
2076
+ { type: Injector, },
2077
+ ];
2078
+ SpeechToTextComponent = __decorate$11([
2079
+ ComponentMixins([ComponentBase]),
2080
+ __metadata$11("design:paramtypes", [ElementRef,
2081
+ Renderer2,
2082
+ ViewContainerRef,
2083
+ Injector])
2084
+ ], SpeechToTextComponent);
2085
+
2086
+ /**
2087
+ * NgModule definition for the SpeechToText component.
2088
+ */
2089
+ class SpeechToTextModule {
2090
+ }
2091
+ SpeechToTextModule.decorators = [
2092
+ { type: NgModule, args: [{
2093
+ imports: [CommonModule],
2094
+ declarations: [
2095
+ SpeechToTextComponent
2096
+ ],
2097
+ exports: [
2098
+ SpeechToTextComponent
2099
+ ]
2100
+ },] },
2101
+ ];
2102
+ /**
2103
+ * @nocollapse
2104
+ */
2105
+ SpeechToTextModule.ctorParameters = () => [];
2106
+
2107
+ /**
2108
+ * NgModule definition for the SpeechToText component with providers.
2109
+ */
2110
+ class SpeechToTextAllModule {
2111
+ }
2112
+ SpeechToTextAllModule.decorators = [
2113
+ { type: NgModule, args: [{
2114
+ imports: [CommonModule, SpeechToTextModule],
2115
+ exports: [
2116
+ SpeechToTextModule
2117
+ ],
2118
+ providers: []
2119
+ },] },
2120
+ ];
2121
+ /**
2122
+ * @nocollapse
2123
+ */
2124
+ SpeechToTextAllModule.ctorParameters = () => [];
2125
+
2126
+ class FormValidators {
2127
+ /**
2128
+ * @param {?} number
2129
+ * @return {?}
2130
+ */
2131
+ static max(number) {
2132
+ let /** @type {?} */ max = number;
2133
+ return (control) => {
2134
+ //tslint:disable-next-line
2135
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.max({ value: control.value, param: max });
2136
+ if (result === true) {
2137
+ return null;
2138
+ }
2139
+ else {
2140
+ return { 'max': true };
2141
+ }
2142
+ };
2143
+ }
2144
+ /**
2145
+ * @param {?} number
2146
+ * @return {?}
2147
+ */
2148
+ static min(number) {
2149
+ let /** @type {?} */ min = number;
2150
+ return (control) => {
2151
+ //tslint:disable-next-line
2152
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.min({ value: control.value, param: min });
2153
+ if (result === true) {
2154
+ return null;
2155
+ }
2156
+ else {
2157
+ return { 'min': true };
2158
+ }
2159
+ };
2160
+ }
2161
+ /**
2162
+ * @param {?} control
2163
+ * @return {?}
2164
+ */
2165
+ static creditcard(control) {
2166
+ //tslint:disable-next-line
2167
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.creditcard({ value: control.value });
2168
+ if (result === true) {
2169
+ return null;
2170
+ }
2171
+ else {
2172
+ return { 'cardno': true };
2173
+ }
2174
+ }
2175
+ /**
2176
+ * @param {?} control
2177
+ * @return {?}
2178
+ */
2179
+ static date(control) {
2180
+ //tslint:disable-next-line
2181
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.date({ value: control.value });
2182
+ if (result === true) {
2183
+ return null;
2184
+ }
2185
+ else {
2186
+ return { 'date': true };
2187
+ }
2188
+ }
2189
+ /**
2190
+ * @param {?} control
2191
+ * @return {?}
2192
+ */
2193
+ static dateIso(control) {
2194
+ //tslint:disable-next-line
2195
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.dateIso({ value: control.value });
2196
+ if (result === true) {
2197
+ return null;
2198
+ }
2199
+ else {
2200
+ return { 'dateiso': true };
2201
+ }
2202
+ }
2203
+ /**
2204
+ * @param {?} control
2205
+ * @return {?}
2206
+ */
2207
+ static digits(control) {
2208
+ //tslint:disable-next-line
2209
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.digits({ value: control.value });
2210
+ if (result === true) {
2211
+ return null;
2212
+ }
2213
+ else {
2214
+ return { 'digit': true };
2215
+ }
2216
+ }
2217
+ /**
2218
+ * @param {?} control
2219
+ * @return {?}
2220
+ */
2221
+ static email(control) {
2222
+ //tslint:disable-next-line
2223
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.email({ value: control.value });
2224
+ if (result === true) {
2225
+ return null;
2226
+ }
2227
+ else {
2228
+ return { 'email': true };
2229
+ }
2230
+ }
2231
+ /**
2232
+ * @param {?} number
2233
+ * @return {?}
2234
+ */
2235
+ static maxLength(number) {
2236
+ let /** @type {?} */ maxlength = number;
2237
+ return (control) => {
2238
+ //tslint:disable-next-line
2239
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.maxLength({ value: control.value, param: maxlength });
2240
+ if (result === true) {
2241
+ return null;
2242
+ }
2243
+ else {
2244
+ return { 'maxlength': true };
2245
+ }
2246
+ };
2247
+ }
2248
+ /**
2249
+ * @param {?} number
2250
+ * @return {?}
2251
+ */
2252
+ static minLength(number) {
2253
+ let /** @type {?} */ minlength = number;
2254
+ return (control) => {
2255
+ //tslint:disable-next-line
2256
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.minLength({ value: control.value, param: minlength });
2257
+ if (result === true) {
2258
+ return null;
2259
+ }
2260
+ else {
2261
+ return { 'minlength': true };
2262
+ }
2263
+ };
2264
+ }
2265
+ /**
2266
+ * @param {?} control
2267
+ * @return {?}
2268
+ */
2269
+ static number(control) {
2270
+ //tslint:disable-next-line
2271
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.number({ value: control.value });
2272
+ if (result === true) {
2273
+ return null;
2274
+ }
2275
+ else {
2276
+ return { 'number': true };
2277
+ }
2278
+ }
2279
+ /**
2280
+ * @param {?} control
2281
+ * @return {?}
2282
+ */
2283
+ static required(control) {
2284
+ //tslint:disable-next-line
2285
+ let /** @type {?} */ result = (control.value === null) ? false : ((FormValidator)).checkValidator.required({ value: control.value });
2286
+ if (result === true) {
2287
+ return null;
2288
+ }
2289
+ else {
2290
+ return { 'required': true };
2291
+ }
2292
+ }
2293
+ /**
2294
+ * @param {?} control
2295
+ * @return {?}
2296
+ */
2297
+ static tel(control) {
2298
+ //tslint:disable-next-line
2299
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.tel({ value: control.value });
2300
+ if (result === true) {
2301
+ return null;
2302
+ }
2303
+ else {
2304
+ return { 'telno': true };
2305
+ }
2306
+ }
2307
+ /**
2308
+ * @param {?} control
2309
+ * @return {?}
2310
+ */
2311
+ static url(control) {
2312
+ //tslint:disable-next-line
2313
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.url({ value: control.value });
2314
+ if (result === true) {
2315
+ return null;
2316
+ }
2317
+ else {
2318
+ return { 'url': true };
2319
+ }
2320
+ }
2321
+ /**
2322
+ * @param {?} number1
2323
+ * @param {?} number2
2324
+ * @return {?}
2325
+ */
2326
+ static rangeLength(number1, number2) {
2327
+ let /** @type {?} */ minRL = number1;
2328
+ let /** @type {?} */ maxRL = number2;
2329
+ //tslint:disable-next-line
2330
+ let /** @type {?} */ param = [minRL, maxRL];
2331
+ return (control) => {
2332
+ //tslint:disable-next-line
2333
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.rangeLength({ value: control.value, param: param });
2334
+ if (result === true) {
2335
+ return null;
2336
+ }
2337
+ else {
2338
+ return { 'rangelength': true };
2339
+ }
2340
+ };
2341
+ }
2342
+ /**
2343
+ * @param {?} number1
2344
+ * @param {?} number2
2345
+ * @return {?}
2346
+ */
2347
+ static range(number1, number2) {
2348
+ let /** @type {?} */ minR = number1;
2349
+ let /** @type {?} */ maxR = number2;
2350
+ //tslint:disable-next-line
2351
+ let /** @type {?} */ param1 = [minR, maxR];
2352
+ return (control) => {
2353
+ //tslint:disable-next-line
2354
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.range({ value: control.value, param: param1 });
2355
+ if (result === true) {
2356
+ return null;
2357
+ }
2358
+ else {
2359
+ return { 'range': true };
2360
+ }
2361
+ };
2362
+ }
2363
+ }
2364
+
2365
+ /**
2366
+ * Generated bundle index. Do not edit.
2367
+ */
2368
+
2369
+ 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, SmartTextAreaComponent, SmartTextAreaModule, SmartTextAreaAllModule, SpeechToTextComponent, SpeechToTextModule, SpeechToTextAllModule, 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$10 as ɵu, outputs$11 as ɵv, inputs$11 as ɵw, outputs$12 as ɵx, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
2370
+ 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, ChatMessageRole, SmartTextArea, Signature, LabelPosition, PrecisionType, Rating, OtpInputType, OtpInputStyle, TextTransform, OtpInput, SignatureBase, ButtonSettings, TooltipSettings, SpeechToTextState, SpeechToText } from '@syncfusion/ej2-inputs';
2371
+ //# sourceMappingURL=ej2-angular-inputs.js.map