@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
@@ -11,7 +11,7 @@ var __extends = (this && this.__extends) || (function () {
11
11
  import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, Directive, ElementRef, Injector, NgModule, Renderer2, ViewContainerRef, forwardRef } from '@angular/core';
12
12
  import { NG_VALUE_ACCESSOR } from '@angular/forms';
13
13
  import { ArrayBase, ComplexBase, ComponentBase, ComponentMixins, FormBase, Template, setValue } from '@syncfusion/ej2-angular-base';
14
- import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, OtpInput, Rating, Signature, Slider, SmartTextArea, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
14
+ import { ColorPicker, FormValidator, MaskedTextBox, NumericTextBox, OtpInput, Rating, Signature, Slider, SmartTextArea, SpeechToText, TextArea, TextBox, Uploader } from '@syncfusion/ej2-inputs';
15
15
  import { CommonModule } from '@angular/common';
16
16
  var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
17
17
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
@@ -2079,6 +2079,147 @@ SmartTextAreaAllModule.decorators = [
2079
2079
  * @nocollapse
2080
2080
  */
2081
2081
  SmartTextAreaAllModule.ctorParameters = function () { return []; };
2082
+ var __decorate$11 = (this && this.__decorate) || function (decorators, target, key, desc) {
2083
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
2084
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function")
2085
+ r = Reflect.decorate(decorators, target, key, desc);
2086
+ else
2087
+ for (var i = decorators.length - 1; i >= 0; i--)
2088
+ if (d = decorators[i])
2089
+ r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
2090
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
2091
+ };
2092
+ var __metadata$11 = (this && this.__metadata) || function (k, v) {
2093
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function")
2094
+ return Reflect.metadata(k, v);
2095
+ };
2096
+ var inputs$11 = ['allowInterimResults', 'buttonSettings', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'lang', 'listeningState', 'locale', 'showTooltip', 'tooltipSettings', 'transcript'];
2097
+ var outputs$12 = ['created', 'onError', 'onStart', 'onStop', 'transcriptChanged', 'transcriptChange'];
2098
+ var twoWays$11 = ['transcript'];
2099
+ /**
2100
+ * Represents the EJ2 Angular SpeechToText Component.
2101
+ * ```html
2102
+ * <button ejs-speechtotext ></button>
2103
+ * ```
2104
+ */
2105
+ var SpeechToTextComponent = /** @class */ (function (_super) {
2106
+ __extends(SpeechToTextComponent, _super);
2107
+ /**
2108
+ * @param {?} ngEle
2109
+ * @param {?} srenderer
2110
+ * @param {?} viewContainerRef
2111
+ * @param {?} injector
2112
+ */
2113
+ function SpeechToTextComponent(ngEle, srenderer, viewContainerRef, injector) {
2114
+ var _this = _super.call(this) || this;
2115
+ _this.ngEle = ngEle;
2116
+ _this.srenderer = srenderer;
2117
+ _this.viewContainerRef = viewContainerRef;
2118
+ _this.injector = injector;
2119
+ _this.element = _this.ngEle.nativeElement;
2120
+ _this.injectedModules = _this.injectedModules || [];
2121
+ _this.registerEvents(outputs$12);
2122
+ _this.addTwoWay.call(_this, twoWays$11);
2123
+ setValue('currentInstance', _this, _this.viewContainerRef);
2124
+ _this.containerContext = new ComponentBase();
2125
+ return _this;
2126
+ }
2127
+ /**
2128
+ * @return {?}
2129
+ */
2130
+ SpeechToTextComponent.prototype.ngOnInit = function () {
2131
+ this.containerContext.ngOnInit(this);
2132
+ };
2133
+ /**
2134
+ * @return {?}
2135
+ */
2136
+ SpeechToTextComponent.prototype.ngAfterViewInit = function () {
2137
+ this.containerContext.ngAfterViewInit(this);
2138
+ };
2139
+ /**
2140
+ * @return {?}
2141
+ */
2142
+ SpeechToTextComponent.prototype.ngOnDestroy = function () {
2143
+ this.containerContext.ngOnDestroy(this);
2144
+ };
2145
+ /**
2146
+ * @return {?}
2147
+ */
2148
+ SpeechToTextComponent.prototype.ngAfterContentChecked = function () {
2149
+ this.containerContext.ngAfterContentChecked(this);
2150
+ };
2151
+ return SpeechToTextComponent;
2152
+ }(SpeechToText));
2153
+ SpeechToTextComponent.decorators = [
2154
+ { type: Component, args: [{
2155
+ selector: '[ejs-speechtotext]',
2156
+ inputs: inputs$11,
2157
+ outputs: outputs$12,
2158
+ template: "<ng-content ></ng-content>",
2159
+ changeDetection: ChangeDetectionStrategy.OnPush,
2160
+ queries: {}
2161
+ },] },
2162
+ ];
2163
+ /**
2164
+ * @nocollapse
2165
+ */
2166
+ SpeechToTextComponent.ctorParameters = function () { return [
2167
+ { type: ElementRef, },
2168
+ { type: Renderer2, },
2169
+ { type: ViewContainerRef, },
2170
+ { type: Injector, },
2171
+ ]; };
2172
+ SpeechToTextComponent = __decorate$11([
2173
+ ComponentMixins([ComponentBase]),
2174
+ __metadata$11("design:paramtypes", [ElementRef,
2175
+ Renderer2,
2176
+ ViewContainerRef,
2177
+ Injector])
2178
+ ], SpeechToTextComponent);
2179
+ /**
2180
+ * NgModule definition for the SpeechToText component.
2181
+ */
2182
+ var SpeechToTextModule = /** @class */ (function () {
2183
+ function SpeechToTextModule() {
2184
+ }
2185
+ return SpeechToTextModule;
2186
+ }());
2187
+ SpeechToTextModule.decorators = [
2188
+ { type: NgModule, args: [{
2189
+ imports: [CommonModule],
2190
+ declarations: [
2191
+ SpeechToTextComponent
2192
+ ],
2193
+ exports: [
2194
+ SpeechToTextComponent
2195
+ ]
2196
+ },] },
2197
+ ];
2198
+ /**
2199
+ * @nocollapse
2200
+ */
2201
+ SpeechToTextModule.ctorParameters = function () { return []; };
2202
+ /**
2203
+ * NgModule definition for the SpeechToText component with providers.
2204
+ */
2205
+ var SpeechToTextAllModule = /** @class */ (function () {
2206
+ function SpeechToTextAllModule() {
2207
+ }
2208
+ return SpeechToTextAllModule;
2209
+ }());
2210
+ SpeechToTextAllModule.decorators = [
2211
+ { type: NgModule, args: [{
2212
+ imports: [CommonModule, SpeechToTextModule],
2213
+ exports: [
2214
+ SpeechToTextModule
2215
+ ],
2216
+ providers: []
2217
+ },] },
2218
+ ];
2219
+ /**
2220
+ * @nocollapse
2221
+ */
2222
+ SpeechToTextAllModule.ctorParameters = function () { return []; };
2082
2223
  var FormValidators = /** @class */ (function () {
2083
2224
  function FormValidators() {
2084
2225
  }
@@ -2323,6 +2464,6 @@ var FormValidators = /** @class */ (function () {
2323
2464
  /**
2324
2465
  * Generated bundle index. Do not edit.
2325
2466
  */
2326
- 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 };
2327
- 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';
2467
+ 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 };
2468
+ 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';
2328
2469
  //# sourceMappingURL=ej2-angular-inputs.es5.js.map