cms-chenhj-ui 2.2.19 → 2.3.0

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.
@@ -203,232 +203,6 @@ $({ target: 'Iterator', proto: true, real: true }, {
203
203
  });
204
204
 
205
205
 
206
- /***/ }),
207
-
208
- /***/ 149:
209
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
210
-
211
- "use strict";
212
- // ESM COMPAT FLAG
213
- __webpack_require__.r(__webpack_exports__);
214
-
215
- // EXPORTS
216
- __webpack_require__.d(__webpack_exports__, {
217
- "default": function() { return /* binding */ View; }
218
- });
219
-
220
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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-termsAndConditions/View.vue?vue&type=template&id=ce077d8a&scoped=true
221
- var render = function render() {
222
- var _vm = this,
223
- _c = _vm._self._c;
224
- return _c('BaseComp', _vm._b({
225
- attrs: {
226
- "data": _vm.data,
227
- "nowCompId": _vm.nowCompId,
228
- "isOpcacity": _vm.isOpcacity,
229
- "lang": _vm.lang
230
- },
231
- on: {
232
- "getConfigData": _vm.getConfigData
233
- }
234
- }, 'BaseComp', _vm.$attrs, false), [_c('section', {
235
- staticClass: "cmhk-home_main"
236
- }, [_c('div', {
237
- staticClass: "page-tab-swiper_wrapper",
238
- class: _vm.swiperArrow == true ? '' : 'active'
239
- }, [_c('div', {
240
- ref: "barparent",
241
- staticClass: "page-tab-swiper common-swiper_tab",
242
- attrs: {
243
- "id": `terms${_vm.data.componentId}`
244
- }
245
- }, [_c('div', {
246
- staticClass: "swiper-wrapper"
247
- }, _vm._l(_vm.configList, function (item, index) {
248
- return _c('div', {
249
- key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
250
- staticClass: "swiper-slide",
251
- class: item.id == _vm.currentTab ? 'active' : '',
252
- on: {
253
- "click": function ($event) {
254
- return _vm.changeTab(item);
255
- }
256
- }
257
- }, [_vm._v(" " + _vm._s(item.input1) + " ")]);
258
- }), 0)])]), _c('div', {
259
- staticClass: "page-tab-swiper-body"
260
- }, [_c('div', {
261
- staticClass: "desContent cms-ht",
262
- domProps: {
263
- "innerHTML": _vm._s(_vm._showTipsInfo)
264
- }
265
- })])])]);
266
- };
267
- var staticRenderFns = [];
268
-
269
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
270
- var es_iterator_constructor = __webpack_require__(8111);
271
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
272
- var es_iterator_filter = __webpack_require__(2489);
273
- // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
274
- var swiper = __webpack_require__(2791);
275
- // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
276
- var swiper_esm_bundle = __webpack_require__(4418);
277
- // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
278
- var baseComp = __webpack_require__(4272);
279
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
280
-
281
-
282
-
283
-
284
-
285
-
286
-
287
-
288
- /* harmony default export */ var Viewvue_type_script_lang_js = ({
289
- name: "cms-termsAndConditions",
290
- components: {
291
- BaseComp: baseComp["default"]
292
- },
293
- props: {
294
- data: {
295
- type: Object,
296
- default: () => {
297
- return {};
298
- }
299
- },
300
- nowCompId: {
301
- type: [String, Number],
302
- default: ""
303
- },
304
- isOpcacity: {
305
- type: Boolean,
306
- default: true
307
- },
308
- lang: {
309
- type: String,
310
- default: "zh-HK"
311
- }
312
- },
313
- data() {
314
- return {
315
- configList: [],
316
- currentTab: "",
317
- swiperArrow: false,
318
- broadbandSwiperC: null,
319
- swiperBeginning: false,
320
- swiperEnd: false
321
- };
322
- },
323
- mounted() {
324
- this.$nextTick(() => {
325
- this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
326
- autoplay: false,
327
- loop: false,
328
- // 循环模式选项
329
- spaceBetween: 0,
330
- slidesPerView: "auto",
331
- // slidesPerGroup:1,
332
- observer: true,
333
- observeParents: true
334
- });
335
- // 0820 -end
336
- });
337
- this.currentTab = this.configList[0].id;
338
- },
339
- methods: {
340
- getConfigData(configData) {
341
- this.configList = configData.configList;
342
- this.$nextTick(() => {
343
- var _this$broadbandSwiper, _this$broadbandSwiper2;
344
- if (!this.$refs.barparent || !this.broadbandSwiperC) return;
345
- const parentClientWidth = this.$refs.barparent.clientWidth;
346
- console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
347
- if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
348
- this.swiperArrow = false;
349
- } else {
350
- this.swiperArrow = true;
351
- }
352
- if (this.broadbandSwiperC.isBeginning) {
353
- this.swiperBeginning = true;
354
- }
355
- if (this.broadbandSwiperC.isEnd) {
356
- this.swiperEnd = true;
357
- }
358
- });
359
- },
360
- clickSwiperPrev() {
361
- this.broadbandSwiperC.slidePrev();
362
- if (this.broadbandSwiperC.isBeginning) {
363
- this.swiperBeginning = true;
364
- } else {
365
- this.swiperBeginning = false;
366
- }
367
- if (this.broadbandSwiperC.isEnd) {
368
- this.swiperEnd = true;
369
- } else {
370
- this.swiperEnd = false;
371
- }
372
- },
373
- clickSwiperNext() {
374
- this.broadbandSwiperC.slideNext();
375
- if (this.broadbandSwiperC.isBeginning) {
376
- this.swiperBeginning = true;
377
- } else {
378
- this.swiperBeginning = false;
379
- }
380
- if (this.broadbandSwiperC.isEnd) {
381
- this.swiperEnd = true;
382
- } else {
383
- this.swiperEnd = false;
384
- }
385
- },
386
- changeTab(item) {
387
- this.currentTab = item.id;
388
- },
389
- decodeJumpUrl(url) {
390
- if (!url) return;
391
- top.location.href = url;
392
- }
393
- },
394
- computed: {
395
- _showTipsInfo() {
396
- const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
397
- return result.input2;
398
- }
399
- }
400
- });
401
- ;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
402
- /* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
403
- ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-termsAndConditions/View.vue?vue&type=style&index=0&id=ce077d8a&prod&lang=scss&scoped=true
404
- // extracted by mini-css-extract-plugin
405
-
406
- ;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=ce077d8a&prod&lang=scss&scoped=true
407
-
408
- // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
409
- var componentNormalizer = __webpack_require__(1656);
410
- ;// ./package/cms-termsAndConditions/View.vue
411
-
412
-
413
-
414
- ;
415
-
416
-
417
- /* normalize component */
418
-
419
- var component = (0,componentNormalizer/* default */.A)(
420
- cms_termsAndConditions_Viewvue_type_script_lang_js,
421
- render,
422
- staticRenderFns,
423
- false,
424
- null,
425
- "ce077d8a",
426
- null
427
-
428
- )
429
-
430
- /* harmony default export */ var View = (component.exports);
431
-
432
206
  /***/ }),
