element-sim 1.1.29 → 1.1.31

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.
@@ -1,5 +1,14 @@
1
1
  ## 更新日志
2
2
 
3
+ ### 1.1.31
4
+ 2024-08-27
5
+ - theme-chalk 增加新icon
6
+ - el-radio 修复aria-hidden报错
7
+
8
+ ### 1.1.30
9
+ 2024-08-14
10
+ - theme-chalk 优化table和tabs样式
11
+
3
12
  ### 1.1.29
4
13
  2024-08-13
5
14
  - el-drawer 默认点击空白页不关闭弹窗
@@ -5480,8 +5480,8 @@ input_number.install = function (Vue) {
5480
5480
  };
5481
5481
 
5482
5482
  /* harmony default export */ var packages_input_number = (input_number);
5483
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/radio.vue?vue&type=template&id=3bdb6d58
5484
- var radiovue_type_template_id_3bdb6d58_render = function () {
5483
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/radio.vue?vue&type=template&id=3b498cfd
5484
+ var radiovue_type_template_id_3b498cfd_render = function () {
5485
5485
  var _vm = this
5486
5486
  var _h = _vm.$createElement
5487
5487
  var _c = _vm._self._c || _h
@@ -5541,7 +5541,6 @@ var radiovue_type_template_id_3bdb6d58_render = function () {
5541
5541
  staticClass: "el-radio__original",
5542
5542
  attrs: {
5543
5543
  type: "radio",
5544
- "aria-hidden": "true",
5545
5544
  name: _vm.name,
5546
5545
  disabled: _vm.isDisabled,
5547
5546
  tabindex: "-1",
@@ -5587,11 +5586,11 @@ var radiovue_type_template_id_3bdb6d58_render = function () {
5587
5586
  ]
5588
5587
  )
5589
5588
  }
5590
- var radiovue_type_template_id_3bdb6d58_staticRenderFns = []
5591
- radiovue_type_template_id_3bdb6d58_render._withStripped = true
5589
+ var radiovue_type_template_id_3b498cfd_staticRenderFns = []
5590
+ radiovue_type_template_id_3b498cfd_render._withStripped = true
5592
5591
 
5593
5592
 
5594
- // CONCATENATED MODULE: ./packages/radio/src/radio.vue?vue&type=template&id=3bdb6d58
5593
+ // CONCATENATED MODULE: ./packages/radio/src/radio.vue?vue&type=template&id=3b498cfd
5595
5594
 
5596
5595
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/radio.vue?vue&type=script&lang=js
5597
5596
  //
@@ -5638,7 +5637,6 @@ radiovue_type_template_id_3bdb6d58_render._withStripped = true
5638
5637
  //
5639
5638
  //
5640
5639
  //
5641
- //
5642
5640
 
5643
5641
 
5644
5642
 
@@ -5739,8 +5737,8 @@ radiovue_type_template_id_3bdb6d58_render._withStripped = true
5739
5737
 
5740
5738
  var radio_component = normalizeComponent(
5741
5739
  src_radiovue_type_script_lang_js,
5742
- radiovue_type_template_id_3bdb6d58_render,
5743
- radiovue_type_template_id_3bdb6d58_staticRenderFns,
5740
+ radiovue_type_template_id_3b498cfd_render,
5741
+ radiovue_type_template_id_3b498cfd_staticRenderFns,
5744
5742
  false,
5745
5743
  null,
5746
5744
  null,
@@ -32394,6 +32392,9 @@ function renderThumbStyle(_ref) {
32394
32392
 
32395
32393
  render: function render(h) {
32396
32394
  var gutter = scrollbar_width_default()();
32395
+ // 不要加边距
32396
+ gutter = 0;
32397
+
32397
32398
  var style = this.wrapStyle;
32398
32399
 
32399
32400
  if (gutter) {
@@ -43441,7 +43442,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43441
43442
  }
43442
43443
 
43443
43444
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43444
- version: '1.1.29',
43445
+ version: '1.1.31',
43445
43446
  locale: lib_locale_default.a.use,
43446
43447
  i18n: lib_locale_default.a.i18n,
43447
43448
  install: src_install,