element-sim 1.1.30 → 1.1.32

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.32
4
+ 2024-9-6
5
+ - theme-chalk 增加新icon
6
+
7
+ ### 1.1.31
8
+ 2024-08-27
9
+ - theme-chalk 增加新icon
10
+ - el-radio 修复aria-hidden报错
11
+
3
12
  ### 1.1.30
4
13
  2024-08-14
5
14
  - theme-chalk 优化table和tabs样式
@@ -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,
@@ -43444,7 +43442,7 @@ if (typeof window !== 'undefined' && window.Vue) {
43444
43442
  }
43445
43443
 
43446
43444
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
43447
- version: '1.1.30',
43445
+ version: '1.1.32',
43448
43446
  locale: lib_locale_default.a.use,
43449
43447
  i18n: lib_locale_default.a.i18n,
43450
43448
  install: src_install,