cms-chenhj-ui 1.0.42 → 1.0.44
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/cms-chenhj-ui.common.js +353 -49
- package/cms-chenhj-ui.common.js.map +1 -1
- package/cms-chenhj-ui.css +1 -1
- package/cms-chenhj-ui.umd.js +353 -49
- package/cms-chenhj-ui.umd.js.map +1 -1
- package/cms-chenhj-ui.umd.min.js +3 -3
- package/cms-chenhj-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
package/cms-chenhj-ui.umd.js
CHANGED
|
@@ -812,8 +812,8 @@ var render = function render() {
|
|
|
812
812
|
};
|
|
813
813
|
var staticRenderFns = [];
|
|
814
814
|
|
|
815
|
-
// EXTERNAL MODULE: ./src/utils/request.js +
|
|
816
|
-
var utils_request = __webpack_require__(
|
|
815
|
+
// EXTERNAL MODULE: ./src/utils/request.js + 3 modules
|
|
816
|
+
var utils_request = __webpack_require__(2697);
|
|
817
817
|
;// CONCATENATED MODULE: ./src/api/servePlan.js
|
|
818
818
|
|
|
819
819
|
|
|
@@ -6872,7 +6872,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
6872
6872
|
|
|
6873
6873
|
/***/ }),
|
|
6874
6874
|
|
|
6875
|
-
/***/
|
|
6875
|
+
/***/ 4996:
|
|
6876
6876
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
6877
6877
|
|
|
6878
6878
|
"use strict";
|
|
@@ -6884,7 +6884,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
6884
6884
|
"default": function() { return /* binding */ View; }
|
|
6885
6885
|
});
|
|
6886
6886
|
|
|
6887
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=template&id=
|
|
6887
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=template&id=b325194a&scoped=true
|
|
6888
6888
|
var render = function render() {
|
|
6889
6889
|
var _vm = this,
|
|
6890
6890
|
_c = _vm._self._c;
|
|
@@ -7073,9 +7073,9 @@ var es_array_push = __webpack_require__(560);
|
|
|
7073
7073
|
getCmhkChannelMx() {
|
|
7074
7074
|
const host = window.location.host;
|
|
7075
7075
|
const wwwHostList = ["www.hk.chinamobile.com", "www-uat.hk.chinamobile.com", "localhost:9640", "localhost:9700", "localhost:9701"];
|
|
7076
|
-
if (({"NODE_ENV":"production","VUE_APP_CONSOLE_PRD":"
|
|
7077
|
-
wwwHostList.push(
|
|
7078
|
-
wwwHostList.push(
|
|
7076
|
+
if (({"NODE_ENV":"production","VUE_APP_CONSOLE_PRD":"aHR0cDovLzEwLjAuMjguMjI6OTcwMA==","VUE_APP_CONSOLE_UAT":"aHR0cDovLzEwLjAuMjguMjU6OTcwMA==","VUE_APP_NUXT_DEV":"aHR0cDovLzEwLjAuMjguNjA6OTY0MA==","VUE_APP_NUXT_PRD1":"https://www.hk.chinamobile.com","VUE_APP_NUXT_PRD2":"https://omniapi.hk.chinamobile.com","VUE_APP_NUXT_PRD3":"aHR0cDovLzEwLjAuMjguMjI6NzgyMg==","VUE_APP_NUXT_UAT1":"aHR0cDovLzEwLjAuMjguMTYx","VUE_APP_NUXT_UAT1_NOHTTP":"MTAuMC4yOC4xNjE=","VUE_APP_NUXT_UAT2":"https://www-uat.hk.chinamobile.com","VUE_APP_NUXT_UAT2_NOHTTP":"MTAuMC4yOC4xNzo5NjAy","VUE_APP_NUXT_UAT3":"https://omniapi-uat.hk.chinamobile.com","VUE_APP_SCHEMA_PRD":"aHR0cDovLzEwLjAuMjguMjI6OTcwNA==","VUE_APP_SCHEMA_UAT":"aHR0cDovLzEwLjAuMjguMjU6OTcwNA==","BASE_URL":"/"}).MODE == "devlopment") {
|
|
7077
|
+
wwwHostList.push(this.$Base64.decode("MTAuMC4yOC4xNjE="));
|
|
7078
|
+
wwwHostList.push(this.$Base64.decode("MTAuMC4yOC4xNzo5NjAy"));
|
|
7079
7079
|
}
|
|
7080
7080
|
if (wwwHostList.includes(host)) {
|
|
7081
7081
|
return "WWW";
|
|
@@ -7105,10 +7105,10 @@ var es_array_push = __webpack_require__(560);
|
|
|
7105
7105
|
});
|
|
7106
7106
|
;// CONCATENATED MODULE: ./package/cms-servePlan-tab/View.vue?vue&type=script&lang=js
|
|
7107
7107
|
/* harmony default export */ var cms_servePlan_tab_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
7108
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=
|
|
7108
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=b325194a&prod&lang=scss&scoped=true
|
|
7109
7109
|
// extracted by mini-css-extract-plugin
|
|
7110
7110
|
|
|
7111
|
-
;// CONCATENATED MODULE: ./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=
|
|
7111
|
+
;// CONCATENATED MODULE: ./package/cms-servePlan-tab/View.vue?vue&type=style&index=0&id=b325194a&prod&lang=scss&scoped=true
|
|
7112
7112
|
|
|
7113
7113
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
7114
7114
|
var componentNormalizer = __webpack_require__(1001);
|
|
@@ -7127,7 +7127,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
7127
7127
|
staticRenderFns,
|
|
7128
7128
|
false,
|
|
7129
7129
|
null,
|
|
7130
|
-
"
|
|
7130
|
+
"b325194a",
|
|
7131
7131
|
null
|
|
7132
7132
|
|
|
7133
7133
|
)
|
|
@@ -8719,7 +8719,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
8719
8719
|
|
|
8720
8720
|
/***/ }),
|
|
8721
8721
|
|
|
8722
|
-
/***/
|
|
8722
|
+
/***/ 3522:
|
|
8723
8723
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
8724
8724
|
|
|
8725
8725
|
"use strict";
|
|
@@ -8731,7 +8731,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
8731
8731
|
"default": function() { return /* binding */ View; }
|
|
8732
8732
|
});
|
|
8733
8733
|
|
|
8734
|
-
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=template&id=
|
|
8734
|
+
;// CONCATENATED MODULE: ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-85.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=template&id=4712f4a3&scoped=true
|
|
8735
8735
|
var render = function render() {
|
|
8736
8736
|
var _vm = this,
|
|
8737
8737
|
_c = _vm._self._c;
|
|
@@ -8916,9 +8916,9 @@ var es_array_push = __webpack_require__(560);
|
|
|
8916
8916
|
getCmhkChannelMx() {
|
|
8917
8917
|
const host = window.location.host;
|
|
8918
8918
|
const wwwHostList = ["www.hk.chinamobile.com", "www-uat.hk.chinamobile.com", "localhost:9640", "localhost:9700", "localhost:9701"];
|
|
8919
|
-
if (({"NODE_ENV":"production","VUE_APP_CONSOLE_PRD":"
|
|
8920
|
-
wwwHostList.push(
|
|
8921
|
-
wwwHostList.push(
|
|
8919
|
+
if (({"NODE_ENV":"production","VUE_APP_CONSOLE_PRD":"aHR0cDovLzEwLjAuMjguMjI6OTcwMA==","VUE_APP_CONSOLE_UAT":"aHR0cDovLzEwLjAuMjguMjU6OTcwMA==","VUE_APP_NUXT_DEV":"aHR0cDovLzEwLjAuMjguNjA6OTY0MA==","VUE_APP_NUXT_PRD1":"https://www.hk.chinamobile.com","VUE_APP_NUXT_PRD2":"https://omniapi.hk.chinamobile.com","VUE_APP_NUXT_PRD3":"aHR0cDovLzEwLjAuMjguMjI6NzgyMg==","VUE_APP_NUXT_UAT1":"aHR0cDovLzEwLjAuMjguMTYx","VUE_APP_NUXT_UAT1_NOHTTP":"MTAuMC4yOC4xNjE=","VUE_APP_NUXT_UAT2":"https://www-uat.hk.chinamobile.com","VUE_APP_NUXT_UAT2_NOHTTP":"MTAuMC4yOC4xNzo5NjAy","VUE_APP_NUXT_UAT3":"https://omniapi-uat.hk.chinamobile.com","VUE_APP_SCHEMA_PRD":"aHR0cDovLzEwLjAuMjguMjI6OTcwNA==","VUE_APP_SCHEMA_UAT":"aHR0cDovLzEwLjAuMjguMjU6OTcwNA==","BASE_URL":"/"}).MODE == "devlopment") {
|
|
8920
|
+
wwwHostList.push(this.$Base64.decode("MTAuMC4yOC4xNjE="));
|
|
8921
|
+
wwwHostList.push(this.$Base64.decode("MTAuMC4yOC4xNzo5NjAy"));
|
|
8922
8922
|
}
|
|
8923
8923
|
if (wwwHostList.includes(host)) {
|
|
8924
8924
|
return "WWW";
|
|
@@ -8948,10 +8948,10 @@ var es_array_push = __webpack_require__(560);
|
|
|
8948
8948
|
});
|
|
8949
8949
|
;// CONCATENATED MODULE: ./package/cms-via-storedValueCard/View.vue?vue&type=script&lang=js
|
|
8950
8950
|
/* harmony default export */ var cms_via_storedValueCard_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
|
|
8951
|
-
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=style&index=0&id=
|
|
8951
|
+
;// CONCATENATED MODULE: ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-67.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-67.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-67.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-67.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-42.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-via-storedValueCard/View.vue?vue&type=style&index=0&id=4712f4a3&prod&lang=scss&scoped=true
|
|
8952
8952
|
// extracted by mini-css-extract-plugin
|
|
8953
8953
|
|
|
8954
|
-
;// CONCATENATED MODULE: ./package/cms-via-storedValueCard/View.vue?vue&type=style&index=0&id=
|
|
8954
|
+
;// CONCATENATED MODULE: ./package/cms-via-storedValueCard/View.vue?vue&type=style&index=0&id=4712f4a3&prod&lang=scss&scoped=true
|
|
8955
8955
|
|
|
8956
8956
|
// EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
|
|
8957
8957
|
var componentNormalizer = __webpack_require__(1001);
|
|
@@ -8970,7 +8970,7 @@ var component = (0,componentNormalizer/* default */.Z)(
|
|
|
8970
8970
|
staticRenderFns,
|
|
8971
8971
|
false,
|
|
8972
8972
|
null,
|
|
8973
|
-
"
|
|
8973
|
+
"4712f4a3",
|
|
8974
8974
|
null
|
|
8975
8975
|
|
|
8976
8976
|
)
|
|
@@ -11029,7 +11029,7 @@ module.exports = {
|
|
|
11029
11029
|
/* harmony export */ vO: function() { return /* binding */ queryMenuList; }
|
|
11030
11030
|
/* harmony export */ });
|
|
11031
11031
|
/* unused harmony exports saveInstance, queryInstanceConfig, queryCategoryInfo, queryCommodityList, uploadImage, uploadVideo */
|
|
11032
|
-
/* harmony import */ var _utils_request__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(
|
|
11032
|
+
/* harmony import */ var _utils_request__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2697);
|
|
11033
11033
|
|
|
11034
11034
|
|
|
11035
11035
|
// 页面配置保存接口
|
|
@@ -11558,7 +11558,7 @@ function decodeJumpUrl(jumpUrl, $router) {
|
|
|
11558
11558
|
toJumpUrl(jumpUrl);
|
|
11559
11559
|
return;
|
|
11560
11560
|
}
|
|
11561
|
-
if (!(/^https:\/\/www.hk.chinamobile.com/i.test(jumpUrl) || /^http:\/\/www.hk.chinamobile.com/i.test(jumpUrl)
|
|
11561
|
+
if (!(/^https:\/\/www.hk.chinamobile.com/i.test(jumpUrl) || /^http:\/\/www.hk.chinamobile.com/i.test(jumpUrl))) {
|
|
11562
11562
|
toJumpUrl(jumpUrl);
|
|
11563
11563
|
return;
|
|
11564
11564
|
}
|
|
@@ -11584,7 +11584,7 @@ function decodeJumpUrl(jumpUrl, $router) {
|
|
|
11584
11584
|
|
|
11585
11585
|
/***/ }),
|
|
11586
11586
|
|
|
11587
|
-
/***/
|
|
11587
|
+
/***/ 2697:
|
|
11588
11588
|
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
|
|
11589
11589
|
|
|
11590
11590
|
"use strict";
|
|
@@ -11594,6 +11594,291 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
11594
11594
|
Z: function() { return /* binding */ request; }
|
|
11595
11595
|
});
|
|
11596
11596
|
|
|
11597
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.typed-array.to-reversed.js
|
|
11598
|
+
var es_typed_array_to_reversed = __webpack_require__(4224);
|
|
11599
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.typed-array.to-sorted.js
|
|
11600
|
+
var es_typed_array_to_sorted = __webpack_require__(1121);
|
|
11601
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.typed-array.with.js
|
|
11602
|
+
var es_typed_array_with = __webpack_require__(7133);
|
|
11603
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-exception.stack.js
|
|
11604
|
+
var web_dom_exception_stack = __webpack_require__(3429);
|
|
11605
|
+
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
11606
|
+
var es_array_push = __webpack_require__(560);
|
|
11607
|
+
;// CONCATENATED MODULE: ./node_modules/js-base64/base64.mjs
|
|
11608
|
+
|
|
11609
|
+
|
|
11610
|
+
|
|
11611
|
+
|
|
11612
|
+
|
|
11613
|
+
/**
|
|
11614
|
+
* base64.ts
|
|
11615
|
+
*
|
|
11616
|
+
* Licensed under the BSD 3-Clause License.
|
|
11617
|
+
* http://opensource.org/licenses/BSD-3-Clause
|
|
11618
|
+
*
|
|
11619
|
+
* References:
|
|
11620
|
+
* http://en.wikipedia.org/wiki/Base64
|
|
11621
|
+
*
|
|
11622
|
+
* @author Dan Kogai (https://github.com/dankogai)
|
|
11623
|
+
*/
|
|
11624
|
+
const version = '3.7.7';
|
|
11625
|
+
/**
|
|
11626
|
+
* @deprecated use lowercase `version`.
|
|
11627
|
+
*/
|
|
11628
|
+
const VERSION = version;
|
|
11629
|
+
const _hasBuffer = typeof Buffer === 'function';
|
|
11630
|
+
const _TD = typeof TextDecoder === 'function' ? new TextDecoder() : undefined;
|
|
11631
|
+
const _TE = typeof TextEncoder === 'function' ? new TextEncoder() : undefined;
|
|
11632
|
+
const b64ch = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
|
|
11633
|
+
const b64chs = Array.prototype.slice.call(b64ch);
|
|
11634
|
+
const b64tab = (a => {
|
|
11635
|
+
let tab = {};
|
|
11636
|
+
a.forEach((c, i) => tab[c] = i);
|
|
11637
|
+
return tab;
|
|
11638
|
+
})(b64chs);
|
|
11639
|
+
const b64re = /^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/;
|
|
11640
|
+
const _fromCC = String.fromCharCode.bind(String);
|
|
11641
|
+
const _U8Afrom = typeof Uint8Array.from === 'function' ? Uint8Array.from.bind(Uint8Array) : it => new Uint8Array(Array.prototype.slice.call(it, 0));
|
|
11642
|
+
const _mkUriSafe = src => src.replace(/=/g, '').replace(/[+\/]/g, m0 => m0 == '+' ? '-' : '_');
|
|
11643
|
+
const _tidyB64 = s => s.replace(/[^A-Za-z0-9\+\/]/g, '');
|
|
11644
|
+
/**
|
|
11645
|
+
* polyfill version of `btoa`
|
|
11646
|
+
*/
|
|
11647
|
+
const btoaPolyfill = bin => {
|
|
11648
|
+
// console.log('polyfilled');
|
|
11649
|
+
let u32,
|
|
11650
|
+
c0,
|
|
11651
|
+
c1,
|
|
11652
|
+
c2,
|
|
11653
|
+
asc = '';
|
|
11654
|
+
const pad = bin.length % 3;
|
|
11655
|
+
for (let i = 0; i < bin.length;) {
|
|
11656
|
+
if ((c0 = bin.charCodeAt(i++)) > 255 || (c1 = bin.charCodeAt(i++)) > 255 || (c2 = bin.charCodeAt(i++)) > 255) throw new TypeError('invalid character found');
|
|
11657
|
+
u32 = c0 << 16 | c1 << 8 | c2;
|
|
11658
|
+
asc += b64chs[u32 >> 18 & 63] + b64chs[u32 >> 12 & 63] + b64chs[u32 >> 6 & 63] + b64chs[u32 & 63];
|
|
11659
|
+
}
|
|
11660
|
+
return pad ? asc.slice(0, pad - 3) + "===".substring(pad) : asc;
|
|
11661
|
+
};
|
|
11662
|
+
/**
|
|
11663
|
+
* does what `window.btoa` of web browsers do.
|
|
11664
|
+
* @param {String} bin binary string
|
|
11665
|
+
* @returns {string} Base64-encoded string
|
|
11666
|
+
*/
|
|
11667
|
+
const _btoa = typeof btoa === 'function' ? bin => btoa(bin) : _hasBuffer ? bin => Buffer.from(bin, 'binary').toString('base64') : btoaPolyfill;
|
|
11668
|
+
const _fromUint8Array = _hasBuffer ? u8a => Buffer.from(u8a).toString('base64') : u8a => {
|
|
11669
|
+
// cf. https://stackoverflow.com/questions/12710001/how-to-convert-uint8-array-to-base64-encoded-string/12713326#12713326
|
|
11670
|
+
const maxargs = 0x1000;
|
|
11671
|
+
let strs = [];
|
|
11672
|
+
for (let i = 0, l = u8a.length; i < l; i += maxargs) {
|
|
11673
|
+
strs.push(_fromCC.apply(null, u8a.subarray(i, i + maxargs)));
|
|
11674
|
+
}
|
|
11675
|
+
return _btoa(strs.join(''));
|
|
11676
|
+
};
|
|
11677
|
+
/**
|
|
11678
|
+
* converts a Uint8Array to a Base64 string.
|
|
11679
|
+
* @param {boolean} [urlsafe] URL-and-filename-safe a la RFC4648 §5
|
|
11680
|
+
* @returns {string} Base64 string
|
|
11681
|
+
*/
|
|
11682
|
+
const fromUint8Array = (u8a, urlsafe = false) => urlsafe ? _mkUriSafe(_fromUint8Array(u8a)) : _fromUint8Array(u8a);
|
|
11683
|
+
// This trick is found broken https://github.com/dankogai/js-base64/issues/130
|
|
11684
|
+
// const utob = (src: string) => unescape(encodeURIComponent(src));
|
|
11685
|
+
// reverting good old fationed regexp
|
|
11686
|
+
const cb_utob = c => {
|
|
11687
|
+
if (c.length < 2) {
|
|
11688
|
+
var cc = c.charCodeAt(0);
|
|
11689
|
+
return cc < 0x80 ? c : cc < 0x800 ? _fromCC(0xc0 | cc >>> 6) + _fromCC(0x80 | cc & 0x3f) : _fromCC(0xe0 | cc >>> 12 & 0x0f) + _fromCC(0x80 | cc >>> 6 & 0x3f) + _fromCC(0x80 | cc & 0x3f);
|
|
11690
|
+
} else {
|
|
11691
|
+
var cc = 0x10000 + (c.charCodeAt(0) - 0xD800) * 0x400 + (c.charCodeAt(1) - 0xDC00);
|
|
11692
|
+
return _fromCC(0xf0 | cc >>> 18 & 0x07) + _fromCC(0x80 | cc >>> 12 & 0x3f) + _fromCC(0x80 | cc >>> 6 & 0x3f) + _fromCC(0x80 | cc & 0x3f);
|
|
11693
|
+
}
|
|
11694
|
+
};
|
|
11695
|
+
const re_utob = /[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g;
|
|
11696
|
+
/**
|
|
11697
|
+
* @deprecated should have been internal use only.
|
|
11698
|
+
* @param {string} src UTF-8 string
|
|
11699
|
+
* @returns {string} UTF-16 string
|
|
11700
|
+
*/
|
|
11701
|
+
const utob = u => u.replace(re_utob, cb_utob);
|
|
11702
|
+
//
|
|
11703
|
+
const _encode = _hasBuffer ? s => Buffer.from(s, 'utf8').toString('base64') : _TE ? s => _fromUint8Array(_TE.encode(s)) : s => _btoa(utob(s));
|
|
11704
|
+
/**
|
|
11705
|
+
* converts a UTF-8-encoded string to a Base64 string.
|
|
11706
|
+
* @param {boolean} [urlsafe] if `true` make the result URL-safe
|
|
11707
|
+
* @returns {string} Base64 string
|
|
11708
|
+
*/
|
|
11709
|
+
const encode = (src, urlsafe = false) => urlsafe ? _mkUriSafe(_encode(src)) : _encode(src);
|
|
11710
|
+
/**
|
|
11711
|
+
* converts a UTF-8-encoded string to URL-safe Base64 RFC4648 §5.
|
|
11712
|
+
* @returns {string} Base64 string
|
|
11713
|
+
*/
|
|
11714
|
+
const base64_encodeURI = src => encode(src, true);
|
|
11715
|
+
// This trick is found broken https://github.com/dankogai/js-base64/issues/130
|
|
11716
|
+
// const btou = (src: string) => decodeURIComponent(escape(src));
|
|
11717
|
+
// reverting good old fationed regexp
|
|
11718
|
+
const re_btou = /[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g;
|
|
11719
|
+
const cb_btou = cccc => {
|
|
11720
|
+
switch (cccc.length) {
|
|
11721
|
+
case 4:
|
|
11722
|
+
var cp = (0x07 & cccc.charCodeAt(0)) << 18 | (0x3f & cccc.charCodeAt(1)) << 12 | (0x3f & cccc.charCodeAt(2)) << 6 | 0x3f & cccc.charCodeAt(3),
|
|
11723
|
+
offset = cp - 0x10000;
|
|
11724
|
+
return _fromCC((offset >>> 10) + 0xD800) + _fromCC((offset & 0x3FF) + 0xDC00);
|
|
11725
|
+
case 3:
|
|
11726
|
+
return _fromCC((0x0f & cccc.charCodeAt(0)) << 12 | (0x3f & cccc.charCodeAt(1)) << 6 | 0x3f & cccc.charCodeAt(2));
|
|
11727
|
+
default:
|
|
11728
|
+
return _fromCC((0x1f & cccc.charCodeAt(0)) << 6 | 0x3f & cccc.charCodeAt(1));
|
|
11729
|
+
}
|
|
11730
|
+
};
|
|
11731
|
+
/**
|
|
11732
|
+
* @deprecated should have been internal use only.
|
|
11733
|
+
* @param {string} src UTF-16 string
|
|
11734
|
+
* @returns {string} UTF-8 string
|
|
11735
|
+
*/
|
|
11736
|
+
const btou = b => b.replace(re_btou, cb_btou);
|
|
11737
|
+
/**
|
|
11738
|
+
* polyfill version of `atob`
|
|
11739
|
+
*/
|
|
11740
|
+
const atobPolyfill = asc => {
|
|
11741
|
+
// console.log('polyfilled');
|
|
11742
|
+
asc = asc.replace(/\s+/g, '');
|
|
11743
|
+
if (!b64re.test(asc)) throw new TypeError('malformed base64.');
|
|
11744
|
+
asc += '=='.slice(2 - (asc.length & 3));
|
|
11745
|
+
let u24,
|
|
11746
|
+
bin = '',
|
|
11747
|
+
r1,
|
|
11748
|
+
r2;
|
|
11749
|
+
for (let i = 0; i < asc.length;) {
|
|
11750
|
+
u24 = b64tab[asc.charAt(i++)] << 18 | b64tab[asc.charAt(i++)] << 12 | (r1 = b64tab[asc.charAt(i++)]) << 6 | (r2 = b64tab[asc.charAt(i++)]);
|
|
11751
|
+
bin += r1 === 64 ? _fromCC(u24 >> 16 & 255) : r2 === 64 ? _fromCC(u24 >> 16 & 255, u24 >> 8 & 255) : _fromCC(u24 >> 16 & 255, u24 >> 8 & 255, u24 & 255);
|
|
11752
|
+
}
|
|
11753
|
+
return bin;
|
|
11754
|
+
};
|
|
11755
|
+
/**
|
|
11756
|
+
* does what `window.atob` of web browsers do.
|
|
11757
|
+
* @param {String} asc Base64-encoded string
|
|
11758
|
+
* @returns {string} binary string
|
|
11759
|
+
*/
|
|
11760
|
+
const _atob = typeof atob === 'function' ? asc => atob(_tidyB64(asc)) : _hasBuffer ? asc => Buffer.from(asc, 'base64').toString('binary') : atobPolyfill;
|
|
11761
|
+
//
|
|
11762
|
+
const _toUint8Array = _hasBuffer ? a => _U8Afrom(Buffer.from(a, 'base64')) : a => _U8Afrom(_atob(a).split('').map(c => c.charCodeAt(0)));
|
|
11763
|
+
/**
|
|
11764
|
+
* converts a Base64 string to a Uint8Array.
|
|
11765
|
+
*/
|
|
11766
|
+
const toUint8Array = a => _toUint8Array(_unURI(a));
|
|
11767
|
+
//
|
|
11768
|
+
const _decode = _hasBuffer ? a => Buffer.from(a, 'base64').toString('utf8') : _TD ? a => _TD.decode(_toUint8Array(a)) : a => btou(_atob(a));
|
|
11769
|
+
const _unURI = a => _tidyB64(a.replace(/[-_]/g, m0 => m0 == '-' ? '+' : '/'));
|
|
11770
|
+
/**
|
|
11771
|
+
* converts a Base64 string to a UTF-8 string.
|
|
11772
|
+
* @param {String} src Base64 string. Both normal and URL-safe are supported
|
|
11773
|
+
* @returns {string} UTF-8 string
|
|
11774
|
+
*/
|
|
11775
|
+
const decode = src => _decode(_unURI(src));
|
|
11776
|
+
/**
|
|
11777
|
+
* check if a value is a valid Base64 string
|
|
11778
|
+
* @param {String} src a value to check
|
|
11779
|
+
*/
|
|
11780
|
+
const isValid = src => {
|
|
11781
|
+
if (typeof src !== 'string') return false;
|
|
11782
|
+
const s = src.replace(/\s+/g, '').replace(/={0,2}$/, '');
|
|
11783
|
+
return !/[^\s0-9a-zA-Z\+/]/.test(s) || !/[^\s0-9a-zA-Z\-_]/.test(s);
|
|
11784
|
+
};
|
|
11785
|
+
//
|
|
11786
|
+
const _noEnum = v => {
|
|
11787
|
+
return {
|
|
11788
|
+
value: v,
|
|
11789
|
+
enumerable: false,
|
|
11790
|
+
writable: true,
|
|
11791
|
+
configurable: true
|
|
11792
|
+
};
|
|
11793
|
+
};
|
|
11794
|
+
/**
|
|
11795
|
+
* extend String.prototype with relevant methods
|
|
11796
|
+
*/
|
|
11797
|
+
const extendString = function () {
|
|
11798
|
+
const _add = (name, body) => Object.defineProperty(String.prototype, name, _noEnum(body));
|
|
11799
|
+
_add('fromBase64', function () {
|
|
11800
|
+
return decode(this);
|
|
11801
|
+
});
|
|
11802
|
+
_add('toBase64', function (urlsafe) {
|
|
11803
|
+
return encode(this, urlsafe);
|
|
11804
|
+
});
|
|
11805
|
+
_add('toBase64URI', function () {
|
|
11806
|
+
return encode(this, true);
|
|
11807
|
+
});
|
|
11808
|
+
_add('toBase64URL', function () {
|
|
11809
|
+
return encode(this, true);
|
|
11810
|
+
});
|
|
11811
|
+
_add('toUint8Array', function () {
|
|
11812
|
+
return toUint8Array(this);
|
|
11813
|
+
});
|
|
11814
|
+
};
|
|
11815
|
+
/**
|
|
11816
|
+
* extend Uint8Array.prototype with relevant methods
|
|
11817
|
+
*/
|
|
11818
|
+
const extendUint8Array = function () {
|
|
11819
|
+
const _add = (name, body) => Object.defineProperty(Uint8Array.prototype, name, _noEnum(body));
|
|
11820
|
+
_add('toBase64', function (urlsafe) {
|
|
11821
|
+
return fromUint8Array(this, urlsafe);
|
|
11822
|
+
});
|
|
11823
|
+
_add('toBase64URI', function () {
|
|
11824
|
+
return fromUint8Array(this, true);
|
|
11825
|
+
});
|
|
11826
|
+
_add('toBase64URL', function () {
|
|
11827
|
+
return fromUint8Array(this, true);
|
|
11828
|
+
});
|
|
11829
|
+
};
|
|
11830
|
+
/**
|
|
11831
|
+
* extend Builtin prototypes with relevant methods
|
|
11832
|
+
*/
|
|
11833
|
+
const extendBuiltins = () => {
|
|
11834
|
+
extendString();
|
|
11835
|
+
extendUint8Array();
|
|
11836
|
+
};
|
|
11837
|
+
const gBase64 = {
|
|
11838
|
+
version: version,
|
|
11839
|
+
VERSION: VERSION,
|
|
11840
|
+
atob: _atob,
|
|
11841
|
+
atobPolyfill: atobPolyfill,
|
|
11842
|
+
btoa: _btoa,
|
|
11843
|
+
btoaPolyfill: btoaPolyfill,
|
|
11844
|
+
fromBase64: decode,
|
|
11845
|
+
toBase64: encode,
|
|
11846
|
+
encode: encode,
|
|
11847
|
+
encodeURI: base64_encodeURI,
|
|
11848
|
+
encodeURL: base64_encodeURI,
|
|
11849
|
+
utob: utob,
|
|
11850
|
+
btou: btou,
|
|
11851
|
+
decode: decode,
|
|
11852
|
+
isValid: isValid,
|
|
11853
|
+
fromUint8Array: fromUint8Array,
|
|
11854
|
+
toUint8Array: toUint8Array,
|
|
11855
|
+
extendString: extendString,
|
|
11856
|
+
extendUint8Array: extendUint8Array,
|
|
11857
|
+
extendBuiltins: extendBuiltins
|
|
11858
|
+
};
|
|
11859
|
+
// makecjs:CUT //
|
|
11860
|
+
|
|
11861
|
+
|
|
11862
|
+
|
|
11863
|
+
|
|
11864
|
+
|
|
11865
|
+
|
|
11866
|
+
|
|
11867
|
+
|
|
11868
|
+
|
|
11869
|
+
|
|
11870
|
+
|
|
11871
|
+
|
|
11872
|
+
|
|
11873
|
+
|
|
11874
|
+
|
|
11875
|
+
|
|
11876
|
+
|
|
11877
|
+
|
|
11878
|
+
|
|
11879
|
+
|
|
11880
|
+
// and finally,
|
|
11881
|
+
|
|
11597
11882
|
// EXTERNAL MODULE: ./node_modules/axios/index.js
|
|
11598
11883
|
var axios = __webpack_require__(3053);
|
|
11599
11884
|
var axios_default = /*#__PURE__*/__webpack_require__.n(axios);
|
|
@@ -11602,8 +11887,6 @@ var md5 = __webpack_require__(283);
|
|
|
11602
11887
|
var md5_default = /*#__PURE__*/__webpack_require__.n(md5);
|
|
11603
11888
|
// EXTERNAL MODULE: ./node_modules/vue/dist/vue.runtime.esm.js
|
|
11604
11889
|
var vue_runtime_esm = __webpack_require__(1784);
|
|
11605
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
11606
|
-
var es_array_push = __webpack_require__(560);
|
|
11607
11890
|
;// CONCATENATED MODULE: ./node_modules/vue-i18n/dist/vue-i18n.esm.js
|
|
11608
11891
|
|
|
11609
11892
|
/*!
|
|
@@ -13718,6 +14001,7 @@ const i18n = new vue_i18n_esm({
|
|
|
13718
14001
|
|
|
13719
14002
|
|
|
13720
14003
|
|
|
14004
|
+
|
|
13721
14005
|
const service = axios_default().create({
|
|
13722
14006
|
baseURL: "",
|
|
13723
14007
|
// /apitest
|
|
@@ -13740,9 +14024,9 @@ service.interceptors.request.use(config => {
|
|
|
13740
14024
|
if (config.url.includes("/ecosp-console")) {
|
|
13741
14025
|
if (false) {} else {
|
|
13742
14026
|
if (env_prod) {
|
|
13743
|
-
config.url =
|
|
14027
|
+
config.url = gBase64.decode("aHR0cDovLzEwLjAuMjguMjI6OTcwMA==") + config.url;
|
|
13744
14028
|
} else {
|
|
13745
|
-
config.url =
|
|
14029
|
+
config.url = gBase64.decode("aHR0cDovLzEwLjAuMjguMjU6OTcwMA==") + config.url;
|
|
13746
14030
|
}
|
|
13747
14031
|
}
|
|
13748
14032
|
console.log("process.env.NODE_ENV", "production", config.url);
|
|
@@ -13754,7 +14038,7 @@ service.interceptors.request.use(config => {
|
|
|
13754
14038
|
};
|
|
13755
14039
|
}
|
|
13756
14040
|
}
|
|
13757
|
-
const urlList = [
|
|
14041
|
+
const urlList = [gBase64.decode("aHR0cDovLzEwLjAuMjguNjA6OTY0MA=="), gBase64.decode("aHR0cDovLzEwLjAuMjguMTYx"), gBase64.decode("https://www-uat.hk.chinamobile.com"), gBase64.decode("https://www.hk.chinamobile.com")];
|
|
13758
14042
|
if (config.url.includes("/api/")) {
|
|
13759
14043
|
if (true) {
|
|
13760
14044
|
if (urlList.some(item => item == window.location.origin)) {
|
|
@@ -13763,7 +14047,7 @@ service.interceptors.request.use(config => {
|
|
|
13763
14047
|
if (env_prod) {
|
|
13764
14048
|
config.url = "https://omniapi.hk.chinamobile.com" + config.url;
|
|
13765
14049
|
} else {
|
|
13766
|
-
config.url = "
|
|
14050
|
+
config.url = "aHR0cDovLzEwLjAuMjguNjA6OTY0MA==" + config.url;
|
|
13767
14051
|
}
|
|
13768
14052
|
}
|
|
13769
14053
|
if (window.location.origin == "https://omniapi.hk.chinamobile.com") {
|
|
@@ -13775,9 +14059,10 @@ service.interceptors.request.use(config => {
|
|
|
13775
14059
|
if (config.url.includes("omni-channel-service-console")) {
|
|
13776
14060
|
if (false) {} else {
|
|
13777
14061
|
if (env_prod) {
|
|
13778
|
-
config.url =
|
|
14062
|
+
config.url = gBase64.decode("aHR0cDovLzEwLjAuMjguMjI6OTcwNA==");
|
|
14063
|
+
+config.url;
|
|
13779
14064
|
} else {
|
|
13780
|
-
config.url =
|
|
14065
|
+
config.url = gBase64.decode("aHR0cDovLzEwLjAuMjguMjU6OTcwNA==") + config.url;
|
|
13781
14066
|
}
|
|
13782
14067
|
}
|
|
13783
14068
|
}
|
|
@@ -37512,7 +37797,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
37512
37797
|
|
|
37513
37798
|
|
|
37514
37799
|
/*!
|
|
37515
|
-
* Vue.js v2.7.
|
|
37800
|
+
* Vue.js v2.7.16
|
|
37516
37801
|
* (c) 2014-2023 Evan You
|
|
37517
37802
|
* Released under the MIT License.
|
|
37518
37803
|
*/
|
|
@@ -37582,7 +37867,14 @@ function isPromise(val) {
|
|
|
37582
37867
|
* Convert a value to a string that is actually rendered.
|
|
37583
37868
|
*/
|
|
37584
37869
|
function toString(val) {
|
|
37585
|
-
return val == null ? '' : Array.isArray(val) || isPlainObject(val) && val.toString === _toString ? JSON.stringify(val,
|
|
37870
|
+
return val == null ? '' : Array.isArray(val) || isPlainObject(val) && val.toString === _toString ? JSON.stringify(val, replacer, 2) : String(val);
|
|
37871
|
+
}
|
|
37872
|
+
function replacer(_key, val) {
|
|
37873
|
+
// avoid circular deps from v3
|
|
37874
|
+
if (val && val.__v_isRef) {
|
|
37875
|
+
return val.value;
|
|
37876
|
+
}
|
|
37877
|
+
return val;
|
|
37586
37878
|
}
|
|
37587
37879
|
/**
|
|
37588
37880
|
* Convert an input value to a number for persistence.
|
|
@@ -38137,6 +38429,10 @@ var __assign = function () {
|
|
|
38137
38429
|
};
|
|
38138
38430
|
return __assign.apply(this, arguments);
|
|
38139
38431
|
};
|
|
38432
|
+
typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
|
|
38433
|
+
var e = new Error(message);
|
|
38434
|
+
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
38435
|
+
};
|
|
38140
38436
|
var uid$2 = 0;
|
|
38141
38437
|
var pendingCleanupDeps = [];
|
|
38142
38438
|
var cleanupDeps = function () {
|
|
@@ -38340,7 +38636,10 @@ function observe(value, shallow, ssrMockReactivity) {
|
|
|
38340
38636
|
/**
|
|
38341
38637
|
* Define a reactive property on an Object.
|
|
38342
38638
|
*/
|
|
38343
|
-
function defineReactive(obj, key, val, customSetter, shallow, mock) {
|
|
38639
|
+
function defineReactive(obj, key, val, customSetter, shallow, mock, observeEvenIfShallow) {
|
|
38640
|
+
if (observeEvenIfShallow === void 0) {
|
|
38641
|
+
observeEvenIfShallow = false;
|
|
38642
|
+
}
|
|
38344
38643
|
var dep = new Dep();
|
|
38345
38644
|
var property = Object.getOwnPropertyDescriptor(obj, key);
|
|
38346
38645
|
if (property && property.configurable === false) {
|
|
@@ -38352,7 +38651,7 @@ function defineReactive(obj, key, val, customSetter, shallow, mock) {
|
|
|
38352
38651
|
if ((!getter || setter) && (val === NO_INITIAL_VALUE || arguments.length === 2)) {
|
|
38353
38652
|
val = obj[key];
|
|
38354
38653
|
}
|
|
38355
|
-
var childOb =
|
|
38654
|
+
var childOb = shallow ? val && val.__ob__ : observe(val, false, mock);
|
|
38356
38655
|
Object.defineProperty(obj, key, {
|
|
38357
38656
|
enumerable: true,
|
|
38358
38657
|
configurable: true,
|
|
@@ -38388,7 +38687,7 @@ function defineReactive(obj, key, val, customSetter, shallow, mock) {
|
|
|
38388
38687
|
} else {
|
|
38389
38688
|
val = newVal;
|
|
38390
38689
|
}
|
|
38391
|
-
childOb =
|
|
38690
|
+
childOb = shallow ? newVal && newVal.__ob__ : observe(newVal, false, mock);
|
|
38392
38691
|
if (false) {} else {
|
|
38393
38692
|
dep.notify();
|
|
38394
38693
|
}
|
|
@@ -38786,7 +39085,9 @@ function doWatch(source, cb, _a) {
|
|
|
38786
39085
|
if (args === void 0) {
|
|
38787
39086
|
args = null;
|
|
38788
39087
|
}
|
|
38789
|
-
|
|
39088
|
+
var res = invokeWithErrorHandling(fn, null, args, instance, type);
|
|
39089
|
+
if (deep && res && res.__ob__) res.__ob__.dep.depend();
|
|
39090
|
+
return res;
|
|
38790
39091
|
};
|
|
38791
39092
|
var getter;
|
|
38792
39093
|
var forceTrigger = false;
|
|
@@ -38812,6 +39113,7 @@ function doWatch(source, cb, _a) {
|
|
|
38812
39113
|
if (isRef(s)) {
|
|
38813
39114
|
return s.value;
|
|
38814
39115
|
} else if (isReactive(s)) {
|
|
39116
|
+
s.__ob__.dep.depend();
|
|
38815
39117
|
return traverse(s);
|
|
38816
39118
|
} else if (isFunction(s)) {
|
|
38817
39119
|
return call(s, WATCHER_GETTER);
|
|
@@ -39867,11 +40169,10 @@ function renderMixin(Vue) {
|
|
|
39867
40169
|
// to the data on the placeholder node.
|
|
39868
40170
|
vm.$vnode = _parentVnode;
|
|
39869
40171
|
// render self
|
|
40172
|
+
var prevInst = currentInstance;
|
|
40173
|
+
var prevRenderInst = currentRenderingInstance;
|
|
39870
40174
|
var vnode;
|
|
39871
40175
|
try {
|
|
39872
|
-
// There's no need to maintain a stack because all render fns are called
|
|
39873
|
-
// separately from one another. Nested component's render fns are called
|
|
39874
|
-
// when parent component is patched.
|
|
39875
40176
|
setCurrentInstance(vm);
|
|
39876
40177
|
currentRenderingInstance = vm;
|
|
39877
40178
|
vnode = render.call(vm._renderProxy, vm.$createElement);
|
|
@@ -39884,8 +40185,8 @@ function renderMixin(Vue) {
|
|
|
39884
40185
|
vnode = vm._vnode;
|
|
39885
40186
|
}
|
|
39886
40187
|
} finally {
|
|
39887
|
-
currentRenderingInstance =
|
|
39888
|
-
setCurrentInstance();
|
|
40188
|
+
currentRenderingInstance = prevRenderInst;
|
|
40189
|
+
setCurrentInstance(prevInst);
|
|
39889
40190
|
}
|
|
39890
40191
|
// if the returned array contains only a single node, allow it
|
|
39891
40192
|
if (isArray(vnode) && vnode.length === 1) {
|
|
@@ -40465,7 +40766,7 @@ function onErrorCaptured(hook, target) {
|
|
|
40465
40766
|
/**
|
|
40466
40767
|
* Note: also update dist/vue.runtime.mjs when adding new exports to this file.
|
|
40467
40768
|
*/
|
|
40468
|
-
var version = '2.7.
|
|
40769
|
+
var version = '2.7.16';
|
|
40469
40770
|
/**
|
|
40470
40771
|
* @internal type is manually declared in <root>/types/v3-define-component.d.ts
|
|
40471
40772
|
*/
|
|
@@ -42157,7 +42458,7 @@ function initProps$1(vm, propsOptions) {
|
|
|
42157
42458
|
var value = validateProp(key, propsOptions, propsData, vm);
|
|
42158
42459
|
/* istanbul ignore else */
|
|
42159
42460
|
if (false) { var hyphenatedKey; } else {
|
|
42160
|
-
defineReactive(props, key, value);
|
|
42461
|
+
defineReactive(props, key, value, undefined, true /* shallow */);
|
|
42161
42462
|
}
|
|
42162
42463
|
// static props are already proxied on the component's prototype
|
|
42163
42464
|
// during Vue.extend(). We only need to proxy props defined at
|
|
@@ -42345,6 +42646,9 @@ function initMixin$1(Vue) {
|
|
|
42345
42646
|
vm.__v_skip = true;
|
|
42346
42647
|
// effect scope
|
|
42347
42648
|
vm._scope = new EffectScope(true /* detached */);
|
|
42649
|
+
// #13134 edge case where a child component is manually created during the
|
|
42650
|
+
// render of a parent component
|
|
42651
|
+
vm._scope.parent = undefined;
|
|
42348
42652
|
vm._scope._vm = true;
|
|
42349
42653
|
// merge options
|
|
42350
42654
|
if (options && options._isComponent) {
|
|
@@ -42585,7 +42889,8 @@ function matches(pattern, name) {
|
|
|
42585
42889
|
function pruneCache(keepAliveInstance, filter) {
|
|
42586
42890
|
var cache = keepAliveInstance.cache,
|
|
42587
42891
|
keys = keepAliveInstance.keys,
|
|
42588
|
-
_vnode = keepAliveInstance._vnode
|
|
42892
|
+
_vnode = keepAliveInstance._vnode,
|
|
42893
|
+
$vnode = keepAliveInstance.$vnode;
|
|
42589
42894
|
for (var key in cache) {
|
|
42590
42895
|
var entry = cache[key];
|
|
42591
42896
|
if (entry) {
|
|
@@ -42595,6 +42900,7 @@ function pruneCache(keepAliveInstance, filter) {
|
|
|
42595
42900
|
}
|
|
42596
42901
|
}
|
|
42597
42902
|
}
|
|
42903
|
+
$vnode.componentOptions.children = undefined;
|
|
42598
42904
|
}
|
|
42599
42905
|
function pruneCacheEntry(cache, key, keys, current) {
|
|
42600
42906
|
var entry = cache[key];
|
|
@@ -44205,10 +44511,8 @@ function updateStyle(oldVnode, vnode) {
|
|
|
44205
44511
|
}
|
|
44206
44512
|
for (name in newStyle) {
|
|
44207
44513
|
cur = newStyle[name];
|
|
44208
|
-
|
|
44209
|
-
|
|
44210
|
-
setProp(el, name, cur == null ? '' : cur);
|
|
44211
|
-
}
|
|
44514
|
+
// ie9 setting to null has no effect, must use empty string
|
|
44515
|
+
setProp(el, name, cur == null ? '' : cur);
|
|
44212
44516
|
}
|
|
44213
44517
|
}
|
|
44214
44518
|
var style = {
|
|
@@ -47529,7 +47833,7 @@ var map = {
|
|
|
47529
47833
|
"./cms-question/View.vue": 6485,
|
|
47530
47834
|
"./cms-richText/View.vue": 5749,
|
|
47531
47835
|
"./cms-row/View.vue": 1955,
|
|
47532
|
-
"./cms-servePlan-tab/View.vue":
|
|
47836
|
+
"./cms-servePlan-tab/View.vue": 4996,
|
|
47533
47837
|
"./cms-servePlan-text/View.vue": 5621,
|
|
47534
47838
|
"./cms-template/View.vue": 4626,
|
|
47535
47839
|
"./cms-termsAndConditions/View.vue": 655,
|
|
@@ -47538,7 +47842,7 @@ var map = {
|
|
|
47538
47842
|
"./cms-threeScroll/View.vue": 1359,
|
|
47539
47843
|
"./cms-titleCenter/View.vue": 3583,
|
|
47540
47844
|
"./cms-titleLeft/View.vue": 3900,
|
|
47541
|
-
"./cms-via-storedValueCard/View.vue":
|
|
47845
|
+
"./cms-via-storedValueCard/View.vue": 3522,
|
|
47542
47846
|
"./cms-view/View.vue": 9984
|
|
47543
47847
|
};
|
|
47544
47848
|
|