@syncfusion/ej2-angular-inputs 24.2.9-ngcc → 25.1.35-ngcc
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@syncfusion/ej2-angular-inputs.es5.js +269 -90
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js +258 -90
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/CHANGELOG.md +0 -46
- package/dist/ej2-angular-inputs.umd.js +284 -98
- package/dist/ej2-angular-inputs.umd.js.map +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +2 -2
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
- package/ej2-angular-inputs.d.ts +8 -7
- package/ej2-angular-inputs.metadata.json +1 -1
- package/package.json +9 -9
- package/postinstall/tagchange.js +1 -1
- package/schematics/utils/lib-details.d.ts +3 -3
- package/schematics/utils/lib-details.js +3 -3
- package/schematics/utils/lib-details.ts +3 -3
- package/src/index.d.ts +3 -0
- package/src/textarea/textarea-all.module.d.ts +5 -0
- package/src/textarea/textarea.component.d.ts +41 -0
- package/src/textarea/textarea.module.d.ts +5 -0
- package/styles/bootstrap-dark.scss +1 -0
- package/styles/bootstrap.scss +1 -0
- package/styles/bootstrap4.scss +1 -0
- package/styles/bootstrap5-dark.scss +1 -0
- package/styles/bootstrap5.scss +1 -0
- package/styles/fabric-dark.scss +1 -0
- package/styles/fabric.scss +1 -0
- package/styles/fluent-dark.scss +1 -0
- package/styles/fluent.scss +1 -0
- package/styles/highcontrast-light.scss +1 -0
- package/styles/highcontrast.scss +1 -0
- package/styles/material-dark.scss +1 -0
- package/styles/material.scss +1 -0
- package/styles/material3-dark.scss +1 -0
- package/styles/material3.scss +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.scss +1 -0
- package/styles/textarea/bootstrap-dark.css +1 -0
- package/styles/textarea/bootstrap-dark.scss +1 -0
- package/styles/textarea/bootstrap.css +1 -0
- package/styles/textarea/bootstrap.scss +1 -0
- package/styles/textarea/bootstrap4.css +1 -0
- package/styles/textarea/bootstrap4.scss +1 -0
- package/styles/textarea/bootstrap5-dark.css +1 -0
- package/styles/textarea/bootstrap5-dark.scss +1 -0
- package/styles/textarea/bootstrap5.css +1 -0
- package/styles/textarea/bootstrap5.scss +1 -0
- package/styles/textarea/fabric-dark.css +1 -0
- package/styles/textarea/fabric-dark.scss +1 -0
- package/styles/textarea/fabric.css +1 -0
- package/styles/textarea/fabric.scss +1 -0
- package/styles/textarea/fluent-dark.css +1 -0
- package/styles/textarea/fluent-dark.scss +1 -0
- package/styles/textarea/fluent.css +1 -0
- package/styles/textarea/fluent.scss +1 -0
- package/styles/textarea/highcontrast-light.css +1 -0
- package/styles/textarea/highcontrast-light.scss +1 -0
- package/styles/textarea/highcontrast.css +1 -0
- package/styles/textarea/highcontrast.scss +1 -0
- package/styles/textarea/material-dark.css +1 -0
- package/styles/textarea/material-dark.scss +1 -0
- package/styles/textarea/material.css +1 -0
- package/styles/textarea/material.scss +1 -0
- package/styles/textarea/material3-dark.css +1 -0
- package/styles/textarea/material3-dark.scss +2 -0
- package/styles/textarea/material3.css +1 -0
- package/styles/textarea/material3.scss +2 -0
- package/styles/textarea/tailwind-dark.css +1 -0
- package/styles/textarea/tailwind-dark.scss +1 -0
- package/styles/textarea/tailwind.css +1 -0
- package/styles/textarea/tailwind.scss +1 -0
|
@@ -11,7 +11,7 @@ var __extends = (this && this.__extends) || (function () {
|
|
|
11
11
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
12
12
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
13
13
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
14
|
-
import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Rating, Signature, Slider, TextBox, Uploader } from '@syncfusion/ej2-inputs';
|
|
14
|
+
import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Rating, Signature, Slider, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
|
|
15
15
|
import { CommonModule } from '@angular/common';
|
|
16
16
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
17
17
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
@@ -206,9 +206,188 @@ var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
|
206
206
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
207
207
|
return Reflect.metadata(k, v);
|
|
208
208
|
};
|
|
209
|
-
var inputs$1 = ['
|
|
210
|
-
var outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
209
|
+
var inputs$1 = ['columnsCount', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rowsCount', 'showClearButton', 'value', 'width'];
|
|
210
|
+
var outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
211
211
|
var twoWays$1 = ['value'];
|
|
212
|
+
/**
|
|
213
|
+
* Represents the EJ2 Angular TextArea Component.
|
|
214
|
+
* ```html
|
|
215
|
+
* <ejs-textarea [value]='value'></ejs-textarea>
|
|
216
|
+
* ```
|
|
217
|
+
*/
|
|
218
|
+
var TextAreaComponent = TextAreaComponent_1 = /** @class */ (function (_super) {
|
|
219
|
+
__extends(TextAreaComponent, _super);
|
|
220
|
+
/**
|
|
221
|
+
* @param {?} ngEle
|
|
222
|
+
* @param {?} srenderer
|
|
223
|
+
* @param {?} viewContainerRef
|
|
224
|
+
* @param {?} injector
|
|
225
|
+
* @param {?} cdr
|
|
226
|
+
*/
|
|
227
|
+
function TextAreaComponent(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
228
|
+
var _this = _super.call(this) || this;
|
|
229
|
+
_this.ngEle = ngEle;
|
|
230
|
+
_this.srenderer = srenderer;
|
|
231
|
+
_this.viewContainerRef = viewContainerRef;
|
|
232
|
+
_this.injector = injector;
|
|
233
|
+
_this.cdr = cdr;
|
|
234
|
+
_this.skipFromEvent = true;
|
|
235
|
+
_this.element = _this.ngEle.nativeElement;
|
|
236
|
+
_this.injectedModules = _this.injectedModules || [];
|
|
237
|
+
_this.registerEvents(outputs$1);
|
|
238
|
+
_this.addTwoWay.call(_this, twoWays$1);
|
|
239
|
+
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
240
|
+
_this.formContext = new FormBase();
|
|
241
|
+
_this.formCompContext = new ComponentBase();
|
|
242
|
+
return _this;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @param {?} registerFunction
|
|
246
|
+
* @return {?}
|
|
247
|
+
*/
|
|
248
|
+
TextAreaComponent.prototype.registerOnChange = function (registerFunction) {
|
|
249
|
+
};
|
|
250
|
+
/**
|
|
251
|
+
* @param {?} registerFunction
|
|
252
|
+
* @return {?}
|
|
253
|
+
*/
|
|
254
|
+
TextAreaComponent.prototype.registerOnTouched = function (registerFunction) {
|
|
255
|
+
};
|
|
256
|
+
/**
|
|
257
|
+
* @param {?} value
|
|
258
|
+
* @return {?}
|
|
259
|
+
*/
|
|
260
|
+
TextAreaComponent.prototype.writeValue = function (value) {
|
|
261
|
+
};
|
|
262
|
+
/**
|
|
263
|
+
* @param {?} disabled
|
|
264
|
+
* @return {?}
|
|
265
|
+
*/
|
|
266
|
+
TextAreaComponent.prototype.setDisabledState = function (disabled) {
|
|
267
|
+
};
|
|
268
|
+
/**
|
|
269
|
+
* @return {?}
|
|
270
|
+
*/
|
|
271
|
+
TextAreaComponent.prototype.ngOnInit = function () {
|
|
272
|
+
this.formCompContext.ngOnInit(this);
|
|
273
|
+
};
|
|
274
|
+
/**
|
|
275
|
+
* @return {?}
|
|
276
|
+
*/
|
|
277
|
+
TextAreaComponent.prototype.ngAfterViewInit = function () {
|
|
278
|
+
this.formContext.ngAfterViewInit(this);
|
|
279
|
+
};
|
|
280
|
+
/**
|
|
281
|
+
* @return {?}
|
|
282
|
+
*/
|
|
283
|
+
TextAreaComponent.prototype.ngOnDestroy = function () {
|
|
284
|
+
this.formCompContext.ngOnDestroy(this);
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* @return {?}
|
|
288
|
+
*/
|
|
289
|
+
TextAreaComponent.prototype.ngAfterContentChecked = function () {
|
|
290
|
+
this.formCompContext.ngAfterContentChecked(this);
|
|
291
|
+
};
|
|
292
|
+
return TextAreaComponent;
|
|
293
|
+
}(TextArea));
|
|
294
|
+
TextAreaComponent.decorators = [
|
|
295
|
+
{ type: Component, args: [{
|
|
296
|
+
selector: 'ejs-textarea',
|
|
297
|
+
inputs: inputs$1,
|
|
298
|
+
outputs: outputs$1,
|
|
299
|
+
template: '',
|
|
300
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
301
|
+
providers: [
|
|
302
|
+
{
|
|
303
|
+
provide: NG_VALUE_ACCESSOR,
|
|
304
|
+
useExisting: forwardRef(function () { return TextAreaComponent_1; }),
|
|
305
|
+
multi: true
|
|
306
|
+
}
|
|
307
|
+
],
|
|
308
|
+
queries: {}
|
|
309
|
+
},] },
|
|
310
|
+
];
|
|
311
|
+
/**
|
|
312
|
+
* @nocollapse
|
|
313
|
+
*/
|
|
314
|
+
TextAreaComponent.ctorParameters = function () { return [
|
|
315
|
+
{ type: ElementRef, },
|
|
316
|
+
{ type: Renderer2, },
|
|
317
|
+
{ type: ViewContainerRef, },
|
|
318
|
+
{ type: Injector, },
|
|
319
|
+
{ type: ChangeDetectorRef, },
|
|
320
|
+
]; };
|
|
321
|
+
TextAreaComponent = TextAreaComponent_1 = __decorate$1([
|
|
322
|
+
ComponentMixins([ComponentBase, FormBase]),
|
|
323
|
+
__metadata$1("design:paramtypes", [ElementRef,
|
|
324
|
+
Renderer2,
|
|
325
|
+
ViewContainerRef,
|
|
326
|
+
Injector,
|
|
327
|
+
ChangeDetectorRef])
|
|
328
|
+
], TextAreaComponent);
|
|
329
|
+
var TextAreaComponent_1;
|
|
330
|
+
/**
|
|
331
|
+
* NgModule definition for the TextArea component.
|
|
332
|
+
*/
|
|
333
|
+
var TextAreaModule = /** @class */ (function () {
|
|
334
|
+
function TextAreaModule() {
|
|
335
|
+
}
|
|
336
|
+
return TextAreaModule;
|
|
337
|
+
}());
|
|
338
|
+
TextAreaModule.decorators = [
|
|
339
|
+
{ type: NgModule, args: [{
|
|
340
|
+
imports: [CommonModule],
|
|
341
|
+
declarations: [
|
|
342
|
+
TextAreaComponent
|
|
343
|
+
],
|
|
344
|
+
exports: [
|
|
345
|
+
TextAreaComponent
|
|
346
|
+
]
|
|
347
|
+
},] },
|
|
348
|
+
];
|
|
349
|
+
/**
|
|
350
|
+
* @nocollapse
|
|
351
|
+
*/
|
|
352
|
+
TextAreaModule.ctorParameters = function () { return []; };
|
|
353
|
+
/**
|
|
354
|
+
* NgModule definition for the TextArea component with providers.
|
|
355
|
+
*/
|
|
356
|
+
var TextAreaAllModule = /** @class */ (function () {
|
|
357
|
+
function TextAreaAllModule() {
|
|
358
|
+
}
|
|
359
|
+
return TextAreaAllModule;
|
|
360
|
+
}());
|
|
361
|
+
TextAreaAllModule.decorators = [
|
|
362
|
+
{ type: NgModule, args: [{
|
|
363
|
+
imports: [CommonModule, TextAreaModule],
|
|
364
|
+
exports: [
|
|
365
|
+
TextAreaModule
|
|
366
|
+
],
|
|
367
|
+
providers: []
|
|
368
|
+
},] },
|
|
369
|
+
];
|
|
370
|
+
/**
|
|
371
|
+
* @nocollapse
|
|
372
|
+
*/
|
|
373
|
+
TextAreaAllModule.ctorParameters = function () { return []; };
|
|
374
|
+
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
375
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
376
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
377
|
+
r = Reflect.decorate(decorators, target, key, desc);
|
|
378
|
+
else
|
|
379
|
+
for (var i = decorators.length - 1; i >= 0; i--)
|
|
380
|
+
if (d = decorators[i])
|
|
381
|
+
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
382
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
383
|
+
};
|
|
384
|
+
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
385
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
386
|
+
return Reflect.metadata(k, v);
|
|
387
|
+
};
|
|
388
|
+
var inputs$2 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
|
|
389
|
+
var outputs$2 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
390
|
+
var twoWays$2 = ['value'];
|
|
212
391
|
/**
|
|
213
392
|
* Represents the EJ2 Angular NumericTextBox Component.
|
|
214
393
|
* ```html
|
|
@@ -234,8 +413,8 @@ var NumericTextBoxComponent = NumericTextBoxComponent_1 = /** @class */ (functio
|
|
|
234
413
|
_this.skipFromEvent = true;
|
|
235
414
|
_this.element = _this.ngEle.nativeElement;
|
|
236
415
|
_this.injectedModules = _this.injectedModules || [];
|
|
237
|
-
_this.registerEvents(outputs$
|
|
238
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
416
|
+
_this.registerEvents(outputs$2);
|
|
417
|
+
_this.addTwoWay.call(_this, twoWays$2);
|
|
239
418
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
240
419
|
_this.formContext = new FormBase();
|
|
241
420
|
_this.formCompContext = new ComponentBase();
|
|
@@ -294,8 +473,8 @@ var NumericTextBoxComponent = NumericTextBoxComponent_1 = /** @class */ (functio
|
|
|
294
473
|
NumericTextBoxComponent.decorators = [
|
|
295
474
|
{ type: Component, args: [{
|
|
296
475
|
selector: 'ejs-numerictextbox',
|
|
297
|
-
inputs: inputs$
|
|
298
|
-
outputs: outputs$
|
|
476
|
+
inputs: inputs$2,
|
|
477
|
+
outputs: outputs$2,
|
|
299
478
|
template: '',
|
|
300
479
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
301
480
|
providers: [
|
|
@@ -318,9 +497,9 @@ NumericTextBoxComponent.ctorParameters = function () { return [
|
|
|
318
497
|
{ type: Injector, },
|
|
319
498
|
{ type: ChangeDetectorRef, },
|
|
320
499
|
]; };
|
|
321
|
-
NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$
|
|
500
|
+
NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$2([
|
|
322
501
|
ComponentMixins([ComponentBase, FormBase]),
|
|
323
|
-
__metadata$
|
|
502
|
+
__metadata$2("design:paramtypes", [ElementRef,
|
|
324
503
|
Renderer2,
|
|
325
504
|
ViewContainerRef,
|
|
326
505
|
Injector,
|
|
@@ -371,7 +550,7 @@ NumericTextBoxAllModule.decorators = [
|
|
|
371
550
|
* @nocollapse
|
|
372
551
|
*/
|
|
373
552
|
NumericTextBoxAllModule.ctorParameters = function () { return []; };
|
|
374
|
-
var __decorate$
|
|
553
|
+
var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
375
554
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
376
555
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
377
556
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -381,13 +560,13 @@ var __decorate$2 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
381
560
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
382
561
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
383
562
|
};
|
|
384
|
-
var __metadata$
|
|
563
|
+
var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
385
564
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
386
565
|
return Reflect.metadata(k, v);
|
|
387
566
|
};
|
|
388
|
-
var inputs$
|
|
389
|
-
var outputs$
|
|
390
|
-
var twoWays$
|
|
567
|
+
var inputs$3 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
|
|
568
|
+
var outputs$3 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
569
|
+
var twoWays$3 = ['value'];
|
|
391
570
|
/**
|
|
392
571
|
* Represents the EJ2 Angular MaskedTextbox Component.
|
|
393
572
|
* ```html
|
|
@@ -413,8 +592,8 @@ var MaskedTextBoxComponent = MaskedTextBoxComponent_1 = /** @class */ (function
|
|
|
413
592
|
_this.skipFromEvent = true;
|
|
414
593
|
_this.element = _this.ngEle.nativeElement;
|
|
415
594
|
_this.injectedModules = _this.injectedModules || [];
|
|
416
|
-
_this.registerEvents(outputs$
|
|
417
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
595
|
+
_this.registerEvents(outputs$3);
|
|
596
|
+
_this.addTwoWay.call(_this, twoWays$3);
|
|
418
597
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
419
598
|
_this.formContext = new FormBase();
|
|
420
599
|
_this.formCompContext = new ComponentBase();
|
|
@@ -473,8 +652,8 @@ var MaskedTextBoxComponent = MaskedTextBoxComponent_1 = /** @class */ (function
|
|
|
473
652
|
MaskedTextBoxComponent.decorators = [
|
|
474
653
|
{ type: Component, args: [{
|
|
475
654
|
selector: 'ejs-maskedtextbox',
|
|
476
|
-
inputs: inputs$
|
|
477
|
-
outputs: outputs$
|
|
655
|
+
inputs: inputs$3,
|
|
656
|
+
outputs: outputs$3,
|
|
478
657
|
template: '',
|
|
479
658
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
480
659
|
providers: [
|
|
@@ -497,9 +676,9 @@ MaskedTextBoxComponent.ctorParameters = function () { return [
|
|
|
497
676
|
{ type: Injector, },
|
|
498
677
|
{ type: ChangeDetectorRef, },
|
|
499
678
|
]; };
|
|
500
|
-
MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$
|
|
679
|
+
MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$3([
|
|
501
680
|
ComponentMixins([ComponentBase, FormBase]),
|
|
502
|
-
__metadata$
|
|
681
|
+
__metadata$3("design:paramtypes", [ElementRef,
|
|
503
682
|
Renderer2,
|
|
504
683
|
ViewContainerRef,
|
|
505
684
|
Injector,
|
|
@@ -550,7 +729,7 @@ MaskedTextBoxAllModule.decorators = [
|
|
|
550
729
|
* @nocollapse
|
|
551
730
|
*/
|
|
552
731
|
MaskedTextBoxAllModule.ctorParameters = function () { return []; };
|
|
553
|
-
var __decorate$
|
|
732
|
+
var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
554
733
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
555
734
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
556
735
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -560,13 +739,13 @@ var __decorate$3 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
560
739
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
561
740
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
562
741
|
};
|
|
563
|
-
var __metadata$
|
|
742
|
+
var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
564
743
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
565
744
|
return Reflect.metadata(k, v);
|
|
566
745
|
};
|
|
567
|
-
var inputs$
|
|
568
|
-
var outputs$
|
|
569
|
-
var twoWays$
|
|
746
|
+
var inputs$4 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
|
|
747
|
+
var outputs$4 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
|
|
748
|
+
var twoWays$4 = ['value'];
|
|
570
749
|
/**
|
|
571
750
|
* Represents the EJ2 Angular Slider Component.
|
|
572
751
|
* ```html
|
|
@@ -591,8 +770,8 @@ var SliderComponent = SliderComponent_1 = /** @class */ (function (_super) {
|
|
|
591
770
|
_this.cdr = cdr;
|
|
592
771
|
_this.element = _this.ngEle.nativeElement;
|
|
593
772
|
_this.injectedModules = _this.injectedModules || [];
|
|
594
|
-
_this.registerEvents(outputs$
|
|
595
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
773
|
+
_this.registerEvents(outputs$4);
|
|
774
|
+
_this.addTwoWay.call(_this, twoWays$4);
|
|
596
775
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
597
776
|
_this.formContext = new FormBase();
|
|
598
777
|
_this.formCompContext = new ComponentBase();
|
|
@@ -651,8 +830,8 @@ var SliderComponent = SliderComponent_1 = /** @class */ (function (_super) {
|
|
|
651
830
|
SliderComponent.decorators = [
|
|
652
831
|
{ type: Component, args: [{
|
|
653
832
|
selector: 'ejs-slider',
|
|
654
|
-
inputs: inputs$
|
|
655
|
-
outputs: outputs$
|
|
833
|
+
inputs: inputs$4,
|
|
834
|
+
outputs: outputs$4,
|
|
656
835
|
template: '',
|
|
657
836
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
658
837
|
providers: [
|
|
@@ -675,9 +854,9 @@ SliderComponent.ctorParameters = function () { return [
|
|
|
675
854
|
{ type: Injector, },
|
|
676
855
|
{ type: ChangeDetectorRef, },
|
|
677
856
|
]; };
|
|
678
|
-
SliderComponent = SliderComponent_1 = __decorate$
|
|
857
|
+
SliderComponent = SliderComponent_1 = __decorate$4([
|
|
679
858
|
ComponentMixins([ComponentBase, FormBase]),
|
|
680
|
-
__metadata$
|
|
859
|
+
__metadata$4("design:paramtypes", [ElementRef,
|
|
681
860
|
Renderer2,
|
|
682
861
|
ViewContainerRef,
|
|
683
862
|
Injector,
|
|
@@ -729,7 +908,7 @@ SliderAllModule.decorators = [
|
|
|
729
908
|
*/
|
|
730
909
|
SliderAllModule.ctorParameters = function () { return []; };
|
|
731
910
|
var input = ['name', 'size', 'type'];
|
|
732
|
-
var outputs$
|
|
911
|
+
var outputs$5 = [];
|
|
733
912
|
/**
|
|
734
913
|
* 'e-files' directive represent a file of angular uploader
|
|
735
914
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -751,7 +930,7 @@ var UploadedFilesDirective = /** @class */ (function (_super) {
|
|
|
751
930
|
var _this = _super.call(this) || this;
|
|
752
931
|
_this.viewContainerRef = viewContainerRef;
|
|
753
932
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
754
|
-
_this.registerEvents(outputs$
|
|
933
|
+
_this.registerEvents(outputs$5);
|
|
755
934
|
_this.directivePropList = input;
|
|
756
935
|
return _this;
|
|
757
936
|
}
|
|
@@ -761,7 +940,7 @@ UploadedFilesDirective.decorators = [
|
|
|
761
940
|
{ type: Directive, args: [{
|
|
762
941
|
selector: 'e-files>e-uploadedfiles',
|
|
763
942
|
inputs: input,
|
|
764
|
-
outputs: outputs$
|
|
943
|
+
outputs: outputs$5,
|
|
765
944
|
queries: {}
|
|
766
945
|
},] },
|
|
767
946
|
];
|
|
@@ -793,7 +972,7 @@ FilesDirective.decorators = [
|
|
|
793
972
|
* @nocollapse
|
|
794
973
|
*/
|
|
795
974
|
FilesDirective.ctorParameters = function () { return []; };
|
|
796
|
-
var __decorate$
|
|
975
|
+
var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
797
976
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
798
977
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
799
978
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -803,13 +982,13 @@ var __decorate$4 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
803
982
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
804
983
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
805
984
|
};
|
|
806
|
-
var __metadata$
|
|
985
|
+
var __metadata$5 = (this && this.__metadata) || function (k, v) {
|
|
807
986
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
808
987
|
return Reflect.metadata(k, v);
|
|
809
988
|
};
|
|
810
|
-
var inputs$
|
|
811
|
-
var outputs$
|
|
812
|
-
var twoWays$
|
|
989
|
+
var inputs$5 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
990
|
+
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'];
|
|
991
|
+
var twoWays$5 = [];
|
|
813
992
|
/**
|
|
814
993
|
* Represents the EJ2 Angular Uploader Component.
|
|
815
994
|
* ```html
|
|
@@ -835,8 +1014,8 @@ var UploaderComponent = UploaderComponent_1 = /** @class */ (function (_super) {
|
|
|
835
1014
|
_this.tags = ['files'];
|
|
836
1015
|
_this.element = _this.ngEle.nativeElement;
|
|
837
1016
|
_this.injectedModules = _this.injectedModules || [];
|
|
838
|
-
_this.registerEvents(outputs$
|
|
839
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1017
|
+
_this.registerEvents(outputs$6);
|
|
1018
|
+
_this.addTwoWay.call(_this, twoWays$5);
|
|
840
1019
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
841
1020
|
_this.formContext = new FormBase();
|
|
842
1021
|
_this.formCompContext = new ComponentBase();
|
|
@@ -896,8 +1075,8 @@ var UploaderComponent = UploaderComponent_1 = /** @class */ (function (_super) {
|
|
|
896
1075
|
UploaderComponent.decorators = [
|
|
897
1076
|
{ type: Component, args: [{
|
|
898
1077
|
selector: 'ejs-uploader',
|
|
899
|
-
inputs: inputs$
|
|
900
|
-
outputs: outputs$
|
|
1078
|
+
inputs: inputs$5,
|
|
1079
|
+
outputs: outputs$6,
|
|
901
1080
|
template: '',
|
|
902
1081
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
903
1082
|
providers: [
|
|
@@ -925,13 +1104,13 @@ UploaderComponent.ctorParameters = function () { return [
|
|
|
925
1104
|
UploaderComponent.propDecorators = {
|
|
926
1105
|
'template': [{ type: ContentChild, args: ['template',] },],
|
|
927
1106
|
};
|
|
928
|
-
__decorate$
|
|
1107
|
+
__decorate$5([
|
|
929
1108
|
Template(),
|
|
930
|
-
__metadata$
|
|
1109
|
+
__metadata$5("design:type", Object)
|
|
931
1110
|
], UploaderComponent.prototype, "template", void 0);
|
|
932
|
-
UploaderComponent = UploaderComponent_1 = __decorate$
|
|
1111
|
+
UploaderComponent = UploaderComponent_1 = __decorate$5([
|
|
933
1112
|
ComponentMixins([ComponentBase, FormBase]),
|
|
934
|
-
__metadata$
|
|
1113
|
+
__metadata$5("design:paramtypes", [ElementRef,
|
|
935
1114
|
Renderer2,
|
|
936
1115
|
ViewContainerRef,
|
|
937
1116
|
Injector,
|
|
@@ -986,7 +1165,7 @@ UploaderAllModule.decorators = [
|
|
|
986
1165
|
* @nocollapse
|
|
987
1166
|
*/
|
|
988
1167
|
UploaderAllModule.ctorParameters = function () { return []; };
|
|
989
|
-
var __decorate$
|
|
1168
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
990
1169
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
991
1170
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
992
1171
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -996,13 +1175,13 @@ var __decorate$5 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
996
1175
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
997
1176
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
998
1177
|
};
|
|
999
|
-
var __metadata$
|
|
1178
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
1000
1179
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1001
1180
|
return Reflect.metadata(k, v);
|
|
1002
1181
|
};
|
|
1003
|
-
var inputs$
|
|
1004
|
-
var outputs$
|
|
1005
|
-
var twoWays$
|
|
1182
|
+
var inputs$6 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
|
|
1183
|
+
var outputs$7 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
|
|
1184
|
+
var twoWays$6 = ['value'];
|
|
1006
1185
|
/**
|
|
1007
1186
|
* Represents the EJ2 Angular ColorPicker Component.
|
|
1008
1187
|
* ```html
|
|
@@ -1027,8 +1206,8 @@ var ColorPickerComponent = ColorPickerComponent_1 = /** @class */ (function (_su
|
|
|
1027
1206
|
_this.cdr = cdr;
|
|
1028
1207
|
_this.element = _this.ngEle.nativeElement;
|
|
1029
1208
|
_this.injectedModules = _this.injectedModules || [];
|
|
1030
|
-
_this.registerEvents(outputs$
|
|
1031
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1209
|
+
_this.registerEvents(outputs$7);
|
|
1210
|
+
_this.addTwoWay.call(_this, twoWays$6);
|
|
1032
1211
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1033
1212
|
_this.formContext = new FormBase();
|
|
1034
1213
|
_this.formCompContext = new ComponentBase();
|
|
@@ -1087,8 +1266,8 @@ var ColorPickerComponent = ColorPickerComponent_1 = /** @class */ (function (_su
|
|
|
1087
1266
|
ColorPickerComponent.decorators = [
|
|
1088
1267
|
{ type: Component, args: [{
|
|
1089
1268
|
selector: '[ejs-colorpicker]',
|
|
1090
|
-
inputs: inputs$
|
|
1091
|
-
outputs: outputs$
|
|
1269
|
+
inputs: inputs$6,
|
|
1270
|
+
outputs: outputs$7,
|
|
1092
1271
|
template: '',
|
|
1093
1272
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1094
1273
|
providers: [
|
|
@@ -1111,9 +1290,9 @@ ColorPickerComponent.ctorParameters = function () { return [
|
|
|
1111
1290
|
{ type: Injector, },
|
|
1112
1291
|
{ type: ChangeDetectorRef, },
|
|
1113
1292
|
]; };
|
|
1114
|
-
ColorPickerComponent = ColorPickerComponent_1 = __decorate$
|
|
1293
|
+
ColorPickerComponent = ColorPickerComponent_1 = __decorate$6([
|
|
1115
1294
|
ComponentMixins([ComponentBase, FormBase]),
|
|
1116
|
-
__metadata$
|
|
1295
|
+
__metadata$6("design:paramtypes", [ElementRef,
|
|
1117
1296
|
Renderer2,
|
|
1118
1297
|
ViewContainerRef,
|
|
1119
1298
|
Injector,
|
|
@@ -1164,7 +1343,7 @@ ColorPickerAllModule.decorators = [
|
|
|
1164
1343
|
* @nocollapse
|
|
1165
1344
|
*/
|
|
1166
1345
|
ColorPickerAllModule.ctorParameters = function () { return []; };
|
|
1167
|
-
var __decorate$
|
|
1346
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1168
1347
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1169
1348
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1170
1349
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1174,13 +1353,13 @@ var __decorate$6 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1174
1353
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1175
1354
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1176
1355
|
};
|
|
1177
|
-
var __metadata$
|
|
1356
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
1178
1357
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1179
1358
|
return Reflect.metadata(k, v);
|
|
1180
1359
|
};
|
|
1181
|
-
var inputs$
|
|
1182
|
-
var outputs$
|
|
1183
|
-
var twoWays$
|
|
1360
|
+
var inputs$7 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
|
|
1361
|
+
var outputs$8 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
|
|
1362
|
+
var twoWays$7 = [];
|
|
1184
1363
|
/**
|
|
1185
1364
|
* Represents the EJ2 Angular Signature Component.
|
|
1186
1365
|
* ```html
|
|
@@ -1205,8 +1384,8 @@ var SignatureComponent = SignatureComponent_1 = /** @class */ (function (_super)
|
|
|
1205
1384
|
_this.cdr = cdr;
|
|
1206
1385
|
_this.element = _this.ngEle.nativeElement;
|
|
1207
1386
|
_this.injectedModules = _this.injectedModules || [];
|
|
1208
|
-
_this.registerEvents(outputs$
|
|
1209
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1387
|
+
_this.registerEvents(outputs$8);
|
|
1388
|
+
_this.addTwoWay.call(_this, twoWays$7);
|
|
1210
1389
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1211
1390
|
_this.formContext = new FormBase();
|
|
1212
1391
|
_this.formCompContext = new ComponentBase();
|
|
@@ -1265,8 +1444,8 @@ var SignatureComponent = SignatureComponent_1 = /** @class */ (function (_super)
|
|
|
1265
1444
|
SignatureComponent.decorators = [
|
|
1266
1445
|
{ type: Component, args: [{
|
|
1267
1446
|
selector: '[ejs-signature]',
|
|
1268
|
-
inputs: inputs$
|
|
1269
|
-
outputs: outputs$
|
|
1447
|
+
inputs: inputs$7,
|
|
1448
|
+
outputs: outputs$8,
|
|
1270
1449
|
template: '',
|
|
1271
1450
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1272
1451
|
providers: [
|
|
@@ -1289,9 +1468,9 @@ SignatureComponent.ctorParameters = function () { return [
|
|
|
1289
1468
|
{ type: Injector, },
|
|
1290
1469
|
{ type: ChangeDetectorRef, },
|
|
1291
1470
|
]; };
|
|
1292
|
-
SignatureComponent = SignatureComponent_1 = __decorate$
|
|
1471
|
+
SignatureComponent = SignatureComponent_1 = __decorate$7([
|
|
1293
1472
|
ComponentMixins([ComponentBase, FormBase]),
|
|
1294
|
-
__metadata$
|
|
1473
|
+
__metadata$7("design:paramtypes", [ElementRef,
|
|
1295
1474
|
Renderer2,
|
|
1296
1475
|
ViewContainerRef,
|
|
1297
1476
|
Injector,
|
|
@@ -1342,7 +1521,7 @@ SignatureAllModule.decorators = [
|
|
|
1342
1521
|
* @nocollapse
|
|
1343
1522
|
*/
|
|
1344
1523
|
SignatureAllModule.ctorParameters = function () { return []; };
|
|
1345
|
-
var __decorate$
|
|
1524
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1346
1525
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1347
1526
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
|
|
1348
1527
|
r = Reflect.decorate(decorators, target, key, desc);
|
|
@@ -1352,13 +1531,13 @@ var __decorate$7 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
1352
1531
|
r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1353
1532
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1354
1533
|
};
|
|
1355
|
-
var __metadata$
|
|
1534
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
1356
1535
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
|
|
1357
1536
|
return Reflect.metadata(k, v);
|
|
1358
1537
|
};
|
|
1359
|
-
var inputs$
|
|
1360
|
-
var outputs$
|
|
1361
|
-
var twoWays$
|
|
1538
|
+
var inputs$8 = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
|
|
1539
|
+
var outputs$9 = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
|
|
1540
|
+
var twoWays$8 = ['value'];
|
|
1362
1541
|
/**
|
|
1363
1542
|
* Represents the EJ2 Angular Rating Component.
|
|
1364
1543
|
* ```html
|
|
@@ -1383,8 +1562,8 @@ var RatingComponent = RatingComponent_1 = /** @class */ (function (_super) {
|
|
|
1383
1562
|
_this.cdr = cdr;
|
|
1384
1563
|
_this.element = _this.ngEle.nativeElement;
|
|
1385
1564
|
_this.injectedModules = _this.injectedModules || [];
|
|
1386
|
-
_this.registerEvents(outputs$
|
|
1387
|
-
_this.addTwoWay.call(_this, twoWays$
|
|
1565
|
+
_this.registerEvents(outputs$9);
|
|
1566
|
+
_this.addTwoWay.call(_this, twoWays$8);
|
|
1388
1567
|
setValue('currentInstance', _this, _this.viewContainerRef);
|
|
1389
1568
|
_this.formContext = new FormBase();
|
|
1390
1569
|
_this.formCompContext = new ComponentBase();
|
|
@@ -1443,8 +1622,8 @@ var RatingComponent = RatingComponent_1 = /** @class */ (function (_super) {
|
|
|
1443
1622
|
RatingComponent.decorators = [
|
|
1444
1623
|
{ type: Component, args: [{
|
|
1445
1624
|
selector: '[ejs-rating]',
|
|
1446
|
-
inputs: inputs$
|
|
1447
|
-
outputs: outputs$
|
|
1625
|
+
inputs: inputs$8,
|
|
1626
|
+
outputs: outputs$9,
|
|
1448
1627
|
template: '',
|
|
1449
1628
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1450
1629
|
providers: [
|
|
@@ -1473,25 +1652,25 @@ RatingComponent.propDecorators = {
|
|
|
1473
1652
|
'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
|
|
1474
1653
|
'labelTemplate': [{ type: ContentChild, args: ['labelTemplate',] },],
|
|
1475
1654
|
};
|
|
1476
|
-
__decorate$
|
|
1655
|
+
__decorate$8([
|
|
1477
1656
|
Template(),
|
|
1478
|
-
__metadata$
|
|
1657
|
+
__metadata$8("design:type", Object)
|
|
1479
1658
|
], RatingComponent.prototype, "fullTemplate", void 0);
|
|
1480
|
-
__decorate$
|
|
1659
|
+
__decorate$8([
|
|
1481
1660
|
Template(),
|
|
1482
|
-
__metadata$
|
|
1661
|
+
__metadata$8("design:type", Object)
|
|
1483
1662
|
], RatingComponent.prototype, "emptyTemplate", void 0);
|
|
1484
|
-
__decorate$
|
|
1663
|
+
__decorate$8([
|
|
1485
1664
|
Template(),
|
|
1486
|
-
__metadata$
|
|
1665
|
+
__metadata$8("design:type", Object)
|
|
1487
1666
|
], RatingComponent.prototype, "tooltipTemplate", void 0);
|
|
1488
|
-
__decorate$
|
|
1667
|
+
__decorate$8([
|
|
1489
1668
|
Template(),
|
|
1490
|
-
__metadata$
|
|
1669
|
+
__metadata$8("design:type", Object)
|
|
1491
1670
|
], RatingComponent.prototype, "labelTemplate", void 0);
|
|
1492
|
-
RatingComponent = RatingComponent_1 = __decorate$
|
|
1671
|
+
RatingComponent = RatingComponent_1 = __decorate$8([
|
|
1493
1672
|
ComponentMixins([ComponentBase, FormBase]),
|
|
1494
|
-
__metadata$
|
|
1673
|
+
__metadata$8("design:paramtypes", [ElementRef,
|
|
1495
1674
|
Renderer2,
|
|
1496
1675
|
ViewContainerRef,
|
|
1497
1676
|
Injector,
|
|
@@ -1786,6 +1965,6 @@ var FormValidators = /** @class */ (function () {
|
|
|
1786
1965
|
/**
|
|
1787
1966
|
* Generated bundle index. Do not edit.
|
|
1788
1967
|
*/
|
|
1789
|
-
export { TextBoxComponent, TextBoxModule, TextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, NumericTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, MaskedTextBoxAllModule, SliderComponent, SliderModule, SliderAllModule, UploadedFilesDirective, FilesDirective, UploaderComponent, UploaderModule, UploaderAllModule, ColorPickerComponent, ColorPickerModule, ColorPickerAllModule, SignatureComponent, SignatureModule, SignatureAllModule, RatingComponent, RatingModule, RatingAllModule, FormValidators, inputs$
|
|
1790
|
-
export { NumericTextBox, regularExpressions, createMask, applyMask, wireEvents, unwireEvents, bindClearEvent, unstrippedValue, strippedValue, maskInputMouseDownHandler, maskInputMouseUpHandler, maskInputFocusHandler, triggerFocus, escapeRegExp, maskInputBlurHandler, maskInputDropHandler, mobileRemoveFunction, setMaskValue, setElementValue, maskInput, getVal, getMaskedVal, MaskUndo, MaskedTextBox, Input, TicksData, ColorRangeData, LimitData, TooltipData, Slider, regex, ErrorOption, FormValidator, FilesProp, ButtonsProps, AsyncSettings, Uploader, ColorPicker, TextBox, Signature, LabelPosition, PrecisionType, Rating, SignatureBase } from '@syncfusion/ej2-inputs';
|
|
1968
|
+
export { TextBoxComponent, TextBoxModule, TextBoxAllModule, TextAreaComponent, TextAreaModule, TextAreaAllModule, NumericTextBoxComponent, NumericTextBoxModule, NumericTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, MaskedTextBoxAllModule, SliderComponent, SliderModule, SliderAllModule, UploadedFilesDirective, FilesDirective, UploaderComponent, UploaderModule, UploaderAllModule, ColorPickerComponent, ColorPickerModule, ColorPickerAllModule, SignatureComponent, SignatureModule, SignatureAllModule, RatingComponent, RatingModule, RatingAllModule, FormValidators, inputs$6 as ɵm, outputs$7 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh, inputs$2 as ɵe, outputs$2 as ɵf, inputs$8 as ɵq, outputs$9 as ɵr, inputs$7 as ɵo, outputs$8 as ɵp, inputs$4 as ɵi, outputs$4 as ɵj, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
|
|
1969
|
+
export { NumericTextBox, regularExpressions, createMask, applyMask, wireEvents, unwireEvents, bindClearEvent, unstrippedValue, strippedValue, maskInputMouseDownHandler, maskInputMouseUpHandler, maskInputFocusHandler, triggerFocus, escapeRegExp, maskInputBlurHandler, maskInputDropHandler, mobileRemoveFunction, setMaskValue, setElementValue, maskInput, getVal, getMaskedVal, MaskUndo, MaskedTextBox, containerAttributes, TEXTBOX_FOCUS, Input, TicksData, ColorRangeData, LimitData, TooltipData, Slider, regex, ErrorOption, FormValidator, FilesProp, ButtonsProps, AsyncSettings, Uploader, ColorPicker, TextBox, TextArea, Signature, LabelPosition, PrecisionType, Rating, SignatureBase } from '@syncfusion/ej2-inputs';
|
|
1791
1970
|
//# sourceMappingURL=ej2-angular-inputs.es5.js.map
|