@deanwu/vue-component-library 1.0.102 → 1.0.103

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.
@@ -102235,85 +102235,8 @@ function store_mapState(data) {
102235
102235
  }
102236
102236
  }
102237
102237
  });
102238
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"52cddcde-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/public/empty.vue?vue&type=template&id=1d81968c&scoped=true&
102239
- var emptyvue_type_template_id_1d81968c_scoped_true_render = function render() {
102240
- var _vm = this,
102241
- _c = _vm._self._c;
102242
- return _c('div', {
102243
- staticClass: "c-empty flex-column flex-center",
102244
- style: {
102245
- 'height': _vm.parsePixel(_vm.height)
102246
- }
102247
- }, [_c('div', {
102248
- staticClass: "c-empty-icon flex-center"
102249
- }, [_c('img', {
102250
- attrs: {
102251
- "src": _vm.config.icon
102252
- }
102253
- })]), _c('div', {
102254
- staticClass: "c-empty-message"
102255
- }, [_vm._v(_vm._s(_vm.config.message))])]);
102256
- };
102257
- var emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns = [];
102258
-
102259
- // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=template&id=1d81968c&scoped=true&
102260
-
102261
- // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/public/empty.vue?vue&type=script&lang=js&
102262
- /* harmony default export */ var emptyvue_type_script_lang_js_ = ({
102263
- name: 'cEmpty',
102264
- props: {
102265
- type: String,
102266
- height: {
102267
- type: String,
102268
- default: '100%'
102269
- },
102270
- icon: {
102271
- type: String,
102272
- default: __webpack_require__("3565")
102273
- },
102274
- message: {
102275
- type: String,
102276
- default: '暂无相关信息'
102277
- }
102278
- },
102279
- computed: {
102280
- config() {
102281
- return this.$compsConfig.empty[this.type] || {
102282
- icon: this.icon,
102283
- message: this.message
102284
- };
102285
- }
102286
- }
102287
- });
102288
- // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=script&lang=js&
102289
- /* harmony default export */ var public_emptyvue_type_script_lang_js_ = (emptyvue_type_script_lang_js_);
102290
- // EXTERNAL MODULE: ./src/components/public/empty.vue?vue&type=style&index=0&id=1d81968c&prod&lang=stylus&scoped=true&
102291
- var emptyvue_type_style_index_0_id_1d81968c_prod_lang_stylus_scoped_true_ = __webpack_require__("87db");
102292
-
102293
- // CONCATENATED MODULE: ./src/components/public/empty.vue
102294
-
102295
-
102296
-
102297
-
102298
-
102299
-
102300
- /* normalize component */
102301
-
102302
- var empty_component = normalizeComponent(
102303
- public_emptyvue_type_script_lang_js_,
102304
- emptyvue_type_template_id_1d81968c_scoped_true_render,
102305
- emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns,
102306
- false,
102307
- null,
102308
- "1d81968c",
102309
- null
102310
-
102311
- )
102312
-
102313
- /* harmony default export */ var empty = (empty_component.exports);
102314
102238
  // CONCATENATED MODULE: ./src/components/table/tbody.js
102315
102239
 
102316
-
102317
102240
  function renderExpand(h, parent) {
102318
102241
  if (!parent.expandData.children) return [];
102319
102242
  var arr = [];
@@ -102343,7 +102266,7 @@ function renderCell(h, row, i) {
102343
102266
  return h("div", {
102344
102267
  "class": "c-table-body-wrapper flex-grow",
102345
102268
  "style": `width: ${this.compWidth}; height: ${this.autoHeight ? 'auto' : ''};`
102346
- }, [this.showEmpty ? h(empty) : '', this.$scopedSlots.custom ? h("div", {
102269
+ }, [this.showEmpty ? h("c-empty") : '', this.$scopedSlots.custom ? h("div", {
102347
102270
  "class": "content",
102348
102271
  "style": `min-width:${this.columnsWidth.all}px;`
102349
102272
  }, [this.dataList.map(({
@@ -102371,9 +102294,6 @@ function renderCell(h, row, i) {
102371
102294
  }, [renderCell.call(this, h, row, i)])].concat(renderExpand.call(this, h, row));
102372
102295
  })])])]);
102373
102296
  },
