@syncfusion/ej2-vue-inputs 28.2.11 → 29.1.34
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/README.md +27 -1
- package/dist/ej2-vue-inputs.umd.min.js +2 -2
- package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es2015.js +154 -2
- package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-inputs.es5.js +158 -2
- package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
- package/package.json +11 -11
- package/speech-to-text.d.ts +4 -0
- package/speech-to-text.js +4 -0
- package/src/index.d.ts +1 -0
- package/src/index.js +1 -0
- package/src/speech-to-text/index.d.ts +1 -0
- package/src/speech-to-text/index.js +1 -0
- package/src/speech-to-text/speechtotext.component.d.ts +37 -0
- package/src/speech-to-text/speechtotext.component.js +159 -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-vue-inputs@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-inputs@
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-inputs@29.1.33",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-fg76z3FT2EeAOXLt+YXPFYrZPnIu1W5Nyf5ECpZxnTVITNTw5EvsjZrEQsjC+SMkXuhcwamu2ks2zIfPvzZCSg==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-inputs",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://registry.npmjs.org/@syncfusion/ej2-vue-inputs/-/ej2-vue-inputs-29.1.33.tgz",
|
|
23
|
+
"_shasum": "8ca6d64a4e018683100618abab241a6e22e78322",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-inputs@*",
|
|
25
|
-
"_where": "
|
|
25
|
+
"_where": "E:\\march2025\\memory-leaks",
|
|
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-base": "~
|
|
35
|
-
"@syncfusion/ej2-inputs": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~29.1.33",
|
|
35
|
+
"@syncfusion/ej2-inputs": "29.1.34",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~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 Vue",
|
|
@@ -76,6 +76,6 @@
|
|
|
76
76
|
"ci-publish": "gulp ci-publish",
|
|
77
77
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
78
78
|
},
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
}
|
|
79
|
+
"sideEffects": false,
|
|
80
|
+
"version": "29.1.34"
|
|
81
|
+
}
|
package/src/index.d.ts
CHANGED
|
@@ -11,3 +11,4 @@ export { SignatureComponent, SignaturePlugin } from './signature/signature.compo
|
|
|
11
11
|
export { RatingComponent, RatingPlugin } from './rating/rating.component';
|
|
12
12
|
export { OtpInputComponent, OtpInputPlugin } from './otp-input/otpinput.component';
|
|
13
13
|
export { SmartTextAreaComponent, SmartTextAreaPlugin } from './smart-textarea/smarttextarea.component';
|
|
14
|
+
export { SpeechToTextComponent, SpeechToTextPlugin } from './speech-to-text/speechtotext.component';
|
package/src/index.js
CHANGED
|
@@ -11,3 +11,4 @@ export { SignatureComponent, SignaturePlugin } from './signature/signature.compo
|
|
|
11
11
|
export { RatingComponent, RatingPlugin } from './rating/rating.component';
|
|
12
12
|
export { OtpInputComponent, OtpInputPlugin } from './otp-input/otpinput.component';
|
|
13
13
|
export { SmartTextAreaComponent, SmartTextAreaPlugin } from './smart-textarea/smarttextarea.component';
|
|
14
|
+
export { SpeechToTextComponent, SpeechToTextPlugin } from './speech-to-text/speechtotext.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SpeechToTextComponent, SpeechToTextPlugin } from './speechtotext.component';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { SpeechToTextComponent, SpeechToTextPlugin } from './speechtotext.component';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ComponentBase, DefineVueComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { SpeechToText, SpeechToTextModel } from '@syncfusion/ej2-inputs';
|
|
3
|
+
export declare const properties: string[];
|
|
4
|
+
export declare const modelProps: string[];
|
|
5
|
+
export declare const testProp: any;
|
|
6
|
+
export declare const props: any, watch: any, emitProbs: any;
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Essential JS 2 VueJS SpeechToText Component
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-speechtotext></ejs-speechtotext>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare let SpeechToTextComponent: DefineVueComponent<SpeechToTextModel>;
|
|
14
|
+
export declare type SpeechToTextComponent = typeof ComponentBase & {
|
|
15
|
+
ej2Instances: SpeechToText;
|
|
16
|
+
isVue3: boolean;
|
|
17
|
+
isLazyUpdate: Boolean;
|
|
18
|
+
plugins: any[];
|
|
19
|
+
propKeys: string[];
|
|
20
|
+
models: string[];
|
|
21
|
+
hasChildDirective: boolean;
|
|
22
|
+
tagMapper: {
|
|
23
|
+
[key: string]: Object;
|
|
24
|
+
};
|
|
25
|
+
tagNameMapper: Object;
|
|
26
|
+
setProperties(prop: any, muteOnChange: boolean): void;
|
|
27
|
+
trigger(eventName: string, eventProp: {
|
|
28
|
+
[key: string]: Object;
|
|
29
|
+
}, successHandler?: Function): void;
|
|
30
|
+
destroy(): void;
|
|
31
|
+
startListening(): void;
|
|
32
|
+
stopListening(): void;
|
|
33
|
+
};
|
|
34
|
+
export declare const SpeechToTextPlugin: {
|
|
35
|
+
name: string;
|
|
36
|
+
install(Vue: any): void;
|
|
37
|
+
};
|
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syncfusion/ej2-vue-base';
|
|
2
|
+
import { isNullOrUndefined } from '@syncfusion/ej2-base';
|
|
3
|
+
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
|
+
import { SpeechToText } from '@syncfusion/ej2-inputs';
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'allowInterimResults', 'buttonSettings', 'cssClass', 'disabled', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'lang', 'listeningState', 'locale', 'showTooltip', 'tooltipSettings', 'transcript', 'created', 'onError', 'onStart', 'onStop', 'transcriptChanged'];
|
|
6
|
+
export var modelProps = ['transcript'];
|
|
7
|
+
export var testProp = getProps({ props: properties });
|
|
8
|
+
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
9
|
+
emitProbs.push('modelchanged', 'update:modelValue');
|
|
10
|
+
for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
|
|
11
|
+
var props_1 = modelProps_1[_i];
|
|
12
|
+
emitProbs.push('update:' + props_1);
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Represents the Essential JS 2 VueJS SpeechToText Component
|
|
16
|
+
* ```html
|
|
17
|
+
* <ejs-speechtotext></ejs-speechtotext>
|
|
18
|
+
* ```
|
|
19
|
+
*/
|
|
20
|
+
export var SpeechToTextComponent = vueDefineComponent({
|
|
21
|
+
name: 'SpeechToTextComponent',
|
|
22
|
+
mixins: [ComponentBase],
|
|
23
|
+
props: props,
|
|
24
|
+
watch: watch,
|
|
25
|
+
emits: emitProbs,
|
|
26
|
+
model: { event: 'modelchanged' },
|
|
27
|
+
provide: function () { return { custom: this.custom }; },
|
|
28
|
+
data: function () {
|
|
29
|
+
return {
|
|
30
|
+
ej2Instances: new SpeechToText({}),
|
|
31
|
+
propKeys: properties,
|
|
32
|
+
models: modelProps,
|
|
33
|
+
hasChildDirective: false,
|
|
34
|
+
hasInjectedModules: false,
|
|
35
|
+
tagMapper: {},
|
|
36
|
+
tagNameMapper: {},
|
|
37
|
+
isVue3: !isExecute,
|
|
38
|
+
templateCollection: {},
|
|
39
|
+
};
|
|
40
|
+
},
|
|
41
|
+
created: function () {
|
|
42
|
+
this.ej2Instances._trigger = this.ej2Instances.trigger;
|
|
43
|
+
this.ej2Instances.trigger = this.trigger;
|
|
44
|
+
this.bindProperties();
|
|
45
|
+
this.ej2Instances._setProperties = this.ej2Instances.setProperties;
|
|
46
|
+
this.ej2Instances.setProperties = this.setProperties;
|
|
47
|
+
this.ej2Instances.clearTemplate = this.clearTemplate;
|
|
48
|
+
this.updated = this.updated;
|
|
49
|
+
},
|
|
50
|
+
render: function (createElement) {
|
|
51
|
+
var h = !isExecute ? gh : createElement;
|
|
52
|
+
var slots = null;
|
|
53
|
+
if (!isNullOrUndefined(this.$slots.default)) {
|
|
54
|
+
slots = !isExecute ? this.$slots.default() : this.$slots.default;
|
|
55
|
+
}
|
|
56
|
+
return h('button', slots);
|
|
57
|
+
},
|
|
58
|
+
methods: {
|
|
59
|
+
clearTemplate: function (templateNames) {
|
|
60
|
+
if (!templateNames) {
|
|
61
|
+
templateNames = Object.keys(this.templateCollection || {});
|
|
62
|
+
}
|
|
63
|
+
if (templateNames.length && this.templateCollection) {
|
|
64
|
+
for (var _i = 0, templateNames_1 = templateNames; _i < templateNames_1.length; _i++) {
|
|
65
|
+
var tempName = templateNames_1[_i];
|
|
66
|
+
var elementCollection = this.templateCollection[tempName];
|
|
67
|
+
if (elementCollection && elementCollection.length) {
|
|
68
|
+
for (var _a = 0, elementCollection_1 = elementCollection; _a < elementCollection_1.length; _a++) {
|
|
69
|
+
var ele = elementCollection_1[_a];
|
|
70
|
+
this.destroyPortals(ele);
|
|
71
|
+
}
|
|
72
|
+
delete this.templateCollection[tempName];
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
setProperties: function (prop, muteOnChange) {
|
|
78
|
+
var _this = this;
|
|
79
|
+
if (this.isVue3) {
|
|
80
|
+
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
81
|
+
}
|
|
82
|
+
if (this.ej2Instances && this.ej2Instances._setProperties) {
|
|
83
|
+
this.ej2Instances._setProperties(prop, muteOnChange);
|
|
84
|
+
}
|
|
85
|
+
if (prop && this.models && this.models.length) {
|
|
86
|
+
Object.keys(prop).map(function (key) {
|
|
87
|
+
_this.models.map(function (model) {
|
|
88
|
+
if ((key === model) && !(/datasource/i.test(key))) {
|
|
89
|
+
if (_this.isVue3) {
|
|
90
|
+
_this.ej2Instances.vueInstance.$emit('update:' + key, prop[key]);
|
|
91
|
+
}
|
|
92
|
+
else {
|
|
93
|
+
_this.$emit('update:' + key, prop[key]);
|
|
94
|
+
_this.$emit('modelchanged', prop[key]);
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
});
|
|
98
|
+
});
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
trigger: function (eventName, eventProp, successHandler) {
|
|
102
|
+
if (!isExecute) {
|
|
103
|
+
this.models = !this.models ? this.ej2Instances.referModels : this.models;
|
|
104
|
+
}
|
|
105
|
+
if ((eventName === 'change' || eventName === 'input') && this.models && (this.models.length !== 0)) {
|
|
106
|
+
var key = this.models.toString().match(/checked|value/) || [];
|
|
107
|
+
var propKey = key[0];
|
|
108
|
+
if (eventProp && key && !isUndefined(eventProp[propKey])) {
|
|
109
|
+
if (!isExecute) {
|
|
110
|
+
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
|
|
111
|
+
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
112
|
+
this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
|
|
113
|
+
}
|
|
114
|
+
else {
|
|
115
|
+
if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {
|
|
116
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
117
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
else if ((eventName === 'actionBegin' && eventProp.requestType === 'dateNavigate') && this.models && (this.models.length !== 0)) {
|
|
123
|
+
var key = this.models.toString().match(/currentView|selectedDate/) || [];
|
|
124
|
+
var propKey = key[0];
|
|
125
|
+
if (eventProp && key && !isUndefined(eventProp[propKey])) {
|
|
126
|
+
if (!isExecute) {
|
|
127
|
+
this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
|
|
128
|
+
this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
|
|
129
|
+
}
|
|
130
|
+
else {
|
|
131
|
+
this.$emit('update:' + propKey, eventProp[propKey]);
|
|
132
|
+
this.$emit('modelchanged', eventProp[propKey]);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
if ((this.ej2Instances && this.ej2Instances._trigger)) {
|
|
137
|
+
this.ej2Instances._trigger(eventName, eventProp, successHandler);
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
custom: function () {
|
|
141
|
+
this.updated();
|
|
142
|
+
},
|
|
143
|
+
destroy: function () {
|
|
144
|
+
return this.ej2Instances.destroy();
|
|
145
|
+
},
|
|
146
|
+
startListening: function () {
|
|
147
|
+
return this.ej2Instances.startListening();
|
|
148
|
+
},
|
|
149
|
+
stopListening: function () {
|
|
150
|
+
return this.ej2Instances.stopListening();
|
|
151
|
+
},
|
|
152
|
+
}
|
|
153
|
+
});
|
|
154
|
+
export var SpeechToTextPlugin = {
|
|
155
|
+
name: 'ejs-speechtotext',
|
|
156
|
+
install: function (Vue) {
|
|
157
|
+
Vue.component(SpeechToTextPlugin.name, SpeechToTextComponent);
|
|
158
|
+
}
|
|
159
|
+
};
|
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