yxspeechrecognition 1.2.3 → 1.2.4
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
|
/***/ 135:
|
|
@@ -20,6 +30,14 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".message-wrapper[data-v-6a77b2d1]{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:
|
|
@@ -1819,8 +1837,8 @@ var Messagevue_type_template_id_6a77b2d1_scoped_true_staticRenderFns = [];
|
|
|
1819
1837
|
|
|
1820
1838
|
;// ./package/SpeechRecognition/cpts/Message.vue?vue&type=template&id=6a77b2d1&scoped=true
|
|
1821
1839
|
|
|
1822
|
-
|
|
1823
|
-
var
|
|
1840
|
+
// EXTERNAL MODULE: external {"commonjs":"vue","commonjs2":"vue","root":"Vue"}
|
|
1841
|
+
var external_commonjs_vue_commonjs2_vue_root_Vue_ = __webpack_require__(274);
|
|
1824
1842
|
;// ./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
|
|
1825
1843
|
var __default__ = {
|
|
1826
1844
|
props: {
|
|
@@ -1864,7 +1882,7 @@ var __default__ = {
|
|
|
1864
1882
|
};
|
|
1865
1883
|
|
|
1866
1884
|
var __injectCSSVars__ = function __injectCSSVars__() {
|
|
1867
|
-
(0,
|
|
1885
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.useCssVars)(function (_vm, _setup) {
|
|
1868
1886
|
return {
|
|
1869
1887
|
"0f153ece": _vm.htmlFontSize
|
|
1870
1888
|
};
|
|
@@ -17025,7 +17043,7 @@ var SpeechRecognitionvue_type_script_lang_js_default_ = {
|
|
|
17025
17043
|
};
|
|
17026
17044
|
|
|
17027
17045
|
var SpeechRecognitionvue_type_script_lang_js_injectCSSVars_ = function __injectCSSVars__() {
|
|
17028
|
-
(0,
|
|
17046
|
+
(0,external_commonjs_vue_commonjs2_vue_root_Vue_.useCssVars)(function (_vm, _setup) {
|
|
17029
17047
|
return {
|
|
17030
17048
|
"a5ac2a2c": _vm.htmlFontSize
|
|
17031
17049
|
};
|
|
@@ -17088,7 +17106,8 @@ var SpeechRecognition_component = normalizeComponent(
|
|
|
17088
17106
|
|
|
17089
17107
|
|
|
17090
17108
|
}();
|
|
17091
|
-
|
|
17109
|
+
/******/ return __webpack_exports__;
|
|
17092
17110
|
/******/ })()
|
|
17093
17111
|
;
|
|
17112
|
+
});
|
|
17094
17113
|
//# sourceMappingURL=YxSpeechRecognition.common.js.map
|