@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.
Files changed (81) hide show
  1. package/CHANGELOG.md +19 -33
  2. package/README.md +27 -2
  3. package/esm2020/src/index.mjs +4 -1
  4. package/esm2020/src/speech-to-text/speechtotext-all.module.mjs +23 -0
  5. package/esm2020/src/speech-to-text/speechtotext.component.mjs +59 -0
  6. package/esm2020/src/speech-to-text/speechtotext.module.mjs +25 -0
  7. package/fesm2015/syncfusion-ej2-angular-inputs.mjs +175 -82
  8. package/fesm2015/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  9. package/fesm2020/syncfusion-ej2-angular-inputs.mjs +175 -82
  10. package/fesm2020/syncfusion-ej2-angular-inputs.mjs.map +1 -1
  11. package/package.json +9 -9
  12. package/schematics/utils/lib-details.d.ts +3 -3
  13. package/schematics/utils/lib-details.js +3 -3
  14. package/schematics/utils/lib-details.ts +3 -3
  15. package/src/index.d.ts +3 -0
  16. package/src/speech-to-text/speechtotext-all.module.d.ts +11 -0
  17. package/src/speech-to-text/speechtotext.component.d.ts +36 -0
  18. package/src/speech-to-text/speechtotext.module.d.ts +11 -0
  19. package/styles/bds.scss +1 -0
  20. package/styles/bootstrap-dark.scss +1 -0
  21. package/styles/bootstrap.scss +1 -0
  22. package/styles/bootstrap4.scss +1 -0
  23. package/styles/bootstrap5-dark.scss +1 -0
  24. package/styles/bootstrap5.3.scss +1 -0
  25. package/styles/bootstrap5.scss +1 -0
  26. package/styles/fabric-dark.scss +1 -0
  27. package/styles/fabric.scss +1 -0
  28. package/styles/fluent-dark.scss +1 -0
  29. package/styles/fluent.scss +1 -0
  30. package/styles/fluent2.scss +1 -0
  31. package/styles/highcontrast-light.scss +1 -0
  32. package/styles/highcontrast.scss +1 -0
  33. package/styles/material-dark.scss +1 -0
  34. package/styles/material.scss +1 -0
  35. package/styles/material3-dark.scss +1 -0
  36. package/styles/material3.scss +1 -0
  37. package/styles/speech-to-text/bds.css +1 -0
  38. package/styles/speech-to-text/bds.scss +1 -0
  39. package/styles/speech-to-text/bootstrap-dark.css +1 -0
  40. package/styles/speech-to-text/bootstrap-dark.scss +1 -0
  41. package/styles/speech-to-text/bootstrap.css +1 -0
  42. package/styles/speech-to-text/bootstrap.scss +1 -0
  43. package/styles/speech-to-text/bootstrap4.css +1 -0
  44. package/styles/speech-to-text/bootstrap4.scss +1 -0
  45. package/styles/speech-to-text/bootstrap5-dark.css +1 -0
  46. package/styles/speech-to-text/bootstrap5-dark.scss +1 -0
  47. package/styles/speech-to-text/bootstrap5.3.css +1 -0
  48. package/styles/speech-to-text/bootstrap5.3.scss +1 -0
  49. package/styles/speech-to-text/bootstrap5.css +1 -0
  50. package/styles/speech-to-text/bootstrap5.scss +1 -0
  51. package/styles/speech-to-text/fabric-dark.css +1 -0
  52. package/styles/speech-to-text/fabric-dark.scss +1 -0
  53. package/styles/speech-to-text/fabric.css +1 -0
  54. package/styles/speech-to-text/fabric.scss +1 -0
  55. package/styles/speech-to-text/fluent-dark.css +1 -0
  56. package/styles/speech-to-text/fluent-dark.scss +1 -0
  57. package/styles/speech-to-text/fluent.css +1 -0
  58. package/styles/speech-to-text/fluent.scss +1 -0
  59. package/styles/speech-to-text/fluent2.css +1 -0
  60. package/styles/speech-to-text/fluent2.scss +1 -0
  61. package/styles/speech-to-text/highcontrast-light.css +1 -0
  62. package/styles/speech-to-text/highcontrast-light.scss +1 -0
  63. package/styles/speech-to-text/highcontrast.css +1 -0
  64. package/styles/speech-to-text/highcontrast.scss +1 -0
  65. package/styles/speech-to-text/material-dark.css +1 -0
  66. package/styles/speech-to-text/material-dark.scss +1 -0
  67. package/styles/speech-to-text/material.css +1 -0
  68. package/styles/speech-to-text/material.scss +1 -0
  69. package/styles/speech-to-text/material3-dark.css +1 -0
  70. package/styles/speech-to-text/material3-dark.scss +2 -0
  71. package/styles/speech-to-text/material3.css +1 -0
  72. package/styles/speech-to-text/material3.scss +2 -0
  73. package/styles/speech-to-text/tailwind-dark.css +1 -0
  74. package/styles/speech-to-text/tailwind-dark.scss +1 -0
  75. package/styles/speech-to-text/tailwind.css +1 -0
  76. package/styles/speech-to-text/tailwind.scss +1 -0
  77. package/styles/speech-to-text/tailwind3.css +1 -0
  78. package/styles/speech-to-text/tailwind3.scss +1 -0
  79. package/styles/tailwind-dark.scss +1 -0
  80. package/styles/tailwind.scss +1 -0
  81. 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@28.2.9",
