@syncfusion/ej2-angular-inputs 28.2.11-ngcc → 29.1.33-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.
Files changed (82) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js +144 -3
  2. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-inputs.js +133 -3
  4. package/@syncfusion/ej2-angular-inputs.js.map +1 -1
  5. package/README.md +27 -2
  6. package/dist/ej2-angular-inputs.umd.js +150 -1
  7. package/dist/ej2-angular-inputs.umd.js.map +1 -1
  8. package/dist/ej2-angular-inputs.umd.min.js +2 -2
  9. package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
  10. package/ej2-angular-inputs.d.ts +1 -0
  11. package/ej2-angular-inputs.metadata.json +1 -1
  12. package/package.json +9 -9
  13. package/schematics/utils/lib-details.d.ts +3 -3
  14. package/schematics/utils/lib-details.js +3 -3
  15. package/schematics/utils/lib-details.ts +3 -3
  16. package/src/index.d.ts +3 -0
  17. package/src/speech-to-text/speechtotext-all.module.d.ts +5 -0
  18. package/src/speech-to-text/speechtotext.component.d.ts +33 -0
  19. package/src/speech-to-text/speechtotext.module.d.ts +5 -0
  20. package/styles/bds.scss +1 -0
  21. package/styles/bootstrap-dark.scss +1 -0
  22. package/styles/bootstrap.scss +1 -0
  23. package/styles/bootstrap4.scss +1 -0
  24. package/styles/bootstrap5-dark.scss +1 -0
  25. package/styles/bootstrap5.3.scss +1 -0
  26. package/styles/bootstrap5.scss +1 -0
  27. package/styles/fabric-dark.scss +1 -0
  28. package/styles/fabric.scss +1 -0
  29. package/styles/fluent-dark.scss +1 -0
  30. package/styles/fluent.scss +1 -0
  31. package/styles/fluent2.scss +1 -0
  32. package/styles/highcontrast-light.scss +1 -0
  33. package/styles/highcontrast.scss +1 -0
  34. package/styles/material-dark.scss +1 -0
  35. package/styles/material.scss +1 -0
  36. package/styles/material3-dark.scss +1 -0
  37. package/styles/material3.scss +1 -0
  38. package/styles/speech-to-text/bds.css +1 -0
  39. package/styles/speech-to-text/bds.scss +1 -0
  40. package/styles/speech-to-text/bootstrap-dark.css +1 -0
  41. package/styles/speech-to-text/bootstrap-dark.scss +1 -0
  42. package/styles/speech-to-text/bootstrap.css +1 -0
  43. package/styles/speech-to-text/bootstrap.scss +1 -0
  44. package/styles/speech-to-text/bootstrap4.css +1 -0
  45. package/styles/speech-to-text/bootstrap4.scss +1 -0
  46. package/styles/speech-to-text/bootstrap5-dark.css +1 -0
  47. package/styles/speech-to-text/bootstrap5-dark.scss +1 -0
  48. package/styles/speech-to-text/bootstrap5.3.css +1 -0
  49. package/styles/speech-to-text/bootstrap5.3.scss +1 -0
  50. package/styles/speech-to-text/bootstrap5.css +1 -0
  51. package/styles/speech-to-text/bootstrap5.scss +1 -0
  52. package/styles/speech-to-text/fabric-dark.css +1 -0
  53. package/styles/speech-to-text/fabric-dark.scss +1 -0
  54. package/styles/speech-to-text/fabric.css +1 -0
  55. package/styles/speech-to-text/fabric.scss +1 -0
  56. package/styles/speech-to-text/fluent-dark.css +1 -0
  57. package/styles/speech-to-text/fluent-dark.scss +1 -0
  58. package/styles/speech-to-text/fluent.css +1 -0
  59. package/styles/speech-to-text/fluent.scss +1 -0
  60. package/styles/speech-to-text/fluent2.css +1 -0
  61. package/styles/speech-to-text/fluent2.scss +1 -0
  62. package/styles/speech-to-text/highcontrast-light.css +1 -0
  63. package/styles/speech-to-text/highcontrast-light.scss +1 -0
  64. package/styles/speech-to-text/highcontrast.css +1 -0
  65. package/styles/speech-to-text/highcontrast.scss +1 -0
  66. package/styles/speech-to-text/material-dark.css +1 -0
  67. package/styles/speech-to-text/material-dark.scss +1 -0
  68. package/styles/speech-to-text/material.css +1 -0
  69. package/styles/speech-to-text/material.scss +1 -0
  70. package/styles/speech-to-text/material3-dark.css +1 -0
  71. package/styles/speech-to-text/material3-dark.scss +2 -0
  72. package/styles/speech-to-text/material3.css +1 -0
  73. package/styles/speech-to-text/material3.scss +2 -0
  74. package/styles/speech-to-text/tailwind-dark.css +1 -0
  75. package/styles/speech-to-text/tailwind-dark.scss +1 -0
  76. package/styles/speech-to-text/tailwind.css +1 -0
  77. package/styles/speech-to-text/tailwind.scss +1 -0
  78. package/styles/speech-to-text/tailwind3.css +1 -0
  79. package/styles/speech-to-text/tailwind3.scss +1 -0
  80. package/styles/tailwind-dark.scss +1 -0
  81. package/styles/tailwind.scss +1 -0
  82. package/styles/tailwind3.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, OtpInput, Rating, Signature, Slider, SmartTextArea, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
