yxspeechrecognition 1.2.5 → 1.2.6
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.
|
@@ -1,4 +1,14 @@
|
|
|
1
|
-
|
|
1
|
+
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
|
+
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
+
module.exports = factory(require("vue"));
|
|
4
|
+
else if(typeof define === 'function' && define.amd)
|
|
5
|
+
define([], factory);
|
|
6
|
+
else {
|
|
7
|
+
var a = typeof exports === 'object' ? factory(require("vue")) : factory(root["Vue"]);
|
|
8
|
+
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
|
|
9
|
+
}
|
|
10
|
+
})(this, function(__WEBPACK_EXTERNAL_MODULE__274__) {
|
|
11
|
+
return /******/ (function() { // webpackBootstrap
|
|
2
12
|
/******/ var __webpack_modules__ = ({
|
|
3
13
|
|
|
4
14
|
/***/ 148:
|
|
@@ -20,6 +30,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".message-wrapper[data-v-68ada151]{disp
|
|
|
20
30
|
/* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
|
|
21
31
|
|
|
22
32
|
|
|
33
|
+
/***/ }),
|
|
34
|
+
|
|
35
|
+
/***/ 274:
|
|
36
|
+
/***/ (function(module) {
|
|
37
|
+
|
|
38
|
+
"use strict";
|
|
39
|
+
module.exports = __WEBPACK_EXTERNAL_MODULE__274__;
|
|
40
|
+
|
|
23
41
|
/***/ }),
|
|
24
42
|
|
|
25
43
|
/***/ 314:
|
|
@@ -1815,8 +1833,8 @@ var Messagevue_type_template_id_68ada151_scoped_true_staticRenderFns = [];
|
|
|
1815
1833
|
|
|
1816
1834
|
;// ./package/SpeechRecognition/cpts/Message.vue?vue&type=template&id=68ada151&scoped=true
|
|
1817
1835
|
|
|
1818
|
-
|
|
1819
|
-
var
|
|
1836
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
1837
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(274);
|
|
1820
1838
|
;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/SpeechRecognition/cpts/Message.vue?vue&type=script&lang=js
|
|
1821
1839
|
var __default__ = {
|
|
1822
1840
|
props: {
|
|
@@ -1860,7 +1878,7 @@ var __default__ = {
|
|
|
1860
1878
|
};
|
|
1861
1879
|
|
|
1862
1880
|
var __injectCSSVars__ = function __injectCSSVars__() {
|
|
1863
|
-
(0,
|
|
1881
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.useCssVars)(function (_vm, _setup) {
|
|
1864
1882
|
return {
|
|
1865
1883
|
"7a5ce8bc": _vm.htmlFontSize
|
|
1866
1884
|
};
|
|
@@ -17021,7 +17039,7 @@ var SpeechRecognitionvue_type_script_lang_js_default_ = {
|
|
|
17021
17039
|
};
|
|
17022
17040
|
|
|
17023
17041
|
var SpeechRecognitionvue_type_script_lang_js_injectCSSVars_ = function __injectCSSVars__() {
|
|
17024
|
-
(0,
|
|
17042
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.useCssVars)(function (_vm, _setup) {
|
|
17025
17043
|
return {
|
|
17026
17044
|
"09f8749e": _vm.htmlFontSize
|
|
17027
17045
|
};
|
|
@@ -17084,7 +17102,8 @@ var SpeechRecognition_component = normalizeComponent(
|
|
|
17084
17102
|
|
|
17085
17103
|
|
|
17086
17104
|
}();
|
|
17087
|
-
|
|
17105
|
+
/******/ return __webpack_exports__;
|
|
17088
17106
|
/******/ })()
|
|
17089
17107
|
;
|
|
17108
|
+
});
|
|
17090
17109
|
//# sourceMappingURL=YxSpeechRecognition.common.js.map
|