3
+ "_id": "@syncfusion/ej2-angular-inputs@18.78.15",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-voJUlcovQ19KeV9F5GjR3T6NW6qId40e7OW27o6Y19J8c+sJEdbs99n2fBGhDbIIfKT/shJJwkGoypfDZLNadg==",
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-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-28.2.9.tgz",
23
- "_shasum": "d8f8152abaad216c691f4574db90725fd4376d2b",
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-automation_release_28.1.1/ivypackages/included",
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": "~28.2.5",
35
- "@syncfusion/ej2-base": "~28.2.9",
36
- "@syncfusion/ej2-inputs": "28.2.11"
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": "28.2.11"
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 = "^28.2.9";
3
- export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule";
4
- export declare const themeVer = "~28.2.9";
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 = '^28.2.11';
5
- exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
6
- exports.themeVer = '~28.2.11';
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 = '^28.2.11';
3
- export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule, OtpInputModule, SmartTextAreaModule';
4
- export const themeVer = '~28.2.11';
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
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bds.scss';
11
11
  @import 'data-form/bds.scss';
12
12
  @import 'otp-input/bds.scss';
13
+ @import 'speech-to-text/bds.scss';
13
14
  @import 'smart-textarea/bds.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bootstrap-dark.scss';
11
11
  @import 'data-form/bootstrap-dark.scss';
12
12
  @import 'otp-input/bootstrap-dark.scss';
13
+ @import 'speech-to-text/bootstrap-dark.scss';
13
14
  @import 'smart-textarea/bootstrap-dark.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bootstrap.scss';
11
11
  @import 'data-form/bootstrap.scss';
12
12
  @import 'otp-input/bootstrap.scss';
13
+ @import 'speech-to-text/bootstrap.scss';
13
14
  @import 'smart-textarea/bootstrap.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bootstrap4.scss';
11
11
  @import 'data-form/bootstrap4.scss';
12
12
  @import 'otp-input/bootstrap4.scss';
13
+ @import 'speech-to-text/bootstrap4.scss';
13
14
  @import 'smart-textarea/bootstrap4.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bootstrap5-dark.scss';
11
11
  @import 'data-form/bootstrap5-dark.scss';
12
12
  @import 'otp-input/bootstrap5-dark.scss';
13
+ @import 'speech-to-text/bootstrap5-dark.scss';
13
14
  @import 'smart-textarea/bootstrap5-dark.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bootstrap5.3.scss';
11
11
  @import 'data-form/bootstrap5.3.scss';
12
12
  @import 'otp-input/bootstrap5.3.scss';
13
+ @import 'speech-to-text/bootstrap5.3.scss';
13
14
  @import 'smart-textarea/bootstrap5.3.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/bootstrap5.scss';
11
11
  @import 'data-form/bootstrap5.scss';
12
12
  @import 'otp-input/bootstrap5.scss';
13
+ @import 'speech-to-text/bootstrap5.scss';
13
14
  @import 'smart-textarea/bootstrap5.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/fabric-dark.scss';
