@syncfusion/ej2-angular-inputs 25.2.3 → 25.2.5-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 (81) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +1970 -0
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-inputs.js +1857 -0
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -0
  5. package/CHANGELOG.md +1509 -0
  6. package/dist/ej2-angular-inputs.umd.js +1631 -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 +13 -0
  11. package/ej2-angular-inputs.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +16 -16
  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 +0 -6
  18. package/src/color-picker/colorpicker.component.d.ts +0 -3
  19. package/src/color-picker/colorpicker.module.d.ts +0 -6
  20. package/src/maskedtextbox/maskedtextbox-all.module.d.ts +0 -6
  21. package/src/maskedtextbox/maskedtextbox.component.d.ts +0 -3
  22. package/src/maskedtextbox/maskedtextbox.module.d.ts +0 -6
  23. package/src/numerictextbox/numerictextbox-all.module.d.ts +0 -6
  24. package/src/numerictextbox/numerictextbox.component.d.ts +0 -3
  25. package/src/numerictextbox/numerictextbox.module.d.ts +0 -6
  26. package/src/rating/rating-all.module.d.ts +0 -6
  27. package/src/rating/rating.component.d.ts +0 -3
  28. package/src/rating/rating.module.d.ts +0 -6
  29. package/src/signature/signature-all.module.d.ts +0 -6
  30. package/src/signature/signature.component.d.ts +0 -3
  31. package/src/signature/signature.module.d.ts +0 -6
  32. package/src/slider/slider-all.module.d.ts +0 -6
  33. package/src/slider/slider.component.d.ts +0 -3
  34. package/src/slider/slider.module.d.ts +0 -6
  35. package/src/textarea/textarea-all.module.d.ts +0 -6
  36. package/src/textarea/textarea.component.d.ts +0 -3
  37. package/src/textarea/textarea.module.d.ts +0 -6
  38. package/src/textbox/textbox-all.module.d.ts +0 -6
  39. package/src/textbox/textbox.component.d.ts +0 -3
  40. package/src/textbox/textbox.module.d.ts +0 -6
  41. package/src/uploader/files.directive.d.ts +0 -5
  42. package/src/uploader/uploader-all.module.d.ts +0 -6
  43. package/src/uploader/uploader.component.d.ts +0 -3
  44. package/src/uploader/uploader.module.d.ts +0 -7
  45. package/esm2020/public_api.mjs +0 -3
  46. package/esm2020/src/color-picker/colorpicker-all.module.mjs +0 -23
  47. package/esm2020/src/color-picker/colorpicker.component.mjs +0 -84
  48. package/esm2020/src/color-picker/colorpicker.module.mjs +0 -25
  49. package/esm2020/src/form-validator/form-validator.mjs +0 -193
  50. package/esm2020/src/index.mjs +0 -31
  51. package/esm2020/src/maskedtextbox/maskedtextbox-all.module.mjs +0 -23
  52. package/esm2020/src/maskedtextbox/maskedtextbox.component.mjs +0 -85
  53. package/esm2020/src/maskedtextbox/maskedtextbox.module.mjs +0 -25
  54. package/esm2020/src/numerictextbox/numerictextbox-all.module.mjs +0 -23
  55. package/esm2020/src/numerictextbox/numerictextbox.component.mjs +0 -85
  56. package/esm2020/src/numerictextbox/numerictextbox.module.mjs +0 -25
  57. package/esm2020/src/rating/rating-all.module.mjs +0 -23
  58. package/esm2020/src/rating/rating.component.mjs +0 -109
  59. package/esm2020/src/rating/rating.module.mjs +0 -25
  60. package/esm2020/src/signature/signature-all.module.mjs +0 -23
  61. package/esm2020/src/signature/signature.component.mjs +0 -84
  62. package/esm2020/src/signature/signature.module.mjs +0 -25
  63. package/esm2020/src/slider/slider-all.module.mjs +0 -23
  64. package/esm2020/src/slider/slider.component.mjs +0 -84
  65. package/esm2020/src/slider/slider.module.mjs +0 -25
  66. package/esm2020/src/textarea/textarea-all.module.mjs +0 -23
  67. package/esm2020/src/textarea/textarea.component.mjs +0 -85
  68. package/esm2020/src/textarea/textarea.module.mjs +0 -25
  69. package/esm2020/src/textbox/textbox-all.module.mjs +0 -23
  70. package/esm2020/src/textbox/textbox.component.mjs +0 -85
  71. package/esm2020/src/textbox/textbox.module.mjs +0 -25
  72. package/esm2020/src/uploader/files.directive.mjs +0 -58
  73. package/esm2020/src/uploader/uploader-all.module.mjs +0 -23
  74. package/esm2020/src/uploader/uploader.component.mjs +0 -96
  75. package/esm2020/src/uploader/uploader.module.mjs +0 -34
  76. package/esm2020/syncfusion-ej2-angular-inputs.mjs +0 -5
  77. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +0 -1363
  78. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  79. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +0 -1363
  80. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +0 -1
  81. package/syncfusion-ej2-angular-inputs.d.ts +0 -5
