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