@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.
- package/@syncfusion/ej2-angular-inputs.es5.js +144 -3
- package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
- package/@syncfusion/ej2-angular-inputs.js +133 -3
- package/@syncfusion/ej2-angular-inputs.js.map +1 -1
- package/README.md +27 -2
- package/dist/ej2-angular-inputs.umd.js +150 -1
- package/dist/ej2-angular-inputs.umd.js.map +1 -1
- package/dist/ej2-angular-inputs.umd.min.js +2 -2
- package/dist/ej2-angular-inputs.umd.min.js.map +1 -1
- package/ej2-angular-inputs.d.ts +1 -0
- package/ej2-angular-inputs.metadata.json +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 +5 -0
- package/src/speech-to-text/speechtotext.component.d.ts +33 -0
- package/src/speech-to-text/speechtotext.module.d.ts +5 -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
|
@@ -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
|