11
11
  @import 'data-form/fabric-dark.scss';
12
12
  @import 'otp-input/fabric-dark.scss';
13
+ @import 'speech-to-text/fabric-dark.scss';
13
14
  @import 'smart-textarea/fabric-dark.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/fabric.scss';
11
11
  @import 'data-form/fabric.scss';
12
12
  @import 'otp-input/fabric.scss';
13
+ @import 'speech-to-text/fabric.scss';
13
14
  @import 'smart-textarea/fabric.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/fluent-dark.scss';
11
11
  @import 'data-form/fluent-dark.scss';
12
12
  @import 'otp-input/fluent-dark.scss';
13
+ @import 'speech-to-text/fluent-dark.scss';
13
14
  @import 'smart-textarea/fluent-dark.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/fluent.scss';
11
11
  @import 'data-form/fluent.scss';
12
12
  @import 'otp-input/fluent.scss';
13
+ @import 'speech-to-text/fluent.scss';
13
14
  @import 'smart-textarea/fluent.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/fluent2.scss';
11
11
  @import 'data-form/fluent2.scss';
12
12
  @import 'otp-input/fluent2.scss';
13
+ @import 'speech-to-text/fluent2.scss';
13
14
  @import 'smart-textarea/fluent2.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/highcontrast-light.scss';
11
11
  @import 'data-form/highcontrast-light.scss';
12
12
  @import 'otp-input/highcontrast-light.scss';
13
+ @import 'speech-to-text/highcontrast-light.scss';
13
14
  @import 'smart-textarea/highcontrast-light.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/highcontrast.scss';
11
11
  @import 'data-form/highcontrast.scss';
12
12
  @import 'otp-input/highcontrast.scss';
13
+ @import 'speech-to-text/highcontrast.scss';
13
14
  @import 'smart-textarea/highcontrast.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/material-dark.scss';
11
11
  @import 'data-form/material-dark.scss';
12
12
  @import 'otp-input/material-dark.scss';
13
+ @import 'speech-to-text/material-dark.scss';
13
14
  @import 'smart-textarea/material-dark.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/material.scss';
11
11
  @import 'data-form/material.scss';
12
12
  @import 'otp-input/material.scss';
13
+ @import 'speech-to-text/material.scss';
13
14
  @import 'smart-textarea/material.scss';
@@ -11,4 +11,5 @@
11
11
  @import 'rating/material3-dark.scss';
12
12
  @import 'data-form/material3-dark.scss';
13
13
  @import 'otp-input/material3-dark.scss';
14
+ @import 'speech-to-text/material3-dark.scss';
14
15
  @import 'smart-textarea/material3-dark.scss';
@@ -11,4 +11,5 @@
11
11
  @import 'rating/material3.scss';
12
12
  @import 'data-form/material3.scss';
13
13
  @import 'otp-input/material3.scss';
14
+ @import 'speech-to-text/material3.scss';
14
15
  @import 'smart-textarea/material3.scss';
@@ -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,2 @@
1
+
2
+ @import 'ej2-inputs/styles/speech-to-text/material3-dark.scss';
@@ -0,0 +1 @@
1
+ @import '@syncfusion/ej2-inputs/styles/speech-to-text/material3.css';
@@ -0,0 +1,2 @@
1
+
2
+ @import 'ej2-inputs/styles/speech-to-text/material3.scss';
@@ -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';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/tailwind-dark.scss';
11
11
  @import 'data-form/tailwind-dark.scss';
12
12
  @import 'otp-input/tailwind-dark.scss';
13
+ @import 'speech-to-text/tailwind-dark.scss';
13
14
  @import 'smart-textarea/tailwind-dark.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/tailwind.scss';
11
11
  @import 'data-form/tailwind.scss';
12
12
  @import 'otp-input/tailwind.scss';
13
+ @import 'speech-to-text/tailwind.scss';
13
14
  @import 'smart-textarea/tailwind.scss';
@@ -10,4 +10,5 @@
10
10
  @import 'rating/tailwind3.scss';
11
11
  @import 'data-form/tailwind3.scss';
12
12
  @import 'otp-input/tailwind3.scss';
13
+ @import 'speech-to-text/tailwind3.scss';
13
14
  @import 'smart-textarea/tailwind3.scss';