433
207
 
434
208
  /***/ 176:
@@ -9716,18 +9490,20 @@ __webpack_require__.r(__webpack_exports__);
9716
9490
 
9717
9491
 
9718
9492
  async function transfor(config) {
9719
- var _config$settings, _config$wujieConfig, _config$wujieConfig2, _settings$value, _settings$value2, _settings$value3, _settings$value3$cont, _settings$value$banne, _settings$value$route, _settings$value$busCa, _settings$value$busCa2, _settings$value4, _baseInfo;
9720
- if (!(config !== null && config !== void 0 && (_config$settings = config.settings) !== null && _config$settings !== void 0 && _config$settings.settings) && !(config !== null && config !== void 0 && (_config$wujieConfig = config.wujieConfig) !== null && _config$wujieConfig !== void 0 && _config$wujieConfig.viaCompInstId)) {
9493
+ var _config$settings, _config$wujieConfig, _config$wujieConfig2, _config$wujieConfig3, _settingValue$content, _settingValue$bannerL, _settingValue$routerL, _settingValue$busCard, _settingValue$busCard2, _baseInfo;
9494
+ const settingsList = config === null || config === void 0 ? void 0 : (_config$settings = config.settings) === null || _config$settings === void 0 ? void 0 : _config$settings.settings;
9495
+ const settings = Array.isArray(settingsList) ? settingsList[0] : null;
9496
+ if (!settings && !(config !== null && config !== void 0 && (_config$wujieConfig = config.wujieConfig) !== null && _config$wujieConfig !== void 0 && _config$wujieConfig.viaCompInstId)) {
9721
9497
  return config;
9722
9498
  }
9723
9499
  if (config !== null && config !== void 0 && (_config$wujieConfig2 = config.wujieConfig) !== null && _config$wujieConfig2 !== void 0 && _config$wujieConfig2.viaCompInstId) {
9724
9500
  var _data$;
9725
9501
  const {
9726
- data
9502
+ data = []
9727
9503
  } = await (0,_api_index_js__WEBPACK_IMPORTED_MODULE_4__/* .queryViaComponentByCode */ .OO)({
9728
9504
  componentCode: config.wujieConfig.viaCompInstId
9729
9505
  });
9730
- const list = data !== null && data !== void 0 && data.length ? ((_data$ = data[0]) === null || _data$ === void 0 ? void 0 : _data$.goodIdList) || [] : [];
9506
+ const list = Array.isArray(data) && data.length ? ((_data$ = data[0]) === null || _data$ === void 0 ? void 0 : _data$.goodIdList) || [] : [];
9731
9507
  return {
9732
9508
  ...config,
9733
9509
  contentConfig: {
@@ -9740,18 +9516,19 @@ async function transfor(config) {
9740
9516
  }
9741
9517
  const cmsCompName = config.compName;
9742
9518
  const childList = config.list || [];
9743
- const settings = config.settings.settings[0];
9744
9519
  const {
9745
9520
  isWujie = false,
9746
9521
  isVia = false,
9747
9522
  componentUrl = "",
9748
9523
  workbenchUrl = ""
9749
9524
  } = settings;
9750
- const wujieComponentId = ((_settings$value = settings.value) === null || _settings$value === void 0 ? void 0 : _settings$value.componentId) || "";
9751
- const viaCompInstId = ((_settings$value2 = settings.value) === null || _settings$value2 === void 0 ? void 0 : _settings$value2.viaCompInstId) || "";
9525
+ const settingValue = settings.value || {};
9526
+ const wujieComponentId = (settingValue === null || settingValue === void 0 ? void 0 : settingValue.componentId) || "";
9527
+ const viaCompInstId = (config === null || config === void 0 ? void 0 : (_config$wujieConfig3 = config.wujieConfig) === null || _config$wujieConfig3 === void 0 ? void 0 : _config$wujieConfig3.viaCompInstId) || (settingValue === null || settingValue === void 0 ? void 0 : settingValue.viaCompInstId) || "";
9528
+ const isViaStoredValueCard = isVia && viaCompInstId && cmsCompName === "cms-via-storedValueCard";
9752
9529
  const compConfig = {
9753
9530
  childList: childList,
9754
- ...(isWujie ? {
9531
+ ...(isWujie && !isViaStoredValueCard ? {
9755
9532
  wujieConfig: {
9756
9533
  //wujie
9757
9534
  componentUrl,
@@ -9762,24 +9539,24 @@ async function transfor(config) {
9762
9539
  } : {})
9763
9540
  };
9764
9541
  let baseInfo = {};
9765
- if ((_settings$value3 = settings.value) !== null && _settings$value3 !== void 0 && (_settings$value3$cont = _settings$value3.content) !== null && _settings$value3$cont !== void 0 && _settings$value3$cont.CN) {
9766
- baseInfo = settings.value.content;
9767
- } else if ((_settings$value$banne = settings.value.bannerList) !== null && _settings$value$banne !== void 0 && _settings$value$banne.CN) {
9768
- baseInfo = settings.value.bannerList;
9769
- } else if ((_settings$value$route = settings.value.routerList) !== null && _settings$value$route !== void 0 && _settings$value$route.CN) {
9770
- baseInfo = settings.value.routerList;
9771
- } else if ((_settings$value$busCa = settings.value.busCardList) !== null && _settings$value$busCa !== void 0 && _settings$value$busCa.CN) {
9772
- baseInfo = settings.value.busCardList;
9773
- } else if ((_settings$value$busCa2 = settings.value.busCardList) !== null && _settings$value$busCa2 !== void 0 && _settings$value$busCa2.CN) {
9774
- baseInfo = settings.value.busCardList;
9775
- } else if ((_settings$value4 = settings.value) !== null && _settings$value4 !== void 0 && _settings$value4.CN) {
9776
- baseInfo = settings.value;
9777
- } else if (settings.value) {
9778
- baseInfo = Object.prototype.toString.call(settings.value) === "[object Object]" ? settings.value : {
9779
- value: settings.value
9542
+ if (settingValue !== null && settingValue !== void 0 && (_settingValue$content = settingValue.content) !== null && _settingValue$content !== void 0 && _settingValue$content.CN) {
9543
+ baseInfo = settingValue.content;
9544
+ } else if ((_settingValue$bannerL = settingValue.bannerList) !== null && _settingValue$bannerL !== void 0 && _settingValue$bannerL.CN) {
9545
+ baseInfo = settingValue.bannerList;
9546
+ } else if ((_settingValue$routerL = settingValue.routerList) !== null && _settingValue$routerL !== void 0 && _settingValue$routerL.CN) {
9547
+ baseInfo = settingValue.routerList;
9548
+ } else if ((_settingValue$busCard = settingValue.busCardList) !== null && _settingValue$busCard !== void 0 && _settingValue$busCard.CN) {
9549
+ baseInfo = settingValue.busCardList;
9550
+ } else if ((_settingValue$busCard2 = settingValue.busCardList) !== null && _settingValue$busCard2 !== void 0 && _settingValue$busCard2.CN) {
9551
+ baseInfo = settingValue.busCardList;
9552
+ } else if (settingValue !== null && settingValue !== void 0 && settingValue.CN) {
9553
+ baseInfo = settingValue;
9554
+ } else if (settingValue) {
9555
+ baseInfo = Object.prototype.toString.call(settingValue) === "[object Object]" ? settingValue : {
9556
+ value: settingValue
9780
9557
  };
9781
9558
  }
9782
- const isLangAll = !((_baseInfo = baseInfo) !== null && _baseInfo !== void 0 && _baseInfo.CN);
9559
+ let isLangAll = !((_baseInfo = baseInfo) !== null && _baseInfo !== void 0 && _baseInfo.CN);
9783
9560
  let lang_tc = {};
9784
9561
  let lang_sc = {};
9785
9562
  let lang_en = {};
@@ -9787,14 +9564,15 @@ async function transfor(config) {
9787
9564
  if (viaCompInstId) {
9788
9565
  var _data$2;
9789
9566
  const {
9790
- data: []
9567
+ data = []
9791
9568
  } = await (0,_api_index_js__WEBPACK_IMPORTED_MODULE_4__/* .queryViaComponentByCode */ .OO)({
9792
- componentCode: config.wujieConfig.viaCompInstId
9569
+ componentCode: viaCompInstId
9793
9570
  });
9794
- const list = data.length ? ((_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : _data$2.goodIdList) || [] : [];
9571
+ const list = Array.isArray(data) && data.length ? ((_data$2 = data[0]) === null || _data$2 === void 0 ? void 0 : _data$2.goodIdList) || [] : [];
9795
9572
  baseInfo = {
9796
9573
  configList: [...list]
9797
9574
  };
9575
+ isLangAll = true;
9798
9576
  }
9799
9577
  if (isLangAll) {
9800
9578
  lang_all = baseInfo;
@@ -10067,8 +9845,8 @@ var map = {
10067
9845
  "./cms-question/index.js": 2269,
10068
9846
  "./cms-richText": 7616,
10069
9847
  "./cms-richText/": 7616,
10070
- "./cms-richText/View": 2851,
10071
- "./cms-richText/View.vue": 2851,
9848
+ "./cms-richText/View": 1835,
9849
+ "./cms-richText/View.vue": 1835,
10072
9850
  "./cms-richText/index": 7616,
10073
9851
  "./cms-richText/index.js": 7616,
10074
9852
  "./cms-servePlan-tab": 1373,
@@ -10096,8 +9874,8 @@ var map = {
10096
9874
  "./cms-tab/index.js": 8892,
10097
9875
  "./cms-termsAndConditions": 9387,
10098
9876
  "./cms-termsAndConditions/": 9387,
10099
- "./cms-termsAndConditions/View": 149,
10100
- "./cms-termsAndConditions/View.vue": 149,
9877
+ "./cms-termsAndConditions/View": 4780,
9878
+ "./cms-termsAndConditions/View.vue": 4780,
10101
9879
  "./cms-termsAndConditions/index": 9387,
10102
9880
  "./cms-termsAndConditions/index.js": 9387,
10103
9881
  "./cms-text": 394,
@@ -10582,6 +10360,165 @@ module.exports = function (object, names) {
10582
10360
  };
10583
10361
 
10584
10362
 
10363
+ /***/ }),
10364
+
10365
+ /***/ 1835:
10366
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
10367
+
10368
+ "use strict";
10369
+ // ESM COMPAT FLAG
10370
+ __webpack_require__.r(__webpack_exports__);
10371
+
10372
+ // EXPORTS
10373
+ __webpack_require__.d(__webpack_exports__, {
10374
+ "default": function() { return /* binding */ View; }
10375
+ });
10376
+
10377
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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-richText/View.vue?vue&type=template&id=603efbc6&scoped=true
10378
+ var render = function render() {
10379
+ var _vm = this,
10380
+ _c = _vm._self._c;
10381
+ return _c('BaseComp', _vm._b({
10382
+ attrs: {
10383
+ "data": _vm.data,
10384
+ "nowCompId": _vm.nowCompId,
10385
+ "isOpcacity": _vm.isOpcacity,
10386
+ "lang": _vm.lang
10387
+ },
10388
+ on: {
10389
+ "getConfigData": _vm.getConfigData
10390
+ }
10391
+ }, 'BaseComp', _vm.$attrs, false), [_c('section', {
10392
+ class: {
10393
+ 'cmhk-home_main': _vm.showCmhkMain
10394
+ }
10395
+ }, [_c('div', [_c('div', {
10396
+ staticClass: "inner"
10397
+ }, [_c('div', {
10398
+ staticClass: "cms-ht",
10399
+ domProps: {
10400
+ "innerHTML": _vm._s(_vm.configData.input1)
10401
+ }
10402
+ })])])])]);
10403
+ };
10404
+ var staticRenderFns = [];
10405
+
10406
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
10407
+ var es_iterator_constructor = __webpack_require__(8111);
10408
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
10409
+ var es_iterator_for_each = __webpack_require__(7588);
10410
+ // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
10411
+ var baseComp = __webpack_require__(4272);
10412
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=script&lang=js
10413
+
10414
+
10415
+
10416
+
10417
+
10418
+ /* harmony default export */ var Viewvue_type_script_lang_js = ({
10419
+ name: "cms-richText",
10420
+ components: {
10421
+ BaseComp: baseComp["default"]
10422
+ },
10423
+ props: {
10424
+ data: {
10425
+ type: Object,
10426
+ default: () => {
10427
+ return {};
10428
+ }
10429
+ },
10430
+ nowCompId: {
10431
+ type: [String, Number],
10432
+ default: ""
10433
+ },
10434
+ isOpcacity: {
10435
+ type: Boolean,
10436
+ default: true
10437
+ },
10438
+ lang: {
10439
+ type: String,
10440
+ default: "zh-HK"
10441
+ },
10442
+ showCmhkMain: {
10443
+ type: Boolean,
10444
+ default: true
10445
+ }
10446
+ },
10447
+ data() {
10448
+ return {
10449
+ configData: {},
10450
+ messFold: false
10451
+ };
10452
+ },
10453
+ mounted() {},
10454
+ watch: {},
10455
+ methods: {
10456
+ getConfigData(configData) {
10457
+ this.configData = configData;
10458
+ this.$nextTick(this.wrapTables);
10459
+ },
10460
+ // 给每张表格套独立横向滚动容器,避免手机端与其他内容一起滚动
10461
+ wrapTables() {
10462
+ const container = this.$el.querySelector('.cms-ht');
10463
+ if (!container) return;
10464
+ const tables = container.querySelectorAll('table:not([data-scroll-wrapped])');
10465
+ tables.forEach(table => {
10466
+ if (table.closest('.pc-show, .mobile-show')) {
10467
+ table.setAttribute('data-cms-legacy-table', '1');
10468
+ }
10469
+ const wrapper = document.createElement('div');
10470
+ wrapper.className = 'cms-table-wrap';
10471
+ table.parentNode.insertBefore(wrapper, table);
10472
+ wrapper.appendChild(table);
10473
+ table.setAttribute('data-scroll-wrapped', '1');
10474
+ });
10475
+ },
10476
+ foldMessText() {
10477
+ this.messFold = !this.messFold;
10478
+ },
10479
+ decodeJumpUrl(url) {
10480
+ if (!url) return;
10481
+ top.location.href = url;
10482
+ }
10483
+ }
10484
+ });
10485
+ ;// ./package/cms-richText/View.vue?vue&type=script&lang=js
10486
+ /* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
10487
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-richText/View.vue?vue&type=style&index=0&id=603efbc6&prod&lang=scss&scoped=true
10488
+ // extracted by mini-css-extract-plugin
10489
+
10490
+ ;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=603efbc6&prod&lang=scss&scoped=true
10491
+
10492
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-12.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-12.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-12.use[2]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=style&index=1&id=603efbc6&prod&lang=css
10493
+ // extracted by mini-css-extract-plugin
10494
+
10495
+ ;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=603efbc6&prod&lang=css
10496
+
10497
+ // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
10498
+ var componentNormalizer = __webpack_require__(1656);
10499
+ ;// ./package/cms-richText/View.vue
10500
+
10501
+
10502
+
10503
+ ;
10504
+
10505
+
10506
+
10507
+ /* normalize component */
10508
+
10509
+ var component = (0,componentNormalizer/* default */.A)(
10510
+ cms_richText_Viewvue_type_script_lang_js,
10511
+ render,
10512
+ staticRenderFns,
10513
+ false,
10514
+ null,
10515
+ "603efbc6",
10516
+ null
10517
+
10518
+ )
10519
+
10520
+ /* harmony default export */ var View = (component.exports);
10521
+
10585
10522
  /***/ }),
10586
10523
 
10587
10524
  /***/ 1861:
@@ -28134,162 +28071,6 @@ var userAgent = navigator && navigator.userAgent;
28134
28071
  module.exports = userAgent ? String(userAgent) : '';
28135
28072
 
28136
28073
 
28137
- /***/ }),
28138
-
28139
- /***/ 2851:
28140
- /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
28141
-
28142
- "use strict";
28143
- // ESM COMPAT FLAG
28144
- __webpack_require__.r(__webpack_exports__);
28145
-
28146
- // EXPORTS
28147
- __webpack_require__.d(__webpack_exports__, {
28148
- "default": function() { return /* binding */ View; }
28149
- });
28150
-
28151
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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-richText/View.vue?vue&type=template&id=0d29ae9c&scoped=true
28152
- var render = function render() {
28153
- var _vm = this,
28154
- _c = _vm._self._c;
28155
- return _c('BaseComp', _vm._b({
28156
- attrs: {
28157
- "data": _vm.data,
28158
- "nowCompId": _vm.nowCompId,
28159
- "isOpcacity": _vm.isOpcacity,
28160
- "lang": _vm.lang
28161
- },
28162
- on: {
28163
- "getConfigData": _vm.getConfigData
28164
- }
28165
- }, 'BaseComp', _vm.$attrs, false), [_c('section', {
28166
- class: {
28167
- 'cmhk-home_main': _vm.showCmhkMain
28168
- }
28169
- }, [_c('div', [_c('div', {
28170
- staticClass: "inner"
28171
- }, [_c('div', {
28172
- staticClass: "cms-ht",
28173
- domProps: {
28174
- "innerHTML": _vm._s(_vm.configData.input1)
28175
- }
28176
- })])])])]);
28177
- };
28178
- var staticRenderFns = [];
28179
-
28180
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
28181
- var es_iterator_constructor = __webpack_require__(8111);
28182
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
28183
- var es_iterator_for_each = __webpack_require__(7588);
28184
- // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
28185
- var baseComp = __webpack_require__(4272);
28186
- ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-richText/View.vue?vue&type=script&lang=js
28187
-
28188
-
28189
-
28190
-
28191
-
28192
- /* harmony default export */ var Viewvue_type_script_lang_js = ({
28193
- name: "cms-richText",
28194
- components: {
28195
- BaseComp: baseComp["default"]
28196
- },
28197
- props: {
28198
- data: {
28199
- type: Object,
28200
- default: () => {
28201
- return {};
28202
- }
28203
- },
28204
- nowCompId: {
28205
- type: [String, Number],
28206
- default: ""
28207
- },
28208
- isOpcacity: {
28209
- type: Boolean,
28210
- default: true
28211
- },
28212
- lang: {
28213
- type: String,
28214
- default: "zh-HK"
28215
- },
28216
- showCmhkMain: {
28217
- type: Boolean,
28218
- default: true
28219
- }
28220
- },
28221
- data() {
28222
- return {
28223
- configData: {},
28224
- messFold: false
28225
- };
28226
- },
28227
- mounted() {},
28228
- watch: {},
28229
- methods: {
28230
- getConfigData(configData) {
28231
- this.configData = configData;
28232
- this.$nextTick(this.wrapTables);
28233
- },
28234
- // 给每张表格套独立横向滚动容器,避免手机端与其他内容一起滚动
28235
- wrapTables() {
28236
- const container = this.$el.querySelector('.cms-ht');
28237
- if (!container) return;
28238
- const tables = container.querySelectorAll('table:not([data-scroll-wrapped])');
28239
- tables.forEach(table => {
28240
- const wrapper = document.createElement('div');
28241
- wrapper.className = 'cms-table-wrap';
28242
- table.parentNode.insertBefore(wrapper, table);
28243
- wrapper.appendChild(table);
28244
- table.setAttribute('data-scroll-wrapped', '1');
28245
- });
28246
- },
28247
- foldMessText() {
28248
- this.messFold = !this.messFold;
28249
- },
28250
- decodeJumpUrl(url) {
28251
- if (!url) return;
28252
- top.location.href = url;
28253
- }
28254
- }
28255
- });
28256
- ;// ./package/cms-richText/View.vue?vue&type=script&lang=js
28257
- /* harmony default export */ var cms_richText_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
28258
- ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
28259
- // extracted by mini-css-extract-plugin
28260
-
28261
- ;// ./package/cms-richText/View.vue?vue&type=style&index=0&id=0d29ae9c&prod&lang=scss&scoped=true
28262
-
28263
- ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
28264
- // extracted by mini-css-extract-plugin
28265
-
28266
- ;// ./package/cms-richText/View.vue?vue&type=style&index=1&id=0d29ae9c&prod&lang=scss
28267
-
28268
- // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
28269
- var componentNormalizer = __webpack_require__(1656);
28270
- ;// ./package/cms-richText/View.vue
28271
-
28272
-
28273
-
28274
- ;
28275
-
28276
-
28277
-
28278
- /* normalize component */
28279
-
28280
- var component = (0,componentNormalizer/* default */.A)(
28281
- cms_richText_Viewvue_type_script_lang_js,
28282
- render,
28283
- staticRenderFns,
28284
- false,
28285
- null,
28286
- "0d29ae9c",
28287
- null
28288
-
28289
- )
28290
-
28291
- /* harmony default export */ var View = (component.exports);
28292
-
28293
28074
  /***/ }),
28294
28075
 
28295
28076
  /***/ 2963:
@@ -40951,6 +40732,249 @@ exportTypedArrayMethod('toSorted', function toSorted(compareFn) {
40951
40732
  });
40952
40733
 
40953
40734
 
40735
+ /***/ }),
40736
+
40737
+ /***/ 4780:
40738
+ /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
40739
+
40740
+ "use strict";
40741
+ // ESM COMPAT FLAG
40742
+ __webpack_require__.r(__webpack_exports__);
40743
+
40744
+ // EXPORTS
40745
+ __webpack_require__.d(__webpack_exports__, {
40746
+ "default": function() { return /* binding */ View; }
40747
+ });
40748
+
40749
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.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-termsAndConditions/View.vue?vue&type=template&id=4334816c&scoped=true
40750
+ var render = function render() {
40751
+ var _vm = this,
40752
+ _c = _vm._self._c;
40753
+ return _c('BaseComp', _vm._b({
40754
+ attrs: {
40755
+ "data": _vm.data,
40756
+ "nowCompId": _vm.nowCompId,
40757
+ "isOpcacity": _vm.isOpcacity,
40758
+ "lang": _vm.lang
40759
+ },
40760
+ on: {
40761
+ "getConfigData": _vm.getConfigData
40762
+ }
40763
+ }, 'BaseComp', _vm.$attrs, false), [_c('section', {
40764
+ staticClass: "cmhk-home_main"
40765
+ }, [_c('div', {
40766
+ staticClass: "page-tab-swiper_wrapper",
40767
+ class: _vm.swiperArrow == true ? '' : 'active'
40768
+ }, [_c('div', {
40769
+ ref: "barparent",
40770
+ staticClass: "page-tab-swiper common-swiper_tab",
40771
+ attrs: {
40772
+ "id": `terms${_vm.data.componentId}`
40773
+ }
40774
+ }, [_c('div', {
40775
+ staticClass: "swiper-wrapper"
40776
+ }, _vm._l(_vm.configList, function (item, index) {
40777
+ return _c('div', {
40778
+ key: `${index}${item === null || item === void 0 ? void 0 : item.id}`,
40779
+ staticClass: "swiper-slide",
40780
+ class: item.id == _vm.currentTab ? 'active' : '',
40781
+ on: {
40782
+ "click": function ($event) {
40783
+ return _vm.changeTab(item);
40784
+ }
40785
+ }
40786
+ }, [_vm._v(" " + _vm._s(item.input1) + " ")]);
40787
+ }), 0)])]), _c('div', {
40788
+ staticClass: "page-tab-swiper-body"
40789
+ }, [_c('div', {
40790
+ staticClass: "desContent cms-ht",
40791
+ domProps: {
40792
+ "innerHTML": _vm._s(_vm._showTipsInfo)
40793
+ }
40794
+ })])])]);
40795
+ };
40796
+ var staticRenderFns = [];
40797
+
40798
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.constructor.js
40799
+ var es_iterator_constructor = __webpack_require__(8111);
40800
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.filter.js
40801
+ var es_iterator_filter = __webpack_require__(2489);
40802
+ // EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.for-each.js
40803
+ var es_iterator_for_each = __webpack_require__(7588);
40804
+ // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.js
40805
+ var swiper = __webpack_require__(2791);
40806
+ // EXTERNAL MODULE: ./node_modules/swiper/dist/js/swiper.esm.bundle.js + 3 modules
40807
+ var swiper_esm_bundle = __webpack_require__(4418);
40808
+ // EXTERNAL MODULE: ./package/baseComp.vue + 5 modules
40809
+ var baseComp = __webpack_require__(4272);
40810
+ ;// ./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[1]!./node_modules/babel-loader/lib/index.js??clonedRuleSet-41.use!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
40811
+
40812
+
40813
+
40814
+
40815
+
40816
+
40817
+
40818
+
40819
+
40820
+
40821
+ /* harmony default export */ var Viewvue_type_script_lang_js = ({
40822
+ name: "cms-termsAndConditions",
40823
+ components: {
40824
+ BaseComp: baseComp["default"]
40825
+ },
40826
+ props: {
40827
+ data: {
40828
+ type: Object,
40829
+ default: () => {
40830
+ return {};
40831
+ }
40832
+ },
40833
+ nowCompId: {
40834
+ type: [String, Number],
40835
+ default: ""
40836
+ },
40837
+ isOpcacity: {
40838
+ type: Boolean,
40839
+ default: true
40840
+ },
40841
+ lang: {
40842
+ type: String,
40843
+ default: "zh-HK"
40844
+ }
40845
+ },
40846
+ data() {
40847
+ return {
40848
+ configList: [],
40849
+ currentTab: "",
40850
+ swiperArrow: false,
40851
+ broadbandSwiperC: null,
40852
+ swiperBeginning: false,
40853
+ swiperEnd: false
40854
+ };
40855
+ },
40856
+ mounted() {
40857
+ this.$nextTick(() => {
40858
+ this.broadbandSwiperC = new swiper_esm_bundle/* default */.A(`#terms${this.data.componentId}`, {
40859
+ autoplay: false,
40860
+ loop: false,
40861
+ // 循环模式选项
40862
+ spaceBetween: 0,
40863
+ slidesPerView: "auto",
40864
+ // slidesPerGroup:1,
40865
+ observer: true,
40866
+ observeParents: true
40867
+ });
40868
+ // 0820 -end
40869
+ });
40870
+ this.currentTab = this.configList[0].id;
40871
+ this.$nextTick(this.markLegacyTables);
40872
+ },
40873
+ methods: {
40874
+ getConfigData(configData) {
40875
+ this.configList = configData.configList;
40876
+ this.$nextTick(() => {
40877
+ var _this$broadbandSwiper, _this$broadbandSwiper2;
40878
+ if (!this.$refs.barparent || !this.broadbandSwiperC) return;
40879
+ const parentClientWidth = this.$refs.barparent.clientWidth;
40880
+ console.log("this.broadbandSwiperC?.virtualSize ,", (_this$broadbandSwiper = this.broadbandSwiperC) === null || _this$broadbandSwiper === void 0 ? void 0 : _this$broadbandSwiper.virtualSize);
40881
+ if (((_this$broadbandSwiper2 = this.broadbandSwiperC) === null || _this$broadbandSwiper2 === void 0 ? void 0 : _this$broadbandSwiper2.virtualSize) <= parentClientWidth) {
40882
+ this.swiperArrow = false;
40883
+ } else {
40884
+ this.swiperArrow = true;
40885
+ }
40886
+ if (this.broadbandSwiperC.isBeginning) {
40887
+ this.swiperBeginning = true;
40888
+ }
40889
+ if (this.broadbandSwiperC.isEnd) {
40890
+ this.swiperEnd = true;
40891
+ }
40892
+ this.markLegacyTables();
40893
+ });
40894
+ },
40895
+ clickSwiperPrev() {
40896
+ this.broadbandSwiperC.slidePrev();
40897
+ if (this.broadbandSwiperC.isBeginning) {
40898
+ this.swiperBeginning = true;
40899
+ } else {
40900
+ this.swiperBeginning = false;
40901
+ }
40902
+ if (this.broadbandSwiperC.isEnd) {
40903
+ this.swiperEnd = true;
40904
+ } else {
40905
+ this.swiperEnd = false;
40906
+ }
40907
+ },
40908
+ clickSwiperNext() {
40909
+ this.broadbandSwiperC.slideNext();
40910
+ if (this.broadbandSwiperC.isBeginning) {
40911
+ this.swiperBeginning = true;
40912
+ } else {
40913
+ this.swiperBeginning = false;
40914
+ }
40915
+ if (this.broadbandSwiperC.isEnd) {
40916
+ this.swiperEnd = true;
40917
+ } else {
40918
+ this.swiperEnd = false;
40919
+ }
40920
+ },
40921
+ changeTab(item) {
40922
+ this.currentTab = item.id;
40923
+ this.$nextTick(this.markLegacyTables);
40924
+ },
40925
+ markLegacyTables() {
40926
+ const container = this.$el.querySelector(".desContent");
40927
+ if (!container) return;
40928
+ const tables = container.querySelectorAll("table");
40929
+ tables.forEach(table => {
40930
+ if (table.closest(".pc-show, .mobile-show")) {
40931
+ table.setAttribute("data-cms-legacy-table", "1");
40932
+ }
40933
+ });
40934
+ },
40935
+ decodeJumpUrl(url) {
40936
+ if (!url) return;
40937
+ top.location.href = url;
40938
+ }
40939
+ },
40940
+ computed: {
40941
+ _showTipsInfo() {
40942
+ const [result = {}] = this.configList.filter(item => item.id == this.currentTab);
40943
+ return result.input2;
40944
+ }
40945
+ }
40946
+ });
40947
+ ;// ./package/cms-termsAndConditions/View.vue?vue&type=script&lang=js
40948
+ /* harmony default export */ var cms_termsAndConditions_Viewvue_type_script_lang_js = (Viewvue_type_script_lang_js);
40949
+ ;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.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-termsAndConditions/View.vue?vue&type=style&index=0&id=4334816c&prod&lang=scss&scoped=true
40950
+ // extracted by mini-css-extract-plugin
40951
+
40952
+ ;// ./package/cms-termsAndConditions/View.vue?vue&type=style&index=0&id=4334816c&prod&lang=scss&scoped=true
40953
+
40954
+ // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
40955
+ var componentNormalizer = __webpack_require__(1656);
40956
+ ;// ./package/cms-termsAndConditions/View.vue
40957
+
40958
+
40959
+
40960
+ ;
40961
+
40962
+
40963
+ /* normalize component */
40964
+
40965
+ var component = (0,componentNormalizer/* default */.A)(
40966
+ cms_termsAndConditions_Viewvue_type_script_lang_js,
40967
+ render,
40968
+ staticRenderFns,
40969
+ false,
40970
+ null,
40971
+ "4334816c",
40972
+ null
40973
+
40974
+ )
40975
+
40976
+ /* harmony default export */ var View = (component.exports);
40977
+
40954
40978
  /***/ }),
40955
40979
 
40956
40980
  /***/ 4806:
@@ -42849,11 +42873,11 @@ var map = {
42849
42873
  "./cms-prodCustomization/View.vue": 3053,
42850
42874
  "./cms-productDetails/View.vue": 4110,
42851
42875
  "./cms-question/View.vue": 2763,
42852
- "./cms-richText/View.vue": 2851,
42876
+ "./cms-richText/View.vue": 1835,
42853
42877
  "./cms-servePlan-tab/View.vue": 2031,
42854
42878
  "./cms-servePlan-text/View.vue": 9561,
42855
42879
  "./cms-tab/View.vue": 4685,
42856
- "./cms-termsAndConditions/View.vue": 149,
42880
+ "./cms-termsAndConditions/View.vue": 4780,
42857
42881
  "./cms-text/View.vue": 7787,
42858
42882
  "./cms-threeScroll/View.vue": 5006,
42859
42883
  "./cms-titleCenter/View.vue": 9871,
@@ -55250,7 +55274,7 @@ var component = (0,componentNormalizer/* default */.A)(
55250
55274
  __webpack_require__.r(__webpack_exports__);
55251
55275
  /* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
55252
55276
 
55253
- const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 2851));
55277
+ const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 1835));
55254
55278
  const langData = {
55255
55279
  input1: "请输入富文本内容"
55256
55280
  };
@@ -61141,7 +61165,7 @@ module.exports = TypeError;
61141
61165
  __webpack_require__.r(__webpack_exports__);
61142
61166
  /* harmony import */ var _baseConfig__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(649);
61143
61167
 
61144
- const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 149));
61168
+ const View = () => Promise.resolve(/* import() */).then(__webpack_require__.bind(__webpack_require__, 4780));
61145
61169
  const langData = {
61146
61170
  configList: [{
61147
61171
  id: Math.random().toString(),