nubomed-ui 2.0.31 → 2.0.33

Sign up to get free protection for your applications and to get access to all the features.
@@ -157,6 +157,27 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".iconfont[data-v-1d7955de]{display:inl
157
157
  /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
158
158
 
159
159
 
160
+ /***/ }),
161
+
162
+ /***/ 7034:
163
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
164
+
165
+ "use strict";
166
+ __webpack_require__.r(__webpack_exports__);
167
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(1601);
168
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0__);
169
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6314);
170
+ /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1__);
171
+ // Imports
172
+
173
+
174
+ var ___CSS_LOADER_EXPORT___ = _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_1___default()((_node_modules_css_loader_dist_runtime_noSourceMaps_js__WEBPACK_IMPORTED_MODULE_0___default()));
175
+ // Module
176
+ ___CSS_LOADER_EXPORT___.push([module.id, ".el-pagination--left[data-v-15e54efa]{text-align:left}.el-pagination--center[data-v-15e54efa]{text-align:center}.el-pagination--right[data-v-15e54efa]{text-align:right}", ""]);
177
+ // Exports
178
+ /* harmony default export */ __webpack_exports__["default"] = (___CSS_LOADER_EXPORT___);
179
+
180
+
160
181
  /***/ }),
161
182
 
162
183
  /***/ 4988:
@@ -1466,6 +1487,22 @@ var update = add("1485bda7", content, true, {"sourceMap":false,"shadowMode":fals
1466
1487
 
1467
1488
  /***/ }),
1468
1489
 
1490
+ /***/ 5240:
1491
+ /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1492
+
1493
+ // style-loader: Adds some css to the DOM by adding a <style> tag
1494
+
1495
+ // load the styles
1496
+ var content = __webpack_require__(7034);
1497
+ if(content.__esModule) content = content.default;
1498
+ if(typeof content === 'string') content = [[module.id, content, '']];
1499
+ if(content.locals) module.exports = content.locals;
1500
+ // add the styles to the DOM
1501
+ var add = (__webpack_require__(9548)/* ["default"] */ .A)
1502
+ var update = add("6179b8be", content, true, {"sourceMap":false,"shadowMode":false});
1503
+
1504
+ /***/ }),
1505
+
1469
1506
  /***/ 9190:
1470
1507
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1471
1508
 
@@ -1780,7 +1817,7 @@ webpackContext.id = 1603;
1780
1817
 
1781
1818
  /***/ }),
1782
1819
 