102374
- components: {
102375
- empty: empty
102376
- },
102377
102297
  props: {
102378
102298
  store: Object,
102379
102299
  autoHeight: Boolean,
@@ -104510,6 +104430,82 @@ var pagination_component = normalizeComponent(
104510
104430
  )
104511
104431
 
104512
104432
  /* harmony default export */ var pagination = (pagination_component.exports);
104433
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"52cddcde-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/public/empty.vue?vue&type=template&id=1d81968c&scoped=true&
104434
+ var emptyvue_type_template_id_1d81968c_scoped_true_render = function render() {
104435
+ var _vm = this,
104436
+ _c = _vm._self._c;
104437
+ return _c('div', {
104438
+ staticClass: "c-empty flex-column flex-center",
104439
+ style: {
104440
+ 'height': _vm.parsePixel(_vm.height)
104441
+ }
104442
+ }, [_c('div', {
104443
+ staticClass: "c-empty-icon flex-center"
104444
+ }, [_c('img', {
104445
+ attrs: {
104446
+ "src": _vm.config.icon
104447
+ }
104448
+ })]), _c('div', {
104449
+ staticClass: "c-empty-message"
104450
+ }, [_vm._v(_vm._s(_vm.config.message))])]);
104451
+ };
104452
+ var emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns = [];
104453
+
104454
+ // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=template&id=1d81968c&scoped=true&
104455
+
104456
+ // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/public/empty.vue?vue&type=script&lang=js&
104457
+ /* harmony default export */ var emptyvue_type_script_lang_js_ = ({
104458
+ name: 'cEmpty',
104459
+ props: {
104460
+ type: String,
104461
+ height: {
104462
+ type: String,
104463
+ default: '100%'
104464
+ },
104465
+ icon: {
104466
+ type: String,
104467
+ default: __webpack_require__("3565")
104468
+ },
104469
+ message: {
104470
+ type: String,
104471
+ default: '暂无相关信息'
104472
+ }
104473
+ },
104474
+ computed: {
104475
+ config() {
104476
+ return this.$compsConfig.empty[this.type] || {
104477
+ icon: this.icon,
104478
+ message: this.message
104479
+ };
104480
+ }
104481
+ }
104482
+ });
104483
+ // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=script&lang=js&
104484
+ /* harmony default export */ var public_emptyvue_type_script_lang_js_ = (emptyvue_type_script_lang_js_);
104485
+ // EXTERNAL MODULE: ./src/components/public/empty.vue?vue&type=style&index=0&id=1d81968c&prod&lang=stylus&scoped=true&
104486
+ var emptyvue_type_style_index_0_id_1d81968c_prod_lang_stylus_scoped_true_ = __webpack_require__("87db");
104487
+
104488
+ // CONCATENATED MODULE: ./src/components/public/empty.vue
104489
+
104490
+
104491
+
104492
+
104493
+
104494
+
104495
+ /* normalize component */
104496
+
104497
+ var empty_component = normalizeComponent(
104498
+ public_emptyvue_type_script_lang_js_,
104499
+ emptyvue_type_template_id_1d81968c_scoped_true_render,
104500
+ emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns,
104501
+ false,
104502
+ null,
104503
+ "1d81968c",
104504
+ null
104505
+
104506
+ )
104507
+
104508
+ /* harmony default export */ var empty = (empty_component.exports);
104513
104509
  // CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"52cddcde-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/thread-loader/dist/cjs.js!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/public/upload.vue?vue&type=template&id=3ee931df&
104514
104510
  var uploadvue_type_template_id_3ee931df_render = function render() {
104515
104511
  var _vm = this,