@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
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
|
|
2
2
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
3
|
import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
|
|
4
|
-
import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Rating, Signature, Slider, TextBox, Uploader } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, Rating, Signature, Slider, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
|
|
5
5
|
import { CommonModule } from '@angular/common';
|
|
6
6
|
|
|
7
7
|
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
@@ -181,9 +181,177 @@ var __decorate$1 = (this && this.__decorate) || function (decorators, target, ke
|
|
|
181
181
|
var __metadata$1 = (this && this.__metadata) || function (k, v) {
|
|
182
182
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
183
183
|
};
|
|
184
|
-
const inputs$1 = ['
|
|
185
|
-
const outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
184
|
+
const inputs$1 = ['columnsCount', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rowsCount', 'showClearButton', 'value', 'width'];
|
|
185
|
+
const outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
186
186
|
const twoWays$1 = ['value'];
|
|
187
|
+
/**
|
|
188
|
+
* Represents the EJ2 Angular TextArea Component.
|
|
189
|
+
* ```html
|
|
190
|
+
* <ejs-textarea [value]='value'></ejs-textarea>
|
|
191
|
+
* ```
|
|
192
|
+
*/
|
|
193
|
+
let TextAreaComponent = TextAreaComponent_1 = class TextAreaComponent extends TextArea {
|
|
194
|
+
/**
|
|
195
|
+
* @param {?} ngEle
|
|
196
|
+
* @param {?} srenderer
|
|
197
|
+
* @param {?} viewContainerRef
|
|
198
|
+
* @param {?} injector
|
|
199
|
+
* @param {?} cdr
|
|
200
|
+
*/
|
|
201
|
+
constructor(ngEle, srenderer, viewContainerRef, injector, cdr) {
|
|
202
|
+
super();
|
|
203
|
+
this.ngEle = ngEle;
|
|
204
|
+
this.srenderer = srenderer;
|
|
205
|
+
this.viewContainerRef = viewContainerRef;
|
|
206
|
+
this.injector = injector;
|
|
207
|
+
this.cdr = cdr;
|
|
208
|
+
this.skipFromEvent = true;
|
|
209
|
+
this.element = this.ngEle.nativeElement;
|
|
210
|
+
this.injectedModules = this.injectedModules || [];
|
|
211
|
+
this.registerEvents(outputs$1);
|
|
212
|
+
this.addTwoWay.call(this, twoWays$1);
|
|
213
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
214
|
+
this.formContext = new FormBase();
|
|
215
|
+
this.formCompContext = new ComponentBase();
|
|
216
|
+
}
|
|
217
|
+
/**
|
|
218
|
+
* @param {?} registerFunction
|
|
219
|
+
* @return {?}
|
|
220
|
+
*/
|
|
221
|
+
registerOnChange(registerFunction) {
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @param {?} registerFunction
|
|
225
|
+
* @return {?}
|
|
226
|
+
*/
|
|
227
|
+
registerOnTouched(registerFunction) {
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* @param {?} value
|
|
231
|
+
* @return {?}
|
|
232
|
+
*/
|
|
233
|
+
writeValue(value) {
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* @param {?} disabled
|
|
237
|
+
* @return {?}
|
|
238
|
+
*/
|
|
239
|
+
setDisabledState(disabled) {
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* @return {?}
|
|
243
|
+
*/
|
|
244
|
+
ngOnInit() {
|
|
245
|
+
this.formCompContext.ngOnInit(this);
|
|
246
|
+
}
|
|
247
|
+
/**
|
|
248
|
+
* @return {?}
|
|
249
|
+
*/
|
|
250
|
+
ngAfterViewInit() {
|
|
251
|
+
this.formContext.ngAfterViewInit(this);
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* @return {?}
|
|
255
|
+
*/
|
|
256
|
+
ngOnDestroy() {
|
|
257
|
+
this.formCompContext.ngOnDestroy(this);
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @return {?}
|
|
261
|
+
*/
|
|
262
|
+
ngAfterContentChecked() {
|
|
263
|
+
this.formCompContext.ngAfterContentChecked(this);
|
|
264
|
+
}
|
|
265
|
+
};
|
|
266
|
+
TextAreaComponent.decorators = [
|
|
267
|
+
{ type: Component, args: [{
|
|
268
|
+
selector: 'ejs-textarea',
|
|
269
|
+
inputs: inputs$1,
|
|
270
|
+
outputs: outputs$1,
|
|
271
|
+
template: '',
|
|
272
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
273
|
+
providers: [
|
|
274
|
+
{
|
|
275
|
+
provide: NG_VALUE_ACCESSOR,
|
|
276
|
+
useExisting: forwardRef(() => TextAreaComponent_1),
|
|
277
|
+
multi: true
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
queries: {}
|
|
281
|
+
},] },
|
|
282
|
+
];
|
|
283
|
+
/**
|
|
284
|
+
* @nocollapse
|
|
285
|
+
*/
|
|
286
|
+
TextAreaComponent.ctorParameters = () => [
|
|
287
|
+
{ type: ElementRef, },
|
|
288
|
+
{ type: Renderer2, },
|
|
289
|
+
{ type: ViewContainerRef, },
|
|
290
|
+
{ type: Injector, },
|
|
291
|
+
{ type: ChangeDetectorRef, },
|
|
292
|
+
];
|
|
293
|
+
TextAreaComponent = TextAreaComponent_1 = __decorate$1([
|
|
294
|
+
ComponentMixins([ComponentBase, FormBase]),
|
|
295
|
+
__metadata$1("design:paramtypes", [ElementRef,
|
|
296
|
+
Renderer2,
|
|
297
|
+
ViewContainerRef,
|
|
298
|
+
Injector,
|
|
299
|
+
ChangeDetectorRef])
|
|
300
|
+
], TextAreaComponent);
|
|
301
|
+
var TextAreaComponent_1;
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* NgModule definition for the TextArea component.
|
|
305
|
+
*/
|
|
306
|
+
class TextAreaModule {
|
|
307
|
+
}
|
|
308
|
+
TextAreaModule.decorators = [
|
|
309
|
+
{ type: NgModule, args: [{
|
|
310
|
+
imports: [CommonModule],
|
|
311
|
+
declarations: [
|
|
312
|
+
TextAreaComponent
|
|
313
|
+
],
|
|
314
|
+
exports: [
|
|
315
|
+
TextAreaComponent
|
|
316
|
+
]
|
|
317
|
+
},] },
|
|
318
|
+
];
|
|
319
|
+
/**
|
|
320
|
+
* @nocollapse
|
|
321
|
+
*/
|
|
322
|
+
TextAreaModule.ctorParameters = () => [];
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* NgModule definition for the TextArea component with providers.
|
|
326
|
+
*/
|
|
327
|
+
class TextAreaAllModule {
|
|
328
|
+
}
|
|
329
|
+
TextAreaAllModule.decorators = [
|
|
330
|
+
{ type: NgModule, args: [{
|
|
331
|
+
imports: [CommonModule, TextAreaModule],
|
|
332
|
+
exports: [
|
|
333
|
+
TextAreaModule
|
|
334
|
+
],
|
|
335
|
+
providers: []
|
|
336
|
+
},] },
|
|
337
|
+
];
|
|
338
|
+
/**
|
|
339
|
+
* @nocollapse
|
|
340
|
+
*/
|
|
341
|
+
TextAreaAllModule.ctorParameters = () => [];
|
|
342
|
+
|
|
343
|
+
var __decorate$2 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
344
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
345
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
346
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
347
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
348
|
+
};
|
|
349
|
+
var __metadata$2 = (this && this.__metadata) || function (k, v) {
|
|
350
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
351
|
+
};
|
|
352
|
+
const inputs$2 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
|
|
353
|
+
const outputs$2 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
354
|
+
const twoWays$2 = ['value'];
|
|
187
355
|
/**
|
|
188
356
|
* Represents the EJ2 Angular NumericTextBox Component.
|
|
189
357
|
* ```html
|
|
@@ -208,8 +376,8 @@ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxCo
|
|
|
208
376
|
this.skipFromEvent = true;
|
|
209
377
|
this.element = this.ngEle.nativeElement;
|
|
210
378
|
this.injectedModules = this.injectedModules || [];
|
|
211
|
-
this.registerEvents(outputs$
|
|
212
|
-
this.addTwoWay.call(this, twoWays$
|
|
379
|
+
this.registerEvents(outputs$2);
|
|
380
|
+
this.addTwoWay.call(this, twoWays$2);
|
|
213
381
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
214
382
|
this.formContext = new FormBase();
|
|
215
383
|
this.formCompContext = new ComponentBase();
|
|
@@ -266,8 +434,8 @@ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxCo
|
|
|
266
434
|
NumericTextBoxComponent.decorators = [
|
|
267
435
|
{ type: Component, args: [{
|
|
268
436
|
selector: 'ejs-numerictextbox',
|
|
269
|
-
inputs: inputs$
|
|
270
|
-
outputs: outputs$
|
|
437
|
+
inputs: inputs$2,
|
|
438
|
+
outputs: outputs$2,
|
|
271
439
|
template: '',
|
|
272
440
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
273
441
|
providers: [
|
|
@@ -290,9 +458,9 @@ NumericTextBoxComponent.ctorParameters = () => [
|
|
|
290
458
|
{ type: Injector, },
|
|
291
459
|
{ type: ChangeDetectorRef, },
|
|
292
460
|
];
|
|
293
|
-
NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$
|
|
461
|
+
NumericTextBoxComponent = NumericTextBoxComponent_1 = __decorate$2([
|
|
294
462
|
ComponentMixins([ComponentBase, FormBase]),
|
|
295
|
-
__metadata$
|
|
463
|
+
__metadata$2("design:paramtypes", [ElementRef,
|
|
296
464
|
Renderer2,
|
|
297
465
|
ViewContainerRef,
|
|
298
466
|
Injector,
|
|
@@ -340,18 +508,18 @@ NumericTextBoxAllModule.decorators = [
|
|
|
340
508
|
*/
|
|
341
509
|
NumericTextBoxAllModule.ctorParameters = () => [];
|
|
342
510
|
|
|
343
|
-
var __decorate$
|
|
511
|
+
var __decorate$3 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
344
512
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
345
513
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
346
514
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
347
515
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
348
516
|
};
|
|
349
|
-
var __metadata$
|
|
517
|
+
var __metadata$3 = (this && this.__metadata) || function (k, v) {
|
|
350
518
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
351
519
|
};
|
|
352
|
-
const inputs$
|
|
353
|
-
const outputs$
|
|
354
|
-
const twoWays$
|
|
520
|
+
const inputs$3 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
|
|
521
|
+
const outputs$3 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
522
|
+
const twoWays$3 = ['value'];
|
|
355
523
|
/**
|
|
356
524
|
* Represents the EJ2 Angular MaskedTextbox Component.
|
|
357
525
|
* ```html
|
|
@@ -376,8 +544,8 @@ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxCompo
|
|
|
376
544
|
this.skipFromEvent = true;
|
|
377
545
|
this.element = this.ngEle.nativeElement;
|
|
378
546
|
this.injectedModules = this.injectedModules || [];
|
|
379
|
-
this.registerEvents(outputs$
|
|
380
|
-
this.addTwoWay.call(this, twoWays$
|
|
547
|
+
this.registerEvents(outputs$3);
|
|
548
|
+
this.addTwoWay.call(this, twoWays$3);
|
|
381
549
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
382
550
|
this.formContext = new FormBase();
|
|
383
551
|
this.formCompContext = new ComponentBase();
|
|
@@ -434,8 +602,8 @@ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxCompo
|
|
|
434
602
|
MaskedTextBoxComponent.decorators = [
|
|
435
603
|
{ type: Component, args: [{
|
|
436
604
|
selector: 'ejs-maskedtextbox',
|
|
437
|
-
inputs: inputs$
|
|
438
|
-
outputs: outputs$
|
|
605
|
+
inputs: inputs$3,
|
|
606
|
+
outputs: outputs$3,
|
|
439
607
|
template: '',
|
|
440
608
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
441
609
|
providers: [
|
|
@@ -458,9 +626,9 @@ MaskedTextBoxComponent.ctorParameters = () => [
|
|
|
458
626
|
{ type: Injector, },
|
|
459
627
|
{ type: ChangeDetectorRef, },
|
|
460
628
|
];
|
|
461
|
-
MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$
|
|
629
|
+
MaskedTextBoxComponent = MaskedTextBoxComponent_1 = __decorate$3([
|
|
462
630
|
ComponentMixins([ComponentBase, FormBase]),
|
|
463
|
-
__metadata$
|
|
631
|
+
__metadata$3("design:paramtypes", [ElementRef,
|
|
464
632
|
Renderer2,
|
|
465
633
|
ViewContainerRef,
|
|
466
634
|
Injector,
|
|
@@ -508,18 +676,18 @@ MaskedTextBoxAllModule.decorators = [
|
|
|
508
676
|
*/
|
|
509
677
|
MaskedTextBoxAllModule.ctorParameters = () => [];
|
|
510
678
|
|
|
511
|
-
var __decorate$
|
|
679
|
+
var __decorate$4 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
512
680
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
513
681
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
514
682
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
515
683
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
516
684
|
};
|
|
517
|
-
var __metadata$
|
|
685
|
+
var __metadata$4 = (this && this.__metadata) || function (k, v) {
|
|
518
686
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
519
687
|
};
|
|
520
|
-
const inputs$
|
|
521
|
-
const outputs$
|
|
522
|
-
const twoWays$
|
|
688
|
+
const inputs$4 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
|
|
689
|
+
const outputs$4 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
|
|
690
|
+
const twoWays$4 = ['value'];
|
|
523
691
|
/**
|
|
524
692
|
* Represents the EJ2 Angular Slider Component.
|
|
525
693
|
* ```html
|
|
@@ -543,8 +711,8 @@ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
|
|
|
543
711
|
this.cdr = cdr;
|
|
544
712
|
this.element = this.ngEle.nativeElement;
|
|
545
713
|
this.injectedModules = this.injectedModules || [];
|
|
546
|
-
this.registerEvents(outputs$
|
|
547
|
-
this.addTwoWay.call(this, twoWays$
|
|
714
|
+
this.registerEvents(outputs$4);
|
|
715
|
+
this.addTwoWay.call(this, twoWays$4);
|
|
548
716
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
549
717
|
this.formContext = new FormBase();
|
|
550
718
|
this.formCompContext = new ComponentBase();
|
|
@@ -601,8 +769,8 @@ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
|
|
|
601
769
|
SliderComponent.decorators = [
|
|
602
770
|
{ type: Component, args: [{
|
|
603
771
|
selector: 'ejs-slider',
|
|
604
|
-
inputs: inputs$
|
|
605
|
-
outputs: outputs$
|
|
772
|
+
inputs: inputs$4,
|
|
773
|
+
outputs: outputs$4,
|
|
606
774
|
template: '',
|
|
607
775
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
608
776
|
providers: [
|
|
@@ -625,9 +793,9 @@ SliderComponent.ctorParameters = () => [
|
|
|
625
793
|
{ type: Injector, },
|
|
626
794
|
{ type: ChangeDetectorRef, },
|
|
627
795
|
];
|
|
628
|
-
SliderComponent = SliderComponent_1 = __decorate$
|
|
796
|
+
SliderComponent = SliderComponent_1 = __decorate$4([
|
|
629
797
|
ComponentMixins([ComponentBase, FormBase]),
|
|
630
|
-
__metadata$
|
|
798
|
+
__metadata$4("design:paramtypes", [ElementRef,
|
|
631
799
|
Renderer2,
|
|
632
800
|
ViewContainerRef,
|
|
633
801
|
Injector,
|
|
@@ -676,7 +844,7 @@ SliderAllModule.decorators = [
|
|
|
676
844
|
SliderAllModule.ctorParameters = () => [];
|
|
677
845
|
|
|
678
846
|
let input = ['name', 'size', 'type'];
|
|
679
|
-
let outputs$
|
|
847
|
+
let outputs$5 = [];
|
|
680
848
|
/**
|
|
681
849
|
* 'e-files' directive represent a file of angular uploader
|
|
682
850
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -697,7 +865,7 @@ class UploadedFilesDirective extends ComplexBase {
|
|
|
697
865
|
super();
|
|
698
866
|
this.viewContainerRef = viewContainerRef;
|
|
699
867
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
700
|
-
this.registerEvents(outputs$
|
|
868
|
+
this.registerEvents(outputs$5);
|
|
701
869
|
this.directivePropList = input;
|
|
702
870
|
}
|
|
703
871
|
}
|
|
@@ -705,7 +873,7 @@ UploadedFilesDirective.decorators = [
|
|
|
705
873
|
{ type: Directive, args: [{
|
|
706
874
|
selector: 'e-files>e-uploadedfiles',
|
|
707
875
|
inputs: input,
|
|
708
|
-
outputs: outputs$
|
|
876
|
+
outputs: outputs$5,
|
|
709
877
|
queries: {}
|
|
710
878
|
},] },
|
|
711
879
|
];
|
|
@@ -736,18 +904,18 @@ FilesDirective.decorators = [
|
|
|
736
904
|
*/
|
|
737
905
|
FilesDirective.ctorParameters = () => [];
|
|
738
906
|
|
|
739
|
-
var __decorate$
|
|
907
|
+
var __decorate$5 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
740
908
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
741
909
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
742
910
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
743
911
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
744
912
|
};
|
|
745
|
-
var __metadata$
|
|
913
|
+
var __metadata$5 = (this && this.__metadata) || function (k, v) {
|
|
746
914
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
747
915
|
};
|
|
748
|
-
const inputs$
|
|
749
|
-
const outputs$
|
|
750
|
-
const twoWays$
|
|
916
|
+
const inputs$5 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
917
|
+
const outputs$6 = ['focus', 'blur', 'actionComplete', 'beforeRemove', 'beforeUpload', 'canceling', 'change', 'chunkFailure', 'chunkSuccess', 'chunkUploading', 'clearing', 'created', 'failure', 'fileListRendering', 'pausing', 'progress', 'removing', 'rendering', 'resuming', 'selected', 'success', 'uploading'];
|
|
918
|
+
const twoWays$5 = [];
|
|
751
919
|
/**
|
|
752
920
|
* Represents the EJ2 Angular Uploader Component.
|
|
753
921
|
* ```html
|
|
@@ -772,8 +940,8 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
772
940
|
this.tags = ['files'];
|
|
773
941
|
this.element = this.ngEle.nativeElement;
|
|
774
942
|
this.injectedModules = this.injectedModules || [];
|
|
775
|
-
this.registerEvents(outputs$
|
|
776
|
-
this.addTwoWay.call(this, twoWays$
|
|
943
|
+
this.registerEvents(outputs$6);
|
|
944
|
+
this.addTwoWay.call(this, twoWays$5);
|
|
777
945
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
778
946
|
this.formContext = new FormBase();
|
|
779
947
|
this.formCompContext = new ComponentBase();
|
|
@@ -831,8 +999,8 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
831
999
|
UploaderComponent.decorators = [
|
|
832
1000
|
{ type: Component, args: [{
|
|
833
1001
|
selector: 'ejs-uploader',
|
|
834
|
-
inputs: inputs$
|
|
835
|
-
outputs: outputs$
|
|
1002
|
+
inputs: inputs$5,
|
|
1003
|
+
outputs: outputs$6,
|
|
836
1004
|
template: '',
|
|
837
1005
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
838
1006
|
providers: [
|
|
@@ -860,13 +1028,13 @@ UploaderComponent.ctorParameters = () => [
|
|
|
860
1028
|
UploaderComponent.propDecorators = {
|
|
861
1029
|
'template': [{ type: ContentChild, args: ['template',] },],
|
|
862
1030
|
};
|
|
863
|
-
__decorate$
|
|
1031
|
+
__decorate$5([
|
|
864
1032
|
Template(),
|
|
865
|
-
__metadata$
|
|
1033
|
+
__metadata$5("design:type", Object)
|
|
866
1034
|
], UploaderComponent.prototype, "template", void 0);
|
|
867
|
-
UploaderComponent = UploaderComponent_1 = __decorate$
|
|
1035
|
+
UploaderComponent = UploaderComponent_1 = __decorate$5([
|
|
868
1036
|
ComponentMixins([ComponentBase, FormBase]),
|
|
869
|
-
__metadata$
|
|
1037
|
+
__metadata$5("design:paramtypes", [ElementRef,
|
|
870
1038
|
Renderer2,
|
|
871
1039
|
ViewContainerRef,
|
|
872
1040
|
Injector,
|
|
@@ -918,18 +1086,18 @@ UploaderAllModule.decorators = [
|
|
|
918
1086
|
*/
|
|
919
1087
|
UploaderAllModule.ctorParameters = () => [];
|
|
920
1088
|
|
|
921
|
-
var __decorate$
|
|
1089
|
+
var __decorate$6 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
922
1090
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
923
1091
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
924
1092
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
925
1093
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
926
1094
|
};
|
|
927
|
-
var __metadata$
|
|
1095
|
+
var __metadata$6 = (this && this.__metadata) || function (k, v) {
|
|
928
1096
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
929
1097
|
};
|
|
930
|
-
const inputs$
|
|
931
|
-
const outputs$
|
|
932
|
-
const twoWays$
|
|
1098
|
+
const inputs$6 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'value'];
|
|
1099
|
+
const outputs$7 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
|
|
1100
|
+
const twoWays$6 = ['value'];
|
|
933
1101
|
/**
|
|
934
1102
|
* Represents the EJ2 Angular ColorPicker Component.
|
|
935
1103
|
* ```html
|
|
@@ -953,8 +1121,8 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent e
|
|
|
953
1121
|
this.cdr = cdr;
|
|
954
1122
|
this.element = this.ngEle.nativeElement;
|
|
955
1123
|
this.injectedModules = this.injectedModules || [];
|
|
956
|
-
this.registerEvents(outputs$
|
|
957
|
-
this.addTwoWay.call(this, twoWays$
|
|
1124
|
+
this.registerEvents(outputs$7);
|
|
1125
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
958
1126
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
959
1127
|
this.formContext = new FormBase();
|
|
960
1128
|
this.formCompContext = new ComponentBase();
|
|
@@ -1011,8 +1179,8 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent e
|
|
|
1011
1179
|
ColorPickerComponent.decorators = [
|
|
1012
1180
|
{ type: Component, args: [{
|
|
1013
1181
|
selector: '[ejs-colorpicker]',
|
|
1014
|
-
inputs: inputs$
|
|
1015
|
-
outputs: outputs$
|
|
1182
|
+
inputs: inputs$6,
|
|
1183
|
+
outputs: outputs$7,
|
|
1016
1184
|
template: '',
|
|
1017
1185
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1018
1186
|
providers: [
|
|
@@ -1035,9 +1203,9 @@ ColorPickerComponent.ctorParameters = () => [
|
|
|
1035
1203
|
{ type: Injector, },
|
|
1036
1204
|
{ type: ChangeDetectorRef, },
|
|
1037
1205
|
];
|
|
1038
|
-
ColorPickerComponent = ColorPickerComponent_1 = __decorate$
|
|
1206
|
+
ColorPickerComponent = ColorPickerComponent_1 = __decorate$6([
|
|
1039
1207
|
ComponentMixins([ComponentBase, FormBase]),
|
|
1040
|
-
__metadata$
|
|
1208
|
+
__metadata$6("design:paramtypes", [ElementRef,
|
|
1041
1209
|
Renderer2,
|
|
1042
1210
|
ViewContainerRef,
|
|
1043
1211
|
Injector,
|
|
@@ -1085,18 +1253,18 @@ ColorPickerAllModule.decorators = [
|
|
|
1085
1253
|
*/
|
|
1086
1254
|
ColorPickerAllModule.ctorParameters = () => [];
|
|
1087
1255
|
|
|
1088
|
-
var __decorate$
|
|
1256
|
+
var __decorate$7 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1089
1257
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1090
1258
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1091
1259
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1092
1260
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1093
1261
|
};
|
|
1094
|
-
var __metadata$
|
|
1262
|
+
var __metadata$7 = (this && this.__metadata) || function (k, v) {
|
|
1095
1263
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1096
1264
|
};
|
|
1097
|
-
const inputs$
|
|
1098
|
-
const outputs$
|
|
1099
|
-
const twoWays$
|
|
1265
|
+
const inputs$7 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
|
|
1266
|
+
const outputs$8 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
|
|
1267
|
+
const twoWays$7 = [];
|
|
1100
1268
|
/**
|
|
1101
1269
|
* Represents the EJ2 Angular Signature Component.
|
|
1102
1270
|
* ```html
|
|
@@ -1120,8 +1288,8 @@ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends
|
|
|
1120
1288
|
this.cdr = cdr;
|
|
1121
1289
|
this.element = this.ngEle.nativeElement;
|
|
1122
1290
|
this.injectedModules = this.injectedModules || [];
|
|
1123
|
-
this.registerEvents(outputs$
|
|
1124
|
-
this.addTwoWay.call(this, twoWays$
|
|
1291
|
+
this.registerEvents(outputs$8);
|
|
1292
|
+
this.addTwoWay.call(this, twoWays$7);
|
|
1125
1293
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1126
1294
|
this.formContext = new FormBase();
|
|
1127
1295
|
this.formCompContext = new ComponentBase();
|
|
@@ -1178,8 +1346,8 @@ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends
|
|
|
1178
1346
|
SignatureComponent.decorators = [
|
|
1179
1347
|
{ type: Component, args: [{
|
|
1180
1348
|
selector: '[ejs-signature]',
|
|
1181
|
-
inputs: inputs$
|
|
1182
|
-
outputs: outputs$
|
|
1349
|
+
inputs: inputs$7,
|
|
1350
|
+
outputs: outputs$8,
|
|
1183
1351
|
template: '',
|
|
1184
1352
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1185
1353
|
providers: [
|
|
@@ -1202,9 +1370,9 @@ SignatureComponent.ctorParameters = () => [
|
|
|
1202
1370
|
{ type: Injector, },
|
|
1203
1371
|
{ type: ChangeDetectorRef, },
|
|
1204
1372
|
];
|
|
1205
|
-
SignatureComponent = SignatureComponent_1 = __decorate$
|
|
1373
|
+
SignatureComponent = SignatureComponent_1 = __decorate$7([
|
|
1206
1374
|
ComponentMixins([ComponentBase, FormBase]),
|
|
1207
|
-
__metadata$
|
|
1375
|
+
__metadata$7("design:paramtypes", [ElementRef,
|
|
1208
1376
|
Renderer2,
|
|
1209
1377
|
ViewContainerRef,
|
|
1210
1378
|
Injector,
|
|
@@ -1252,18 +1420,18 @@ SignatureAllModule.decorators = [
|
|
|
1252
1420
|
*/
|
|
1253
1421
|
SignatureAllModule.ctorParameters = () => [];
|
|
1254
1422
|
|
|
1255
|
-
var __decorate$
|
|
1423
|
+
var __decorate$8 = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
1256
1424
|
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
1257
1425
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
1258
1426
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
1259
1427
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
1260
1428
|
};
|
|
1261
|
-
var __metadata$
|
|
1429
|
+
var __metadata$8 = (this && this.__metadata) || function (k, v) {
|
|
1262
1430
|
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
1263
1431
|
};
|
|
1264
|
-
const inputs$
|
|
1265
|
-
const outputs$
|
|
1266
|
-
const twoWays$
|
|
1432
|
+
const inputs$8 = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
|
|
1433
|
+
const outputs$9 = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
|
|
1434
|
+
const twoWays$8 = ['value'];
|
|
1267
1435
|
/**
|
|
1268
1436
|
* Represents the EJ2 Angular Rating Component.
|
|
1269
1437
|
* ```html
|
|
@@ -1287,8 +1455,8 @@ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
|
1287
1455
|
this.cdr = cdr;
|
|
1288
1456
|
this.element = this.ngEle.nativeElement;
|
|
1289
1457
|
this.injectedModules = this.injectedModules || [];
|
|
1290
|
-
this.registerEvents(outputs$
|
|
1291
|
-
this.addTwoWay.call(this, twoWays$
|
|
1458
|
+
this.registerEvents(outputs$9);
|
|
1459
|
+
this.addTwoWay.call(this, twoWays$8);
|
|
1292
1460
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1293
1461
|
this.formContext = new FormBase();
|
|
1294
1462
|
this.formCompContext = new ComponentBase();
|
|
@@ -1345,8 +1513,8 @@ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
|
1345
1513
|
RatingComponent.decorators = [
|
|
1346
1514
|
{ type: Component, args: [{
|
|
1347
1515
|
selector: '[ejs-rating]',
|
|
1348
|
-
inputs: inputs$
|
|
1349
|
-
outputs: outputs$
|
|
1516
|
+
inputs: inputs$8,
|
|
1517
|
+
outputs: outputs$9,
|
|
1350
1518
|
template: '',
|
|
1351
1519
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1352
1520
|
providers: [
|
|
@@ -1375,25 +1543,25 @@ RatingComponent.propDecorators = {
|
|
|
1375
1543
|
'tooltipTemplate': [{ type: ContentChild, args: ['tooltipTemplate',] },],
|
|
1376
1544
|
'labelTemplate': [{ type: ContentChild, args: ['labelTemplate',] },],
|
|
1377
1545
|
};
|
|
1378
|
-
__decorate$
|
|
1546
|
+
__decorate$8([
|
|
1379
1547
|
Template(),
|
|
1380
|
-
__metadata$
|
|
1548
|
+
__metadata$8("design:type", Object)
|
|
1381
1549
|
], RatingComponent.prototype, "fullTemplate", void 0);
|
|
1382
|
-
__decorate$
|
|
1550
|
+
__decorate$8([
|
|
1383
1551
|
Template(),
|
|
1384
|
-
__metadata$
|
|
1552
|
+
__metadata$8("design:type", Object)
|
|
1385
1553
|
], RatingComponent.prototype, "emptyTemplate", void 0);
|
|
1386
|
-
__decorate$
|
|
1554
|
+
__decorate$8([
|
|
1387
1555
|
Template(),
|
|
1388
|
-
__metadata$
|
|
1556
|
+
__metadata$8("design:type", Object)
|
|
1389
1557
|
], RatingComponent.prototype, "tooltipTemplate", void 0);
|
|
1390
|
-
__decorate$
|
|
1558
|
+
__decorate$8([
|
|
1391
1559
|
Template(),
|
|
1392
|
-
__metadata$
|
|
1560
|
+
__metadata$8("design:type", Object)
|
|
1393
1561
|
], RatingComponent.prototype, "labelTemplate", void 0);
|
|
1394
|
-
RatingComponent = RatingComponent_1 = __decorate$
|
|
1562
|
+
RatingComponent = RatingComponent_1 = __decorate$8([
|
|
1395
1563
|
ComponentMixins([ComponentBase, FormBase]),
|
|
1396
|
-
__metadata$
|
|
1564
|
+
__metadata$8("design:paramtypes", [ElementRef,
|
|
1397
1565
|
Renderer2,
|
|
1398
1566
|
ViewContainerRef,
|
|
1399
1567
|
Injector,
|
|
@@ -1684,6 +1852,6 @@ class FormValidators {
|
|
|
1684
1852
|
* Generated bundle index. Do not edit.
|
|
1685
1853
|
*/
|
|
1686
1854
|
|
|
1687
|
-
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$
|
|
1688
|
-
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';
|
|
1855
|
+
export { TextBoxComponent, TextBoxModule, TextBoxAllModule, TextAreaComponent, TextAreaModule, TextAreaAllModule, NumericTextBoxComponent, NumericTextBoxModule, NumericTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, MaskedTextBoxAllModule, SliderComponent, SliderModule, SliderAllModule, UploadedFilesDirective, FilesDirective, UploaderComponent, UploaderModule, UploaderAllModule, ColorPickerComponent, ColorPickerModule, ColorPickerAllModule, SignatureComponent, SignatureModule, SignatureAllModule, RatingComponent, RatingModule, RatingAllModule, FormValidators, inputs$6 as ɵm, outputs$7 as ɵn, inputs$3 as ɵg, outputs$3 as ɵh, inputs$2 as ɵe, outputs$2 as ɵf, inputs$8 as ɵq, outputs$9 as ɵr, inputs$7 as ɵo, outputs$8 as ɵp, inputs$4 as ɵi, outputs$4 as ɵj, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
|
|
1856
|
+
export { NumericTextBox, regularExpressions, createMask, applyMask, wireEvents, unwireEvents, bindClearEvent, unstrippedValue, strippedValue, maskInputMouseDownHandler, maskInputMouseUpHandler, maskInputFocusHandler, triggerFocus, escapeRegExp, maskInputBlurHandler, maskInputDropHandler, mobileRemoveFunction, setMaskValue, setElementValue, maskInput, getVal, getMaskedVal, MaskUndo, MaskedTextBox, containerAttributes, TEXTBOX_FOCUS, Input, TicksData, ColorRangeData, LimitData, TooltipData, Slider, regex, ErrorOption, FormValidator, FilesProp, ButtonsProps, AsyncSettings, Uploader, ColorPicker, TextBox, TextArea, Signature, LabelPosition, PrecisionType, Rating, SignatureBase } from '@syncfusion/ej2-inputs';
|
|
1689
1857
|
//# sourceMappingURL=ej2-angular-inputs.js.map
|