@@ -0,0 +1,1857 @@
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, Rating, Signature, Slider, 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 = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', '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 = TextBoxComponent_1 = __decorate([
126
+ ComponentMixins([ComponentBase, FormBase]),
127
+ __metadata("design:paramtypes", [ElementRef,
128
+ Renderer2,
129
+ ViewContainerRef,
130
+ Injector,
131
+ ChangeDetectorRef])
132
+ ], TextBoxComponent);
133
+ var TextBoxComponent_1;
134
+
135
+ /**
136
+ * NgModule definition for the TextBox component.
137
+ */
138
+ class TextBoxModule {
139
+ }
140
+ TextBoxModule.decorators = [
141
+ { type: NgModule, args: [{
142
+ imports: [CommonModule],
143
+ declarations: [
144
+ TextBoxComponent
145
+ ],
146
+ exports: [
147
+ TextBoxComponent
148
+ ]
149
+ },] },
150
+ ];
151
+ /**
152
+ * @nocollapse
153
+ */
154
+ TextBoxModule.ctorParameters = () => [];
155
+
156
+ /**
157
+ * NgModule definition for the TextBox component with providers.
158
+ */
159
+ class TextBoxAllModule {
160
+ }
161
+ TextBoxAllModule.decorators = [
162
+ { type: NgModule, args: [{
163
+ imports: [CommonModule, TextBoxModule],
164
+ exports: [
165
+ TextBoxModule
166
+ ],
167
+ providers: []
168
+ },] },
169
+ ];
170
+ /**
171
+ * @nocollapse
172
+ */
173
+ TextBoxAllModule.ctorParameters = () => [];
174
+
175
+ var __decorate$1 = (this && this.__decorate) || function (decorators, target, key, desc) {
176
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
177
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
178
+ 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;
179
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
180
+ };
181
+ var __metadata$1 = (this && this.__metadata) || function (k, v) {
182
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
183
+ };
184
+ const inputs$1 = ['columnsCount', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rowsCount', 'showClearButton', 'value', 'width'];
185
+ const outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
186
+ const twoWays$1 = ['value'];
187
+ /**
188
+ * Represents the EJ2 Angular TextArea Component.
189
+ * ```html
190
+ * <ejs-textarea [value]='value'></ejs-textarea>
191
+ * ```
192
+ */
193
+ let TextAreaComponent = TextAreaComponent_1 = class TextAreaComponent extends TextArea {
194
+ /**
195
+ * @param {?} ngEle
196
+ * @param {?} srenderer
197
+ * @param {?} viewContainerRef
198
+ * @param {?} injector
199
+ * @param {?} cdr
200
+ */
201
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
202
+ super();
203
+ this.ngEle = ngEle;
204
+ this.srenderer = srenderer;
205
+ this.viewContainerRef = viewContainerRef;
206
+ this.injector = injector;
207
+ this.cdr = cdr;
208
+ this.skipFromEvent = true;
209
+ this.element = this.ngEle.nativeElement;
210
+ this.injectedModules = this.injectedModules || [];
211
+ this.registerEvents(outputs$1);
212
+ this.addTwoWay.call(this, twoWays$1);
213
+ setValue('currentInstance', this, this.viewContainerRef);
214
+ this.formContext = new FormBase();
215
+ this.formCompContext = new ComponentBase();
216
+ }
217
+ /**
218
+ * @param {?} registerFunction
219
+ * @return {?}
220
+ */
221
+ registerOnChange(registerFunction) {
222
+ }
223
+ /**
224
+ * @param {?} registerFunction
225
+ * @return {?}
226
+ */
227
+ registerOnTouched(registerFunction) {
228
+ }
229
+ /**
230
+ * @param {?} value
231
+ * @return {?}
232
+ */
233
+ writeValue(value) {
234
+ }
235
+ /**
236
+ * @param {?} disabled
237
+ * @return {?}
238
+ */
239
+ setDisabledState(disabled) {
240
+ }
241
+ /**
242
+ * @return {?}
243
+ */
244
+ ngOnInit() {
245
+ this.formCompContext.ngOnInit(this);
246
+ }
247
+ /**
248
+ * @return {?}
249
+ */
250
+ ngAfterViewInit() {
251
+ this.formContext.ngAfterViewInit(this);
252
+ }
253
+ /**
254
+ * @return {?}
255
+ */
256
+ ngOnDestroy() {
257
+ this.formCompContext.ngOnDestroy(this);
258
+ }
259
+ /**
260
+ * @return {?}
261
+ */
262
+ ngAfterContentChecked() {
263
+ this.formCompContext.ngAfterContentChecked(this);
264
+ }
265
+ };
266
+ TextAreaComponent.decorators = [
267
+ { type: Component, args: [{
268
+ selector: 'ejs-textarea',
269
+ inputs: inputs$1,
270
+ outputs: outputs$1,
271
+ template: '',
272
+ changeDetection: ChangeDetectionStrategy.OnPush,
273
+ providers: [
274
+ {
275
+ provide: NG_VALUE_ACCESSOR,
276
+ useExisting: forwardRef(() => TextAreaComponent_1),
277
+ multi: true
278
+ }
279
+ ],
280
+ queries: {}
281
+ },] },
282
+ ];
283
+ /**
284
+ * @nocollapse
285
+ */
286
+ TextAreaComponent.ctorParameters = () => [
287
+ { type: ElementRef, },
288
+ { type: Renderer2, },
289
+ { type: ViewContainerRef, },
290
+ { type: Injector, },
291
+ { type: ChangeDetectorRef, },
292
+ ];
293
+ TextAreaComponent = TextAreaComponent_1 = __decorate$1([
294
+ ComponentMixins([ComponentBase, FormBase]),
295
+ __metadata$1("design:paramtypes", [ElementRef,
296
+ Renderer2,
297
+ ViewContainerRef,
298
+ Injector,
299
+ ChangeDetectorRef])
300
+ ], TextAreaComponent);
301
+ var TextAreaComponent_1;
302
+
303
+ /**
304
+ * NgModule definition for the TextArea component.
305
+ */
306
+ class TextAreaModule {
307
+ }
308
+ TextAreaModule.decorators = [
309
+ { type: NgModule, args: [{
310
+ imports: [CommonModule],
311
+ declarations: [
312
+ TextAreaComponent
313
+ ],
314
+ exports: [
315
+ TextAreaComponent
316
+ ]
317
+ },] },
318
+ ];
319
+ /**
320
+ * @nocollapse
321
+ */
322
+ TextAreaModule.ctorParameters = () => [];
323
+
324
+ /**
325
+ * NgModule definition for the TextArea component with providers.
326
+ */
327
+ class TextAreaAllModule {
328
+ }
329
+ TextAreaAllModule.decorators = [
330
+ { type: NgModule, args: [{
331
+ imports: [CommonModule, TextAreaModule],
332
+ exports: [
333
+ TextAreaModule
334
+ ],
335
+ providers: []
336
+ },] },
337
+ ];
338
+ /**
339
+ * @nocollapse
340
+ */
341
+ TextAreaAllModule.ctorParameters = () => [];
342
+
343
+ var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
344
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
345
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
346
+ 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;
347
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
348
+ };
349
+ var __metadata$2 = (this && this.__metadata) || function (k, v) {
350
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
351
+ };
352
+ const inputs$2 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
353
+ const outputs$2 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
354
+ const twoWays$2 = ['value'];
355
+ /**
356
+ * Represents the EJ2 Angular NumericTextBox Component.
357
+ * ```html
358
+ * <ej-numerictextbox [value]='value'></ej-numerictextbox>
359
+ * ```
360
+ */
361
+ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxComponent extends NumericTextBox {
362
+ /**
363
+ * @param {?} ngEle
364
+ * @param {?} srenderer
365
+ * @param {?} viewContainerRef
366
+ * @param {?} injector
367
+ * @param {?} cdr
368
+ */
369
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
370
+ super();
371
+ this.ngEle = ngEle;
372
+ this.srenderer = srenderer;
373
+ this.viewContainerRef = viewContainerRef;
374
+ this.injector = injector;
375
+ this.cdr = cdr;
376
+ this.skipFromEvent = true;
377
+ this.element = this.ngEle.nativeElement;
378
+ this.injectedModules = this.injectedModules || [];
379
+ this.registerEvents(outputs$2);
380
+ this.addTwoWay.call(this, twoWays$2);
381
+ setValue('currentInstance', this, this.viewContainerRef);
382
+ this.formContext = new FormBase();
383
+ this.formCompContext = new ComponentBase();
384
+ }
385
+ /**
386
+ * @param {?} registerFunction
387
+ * @return {?}
388
+ */
389
+ registerOnChange(registerFunction) {
390
+ }
391
+ /**
392
+ * @param {?} registerFunction
393
+ * @return {?}
394
+ */
395
+ registerOnTouched(registerFunction) {
396
+ }
397
+ /**
398
+ * @param {?} value
399
+ * @return {?}
400
+ */
401
+ writeValue(value) {
402
+ }
403
+ /**
404
+ * @param {?} disabled
405
+ * @return {?}
406
+ */
407
+ setDisabledState(disabled) {
408
+ }
409
+ /**
410
+ * @return {?}
411
+ */
412
+ ngOnInit() {
413
+ this.formCompContext.ngOnInit(this);
414
+ }
415
+ /**
416
+ * @return {?}
417
+ */
418
+ ngAfterViewInit() {
419
+ this.formContext.ngAfterViewInit(this);
420
+ }
421
+ /**
422
+ * @return {?}
423
+ */
424
+ ngOnDestroy() {
425
+ this.formCompContext.ngOnDestroy(this);
426
+ }
427
+ /**
428
+ * @return {?}
429
+ */
430
+ ngAfterContentChecked() {
431
+ this.formCompContext.ngAfterContentChecked(this);
432
+ }
433
+ };
434
+ NumericTextBoxComponent.decorators = [
435
+ { type: Component, args: [{
436
+ selector: 'ejs-numerictextbox',
437
+ inputs: inputs$2,
438
+ outputs: outputs$2,
439
+ template: '',
440
+ changeDetection: ChangeDetectionStrategy.OnPush,
441
+ providers: [
442
+ {
443
+ provide: NG_VALUE_ACCESSOR,
444
+ useExisting: forwardRef(() => NumericTextBoxComponent_1),
445
+ multi: true
446
+ }
447
+ ],
448
+ queries: {}
449
+ },] },
450
+ ];
451
+ /**
452
+ * @nocollapse
453
+ */
454
+ NumericTextBoxComponent.ctorParameters = () => [
455
+ { type: ElementRef, },
456
+ { type: Renderer2, },
457
+ { type: ViewContainerRef, },
458
+ { type: Injector, },
459
+ { type: ChangeDetectorRef, },
460
+ ];
461
+ NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$2([
462
+ ComponentMixins([ComponentBase, FormBase]),
463
+ __metadata$2("design:paramtypes", [ElementRef,
464
+ Renderer2,
465
+ ViewContainerRef,
466
+ Injector,
467
+ ChangeDetectorRef])
468
+ ], NumericTextBoxComponent);
469
+ var NumericTextBoxComponent_1;
470
+
471
+ /**
472
+ * NgModule definition for the NumericTextBox component.
473
+ */
474
+ class NumericTextBoxModule {
475
+ }
476
+ NumericTextBoxModule.decorators = [
477
+ { type: NgModule, args: [{
478
+ imports: [CommonModule],
479
+ declarations: [
480
+ NumericTextBoxComponent
481
+ ],
482
+ exports: [
483
+ NumericTextBoxComponent
484
+ ]
485
+ },] },
486
+ ];
487
+ /**
488
+ * @nocollapse
489
+ */
490
+ NumericTextBoxModule.ctorParameters = () => [];
491
+
492
+ /**
493
+ * NgModule definition for the NumericTextBox component with providers.
494
+ */
495
+ class NumericTextBoxAllModule {
496
+ }
497
+ NumericTextBoxAllModule.decorators = [
498
+ { type: NgModule, args: [{
499
+ imports: [CommonModule, NumericTextBoxModule],
500
+ exports: [
501
+ NumericTextBoxModule
502
+ ],
503
+ providers: []
504
+ },] },
505
+ ];
506
+ /**
507
+ * @nocollapse
508
+ */
509
+ NumericTextBoxAllModule.ctorParameters = () => [];
510
+
511
+ var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
512
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
513
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
514
+ 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;
515
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
516
+ };
517
+ var __metadata$3 = (this && this.__metadata) || function (k, v) {
518
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
519
+ };
520
+ const inputs$3 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
521
+ const outputs$3 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
522
+ const twoWays$3 = ['value'];
523
+ /**
524
+ * Represents the EJ2 Angular MaskedTextbox Component.
525
+ * ```html
526
+ * <ej-maskedtextbox [value]='value'></ej-maskedtextbox>
527
+ * ```
528
+ */
529
+ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxComponent extends MaskedTextBox {
530
+ /**
531
+ * @param {?} ngEle
532
+ * @param {?} srenderer
533
+ * @param {?} viewContainerRef
534
+ * @param {?} injector
535
+ * @param {?} cdr
536
+ */
537
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
538
+ super();
539
+ this.ngEle = ngEle;
540
+ this.srenderer = srenderer;
541
+ this.viewContainerRef = viewContainerRef;
542
+ this.injector = injector;
543
+ this.cdr = cdr;
544
+ this.skipFromEvent = true;
545
+ this.element = this.ngEle.nativeElement;
546
+ this.injectedModules = this.injectedModules || [];
547
+ this.registerEvents(outputs$3);
548
+ this.addTwoWay.call(this, twoWays$3);
549
+ setValue('currentInstance', this, this.viewContainerRef);
550
+ this.formContext = new FormBase();
551
+ this.formCompContext = new ComponentBase();
552
+ }
553
+ /**
554
+ * @param {?} registerFunction
555
+ * @return {?}
556
+ */
557
+ registerOnChange(registerFunction) {
558
+ }
559
+ /**
560
+ * @param {?} registerFunction
561
+ * @return {?}
562
+ */
563
+ registerOnTouched(registerFunction) {
564
+ }
565
+ /**
566
+ * @param {?} value
567
+ * @return {?}
568
+ */
569
+ writeValue(value) {
570
+ }
571
+ /**
572
+ * @param {?} disabled
573
+ * @return {?}
574
+ */
575
+ setDisabledState(disabled) {
576
+ }
577
+ /**
578
+ * @return {?}
579
+ */
580
+ ngOnInit() {
581
+ this.formCompContext.ngOnInit(this);
582
+ }
583
+ /**
584
+ * @return {?}
585
+ */
586
+ ngAfterViewInit() {
587
+ this.formContext.ngAfterViewInit(this);
588
+ }
589
+ /**
590
+ * @return {?}
591
+ */
592
+ ngOnDestroy() {
593
+ this.formCompContext.ngOnDestroy(this);
594
+ }
595
+ /**
596
+ * @return {?}
597
+ */
598
+ ngAfterContentChecked() {
599
+ this.formCompContext.ngAfterContentChecked(this);
600
+ }
601
+ };
602
+ MaskedTextBoxComponent.decorators = [
603
+ { type: Component, args: [{
604
+ selector: 'ejs-maskedtextbox',
605
+ inputs: inputs$3,
606
+ outputs: outputs$3,
607
+ template: '',
608
+ changeDetection: ChangeDetectionStrategy.OnPush,
609
+ providers: [
610
+ {
611
+ provide: NG_VALUE_ACCESSOR,
612
+ useExisting: forwardRef(() => MaskedTextBoxComponent_1),
613
+ multi: true
614
+ }
615
+ ],
616
+ queries: {}
617
+ },] },
618
+ ];
619
+ /**
620
+ * @nocollapse
621
+ */
622
+ MaskedTextBoxComponent.ctorParameters = () => [
623
+ { type: ElementRef, },
624
+ { type: Renderer2, },
625
+ { type: ViewContainerRef, },
626
+ { type: Injector, },
627
+ { type: ChangeDetectorRef, },
628
+ ];
629
+ MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$3([
630
+ ComponentMixins([ComponentBase, FormBase]),
631
+ __metadata$3("design:paramtypes", [ElementRef,
632
+ Renderer2,
633
+ ViewContainerRef,
634
+ Injector,
635
+ ChangeDetectorRef])
636
+ ], MaskedTextBoxComponent);
637
+ var MaskedTextBoxComponent_1;
638
+
639
+ /**
640
+ * NgModule definition for the MaskedTextBox component.
641
+ */
642
+ class MaskedTextBoxModule {
643
+ }
644
+ MaskedTextBoxModule.decorators = [
645
+ { type: NgModule, args: [{
646
+ imports: [CommonModule],
647
+ declarations: [
648
+ MaskedTextBoxComponent
649
+ ],
650
+ exports: [
651
+ MaskedTextBoxComponent
652
+ ]
653
+ },] },
654
+ ];
655
+ /**
656
+ * @nocollapse
657
+ */
658
+ MaskedTextBoxModule.ctorParameters = () => [];
659
+
660
+ /**
661
+ * NgModule definition for the MaskedTextBox component with providers.
662
+ */
663
+ class MaskedTextBoxAllModule {
664
+ }
665
+ MaskedTextBoxAllModule.decorators = [
666
+ { type: NgModule, args: [{
667
+ imports: [CommonModule, MaskedTextBoxModule],
668
+ exports: [
669
+ MaskedTextBoxModule
670
+ ],
671
+ providers: []
672
+ },] },
673
+ ];
674
+ /**
675
+ * @nocollapse
676
+ */
677
+ MaskedTextBoxAllModule.ctorParameters = () => [];
678
+
679
+ var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
680
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
681
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
682
+ 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;
683
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
684
+ };
685
+ var __metadata$4 = (this && this.__metadata) || function (k, v) {
686
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
687
+ };
688
+ const inputs$4 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
689
+ const outputs$4 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
690
+ const twoWays$4 = ['value'];
691
+ /**
692
+ * Represents the EJ2 Angular Slider Component.
693
+ * ```html
694
+ * <ejs-slider [value]='value'></ejs-slider>
695
+ * ```
696
+ */
697
+ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
698
+ /**
699
+ * @param {?} ngEle
700
+ * @param {?} srenderer
701
+ * @param {?} viewContainerRef
702
+ * @param {?} injector
703
+ * @param {?} cdr
704
+ */
705
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
706
+ super();
707
+ this.ngEle = ngEle;
708
+ this.srenderer = srenderer;
709
+ this.viewContainerRef = viewContainerRef;
710
+ this.injector = injector;
711
+ this.cdr = cdr;
712
+ this.element = this.ngEle.nativeElement;
713
+ this.injectedModules = this.injectedModules || [];
714
+ this.registerEvents(outputs$4);
715
+ this.addTwoWay.call(this, twoWays$4);
716
+ setValue('currentInstance', this, this.viewContainerRef);
717
+ this.formContext = new FormBase();
718
+ this.formCompContext = new ComponentBase();
719
+ }
720
+ /**
721
+ * @param {?} registerFunction
722
+ * @return {?}
723
+ */
724
+ registerOnChange(registerFunction) {
725
+ }
726
+ /**
727
+ * @param {?} registerFunction
728
+ * @return {?}
729
+ */
730
+ registerOnTouched(registerFunction) {
731
+ }
732
+ /**
733
+ * @param {?} value
734
+ * @return {?}
735
+ */
736
+ writeValue(value) {
737
+ }
738
+ /**
739
+ * @param {?} disabled
740
+ * @return {?}
741
+ */
742
+ setDisabledState(disabled) {
743
+ }
744
+ /**
745
+ * @return {?}
746
+ */
747
+ ngOnInit() {
748
+ this.formCompContext.ngOnInit(this);
749
+ }
750
+ /**
751
+ * @return {?}
752
+ */
753
+ ngAfterViewInit() {
754
+ this.formContext.ngAfterViewInit(this);
755
+ }
756
+ /**
757
+ * @return {?}
758
+ */
759
+ ngOnDestroy() {
760
+ this.formCompContext.ngOnDestroy(this);
761
+ }
762
+ /**
763
+ * @return {?}
764
+ */
765
+ ngAfterContentChecked() {
766
+ this.formCompContext.ngAfterContentChecked(this);
767
+ }
768
+ };
769
+ SliderComponent.decorators = [
770
+ { type: Component, args: [{
771
+ selector: 'ejs-slider',
772
+ inputs: inputs$4,
773
+ outputs: outputs$4,
774
+ template: '',
775
+ changeDetection: ChangeDetectionStrategy.OnPush,
776
+ providers: [
777
+ {
778
+ provide: NG_VALUE_ACCESSOR,
779
+ useExisting: forwardRef(() => SliderComponent_1),
780
+ multi: true
781
+ }
782
+ ],
783
+ queries: {}
784
+ },] },
785
+ ];
786
+ /**
787
+ * @nocollapse
788
+ */
789
+ SliderComponent.ctorParameters = () => [
790
+ { type: ElementRef, },
791
+ { type: Renderer2, },
792
+ { type: ViewContainerRef, },
793
+ { type: Injector, },
794
+ { type: ChangeDetectorRef, },
795
+ ];
796
+ SliderComponent = SliderComponent_1 = __decorate$4([
797
+ ComponentMixins([ComponentBase, FormBase]),
798
+ __metadata$4("design:paramtypes", [ElementRef,
799
+ Renderer2,
800
+ ViewContainerRef,
801
+ Injector,
802
+ ChangeDetectorRef])
803
+ ], SliderComponent);
804
+ var SliderComponent_1;
805
+
806
+ /**
807
+ * NgModule definition for the Slider component.
808
+ */
809
+ class SliderModule {
810
+ }
811
+ SliderModule.decorators = [
812
+ { type: NgModule, args: [{
813
+ imports: [CommonModule],
814
+ declarations: [
815
+ SliderComponent
816
+ ],
817
+ exports: [
818
+ SliderComponent
819
+ ]
820
+ },] },
821
+ ];
822
+ /**
823
+ * @nocollapse
824
+ */
825
+ SliderModule.ctorParameters = () => [];
826
+
827
+ /**
828
+ * NgModule definition for the Slider component with providers.
829
+ */
830
+ class SliderAllModule {
831
+ }
832
+ SliderAllModule.decorators = [
833
+ { type: NgModule, args: [{
834
+ imports: [CommonModule, SliderModule],
835
+ exports: [
836
+ SliderModule
837
+ ],
838
+ providers: []
839
+ },] },
840
+ ];
841
+ /**
842
+ * @nocollapse
843
+ */
844
+ SliderAllModule.ctorParameters = () => [];
845
+
846
+ let input = ['name', 'size', 'type'];
847
+ let outputs$5 = [];
848
+ /**
849
+ * 'e-files' directive represent a file of angular uploader
850
+ * It must be contained in a Uploader component(`ejs-uploader`).
851
+ * ```html
852
+ * <ejs-uploader id='fileupload' multiple=true>
853
+ * <e-files>
854
+ * <e-file name='Java' size=23000 type='pdf'></e-file>
855
+ * <e-file name='C++' size=30000 type='.docx'></e-file>
856
+ * </e-files>
857
+ * </ejs-uploader>
858
+ * ```
859
+ */
860
+ class UploadedFilesDirective extends ComplexBase {
861
+ /**
862
+ * @param {?} viewContainerRef
863
+ */
864
+ constructor(viewContainerRef) {
865
+ super();
866
+ this.viewContainerRef = viewContainerRef;
867
+ setValue('currentInstance', this, this.viewContainerRef);
868
+ this.registerEvents(outputs$5);
869
+ this.directivePropList = input;
870
+ }
871
+ }
872
+ UploadedFilesDirective.decorators = [
873
+ { type: Directive, args: [{
874
+ selector: 'e-files>e-uploadedfiles',
875
+ inputs: input,
876
+ outputs: outputs$5,
877
+ queries: {}
878
+ },] },
879
+ ];
880
+ /**
881
+ * @nocollapse
882
+ */
883
+ UploadedFilesDirective.ctorParameters = () => [
884
+ { type: ViewContainerRef, },
885
+ ];
886
+ /**
887
+ * UploadedFiles Array Directive
888
+ */
889
+ class FilesDirective extends ArrayBase {
890
+ constructor() {
891
+ super('files');
892
+ }
893
+ }
894
+ FilesDirective.decorators = [
895
+ { type: Directive, args: [{
896
+ selector: 'ejs-uploader>e-files',
897
+ queries: {
898
+ children: new ContentChildren(UploadedFilesDirective)
899
+ },
900
+ },] },
901
+ ];
902
+ /**
903
+ * @nocollapse
904
+ */
905
+ FilesDirective.ctorParameters = () => [];
906
+
907
+ var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
908
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
909
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
910
+ 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;
911
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
912
+ };
913
+ var __metadata$5 = (this && this.__metadata) || function (k, v) {
914
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
915
+ };
916
+ const inputs$5 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
917
+ 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'];
918
+ const twoWays$5 = [];
919
+ /**
920
+ * Represents the EJ2 Angular Uploader Component.
921
+ * ```html
922
+ * <ejs-uploader></ejs-uploader>
923
+ * ```
924
+ */
925
+ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Uploader {
926
+ /**
927
+ * @param {?} ngEle
928
+ * @param {?} srenderer
929
+ * @param {?} viewContainerRef
930
+ * @param {?} injector
931
+ * @param {?} cdr
932
+ */
933
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
934
+ super();
935
+ this.ngEle = ngEle;
936
+ this.srenderer = srenderer;
937
+ this.viewContainerRef = viewContainerRef;
938
+ this.injector = injector;
939
+ this.cdr = cdr;
940
+ this.tags = ['files'];
941
+ this.element = this.ngEle.nativeElement;
942
+ this.injectedModules = this.injectedModules || [];
943
+ this.registerEvents(outputs$6);
944
+ this.addTwoWay.call(this, twoWays$5);
945
+ setValue('currentInstance', this, this.viewContainerRef);
946
+ this.formContext = new FormBase();
947
+ this.formCompContext = new ComponentBase();
948
+ }
949
+ /**
950
+ * @param {?} registerFunction
951
+ * @return {?}
952
+ */
953
+ registerOnChange(registerFunction) {
954
+ }
955
+ /**
956
+ * @param {?} registerFunction
957
+ * @return {?}
958
+ */
959
+ registerOnTouched(registerFunction) {
960
+ }
961
+ /**
962
+ * @param {?} value
963
+ * @return {?}
964
+ */
965
+ writeValue(value) {
966
+ }
967
+ /**
968
+ * @param {?} disabled
969
+ * @return {?}
970
+ */
971
+ setDisabledState(disabled) {
972
+ }
973
+ /**
974
+ * @return {?}
975
+ */
976
+ ngOnInit() {
977
+ this.formCompContext.ngOnInit(this);
978
+ }
979
+ /**
980
+ * @return {?}
981
+ */
982
+ ngAfterViewInit() {
983
+ this.formContext.ngAfterViewInit(this);
984
+ }
985
+ /**
986
+ * @return {?}
987
+ */
988
+ ngOnDestroy() {
989
+ this.formCompContext.ngOnDestroy(this);
990
+ }
991
+ /**
992
+ * @return {?}
993
+ */
994
+ ngAfterContentChecked() {
995
+ this.tagObjects[0].instance = this.childFiles;
996
+ this.formCompContext.ngAfterContentChecked(this);
997
+ }
998
+ };
999
+ UploaderComponent.decorators = [
1000
+ { type: Component, args: [{
1001
+ selector: 'ejs-uploader',
1002
+ inputs: inputs$5,
1003
+ outputs: outputs$6,
1004
+ template: '',
1005
+ changeDetection: ChangeDetectionStrategy.OnPush,
1006
+ providers: [
1007
+ {
1008
+ provide: NG_VALUE_ACCESSOR,
1009
+ useExisting: forwardRef(() => UploaderComponent_1),
1010
+ multi: true
1011
+ }
1012
+ ],
1013
+ queries: {
1014
+ childFiles: new ContentChild(FilesDirective)
1015
+ }
1016
+ },] },
1017
+ ];
1018
+ /**
1019
+ * @nocollapse
1020
+ */
1021
+ UploaderComponent.ctorParameters = () => [
1022
+ { type: ElementRef, },
1023
+ { type: Renderer2, },
1024
+ { type: ViewContainerRef, },
1025
+ { type: Injector, },
1026
+ { type: ChangeDetectorRef, },
1027
+ ];
1028
+ UploaderComponent.propDecorators = {
1029
+ 'template': [{ type: ContentChild, args: ['template',] },],
1030
+ };
1031
+ __decorate$5([
1032
+ Template(),
1033
+ __metadata$5("design:type", Object)
1034
+ ], UploaderComponent.prototype, "template", void 0);
1035
+ UploaderComponent = UploaderComponent_1 = __decorate$5([
1036
+ ComponentMixins([ComponentBase, FormBase]),
1037
+ __metadata$5("design:paramtypes", [ElementRef,
1038
+ Renderer2,
1039
+ ViewContainerRef,
1040
+ Injector,
1041
+ ChangeDetectorRef])
1042
+ ], UploaderComponent);
1043
+ var UploaderComponent_1;
1044
+
1045
+ /**
1046
+ * NgModule definition for the Uploader component.
1047
+ */
1048
+ class UploaderModule {
1049
+ }
1050
+ UploaderModule.decorators = [
1051
+ { type: NgModule, args: [{
1052
+ imports: [CommonModule],
1053
+ declarations: [
1054
+ UploaderComponent,
1055
+ UploadedFilesDirective,
1056
+ FilesDirective
1057
+ ],
1058
+ exports: [
1059
+ UploaderComponent,
1060
+ UploadedFilesDirective,
1061
+ FilesDirective
1062
+ ]
1063
+ },] },
1064
+ ];
1065
+ /**
1066
+ * @nocollapse
1067
+ */
1068
+ UploaderModule.ctorParameters = () => [];
1069
+
1070
+ /**
1071
+ * NgModule definition for the Uploader component with providers.
1072
+ */
1073
+ class UploaderAllModule {
1074
+ }
1075
+ UploaderAllModule.decorators = [
1076
+ { type: NgModule, args: [{
1077
+ imports: [CommonModule, UploaderModule],
1078
+ exports: [
1079
+ UploaderModule
1080
+ ],
1081
+ providers: []
1082
+ },] },
1083
+ ];
1084
+ /**
1085
+ * @nocollapse
1086
+ */
1087
+ UploaderAllModule.ctorParameters = () => [];
1088
+
1089
+ var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
1090
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1091
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1092
+ 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;
1093
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1094
+ };
1095
+ var __metadata$6 = (this && this.__metadata) || function (k, v) {
1096
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1097
+ };
1098
+ const inputs$6 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
1099
+ const outputs$7 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
1100
+ const twoWays$6 = ['value'];
1101
+ /**
1102
+ * Represents the EJ2 Angular ColorPicker Component.
1103
+ * ```html
1104
+ * <input ejs-colorpicker type='color'/>
1105
+ * ```
1106
+ */
1107
+ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent extends ColorPicker {
1108
+ /**
1109
+ * @param {?} ngEle
1110
+ * @param {?} srenderer
1111
+ * @param {?} viewContainerRef
1112
+ * @param {?} injector
1113
+ * @param {?} cdr
1114
+ */
1115
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1116
+ super();
1117
+ this.ngEle = ngEle;
1118
+ this.srenderer = srenderer;
1119
+ this.viewContainerRef = viewContainerRef;
1120
+ this.injector = injector;
1121
+ this.cdr = cdr;
1122
+ this.element = this.ngEle.nativeElement;
1123
+ this.injectedModules = this.injectedModules || [];
1124
+ this.registerEvents(outputs$7);
1125
+ this.addTwoWay.call(this, twoWays$6);
1126
+ setValue('currentInstance', this, this.viewContainerRef);
1127
+ this.formContext = new FormBase();
1128
+ this.formCompContext = new ComponentBase();
1129
+ }
1130
+ /**
1131
+ * @param {?} registerFunction
1132
+ * @return {?}
1133
+ */
1134
+ registerOnChange(registerFunction) {
1135
+ }
1136
+ /**
1137
+ * @param {?} registerFunction
1138
+ * @return {?}
1139
+ */
1140
+ registerOnTouched(registerFunction) {
1141
+ }
1142
+ /**
1143
+ * @param {?} value
1144
+ * @return {?}
1145
+ */
1146
+ writeValue(value) {
1147
+ }
1148
+ /**
1149
+ * @param {?} disabled
1150
+ * @return {?}
1151
+ */
1152
+ setDisabledState(disabled) {
1153
+ }
1154
+ /**
1155
+ * @return {?}
1156
+ */
1157
+ ngOnInit() {
1158
+ this.formCompContext.ngOnInit(this);
1159
+ }
1160
+ /**
1161
+ * @return {?}
1162
+ */
1163
+ ngAfterViewInit() {
1164
+ this.formContext.ngAfterViewInit(this);
1165
+ }
1166
+ /**
1167
+ * @return {?}
1168
+ */
1169
+ ngOnDestroy() {
1170
+ this.formCompContext.ngOnDestroy(this);
1171
+ }
1172
+ /**
1173
+ * @return {?}
1174
+ */
1175
+ ngAfterContentChecked() {
1176
+ this.formCompContext.ngAfterContentChecked(this);
1177
+ }
1178
+ };
1179
+ ColorPickerComponent.decorators = [
1180
+ { type: Component, args: [{
1181
+ selector: '[ejs-colorpicker]',
1182
+ inputs: inputs$6,
1183
+ outputs: outputs$7,
1184
+ template: '',
1185
+ changeDetection: ChangeDetectionStrategy.OnPush,
1186
+ providers: [
1187
+ {
1188
+ provide: NG_VALUE_ACCESSOR,
1189
+ useExisting: forwardRef(() => ColorPickerComponent_1),
1190
+ multi: true
1191
+ }
1192
+ ],
1193
+ queries: {}
1194
+ },] },
1195
+ ];
1196
+ /**
1197
+ * @nocollapse
1198
+ */
1199
+ ColorPickerComponent.ctorParameters = () => [
1200
+ { type: ElementRef, },
1201
+ { type: Renderer2, },
1202
+ { type: ViewContainerRef, },
1203
+ { type: Injector, },
1204
+ { type: ChangeDetectorRef, },
1205
+ ];
1206
+ ColorPickerComponent = ColorPickerComponent_1 = __decorate$6([
1207
+ ComponentMixins([ComponentBase, FormBase]),
1208
+ __metadata$6("design:paramtypes", [ElementRef,
1209
+ Renderer2,
1210
+ ViewContainerRef,
1211
+ Injector,
1212
+ ChangeDetectorRef])
1213
+ ], ColorPickerComponent);
1214
+ var ColorPickerComponent_1;
1215
+
1216
+ /**
1217
+ * NgModule definition for the ColorPicker component.
1218
+ */
1219
+ class ColorPickerModule {
1220
+ }
1221
+ ColorPickerModule.decorators = [
1222
+ { type: NgModule, args: [{
1223
+ imports: [CommonModule],
1224
+ declarations: [
1225
+ ColorPickerComponent
1226
+ ],
1227
+ exports: [
1228
+ ColorPickerComponent
1229
+ ]
1230
+ },] },
1231
+ ];
1232
+ /**
1233
+ * @nocollapse
1234
+ */
1235
+ ColorPickerModule.ctorParameters = () => [];
1236
+
1237
+ /**
1238
+ * NgModule definition for the ColorPicker component with providers.
1239
+ */
1240
+ class ColorPickerAllModule {
1241
+ }
1242
+ ColorPickerAllModule.decorators = [
1243
+ { type: NgModule, args: [{
1244
+ imports: [CommonModule, ColorPickerModule],
1245
+ exports: [
1246
+ ColorPickerModule
1247
+ ],
1248
+ providers: []
1249
+ },] },
1250
+ ];
1251
+ /**
1252
+ * @nocollapse
1253
+ */
1254
+ ColorPickerAllModule.ctorParameters = () => [];
1255
+
1256
+ var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
1257
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1258
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1259
+ 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;
1260
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1261
+ };
1262
+ var __metadata$7 = (this && this.__metadata) || function (k, v) {
1263
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1264
+ };
1265
+ const inputs$7 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
1266
+ const outputs$8 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
1267
+ const twoWays$7 = [];
1268
+ /**
1269
+ * Represents the EJ2 Angular Signature Component.
1270
+ * ```html
1271
+ * <canvas ejs-signature />
1272
+ * ```
1273
+ */
1274
+ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends Signature {
1275
+ /**
1276
+ * @param {?} ngEle
1277
+ * @param {?} srenderer
1278
+ * @param {?} viewContainerRef
1279
+ * @param {?} injector
1280
+ * @param {?} cdr
1281
+ */
1282
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1283
+ super();
1284
+ this.ngEle = ngEle;
1285
+ this.srenderer = srenderer;
1286
+ this.viewContainerRef = viewContainerRef;
1287
+ this.injector = injector;
1288
+ this.cdr = cdr;
1289
+ this.element = this.ngEle.nativeElement;
1290
+ this.injectedModules = this.injectedModules || [];
1291
+ this.registerEvents(outputs$8);
1292
+ this.addTwoWay.call(this, twoWays$7);
1293
+ setValue('currentInstance', this, this.viewContainerRef);
1294
+ this.formContext = new FormBase();
1295
+ this.formCompContext = new ComponentBase();
1296
+ }
1297
+ /**
1298
+ * @param {?} registerFunction
1299
+ * @return {?}
1300
+ */
1301
+ registerOnChange(registerFunction) {
1302
+ }
1303
+ /**
1304
+ * @param {?} registerFunction
1305
+ * @return {?}
1306
+ */
1307
+ registerOnTouched(registerFunction) {
1308
+ }
1309
+ /**
1310
+ * @param {?} value
1311
+ * @return {?}
1312
+ */
1313
+ writeValue(value) {
1314
+ }
1315
+ /**
1316
+ * @param {?} disabled
1317
+ * @return {?}
1318
+ */
1319
+ setDisabledState(disabled) {
1320
+ }
1321
+ /**
1322
+ * @return {?}
1323
+ */
1324
+ ngOnInit() {
1325
+ this.formCompContext.ngOnInit(this);
1326
+ }
1327
+ /**
1328
+ * @return {?}
1329
+ */
1330
+ ngAfterViewInit() {
1331
+ this.formContext.ngAfterViewInit(this);
1332
+ }
1333
+ /**
1334
+ * @return {?}
1335
+ */
1336
+ ngOnDestroy() {
1337
+ this.formCompContext.ngOnDestroy(this);
1338
+ }
1339
+ /**
1340
+ * @return {?}
1341
+ */
1342
+ ngAfterContentChecked() {
1343
+ this.formCompContext.ngAfterContentChecked(this);
1344
+ }
1345
+ };
1346
+ SignatureComponent.decorators = [
1347
+ { type: Component, args: [{
1348
+ selector: '[ejs-signature]',
1349
+ inputs: inputs$7,
1350
+ outputs: outputs$8,
1351
+ template: '',
1352
+ changeDetection: ChangeDetectionStrategy.OnPush,
1353
+ providers: [
1354
+ {
1355
+ provide: NG_VALUE_ACCESSOR,
1356
+ useExisting: forwardRef(() => SignatureComponent_1),
1357
+ multi: true
1358
+ }
1359
+ ],
1360
+ queries: {}
1361
+ },] },
1362
+ ];
1363
+ /**
1364
+ * @nocollapse
1365
+ */
1366
+ SignatureComponent.ctorParameters = () => [
1367
+ { type: ElementRef, },
1368
+ { type: Renderer2, },
1369
+ { type: ViewContainerRef, },
1370
+ { type: Injector, },
1371
+ { type: ChangeDetectorRef, },
1372
+ ];
1373
+ SignatureComponent = SignatureComponent_1 = __decorate$7([
1374
+ ComponentMixins([ComponentBase, FormBase]),
1375
+ __metadata$7("design:paramtypes", [ElementRef,
1376
+ Renderer2,
1377
+ ViewContainerRef,
1378
+ Injector,
1379
+ ChangeDetectorRef])
1380
+ ], SignatureComponent);
1381
+ var SignatureComponent_1;
1382
+
1383
+ /**
1384
+ * NgModule definition for the Signature component.
1385
+ */
1386
+ class SignatureModule {
1387
+ }
1388
+ SignatureModule.decorators = [
1389
+ { type: NgModule, args: [{
1390
+ imports: [CommonModule],
1391
+ declarations: [
1392
+ SignatureComponent
1393
+ ],
1394
+ exports: [
1395
+ SignatureComponent
1396
+ ]
1397
+ },] },
1398
+ ];
1399
+ /**
1400
+ * @nocollapse
1401
+ */
1402
+ SignatureModule.ctorParameters = () => [];
1403
+
1404
+ /**
1405
+ * NgModule definition for the Signature component with providers.
1406
+ */
1407
+ class SignatureAllModule {
1408
+ }
1409
+ SignatureAllModule.decorators = [
1410
+ { type: NgModule, args: [{
1411
+ imports: [CommonModule, SignatureModule],
1412
+ exports: [
1413
+ SignatureModule
1414
+ ],
1415
+ providers: []
1416
+ },] },
1417
+ ];
1418
+ /**
1419
+ * @nocollapse
1420
+ */
1421
+ SignatureAllModule.ctorParameters = () => [];
1422
+
1423
+ var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
1424
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1425
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1426
+ 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;
1427
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1428
+ };
1429
+ var __metadata$8 = (this && this.__metadata) || function (k, v) {
1430
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1431
+ };
1432
+ const inputs$8 = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
1433
+ const outputs$9 = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
1434
+ const twoWays$8 = ['value'];
1435
+ /**
1436
+ * Represents the EJ2 Angular Rating Component.
1437
+ * ```html
1438
+ * <input ejs-rating [value]='value' />
1439
+ * ```
1440
+ */
1441
+ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
1442
+ /**
1443
+ * @param {?} ngEle
1444
+ * @param {?} srenderer
1445
+ * @param {?} viewContainerRef
1446
+ * @param {?} injector
1447
+ * @param {?} cdr
1448
+ */
1449
+ constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
1450
+ super();
1451
+ this.ngEle = ngEle;
1452
+ this.srenderer = srenderer;
1453
+ this.viewContainerRef = viewContainerRef;
1454
+ this.injector = injector;
1455
+ this.cdr = cdr;
1456
+ this.element = this.ngEle.nativeElement;
1457
+ this.injectedModules = this.injectedModules || [];
1458
+ this.registerEvents(outputs$9);
1459
+ this.addTwoWay.call(this, twoWays$8);
1460
+ setValue('currentInstance', this, this.viewContainerRef);
1461
+ this.formContext = new FormBase();
1462
+ this.formCompContext = new ComponentBase();
1463
+ }
1464
+ /**
1465
+ * @param {?} registerFunction
1466
+ * @return {?}
1467
+ */
1468
+ registerOnChange(registerFunction) {
1469
+ }
1470
+ /**
1471
+ * @param {?} registerFunction
1472
+ * @return {?}
1473
+ */
1474
+ registerOnTouched(registerFunction) {
1475
+ }
1476
+ /**
1477
+ * @param {?} value
1478
+ * @return {?}
1479
+ */
1480
+ writeValue(value) {
1481
+ }
1482
+ /**
1483
+ * @param {?} disabled
1484
+ * @return {?}
1485
+ */
1486
+ setDisabledState(disabled) {
1487
+ }
1488
+ /**
1489
+ * @return {?}
1490
+ */
1491
+ ngOnInit() {
1492
+ this.formCompContext.ngOnInit(this);
1493
+ }
1494
+ /**
1495
+ * @return {?}
1496
+ */
1497
+ ngAfterViewInit() {
1498
+ this.formContext.ngAfterViewInit(this);
1499
+ }
1500
+ /**
1501
+ * @return {?}
1502
+ */
1503
+ ngOnDestroy() {
1504
+ this.formCompContext.ngOnDestroy(this);
1505
+ }
1506
+ /**
1507
+ * @return {?}
1508
+ */
1509
+ ngAfterContentChecked() {
1510
+ this.formCompContext.ngAfterContentChecked(this);
1511
+ }
1512
+ };
1513
+ RatingComponent.decorators = [
1514
+ { type: Component, args: [{
1515
+ selector: '[ejs-rating]',
1516
+ inputs: inputs$8,
1517
+ outputs: outputs$9,
1518
+ template: '',
1519
+ changeDetection: ChangeDetectionStrategy.OnPush,
1520
+ providers: [
1521
+ {
1522
+ provide: NG_VALUE_ACCESSOR,
1523
+ useExisting: forwardRef(() => RatingComponent_1),
1524
+ multi: true
1525
+ }
1526
+ ],
1527
+ queries: {}
1528
+ },] },
1529
+ ];
1530
+ /**
1531
+ * @nocollapse
1532
+ */
1533
+ RatingComponent.ctorParameters = () => [
1534
+ { type: ElementRef, },
1535
+ { type: Renderer2, },
1536
+ { type: ViewContainerRef, },
1537
+ { type: Injector, },
1538
+ { type: ChangeDetectorRef, },
1539
+ ];
1540
+ RatingComponent.propDecorators = {
1541
+ 'fullTemplate': [{ type: ContentChild, args: ['fullTemplate',] },],
1542
+ 'emptyTemplate': [{ type: ContentChild, args: ['emptyTemplate',] },],
1543
+ 'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
1544
+ 'labelTemplate': [{ type: ContentChild, args: ['labelTemplate',] },],
1545
+ };
1546
+ __decorate$8([
1547
+ Template(),
1548
+ __metadata$8("design:type", Object)
1549
+ ], RatingComponent.prototype, "fullTemplate", void 0);
1550
+ __decorate$8([
1551
+ Template(),
1552
+ __metadata$8("design:type", Object)
1553
+ ], RatingComponent.prototype, "emptyTemplate", void 0);
1554
+ __decorate$8([
1555
+ Template(),
1556
+ __metadata$8("design:type", Object)
1557
+ ], RatingComponent.prototype, "tooltipTemplate", void 0);
1558
+ __decorate$8([
1559
+ Template(),
1560
+ __metadata$8("design:type", Object)
1561
+ ], RatingComponent.prototype, "labelTemplate", void 0);
1562
+ RatingComponent = RatingComponent_1 = __decorate$8([
1563
+ ComponentMixins([ComponentBase, FormBase]),
1564
+ __metadata$8("design:paramtypes", [ElementRef,
1565
+ Renderer2,
1566
+ ViewContainerRef,
1567
+ Injector,
1568
+ ChangeDetectorRef])
1569
+ ], RatingComponent);
1570
+ var RatingComponent_1;
1571
+
1572
+ /**
1573
+ * NgModule definition for the Rating component.
1574
+ */
1575
+ class RatingModule {
1576
+ }
1577
+ RatingModule.decorators = [
1578
+ { type: NgModule, args: [{
1579
+ imports: [CommonModule],
1580
+ declarations: [
1581
+ RatingComponent
1582
+ ],
1583
+ exports: [
1584
+ RatingComponent
1585
+ ]
1586
+ },] },
1587
+ ];
1588
+ /**
1589
+ * @nocollapse
1590
+ */
1591
+ RatingModule.ctorParameters = () => [];
1592
+
1593
+ /**
1594
+ * NgModule definition for the Rating component with providers.
1595
+ */
1596
+ class RatingAllModule {
1597
+ }
1598
+ RatingAllModule.decorators = [
1599
+ { type: NgModule, args: [{
1600
+ imports: [CommonModule, RatingModule],
1601
+ exports: [
1602
+ RatingModule
1603
+ ],
1604
+ providers: []
1605
+ },] },
1606
+ ];
1607
+ /**
1608
+ * @nocollapse
1609
+ */
1610
+ RatingAllModule.ctorParameters = () => [];
1611
+
1612
+ class FormValidators {
1613
+ /**
1614
+ * @param {?} number
1615
+ * @return {?}
1616
+ */
1617
+ static max(number) {
1618
+ let /** @type {?} */ max = number;
1619
+ return (control) => {
1620
+ //tslint:disable-next-line
1621
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.max({ value: control.value, param: max });
1622
+ if (result === true) {
1623
+ return null;
1624
+ }
1625
+ else {
1626
+ return { 'max': true };
1627
+ }
1628
+ };
1629
+ }
1630
+ /**
1631
+ * @param {?} number
1632
+ * @return {?}
1633
+ */
1634
+ static min(number) {
1635
+ let /** @type {?} */ min = number;
1636
+ return (control) => {
1637
+ //tslint:disable-next-line
1638
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.min({ value: control.value, param: min });
1639
+ if (result === true) {
1640
+ return null;
1641
+ }
1642
+ else {
1643
+ return { 'min': true };
1644
+ }
1645
+ };
1646
+ }
1647
+ /**
1648
+ * @param {?} control
1649
+ * @return {?}
1650
+ */
1651
+ static creditcard(control) {
1652
+ //tslint:disable-next-line
1653
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.creditcard({ value: control.value });
1654
+ if (result === true) {
1655
+ return null;
1656
+ }
1657
+ else {
1658
+ return { 'cardno': true };
1659
+ }
1660
+ }
1661
+ /**
1662
+ * @param {?} control
1663
+ * @return {?}
1664
+ */
1665
+ static date(control) {
1666
+ //tslint:disable-next-line
1667
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.date({ value: control.value });
1668
+ if (result === true) {
1669
+ return null;
1670
+ }
1671
+ else {
1672
+ return { 'date': true };
1673
+ }
1674
+ }
1675
+ /**
1676
+ * @param {?} control
1677
+ * @return {?}
1678
+ */
1679
+ static dateIso(control) {
1680
+ //tslint:disable-next-line
1681
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.dateIso({ value: control.value });
1682
+ if (result === true) {
1683
+ return null;
1684
+ }
1685
+ else {
1686
+ return { 'dateiso': true };
1687
+ }
1688
+ }
1689
+ /**
1690
+ * @param {?} control
1691
+ * @return {?}
1692
+ */
1693
+ static digits(control) {
1694
+ //tslint:disable-next-line
1695
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.digits({ value: control.value });
1696
+ if (result === true) {
1697
+ return null;
1698
+ }
1699
+ else {
1700
+ return { 'digit': true };
1701
+ }
1702
+ }
1703
+ /**
1704
+ * @param {?} control
1705
+ * @return {?}
1706
+ */
1707
+ static email(control) {
1708
+ //tslint:disable-next-line
1709
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.email({ value: control.value });
1710
+ if (result === true) {
1711
+ return null;
1712
+ }
1713
+ else {
1714
+ return { 'email': true };
1715
+ }
1716
+ }
1717
+ /**
1718
+ * @param {?} number
1719
+ * @return {?}
1720
+ */
1721
+ static maxLength(number) {
1722
+ let /** @type {?} */ maxlength = number;
1723
+ return (control) => {
1724
+ //tslint:disable-next-line
1725
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.maxLength({ value: control.value, param: maxlength });
1726
+ if (result === true) {
1727
+ return null;
1728
+ }
1729
+ else {
1730
+ return { 'maxlength': true };
1731
+ }
1732
+ };
1733
+ }
1734
+ /**
1735
+ * @param {?} number
1736
+ * @return {?}
1737
+ */
1738
+ static minLength(number) {
1739
+ let /** @type {?} */ minlength = number;
1740
+ return (control) => {
1741
+ //tslint:disable-next-line
1742
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.minLength({ value: control.value, param: minlength });
1743
+ if (result === true) {
1744
+ return null;
1745
+ }
1746
+ else {
1747
+ return { 'minlength': true };
1748
+ }
1749
+ };
1750
+ }
1751
+ /**
1752
+ * @param {?} control
1753
+ * @return {?}
1754
+ */
1755
+ static number(control) {
1756
+ //tslint:disable-next-line
1757
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.number({ value: control.value });
1758
+ if (result === true) {
1759
+ return null;
1760
+ }
1761
+ else {
1762
+ return { 'number': true };
1763
+ }
1764
+ }
1765
+ /**
1766
+ * @param {?} control
1767
+ * @return {?}
1768
+ */
1769
+ static required(control) {
1770
+ //tslint:disable-next-line
1771
+ let /** @type {?} */ result = (control.value === null) ? false : ((FormValidator)).checkValidator.required({ value: control.value });
1772
+ if (result === true) {
1773
+ return null;
1774
+ }
1775
+ else {
1776
+ return { 'required': true };
1777
+ }
1778
+ }
1779
+ /**
1780
+ * @param {?} control
1781
+ * @return {?}
1782
+ */
1783
+ static tel(control) {
1784
+ //tslint:disable-next-line
1785
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.tel({ value: control.value });
1786
+ if (result === true) {
1787
+ return null;
1788
+ }
1789
+ else {
1790
+ return { 'telno': true };
1791
+ }
1792
+ }
1793
+ /**
1794
+ * @param {?} control
1795
+ * @return {?}
1796
+ */
1797
+ static url(control) {
1798
+ //tslint:disable-next-line
1799
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.url({ value: control.value });
1800
+ if (result === true) {
1801
+ return null;
1802
+ }
1803
+ else {
1804
+ return { 'url': true };
1805
+ }
1806
+ }
1807
+ /**
1808
+ * @param {?} number1
1809
+ * @param {?} number2
1810
+ * @return {?}
1811
+ */
1812
+ static rangeLength(number1, number2) {
1813
+ let /** @type {?} */ minRL = number1;
1814
+ let /** @type {?} */ maxRL = number2;
1815
+ //tslint:disable-next-line
1816
+ let /** @type {?} */ param = [minRL, maxRL];
1817
+ return (control) => {
1818
+ //tslint:disable-next-line
1819
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.rangeLength({ value: control.value, param: param });
1820
+ if (result === true) {
1821
+ return null;
1822
+ }
1823
+ else {
1824
+ return { 'rangelength': true };
1825
+ }
1826
+ };
1827
+ }
1828
+ /**
1829
+ * @param {?} number1
1830
+ * @param {?} number2
1831
+ * @return {?}
1832
+ */
1833
+ static range(number1, number2) {
1834
+ let /** @type {?} */ minR = number1;
1835
+ let /** @type {?} */ maxR = number2;
1836
+ //tslint:disable-next-line
1837
+ let /** @type {?} */ param1 = [minR, maxR];
1838
+ return (control) => {
1839
+ //tslint:disable-next-line
1840
+ let /** @type {?} */ result = ((FormValidator)).checkValidator.range({ value: control.value, param: param1 });
1841
+ if (result === true) {
1842
+ return null;
1843
+ }
1844
+ else {
1845
+ return { 'range': true };
1846
+ }
1847
+ };
1848
+ }
1849
+ }
1850
+
1851
+ /**
1852
+ * Generated bundle index. Do not edit.
1853
+ */
1854
+
1855
+ 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 };
1856
+ 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';
1857
+ //# sourceMappingURL=ej2-angular-inputs.js.map