@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
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-inputs@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-inputs@18.78.15",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-g0qMT41HD5A4LNGPzAi9jn4V/QrkgX/QfqazavC+6e5Yses1llwmSA1YgqdOX/1MS7JE/0savgql4cR0rDL2Nw==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-release/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-18.78.15.tgz",
|
|
23
|
+
"_shasum": "6bd9bf0b4155c488fc7fdf444114d4b820585439",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-inputs@*",
|
|
25
|
-
"_where": "/jenkins/workspace/elease-
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_29.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-inputs": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~29.1.33",
|
|
35
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
36
|
+
"@syncfusion/ej2-inputs": "29.1.33"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
|
|
@@ -98,5 +98,5 @@
|
|
|
98
98
|
"schematics": "./schematics/collection.json",
|
|
99
99
|
"sideEffects": false,
|
|
100
100
|
"typings": "syncfusion-ej2-angular-inputs.d.ts",
|
|
101
|
-
"version": "
|
|
101
|
+
"version": "29.1.33"
|
|
102
102
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-inputs";
|
|
2
|
-
export declare const pkgVer = "^
|
|
3
|
-
export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
2
|
+
export declare const pkgVer = "^18.78.15";
|
|
3
|
+
export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule";
|
|
4
|
+
export declare const themeVer = "~18.78.15";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-inputs';
|
|
4
|
-
exports.pkgVer = '^
|
|
5
|
-
exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
|
|
6
|
-
exports.themeVer = '~
|
|
4
|
+
exports.pkgVer = '^29.1.33';
|
|
5
|
+
exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
6
|
+
exports.themeVer = '~29.1.33';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-inputs';
|
|
2
|
-
export const pkgVer = '^
|
|
3
|
-
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
|
|
4
|
-
export const themeVer = '~
|
|
2
|
+
export const pkgVer = '^29.1.33';
|
|
3
|
+
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule, SpeechToTextModule';
|
|
4
|
+
export const themeVer = '~29.1.33';
|
package/src/index.d.ts
CHANGED
|
@@ -32,5 +32,8 @@ export { OtpInputAllModule } from './otp-input/otpinput-all.module';
|
|
|
32
32
|
export { SmartTextAreaComponent } from './smart-textarea/smarttextarea.component';
|
|
33
33
|
export { SmartTextAreaModule } from './smart-textarea/smarttextarea.module';
|
|
34
34
|
export { SmartTextAreaAllModule } from './smart-textarea/smarttextarea-all.module';
|
|
35
|
+
export { SpeechToTextComponent } from './speech-to-text/speechtotext.component';
|
|
36
|
+
export { SpeechToTextModule } from './speech-to-text/speechtotext.module';
|
|
37
|
+
export { SpeechToTextAllModule } from './speech-to-text/speechtotext-all.module';
|
|
35
38
|
export * from './form-validator/form-validator';
|
|
36
39
|
export * from '@syncfusion/ej2-inputs';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./speechtotext.module";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the SpeechToText component with providers.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SpeechToTextAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpeechToTextAllModule, never, [typeof i1.CommonModule, typeof i2.SpeechToTextModule], [typeof i2.SpeechToTextModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SpeechToTextAllModule>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { SpeechToText } from '@syncfusion/ej2-inputs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the EJ2 Angular SpeechToText Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <button ejs-speechtotext ></button>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class SpeechToTextComponent extends SpeechToText implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
created: any;
|
|
22
|
+
onError: any;
|
|
23
|
+
onStart: any;
|
|
24
|
+
onStop: any;
|
|
25
|
+
transcriptChanged: any;
|
|
26
|
+
transcriptChange: any;
|
|
27
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngAfterViewInit(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
ngAfterContentChecked(): void;
|
|
32
|
+
registerEvents: (eventList: string[]) => void;
|
|
33
|
+
addTwoWay: (propList: string[]) => void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SpeechToTextComponent, "[ejs-speechtotext]", never, { "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"; }, { "created": "created"; "onError": "onError"; "onStart": "onStart"; "onStop": "onStop"; "transcriptChanged": "transcriptChanged"; "transcriptChange": "transcriptChange"; }, never, ["*"]>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./speechtotext.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the SpeechToText component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SpeechToTextModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SpeechToTextModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SpeechToTextModule, [typeof i1.SpeechToTextComponent], [typeof i2.CommonModule], [typeof i1.SpeechToTextComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SpeechToTextModule>;
|
|
11
|
+
}
|
package/styles/bds.scss
CHANGED
package/styles/bootstrap.scss
CHANGED
package/styles/bootstrap4.scss
CHANGED
package/styles/bootstrap5.3.scss
CHANGED
package/styles/bootstrap5.scss
CHANGED
package/styles/fabric-dark.scss
CHANGED
package/styles/fabric.scss
CHANGED
package/styles/fluent-dark.scss
CHANGED
package/styles/fluent.scss
CHANGED
package/styles/fluent2.scss
CHANGED
package/styles/highcontrast.scss
CHANGED
package/styles/material.scss
CHANGED
package/styles/material3.scss
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bds.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bds.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bootstrap-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bootstrap-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bootstrap.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bootstrap.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bootstrap4.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bootstrap4.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bootstrap5-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bootstrap5-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bootstrap5.3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bootstrap5.3.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/bootstrap5.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/bootstrap5.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/fabric-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/fabric-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/fabric.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/fabric.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/fluent-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/fluent-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/fluent.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/fluent.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/fluent2.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/fluent2.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/highcontrast-light.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/highcontrast-light.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/highcontrast.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/highcontrast.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/material-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/material-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/material.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/material.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/material3-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/material3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/tailwind-dark.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/tailwind-dark.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/tailwind.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/tailwind.scss';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@syncfusion/ej2-inputs/styles/speech-to-text/tailwind3.css';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import 'ej2-inputs/styles/speech-to-text/tailwind3.scss';
|
package/styles/tailwind.scss
CHANGED