@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.
@@ -102226,85 +102226,8 @@ function store_mapState(data) {
102226
102226
  }
102227
102227
  }
102228
102228
  });
102229
- // 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&
102230
- var emptyvue_type_template_id_1d81968c_scoped_true_render = function render() {
102231
- var _vm = this,
102232
- _c = _vm._self._c;
102233
- return _c('div', {
102234
- staticClass: "c-empty flex-column flex-center",
102235
- style: {
102236
- 'height': _vm.parsePixel(_vm.height)
102237
- }
102238
- }, [_c('div', {
102239
- staticClass: "c-empty-icon flex-center"
102240
- }, [_c('img', {
102241
- attrs: {
102242
- "src": _vm.config.icon
102243
- }
102244
- })]), _c('div', {
102245
- staticClass: "c-empty-message"
102246
- }, [_vm._v(_vm._s(_vm.config.message))])]);
102247
- };
102248
- var emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns = [];
102249
-
102250
- // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=template&id=1d81968c&scoped=true&
102251
-
102252
- // 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&
102253
- /* harmony default export */ var emptyvue_type_script_lang_js_ = ({
102254
- name: 'cEmpty',
102255
- props: {
102256
- type: String,
102257
- height: {
102258
- type: String,
102259
- default: '100%'
102260
- },
102261
- icon: {
102262
- type: String,
102263
- default: __webpack_require__("3565")
102264
- },
102265
- message: {
102266
- type: String,
102267
- default: '暂无相关信息'
102268
- }
102269
- },
102270
- computed: {
102271
- config() {
102272
- return this.$compsConfig.empty[this.type] || {
102273
- icon: this.icon,
102274
- message: this.message
102275
- };
102276
- }
102277
- }
102278
- });
102279
- // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=script&lang=js&
102280
- /* harmony default export */ var public_emptyvue_type_script_lang_js_ = (emptyvue_type_script_lang_js_);
102281
- // EXTERNAL MODULE: ./src/components/public/empty.vue?vue&type=style&index=0&id=1d81968c&prod&lang=stylus&scoped=true&
102282
- var emptyvue_type_style_index_0_id_1d81968c_prod_lang_stylus_scoped_true_ = __webpack_require__("87db");
102283
-
102284
- // CONCATENATED MODULE: ./src/components/public/empty.vue
102285
-
102286
-
102287
-
102288
-
102289
-
102290
-
102291
- /* normalize component */
102292
-
102293
- var empty_component = normalizeComponent(
102294
- public_emptyvue_type_script_lang_js_,
102295
- emptyvue_type_template_id_1d81968c_scoped_true_render,
102296
- emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns,
102297
- false,
102298
- null,
102299
- "1d81968c",
102300
- null
102301
-
102302
- )
102303
-
102304
- /* harmony default export */ var empty = (empty_component.exports);
102305
102229
  // CONCATENATED MODULE: ./src/components/table/tbody.js
102306
102230
 
102307
-
102308
102231
  function renderExpand(h, parent) {
102309
102232
  if (!parent.expandData.children) return [];
102310
102233
  var arr = [];
@@ -102334,7 +102257,7 @@ function renderCell(h, row, i) {
102334
102257
  return h("div", {
102335
102258
  "class": "c-table-body-wrapper flex-grow",
102336
102259
  "style": `width: ${this.compWidth}; height: ${this.autoHeight ? 'auto' : ''};`
102337
- }, [this.showEmpty ? h(empty) : '', this.$scopedSlots.custom ? h("div", {
102260
+ }, [this.showEmpty ? h("c-empty") : '', this.$scopedSlots.custom ? h("div", {
102338
102261
  "class": "content",
102339
102262
  "style": `min-width:${this.columnsWidth.all}px;`
102340
102263
  }, [this.dataList.map(({
@@ -102362,9 +102285,6 @@ function renderCell(h, row, i) {
102362
102285
  }, [renderCell.call(this, h, row, i)])].concat(renderExpand.call(this, h, row));
102363
102286
  })])])]);
102364
102287
  },
102365
- components: {
102366
- empty: empty
102367
- },
102368
102288
  props: {
102369
102289
  store: Object,
102370
102290
  autoHeight: Boolean,
@@ -104501,6 +104421,82 @@ var pagination_component = normalizeComponent(
104501
104421
  )
104502
104422
 
104503
104423
  /* harmony default export */ var pagination = (pagination_component.exports);
104424
+ // 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&
104425
+ var emptyvue_type_template_id_1d81968c_scoped_true_render = function render() {
104426
+ var _vm = this,
104427
+ _c = _vm._self._c;
104428
+ return _c('div', {
104429
+ staticClass: "c-empty flex-column flex-center",
104430
+ style: {
104431
+ 'height': _vm.parsePixel(_vm.height)
104432
+ }
104433
+ }, [_c('div', {
104434
+ staticClass: "c-empty-icon flex-center"
104435
+ }, [_c('img', {
104436
+ attrs: {
104437
+ "src": _vm.config.icon
104438
+ }
104439
+ })]), _c('div', {
104440
+ staticClass: "c-empty-message"
104441
+ }, [_vm._v(_vm._s(_vm.config.message))])]);
104442
+ };
104443
+ var emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns = [];
104444
+
104445
+ // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=template&id=1d81968c&scoped=true&
104446
+
104447
+ // 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&
104448
+ /* harmony default export */ var emptyvue_type_script_lang_js_ = ({
104449
+ name: 'cEmpty',
104450
+ props: {
104451
+ type: String,
104452
+ height: {
104453
+ type: String,
104454
+ default: '100%'
104455
+ },
104456
+ icon: {
104457
+ type: String,
104458
+ default: __webpack_require__("3565")
104459
+ },
104460
+ message: {
104461
+ type: String,
104462
+ default: '暂无相关信息'
104463
+ }
104464
+ },
104465
+ computed: {
104466
+ config() {
104467
+ return this.$compsConfig.empty[this.type] || {
104468
+ icon: this.icon,
104469
+ message: this.message
104470
+ };
104471
+ }
104472
+ }
104473
+ });
104474
+ // CONCATENATED MODULE: ./src/components/public/empty.vue?vue&type=script&lang=js&
104475
+ /* harmony default export */ var public_emptyvue_type_script_lang_js_ = (emptyvue_type_script_lang_js_);
104476
+ // EXTERNAL MODULE: ./src/components/public/empty.vue?vue&type=style&index=0&id=1d81968c&prod&lang=stylus&scoped=true&
104477
+ var emptyvue_type_style_index_0_id_1d81968c_prod_lang_stylus_scoped_true_ = __webpack_require__("87db");
104478
+
104479
+ // CONCATENATED MODULE: ./src/components/public/empty.vue
104480
+
104481
+
104482
+
104483
+
104484
+
104485
+
104486
+ /* normalize component */
104487
+
104488
+ var empty_component = normalizeComponent(
104489
+ public_emptyvue_type_script_lang_js_,
104490
+ emptyvue_type_template_id_1d81968c_scoped_true_render,
104491
+ emptyvue_type_template_id_1d81968c_scoped_true_staticRenderFns,
104492
+ false,
104493
+ null,
104494
+ "1d81968c",
104495
+ null
104496
+
104497
+ )
104498
+
104499
+ /* harmony default export */ var empty = (empty_component.exports);
104504
104500
  // 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&
104505
104501
  var uploadvue_type_template_id_3ee931df_render = function render() {
104506
104502
  var _vm = this,