1783
- /***/ 2162:
1820
+ /***/ 3798:
1784
1821
  /***/ (function(module, __unused_webpack_exports, __webpack_require__) {
1785
1822
 
1786
1823
  var map = {
@@ -1812,7 +1849,7 @@ webpackContext.keys = function webpackContextKeys() {
1812
1849
  };
1813
1850
  webpackContext.resolve = webpackContextResolve;
1814
1851
  module.exports = webpackContext;
1815
- webpackContext.id = 2162;
1852
+ webpackContext.id = 3798;
1816
1853
 
1817
1854
  /***/ }),
1818
1855
 
@@ -4368,7 +4405,10 @@ __webpack_require__.r(__webpack_exports__);
4368
4405
 
4369
4406
  // EXPORTS
4370
4407
  __webpack_require__.d(__webpack_exports__, {
4371
- "default": function() { return /* binding */ entry_lib; }
4408
+ components: function() { return /* reexport */ components; },
4409
+ "default": function() { return /* binding */ entry_lib; },
4410
+ i18n: function() { return /* reexport */ packages_i18n; },
4411
+ locale: function() { return /* reexport */ locale; }
4372
4412
  });
4373
4413
 
4374
4414
  ;// ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -4403,67 +4443,6 @@ var esnext_iterator_for_each = __webpack_require__(3949);
4403
4443
  function camelToKebab(camelCaseStr) {
4404
4444
  return camelCaseStr.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
4405
4445
  }
4406
- ;// external "ELEMENT"
4407
- var external_ELEMENT_namespaceObject = require("ELEMENT");
4408
- ;// ./packages/feedback/nb-notify.js
4409
- /*
4410
- * @Author: chenghuan.dong
4411
- * @Date: 2024-11-12 17:58:53
4412
- * @LastEditTime: 2024-11-14 09:27:35
4413
- * @LastEditors: chenghuan.dong
4414
- * @Description: 对应样式styles/element-ui/notification.scss
4415
- * @FilePath: \nubomed-ui\packages\feedback\nb-notify.js
4416
- */
4417
-
4418
-
4419
- // console.log('1')
4420
-
4421
- /**
4422
- * @param {string} obj.type 图标类型, 可选值: success warning error
4423
- * @param {string} obj.title 标题,支持换行显示,用<br>隔开
4424
- * @param {string} obj.customClass 自定义样式
4425
- * @param {string} obj.duration 显示时间, 毫秒。设为 0 则不会自动关闭
4426
- */
4427
-
4428
- const nbNotify = obj => {
4429
- console.log('nbNotify', obj);
4430
- return (0,external_ELEMENT_namespaceObject.Notification)({
4431
- duration: obj.duration === undefined ? 2000 : obj.duration,
4432
- center: true,
4433
- dangerouslyUseHTMLString: true,
4434
- showClose: false,
4435
- customClass: `nb-notification nb-notification--${obj.type} ${obj.customClass ? obj.customClass : ''}`,
4436
- position: 'top-left',
4437
- message: obj.message,
4438
- type: obj.type,
4439
- offset: 284,
4440
- onClose: () => {
4441
- if (obj.onClose) {
4442
- obj.onClose();
4443
- }
4444
- }
4445
- });
4446
- };
4447
-
4448
- // 可直接通过$notify[type]的形式调用
4449
- const types = ['success', 'warning', 'error'];
4450
- types.forEach(type => {
4451
- nbNotify[type] = obj => {
4452
- if (typeof obj === 'string') {
4453
- obj = {
4454
- message: obj
4455
- };
4456
- }
4457
- if (typeof obj === 'object' && obj.title) {
4458
- obj.message = obj.title;
4459
- }
4460
- obj.type = type;
4461
- return nbNotify(obj);
4462
- };
4463
- });
4464
- /* harmony default export */ var nb_notify = (nbNotify);
4465
- // EXTERNAL MODULE: ./packages/iconfont/iconfont.css
4466
- var iconfont = __webpack_require__(1970);
4467
4446
  ;// ./locale/lang/zh-CN.js
4468
4447
  /*
4469
4448
  * @Author: chenghuan.dong
@@ -4587,6 +4566,313 @@ const i18n = function (fn) {
4587
4566
  t,
4588
4567
  i18n
4589
4568
  });
4569
+ ;// external "Vue"
4570
+ var external_Vue_namespaceObject = require("Vue");
4571
+ var external_Vue_default = /*#__PURE__*/__webpack_require__.n(external_Vue_namespaceObject);
4572
+ ;// ./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/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBNotify/src/index.vue?vue&type=template&id=15e54efa&scoped=true
4573
+ var render = function render() {
4574
+ var _vm = this,
4575
+ _c = _vm._self._c;
4576
+ return _c('transition', {
4577
+ attrs: {
4578
+ "name": "el-notification-fade"
4579
+ }
4580
+ }, [_c('div', {
4581
+ directives: [{
4582
+ name: "show",
4583
+ rawName: "v-show",
4584
+ value: _vm.visible,
4585
+ expression: "visible"
4586
+ }],
4587
+ class: ['el-notification', 'nb-notification'],
4588
+ style: _vm.positionStyle,
4589
+ attrs: {
4590
+ "role": "alert"
4591
+ },
4592
+ on: {
4593
+ "mouseenter": function ($event) {
4594
+ return _vm.clearTimer();
4595
+ },
4596
+ "mouseleave": function ($event) {
4597
+ return _vm.startTimer();
4598
+ },
4599
+ "click": _vm.click
4600
+ }
4601
+ }, [_vm.type || _vm.iconClass ? _c('i', {
4602
+ staticClass: "el-notification__icon",
4603
+ class: [_vm.typeClass, _vm.iconClass]
4604
+ }) : _vm._e(), _c('div', {
4605
+ staticClass: "el-notification__group",
4606
+ class: {
4607
+ 'is-with-icon': _vm.typeClass || _vm.iconClass
4608
+ }
4609
+ }, [_c('h2', {
4610
+ staticClass: "el-notification__title",
4611
+ domProps: {
4612
+ "textContent": _vm._s(_vm.title)
4613
+ }
4614
+ }), _c('div', {
4615
+ directives: [{
4616
+ name: "show",
4617
+ rawName: "v-show",
4618
+ value: _vm.message,
4619
+ expression: "message"
4620
+ }],
4621
+ staticClass: "el-notification__content"
4622
+ }, [_vm._t("default", function () {
4623
+ return [!_vm.dangerouslyUseHTMLString ? _c('p', [_vm._v(_vm._s(_vm.message))]) : _vm._e(), _c('p', {
4624
+ domProps: {
4625
+ "innerHTML": _vm._s(_vm.message)
4626
+ }
4627
+ })];
4628
+ })], 2), _vm.showClose ? _c('div', {
4629
+ staticClass: "el-notification__closeBtn el-icon-close",
4630
+ on: {
4631
+ "click": function ($event) {
4632
+ $event.stopPropagation();
4633
+ return _vm.close.apply(null, arguments);
4634
+ }
4635
+ }
4636
+ }) : _vm._e()])])]);
4637
+ };
4638
+ var staticRenderFns = [];
4639
+
4640
+ ;// ./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!./packages/components/NBNotify/src/index.vue?vue&type=script&lang=js
4641
+ let typeMap = {
4642
+ success: 'success',
4643
+ info: 'info',
4644
+ warning: 'warning',
4645
+ error: 'error'
4646
+ };
4647
+ /* harmony default export */ var srcvue_type_script_lang_js = ({
4648
+ name: 'NBNotify',
4649
+ data() {
4650
+ return {
4651
+ visible: false,
4652
+ title: '',
4653
+ message: '',
4654
+ duration: 4500,
4655
+ type: '',
4656
+ showClose: false,
4657
+ customClass: '',
4658
+ iconClass: '',
4659
+ onClose: null,
4660
+ onClick: null,
4661
+ closed: false,
4662
+ verticalOffset: 0,
4663
+ timer: null,
4664
+ dangerouslyUseHTMLString: true,
4665
+ position: 'top-right'
4666
+ };
4667
+ },
4668
+ computed: {
4669
+ typeClass() {
4670
+ return this.type && typeMap[this.type] ? `el-icon-${typeMap[this.type]}` : '';
4671
+ },
4672
+ horizontalClass() {
4673
+ return this.position.indexOf('right') > -1 ? 'right' : 'left';
4674
+ },
4675
+ verticalProperty() {
4676
+ return /^top-/.test(this.position) ? 'top' : 'bottom';
4677
+ },
4678
+ positionStyle() {
4679
+ return {
4680
+ [this.verticalProperty]: `${this.verticalOffset}px`
4681
+ };
4682
+ }
4683
+ },
4684
+ watch: {
4685
+ closed(newVal) {
4686
+ if (newVal) {
4687
+ this.visible = false;
4688
+ this.$el.addEventListener('transitionend', this.destroyElement);
4689
+ }
4690
+ }
4691
+ },
4692
+ methods: {
4693
+ destroyElement() {
4694
+ this.$el.removeEventListener('transitionend', this.destroyElement);
4695
+ this.$destroy(true);
4696
+ this.$el.parentNode.removeChild(this.$el);
4697
+ },
4698
+ click() {
4699
+ if (typeof this.onClick === 'function') {
4700
+ this.onClick();
4701
+ }
4702
+ },
4703
+ close() {
4704
+ this.closed = true;
4705
+ if (typeof this.onClose === 'function') {
4706
+ this.onClose();
4707
+ }
4708
+ },
4709
+ clearTimer() {
4710
+ clearTimeout(this.timer);
4711
+ },
4712
+ startTimer() {
4713
+ if (this.duration > 0) {
4714
+ this.timer = setTimeout(() => {
4715
+ if (!this.closed) {
4716
+ this.close();
4717
+ }
4718
+ }, this.duration);
4719
+ }
4720
+ },
4721
+ keydown(e) {
4722
+ if (e.keyCode === 46 || e.keyCode === 8) {
4723
+ this.clearTimer(); // detele 取消倒计时
4724
+ } else if (e.keyCode === 27) {
4725
+ // esc关闭消息
4726
+ if (!this.closed) {
4727
+ this.close();
4728
+ }
4729
+ } else {
4730
+ this.startTimer(); // 恢复倒计时
4731
+ }
4732
+ }
4733
+ },
4734
+ mounted() {
4735
+ if (this.duration > 0) {
4736
+ this.timer = setTimeout(() => {
4737
+ if (!this.closed) {
4738
+ this.close();
4739
+ }
4740
+ }, this.duration);
4741
+ }
4742
+ document.addEventListener('keydown', this.keydown);
4743
+ },
4744
+ beforeDestroy() {
4745
+ document.removeEventListener('keydown', this.keydown);
4746
+ }
4747
+ });
4748
+ ;// ./packages/components/NBNotify/src/index.vue?vue&type=script&lang=js
4749
+ /* harmony default export */ var NBNotify_srcvue_type_script_lang_js = (srcvue_type_script_lang_js);
4750
+ // EXTERNAL MODULE: ./node_modules/vue-style-loader/index.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/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[4]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/components/NBNotify/src/index.vue?vue&type=style&index=0&id=15e54efa&prod&lang=scss&scoped=true
4751
+ var srcvue_type_style_index_0_id_15e54efa_prod_lang_scss_scoped_true = __webpack_require__(5240);
4752
+ ;// ./packages/components/NBNotify/src/index.vue?vue&type=style&index=0&id=15e54efa&prod&lang=scss&scoped=true
4753
+
4754
+ // EXTERNAL MODULE: ./node_modules/@vue/vue-loader-v15/lib/runtime/componentNormalizer.js
4755
+ var componentNormalizer = __webpack_require__(1656);
4756
+ ;// ./packages/components/NBNotify/src/index.vue
4757
+
4758
+
4759
+
4760
+ ;
4761
+
4762
+
4763
+ /* normalize component */
4764
+
4765
+ var component = (0,componentNormalizer/* default */.A)(
4766
+ NBNotify_srcvue_type_script_lang_js,
4767
+ render,
4768
+ staticRenderFns,
4769
+ false,
4770
+ null,
4771
+ "15e54efa",
4772
+ null
4773
+
4774
+ )
4775
+
4776
+ /* harmony default export */ var NBNotify_src = (component.exports);
4777
+ ;// ./packages/components/NBNotify/src/notify.js
4778
+
4779
+
4780
+
4781
+ /*
4782
+ * @Author: chenghuan.dong
4783
+ * @Date: 2024-11-14 09:44:58
4784
+ * @LastEditTime: 2024-11-14 10:47:42
4785
+ * @LastEditors: chenghuan.dong
4786
+ * @Description:
4787
+ * @FilePath: \nubomed-ui\packages\components\NBNotify\src\notify.js
4788
+ */
4789
+
4790
+
4791
+ // import merge from '../../../utils/merge'
4792
+ // import { PopupManager } from '../../../utils/popup'
4793
+ // import { isVNode } from '../../../utils/vdom'
4794
+
4795
+ let instance;
4796
+ let instances = [];
4797
+ let seed = 1;
4798
+ const Notification = function (options) {
4799
+ console.log('Vue', (external_Vue_default()));
4800
+ if (!(external_Vue_default())) {
4801
+ return;
4802
+ }
4803
+ if ((external_Vue_default()).prototype.$isServer) return;
4804
+ options = Object.assign({}, options);
4805
+ const userOnClose = options.onClose;
4806
+ const id = 'notification_' + seed++;
4807
+ const position = options.position || 'top-right';
4808
+ options.onClose = function () {
4809
+ Notification.close(id, userOnClose);
4810
+ };
4811
+ const NotificationConstructor = external_Vue_default().extend(NBNotify_src);
4812
+ instance = new NotificationConstructor({
4813
+ data: options
4814
+ });
4815
+ instance.$slots.default = [options.message];
4816
+ options.message = 'REPLACED_BY_VNODE';
4817
+ instance.id = id;
4818
+ instance.$mount();
4819
+ document.body.appendChild(instance.$el);
4820
+ instance.visible = true;
4821
+ instance.dom = instance.$el;
4822
+ // instance.dom.style.zIndex = PopupManager.nextZIndex()
4823
+
4824
+ let verticalOffset = options.offset || 0;
4825
+ instances.filter(item => item.position === position).forEach(item => {
4826
+ verticalOffset += item.$el.offsetHeight + 16;
4827
+ });
4828
+ verticalOffset += 16;
4829
+ instance.verticalOffset = verticalOffset;
4830
+ instances.push(instance);
4831
+ return instance;
4832
+ };
4833
+ ['success', 'warning', 'info', 'error'].forEach(type => {
4834
+ Notification[type] = options => {
4835
+ if (typeof options === 'string') {
4836
+ options = {
4837
+ message: options
4838
+ };
4839
+ }
4840
+ options.type = type;
4841
+ return Notification(options);
4842
+ };
4843
+ });
4844
+ Notification.close = function (id, userOnClose) {
4845
+ let index = -1;
4846
+ const len = instances.length;
4847
+ const instance = instances.filter((instance, i) => {
4848
+ if (instance.id === id) {
4849
+ index = i;
4850
+ return true;
4851
+ }
4852
+ return false;
4853
+ })[0];
4854
+ if (!instance) return;
4855
+ if (typeof userOnClose === 'function') {
4856
+ userOnClose(instance);
4857
+ }
4858
+ instances.splice(index, 1);
4859
+ if (len <= 1) return;
4860
+ const position = instance.position;
4861
+ const removedHeight = instance.dom.offsetHeight;
4862
+ for (let i = index; i < len - 1; i++) {
4863
+ if (instances[i].position === position) {
4864
+ instances[i].dom.style[instance.verticalProperty] = parseInt(instances[i].dom.style[instance.verticalProperty], 10) - removedHeight - 16 + 'px';
4865
+ }
4866
+ }
4867
+ };
4868
+ Notification.closeAll = function () {
4869
+ for (let i = instances.length - 1; i >= 0; i--) {
4870
+ instances[i].close();
4871
+ }
4872
+ };
4873
+ /* harmony default export */ var notify = (Notification);
4874
+ // EXTERNAL MODULE: ./packages/iconfont/iconfont.css
4875
+ var iconfont = __webpack_require__(1970);
4590
4876
  ;// ./packages/index.js
4591
4877
 
4592
4878
 
@@ -4594,7 +4880,7 @@ const i18n = function (fn) {
4594
4880
  /*
4595
4881
  * @Author: chenghuan.dong
4596
4882
  * @Date: 2024-11-08 17:23:47
4597
- * @LastEditTime: 2024-11-13 20:47:32
4883
+ * @LastEditTime: 2024-11-14 11:00:38
4598
4884
  * @LastEditors: chenghuan.dong
4599
4885
  * @Description: 主index.js导出全部组件
4600
4886
  * @FilePath: \nubomed-ui\packages\index.js
@@ -4603,21 +4889,21 @@ const i18n = function (fn) {
4603
4889
 
4604
4890
 
4605
4891
 
4892
+
4606
4893
  // 使用iconfont图标
4607
4894
 
4608
4895
 
4609
4896
  // 获取所有组件
4610
4897
  const components = [];
4611
- const req = __webpack_require__(2162);
4898
+ const req = __webpack_require__(3798);
4612
4899
  req.keys().forEach(v => {
4613
4900
  components.push(req(v).default);
4614
4901
  });
4615
-
4902
+ console.log('components', components);
4616
4903
  const install = function (Vue, options = {}) {
4617
4904
  //设置多语言
4618
4905
  locale.use(options.locale);
4619
4906
  locale.i18n(options.i18n);
4620
-
4621
4907
  // 组件
4622
4908
  if (install.installed) return;
4623
4909
  components.forEach(component => {
@@ -4625,26 +4911,51 @@ const install = function (Vue, options = {}) {
4625
4911
  const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar', 'nb-pagination']; //
4626
4912
  console.log((installNames.includes(name) ? '√ ' : '? ') + name);
4627
4913
  if (installNames.includes(name)) {
4628
- Vue.component('nb-' + camelToKebab(component.name.slice(2)), component);
4914
+ Vue.component(name, component);
4629
4915
  }
4630
4916
  });
4631
-
4632
- // 全局
4633
- Vue.prototype.$nbNotify = nb_notify;
4917
+ Vue.prototype.$nbNotify = notify;
4634
4918
  };
4919
+ const packages_i18n = locale.i18n;
4920
+ const API = {
4921
+ install
4922
+ };
4923
+ /* harmony default export */ var packages_0 = (API);
4924
+
4925
+
4926
+ // const install = function (Vue, options = {}) {
4927
+ // //设置多语言
4928
+ // locale.use(options.locale)
4929
+ // locale.i18n(options.i18n)
4930
+
4931
+ // // 组件
4932
+ // if (install.installed) return
4933
+ // components.forEach((component) => {
4934
+ // const name = 'nb-' + camelToKebab(component.name.slice(2))
4935
+ // const installNames = ['nb-icon', 'nb-tag', 'nb-empty', 'nb-header', 'nb-summary-bar', 'nb-pagination'] //
4936
+ // console.log((installNames.includes(name) ? '√ ' : '? ') + name)
4937
+
4938
+ // if (installNames.includes(name)) {
4939
+ // Vue.component('nb-' + camelToKebab(component.name.slice(2)), component)
4940
+ // }
4941
+ // })
4635
4942
 
4636
- // if (typeof window !== 'undefined' && window.Vue) {
4637
- // install(window.Vue)
4943
+ // // 全局
4944
+ // Vue.prototype.$nbNotify = nbNotify
4638
4945
  // }
4639
4946
 
4640
- const packages_i18n = locale.i18n;
4641
- /* harmony default export */ var packages_0 = ({
4642
- install,
4643
- ...components,
4644
- locale: locale,
4645
- i18n: packages_i18n,
4646
- nbNotify: nb_notify
4647
- });
4947
+ // // if (typeof window !== 'undefined' && window.Vue) {
4948
+ // // install(window.Vue)
4949
+ // // }
4950
+
4951
+ // const i18n = locale.i18n
4952
+
4953
+ // export default {
4954
+ // install,
4955
+ // ...components,
4956
+ // locale,
4957
+ // i18n
4958
+ // }
4648
4959
  ;// ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
4649
4960
 
4650
4961