4
+ import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, OtpInput, Rating, Signature, Slider, SmartTextArea, SpeechToText, 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) {
@@ -1945,6 +1945,136 @@ SmartTextAreaAllModule.decorators = [
1945
1945
  */
1946
1946
  SmartTextAreaAllModule.ctorParameters = () => [];
1947
1947
 
1948
+ var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
1949
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
1950
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
1951
+ 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;
1952
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
1953
+ };
1954
+ var __metadata$11 = (this && this.__metadata) || function (k, v) {
1955
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
1956
+ };
1957
+ const inputs$11 = ['allowInterimResults', 'buttonSettings', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'lang', 'listeningState', 'locale', 'showTooltip', 'tooltipSettings', 'transcript'];
1958
+ const outputs$12 = ['created', 'onError', 'onStart', 'onStop', 'transcriptChanged', 'transcriptChange'];
1959
+ const twoWays$11 = ['transcript'];
1960
+ /**
1961
+ * Represents the EJ2 Angular SpeechToText Component.
1962
+ * ```html
1963
+ * <button ejs-speechtotext ></button>
1964
+ * ```
1965
+ */
1966
+ let SpeechToTextComponent = class SpeechToTextComponent extends SpeechToText {
1967
+ /**
1968
+ * @param {?} ngEle
1969
+ * @param {?} srenderer
1970
+ * @param {?} viewContainerRef
1971
+ * @param {?} injector
1972
+ */
1973
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1974
+ super();
1975
+ this.ngEle = ngEle;
1976
+ this.srenderer = srenderer;
1977
+ this.viewContainerRef = viewContainerRef;
1978
+ this.injector = injector;
1979
+ this.element = this.ngEle.nativeElement;
1980
+ this.injectedModules = this.injectedModules || [];
1981
+ this.registerEvents(outputs$12);
1982
+ this.addTwoWay.call(this, twoWays$11);
1983
+ setValue('currentInstance', this, this.viewContainerRef);
1984
+ this.containerContext = new ComponentBase();
1985
+ }
1986
+ /**
1987
+ * @return {?}
1988
+ */
1989
+ ngOnInit() {
1990
+ this.containerContext.ngOnInit(this);
1991
+ }
1992
+ /**
1993
+ * @return {?}
1994
+ */
1995
+ ngAfterViewInit() {
1996
+ this.containerContext.ngAfterViewInit(this);
1997
+ }
1998
+ /**
1999
+ * @return {?}
2000
+ */
2001
+ ngOnDestroy() {
2002
+ this.containerContext.ngOnDestroy(this);
2003
+ }
2004
+ /**
2005
+ * @return {?}
2006
+ */
2007
+ ngAfterContentChecked() {
2008
+ this.containerContext.ngAfterContentChecked(this);
2009
+ }
2010
+ };
2011
+ SpeechToTextComponent.decorators = [
2012
+ { type: Component, args: [{
2013
+ selector: '[ejs-speechtotext]',
2014
+ inputs: inputs$11,
2015
+ outputs: outputs$12,
2016
+ template: `<ng-content ></ng-content>`,
2017
+ changeDetection: ChangeDetectionStrategy.OnPush,
2018
+ queries: {}
2019
+ },] },
2020
+ ];
2021
+ /**
2022
+ * @nocollapse
2023
+ */
2024
+ SpeechToTextComponent.ctorParameters = () => [
2025
+ { type: ElementRef, },
2026
+ { type: Renderer2, },
2027
+ { type: ViewContainerRef, },
2028
+ { type: Injector, },
2029
+ ];
2030
+ SpeechToTextComponent = __decorate$11([
2031
+ ComponentMixins([ComponentBase]),
2032
+ __metadata$11("design:paramtypes", [ElementRef,
2033
+ Renderer2,
2034
+ ViewContainerRef,
2035
+ Injector])
2036
+ ], SpeechToTextComponent);
2037
+
2038
+ /**
2039
+ * NgModule definition for the SpeechToText component.
2040
+ */
2041
+ class SpeechToTextModule {
2042
+ }
2043
+ SpeechToTextModule.decorators = [
2044
+ { type: NgModule, args: [{
2045
+ imports: [CommonModule],
2046
+ declarations: [
2047
+ SpeechToTextComponent
2048
+ ],
2049
+ exports: [
2050
+ SpeechToTextComponent
2051
+ ]
2052
+ },] },
2053
+ ];
2054
+ /**
2055
+ * @nocollapse
2056
+ */
2057
+ SpeechToTextModule.ctorParameters = () => [];
2058
+
2059
+ /**
2060
+ * NgModule definition for the SpeechToText component with providers.
2061
+ */
2062
+ class SpeechToTextAllModule {
2063
+ }
2064
+ SpeechToTextAllModule.decorators = [
2065
+ { type: NgModule, args: [{
2066
+ imports: [CommonModule, SpeechToTextModule],
2067
+ exports: [
2068
+ SpeechToTextModule
2069
+ ],
2070
+ providers: []
2071
+ },] },
2072
+ ];
2073
+ /**
2074
+ * @nocollapse
2075
+ */
2076
+ SpeechToTextAllModule.ctorParameters = () => [];
2077
+
1948
2078
  class FormValidators {
1949
2079
  /**
1950
2080
  * @param {?} number
@@ -2188,6 +2318,6 @@ class FormValidators {
2188
2318
  * Generated bundle index. Do not edit.
2189
2319
  */
2190
2320
 
2191
- 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, OtpInputComponent, OtpInputModule, OtpInputAllModule, SmartTextAreaComponent, SmartTextAreaModule, SmartTextAreaAllModule, 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$9 as ɵs, outputs$10 as ɵt, 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$10 as ɵu, outputs$11 as ɵv, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
2192
- 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, ChatMessageRole, SmartTextArea, Signature, LabelPosition, PrecisionType, Rating, OtpInputType, OtpInputStyle, TextTransform, OtpInput, SignatureBase } from '@syncfusion/ej2-inputs';
2321
+ 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, OtpInputComponent, OtpInputModule, OtpInputAllModule, SmartTextAreaComponent, SmartTextAreaModule, SmartTextAreaAllModule, SpeechToTextComponent, SpeechToTextModule, SpeechToTextAllModule, 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$9 as ɵs, outputs$10 as ɵt, 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$10 as ɵu, outputs$11 as ɵv, inputs$11 as ɵw, outputs$12 as ɵx, inputs$1 as ɵc, outputs$1 as ɵd, inputs as ɵa, outputs as ɵb, inputs$5 as ɵk, outputs$6 as ɵl };
2322
+ 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, ChatMessageRole, SmartTextArea, Signature, LabelPosition, PrecisionType, Rating, OtpInputType, OtpInputStyle, TextTransform, OtpInput, SignatureBase, ButtonSettings, TooltipSettings, SpeechToTextState, SpeechToText } from '@syncfusion/ej2-inputs';
2193
2323
  //# sourceMappingURL=ej2-angular-inputs.js.map