@syncfusion/ej2-angular-inputs 28.2.11 → 29.1.33
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/CHANGELOG.md +19 -33
- package/README.md +27 -2
- package/esm2020/src/index.mjs +4 -1
- package/esm2020/src/speech-to-text/speechtotext-all.module.mjs +23 -0
- package/esm2020/src/speech-to-text/speechtotext.component.mjs +59 -0
- package/esm2020/src/speech-to-text/speechtotext.module.mjs +25 -0
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs +175 -82
- package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs +175 -82
- package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
- package/package.json +9 -9
- 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/speech-to-text/speechtotext-all.module.d.ts +11 -0
- package/src/speech-to-text/speechtotext.component.d.ts +36 -0
- package/src/speech-to-text/speechtotext.module.d.ts +11 -0
- package/styles/bds.scss +1 -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.3.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/fluent2.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/speech-to-text/bds.css +1 -0
- package/styles/speech-to-text/bds.scss +1 -0
- package/styles/speech-to-text/bootstrap-dark.css +1 -0
- package/styles/speech-to-text/bootstrap-dark.scss +1 -0
- package/styles/speech-to-text/bootstrap.css +1 -0
- package/styles/speech-to-text/bootstrap.scss +1 -0
- package/styles/speech-to-text/bootstrap4.css +1 -0
- package/styles/speech-to-text/bootstrap4.scss +1 -0
- package/styles/speech-to-text/bootstrap5-dark.css +1 -0
- package/styles/speech-to-text/bootstrap5-dark.scss +1 -0
- package/styles/speech-to-text/bootstrap5.3.css +1 -0
- package/styles/speech-to-text/bootstrap5.3.scss +1 -0
- package/styles/speech-to-text/bootstrap5.css +1 -0
- package/styles/speech-to-text/bootstrap5.scss +1 -0
- package/styles/speech-to-text/fabric-dark.css +1 -0
- package/styles/speech-to-text/fabric-dark.scss +1 -0
- package/styles/speech-to-text/fabric.css +1 -0
- package/styles/speech-to-text/fabric.scss +1 -0
- package/styles/speech-to-text/fluent-dark.css +1 -0
- package/styles/speech-to-text/fluent-dark.scss +1 -0
- package/styles/speech-to-text/fluent.css +1 -0
- package/styles/speech-to-text/fluent.scss +1 -0
- package/styles/speech-to-text/fluent2.css +1 -0
- package/styles/speech-to-text/fluent2.scss +1 -0
- package/styles/speech-to-text/highcontrast-light.css +1 -0
- package/styles/speech-to-text/highcontrast-light.scss +1 -0
- package/styles/speech-to-text/highcontrast.css +1 -0
- package/styles/speech-to-text/highcontrast.scss +1 -0
- package/styles/speech-to-text/material-dark.css +1 -0
- package/styles/speech-to-text/material-dark.scss +1 -0
- package/styles/speech-to-text/material.css +1 -0
- package/styles/speech-to-text/material.scss +1 -0
- package/styles/speech-to-text/material3-dark.css +1 -0
- package/styles/speech-to-text/material3-dark.scss +2 -0
- package/styles/speech-to-text/material3.css +1 -0
- package/styles/speech-to-text/material3.scss +2 -0
- package/styles/speech-to-text/tailwind-dark.css +1 -0
- package/styles/speech-to-text/tailwind-dark.scss +1 -0
- package/styles/speech-to-text/tailwind.css +1 -0
- package/styles/speech-to-text/tailwind.scss +1 -0
- package/styles/speech-to-text/tailwind3.css +1 -0
- package/styles/speech-to-text/tailwind3.scss +1 -0
- package/styles/tailwind-dark.scss +1 -0
- package/styles/tailwind.scss +1 -0
- package/styles/tailwind3.scss +1 -0
|
@@ -3,14 +3,14 @@ import * as i0 from '@angular/core';
|
|
|
3
3
|
import { forwardRef, Component, ChangeDetectionStrategy, NgModule, Directive, ContentChildren, ContentChild } from '@angular/core';
|
|
4
4
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
5
|
import { setValue, FormBase, ComponentBase, ComponentMixins, ComplexBase, ArrayBase, Template } from '@syncfusion/ej2-angular-base';
|
|
6
|
-
import { TextBox, TextArea, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature, Rating, OtpInput, SmartTextArea, FormValidator } from '@syncfusion/ej2-inputs';
|
|
6
|
+
import { TextBox, TextArea, NumericTextBox, MaskedTextBox, Slider, Uploader, ColorPicker, Signature, Rating, OtpInput, SmartTextArea, SpeechToText, FormValidator } from '@syncfusion/ej2-inputs';
|
|
7
7
|
export * from '@syncfusion/ej2-inputs';
|
|
8
8
|
import { CommonModule } from '@angular/common';
|
|
9
9
|
|
|
10
10
|
var TextBoxComponent_1;
|
|
11
|
-
const inputs$
|
|
12
|
-
const outputs$
|
|
13
|
-
const twoWays$
|
|
11
|
+
const inputs$b = ['autocomplete', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'multiline', 'placeholder', 'readonly', 'showClearButton', 'type', 'value', 'width'];
|
|
12
|
+
const outputs$c = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
13
|
+
const twoWays$b = ['value'];
|
|
14
14
|
/**
|
|
15
15
|
* Represents the EJ2 Angular TextBox Component.
|
|
16
16
|
* ```html
|
|
@@ -28,8 +28,8 @@ let TextBoxComponent = TextBoxComponent_1 = class TextBoxComponent extends TextB
|
|
|
28
28
|
this.skipFromEvent = true;
|
|
29
29
|
this.element = this.ngEle.nativeElement;
|
|
30
30
|
this.injectedModules = this.injectedModules || [];
|
|
31
|
-
this.registerEvents(outputs$
|
|
32
|
-
this.addTwoWay.call(this, twoWays$
|
|
31
|
+
this.registerEvents(outputs$c);
|
|
32
|
+
this.addTwoWay.call(this, twoWays$b);
|
|
33
33
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
34
34
|
this.formContext = new FormBase();
|
|
35
35
|
this.formCompContext = new ComponentBase();
|
|
@@ -70,8 +70,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
70
70
|
type: Component,
|
|
71
71
|
args: [{
|
|
72
72
|
selector: 'ejs-textbox',
|
|
73
|
-
inputs: inputs$
|
|
74
|
-
outputs: outputs$
|
|
73
|
+
inputs: inputs$b,
|
|
74
|
+
outputs: outputs$c,
|
|
75
75
|
template: '',
|
|
76
76
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
77
77
|
providers: [
|
|
@@ -126,9 +126,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
126
126
|
}] });
|
|
127
127
|
|
|
128
128
|
var TextAreaComponent_1;
|
|
129
|
-
const inputs$
|
|
130
|
-
const outputs$
|
|
131
|
-
const twoWays$
|
|
129
|
+
const inputs$a = ['cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'value', 'width'];
|
|
130
|
+
const outputs$b = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
131
|
+
const twoWays$a = ['value'];
|
|
132
132
|
/**
|
|
133
133
|
* Represents the EJ2 Angular TextArea Component.
|
|
134
134
|
* ```html
|
|
@@ -146,8 +146,8 @@ let TextAreaComponent = TextAreaComponent_1 = class TextAreaComponent extends Te
|
|
|
146
146
|
this.skipFromEvent = true;
|
|
147
147
|
this.element = this.ngEle.nativeElement;
|
|
148
148
|
this.injectedModules = this.injectedModules || [];
|
|
149
|
-
this.registerEvents(outputs$
|
|
150
|
-
this.addTwoWay.call(this, twoWays$
|
|
149
|
+
this.registerEvents(outputs$b);
|
|
150
|
+
this.addTwoWay.call(this, twoWays$a);
|
|
151
151
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
152
152
|
this.formContext = new FormBase();
|
|
153
153
|
this.formCompContext = new ComponentBase();
|
|
@@ -188,8 +188,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
188
188
|
type: Component,
|
|
189
189
|
args: [{
|
|
190
190
|
selector: 'ejs-textarea',
|
|
191
|
-
inputs: inputs$
|
|
192
|
-
outputs: outputs$
|
|
191
|
+
inputs: inputs$a,
|
|
192
|
+
outputs: outputs$b,
|
|
193
193
|
template: '',
|
|
194
194
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
195
195
|
providers: [
|
|
@@ -244,9 +244,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
244
244
|
}] });
|
|
245
245
|
|
|
246
246
|
var NumericTextBoxComponent_1;
|
|
247
|
-
const inputs$
|
|
248
|
-
const outputs$
|
|
249
|
-
const twoWays$
|
|
247
|
+
const inputs$9 = ['cssClass', 'currency', 'currencyCode', 'decimals', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'format', 'htmlAttributes', 'locale', 'max', 'min', 'placeholder', 'readonly', 'showClearButton', 'showSpinButton', 'step', 'strictMode', 'validateDecimalOnType', 'value', 'width'];
|
|
248
|
+
const outputs$a = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
249
|
+
const twoWays$9 = ['value'];
|
|
250
250
|
/**
|
|
251
251
|
* Represents the EJ2 Angular NumericTextBox Component.
|
|
252
252
|
* ```html
|
|
@@ -264,8 +264,8 @@ let NumericTextBoxComponent = NumericTextBoxComponent_1 = class NumericTextBoxCo
|
|
|
264
264
|
this.skipFromEvent = true;
|
|
265
265
|
this.element = this.ngEle.nativeElement;
|
|
266
266
|
this.injectedModules = this.injectedModules || [];
|
|
267
|
-
this.registerEvents(outputs$
|
|
268
|
-
this.addTwoWay.call(this, twoWays$
|
|
267
|
+
this.registerEvents(outputs$a);
|
|
268
|
+
this.addTwoWay.call(this, twoWays$9);
|
|
269
269
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
270
270
|
this.formContext = new FormBase();
|
|
271
271
|
this.formCompContext = new ComponentBase();
|
|
@@ -306,8 +306,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
306
306
|
type: Component,
|
|
307
307
|
args: [{
|
|
308
308
|
selector: 'ejs-numerictextbox',
|
|
309
|
-
inputs: inputs$
|
|
310
|
-
outputs: outputs$
|
|
309
|
+
inputs: inputs$9,
|
|
310
|
+
outputs: outputs$a,
|
|
311
311
|
template: '',
|
|
312
312
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
313
313
|
providers: [
|
|
@@ -362,9 +362,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
362
362
|
}] });
|
|
363
363
|
|
|
364
364
|
var MaskedTextBoxComponent_1;
|
|
365
|
-
const inputs$
|
|
366
|
-
const outputs$
|
|
367
|
-
const twoWays$
|
|
365
|
+
const inputs$8 = ['cssClass', 'customCharacters', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'mask', 'placeholder', 'promptChar', 'readonly', 'showClearButton', 'value', 'width'];
|
|
366
|
+
const outputs$9 = ['blur', 'change', 'created', 'destroyed', 'focus', 'valueChange'];
|
|
367
|
+
const twoWays$8 = ['value'];
|
|
368
368
|
/**
|
|
369
369
|
* Represents the EJ2 Angular MaskedTextbox Component.
|
|
370
370
|
* ```html
|
|
@@ -382,8 +382,8 @@ let MaskedTextBoxComponent = MaskedTextBoxComponent_1 = class MaskedTextBoxCompo
|
|
|
382
382
|
this.skipFromEvent = true;
|
|
383
383
|
this.element = this.ngEle.nativeElement;
|
|
384
384
|
this.injectedModules = this.injectedModules || [];
|
|
385
|
-
this.registerEvents(outputs$
|
|
386
|
-
this.addTwoWay.call(this, twoWays$
|
|
385
|
+
this.registerEvents(outputs$9);
|
|
386
|
+
this.addTwoWay.call(this, twoWays$8);
|
|
387
387
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
388
388
|
this.formContext = new FormBase();
|
|
389
389
|
this.formCompContext = new ComponentBase();
|
|
@@ -424,8 +424,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
424
424
|
type: Component,
|
|
425
425
|
args: [{
|
|
426
426
|
selector: 'ejs-maskedtextbox',
|
|
427
|
-
inputs: inputs$
|
|
428
|
-
outputs: outputs$
|
|
427
|
+
inputs: inputs$8,
|
|
428
|
+
outputs: outputs$9,
|
|
429
429
|
template: '',
|
|
430
430
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
431
431
|
providers: [
|
|
@@ -480,9 +480,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
480
480
|
}] });
|
|
481
481
|
|
|
482
482
|
var SliderComponent_1;
|
|
483
|
-
const inputs$
|
|
484
|
-
const outputs$
|
|
485
|
-
const twoWays$
|
|
483
|
+
const inputs$7 = ['colorRange', 'cssClass', 'customValues', 'enableAnimation', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'limits', 'locale', 'max', 'min', 'orientation', 'readonly', 'showButtons', 'step', 'ticks', 'tooltip', 'type', 'value', 'width'];
|
|
484
|
+
const outputs$8 = ['focus', 'blur', 'change', 'changed', 'created', 'renderedTicks', 'renderingTicks', 'tooltipChange', 'valueChange'];
|
|
485
|
+
const twoWays$7 = ['value'];
|
|
486
486
|
/**
|
|
487
487
|
* Represents the EJ2 Angular Slider Component.
|
|
488
488
|
* ```html
|
|
@@ -499,8 +499,8 @@ let SliderComponent = SliderComponent_1 = class SliderComponent extends Slider {
|
|
|
499
499
|
this.cdr = cdr;
|
|
500
500
|
this.element = this.ngEle.nativeElement;
|
|
501
501
|
this.injectedModules = this.injectedModules || [];
|
|
502
|
-
this.registerEvents(outputs$
|
|
503
|
-
this.addTwoWay.call(this, twoWays$
|
|
502
|
+
this.registerEvents(outputs$8);
|
|
503
|
+
this.addTwoWay.call(this, twoWays$7);
|
|
504
504
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
505
505
|
this.formContext = new FormBase();
|
|
506
506
|
this.formCompContext = new ComponentBase();
|
|
@@ -541,8 +541,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
541
541
|
type: Component,
|
|
542
542
|
args: [{
|
|
543
543
|
selector: 'ejs-slider',
|
|
544
|
-
inputs: inputs$
|
|
545
|
-
outputs: outputs$
|
|
544
|
+
inputs: inputs$7,
|
|
545
|
+
outputs: outputs$8,
|
|
546
546
|
template: '',
|
|
547
547
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
548
548
|
providers: [
|
|
@@ -597,7 +597,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
597
597
|
}] });
|
|
598
598
|
|
|
599
599
|
let input = ['name', 'size', 'type'];
|
|
600
|
-
let outputs$
|
|
600
|
+
let outputs$7 = [];
|
|
601
601
|
/**
|
|
602
602
|
* 'e-files' directive represent a file of angular uploader
|
|
603
603
|
* It must be contained in a Uploader component(`ejs-uploader`).
|
|
@@ -615,7 +615,7 @@ class UploadedFilesDirective extends ComplexBase {
|
|
|
615
615
|
super();
|
|
616
616
|
this.viewContainerRef = viewContainerRef;
|
|
617
617
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
618
|
-
this.registerEvents(outputs$
|
|
618
|
+
this.registerEvents(outputs$7);
|
|
619
619
|
this.directivePropList = input;
|
|
620
620
|
}
|
|
621
621
|
}
|
|
@@ -626,7 +626,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
626
626
|
args: [{
|
|
627
627
|
selector: 'e-files>e-uploadedfiles',
|
|
628
628
|
inputs: input,
|
|
629
|
-
outputs: outputs$
|
|
629
|
+
outputs: outputs$7,
|
|
630
630
|
queries: {}
|
|
631
631
|
}]
|
|
632
632
|
}], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
|
|
@@ -652,9 +652,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
652
652
|
}], ctorParameters: function () { return []; } });
|
|
653
653
|
|
|
654
654
|
var UploaderComponent_1;
|
|
655
|
-
const inputs$
|
|
656
|
-
const outputs$
|
|
657
|
-
const twoWays$
|
|
655
|
+
const inputs$6 = ['allowedExtensions', 'asyncSettings', 'autoUpload', 'buttons', 'cssClass', 'directoryUpload', 'dropArea', 'dropEffect', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enabled', 'files', 'htmlAttributes', 'locale', 'maxFileSize', 'minFileSize', 'multiple', 'sequentialUpload', 'showFileList', 'template'];
|
|
656
|
+
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'];
|
|
657
|
+
const twoWays$6 = [];
|
|
658
658
|
/**
|
|
659
659
|
* Represents the EJ2 Angular Uploader Component.
|
|
660
660
|
* ```html
|
|
@@ -672,8 +672,8 @@ let UploaderComponent = UploaderComponent_1 = class UploaderComponent extends Up
|
|
|
672
672
|
this.tags = ['files'];
|
|
673
673
|
this.element = this.ngEle.nativeElement;
|
|
674
674
|
this.injectedModules = this.injectedModules || [];
|
|
675
|
-
this.registerEvents(outputs$
|
|
676
|
-
this.addTwoWay.call(this, twoWays$
|
|
675
|
+
this.registerEvents(outputs$6);
|
|
676
|
+
this.addTwoWay.call(this, twoWays$6);
|
|
677
677
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
678
678
|
this.formContext = new FormBase();
|
|
679
679
|
this.formCompContext = new ComponentBase();
|
|
@@ -718,8 +718,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
718
718
|
type: Component,
|
|
719
719
|
args: [{
|
|
720
720
|
selector: 'ejs-uploader',
|
|
721
|
-
inputs: inputs$
|
|
722
|
-
outputs: outputs$
|
|
721
|
+
inputs: inputs$6,
|
|
722
|
+
outputs: outputs$6,
|
|
723
723
|
template: '',
|
|
724
724
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
725
725
|
providers: [
|
|
@@ -787,9 +787,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
787
787
|
}] });
|
|
788
788
|
|
|
789
789
|
var ColorPickerComponent_1;
|
|
790
|
-
const inputs$
|
|
791
|
-
const outputs$
|
|
792
|
-
const twoWays$
|
|
790
|
+
const inputs$5 = ['columns', 'createPopupOnClick', 'cssClass', 'disabled', 'enableOpacity', 'enablePersistence', 'enableRtl', 'inline', 'locale', 'mode', 'modeSwitcher', 'noColor', 'presetColors', 'showButtons', 'showRecentColors', 'value'];
|
|
791
|
+
const outputs$5 = ['focus', 'blur', 'beforeClose', 'beforeModeSwitch', 'beforeOpen', 'beforeTileRender', 'change', 'created', 'onModeSwitch', 'open', 'select', 'valueChange'];
|
|
792
|
+
const twoWays$5 = ['value'];
|
|
793
793
|
/**
|
|
794
794
|
* Represents the EJ2 Angular ColorPicker Component.
|
|
795
795
|
* ```html
|
|
@@ -806,8 +806,8 @@ let ColorPickerComponent = ColorPickerComponent_1 = class ColorPickerComponent e
|
|
|
806
806
|
this.cdr = cdr;
|
|
807
807
|
this.element = this.ngEle.nativeElement;
|
|
808
808
|
this.injectedModules = this.injectedModules || [];
|
|
809
|
-
this.registerEvents(outputs$
|
|
810
|
-
this.addTwoWay.call(this, twoWays$
|
|
809
|
+
this.registerEvents(outputs$5);
|
|
810
|
+
this.addTwoWay.call(this, twoWays$5);
|
|
811
811
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
812
812
|
this.formContext = new FormBase();
|
|
813
813
|
this.formCompContext = new ComponentBase();
|
|
@@ -848,8 +848,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
848
848
|
type: Component,
|
|
849
849
|
args: [{
|
|
850
850
|
selector: '[ejs-colorpicker]',
|
|
851
|
-
inputs: inputs$
|
|
852
|
-
outputs: outputs$
|
|
851
|
+
inputs: inputs$5,
|
|
852
|
+
outputs: outputs$5,
|
|
853
853
|
template: '',
|
|
854
854
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
855
855
|
providers: [
|
|
@@ -904,9 +904,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
904
904
|
}] });
|
|
905
905
|
|
|
906
906
|
var SignatureComponent_1;
|
|
907
|
-
const inputs$
|
|
908
|
-
const outputs$
|
|
909
|
-
const twoWays$
|
|
907
|
+
const inputs$4 = ['backgroundColor', 'backgroundImage', 'disabled', 'enablePersistence', 'enableRtl', 'isReadOnly', 'locale', 'maxStrokeWidth', 'minStrokeWidth', 'saveWithBackground', 'strokeColor', 'velocity'];
|
|
908
|
+
const outputs$4 = ['focus', 'blur', 'beforeSave', 'change', 'created'];
|
|
909
|
+
const twoWays$4 = [];
|
|
910
910
|
/**
|
|
911
911
|
* Represents the EJ2 Angular Signature Component.
|
|
912
912
|
* ```html
|
|
@@ -923,8 +923,8 @@ let SignatureComponent = SignatureComponent_1 = class SignatureComponent extends
|
|
|
923
923
|
this.cdr = cdr;
|
|
924
924
|
this.element = this.ngEle.nativeElement;
|
|
925
925
|
this.injectedModules = this.injectedModules || [];
|
|
926
|
-
this.registerEvents(outputs$
|
|
927
|
-
this.addTwoWay.call(this, twoWays$
|
|
926
|
+
this.registerEvents(outputs$4);
|
|
927
|
+
this.addTwoWay.call(this, twoWays$4);
|
|
928
928
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
929
929
|
this.formContext = new FormBase();
|
|
930
930
|
this.formCompContext = new ComponentBase();
|
|
@@ -965,8 +965,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
965
965
|
type: Component,
|
|
966
966
|
args: [{
|
|
967
967
|
selector: '[ejs-signature]',
|
|
968
|
-
inputs: inputs$
|
|
969
|
-
outputs: outputs$
|
|
968
|
+
inputs: inputs$4,
|
|
969
|
+
outputs: outputs$4,
|
|
970
970
|
template: '',
|
|
971
971
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
972
972
|
providers: [
|
|
@@ -1021,9 +1021,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1021
1021
|
}] });
|
|
1022
1022
|
|
|
1023
1023
|
var RatingComponent_1;
|
|
1024
|
-
const inputs$
|
|
1025
|
-
const outputs$
|
|
1026
|
-
const twoWays$
|
|
1024
|
+
const inputs$3 = ['allowReset', 'cssClass', 'disabled', 'emptyTemplate', 'enableAnimation', 'enablePersistence', 'enableRtl', 'enableSingleSelection', 'fullTemplate', 'itemsCount', 'labelPosition', 'labelTemplate', 'locale', 'min', 'precision', 'readOnly', 'showLabel', 'showTooltip', 'tooltipTemplate', 'value', 'visible'];
|
|
1025
|
+
const outputs$3 = ['focus', 'blur', 'beforeItemRender', 'created', 'onItemHover', 'valueChanged', 'valueChange'];
|
|
1026
|
+
const twoWays$3 = ['value'];
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Represents the EJ2 Angular Rating Component.
|
|
1029
1029
|
* ```html
|
|
@@ -1040,8 +1040,8 @@ let RatingComponent = RatingComponent_1 = class RatingComponent extends Rating {
|
|
|
1040
1040
|
this.cdr = cdr;
|
|
1041
1041
|
this.element = this.ngEle.nativeElement;
|
|
1042
1042
|
this.injectedModules = this.injectedModules || [];
|
|
1043
|
-
this.registerEvents(outputs$
|
|
1044
|
-
this.addTwoWay.call(this, twoWays$
|
|
1043
|
+
this.registerEvents(outputs$3);
|
|
1044
|
+
this.addTwoWay.call(this, twoWays$3);
|
|
1045
1045
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1046
1046
|
this.formContext = new FormBase();
|
|
1047
1047
|
this.formCompContext = new ComponentBase();
|
|
@@ -1094,8 +1094,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1094
1094
|
type: Component,
|
|
1095
1095
|
args: [{
|
|
1096
1096
|
selector: '[ejs-rating]',
|
|
1097
|
-
inputs: inputs$
|
|
1098
|
-
outputs: outputs$
|
|
1097
|
+
inputs: inputs$3,
|
|
1098
|
+
outputs: outputs$3,
|
|
1099
1099
|
template: '',
|
|
1100
1100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1101
1101
|
providers: [
|
|
@@ -1162,9 +1162,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1162
1162
|
}] });
|
|
1163
1163
|
|
|
1164
1164
|
var OtpInputComponent_1;
|
|
1165
|
-
const inputs$
|
|
1166
|
-
const outputs$
|
|
1167
|
-
const twoWays$
|
|
1165
|
+
const inputs$2 = ['ariaLabels', 'autoFocus', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'length', 'locale', 'placeholder', 'separator', 'stylingMode', 'textTransform', 'type', 'value'];
|
|
1166
|
+
const outputs$2 = ['blur', 'created', 'focus', 'input', 'valueChanged', 'valueChange'];
|
|
1167
|
+
const twoWays$2 = ['value'];
|
|
1168
1168
|
/**
|
|
1169
1169
|
* Represents the EJ2 Angular OtpInput Component.
|
|
1170
1170
|
* ```html
|
|
@@ -1182,8 +1182,8 @@ let OtpInputComponent = OtpInputComponent_1 = class OtpInputComponent extends Ot
|
|
|
1182
1182
|
this.skipFromEvent = true;
|
|
1183
1183
|
this.element = this.ngEle.nativeElement;
|
|
1184
1184
|
this.injectedModules = this.injectedModules || [];
|
|
1185
|
-
this.registerEvents(outputs$
|
|
1186
|
-
this.addTwoWay.call(this, twoWays$
|
|
1185
|
+
this.registerEvents(outputs$2);
|
|
1186
|
+
this.addTwoWay.call(this, twoWays$2);
|
|
1187
1187
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1188
1188
|
this.formContext = new FormBase();
|
|
1189
1189
|
this.formCompContext = new ComponentBase();
|
|
@@ -1224,8 +1224,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1224
1224
|
type: Component,
|
|
1225
1225
|
args: [{
|
|
1226
1226
|
selector: '[ejs-otpinput]',
|
|
1227
|
-
inputs: inputs$
|
|
1228
|
-
outputs: outputs$
|
|
1227
|
+
inputs: inputs$2,
|
|
1228
|
+
outputs: outputs$2,
|
|
1229
1229
|
template: '',
|
|
1230
1230
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1231
1231
|
providers: [
|
|
@@ -1280,9 +1280,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1280
1280
|
}] });
|
|
1281
1281
|
|
|
1282
1282
|
var SmartTextAreaComponent_1;
|
|
1283
|
-
const inputs = ['UserPhrases', 'aiSuggestionHandler', 'cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'showSuggestionOnPopup', 'userRole', 'value', 'width'];
|
|
1284
|
-
const outputs = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
1285
|
-
const twoWays = ['value'];
|
|
1283
|
+
const inputs$1 = ['UserPhrases', 'aiSuggestionHandler', 'cols', 'cssClass', 'enablePersistence', 'enableRtl', 'enabled', 'floatLabelType', 'htmlAttributes', 'locale', 'maxLength', 'placeholder', 'readonly', 'resizeMode', 'rows', 'showClearButton', 'showSuggestionOnPopup', 'userRole', 'value', 'width'];
|
|
1284
|
+
const outputs$1 = ['blur', 'change', 'created', 'destroyed', 'focus', 'input', 'valueChange'];
|
|
1285
|
+
const twoWays$1 = ['value'];
|
|
1286
1286
|
/**
|
|
1287
1287
|
* Represents the Angular Smart TextArea Component.
|
|
1288
1288
|
* ```html
|
|
@@ -1300,8 +1300,8 @@ let SmartTextAreaComponent = SmartTextAreaComponent_1 = class SmartTextAreaCompo
|
|
|
1300
1300
|
this.skipFromEvent = true;
|
|
1301
1301
|
this.element = this.ngEle.nativeElement;
|
|
1302
1302
|
this.injectedModules = this.injectedModules || [];
|
|
1303
|
-
this.registerEvents(outputs);
|
|
1304
|
-
this.addTwoWay.call(this, twoWays);
|
|
1303
|
+
this.registerEvents(outputs$1);
|
|
1304
|
+
this.addTwoWay.call(this, twoWays$1);
|
|
1305
1305
|
setValue('currentInstance', this, this.viewContainerRef);
|
|
1306
1306
|
this.formContext = new FormBase();
|
|
1307
1307
|
this.formCompContext = new ComponentBase();
|
|
@@ -1342,8 +1342,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1342
1342
|
type: Component,
|
|
1343
1343
|
args: [{
|
|
1344
1344
|
selector: 'ejs-smarttextarea',
|
|
1345
|
-
inputs: inputs,
|
|
1346
|
-
outputs: outputs,
|
|
1345
|
+
inputs: inputs$1,
|
|
1346
|
+
outputs: outputs$1,
|
|
1347
1347
|
template: '',
|
|
1348
1348
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1349
1349
|
providers: [
|
|
@@ -1397,6 +1397,99 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
|
|
|
1397
1397
|
}]
|
|
1398
1398
|
}] });
|
|
1399
1399
|
|
|
1400
|
+
const inputs = ['allowInterimResults', 'buttonSettings', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'lang', 'listeningState', 'locale', 'showTooltip', 'tooltipSettings', 'transcript'];
|
|
1401
|
+
const outputs = ['created', 'onError', 'onStart', 'onStop', 'transcriptChanged', 'transcriptChange'];
|
|
1402
|
+
const twoWays = ['transcript'];
|
|
1403
|
+
/**
|
|
1404
|
+
* Represents the EJ2 Angular SpeechToText Component.
|
|
1405
|
+
* ```html
|
|
1406
|
+
* <button ejs-speechtotext ></button>
|
|
1407
|
+
* ```
|
|
1408
|
+
*/
|
|
1409
|
+
let SpeechToTextComponent = class SpeechToTextComponent extends SpeechToText {
|
|
1410
|
+
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
1411
|
+
super();
|
|
1412
|
+
this.ngEle = ngEle;
|
|
1413
|
+
this.srenderer = srenderer;
|
|
1414
|
+
this.viewContainerRef = viewContainerRef;
|
|
1415
|
+
this.injector = injector;
|
|
1416
|
+
this.element = this.ngEle.nativeElement;
|
|
1417
|
+
this.injectedModules = this.injectedModules || [];
|
|
1418
|
+
this.registerEvents(outputs);
|
|
1419
|
+
this.addTwoWay.call(this, twoWays);
|
|
1420
|
+
setValue('currentInstance', this, this.viewContainerRef);
|
|
1421
|
+
this.containerContext = new ComponentBase();
|
|
1422
|
+
}
|
|
1423
|
+
ngOnInit() {
|
|
1424
|
+
this.containerContext.ngOnInit(this);
|
|
1425
|
+
}
|
|
1426
|
+
ngAfterViewInit() {
|
|
1427
|
+
this.containerContext.ngAfterViewInit(this);
|
|
1428
|
+
}
|
|
1429
|
+
ngOnDestroy() {
|
|
1430
|
+
this.containerContext.ngOnDestroy(this);
|
|
1431
|
+
}
|
|
1432
|
+
ngAfterContentChecked() {
|
|
1433
|
+
this.containerContext.ngAfterContentChecked(this);
|
|
1434
|
+
}
|
|
1435
|
+
};
|
|
1436
|
+
SpeechToTextComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
1437
|
+
SpeechToTextComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: SpeechToTextComponent, selector: "[ejs-speechtotext]", inputs: { allowInterimResults: "allowInterimResults", buttonSettings: "buttonSettings", cssClass: "cssClass", disabled: "disabled", enablePersistence: "enablePersistence", enableRtl: "enableRtl", htmlAttributes: "htmlAttributes", lang: "lang", listeningState: "listeningState", locale: "locale", showTooltip: "showTooltip", tooltipSettings: "tooltipSettings", transcript: "transcript" }, outputs: { created: "created", onError: "onError", onStart: "onStart", onStop: "onStop", transcriptChanged: "transcriptChanged", transcriptChange: "transcriptChange" }, usesInheritance: true, ngImport: i0, template: `<ng-content ></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1438
|
+
SpeechToTextComponent = __decorate([
|
|
1439
|
+
ComponentMixins([ComponentBase])
|
|
1440
|
+
], SpeechToTextComponent);
|
|
1441
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextComponent, decorators: [{
|
|
1442
|
+
type: Component,
|
|
1443
|
+
args: [{
|
|
1444
|
+
selector: '[ejs-speechtotext]',
|
|
1445
|
+
inputs: inputs,
|
|
1446
|
+
outputs: outputs,
|
|
1447
|
+
template: `<ng-content ></ng-content>`,
|
|
1448
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1449
|
+
queries: {}
|
|
1450
|
+
}]
|
|
1451
|
+
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
1452
|
+
|
|
1453
|
+
/**
|
|
1454
|
+
* NgModule definition for the SpeechToText component.
|
|
1455
|
+
*/
|
|
1456
|
+
class SpeechToTextModule {
|
|
1457
|
+
}
|
|
1458
|
+
SpeechToTextModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1459
|
+
SpeechToTextModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextModule, declarations: [SpeechToTextComponent], imports: [CommonModule], exports: [SpeechToTextComponent] });
|
|
1460
|
+
SpeechToTextModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextModule, imports: [[CommonModule]] });
|
|
1461
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextModule, decorators: [{
|
|
1462
|
+
type: NgModule,
|
|
1463
|
+
args: [{
|
|
1464
|
+
imports: [CommonModule],
|
|
1465
|
+
declarations: [
|
|
1466
|
+
SpeechToTextComponent
|
|
1467
|
+
],
|
|
1468
|
+
exports: [
|
|
1469
|
+
SpeechToTextComponent
|
|
1470
|
+
]
|
|
1471
|
+
}]
|
|
1472
|
+
}] });
|
|
1473
|
+
|
|
1474
|
+
/**
|
|
1475
|
+
* NgModule definition for the SpeechToText component with providers.
|
|
1476
|
+
*/
|
|
1477
|
+
class SpeechToTextAllModule {
|
|
1478
|
+
}
|
|
1479
|
+
SpeechToTextAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
1480
|
+
SpeechToTextAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextAllModule, imports: [CommonModule, SpeechToTextModule], exports: [SpeechToTextModule] });
|
|
1481
|
+
SpeechToTextAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextAllModule, providers: [], imports: [[CommonModule, SpeechToTextModule], SpeechToTextModule] });
|
|
1482
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: SpeechToTextAllModule, decorators: [{
|
|
1483
|
+
type: NgModule,
|
|
1484
|
+
args: [{
|
|
1485
|
+
imports: [CommonModule, SpeechToTextModule],
|
|
1486
|
+
exports: [
|
|
1487
|
+
SpeechToTextModule
|
|
1488
|
+
],
|
|
1489
|
+
providers: []
|
|
1490
|
+
}]
|
|
1491
|
+
}] });
|
|
1492
|
+
|
|
1400
1493
|
class FormValidators {
|
|
1401
1494
|
//max validation
|
|
1402
1495
|
static max(number) {
|
|
@@ -1593,5 +1686,5 @@ class FormValidators {
|
|
|
1593
1686
|
* Generated bundle index. Do not edit.
|
|
1594
1687
|
*/
|
|
1595
1688
|
|
|
1596
|
-
export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, OtpInputAllModule, OtpInputComponent, OtpInputModule, RatingAllModule, RatingComponent, RatingModule, SignatureAllModule, SignatureComponent, SignatureModule, SliderAllModule, SliderComponent, SliderModule, SmartTextAreaAllModule, SmartTextAreaComponent, SmartTextAreaModule, TextAreaAllModule, TextAreaComponent, TextAreaModule, TextBoxAllModule, TextBoxComponent, TextBoxModule, UploadedFilesDirective, UploaderAllModule, UploaderComponent, UploaderModule };
|
|
1689
|
+
export { ColorPickerAllModule, ColorPickerComponent, ColorPickerModule, FilesDirective, FormValidators, MaskedTextBoxAllModule, MaskedTextBoxComponent, MaskedTextBoxModule, NumericTextBoxAllModule, NumericTextBoxComponent, NumericTextBoxModule, OtpInputAllModule, OtpInputComponent, OtpInputModule, RatingAllModule, RatingComponent, RatingModule, SignatureAllModule, SignatureComponent, SignatureModule, SliderAllModule, SliderComponent, SliderModule, SmartTextAreaAllModule, SmartTextAreaComponent, SmartTextAreaModule, SpeechToTextAllModule, SpeechToTextComponent, SpeechToTextModule, TextAreaAllModule, TextAreaComponent, TextAreaModule, TextBoxAllModule, TextBoxComponent, TextBoxModule, UploadedFilesDirective, UploaderAllModule, UploaderComponent, UploaderModule };
|
|
1597
1690
|
//# sourceMappingURL=syncfusion-ej2-angular-inputs.mjs.map
|