yxspeechrecognition 1.1.4 → 1.1.5
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
|
/***/ 211:
|
|
@@ -20,6 +30,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".message-wrapper[data-v-08153425]{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
|
/***/ 280:
|
|
@@ -1811,8 +1829,8 @@ var Messagevue_type_template_id_08153425_scoped_true_staticRenderFns = [];
|
|
|
1811
1829
|
|
|
1812
1830
|
;// ./package/SpeechRecognition/cpts/Message.vue?vue&type=template&id=08153425&scoped=true
|
|
1813
1831
|
|
|
1814
|
-
|
|
1815
|
-
var
|
|
1832
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
1833
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(274);
|
|
1816
1834
|
;// ./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
|
|
1817
1835
|
var __default__ = {
|
|
1818
1836
|
props: {
|
|
@@ -1856,7 +1874,7 @@ var __default__ = {
|
|
|
1856
1874
|
};
|
|
1857
1875
|
|
|
1858
1876
|
var __injectCSSVars__ = function __injectCSSVars__() {
|
|
1859
|
-
(0,
|
|
1877
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.useCssVars)(function (_vm, _setup) {
|
|
1860
1878
|
return {
|
|
1861
1879
|
"444b7b41": _vm.htmlFontSize
|
|
1862
1880
|
};
|
|
@@ -17017,7 +17035,7 @@ var SpeechRecognitionvue_type_script_lang_js_default_ = {
|
|
|
17017
17035
|
};
|
|
17018
17036
|
|
|
17019
17037
|
var SpeechRecognitionvue_type_script_lang_js_injectCSSVars_ = function __injectCSSVars__() {
|
|
17020
|
-
(0,
|
|
17038
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.useCssVars)(function (_vm, _setup) {
|
|
17021
17039
|
return {
|
|
17022
17040
|
"578fe822": _vm.htmlFontSize
|
|
17023
17041
|
};
|
|
@@ -17080,7 +17098,8 @@ var SpeechRecognition_component = normalizeComponent(
|
|
|
17080
17098
|
|
|
17081
17099
|
|
|
17082
17100
|
}();
|
|
17083
|
-
|
|
17101
|
+
/******/ return __webpack_exports__;
|
|
17084
17102
|
/******/ })()
|
|
17085
17103
|
;
|
|
17104
|
+
});
|
|
17086
17105
|
//# sourceMappingURL=YxSpeechRecognition.common.js.map
|