eoss-ui 0.5.66 → 0.5.67

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.
@@ -3616,7 +3616,7 @@ function normalizeComponent(
3616
3616
  // ESM COMPAT FLAG
3617
3617
  __webpack_require__.r(__webpack_exports__);
3618
3618
 
3619
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=1a095074&
3619
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=1080b7f0&
3620
3620
  var render = function () {
3621
3621
  var _vm = this
3622
3622
  var _h = _vm.$createElement
@@ -3634,27 +3634,16 @@ var render = function () {
3634
3634
  item.upload || (item.code && item.ownId)
3635
3635
  ? _c(
3636
3636
  "es-upload",
3637
- _vm._g(
3638
- _vm._b(
3639
- { staticClass: "el-button" },
3640
- "es-upload",
3641
- Object.assign(
3642
- {},
3643
- _vm.exclAttribute({
3644
- data: item,
3645
- attrs: ["events"],
3646
- }),
3647
- _vm.parseProps(),
3648
- {
3649
- method: "post",
3650
- btnSize: _vm.size,
3651
- showFileList: false,
3652
- selectType: item.type ? item.type : "",
3653
- }
3654
- ),
3655
- false
3656
- ),
3657
- item.events
3637
+ _vm._b(
3638
+ { staticClass: "el-button" },
3639
+ "es-upload",
3640
+ Object.assign({}, item, {
3641
+ method: "post",
3642
+ btnSize: _vm.size,
3643
+ showFileList: false,
3644
+ selectType: item.type ? item.type : "",
3645
+ }),
3646
+ false
3658
3647
  )
3659
3648
  )
3660
3649
  : _c(
@@ -3713,7 +3702,6 @@ var render = function () {
3713
3702
  ? _c(
3714
3703
  "el-dropdown",
3715
3704
  {
3716
- ref: "dropdown",
3717
3705
  attrs: { trigger: _vm.trigger },
3718
3706
  on: {
3719
3707
  command: _vm.handleCommand,
@@ -3747,99 +3735,19 @@ var render = function () {
3747
3735
  _vm._l(_vm.other, function (item, index) {
3748
3736
  return _c(
3749
3737
  "el-dropdown-item",
3750
- {
3751
- key: index,
3752
- class: {
3753
- "es-dropdown-padding": item.upload || item.selector,
3754
- },
3755
- attrs: { command: item },
3756
- },
3738
+ { key: index, attrs: { command: item } },
3757
3739
  [
3758
- item.upload || (item.code && item.ownId)
3759
- ? _c(
3760
- "es-upload",
3761
- _vm._g(
3762
- _vm._b(
3763
- { staticClass: "es-dropdown-upload" },
3764
- "es-upload",
3765
- Object.assign(
3766
- {},
3767
- _vm.exclAttribute({
3768
- data: item,
3769
- attrs: ["events"],
3770
- }),
3771
- _vm.parseProps(),
3772
- {
3773
- method: "post",
3774
- showFileList: false,
3775
- selectType: "text",
3776
- }
3777
- ),
3778
- false
3779
- ),
3780
- item.events
3781
- )
3782
- )
3783
- : item.selector
3784
- ? _c(
3785
- "es-selector",
3786
- _vm._g(
3787
- _vm._b(
3788
- {
3789
- staticClass: "es-dropdown-selector",
3790
- attrs: {
3791
- button: { size: "medium", type: "text" },
3792
- },
3793
- },
3794
- "es-selector",
3795
- Object.assign(
3796
- {},
3797
- { reset: true },
3798
- _vm.exclAttribute({
3799
- data: item,
3800
- attrs: ["events", "type", "value"],
3801
- }),
3802
- { businessData: _vm.data }
3803
- ),
3804
- false
3805
- ),
3806
- item.events
3807
- ),
3808
- [
3809
- item.icon
3810
- ? _c("i", { class: item.icon })
3811
- : _vm._e(),
3812
- _vm._v(
3813
- _vm._s(
3814
- item.template
3815
- ? item.template(
3816
- Object.assign({}, _vm.data, {
3817
- config: item,
3818
- })
3819
- )
3820
- : item.text
3821
- ) + "\n "
3822
- ),
3823
- ]
3824
- )
3825
- : [
3826
- item.icon
3827
- ? _c("i", { class: item.icon })
3828
- : _vm._e(),
3829
- _vm._v(
3830
- _vm._s(
3831
- item.template
3832
- ? item.template(
3833
- Object.assign({}, _vm.data, {
3834
- config: item,
3835
- })
3836
- )
3837
- : item.text
3838
- ) + "\n "
3839
- ),
3840
- ],
3841
- ],
3842
- 2
3740
+ item.icon ? _c("i", { class: item.icon }) : _vm._e(),
3741
+ _vm._v(
3742
+ _vm._s(
3743
+ item.template
3744
+ ? item.template(
3745
+ Object.assign({}, _vm.data, { config: item })
3746
+ )
3747
+ : item.text
3748
+ )
3749
+ ),
3750
+ ]
3843
3751
  )
3844
3752
  }),
3845
3753
  1
@@ -3856,7 +3764,7 @@ var staticRenderFns = []
3856
3764
  render._withStripped = true
3857
3765
 
3858
3766
 
3859
- // CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=1a095074&
3767
+ // CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=1080b7f0&
3860
3768
 
3861
3769
  // EXTERNAL MODULE: ./src/utils/util.js
3862
3770
  var util = __webpack_require__(0);
@@ -3937,53 +3845,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
3937
3845
  //
3938
3846
  //
3939
3847
  //
3940
- //
3941
- //
3942
- //
3943
- //
3944
- //
3945
- //
3946
- //
3947
- //
3948
- //
3949
- //
3950
- //
3951
- //
3952
- //
3953
- //
3954
- //
3955
- //
3956
- //
3957
- //
3958
- //
3959
- //
3960
- //
3961
- //
3962
- //
3963
- //
3964
- //
3965
- //
3966
- //
3967
- //
3968
- //
3969
- //
3970
- //
3971
- //
3972
- //
3973
- //
3974
- //
3975
- //
3976
- //
3977
- //
3978
- //
3979
- //
3980
- //
3981
- //
3982
- //
3983
- //
3984
- //
3985
- //
3986
- //
3987
3848
 
3988
3849
 
3989
3850
  /* harmony default export */ var mainvue_type_script_lang_js_ = ({
@@ -4017,8 +3878,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
4017
3878
  placement: {
4018
3879
  type: String,
4019
3880
  default: 'bottom'
4020
- },
4021
- parseData: Function
3881
+ }
4022
3882
  },
4023
3883
  computed: {
4024
3884
  btns: function btns() {
@@ -4082,10 +3942,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
4082
3942
  this.$emit('handle-click', obj);
4083
3943
  },
4084
3944
  handleCommand: function handleCommand(res) {
4085
- if (res.upload || res.selector) {
4086
- this.$refs.dropdown.hide();
4087
- return false;
4088
- }
4089
3945
  this.$emit('handleClick', _extends({}, this.data, { handle: res }));
4090
3946
  this.$emit('handle-click', _extends({}, this.data, { handle: res }));
4091
3947
  },
@@ -4105,9 +3961,6 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
4105
3961
  _this2.$emit('input', w + 'px');
4106
3962
  }
4107
3963
  });
4108
- },
4109
- parseProps: function parseProps() {
4110
- return this.parseData && this.data ? this.parseData(this.data) : {};
4111
3964
  }
4112
3965
  }
4113
3966
  });
package/lib/button.js CHANGED
@@ -4020,11 +4020,7 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
4020
4020
  var config = {};
4021
4021
  if (this.selector) {
4022
4022
  tag = 'es-selector';
4023
- props = _extends({
4024
- reset: true
4025
- }, this.$attrs, {
4026
- button: { type: this._type, size: this.size }
4027
- });
4023
+ props = _extends({}, this.$attrs, { button: { type: this._type, size: this.size } });
4028
4024
  listeners = this.$listeners;
4029
4025
  } else if (this.upload) {
4030
4026
  tag = 'es-upload';
package/lib/calendar.js CHANGED
@@ -199,7 +199,7 @@ function normalizeComponent(
199
199
  // ESM COMPAT FLAG
200
200
  __webpack_require__.r(__webpack_exports__);
201
201
 
202
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calendar/src/main.vue?vue&type=template&id=37892338&
202
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calendar/src/main.vue?vue&type=template&id=aa9b4086&
203
203
  var render = function () {
204
204
  var _vm = this
205
205
  var _h = _vm.$createElement
@@ -270,7 +270,7 @@ var render = function () {
270
270
  ),
271
271
  _c(
272
272
  "ul",
273
- { staticClass: "es-calendar-days", style: { height: _vm._height } },
273
+ { staticClass: "es-calendar-days" },
274
274
  _vm._l(_vm.lists, function (item, index) {
275
275
  return _c(
276
276
  "li",
@@ -353,7 +353,7 @@ var staticRenderFns = []
353
353
  render._withStripped = true
354
354
 
355
355
 
356
- // CONCATENATED MODULE: ./packages/calendar/src/main.vue?vue&type=template&id=37892338&
356
+ // CONCATENATED MODULE: ./packages/calendar/src/main.vue?vue&type=template&id=aa9b4086&
357
357
 
358
358
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/calendar/src/main.vue?vue&type=script&lang=js&
359
359
  //
@@ -438,8 +438,7 @@ render._withStripped = true
438
438
  default: true
439
439
  },
440
440
  mark: Boolean,
441
- disabled: Boolean,
442
- height: String
441
+ disabled: Boolean
443
442
  },
444
443
  watch: {
445
444
  date: {
@@ -474,9 +473,6 @@ render._withStripped = true
474
473
  }
475
474
  }
476
475
  });
477
- },
478
- _height: function _height() {
479
- return this.height && this.all ? parseInt(this.height) + 'px' : '';
480
476
  }
481
477
  },
482
478
  data: function data() {
package/lib/data-table.js CHANGED
@@ -4186,8 +4186,8 @@ childrenvue_type_template_id_44b7ff61_render._withStripped = true
4186
4186
 
4187
4187
  // CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=44b7ff61&
4188
4188
 
4189
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=2dabb50c&
4190
- var columnvue_type_template_id_2dabb50c_render = function () {
4189
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=449ae3d7&
4190
+ var columnvue_type_template_id_449ae3d7_render = function () {
4191
4191
  var _vm = this
4192
4192
  var _h = _vm.$createElement
4193
4193
  var _c = _vm._self._c || _h
@@ -4905,11 +4905,11 @@ var columnvue_type_template_id_2dabb50c_render = function () {
4905
4905
  2
4906
4906
  )
4907
4907
  }
4908
- var columnvue_type_template_id_2dabb50c_staticRenderFns = []
4909
- columnvue_type_template_id_2dabb50c_render._withStripped = true
4908
+ var columnvue_type_template_id_449ae3d7_staticRenderFns = []
4909
+ columnvue_type_template_id_449ae3d7_render._withStripped = true
4910
4910
 
4911
4911
 
4912
- // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=2dabb50c&
4912
+ // CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=449ae3d7&
4913
4913
 
4914
4914
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4915
4915
  var regenerator_ = __webpack_require__(12);
@@ -5406,7 +5406,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5406
5406
  width: [Number, String],
5407
5407
  minWidth: [Number, String],
5408
5408
  hide: Boolean,
5409
- showOverflowTooltip: [Boolean, Number],
5409
+ showOverflowTooltip: Boolean,
5410
5410
  render: [Function, String],
5411
5411
  contents: Array,
5412
5412
  events: [Array, Object],
@@ -5779,8 +5779,8 @@ var componentNormalizer = __webpack_require__(3);
5779
5779
 
5780
5780
  var component = Object(componentNormalizer["a" /* default */])(
5781
5781
  src_columnvue_type_script_lang_js_,
5782
- columnvue_type_template_id_2dabb50c_render,
5783
- columnvue_type_template_id_2dabb50c_staticRenderFns,
5782
+ columnvue_type_template_id_449ae3d7_render,
5783
+ columnvue_type_template_id_449ae3d7_staticRenderFns,
5784
5784
  false,
5785
5785
  null,
5786
5786
  null,